@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/wixel/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);
@@ -1303,6 +1304,7 @@
1303
1304
  @property st-global(--wds-space-padding-vertical-xx-tiny);
1304
1305
  @property st-global(--wds-status-toast-text-font-line-height);
1305
1306
  @property st-global(--wds-status-toast-text-font-size);
1307
+ @property st-global(--wds-status-toast-width);
1306
1308
  @property st-global(--wds-stepper-prefix-size-circle);
1307
1309
  @property st-global(--wds-stepper-prefix-size-number);
1308
1310
  @property st-global(--wds-swatches-list-gap);
@@ -2231,6 +2233,7 @@
2231
2233
  --wds-dock-foreground-fill-disabled: #e5e5e5;
2232
2234
  --wds-dock-foreground-fill-hover: #bac5ff;
2233
2235
  --wds-dropdown-icon-fill: #42454c;
2236
+ --wds-dropdown-icon-fill-disabled: rgba(38, 37, 36, 0.3000);
2234
2237
  --wds-dropdown-layout-option-size-big: 40px;
2235
2238
  --wds-dropdown-layout-option-size-small: 32px;
2236
2239
  --wds-dropdown-list-paddings: 4px;
@@ -2834,6 +2837,7 @@
2834
2837
  --wds-space-padding-vertical-xx-tiny: 4px;
2835
2838
  --wds-status-toast-text-font-line-height: 16px;
2836
2839
  --wds-status-toast-text-font-size: 12px;
2840
+ --wds-status-toast-width: 600px;
2837
2841
  --wds-stepper-prefix-size-circle: 28px;
2838
2842
  --wds-stepper-prefix-size-number: 24px;
2839
2843
  --wds-swatches-list-gap: 8px;
@@ -221,6 +221,7 @@
221
221
  @property st-global(--wds-dock-foreground-fill-disabled);
222
222
  @property st-global(--wds-dock-foreground-fill-hover);
223
223
  @property st-global(--wds-dropdown-icon-fill);
224
+ @property st-global(--wds-dropdown-icon-fill-disabled);
224
225
  @property st-global(--wds-dropdown-layout-option-size-big);
225
226
  @property st-global(--wds-dropdown-layout-option-size-small);
226
227
  @property st-global(--wds-dropdown-list-paddings);
@@ -680,6 +681,7 @@
680
681
  @property st-global(--wds-social-preview-content-padding-vertical);
681
682
  @property st-global(--wds-status-toast-text-font-line-height);
682
683
  @property st-global(--wds-status-toast-text-font-size);
684
+ @property st-global(--wds-status-toast-width);
683
685
  @property st-global(--wds-stepper-prefix-size-circle);
684
686
  @property st-global(--wds-stepper-prefix-size-number);
685
687
  @property st-global(--wds-swatches-list-gap);
@@ -1127,6 +1129,7 @@
1127
1129
  --wds-dock-foreground-fill-disabled: #e5e5e5;
1128
1130
  --wds-dock-foreground-fill-hover: #bac5ff;
1129
1131
  --wds-dropdown-icon-fill: #42454c;
1132
+ --wds-dropdown-icon-fill-disabled: rgba(38, 37, 36, 0.3000);
1130
1133
  --wds-dropdown-layout-option-size-big: 40px;
1131
1134
  --wds-dropdown-layout-option-size-small: 32px;
1132
1135
  --wds-dropdown-list-paddings: 4px;
@@ -1586,6 +1589,7 @@
1586
1589
  --wds-social-preview-content-padding-vertical: 8px;
1587
1590
  --wds-status-toast-text-font-line-height: 16px;
1588
1591
  --wds-status-toast-text-font-size: 12px;
1592
+ --wds-status-toast-width: 600px;
1589
1593
  --wds-stepper-prefix-size-circle: 28px;
1590
1594
  --wds-stepper-prefix-size-number: 24px;
1591
1595
  --wds-swatches-list-gap: 8px;