@wix/design-system-tokens 1.181.0 → 1.182.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.182.0 - 2026-04-13
2
+
3
+ ### Bug Fixes
4
+
5
+ - fix(SidePanel): made standard skin also use the blur background color [16123](https://github.com/wix-private/wix-design-systems/pull/16123)
6
+
1
7
  ## 1.181.0 - 2026-04-09
2
8
 
3
9
  ### Bug Fixes
@@ -89,7 +89,7 @@
89
89
  --wds-font-family-display: "Madefor Display", Madefor, "Helvetica Neue", Helvetica,Arial, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
90
90
  --wds-font-family-default: Madefor, "Helvetica Neue", Helvetica,Arial, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
91
91
  --wds-color-text-stage-section: #6f56f9;
92
- --wds-color-fill-surface-overlay-blur: rgba(33, 33, 34, 0.70);
92
+ --wds-color-fill-surface-overlay-blur: rgba(33, 33, 34, 0.92);
93
93
  --wds-color-fill-stage-section-secondary-hover: #d9d2ff;
94
94
  --wds-color-fill-stage-section-secondary-active: #d9d2ff;
95
95
  --wds-color-fill-stage-section-secondary: #d9d2ff;
@@ -240,7 +240,7 @@
240
240
  --wds-color-green-100: #53DA98;
241
241
  --wds-color-green-50: #A3E5C5;
242
242
  --wds-color-green-0: #D6ECE1;
243
- --wds-color-fill-surface-overlay-blur: rgba(33, 33, 34, 0.70);
243
+ --wds-color-fill-surface-overlay-blur: rgba(33, 33, 34, 0.92);
244
244
  --wds-color-fill-stage-section-secondary-hover: #d9d2ff;
245
245
  --wds-color-fill-stage-section-secondary-active: #d9d2ff;
246
246
  --wds-color-fill-stage-section-secondary: #d9d2ff;
@@ -2700,7 +2700,7 @@
2700
2700
  --wds-color-fill-surface-modal-backdrop: rgba(212, 211, 210, .5);
2701
2701
  --wds-color-fill-surface-neutral: #2D2D2E;
2702
2702
  --wds-color-fill-surface-overlay: #212122;
2703
- --wds-color-fill-surface-overlay-blur: rgba(33, 33, 34, 0.70);
2703
+ --wds-color-fill-surface-overlay-blur: rgba(33, 33, 34, 0.92);
2704
2704
  --wds-color-fill-surface-overlay-dark: #FFFFFF;
2705
2705
  --wds-color-fill-surface-premium: #111214;
2706
2706
  --wds-color-fill-surface-raised: #212122;
@@ -777,7 +777,7 @@
777
777
  --wds-color-fill-surface-modal-backdrop: rgba(212, 211, 210, .5);
778
778
  --wds-color-fill-surface-neutral: #2D2D2E;
779
779
  --wds-color-fill-surface-overlay: #212122;
780
- --wds-color-fill-surface-overlay-blur: rgba(33, 33, 34, 0.70);
780
+ --wds-color-fill-surface-overlay-blur: rgba(33, 33, 34, 0.92);
781
781
  --wds-color-fill-surface-overlay-dark: #FFFFFF;
782
782
  --wds-color-fill-surface-premium: #111214;
783
783
  --wds-color-fill-surface-raised: #212122;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.181.0",
3
+ "version": "1.182.0",
4
4
  "scripts": {
5
5
  "build": "cp -r tokens/* .",
6
6
  "figma-to-dictionary": "ts-node src/scripts/figma-to-dictionary.ts",
@@ -34,5 +34,5 @@
34
34
  "author": "augustinasv@wix.com",
35
35
  "description": "Design system tokens",
36
36
  "packageManager": "yarn@3.5.0",
37
- "falconPackageHash": "7bf6ff281497c4279928ed945865f01e8f78e3eb0e9e43c3b8062a30"
37
+ "falconPackageHash": "6de0d7e2c16afae1767dc6c3840390466c0f0982df963641caf0fc10"
38
38
  }