You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui-grid,ui-form-field): breakpoints are set from sharedTokens
FormFieldLayout and Grid now uses design tokens from sharedTokens to set breakpoint values.
Document app has fewer CSS breakpoints and their value are the same as the breakpoints in
SharedTokens.
update button example in regression test with more valuers
INSTUI-5074
Copy file name to clipboardExpand all lines: docs/upgrading/upgrade-guide.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -695,7 +695,8 @@ type: embed
695
695
removed={[
696
696
{name:"spacing",note:""},
697
697
{name:"inlinePadding",note:""},
698
-
{name:"asteriskColor",note:""}
698
+
{name:"asteriskColor",note:""},
699
+
{name:"stackedOrInlineBreakpoint",note:"uses now sharedTokens.breakpoints.md"}
699
700
]}
700
701
changed={[
701
702
{oldName:"color",newName:"textColor",note:""}
@@ -746,10 +747,10 @@ type: embed
746
747
type: embed
747
748
---
748
749
<V12ChangelogTable
749
-
changed={[
750
-
{oldName:"mediumMin",newName:"mediumMin",note:"now only provides the value, not the full media query (e.g., '768px' instead of 'min-width: 768px'). The component now adds the `min-width:` prefix automatically in the generated styles."},
751
-
{oldName:"largeMin",newName:"largeMin",note:"now only provides the value, not the full media query (e.g., '1024px' instead of 'min-width: 1024px'). The component now adds the `min-width:` prefix automatically in the generated styles."},
752
-
{oldName:"xLargeMin",newName:"xLargeMin",note:"now only provides the value, not the full media query (e.g., '1440px' instead of 'min-width: 1440px'). The component now adds the `min-width:` prefix automatically in the generated styles."}
750
+
removed={[
751
+
{name:"mediumMin",note:"value is read from sharedTokens.breakpoints.md"},
752
+
{name:"largeMin",note:"value is read from sharedTokens.breakpoints.lg. Its value is now 64em instead of 62em."},
753
+
{name:"xLargeMin",note:"value is read from sharedTokens.breakpoints.xl. Its value is now 80em instead of 75em."}
753
754
]}
754
755
/>
755
756
@@ -762,10 +763,10 @@ type: embed
762
763
type: embed
763
764
---
764
765
<V12ChangelogTable
765
-
changed={[
766
-
{oldName:"mediumMin",newName:"mediumMin",note:"now only provides the value, not the full media query (e.g., '768px' instead of 'min-width: 768px'). The component now adds the `min-width:` prefix automatically in the generated styles."},
767
-
{oldName:"largeMin",newName:"largeMin",note:"now only provides the value, not the full media query (e.g., '1024px' instead of 'min-width: 1024px'). The component now adds the `min-width:` prefix automatically in the generated styles."},
768
-
{oldName:"xLargeMin",newName:"xLargeMin",note:"now only provides the value, not the full media query (e.g., '1440px' instead of 'min-width: 1440px'). The component now adds the `min-width:` prefix automatically in the generated styles."}
766
+
removed={[
767
+
{name:"mediumMin",note:"value is read from sharedTokens.breakpoints.md"},
768
+
{name:"largeMin",note:"value is read from sharedTokens.breakpoints.lg"},
769
+
{name:"xLargeMin",note:"value is read from sharedTokens.breakpoints.xl"}
769
770
]}
770
771
/>
771
772
@@ -778,10 +779,10 @@ type: embed
778
779
type: embed
779
780
---
780
781
<V12ChangelogTable
781
-
changed={[
782
-
{oldName:"mediumMin",newName:"mediumMin",note:"now only provides the value, not the full media query (e.g., '768px' instead of 'min-width: 768px'). The component now adds the `min-width:` prefix automatically in the generated styles."},
783
-
{oldName:"largeMin",newName:"largeMin",note:"now only provides the value, not the full media query (e.g., '1024px' instead of 'min-width: 1024px'). The component now adds the `min-width:` prefix automatically in the generated styles."},
784
-
{oldName:"xLargeMin",newName:"xLargeMin",note:"now only provides the value, not the full media query (e.g., '1440px' instead of 'min-width: 1440px'). The component now adds the `min-width:` prefix automatically in the generated styles."}
782
+
removed={[
783
+
{name:"mediumMin",note:"value is read from sharedTokens.breakpoints.md"},
784
+
{name:"largeMin",note:"value is read from sharedTokens.breakpoints.lg"},
785
+
{name:"xLargeMin",note:"value is read from sharedTokens.breakpoints.xl"}
0 commit comments