@wix/design-system-tokens 1.92.0 → 1.93.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.93.0 - 2025-04-09
2
+
3
+ ### Features
4
+
5
+ - feat(Tooltip): border-radius token [14730](https://github.com/wix-private/wix-design-systems/pull/14730)
6
+
1
7
  ## 1.90.0 - 2025-04-02
2
8
 
3
9
  ### Visual Breaking Changes
package/all.css CHANGED
@@ -818,7 +818,7 @@
818
818
  --wds-toggle-switch-width-medium: 34px;
819
819
  --wds-toggle-switch-width-small: 28px;
820
820
  --wds-tooltip-background-fill: #000624;
821
- --wds-tooltip-border-radius: #ffffff;
821
+ --wds-tooltip-border-radius: 8px;
822
822
  --wds-tooltip-border-radius-medium: 8px;
823
823
  --wds-tooltip-border-radius-small: 8px;
824
824
  --wds-tooltip-padding-horizontal-medium: 24px;
package/all.st.css CHANGED
@@ -2966,7 +2966,7 @@
2966
2966
  --wds-toggle-switch-width-medium: 34px;
2967
2967
  --wds-toggle-switch-width-small: 28px;
2968
2968
  --wds-tooltip-background-fill: #000624;
2969
- --wds-tooltip-border-radius: #ffffff;
2969
+ --wds-tooltip-border-radius: 8px;
2970
2970
  --wds-tooltip-border-radius-medium: 8px;
2971
2971
  --wds-tooltip-border-radius-small: 8px;
2972
2972
  --wds-tooltip-padding-horizontal-medium: 24px;
package/component.st.css CHANGED
@@ -1718,7 +1718,7 @@
1718
1718
  --wds-toggle-switch-width-medium: 34px;
1719
1719
  --wds-toggle-switch-width-small: 28px;
1720
1720
  --wds-tooltip-background-fill: #000624;
1721
- --wds-tooltip-border-radius: #ffffff;
1721
+ --wds-tooltip-border-radius: 8px;
1722
1722
  --wds-tooltip-border-radius-medium: 8px;
1723
1723
  --wds-tooltip-border-radius-small: 8px;
1724
1724
  --wds-tooltip-padding-horizontal-medium: 24px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.92.0",
3
+ "version": "1.93.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": "62bd120acccf9c97b159319bbf1d6e43b401e5e21f1368dde9137acd"
36
+ "falconPackageHash": "d511021a6b3ed7fd6c5800cae233743e9a934475bd27653ce8e9d277"
37
37
  }
package/studio/all.css CHANGED
@@ -816,7 +816,7 @@
816
816
  --wds-toggle-switch-width-medium: 28px;
817
817
  --wds-toggle-switch-width-small: 24px;
818
818
  --wds-tooltip-background-fill: #ffffff;
819
- --wds-tooltip-border-radius: #ffffff;
819
+ --wds-tooltip-border-radius: 4px;
820
820
  --wds-tooltip-border-radius-medium: 8px;
821
821
  --wds-tooltip-border-radius-small: 8px;
822
822
  --wds-tooltip-padding-horizontal-medium: 16px;
package/studio/all.st.css CHANGED
@@ -2954,7 +2954,7 @@
2954
2954
  --wds-toggle-switch-width-medium: 28px;
2955
2955
  --wds-toggle-switch-width-small: 24px;
2956
2956
  --wds-tooltip-background-fill: #ffffff;
2957
- --wds-tooltip-border-radius: #ffffff;
2957
+ --wds-tooltip-border-radius: 4px;
2958
2958
  --wds-tooltip-border-radius-medium: 8px;
2959
2959
  --wds-tooltip-border-radius-small: 8px;
2960
2960
  --wds-tooltip-padding-horizontal-medium: 16px;
@@ -1714,7 +1714,7 @@
1714
1714
  --wds-toggle-switch-width-medium: 28px;
1715
1715
  --wds-toggle-switch-width-small: 24px;
1716
1716
  --wds-tooltip-background-fill: #ffffff;
1717
- --wds-tooltip-border-radius: #ffffff;
1717
+ --wds-tooltip-border-radius: 4px;
1718
1718
  --wds-tooltip-border-radius-medium: 8px;
1719
1719
  --wds-tooltip-border-radius-small: 8px;
1720
1720
  --wds-tooltip-padding-horizontal-medium: 16px;