@wix/design-system-tokens 1.199.0 → 1.201.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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.201.0 - 2026-06-10
2
+
3
+ ### Features
4
+
5
+ - feat(SocialButton): add tiktok icon [16354](https://github.com/wix-private/wix-design-systems/pull/16354)
6
+
1
7
  ## 1.198.0 - 2026-06-04
2
8
 
3
9
  ### Bug Fixes
package/all.css CHANGED
@@ -94,6 +94,9 @@
94
94
  --wds-color-fill-social-xcorp-hover: rgba(16, 20, 25, .8);
95
95
  --wds-color-fill-social-xcorp-active: #101419;
96
96
  --wds-color-fill-social-xcorp: #101419;
97
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, .8);
98
+ --wds-color-fill-social-tiktok-active: #010101;
99
+ --wds-color-fill-social-tiktok: #010101;
97
100
  --wds-color-fill-social-twitter-hover: rgba(29, 161, 242, .8);
98
101
  --wds-color-fill-social-twitter-active: #1da1f2;
99
102
  --wds-color-fill-social-twitter: #1da1f2;
@@ -619,6 +622,7 @@
619
622
  --wds-color-fill-stage-anchor-disabled: var(--wds-color-black-100-transparent-30);
620
623
  --wds-color-fill-social-youtube-disabled: var(--wds-color-black-100-transparent-30);
621
624
  --wds-color-fill-social-xcorp-disabled: var(--wds-color-black-100-transparent-30);
625
+ --wds-color-fill-social-tiktok-disabled: var(--wds-color-black-100-transparent-30);
622
626
  --wds-color-fill-social-twitter-disabled: var(--wds-color-black-100-transparent-30);
623
627
  --wds-color-fill-social-pinterest-disabled: var(--wds-color-black-100-transparent-30);
624
628
  --wds-color-fill-social-linkedin-disabled: var(--wds-color-black-100-transparent-30);
package/all.scss CHANGED
@@ -224,6 +224,9 @@
224
224
  --wds-color-fill-social-twitter-hover: rgba(29, 161, 242, .8);
225
225
  --wds-color-fill-social-twitter-active: #1da1f2;
226
226
  --wds-color-fill-social-twitter: #1da1f2;
227
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, .8);
228
+ --wds-color-fill-social-tiktok-active: #010101;
229
+ --wds-color-fill-social-tiktok: #010101;
227
230
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, .8);
228
231
  --wds-color-fill-social-pinterest-active: #e60019;
229
232
  --wds-color-fill-social-pinterest: #e60019;
@@ -1148,6 +1151,7 @@
1148
1151
  --wds-color-fill-social-youtube-disabled: var(--wds-color-black-100-transparent-30);
1149
1152
  --wds-color-fill-social-xcorp-disabled: var(--wds-color-black-100-transparent-30);
1150
1153
  --wds-color-fill-social-twitter-disabled: var(--wds-color-black-100-transparent-30);
1154
+ --wds-color-fill-social-tiktok-disabled: var(--wds-color-black-100-transparent-30);
1151
1155
  --wds-color-fill-social-pinterest-disabled: var(--wds-color-black-100-transparent-30);
1152
1156
  --wds-color-fill-social-linkedin-disabled: var(--wds-color-black-100-transparent-30);
1153
1157
  --wds-color-fill-social-instagram-disabled: var(--wds-color-black-100-transparent-30);
package/all.st.css CHANGED
@@ -596,6 +596,10 @@
596
596
  @property st-global(--wds-color-fill-social-pinterest-active);
597
597
  @property st-global(--wds-color-fill-social-pinterest-disabled);
598
598
  @property st-global(--wds-color-fill-social-pinterest-hover);
599
+ @property st-global(--wds-color-fill-social-tiktok);
600
+ @property st-global(--wds-color-fill-social-tiktok-active);
601
+ @property st-global(--wds-color-fill-social-tiktok-disabled);
602
+ @property st-global(--wds-color-fill-social-tiktok-hover);
599
603
  @property st-global(--wds-color-fill-social-twitter);
600
604
  @property st-global(--wds-color-fill-social-twitter-active);
601
605
  @property st-global(--wds-color-fill-social-twitter-disabled);
@@ -2726,6 +2730,10 @@
2726
2730
  --wds-color-fill-social-pinterest-active: #e60019;
2727
2731
  --wds-color-fill-social-pinterest-disabled: rgba(0, 6, 36, .3);
2728
2732
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, .8);
2733
+ --wds-color-fill-social-tiktok: #010101;
2734
+ --wds-color-fill-social-tiktok-active: #010101;
2735
+ --wds-color-fill-social-tiktok-disabled: rgba(0, 6, 36, .3);
2736
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, .8);
2729
2737
  --wds-color-fill-social-twitter: #1da1f2;
2730
2738
  --wds-color-fill-social-twitter-active: #1da1f2;
2731
2739
  --wds-color-fill-social-twitter-disabled: rgba(0, 6, 36, .3);
package/odeditor/all.css CHANGED
@@ -113,6 +113,10 @@
113
113
  --wds-color-fill-social-xcorp-disabled: #bebebe;
114
114
  --wds-color-fill-social-xcorp-active: #101419;
115
115
  --wds-color-fill-social-xcorp: #101419;
116
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
117
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
118
+ --wds-color-fill-social-tiktok-active: #010101;
119
+ --wds-color-fill-social-tiktok: #010101;
116
120
  --wds-color-fill-social-twitter-hover: rgba(29, 161, 242, 0.8000);
117
121
  --wds-color-fill-social-twitter-disabled: #bebebe;
118
122
  --wds-color-fill-social-twitter-active: #1da1f2;
package/odeditor/all.scss CHANGED
@@ -259,6 +259,10 @@
259
259
  --wds-color-fill-social-twitter-disabled: #bebebe;
260
260
  --wds-color-fill-social-twitter-active: #1da1f2;
261
261
  --wds-color-fill-social-twitter: #1da1f2;
262
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
263
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
264
+ --wds-color-fill-social-tiktok-active: #010101;
265
+ --wds-color-fill-social-tiktok: #010101;
262
266
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, 0.8000);
263
267
  --wds-color-fill-social-pinterest-disabled: #bebebe;
264
268
  --wds-color-fill-social-pinterest-active: #e60019;
@@ -581,6 +581,10 @@
581
581
  @property st-global(--wds-color-fill-social-pinterest-active);
582
582
  @property st-global(--wds-color-fill-social-pinterest-disabled);
583
583
  @property st-global(--wds-color-fill-social-pinterest-hover);
584
+ @property st-global(--wds-color-fill-social-tiktok);
585
+ @property st-global(--wds-color-fill-social-tiktok-active);
586
+ @property st-global(--wds-color-fill-social-tiktok-disabled);
587
+ @property st-global(--wds-color-fill-social-tiktok-hover);
584
588
  @property st-global(--wds-color-fill-social-twitter);
585
589
  @property st-global(--wds-color-fill-social-twitter-active);
586
590
  @property st-global(--wds-color-fill-social-twitter-disabled);
@@ -2660,6 +2664,10 @@
2660
2664
  --wds-color-fill-social-pinterest-active: #e60019;
2661
2665
  --wds-color-fill-social-pinterest-disabled: #bebebe;
2662
2666
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, 0.8000);
2667
+ --wds-color-fill-social-tiktok: #010101;
2668
+ --wds-color-fill-social-tiktok-active: #010101;
2669
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
2670
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
2663
2671
  --wds-color-fill-social-twitter: #1da1f2;
2664
2672
  --wds-color-fill-social-twitter-active: #1da1f2;
2665
2673
  --wds-color-fill-social-twitter-disabled: #bebebe;
@@ -204,6 +204,10 @@
204
204
  @property st-global(--wds-color-fill-social-pinterest-active);
205
205
  @property st-global(--wds-color-fill-social-pinterest-disabled);
206
206
  @property st-global(--wds-color-fill-social-pinterest-hover);
207
+ @property st-global(--wds-color-fill-social-tiktok);
208
+ @property st-global(--wds-color-fill-social-tiktok-active);
209
+ @property st-global(--wds-color-fill-social-tiktok-disabled);
210
+ @property st-global(--wds-color-fill-social-tiktok-hover);
207
211
  @property st-global(--wds-color-fill-social-twitter);
208
212
  @property st-global(--wds-color-fill-social-twitter-active);
209
213
  @property st-global(--wds-color-fill-social-twitter-disabled);
@@ -702,6 +706,10 @@
702
706
  --wds-color-fill-social-pinterest-active: #e60019;
703
707
  --wds-color-fill-social-pinterest-disabled: #bebebe;
704
708
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, 0.8000);
709
+ --wds-color-fill-social-tiktok: #010101;
710
+ --wds-color-fill-social-tiktok-active: #010101;
711
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
712
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
705
713
  --wds-color-fill-social-twitter: #1da1f2;
706
714
  --wds-color-fill-social-twitter-active: #1da1f2;
707
715
  --wds-color-fill-social-twitter-disabled: #bebebe;
@@ -117,6 +117,10 @@
117
117
  --wds-color-fill-social-xcorp-disabled: #bebebe;
118
118
  --wds-color-fill-social-xcorp-active: #101419;
119
119
  --wds-color-fill-social-xcorp: #101419;
120
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
121
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
122
+ --wds-color-fill-social-tiktok-active: #010101;
123
+ --wds-color-fill-social-tiktok: #010101;
120
124
  --wds-color-fill-social-twitter-hover: rgba(29, 161, 242, 0.8000);
121
125
  --wds-color-fill-social-twitter-disabled: #bebebe;
122
126
  --wds-color-fill-social-twitter-active: #1da1f2;
@@ -272,6 +272,10 @@
272
272
  --wds-color-fill-social-twitter-disabled: #bebebe;
273
273
  --wds-color-fill-social-twitter-active: #1da1f2;
274
274
  --wds-color-fill-social-twitter: #1da1f2;
275
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
276
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
277
+ --wds-color-fill-social-tiktok-active: #010101;
278
+ --wds-color-fill-social-tiktok: #010101;
275
279
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, 0.8000);
276
280
  --wds-color-fill-social-pinterest-disabled: #bebebe;
277
281
  --wds-color-fill-social-pinterest-active: #e60019;
@@ -586,6 +586,10 @@
586
586
  @property st-global(--wds-color-fill-social-pinterest-active);
587
587
  @property st-global(--wds-color-fill-social-pinterest-disabled);
588
588
  @property st-global(--wds-color-fill-social-pinterest-hover);
589
+ @property st-global(--wds-color-fill-social-tiktok);
590
+ @property st-global(--wds-color-fill-social-tiktok-active);
591
+ @property st-global(--wds-color-fill-social-tiktok-disabled);
592
+ @property st-global(--wds-color-fill-social-tiktok-hover);
589
593
  @property st-global(--wds-color-fill-social-twitter);
590
594
  @property st-global(--wds-color-fill-social-twitter-active);
591
595
  @property st-global(--wds-color-fill-social-twitter-disabled);
@@ -2675,6 +2679,10 @@
2675
2679
  --wds-color-fill-social-pinterest-active: #e60019;
2676
2680
  --wds-color-fill-social-pinterest-disabled: #bebebe;
2677
2681
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, 0.8000);
2682
+ --wds-color-fill-social-tiktok: #010101;
2683
+ --wds-color-fill-social-tiktok-active: #010101;
2684
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
2685
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
2678
2686
  --wds-color-fill-social-twitter: #1da1f2;
2679
2687
  --wds-color-fill-social-twitter-active: #1da1f2;
2680
2688
  --wds-color-fill-social-twitter-disabled: #bebebe;
@@ -204,6 +204,10 @@
204
204
  @property st-global(--wds-color-fill-social-pinterest-active);
205
205
  @property st-global(--wds-color-fill-social-pinterest-disabled);
206
206
  @property st-global(--wds-color-fill-social-pinterest-hover);
207
+ @property st-global(--wds-color-fill-social-tiktok);
208
+ @property st-global(--wds-color-fill-social-tiktok-active);
209
+ @property st-global(--wds-color-fill-social-tiktok-disabled);
210
+ @property st-global(--wds-color-fill-social-tiktok-hover);
207
211
  @property st-global(--wds-color-fill-social-twitter);
208
212
  @property st-global(--wds-color-fill-social-twitter-active);
209
213
  @property st-global(--wds-color-fill-social-twitter-disabled);
@@ -702,6 +706,10 @@
702
706
  --wds-color-fill-social-pinterest-active: #e60019;
703
707
  --wds-color-fill-social-pinterest-disabled: #bebebe;
704
708
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, 0.8000);
709
+ --wds-color-fill-social-tiktok: #010101;
710
+ --wds-color-fill-social-tiktok-active: #010101;
711
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
712
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
705
713
  --wds-color-fill-social-twitter: #1da1f2;
706
714
  --wds-color-fill-social-twitter-active: #1da1f2;
707
715
  --wds-color-fill-social-twitter-disabled: #bebebe;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.199.0",
3
+ "version": "1.201.0",
4
4
  "scripts": {
5
5
  "build": "cp -r tokens/* .",
6
6
  "figma-to-dictionary": "ts-node src/scripts/figma-to-dictionary.ts",
@@ -32,5 +32,5 @@
32
32
  "author": "augustinasv@wix.com",
33
33
  "description": "Design system tokens",
34
34
  "packageManager": "yarn@3.5.0",
35
- "falconPackageHash": "22929c03020b8235b300ac51fcba1240b1d172f029e6c6ae570bc9b4"
35
+ "falconPackageHash": "35c99a066d148fdcd6982f23c23d9c3960c9a0760434d21556383f9e"
36
36
  }
package/semantic.st.css CHANGED
@@ -204,6 +204,10 @@
204
204
  @property st-global(--wds-color-fill-social-pinterest-active);
205
205
  @property st-global(--wds-color-fill-social-pinterest-disabled);
206
206
  @property st-global(--wds-color-fill-social-pinterest-hover);
207
+ @property st-global(--wds-color-fill-social-tiktok);
208
+ @property st-global(--wds-color-fill-social-tiktok-active);
209
+ @property st-global(--wds-color-fill-social-tiktok-disabled);
210
+ @property st-global(--wds-color-fill-social-tiktok-hover);
207
211
  @property st-global(--wds-color-fill-social-twitter);
208
212
  @property st-global(--wds-color-fill-social-twitter-active);
209
213
  @property st-global(--wds-color-fill-social-twitter-disabled);
@@ -699,6 +703,10 @@
699
703
  --wds-color-fill-social-pinterest-active: #e60019;
700
704
  --wds-color-fill-social-pinterest-disabled: rgba(0, 6, 36, .3);
701
705
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, .8);
706
+ --wds-color-fill-social-tiktok: #010101;
707
+ --wds-color-fill-social-tiktok-active: #010101;
708
+ --wds-color-fill-social-tiktok-disabled: rgba(0, 6, 36, .3);
709
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, .8);
702
710
  --wds-color-fill-social-twitter: #1da1f2;
703
711
  --wds-color-fill-social-twitter-active: #1da1f2;
704
712
  --wds-color-fill-social-twitter-disabled: rgba(0, 6, 36, .3);
package/studio/all.css CHANGED
@@ -119,6 +119,10 @@
119
119
  --wds-color-fill-social-xcorp-disabled: #bebebe;
120
120
  --wds-color-fill-social-xcorp-active: #101419;
121
121
  --wds-color-fill-social-xcorp: #101419;
122
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, .8);
123
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
124
+ --wds-color-fill-social-tiktok-active: #010101;
125
+ --wds-color-fill-social-tiktok: #010101;
122
126
  --wds-color-fill-social-twitter-hover: rgba(29, 161, 242, .8);
123
127
  --wds-color-fill-social-twitter-disabled: #bebebe;
124
128
  --wds-color-fill-social-twitter-active: #1da1f2;
package/studio/all.scss CHANGED
@@ -252,6 +252,10 @@
252
252
  --wds-color-fill-social-twitter-disabled: #bebebe;
253
253
  --wds-color-fill-social-twitter-active: #1da1f2;
254
254
  --wds-color-fill-social-twitter: #1da1f2;
255
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, .8);
256
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
257
+ --wds-color-fill-social-tiktok-active: #010101;
258
+ --wds-color-fill-social-tiktok: #010101;
255
259
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, .8);
256
260
  --wds-color-fill-social-pinterest-disabled: #bebebe;
257
261
  --wds-color-fill-social-pinterest-active: #e60019;
package/studio/all.st.css CHANGED
@@ -592,6 +592,10 @@
592
592
  @property st-global(--wds-color-fill-social-pinterest-active);
593
593
  @property st-global(--wds-color-fill-social-pinterest-disabled);
594
594
  @property st-global(--wds-color-fill-social-pinterest-hover);
595
+ @property st-global(--wds-color-fill-social-tiktok);
596
+ @property st-global(--wds-color-fill-social-tiktok-active);
597
+ @property st-global(--wds-color-fill-social-tiktok-disabled);
598
+ @property st-global(--wds-color-fill-social-tiktok-hover);
595
599
  @property st-global(--wds-color-fill-social-twitter);
596
600
  @property st-global(--wds-color-fill-social-twitter-active);
597
601
  @property st-global(--wds-color-fill-social-twitter-disabled);
@@ -2714,6 +2718,10 @@
2714
2718
  --wds-color-fill-social-pinterest-active: #e60019;
2715
2719
  --wds-color-fill-social-pinterest-disabled: #bebebe;
2716
2720
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, .8);
2721
+ --wds-color-fill-social-tiktok: #010101;
2722
+ --wds-color-fill-social-tiktok-active: #010101;
2723
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
2724
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, .8);
2717
2725
  --wds-color-fill-social-twitter: #1da1f2;
2718
2726
  --wds-color-fill-social-twitter-active: #1da1f2;
2719
2727
  --wds-color-fill-social-twitter-disabled: #bebebe;
@@ -204,6 +204,10 @@
204
204
  @property st-global(--wds-color-fill-social-pinterest-active);
205
205
  @property st-global(--wds-color-fill-social-pinterest-disabled);
206
206
  @property st-global(--wds-color-fill-social-pinterest-hover);
207
+ @property st-global(--wds-color-fill-social-tiktok);
208
+ @property st-global(--wds-color-fill-social-tiktok-active);
209
+ @property st-global(--wds-color-fill-social-tiktok-disabled);
210
+ @property st-global(--wds-color-fill-social-tiktok-hover);
207
211
  @property st-global(--wds-color-fill-social-twitter);
208
212
  @property st-global(--wds-color-fill-social-twitter-active);
209
213
  @property st-global(--wds-color-fill-social-twitter-disabled);
@@ -702,6 +706,10 @@
702
706
  --wds-color-fill-social-pinterest-active: #e60019;
703
707
  --wds-color-fill-social-pinterest-disabled: #bebebe;
704
708
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, .8);
709
+ --wds-color-fill-social-tiktok: #010101;
710
+ --wds-color-fill-social-tiktok-active: #010101;
711
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
712
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, .8);
705
713
  --wds-color-fill-social-twitter: #1da1f2;
706
714
  --wds-color-fill-social-twitter-active: #1da1f2;
707
715
  --wds-color-fill-social-twitter-disabled: #bebebe;
package/wixel/all.css CHANGED
@@ -112,6 +112,10 @@
112
112
  --wds-color-fill-social-xcorp-disabled: #bebebe;
113
113
  --wds-color-fill-social-xcorp-active: #101419;
114
114
  --wds-color-fill-social-xcorp: #101419;
115
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
116
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
117
+ --wds-color-fill-social-tiktok-active: #010101;
118
+ --wds-color-fill-social-tiktok: #010101;
115
119
  --wds-color-fill-social-twitter-hover: rgba(29, 161, 242, 0.8000);
116
120
  --wds-color-fill-social-twitter-disabled: #bebebe;
117
121
  --wds-color-fill-social-twitter-active: #1da1f2;
package/wixel/all.scss CHANGED
@@ -242,6 +242,10 @@
242
242
  --wds-color-fill-social-twitter-disabled: #bebebe;
243
243
  --wds-color-fill-social-twitter-active: #1da1f2;
244
244
  --wds-color-fill-social-twitter: #1da1f2;
245
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
246
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
247
+ --wds-color-fill-social-tiktok-active: #010101;
248
+ --wds-color-fill-social-tiktok: #010101;
245
249
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, 0.8000);
246
250
  --wds-color-fill-social-pinterest-disabled: #bebebe;
247
251
  --wds-color-fill-social-pinterest-active: #e60019;
package/wixel/all.st.css CHANGED
@@ -575,6 +575,10 @@
575
575
  @property st-global(--wds-color-fill-social-pinterest-active);
576
576
  @property st-global(--wds-color-fill-social-pinterest-disabled);
577
577
  @property st-global(--wds-color-fill-social-pinterest-hover);
578
+ @property st-global(--wds-color-fill-social-tiktok);
579
+ @property st-global(--wds-color-fill-social-tiktok-active);
580
+ @property st-global(--wds-color-fill-social-tiktok-disabled);
581
+ @property st-global(--wds-color-fill-social-tiktok-hover);
578
582
  @property st-global(--wds-color-fill-social-twitter);
579
583
  @property st-global(--wds-color-fill-social-twitter-active);
580
584
  @property st-global(--wds-color-fill-social-twitter-disabled);
@@ -2638,6 +2642,10 @@
2638
2642
  --wds-color-fill-social-pinterest-active: #e60019;
2639
2643
  --wds-color-fill-social-pinterest-disabled: #bebebe;
2640
2644
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, 0.8000);
2645
+ --wds-color-fill-social-tiktok: #010101;
2646
+ --wds-color-fill-social-tiktok-active: #010101;
2647
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
2648
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
2641
2649
  --wds-color-fill-social-twitter: #1da1f2;
2642
2650
  --wds-color-fill-social-twitter-active: #1da1f2;
2643
2651
  --wds-color-fill-social-twitter-disabled: #bebebe;
@@ -204,6 +204,10 @@
204
204
  @property st-global(--wds-color-fill-social-pinterest-active);
205
205
  @property st-global(--wds-color-fill-social-pinterest-disabled);
206
206
  @property st-global(--wds-color-fill-social-pinterest-hover);
207
+ @property st-global(--wds-color-fill-social-tiktok);
208
+ @property st-global(--wds-color-fill-social-tiktok-active);
209
+ @property st-global(--wds-color-fill-social-tiktok-disabled);
210
+ @property st-global(--wds-color-fill-social-tiktok-hover);
207
211
  @property st-global(--wds-color-fill-social-twitter);
208
212
  @property st-global(--wds-color-fill-social-twitter-active);
209
213
  @property st-global(--wds-color-fill-social-twitter-disabled);
@@ -682,6 +686,10 @@
682
686
  --wds-color-fill-social-pinterest-active: #e60019;
683
687
  --wds-color-fill-social-pinterest-disabled: #bebebe;
684
688
  --wds-color-fill-social-pinterest-hover: rgba(230, 0, 25, 0.8000);
689
+ --wds-color-fill-social-tiktok: #010101;
690
+ --wds-color-fill-social-tiktok-active: #010101;
691
+ --wds-color-fill-social-tiktok-disabled: #bebebe;
692
+ --wds-color-fill-social-tiktok-hover: rgba(1, 1, 1, 0.8000);
685
693
  --wds-color-fill-social-twitter: #1da1f2;
686
694
  --wds-color-fill-social-twitter-active: #1da1f2;
687
695
  --wds-color-fill-social-twitter-disabled: #bebebe;