@wix/design-system-tokens 1.52.0 → 1.53.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/CHANGELOG.md +6 -0
- package/all.css +36 -40
- package/all.st.css +96 -104
- package/component.st.css +72 -80
- package/foundation.st.css +16 -16
- package/package.json +3 -3
- package/semantic.st.css +8 -8
- package/studio/all.css +37 -41
- package/studio/all.st.css +97 -105
- package/studio/component.st.css +73 -81
- package/studio/foundation.st.css +16 -16
- package/studio/semantic.st.css +8 -8
package/studio/semantic.st.css
CHANGED
|
@@ -172,6 +172,10 @@
|
|
|
172
172
|
@property st-global(--wds-color-fill-social-instagram-active);
|
|
173
173
|
@property st-global(--wds-color-fill-social-instagram-disabled);
|
|
174
174
|
@property st-global(--wds-color-fill-social-instagram-hover);
|
|
175
|
+
@property st-global(--wds-color-fill-social-youtube);
|
|
176
|
+
@property st-global(--wds-color-fill-social-youtube-active);
|
|
177
|
+
@property st-global(--wds-color-fill-social-youtube-disabled);
|
|
178
|
+
@property st-global(--wds-color-fill-social-youtube-hover);
|
|
175
179
|
@property st-global(--wds-color-fill-social-linkedin);
|
|
176
180
|
@property st-global(--wds-color-fill-social-linkedin-active);
|
|
177
181
|
@property st-global(--wds-color-fill-social-linkedin-disabled);
|
|
@@ -188,10 +192,6 @@
|
|
|
188
192
|
@property st-global(--wds-color-fill-social-xcorp-active);
|
|
189
193
|
@property st-global(--wds-color-fill-social-xcorp-disabled);
|
|
190
194
|
@property st-global(--wds-color-fill-social-xcorp-hover);
|
|
191
|
-
@property st-global(--wds-color-fill-social-youtube);
|
|
192
|
-
@property st-global(--wds-color-fill-social-youtube-active);
|
|
193
|
-
@property st-global(--wds-color-fill-social-youtube-disabled);
|
|
194
|
-
@property st-global(--wds-color-fill-social-youtube-hover);
|
|
195
195
|
@property st-global(--wds-color-fill-standard-light-primary);
|
|
196
196
|
@property st-global(--wds-color-fill-standard-light-primary-active);
|
|
197
197
|
@property st-global(--wds-color-fill-standard-light-primary-disabled);
|
|
@@ -511,6 +511,10 @@
|
|
|
511
511
|
--wds-color-fill-social-instagram-active: #ff0175;
|
|
512
512
|
--wds-color-fill-social-instagram-disabled: #bebebe;
|
|
513
513
|
--wds-color-fill-social-instagram-hover: rgba(255, 1, 117, .8);
|
|
514
|
+
--wds-color-fill-social-youtube: #ff0000;
|
|
515
|
+
--wds-color-fill-social-youtube-active: #ff0000;
|
|
516
|
+
--wds-color-fill-social-youtube-disabled: #bebebe;
|
|
517
|
+
--wds-color-fill-social-youtube-hover: rgba(255, 0, 0, .8);
|
|
514
518
|
--wds-color-fill-social-linkedin: #0065c8;
|
|
515
519
|
--wds-color-fill-social-linkedin-active: #0065c8;
|
|
516
520
|
--wds-color-fill-social-linkedin-disabled: #bebebe;
|
|
@@ -527,10 +531,6 @@
|
|
|
527
531
|
--wds-color-fill-social-xcorp-active: #101419;
|
|
528
532
|
--wds-color-fill-social-xcorp-disabled: #bebebe;
|
|
529
533
|
--wds-color-fill-social-xcorp-hover: rgba(16, 20, 25, .8);
|
|
530
|
-
--wds-color-fill-social-youtube: #ff0000;
|
|
531
|
-
--wds-color-fill-social-youtube-active: #ff0000;
|
|
532
|
-
--wds-color-fill-social-youtube-disabled: #bebebe;
|
|
533
|
-
--wds-color-fill-social-youtube-hover: rgba(255, 0, 0, .8);
|
|
534
534
|
--wds-color-fill-standard-light-primary: #7cafff;
|
|
535
535
|
--wds-color-fill-standard-light-primary-active: #418aff;
|
|
536
536
|
--wds-color-fill-standard-light-primary-disabled: rgba(255, 255, 255, .3);
|