@wix/design-system-tokens 1.96.0 → 1.98.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/all.css +1525 -1524
- package/all.st.css +4 -0
- package/component.st.css +4 -0
- package/package.json +2 -2
- package/studio/all.css +1518 -1518
- package/studio/all.st.css +2 -0
- package/studio/component.st.css +2 -0
- package/wixel/all.css +1530 -1529
- package/wixel/all.st.css +4 -0
- package/wixel/component.st.css +4 -0
package/studio/all.st.css
CHANGED
|
@@ -700,6 +700,7 @@
|
|
|
700
700
|
@property st-global(--wds-dock-foreground-fill-disabled);
|
|
701
701
|
@property st-global(--wds-dock-foreground-fill-hover);
|
|
702
702
|
@property st-global(--wds-dropdown-icon-fill);
|
|
703
|
+
@property st-global(--wds-dropdown-icon-fill-disabled);
|
|
703
704
|
@property st-global(--wds-dropdown-layout-option-size-big);
|
|
704
705
|
@property st-global(--wds-dropdown-layout-option-size-small);
|
|
705
706
|
@property st-global(--wds-dropdown-list-paddings);
|
|
@@ -2220,6 +2221,7 @@
|
|
|
2220
2221
|
--wds-dock-foreground-fill-disabled: #bebebe;
|
|
2221
2222
|
--wds-dock-foreground-fill-hover: #dce9ff;
|
|
2222
2223
|
--wds-dropdown-icon-fill: #42454c;
|
|
2224
|
+
--wds-dropdown-icon-fill-disabled: #bebebe;
|
|
2223
2225
|
--wds-dropdown-layout-option-size-big: 40px;
|
|
2224
2226
|
--wds-dropdown-layout-option-size-small: 32px;
|
|
2225
2227
|
--wds-dropdown-list-paddings: 0;
|
package/studio/component.st.css
CHANGED
|
@@ -224,6 +224,7 @@
|
|
|
224
224
|
@property st-global(--wds-dock-foreground-fill-disabled);
|
|
225
225
|
@property st-global(--wds-dock-foreground-fill-hover);
|
|
226
226
|
@property st-global(--wds-dropdown-icon-fill);
|
|
227
|
+
@property st-global(--wds-dropdown-icon-fill-disabled);
|
|
227
228
|
@property st-global(--wds-dropdown-layout-option-size-big);
|
|
228
229
|
@property st-global(--wds-dropdown-layout-option-size-small);
|
|
229
230
|
@property st-global(--wds-dropdown-list-paddings);
|
|
@@ -1123,6 +1124,7 @@
|
|
|
1123
1124
|
--wds-dock-foreground-fill-disabled: #bebebe;
|
|
1124
1125
|
--wds-dock-foreground-fill-hover: #dce9ff;
|
|
1125
1126
|
--wds-dropdown-icon-fill: #42454c;
|
|
1127
|
+
--wds-dropdown-icon-fill-disabled: #bebebe;
|
|
1126
1128
|
--wds-dropdown-layout-option-size-big: 40px;
|
|
1127
1129
|
--wds-dropdown-layout-option-size-small: 32px;
|
|
1128
1130
|
--wds-dropdown-list-paddings: 0;
|