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