@wix/design-system-tokens 1.3.8 → 1.3.10

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.st.css CHANGED
@@ -300,6 +300,10 @@
300
300
  @property st-global(--wds-color-fill-social-twitter-active);
301
301
  @property st-global(--wds-color-fill-social-twitter-disabled);
302
302
  @property st-global(--wds-color-fill-social-twitter-hover);
303
+ @property st-global(--wds-color-fill-social-xcorp);
304
+ @property st-global(--wds-color-fill-social-xcorp-active);
305
+ @property st-global(--wds-color-fill-social-xcorp-disabled);
306
+ @property st-global(--wds-color-fill-social-xcorp-hover);
303
307
  @property st-global(--wds-color-fill-social-youtube);
304
308
  @property st-global(--wds-color-fill-social-youtube-active);
305
309
  @property st-global(--wds-color-fill-social-youtube-disabled);
@@ -585,11 +589,11 @@
585
589
  @property st-global(--wds-input-border-radius-default-large);
586
590
  @property st-global(--wds-input-border-radius-default-medium);
587
591
  @property st-global(--wds-input-border-radius-default-small);
592
+ @property st-global(--wds-input-border-radius-default-tiny);
588
593
  @property st-global(--wds-input-border-radius-round-large);
589
594
  @property st-global(--wds-input-border-radius-round-medium);
590
595
  @property st-global(--wds-input-border-radius-round-small);
591
596
  @property st-global(--wds-input-border-radius-round-tiny);
592
- @property st-global(--wds-input-borderdefault-tiny);
593
597
  @property st-global(--wds-input-padding-horizontal-large);
594
598
  @property st-global(--wds-input-padding-horizontal-medium);
595
599
  @property st-global(--wds-input-padding-horizontal-small);
@@ -1248,6 +1252,10 @@
1248
1252
  --wds-color-fill-social-twitter-active: #1da1f2;
1249
1253
  --wds-color-fill-social-twitter-disabled: rgba(0, 6, 36, .3);
1250
1254
  --wds-color-fill-social-twitter-hover: rgba(29, 161, 242, .8);
1255
+ --wds-color-fill-social-xcorp: #101419;
1256
+ --wds-color-fill-social-xcorp-active: #101419;
1257
+ --wds-color-fill-social-xcorp-disabled: rgba(0, 6, 36, .3);
1258
+ --wds-color-fill-social-xcorp-hover: #101419;
1251
1259
  --wds-color-fill-social-youtube: #ff0000;
1252
1260
  --wds-color-fill-social-youtube-active: #ff0000;
1253
1261
  --wds-color-fill-social-youtube-disabled: rgba(0, 6, 36, .3);
@@ -1533,11 +1541,11 @@
1533
1541
  --wds-input-border-radius-default-large: 6px;
1534
1542
  --wds-input-border-radius-default-medium: 6px;
1535
1543
  --wds-input-border-radius-default-small: 6px;
1544
+ --wds-input-border-radius-default-tiny: 6px;
1536
1545
  --wds-input-border-radius-round-large: 1000px;
1537
1546
  --wds-input-border-radius-round-medium: 1000px;
1538
1547
  --wds-input-border-radius-round-small: 1000px;
1539
1548
  --wds-input-border-radius-round-tiny: 1000px;
1540
- --wds-input-borderdefault-tiny: 6px;
1541
1549
  --wds-input-padding-horizontal-large: 9px;
1542
1550
  --wds-input-padding-horizontal-medium: 6px;
1543
1551
  --wds-input-padding-horizontal-small: 6px;
package/component.st.css CHANGED
@@ -158,11 +158,11 @@
158
158
  @property st-global(--wds-input-border-radius-default-large);
159
159
  @property st-global(--wds-input-border-radius-default-medium);
160
160
  @property st-global(--wds-input-border-radius-default-small);
161
+ @property st-global(--wds-input-border-radius-default-tiny);
161
162
  @property st-global(--wds-input-border-radius-round-large);
162
163
  @property st-global(--wds-input-border-radius-round-medium);
163
164
  @property st-global(--wds-input-border-radius-round-small);
164
165
  @property st-global(--wds-input-border-radius-round-tiny);
165
- @property st-global(--wds-input-borderdefault-tiny);
166
166
  @property st-global(--wds-input-padding-horizontal-large);
167
167
  @property st-global(--wds-input-padding-horizontal-medium);
168
168
  @property st-global(--wds-input-padding-horizontal-small);
@@ -628,11 +628,11 @@
628
628
  --wds-input-border-radius-default-large: 6px;
629
629
  --wds-input-border-radius-default-medium: 6px;
630
630
  --wds-input-border-radius-default-small: 6px;
631
+ --wds-input-border-radius-default-tiny: 6px;
631
632
  --wds-input-border-radius-round-large: 1000px;
632
633
  --wds-input-border-radius-round-medium: 1000px;
633
634
  --wds-input-border-radius-round-small: 1000px;
634
635
  --wds-input-border-radius-round-tiny: 1000px;
635
- --wds-input-borderdefault-tiny: 6px;
636
636
  --wds-input-padding-horizontal-large: 9px;
637
637
  --wds-input-padding-horizontal-medium: 6px;
638
638
  --wds-input-padding-horizontal-small: 6px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.3.8",
3
+ "version": "1.3.10",
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": "42eefc8d7935d168b8d51033780acc17afddc18da84f9ec2e7fc0f00"
36
+ "falconPackageHash": "bb5c5181d07b6907c689455845e4a0ac2baca6322444ff15ce81c483"
37
37
  }
package/semantic.st.css CHANGED
@@ -173,6 +173,10 @@
173
173
  @property st-global(--wds-color-fill-social-twitter-active);
174
174
  @property st-global(--wds-color-fill-social-twitter-disabled);
175
175
  @property st-global(--wds-color-fill-social-twitter-hover);
176
+ @property st-global(--wds-color-fill-social-xcorp);
177
+ @property st-global(--wds-color-fill-social-xcorp-active);
178
+ @property st-global(--wds-color-fill-social-xcorp-disabled);
179
+ @property st-global(--wds-color-fill-social-xcorp-hover);
176
180
  @property st-global(--wds-color-fill-social-youtube);
177
181
  @property st-global(--wds-color-fill-social-youtube-active);
178
182
  @property st-global(--wds-color-fill-social-youtube-disabled);
@@ -486,6 +490,10 @@
486
490
  --wds-color-fill-social-twitter-active: #1da1f2;
487
491
  --wds-color-fill-social-twitter-disabled: rgba(0, 6, 36, .3);
488
492
  --wds-color-fill-social-twitter-hover: rgba(29, 161, 242, .8);
493
+ --wds-color-fill-social-xcorp: #101419;
494
+ --wds-color-fill-social-xcorp-active: #101419;
495
+ --wds-color-fill-social-xcorp-disabled: rgba(0, 6, 36, .3);
496
+ --wds-color-fill-social-xcorp-hover: #101419;
489
497
  --wds-color-fill-social-youtube: #ff0000;
490
498
  --wds-color-fill-social-youtube-active: #ff0000;
491
499
  --wds-color-fill-social-youtube-disabled: rgba(0, 6, 36, .3);
package/studio/all.st.css CHANGED
@@ -300,6 +300,10 @@
300
300
  @property st-global(--wds-color-fill-social-twitter-active);
301
301
  @property st-global(--wds-color-fill-social-twitter-disabled);
302
302
  @property st-global(--wds-color-fill-social-twitter-hover);
303
+ @property st-global(--wds-color-fill-social-xcorp);
304
+ @property st-global(--wds-color-fill-social-xcorp-active);
305
+ @property st-global(--wds-color-fill-social-xcorp-disabled);
306
+ @property st-global(--wds-color-fill-social-xcorp-hover);
303
307
  @property st-global(--wds-color-fill-social-youtube);
304
308
  @property st-global(--wds-color-fill-social-youtube-active);
305
309
  @property st-global(--wds-color-fill-social-youtube-disabled);
@@ -581,11 +585,11 @@
581
585
  @property st-global(--wds-input-border-radius-default-large);
582
586
  @property st-global(--wds-input-border-radius-default-medium);
583
587
  @property st-global(--wds-input-border-radius-default-small);
588
+ @property st-global(--wds-input-border-radius-default-tiny);
584
589
  @property st-global(--wds-input-border-radius-round-large);
585
590
  @property st-global(--wds-input-border-radius-round-medium);
586
591
  @property st-global(--wds-input-border-radius-round-small);
587
592
  @property st-global(--wds-input-border-radius-round-tiny);
588
- @property st-global(--wds-input-borderdefault-tiny);
589
593
  @property st-global(--wds-input-padding-horizontal-large);
590
594
  @property st-global(--wds-input-padding-horizontal-medium);
591
595
  @property st-global(--wds-input-padding-horizontal-small);
@@ -1221,6 +1225,10 @@
1221
1225
  --wds-color-fill-social-twitter-active: #1da1f2;
1222
1226
  --wds-color-fill-social-twitter-disabled: #bebebe;
1223
1227
  --wds-color-fill-social-twitter-hover: rgba(29, 161, 242, .8);
1228
+ --wds-color-fill-social-xcorp: #101419;
1229
+ --wds-color-fill-social-xcorp-active: #101419;
1230
+ --wds-color-fill-social-xcorp-disabled: #bebebe;
1231
+ --wds-color-fill-social-xcorp-hover: #101419;
1224
1232
  --wds-color-fill-social-youtube: #ff0000;
1225
1233
  --wds-color-fill-social-youtube-active: #ff0000;
1226
1234
  --wds-color-fill-social-youtube-disabled: #bebebe;
@@ -1502,11 +1510,11 @@
1502
1510
  --wds-input-border-radius-default-large: 4px;
1503
1511
  --wds-input-border-radius-default-medium: 4px;
1504
1512
  --wds-input-border-radius-default-small: 4px;
1513
+ --wds-input-border-radius-default-tiny: 4px;
1505
1514
  --wds-input-border-radius-round-large: 1000px;
1506
1515
  --wds-input-border-radius-round-medium: 1000px;
1507
1516
  --wds-input-border-radius-round-small: 1000px;
1508
1517
  --wds-input-border-radius-round-tiny: 1000px;
1509
- --wds-input-borderdefault-tiny: 4px;
1510
1518
  --wds-input-padding-horizontal-large: 8px;
1511
1519
  --wds-input-padding-horizontal-medium: 8px;
1512
1520
  --wds-input-padding-horizontal-small: 8px;
@@ -158,11 +158,11 @@
158
158
  @property st-global(--wds-input-border-radius-default-large);
159
159
  @property st-global(--wds-input-border-radius-default-medium);
160
160
  @property st-global(--wds-input-border-radius-default-small);
161
+ @property st-global(--wds-input-border-radius-default-tiny);
161
162
  @property st-global(--wds-input-border-radius-round-large);
162
163
  @property st-global(--wds-input-border-radius-round-medium);
163
164
  @property st-global(--wds-input-border-radius-round-small);
164
165
  @property st-global(--wds-input-border-radius-round-tiny);
165
- @property st-global(--wds-input-borderdefault-tiny);
166
166
  @property st-global(--wds-input-padding-horizontal-large);
167
167
  @property st-global(--wds-input-padding-horizontal-medium);
168
168
  @property st-global(--wds-input-padding-horizontal-small);
@@ -628,11 +628,11 @@
628
628
  --wds-input-border-radius-default-large: 4px;
629
629
  --wds-input-border-radius-default-medium: 4px;
630
630
  --wds-input-border-radius-default-small: 4px;
631
+ --wds-input-border-radius-default-tiny: 4px;
631
632
  --wds-input-border-radius-round-large: 1000px;
632
633
  --wds-input-border-radius-round-medium: 1000px;
633
634
  --wds-input-border-radius-round-small: 1000px;
634
635
  --wds-input-border-radius-round-tiny: 1000px;
635
- --wds-input-borderdefault-tiny: 4px;
636
636
  --wds-input-padding-horizontal-large: 8px;
637
637
  --wds-input-padding-horizontal-medium: 8px;
638
638
  --wds-input-padding-horizontal-small: 8px;
@@ -173,6 +173,10 @@
173
173
  @property st-global(--wds-color-fill-social-twitter-active);
174
174
  @property st-global(--wds-color-fill-social-twitter-disabled);
175
175
  @property st-global(--wds-color-fill-social-twitter-hover);
176
+ @property st-global(--wds-color-fill-social-xcorp);
177
+ @property st-global(--wds-color-fill-social-xcorp-active);
178
+ @property st-global(--wds-color-fill-social-xcorp-disabled);
179
+ @property st-global(--wds-color-fill-social-xcorp-hover);
176
180
  @property st-global(--wds-color-fill-social-youtube);
177
181
  @property st-global(--wds-color-fill-social-youtube-active);
178
182
  @property st-global(--wds-color-fill-social-youtube-disabled);
@@ -475,6 +479,10 @@
475
479
  --wds-color-fill-social-twitter-active: #1da1f2;
476
480
  --wds-color-fill-social-twitter-disabled: #bebebe;
477
481
  --wds-color-fill-social-twitter-hover: rgba(29, 161, 242, .8);
482
+ --wds-color-fill-social-xcorp: #101419;
483
+ --wds-color-fill-social-xcorp-active: #101419;
484
+ --wds-color-fill-social-xcorp-disabled: #bebebe;
485
+ --wds-color-fill-social-xcorp-hover: #101419;
478
486
  --wds-color-fill-social-youtube: #ff0000;
479
487
  --wds-color-fill-social-youtube-active: #ff0000;
480
488
  --wds-color-fill-social-youtube-disabled: #bebebe;