@wix/design-system-tokens 1.3.5 → 1.3.6
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 +4 -2
- package/component.st.css +4 -2
- package/package.json +2 -2
- package/studio/all.st.css +4 -2
- package/studio/component.st.css +4 -2
package/all.st.css
CHANGED
|
@@ -543,7 +543,8 @@
|
|
|
543
543
|
@property st-global(--wds-font-weight-heading-6);
|
|
544
544
|
@property st-global(--wds-font-weight-medium);
|
|
545
545
|
@property st-global(--wds-font-weight-regular);
|
|
546
|
-
@property st-global(--wds-form-field-label-gap);
|
|
546
|
+
@property st-global(--wds-form-field-label-gap-small);
|
|
547
|
+
@property st-global(--wds-form-field-label-gap-tiny);
|
|
547
548
|
@property st-global(--wds-gallery-item-border);
|
|
548
549
|
@property st-global(--wds-gallery-item-padding-left-medium);
|
|
549
550
|
@property st-global(--wds-gallery-item-padding-left-small);
|
|
@@ -1454,7 +1455,8 @@
|
|
|
1454
1455
|
--wds-font-weight-heading-6: 400;
|
|
1455
1456
|
--wds-font-weight-medium: 500;
|
|
1456
1457
|
--wds-font-weight-regular: 400;
|
|
1457
|
-
--wds-form-field-label-gap: 9px;
|
|
1458
|
+
--wds-form-field-label-gap-small: 9px;
|
|
1459
|
+
--wds-form-field-label-gap-tiny: 6px;
|
|
1458
1460
|
--wds-gallery-item-border: 8px;
|
|
1459
1461
|
--wds-gallery-item-padding-left-medium: 18px;
|
|
1460
1462
|
--wds-gallery-item-padding-left-small: 12px;
|
package/component.st.css
CHANGED
|
@@ -116,7 +116,8 @@
|
|
|
116
116
|
@property st-global(--wds-field-set-gap-medium);
|
|
117
117
|
@property st-global(--wds-field-set-gap-small);
|
|
118
118
|
@property st-global(--wds-field-set-label-gap);
|
|
119
|
-
@property st-global(--wds-form-field-label-gap);
|
|
119
|
+
@property st-global(--wds-form-field-label-gap-small);
|
|
120
|
+
@property st-global(--wds-form-field-label-gap-tiny);
|
|
120
121
|
@property st-global(--wds-gallery-item-border);
|
|
121
122
|
@property st-global(--wds-gallery-item-padding-left-medium);
|
|
122
123
|
@property st-global(--wds-gallery-item-padding-left-small);
|
|
@@ -549,7 +550,8 @@
|
|
|
549
550
|
--wds-field-set-gap-medium: 12px;
|
|
550
551
|
--wds-field-set-gap-small: 6px;
|
|
551
552
|
--wds-field-set-label-gap: 9px;
|
|
552
|
-
--wds-form-field-label-gap: 9px;
|
|
553
|
+
--wds-form-field-label-gap-small: 9px;
|
|
554
|
+
--wds-form-field-label-gap-tiny: 6px;
|
|
553
555
|
--wds-gallery-item-border: 8px;
|
|
554
556
|
--wds-gallery-item-padding-left-medium: 18px;
|
|
555
557
|
--wds-gallery-item-padding-left-small: 12px;
|
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.6",
|
|
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": "445d6de5e6bebb263e271b4f4c02f34ae54fed7a9ecafe671217c662"
|
|
36
36
|
}
|
package/studio/all.st.css
CHANGED
|
@@ -539,7 +539,8 @@
|
|
|
539
539
|
@property st-global(--wds-font-weight-heading-6);
|
|
540
540
|
@property st-global(--wds-font-weight-medium);
|
|
541
541
|
@property st-global(--wds-font-weight-regular);
|
|
542
|
-
@property st-global(--wds-form-field-label-gap);
|
|
542
|
+
@property st-global(--wds-form-field-label-gap-small);
|
|
543
|
+
@property st-global(--wds-form-field-label-gap-tiny);
|
|
543
544
|
@property st-global(--wds-gallery-item-border);
|
|
544
545
|
@property st-global(--wds-gallery-item-padding-left-medium);
|
|
545
546
|
@property st-global(--wds-gallery-item-padding-left-small);
|
|
@@ -1423,7 +1424,8 @@
|
|
|
1423
1424
|
--wds-font-weight-heading-6: 400;
|
|
1424
1425
|
--wds-font-weight-medium: 500;
|
|
1425
1426
|
--wds-font-weight-regular: 400;
|
|
1426
|
-
--wds-form-field-label-gap: 8px;
|
|
1427
|
+
--wds-form-field-label-gap-small: 8px;
|
|
1428
|
+
--wds-form-field-label-gap-tiny: 6px;
|
|
1427
1429
|
--wds-gallery-item-border: 4px;
|
|
1428
1430
|
--wds-gallery-item-padding-left-medium: 18px;
|
|
1429
1431
|
--wds-gallery-item-padding-left-small: 12px;
|
package/studio/component.st.css
CHANGED
|
@@ -116,7 +116,8 @@
|
|
|
116
116
|
@property st-global(--wds-field-set-gap-medium);
|
|
117
117
|
@property st-global(--wds-field-set-gap-small);
|
|
118
118
|
@property st-global(--wds-field-set-label-gap);
|
|
119
|
-
@property st-global(--wds-form-field-label-gap);
|
|
119
|
+
@property st-global(--wds-form-field-label-gap-small);
|
|
120
|
+
@property st-global(--wds-form-field-label-gap-tiny);
|
|
120
121
|
@property st-global(--wds-gallery-item-border);
|
|
121
122
|
@property st-global(--wds-gallery-item-padding-left-medium);
|
|
122
123
|
@property st-global(--wds-gallery-item-padding-left-small);
|
|
@@ -549,7 +550,8 @@
|
|
|
549
550
|
--wds-field-set-gap-medium: 12px;
|
|
550
551
|
--wds-field-set-gap-small: 6px;
|
|
551
552
|
--wds-field-set-label-gap: 8px;
|
|
552
|
-
--wds-form-field-label-gap: 8px;
|
|
553
|
+
--wds-form-field-label-gap-small: 8px;
|
|
554
|
+
--wds-form-field-label-gap-tiny: 6px;
|
|
553
555
|
--wds-gallery-item-border: 4px;
|
|
554
556
|
--wds-gallery-item-padding-left-medium: 18px;
|
|
555
557
|
--wds-gallery-item-padding-left-small: 12px;
|