@momentum-design/tokens 0.0.78 → 0.0.80
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
|
@@ -1824,6 +1824,32 @@
|
|
|
1824
1824
|
"accent",
|
|
1825
1825
|
"hover"
|
|
1826
1826
|
]
|
|
1827
|
+
},
|
|
1828
|
+
"active": {
|
|
1829
|
+
"value": "#000000",
|
|
1830
|
+
"type": "color",
|
|
1831
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
1832
|
+
"isSource": true,
|
|
1833
|
+
"original": {
|
|
1834
|
+
"value": "{color.highcontrast.white.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": "#ffffff",
|
|
4413
|
+
"type": "color",
|
|
4414
|
+
"description": "HEX: #262626\nUsed for chips.",
|
|
4415
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4416
|
+
"isSource": true,
|
|
4417
|
+
"original": {
|
|
4418
|
+
"value": "{color.highcontrast.white.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": "#37006e",
|
|
4441
|
+
"type": "color",
|
|
4442
|
+
"description": "HEX: ##3b3b3b\nUsed for chips.",
|
|
4443
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4444
|
+
"isSource": true,
|
|
4445
|
+
"original": {
|
|
4446
|
+
"value": "{color.highcontrast.white.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": "#37006e",
|
|
4469
|
+
"type": "color",
|
|
4470
|
+
"description": "HEX: #545454\nUsed for chips.",
|
|
4471
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4472
|
+
"isSource": true,
|
|
4473
|
+
"original": {
|
|
4474
|
+
"value": "{color.highcontrast.white.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": "#ffffff",
|
|
4499
|
+
"type": "color",
|
|
4500
|
+
"description": "HEX: #4f0e10\nUsed for chips.",
|
|
4501
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4502
|
+
"isSource": true,
|
|
4503
|
+
"original": {
|
|
4504
|
+
"value": "{color.highcontrast.white.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": "#37006e",
|
|
4527
|
+
"type": "color",
|
|
4528
|
+
"description": "HEX: ##780d13\nUsed for chips.",
|
|
4529
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4530
|
+
"isSource": true,
|
|
4531
|
+
"original": {
|
|
4532
|
+
"value": "{color.highcontrast.white.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": "#37006e",
|
|
4555
|
+
"type": "color",
|
|
4556
|
+
"description": "HEX: #ab0a15\nUsed for chips.",
|
|
4557
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
4558
|
+
"isSource": true,
|
|
4559
|
+
"original": {
|
|
4560
|
+
"value": "{color.highcontrast.white.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": {
|
|
@@ -5953,6 +6151,33 @@
|
|
|
5953
6151
|
"active"
|
|
5954
6152
|
]
|
|
5955
6153
|
}
|
|
6154
|
+
},
|
|
6155
|
+
"warning": {
|
|
6156
|
+
"normal": {
|
|
6157
|
+
"value": "#000000",
|
|
6158
|
+
"type": "color",
|
|
6159
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
6160
|
+
"isSource": true,
|
|
6161
|
+
"original": {
|
|
6162
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
6163
|
+
"type": "color"
|
|
6164
|
+
},
|
|
6165
|
+
"name": "mds-color-theme-outline-warning-normal",
|
|
6166
|
+
"attributes": {
|
|
6167
|
+
"category": "color",
|
|
6168
|
+
"type": "theme",
|
|
6169
|
+
"item": "outline",
|
|
6170
|
+
"subitem": "warning",
|
|
6171
|
+
"state": "normal"
|
|
6172
|
+
},
|
|
6173
|
+
"path": [
|
|
6174
|
+
"color",
|
|
6175
|
+
"theme",
|
|
6176
|
+
"outline",
|
|
6177
|
+
"warning",
|
|
6178
|
+
"normal"
|
|
6179
|
+
]
|
|
6180
|
+
}
|
|
5956
6181
|
}
|
|
5957
6182
|
},
|
|
5958
6183
|
"control": {
|
|
@@ -8065,6 +8290,52 @@
|
|
|
8065
8290
|
"avatar",
|
|
8066
8291
|
"yellow"
|
|
8067
8292
|
]
|
|
8293
|
+
},
|
|
8294
|
+
"hover": {
|
|
8295
|
+
"value": "#000000",
|
|
8296
|
+
"type": "color",
|
|
8297
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8298
|
+
"isSource": true,
|
|
8299
|
+
"original": {
|
|
8300
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
8301
|
+
"type": "color"
|
|
8302
|
+
},
|
|
8303
|
+
"name": "mds-color-theme-avatar-hover",
|
|
8304
|
+
"attributes": {
|
|
8305
|
+
"category": "color",
|
|
8306
|
+
"type": "theme",
|
|
8307
|
+
"item": "avatar",
|
|
8308
|
+
"subitem": "hover"
|
|
8309
|
+
},
|
|
8310
|
+
"path": [
|
|
8311
|
+
"color",
|
|
8312
|
+
"theme",
|
|
8313
|
+
"avatar",
|
|
8314
|
+
"hover"
|
|
8315
|
+
]
|
|
8316
|
+
},
|
|
8317
|
+
"pressed": {
|
|
8318
|
+
"value": "#000000",
|
|
8319
|
+
"type": "color",
|
|
8320
|
+
"filePath": "src/theme/stable/highcontrast/hc_light.json",
|
|
8321
|
+
"isSource": true,
|
|
8322
|
+
"original": {
|
|
8323
|
+
"value": "{color.highcontrast.white.WindowTextColor}",
|
|
8324
|
+
"type": "color"
|
|
8325
|
+
},
|
|
8326
|
+
"name": "mds-color-theme-avatar-pressed",
|
|
8327
|
+
"attributes": {
|
|
8328
|
+
"category": "color",
|
|
8329
|
+
"type": "theme",
|
|
8330
|
+
"item": "avatar",
|
|
8331
|
+
"subitem": "pressed"
|
|
8332
|
+
},
|
|
8333
|
+
"path": [
|
|
8334
|
+
"color",
|
|
8335
|
+
"theme",
|
|
8336
|
+
"avatar",
|
|
8337
|
+
"pressed"
|
|
8338
|
+
]
|
|
8068
8339
|
}
|
|
8069
8340
|
},
|
|
8070
8341
|
"common": {
|
|
@@ -1830,6 +1830,32 @@
|
|
|
1830
1830
|
"accent",
|
|
1831
1831
|
"hover"
|
|
1832
1832
|
]
|
|
1833
|
+
},
|
|
1834
|
+
"active": {
|
|
1835
|
+
"value": "#bfe3ff",
|
|
1836
|
+
"type": "color",
|
|
1837
|
+
"filePath": "src/theme/stable/light.json",
|
|
1838
|
+
"isSource": true,
|
|
1839
|
+
"original": {
|
|
1840
|
+
"value": "{color.core.blue.20}",
|
|
1841
|
+
"type": "color"
|
|
1842
|
+
},
|
|
1843
|
+
"name": "mds-color-theme-inverted-text-accent-active",
|
|
1844
|
+
"attributes": {
|
|
1845
|
+
"category": "color",
|
|
1846
|
+
"type": "theme",
|
|
1847
|
+
"item": "inverted",
|
|
1848
|
+
"subitem": "text",
|
|
1849
|
+
"state": "accent"
|
|
1850
|
+
},
|
|
1851
|
+
"path": [
|
|
1852
|
+
"color",
|
|
1853
|
+
"theme",
|
|
1854
|
+
"inverted",
|
|
1855
|
+
"text",
|
|
1856
|
+
"accent",
|
|
1857
|
+
"active"
|
|
1858
|
+
]
|
|
1833
1859
|
}
|
|
1834
1860
|
}
|
|
1835
1861
|
},
|
|
@@ -4387,6 +4413,178 @@
|
|
|
4387
4413
|
"active"
|
|
4388
4414
|
]
|
|
4389
4415
|
}
|
|
4416
|
+
},
|
|
4417
|
+
"default": {
|
|
4418
|
+
"normal": {
|
|
4419
|
+
"value": "#ededed",
|
|
4420
|
+
"type": "color",
|
|
4421
|
+
"description": "HEX: #ededed\nUsed for chips.",
|
|
4422
|
+
"filePath": "src/theme/stable/light.json",
|
|
4423
|
+
"isSource": true,
|
|
4424
|
+
"original": {
|
|
4425
|
+
"value": "{color.core.gray.10}",
|
|
4426
|
+
"type": "color",
|
|
4427
|
+
"description": "HEX: #ededed\nUsed for chips."
|
|
4428
|
+
},
|
|
4429
|
+
"name": "mds-color-theme-background-label-default-normal",
|
|
4430
|
+
"attributes": {
|
|
4431
|
+
"category": "color",
|
|
4432
|
+
"type": "theme",
|
|
4433
|
+
"item": "background",
|
|
4434
|
+
"subitem": "label",
|
|
4435
|
+
"state": "default"
|
|
4436
|
+
},
|
|
4437
|
+
"path": [
|
|
4438
|
+
"color",
|
|
4439
|
+
"theme",
|
|
4440
|
+
"background",
|
|
4441
|
+
"label",
|
|
4442
|
+
"default",
|
|
4443
|
+
"normal"
|
|
4444
|
+
]
|
|
4445
|
+
},
|
|
4446
|
+
"hover": {
|
|
4447
|
+
"value": "#dedede",
|
|
4448
|
+
"type": "color",
|
|
4449
|
+
"description": "HEX: #dedede\nUsed for chips.",
|
|
4450
|
+
"filePath": "src/theme/stable/light.json",
|
|
4451
|
+
"isSource": true,
|
|
4452
|
+
"original": {
|
|
4453
|
+
"value": "{color.core.gray.20}",
|
|
4454
|
+
"type": "color",
|
|
4455
|
+
"description": "HEX: #dedede\nUsed for chips."
|
|
4456
|
+
},
|
|
4457
|
+
"name": "mds-color-theme-background-label-default-hover",
|
|
4458
|
+
"attributes": {
|
|
4459
|
+
"category": "color",
|
|
4460
|
+
"type": "theme",
|
|
4461
|
+
"item": "background",
|
|
4462
|
+
"subitem": "label",
|
|
4463
|
+
"state": "default"
|
|
4464
|
+
},
|
|
4465
|
+
"path": [
|
|
4466
|
+
"color",
|
|
4467
|
+
"theme",
|
|
4468
|
+
"background",
|
|
4469
|
+
"label",
|
|
4470
|
+
"default",
|
|
4471
|
+
"hover"
|
|
4472
|
+
]
|
|
4473
|
+
},
|
|
4474
|
+
"active": {
|
|
4475
|
+
"value": "#c9c9c9",
|
|
4476
|
+
"type": "color",
|
|
4477
|
+
"description": "HEX: #c9c9c9\nUsed for chips.",
|
|
4478
|
+
"filePath": "src/theme/stable/light.json",
|
|
4479
|
+
"isSource": true,
|
|
4480
|
+
"original": {
|
|
4481
|
+
"value": "{color.core.gray.30}",
|
|
4482
|
+
"type": "color",
|
|
4483
|
+
"description": "HEX: #c9c9c9\nUsed for chips."
|
|
4484
|
+
},
|
|
4485
|
+
"name": "mds-color-theme-background-label-default-active",
|
|
4486
|
+
"attributes": {
|
|
4487
|
+
"category": "color",
|
|
4488
|
+
"type": "theme",
|
|
4489
|
+
"item": "background",
|
|
4490
|
+
"subitem": "label",
|
|
4491
|
+
"state": "default"
|
|
4492
|
+
},
|
|
4493
|
+
"path": [
|
|
4494
|
+
"color",
|
|
4495
|
+
"theme",
|
|
4496
|
+
"background",
|
|
4497
|
+
"label",
|
|
4498
|
+
"default",
|
|
4499
|
+
"active"
|
|
4500
|
+
]
|
|
4501
|
+
}
|
|
4502
|
+
},
|
|
4503
|
+
"error": {
|
|
4504
|
+
"normal": {
|
|
4505
|
+
"value": "#ffe8ea",
|
|
4506
|
+
"type": "color",
|
|
4507
|
+
"description": "HEX: #ffe8ea\nUsed for chips.",
|
|
4508
|
+
"filePath": "src/theme/stable/light.json",
|
|
4509
|
+
"isSource": true,
|
|
4510
|
+
"original": {
|
|
4511
|
+
"value": "{color.core.red.10}",
|
|
4512
|
+
"type": "color",
|
|
4513
|
+
"description": "HEX: #ffe8ea\nUsed for chips."
|
|
4514
|
+
},
|
|
4515
|
+
"name": "mds-color-theme-background-label-error-normal",
|
|
4516
|
+
"attributes": {
|
|
4517
|
+
"category": "color",
|
|
4518
|
+
"type": "theme",
|
|
4519
|
+
"item": "background",
|
|
4520
|
+
"subitem": "label",
|
|
4521
|
+
"state": "error"
|
|
4522
|
+
},
|
|
4523
|
+
"path": [
|
|
4524
|
+
"color",
|
|
4525
|
+
"theme",
|
|
4526
|
+
"background",
|
|
4527
|
+
"label",
|
|
4528
|
+
"error",
|
|
4529
|
+
"normal"
|
|
4530
|
+
]
|
|
4531
|
+
},
|
|
4532
|
+
"hover": {
|
|
4533
|
+
"value": "#ffd4da",
|
|
4534
|
+
"type": "color",
|
|
4535
|
+
"description": "HEX: #ffd4da\nUsed for chips.",
|
|
4536
|
+
"filePath": "src/theme/stable/light.json",
|
|
4537
|
+
"isSource": true,
|
|
4538
|
+
"original": {
|
|
4539
|
+
"value": "{color.core.red.20}",
|
|
4540
|
+
"type": "color",
|
|
4541
|
+
"description": "HEX: #ffd4da\nUsed for chips."
|
|
4542
|
+
},
|
|
4543
|
+
"name": "mds-color-theme-background-label-error-hover",
|
|
4544
|
+
"attributes": {
|
|
4545
|
+
"category": "color",
|
|
4546
|
+
"type": "theme",
|
|
4547
|
+
"item": "background",
|
|
4548
|
+
"subitem": "label",
|
|
4549
|
+
"state": "error"
|
|
4550
|
+
},
|
|
4551
|
+
"path": [
|
|
4552
|
+
"color",
|
|
4553
|
+
"theme",
|
|
4554
|
+
"background",
|
|
4555
|
+
"label",
|
|
4556
|
+
"error",
|
|
4557
|
+
"hover"
|
|
4558
|
+
]
|
|
4559
|
+
},
|
|
4560
|
+
"active": {
|
|
4561
|
+
"value": "#ffb8c1",
|
|
4562
|
+
"type": "color",
|
|
4563
|
+
"description": "HEX: #ffb8c1\nUsed for chips.",
|
|
4564
|
+
"filePath": "src/theme/stable/light.json",
|
|
4565
|
+
"isSource": true,
|
|
4566
|
+
"original": {
|
|
4567
|
+
"value": "{color.core.red.30}",
|
|
4568
|
+
"type": "color",
|
|
4569
|
+
"description": "HEX: #ffb8c1\nUsed for chips."
|
|
4570
|
+
},
|
|
4571
|
+
"name": "mds-color-theme-background-label-error-active",
|
|
4572
|
+
"attributes": {
|
|
4573
|
+
"category": "color",
|
|
4574
|
+
"type": "theme",
|
|
4575
|
+
"item": "background",
|
|
4576
|
+
"subitem": "label",
|
|
4577
|
+
"state": "error"
|
|
4578
|
+
},
|
|
4579
|
+
"path": [
|
|
4580
|
+
"color",
|
|
4581
|
+
"theme",
|
|
4582
|
+
"background",
|
|
4583
|
+
"label",
|
|
4584
|
+
"error",
|
|
4585
|
+
"active"
|
|
4586
|
+
]
|
|
4587
|
+
}
|
|
4390
4588
|
}
|
|
4391
4589
|
},
|
|
4392
4590
|
"namelabel": {
|
|
@@ -5953,6 +6151,33 @@
|
|
|
5953
6151
|
"active"
|
|
5954
6152
|
]
|
|
5955
6153
|
}
|
|
6154
|
+
},
|
|
6155
|
+
"warning": {
|
|
6156
|
+
"normal": {
|
|
6157
|
+
"value": "#7d4705",
|
|
6158
|
+
"type": "color",
|
|
6159
|
+
"filePath": "src/theme/stable/light.json",
|
|
6160
|
+
"isSource": true,
|
|
6161
|
+
"original": {
|
|
6162
|
+
"value": "{color.core.yellow.70}",
|
|
6163
|
+
"type": "color"
|
|
6164
|
+
},
|
|
6165
|
+
"name": "mds-color-theme-outline-warning-normal",
|
|
6166
|
+
"attributes": {
|
|
6167
|
+
"category": "color",
|
|
6168
|
+
"type": "theme",
|
|
6169
|
+
"item": "outline",
|
|
6170
|
+
"subitem": "warning",
|
|
6171
|
+
"state": "normal"
|
|
6172
|
+
},
|
|
6173
|
+
"path": [
|
|
6174
|
+
"color",
|
|
6175
|
+
"theme",
|
|
6176
|
+
"outline",
|
|
6177
|
+
"warning",
|
|
6178
|
+
"normal"
|
|
6179
|
+
]
|
|
6180
|
+
}
|
|
5956
6181
|
}
|
|
5957
6182
|
},
|
|
5958
6183
|
"control": {
|
|
@@ -10748,6 +10973,52 @@
|
|
|
10748
10973
|
"avatar",
|
|
10749
10974
|
"yellow"
|
|
10750
10975
|
]
|
|
10976
|
+
},
|
|
10977
|
+
"hover": {
|
|
10978
|
+
"value": "#00000012",
|
|
10979
|
+
"type": "color",
|
|
10980
|
+
"filePath": "src/theme/stable/light.json",
|
|
10981
|
+
"isSource": true,
|
|
10982
|
+
"original": {
|
|
10983
|
+
"value": "{color.core.black-alpha.7}",
|
|
10984
|
+
"type": "color"
|
|
10985
|
+
},
|
|
10986
|
+
"name": "mds-color-theme-avatar-hover",
|
|
10987
|
+
"attributes": {
|
|
10988
|
+
"category": "color",
|
|
10989
|
+
"type": "theme",
|
|
10990
|
+
"item": "avatar",
|
|
10991
|
+
"subitem": "hover"
|
|
10992
|
+
},
|
|
10993
|
+
"path": [
|
|
10994
|
+
"color",
|
|
10995
|
+
"theme",
|
|
10996
|
+
"avatar",
|
|
10997
|
+
"hover"
|
|
10998
|
+
]
|
|
10999
|
+
},
|
|
11000
|
+
"pressed": {
|
|
11001
|
+
"value": "#00000033",
|
|
11002
|
+
"type": "color",
|
|
11003
|
+
"filePath": "src/theme/stable/light.json",
|
|
11004
|
+
"isSource": true,
|
|
11005
|
+
"original": {
|
|
11006
|
+
"value": "{color.core.black-alpha.20}",
|
|
11007
|
+
"type": "color"
|
|
11008
|
+
},
|
|
11009
|
+
"name": "mds-color-theme-avatar-pressed",
|
|
11010
|
+
"attributes": {
|
|
11011
|
+
"category": "color",
|
|
11012
|
+
"type": "theme",
|
|
11013
|
+
"item": "avatar",
|
|
11014
|
+
"subitem": "pressed"
|
|
11015
|
+
},
|
|
11016
|
+
"path": [
|
|
11017
|
+
"color",
|
|
11018
|
+
"theme",
|
|
11019
|
+
"avatar",
|
|
11020
|
+
"pressed"
|
|
11021
|
+
]
|
|
10751
11022
|
}
|
|
10752
11023
|
},
|
|
10753
11024
|
"gradientdivider": {
|
|
@@ -111,7 +111,8 @@
|
|
|
111
111
|
},
|
|
112
112
|
"accent": {
|
|
113
113
|
"normal": "#0353a8",
|
|
114
|
-
"hover": "#0a274a"
|
|
114
|
+
"hover": "#0a274a",
|
|
115
|
+
"active": "#0a274a"
|
|
115
116
|
}
|
|
116
117
|
},
|
|
117
118
|
"background": {
|
|
@@ -273,6 +274,16 @@
|
|
|
273
274
|
"normal": "#29223d",
|
|
274
275
|
"hover": "#432c78",
|
|
275
276
|
"active": "#643abd"
|
|
277
|
+
},
|
|
278
|
+
"default": {
|
|
279
|
+
"normal": "#262626",
|
|
280
|
+
"hover": "#3b3b3b",
|
|
281
|
+
"active": "#545454"
|
|
282
|
+
},
|
|
283
|
+
"error": {
|
|
284
|
+
"normal": "#4f0e10",
|
|
285
|
+
"hover": "#780d13",
|
|
286
|
+
"active": "#ab0a15"
|
|
276
287
|
}
|
|
277
288
|
},
|
|
278
289
|
"namelabel": {
|
|
@@ -379,6 +390,9 @@
|
|
|
379
390
|
},
|
|
380
391
|
"gradient": {
|
|
381
392
|
"active": "linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)"
|
|
393
|
+
},
|
|
394
|
+
"warning": {
|
|
395
|
+
"normal": "#f2990a"
|
|
382
396
|
}
|
|
383
397
|
},
|
|
384
398
|
"control": {
|
|
@@ -539,6 +553,9 @@
|
|
|
539
553
|
"secondary": {
|
|
540
554
|
"normal": "#00000033",
|
|
541
555
|
"disabled": "#00000033"
|
|
556
|
+
},
|
|
557
|
+
"warning": {
|
|
558
|
+
"normal": "#f2990a"
|
|
542
559
|
}
|
|
543
560
|
},
|
|
544
561
|
"control": {
|
|
@@ -732,6 +749,8 @@
|
|
|
732
749
|
},
|
|
733
750
|
"avatar": {
|
|
734
751
|
"default": "#545454",
|
|
752
|
+
"hover": "#ffffff12",
|
|
753
|
+
"pressed": "#ffffff33",
|
|
735
754
|
"cobalt": "#08599c",
|
|
736
755
|
"cyan": "#066070",
|
|
737
756
|
"gold": "#735107",
|
|
@@ -111,7 +111,8 @@
|
|
|
111
111
|
},
|
|
112
112
|
"accent": {
|
|
113
113
|
"normal": "#000000",
|
|
114
|
-
"hover": "#ffffff"
|
|
114
|
+
"hover": "#ffffff",
|
|
115
|
+
"active": "#ffffff"
|
|
115
116
|
}
|
|
116
117
|
},
|
|
117
118
|
"background": {
|
|
@@ -271,6 +272,16 @@
|
|
|
271
272
|
"normal": "#000000",
|
|
272
273
|
"hover": "#1aebff",
|
|
273
274
|
"active": "#1aebff"
|
|
275
|
+
},
|
|
276
|
+
"default": {
|
|
277
|
+
"normal": "#000000",
|
|
278
|
+
"hover": "#1aebff",
|
|
279
|
+
"active": "#1aebff"
|
|
280
|
+
},
|
|
281
|
+
"error": {
|
|
282
|
+
"normal": "#000000",
|
|
283
|
+
"hover": "#1aebff",
|
|
284
|
+
"active": "#1aebff"
|
|
274
285
|
}
|
|
275
286
|
},
|
|
276
287
|
"namelabel": {
|
|
@@ -379,6 +390,9 @@
|
|
|
379
390
|
},
|
|
380
391
|
"gradient": {
|
|
381
392
|
"active": "#ffffff"
|
|
393
|
+
},
|
|
394
|
+
"warning": {
|
|
395
|
+
"normal": "#ffffff"
|
|
382
396
|
}
|
|
383
397
|
},
|
|
384
398
|
"control": {
|
|
@@ -554,7 +568,9 @@
|
|
|
554
568
|
"purple": "#ffffff",
|
|
555
569
|
"slate": "#ffffff",
|
|
556
570
|
"violet": "#ffffff",
|
|
557
|
-
"yellow": "#ffffff"
|
|
571
|
+
"yellow": "#ffffff",
|
|
572
|
+
"hover": "#ffffff",
|
|
573
|
+
"pressed": "#ffffff"
|
|
558
574
|
},
|
|
559
575
|
"common": {
|
|
560
576
|
"text": {
|