@wix/design-system-tokens 1.3.6 → 1.3.7
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 +16 -0
- package/component.st.css +16 -0
- package/package.json +2 -2
- package/studio/all.st.css +16 -0
- package/studio/component.st.css +16 -0
package/all.st.css
CHANGED
|
@@ -554,6 +554,14 @@
|
|
|
554
554
|
@property st-global(--wds-gallery-item-padding-vertical-small);
|
|
555
555
|
@property st-global(--wds-image-border-radius-default);
|
|
556
556
|
@property st-global(--wds-image-border-radius-none);
|
|
557
|
+
@property st-global(--wds-input-area-border-radius-default-medium);
|
|
558
|
+
@property st-global(--wds-input-area-border-radius-default-small);
|
|
559
|
+
@property st-global(--wds-input-area-padding-left-medium);
|
|
560
|
+
@property st-global(--wds-input-area-padding-left-small);
|
|
561
|
+
@property st-global(--wds-input-area-padding-right-medium);
|
|
562
|
+
@property st-global(--wds-input-area-padding-right-small);
|
|
563
|
+
@property st-global(--wds-input-area-padding-vertical-medium);
|
|
564
|
+
@property st-global(--wds-input-area-padding-vertical-small);
|
|
557
565
|
@property st-global(--wds-input-border-radius-default-large);
|
|
558
566
|
@property st-global(--wds-input-border-radius-default-medium);
|
|
559
567
|
@property st-global(--wds-input-border-radius-default-small);
|
|
@@ -1466,6 +1474,14 @@
|
|
|
1466
1474
|
--wds-gallery-item-padding-vertical-small: 12px;
|
|
1467
1475
|
--wds-image-border-radius-default: 8px;
|
|
1468
1476
|
--wds-image-border-radius-none: 0;
|
|
1477
|
+
--wds-input-area-border-radius-default-medium: 6px;
|
|
1478
|
+
--wds-input-area-border-radius-default-small: 6px;
|
|
1479
|
+
--wds-input-area-padding-left-medium: 12px;
|
|
1480
|
+
--wds-input-area-padding-left-small: 12px;
|
|
1481
|
+
--wds-input-area-padding-right-medium: 9px;
|
|
1482
|
+
--wds-input-area-padding-right-small: 9px;
|
|
1483
|
+
--wds-input-area-padding-vertical-medium: 6px;
|
|
1484
|
+
--wds-input-area-padding-vertical-small: 6px;
|
|
1469
1485
|
--wds-input-border-radius-default-large: 6px;
|
|
1470
1486
|
--wds-input-border-radius-default-medium: 6px;
|
|
1471
1487
|
--wds-input-border-radius-default-small: 6px;
|
package/component.st.css
CHANGED
|
@@ -127,6 +127,14 @@
|
|
|
127
127
|
@property st-global(--wds-gallery-item-padding-vertical-small);
|
|
128
128
|
@property st-global(--wds-image-border-radius-default);
|
|
129
129
|
@property st-global(--wds-image-border-radius-none);
|
|
130
|
+
@property st-global(--wds-input-area-border-radius-default-medium);
|
|
131
|
+
@property st-global(--wds-input-area-border-radius-default-small);
|
|
132
|
+
@property st-global(--wds-input-area-padding-left-medium);
|
|
133
|
+
@property st-global(--wds-input-area-padding-left-small);
|
|
134
|
+
@property st-global(--wds-input-area-padding-right-medium);
|
|
135
|
+
@property st-global(--wds-input-area-padding-right-small);
|
|
136
|
+
@property st-global(--wds-input-area-padding-vertical-medium);
|
|
137
|
+
@property st-global(--wds-input-area-padding-vertical-small);
|
|
130
138
|
@property st-global(--wds-input-border-radius-default-large);
|
|
131
139
|
@property st-global(--wds-input-border-radius-default-medium);
|
|
132
140
|
@property st-global(--wds-input-border-radius-default-small);
|
|
@@ -561,6 +569,14 @@
|
|
|
561
569
|
--wds-gallery-item-padding-vertical-small: 12px;
|
|
562
570
|
--wds-image-border-radius-default: 8px;
|
|
563
571
|
--wds-image-border-radius-none: 0;
|
|
572
|
+
--wds-input-area-border-radius-default-medium: 6px;
|
|
573
|
+
--wds-input-area-border-radius-default-small: 6px;
|
|
574
|
+
--wds-input-area-padding-left-medium: 12px;
|
|
575
|
+
--wds-input-area-padding-left-small: 12px;
|
|
576
|
+
--wds-input-area-padding-right-medium: 9px;
|
|
577
|
+
--wds-input-area-padding-right-small: 9px;
|
|
578
|
+
--wds-input-area-padding-vertical-medium: 6px;
|
|
579
|
+
--wds-input-area-padding-vertical-small: 6px;
|
|
564
580
|
--wds-input-border-radius-default-large: 6px;
|
|
565
581
|
--wds-input-border-radius-default-medium: 6px;
|
|
566
582
|
--wds-input-border-radius-default-small: 6px;
|
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.7",
|
|
4
4
|
"packageManager": "yarn@3.5.0",
|
|
5
5
|
"author": "augustinasv@wix.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"groupId": "com.wixpress"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
-
"falconPackageHash": "
|
|
35
|
+
"falconPackageHash": "503488eb2880b4b8706ed43ea5b38c23397879da92c0e5fff62b9824"
|
|
36
36
|
}
|
package/studio/all.st.css
CHANGED
|
@@ -550,6 +550,14 @@
|
|
|
550
550
|
@property st-global(--wds-gallery-item-padding-vertical-small);
|
|
551
551
|
@property st-global(--wds-image-border-radius-default);
|
|
552
552
|
@property st-global(--wds-image-border-radius-none);
|
|
553
|
+
@property st-global(--wds-input-area-border-radius-default-medium);
|
|
554
|
+
@property st-global(--wds-input-area-border-radius-default-small);
|
|
555
|
+
@property st-global(--wds-input-area-padding-left-medium);
|
|
556
|
+
@property st-global(--wds-input-area-padding-left-small);
|
|
557
|
+
@property st-global(--wds-input-area-padding-right-medium);
|
|
558
|
+
@property st-global(--wds-input-area-padding-right-small);
|
|
559
|
+
@property st-global(--wds-input-area-padding-vertical-medium);
|
|
560
|
+
@property st-global(--wds-input-area-padding-vertical-small);
|
|
553
561
|
@property st-global(--wds-input-border-radius-default-large);
|
|
554
562
|
@property st-global(--wds-input-border-radius-default-medium);
|
|
555
563
|
@property st-global(--wds-input-border-radius-default-small);
|
|
@@ -1435,6 +1443,14 @@
|
|
|
1435
1443
|
--wds-gallery-item-padding-vertical-small: 12px;
|
|
1436
1444
|
--wds-image-border-radius-default: 4px;
|
|
1437
1445
|
--wds-image-border-radius-none: 0;
|
|
1446
|
+
--wds-input-area-border-radius-default-medium: 4px;
|
|
1447
|
+
--wds-input-area-border-radius-default-small: 4px;
|
|
1448
|
+
--wds-input-area-padding-left-medium: 12px;
|
|
1449
|
+
--wds-input-area-padding-left-small: 12px;
|
|
1450
|
+
--wds-input-area-padding-right-medium: 10px;
|
|
1451
|
+
--wds-input-area-padding-right-small: 10px;
|
|
1452
|
+
--wds-input-area-padding-vertical-medium: 4px;
|
|
1453
|
+
--wds-input-area-padding-vertical-small: 4px;
|
|
1438
1454
|
--wds-input-border-radius-default-large: 4px;
|
|
1439
1455
|
--wds-input-border-radius-default-medium: 4px;
|
|
1440
1456
|
--wds-input-border-radius-default-small: 4px;
|
package/studio/component.st.css
CHANGED
|
@@ -127,6 +127,14 @@
|
|
|
127
127
|
@property st-global(--wds-gallery-item-padding-vertical-small);
|
|
128
128
|
@property st-global(--wds-image-border-radius-default);
|
|
129
129
|
@property st-global(--wds-image-border-radius-none);
|
|
130
|
+
@property st-global(--wds-input-area-border-radius-default-medium);
|
|
131
|
+
@property st-global(--wds-input-area-border-radius-default-small);
|
|
132
|
+
@property st-global(--wds-input-area-padding-left-medium);
|
|
133
|
+
@property st-global(--wds-input-area-padding-left-small);
|
|
134
|
+
@property st-global(--wds-input-area-padding-right-medium);
|
|
135
|
+
@property st-global(--wds-input-area-padding-right-small);
|
|
136
|
+
@property st-global(--wds-input-area-padding-vertical-medium);
|
|
137
|
+
@property st-global(--wds-input-area-padding-vertical-small);
|
|
130
138
|
@property st-global(--wds-input-border-radius-default-large);
|
|
131
139
|
@property st-global(--wds-input-border-radius-default-medium);
|
|
132
140
|
@property st-global(--wds-input-border-radius-default-small);
|
|
@@ -561,6 +569,14 @@
|
|
|
561
569
|
--wds-gallery-item-padding-vertical-small: 12px;
|
|
562
570
|
--wds-image-border-radius-default: 4px;
|
|
563
571
|
--wds-image-border-radius-none: 0;
|
|
572
|
+
--wds-input-area-border-radius-default-medium: 4px;
|
|
573
|
+
--wds-input-area-border-radius-default-small: 4px;
|
|
574
|
+
--wds-input-area-padding-left-medium: 12px;
|
|
575
|
+
--wds-input-area-padding-left-small: 12px;
|
|
576
|
+
--wds-input-area-padding-right-medium: 10px;
|
|
577
|
+
--wds-input-area-padding-right-small: 10px;
|
|
578
|
+
--wds-input-area-padding-vertical-medium: 4px;
|
|
579
|
+
--wds-input-area-padding-vertical-small: 4px;
|
|
564
580
|
--wds-input-border-radius-default-large: 4px;
|
|
565
581
|
--wds-input-border-radius-default-medium: 4px;
|
|
566
582
|
--wds-input-border-radius-default-small: 4px;
|