@wix/design-system-tokens 1.80.0 → 1.82.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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.81.0 - 2025-03-05
2
+
3
+ ### Visual Breaking Changes
4
+
5
+ - breaking(Input): change menu Arrow Icon color in studio theme [14579](https://github.com/wix-private/wix-design-systems/pull/14579)
6
+
1
7
  ## 1.80.0 - 2025-03-04
2
8
 
3
9
  ### Visual Breaking Changes
package/all.css CHANGED
@@ -170,6 +170,7 @@
170
170
  --wds-dock-foreground-fill-hover: #5999ff;
171
171
  --wds-dropdown-layout-option-size-big: 48px;
172
172
  --wds-dropdown-layout-option-size-small: 36px;
173
+ --wds-dropdown-icon-fill: #116dff;
173
174
  --wds-empty-state-border-radius: 8px;
174
175
  --wds-empty-state-page-content-paddings: 18px;
175
176
  --wds-empty-state-section-content-paddings: 15px;
package/all.st.css CHANGED
@@ -564,6 +564,7 @@
564
564
  @property st-global(--wds-dock-foreground-fill-active);
565
565
  @property st-global(--wds-dock-foreground-fill-disabled);
566
566
  @property st-global(--wds-dock-foreground-fill-hover);
567
+ @property st-global(--wds-dropdown-icon-fill);
567
568
  @property st-global(--wds-dropdown-layout-option-size-big);
568
569
  @property st-global(--wds-dropdown-layout-option-size-small);
569
570
  @property st-global(--wds-empty-state-border-radius);
@@ -1764,6 +1765,7 @@
1764
1765
  --wds-dock-foreground-fill-active: #116dff;
1765
1766
  --wds-dock-foreground-fill-disabled: rgba(0, 6, 36, .3);
1766
1767
  --wds-dock-foreground-fill-hover: #5999ff;
1768
+ --wds-dropdown-icon-fill: #116dff;
1767
1769
  --wds-dropdown-layout-option-size-big: 48px;
1768
1770
  --wds-dropdown-layout-option-size-small: 36px;
1769
1771
  --wds-empty-state-border-radius: 8px;
package/component.st.css CHANGED
@@ -167,6 +167,7 @@
167
167
  @property st-global(--wds-dock-foreground-fill-active);
168
168
  @property st-global(--wds-dock-foreground-fill-disabled);
169
169
  @property st-global(--wds-dock-foreground-fill-hover);
170
+ @property st-global(--wds-dropdown-icon-fill);
170
171
  @property st-global(--wds-dropdown-layout-option-size-big);
171
172
  @property st-global(--wds-dropdown-layout-option-size-small);
172
173
  @property st-global(--wds-empty-state-border-radius);
@@ -852,6 +853,7 @@
852
853
  --wds-dock-foreground-fill-active: #116dff;
853
854
  --wds-dock-foreground-fill-disabled: rgba(0, 6, 36, .3);
854
855
  --wds-dock-foreground-fill-hover: #5999ff;
856
+ --wds-dropdown-icon-fill: #116dff;
855
857
  --wds-dropdown-layout-option-size-big: 48px;
856
858
  --wds-dropdown-layout-option-size-small: 36px;
857
859
  --wds-empty-state-border-radius: 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.80.0",
3
+ "version": "1.82.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": "990277769a4f986881badba57e5ece5d55f435c1924fc66c059016d5"
36
+ "falconPackageHash": "fa70c52d231634f01f536f23e52c8fecb7e43e5856cd724d280e864b"
37
37
  }
package/studio/all.css CHANGED
@@ -170,6 +170,7 @@
170
170
  --wds-dock-foreground-fill-hover: #dce9ff;
171
171
  --wds-dropdown-layout-option-size-big: 40px;
172
172
  --wds-dropdown-layout-option-size-small: 32px;
173
+ --wds-dropdown-icon-fill: #42454c;
173
174
  --wds-empty-state-border-radius: 4px;
174
175
  --wds-empty-state-page-content-paddings: 24px;
175
176
  --wds-empty-state-section-content-paddings: 24px;
package/studio/all.st.css CHANGED
@@ -560,6 +560,7 @@
560
560
  @property st-global(--wds-dock-foreground-fill-active);
561
561
  @property st-global(--wds-dock-foreground-fill-disabled);
562
562
  @property st-global(--wds-dock-foreground-fill-hover);
563
+ @property st-global(--wds-dropdown-icon-fill);
563
564
  @property st-global(--wds-dropdown-layout-option-size-big);
564
565
  @property st-global(--wds-dropdown-layout-option-size-small);
565
566
  @property st-global(--wds-empty-state-border-radius);
@@ -1755,6 +1756,7 @@
1755
1756
  --wds-dock-foreground-fill-active: #116dff;
1756
1757
  --wds-dock-foreground-fill-disabled: #bebebe;
1757
1758
  --wds-dock-foreground-fill-hover: #dce9ff;
1759
+ --wds-dropdown-icon-fill: #42454c;
1758
1760
  --wds-dropdown-layout-option-size-big: 40px;
1759
1761
  --wds-dropdown-layout-option-size-small: 32px;
1760
1762
  --wds-empty-state-border-radius: 4px;
@@ -167,6 +167,7 @@
167
167
  @property st-global(--wds-dock-foreground-fill-active);
168
168
  @property st-global(--wds-dock-foreground-fill-disabled);
169
169
  @property st-global(--wds-dock-foreground-fill-hover);
170
+ @property st-global(--wds-dropdown-icon-fill);
170
171
  @property st-global(--wds-dropdown-layout-option-size-big);
171
172
  @property st-global(--wds-dropdown-layout-option-size-small);
172
173
  @property st-global(--wds-empty-state-border-radius);
@@ -851,6 +852,7 @@
851
852
  --wds-dock-foreground-fill-active: #116dff;
852
853
  --wds-dock-foreground-fill-disabled: #bebebe;
853
854
  --wds-dock-foreground-fill-hover: #dce9ff;
855
+ --wds-dropdown-icon-fill: #42454c;
854
856
  --wds-dropdown-layout-option-size-big: 40px;
855
857
  --wds-dropdown-layout-option-size-small: 32px;
856
858
  --wds-empty-state-border-radius: 4px;