@wix/design-system-tokens 1.97.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);
@@ -2231,6 +2232,7 @@
2231
2232
  --wds-dock-foreground-fill-disabled: rgba(0, 6, 36, .3);
2232
2233
  --wds-dock-foreground-fill-hover: #5999ff;
2233
2234
  --wds-dropdown-icon-fill: #116dff;
2235
+ --wds-dropdown-icon-fill-disabled: rgba(0, 6, 36, .3);
2234
2236
  --wds-dropdown-layout-option-size-big: 48px;
2235
2237
  --wds-dropdown-layout-option-size-small: 36px;
2236
2238
  --wds-dropdown-list-paddings: 0;
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);
@@ -1126,6 +1127,7 @@
1126
1127
  --wds-dock-foreground-fill-disabled: rgba(0, 6, 36, .3);
1127
1128
  --wds-dock-foreground-fill-hover: #5999ff;
1128
1129
  --wds-dropdown-icon-fill: #116dff;
1130
+ --wds-dropdown-icon-fill-disabled: rgba(0, 6, 36, .3);
1129
1131
  --wds-dropdown-layout-option-size-big: 48px;
1130
1132
  --wds-dropdown-layout-option-size-small: 36px;
1131
1133
  --wds-dropdown-list-paddings: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.97.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": "6aca2a6772dd0e3c76247b6fc98ff3749eba8dfa0498f9b6c1b3e8a9"
36
+ "falconPackageHash": "2a9fc155535232a688a38444ed127410f69815724887df02429e462f"
37
37
  }
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;
@@ -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;
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);
@@ -2232,6 +2233,7 @@
2232
2233
  --wds-dock-foreground-fill-disabled: #e5e5e5;
2233
2234
  --wds-dock-foreground-fill-hover: #bac5ff;
2234
2235
  --wds-dropdown-icon-fill: #42454c;
2236
+ --wds-dropdown-icon-fill-disabled: rgba(38, 37, 36, 0.3000);
2235
2237
  --wds-dropdown-layout-option-size-big: 40px;
2236
2238
  --wds-dropdown-layout-option-size-small: 32px;
2237
2239
  --wds-dropdown-list-paddings: 4px;
@@ -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);
@@ -1128,6 +1129,7 @@
1128
1129
  --wds-dock-foreground-fill-disabled: #e5e5e5;
1129
1130
  --wds-dock-foreground-fill-hover: #bac5ff;
1130
1131
  --wds-dropdown-icon-fill: #42454c;
1132
+ --wds-dropdown-icon-fill-disabled: rgba(38, 37, 36, 0.3000);
1131
1133
  --wds-dropdown-layout-option-size-big: 40px;
1132
1134
  --wds-dropdown-layout-option-size-small: 32px;
1133
1135
  --wds-dropdown-list-paddings: 4px;