@wix/design-system-tokens 1.74.1 → 1.76.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.75.0 - 2025-02-12
2
+
3
+ ### Visual Breaking Changes
4
+
5
+ - breaking(InfoIcon): infoIcon color change in studio theme [14527](https://github.com/wix-private/wix-design-systems/pull/14527)
6
+
1
7
  ## 1.72.0 - 2025-02-04
2
8
 
3
9
  ### Features
package/all.css CHANGED
@@ -193,6 +193,8 @@
193
193
  --wds-gallery-item-padding-vertical-small: 12px;
194
194
  --wds-image-border-radius-default: 8px;
195
195
  --wds-image-border-radius-none: 0;
196
+ --wds-info-icon-fill: #116dff;
197
+ --wds-info-icon-fill-hover: #116dff;
196
198
  --wds-input-border-radius-default-large: 6px;
197
199
  --wds-input-border-radius-default-medium: 6px;
198
200
  --wds-input-border-radius-default-small: 6px;
package/all.st.css CHANGED
@@ -640,6 +640,8 @@
640
640
  @property st-global(--wds-gallery-item-padding-vertical-small);
641
641
  @property st-global(--wds-image-border-radius-default);
642
642
  @property st-global(--wds-image-border-radius-none);
643
+ @property st-global(--wds-info-icon-fill);
644
+ @property st-global(--wds-info-icon-fill-hover);
643
645
  @property st-global(--wds-input-area-border-radius-default-medium);
644
646
  @property st-global(--wds-input-area-border-radius-default-small);
645
647
  @property st-global(--wds-input-area-padding-left-medium);
@@ -1824,6 +1826,8 @@
1824
1826
  --wds-gallery-item-padding-vertical-small: 12px;
1825
1827
  --wds-image-border-radius-default: 8px;
1826
1828
  --wds-image-border-radius-none: 0;
1829
+ --wds-info-icon-fill: #116dff;
1830
+ --wds-info-icon-fill-hover: #116dff;
1827
1831
  --wds-input-area-border-radius-default-medium: 6px;
1828
1832
  --wds-input-area-border-radius-default-small: 6px;
1829
1833
  --wds-input-area-padding-left-medium: 12px;
package/component.st.css CHANGED
@@ -192,6 +192,8 @@
192
192
  @property st-global(--wds-gallery-item-padding-vertical-small);
193
193
  @property st-global(--wds-image-border-radius-default);
194
194
  @property st-global(--wds-image-border-radius-none);
195
+ @property st-global(--wds-info-icon-fill);
196
+ @property st-global(--wds-info-icon-fill-hover);
195
197
  @property st-global(--wds-input-area-border-radius-default-medium);
196
198
  @property st-global(--wds-input-area-border-radius-default-small);
197
199
  @property st-global(--wds-input-area-padding-left-medium);
@@ -862,6 +864,8 @@
862
864
  --wds-gallery-item-padding-vertical-small: 12px;
863
865
  --wds-image-border-radius-default: 8px;
864
866
  --wds-image-border-radius-none: 0;
867
+ --wds-info-icon-fill: #116dff;
868
+ --wds-info-icon-fill-hover: #116dff;
865
869
  --wds-input-area-border-radius-default-medium: 6px;
866
870
  --wds-input-area-border-radius-default-small: 6px;
867
871
  --wds-input-area-padding-left-medium: 12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.74.1",
3
+ "version": "1.76.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": "e9e2532d8354f55ad7242ff0664bf5a91aad6ca73f3fbdb137c6508c"
36
+ "falconPackageHash": "5aa37fedb157585bf51c991abeda79a463fa7927dffc6fe5842da5dc"
37
37
  }
package/studio/all.css CHANGED
@@ -193,6 +193,8 @@
193
193
  --wds-gallery-item-padding-vertical-small: 12px;
194
194
  --wds-image-border-radius-default: 4px;
195
195
  --wds-image-border-radius-none: 0;
196
+ --wds-info-icon-fill: #868aa5;
197
+ --wds-info-icon-fill-hover: #116dff;
196
198
  --wds-input-border-radius-default-large: 4px;
197
199
  --wds-input-border-radius-default-medium: 4px;
198
200
  --wds-input-border-radius-default-small: 4px;
package/studio/all.st.css CHANGED
@@ -636,6 +636,8 @@
636
636
  @property st-global(--wds-gallery-item-padding-vertical-small);
637
637
  @property st-global(--wds-image-border-radius-default);
638
638
  @property st-global(--wds-image-border-radius-none);
639
+ @property st-global(--wds-info-icon-fill);
640
+ @property st-global(--wds-info-icon-fill-hover);
639
641
  @property st-global(--wds-input-area-border-radius-default-medium);
640
642
  @property st-global(--wds-input-area-border-radius-default-small);
641
643
  @property st-global(--wds-input-area-padding-left-medium);
@@ -1815,6 +1817,8 @@
1815
1817
  --wds-gallery-item-padding-vertical-small: 12px;
1816
1818
  --wds-image-border-radius-default: 4px;
1817
1819
  --wds-image-border-radius-none: 0;
1820
+ --wds-info-icon-fill: #868aa5;
1821
+ --wds-info-icon-fill-hover: #116dff;
1818
1822
  --wds-input-area-border-radius-default-medium: 4px;
1819
1823
  --wds-input-area-border-radius-default-small: 4px;
1820
1824
  --wds-input-area-padding-left-medium: 12px;
@@ -192,6 +192,8 @@
192
192
  @property st-global(--wds-gallery-item-padding-vertical-small);
193
193
  @property st-global(--wds-image-border-radius-default);
194
194
  @property st-global(--wds-image-border-radius-none);
195
+ @property st-global(--wds-info-icon-fill);
196
+ @property st-global(--wds-info-icon-fill-hover);
195
197
  @property st-global(--wds-input-area-border-radius-default-medium);
196
198
  @property st-global(--wds-input-area-border-radius-default-small);
197
199
  @property st-global(--wds-input-area-padding-left-medium);
@@ -861,6 +863,8 @@
861
863
  --wds-gallery-item-padding-vertical-small: 12px;
862
864
  --wds-image-border-radius-default: 4px;
863
865
  --wds-image-border-radius-none: 0;
866
+ --wds-info-icon-fill: #868aa5;
867
+ --wds-info-icon-fill-hover: #116dff;
864
868
  --wds-input-area-border-radius-default-medium: 4px;
865
869
  --wds-input-area-border-radius-default-small: 4px;
866
870
  --wds-input-area-padding-left-medium: 12px;