@momentum-design/tokens 0.0.61 → 0.0.62

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 (37) 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 +26 -38
  5. package/dist/css/theme/webex/hc-dark-stable.css +32 -40
  6. package/dist/css/theme/webex/hc-light-stable.css +32 -40
  7. package/dist/css/theme/webex/light-stable.css +25 -37
  8. package/dist/ios/core/complete.swift +1 -1
  9. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  10. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  11. package/dist/ios/theme/webex/dark-stable.swift +26 -38
  12. package/dist/ios/theme/webex/hc-dark-stable.swift +32 -40
  13. package/dist/ios/theme/webex/hc-light-stable.swift +32 -40
  14. package/dist/ios/theme/webex/light-stable.swift +25 -37
  15. package/dist/json/theme/webex/dark-stable.json +761 -941
  16. package/dist/json/theme/webex/hc-dark-stable.json +822 -920
  17. package/dist/json/theme/webex/hc-light-stable.json +1872 -1950
  18. package/dist/json/theme/webex/light-stable.json +1111 -1281
  19. package/dist/json-minimal/theme/webex/dark-stable.json +36 -70
  20. package/dist/json-minimal/theme/webex/hc-dark-stable.json +44 -70
  21. package/dist/json-minimal/theme/webex/hc-light-stable.json +53 -79
  22. package/dist/json-minimal/theme/webex/light-stable.json +44 -78
  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 +26 -38
  27. package/dist/resources/theme/webex/hc-dark-stable.xml +32 -40
  28. package/dist/resources/theme/webex/hc-light-stable.xml +32 -40
  29. package/dist/resources/theme/webex/light-stable.xml +25 -37
  30. package/dist/scss/core/complete.scss +1 -1
  31. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  32. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  33. package/dist/scss/theme/webex/dark-stable.scss +26 -38
  34. package/dist/scss/theme/webex/hc-dark-stable.scss +32 -40
  35. package/dist/scss/theme/webex/hc-light-stable.scss +33 -41
  36. package/dist/scss/theme/webex/light-stable.scss +26 -38
  37. package/package.json +1 -1
@@ -4389,37 +4389,6 @@
4389
4389
  }
4390
4390
  }
4391
4391
  },
4392
- "common": {
4393
- "normal": {
4394
- "parent": "theme/stable/light",
4395
- "type": "color",
4396
- "value": "#000000",
4397
- "description": "",
4398
- "filePath": "src/theme/stable/light.json",
4399
- "isSource": true,
4400
- "original": {
4401
- "parent": "theme/stable/light",
4402
- "type": "color",
4403
- "value": "{color.core.black-alpha.100}",
4404
- "description": ""
4405
- },
4406
- "name": "mds-color-theme-background-common-normal",
4407
- "attributes": {
4408
- "category": "color",
4409
- "type": "theme",
4410
- "item": "background",
4411
- "subitem": "common",
4412
- "state": "normal"
4413
- },
4414
- "path": [
4415
- "color",
4416
- "theme",
4417
- "background",
4418
- "common",
4419
- "normal"
4420
- ]
4421
- }
4422
- },
4423
4392
  "namelabel": {
4424
4393
  "normal": {
4425
4394
  "parent": "theme/stable/light",
@@ -4452,299 +4421,163 @@
4452
4421
  "gradient": {
4453
4422
  "primary": {
4454
4423
  "normal": {
4455
- "0": {
4456
- "parent": "theme/stable/light",
4457
- "type": "color",
4458
- "value": "#f0f0f0",
4459
- "description": "",
4460
- "filePath": "src/theme/stable/light.json",
4461
- "isSource": true,
4462
- "original": {
4463
- "parent": "theme/stable/light",
4464
- "type": "color",
4465
- "value": "{color.gradient.default.light.primary.0}",
4466
- "description": ""
4467
- },
4468
- "name": "mds-color-theme-background-gradient-primary-normal-0",
4469
- "attributes": {
4470
- "category": "color",
4471
- "type": "theme",
4472
- "item": "background",
4473
- "subitem": "gradient",
4474
- "state": "primary"
4475
- },
4476
- "path": [
4477
- "color",
4478
- "theme",
4479
- "background",
4480
- "gradient",
4481
- "primary",
4482
- "normal",
4483
- "0"
4484
- ]
4485
- },
4486
- "1": {
4487
- "parent": "theme/stable/light",
4488
- "type": "color",
4489
- "value": "#ffffff",
4490
- "description": "",
4491
- "filePath": "src/theme/stable/light.json",
4492
- "isSource": true,
4493
- "original": {
4494
- "parent": "theme/stable/light",
4495
- "type": "color",
4496
- "value": "{color.gradient.default.light.primary.1}",
4497
- "description": ""
4498
- },
4499
- "name": "mds-color-theme-background-gradient-primary-normal-1",
4500
- "attributes": {
4501
- "category": "color",
4502
- "type": "theme",
4503
- "item": "background",
4504
- "subitem": "gradient",
4505
- "state": "primary"
4506
- },
4507
- "path": [
4508
- "color",
4509
- "theme",
4510
- "background",
4511
- "gradient",
4512
- "primary",
4513
- "normal",
4514
- "1"
4515
- ]
4516
- }
4517
- }
4518
- },
4519
- "secondary": {
4520
- "normal": {
4521
- "0": {
4522
- "parent": "theme/stable/light",
4523
- "type": "color",
4524
- "value": "#fafafa",
4525
- "description": "",
4526
- "filePath": "src/theme/stable/light.json",
4527
- "isSource": true,
4528
- "original": {
4529
- "parent": "theme/stable/light",
4530
- "type": "color",
4531
- "value": "{color.gradient.default.light.secondary.0}",
4532
- "description": ""
4533
- },
4534
- "name": "mds-color-theme-background-gradient-secondary-normal-0",
4535
- "attributes": {
4536
- "category": "color",
4537
- "type": "theme",
4538
- "item": "background",
4539
- "subitem": "gradient",
4540
- "state": "secondary"
4541
- },
4542
- "path": [
4543
- "color",
4544
- "theme",
4545
- "background",
4546
- "gradient",
4547
- "secondary",
4548
- "normal",
4549
- "0"
4550
- ]
4424
+ "parent": "theme/stable/light",
4425
+ "$extensions": {
4426
+ "studio.tokens": {
4427
+ "modify": {}
4428
+ }
4551
4429
  },
4552
- "1": {
4553
- "parent": "theme/stable/light",
4554
- "type": "color",
4555
- "value": "#ffffff",
4556
- "description": "",
4557
- "filePath": "src/theme/stable/light.json",
4558
- "isSource": true,
4559
- "original": {
4560
- "parent": "theme/stable/light",
4561
- "type": "color",
4562
- "value": "{color.gradient.default.light.secondary.1}",
4563
- "description": ""
4564
- },
4565
- "name": "mds-color-theme-background-gradient-secondary-normal-1",
4566
- "attributes": {
4567
- "category": "color",
4568
- "type": "theme",
4569
- "item": "background",
4570
- "subitem": "gradient",
4571
- "state": "secondary"
4572
- },
4573
- "path": [
4574
- "color",
4575
- "theme",
4576
- "background",
4577
- "gradient",
4578
- "secondary",
4579
- "normal",
4580
- "1"
4581
- ]
4582
- }
4583
- }
4584
- }
4585
- },
4586
- "reaction": {
4587
- "normal": {
4588
- "0": {
4589
4430
  "type": "color",
4590
- "value": "#ffffff",
4431
+ "value": "linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)",
4432
+ "description": "linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%)",
4591
4433
  "filePath": "src/theme/stable/light.json",
4592
4434
  "isSource": true,
4593
4435
  "original": {
4436
+ "parent": "theme/stable/light",
4437
+ "$extensions": {
4438
+ "studio.tokens": {
4439
+ "modify": {}
4440
+ }
4441
+ },
4594
4442
  "type": "color",
4595
- "value": "{color.core.white-alpha.100}"
4443
+ "value": "linear-gradient(180deg, {color.gradient.default.light.primary.0} 0%, {color.gradient.default.light.primary.1} 100%)",
4444
+ "description": "linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%)"
4596
4445
  },
4597
- "name": "mds-color-theme-background-reaction-normal-0",
4446
+ "name": "mds-color-theme-background-gradient-primary-normal",
4598
4447
  "attributes": {
4599
4448
  "category": "color",
4600
4449
  "type": "theme",
4601
4450
  "item": "background",
4602
- "subitem": "reaction",
4603
- "state": "normal"
4451
+ "subitem": "gradient",
4452
+ "state": "primary"
4604
4453
  },
4605
4454
  "path": [
4606
4455
  "color",
4607
4456
  "theme",
4608
4457
  "background",
4609
- "reaction",
4610
- "normal",
4611
- "0"
4458
+ "gradient",
4459
+ "primary",
4460
+ "normal"
4612
4461
  ]
4613
- },
4614
- "1": {
4462
+ }
4463
+ },
4464
+ "secondary": {
4465
+ "normal": {
4466
+ "parent": "theme/stable/light",
4467
+ "$extensions": {
4468
+ "studio.tokens": {
4469
+ "modify": {}
4470
+ }
4471
+ },
4615
4472
  "type": "color",
4616
- "value": "#ffffff",
4473
+ "value": "linear-gradient(180deg, #fafafa 0%, #ffffff 100%)",
4474
+ "description": "linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%)",
4617
4475
  "filePath": "src/theme/stable/light.json",
4618
4476
  "isSource": true,
4619
4477
  "original": {
4478
+ "parent": "theme/stable/light",
4479
+ "$extensions": {
4480
+ "studio.tokens": {
4481
+ "modify": {}
4482
+ }
4483
+ },
4620
4484
  "type": "color",
4621
- "value": "{color.core.white-alpha.100}"
4485
+ "value": "linear-gradient(180deg, {color.gradient.default.light.secondary.0} 0%, {color.gradient.default.light.secondary.1} 100%)",
4486
+ "description": "linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%)"
4622
4487
  },
4623
- "name": "mds-color-theme-background-reaction-normal-1",
4488
+ "name": "mds-color-theme-background-gradient-secondary-normal",
4624
4489
  "attributes": {
4625
4490
  "category": "color",
4626
4491
  "type": "theme",
4627
4492
  "item": "background",
4628
- "subitem": "reaction",
4629
- "state": "normal"
4493
+ "subitem": "gradient",
4494
+ "state": "secondary"
4630
4495
  },
4631
4496
  "path": [
4632
4497
  "color",
4633
4498
  "theme",
4634
4499
  "background",
4635
- "reaction",
4636
- "normal",
4637
- "1"
4500
+ "gradient",
4501
+ "secondary",
4502
+ "normal"
4638
4503
  ]
4639
4504
  }
4640
4505
  }
4641
4506
  },
4642
- "skeleton": {
4507
+ "reaction": {
4643
4508
  "normal": {
4644
- "0": {
4645
- "type": "color",
4646
- "value": "#ffffff33",
4647
- "filePath": "src/theme/stable/light.json",
4648
- "isSource": true,
4649
- "original": {
4650
- "type": "color",
4651
- "value": "{color.core.white-alpha.20}"
4652
- },
4653
- "name": "mds-color-theme-background-skeleton-normal-0",
4654
- "attributes": {
4655
- "category": "color",
4656
- "type": "theme",
4657
- "item": "background",
4658
- "subitem": "skeleton",
4659
- "state": "normal"
4660
- },
4661
- "path": [
4662
- "color",
4663
- "theme",
4664
- "background",
4665
- "skeleton",
4666
- "normal",
4667
- "0"
4668
- ]
4509
+ "$extensions": {
4510
+ "studio.tokens": {
4511
+ "modify": {}
4512
+ }
4669
4513
  },
4670
- "1": {
4671
- "type": "color",
4672
- "value": "#ffffff4d",
4673
- "filePath": "src/theme/stable/light.json",
4674
- "isSource": true,
4675
- "original": {
4676
- "type": "color",
4677
- "value": "{color.core.white-alpha.30}"
4678
- },
4679
- "name": "mds-color-theme-background-skeleton-normal-1",
4680
- "attributes": {
4681
- "category": "color",
4682
- "type": "theme",
4683
- "item": "background",
4684
- "subitem": "skeleton",
4685
- "state": "normal"
4514
+ "type": "color",
4515
+ "value": "linear-gradient(90deg, #ffffff 90%, #ffffff 0%)",
4516
+ "filePath": "src/theme/stable/light.json",
4517
+ "isSource": true,
4518
+ "original": {
4519
+ "$extensions": {
4520
+ "studio.tokens": {
4521
+ "modify": {}
4522
+ }
4686
4523
  },
4687
- "path": [
4688
- "color",
4689
- "theme",
4690
- "background",
4691
- "skeleton",
4692
- "normal",
4693
- "1"
4694
- ]
4695
- },
4696
- "2": {
4697
4524
  "type": "color",
4698
- "value": "#ffffff66",
4699
- "filePath": "src/theme/stable/light.json",
4700
- "isSource": true,
4701
- "original": {
4702
- "type": "color",
4703
- "value": "{color.core.white-alpha.40}"
4704
- },
4705
- "name": "mds-color-theme-background-skeleton-normal-2",
4706
- "attributes": {
4707
- "category": "color",
4708
- "type": "theme",
4709
- "item": "background",
4710
- "subitem": "skeleton",
4711
- "state": "normal"
4712
- },
4713
- "path": [
4714
- "color",
4715
- "theme",
4716
- "background",
4717
- "skeleton",
4718
- "normal",
4719
- "2"
4720
- ]
4525
+ "value": "linear-gradient(90deg, {color.core.white-alpha.100} 90%, {color.core.white-alpha.100} 0%)"
4721
4526
  },
4722
- "3": {
4723
- "type": "color",
4724
- "value": "#ffffff80",
4725
- "filePath": "src/theme/stable/light.json",
4726
- "isSource": true,
4727
- "original": {
4728
- "type": "color",
4729
- "value": "{color.core.white-alpha.50}"
4730
- },
4731
- "name": "mds-color-theme-background-skeleton-normal-3",
4732
- "attributes": {
4733
- "category": "color",
4734
- "type": "theme",
4735
- "item": "background",
4736
- "subitem": "skeleton",
4737
- "state": "normal"
4738
- },
4739
- "path": [
4740
- "color",
4741
- "theme",
4742
- "background",
4743
- "skeleton",
4744
- "normal",
4745
- "3"
4746
- ]
4747
- }
4527
+ "name": "mds-color-theme-background-reaction-normal",
4528
+ "attributes": {
4529
+ "category": "color",
4530
+ "type": "theme",
4531
+ "item": "background",
4532
+ "subitem": "reaction",
4533
+ "state": "normal"
4534
+ },
4535
+ "path": [
4536
+ "color",
4537
+ "theme",
4538
+ "background",
4539
+ "reaction",
4540
+ "normal"
4541
+ ]
4542
+ }
4543
+ },
4544
+ "skeleton": {
4545
+ "normal": {
4546
+ "$extensions": {
4547
+ "studio.tokens": {
4548
+ "modify": {}
4549
+ }
4550
+ },
4551
+ "type": "color",
4552
+ "value": "linear-gradient(123deg, #ffffff33 14.98%, #ffffff4d 38.98%, #ffffff 64.82%, #ffffff80);",
4553
+ "description": "white-alpha-20 20%, white-alpha-30 30%, \nwhite-alpha-40 40%, white-alpha-50 50%",
4554
+ "filePath": "src/theme/stable/light.json",
4555
+ "isSource": true,
4556
+ "original": {
4557
+ "$extensions": {
4558
+ "studio.tokens": {
4559
+ "modify": {}
4560
+ }
4561
+ },
4562
+ "type": "color",
4563
+ "value": "linear-gradient(123deg, {color.core.white-alpha.100}33 14.98%, {color.core.white-alpha.100}4d 38.98%, {color.core.white-alpha.100} 64.82%, {color.core.white-alpha.100}80);",
4564
+ "description": "white-alpha-20 20%, white-alpha-30 30%, \nwhite-alpha-40 40%, white-alpha-50 50%"
4565
+ },
4566
+ "name": "mds-color-theme-background-skeleton-normal",
4567
+ "attributes": {
4568
+ "category": "color",
4569
+ "type": "theme",
4570
+ "item": "background",
4571
+ "subitem": "skeleton",
4572
+ "state": "normal"
4573
+ },
4574
+ "path": [
4575
+ "color",
4576
+ "theme",
4577
+ "background",
4578
+ "skeleton",
4579
+ "normal"
4580
+ ]
4748
4581
  }
4749
4582
  }
4750
4583
  },
@@ -6060,6 +5893,74 @@
6060
5893
  "violet"
6061
5894
  ]
6062
5895
  }
5896
+ },
5897
+ "promotion": {
5898
+ "normal": {
5899
+ "type": "color",
5900
+ "value": "linear-gradient(46deg, #251329 0%, #a12a3a 100%)",
5901
+ "description": "Used for border of promotional banner",
5902
+ "filePath": "src/theme/stable/light.json",
5903
+ "isSource": true,
5904
+ "original": {
5905
+ "type": "color",
5906
+ "value": "linear-gradient(46deg, {color.decorative.purple.100} 0%, {color.decorative.pink.70} 100%)",
5907
+ "description": "Used for border of promotional banner"
5908
+ },
5909
+ "name": "mds-color-theme-outline-promotion-normal",
5910
+ "attributes": {
5911
+ "category": "color",
5912
+ "type": "theme",
5913
+ "item": "outline",
5914
+ "subitem": "promotion",
5915
+ "state": "normal"
5916
+ },
5917
+ "path": [
5918
+ "color",
5919
+ "theme",
5920
+ "outline",
5921
+ "promotion",
5922
+ "normal"
5923
+ ]
5924
+ }
5925
+ },
5926
+ "gradient": {
5927
+ "active": {
5928
+ "$extensions": {
5929
+ "studio.tokens": {
5930
+ "modify": {}
5931
+ }
5932
+ },
5933
+ "type": "color",
5934
+ "value": "linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)",
5935
+ "description": "Used for Webex Assitant AI",
5936
+ "filePath": "src/theme/stable/light.json",
5937
+ "isSource": true,
5938
+ "original": {
5939
+ "$extensions": {
5940
+ "studio.tokens": {
5941
+ "modify": {}
5942
+ }
5943
+ },
5944
+ "type": "color",
5945
+ "value": "linear-gradient(44deg, {color.core.blue.50} 14.64%, {color.decorative.cyan.50} 51.1%, {color.core.green.40} 85.36%)",
5946
+ "description": "Used for Webex Assitant AI"
5947
+ },
5948
+ "name": "mds-color-theme-outline-gradient-active",
5949
+ "attributes": {
5950
+ "category": "color",
5951
+ "type": "theme",
5952
+ "item": "outline",
5953
+ "subitem": "gradient",
5954
+ "state": "active"
5955
+ },
5956
+ "path": [
5957
+ "color",
5958
+ "theme",
5959
+ "outline",
5960
+ "gradient",
5961
+ "active"
5962
+ ]
5963
+ }
6063
5964
  }
6064
5965
  },
6065
5966
  "control": {
@@ -7997,301 +7898,170 @@
7997
7898
  },
7998
7899
  "promotion": {
7999
7900
  "normal": {
8000
- "0": {
8001
- "parent": "theme/stable/light",
8002
- "type": "color",
8003
- "value": "#932099",
8004
- "description": "",
8005
- "filePath": "src/theme/stable/light.json",
8006
- "isSource": true,
8007
- "original": {
8008
- "parent": "theme/stable/light",
8009
- "type": "color",
8010
- "value": "{color.decorative.purple.70}",
8011
- "description": ""
8012
- },
8013
- "name": "mds-color-theme-common-button-promotion-normal-0",
8014
- "attributes": {
8015
- "category": "color",
8016
- "type": "theme",
8017
- "item": "common",
8018
- "subitem": "button",
8019
- "state": "promotion"
8020
- },
8021
- "path": [
8022
- "color",
8023
- "theme",
8024
- "common",
8025
- "button",
8026
- "promotion",
8027
- "normal",
8028
- "0"
8029
- ]
7901
+ "parent": "theme/stable/light",
7902
+ "$extensions": {
7903
+ "studio.tokens": {
7904
+ "modify": {}
7905
+ }
8030
7906
  },
8031
- "1": {
7907
+ "type": "color",
7908
+ "value": "linear-gradient(46deg, #932099 0%, #a12a3a 100%)",
7909
+ "description": "Used for rest state of promotional button",
7910
+ "filePath": "src/theme/stable/light.json",
7911
+ "isSource": true,
7912
+ "original": {
8032
7913
  "parent": "theme/stable/light",
8033
- "type": "color",
8034
- "value": "#a12a3a",
8035
- "description": "",
8036
- "filePath": "src/theme/stable/light.json",
8037
- "isSource": true,
8038
- "original": {
8039
- "parent": "theme/stable/light",
8040
- "type": "color",
8041
- "value": "{color.decorative.pink.70}",
8042
- "description": ""
8043
- },
8044
- "name": "mds-color-theme-common-button-promotion-normal-1",
8045
- "attributes": {
8046
- "category": "color",
8047
- "type": "theme",
8048
- "item": "common",
8049
- "subitem": "button",
8050
- "state": "promotion"
7914
+ "$extensions": {
7915
+ "studio.tokens": {
7916
+ "modify": {}
7917
+ }
8051
7918
  },
8052
- "path": [
8053
- "color",
8054
- "theme",
8055
- "common",
8056
- "button",
8057
- "promotion",
8058
- "normal",
8059
- "1"
8060
- ]
8061
- }
7919
+ "type": "color",
7920
+ "value": "linear-gradient(46deg, {color.decorative.purple.70} 0%, {color.decorative.pink.70} 100%)",
7921
+ "description": "Used for rest state of promotional button"
7922
+ },
7923
+ "name": "mds-color-theme-common-button-promotion-normal",
7924
+ "attributes": {
7925
+ "category": "color",
7926
+ "type": "theme",
7927
+ "item": "common",
7928
+ "subitem": "button",
7929
+ "state": "promotion"
7930
+ },
7931
+ "path": [
7932
+ "color",
7933
+ "theme",
7934
+ "common",
7935
+ "button",
7936
+ "promotion",
7937
+ "normal"
7938
+ ]
8062
7939
  },
8063
7940
  "hover": {
8064
- "0": {
8065
- "parent": "theme/stable/light",
8066
- "type": "color",
8067
- "value": "#601e66",
8068
- "description": "",
8069
- "filePath": "src/theme/stable/light.json",
8070
- "isSource": true,
8071
- "original": {
8072
- "parent": "theme/stable/light",
8073
- "type": "color",
8074
- "value": "{color.decorative.purple.80}",
8075
- "description": ""
8076
- },
8077
- "name": "mds-color-theme-common-button-promotion-hover-0",
8078
- "attributes": {
8079
- "category": "color",
8080
- "type": "theme",
8081
- "item": "common",
8082
- "subitem": "button",
8083
- "state": "promotion"
8084
- },
8085
- "path": [
8086
- "color",
8087
- "theme",
8088
- "common",
8089
- "button",
8090
- "promotion",
8091
- "hover",
8092
- "0"
8093
- ]
7941
+ "parent": "theme/stable/light",
7942
+ "$extensions": {
7943
+ "studio.tokens": {
7944
+ "modify": {}
7945
+ }
8094
7946
  },
8095
- "1": {
7947
+ "type": "color",
7948
+ "value": "linear-gradient(46deg, #601e66 0%, #66262d 100%)",
7949
+ "description": "Used for hover state of promotion button",
7950
+ "filePath": "src/theme/stable/light.json",
7951
+ "isSource": true,
7952
+ "original": {
8096
7953
  "parent": "theme/stable/light",
8097
- "type": "color",
8098
- "value": "#66262d",
8099
- "description": "",
8100
- "filePath": "src/theme/stable/light.json",
8101
- "isSource": true,
8102
- "original": {
8103
- "parent": "theme/stable/light",
8104
- "type": "color",
8105
- "value": "{color.decorative.pink.80}",
8106
- "description": ""
8107
- },
8108
- "name": "mds-color-theme-common-button-promotion-hover-1",
8109
- "attributes": {
8110
- "category": "color",
8111
- "type": "theme",
8112
- "item": "common",
8113
- "subitem": "button",
8114
- "state": "promotion"
7954
+ "$extensions": {
7955
+ "studio.tokens": {
7956
+ "modify": {}
7957
+ }
8115
7958
  },
8116
- "path": [
8117
- "color",
8118
- "theme",
8119
- "common",
8120
- "button",
8121
- "promotion",
8122
- "hover",
8123
- "1"
8124
- ]
8125
- }
7959
+ "type": "color",
7960
+ "value": "linear-gradient(46deg, {color.decorative.purple.80} 0%, {color.decorative.pink.80} 100%)",
7961
+ "description": "Used for hover state of promotion button"
7962
+ },
7963
+ "name": "mds-color-theme-common-button-promotion-hover",
7964
+ "attributes": {
7965
+ "category": "color",
7966
+ "type": "theme",
7967
+ "item": "common",
7968
+ "subitem": "button",
7969
+ "state": "promotion"
7970
+ },
7971
+ "path": [
7972
+ "color",
7973
+ "theme",
7974
+ "common",
7975
+ "button",
7976
+ "promotion",
7977
+ "hover"
7978
+ ]
8126
7979
  },
8127
7980
  "active": {
8128
- "0": {
8129
- "parent": "theme/stable/light",
8130
- "type": "color",
8131
- "value": "#601e66",
8132
- "description": "",
8133
- "filePath": "src/theme/stable/light.json",
8134
- "isSource": true,
8135
- "original": {
8136
- "parent": "theme/stable/light",
8137
- "type": "color",
8138
- "value": "{color.decorative.purple.80}",
8139
- "description": ""
8140
- },
8141
- "name": "mds-color-theme-common-button-promotion-active-0",
8142
- "attributes": {
8143
- "category": "color",
8144
- "type": "theme",
8145
- "item": "common",
8146
- "subitem": "button",
8147
- "state": "promotion"
8148
- },
8149
- "path": [
8150
- "color",
8151
- "theme",
8152
- "common",
8153
- "button",
8154
- "promotion",
8155
- "active",
8156
- "0"
8157
- ]
7981
+ "parent": "theme/stable/light",
7982
+ "$extensions": {
7983
+ "studio.tokens": {
7984
+ "modify": {}
7985
+ }
8158
7986
  },
8159
- "1": {
7987
+ "type": "color",
7988
+ "value": "linear-gradient(46deg, #3b1840 0%, #3b1e21 100%)",
7989
+ "description": "Used for active state of promotion button",
7990
+ "filePath": "src/theme/stable/light.json",
7991
+ "isSource": true,
7992
+ "original": {
8160
7993
  "parent": "theme/stable/light",
8161
- "type": "color",
8162
- "value": "#3b1e21",
8163
- "description": "",
8164
- "filePath": "src/theme/stable/light.json",
8165
- "isSource": true,
8166
- "original": {
8167
- "parent": "theme/stable/light",
8168
- "type": "color",
8169
- "value": "{color.decorative.pink.90}",
8170
- "description": ""
8171
- },
8172
- "name": "mds-color-theme-common-button-promotion-active-1",
8173
- "attributes": {
8174
- "category": "color",
8175
- "type": "theme",
8176
- "item": "common",
8177
- "subitem": "button",
8178
- "state": "promotion"
7994
+ "$extensions": {
7995
+ "studio.tokens": {
7996
+ "modify": {}
7997
+ }
8179
7998
  },
8180
- "path": [
8181
- "color",
8182
- "theme",
8183
- "common",
8184
- "button",
8185
- "promotion",
8186
- "active",
8187
- "1"
8188
- ]
8189
- }
7999
+ "type": "color",
8000
+ "value": "linear-gradient(46deg, {color.decorative.purple.90} 0%, {color.decorative.pink.90} 100%)",
8001
+ "description": "Used for active state of promotion button"
8002
+ },
8003
+ "name": "mds-color-theme-common-button-promotion-active",
8004
+ "attributes": {
8005
+ "category": "color",
8006
+ "type": "theme",
8007
+ "item": "common",
8008
+ "subitem": "button",
8009
+ "state": "promotion"
8010
+ },
8011
+ "path": [
8012
+ "color",
8013
+ "theme",
8014
+ "common",
8015
+ "button",
8016
+ "promotion",
8017
+ "active"
8018
+ ]
8190
8019
  }
8191
8020
  },
8192
8021
  "join": {
8193
8022
  "animated": {
8194
8023
  "gradient": {
8195
8024
  "normal": {
8196
- "0": {
8197
- "parent": "theme/stable/light",
8198
- "type": "color",
8199
- "value": "#30c9b0",
8200
- "description": "",
8201
- "filePath": "src/theme/stable/light.json",
8202
- "isSource": true,
8203
- "original": {
8204
- "parent": "theme/stable/light",
8205
- "type": "color",
8206
- "value": "{color.decorative.mint.40}",
8207
- "description": ""
8208
- },
8209
- "name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
8210
- "attributes": {
8211
- "category": "color",
8212
- "type": "theme",
8213
- "item": "common",
8214
- "subitem": "button",
8215
- "state": "join"
8216
- },
8217
- "path": [
8218
- "color",
8219
- "theme",
8220
- "common",
8221
- "button",
8222
- "join",
8223
- "animated",
8224
- "gradient",
8225
- "normal",
8226
- "0"
8227
- ]
8025
+ "parent": "theme/stable/light",
8026
+ "$extensions": {
8027
+ "studio.tokens": {
8028
+ "modify": {}
8029
+ }
8228
8030
  },
8229
- "1": {
8031
+ "type": "color",
8032
+ "value": "linear-gradient(90deg, #30c9b0 0%, #64b4fa 51%, #30c9b0 100%)",
8033
+ "description": "linear-gradient(90deg, #30C9B0 0%, #64B4FA 51%, #529E91 100%)",
8034
+ "filePath": "src/theme/stable/light.json",
8035
+ "isSource": true,
8036
+ "original": {
8230
8037
  "parent": "theme/stable/light",
8231
- "type": "color",
8232
- "value": "#64b4fa",
8233
- "description": "",
8234
- "filePath": "src/theme/stable/light.json",
8235
- "isSource": true,
8236
- "original": {
8237
- "parent": "theme/stable/light",
8238
- "type": "color",
8239
- "value": "{color.core.blue.40}",
8240
- "description": ""
8038
+ "$extensions": {
8039
+ "studio.tokens": {
8040
+ "modify": {}
8041
+ }
8241
8042
  },
8242
- "name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
8243
- "attributes": {
8244
- "category": "color",
8245
- "type": "theme",
8246
- "item": "common",
8247
- "subitem": "button",
8248
- "state": "join"
8249
- },
8250
- "path": [
8251
- "color",
8252
- "theme",
8253
- "common",
8254
- "button",
8255
- "join",
8256
- "animated",
8257
- "gradient",
8258
- "normal",
8259
- "1"
8260
- ]
8261
- },
8262
- "2": {
8263
- "parent": "theme/stable/light",
8264
8043
  "type": "color",
8265
- "value": "#30c9b0",
8266
- "description": "",
8267
- "filePath": "src/theme/stable/light.json",
8268
- "isSource": true,
8269
- "original": {
8270
- "parent": "theme/stable/light",
8271
- "type": "color",
8272
- "value": "{color.decorative.mint.40}",
8273
- "description": ""
8274
- },
8275
- "name": "mds-color-theme-common-button-join-animated-gradient-normal-2",
8276
- "attributes": {
8277
- "category": "color",
8278
- "type": "theme",
8279
- "item": "common",
8280
- "subitem": "button",
8281
- "state": "join"
8282
- },
8283
- "path": [
8284
- "color",
8285
- "theme",
8286
- "common",
8287
- "button",
8288
- "join",
8289
- "animated",
8290
- "gradient",
8291
- "normal",
8292
- "2"
8293
- ]
8294
- }
8044
+ "value": "linear-gradient(90deg, {color.decorative.mint.40} 0%, {color.core.blue.40} 51%, {color.decorative.mint.40} 100%)",
8045
+ "description": "linear-gradient(90deg, #30C9B0 0%, #64B4FA 51%, #529E91 100%)"
8046
+ },
8047
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal",
8048
+ "attributes": {
8049
+ "category": "color",
8050
+ "type": "theme",
8051
+ "item": "common",
8052
+ "subitem": "button",
8053
+ "state": "join"
8054
+ },
8055
+ "path": [
8056
+ "color",
8057
+ "theme",
8058
+ "common",
8059
+ "button",
8060
+ "join",
8061
+ "animated",
8062
+ "gradient",
8063
+ "normal"
8064
+ ]
8295
8065
  }
8296
8066
  }
8297
8067
  }
@@ -10666,830 +10436,890 @@
10666
10436
  }
10667
10437
  }
10668
10438
  },
10669
- "gradientdivider": {
10670
- "normal": {
10671
- "0": {
10439
+ "avatar": {
10440
+ "default": {
10441
+ "parent": "theme/stable/light",
10442
+ "type": "color",
10443
+ "value": "#545454",
10444
+ "description": "",
10445
+ "filePath": "src/theme/stable/light.json",
10446
+ "isSource": true,
10447
+ "original": {
10672
10448
  "parent": "theme/stable/light",
10673
10449
  "type": "color",
10674
- "value": "#00000000",
10675
- "description": "",
10676
- "filePath": "src/theme/stable/light.json",
10677
- "isSource": true,
10678
- "original": {
10679
- "parent": "theme/stable/light",
10680
- "type": "color",
10681
- "value": "{color.core.black-alpha.0}",
10682
- "description": ""
10683
- },
10684
- "name": "mds-color-theme-gradientdivider-normal-0",
10685
- "attributes": {
10686
- "category": "color",
10687
- "type": "theme",
10688
- "item": "gradientdivider",
10689
- "subitem": "normal",
10690
- "state": "0"
10691
- },
10692
- "path": [
10693
- "color",
10694
- "theme",
10695
- "gradientdivider",
10696
- "normal",
10697
- "0"
10698
- ]
10450
+ "value": "{color.core.gray.70}",
10451
+ "description": ""
10699
10452
  },
10700
- "1": {
10453
+ "name": "mds-color-theme-avatar-default",
10454
+ "attributes": {
10455
+ "category": "color",
10456
+ "type": "theme",
10457
+ "item": "avatar",
10458
+ "subitem": "default"
10459
+ },
10460
+ "path": [
10461
+ "color",
10462
+ "theme",
10463
+ "avatar",
10464
+ "default"
10465
+ ]
10466
+ },
10467
+ "cobalt": {
10468
+ "parent": "theme/stable/light",
10469
+ "type": "color",
10470
+ "value": "#08599c",
10471
+ "description": "",
10472
+ "filePath": "src/theme/stable/light.json",
10473
+ "isSource": true,
10474
+ "original": {
10701
10475
  "parent": "theme/stable/light",
10702
10476
  "type": "color",
10703
- "value": "#00000033",
10704
- "description": "",
10705
- "filePath": "src/theme/stable/light.json",
10706
- "isSource": true,
10707
- "original": {
10708
- "parent": "theme/stable/light",
10709
- "type": "color",
10710
- "value": "{color.core.black-alpha.20}",
10711
- "description": ""
10712
- },
10713
- "name": "mds-color-theme-gradientdivider-normal-1",
10714
- "attributes": {
10715
- "category": "color",
10716
- "type": "theme",
10717
- "item": "gradientdivider",
10718
- "subitem": "normal",
10719
- "state": "1"
10720
- },
10721
- "path": [
10722
- "color",
10723
- "theme",
10724
- "gradientdivider",
10725
- "normal",
10726
- "1"
10727
- ]
10728
- }
10477
+ "value": "{color.decorative.cobalt.70}",
10478
+ "description": ""
10479
+ },
10480
+ "name": "mds-color-theme-avatar-cobalt",
10481
+ "attributes": {
10482
+ "category": "color",
10483
+ "type": "theme",
10484
+ "item": "avatar",
10485
+ "subitem": "cobalt"
10486
+ },
10487
+ "path": [
10488
+ "color",
10489
+ "theme",
10490
+ "avatar",
10491
+ "cobalt"
10492
+ ]
10729
10493
  },
10730
- "hover": {
10731
- "0": {
10494
+ "cyan": {
10495
+ "parent": "theme/stable/light",
10496
+ "type": "color",
10497
+ "value": "#066070",
10498
+ "description": "",
10499
+ "filePath": "src/theme/stable/light.json",
10500
+ "isSource": true,
10501
+ "original": {
10732
10502
  "parent": "theme/stable/light",
10733
10503
  "type": "color",
10734
- "value": "#00000000",
10735
- "description": "",
10736
- "filePath": "src/theme/stable/light.json",
10737
- "isSource": true,
10738
- "original": {
10739
- "parent": "theme/stable/light",
10740
- "type": "color",
10741
- "value": "{color.core.black-alpha.0}",
10742
- "description": ""
10743
- },
10744
- "name": "mds-color-theme-gradientdivider-hover-0",
10745
- "attributes": {
10746
- "category": "color",
10747
- "type": "theme",
10748
- "item": "gradientdivider",
10749
- "subitem": "hover",
10750
- "state": "0"
10751
- },
10752
- "path": [
10753
- "color",
10754
- "theme",
10755
- "gradientdivider",
10756
- "hover",
10757
- "0"
10758
- ]
10504
+ "value": "{color.decorative.cyan.70}",
10505
+ "description": ""
10759
10506
  },
10760
- "1": {
10507
+ "name": "mds-color-theme-avatar-cyan",
10508
+ "attributes": {
10509
+ "category": "color",
10510
+ "type": "theme",
10511
+ "item": "avatar",
10512
+ "subitem": "cyan"
10513
+ },
10514
+ "path": [
10515
+ "color",
10516
+ "theme",
10517
+ "avatar",
10518
+ "cyan"
10519
+ ]
10520
+ },
10521
+ "gold": {
10522
+ "parent": "theme/stable/light",
10523
+ "type": "color",
10524
+ "value": "#735107",
10525
+ "description": "",
10526
+ "filePath": "src/theme/stable/light.json",
10527
+ "isSource": true,
10528
+ "original": {
10761
10529
  "parent": "theme/stable/light",
10762
10530
  "type": "color",
10763
- "value": "#00000099",
10764
- "description": "",
10765
- "filePath": "src/theme/stable/light.json",
10766
- "isSource": true,
10767
- "original": {
10768
- "parent": "theme/stable/light",
10769
- "type": "color",
10770
- "value": "{color.core.black-alpha.60}",
10771
- "description": ""
10772
- },
10773
- "name": "mds-color-theme-gradientdivider-hover-1",
10774
- "attributes": {
10775
- "category": "color",
10776
- "type": "theme",
10777
- "item": "gradientdivider",
10778
- "subitem": "hover",
10779
- "state": "1"
10780
- },
10781
- "path": [
10782
- "color",
10783
- "theme",
10784
- "gradientdivider",
10785
- "hover",
10786
- "1"
10787
- ]
10788
- }
10531
+ "value": "{color.decorative.gold.70}",
10532
+ "description": ""
10533
+ },
10534
+ "name": "mds-color-theme-avatar-gold",
10535
+ "attributes": {
10536
+ "category": "color",
10537
+ "type": "theme",
10538
+ "item": "avatar",
10539
+ "subitem": "gold"
10540
+ },
10541
+ "path": [
10542
+ "color",
10543
+ "theme",
10544
+ "avatar",
10545
+ "gold"
10546
+ ]
10789
10547
  },
10790
- "error": {
10791
- "normal": {
10792
- "0": {
10793
- "parent": "theme/stable/light",
10794
- "type": "color",
10795
- "value": "#ab0a15",
10796
- "description": "",
10797
- "filePath": "src/theme/stable/light.json",
10798
- "isSource": true,
10799
- "original": {
10800
- "parent": "theme/stable/light",
10801
- "type": "color",
10802
- "value": "{color.core.red.70}",
10803
- "description": ""
10804
- },
10805
- "name": "mds-color-theme-gradientdivider-error-normal-0",
10806
- "attributes": {
10807
- "category": "color",
10808
- "type": "theme",
10809
- "item": "gradientdivider",
10810
- "subitem": "error",
10811
- "state": "normal"
10812
- },
10813
- "path": [
10814
- "color",
10815
- "theme",
10816
- "gradientdivider",
10817
- "error",
10818
- "normal",
10819
- "0"
10820
- ]
10821
- },
10822
- "1": {
10823
- "parent": "theme/stable/light",
10824
- "type": "color",
10825
- "value": "#ab0a15",
10826
- "description": "",
10827
- "filePath": "src/theme/stable/light.json",
10828
- "isSource": true,
10829
- "original": {
10830
- "parent": "theme/stable/light",
10831
- "type": "color",
10832
- "value": "{color.core.red.70}",
10833
- "description": ""
10834
- },
10835
- "name": "mds-color-theme-gradientdivider-error-normal-1",
10836
- "attributes": {
10837
- "category": "color",
10838
- "type": "theme",
10839
- "item": "gradientdivider",
10840
- "subitem": "error",
10841
- "state": "normal"
10842
- },
10843
- "path": [
10844
- "color",
10845
- "theme",
10846
- "gradientdivider",
10847
- "error",
10848
- "normal",
10849
- "1"
10850
- ]
10851
- }
10548
+ "lime": {
10549
+ "parent": "theme/stable/light",
10550
+ "type": "color",
10551
+ "value": "#416116",
10552
+ "description": "",
10553
+ "filePath": "src/theme/stable/light.json",
10554
+ "isSource": true,
10555
+ "original": {
10556
+ "parent": "theme/stable/light",
10557
+ "type": "color",
10558
+ "value": "{color.decorative.lime.70}",
10559
+ "description": ""
10852
10560
  },
10853
- "hover": {
10854
- "0": {
10855
- "parent": "theme/stable/light",
10856
- "type": "color",
10857
- "value": "#ab0a15",
10858
- "description": "",
10859
- "filePath": "src/theme/stable/light.json",
10860
- "isSource": true,
10861
- "original": {
10862
- "parent": "theme/stable/light",
10863
- "type": "color",
10864
- "value": "{color.core.red.70}",
10865
- "description": ""
10866
- },
10867
- "name": "mds-color-theme-gradientdivider-error-hover-0",
10868
- "attributes": {
10869
- "category": "color",
10870
- "type": "theme",
10871
- "item": "gradientdivider",
10872
- "subitem": "error",
10873
- "state": "hover"
10874
- },
10875
- "path": [
10876
- "color",
10877
- "theme",
10878
- "gradientdivider",
10879
- "error",
10880
- "hover",
10881
- "0"
10882
- ]
10883
- },
10884
- "1": {
10885
- "parent": "theme/stable/light",
10886
- "type": "color",
10887
- "value": "#ab0a15",
10888
- "description": "",
10889
- "filePath": "src/theme/stable/light.json",
10890
- "isSource": true,
10891
- "original": {
10892
- "parent": "theme/stable/light",
10893
- "type": "color",
10894
- "value": "{color.core.red.70}",
10895
- "description": ""
10896
- },
10897
- "name": "mds-color-theme-gradientdivider-error-hover-1",
10898
- "attributes": {
10899
- "category": "color",
10900
- "type": "theme",
10901
- "item": "gradientdivider",
10902
- "subitem": "error",
10903
- "state": "hover"
10904
- },
10905
- "path": [
10906
- "color",
10907
- "theme",
10908
- "gradientdivider",
10909
- "error",
10910
- "hover",
10911
- "1"
10912
- ]
10913
- }
10914
- }
10561
+ "name": "mds-color-theme-avatar-lime",
10562
+ "attributes": {
10563
+ "category": "color",
10564
+ "type": "theme",
10565
+ "item": "avatar",
10566
+ "subitem": "lime"
10567
+ },
10568
+ "path": [
10569
+ "color",
10570
+ "theme",
10571
+ "avatar",
10572
+ "lime"
10573
+ ]
10915
10574
  },
10916
- "warning": {
10917
- "normal": {
10918
- "0": {
10919
- "parent": "theme/stable/light",
10920
- "type": "color",
10921
- "value": "#7d4705",
10922
- "description": "",
10923
- "filePath": "src/theme/stable/light.json",
10924
- "isSource": true,
10925
- "original": {
10926
- "parent": "theme/stable/light",
10927
- "type": "color",
10928
- "value": "{color.core.yellow.70}",
10929
- "description": ""
10930
- },
10931
- "name": "mds-color-theme-gradientdivider-warning-normal-0",
10932
- "attributes": {
10933
- "category": "color",
10934
- "type": "theme",
10935
- "item": "gradientdivider",
10936
- "subitem": "warning",
10937
- "state": "normal"
10938
- },
10939
- "path": [
10940
- "color",
10941
- "theme",
10942
- "gradientdivider",
10943
- "warning",
10944
- "normal",
10945
- "0"
10946
- ]
10947
- },
10948
- "1": {
10949
- "parent": "theme/stable/light",
10950
- "type": "color",
10951
- "value": "#7d4705",
10952
- "description": "",
10953
- "filePath": "src/theme/stable/light.json",
10954
- "isSource": true,
10955
- "original": {
10956
- "parent": "theme/stable/light",
10957
- "type": "color",
10958
- "value": "{color.core.yellow.70}",
10959
- "description": ""
10960
- },
10961
- "name": "mds-color-theme-gradientdivider-warning-normal-1",
10962
- "attributes": {
10963
- "category": "color",
10964
- "type": "theme",
10965
- "item": "gradientdivider",
10966
- "subitem": "warning",
10967
- "state": "normal"
10968
- },
10969
- "path": [
10970
- "color",
10971
- "theme",
10972
- "gradientdivider",
10973
- "warning",
10974
- "normal",
10975
- "1"
10976
- ]
10977
- }
10575
+ "mint": {
10576
+ "parent": "theme/stable/light",
10577
+ "type": "color",
10578
+ "value": "#12615a",
10579
+ "description": "",
10580
+ "filePath": "src/theme/stable/light.json",
10581
+ "isSource": true,
10582
+ "original": {
10583
+ "parent": "theme/stable/light",
10584
+ "type": "color",
10585
+ "value": "{color.decorative.mint.70}",
10586
+ "description": ""
10978
10587
  },
10979
- "hover": {
10980
- "0": {
10981
- "parent": "theme/stable/light",
10982
- "type": "color",
10983
- "value": "#7d4705",
10984
- "description": "",
10985
- "filePath": "src/theme/stable/light.json",
10986
- "isSource": true,
10987
- "original": {
10988
- "parent": "theme/stable/light",
10989
- "type": "color",
10990
- "value": "{color.core.yellow.70}",
10991
- "description": ""
10992
- },
10993
- "name": "mds-color-theme-gradientdivider-warning-hover-0",
10994
- "attributes": {
10995
- "category": "color",
10996
- "type": "theme",
10997
- "item": "gradientdivider",
10998
- "subitem": "warning",
10999
- "state": "hover"
11000
- },
11001
- "path": [
11002
- "color",
11003
- "theme",
11004
- "gradientdivider",
11005
- "warning",
11006
- "hover",
11007
- "0"
11008
- ]
11009
- },
11010
- "1": {
11011
- "parent": "theme/stable/light",
11012
- "type": "color",
11013
- "value": "#7d4705",
11014
- "description": "",
11015
- "filePath": "src/theme/stable/light.json",
11016
- "isSource": true,
11017
- "original": {
11018
- "parent": "theme/stable/light",
11019
- "type": "color",
11020
- "value": "{color.core.yellow.70}",
11021
- "description": ""
11022
- },
11023
- "name": "mds-color-theme-gradientdivider-warning-hover-1",
11024
- "attributes": {
11025
- "category": "color",
11026
- "type": "theme",
11027
- "item": "gradientdivider",
11028
- "subitem": "warning",
11029
- "state": "hover"
11030
- },
11031
- "path": [
11032
- "color",
11033
- "theme",
11034
- "gradientdivider",
11035
- "warning",
11036
- "hover",
11037
- "1"
11038
- ]
11039
- }
11040
- }
10588
+ "name": "mds-color-theme-avatar-mint",
10589
+ "attributes": {
10590
+ "category": "color",
10591
+ "type": "theme",
10592
+ "item": "avatar",
10593
+ "subitem": "mint"
10594
+ },
10595
+ "path": [
10596
+ "color",
10597
+ "theme",
10598
+ "avatar",
10599
+ "mint"
10600
+ ]
10601
+ },
10602
+ "orange": {
10603
+ "parent": "theme/stable/light",
10604
+ "type": "color",
10605
+ "value": "#9c3202",
10606
+ "description": "",
10607
+ "filePath": "src/theme/stable/light.json",
10608
+ "isSource": true,
10609
+ "original": {
10610
+ "parent": "theme/stable/light",
10611
+ "type": "color",
10612
+ "value": "{color.core.orange.70}",
10613
+ "description": ""
10614
+ },
10615
+ "name": "mds-color-theme-avatar-orange",
10616
+ "attributes": {
10617
+ "category": "color",
10618
+ "type": "theme",
10619
+ "item": "avatar",
10620
+ "subitem": "orange"
10621
+ },
10622
+ "path": [
10623
+ "color",
10624
+ "theme",
10625
+ "avatar",
10626
+ "orange"
10627
+ ]
10628
+ },
10629
+ "pink": {
10630
+ "parent": "theme/stable/light",
10631
+ "type": "color",
10632
+ "value": "#a12a3a",
10633
+ "description": "",
10634
+ "filePath": "src/theme/stable/light.json",
10635
+ "isSource": true,
10636
+ "original": {
10637
+ "parent": "theme/stable/light",
10638
+ "type": "color",
10639
+ "value": "{color.decorative.pink.70}",
10640
+ "description": ""
10641
+ },
10642
+ "name": "mds-color-theme-avatar-pink",
10643
+ "attributes": {
10644
+ "category": "color",
10645
+ "type": "theme",
10646
+ "item": "avatar",
10647
+ "subitem": "pink"
10648
+ },
10649
+ "path": [
10650
+ "color",
10651
+ "theme",
10652
+ "avatar",
10653
+ "pink"
10654
+ ]
11041
10655
  },
11042
- "announce": {
11043
- "normal": {
11044
- "0": {
11045
- "parent": "theme/stable/light",
11046
- "type": "color",
11047
- "value": "#0353a8",
11048
- "description": "",
11049
- "filePath": "src/theme/stable/light.json",
11050
- "isSource": true,
11051
- "original": {
11052
- "parent": "theme/stable/light",
11053
- "type": "color",
11054
- "value": "{color.core.blue.70}",
11055
- "description": ""
11056
- },
11057
- "name": "mds-color-theme-gradientdivider-announce-normal-0",
11058
- "attributes": {
11059
- "category": "color",
11060
- "type": "theme",
11061
- "item": "gradientdivider",
11062
- "subitem": "announce",
11063
- "state": "normal"
11064
- },
11065
- "path": [
11066
- "color",
11067
- "theme",
11068
- "gradientdivider",
11069
- "announce",
11070
- "normal",
11071
- "0"
11072
- ]
11073
- },
11074
- "1": {
11075
- "parent": "theme/stable/light",
11076
- "type": "color",
11077
- "value": "#0353a8",
11078
- "description": "",
11079
- "filePath": "src/theme/stable/light.json",
11080
- "isSource": true,
11081
- "original": {
11082
- "parent": "theme/stable/light",
11083
- "type": "color",
11084
- "value": "{color.core.blue.70}",
11085
- "description": ""
11086
- },
11087
- "name": "mds-color-theme-gradientdivider-announce-normal-1",
11088
- "attributes": {
11089
- "category": "color",
11090
- "type": "theme",
11091
- "item": "gradientdivider",
11092
- "subitem": "announce",
11093
- "state": "normal"
11094
- },
11095
- "path": [
11096
- "color",
11097
- "theme",
11098
- "gradientdivider",
11099
- "announce",
11100
- "normal",
11101
- "1"
11102
- ]
11103
- }
10656
+ "purple": {
10657
+ "parent": "theme/stable/light",
10658
+ "type": "color",
10659
+ "value": "#932099",
10660
+ "description": "",
10661
+ "filePath": "src/theme/stable/light.json",
10662
+ "isSource": true,
10663
+ "original": {
10664
+ "parent": "theme/stable/light",
10665
+ "type": "color",
10666
+ "value": "{color.decorative.purple.70}",
10667
+ "description": ""
11104
10668
  },
11105
- "hover": {
11106
- "0": {
11107
- "parent": "theme/stable/light",
11108
- "type": "color",
11109
- "value": "#0353a8",
11110
- "description": "",
11111
- "filePath": "src/theme/stable/light.json",
11112
- "isSource": true,
11113
- "original": {
11114
- "parent": "theme/stable/light",
11115
- "type": "color",
11116
- "value": "{color.core.blue.70}",
11117
- "description": ""
11118
- },
11119
- "name": "mds-color-theme-gradientdivider-announce-hover-0",
11120
- "attributes": {
11121
- "category": "color",
11122
- "type": "theme",
11123
- "item": "gradientdivider",
11124
- "subitem": "announce",
11125
- "state": "hover"
11126
- },
11127
- "path": [
11128
- "color",
11129
- "theme",
11130
- "gradientdivider",
11131
- "announce",
11132
- "hover",
11133
- "0"
11134
- ]
11135
- },
11136
- "1": {
11137
- "parent": "theme/stable/light",
11138
- "type": "color",
11139
- "value": "#0353a8",
11140
- "description": "",
11141
- "filePath": "src/theme/stable/light.json",
11142
- "isSource": true,
11143
- "original": {
11144
- "parent": "theme/stable/light",
11145
- "type": "color",
11146
- "value": "{color.core.blue.70}",
11147
- "description": ""
11148
- },
11149
- "name": "mds-color-theme-gradientdivider-announce-hover-1",
11150
- "attributes": {
11151
- "category": "color",
11152
- "type": "theme",
11153
- "item": "gradientdivider",
11154
- "subitem": "announce",
11155
- "state": "hover"
11156
- },
11157
- "path": [
11158
- "color",
11159
- "theme",
11160
- "gradientdivider",
11161
- "announce",
11162
- "hover",
11163
- "1"
11164
- ]
11165
- }
11166
- }
11167
- }
11168
- },
11169
- "avatar": {
11170
- "default": {
10669
+ "name": "mds-color-theme-avatar-purple",
10670
+ "attributes": {
10671
+ "category": "color",
10672
+ "type": "theme",
10673
+ "item": "avatar",
10674
+ "subitem": "purple"
10675
+ },
10676
+ "path": [
10677
+ "color",
10678
+ "theme",
10679
+ "avatar",
10680
+ "purple"
10681
+ ]
10682
+ },
10683
+ "slate": {
11171
10684
  "parent": "theme/stable/light",
11172
10685
  "type": "color",
11173
- "value": "#545454",
10686
+ "value": "#535573",
11174
10687
  "description": "",
11175
10688
  "filePath": "src/theme/stable/light.json",
11176
10689
  "isSource": true,
11177
10690
  "original": {
11178
10691
  "parent": "theme/stable/light",
11179
10692
  "type": "color",
11180
- "value": "{color.core.gray.70}",
10693
+ "value": "{color.decorative.slate.70}",
11181
10694
  "description": ""
11182
10695
  },
11183
- "name": "mds-color-theme-avatar-default",
10696
+ "name": "mds-color-theme-avatar-slate",
11184
10697
  "attributes": {
11185
10698
  "category": "color",
11186
10699
  "type": "theme",
11187
10700
  "item": "avatar",
11188
- "subitem": "default"
10701
+ "subitem": "slate"
11189
10702
  },
11190
10703
  "path": [
11191
10704
  "color",
11192
10705
  "theme",
11193
10706
  "avatar",
11194
- "default"
10707
+ "slate"
11195
10708
  ]
11196
10709
  },
11197
- "cobalt": {
10710
+ "violet": {
11198
10711
  "parent": "theme/stable/light",
11199
10712
  "type": "color",
11200
- "value": "#08599c",
10713
+ "value": "#643abd",
11201
10714
  "description": "",
11202
10715
  "filePath": "src/theme/stable/light.json",
11203
10716
  "isSource": true,
11204
10717
  "original": {
11205
10718
  "parent": "theme/stable/light",
11206
10719
  "type": "color",
11207
- "value": "{color.decorative.cobalt.70}",
10720
+ "value": "{color.decorative.violet.70}",
11208
10721
  "description": ""
11209
10722
  },
11210
- "name": "mds-color-theme-avatar-cobalt",
10723
+ "name": "mds-color-theme-avatar-violet",
11211
10724
  "attributes": {
11212
10725
  "category": "color",
11213
10726
  "type": "theme",
11214
10727
  "item": "avatar",
11215
- "subitem": "cobalt"
10728
+ "subitem": "violet"
11216
10729
  },
11217
10730
  "path": [
11218
10731
  "color",
11219
10732
  "theme",
11220
10733
  "avatar",
11221
- "cobalt"
10734
+ "violet"
11222
10735
  ]
11223
10736
  },
11224
- "cyan": {
10737
+ "yellow": {
11225
10738
  "parent": "theme/stable/light",
11226
10739
  "type": "color",
11227
- "value": "#066070",
10740
+ "value": "#7d4705",
11228
10741
  "description": "",
11229
10742
  "filePath": "src/theme/stable/light.json",
11230
10743
  "isSource": true,
11231
10744
  "original": {
11232
10745
  "parent": "theme/stable/light",
11233
10746
  "type": "color",
11234
- "value": "{color.decorative.cyan.70}",
10747
+ "value": "{color.core.yellow.70}",
11235
10748
  "description": ""
11236
10749
  },
11237
- "name": "mds-color-theme-avatar-cyan",
10750
+ "name": "mds-color-theme-avatar-yellow",
11238
10751
  "attributes": {
11239
10752
  "category": "color",
11240
10753
  "type": "theme",
11241
10754
  "item": "avatar",
11242
- "subitem": "cyan"
10755
+ "subitem": "yellow"
11243
10756
  },
11244
10757
  "path": [
11245
10758
  "color",
11246
10759
  "theme",
11247
10760
  "avatar",
11248
- "cyan"
10761
+ "yellow"
11249
10762
  ]
10763
+ }
10764
+ },
10765
+ "gradientdivider": {
10766
+ "default": {
10767
+ "normal": {
10768
+ "parent": "theme/stable/dark",
10769
+ "$extensions": {
10770
+ "studio.tokens": {
10771
+ "modify": {}
10772
+ }
10773
+ },
10774
+ "type": "color",
10775
+ "value": "linear-gradient(90deg, #00000000 0%, #00000033 100%, #00000033 100%, #00000000 0%)",
10776
+ "description": "linear-gradient(90deg, #00000000 0%, #0000033 22.4%, #00000033 72.4%, #00000000 100%)\nUsed for default default on compose area in space",
10777
+ "filePath": "src/theme/stable/light.json",
10778
+ "isSource": true,
10779
+ "original": {
10780
+ "parent": "theme/stable/dark",
10781
+ "$extensions": {
10782
+ "studio.tokens": {
10783
+ "modify": {}
10784
+ }
10785
+ },
10786
+ "type": "color",
10787
+ "value": "linear-gradient(90deg, {color.core.black-alpha.0} 0%, {color.core.black-alpha.20} 100%, {color.core.black-alpha.20} 100%, {color.core.black-alpha.0} 0%)",
10788
+ "description": "linear-gradient(90deg, #00000000 0%, #0000033 22.4%, #00000033 72.4%, #00000000 100%)\nUsed for default default on compose area in space"
10789
+ },
10790
+ "name": "mds-color-theme-gradientdivider-default-normal",
10791
+ "attributes": {
10792
+ "category": "color",
10793
+ "type": "theme",
10794
+ "item": "gradientdivider",
10795
+ "subitem": "default",
10796
+ "state": "normal"
10797
+ },
10798
+ "path": [
10799
+ "color",
10800
+ "theme",
10801
+ "gradientdivider",
10802
+ "default",
10803
+ "normal"
10804
+ ]
10805
+ },
10806
+ "hover": {
10807
+ "parent": "theme/stable/dark",
10808
+ "$extensions": {
10809
+ "studio.tokens": {
10810
+ "modify": {}
10811
+ }
10812
+ },
10813
+ "type": "color",
10814
+ "value": "linear-gradient(90deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)",
10815
+ "description": "(90deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)\nUsed for hover state of gradient divider for spaces",
10816
+ "filePath": "src/theme/stable/light.json",
10817
+ "isSource": true,
10818
+ "original": {
10819
+ "parent": "theme/stable/dark",
10820
+ "$extensions": {
10821
+ "studio.tokens": {
10822
+ "modify": {}
10823
+ }
10824
+ },
10825
+ "type": "color",
10826
+ "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%)",
10827
+ "description": "(90deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)\nUsed for hover state of gradient divider for spaces"
10828
+ },
10829
+ "name": "mds-color-theme-gradientdivider-default-hover",
10830
+ "attributes": {
10831
+ "category": "color",
10832
+ "type": "theme",
10833
+ "item": "gradientdivider",
10834
+ "subitem": "default",
10835
+ "state": "hover"
10836
+ },
10837
+ "path": [
10838
+ "color",
10839
+ "theme",
10840
+ "gradientdivider",
10841
+ "default",
10842
+ "hover"
10843
+ ]
10844
+ }
10845
+ },
10846
+ "error": {
10847
+ "normal": {
10848
+ "parent": "theme/stable/dark",
10849
+ "$extensions": {
10850
+ "studio.tokens": {
10851
+ "modify": {}
10852
+ }
10853
+ },
10854
+ "type": "color",
10855
+ "value": "linear-gradient(90deg, #ab0a1500 0%, #ab0a1599 22.4%, #ab0a1599 22.4%, #ab0a1500 100%)",
10856
+ "description": "linear-gradient(90deg, #ab0a15 0%, #ab0a15 60%, #ab0a15 60%, #ab0a15 0%)\nUsed for divider on the compose area for classified spaces",
10857
+ "filePath": "src/theme/stable/light.json",
10858
+ "isSource": true,
10859
+ "original": {
10860
+ "parent": "theme/stable/dark",
10861
+ "$extensions": {
10862
+ "studio.tokens": {
10863
+ "modify": {}
10864
+ }
10865
+ },
10866
+ "type": "color",
10867
+ "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%)",
10868
+ "description": "linear-gradient(90deg, #ab0a15 0%, #ab0a15 60%, #ab0a15 60%, #ab0a15 0%)\nUsed for divider on the compose area for classified spaces"
10869
+ },
10870
+ "name": "mds-color-theme-gradientdivider-error-normal",
10871
+ "attributes": {
10872
+ "category": "color",
10873
+ "type": "theme",
10874
+ "item": "gradientdivider",
10875
+ "subitem": "error",
10876
+ "state": "normal"
10877
+ },
10878
+ "path": [
10879
+ "color",
10880
+ "theme",
10881
+ "gradientdivider",
10882
+ "error",
10883
+ "normal"
10884
+ ]
10885
+ },
10886
+ "hover": {
10887
+ "parent": "theme/stable/dark",
10888
+ "$extensions": {
10889
+ "studio.tokens": {
10890
+ "modify": {}
10891
+ }
10892
+ },
10893
+ "type": "color",
10894
+ "value": "linear-gradient(90deg, #ab0a1500 0%, #ab0a15e6 22.4%, #ab0a15e6 76.04%, #ab0a1500 100%)",
10895
+ "description": "linear-gradient(90deg, #ab0a15 0%, #ab0a15 90%, #ab0a15 90%, #ab0a15 0%)\n",
10896
+ "filePath": "src/theme/stable/light.json",
10897
+ "isSource": true,
10898
+ "original": {
10899
+ "parent": "theme/stable/dark",
10900
+ "$extensions": {
10901
+ "studio.tokens": {
10902
+ "modify": {}
10903
+ }
10904
+ },
10905
+ "type": "color",
10906
+ "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%)",
10907
+ "description": "linear-gradient(90deg, #ab0a15 0%, #ab0a15 90%, #ab0a15 90%, #ab0a15 0%)\n"
10908
+ },
10909
+ "name": "mds-color-theme-gradientdivider-error-hover",
10910
+ "attributes": {
10911
+ "category": "color",
10912
+ "type": "theme",
10913
+ "item": "gradientdivider",
10914
+ "subitem": "error",
10915
+ "state": "hover"
10916
+ },
10917
+ "path": [
10918
+ "color",
10919
+ "theme",
10920
+ "gradientdivider",
10921
+ "error",
10922
+ "hover"
10923
+ ]
10924
+ }
11250
10925
  },
11251
- "gold": {
11252
- "parent": "theme/stable/light",
11253
- "type": "color",
11254
- "value": "#735107",
11255
- "description": "",
11256
- "filePath": "src/theme/stable/light.json",
11257
- "isSource": true,
11258
- "original": {
11259
- "parent": "theme/stable/light",
10926
+ "warning": {
10927
+ "normal": {
10928
+ "parent": "theme/stable/dark",
10929
+ "$extensions": {
10930
+ "studio.tokens": {
10931
+ "modify": {}
10932
+ }
10933
+ },
11260
10934
  "type": "color",
11261
- "value": "{color.decorative.gold.70}",
11262
- "description": ""
11263
- },
11264
- "name": "mds-color-theme-avatar-gold",
11265
- "attributes": {
11266
- "category": "color",
11267
- "type": "theme",
11268
- "item": "avatar",
11269
- "subitem": "gold"
10935
+ "value": "linear-gradient(90deg, #7d470500 0%, #f2990a22.4%, #f2990a99 76.04%, #f2990a00 100%)",
10936
+ "description": "linear-gradient(90deg, #7d4705 0%, #7d4705 60%, #7d4705 60%, #7d4705 0%)",
10937
+ "filePath": "src/theme/stable/light.json",
10938
+ "isSource": true,
10939
+ "original": {
10940
+ "parent": "theme/stable/dark",
10941
+ "$extensions": {
10942
+ "studio.tokens": {
10943
+ "modify": {}
10944
+ }
10945
+ },
10946
+ "type": "color",
10947
+ "value": "linear-gradient(90deg, {color.core.yellow.70}00 0%, {color.core.yellow.40}22.4%, {color.core.yellow.40}99 76.04%, {color.core.yellow.40}00 100%)",
10948
+ "description": "linear-gradient(90deg, #7d4705 0%, #7d4705 60%, #7d4705 60%, #7d4705 0%)"
10949
+ },
10950
+ "name": "mds-color-theme-gradientdivider-warning-normal",
10951
+ "attributes": {
10952
+ "category": "color",
10953
+ "type": "theme",
10954
+ "item": "gradientdivider",
10955
+ "subitem": "warning",
10956
+ "state": "normal"
10957
+ },
10958
+ "path": [
10959
+ "color",
10960
+ "theme",
10961
+ "gradientdivider",
10962
+ "warning",
10963
+ "normal"
10964
+ ]
11270
10965
  },
11271
- "path": [
11272
- "color",
11273
- "theme",
11274
- "avatar",
11275
- "gold"
11276
- ]
10966
+ "hover": {
10967
+ "parent": "theme/stable/dark",
10968
+ "$extensions": {
10969
+ "studio.tokens": {
10970
+ "modify": {}
10971
+ }
10972
+ },
10973
+ "type": "color",
10974
+ "value": "linear-gradient(90deg, #7d470500 0%, #7d4705e6 22.4%, #7d4705e6 76.04%, #7d470500 100%)",
10975
+ "description": "linear-gradient(90deg, #7d4705 0%, #7d4705 90%, #7d4705 90%, #7d4705 0%)",
10976
+ "filePath": "src/theme/stable/light.json",
10977
+ "isSource": true,
10978
+ "original": {
10979
+ "parent": "theme/stable/dark",
10980
+ "$extensions": {
10981
+ "studio.tokens": {
10982
+ "modify": {}
10983
+ }
10984
+ },
10985
+ "type": "color",
10986
+ "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%)",
10987
+ "description": "linear-gradient(90deg, #7d4705 0%, #7d4705 90%, #7d4705 90%, #7d4705 0%)"
10988
+ },
10989
+ "name": "mds-color-theme-gradientdivider-warning-hover",
10990
+ "attributes": {
10991
+ "category": "color",
10992
+ "type": "theme",
10993
+ "item": "gradientdivider",
10994
+ "subitem": "warning",
10995
+ "state": "hover"
10996
+ },
10997
+ "path": [
10998
+ "color",
10999
+ "theme",
11000
+ "gradientdivider",
11001
+ "warning",
11002
+ "hover"
11003
+ ]
11004
+ }
11277
11005
  },
11278
- "lime": {
11279
- "parent": "theme/stable/light",
11280
- "type": "color",
11281
- "value": "#416116",
11282
- "description": "",
11283
- "filePath": "src/theme/stable/light.json",
11284
- "isSource": true,
11285
- "original": {
11286
- "parent": "theme/stable/light",
11006
+ "announce": {
11007
+ "normal": {
11008
+ "parent": "theme/stable/dark",
11009
+ "$extensions": {
11010
+ "studio.tokens": {
11011
+ "modify": {}
11012
+ }
11013
+ },
11287
11014
  "type": "color",
11288
- "value": "{color.decorative.lime.70}",
11289
- "description": ""
11290
- },
11291
- "name": "mds-color-theme-avatar-lime",
11292
- "attributes": {
11293
- "category": "color",
11294
- "type": "theme",
11295
- "item": "avatar",
11296
- "subitem": "lime"
11015
+ "value": "linear-gradient(90deg, #0353a800 0%, #0353a899 22.4%, #0353a899 22.4%, #0353a800 100%)",
11016
+ "filePath": "src/theme/stable/light.json",
11017
+ "isSource": true,
11018
+ "original": {
11019
+ "parent": "theme/stable/dark",
11020
+ "$extensions": {
11021
+ "studio.tokens": {
11022
+ "modify": {}
11023
+ }
11024
+ },
11025
+ "type": "color",
11026
+ "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%)"
11027
+ },
11028
+ "name": "mds-color-theme-gradientdivider-announce-normal",
11029
+ "attributes": {
11030
+ "category": "color",
11031
+ "type": "theme",
11032
+ "item": "gradientdivider",
11033
+ "subitem": "announce",
11034
+ "state": "normal"
11035
+ },
11036
+ "path": [
11037
+ "color",
11038
+ "theme",
11039
+ "gradientdivider",
11040
+ "announce",
11041
+ "normal"
11042
+ ]
11297
11043
  },
11298
- "path": [
11299
- "color",
11300
- "theme",
11301
- "avatar",
11302
- "lime"
11303
- ]
11044
+ "hover": {
11045
+ "parent": "theme/stable/dark",
11046
+ "$extensions": {
11047
+ "studio.tokens": {
11048
+ "modify": {}
11049
+ }
11050
+ },
11051
+ "type": "color",
11052
+ "value": "linear-gradient(90deg, #0353a800 0%, #0353a8E6 76.04%, #0353a8E6 76.04%, #0353a800 100%)",
11053
+ "description": "linear-gradient(90deg, #0353a8 0%, #0353a8 90%, #0353a8 90%, #0353a8 0%)",
11054
+ "filePath": "src/theme/stable/light.json",
11055
+ "isSource": true,
11056
+ "original": {
11057
+ "parent": "theme/stable/dark",
11058
+ "$extensions": {
11059
+ "studio.tokens": {
11060
+ "modify": {}
11061
+ }
11062
+ },
11063
+ "type": "color",
11064
+ "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%)",
11065
+ "description": "linear-gradient(90deg, #0353a8 0%, #0353a8 90%, #0353a8 90%, #0353a8 0%)"
11066
+ },
11067
+ "name": "mds-color-theme-gradientdivider-announce-hover",
11068
+ "attributes": {
11069
+ "category": "color",
11070
+ "type": "theme",
11071
+ "item": "gradientdivider",
11072
+ "subitem": "announce",
11073
+ "state": "hover"
11074
+ },
11075
+ "path": [
11076
+ "color",
11077
+ "theme",
11078
+ "gradientdivider",
11079
+ "announce",
11080
+ "hover"
11081
+ ]
11082
+ }
11304
11083
  },
11305
- "mint": {
11306
- "parent": "theme/stable/light",
11307
- "type": "color",
11308
- "value": "#12615a",
11309
- "description": "",
11310
- "filePath": "src/theme/stable/light.json",
11311
- "isSource": true,
11312
- "original": {
11313
- "parent": "theme/stable/light",
11084
+ "success": {
11085
+ "normal": {
11086
+ "parent": "theme/stable/dark",
11087
+ "$extensions": {
11088
+ "studio.tokens": {
11089
+ "modify": {}
11090
+ }
11091
+ },
11314
11092
  "type": "color",
11315
- "value": "{color.decorative.mint.70}",
11316
- "description": ""
11317
- },
11318
- "name": "mds-color-theme-avatar-mint",
11319
- "attributes": {
11320
- "category": "color",
11321
- "type": "theme",
11322
- "item": "avatar",
11323
- "subitem": "mint"
11093
+ "value": "linear-gradient(90deg, #185e4600 0%, #185e4699 22.4%, #185e4699 76.04%, #185e4600 100%)",
11094
+ "description": "linear-gradient(90deg, #185e46 0%, #185e46 60%, #185e46 60%, #185e46 0%)",
11095
+ "filePath": "src/theme/stable/light.json",
11096
+ "isSource": true,
11097
+ "original": {
11098
+ "parent": "theme/stable/dark",
11099
+ "$extensions": {
11100
+ "studio.tokens": {
11101
+ "modify": {}
11102
+ }
11103
+ },
11104
+ "type": "color",
11105
+ "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%)",
11106
+ "description": "linear-gradient(90deg, #185e46 0%, #185e46 60%, #185e46 60%, #185e46 0%)"
11107
+ },
11108
+ "name": "mds-color-theme-gradientdivider-success-normal",
11109
+ "attributes": {
11110
+ "category": "color",
11111
+ "type": "theme",
11112
+ "item": "gradientdivider",
11113
+ "subitem": "success",
11114
+ "state": "normal"
11115
+ },
11116
+ "path": [
11117
+ "color",
11118
+ "theme",
11119
+ "gradientdivider",
11120
+ "success",
11121
+ "normal"
11122
+ ]
11324
11123
  },
11325
- "path": [
11326
- "color",
11327
- "theme",
11328
- "avatar",
11329
- "mint"
11330
- ]
11124
+ "hover": {
11125
+ "parent": "theme/stable/dark",
11126
+ "$extensions": {
11127
+ "studio.tokens": {
11128
+ "modify": {}
11129
+ }
11130
+ },
11131
+ "type": "color",
11132
+ "value": "linear-gradient(90deg, #185e4600 0%,#185e46E6 22.4%, #185e46E6 76.04%, #185e4600 100%)",
11133
+ "description": "linear-gradient(90deg, #185e46 0%, #185e46 90%, #185e46 90%, #185e46 0%)",
11134
+ "filePath": "src/theme/stable/light.json",
11135
+ "isSource": true,
11136
+ "original": {
11137
+ "parent": "theme/stable/dark",
11138
+ "$extensions": {
11139
+ "studio.tokens": {
11140
+ "modify": {}
11141
+ }
11142
+ },
11143
+ "type": "color",
11144
+ "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%)",
11145
+ "description": "linear-gradient(90deg, #185e46 0%, #185e46 90%, #185e46 90%, #185e46 0%)"
11146
+ },
11147
+ "name": "mds-color-theme-gradientdivider-success-hover",
11148
+ "attributes": {
11149
+ "category": "color",
11150
+ "type": "theme",
11151
+ "item": "gradientdivider",
11152
+ "subitem": "success",
11153
+ "state": "hover"
11154
+ },
11155
+ "path": [
11156
+ "color",
11157
+ "theme",
11158
+ "gradientdivider",
11159
+ "success",
11160
+ "hover"
11161
+ ]
11162
+ }
11331
11163
  },
11332
11164
  "orange": {
11333
- "parent": "theme/stable/light",
11334
- "type": "color",
11335
- "value": "#9c3202",
11336
- "description": "",
11337
- "filePath": "src/theme/stable/light.json",
11338
- "isSource": true,
11339
- "original": {
11340
- "parent": "theme/stable/light",
11165
+ "normal": {
11166
+ "parent": "theme/stable/dark",
11167
+ "$extensions": {
11168
+ "studio.tokens": {
11169
+ "modify": {}
11170
+ }
11171
+ },
11341
11172
  "type": "color",
11342
- "value": "{color.core.orange.70}",
11343
- "description": ""
11344
- },
11345
- "name": "mds-color-theme-avatar-orange",
11346
- "attributes": {
11347
- "category": "color",
11348
- "type": "theme",
11349
- "item": "avatar",
11350
- "subitem": "orange"
11173
+ "value": "linear-gradient(90deg, #9c320200 0%, #9c320299 22.4%, #9c320299 76.04%, #9c320200 100%)",
11174
+ "description": "linear-gradient(90deg, #9c3202 0%, #9c3202 60%, #9c3202 60%, #9c3202 0%)\n",
11175
+ "filePath": "src/theme/stable/light.json",
11176
+ "isSource": true,
11177
+ "original": {
11178
+ "parent": "theme/stable/dark",
11179
+ "$extensions": {
11180
+ "studio.tokens": {
11181
+ "modify": {}
11182
+ }
11183
+ },
11184
+ "type": "color",
11185
+ "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%)",
11186
+ "description": "linear-gradient(90deg, #9c3202 0%, #9c3202 60%, #9c3202 60%, #9c3202 0%)\n"
11187
+ },
11188
+ "name": "mds-color-theme-gradientdivider-orange-normal",
11189
+ "attributes": {
11190
+ "category": "color",
11191
+ "type": "theme",
11192
+ "item": "gradientdivider",
11193
+ "subitem": "orange",
11194
+ "state": "normal"
11195
+ },
11196
+ "path": [
11197
+ "color",
11198
+ "theme",
11199
+ "gradientdivider",
11200
+ "orange",
11201
+ "normal"
11202
+ ]
11351
11203
  },
11352
- "path": [
11353
- "color",
11354
- "theme",
11355
- "avatar",
11356
- "orange"
11357
- ]
11358
- },
11359
- "pink": {
11360
- "parent": "theme/stable/light",
11361
- "type": "color",
11362
- "value": "#a12a3a",
11363
- "description": "",
11364
- "filePath": "src/theme/stable/light.json",
11365
- "isSource": true,
11366
- "original": {
11367
- "parent": "theme/stable/light",
11204
+ "hover": {
11205
+ "parent": "theme/stable/dark",
11206
+ "$extensions": {
11207
+ "studio.tokens": {
11208
+ "modify": {}
11209
+ }
11210
+ },
11368
11211
  "type": "color",
11369
- "value": "{color.decorative.pink.70}",
11370
- "description": ""
11371
- },
11372
- "name": "mds-color-theme-avatar-pink",
11373
- "attributes": {
11374
- "category": "color",
11375
- "type": "theme",
11376
- "item": "avatar",
11377
- "subitem": "pink"
11378
- },
11379
- "path": [
11380
- "color",
11381
- "theme",
11382
- "avatar",
11383
- "pink"
11384
- ]
11212
+ "value": "linear-gradient(90deg, #9c320200 0%,#9c3202E6 22.4%, #9c3202E6 76.04%, #9c320200 100%)",
11213
+ "description": "linear-gradient(90deg, #9c3202 0%, #9c3202 90%, #9c3202 90%, #9c3202 0%)\n",
11214
+ "filePath": "src/theme/stable/light.json",
11215
+ "isSource": true,
11216
+ "original": {
11217
+ "parent": "theme/stable/dark",
11218
+ "$extensions": {
11219
+ "studio.tokens": {
11220
+ "modify": {}
11221
+ }
11222
+ },
11223
+ "type": "color",
11224
+ "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%)",
11225
+ "description": "linear-gradient(90deg, #9c3202 0%, #9c3202 90%, #9c3202 90%, #9c3202 0%)\n"
11226
+ },
11227
+ "name": "mds-color-theme-gradientdivider-orange-hover",
11228
+ "attributes": {
11229
+ "category": "color",
11230
+ "type": "theme",
11231
+ "item": "gradientdivider",
11232
+ "subitem": "orange",
11233
+ "state": "hover"
11234
+ },
11235
+ "path": [
11236
+ "color",
11237
+ "theme",
11238
+ "gradientdivider",
11239
+ "orange",
11240
+ "hover"
11241
+ ]
11242
+ }
11385
11243
  },
11386
11244
  "purple": {
11387
- "parent": "theme/stable/light",
11388
- "type": "color",
11389
- "value": "#932099",
11390
- "description": "",
11391
- "filePath": "src/theme/stable/light.json",
11392
- "isSource": true,
11393
- "original": {
11394
- "parent": "theme/stable/light",
11395
- "type": "color",
11396
- "value": "{color.decorative.purple.70}",
11397
- "description": ""
11398
- },
11399
- "name": "mds-color-theme-avatar-purple",
11400
- "attributes": {
11401
- "category": "color",
11402
- "type": "theme",
11403
- "item": "avatar",
11404
- "subitem": "purple"
11405
- },
11406
- "path": [
11407
- "color",
11408
- "theme",
11409
- "avatar",
11410
- "purple"
11411
- ]
11412
- },
11413
- "slate": {
11414
- "parent": "theme/stable/light",
11415
- "type": "color",
11416
- "value": "#535573",
11417
- "description": "",
11418
- "filePath": "src/theme/stable/light.json",
11419
- "isSource": true,
11420
- "original": {
11421
- "parent": "theme/stable/light",
11422
- "type": "color",
11423
- "value": "{color.decorative.slate.70}",
11424
- "description": ""
11425
- },
11426
- "name": "mds-color-theme-avatar-slate",
11427
- "attributes": {
11428
- "category": "color",
11429
- "type": "theme",
11430
- "item": "avatar",
11431
- "subitem": "slate"
11432
- },
11433
- "path": [
11434
- "color",
11435
- "theme",
11436
- "avatar",
11437
- "slate"
11438
- ]
11439
- },
11440
- "violet": {
11441
- "parent": "theme/stable/light",
11442
- "type": "color",
11443
- "value": "#643abd",
11444
- "description": "",
11445
- "filePath": "src/theme/stable/light.json",
11446
- "isSource": true,
11447
- "original": {
11448
- "parent": "theme/stable/light",
11245
+ "normal": {
11246
+ "parent": "theme/stable/dark",
11247
+ "$extensions": {
11248
+ "studio.tokens": {
11249
+ "modify": {}
11250
+ }
11251
+ },
11449
11252
  "type": "color",
11450
- "value": "{color.decorative.violet.70}",
11451
- "description": ""
11452
- },
11453
- "name": "mds-color-theme-avatar-violet",
11454
- "attributes": {
11455
- "category": "color",
11456
- "type": "theme",
11457
- "item": "avatar",
11458
- "subitem": "violet"
11253
+ "value": "linear-gradient(90deg, #93209900 0%, #93209999 22.4%, #93209999 76.04%, #93209900 100%)",
11254
+ "description": "linear-gradient(90deg, #932099 0%, #932099 60%, #932099 60%, #fd884e 0%)\n",
11255
+ "filePath": "src/theme/stable/light.json",
11256
+ "isSource": true,
11257
+ "original": {
11258
+ "parent": "theme/stable/dark",
11259
+ "$extensions": {
11260
+ "studio.tokens": {
11261
+ "modify": {}
11262
+ }
11263
+ },
11264
+ "type": "color",
11265
+ "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%)",
11266
+ "description": "linear-gradient(90deg, #932099 0%, #932099 60%, #932099 60%, #fd884e 0%)\n"
11267
+ },
11268
+ "name": "mds-color-theme-gradientdivider-purple-normal",
11269
+ "attributes": {
11270
+ "category": "color",
11271
+ "type": "theme",
11272
+ "item": "gradientdivider",
11273
+ "subitem": "purple",
11274
+ "state": "normal"
11275
+ },
11276
+ "path": [
11277
+ "color",
11278
+ "theme",
11279
+ "gradientdivider",
11280
+ "purple",
11281
+ "normal"
11282
+ ]
11459
11283
  },
11460
- "path": [
11461
- "color",
11462
- "theme",
11463
- "avatar",
11464
- "violet"
11465
- ]
11466
- },
11467
- "yellow": {
11468
- "parent": "theme/stable/light",
11469
- "type": "color",
11470
- "value": "#7d4705",
11471
- "description": "",
11472
- "filePath": "src/theme/stable/light.json",
11473
- "isSource": true,
11474
- "original": {
11475
- "parent": "theme/stable/light",
11284
+ "hover": {
11285
+ "parent": "theme/stable/dark",
11286
+ "$extensions": {
11287
+ "studio.tokens": {
11288
+ "modify": {}
11289
+ }
11290
+ },
11476
11291
  "type": "color",
11477
- "value": "{color.core.yellow.70}",
11478
- "description": ""
11479
- },
11480
- "name": "mds-color-theme-avatar-yellow",
11481
- "attributes": {
11482
- "category": "color",
11483
- "type": "theme",
11484
- "item": "avatar",
11485
- "subitem": "yellow"
11486
- },
11487
- "path": [
11488
- "color",
11489
- "theme",
11490
- "avatar",
11491
- "yellow"
11492
- ]
11292
+ "value": "linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%)",
11293
+ "description": "linear-gradient(90deg, #932099 0%, #932099 90%, #932099 90%, #fd884e 0%)\n",
11294
+ "filePath": "src/theme/stable/light.json",
11295
+ "isSource": true,
11296
+ "original": {
11297
+ "parent": "theme/stable/dark",
11298
+ "$extensions": {
11299
+ "studio.tokens": {
11300
+ "modify": {}
11301
+ }
11302
+ },
11303
+ "type": "color",
11304
+ "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%)",
11305
+ "description": "linear-gradient(90deg, #932099 0%, #932099 90%, #932099 90%, #fd884e 0%)\n"
11306
+ },
11307
+ "name": "mds-color-theme-gradientdivider-purple-hover",
11308
+ "attributes": {
11309
+ "category": "color",
11310
+ "type": "theme",
11311
+ "item": "gradientdivider",
11312
+ "subitem": "purple",
11313
+ "state": "hover"
11314
+ },
11315
+ "path": [
11316
+ "color",
11317
+ "theme",
11318
+ "gradientdivider",
11319
+ "purple",
11320
+ "hover"
11321
+ ]
11322
+ }
11493
11323
  }
11494
11324
  }
11495
11325
  }