@wix/design-system-tokens 1.95.0 → 1.97.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 +2 -0
- package/component.st.css +2 -0
- package/package.json +2 -2
- package/studio/all.css +1518 -1518
- package/wixel/all.css +1530 -1529
- package/wixel/all.st.css +2 -0
- package/wixel/component.st.css +2 -0
package/wixel/all.st.css
CHANGED
|
@@ -1303,6 +1303,7 @@
|
|
|
1303
1303
|
@property st-global(--wds-space-padding-vertical-xx-tiny);
|
|
1304
1304
|
@property st-global(--wds-status-toast-text-font-line-height);
|
|
1305
1305
|
@property st-global(--wds-status-toast-text-font-size);
|
|
1306
|
+
@property st-global(--wds-status-toast-width);
|
|
1306
1307
|
@property st-global(--wds-stepper-prefix-size-circle);
|
|
1307
1308
|
@property st-global(--wds-stepper-prefix-size-number);
|
|
1308
1309
|
@property st-global(--wds-swatches-list-gap);
|
|
@@ -2834,6 +2835,7 @@
|
|
|
2834
2835
|
--wds-space-padding-vertical-xx-tiny: 4px;
|
|
2835
2836
|
--wds-status-toast-text-font-line-height: 16px;
|
|
2836
2837
|
--wds-status-toast-text-font-size: 12px;
|
|
2838
|
+
--wds-status-toast-width: 600px;
|
|
2837
2839
|
--wds-stepper-prefix-size-circle: 28px;
|
|
2838
2840
|
--wds-stepper-prefix-size-number: 24px;
|
|
2839
2841
|
--wds-swatches-list-gap: 8px;
|
package/wixel/component.st.css
CHANGED
|
@@ -680,6 +680,7 @@
|
|
|
680
680
|
@property st-global(--wds-social-preview-content-padding-vertical);
|
|
681
681
|
@property st-global(--wds-status-toast-text-font-line-height);
|
|
682
682
|
@property st-global(--wds-status-toast-text-font-size);
|
|
683
|
+
@property st-global(--wds-status-toast-width);
|
|
683
684
|
@property st-global(--wds-stepper-prefix-size-circle);
|
|
684
685
|
@property st-global(--wds-stepper-prefix-size-number);
|
|
685
686
|
@property st-global(--wds-swatches-list-gap);
|
|
@@ -1586,6 +1587,7 @@
|
|
|
1586
1587
|
--wds-social-preview-content-padding-vertical: 8px;
|
|
1587
1588
|
--wds-status-toast-text-font-line-height: 16px;
|
|
1588
1589
|
--wds-status-toast-text-font-size: 12px;
|
|
1590
|
+
--wds-status-toast-width: 600px;
|
|
1589
1591
|
--wds-stepper-prefix-size-circle: 28px;
|
|
1590
1592
|
--wds-stepper-prefix-size-number: 24px;
|
|
1591
1593
|
--wds-swatches-list-gap: 8px;
|