-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/tree
- Loading branch information
Showing
72 changed files
with
1,635 additions
and
501 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
"@sl-design-system/sanoma-utbildning": patch | ||
"@sl-design-system/editorial-suite": patch | ||
"@sl-design-system/my-digital-book": patch | ||
"@sl-design-system/sanoma-learning": patch | ||
"@sl-design-system/itslearning": patch | ||
"@sl-design-system/bingel-int": patch | ||
"@sl-design-system/bingel-dc": patch | ||
"@sl-design-system/clickedu": patch | ||
"@sl-design-system/magister": patch | ||
"@sl-design-system/nowa-era": patch | ||
"@sl-design-system/myvanin": patch | ||
"@sl-design-system/bingel": patch | ||
"@sl-design-system/kampus": patch | ||
"@sl-design-system/neon": patch | ||
"@sl-design-system/teas": patch | ||
"@sl-design-system/max": patch | ||
--- | ||
|
||
Use circle-exclamation icon for form validation messages instead of triangle. |
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,7 @@ | ||
--- | ||
"@sl-design-system/form": patch | ||
"@sl-design-system/text-field": patch | ||
"@sl-design-system/textarea": patch | ||
--- | ||
|
||
Remove inline invalid icon and just have the form field display it, like the other form components. |
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,5 @@ | ||
--- | ||
"@sl-design-system/form": patch | ||
--- | ||
|
||
Move the hint above the form control, so you can have both hint and validation error showing at the same time. |
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,30 @@ | ||
--- | ||
"@sl-design-system/bingel-dc": patch | ||
"@sl-design-system/bingel-int": patch | ||
"@sl-design-system/clickedu": patch | ||
"@sl-design-system/editorial-suite": patch | ||
"@sl-design-system/itslearning": patch | ||
"@sl-design-system/kampus": patch | ||
"@sl-design-system/magister": patch | ||
"@sl-design-system/max": patch | ||
"@sl-design-system/my-digital-book": patch | ||
"@sl-design-system/myvanin": patch | ||
"@sl-design-system/neon": patch | ||
"@sl-design-system/nowa-era": patch | ||
"@sl-design-system/sanoma-learning": patch | ||
"@sl-design-system/sanoma-utbildning": patch | ||
"@sl-design-system/teas": patch | ||
--- | ||
|
||
Change tokens related to moving the hint above the form-field: | ||
- Included hint colors tokens | ||
- Include hint font tokens in all themes | ||
- Fix token naming for hints | ||
- Fix label font sizing and spacing | ||
- Fix helper (validation message) fonts sizing and spacing | ||
- Fix field label (label & tag) fonts sizing in all themes | ||
- Fix helper (validation message) font sizes | ||
- Fix Magister font tokens for label and tags | ||
- Update MAX field label padding bottom to 4px and padding bottom lg to 8px in CORE | ||
- Change field label padding bottom to 8px (sm) | ||
- New gap form token (24px) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
:host { | ||
--_control-gap: var(--sl-space-input-helper-gap-md); | ||
--_label-gap: var(--sl-space-input-field-label-padding-bottom-md); | ||
|
||
display: flex; | ||
flex-direction: column; | ||
gap: var(--_label-gap); | ||
} | ||
|
||
slot:not([name])::slotted(*) { | ||
margin-block-start: var(--_label-gap); | ||
} | ||
|
||
.wrapper { | ||
display: flex; | ||
flex-direction: column; | ||
gap: var(--_control-gap); | ||
} |
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
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
Oops, something went wrong.