@wix/design-system-tokens 1.125.0 → 1.125.1

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.125.1 - 2025-08-08
2
+
3
+ ### Bug Fixes
4
+
5
+ - fix(Tooltip): change token origin [15169](https://github.com/wix-private/wix-design-systems/pull/15169)
6
+
1
7
  ## 1.125.0 - 2025-08-07
2
8
 
3
9
  ### Visual Breaking Changes
package/all.css CHANGED
@@ -801,7 +801,6 @@
801
801
  --wds-tooltip-label-font-weight-medium: var(--wds-font-weight-regular);
802
802
  --wds-tooltip-border-radius-small: var(--wds-border-radius-400);
803
803
  --wds-tooltip-border-radius-medium: var(--wds-border-radius-400);
804
- --wds-tooltip-border-radius: var(--wds-border-radius-400);
805
804
  --wds-toggle-switch-padding: var(--wds-space-25);
806
805
  --wds-toggle-button-shadow-y-tertiary-inverted: var(--wds-shadow-y-0);
807
806
  --wds-toggle-button-shadow-y-tertiary: var(--wds-shadow-y-0);
@@ -1408,6 +1407,7 @@
1408
1407
  --wds-vertical-tabs-icon-fill: var(--wds-color-text-primary);
1409
1408
  --wds-tooltip-text-fill: var(--wds-color-text-standard-primary-light);
1410
1409
  --wds-tooltip-label-font-size-medium: var(--wds-font-size-body-small);
1410
+ --wds-tooltip-border-radius: var(--wds-border-radius-surface-overlay);
1411
1411
  --wds-tooltip-background-fill: var(--wds-color-fill-surface-overlay-dark);
1412
1412
  --wds-toggle-switch-shadow: var(--wds-shadow-100);
1413
1413
  --wds-toggle-switch-fill-urgent-hover: var(--wds-color-fill-urgent-secondary-hover);
package/all.scss CHANGED
@@ -373,7 +373,6 @@
373
373
  --wds-tooltip-label-font-weight-medium: var(--wds-font-weight-regular);
374
374
  --wds-tooltip-border-radius-small: var(--wds-border-radius-400);
375
375
  --wds-tooltip-border-radius-medium: var(--wds-border-radius-400);
376
- --wds-tooltip-border-radius: var(--wds-border-radius-400);
377
376
  --wds-toggle-switch-padding: var(--wds-space-25);
378
377
  --wds-toggle-button-shadow-y-tertiary-inverted: var(--wds-shadow-y-0);
379
378
  --wds-toggle-button-shadow-y-tertiary: var(--wds-shadow-y-0);
@@ -1390,6 +1389,7 @@
1390
1389
  --wds-vertical-tabs-icon-fill: var(--wds-color-text-primary);
1391
1390
  --wds-tooltip-text-fill: var(--wds-color-text-standard-primary-light);
1392
1391
  --wds-tooltip-label-font-size-medium: var(--wds-font-size-body-small);
1392
+ --wds-tooltip-border-radius: var(--wds-border-radius-surface-overlay);
1393
1393
  --wds-tooltip-background-fill: var(--wds-color-fill-surface-overlay-dark);
1394
1394
  --wds-toggle-switch-shadow: var(--wds-shadow-100);
1395
1395
  --wds-toggle-switch-fill-urgent-hover: var(--wds-color-fill-urgent-secondary-hover);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.125.0",
3
+ "version": "1.125.1",
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": "00572ce912e261a2310baaf89ea643343d4aef4118d0de126e83ac78"
36
+ "falconPackageHash": "73e882e1758d921c80931902a2f17a8245967337f4de013d8bd953da"
37
37
  }
package/studio/all.css CHANGED
@@ -798,7 +798,6 @@
798
798
  --wds-tooltip-label-font-weight-medium: var(--wds-font-weight-regular);
799
799
  --wds-tooltip-border-radius-small: var(--wds-border-radius-400);
800
800
  --wds-tooltip-border-radius-medium: var(--wds-border-radius-400);
801
- --wds-tooltip-border-radius: var(--wds-border-radius-200);
802
801
  --wds-toggle-switch-padding: var(--wds-space-50);
803
802
  --wds-toggle-switch-fill-urgent-disabled: var(--wds-color-fill-urgent-secondary-disabled);
804
803
  --wds-toggle-switch-fill-success-disabled: var(--wds-color-fill-success-secondary-disabled);
@@ -1465,6 +1464,7 @@
1465
1464
  --wds-vertical-tabs-icon-fill: var(--wds-color-text-primary);
1466
1465
  --wds-tooltip-text-fill: var(--wds-color-text-standard-primary);
1467
1466
  --wds-tooltip-label-font-size-medium: var(--wds-font-size-body-small);
1467
+ --wds-tooltip-border-radius: var(--wds-border-radius-surface-overlay);
1468
1468
  --wds-tooltip-background-fill: var(--wds-color-fill-surface-overlay);
1469
1469
  --wds-toggle-switch-fill-urgent-hover: var(--wds-color-fill-dark-primary-hover);
1470
1470
  --wds-toggle-switch-fill-urgent-active-hover: var(--wds-color-fill-urgent-primary-hover);
package/studio/all.scss CHANGED
@@ -401,7 +401,6 @@
401
401
  --wds-tooltip-label-font-weight-medium: var(--wds-font-weight-regular);
402
402
  --wds-tooltip-border-radius-small: var(--wds-border-radius-400);
403
403
  --wds-tooltip-border-radius-medium: var(--wds-border-radius-400);
404
- --wds-tooltip-border-radius: var(--wds-border-radius-200);
405
404
  --wds-toggle-switch-padding: var(--wds-space-50);
406
405
  --wds-toggle-switch-fill-urgent-disabled: var(--wds-color-fill-urgent-secondary-disabled);
407
406
  --wds-toggle-switch-fill-success-disabled: var(--wds-color-fill-success-secondary-disabled);
@@ -1449,6 +1448,7 @@
1449
1448
  --wds-vertical-tabs-icon-fill: var(--wds-color-text-primary);
1450
1449
  --wds-tooltip-text-fill: var(--wds-color-text-standard-primary);
1451
1450
  --wds-tooltip-label-font-size-medium: var(--wds-font-size-body-small);
1451
+ --wds-tooltip-border-radius: var(--wds-border-radius-surface-overlay);
1452
1452
  --wds-tooltip-background-fill: var(--wds-color-fill-surface-overlay);
1453
1453
  --wds-toggle-switch-fill-urgent-hover: var(--wds-color-fill-dark-primary-hover);
1454
1454
  --wds-toggle-switch-fill-urgent-active-hover: var(--wds-color-fill-urgent-primary-hover);
package/wixel/all.css CHANGED
@@ -771,7 +771,6 @@
771
771
  --wds-tooltip-label-font-weight-medium: var(--wds-font-weight-regular);
772
772
  --wds-tooltip-border-radius-small: var(--wds-border-radius-400);
773
773
  --wds-tooltip-border-radius-medium: var(--wds-border-radius-400);
774
- --wds-tooltip-border-radius: var(--wds-border-radius-400);
775
774
  --wds-toggle-switch-shadow: 0 2px 1px var(--wds-color-black-100-transparent-0), 0 0 3px var(--wds-color-black-100-transparent-30);
776
775
  --wds-toggle-switch-padding: var(--wds-space-25);
777
776
  --wds-toggle-switch-fill-urgent-disabled: var(--wds-color-fill-urgent-primary-disabled);
@@ -1430,6 +1429,7 @@
1430
1429
  --wds-vertical-tabs-icon-fill: var(--wds-color-text-primary);
1431
1430
  --wds-tooltip-text-fill: var(--wds-color-text-standard-primary-light);
1432
1431
  --wds-tooltip-label-font-size-medium: var(--wds-font-size-body-small);
1432
+ --wds-tooltip-border-radius: var(--wds-border-radius-surface-overlay);
1433
1433
  --wds-tooltip-background-fill: var(--wds-color-fill-surface-overlay-dark);
1434
1434
  --wds-toggle-switch-fill-urgent-hover: var(--wds-color-fill-dark-primary-hover);
1435
1435
  --wds-toggle-switch-fill-urgent-active-hover: var(--wds-color-fill-urgent-primary-hover);
package/wixel/all.scss CHANGED
@@ -400,7 +400,6 @@
400
400
  --wds-tooltip-label-font-weight-medium: var(--wds-font-weight-regular);
401
401
  --wds-tooltip-border-radius-small: var(--wds-border-radius-400);
402
402
  --wds-tooltip-border-radius-medium: var(--wds-border-radius-400);
403
- --wds-tooltip-border-radius: var(--wds-border-radius-400);
404
403
  --wds-toggle-switch-shadow: 0 2px 1px var(--wds-color-black-100-transparent-0), 0 0 3px var(--wds-color-black-100-transparent-30);
405
404
  --wds-toggle-switch-padding: var(--wds-space-25);
406
405
  --wds-toggle-switch-fill-urgent-disabled: var(--wds-color-fill-urgent-primary-disabled);
@@ -1416,6 +1415,7 @@
1416
1415
  --wds-vertical-tabs-icon-fill: var(--wds-color-text-primary);
1417
1416
  --wds-tooltip-text-fill: var(--wds-color-text-standard-primary-light);
1418
1417
  --wds-tooltip-label-font-size-medium: var(--wds-font-size-body-small);
1418
+ --wds-tooltip-border-radius: var(--wds-border-radius-surface-overlay);
1419
1419
  --wds-tooltip-background-fill: var(--wds-color-fill-surface-overlay-dark);
1420
1420
  --wds-toggle-switch-fill-urgent-hover: var(--wds-color-fill-dark-primary-hover);
1421
1421
  --wds-toggle-switch-fill-urgent-active-hover: var(--wds-color-fill-urgent-primary-hover);
package/wixel/all.st.css CHANGED
@@ -3651,7 +3651,7 @@
3651
3651
  --wds-toggle-switch-width-medium: 32px;
3652
3652
  --wds-toggle-switch-width-small: 24px;
3653
3653
  --wds-tooltip-background-fill: #000624;
3654
- --wds-tooltip-border-radius: 8px;
3654
+ --wds-tooltip-border-radius: 12px;
3655
3655
  --wds-tooltip-border-radius-medium: 8px;
3656
3656
  --wds-tooltip-border-radius-small: 8px;
3657
3657
  --wds-tooltip-label-font-line-height-medium: 20px;
@@ -2293,7 +2293,7 @@
2293
2293
  --wds-toggle-switch-width-medium: 32px;
2294
2294
  --wds-toggle-switch-width-small: 24px;
2295
2295
  --wds-tooltip-background-fill: #000624;
2296
- --wds-tooltip-border-radius: 8px;
2296
+ --wds-tooltip-border-radius: 12px;
2297
2297
  --wds-tooltip-border-radius-medium: 8px;
2298
2298
  --wds-tooltip-border-radius-small: 8px;
2299
2299
  --wds-tooltip-label-font-line-height-medium: 20px;