@wix/design-system-tokens 1.16.5 → 1.16.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.css +1119 -0
- package/all.st.css +1 -1
- package/package.json +2 -2
- package/semantic.st.css +1 -1
- package/studio/all.css +1114 -0
- package/studio/all.st.css +1 -1
- package/studio/semantic.st.css +1 -1
package/all.st.css
CHANGED
|
@@ -1488,7 +1488,7 @@
|
|
|
1488
1488
|
--wds-color-fill-surface-destructive: #fde3e1;
|
|
1489
1489
|
--wds-color-fill-surface-modal: #ffffff;
|
|
1490
1490
|
--wds-color-fill-surface-modal-backdrop: rgba(0, 6, 36, .7);
|
|
1491
|
-
--wds-color-fill-surface-neutral: #
|
|
1491
|
+
--wds-color-fill-surface-neutral: #f7f8f8;
|
|
1492
1492
|
--wds-color-fill-surface-overlay: #ffffff;
|
|
1493
1493
|
--wds-color-fill-surface-overlay-dark: #000624;
|
|
1494
1494
|
--wds-color-fill-surface-premium: #f1e0f9;
|
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.7",
|
|
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": "b3ae8f9283f12974bdcbdc9279fa49c7b55bb8edb56d94d70c90c696"
|
|
37
37
|
}
|
package/semantic.st.css
CHANGED
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--wds-color-fill-surface-destructive: #fde3e1;
|
|
556
556
|
--wds-color-fill-surface-modal: #ffffff;
|
|
557
557
|
--wds-color-fill-surface-modal-backdrop: rgba(0, 6, 36, .7);
|
|
558
|
-
--wds-color-fill-surface-neutral: #
|
|
558
|
+
--wds-color-fill-surface-neutral: #f7f8f8;
|
|
559
559
|
--wds-color-fill-surface-overlay: #ffffff;
|
|
560
560
|
--wds-color-fill-surface-overlay-dark: #000624;
|
|
561
561
|
--wds-color-fill-surface-premium: #f1e0f9;
|