@momentum-design/tokens 0.0.33 → 0.0.35

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.
Files changed (31) hide show
  1. package/dist/css/core/complete.css +1 -1
  2. package/dist/css/theme/webex/common-stable.css +3 -1
  3. package/dist/css/theme/webex/dark-complete.css +1 -1
  4. package/dist/css/theme/webex/dark-stable.css +10 -1
  5. package/dist/css/theme/webex/light-complete.css +1 -1
  6. package/dist/css/theme/webex/light-stable.css +6 -1
  7. package/dist/ios/core/complete.swift +1 -1
  8. package/dist/ios/theme/webex/common-stable.swift +3 -1
  9. package/dist/ios/theme/webex/dark-complete.swift +1 -1
  10. package/dist/ios/theme/webex/dark-stable.swift +10 -1
  11. package/dist/ios/theme/webex/light-complete.swift +1 -1
  12. package/dist/ios/theme/webex/light-stable.swift +6 -1
  13. package/dist/json/theme/webex/common-stable.json +62 -0
  14. package/dist/json/theme/webex/dark-stable.json +262 -0
  15. package/dist/json/theme/webex/light-stable.json +150 -0
  16. package/dist/json-minimal/theme/webex/common-stable.json +6 -0
  17. package/dist/json-minimal/theme/webex/dark-stable.json +21 -0
  18. package/dist/json-minimal/theme/webex/light-stable.json +13 -0
  19. package/dist/resources/core/complete.xml +1 -1
  20. package/dist/resources/theme/webex/common-stable.xml +3 -1
  21. package/dist/resources/theme/webex/dark-complete.xml +1 -1
  22. package/dist/resources/theme/webex/dark-stable.xml +10 -1
  23. package/dist/resources/theme/webex/light-complete.xml +1 -1
  24. package/dist/resources/theme/webex/light-stable.xml +6 -1
  25. package/dist/scss/core/complete.scss +1 -1
  26. package/dist/scss/theme/webex/common-stable.scss +3 -1
  27. package/dist/scss/theme/webex/dark-complete.scss +1 -1
  28. package/dist/scss/theme/webex/dark-stable.scss +10 -1
  29. package/dist/scss/theme/webex/light-complete.scss +1 -1
  30. package/dist/scss/theme/webex/light-stable.scss +6 -1
  31. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ * Generated on Wed, 14 Dec 2022 22:06:31 GMT
4
4
  */
5
5
 
6
6
  .mds-core {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ * Generated on Wed, 14 Dec 2022 22:06:32 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-commonWebex {
@@ -31,6 +31,8 @@
31
31
  --mds-color-theme-common-button-secondary-dark-hover: #00000012;
32
32
  --mds-color-theme-common-button-secondary-dark-pressed: #00000033;
33
33
  --mds-color-theme-common-button-secondary-dark-disabled: #00000000;
34
+ --mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
35
+ --mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
34
36
  --mds-color-theme-common-outline-button-normal: #ffffff4d;
35
37
  --mds-color-theme-common-outline-primary-normal: #ffffff66;
36
38
  --mds-color-theme-common-outline-input-normal: #ffffff80;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ * Generated on Wed, 14 Dec 2022 22:06:32 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-webex-dark {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ * Generated on Wed, 14 Dec 2022 22:06:32 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-darkWebex {
@@ -31,6 +31,8 @@
31
31
  --mds-color-theme-common-button-secondary-dark-hover: #00000012;
32
32
  --mds-color-theme-common-button-secondary-dark-pressed: #00000033;
33
33
  --mds-color-theme-common-button-secondary-dark-disabled: #00000000;
34
+ --mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
35
+ --mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
34
36
  --mds-color-theme-common-outline-button-normal: #ffffff4d;
35
37
  --mds-color-theme-common-outline-primary-normal: #ffffff66;
36
38
  --mds-color-theme-common-outline-input-normal: #ffffff80;
@@ -219,6 +221,9 @@
219
221
  --mds-color-theme-outline-join-normal: #3cc29a;
220
222
  --mds-color-theme-outline-cancel-normal: #fc8b98;
221
223
  --mds-color-theme-outline-disabled-normal: #ffffff33;
224
+ --mds-color-theme-outline-gradient-active-0: #08599c;
225
+ --mds-color-theme-outline-gradient-active-1: #22c7d6;
226
+ --mds-color-theme-outline-gradient-active-2: #27a17a;
222
227
  --mds-color-theme-outline-share-selected: #27a17a;
223
228
  --mds-color-theme-outline-share-active: #F26B1D;
224
229
  --mds-color-theme-outline-share-inactive: #8f8f8f;
@@ -304,6 +309,10 @@
304
309
  --mds-color-theme-teaching-text-accent-hover: #0a274a;
305
310
  --mds-color-theme-teaching-text-accent-disabled: #00000066;
306
311
  --mds-color-theme-teaching-text-primary-disabled: #00000066;
312
+ --mds-color-theme-gradientdivider-normal-0: #ffffff00;
313
+ --mds-color-theme-gradientdivider-normal-1: #ffffff33;
314
+ --mds-color-theme-gradientdivider-hover-0: #ffffff00;
315
+ --mds-color-theme-gradientdivider-hover-1: #ffffff99;
307
316
  --mds-color-theme-gradientdivider-error-normal-0: #fc8b9800;
308
317
  --mds-color-theme-gradientdivider-error-normal-1: #fc8b9899;
309
318
  --mds-color-theme-gradientdivider-error-hover-0: #fc8b9800;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ * Generated on Wed, 14 Dec 2022 22:06:32 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-webex-light {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ * Generated on Wed, 14 Dec 2022 22:06:32 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightWebex {
@@ -31,6 +31,8 @@
31
31
  --mds-color-theme-common-button-secondary-dark-hover: #00000012;
32
32
  --mds-color-theme-common-button-secondary-dark-pressed: #00000033;
33
33
  --mds-color-theme-common-button-secondary-dark-disabled: #00000000;
34
+ --mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
35
+ --mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
34
36
  --mds-color-theme-common-outline-button-normal: #ffffff4d;
35
37
  --mds-color-theme-common-outline-primary-normal: #ffffff66;
36
38
  --mds-color-theme-common-outline-input-normal: #ffffff80;
@@ -219,6 +221,9 @@
219
221
  --mds-color-theme-outline-join-normal: #185e46;
220
222
  --mds-color-theme-outline-cancel-normal: #ab0a15;
221
223
  --mds-color-theme-outline-disabled-normal: #00000033;
224
+ --mds-color-theme-outline-gradient-active-0: #08599c;
225
+ --mds-color-theme-outline-gradient-active-1: #22c7d6;
226
+ --mds-color-theme-outline-gradient-active-2: #27a17a;
222
227
  --mds-color-theme-outline-share-selected: #27a17a;
223
228
  --mds-color-theme-outline-share-active: #F26B1D;
224
229
  --mds-color-theme-outline-share-inactive: #8f8f8f;
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 13 Dec 2022 14:39:48 GMT
7
+ // Generated on Wed, 14 Dec 2022 22:06:32 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 13 Dec 2022 14:39:48 GMT
7
+ // Generated on Wed, 14 Dec 2022 22:06:32 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -12,6 +12,8 @@ import UIKit
12
12
  public class {
13
13
  public static let mds-color-theme-common-background-solid-primary-light = #ffffff
14
14
  public static let mds-color-theme-common-background-solid-secondary-dark = #1a1a1a
15
+ public static let mds-color-theme-common-button-join-animated-gradient-normal-0 = #30c9b0
16
+ public static let mds-color-theme-common-button-join-animated-gradient-normal-1 = #64b4fa
15
17
  public static let mds-color-theme-common-button-primary-disabled = #ffffff33
16
18
  public static let mds-color-theme-common-button-primary-hover = #ffffffcc
17
19
  public static let mds-color-theme-common-button-primary-normal = #fffffff2
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 13 Dec 2022 14:39:48 GMT
7
+ // Generated on Wed, 14 Dec 2022 22:06:32 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 13 Dec 2022 14:39:48 GMT
7
+ // Generated on Wed, 14 Dec 2022 22:06:32 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -113,6 +113,8 @@ public class {
113
113
  public static let mds-color-theme-button-secondary-pressed = #ffffff33
114
114
  public static let mds-color-theme-common-background-solid-primary-light = #ffffff
115
115
  public static let mds-color-theme-common-background-solid-secondary-dark = #1a1a1a
116
+ public static let mds-color-theme-common-button-join-animated-gradient-normal-0 = #30c9b0
117
+ public static let mds-color-theme-common-button-join-animated-gradient-normal-1 = #64b4fa
116
118
  public static let mds-color-theme-common-button-primary-disabled = #ffffff33
117
119
  public static let mds-color-theme-common-button-primary-hover = #ffffffcc
118
120
  public static let mds-color-theme-common-button-primary-normal = #fffffff2
@@ -191,6 +193,10 @@ public class {
191
193
  public static let mds-color-theme-gradientdivider-error-hover-1 = #fc8b98E6
192
194
  public static let mds-color-theme-gradientdivider-error-normal-0 = #fc8b9800
193
195
  public static let mds-color-theme-gradientdivider-error-normal-1 = #fc8b9899
196
+ public static let mds-color-theme-gradientdivider-hover-0 = #ffffff00
197
+ public static let mds-color-theme-gradientdivider-hover-1 = #ffffff99
198
+ public static let mds-color-theme-gradientdivider-normal-0 = #ffffff00
199
+ public static let mds-color-theme-gradientdivider-normal-1 = #ffffff33
194
200
  public static let mds-color-theme-gradientdivider-warning-hover-0 = #f2990a00
195
201
  public static let mds-color-theme-gradientdivider-warning-hover-1 = #f2990aE6
196
202
  public static let mds-color-theme-gradientdivider-warning-normal-0 = #f2990a00
@@ -227,6 +233,9 @@ public class {
227
233
  public static let mds-color-theme-outline-button-normal = #ffffff4d
228
234
  public static let mds-color-theme-outline-cancel-normal = #fc8b98
229
235
  public static let mds-color-theme-outline-disabled-normal = #ffffff33
236
+ public static let mds-color-theme-outline-gradient-active-0 = #08599c
237
+ public static let mds-color-theme-outline-gradient-active-1 = #22c7d6
238
+ public static let mds-color-theme-outline-gradient-active-2 = #27a17a
230
239
  public static let mds-color-theme-outline-high-contrast-focus = #ffffff
231
240
  public static let mds-color-theme-outline-input-active = #ffffffe6
232
241
  public static let mds-color-theme-outline-input-normal = #ffffff80
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 13 Dec 2022 14:39:48 GMT
7
+ // Generated on Wed, 14 Dec 2022 22:06:32 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 13 Dec 2022 14:39:49 GMT
7
+ // Generated on Wed, 14 Dec 2022 22:06:32 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -113,6 +113,8 @@ public class {
113
113
  public static let mds-color-theme-button-secondary-pressed = #00000033
114
114
  public static let mds-color-theme-common-background-solid-primary-light = #ffffff
115
115
  public static let mds-color-theme-common-background-solid-secondary-dark = #1a1a1a
116
+ public static let mds-color-theme-common-button-join-animated-gradient-normal-0 = #30c9b0
117
+ public static let mds-color-theme-common-button-join-animated-gradient-normal-1 = #64b4fa
116
118
  public static let mds-color-theme-common-button-primary-disabled = #ffffff33
117
119
  public static let mds-color-theme-common-button-primary-hover = #ffffffcc
118
120
  public static let mds-color-theme-common-button-primary-normal = #fffffff2
@@ -231,6 +233,9 @@ public class {
231
233
  public static let mds-color-theme-outline-button-normal = #0000004d
232
234
  public static let mds-color-theme-outline-cancel-normal = #ab0a15
233
235
  public static let mds-color-theme-outline-disabled-normal = #00000033
236
+ public static let mds-color-theme-outline-gradient-active-0 = #08599c
237
+ public static let mds-color-theme-outline-gradient-active-1 = #22c7d6
238
+ public static let mds-color-theme-outline-gradient-active-2 = #27a17a
234
239
  public static let mds-color-theme-outline-high-contrast-focus = #000000
235
240
  public static let mds-color-theme-outline-input-active = #000000e6
236
241
  public static let mds-color-theme-outline-input-normal = #00000080
@@ -777,6 +777,68 @@
777
777
  "disabled"
778
778
  ]
779
779
  }
780
+ },
781
+ "join-animated-gradient": {
782
+ "normal": {
783
+ "0": {
784
+ "value": "#30c9b0",
785
+ "type": "color",
786
+ "description": "",
787
+ "filePath": "src/stable/theme/stable-common.json",
788
+ "isSource": true,
789
+ "original": {
790
+ "value": "{color.decorative.mint.40}",
791
+ "type": "color",
792
+ "description": ""
793
+ },
794
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
795
+ "attributes": {
796
+ "category": "color",
797
+ "type": "theme",
798
+ "item": "common",
799
+ "subitem": "button",
800
+ "state": "join-animated-gradient"
801
+ },
802
+ "path": [
803
+ "color",
804
+ "theme",
805
+ "common",
806
+ "button",
807
+ "join-animated-gradient",
808
+ "normal",
809
+ "0"
810
+ ]
811
+ },
812
+ "1": {
813
+ "value": "#64b4fa",
814
+ "type": "color",
815
+ "description": "",
816
+ "filePath": "src/stable/theme/stable-common.json",
817
+ "isSource": true,
818
+ "original": {
819
+ "value": "{color.core.blue.40}",
820
+ "type": "color",
821
+ "description": ""
822
+ },
823
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
824
+ "attributes": {
825
+ "category": "color",
826
+ "type": "theme",
827
+ "item": "common",
828
+ "subitem": "button",
829
+ "state": "join-animated-gradient"
830
+ },
831
+ "path": [
832
+ "color",
833
+ "theme",
834
+ "common",
835
+ "button",
836
+ "join-animated-gradient",
837
+ "normal",
838
+ "1"
839
+ ]
840
+ }
841
+ }
780
842
  }
781
843
  },
782
844
  "outline": {
@@ -777,6 +777,68 @@
777
777
  "disabled"
778
778
  ]
779
779
  }
780
+ },
781
+ "join-animated-gradient": {
782
+ "normal": {
783
+ "0": {
784
+ "value": "#30c9b0",
785
+ "type": "color",
786
+ "description": "",
787
+ "filePath": "src/stable/theme/stable-common.json",
788
+ "isSource": true,
789
+ "original": {
790
+ "value": "{color.decorative.mint.40}",
791
+ "type": "color",
792
+ "description": ""
793
+ },
794
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
795
+ "attributes": {
796
+ "category": "color",
797
+ "type": "theme",
798
+ "item": "common",
799
+ "subitem": "button",
800
+ "state": "join-animated-gradient"
801
+ },
802
+ "path": [
803
+ "color",
804
+ "theme",
805
+ "common",
806
+ "button",
807
+ "join-animated-gradient",
808
+ "normal",
809
+ "0"
810
+ ]
811
+ },
812
+ "1": {
813
+ "value": "#64b4fa",
814
+ "type": "color",
815
+ "description": "",
816
+ "filePath": "src/stable/theme/stable-common.json",
817
+ "isSource": true,
818
+ "original": {
819
+ "value": "{color.core.blue.40}",
820
+ "type": "color",
821
+ "description": ""
822
+ },
823
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
824
+ "attributes": {
825
+ "category": "color",
826
+ "type": "theme",
827
+ "item": "common",
828
+ "subitem": "button",
829
+ "state": "join-animated-gradient"
830
+ },
831
+ "path": [
832
+ "color",
833
+ "theme",
834
+ "common",
835
+ "button",
836
+ "join-animated-gradient",
837
+ "normal",
838
+ "1"
839
+ ]
840
+ }
841
+ }
780
842
  }
781
843
  },
782
844
  "outline": {
@@ -6185,6 +6247,94 @@
6185
6247
  ]
6186
6248
  }
6187
6249
  },
6250
+ "gradient": {
6251
+ "active": {
6252
+ "0": {
6253
+ "value": "#08599c",
6254
+ "type": "color",
6255
+ "description": "",
6256
+ "filePath": "src/stable/theme/stable-dark.json",
6257
+ "isSource": true,
6258
+ "original": {
6259
+ "value": "{color.decorative.cobalt.70}",
6260
+ "type": "color",
6261
+ "description": ""
6262
+ },
6263
+ "name": "mds-color-theme-outline-gradient-active-0",
6264
+ "attributes": {
6265
+ "category": "color",
6266
+ "type": "theme",
6267
+ "item": "outline",
6268
+ "subitem": "gradient",
6269
+ "state": "active"
6270
+ },
6271
+ "path": [
6272
+ "color",
6273
+ "theme",
6274
+ "outline",
6275
+ "gradient",
6276
+ "active",
6277
+ "0"
6278
+ ]
6279
+ },
6280
+ "1": {
6281
+ "value": "#22c7d6",
6282
+ "type": "color",
6283
+ "description": "",
6284
+ "filePath": "src/stable/theme/stable-dark.json",
6285
+ "isSource": true,
6286
+ "original": {
6287
+ "value": "{color.decorative.cyan.40}",
6288
+ "type": "color",
6289
+ "description": ""
6290
+ },
6291
+ "name": "mds-color-theme-outline-gradient-active-1",
6292
+ "attributes": {
6293
+ "category": "color",
6294
+ "type": "theme",
6295
+ "item": "outline",
6296
+ "subitem": "gradient",
6297
+ "state": "active"
6298
+ },
6299
+ "path": [
6300
+ "color",
6301
+ "theme",
6302
+ "outline",
6303
+ "gradient",
6304
+ "active",
6305
+ "1"
6306
+ ]
6307
+ },
6308
+ "2": {
6309
+ "value": "#27a17a",
6310
+ "type": "color",
6311
+ "description": "",
6312
+ "filePath": "src/stable/theme/stable-dark.json",
6313
+ "isSource": true,
6314
+ "original": {
6315
+ "value": "{color.core.green.50}",
6316
+ "type": "color",
6317
+ "description": ""
6318
+ },
6319
+ "name": "mds-color-theme-outline-gradient-active-2",
6320
+ "attributes": {
6321
+ "category": "color",
6322
+ "type": "theme",
6323
+ "item": "outline",
6324
+ "subitem": "gradient",
6325
+ "state": "active"
6326
+ },
6327
+ "path": [
6328
+ "color",
6329
+ "theme",
6330
+ "outline",
6331
+ "gradient",
6332
+ "active",
6333
+ "2"
6334
+ ]
6335
+ }
6336
+ }
6337
+ },
6188
6338
  "share": {
6189
6339
  "selected": {
6190
6340
  "value": "#27a17a",
@@ -8590,6 +8740,118 @@
8590
8740
  }
8591
8741
  },
8592
8742
  "gradientdivider": {
8743
+ "normal": {
8744
+ "0": {
8745
+ "value": "#ffffff00",
8746
+ "type": "color",
8747
+ "description": "",
8748
+ "filePath": "src/stable/theme/stable-dark.json",
8749
+ "isSource": true,
8750
+ "original": {
8751
+ "value": "{color.core.white-alpha.00}",
8752
+ "type": "color",
8753
+ "description": ""
8754
+ },
8755
+ "name": "mds-color-theme-gradientdivider-normal-0",
8756
+ "attributes": {
8757
+ "category": "color",
8758
+ "type": "theme",
8759
+ "item": "gradientdivider",
8760
+ "subitem": "normal",
8761
+ "state": "0"
8762
+ },
8763
+ "path": [
8764
+ "color",
8765
+ "theme",
8766
+ "gradientdivider",
8767
+ "normal",
8768
+ "0"
8769
+ ]
8770
+ },
8771
+ "1": {
8772
+ "value": "#ffffff33",
8773
+ "type": "color",
8774
+ "description": "",
8775
+ "filePath": "src/stable/theme/stable-dark.json",
8776
+ "isSource": true,
8777
+ "original": {
8778
+ "value": "{color.core.white-alpha.20}",
8779
+ "type": "color",
8780
+ "description": ""
8781
+ },
8782
+ "name": "mds-color-theme-gradientdivider-normal-1",
8783
+ "attributes": {
8784
+ "category": "color",
8785
+ "type": "theme",
8786
+ "item": "gradientdivider",
8787
+ "subitem": "normal",
8788
+ "state": "1"
8789
+ },
8790
+ "path": [
8791
+ "color",
8792
+ "theme",
8793
+ "gradientdivider",
8794
+ "normal",
8795
+ "1"
8796
+ ]
8797
+ }
8798
+ },
8799
+ "hover": {
8800
+ "0": {
8801
+ "value": "#ffffff00",
8802
+ "type": "color",
8803
+ "description": "",
8804
+ "filePath": "src/stable/theme/stable-dark.json",
8805
+ "isSource": true,
8806
+ "original": {
8807
+ "value": "{color.core.white-alpha.00}",
8808
+ "type": "color",
8809
+ "description": ""
8810
+ },
8811
+ "name": "mds-color-theme-gradientdivider-hover-0",
8812
+ "attributes": {
8813
+ "category": "color",
8814
+ "type": "theme",
8815
+ "item": "gradientdivider",
8816
+ "subitem": "hover",
8817
+ "state": "0"
8818
+ },
8819
+ "path": [
8820
+ "color",
8821
+ "theme",
8822
+ "gradientdivider",
8823
+ "hover",
8824
+ "0"
8825
+ ]
8826
+ },
8827
+ "1": {
8828
+ "value": "#ffffff99",
8829
+ "type": "color",
8830
+ "description": "",
8831
+ "filePath": "src/stable/theme/stable-dark.json",
8832
+ "isSource": true,
8833
+ "original": {
8834
+ "value": "{color.core.white-alpha.60}",
8835
+ "type": "color",
8836
+ "description": ""
8837
+ },
8838
+ "name": "mds-color-theme-gradientdivider-hover-1",
8839
+ "attributes": {
8840
+ "category": "color",
8841
+ "type": "theme",
8842
+ "item": "gradientdivider",
8843
+ "subitem": "hover",
8844
+ "state": "1"
8845
+ },
8846
+ "path": [
8847
+ "color",
8848
+ "theme",
8849
+ "gradientdivider",
8850
+ "hover",
8851
+ "1"
8852
+ ]
8853
+ }
8854
+ },
8593
8855
  "error": {
8594
8856
  "normal": {
8595
8857
  "0": {
@@ -777,6 +777,68 @@
777
777
  "disabled"
778
778
  ]
779
779
  }
780
+ },
781
+ "join-animated-gradient": {
782
+ "normal": {
783
+ "0": {
784
+ "value": "#30c9b0",
785
+ "type": "color",
786
+ "description": "",
787
+ "filePath": "src/stable/theme/stable-common.json",
788
+ "isSource": true,
789
+ "original": {
790
+ "value": "{color.decorative.mint.40}",
791
+ "type": "color",
792
+ "description": ""
793
+ },
794
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
795
+ "attributes": {
796
+ "category": "color",
797
+ "type": "theme",
798
+ "item": "common",
799
+ "subitem": "button",
800
+ "state": "join-animated-gradient"
801
+ },
802
+ "path": [
803
+ "color",
804
+ "theme",
805
+ "common",
806
+ "button",
807
+ "join-animated-gradient",
808
+ "normal",
809
+ "0"
810
+ ]
811
+ },
812
+ "1": {
813
+ "value": "#64b4fa",
814
+ "type": "color",
815
+ "description": "",
816
+ "filePath": "src/stable/theme/stable-common.json",
817
+ "isSource": true,
818
+ "original": {
819
+ "value": "{color.core.blue.40}",
820
+ "type": "color",
821
+ "description": ""
822
+ },
823
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
824
+ "attributes": {
825
+ "category": "color",
826
+ "type": "theme",
827
+ "item": "common",
828
+ "subitem": "button",
829
+ "state": "join-animated-gradient"
830
+ },
831
+ "path": [
832
+ "color",
833
+ "theme",
834
+ "common",
835
+ "button",
836
+ "join-animated-gradient",
837
+ "normal",
838
+ "1"
839
+ ]
840
+ }
841
+ }
780
842
  }
781
843
  },
782
844
  "outline": {
@@ -6185,6 +6247,94 @@
6185
6247
  ]
6186
6248
  }
6187
6249
  },
6250
+ "gradient": {
6251
+ "active": {
6252
+ "0": {
6253
+ "value": "#08599c",
6254
+ "type": "color",
6255
+ "description": "",
6256
+ "filePath": "src/stable/theme/stable-light.json",
6257
+ "isSource": true,
6258
+ "original": {
6259
+ "value": "{color.decorative.cobalt.70}",
6260
+ "type": "color",
6261
+ "description": ""
6262
+ },
6263
+ "name": "mds-color-theme-outline-gradient-active-0",
6264
+ "attributes": {
6265
+ "category": "color",
6266
+ "type": "theme",
6267
+ "item": "outline",
6268
+ "subitem": "gradient",
6269
+ "state": "active"
6270
+ },
6271
+ "path": [
6272
+ "color",
6273
+ "theme",
6274
+ "outline",
6275
+ "gradient",
6276
+ "active",
6277
+ "0"
6278
+ ]
6279
+ },
6280
+ "1": {
6281
+ "value": "#22c7d6",
6282
+ "type": "color",
6283
+ "description": "",
6284
+ "filePath": "src/stable/theme/stable-light.json",
6285
+ "isSource": true,
6286
+ "original": {
6287
+ "value": "{color.decorative.cyan.40}",
6288
+ "type": "color",
6289
+ "description": ""
6290
+ },
6291
+ "name": "mds-color-theme-outline-gradient-active-1",
6292
+ "attributes": {
6293
+ "category": "color",
6294
+ "type": "theme",
6295
+ "item": "outline",
6296
+ "subitem": "gradient",
6297
+ "state": "active"
6298
+ },
6299
+ "path": [
6300
+ "color",
6301
+ "theme",
6302
+ "outline",
6303
+ "gradient",
6304
+ "active",
6305
+ "1"
6306
+ ]
6307
+ },
6308
+ "2": {
6309
+ "value": "#27a17a",
6310
+ "type": "color",
6311
+ "description": "",
6312
+ "filePath": "src/stable/theme/stable-light.json",
6313
+ "isSource": true,
6314
+ "original": {
6315
+ "value": "{color.core.green.50}",
6316
+ "type": "color",
6317
+ "description": ""
6318
+ },
6319
+ "name": "mds-color-theme-outline-gradient-active-2",
6320
+ "attributes": {
6321
+ "category": "color",
6322
+ "type": "theme",
6323
+ "item": "outline",
6324
+ "subitem": "gradient",
6325
+ "state": "active"
6326
+ },
6327
+ "path": [
6328
+ "color",
6329
+ "theme",
6330
+ "outline",
6331
+ "gradient",
6332
+ "active",
6333
+ "2"
6334
+ ]
6335
+ }
6336
+ }
6337
+ },
6188
6338
  "share": {
6189
6339
  "selected": {
6190
6340
  "value": "#27a17a",
@@ -51,6 +51,12 @@
51
51
  "hover": "#00000012",
52
52
  "pressed": "#00000033",
53
53
  "disabled": "#00000000"
54
+ },
55
+ "join-animated-gradient": {
56
+ "normal": {
57
+ "0": "#30c9b0",
58
+ "1": "#64b4fa"
59
+ }
54
60
  }
55
61
  },
56
62
  "outline": {
@@ -51,6 +51,12 @@
51
51
  "hover": "#00000012",
52
52
  "pressed": "#00000033",
53
53
  "disabled": "#00000000"
54
+ },
55
+ "join-animated-gradient": {
56
+ "normal": {
57
+ "0": "#30c9b0",
58
+ "1": "#64b4fa"
59
+ }
54
60
  }
55
61
  },
56
62
  "outline": {
@@ -431,6 +437,13 @@
431
437
  "disabled": {
432
438
  "normal": "#ffffff33"
433
439
  },
440
+ "gradient": {
441
+ "active": {
442
+ "0": "#08599c",
443
+ "1": "#22c7d6",
444
+ "2": "#27a17a"
445
+ }
446
+ },
434
447
  "share": {
435
448
  "selected": "#27a17a",
436
449
  "active": "#F26B1D",
@@ -612,6 +625,14 @@
612
625
  }
613
626
  },
614
627
  "gradientdivider": {
628
+ "normal": {
629
+ "0": "#ffffff00",
630
+ "1": "#ffffff33"
631
+ },
632
+ "hover": {
633
+ "0": "#ffffff00",
634
+ "1": "#ffffff99"
635
+ },
615
636
  "error": {
616
637
  "normal": {
617
638
  "0": "#fc8b9800",
@@ -51,6 +51,12 @@
51
51
  "hover": "#00000012",
52
52
  "pressed": "#00000033",
53
53
  "disabled": "#00000000"
54
+ },
55
+ "join-animated-gradient": {
56
+ "normal": {
57
+ "0": "#30c9b0",
58
+ "1": "#64b4fa"
59
+ }
54
60
  }
55
61
  },
56
62
  "outline": {
@@ -431,6 +437,13 @@
431
437
  "disabled": {
432
438
  "normal": "#00000033"
433
439
  },
440
+ "gradient": {
441
+ "active": {
442
+ "0": "#08599c",
443
+ "1": "#22c7d6",
444
+ "2": "#27a17a"
445
+ }
446
+ },
434
447
  "share": {
435
448
  "selected": "#27a17a",
436
449
  "active": "#F26B1D",
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 13 Dec 2022 14:39:48 GMT
5
+ Generated on Wed, 14 Dec 2022 22:06:31 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="mds-border-radius-none">0px</string>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 13 Dec 2022 14:39:48 GMT
5
+ Generated on Wed, 14 Dec 2022 22:06:32 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-common-text-white">#fffffff2</color>
@@ -32,6 +32,8 @@
32
32
  <color name="mds-color-theme-common-button-secondary-dark-hover">#00000012</color>
33
33
  <color name="mds-color-theme-common-button-secondary-dark-pressed">#00000033</color>
34
34
  <color name="mds-color-theme-common-button-secondary-dark-disabled">#00000000</color>
35
+ <color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#30c9b0</color>
36
+ <color name="mds-color-theme-common-button-join-animated-gradient-normal-1">#64b4fa</color>
35
37
  <color name="mds-color-theme-common-outline-button-normal">#ffffff4d</color>
36
38
  <color name="mds-color-theme-common-outline-primary-normal">#ffffff66</color>
37
39
  <color name="mds-color-theme-common-outline-input-normal">#ffffff80</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 13 Dec 2022 14:39:48 GMT
5
+ Generated on Wed, 14 Dec 2022 22:06:32 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-bg-primary">linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 13 Dec 2022 14:39:48 GMT
5
+ Generated on Wed, 14 Dec 2022 22:06:32 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-common-text-white">#fffffff2</color>
@@ -32,6 +32,8 @@
32
32
  <color name="mds-color-theme-common-button-secondary-dark-hover">#00000012</color>
33
33
  <color name="mds-color-theme-common-button-secondary-dark-pressed">#00000033</color>
34
34
  <color name="mds-color-theme-common-button-secondary-dark-disabled">#00000000</color>
35
+ <color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#30c9b0</color>
36
+ <color name="mds-color-theme-common-button-join-animated-gradient-normal-1">#64b4fa</color>
35
37
  <color name="mds-color-theme-common-outline-button-normal">#ffffff4d</color>
36
38
  <color name="mds-color-theme-common-outline-primary-normal">#ffffff66</color>
37
39
  <color name="mds-color-theme-common-outline-input-normal">#ffffff80</color>
@@ -220,6 +222,9 @@
220
222
  <color name="mds-color-theme-outline-join-normal">#3cc29a</color>
221
223
  <color name="mds-color-theme-outline-cancel-normal">#fc8b98</color>
222
224
  <color name="mds-color-theme-outline-disabled-normal">#ffffff33</color>
225
+ <color name="mds-color-theme-outline-gradient-active-0">#08599c</color>
226
+ <color name="mds-color-theme-outline-gradient-active-1">#22c7d6</color>
227
+ <color name="mds-color-theme-outline-gradient-active-2">#27a17a</color>
223
228
  <color name="mds-color-theme-outline-share-selected">#27a17a</color>
224
229
  <color name="mds-color-theme-outline-share-active">#F26B1D</color>
225
230
  <color name="mds-color-theme-outline-share-inactive">#8f8f8f</color>
@@ -305,6 +310,10 @@
305
310
  <color name="mds-color-theme-teaching-text-accent-hover">#0a274a</color>
306
311
  <color name="mds-color-theme-teaching-text-accent-disabled">#00000066</color>
307
312
  <color name="mds-color-theme-teaching-text-primary-disabled">#00000066</color>
313
+ <color name="mds-color-theme-gradientdivider-normal-0">#ffffff00</color>
314
+ <color name="mds-color-theme-gradientdivider-normal-1">#ffffff33</color>
315
+ <color name="mds-color-theme-gradientdivider-hover-0">#ffffff00</color>
316
+ <color name="mds-color-theme-gradientdivider-hover-1">#ffffff99</color>
308
317
  <color name="mds-color-theme-gradientdivider-error-normal-0">#fc8b9800</color>
309
318
  <color name="mds-color-theme-gradientdivider-error-normal-1">#fc8b9899</color>
310
319
  <color name="mds-color-theme-gradientdivider-error-hover-0">#fc8b9800</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 13 Dec 2022 14:39:48 GMT
5
+ Generated on Wed, 14 Dec 2022 22:06:32 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-bg-primary">linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 13 Dec 2022 14:39:49 GMT
5
+ Generated on Wed, 14 Dec 2022 22:06:32 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-common-text-white">#fffffff2</color>
@@ -32,6 +32,8 @@
32
32
  <color name="mds-color-theme-common-button-secondary-dark-hover">#00000012</color>
33
33
  <color name="mds-color-theme-common-button-secondary-dark-pressed">#00000033</color>
34
34
  <color name="mds-color-theme-common-button-secondary-dark-disabled">#00000000</color>
35
+ <color name="mds-color-theme-common-button-join-animated-gradient-normal-0">#30c9b0</color>
36
+ <color name="mds-color-theme-common-button-join-animated-gradient-normal-1">#64b4fa</color>
35
37
  <color name="mds-color-theme-common-outline-button-normal">#ffffff4d</color>
36
38
  <color name="mds-color-theme-common-outline-primary-normal">#ffffff66</color>
37
39
  <color name="mds-color-theme-common-outline-input-normal">#ffffff80</color>
@@ -220,6 +222,9 @@
220
222
  <color name="mds-color-theme-outline-join-normal">#185e46</color>
221
223
  <color name="mds-color-theme-outline-cancel-normal">#ab0a15</color>
222
224
  <color name="mds-color-theme-outline-disabled-normal">#00000033</color>
225
+ <color name="mds-color-theme-outline-gradient-active-0">#08599c</color>
226
+ <color name="mds-color-theme-outline-gradient-active-1">#22c7d6</color>
227
+ <color name="mds-color-theme-outline-gradient-active-2">#27a17a</color>
223
228
  <color name="mds-color-theme-outline-share-selected">#27a17a</color>
224
229
  <color name="mds-color-theme-outline-share-active">#F26B1D</color>
225
230
  <color name="mds-color-theme-outline-share-inactive">#8f8f8f</color>
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ // Generated on Wed, 14 Dec 2022 22:06:31 GMT
4
4
 
5
5
  $mds-border-radius-none: 0px;
6
6
  $mds-border-radius-small: 4px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ // Generated on Wed, 14 Dec 2022 22:06:32 GMT
4
4
 
5
5
  $mds-color-theme-common-text-white: #fffffff2;
6
6
  $mds-color-theme-common-text-gray: #ffffffb3;
@@ -29,6 +29,8 @@ $mds-color-theme-common-button-secondary-dark-normal: #00000000;
29
29
  $mds-color-theme-common-button-secondary-dark-hover: #00000012;
30
30
  $mds-color-theme-common-button-secondary-dark-pressed: #00000033;
31
31
  $mds-color-theme-common-button-secondary-dark-disabled: #00000000;
32
+ $mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
33
+ $mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
32
34
  $mds-color-theme-common-outline-button-normal: #ffffff4d;
33
35
  $mds-color-theme-common-outline-primary-normal: #ffffff66;
34
36
  $mds-color-theme-common-outline-input-normal: #ffffff80;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ // Generated on Wed, 14 Dec 2022 22:06:32 GMT
4
4
 
5
5
  $mds-color-theme-bg-primary: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
6
6
  $mds-color-theme-bg-secondary: linear-gradient(180deg, #262626 0%, #0f0f0f 100%);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ // Generated on Wed, 14 Dec 2022 22:06:32 GMT
4
4
 
5
5
  $mds-color-theme-common-text-white: #fffffff2;
6
6
  $mds-color-theme-common-text-gray: #ffffffb3;
@@ -29,6 +29,8 @@ $mds-color-theme-common-button-secondary-dark-normal: #00000000;
29
29
  $mds-color-theme-common-button-secondary-dark-hover: #00000012;
30
30
  $mds-color-theme-common-button-secondary-dark-pressed: #00000033;
31
31
  $mds-color-theme-common-button-secondary-dark-disabled: #00000000;
32
+ $mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
33
+ $mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
32
34
  $mds-color-theme-common-outline-button-normal: #ffffff4d;
33
35
  $mds-color-theme-common-outline-primary-normal: #ffffff66;
34
36
  $mds-color-theme-common-outline-input-normal: #ffffff80;
@@ -217,6 +219,9 @@ $mds-color-theme-outline-button-normal: #ffffff4d;
217
219
  $mds-color-theme-outline-join-normal: #3cc29a;
218
220
  $mds-color-theme-outline-cancel-normal: #fc8b98;
219
221
  $mds-color-theme-outline-disabled-normal: #ffffff33;
222
+ $mds-color-theme-outline-gradient-active-0: #08599c;
223
+ $mds-color-theme-outline-gradient-active-1: #22c7d6;
224
+ $mds-color-theme-outline-gradient-active-2: #27a17a;
220
225
  $mds-color-theme-outline-share-selected: #27a17a;
221
226
  $mds-color-theme-outline-share-active: #F26B1D;
222
227
  $mds-color-theme-outline-share-inactive: #8f8f8f;
@@ -302,6 +307,10 @@ $mds-color-theme-teaching-text-accent-normal: #0353a8;
302
307
  $mds-color-theme-teaching-text-accent-hover: #0a274a;
303
308
  $mds-color-theme-teaching-text-accent-disabled: #00000066;
304
309
  $mds-color-theme-teaching-text-primary-disabled: #00000066;
310
+ $mds-color-theme-gradientdivider-normal-0: #ffffff00;
311
+ $mds-color-theme-gradientdivider-normal-1: #ffffff33;
312
+ $mds-color-theme-gradientdivider-hover-0: #ffffff00;
313
+ $mds-color-theme-gradientdivider-hover-1: #ffffff99;
305
314
  $mds-color-theme-gradientdivider-error-normal-0: #fc8b9800;
306
315
  $mds-color-theme-gradientdivider-error-normal-1: #fc8b9899;
307
316
  $mds-color-theme-gradientdivider-error-hover-0: #fc8b9800;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ // Generated on Wed, 14 Dec 2022 22:06:32 GMT
4
4
 
5
5
  $mds-color-theme-bg-primary: linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%);
6
6
  $mds-color-theme-bg-secondary: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 13 Dec 2022 14:39:48 GMT
3
+ // Generated on Wed, 14 Dec 2022 22:06:32 GMT
4
4
 
5
5
  $mds-color-theme-common-text-white: #fffffff2;
6
6
  $mds-color-theme-common-text-gray: #ffffffb3;
@@ -29,6 +29,8 @@ $mds-color-theme-common-button-secondary-dark-normal: #00000000;
29
29
  $mds-color-theme-common-button-secondary-dark-hover: #00000012;
30
30
  $mds-color-theme-common-button-secondary-dark-pressed: #00000033;
31
31
  $mds-color-theme-common-button-secondary-dark-disabled: #00000000;
32
+ $mds-color-theme-common-button-join-animated-gradient-normal-0: #30c9b0;
33
+ $mds-color-theme-common-button-join-animated-gradient-normal-1: #64b4fa;
32
34
  $mds-color-theme-common-outline-button-normal: #ffffff4d;
33
35
  $mds-color-theme-common-outline-primary-normal: #ffffff66;
34
36
  $mds-color-theme-common-outline-input-normal: #ffffff80;
@@ -217,6 +219,9 @@ $mds-color-theme-outline-button-normal: #0000004d;
217
219
  $mds-color-theme-outline-join-normal: #185e46;
218
220
  $mds-color-theme-outline-cancel-normal: #ab0a15;
219
221
  $mds-color-theme-outline-disabled-normal: #00000033;
222
+ $mds-color-theme-outline-gradient-active-0: #08599c;
223
+ $mds-color-theme-outline-gradient-active-1: #22c7d6;
224
+ $mds-color-theme-outline-gradient-active-2: #27a17a;
220
225
  $mds-color-theme-outline-share-selected: #27a17a;
221
226
  $mds-color-theme-outline-share-active: #F26B1D;
222
227
  $mds-color-theme-outline-share-inactive: #8f8f8f;
package/package.json CHANGED
@@ -24,5 +24,5 @@
24
24
  "@momentum-design/token-builder": "^0.0.0",
25
25
  "rimraf": "^3.0.2"
26
26
  },
27
- "version": "0.0.33"
27
+ "version": "0.0.35"
28
28
  }