@momentum-design/tokens 0.0.95 → 0.1.1

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 (39) hide show
  1. package/dist/css/core/complete.css +1 -1
  2. package/dist/css/theme/aaos/day-complete.css +1 -1
  3. package/dist/css/theme/aaos/night-complete.css +1 -1
  4. package/dist/css/theme/webex/dark-stable.css +1 -1
  5. package/dist/css/theme/webex/hc-dark-stable.css +1 -1
  6. package/dist/css/theme/webex/hc-light-stable.css +1 -1
  7. package/dist/css/theme/webex/light-stable.css +1 -1
  8. package/dist/css/typography/complete.css +210 -0
  9. package/dist/ios/core/complete.swift +1 -1
  10. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  11. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  12. package/dist/ios/theme/webex/dark-stable.swift +1 -1
  13. package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
  14. package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
  15. package/dist/ios/theme/webex/light-stable.swift +1 -1
  16. package/dist/ios/typography/complete.swift +216 -0
  17. package/dist/json/theme/webex/dark-stable.json +0 -250
  18. package/dist/json/theme/webex/hc-dark-stable.json +0 -250
  19. package/dist/json/theme/webex/hc-light-stable.json +0 -250
  20. package/dist/json/theme/webex/light-stable.json +0 -220
  21. package/dist/json/typography/complete.json +5275 -0
  22. package/dist/json-minimal/typography/complete.json +313 -0
  23. package/dist/resources/core/complete.xml +1 -1
  24. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  25. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  26. package/dist/resources/theme/webex/dark-stable.xml +1 -1
  27. package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
  28. package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
  29. package/dist/resources/theme/webex/light-stable.xml +1 -1
  30. package/dist/resources/typography/complete.xml +212 -0
  31. package/dist/scss/core/complete.scss +1 -1
  32. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  33. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  34. package/dist/scss/theme/webex/dark-stable.scss +1 -1
  35. package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
  36. package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
  37. package/dist/scss/theme/webex/light-stable.scss +1 -1
  38. package/dist/scss/typography/complete.scss +207 -0
  39. package/package.json +3 -2
@@ -4649,11 +4649,6 @@
4649
4649
  "primary": {
4650
4650
  "normal": {
4651
4651
  "parent": "theme/stable/light",
4652
- "$extensions": {
4653
- "studio.tokens": {
4654
- "modify": {}
4655
- }
4656
- },
4657
4652
  "type": "color",
4658
4653
  "value": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
4659
4654
  "description": "linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%)",
@@ -4661,11 +4656,6 @@
4661
4656
  "isSource": true,
4662
4657
  "original": {
4663
4658
  "parent": "theme/stable/light",
4664
- "$extensions": {
4665
- "studio.tokens": {
4666
- "modify": {}
4667
- }
4668
- },
4669
4659
  "type": "color",
4670
4660
  "value": "linear-gradient(180deg, {color.gradient.default.light.primary.0} 0%, {color.gradient.default.light.primary.1} 100%)",
4671
4661
  "description": "linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%)"
@@ -4691,11 +4681,6 @@
4691
4681
  "secondary": {
4692
4682
  "normal": {
4693
4683
  "parent": "theme/stable/light",
4694
- "$extensions": {
4695
- "studio.tokens": {
4696
- "modify": {}
4697
- }
4698
- },
4699
4684
  "type": "color",
4700
4685
  "value": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)",
4701
4686
  "description": "linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%)",
@@ -4703,11 +4688,6 @@
4703
4688
  "isSource": true,
4704
4689
  "original": {
4705
4690
  "parent": "theme/stable/light",
4706
- "$extensions": {
4707
- "studio.tokens": {
4708
- "modify": {}
4709
- }
4710
- },
4711
4691
  "type": "color",
4712
4692
  "value": "linear-gradient(180deg, {color.gradient.default.light.secondary.0} 0%, {color.gradient.default.light.secondary.1} 100%)",
4713
4693
  "description": "linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%)"
@@ -4733,22 +4713,12 @@
4733
4713
  },
4734
4714
  "reaction": {
4735
4715
  "normal": {
4736
- "$extensions": {
4737
- "studio.tokens": {
4738
- "modify": {}
4739
- }
4740
- },
4741
4716
  "type": "color",
4742
4717
  "value": "linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)",
4743
4718
  "description": "linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)\nUsed for background of meeting reaction",
4744
4719
  "filePath": "src/theme/stable/light.json",
4745
4720
  "isSource": true,
4746
4721
  "original": {
4747
- "$extensions": {
4748
- "studio.tokens": {
4749
- "modify": {}
4750
- }
4751
- },
4752
4722
  "type": "color",
4753
4723
  "value": "linear-gradient(90deg, {color.core.white-alpha.90} 0%, {color.core.white-alpha.0} 100%)",
4754
4724
  "description": "linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)\nUsed for background of meeting reaction"
@@ -6144,22 +6114,12 @@
6144
6114
  },
6145
6115
  "gradient": {
6146
6116
  "active": {
6147
- "$extensions": {
6148
- "studio.tokens": {
6149
- "modify": {}
6150
- }
6151
- },
6152
6117
  "type": "color",
6153
6118
  "value": "linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)",
6154
6119
  "description": "Used for Webex Assitant AI",
6155
6120
  "filePath": "src/theme/stable/light.json",
6156
6121
  "isSource": true,
6157
6122
  "original": {
6158
- "$extensions": {
6159
- "studio.tokens": {
6160
- "modify": {}
6161
- }
6162
- },
6163
6123
  "type": "color",
6164
6124
  "value": "linear-gradient(44deg, {color.core.blue.50} 14.64%, {color.decorative.cyan.50} 51.1%, {color.core.green.40} 85.36%)",
6165
6125
  "description": "Used for Webex Assitant AI"
@@ -8207,11 +8167,6 @@
8207
8167
  "isSource": true
8208
8168
  },
8209
8169
  "parent": "theme/stable/light",
8210
- "$extensions": {
8211
- "studio.tokens": {
8212
- "modify": {}
8213
- }
8214
- },
8215
8170
  "type": "color",
8216
8171
  "value": "linear-gradient(46deg, #601e66 0%, #66262d 100%)",
8217
8172
  "description": "Used for hover state of promotion button",
@@ -8231,11 +8186,6 @@
8231
8186
  "isSource": true
8232
8187
  },
8233
8188
  "parent": "theme/stable/light",
8234
- "$extensions": {
8235
- "studio.tokens": {
8236
- "modify": {}
8237
- }
8238
- },
8239
8189
  "type": "color",
8240
8190
  "value": "linear-gradient(46deg, {color.decorative.purple.80} 0%, {color.decorative.pink.80} 100%)",
8241
8191
  "description": "Used for hover state of promotion button"
@@ -8305,11 +8255,6 @@
8305
8255
  "gradient": {
8306
8256
  "normal": {
8307
8257
  "parent": "theme/stable/light",
8308
- "$extensions": {
8309
- "studio.tokens": {
8310
- "modify": {}
8311
- }
8312
- },
8313
8258
  "type": "color",
8314
8259
  "value": "linear-gradient(90deg, #30c9b0 0%, #64b4fa 51%, #30c9b0 100%)",
8315
8260
  "description": "linear-gradient(90deg, #30C9B0 0%, #64B4FA 51%, #529E91 100%)",
@@ -8317,11 +8262,6 @@
8317
8262
  "isSource": true,
8318
8263
  "original": {
8319
8264
  "parent": "theme/stable/light",
8320
- "$extensions": {
8321
- "studio.tokens": {
8322
- "modify": {}
8323
- }
8324
- },
8325
8265
  "type": "color",
8326
8266
  "value": "linear-gradient(90deg, {color.decorative.mint.40} 0%, {color.core.blue.40} 51%, {color.decorative.mint.40} 100%)",
8327
8267
  "description": "linear-gradient(90deg, #30C9B0 0%, #64B4FA 51%, #529E91 100%)"
@@ -8478,21 +8418,11 @@
8478
8418
  },
8479
8419
  "secondary": {
8480
8420
  "normal": {
8481
- "$extensions": {
8482
- "studio.tokens": {
8483
- "modify": {}
8484
- }
8485
- },
8486
8421
  "type": "color",
8487
8422
  "value": "#00000033",
8488
8423
  "filePath": "src/theme/stable/light.json",
8489
8424
  "isSource": true,
8490
8425
  "original": {
8491
- "$extensions": {
8492
- "studio.tokens": {
8493
- "modify": {}
8494
- }
8495
- },
8496
8426
  "type": "color",
8497
8427
  "value": "{color.core.black-alpha.20}"
8498
8428
  },
@@ -8514,21 +8444,11 @@
8514
8444
  ]
8515
8445
  },
8516
8446
  "disabled": {
8517
- "$extensions": {
8518
- "studio.tokens": {
8519
- "modify": {}
8520
- }
8521
- },
8522
8447
  "type": "color",
8523
8448
  "value": "#00000033",
8524
8449
  "filePath": "src/theme/stable/light.json",
8525
8450
  "isSource": true,
8526
8451
  "original": {
8527
- "$extensions": {
8528
- "studio.tokens": {
8529
- "modify": {}
8530
- }
8531
- },
8532
8452
  "type": "color",
8533
8453
  "value": "{color.core.black-alpha.20}"
8534
8454
  },
@@ -11094,11 +11014,6 @@
11094
11014
  "default": {
11095
11015
  "normal": {
11096
11016
  "parent": "theme/stable/dark",
11097
- "$extensions": {
11098
- "studio.tokens": {
11099
- "modify": {}
11100
- }
11101
- },
11102
11017
  "type": "color",
11103
11018
  "value": "linear-gradient(90deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)",
11104
11019
  "description": "linear-gradient(90deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)\nUsed for default default on compose area in space",
@@ -11106,11 +11021,6 @@
11106
11021
  "isSource": true,
11107
11022
  "original": {
11108
11023
  "parent": "theme/stable/dark",
11109
- "$extensions": {
11110
- "studio.tokens": {
11111
- "modify": {}
11112
- }
11113
- },
11114
11024
  "type": "color",
11115
11025
  "value": "linear-gradient(90deg, {color.core.black-alpha.0} 0%, {color.core.black-alpha.20} 22.4%, {color.core.black-alpha.20} 72.4%, {color.core.black-alpha.0} 100%)",
11116
11026
  "description": "linear-gradient(90deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)\nUsed for default default on compose area in space"
@@ -11133,11 +11043,6 @@
11133
11043
  },
11134
11044
  "hover": {
11135
11045
  "parent": "theme/stable/dark",
11136
- "$extensions": {
11137
- "studio.tokens": {
11138
- "modify": {}
11139
- }
11140
- },
11141
11046
  "type": "color",
11142
11047
  "value": "linear-gradient(90deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)",
11143
11048
  "description": "linear-gradient(90deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)\nUsed for hover state of gradient divider for spaces",
@@ -11145,11 +11050,6 @@
11145
11050
  "isSource": true,
11146
11051
  "original": {
11147
11052
  "parent": "theme/stable/dark",
11148
- "$extensions": {
11149
- "studio.tokens": {
11150
- "modify": {}
11151
- }
11152
- },
11153
11053
  "type": "color",
11154
11054
  "value": "linear-gradient(90deg, {color.core.black-alpha.0} 0%, {color.core.black-alpha.60} 22.4%, {color.core.black-alpha.60} 72.4%, {color.core.black-alpha.0} 100%)",
11155
11055
  "description": "linear-gradient(90deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)\nUsed for hover state of gradient divider for spaces"
@@ -11174,11 +11074,6 @@
11174
11074
  "error": {
11175
11075
  "normal": {
11176
11076
  "parent": "theme/stable/dark",
11177
- "$extensions": {
11178
- "studio.tokens": {
11179
- "modify": {}
11180
- }
11181
- },
11182
11077
  "type": "color",
11183
11078
  "value": "linear-gradient(90deg, #ab0a1500 0%, #ab0a1599 22.4%, #ab0a1599 22.4%, #ab0a1500 100%)",
11184
11079
  "description": "linear-gradient(90deg, #ab0a15 0%, #ab0a15 60%, #ab0a15 60%, #ab0a15 0%)\nUsed for divider on the compose area for classified spaces",
@@ -11186,11 +11081,6 @@
11186
11081
  "isSource": true,
11187
11082
  "original": {
11188
11083
  "parent": "theme/stable/dark",
11189
- "$extensions": {
11190
- "studio.tokens": {
11191
- "modify": {}
11192
- }
11193
- },
11194
11084
  "type": "color",
11195
11085
  "value": "linear-gradient(90deg, {color.core.red.70}00 0%, {color.core.red.70}99 22.4%, {color.core.red.70}99 22.4%, {color.core.red.70}00 100%)",
11196
11086
  "description": "linear-gradient(90deg, #ab0a15 0%, #ab0a15 60%, #ab0a15 60%, #ab0a15 0%)\nUsed for divider on the compose area for classified spaces"
@@ -11213,11 +11103,6 @@
11213
11103
  },
11214
11104
  "hover": {
11215
11105
  "parent": "theme/stable/dark",
11216
- "$extensions": {
11217
- "studio.tokens": {
11218
- "modify": {}
11219
- }
11220
- },
11221
11106
  "type": "color",
11222
11107
  "value": "linear-gradient(90deg, #ab0a1500 0%, #ab0a15e6 22.4%, #ab0a15e6 76.04%, #ab0a1500 100%)",
11223
11108
  "description": "linear-gradient(90deg, #ab0a15 0%, #ab0a15 90%, #ab0a15 90%, #ab0a15 0%)\n",
@@ -11225,11 +11110,6 @@
11225
11110
  "isSource": true,
11226
11111
  "original": {
11227
11112
  "parent": "theme/stable/dark",
11228
- "$extensions": {
11229
- "studio.tokens": {
11230
- "modify": {}
11231
- }
11232
- },
11233
11113
  "type": "color",
11234
11114
  "value": "linear-gradient(90deg, {color.core.red.70}00 0%, {color.core.red.70}e6 22.4%, {color.core.red.70}e6 76.04%, {color.core.red.70}00 100%)",
11235
11115
  "description": "linear-gradient(90deg, #ab0a15 0%, #ab0a15 90%, #ab0a15 90%, #ab0a15 0%)\n"
@@ -11254,11 +11134,6 @@
11254
11134
  "warning": {
11255
11135
  "normal": {
11256
11136
  "parent": "theme/stable/dark",
11257
- "$extensions": {
11258
- "studio.tokens": {
11259
- "modify": {}
11260
- }
11261
- },
11262
11137
  "type": "color",
11263
11138
  "value": "linear-gradient(90deg, #7d470500 0%, #7d470599 22.4%, #7d470599 76.04%, #7d470500 100%)",
11264
11139
  "description": "linear-gradient(90deg, #7d470500 0%, #7d470599 22.4%, #7d470599 76.04%, #7d470500 100%)",
@@ -11266,11 +11141,6 @@
11266
11141
  "isSource": true,
11267
11142
  "original": {
11268
11143
  "parent": "theme/stable/dark",
11269
- "$extensions": {
11270
- "studio.tokens": {
11271
- "modify": {}
11272
- }
11273
- },
11274
11144
  "type": "color",
11275
11145
  "value": "linear-gradient(90deg, {color.core.yellow.70}00 0%, {color.core.yellow.70}99 22.4%, {color.core.yellow.70}99 76.04%, {color.core.yellow.70}00 100%)",
11276
11146
  "description": "linear-gradient(90deg, #7d470500 0%, #7d470599 22.4%, #7d470599 76.04%, #7d470500 100%)"
@@ -11293,11 +11163,6 @@
11293
11163
  },
11294
11164
  "hover": {
11295
11165
  "parent": "theme/stable/dark",
11296
- "$extensions": {
11297
- "studio.tokens": {
11298
- "modify": {}
11299
- }
11300
- },
11301
11166
  "type": "color",
11302
11167
  "value": "linear-gradient(90deg, #7d470500 0%, #7d4705e6 22.4%, #7d4705e6 76.04%, #7d470500 100%)",
11303
11168
  "description": "linear-gradient(90deg, #7d470500 0%, #7d4705e6 22.4%, #7d4705e6 76.04%, #7d470500 100%)",
@@ -11305,11 +11170,6 @@
11305
11170
  "isSource": true,
11306
11171
  "original": {
11307
11172
  "parent": "theme/stable/dark",
11308
- "$extensions": {
11309
- "studio.tokens": {
11310
- "modify": {}
11311
- }
11312
- },
11313
11173
  "type": "color",
11314
11174
  "value": "linear-gradient(90deg, {color.core.yellow.70}00 0%, {color.core.yellow.70}e6 22.4%, {color.core.yellow.70}e6 76.04%, {color.core.yellow.70}00 100%)",
11315
11175
  "description": "linear-gradient(90deg, #7d470500 0%, #7d4705e6 22.4%, #7d4705e6 76.04%, #7d470500 100%)"
@@ -11334,11 +11194,6 @@
11334
11194
  "announce": {
11335
11195
  "normal": {
11336
11196
  "parent": "theme/stable/dark",
11337
- "$extensions": {
11338
- "studio.tokens": {
11339
- "modify": {}
11340
- }
11341
- },
11342
11197
  "type": "color",
11343
11198
  "value": "linear-gradient(90deg, #0353a800 0%, #0353a899 22.4%, #0353a899 22.4%, #0353a800 100%)",
11344
11199
  "description": "linear-gradient(90deg, #0352a600 0%, #0352a699 22.4%, #0352a699 76.04%, #0352a600 100%)",
@@ -11346,11 +11201,6 @@
11346
11201
  "isSource": true,
11347
11202
  "original": {
11348
11203
  "parent": "theme/stable/dark",
11349
- "$extensions": {
11350
- "studio.tokens": {
11351
- "modify": {}
11352
- }
11353
- },
11354
11204
  "type": "color",
11355
11205
  "value": "linear-gradient(90deg, {color.core.blue.70}00 0%, {color.core.blue.70}99 22.4%, {color.core.blue.70}99 22.4%, {color.core.blue.70}00 100%)",
11356
11206
  "description": "linear-gradient(90deg, #0352a600 0%, #0352a699 22.4%, #0352a699 76.04%, #0352a600 100%)"
@@ -11373,11 +11223,6 @@
11373
11223
  },
11374
11224
  "hover": {
11375
11225
  "parent": "theme/stable/dark",
11376
- "$extensions": {
11377
- "studio.tokens": {
11378
- "modify": {}
11379
- }
11380
- },
11381
11226
  "type": "color",
11382
11227
  "value": "linear-gradient(90deg, #0353a800 0%, #0353a8E6 76.04%, #0353a8E6 76.04%, #0353a800 100%)",
11383
11228
  "description": "linear-gradient(90deg, #0353a8 0%, #0353a8 90%, #0353a8 90%, #0353a8 0%)",
@@ -11385,11 +11230,6 @@
11385
11230
  "isSource": true,
11386
11231
  "original": {
11387
11232
  "parent": "theme/stable/dark",
11388
- "$extensions": {
11389
- "studio.tokens": {
11390
- "modify": {}
11391
- }
11392
- },
11393
11233
  "type": "color",
11394
11234
  "value": "linear-gradient(90deg, {color.core.blue.70}00 0%, {color.core.blue.70}E6 76.04%, {color.core.blue.70}E6 76.04%, {color.core.blue.70}00 100%)",
11395
11235
  "description": "linear-gradient(90deg, #0353a8 0%, #0353a8 90%, #0353a8 90%, #0353a8 0%)"
@@ -11414,11 +11254,6 @@
11414
11254
  "success": {
11415
11255
  "normal": {
11416
11256
  "parent": "theme/stable/dark",
11417
- "$extensions": {
11418
- "studio.tokens": {
11419
- "modify": {}
11420
- }
11421
- },
11422
11257
  "type": "color",
11423
11258
  "value": "linear-gradient(90deg, #185e4600 0%, #185e4699 22.4%, #185e4699 76.04%, #185e4600 100%)",
11424
11259
  "description": "linear-gradient(90deg, #185e4600 0%, #185e4699 22.4%, #185e4699 76.04%, #185e4600 100%)",
@@ -11426,11 +11261,6 @@
11426
11261
  "isSource": true,
11427
11262
  "original": {
11428
11263
  "parent": "theme/stable/dark",
11429
- "$extensions": {
11430
- "studio.tokens": {
11431
- "modify": {}
11432
- }
11433
- },
11434
11264
  "type": "color",
11435
11265
  "value": "linear-gradient(90deg, {color.core.green.70}00 0%, {color.core.green.70}99 22.4%, {color.core.green.70}99 76.04%, {color.core.green.70}00 100%)",
11436
11266
  "description": "linear-gradient(90deg, #185e4600 0%, #185e4699 22.4%, #185e4699 76.04%, #185e4600 100%)"
@@ -11453,11 +11283,6 @@
11453
11283
  },
11454
11284
  "hover": {
11455
11285
  "parent": "theme/stable/dark",
11456
- "$extensions": {
11457
- "studio.tokens": {
11458
- "modify": {}
11459
- }
11460
- },
11461
11286
  "type": "color",
11462
11287
  "value": "linear-gradient(90deg, #185e4600 0%, #185e46E6 22.4%, #185e46E6 76.04%, #185e4600 100%)",
11463
11288
  "description": "linear-gradient(90deg, #185e5100 0%, #185e46e6 22.4%, #185e46e6 76.04%, #185e4600 100%)",
@@ -11465,11 +11290,6 @@
11465
11290
  "isSource": true,
11466
11291
  "original": {
11467
11292
  "parent": "theme/stable/dark",
11468
- "$extensions": {
11469
- "studio.tokens": {
11470
- "modify": {}
11471
- }
11472
- },
11473
11293
  "type": "color",
11474
11294
  "value": "linear-gradient(90deg, {color.core.green.70}00 0%, {color.core.green.70}E6 22.4%, {color.core.green.70}E6 76.04%, {color.core.green.70}00 100%)",
11475
11295
  "description": "linear-gradient(90deg, #185e5100 0%, #185e46e6 22.4%, #185e46e6 76.04%, #185e4600 100%)"
@@ -11494,11 +11314,6 @@
11494
11314
  "orange": {
11495
11315
  "normal": {
11496
11316
  "parent": "theme/stable/dark",
11497
- "$extensions": {
11498
- "studio.tokens": {
11499
- "modify": {}
11500
- }
11501
- },
11502
11317
  "type": "color",
11503
11318
  "value": "linear-gradient(90deg, #9c320200 0%, #9c320299 22.4%, #9c320299 76.04%, #9c320200 100%)",
11504
11319
  "description": "linear-gradient(90deg, #9c320200 0%, #9c320299 15.1%, #9c320299 76.04%, #9c320200 100%)",
@@ -11506,11 +11321,6 @@
11506
11321
  "isSource": true,
11507
11322
  "original": {
11508
11323
  "parent": "theme/stable/dark",
11509
- "$extensions": {
11510
- "studio.tokens": {
11511
- "modify": {}
11512
- }
11513
- },
11514
11324
  "type": "color",
11515
11325
  "value": "linear-gradient(90deg, {color.core.orange.70}00 0%, {color.core.orange.70}99 22.4%, {color.core.orange.70}99 76.04%, {color.core.orange.70}00 100%)",
11516
11326
  "description": "linear-gradient(90deg, #9c320200 0%, #9c320299 15.1%, #9c320299 76.04%, #9c320200 100%)"
@@ -11533,11 +11343,6 @@
11533
11343
  },
11534
11344
  "hover": {
11535
11345
  "parent": "theme/stable/dark",
11536
- "$extensions": {
11537
- "studio.tokens": {
11538
- "modify": {}
11539
- }
11540
- },
11541
11346
  "type": "color",
11542
11347
  "value": "linear-gradient(90deg, #9c320200 0%, #9c3202e6 22.4%, #9c3202e6 76.04%, #9c320200 100%)",
11543
11348
  "description": "linear-gradient(90deg, #91401700 0%, #914017e6 22.4%, #914017e6 76.04%, #91401700 100%)",
@@ -11545,11 +11350,6 @@
11545
11350
  "isSource": true,
11546
11351
  "original": {
11547
11352
  "parent": "theme/stable/dark",
11548
- "$extensions": {
11549
- "studio.tokens": {
11550
- "modify": {}
11551
- }
11552
- },
11553
11353
  "type": "color",
11554
11354
  "value": "linear-gradient(90deg, {color.core.orange.70}00 0%, {color.core.orange.70}e6 22.4%, {color.core.orange.70}e6 76.04%, {color.core.orange.70}00 100%)",
11555
11355
  "description": "linear-gradient(90deg, #91401700 0%, #914017e6 22.4%, #914017e6 76.04%, #91401700 100%)"
@@ -11574,11 +11374,6 @@
11574
11374
  "purple": {
11575
11375
  "normal": {
11576
11376
  "parent": "theme/stable/dark",
11577
- "$extensions": {
11578
- "studio.tokens": {
11579
- "modify": {}
11580
- }
11581
- },
11582
11377
  "type": "color",
11583
11378
  "value": "linear-gradient(90deg, #93209900 0%, #93209999 22.4%, #93209999 76.04%, #93209900 100%)",
11584
11379
  "description": "linear-gradient(90deg, #932099 0%, #932099 60%, #932099 60%, #fd884e 0%)\n",
@@ -11586,11 +11381,6 @@
11586
11381
  "isSource": true,
11587
11382
  "original": {
11588
11383
  "parent": "theme/stable/dark",
11589
- "$extensions": {
11590
- "studio.tokens": {
11591
- "modify": {}
11592
- }
11593
- },
11594
11384
  "type": "color",
11595
11385
  "value": "linear-gradient(90deg, {color.decorative.purple.70}00 0%, {color.decorative.purple.70}99 22.4%, {color.decorative.purple.70}99 76.04%, {color.decorative.purple.70}00 100%)",
11596
11386
  "description": "linear-gradient(90deg, #932099 0%, #932099 60%, #932099 60%, #fd884e 0%)\n"
@@ -11613,11 +11403,6 @@
11613
11403
  },
11614
11404
  "hover": {
11615
11405
  "parent": "theme/stable/dark",
11616
- "$extensions": {
11617
- "studio.tokens": {
11618
- "modify": {}
11619
- }
11620
- },
11621
11406
  "type": "color",
11622
11407
  "value": "linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%)",
11623
11408
  "description": "linear-gradient(90deg, #932099 0%, #932099 90%, #932099 90%, #fd884e 0%)\n",
@@ -11625,11 +11410,6 @@
11625
11410
  "isSource": true,
11626
11411
  "original": {
11627
11412
  "parent": "theme/stable/dark",
11628
- "$extensions": {
11629
- "studio.tokens": {
11630
- "modify": {}
11631
- }
11632
- },
11633
11413
  "type": "color",
11634
11414
  "value": "linear-gradient(90deg, {color.decorative.purple.70}00 0%,{color.decorative.purple.70}E6 22.4%, {color.decorative.purple.70}E6 76.04%, {color.decorative.purple.70}00 100%)",
11635
11415
  "description": "linear-gradient(90deg, #932099 0%, #932099 90%, #932099 90%, #fd884e 0%)\n"