@wix/design-system-tokens 1.90.2 → 1.92.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/all.css CHANGED
@@ -762,10 +762,10 @@
762
762
  --wds-toggle-button-fill-inverted-selected: #116dff;
763
763
  --wds-toggle-button-fill-inverted-selected-disabled: rgba(0, 6, 36, .3);
764
764
  --wds-toggle-button-fill-inverted-selected-hover: #0f62e6;
765
- --wds-toggle-button-label-font-line-height-round-small: 18px;
766
- --wds-toggle-button-label-font-size-round-small: 14px;
765
+ --wds-toggle-button-label-font-line-height-pill-small: 18px;
766
+ --wds-toggle-button-label-font-size-pill-small: 14px;
767
767
  --wds-toggle-button-label-font-weight: 400;
768
- --wds-toggle-button-label-font-weight-round: 400;
768
+ --wds-toggle-button-label-font-weight-pill: 400;
769
769
  --wds-toggle-button-label-font-weight-square: 400;
770
770
  --wds-toggle-button-padding-left-large: 9px;
771
771
  --wds-toggle-button-padding-left-large-round: 12px;
package/all.st.css CHANGED
@@ -1384,10 +1384,10 @@
1384
1384
  @property st-global(--wds-toggle-button-fill-inverted-selected);
1385
1385
  @property st-global(--wds-toggle-button-fill-inverted-selected-disabled);
1386
1386
  @property st-global(--wds-toggle-button-fill-inverted-selected-hover);
1387
- @property st-global(--wds-toggle-button-label-font-line-height-round-small);
1388
- @property st-global(--wds-toggle-button-label-font-size-round-small);
1387
+ @property st-global(--wds-toggle-button-label-font-line-height-pill-small);
1388
+ @property st-global(--wds-toggle-button-label-font-size-pill-small);
1389
1389
  @property st-global(--wds-toggle-button-label-font-weight);
1390
- @property st-global(--wds-toggle-button-label-font-weight-round);
1390
+ @property st-global(--wds-toggle-button-label-font-weight-pill);
1391
1391
  @property st-global(--wds-toggle-button-label-font-weight-square);
1392
1392
  @property st-global(--wds-toggle-button-padding-left-large);
1393
1393
  @property st-global(--wds-toggle-button-padding-left-large-round);
@@ -2910,10 +2910,10 @@
2910
2910
  --wds-toggle-button-fill-inverted-selected: #116dff;
2911
2911
  --wds-toggle-button-fill-inverted-selected-disabled: rgba(0, 6, 36, .3);
2912
2912
  --wds-toggle-button-fill-inverted-selected-hover: #0f62e6;
2913
- --wds-toggle-button-label-font-line-height-round-small: 18px;
2914
- --wds-toggle-button-label-font-size-round-small: 14px;
2913
+ --wds-toggle-button-label-font-line-height-pill-small: 18px;
2914
+ --wds-toggle-button-label-font-size-pill-small: 14px;
2915
2915
  --wds-toggle-button-label-font-weight: 400;
2916
- --wds-toggle-button-label-font-weight-round: 400;
2916
+ --wds-toggle-button-label-font-weight-pill: 400;
2917
2917
  --wds-toggle-button-label-font-weight-square: 400;
2918
2918
  --wds-toggle-button-padding-left-large: 9px;
2919
2919
  --wds-toggle-button-padding-left-large-round: 12px;
package/component.st.css CHANGED
@@ -761,10 +761,10 @@
761
761
  @property st-global(--wds-toggle-button-fill-inverted-selected);
762
762
  @property st-global(--wds-toggle-button-fill-inverted-selected-disabled);
763
763
  @property st-global(--wds-toggle-button-fill-inverted-selected-hover);
764
- @property st-global(--wds-toggle-button-label-font-line-height-round-small);
765
- @property st-global(--wds-toggle-button-label-font-size-round-small);
764
+ @property st-global(--wds-toggle-button-label-font-line-height-pill-small);
765
+ @property st-global(--wds-toggle-button-label-font-size-pill-small);
766
766
  @property st-global(--wds-toggle-button-label-font-weight);
767
- @property st-global(--wds-toggle-button-label-font-weight-round);
767
+ @property st-global(--wds-toggle-button-label-font-weight-pill);
768
768
  @property st-global(--wds-toggle-button-label-font-weight-square);
769
769
  @property st-global(--wds-toggle-button-padding-left-large);
770
770
  @property st-global(--wds-toggle-button-padding-left-large-round);
@@ -1662,10 +1662,10 @@
1662
1662
  --wds-toggle-button-fill-inverted-selected: #116dff;
1663
1663
  --wds-toggle-button-fill-inverted-selected-disabled: rgba(0, 6, 36, .3);
1664
1664
  --wds-toggle-button-fill-inverted-selected-hover: #0f62e6;
1665
- --wds-toggle-button-label-font-line-height-round-small: 18px;
1666
- --wds-toggle-button-label-font-size-round-small: 14px;
1665
+ --wds-toggle-button-label-font-line-height-pill-small: 18px;
1666
+ --wds-toggle-button-label-font-size-pill-small: 14px;
1667
1667
  --wds-toggle-button-label-font-weight: 400;
1668
- --wds-toggle-button-label-font-weight-round: 400;
1668
+ --wds-toggle-button-label-font-weight-pill: 400;
1669
1669
  --wds-toggle-button-label-font-weight-square: 400;
1670
1670
  --wds-toggle-button-padding-left-large: 9px;
1671
1671
  --wds-toggle-button-padding-left-large-round: 12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.90.2",
3
+ "version": "1.92.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": "0b75bf759f76b04d6fdde087091f3170db6b7f17f0b90cb7bc8b8c02"
36
+ "falconPackageHash": "62bd120acccf9c97b159319bbf1d6e43b401e5e21f1368dde9137acd"
37
37
  }
package/studio/all.css CHANGED
@@ -752,8 +752,8 @@
752
752
  --wds-toggle-button-fill-inverted-selected: #116dff;
753
753
  --wds-toggle-button-fill-inverted-selected-disabled: #bebebe;
754
754
  --wds-toggle-button-fill-inverted-selected-hover: #0f62e6;
755
- --wds-toggle-button-label-font-line-height-round-small: 16px;
756
- --wds-toggle-button-label-font-size-round-small: 12px;
755
+ --wds-toggle-button-label-font-line-height-pill-small: 20px;
756
+ --wds-toggle-button-label-font-size-pill-small: 14px;
757
757
  --wds-toggle-button-label-font-weight: 400;
758
758
  --wds-toggle-button-label-font-weight-round: 400;
759
759
  --wds-toggle-button-label-font-weight-square: 400;
package/studio/all.st.css CHANGED
@@ -1370,8 +1370,8 @@
1370
1370
  @property st-global(--wds-toggle-button-fill-inverted-selected);
1371
1371
  @property st-global(--wds-toggle-button-fill-inverted-selected-disabled);
1372
1372
  @property st-global(--wds-toggle-button-fill-inverted-selected-hover);
1373
- @property st-global(--wds-toggle-button-label-font-line-height-round-small);
1374
- @property st-global(--wds-toggle-button-label-font-size-round-small);
1373
+ @property st-global(--wds-toggle-button-label-font-line-height-pill-small);
1374
+ @property st-global(--wds-toggle-button-label-font-size-pill-small);
1375
1375
  @property st-global(--wds-toggle-button-label-font-weight);
1376
1376
  @property st-global(--wds-toggle-button-label-font-weight-round);
1377
1377
  @property st-global(--wds-toggle-button-label-font-weight-square);
@@ -2890,8 +2890,8 @@
2890
2890
  --wds-toggle-button-fill-inverted-selected: #116dff;
2891
2891
  --wds-toggle-button-fill-inverted-selected-disabled: #bebebe;
2892
2892
  --wds-toggle-button-fill-inverted-selected-hover: #0f62e6;
2893
- --wds-toggle-button-label-font-line-height-round-small: 16px;
2894
- --wds-toggle-button-label-font-size-round-small: 12px;
2893
+ --wds-toggle-button-label-font-line-height-pill-small: 20px;
2894
+ --wds-toggle-button-label-font-size-pill-small: 14px;
2895
2895
  --wds-toggle-button-label-font-weight: 400;
2896
2896
  --wds-toggle-button-label-font-weight-round: 400;
2897
2897
  --wds-toggle-button-label-font-weight-square: 400;
@@ -751,8 +751,8 @@
751
751
  @property st-global(--wds-toggle-button-fill-inverted-selected);
752
752
  @property st-global(--wds-toggle-button-fill-inverted-selected-disabled);
753
753
  @property st-global(--wds-toggle-button-fill-inverted-selected-hover);
754
- @property st-global(--wds-toggle-button-label-font-line-height-round-small);
755
- @property st-global(--wds-toggle-button-label-font-size-round-small);
754
+ @property st-global(--wds-toggle-button-label-font-line-height-pill-small);
755
+ @property st-global(--wds-toggle-button-label-font-size-pill-small);
756
756
  @property st-global(--wds-toggle-button-label-font-weight);
757
757
  @property st-global(--wds-toggle-button-label-font-weight-round);
758
758
  @property st-global(--wds-toggle-button-label-font-weight-square);
@@ -1650,8 +1650,8 @@
1650
1650
  --wds-toggle-button-fill-inverted-selected: #116dff;
1651
1651
  --wds-toggle-button-fill-inverted-selected-disabled: #bebebe;
1652
1652
  --wds-toggle-button-fill-inverted-selected-hover: #0f62e6;
1653
- --wds-toggle-button-label-font-line-height-round-small: 16px;
1654
- --wds-toggle-button-label-font-size-round-small: 12px;
1653
+ --wds-toggle-button-label-font-line-height-pill-small: 20px;
1654
+ --wds-toggle-button-label-font-size-pill-small: 14px;
1655
1655
  --wds-toggle-button-label-font-weight: 400;
1656
1656
  --wds-toggle-button-label-font-weight-round: 400;
1657
1657
  --wds-toggle-button-label-font-weight-square: 400;
package/wixel/all.css CHANGED
@@ -759,8 +759,8 @@
759
759
  --wds-toggle-button-fill-inverted-selected: #526cff;
760
760
  --wds-toggle-button-fill-inverted-selected-disabled: #bebebe;
761
761
  --wds-toggle-button-fill-inverted-selected-hover: #4c49fb;
762
- --wds-toggle-button-label-font-line-height-round-small: 16px;
763
- --wds-toggle-button-label-font-size-round-small: 12px;
762
+ --wds-toggle-button-label-font-line-height-pill-small: 16px;
763
+ --wds-toggle-button-label-font-size-pill-small: 12px;
764
764
  --wds-toggle-button-label-font-weight: 600;
765
765
  --wds-toggle-button-label-font-weight-round: 400;
766
766
  --wds-toggle-button-label-font-weight-square: 600;
package/wixel/all.st.css CHANGED
@@ -1381,8 +1381,8 @@
1381
1381
  @property st-global(--wds-toggle-button-fill-inverted-selected);
1382
1382
  @property st-global(--wds-toggle-button-fill-inverted-selected-disabled);
1383
1383
  @property st-global(--wds-toggle-button-fill-inverted-selected-hover);
1384
- @property st-global(--wds-toggle-button-label-font-line-height-round-small);
1385
- @property st-global(--wds-toggle-button-label-font-size-round-small);
1384
+ @property st-global(--wds-toggle-button-label-font-line-height-pill-small);
1385
+ @property st-global(--wds-toggle-button-label-font-size-pill-small);
1386
1386
  @property st-global(--wds-toggle-button-label-font-weight);
1387
1387
  @property st-global(--wds-toggle-button-label-font-weight-round);
1388
1388
  @property st-global(--wds-toggle-button-label-font-weight-square);
@@ -2912,8 +2912,8 @@
2912
2912
  --wds-toggle-button-fill-inverted-selected: #526cff;
2913
2913
  --wds-toggle-button-fill-inverted-selected-disabled: #bebebe;
2914
2914
  --wds-toggle-button-fill-inverted-selected-hover: #4c49fb;
2915
- --wds-toggle-button-label-font-line-height-round-small: 16px;
2916
- --wds-toggle-button-label-font-size-round-small: 12px;
2915
+ --wds-toggle-button-label-font-line-height-pill-small: 16px;
2916
+ --wds-toggle-button-label-font-size-pill-small: 12px;
2917
2917
  --wds-toggle-button-label-font-weight: 600;
2918
2918
  --wds-toggle-button-label-font-weight-round: 400;
2919
2919
  --wds-toggle-button-label-font-weight-square: 600;
@@ -758,8 +758,8 @@
758
758
  @property st-global(--wds-toggle-button-fill-inverted-selected);
759
759
  @property st-global(--wds-toggle-button-fill-inverted-selected-disabled);
760
760
  @property st-global(--wds-toggle-button-fill-inverted-selected-hover);
761
- @property st-global(--wds-toggle-button-label-font-line-height-round-small);
762
- @property st-global(--wds-toggle-button-label-font-size-round-small);
761
+ @property st-global(--wds-toggle-button-label-font-line-height-pill-small);
762
+ @property st-global(--wds-toggle-button-label-font-size-pill-small);
763
763
  @property st-global(--wds-toggle-button-label-font-weight);
764
764
  @property st-global(--wds-toggle-button-label-font-weight-round);
765
765
  @property st-global(--wds-toggle-button-label-font-weight-square);
@@ -1664,8 +1664,8 @@
1664
1664
  --wds-toggle-button-fill-inverted-selected: #526cff;
1665
1665
  --wds-toggle-button-fill-inverted-selected-disabled: #bebebe;
1666
1666
  --wds-toggle-button-fill-inverted-selected-hover: #4c49fb;
1667
- --wds-toggle-button-label-font-line-height-round-small: 16px;
1668
- --wds-toggle-button-label-font-size-round-small: 12px;
1667
+ --wds-toggle-button-label-font-line-height-pill-small: 16px;
1668
+ --wds-toggle-button-label-font-size-pill-small: 12px;
1669
1669
  --wds-toggle-button-label-font-weight: 600;
1670
1670
  --wds-toggle-button-label-font-weight-round: 400;
1671
1671
  --wds-toggle-button-label-font-weight-square: 600;