@wix/design-system-tokens 1.16.0 → 1.16.1
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 +2 -2
- package/component.st.css +2 -2
- package/package.json +2 -2
- package/studio/all.st.css +2 -2
- package/studio/component.st.css +2 -2
package/all.st.css
CHANGED
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
@property st-global(--wds-dock-foreground-fill-hover);
|
|
530
530
|
@property st-global(--wds-dropdown-layout-option-size-big);
|
|
531
531
|
@property st-global(--wds-dropdown-layout-option-size-small);
|
|
532
|
-
@property st-global(--wds-empty-state-border);
|
|
532
|
+
@property st-global(--wds-empty-state-border-radius);
|
|
533
533
|
@property st-global(--wds-empty-state-page-content-paddings);
|
|
534
534
|
@property st-global(--wds-empty-state-section-content-paddings);
|
|
535
535
|
@property st-global(--wds-feature-list-gap);
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
--wds-dock-foreground-fill-hover: #5999ff;
|
|
1582
1582
|
--wds-dropdown-layout-option-size-big: 48px;
|
|
1583
1583
|
--wds-dropdown-layout-option-size-small: 36px;
|
|
1584
|
-
--wds-empty-state-border: 8px;
|
|
1584
|
+
--wds-empty-state-border-radius: 8px;
|
|
1585
1585
|
--wds-empty-state-page-content-paddings: 18px;
|
|
1586
1586
|
--wds-empty-state-section-content-paddings: 15px;
|
|
1587
1587
|
--wds-feature-list-gap: 30px;
|
package/component.st.css
CHANGED
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
@property st-global(--wds-dock-foreground-fill-hover);
|
|
145
145
|
@property st-global(--wds-dropdown-layout-option-size-big);
|
|
146
146
|
@property st-global(--wds-dropdown-layout-option-size-small);
|
|
147
|
-
@property st-global(--wds-empty-state-border);
|
|
147
|
+
@property st-global(--wds-empty-state-border-radius);
|
|
148
148
|
@property st-global(--wds-empty-state-page-content-paddings);
|
|
149
149
|
@property st-global(--wds-empty-state-section-content-paddings);
|
|
150
150
|
@property st-global(--wds-feature-list-gap);
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
--wds-dock-foreground-fill-hover: #5999ff;
|
|
694
694
|
--wds-dropdown-layout-option-size-big: 48px;
|
|
695
695
|
--wds-dropdown-layout-option-size-small: 36px;
|
|
696
|
-
--wds-empty-state-border: 8px;
|
|
696
|
+
--wds-empty-state-border-radius: 8px;
|
|
697
697
|
--wds-empty-state-page-content-paddings: 18px;
|
|
698
698
|
--wds-empty-state-section-content-paddings: 15px;
|
|
699
699
|
--wds-feature-list-gap: 30px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/design-system-tokens",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.1",
|
|
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": "ea650c4837a97a0d7f087567b7f2cad7654e93e401ca9bad5aa3c75a"
|
|
37
37
|
}
|
package/studio/all.st.css
CHANGED
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
@property st-global(--wds-dock-foreground-fill-hover);
|
|
526
526
|
@property st-global(--wds-dropdown-layout-option-size-big);
|
|
527
527
|
@property st-global(--wds-dropdown-layout-option-size-small);
|
|
528
|
-
@property st-global(--wds-empty-state-border);
|
|
528
|
+
@property st-global(--wds-empty-state-border-radius);
|
|
529
529
|
@property st-global(--wds-empty-state-page-content-paddings);
|
|
530
530
|
@property st-global(--wds-empty-state-section-content-paddings);
|
|
531
531
|
@property st-global(--wds-feature-list-gap);
|
|
@@ -1573,7 +1573,7 @@
|
|
|
1573
1573
|
--wds-dock-foreground-fill-hover: #dce9ff;
|
|
1574
1574
|
--wds-dropdown-layout-option-size-big: 40px;
|
|
1575
1575
|
--wds-dropdown-layout-option-size-small: 32px;
|
|
1576
|
-
--wds-empty-state-border: 4px;
|
|
1576
|
+
--wds-empty-state-border-radius: 4px;
|
|
1577
1577
|
--wds-empty-state-page-content-paddings: 24px;
|
|
1578
1578
|
--wds-empty-state-section-content-paddings: 24px;
|
|
1579
1579
|
--wds-feature-list-gap: 24px;
|
package/studio/component.st.css
CHANGED
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
@property st-global(--wds-dock-foreground-fill-hover);
|
|
145
145
|
@property st-global(--wds-dropdown-layout-option-size-big);
|
|
146
146
|
@property st-global(--wds-dropdown-layout-option-size-small);
|
|
147
|
-
@property st-global(--wds-empty-state-border);
|
|
147
|
+
@property st-global(--wds-empty-state-border-radius);
|
|
148
148
|
@property st-global(--wds-empty-state-page-content-paddings);
|
|
149
149
|
@property st-global(--wds-empty-state-section-content-paddings);
|
|
150
150
|
@property st-global(--wds-feature-list-gap);
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
--wds-dock-foreground-fill-hover: #dce9ff;
|
|
694
694
|
--wds-dropdown-layout-option-size-big: 40px;
|
|
695
695
|
--wds-dropdown-layout-option-size-small: 32px;
|
|
696
|
-
--wds-empty-state-border: 4px;
|
|
696
|
+
--wds-empty-state-border-radius: 4px;
|
|
697
697
|
--wds-empty-state-page-content-paddings: 24px;
|
|
698
698
|
--wds-empty-state-section-content-paddings: 24px;
|
|
699
699
|
--wds-feature-list-gap: 24px;
|