@momentum-design/tokens 0.0.57 → 0.0.59

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 +52 -10
  5. package/dist/css/theme/webex/hc-dark-stable.css +27 -1
  6. package/dist/css/theme/webex/hc-light-stable.css +74 -48
  7. package/dist/css/theme/webex/light-stable.css +53 -11
  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 +52 -10
  12. package/dist/ios/theme/webex/hc-dark-stable.swift +27 -1
  13. package/dist/ios/theme/webex/hc-light-stable.swift +74 -48
  14. package/dist/ios/theme/webex/light-stable.swift +53 -11
  15. package/dist/json/theme/webex/dark-stable.json +1375 -57
  16. package/dist/json/theme/webex/hc-dark-stable.json +784 -0
  17. package/dist/json/theme/webex/hc-light-stable.json +887 -187
  18. package/dist/json/theme/webex/light-stable.json +1371 -57
  19. package/dist/json-minimal/theme/webex/dark-stable.json +102 -2
  20. package/dist/json-minimal/theme/webex/hc-dark-stable.json +56 -0
  21. package/dist/json-minimal/theme/webex/hc-light-stable.json +103 -47
  22. package/dist/json-minimal/theme/webex/light-stable.json +103 -3
  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 +52 -10
  27. package/dist/resources/theme/webex/hc-dark-stable.xml +27 -1
  28. package/dist/resources/theme/webex/hc-light-stable.xml +74 -48
  29. package/dist/resources/theme/webex/light-stable.xml +53 -11
  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 +52 -10
  34. package/dist/scss/theme/webex/hc-dark-stable.scss +28 -2
  35. package/dist/scss/theme/webex/hc-light-stable.scss +74 -48
  36. package/dist/scss/theme/webex/light-stable.scss +53 -11
  37. package/package.json +1 -1
@@ -2523,14 +2523,12 @@
2523
2523
  "parent": "theme/stable/light",
2524
2524
  "type": "color",
2525
2525
  "value": "#00000000",
2526
- "description": "",
2527
2526
  "filePath": "src/theme/stable/light.json",
2528
2527
  "isSource": true,
2529
2528
  "original": {
2530
2529
  "parent": "theme/stable/light",
2531
2530
  "type": "color",
2532
- "value": "{color.core.black-alpha.0}",
2533
- "description": ""
2531
+ "value": "{color.core.black-alpha.0}"
2534
2532
  },
2535
2533
  "name": "mds-color-theme-background-primary-ghost",
2536
2534
  "attributes": {
@@ -4452,6 +4450,304 @@
4452
4450
  "normal"
4453
4451
  ]
4454
4452
  }
4453
+ },
4454
+ "gradient": {
4455
+ "primary": {
4456
+ "normal": {
4457
+ "0": {
4458
+ "parent": "theme/stable/light",
4459
+ "type": "color",
4460
+ "value": "#f0f0f0",
4461
+ "description": "",
4462
+ "filePath": "src/theme/stable/light.json",
4463
+ "isSource": true,
4464
+ "original": {
4465
+ "parent": "theme/stable/light",
4466
+ "type": "color",
4467
+ "value": "{color.gradient.default.light.primary.0}",
4468
+ "description": ""
4469
+ },
4470
+ "name": "mds-color-theme-background-gradient-primary-normal-0",
4471
+ "attributes": {
4472
+ "category": "color",
4473
+ "type": "theme",
4474
+ "item": "background",
4475
+ "subitem": "gradient",
4476
+ "state": "primary"
4477
+ },
4478
+ "path": [
4479
+ "color",
4480
+ "theme",
4481
+ "background",
4482
+ "gradient",
4483
+ "primary",
4484
+ "normal",
4485
+ "0"
4486
+ ]
4487
+ },
4488
+ "1": {
4489
+ "parent": "theme/stable/light",
4490
+ "type": "color",
4491
+ "value": "#ffffff",
4492
+ "description": "",
4493
+ "filePath": "src/theme/stable/light.json",
4494
+ "isSource": true,
4495
+ "original": {
4496
+ "parent": "theme/stable/light",
4497
+ "type": "color",
4498
+ "value": "{color.gradient.default.light.primary.1}",
4499
+ "description": ""
4500
+ },
4501
+ "name": "mds-color-theme-background-gradient-primary-normal-1",
4502
+ "attributes": {
4503
+ "category": "color",
4504
+ "type": "theme",
4505
+ "item": "background",
4506
+ "subitem": "gradient",
4507
+ "state": "primary"
4508
+ },
4509
+ "path": [
4510
+ "color",
4511
+ "theme",
4512
+ "background",
4513
+ "gradient",
4514
+ "primary",
4515
+ "normal",
4516
+ "1"
4517
+ ]
4518
+ }
4519
+ }
4520
+ },
4521
+ "secondary": {
4522
+ "normal": {
4523
+ "0": {
4524
+ "parent": "theme/stable/light",
4525
+ "type": "color",
4526
+ "value": "#fafafa",
4527
+ "description": "",
4528
+ "filePath": "src/theme/stable/light.json",
4529
+ "isSource": true,
4530
+ "original": {
4531
+ "parent": "theme/stable/light",
4532
+ "type": "color",
4533
+ "value": "{color.gradient.default.light.secondary.0}",
4534
+ "description": ""
4535
+ },
4536
+ "name": "mds-color-theme-background-gradient-secondary-normal-0",
4537
+ "attributes": {
4538
+ "category": "color",
4539
+ "type": "theme",
4540
+ "item": "background",
4541
+ "subitem": "gradient",
4542
+ "state": "secondary"
4543
+ },
4544
+ "path": [
4545
+ "color",
4546
+ "theme",
4547
+ "background",
4548
+ "gradient",
4549
+ "secondary",
4550
+ "normal",
4551
+ "0"
4552
+ ]
4553
+ },
4554
+ "1": {
4555
+ "parent": "theme/stable/light",
4556
+ "type": "color",
4557
+ "value": "#ffffff",
4558
+ "description": "",
4559
+ "filePath": "src/theme/stable/light.json",
4560
+ "isSource": true,
4561
+ "original": {
4562
+ "parent": "theme/stable/light",
4563
+ "type": "color",
4564
+ "value": "{color.gradient.default.light.secondary.1}",
4565
+ "description": ""
4566
+ },
4567
+ "name": "mds-color-theme-background-gradient-secondary-normal-1",
4568
+ "attributes": {
4569
+ "category": "color",
4570
+ "type": "theme",
4571
+ "item": "background",
4572
+ "subitem": "gradient",
4573
+ "state": "secondary"
4574
+ },
4575
+ "path": [
4576
+ "color",
4577
+ "theme",
4578
+ "background",
4579
+ "gradient",
4580
+ "secondary",
4581
+ "normal",
4582
+ "1"
4583
+ ]
4584
+ }
4585
+ }
4586
+ }
4587
+ },
4588
+ "reaction": {
4589
+ "normal": {
4590
+ "0": {
4591
+ "type": "color",
4592
+ "value": "#ffffff",
4593
+ "filePath": "src/theme/stable/light.json",
4594
+ "isSource": true,
4595
+ "original": {
4596
+ "type": "color",
4597
+ "value": "{color.core.white-alpha.100}"
4598
+ },
4599
+ "name": "mds-color-theme-background-reaction-normal-0",
4600
+ "attributes": {
4601
+ "category": "color",
4602
+ "type": "theme",
4603
+ "item": "background",
4604
+ "subitem": "reaction",
4605
+ "state": "normal"
4606
+ },
4607
+ "path": [
4608
+ "color",
4609
+ "theme",
4610
+ "background",
4611
+ "reaction",
4612
+ "normal",
4613
+ "0"
4614
+ ]
4615
+ },
4616
+ "1": {
4617
+ "type": "color",
4618
+ "value": "#ffffff",
4619
+ "filePath": "src/theme/stable/light.json",
4620
+ "isSource": true,
4621
+ "original": {
4622
+ "type": "color",
4623
+ "value": "{color.core.white-alpha.100}"
4624
+ },
4625
+ "name": "mds-color-theme-background-reaction-normal-1",
4626
+ "attributes": {
4627
+ "category": "color",
4628
+ "type": "theme",
4629
+ "item": "background",
4630
+ "subitem": "reaction",
4631
+ "state": "normal"
4632
+ },
4633
+ "path": [
4634
+ "color",
4635
+ "theme",
4636
+ "background",
4637
+ "reaction",
4638
+ "normal",
4639
+ "1"
4640
+ ]
4641
+ }
4642
+ }
4643
+ },
4644
+ "skeleton": {
4645
+ "normal": {
4646
+ "0": {
4647
+ "type": "color",
4648
+ "value": "#ffffff33",
4649
+ "filePath": "src/theme/stable/light.json",
4650
+ "isSource": true,
4651
+ "original": {
4652
+ "type": "color",
4653
+ "value": "{color.core.white-alpha.20}"
4654
+ },
4655
+ "name": "mds-color-theme-background-skeleton-normal-0",
4656
+ "attributes": {
4657
+ "category": "color",
4658
+ "type": "theme",
4659
+ "item": "background",
4660
+ "subitem": "skeleton",
4661
+ "state": "normal"
4662
+ },
4663
+ "path": [
4664
+ "color",
4665
+ "theme",
4666
+ "background",
4667
+ "skeleton",
4668
+ "normal",
4669
+ "0"
4670
+ ]
4671
+ },
4672
+ "1": {
4673
+ "type": "color",
4674
+ "value": "#ffffff4d",
4675
+ "filePath": "src/theme/stable/light.json",
4676
+ "isSource": true,
4677
+ "original": {
4678
+ "type": "color",
4679
+ "value": "{color.core.white-alpha.30}"
4680
+ },
4681
+ "name": "mds-color-theme-background-skeleton-normal-1",
4682
+ "attributes": {
4683
+ "category": "color",
4684
+ "type": "theme",
4685
+ "item": "background",
4686
+ "subitem": "skeleton",
4687
+ "state": "normal"
4688
+ },
4689
+ "path": [
4690
+ "color",
4691
+ "theme",
4692
+ "background",
4693
+ "skeleton",
4694
+ "normal",
4695
+ "1"
4696
+ ]
4697
+ },
4698
+ "2": {
4699
+ "type": "color",
4700
+ "value": "#ffffff66",
4701
+ "filePath": "src/theme/stable/light.json",
4702
+ "isSource": true,
4703
+ "original": {
4704
+ "type": "color",
4705
+ "value": "{color.core.white-alpha.40}"
4706
+ },
4707
+ "name": "mds-color-theme-background-skeleton-normal-2",
4708
+ "attributes": {
4709
+ "category": "color",
4710
+ "type": "theme",
4711
+ "item": "background",
4712
+ "subitem": "skeleton",
4713
+ "state": "normal"
4714
+ },
4715
+ "path": [
4716
+ "color",
4717
+ "theme",
4718
+ "background",
4719
+ "skeleton",
4720
+ "normal",
4721
+ "2"
4722
+ ]
4723
+ },
4724
+ "3": {
4725
+ "type": "color",
4726
+ "value": "#ffffff80",
4727
+ "filePath": "src/theme/stable/light.json",
4728
+ "isSource": true,
4729
+ "original": {
4730
+ "type": "color",
4731
+ "value": "{color.core.white-alpha.50}"
4732
+ },
4733
+ "name": "mds-color-theme-background-skeleton-normal-3",
4734
+ "attributes": {
4735
+ "category": "color",
4736
+ "type": "theme",
4737
+ "item": "background",
4738
+ "subitem": "skeleton",
4739
+ "state": "normal"
4740
+ },
4741
+ "path": [
4742
+ "color",
4743
+ "theme",
4744
+ "background",
4745
+ "skeleton",
4746
+ "normal",
4747
+ "3"
4748
+ ]
4749
+ }
4750
+ }
4455
4751
  }
4456
4752
  },
4457
4753
  "button": {
@@ -4546,15 +4842,13 @@
4546
4842
  "disabled": {
4547
4843
  "parent": "theme/stable/light",
4548
4844
  "type": "color",
4549
- "value": "#00000000",
4550
- "description": "",
4845
+ "value": "#00000033",
4551
4846
  "filePath": "src/theme/stable/light.json",
4552
4847
  "isSource": true,
4553
4848
  "original": {
4554
4849
  "parent": "theme/stable/light",
4555
4850
  "type": "color",
4556
- "value": "{color.core.black-alpha.0}",
4557
- "description": ""
4851
+ "value": "{color.core.black-alpha.20}"
4558
4852
  },
4559
4853
  "name": "mds-color-theme-button-primary-disabled",
4560
4854
  "attributes": {
@@ -6518,7 +6812,7 @@
6518
6812
  ]
6519
6813
  }
6520
6814
  },
6521
- "Pen": {
6815
+ "pen": {
6522
6816
  "black": {
6523
6817
  "parent": "theme/stable/light",
6524
6818
  "type": "color",
@@ -6538,14 +6832,14 @@
6538
6832
  "type": "theme",
6539
6833
  "item": "common",
6540
6834
  "subitem": "whiteboard",
6541
- "state": "Pen"
6835
+ "state": "pen"
6542
6836
  },
6543
6837
  "path": [
6544
6838
  "color",
6545
6839
  "theme",
6546
6840
  "common",
6547
6841
  "whiteboard",
6548
- "Pen",
6842
+ "pen",
6549
6843
  "black"
6550
6844
  ]
6551
6845
  },
@@ -6568,14 +6862,14 @@
6568
6862
  "type": "theme",
6569
6863
  "item": "common",
6570
6864
  "subitem": "whiteboard",
6571
- "state": "Pen"
6865
+ "state": "pen"
6572
6866
  },
6573
6867
  "path": [
6574
6868
  "color",
6575
6869
  "theme",
6576
6870
  "common",
6577
6871
  "whiteboard",
6578
- "Pen",
6872
+ "pen",
6579
6873
  "red"
6580
6874
  ]
6581
6875
  },
@@ -6598,14 +6892,14 @@
6598
6892
  "type": "theme",
6599
6893
  "item": "common",
6600
6894
  "subitem": "whiteboard",
6601
- "state": "Pen"
6895
+ "state": "pen"
6602
6896
  },
6603
6897
  "path": [
6604
6898
  "color",
6605
6899
  "theme",
6606
6900
  "common",
6607
6901
  "whiteboard",
6608
- "Pen",
6902
+ "pen",
6609
6903
  "purple"
6610
6904
  ]
6611
6905
  },
@@ -6628,14 +6922,14 @@
6628
6922
  "type": "theme",
6629
6923
  "item": "common",
6630
6924
  "subitem": "whiteboard",
6631
- "state": "Pen"
6925
+ "state": "pen"
6632
6926
  },
6633
6927
  "path": [
6634
6928
  "color",
6635
6929
  "theme",
6636
6930
  "common",
6637
6931
  "whiteboard",
6638
- "Pen",
6932
+ "pen",
6639
6933
  "blue"
6640
6934
  ]
6641
6935
  },
@@ -6658,14 +6952,14 @@
6658
6952
  "type": "theme",
6659
6953
  "item": "common",
6660
6954
  "subitem": "whiteboard",
6661
- "state": "Pen"
6955
+ "state": "pen"
6662
6956
  },
6663
6957
  "path": [
6664
6958
  "color",
6665
6959
  "theme",
6666
6960
  "common",
6667
6961
  "whiteboard",
6668
- "Pen",
6962
+ "pen",
6669
6963
  "green"
6670
6964
  ]
6671
6965
  },
@@ -6688,14 +6982,14 @@
6688
6982
  "type": "theme",
6689
6983
  "item": "common",
6690
6984
  "subitem": "whiteboard",
6691
- "state": "Pen"
6985
+ "state": "pen"
6692
6986
  },
6693
6987
  "path": [
6694
6988
  "color",
6695
6989
  "theme",
6696
6990
  "common",
6697
6991
  "whiteboard",
6698
- "Pen",
6992
+ "pen",
6699
6993
  "yellow"
6700
6994
  ]
6701
6995
  },
@@ -6718,14 +7012,14 @@
6718
7012
  "type": "theme",
6719
7013
  "item": "common",
6720
7014
  "subitem": "whiteboard",
6721
- "state": "Pen"
7015
+ "state": "pen"
6722
7016
  },
6723
7017
  "path": [
6724
7018
  "color",
6725
7019
  "theme",
6726
7020
  "common",
6727
7021
  "whiteboard",
6728
- "Pen",
7022
+ "pen",
6729
7023
  "white"
6730
7024
  ]
6731
7025
  }
@@ -7047,13 +7341,164 @@
7047
7341
  "normal"
7048
7342
  ]
7049
7343
  }
7050
- }
7051
- }
7052
- },
7053
- "overlays": {
7054
- "primary": {
7055
- "normal": {
7056
- "parent": "theme/stable/light",
7344
+ },
7345
+ "secondary": {
7346
+ "normal": {
7347
+ "parent": "theme/stable/light",
7348
+ "type": "color",
7349
+ "value": "#00000099",
7350
+ "filePath": "src/theme/stable/light.json",
7351
+ "isSource": true,
7352
+ "original": {
7353
+ "parent": "theme/stable/light",
7354
+ "type": "color",
7355
+ "value": "{color.core.black-alpha.60}"
7356
+ },
7357
+ "name": "mds-color-theme-common-inverted-text-secondary-normal",
7358
+ "attributes": {
7359
+ "category": "color",
7360
+ "type": "theme",
7361
+ "item": "common",
7362
+ "subitem": "inverted",
7363
+ "state": "text"
7364
+ },
7365
+ "path": [
7366
+ "color",
7367
+ "theme",
7368
+ "common",
7369
+ "inverted",
7370
+ "text",
7371
+ "secondary",
7372
+ "normal"
7373
+ ]
7374
+ }
7375
+ }
7376
+ },
7377
+ "button": {
7378
+ "secondary": {
7379
+ "normal": {
7380
+ "parent": "theme/stable/light",
7381
+ "type": "color",
7382
+ "value": "#00000000",
7383
+ "filePath": "src/theme/stable/light.json",
7384
+ "isSource": true,
7385
+ "original": {
7386
+ "parent": "theme/stable/light",
7387
+ "type": "color",
7388
+ "value": "{color.core.black-alpha.0}"
7389
+ },
7390
+ "name": "mds-color-theme-common-inverted-button-secondary-normal",
7391
+ "attributes": {
7392
+ "category": "color",
7393
+ "type": "theme",
7394
+ "item": "common",
7395
+ "subitem": "inverted",
7396
+ "state": "button"
7397
+ },
7398
+ "path": [
7399
+ "color",
7400
+ "theme",
7401
+ "common",
7402
+ "inverted",
7403
+ "button",
7404
+ "secondary",
7405
+ "normal"
7406
+ ]
7407
+ },
7408
+ "hover": {
7409
+ "parent": "theme/stable/light",
7410
+ "type": "color",
7411
+ "value": "#00000012",
7412
+ "filePath": "src/theme/stable/light.json",
7413
+ "isSource": true,
7414
+ "original": {
7415
+ "parent": "theme/stable/light",
7416
+ "type": "color",
7417
+ "value": "{color.core.black-alpha.7}"
7418
+ },
7419
+ "name": "mds-color-theme-common-inverted-button-secondary-hover",
7420
+ "attributes": {
7421
+ "category": "color",
7422
+ "type": "theme",
7423
+ "item": "common",
7424
+ "subitem": "inverted",
7425
+ "state": "button"
7426
+ },
7427
+ "path": [
7428
+ "color",
7429
+ "theme",
7430
+ "common",
7431
+ "inverted",
7432
+ "button",
7433
+ "secondary",
7434
+ "hover"
7435
+ ]
7436
+ },
7437
+ "pressed": {
7438
+ "parent": "theme/stable/light",
7439
+ "type": "color",
7440
+ "value": "#00000033",
7441
+ "filePath": "src/theme/stable/light.json",
7442
+ "isSource": true,
7443
+ "original": {
7444
+ "parent": "theme/stable/light",
7445
+ "type": "color",
7446
+ "value": "{color.core.black-alpha.20}"
7447
+ },
7448
+ "name": "mds-color-theme-common-inverted-button-secondary-pressed",
7449
+ "attributes": {
7450
+ "category": "color",
7451
+ "type": "theme",
7452
+ "item": "common",
7453
+ "subitem": "inverted",
7454
+ "state": "button"
7455
+ },
7456
+ "path": [
7457
+ "color",
7458
+ "theme",
7459
+ "common",
7460
+ "inverted",
7461
+ "button",
7462
+ "secondary",
7463
+ "pressed"
7464
+ ]
7465
+ },
7466
+ "disabled": {
7467
+ "parent": "theme/stable/light",
7468
+ "type": "color",
7469
+ "value": "#00000000",
7470
+ "filePath": "src/theme/stable/light.json",
7471
+ "isSource": true,
7472
+ "original": {
7473
+ "parent": "theme/stable/light",
7474
+ "type": "color",
7475
+ "value": "{color.core.black-alpha.0}"
7476
+ },
7477
+ "name": "mds-color-theme-common-inverted-button-secondary-disabled",
7478
+ "attributes": {
7479
+ "category": "color",
7480
+ "type": "theme",
7481
+ "item": "common",
7482
+ "subitem": "inverted",
7483
+ "state": "button"
7484
+ },
7485
+ "path": [
7486
+ "color",
7487
+ "theme",
7488
+ "common",
7489
+ "inverted",
7490
+ "button",
7491
+ "secondary",
7492
+ "disabled"
7493
+ ]
7494
+ }
7495
+ }
7496
+ }
7497
+ },
7498
+ "overlays": {
7499
+ "primary": {
7500
+ "normal": {
7501
+ "parent": "theme/stable/light",
7057
7502
  "type": "color",
7058
7503
  "value": "#000000e6",
7059
7504
  "description": "",
@@ -7747,6 +8192,113 @@
7747
8192
  ]
7748
8193
  }
7749
8194
  }
8195
+ },
8196
+ "join": {
8197
+ "animated": {
8198
+ "gradient": {
8199
+ "normal": {
8200
+ "0": {
8201
+ "parent": "theme/stable/light",
8202
+ "type": "color",
8203
+ "value": "#30c9b0",
8204
+ "description": "",
8205
+ "filePath": "src/theme/stable/light.json",
8206
+ "isSource": true,
8207
+ "original": {
8208
+ "parent": "theme/stable/light",
8209
+ "type": "color",
8210
+ "value": "{color.decorative.mint.40}",
8211
+ "description": ""
8212
+ },
8213
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
8214
+ "attributes": {
8215
+ "category": "color",
8216
+ "type": "theme",
8217
+ "item": "common",
8218
+ "subitem": "button",
8219
+ "state": "join"
8220
+ },
8221
+ "path": [
8222
+ "color",
8223
+ "theme",
8224
+ "common",
8225
+ "button",
8226
+ "join",
8227
+ "animated",
8228
+ "gradient",
8229
+ "normal",
8230
+ "0"
8231
+ ]
8232
+ },
8233
+ "1": {
8234
+ "parent": "theme/stable/light",
8235
+ "type": "color",
8236
+ "value": "#64b4fa",
8237
+ "description": "",
8238
+ "filePath": "src/theme/stable/light.json",
8239
+ "isSource": true,
8240
+ "original": {
8241
+ "parent": "theme/stable/light",
8242
+ "type": "color",
8243
+ "value": "{color.core.blue.40}",
8244
+ "description": ""
8245
+ },
8246
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
8247
+ "attributes": {
8248
+ "category": "color",
8249
+ "type": "theme",
8250
+ "item": "common",
8251
+ "subitem": "button",
8252
+ "state": "join"
8253
+ },
8254
+ "path": [
8255
+ "color",
8256
+ "theme",
8257
+ "common",
8258
+ "button",
8259
+ "join",
8260
+ "animated",
8261
+ "gradient",
8262
+ "normal",
8263
+ "1"
8264
+ ]
8265
+ },
8266
+ "2": {
8267
+ "parent": "theme/stable/light",
8268
+ "type": "color",
8269
+ "value": "#30c9b0",
8270
+ "description": "",
8271
+ "filePath": "src/theme/stable/light.json",
8272
+ "isSource": true,
8273
+ "original": {
8274
+ "parent": "theme/stable/light",
8275
+ "type": "color",
8276
+ "value": "{color.decorative.mint.40}",
8277
+ "description": ""
8278
+ },
8279
+ "name": "mds-color-theme-common-button-join-animated-gradient-normal-2",
8280
+ "attributes": {
8281
+ "category": "color",
8282
+ "type": "theme",
8283
+ "item": "common",
8284
+ "subitem": "button",
8285
+ "state": "join"
8286
+ },
8287
+ "path": [
8288
+ "color",
8289
+ "theme",
8290
+ "common",
8291
+ "button",
8292
+ "join",
8293
+ "animated",
8294
+ "gradient",
8295
+ "normal",
8296
+ "2"
8297
+ ]
8298
+ }
8299
+ }
8300
+ }
8301
+ }
7750
8302
  }
7751
8303
  },
7752
8304
  "outline": {
@@ -7875,6 +8427,80 @@
7875
8427
  "normal"
7876
8428
  ]
7877
8429
  }
8430
+ },
8431
+ "secondary": {
8432
+ "normal": {
8433
+ "$extensions": {
8434
+ "studio.tokens": {
8435
+ "modify": {}
8436
+ }
8437
+ },
8438
+ "type": "color",
8439
+ "value": "#00000033",
8440
+ "filePath": "src/theme/stable/light.json",
8441
+ "isSource": true,
8442
+ "original": {
8443
+ "$extensions": {
8444
+ "studio.tokens": {
8445
+ "modify": {}
8446
+ }
8447
+ },
8448
+ "type": "color",
8449
+ "value": "{color.core.black-alpha.20}"
8450
+ },
8451
+ "name": "mds-color-theme-common-outline-secondary-normal",
8452
+ "attributes": {
8453
+ "category": "color",
8454
+ "type": "theme",
8455
+ "item": "common",
8456
+ "subitem": "outline",
8457
+ "state": "secondary"
8458
+ },
8459
+ "path": [
8460
+ "color",
8461
+ "theme",
8462
+ "common",
8463
+ "outline",
8464
+ "secondary",
8465
+ "normal"
8466
+ ]
8467
+ },
8468
+ "disabled": {
8469
+ "$extensions": {
8470
+ "studio.tokens": {
8471
+ "modify": {}
8472
+ }
8473
+ },
8474
+ "type": "color",
8475
+ "value": "#00000033",
8476
+ "filePath": "src/theme/stable/light.json",
8477
+ "isSource": true,
8478
+ "original": {
8479
+ "$extensions": {
8480
+ "studio.tokens": {
8481
+ "modify": {}
8482
+ }
8483
+ },
8484
+ "type": "color",
8485
+ "value": "{color.core.black-alpha.20}"
8486
+ },
8487
+ "name": "mds-color-theme-common-outline-secondary-disabled",
8488
+ "attributes": {
8489
+ "category": "color",
8490
+ "type": "theme",
8491
+ "item": "common",
8492
+ "subitem": "outline",
8493
+ "state": "secondary"
8494
+ },
8495
+ "path": [
8496
+ "color",
8497
+ "theme",
8498
+ "common",
8499
+ "outline",
8500
+ "secondary",
8501
+ "disabled"
8502
+ ]
8503
+ }
7878
8504
  }
7879
8505
  },
7880
8506
  "control": {
@@ -8043,9 +8669,63 @@
8043
8669
  ]
8044
8670
  }
8045
8671
  }
8672
+ },
8673
+ "solid": {
8674
+ "dark": {
8675
+ "type": "color",
8676
+ "value": "#1a1a1a",
8677
+ "filePath": "src/theme/stable/light.json",
8678
+ "isSource": true,
8679
+ "original": {
8680
+ "type": "color",
8681
+ "value": "{color.core.gray.95}"
8682
+ },
8683
+ "name": "mds-color-theme-common-background-solid-dark",
8684
+ "attributes": {
8685
+ "category": "color",
8686
+ "type": "theme",
8687
+ "item": "common",
8688
+ "subitem": "background",
8689
+ "state": "solid"
8690
+ },
8691
+ "path": [
8692
+ "color",
8693
+ "theme",
8694
+ "common",
8695
+ "background",
8696
+ "solid",
8697
+ "dark"
8698
+ ]
8699
+ },
8700
+ "light": {
8701
+ "type": "color",
8702
+ "value": "#ffffff",
8703
+ "filePath": "src/theme/stable/light.json",
8704
+ "isSource": true,
8705
+ "original": {
8706
+ "type": "color",
8707
+ "value": "{color.core.white-alpha.100}"
8708
+ },
8709
+ "name": "mds-color-theme-common-background-solid-light",
8710
+ "attributes": {
8711
+ "category": "color",
8712
+ "type": "theme",
8713
+ "item": "common",
8714
+ "subitem": "background",
8715
+ "state": "solid"
8716
+ },
8717
+ "path": [
8718
+ "color",
8719
+ "theme",
8720
+ "common",
8721
+ "background",
8722
+ "solid",
8723
+ "light"
8724
+ ]
8725
+ }
8046
8726
  }
8047
8727
  },
8048
- "partner": {
8728
+ "content": {
8049
8729
  "pdf": {
8050
8730
  "parent": "theme/stable/light",
8051
8731
  "type": "color",
@@ -8059,19 +8739,19 @@
8059
8739
  "value": "{color.partner.pdf}",
8060
8740
  "description": "HEX: EE0507\n---------------\nUsed for bacakground of attachment for content-list components."
8061
8741
  },
8062
- "name": "mds-color-theme-common-partner-pdf",
8742
+ "name": "mds-color-theme-common-content-pdf",
8063
8743
  "attributes": {
8064
8744
  "category": "color",
8065
8745
  "type": "theme",
8066
8746
  "item": "common",
8067
- "subitem": "partner",
8747
+ "subitem": "content",
8068
8748
  "state": "pdf"
8069
8749
  },
8070
8750
  "path": [
8071
8751
  "color",
8072
8752
  "theme",
8073
8753
  "common",
8074
- "partner",
8754
+ "content",
8075
8755
  "pdf"
8076
8756
  ]
8077
8757
  },
@@ -8088,19 +8768,19 @@
8088
8768
  "value": "{color.partner.word}",
8089
8769
  "description": "HEX: 0078D6\n---------------\nUsed for bacakground of attachment for content-list components."
8090
8770
  },
8091
- "name": "mds-color-theme-common-partner-word",
8771
+ "name": "mds-color-theme-common-content-word",
8092
8772
  "attributes": {
8093
8773
  "category": "color",
8094
8774
  "type": "theme",
8095
8775
  "item": "common",
8096
- "subitem": "partner",
8776
+ "subitem": "content",
8097
8777
  "state": "word"
8098
8778
  },
8099
8779
  "path": [
8100
8780
  "color",
8101
8781
  "theme",
8102
8782
  "common",
8103
- "partner",
8783
+ "content",
8104
8784
  "word"
8105
8785
  ]
8106
8786
  },
@@ -8117,19 +8797,19 @@
8117
8797
  "value": "{color.partner.powerpoint}",
8118
8798
  "description": "HEX:D93E17\n---------------\nUsed for bacakground of attachment for content-list components."
8119
8799
  },
8120
- "name": "mds-color-theme-common-partner-powerpoint",
8800
+ "name": "mds-color-theme-common-content-powerpoint",
8121
8801
  "attributes": {
8122
8802
  "category": "color",
8123
8803
  "type": "theme",
8124
8804
  "item": "common",
8125
- "subitem": "partner",
8805
+ "subitem": "content",
8126
8806
  "state": "powerpoint"
8127
8807
  },
8128
8808
  "path": [
8129
8809
  "color",
8130
8810
  "theme",
8131
8811
  "common",
8132
- "partner",
8812
+ "content",
8133
8813
  "powerpoint"
8134
8814
  ]
8135
8815
  },
@@ -8146,19 +8826,19 @@
8146
8826
  "value": "{color.partner.excel}",
8147
8827
  "description": "HEX:00893E\n---------------\nUsed for bacakground of attachment for content-list components."
8148
8828
  },
8149
- "name": "mds-color-theme-common-partner-excel",
8829
+ "name": "mds-color-theme-common-content-excel",
8150
8830
  "attributes": {
8151
8831
  "category": "color",
8152
8832
  "type": "theme",
8153
8833
  "item": "common",
8154
- "subitem": "partner",
8834
+ "subitem": "content",
8155
8835
  "state": "excel"
8156
8836
  },
8157
8837
  "path": [
8158
8838
  "color",
8159
8839
  "theme",
8160
8840
  "common",
8161
- "partner",
8841
+ "content",
8162
8842
  "excel"
8163
8843
  ]
8164
8844
  },
@@ -8175,19 +8855,19 @@
8175
8855
  "value": "{color.partner.onenote}",
8176
8856
  "description": "HEX:B839DB\n---------------\nUsed for bacakground of attachment for content-list components."
8177
8857
  },
8178
- "name": "mds-color-theme-common-partner-onenote",
8858
+ "name": "mds-color-theme-common-content-onenote",
8179
8859
  "attributes": {
8180
8860
  "category": "color",
8181
8861
  "type": "theme",
8182
8862
  "item": "common",
8183
- "subitem": "partner",
8863
+ "subitem": "content",
8184
8864
  "state": "onenote"
8185
8865
  },
8186
8866
  "path": [
8187
8867
  "color",
8188
8868
  "theme",
8189
8869
  "common",
8190
- "partner",
8870
+ "content",
8191
8871
  "onenote"
8192
8872
  ]
8193
8873
  },
@@ -8204,19 +8884,19 @@
8204
8884
  "value": "{color.partner.sheets}",
8205
8885
  "description": "HEX:F4B400\n---------------\nUsed for bacakground of attachment for content-list components."
8206
8886
  },
8207
- "name": "mds-color-theme-common-partner-sheets",
8887
+ "name": "mds-color-theme-common-content-sheets",
8208
8888
  "attributes": {
8209
8889
  "category": "color",
8210
8890
  "type": "theme",
8211
8891
  "item": "common",
8212
- "subitem": "partner",
8892
+ "subitem": "content",
8213
8893
  "state": "sheets"
8214
8894
  },
8215
8895
  "path": [
8216
8896
  "color",
8217
8897
  "theme",
8218
8898
  "common",
8219
- "partner",
8899
+ "content",
8220
8900
  "sheets"
8221
8901
  ]
8222
8902
  },
@@ -8233,19 +8913,19 @@
8233
8913
  "value": "{color.partner.slides}",
8234
8914
  "description": "HEX:0F9D58\n---------------\nUsed for bacakground of attachment for content-list components."
8235
8915
  },
8236
- "name": "mds-color-theme-common-partner-slides",
8916
+ "name": "mds-color-theme-common-content-slides",
8237
8917
  "attributes": {
8238
8918
  "category": "color",
8239
8919
  "type": "theme",
8240
8920
  "item": "common",
8241
- "subitem": "partner",
8921
+ "subitem": "content",
8242
8922
  "state": "slides"
8243
8923
  },
8244
8924
  "path": [
8245
8925
  "color",
8246
8926
  "theme",
8247
8927
  "common",
8248
- "partner",
8928
+ "content",
8249
8929
  "slides"
8250
8930
  ]
8251
8931
  },
@@ -8262,19 +8942,19 @@
8262
8942
  "value": "{color.partner.keynote}",
8263
8943
  "description": "HEX:029CFB\n---------------\nUsed for bacakground of attachment for content-list components."
8264
8944
  },
8265
- "name": "mds-color-theme-common-partner-keynote",
8945
+ "name": "mds-color-theme-common-content-keynote",
8266
8946
  "attributes": {
8267
8947
  "category": "color",
8268
8948
  "type": "theme",
8269
8949
  "item": "common",
8270
- "subitem": "partner",
8950
+ "subitem": "content",
8271
8951
  "state": "keynote"
8272
8952
  },
8273
8953
  "path": [
8274
8954
  "color",
8275
8955
  "theme",
8276
8956
  "common",
8277
- "partner",
8957
+ "content",
8278
8958
  "keynote"
8279
8959
  ]
8280
8960
  },
@@ -8291,22 +8971,656 @@
8291
8971
  "value": "{color.partner.doc}",
8292
8972
  "description": "HEX Value: 4285F4"
8293
8973
  },
8294
- "name": "mds-color-theme-common-partner-doc",
8974
+ "name": "mds-color-theme-common-content-doc",
8295
8975
  "attributes": {
8296
8976
  "category": "color",
8297
8977
  "type": "theme",
8298
8978
  "item": "common",
8299
- "subitem": "partner",
8979
+ "subitem": "content",
8300
8980
  "state": "doc"
8301
8981
  },
8302
8982
  "path": [
8303
8983
  "color",
8304
8984
  "theme",
8305
8985
  "common",
8306
- "partner",
8986
+ "content",
8307
8987
  "doc"
8308
8988
  ]
8309
8989
  }
8990
+ },
8991
+ "touchbar": {
8992
+ "background": {
8993
+ "blue": {
8994
+ "normal": {
8995
+ "parent": "theme/stable/light",
8996
+ "type": "color",
8997
+ "value": "#1170cf",
8998
+ "description": "",
8999
+ "filePath": "src/theme/stable/light.json",
9000
+ "isSource": true,
9001
+ "original": {
9002
+ "parent": "theme/stable/light",
9003
+ "type": "color",
9004
+ "value": "{color.core.blue.60}",
9005
+ "description": ""
9006
+ },
9007
+ "name": "mds-color-theme-common-touchbar-background-blue-normal",
9008
+ "attributes": {
9009
+ "category": "color",
9010
+ "type": "theme",
9011
+ "item": "common",
9012
+ "subitem": "touchbar",
9013
+ "state": "background"
9014
+ },
9015
+ "path": [
9016
+ "color",
9017
+ "theme",
9018
+ "common",
9019
+ "touchbar",
9020
+ "background",
9021
+ "blue",
9022
+ "normal"
9023
+ ]
9024
+ },
9025
+ "pressed": {
9026
+ "parent": "theme/stable/light",
9027
+ "type": "color",
9028
+ "value": "#063a75",
9029
+ "description": "",
9030
+ "filePath": "src/theme/stable/light.json",
9031
+ "isSource": true,
9032
+ "original": {
9033
+ "parent": "theme/stable/light",
9034
+ "type": "color",
9035
+ "value": "{color.core.blue.80}",
9036
+ "description": ""
9037
+ },
9038
+ "name": "mds-color-theme-common-touchbar-background-blue-pressed",
9039
+ "attributes": {
9040
+ "category": "color",
9041
+ "type": "theme",
9042
+ "item": "common",
9043
+ "subitem": "touchbar",
9044
+ "state": "background"
9045
+ },
9046
+ "path": [
9047
+ "color",
9048
+ "theme",
9049
+ "common",
9050
+ "touchbar",
9051
+ "background",
9052
+ "blue",
9053
+ "pressed"
9054
+ ]
9055
+ }
9056
+ },
9057
+ "pink": {
9058
+ "normal": {
9059
+ "parent": "theme/stable/light",
9060
+ "type": "color",
9061
+ "value": "#d43b52",
9062
+ "description": "",
9063
+ "filePath": "src/theme/stable/light.json",
9064
+ "isSource": true,
9065
+ "original": {
9066
+ "parent": "theme/stable/light",
9067
+ "type": "color",
9068
+ "value": "{color.decorative.pink.60}",
9069
+ "description": ""
9070
+ },
9071
+ "name": "mds-color-theme-common-touchbar-background-pink-normal",
9072
+ "attributes": {
9073
+ "category": "color",
9074
+ "type": "theme",
9075
+ "item": "common",
9076
+ "subitem": "touchbar",
9077
+ "state": "background"
9078
+ },
9079
+ "path": [
9080
+ "color",
9081
+ "theme",
9082
+ "common",
9083
+ "touchbar",
9084
+ "background",
9085
+ "pink",
9086
+ "normal"
9087
+ ]
9088
+ },
9089
+ "pressed": {
9090
+ "parent": "theme/stable/light",
9091
+ "type": "color",
9092
+ "value": "#66262d",
9093
+ "description": "",
9094
+ "filePath": "src/theme/stable/light.json",
9095
+ "isSource": true,
9096
+ "original": {
9097
+ "parent": "theme/stable/light",
9098
+ "type": "color",
9099
+ "value": "{color.decorative.pink.80}",
9100
+ "description": ""
9101
+ },
9102
+ "name": "mds-color-theme-common-touchbar-background-pink-pressed",
9103
+ "attributes": {
9104
+ "category": "color",
9105
+ "type": "theme",
9106
+ "item": "common",
9107
+ "subitem": "touchbar",
9108
+ "state": "background"
9109
+ },
9110
+ "path": [
9111
+ "color",
9112
+ "theme",
9113
+ "common",
9114
+ "touchbar",
9115
+ "background",
9116
+ "pink",
9117
+ "pressed"
9118
+ ]
9119
+ }
9120
+ },
9121
+ "mint": {
9122
+ "normal": {
9123
+ "parent": "theme/stable/light",
9124
+ "type": "color",
9125
+ "value": "#148579",
9126
+ "description": "",
9127
+ "filePath": "src/theme/stable/light.json",
9128
+ "isSource": true,
9129
+ "original": {
9130
+ "parent": "theme/stable/light",
9131
+ "type": "color",
9132
+ "value": "{color.decorative.mint.60}",
9133
+ "description": ""
9134
+ },
9135
+ "name": "mds-color-theme-common-touchbar-background-mint-normal",
9136
+ "attributes": {
9137
+ "category": "color",
9138
+ "type": "theme",
9139
+ "item": "common",
9140
+ "subitem": "touchbar",
9141
+ "state": "background"
9142
+ },
9143
+ "path": [
9144
+ "color",
9145
+ "theme",
9146
+ "common",
9147
+ "touchbar",
9148
+ "background",
9149
+ "mint",
9150
+ "normal"
9151
+ ]
9152
+ },
9153
+ "pressed": {
9154
+ "parent": "theme/stable/light",
9155
+ "type": "color",
9156
+ "value": "#12423f",
9157
+ "description": "",
9158
+ "filePath": "src/theme/stable/light.json",
9159
+ "isSource": true,
9160
+ "original": {
9161
+ "parent": "theme/stable/light",
9162
+ "type": "color",
9163
+ "value": "{color.decorative.mint.80}",
9164
+ "description": ""
9165
+ },
9166
+ "name": "mds-color-theme-common-touchbar-background-mint-pressed",
9167
+ "attributes": {
9168
+ "category": "color",
9169
+ "type": "theme",
9170
+ "item": "common",
9171
+ "subitem": "touchbar",
9172
+ "state": "background"
9173
+ },
9174
+ "path": [
9175
+ "color",
9176
+ "theme",
9177
+ "common",
9178
+ "touchbar",
9179
+ "background",
9180
+ "mint",
9181
+ "pressed"
9182
+ ]
9183
+ }
9184
+ },
9185
+ "purple": {
9186
+ "normal": {
9187
+ "parent": "theme/stable/light",
9188
+ "type": "color",
9189
+ "value": "#c233c4",
9190
+ "description": "",
9191
+ "filePath": "src/theme/stable/light.json",
9192
+ "isSource": true,
9193
+ "original": {
9194
+ "parent": "theme/stable/light",
9195
+ "type": "color",
9196
+ "value": "{color.decorative.purple.60}",
9197
+ "description": ""
9198
+ },
9199
+ "name": "mds-color-theme-common-touchbar-background-purple-normal",
9200
+ "attributes": {
9201
+ "category": "color",
9202
+ "type": "theme",
9203
+ "item": "common",
9204
+ "subitem": "touchbar",
9205
+ "state": "background"
9206
+ },
9207
+ "path": [
9208
+ "color",
9209
+ "theme",
9210
+ "common",
9211
+ "touchbar",
9212
+ "background",
9213
+ "purple",
9214
+ "normal"
9215
+ ]
9216
+ },
9217
+ "pressed": {
9218
+ "parent": "theme/stable/light",
9219
+ "type": "color",
9220
+ "value": "#601e66",
9221
+ "description": "",
9222
+ "filePath": "src/theme/stable/light.json",
9223
+ "isSource": true,
9224
+ "original": {
9225
+ "parent": "theme/stable/light",
9226
+ "type": "color",
9227
+ "value": "{color.decorative.purple.80}",
9228
+ "description": ""
9229
+ },
9230
+ "name": "mds-color-theme-common-touchbar-background-purple-pressed",
9231
+ "attributes": {
9232
+ "category": "color",
9233
+ "type": "theme",
9234
+ "item": "common",
9235
+ "subitem": "touchbar",
9236
+ "state": "background"
9237
+ },
9238
+ "path": [
9239
+ "color",
9240
+ "theme",
9241
+ "common",
9242
+ "touchbar",
9243
+ "background",
9244
+ "purple",
9245
+ "pressed"
9246
+ ]
9247
+ }
9248
+ },
9249
+ "violet": {
9250
+ "normal": {
9251
+ "parent": "theme/stable/light",
9252
+ "type": "color",
9253
+ "value": "#875ae0",
9254
+ "description": "",
9255
+ "filePath": "src/theme/stable/light.json",
9256
+ "isSource": true,
9257
+ "original": {
9258
+ "parent": "theme/stable/light",
9259
+ "type": "color",
9260
+ "value": "{color.decorative.violet.60}",
9261
+ "description": ""
9262
+ },
9263
+ "name": "mds-color-theme-common-touchbar-background-violet-normal",
9264
+ "attributes": {
9265
+ "category": "color",
9266
+ "type": "theme",
9267
+ "item": "common",
9268
+ "subitem": "touchbar",
9269
+ "state": "background"
9270
+ },
9271
+ "path": [
9272
+ "color",
9273
+ "theme",
9274
+ "common",
9275
+ "touchbar",
9276
+ "background",
9277
+ "violet",
9278
+ "normal"
9279
+ ]
9280
+ },
9281
+ "pressed": {
9282
+ "parent": "theme/stable/light",
9283
+ "type": "color",
9284
+ "value": "#432c78",
9285
+ "description": "",
9286
+ "filePath": "src/theme/stable/light.json",
9287
+ "isSource": true,
9288
+ "original": {
9289
+ "parent": "theme/stable/light",
9290
+ "type": "color",
9291
+ "value": "{color.decorative.violet.80}",
9292
+ "description": ""
9293
+ },
9294
+ "name": "mds-color-theme-common-touchbar-background-violet-pressed",
9295
+ "attributes": {
9296
+ "category": "color",
9297
+ "type": "theme",
9298
+ "item": "common",
9299
+ "subitem": "touchbar",
9300
+ "state": "background"
9301
+ },
9302
+ "path": [
9303
+ "color",
9304
+ "theme",
9305
+ "common",
9306
+ "touchbar",
9307
+ "background",
9308
+ "violet",
9309
+ "pressed"
9310
+ ]
9311
+ }
9312
+ },
9313
+ "orange": {
9314
+ "normal": {
9315
+ "parent": "theme/stable/light",
9316
+ "type": "color",
9317
+ "value": "#c94403",
9318
+ "description": "",
9319
+ "filePath": "src/theme/stable/light.json",
9320
+ "isSource": true,
9321
+ "original": {
9322
+ "parent": "theme/stable/light",
9323
+ "type": "color",
9324
+ "value": "{color.core.orange.60}",
9325
+ "description": ""
9326
+ },
9327
+ "name": "mds-color-theme-common-touchbar-background-orange-normal",
9328
+ "attributes": {
9329
+ "category": "color",
9330
+ "type": "theme",
9331
+ "item": "common",
9332
+ "subitem": "touchbar",
9333
+ "state": "background"
9334
+ },
9335
+ "path": [
9336
+ "color",
9337
+ "theme",
9338
+ "common",
9339
+ "touchbar",
9340
+ "background",
9341
+ "orange",
9342
+ "normal"
9343
+ ]
9344
+ },
9345
+ "pressed": {
9346
+ "parent": "theme/stable/light",
9347
+ "type": "color",
9348
+ "value": "#682601",
9349
+ "description": "",
9350
+ "filePath": "src/theme/stable/light.json",
9351
+ "isSource": true,
9352
+ "original": {
9353
+ "parent": "theme/stable/light",
9354
+ "type": "color",
9355
+ "value": "{color.core.orange.80}",
9356
+ "description": ""
9357
+ },
9358
+ "name": "mds-color-theme-common-touchbar-background-orange-pressed",
9359
+ "attributes": {
9360
+ "category": "color",
9361
+ "type": "theme",
9362
+ "item": "common",
9363
+ "subitem": "touchbar",
9364
+ "state": "background"
9365
+ },
9366
+ "path": [
9367
+ "color",
9368
+ "theme",
9369
+ "common",
9370
+ "touchbar",
9371
+ "background",
9372
+ "orange",
9373
+ "pressed"
9374
+ ]
9375
+ }
9376
+ },
9377
+ "green": {
9378
+ "normal": {
9379
+ "parent": "theme/stable/light",
9380
+ "type": "color",
9381
+ "value": "#1d805f",
9382
+ "description": "",
9383
+ "filePath": "src/theme/stable/light.json",
9384
+ "isSource": true,
9385
+ "original": {
9386
+ "parent": "theme/stable/light",
9387
+ "type": "color",
9388
+ "value": "{color.core.green.60}",
9389
+ "description": ""
9390
+ },
9391
+ "name": "mds-color-theme-common-touchbar-background-green-normal",
9392
+ "attributes": {
9393
+ "category": "color",
9394
+ "type": "theme",
9395
+ "item": "common",
9396
+ "subitem": "touchbar",
9397
+ "state": "background"
9398
+ },
9399
+ "path": [
9400
+ "color",
9401
+ "theme",
9402
+ "common",
9403
+ "touchbar",
9404
+ "background",
9405
+ "green",
9406
+ "normal"
9407
+ ]
9408
+ },
9409
+ "pressed": {
9410
+ "parent": "theme/stable/light",
9411
+ "type": "color",
9412
+ "value": "#134231",
9413
+ "description": "",
9414
+ "filePath": "src/theme/stable/light.json",
9415
+ "isSource": true,
9416
+ "original": {
9417
+ "parent": "theme/stable/light",
9418
+ "type": "color",
9419
+ "value": "{color.core.green.80}",
9420
+ "description": ""
9421
+ },
9422
+ "name": "mds-color-theme-common-touchbar-background-green-pressed",
9423
+ "attributes": {
9424
+ "category": "color",
9425
+ "type": "theme",
9426
+ "item": "common",
9427
+ "subitem": "touchbar",
9428
+ "state": "background"
9429
+ },
9430
+ "path": [
9431
+ "color",
9432
+ "theme",
9433
+ "common",
9434
+ "touchbar",
9435
+ "background",
9436
+ "green",
9437
+ "pressed"
9438
+ ]
9439
+ }
9440
+ },
9441
+ "red": {
9442
+ "normal": {
9443
+ "parent": "theme/stable/light",
9444
+ "type": "color",
9445
+ "value": "#db1f2e",
9446
+ "description": "",
9447
+ "filePath": "src/theme/stable/light.json",
9448
+ "isSource": true,
9449
+ "original": {
9450
+ "parent": "theme/stable/light",
9451
+ "type": "color",
9452
+ "value": "{color.core.red.60}",
9453
+ "description": ""
9454
+ },
9455
+ "name": "mds-color-theme-common-touchbar-background-red-normal",
9456
+ "attributes": {
9457
+ "category": "color",
9458
+ "type": "theme",
9459
+ "item": "common",
9460
+ "subitem": "touchbar",
9461
+ "state": "background"
9462
+ },
9463
+ "path": [
9464
+ "color",
9465
+ "theme",
9466
+ "common",
9467
+ "touchbar",
9468
+ "background",
9469
+ "red",
9470
+ "normal"
9471
+ ]
9472
+ },
9473
+ "pressed": {
9474
+ "parent": "theme/stable/light",
9475
+ "type": "color",
9476
+ "value": "#780d13",
9477
+ "description": "",
9478
+ "filePath": "src/theme/stable/light.json",
9479
+ "isSource": true,
9480
+ "original": {
9481
+ "parent": "theme/stable/light",
9482
+ "type": "color",
9483
+ "value": "{color.core.red.80}",
9484
+ "description": ""
9485
+ },
9486
+ "name": "mds-color-theme-common-touchbar-background-red-pressed",
9487
+ "attributes": {
9488
+ "category": "color",
9489
+ "type": "theme",
9490
+ "item": "common",
9491
+ "subitem": "touchbar",
9492
+ "state": "background"
9493
+ },
9494
+ "path": [
9495
+ "color",
9496
+ "theme",
9497
+ "common",
9498
+ "touchbar",
9499
+ "background",
9500
+ "red",
9501
+ "pressed"
9502
+ ]
9503
+ }
9504
+ },
9505
+ "transparent": {
9506
+ "type": "color",
9507
+ "value": "#00000000",
9508
+ "filePath": "src/theme/stable/light.json",
9509
+ "isSource": true,
9510
+ "original": {
9511
+ "type": "color",
9512
+ "value": "{color.core.black-alpha.0}"
9513
+ },
9514
+ "name": "mds-color-theme-common-touchbar-background-transparent",
9515
+ "attributes": {
9516
+ "category": "color",
9517
+ "type": "theme",
9518
+ "item": "common",
9519
+ "subitem": "touchbar",
9520
+ "state": "background"
9521
+ },
9522
+ "path": [
9523
+ "color",
9524
+ "theme",
9525
+ "common",
9526
+ "touchbar",
9527
+ "background",
9528
+ "transparent"
9529
+ ]
9530
+ }
9531
+ },
9532
+ "icon": {
9533
+ "attention": {
9534
+ "parent": "theme/stable/light",
9535
+ "type": "color",
9536
+ "value": "#fc8b98",
9537
+ "description": "",
9538
+ "filePath": "src/theme/stable/light.json",
9539
+ "isSource": true,
9540
+ "original": {
9541
+ "parent": "theme/stable/light",
9542
+ "type": "color",
9543
+ "value": "{color.core.red.40}",
9544
+ "description": ""
9545
+ },
9546
+ "name": "mds-color-theme-common-touchbar-icon-attention",
9547
+ "attributes": {
9548
+ "category": "color",
9549
+ "type": "theme",
9550
+ "item": "common",
9551
+ "subitem": "touchbar",
9552
+ "state": "icon"
9553
+ },
9554
+ "path": [
9555
+ "color",
9556
+ "theme",
9557
+ "common",
9558
+ "touchbar",
9559
+ "icon",
9560
+ "attention"
9561
+ ]
9562
+ },
9563
+ "stable": {
9564
+ "parent": "theme/stable/light",
9565
+ "type": "color",
9566
+ "value": "#27a17a",
9567
+ "description": "",
9568
+ "filePath": "src/theme/stable/light.json",
9569
+ "isSource": true,
9570
+ "original": {
9571
+ "parent": "theme/stable/light",
9572
+ "type": "color",
9573
+ "value": "{color.core.green.50}",
9574
+ "description": ""
9575
+ },
9576
+ "name": "mds-color-theme-common-touchbar-icon-stable",
9577
+ "attributes": {
9578
+ "category": "color",
9579
+ "type": "theme",
9580
+ "item": "common",
9581
+ "subitem": "touchbar",
9582
+ "state": "icon"
9583
+ },
9584
+ "path": [
9585
+ "color",
9586
+ "theme",
9587
+ "common",
9588
+ "touchbar",
9589
+ "icon",
9590
+ "stable"
9591
+ ]
9592
+ },
9593
+ "secure": {
9594
+ "parent": "theme/stable/light",
9595
+ "type": "color",
9596
+ "value": "#64b4fa",
9597
+ "description": "",
9598
+ "filePath": "src/theme/stable/light.json",
9599
+ "isSource": true,
9600
+ "original": {
9601
+ "parent": "theme/stable/light",
9602
+ "type": "color",
9603
+ "value": "{color.core.blue.40}",
9604
+ "description": ""
9605
+ },
9606
+ "name": "mds-color-theme-common-touchbar-icon-secure",
9607
+ "attributes": {
9608
+ "category": "color",
9609
+ "type": "theme",
9610
+ "item": "common",
9611
+ "subitem": "touchbar",
9612
+ "state": "icon"
9613
+ },
9614
+ "path": [
9615
+ "color",
9616
+ "theme",
9617
+ "common",
9618
+ "touchbar",
9619
+ "icon",
9620
+ "secure"
9621
+ ]
9622
+ }
9623
+ }
8310
9624
  }
8311
9625
  },
8312
9626
  "scrollbar": {