@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.st.css CHANGED
@@ -704,6 +704,7 @@
704
704
  @property st-global(--wds-dock-foreground-fill-disabled);
705
705
  @property st-global(--wds-dock-foreground-fill-hover);
706
706
  @property st-global(--wds-dropdown-icon-fill);
707
+ @property st-global(--wds-dropdown-icon-fill-disabled);
707
708
  @property st-global(--wds-dropdown-layout-option-size-big);
708
709
  @property st-global(--wds-dropdown-layout-option-size-small);
709
710
  @property st-global(--wds-dropdown-list-paddings);
@@ -1305,6 +1306,7 @@
1305
1306
  @property st-global(--wds-space-padding-vertical-xx-tiny);
1306
1307
  @property st-global(--wds-status-toast-text-font-line-height);
1307
1308
  @property st-global(--wds-status-toast-text-font-size);
1309
+ @property st-global(--wds-status-toast-width);
1308
1310
  @property st-global(--wds-stepper-prefix-size-circle);
1309
1311
  @property st-global(--wds-stepper-prefix-size-number);
1310
1312
  @property st-global(--wds-swatches-list-gap);
@@ -2230,6 +2232,7 @@
2230
2232
  --wds-dock-foreground-fill-disabled: rgba(0, 6, 36, .3);
2231
2233
  --wds-dock-foreground-fill-hover: #5999ff;
2232
2234
  --wds-dropdown-icon-fill: #116dff;
2235
+ --wds-dropdown-icon-fill-disabled: rgba(0, 6, 36, .3);
2233
2236
  --wds-dropdown-layout-option-size-big: 48px;
2234
2237
  --wds-dropdown-layout-option-size-small: 36px;
2235
2238
  --wds-dropdown-list-paddings: 0;
@@ -2831,6 +2834,7 @@
2831
2834
  --wds-space-padding-vertical-xx-tiny: 3px;
2832
2835
  --wds-status-toast-text-font-line-height: 24px;
2833
2836
  --wds-status-toast-text-font-size: 16px;
2837
+ --wds-status-toast-width: 600px;
2834
2838
  --wds-stepper-prefix-size-circle: 30px;
2835
2839
  --wds-stepper-prefix-size-number: 24px;
2836
2840
  --wds-swatches-list-gap: 12px;
package/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);
@@ -682,6 +683,7 @@
682
683
  @property st-global(--wds-social-preview-content-padding-vertical);
683
684
  @property st-global(--wds-status-toast-text-font-line-height);
684
685
  @property st-global(--wds-status-toast-text-font-size);
686
+ @property st-global(--wds-status-toast-width);
685
687
  @property st-global(--wds-stepper-prefix-size-circle);
686
688
  @property st-global(--wds-stepper-prefix-size-number);
687
689
  @property st-global(--wds-swatches-list-gap);
@@ -1125,6 +1127,7 @@
1125
1127
  --wds-dock-foreground-fill-disabled: rgba(0, 6, 36, .3);
1126
1128
  --wds-dock-foreground-fill-hover: #5999ff;
1127
1129
  --wds-dropdown-icon-fill: #116dff;
1130
+ --wds-dropdown-icon-fill-disabled: rgba(0, 6, 36, .3);
1128
1131
  --wds-dropdown-layout-option-size-big: 48px;
1129
1132
  --wds-dropdown-layout-option-size-small: 36px;
1130
1133
  --wds-dropdown-list-paddings: 0;
@@ -1583,6 +1586,7 @@
1583
1586
  --wds-social-preview-content-padding-vertical: 9px;
1584
1587
  --wds-status-toast-text-font-line-height: 24px;
1585
1588
  --wds-status-toast-text-font-size: 16px;
1589
+ --wds-status-toast-width: 600px;
1586
1590
  --wds-stepper-prefix-size-circle: 30px;
1587
1591
  --wds-stepper-prefix-size-number: 24px;
1588
1592
  --wds-swatches-list-gap: 12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.96.0",
3
+ "version": "1.98.0",
4
4
  "packageManager": "yarn@3.5.0",
5
5
  "author": "augustinasv@wix.com",
6
6
  "license": "MIT",
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress"
34
34
  }
35
35
  },
36
- "falconPackageHash": "569d09c70faadfe2e84c9f17d58a013947a7758d4101f85aa166a03f"
36
+ "falconPackageHash": "2a9fc155535232a688a38444ed127410f69815724887df02429e462f"
37
37
  }