@wix/design-system-tokens 1.16.6 → 1.17.0
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 +1122 -0
- package/all.st.css +3 -1
- package/package.json +2 -2
- package/semantic.st.css +3 -1
- package/studio/all.css +1117 -0
- package/studio/all.st.css +3 -1
- package/studio/semantic.st.css +3 -1
package/studio/all.st.css
CHANGED
|
@@ -146,6 +146,7 @@
|
|
|
146
146
|
@property st-global(--wds-color-blue-400);
|
|
147
147
|
@property st-global(--wds-color-blue-500);
|
|
148
148
|
@property st-global(--wds-color-blue-600);
|
|
149
|
+
@property st-global(--wds-color-border-ai-primary);
|
|
149
150
|
@property st-global(--wds-color-border-dark-primary);
|
|
150
151
|
@property st-global(--wds-color-border-dark-primary-active);
|
|
151
152
|
@property st-global(--wds-color-border-dark-primary-disabled);
|
|
@@ -1262,6 +1263,7 @@
|
|
|
1262
1263
|
--wds-color-blue-400: #dce9ff;
|
|
1263
1264
|
--wds-color-blue-500: #ebf2ff;
|
|
1264
1265
|
--wds-color-blue-600: #f8faff;
|
|
1266
|
+
--wds-color-border-ai-primary: #5a48f5;
|
|
1265
1267
|
--wds-color-border-dark-primary: #868aa5;
|
|
1266
1268
|
--wds-color-border-dark-primary-active: #2b2e36;
|
|
1267
1269
|
--wds-color-border-dark-primary-disabled: rgba(19, 23, 32, .1);
|
|
@@ -1483,7 +1485,7 @@
|
|
|
1483
1485
|
--wds-color-fill-surface-destructive: #fde3e1;
|
|
1484
1486
|
--wds-color-fill-surface-modal: #ffffff;
|
|
1485
1487
|
--wds-color-fill-surface-modal-backdrop: rgba(19, 23, 32, .7);
|
|
1486
|
-
--wds-color-fill-surface-neutral: #
|
|
1488
|
+
--wds-color-fill-surface-neutral: #f7f8f8;
|
|
1487
1489
|
--wds-color-fill-surface-overlay: #ffffff;
|
|
1488
1490
|
--wds-color-fill-surface-overlay-dark: #42454c;
|
|
1489
1491
|
--wds-color-fill-surface-premium: #f1e0f9;
|
package/studio/semantic.st.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@property st-global(--wds-border-radius-surface-modal);
|
|
2
2
|
@property st-global(--wds-border-radius-surface-overlay);
|
|
3
|
+
@property st-global(--wds-color-border-ai-primary);
|
|
3
4
|
@property st-global(--wds-color-border-dark-primary);
|
|
4
5
|
@property st-global(--wds-color-border-dark-primary-active);
|
|
5
6
|
@property st-global(--wds-color-border-dark-primary-disabled);
|
|
@@ -330,6 +331,7 @@
|
|
|
330
331
|
.root {
|
|
331
332
|
--wds-border-radius-surface-modal: 4px;
|
|
332
333
|
--wds-border-radius-surface-overlay: 4px;
|
|
334
|
+
--wds-color-border-ai-primary: #5a48f5;
|
|
333
335
|
--wds-color-border-dark-primary: #868aa5;
|
|
334
336
|
--wds-color-border-dark-primary-active: #2b2e36;
|
|
335
337
|
--wds-color-border-dark-primary-disabled: rgba(19, 23, 32, .1);
|
|
@@ -551,7 +553,7 @@
|
|
|
551
553
|
--wds-color-fill-surface-destructive: #fde3e1;
|
|
552
554
|
--wds-color-fill-surface-modal: #ffffff;
|
|
553
555
|
--wds-color-fill-surface-modal-backdrop: rgba(19, 23, 32, .7);
|
|
554
|
-
--wds-color-fill-surface-neutral: #
|
|
556
|
+
--wds-color-fill-surface-neutral: #f7f8f8;
|
|
555
557
|
--wds-color-fill-surface-overlay: #ffffff;
|
|
556
558
|
--wds-color-fill-surface-overlay-dark: #42454c;
|
|
557
559
|
--wds-color-fill-surface-premium: #f1e0f9;
|