@momentum-design/tokens 0.0.77 → 0.0.79
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 +12 -1
- package/dist/css/theme/webex/hc-dark-stable.css +11 -1
- package/dist/css/theme/webex/hc-light-stable.css +11 -1
- package/dist/css/theme/webex/light-stable.css +11 -1
- 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 +12 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +11 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +11 -1
- package/dist/ios/theme/webex/light-stable.swift +11 -1
- package/dist/json/theme/webex/dark-stable.json +305 -0
- package/dist/json/theme/webex/hc-dark-stable.json +271 -0
- package/dist/json/theme/webex/hc-light-stable.json +271 -0
- package/dist/json/theme/webex/light-stable.json +271 -0
- package/dist/json-minimal/theme/webex/dark-stable.json +20 -1
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +18 -2
- package/dist/json-minimal/theme/webex/hc-light-stable.json +18 -2
- package/dist/json-minimal/theme/webex/light-stable.json +18 -2
- 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 +12 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +11 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +11 -1
- package/dist/resources/theme/webex/light-stable.xml +11 -1
- 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 +12 -1
- package/dist/scss/theme/webex/hc-dark-stable.scss +11 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +11 -1
- package/dist/scss/theme/webex/light-stable.scss +11 -1
- package/package.json +1 -1
|
@@ -1830,6 +1830,34 @@
|
|
|
1830
1830
|
"accent",
|
|
1831
1831
|
"hover"
|
|
1832
1832
|
]
|
|
1833
|
+
},
|
|
1834
|
+
"active": {
|
|
1835
|
+
"parent": "theme/stable/dark",
|
|
1836
|
+
"type": "color",
|
|
1837
|
+
"value": "#0a274a",
|
|
1838
|
+
"filePath": "src/theme/stable/dark.json",
|
|
1839
|
+
"isSource": true,
|
|
1840
|
+
"original": {
|
|
1841
|
+
"parent": "theme/stable/dark",
|
|
1842
|
+
"type": "color",
|
|
1843
|
+
"value": "{color.core.blue.90}"
|
|
1844
|
+
},
|
|
1845
|
+
"name": "mds-color-theme-inverted-text-accent-active",
|
|
1846
|
+
"attributes": {
|
|
1847
|
+
"category": "color",
|
|
1848
|
+
"type": "theme",
|
|
1849
|
+
"item": "inverted",
|
|
1850
|
+
"subitem": "text",
|
|
1851
|
+
"state": "accent"
|
|
1852
|
+
},
|
|
1853
|
+
"path": [
|
|
1854
|
+
"color",
|
|
1855
|
+
"theme",
|
|
1856
|
+
"inverted",
|
|
1857
|
+
"text",
|
|
1858
|
+
"accent",
|
|
1859
|
+
"active"
|
|
1860
|
+
]
|
|
1833
1861
|
}
|
|
1834
1862
|
}
|
|
1835
1863
|
},
|
|
@@ -4387,6 +4415,178 @@
|
|
|
4387
4415
|
"active"
|
|
4388
4416
|
]
|
|
4389
4417
|
}
|
|
4418
|
+
},
|
|
4419
|
+
"default": {
|
|
4420
|
+
"normal": {
|
|
4421
|
+
"value": "#262626",
|
|
4422
|
+
"type": "color",
|
|
4423
|
+
"description": "HEX: #262626\nUsed for chips.",
|
|
4424
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4425
|
+
"isSource": true,
|
|
4426
|
+
"original": {
|
|
4427
|
+
"value": "{color.core.gray.90}",
|
|
4428
|
+
"type": "color",
|
|
4429
|
+
"description": "HEX: #262626\nUsed for chips."
|
|
4430
|
+
},
|
|
4431
|
+
"name": "mds-color-theme-background-label-default-normal",
|
|
4432
|
+
"attributes": {
|
|
4433
|
+
"category": "color",
|
|
4434
|
+
"type": "theme",
|
|
4435
|
+
"item": "background",
|
|
4436
|
+
"subitem": "label",
|
|
4437
|
+
"state": "default"
|
|
4438
|
+
},
|
|
4439
|
+
"path": [
|
|
4440
|
+
"color",
|
|
4441
|
+
"theme",
|
|
4442
|
+
"background",
|
|
4443
|
+
"label",
|
|
4444
|
+
"default",
|
|
4445
|
+
"normal"
|
|
4446
|
+
]
|
|
4447
|
+
},
|
|
4448
|
+
"hover": {
|
|
4449
|
+
"value": "#3b3b3b",
|
|
4450
|
+
"type": "color",
|
|
4451
|
+
"description": "HEX: ##3b3b3b\nUsed for chips.",
|
|
4452
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4453
|
+
"isSource": true,
|
|
4454
|
+
"original": {
|
|
4455
|
+
"value": "{color.core.gray.80}",
|
|
4456
|
+
"type": "color",
|
|
4457
|
+
"description": "HEX: ##3b3b3b\nUsed for chips."
|
|
4458
|
+
},
|
|
4459
|
+
"name": "mds-color-theme-background-label-default-hover",
|
|
4460
|
+
"attributes": {
|
|
4461
|
+
"category": "color",
|
|
4462
|
+
"type": "theme",
|
|
4463
|
+
"item": "background",
|
|
4464
|
+
"subitem": "label",
|
|
4465
|
+
"state": "default"
|
|
4466
|
+
},
|
|
4467
|
+
"path": [
|
|
4468
|
+
"color",
|
|
4469
|
+
"theme",
|
|
4470
|
+
"background",
|
|
4471
|
+
"label",
|
|
4472
|
+
"default",
|
|
4473
|
+
"hover"
|
|
4474
|
+
]
|
|
4475
|
+
},
|
|
4476
|
+
"active": {
|
|
4477
|
+
"value": "#545454",
|
|
4478
|
+
"type": "color",
|
|
4479
|
+
"description": "HEX: #545454\nUsed for chips.",
|
|
4480
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4481
|
+
"isSource": true,
|
|
4482
|
+
"original": {
|
|
4483
|
+
"value": "{color.core.gray.70}",
|
|
4484
|
+
"type": "color",
|
|
4485
|
+
"description": "HEX: #545454\nUsed for chips."
|
|
4486
|
+
},
|
|
4487
|
+
"name": "mds-color-theme-background-label-default-active",
|
|
4488
|
+
"attributes": {
|
|
4489
|
+
"category": "color",
|
|
4490
|
+
"type": "theme",
|
|
4491
|
+
"item": "background",
|
|
4492
|
+
"subitem": "label",
|
|
4493
|
+
"state": "default"
|
|
4494
|
+
},
|
|
4495
|
+
"path": [
|
|
4496
|
+
"color",
|
|
4497
|
+
"theme",
|
|
4498
|
+
"background",
|
|
4499
|
+
"label",
|
|
4500
|
+
"default",
|
|
4501
|
+
"active"
|
|
4502
|
+
]
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
4505
|
+
"error": {
|
|
4506
|
+
"normal": {
|
|
4507
|
+
"value": "#4f0e10",
|
|
4508
|
+
"type": "color",
|
|
4509
|
+
"description": "HEX: #4f0e10\nUsed for chips.",
|
|
4510
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4511
|
+
"isSource": true,
|
|
4512
|
+
"original": {
|
|
4513
|
+
"value": "{color.core.red.90}",
|
|
4514
|
+
"type": "color",
|
|
4515
|
+
"description": "HEX: #4f0e10\nUsed for chips."
|
|
4516
|
+
},
|
|
4517
|
+
"name": "mds-color-theme-background-label-error-normal",
|
|
4518
|
+
"attributes": {
|
|
4519
|
+
"category": "color",
|
|
4520
|
+
"type": "theme",
|
|
4521
|
+
"item": "background",
|
|
4522
|
+
"subitem": "label",
|
|
4523
|
+
"state": "error"
|
|
4524
|
+
},
|
|
4525
|
+
"path": [
|
|
4526
|
+
"color",
|
|
4527
|
+
"theme",
|
|
4528
|
+
"background",
|
|
4529
|
+
"label",
|
|
4530
|
+
"error",
|
|
4531
|
+
"normal"
|
|
4532
|
+
]
|
|
4533
|
+
},
|
|
4534
|
+
"hover": {
|
|
4535
|
+
"value": "#780d13",
|
|
4536
|
+
"type": "color",
|
|
4537
|
+
"description": "HEX: ##780d13\nUsed for chips.",
|
|
4538
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4539
|
+
"isSource": true,
|
|
4540
|
+
"original": {
|
|
4541
|
+
"value": "{color.core.red.80}",
|
|
4542
|
+
"type": "color",
|
|
4543
|
+
"description": "HEX: ##780d13\nUsed for chips."
|
|
4544
|
+
},
|
|
4545
|
+
"name": "mds-color-theme-background-label-error-hover",
|
|
4546
|
+
"attributes": {
|
|
4547
|
+
"category": "color",
|
|
4548
|
+
"type": "theme",
|
|
4549
|
+
"item": "background",
|
|
4550
|
+
"subitem": "label",
|
|
4551
|
+
"state": "error"
|
|
4552
|
+
},
|
|
4553
|
+
"path": [
|
|
4554
|
+
"color",
|
|
4555
|
+
"theme",
|
|
4556
|
+
"background",
|
|
4557
|
+
"label",
|
|
4558
|
+
"error",
|
|
4559
|
+
"hover"
|
|
4560
|
+
]
|
|
4561
|
+
},
|
|
4562
|
+
"active": {
|
|
4563
|
+
"value": "#ab0a15",
|
|
4564
|
+
"type": "color",
|
|
4565
|
+
"description": "HEX: #ab0a15\nUsed for chips.",
|
|
4566
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4567
|
+
"isSource": true,
|
|
4568
|
+
"original": {
|
|
4569
|
+
"value": "{color.core.red.70}",
|
|
4570
|
+
"type": "color",
|
|
4571
|
+
"description": "HEX: #ab0a15\nUsed for chips."
|
|
4572
|
+
},
|
|
4573
|
+
"name": "mds-color-theme-background-label-error-active",
|
|
4574
|
+
"attributes": {
|
|
4575
|
+
"category": "color",
|
|
4576
|
+
"type": "theme",
|
|
4577
|
+
"item": "background",
|
|
4578
|
+
"subitem": "label",
|
|
4579
|
+
"state": "error"
|
|
4580
|
+
},
|
|
4581
|
+
"path": [
|
|
4582
|
+
"color",
|
|
4583
|
+
"theme",
|
|
4584
|
+
"background",
|
|
4585
|
+
"label",
|
|
4586
|
+
"error",
|
|
4587
|
+
"active"
|
|
4588
|
+
]
|
|
4589
|
+
}
|
|
4390
4590
|
}
|
|
4391
4591
|
},
|
|
4392
4592
|
"namelabel": {
|
|
@@ -5965,6 +6165,33 @@
|
|
|
5965
6165
|
"active"
|
|
5966
6166
|
]
|
|
5967
6167
|
}
|
|
6168
|
+
},
|
|
6169
|
+
"warning": {
|
|
6170
|
+
"normal": {
|
|
6171
|
+
"value": "#f2990a",
|
|
6172
|
+
"type": "color",
|
|
6173
|
+
"filePath": "src/theme/stable/dark.json",
|
|
6174
|
+
"isSource": true,
|
|
6175
|
+
"original": {
|
|
6176
|
+
"value": "{color.core.yellow.40}",
|
|
6177
|
+
"type": "color"
|
|
6178
|
+
},
|
|
6179
|
+
"name": "mds-color-theme-outline-warning-normal",
|
|
6180
|
+
"attributes": {
|
|
6181
|
+
"category": "color",
|
|
6182
|
+
"type": "theme",
|
|
6183
|
+
"item": "outline",
|
|
6184
|
+
"subitem": "warning",
|
|
6185
|
+
"state": "normal"
|
|
6186
|
+
},
|
|
6187
|
+
"path": [
|
|
6188
|
+
"color",
|
|
6189
|
+
"theme",
|
|
6190
|
+
"outline",
|
|
6191
|
+
"warning",
|
|
6192
|
+
"normal"
|
|
6193
|
+
]
|
|
6194
|
+
}
|
|
5968
6195
|
}
|
|
5969
6196
|
},
|
|
5970
6197
|
"control": {
|
|
@@ -8255,6 +8482,34 @@
|
|
|
8255
8482
|
"disabled"
|
|
8256
8483
|
]
|
|
8257
8484
|
}
|
|
8485
|
+
},
|
|
8486
|
+
"warning": {
|
|
8487
|
+
"normal": {
|
|
8488
|
+
"value": "#f2990a",
|
|
8489
|
+
"type": "color",
|
|
8490
|
+
"filePath": "src/theme/stable/dark.json",
|
|
8491
|
+
"isSource": true,
|
|
8492
|
+
"original": {
|
|
8493
|
+
"value": "{color.core.yellow.40}",
|
|
8494
|
+
"type": "color"
|
|
8495
|
+
},
|
|
8496
|
+
"name": "mds-color-theme-common-outline-warning-normal",
|
|
8497
|
+
"attributes": {
|
|
8498
|
+
"category": "color",
|
|
8499
|
+
"type": "theme",
|
|
8500
|
+
"item": "common",
|
|
8501
|
+
"subitem": "outline",
|
|
8502
|
+
"state": "warning"
|
|
8503
|
+
},
|
|
8504
|
+
"path": [
|
|
8505
|
+
"color",
|
|
8506
|
+
"theme",
|
|
8507
|
+
"common",
|
|
8508
|
+
"outline",
|
|
8509
|
+
"warning",
|
|
8510
|
+
"normal"
|
|
8511
|
+
]
|
|
8512
|
+
}
|
|
8258
8513
|
}
|
|
8259
8514
|
},
|
|
8260
8515
|
"control": {
|
|
@@ -11014,6 +11269,56 @@
|
|
|
11014
11269
|
"default"
|
|
11015
11270
|
]
|
|
11016
11271
|
},
|
|
11272
|
+
"hover": {
|
|
11273
|
+
"parent": "theme/stable/dark",
|
|
11274
|
+
"type": "color",
|
|
11275
|
+
"value": "#ffffff12",
|
|
11276
|
+
"filePath": "src/theme/stable/dark.json",
|
|
11277
|
+
"isSource": true,
|
|
11278
|
+
"original": {
|
|
11279
|
+
"parent": "theme/stable/dark",
|
|
11280
|
+
"type": "color",
|
|
11281
|
+
"value": "{color.core.white-alpha.7}"
|
|
11282
|
+
},
|
|
11283
|
+
"name": "mds-color-theme-avatar-hover",
|
|
11284
|
+
"attributes": {
|
|
11285
|
+
"category": "color",
|
|
11286
|
+
"type": "theme",
|
|
11287
|
+
"item": "avatar",
|
|
11288
|
+
"subitem": "hover"
|
|
11289
|
+
},
|
|
11290
|
+
"path": [
|
|
11291
|
+
"color",
|
|
11292
|
+
"theme",
|
|
11293
|
+
"avatar",
|
|
11294
|
+
"hover"
|
|
11295
|
+
]
|
|
11296
|
+
},
|
|
11297
|
+
"pressed": {
|
|
11298
|
+
"parent": "theme/stable/dark",
|
|
11299
|
+
"type": "color",
|
|
11300
|
+
"value": "#ffffff33",
|
|
11301
|
+
"filePath": "src/theme/stable/dark.json",
|
|
11302
|
+
"isSource": true,
|
|
11303
|
+
"original": {
|
|
11304
|
+
"parent": "theme/stable/dark",
|
|
11305
|
+
"type": "color",
|
|
11306
|
+
"value": "{color.core.white-alpha.20}"
|
|
11307
|
+
},
|
|
11308
|
+
"name": "mds-color-theme-avatar-pressed",
|
|
11309
|
+
"attributes": {
|
|
11310
|
+
"category": "color",
|
|
11311
|
+
"type": "theme",
|
|
11312
|
+
"item": "avatar",
|
|
11313
|
+
"subitem": "pressed"
|
|
11314
|
+
},
|
|
11315
|
+
"path": [
|
|
11316
|
+
"color",
|
|
11317
|
+
"theme",
|
|
11318
|
+
"avatar",
|
|
11319
|
+
"pressed"
|
|
11320
|
+
]
|
|
11321
|
+
},
|
|
11017
11322
|
"cobalt": {
|
|
11018
11323
|
"parent": "theme/stable/dark",
|
|
11019
11324
|
"type": "color",
|
|
@@ -1824,6 +1824,32 @@
|
|
|
1824
1824
|
"accent",
|
|
1825
1825
|
"hover"
|
|
1826
1826
|
]
|
|
1827
|
+
},
|
|
1828
|
+
"active": {
|
|
1829
|
+
"value": "#ffffff",
|
|
1830
|
+
"type": "color",
|
|
1831
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
1832
|
+
"isSource": true,
|
|
1833
|
+
"original": {
|
|
1834
|
+
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
1835
|
+
"type": "color"
|
|
1836
|
+
},
|
|
1837
|
+
"name": "mds-color-theme-inverted-text-accent-active",
|
|
1838
|
+
"attributes": {
|
|
1839
|
+
"category": "color",
|
|
1840
|
+
"type": "theme",
|
|
1841
|
+
"item": "inverted",
|
|
1842
|
+
"subitem": "text",
|
|
1843
|
+
"state": "accent"
|
|
1844
|
+
},
|
|
1845
|
+
"path": [
|
|
1846
|
+
"color",
|
|
1847
|
+
"theme",
|
|
1848
|
+
"inverted",
|
|
1849
|
+
"text",
|
|
1850
|
+
"accent",
|
|
1851
|
+
"active"
|
|
1852
|
+
]
|
|
1827
1853
|
}
|
|
1828
1854
|
}
|
|
1829
1855
|
},
|
|
@@ -4380,6 +4406,178 @@
|
|
|
4380
4406
|
"active"
|
|
4381
4407
|
]
|
|
4382
4408
|
}
|
|
4409
|
+
},
|
|
4410
|
+
"default": {
|
|
4411
|
+
"normal": {
|
|
4412
|
+
"value": "#000000",
|
|
4413
|
+
"type": "color",
|
|
4414
|
+
"description": "HEX: #262626\nUsed for chips.",
|
|
4415
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4416
|
+
"isSource": true,
|
|
4417
|
+
"original": {
|
|
4418
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}",
|
|
4419
|
+
"type": "color",
|
|
4420
|
+
"description": "HEX: #262626\nUsed for chips."
|
|
4421
|
+
},
|
|
4422
|
+
"name": "mds-color-theme-background-label-default-normal",
|
|
4423
|
+
"attributes": {
|
|
4424
|
+
"category": "color",
|
|
4425
|
+
"type": "theme",
|
|
4426
|
+
"item": "background",
|
|
4427
|
+
"subitem": "label",
|
|
4428
|
+
"state": "default"
|
|
4429
|
+
},
|
|
4430
|
+
"path": [
|
|
4431
|
+
"color",
|
|
4432
|
+
"theme",
|
|
4433
|
+
"background",
|
|
4434
|
+
"label",
|
|
4435
|
+
"default",
|
|
4436
|
+
"normal"
|
|
4437
|
+
]
|
|
4438
|
+
},
|
|
4439
|
+
"hover": {
|
|
4440
|
+
"value": "#1aebff",
|
|
4441
|
+
"type": "color",
|
|
4442
|
+
"description": "HEX: ##3b3b3b\nUsed for chips.",
|
|
4443
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4444
|
+
"isSource": true,
|
|
4445
|
+
"original": {
|
|
4446
|
+
"value": "{color.highcontrast.black.HighlightColor}",
|
|
4447
|
+
"type": "color",
|
|
4448
|
+
"description": "HEX: ##3b3b3b\nUsed for chips."
|
|
4449
|
+
},
|
|
4450
|
+
"name": "mds-color-theme-background-label-default-hover",
|
|
4451
|
+
"attributes": {
|
|
4452
|
+
"category": "color",
|
|
4453
|
+
"type": "theme",
|
|
4454
|
+
"item": "background",
|
|
4455
|
+
"subitem": "label",
|
|
4456
|
+
"state": "default"
|
|
4457
|
+
},
|
|
4458
|
+
"path": [
|
|
4459
|
+
"color",
|
|
4460
|
+
"theme",
|
|
4461
|
+
"background",
|
|
4462
|
+
"label",
|
|
4463
|
+
"default",
|
|
4464
|
+
"hover"
|
|
4465
|
+
]
|
|
4466
|
+
},
|
|
4467
|
+
"active": {
|
|
4468
|
+
"value": "#1aebff",
|
|
4469
|
+
"type": "color",
|
|
4470
|
+
"description": "HEX: #545454\nUsed for chips.",
|
|
4471
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4472
|
+
"isSource": true,
|
|
4473
|
+
"original": {
|
|
4474
|
+
"value": "{color.highcontrast.black.HighlightColor}",
|
|
4475
|
+
"type": "color",
|
|
4476
|
+
"description": "HEX: #545454\nUsed for chips."
|
|
4477
|
+
},
|
|
4478
|
+
"name": "mds-color-theme-background-label-default-active",
|
|
4479
|
+
"attributes": {
|
|
4480
|
+
"category": "color",
|
|
4481
|
+
"type": "theme",
|
|
4482
|
+
"item": "background",
|
|
4483
|
+
"subitem": "label",
|
|
4484
|
+
"state": "default"
|
|
4485
|
+
},
|
|
4486
|
+
"path": [
|
|
4487
|
+
"color",
|
|
4488
|
+
"theme",
|
|
4489
|
+
"background",
|
|
4490
|
+
"label",
|
|
4491
|
+
"default",
|
|
4492
|
+
"active"
|
|
4493
|
+
]
|
|
4494
|
+
}
|
|
4495
|
+
},
|
|
4496
|
+
"error": {
|
|
4497
|
+
"normal": {
|
|
4498
|
+
"value": "#000000",
|
|
4499
|
+
"type": "color",
|
|
4500
|
+
"description": "HEX: #4f0e10\nUsed for chips.",
|
|
4501
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4502
|
+
"isSource": true,
|
|
4503
|
+
"original": {
|
|
4504
|
+
"value": "{color.highcontrast.black.ButtonFaceColor}",
|
|
4505
|
+
"type": "color",
|
|
4506
|
+
"description": "HEX: #4f0e10\nUsed for chips."
|
|
4507
|
+
},
|
|
4508
|
+
"name": "mds-color-theme-background-label-error-normal",
|
|
4509
|
+
"attributes": {
|
|
4510
|
+
"category": "color",
|
|
4511
|
+
"type": "theme",
|
|
4512
|
+
"item": "background",
|
|
4513
|
+
"subitem": "label",
|
|
4514
|
+
"state": "error"
|
|
4515
|
+
},
|
|
4516
|
+
"path": [
|
|
4517
|
+
"color",
|
|
4518
|
+
"theme",
|
|
4519
|
+
"background",
|
|
4520
|
+
"label",
|
|
4521
|
+
"error",
|
|
4522
|
+
"normal"
|
|
4523
|
+
]
|
|
4524
|
+
},
|
|
4525
|
+
"hover": {
|
|
4526
|
+
"value": "#1aebff",
|
|
4527
|
+
"type": "color",
|
|
4528
|
+
"description": "HEX: ##780d13\nUsed for chips.",
|
|
4529
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4530
|
+
"isSource": true,
|
|
4531
|
+
"original": {
|
|
4532
|
+
"value": "{color.highcontrast.black.HighlightColor}",
|
|
4533
|
+
"type": "color",
|
|
4534
|
+
"description": "HEX: ##780d13\nUsed for chips."
|
|
4535
|
+
},
|
|
4536
|
+
"name": "mds-color-theme-background-label-error-hover",
|
|
4537
|
+
"attributes": {
|
|
4538
|
+
"category": "color",
|
|
4539
|
+
"type": "theme",
|
|
4540
|
+
"item": "background",
|
|
4541
|
+
"subitem": "label",
|
|
4542
|
+
"state": "error"
|
|
4543
|
+
},
|
|
4544
|
+
"path": [
|
|
4545
|
+
"color",
|
|
4546
|
+
"theme",
|
|
4547
|
+
"background",
|
|
4548
|
+
"label",
|
|
4549
|
+
"error",
|
|
4550
|
+
"hover"
|
|
4551
|
+
]
|
|
4552
|
+
},
|
|
4553
|
+
"active": {
|
|
4554
|
+
"value": "#1aebff",
|
|
4555
|
+
"type": "color",
|
|
4556
|
+
"description": "HEX: #ab0a15\nUsed for chips.",
|
|
4557
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
4558
|
+
"isSource": true,
|
|
4559
|
+
"original": {
|
|
4560
|
+
"value": "{color.highcontrast.black.HighlightColor}",
|
|
4561
|
+
"type": "color",
|
|
4562
|
+
"description": "HEX: #ab0a15\nUsed for chips."
|
|
4563
|
+
},
|
|
4564
|
+
"name": "mds-color-theme-background-label-error-active",
|
|
4565
|
+
"attributes": {
|
|
4566
|
+
"category": "color",
|
|
4567
|
+
"type": "theme",
|
|
4568
|
+
"item": "background",
|
|
4569
|
+
"subitem": "label",
|
|
4570
|
+
"state": "error"
|
|
4571
|
+
},
|
|
4572
|
+
"path": [
|
|
4573
|
+
"color",
|
|
4574
|
+
"theme",
|
|
4575
|
+
"background",
|
|
4576
|
+
"label",
|
|
4577
|
+
"error",
|
|
4578
|
+
"active"
|
|
4579
|
+
]
|
|
4580
|
+
}
|
|
4383
4581
|
}
|
|
4384
4582
|
},
|
|
4385
4583
|
"namelabel": {
|
|
@@ -5951,6 +6149,33 @@
|
|
|
5951
6149
|
"active"
|
|
5952
6150
|
]
|
|
5953
6151
|
}
|
|
6152
|
+
},
|
|
6153
|
+
"warning": {
|
|
6154
|
+
"normal": {
|
|
6155
|
+
"value": "#ffffff",
|
|
6156
|
+
"type": "color",
|
|
6157
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
6158
|
+
"isSource": true,
|
|
6159
|
+
"original": {
|
|
6160
|
+
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
6161
|
+
"type": "color"
|
|
6162
|
+
},
|
|
6163
|
+
"name": "mds-color-theme-outline-warning-normal",
|
|
6164
|
+
"attributes": {
|
|
6165
|
+
"category": "color",
|
|
6166
|
+
"type": "theme",
|
|
6167
|
+
"item": "outline",
|
|
6168
|
+
"subitem": "warning",
|
|
6169
|
+
"state": "normal"
|
|
6170
|
+
},
|
|
6171
|
+
"path": [
|
|
6172
|
+
"color",
|
|
6173
|
+
"theme",
|
|
6174
|
+
"outline",
|
|
6175
|
+
"warning",
|
|
6176
|
+
"normal"
|
|
6177
|
+
]
|
|
6178
|
+
}
|
|
5954
6179
|
}
|
|
5955
6180
|
},
|
|
5956
6181
|
"control": {
|
|
@@ -8599,6 +8824,52 @@
|
|
|
8599
8824
|
"avatar",
|
|
8600
8825
|
"yellow"
|
|
8601
8826
|
]
|
|
8827
|
+
},
|
|
8828
|
+
"hover": {
|
|
8829
|
+
"value": "#ffffff",
|
|
8830
|
+
"type": "color",
|
|
8831
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8832
|
+
"isSource": true,
|
|
8833
|
+
"original": {
|
|
8834
|
+
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
8835
|
+
"type": "color"
|
|
8836
|
+
},
|
|
8837
|
+
"name": "mds-color-theme-avatar-hover",
|
|
8838
|
+
"attributes": {
|
|
8839
|
+
"category": "color",
|
|
8840
|
+
"type": "theme",
|
|
8841
|
+
"item": "avatar",
|
|
8842
|
+
"subitem": "hover"
|
|
8843
|
+
},
|
|
8844
|
+
"path": [
|
|
8845
|
+
"color",
|
|
8846
|
+
"theme",
|
|
8847
|
+
"avatar",
|
|
8848
|
+
"hover"
|
|
8849
|
+
]
|
|
8850
|
+
},
|
|
8851
|
+
"pressed": {
|
|
8852
|
+
"value": "#ffffff",
|
|
8853
|
+
"type": "color",
|
|
8854
|
+
"filePath": "src/theme/stable/highcontrast/hc_dark.json",
|
|
8855
|
+
"isSource": true,
|
|
8856
|
+
"original": {
|
|
8857
|
+
"value": "{color.highcontrast.black.WindowTextColor}",
|
|
8858
|
+
"type": "color"
|
|
8859
|
+
},
|
|
8860
|
+
"name": "mds-color-theme-avatar-pressed",
|
|
8861
|
+
"attributes": {
|
|
8862
|
+
"category": "color",
|
|
8863
|
+
"type": "theme",
|
|
8864
|
+
"item": "avatar",
|
|
8865
|
+
"subitem": "pressed"
|
|
8866
|
+
},
|
|
8867
|
+
"path": [
|
|
8868
|
+
"color",
|
|
8869
|
+
"theme",
|
|
8870
|
+
"avatar",
|
|
8871
|
+
"pressed"
|
|
8872
|
+
]
|
|
8602
8873
|
}
|
|
8603
8874
|
},
|
|
8604
8875
|
"common": {
|