-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WNMGDS-293] Adjust prettier config (#539)
* Change prettier config * Run prettier on files * Rename Dropdown.example.html * Remove outdated DateField.example.html naming
- Loading branch information
1 parent
9df8c88
commit 9f086bf
Showing
21 changed files
with
138 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"singleQuote": true | ||
"singleQuote": true, | ||
"printWidth": 100 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
packages/core/src/components/ChoiceList/checkbox-radio-size.example.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<div class="ds-u-clearfix"> | ||
<div class="ds-u-padding--2 ds-u-border--2 ds-u-float--left"> | ||
<fieldset class="ds-c-fieldset ds-u-margin-top--0"> | ||
<legend class="ds-c-label">Size variants</legend> | ||
<span class="ds-c-field__hint ds-u-margin-bottom--1">Select a size</span> | ||
<input | ||
class="ds-c-choice" | ||
id="normal-1" | ||
type="checkbox" | ||
name="size-1" | ||
value="normal" | ||
checked | ||
/> | ||
<label for="normal-1">Normal</label> | ||
<input | ||
class="ds-c-choice ds-c-choice--small" | ||
id="small-1" | ||
type="checkbox" | ||
name="size-1" | ||
value="small" | ||
/> | ||
<label for="small-1">Small</label> | ||
</fieldset> | ||
</div> | ||
<div class="ds-u-padding--2 ds-u-border--2 ds-u-float--left ds-u-margin-left--2"> | ||
<fieldset class="ds-c-fieldset ds-u-margin-top--0"> | ||
<legend class="ds-c-label">Size variants</legend> | ||
<span class="ds-c-field__hint ds-u-margin-bottom--1">Select a size</span> | ||
<input class="ds-c-choice" id="normal-2" type="radio" name="size-2" value="normal" checked /> | ||
<label for="normal-2">Normal</label> | ||
<input | ||
class="ds-c-choice ds-c-choice--small" | ||
id="small-2" | ||
type="radio" | ||
name="size-2" | ||
value="small" | ||
/> | ||
<label for="small-2">Small</label> | ||
</fieldset> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 0 additions & 55 deletions
55
packages/core/src/components/DateField/DateField.example.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.