@wix/design-system-tokens 1.3.10 → 1.3.12
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 +27 -1
- package/component.st.css +26 -0
- package/package.json +2 -2
- package/semantic.st.css +1 -1
- package/studio/all.st.css +27 -1
- package/studio/component.st.css +26 -0
- package/studio/semantic.st.css +1 -1
package/all.st.css
CHANGED
|
@@ -515,6 +515,8 @@
|
|
|
515
515
|
@property st-global(--wds-field-set-gap-medium);
|
|
516
516
|
@property st-global(--wds-field-set-gap-small);
|
|
517
517
|
@property st-global(--wds-field-set-label-gap);
|
|
518
|
+
@property st-global(--wds-floating-helper-padding-horizontal);
|
|
519
|
+
@property st-global(--wds-floating-helper-padding-vertical);
|
|
518
520
|
@property st-global(--wds-font-family-default);
|
|
519
521
|
@property st-global(--wds-font-letter-spacing-0);
|
|
520
522
|
@property st-global(--wds-font-letter-spacing-100);
|
|
@@ -612,6 +614,10 @@
|
|
|
612
614
|
@property st-global(--wds-input-width-small);
|
|
613
615
|
@property st-global(--wds-input-width-tiny);
|
|
614
616
|
@property st-global(--wds-linear-progress-bar-linear-progress-bar-border);
|
|
617
|
+
@property st-global(--wds-list-item-action-padding-horizontal-medium);
|
|
618
|
+
@property st-global(--wds-list-item-action-padding-horizontal-small);
|
|
619
|
+
@property st-global(--wds-list-item-action-padding-vertical-medium);
|
|
620
|
+
@property st-global(--wds-list-item-action-padding-vertical-small);
|
|
615
621
|
@property st-global(--wds-list-item-gap-columns);
|
|
616
622
|
@property st-global(--wds-list-item-indentation-level-2);
|
|
617
623
|
@property st-global(--wds-list-item-indentation-level-3);
|
|
@@ -627,6 +633,7 @@
|
|
|
627
633
|
@property st-global(--wds-list-item-padding-vertical-tiny);
|
|
628
634
|
@property st-global(--wds-list-item-padding-vertical-x-tiny);
|
|
629
635
|
@property st-global(--wds-list-item-padding-vertical-xx-tiny);
|
|
636
|
+
@property st-global(--wds-list-item-section-padding-horizontal);
|
|
630
637
|
@property st-global(--wds-list-item-select-active-fill);
|
|
631
638
|
@property st-global(--wds-list-item-select-active-fill-active);
|
|
632
639
|
@property st-global(--wds-list-item-select-active-fill-disabled);
|
|
@@ -661,6 +668,12 @@
|
|
|
661
668
|
@property st-global(--wds-marketing-page-paddings-horizontal-medium);
|
|
662
669
|
@property st-global(--wds-marketing-page-paddings-vertical-large);
|
|
663
670
|
@property st-global(--wds-marketing-page-paddings-vertical-medium);
|
|
671
|
+
@property st-global(--wds-message-modal-content-padding-horizontal);
|
|
672
|
+
@property st-global(--wds-message-modal-content-padding-top);
|
|
673
|
+
@property st-global(--wds-mobile-modal-content-padding-horizontal);
|
|
674
|
+
@property st-global(--wds-mobile-modal-content-padding-vertical);
|
|
675
|
+
@property st-global(--wds-mobile-modal-footer-padding-horizontal);
|
|
676
|
+
@property st-global(--wds-mobile-modal-footer-padding-vertical);
|
|
664
677
|
@property st-global(--wds-notification-padding-horizontal);
|
|
665
678
|
@property st-global(--wds-notification-padding-vertical);
|
|
666
679
|
@property st-global(--wds-page-header-padding-horizontal);
|
|
@@ -1255,7 +1268,7 @@
|
|
|
1255
1268
|
--wds-color-fill-social-xcorp: #101419;
|
|
1256
1269
|
--wds-color-fill-social-xcorp-active: #101419;
|
|
1257
1270
|
--wds-color-fill-social-xcorp-disabled: rgba(0, 6, 36, .3);
|
|
1258
|
-
--wds-color-fill-social-xcorp-hover:
|
|
1271
|
+
--wds-color-fill-social-xcorp-hover: rgba(16, 20, 25, .8);
|
|
1259
1272
|
--wds-color-fill-social-youtube: #ff0000;
|
|
1260
1273
|
--wds-color-fill-social-youtube-active: #ff0000;
|
|
1261
1274
|
--wds-color-fill-social-youtube-disabled: rgba(0, 6, 36, .3);
|
|
@@ -1467,6 +1480,8 @@
|
|
|
1467
1480
|
--wds-field-set-gap-medium: 12px;
|
|
1468
1481
|
--wds-field-set-gap-small: 6px;
|
|
1469
1482
|
--wds-field-set-label-gap: 9px;
|
|
1483
|
+
--wds-floating-helper-padding-horizontal: 36px;
|
|
1484
|
+
--wds-floating-helper-padding-vertical: 30px;
|
|
1470
1485
|
--wds-font-family-default: Madefor, "Helvetica Neue", Helvetica,Arial, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
|
|
1471
1486
|
--wds-font-letter-spacing-0: 0;
|
|
1472
1487
|
--wds-font-letter-spacing-100: 1px;
|
|
@@ -1564,6 +1579,10 @@
|
|
|
1564
1579
|
--wds-input-width-small: 54px;
|
|
1565
1580
|
--wds-input-width-tiny: 48px;
|
|
1566
1581
|
--wds-linear-progress-bar-linear-progress-bar-border: 1000px;
|
|
1582
|
+
--wds-list-item-action-padding-horizontal-medium: 18px;
|
|
1583
|
+
--wds-list-item-action-padding-horizontal-small: 18px;
|
|
1584
|
+
--wds-list-item-action-padding-vertical-medium: 6px;
|
|
1585
|
+
--wds-list-item-action-padding-vertical-small: 6px;
|
|
1567
1586
|
--wds-list-item-gap-columns: 24px;
|
|
1568
1587
|
--wds-list-item-indentation-level-2: 12px;
|
|
1569
1588
|
--wds-list-item-indentation-level-3: 30px;
|
|
@@ -1579,6 +1598,7 @@
|
|
|
1579
1598
|
--wds-list-item-padding-vertical-tiny: 12px;
|
|
1580
1599
|
--wds-list-item-padding-vertical-x-tiny: 6px;
|
|
1581
1600
|
--wds-list-item-padding-vertical-xx-tiny: 3px;
|
|
1601
|
+
--wds-list-item-section-padding-horizontal: 24px;
|
|
1582
1602
|
--wds-list-item-select-active-fill: #116dff;
|
|
1583
1603
|
--wds-list-item-select-active-fill-active: #084ebd;
|
|
1584
1604
|
--wds-list-item-select-active-fill-disabled: rgba(0, 6, 36, .3);
|
|
@@ -1613,6 +1633,12 @@
|
|
|
1613
1633
|
--wds-marketing-page-paddings-horizontal-medium: 48px;
|
|
1614
1634
|
--wds-marketing-page-paddings-vertical-large: 48px;
|
|
1615
1635
|
--wds-marketing-page-paddings-vertical-medium: 30px;
|
|
1636
|
+
--wds-message-modal-content-padding-horizontal: 24px;
|
|
1637
|
+
--wds-message-modal-content-padding-top: 24px;
|
|
1638
|
+
--wds-mobile-modal-content-padding-horizontal: 24px;
|
|
1639
|
+
--wds-mobile-modal-content-padding-vertical: 24px;
|
|
1640
|
+
--wds-mobile-modal-footer-padding-horizontal: 24px;
|
|
1641
|
+
--wds-mobile-modal-footer-padding-vertical: 24px;
|
|
1616
1642
|
--wds-notification-padding-horizontal: 12px;
|
|
1617
1643
|
--wds-notification-padding-vertical: 9px;
|
|
1618
1644
|
--wds-page-header-padding-horizontal: 48px;
|
package/component.st.css
CHANGED
|
@@ -136,6 +136,8 @@
|
|
|
136
136
|
@property st-global(--wds-field-set-gap-medium);
|
|
137
137
|
@property st-global(--wds-field-set-gap-small);
|
|
138
138
|
@property st-global(--wds-field-set-label-gap);
|
|
139
|
+
@property st-global(--wds-floating-helper-padding-horizontal);
|
|
140
|
+
@property st-global(--wds-floating-helper-padding-vertical);
|
|
139
141
|
@property st-global(--wds-form-field-label-gap-small);
|
|
140
142
|
@property st-global(--wds-form-field-label-gap-tiny);
|
|
141
143
|
@property st-global(--wds-gallery-item-border);
|
|
@@ -181,6 +183,10 @@
|
|
|
181
183
|
@property st-global(--wds-input-width-small);
|
|
182
184
|
@property st-global(--wds-input-width-tiny);
|
|
183
185
|
@property st-global(--wds-linear-progress-bar-linear-progress-bar-border);
|
|
186
|
+
@property st-global(--wds-list-item-action-padding-horizontal-medium);
|
|
187
|
+
@property st-global(--wds-list-item-action-padding-horizontal-small);
|
|
188
|
+
@property st-global(--wds-list-item-action-padding-vertical-medium);
|
|
189
|
+
@property st-global(--wds-list-item-action-padding-vertical-small);
|
|
184
190
|
@property st-global(--wds-list-item-gap-columns);
|
|
185
191
|
@property st-global(--wds-list-item-indentation-level-2);
|
|
186
192
|
@property st-global(--wds-list-item-indentation-level-3);
|
|
@@ -196,6 +202,7 @@
|
|
|
196
202
|
@property st-global(--wds-list-item-padding-vertical-tiny);
|
|
197
203
|
@property st-global(--wds-list-item-padding-vertical-x-tiny);
|
|
198
204
|
@property st-global(--wds-list-item-padding-vertical-xx-tiny);
|
|
205
|
+
@property st-global(--wds-list-item-section-padding-horizontal);
|
|
199
206
|
@property st-global(--wds-list-item-select-active-fill);
|
|
200
207
|
@property st-global(--wds-list-item-select-active-fill-active);
|
|
201
208
|
@property st-global(--wds-list-item-select-active-fill-disabled);
|
|
@@ -230,6 +237,12 @@
|
|
|
230
237
|
@property st-global(--wds-marketing-page-paddings-horizontal-medium);
|
|
231
238
|
@property st-global(--wds-marketing-page-paddings-vertical-large);
|
|
232
239
|
@property st-global(--wds-marketing-page-paddings-vertical-medium);
|
|
240
|
+
@property st-global(--wds-message-modal-content-padding-horizontal);
|
|
241
|
+
@property st-global(--wds-message-modal-content-padding-top);
|
|
242
|
+
@property st-global(--wds-mobile-modal-content-padding-horizontal);
|
|
243
|
+
@property st-global(--wds-mobile-modal-content-padding-vertical);
|
|
244
|
+
@property st-global(--wds-mobile-modal-footer-padding-horizontal);
|
|
245
|
+
@property st-global(--wds-mobile-modal-footer-padding-vertical);
|
|
233
246
|
@property st-global(--wds-notification-padding-horizontal);
|
|
234
247
|
@property st-global(--wds-notification-padding-vertical);
|
|
235
248
|
@property st-global(--wds-page-header-padding-horizontal);
|
|
@@ -606,6 +619,8 @@
|
|
|
606
619
|
--wds-field-set-gap-medium: 12px;
|
|
607
620
|
--wds-field-set-gap-small: 6px;
|
|
608
621
|
--wds-field-set-label-gap: 9px;
|
|
622
|
+
--wds-floating-helper-padding-horizontal: 36px;
|
|
623
|
+
--wds-floating-helper-padding-vertical: 30px;
|
|
609
624
|
--wds-form-field-label-gap-small: 9px;
|
|
610
625
|
--wds-form-field-label-gap-tiny: 6px;
|
|
611
626
|
--wds-gallery-item-border: 8px;
|
|
@@ -651,6 +666,10 @@
|
|
|
651
666
|
--wds-input-width-small: 54px;
|
|
652
667
|
--wds-input-width-tiny: 48px;
|
|
653
668
|
--wds-linear-progress-bar-linear-progress-bar-border: 1000px;
|
|
669
|
+
--wds-list-item-action-padding-horizontal-medium: 18px;
|
|
670
|
+
--wds-list-item-action-padding-horizontal-small: 18px;
|
|
671
|
+
--wds-list-item-action-padding-vertical-medium: 6px;
|
|
672
|
+
--wds-list-item-action-padding-vertical-small: 6px;
|
|
654
673
|
--wds-list-item-gap-columns: 24px;
|
|
655
674
|
--wds-list-item-indentation-level-2: 12px;
|
|
656
675
|
--wds-list-item-indentation-level-3: 30px;
|
|
@@ -666,6 +685,7 @@
|
|
|
666
685
|
--wds-list-item-padding-vertical-tiny: 12px;
|
|
667
686
|
--wds-list-item-padding-vertical-x-tiny: 6px;
|
|
668
687
|
--wds-list-item-padding-vertical-xx-tiny: 3px;
|
|
688
|
+
--wds-list-item-section-padding-horizontal: 24px;
|
|
669
689
|
--wds-list-item-select-active-fill: #116dff;
|
|
670
690
|
--wds-list-item-select-active-fill-active: #084ebd;
|
|
671
691
|
--wds-list-item-select-active-fill-disabled: rgba(0, 6, 36, .3);
|
|
@@ -700,6 +720,12 @@
|
|
|
700
720
|
--wds-marketing-page-paddings-horizontal-medium: 48px;
|
|
701
721
|
--wds-marketing-page-paddings-vertical-large: 48px;
|
|
702
722
|
--wds-marketing-page-paddings-vertical-medium: 30px;
|
|
723
|
+
--wds-message-modal-content-padding-horizontal: 24px;
|
|
724
|
+
--wds-message-modal-content-padding-top: 24px;
|
|
725
|
+
--wds-mobile-modal-content-padding-horizontal: 24px;
|
|
726
|
+
--wds-mobile-modal-content-padding-vertical: 24px;
|
|
727
|
+
--wds-mobile-modal-footer-padding-horizontal: 24px;
|
|
728
|
+
--wds-mobile-modal-footer-padding-vertical: 24px;
|
|
703
729
|
--wds-notification-padding-horizontal: 12px;
|
|
704
730
|
--wds-notification-padding-vertical: 9px;
|
|
705
731
|
--wds-page-header-padding-horizontal: 48px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/design-system-tokens",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.12",
|
|
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": "
|
|
36
|
+
"falconPackageHash": "f7484c4b4b52bb83a1061a73be8fec4cc46c53f48cd4bc90a4700359"
|
|
37
37
|
}
|
package/semantic.st.css
CHANGED
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
--wds-color-fill-social-xcorp: #101419;
|
|
494
494
|
--wds-color-fill-social-xcorp-active: #101419;
|
|
495
495
|
--wds-color-fill-social-xcorp-disabled: rgba(0, 6, 36, .3);
|
|
496
|
-
--wds-color-fill-social-xcorp-hover:
|
|
496
|
+
--wds-color-fill-social-xcorp-hover: rgba(16, 20, 25, .8);
|
|
497
497
|
--wds-color-fill-social-youtube: #ff0000;
|
|
498
498
|
--wds-color-fill-social-youtube-active: #ff0000;
|
|
499
499
|
--wds-color-fill-social-youtube-disabled: rgba(0, 6, 36, .3);
|
package/studio/all.st.css
CHANGED
|
@@ -511,6 +511,8 @@
|
|
|
511
511
|
@property st-global(--wds-field-set-gap-medium);
|
|
512
512
|
@property st-global(--wds-field-set-gap-small);
|
|
513
513
|
@property st-global(--wds-field-set-label-gap);
|
|
514
|
+
@property st-global(--wds-floating-helper-padding-horizontal);
|
|
515
|
+
@property st-global(--wds-floating-helper-padding-vertical);
|
|
514
516
|
@property st-global(--wds-font-family-default);
|
|
515
517
|
@property st-global(--wds-font-letter-spacing-0);
|
|
516
518
|
@property st-global(--wds-font-letter-spacing-100);
|
|
@@ -608,6 +610,10 @@
|
|
|
608
610
|
@property st-global(--wds-input-width-small);
|
|
609
611
|
@property st-global(--wds-input-width-tiny);
|
|
610
612
|
@property st-global(--wds-linear-progress-bar-border);
|
|
613
|
+
@property st-global(--wds-list-item-action-padding-horizontal-medium);
|
|
614
|
+
@property st-global(--wds-list-item-action-padding-horizontal-small);
|
|
615
|
+
@property st-global(--wds-list-item-action-padding-vertical-medium);
|
|
616
|
+
@property st-global(--wds-list-item-action-padding-vertical-small);
|
|
611
617
|
@property st-global(--wds-list-item-gap-columns);
|
|
612
618
|
@property st-global(--wds-list-item-indentation-level-2);
|
|
613
619
|
@property st-global(--wds-list-item-indentation-level-3);
|
|
@@ -623,6 +629,7 @@
|
|
|
623
629
|
@property st-global(--wds-list-item-padding-vertical-tiny);
|
|
624
630
|
@property st-global(--wds-list-item-padding-vertical-x-tiny);
|
|
625
631
|
@property st-global(--wds-list-item-padding-vertical-xx-tiny);
|
|
632
|
+
@property st-global(--wds-list-item-section-padding-horizontal);
|
|
626
633
|
@property st-global(--wds-list-item-select-active-fill);
|
|
627
634
|
@property st-global(--wds-list-item-select-active-fill-active);
|
|
628
635
|
@property st-global(--wds-list-item-select-active-fill-disabled);
|
|
@@ -657,6 +664,12 @@
|
|
|
657
664
|
@property st-global(--wds-marketing-page-paddings-horizontal-medium);
|
|
658
665
|
@property st-global(--wds-marketing-page-paddings-vertical-large);
|
|
659
666
|
@property st-global(--wds-marketing-page-paddings-vertical-medium);
|
|
667
|
+
@property st-global(--wds-message-modal-content-padding-horizontal);
|
|
668
|
+
@property st-global(--wds-message-modal-content-padding-top);
|
|
669
|
+
@property st-global(--wds-mobile-modal-content-padding-horizontal);
|
|
670
|
+
@property st-global(--wds-mobile-modal-content-padding-vertical);
|
|
671
|
+
@property st-global(--wds-mobile-modal-footer-padding-horizontal);
|
|
672
|
+
@property st-global(--wds-mobile-modal-footer-padding-vertical);
|
|
660
673
|
@property st-global(--wds-notification-padding-horizontal);
|
|
661
674
|
@property st-global(--wds-notification-padding-vertical);
|
|
662
675
|
@property st-global(--wds-page-header-padding-horizontal);
|
|
@@ -1228,7 +1241,7 @@
|
|
|
1228
1241
|
--wds-color-fill-social-xcorp: #101419;
|
|
1229
1242
|
--wds-color-fill-social-xcorp-active: #101419;
|
|
1230
1243
|
--wds-color-fill-social-xcorp-disabled: #bebebe;
|
|
1231
|
-
--wds-color-fill-social-xcorp-hover:
|
|
1244
|
+
--wds-color-fill-social-xcorp-hover: rgba(16, 20, 25, .8);
|
|
1232
1245
|
--wds-color-fill-social-youtube: #ff0000;
|
|
1233
1246
|
--wds-color-fill-social-youtube-active: #ff0000;
|
|
1234
1247
|
--wds-color-fill-social-youtube-disabled: #bebebe;
|
|
@@ -1436,6 +1449,8 @@
|
|
|
1436
1449
|
--wds-field-set-gap-medium: 12px;
|
|
1437
1450
|
--wds-field-set-gap-small: 6px;
|
|
1438
1451
|
--wds-field-set-label-gap: 8px;
|
|
1452
|
+
--wds-floating-helper-padding-horizontal: 32px;
|
|
1453
|
+
--wds-floating-helper-padding-vertical: 28px;
|
|
1439
1454
|
--wds-font-family-default: Madefor, "Helvetica Neue", Helvetica,Arial, "メイリオ", "meiryo", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", sans-serif;
|
|
1440
1455
|
--wds-font-letter-spacing-0: 0;
|
|
1441
1456
|
--wds-font-letter-spacing-100: 1px;
|
|
@@ -1533,6 +1548,10 @@
|
|
|
1533
1548
|
--wds-input-width-small: 56px;
|
|
1534
1549
|
--wds-input-width-tiny: 48px;
|
|
1535
1550
|
--wds-linear-progress-bar-border: 0;
|
|
1551
|
+
--wds-list-item-action-padding-horizontal-medium: 12px;
|
|
1552
|
+
--wds-list-item-action-padding-horizontal-small: 12px;
|
|
1553
|
+
--wds-list-item-action-padding-vertical-medium: 4px;
|
|
1554
|
+
--wds-list-item-action-padding-vertical-small: 4px;
|
|
1536
1555
|
--wds-list-item-gap-columns: 24px;
|
|
1537
1556
|
--wds-list-item-indentation-level-2: 12px;
|
|
1538
1557
|
--wds-list-item-indentation-level-3: 28px;
|
|
@@ -1548,6 +1567,7 @@
|
|
|
1548
1567
|
--wds-list-item-padding-vertical-tiny: 12px;
|
|
1549
1568
|
--wds-list-item-padding-vertical-x-tiny: 8px;
|
|
1550
1569
|
--wds-list-item-padding-vertical-xx-tiny: 4px;
|
|
1570
|
+
--wds-list-item-section-padding-horizontal: 16px;
|
|
1551
1571
|
--wds-list-item-select-active-fill: #dce9ff;
|
|
1552
1572
|
--wds-list-item-select-active-fill-active: #dce9ff;
|
|
1553
1573
|
--wds-list-item-select-active-fill-disabled: #e5e5e5;
|
|
@@ -1582,6 +1602,12 @@
|
|
|
1582
1602
|
--wds-marketing-page-paddings-horizontal-medium: 48px;
|
|
1583
1603
|
--wds-marketing-page-paddings-vertical-large: 32px;
|
|
1584
1604
|
--wds-marketing-page-paddings-vertical-medium: 20px;
|
|
1605
|
+
--wds-message-modal-content-padding-horizontal: 24px;
|
|
1606
|
+
--wds-message-modal-content-padding-top: 20px;
|
|
1607
|
+
--wds-mobile-modal-content-padding-horizontal: 24px;
|
|
1608
|
+
--wds-mobile-modal-content-padding-vertical: 24px;
|
|
1609
|
+
--wds-mobile-modal-footer-padding-horizontal: 24px;
|
|
1610
|
+
--wds-mobile-modal-footer-padding-vertical: 24px;
|
|
1585
1611
|
--wds-notification-padding-horizontal: 8px;
|
|
1586
1612
|
--wds-notification-padding-vertical: 8px;
|
|
1587
1613
|
--wds-page-header-padding-horizontal: 48px;
|
package/studio/component.st.css
CHANGED
|
@@ -136,6 +136,8 @@
|
|
|
136
136
|
@property st-global(--wds-field-set-gap-medium);
|
|
137
137
|
@property st-global(--wds-field-set-gap-small);
|
|
138
138
|
@property st-global(--wds-field-set-label-gap);
|
|
139
|
+
@property st-global(--wds-floating-helper-padding-horizontal);
|
|
140
|
+
@property st-global(--wds-floating-helper-padding-vertical);
|
|
139
141
|
@property st-global(--wds-form-field-label-gap-small);
|
|
140
142
|
@property st-global(--wds-form-field-label-gap-tiny);
|
|
141
143
|
@property st-global(--wds-gallery-item-border);
|
|
@@ -181,6 +183,10 @@
|
|
|
181
183
|
@property st-global(--wds-input-width-small);
|
|
182
184
|
@property st-global(--wds-input-width-tiny);
|
|
183
185
|
@property st-global(--wds-linear-progress-bar-border);
|
|
186
|
+
@property st-global(--wds-list-item-action-padding-horizontal-medium);
|
|
187
|
+
@property st-global(--wds-list-item-action-padding-horizontal-small);
|
|
188
|
+
@property st-global(--wds-list-item-action-padding-vertical-medium);
|
|
189
|
+
@property st-global(--wds-list-item-action-padding-vertical-small);
|
|
184
190
|
@property st-global(--wds-list-item-gap-columns);
|
|
185
191
|
@property st-global(--wds-list-item-indentation-level-2);
|
|
186
192
|
@property st-global(--wds-list-item-indentation-level-3);
|
|
@@ -196,6 +202,7 @@
|
|
|
196
202
|
@property st-global(--wds-list-item-padding-vertical-tiny);
|
|
197
203
|
@property st-global(--wds-list-item-padding-vertical-x-tiny);
|
|
198
204
|
@property st-global(--wds-list-item-padding-vertical-xx-tiny);
|
|
205
|
+
@property st-global(--wds-list-item-section-padding-horizontal);
|
|
199
206
|
@property st-global(--wds-list-item-select-active-fill);
|
|
200
207
|
@property st-global(--wds-list-item-select-active-fill-active);
|
|
201
208
|
@property st-global(--wds-list-item-select-active-fill-disabled);
|
|
@@ -230,6 +237,12 @@
|
|
|
230
237
|
@property st-global(--wds-marketing-page-paddings-horizontal-medium);
|
|
231
238
|
@property st-global(--wds-marketing-page-paddings-vertical-large);
|
|
232
239
|
@property st-global(--wds-marketing-page-paddings-vertical-medium);
|
|
240
|
+
@property st-global(--wds-message-modal-content-padding-horizontal);
|
|
241
|
+
@property st-global(--wds-message-modal-content-padding-top);
|
|
242
|
+
@property st-global(--wds-mobile-modal-content-padding-horizontal);
|
|
243
|
+
@property st-global(--wds-mobile-modal-content-padding-vertical);
|
|
244
|
+
@property st-global(--wds-mobile-modal-footer-padding-horizontal);
|
|
245
|
+
@property st-global(--wds-mobile-modal-footer-padding-vertical);
|
|
233
246
|
@property st-global(--wds-notification-padding-horizontal);
|
|
234
247
|
@property st-global(--wds-notification-padding-vertical);
|
|
235
248
|
@property st-global(--wds-page-header-padding-horizontal);
|
|
@@ -606,6 +619,8 @@
|
|
|
606
619
|
--wds-field-set-gap-medium: 12px;
|
|
607
620
|
--wds-field-set-gap-small: 6px;
|
|
608
621
|
--wds-field-set-label-gap: 8px;
|
|
622
|
+
--wds-floating-helper-padding-horizontal: 32px;
|
|
623
|
+
--wds-floating-helper-padding-vertical: 28px;
|
|
609
624
|
--wds-form-field-label-gap-small: 8px;
|
|
610
625
|
--wds-form-field-label-gap-tiny: 6px;
|
|
611
626
|
--wds-gallery-item-border: 4px;
|
|
@@ -651,6 +666,10 @@
|
|
|
651
666
|
--wds-input-width-small: 56px;
|
|
652
667
|
--wds-input-width-tiny: 48px;
|
|
653
668
|
--wds-linear-progress-bar-border: 0;
|
|
669
|
+
--wds-list-item-action-padding-horizontal-medium: 12px;
|
|
670
|
+
--wds-list-item-action-padding-horizontal-small: 12px;
|
|
671
|
+
--wds-list-item-action-padding-vertical-medium: 4px;
|
|
672
|
+
--wds-list-item-action-padding-vertical-small: 4px;
|
|
654
673
|
--wds-list-item-gap-columns: 24px;
|
|
655
674
|
--wds-list-item-indentation-level-2: 12px;
|
|
656
675
|
--wds-list-item-indentation-level-3: 28px;
|
|
@@ -666,6 +685,7 @@
|
|
|
666
685
|
--wds-list-item-padding-vertical-tiny: 12px;
|
|
667
686
|
--wds-list-item-padding-vertical-x-tiny: 8px;
|
|
668
687
|
--wds-list-item-padding-vertical-xx-tiny: 4px;
|
|
688
|
+
--wds-list-item-section-padding-horizontal: 16px;
|
|
669
689
|
--wds-list-item-select-active-fill: #dce9ff;
|
|
670
690
|
--wds-list-item-select-active-fill-active: #dce9ff;
|
|
671
691
|
--wds-list-item-select-active-fill-disabled: #e5e5e5;
|
|
@@ -700,6 +720,12 @@
|
|
|
700
720
|
--wds-marketing-page-paddings-horizontal-medium: 48px;
|
|
701
721
|
--wds-marketing-page-paddings-vertical-large: 32px;
|
|
702
722
|
--wds-marketing-page-paddings-vertical-medium: 20px;
|
|
723
|
+
--wds-message-modal-content-padding-horizontal: 24px;
|
|
724
|
+
--wds-message-modal-content-padding-top: 20px;
|
|
725
|
+
--wds-mobile-modal-content-padding-horizontal: 24px;
|
|
726
|
+
--wds-mobile-modal-content-padding-vertical: 24px;
|
|
727
|
+
--wds-mobile-modal-footer-padding-horizontal: 24px;
|
|
728
|
+
--wds-mobile-modal-footer-padding-vertical: 24px;
|
|
703
729
|
--wds-notification-padding-horizontal: 8px;
|
|
704
730
|
--wds-notification-padding-vertical: 8px;
|
|
705
731
|
--wds-page-header-padding-horizontal: 48px;
|
package/studio/semantic.st.css
CHANGED
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
--wds-color-fill-social-xcorp: #101419;
|
|
483
483
|
--wds-color-fill-social-xcorp-active: #101419;
|
|
484
484
|
--wds-color-fill-social-xcorp-disabled: #bebebe;
|
|
485
|
-
--wds-color-fill-social-xcorp-hover:
|
|
485
|
+
--wds-color-fill-social-xcorp-hover: rgba(16, 20, 25, .8);
|
|
486
486
|
--wds-color-fill-social-youtube: #ff0000;
|
|
487
487
|
--wds-color-fill-social-youtube-active: #ff0000;
|
|
488
488
|
--wds-color-fill-social-youtube-disabled: #bebebe;
|