@wix/design-system-tokens 1.3.9 → 1.3.11
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 +8 -0
- package/package.json +2 -2
- package/semantic.st.css +8 -0
- package/studio/all.st.css +8 -0
- package/studio/semantic.st.css +8 -0
package/all.st.css
CHANGED
|
@@ -300,6 +300,10 @@
|
|
|
300
300
|
@property st-global(--wds-color-fill-social-twitter-active);
|
|
301
301
|
@property st-global(--wds-color-fill-social-twitter-disabled);
|
|
302
302
|
@property st-global(--wds-color-fill-social-twitter-hover);
|
|
303
|
+
@property st-global(--wds-color-fill-social-xcorp);
|
|
304
|
+
@property st-global(--wds-color-fill-social-xcorp-active);
|
|
305
|
+
@property st-global(--wds-color-fill-social-xcorp-disabled);
|
|
306
|
+
@property st-global(--wds-color-fill-social-xcorp-hover);
|
|
303
307
|
@property st-global(--wds-color-fill-social-youtube);
|
|
304
308
|
@property st-global(--wds-color-fill-social-youtube-active);
|
|
305
309
|
@property st-global(--wds-color-fill-social-youtube-disabled);
|
|
@@ -1248,6 +1252,10 @@
|
|
|
1248
1252
|
--wds-color-fill-social-twitter-active: #1da1f2;
|
|
1249
1253
|
--wds-color-fill-social-twitter-disabled: rgba(0, 6, 36, .3);
|
|
1250
1254
|
--wds-color-fill-social-twitter-hover: rgba(29, 161, 242, .8);
|
|
1255
|
+
--wds-color-fill-social-xcorp: #101419;
|
|
1256
|
+
--wds-color-fill-social-xcorp-active: #101419;
|
|
1257
|
+
--wds-color-fill-social-xcorp-disabled: rgba(0, 6, 36, .3);
|
|
1258
|
+
--wds-color-fill-social-xcorp-hover: rgba(16, 20, 25, .8);
|
|
1251
1259
|
--wds-color-fill-social-youtube: #ff0000;
|
|
1252
1260
|
--wds-color-fill-social-youtube-active: #ff0000;
|
|
1253
1261
|
--wds-color-fill-social-youtube-disabled: rgba(0, 6, 36, .3);
|
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.11",
|
|
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": "7197139a2c2f02976aadbf086ed0ab258314ef90bd7682220bccb716"
|
|
37
37
|
}
|
package/semantic.st.css
CHANGED
|
@@ -173,6 +173,10 @@
|
|
|
173
173
|
@property st-global(--wds-color-fill-social-twitter-active);
|
|
174
174
|
@property st-global(--wds-color-fill-social-twitter-disabled);
|
|
175
175
|
@property st-global(--wds-color-fill-social-twitter-hover);
|
|
176
|
+
@property st-global(--wds-color-fill-social-xcorp);
|
|
177
|
+
@property st-global(--wds-color-fill-social-xcorp-active);
|
|
178
|
+
@property st-global(--wds-color-fill-social-xcorp-disabled);
|
|
179
|
+
@property st-global(--wds-color-fill-social-xcorp-hover);
|
|
176
180
|
@property st-global(--wds-color-fill-social-youtube);
|
|
177
181
|
@property st-global(--wds-color-fill-social-youtube-active);
|
|
178
182
|
@property st-global(--wds-color-fill-social-youtube-disabled);
|
|
@@ -486,6 +490,10 @@
|
|
|
486
490
|
--wds-color-fill-social-twitter-active: #1da1f2;
|
|
487
491
|
--wds-color-fill-social-twitter-disabled: rgba(0, 6, 36, .3);
|
|
488
492
|
--wds-color-fill-social-twitter-hover: rgba(29, 161, 242, .8);
|
|
493
|
+
--wds-color-fill-social-xcorp: #101419;
|
|
494
|
+
--wds-color-fill-social-xcorp-active: #101419;
|
|
495
|
+
--wds-color-fill-social-xcorp-disabled: rgba(0, 6, 36, .3);
|
|
496
|
+
--wds-color-fill-social-xcorp-hover: rgba(16, 20, 25, .8);
|
|
489
497
|
--wds-color-fill-social-youtube: #ff0000;
|
|
490
498
|
--wds-color-fill-social-youtube-active: #ff0000;
|
|
491
499
|
--wds-color-fill-social-youtube-disabled: rgba(0, 6, 36, .3);
|
package/studio/all.st.css
CHANGED
|
@@ -300,6 +300,10 @@
|
|
|
300
300
|
@property st-global(--wds-color-fill-social-twitter-active);
|
|
301
301
|
@property st-global(--wds-color-fill-social-twitter-disabled);
|
|
302
302
|
@property st-global(--wds-color-fill-social-twitter-hover);
|
|
303
|
+
@property st-global(--wds-color-fill-social-xcorp);
|
|
304
|
+
@property st-global(--wds-color-fill-social-xcorp-active);
|
|
305
|
+
@property st-global(--wds-color-fill-social-xcorp-disabled);
|
|
306
|
+
@property st-global(--wds-color-fill-social-xcorp-hover);
|
|
303
307
|
@property st-global(--wds-color-fill-social-youtube);
|
|
304
308
|
@property st-global(--wds-color-fill-social-youtube-active);
|
|
305
309
|
@property st-global(--wds-color-fill-social-youtube-disabled);
|
|
@@ -1221,6 +1225,10 @@
|
|
|
1221
1225
|
--wds-color-fill-social-twitter-active: #1da1f2;
|
|
1222
1226
|
--wds-color-fill-social-twitter-disabled: #bebebe;
|
|
1223
1227
|
--wds-color-fill-social-twitter-hover: rgba(29, 161, 242, .8);
|
|
1228
|
+
--wds-color-fill-social-xcorp: #101419;
|
|
1229
|
+
--wds-color-fill-social-xcorp-active: #101419;
|
|
1230
|
+
--wds-color-fill-social-xcorp-disabled: #bebebe;
|
|
1231
|
+
--wds-color-fill-social-xcorp-hover: rgba(16, 20, 25, .8);
|
|
1224
1232
|
--wds-color-fill-social-youtube: #ff0000;
|
|
1225
1233
|
--wds-color-fill-social-youtube-active: #ff0000;
|
|
1226
1234
|
--wds-color-fill-social-youtube-disabled: #bebebe;
|
package/studio/semantic.st.css
CHANGED
|
@@ -173,6 +173,10 @@
|
|
|
173
173
|
@property st-global(--wds-color-fill-social-twitter-active);
|
|
174
174
|
@property st-global(--wds-color-fill-social-twitter-disabled);
|
|
175
175
|
@property st-global(--wds-color-fill-social-twitter-hover);
|
|
176
|
+
@property st-global(--wds-color-fill-social-xcorp);
|
|
177
|
+
@property st-global(--wds-color-fill-social-xcorp-active);
|
|
178
|
+
@property st-global(--wds-color-fill-social-xcorp-disabled);
|
|
179
|
+
@property st-global(--wds-color-fill-social-xcorp-hover);
|
|
176
180
|
@property st-global(--wds-color-fill-social-youtube);
|
|
177
181
|
@property st-global(--wds-color-fill-social-youtube-active);
|
|
178
182
|
@property st-global(--wds-color-fill-social-youtube-disabled);
|
|
@@ -475,6 +479,10 @@
|
|
|
475
479
|
--wds-color-fill-social-twitter-active: #1da1f2;
|
|
476
480
|
--wds-color-fill-social-twitter-disabled: #bebebe;
|
|
477
481
|
--wds-color-fill-social-twitter-hover: rgba(29, 161, 242, .8);
|
|
482
|
+
--wds-color-fill-social-xcorp: #101419;
|
|
483
|
+
--wds-color-fill-social-xcorp-active: #101419;
|
|
484
|
+
--wds-color-fill-social-xcorp-disabled: #bebebe;
|
|
485
|
+
--wds-color-fill-social-xcorp-hover: rgba(16, 20, 25, .8);
|
|
478
486
|
--wds-color-fill-social-youtube: #ff0000;
|
|
479
487
|
--wds-color-fill-social-youtube-active: #ff0000;
|
|
480
488
|
--wds-color-fill-social-youtube-disabled: #bebebe;
|