@momentum-design/tokens 0.2.7 → 0.3.0
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/components/complete.css +994 -0
- package/dist/css/core/complete.css +1 -1
- package/dist/css/effect/complete.css +8 -0
- package/dist/css/elevation/complete.css +11 -0
- 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 +11 -1
- package/dist/css/theme/webex/hc-dark-stable.css +12 -1
- package/dist/css/theme/webex/hc-light-stable.css +12 -1
- package/dist/css/theme/webex/light-stable.css +12 -1
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/effect/complete.swift +14 -0
- package/dist/ios/elevation/complete.swift +17 -0
- 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 +11 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +12 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +12 -1
- package/dist/ios/theme/webex/light-stable.swift +12 -1
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/effect/complete.swift +11 -0
- package/dist/ios-webex/theme/webex/dark-stable.swift +16 -0
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +11 -0
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +33 -0
- package/dist/ios-webex/theme/webex/light-stable.swift +51 -0
- package/dist/json/effect/complete.json +21 -0
- package/dist/json/elevation/complete.json +108 -0
- package/dist/json/theme/webex/dark-stable.json +291 -0
- package/dist/json/theme/webex/hc-dark-stable.json +315 -0
- package/dist/json/theme/webex/hc-light-stable.json +319 -0
- package/dist/json/theme/webex/light-stable.json +319 -0
- package/dist/json-minimal/effect/complete.json +3 -0
- package/dist/json-minimal/elevation/complete.json +8 -0
- package/dist/json-minimal/theme/webex/dark-stable.json +23 -1
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +26 -1
- package/dist/json-minimal/theme/webex/hc-light-stable.json +26 -1
- package/dist/json-minimal/theme/webex/light-stable.json +26 -1
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/effect/complete.xml +10 -0
- package/dist/resources/elevation/complete.xml +13 -0
- 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 +11 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +12 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +12 -1
- package/dist/resources/theme/webex/light-stable.xml +12 -1
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/effect/complete.scss +5 -0
- package/dist/scss/elevation/complete.scss +8 -0
- 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 +11 -1
- package/dist/scss/theme/webex/hc-dark-stable.scss +12 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +12 -1
- package/dist/scss/theme/webex/light-stable.scss +12 -1
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +8 -5
|
@@ -4766,6 +4766,93 @@
|
|
|
4766
4766
|
"normal"
|
|
4767
4767
|
]
|
|
4768
4768
|
}
|
|
4769
|
+
},
|
|
4770
|
+
"glass": {
|
|
4771
|
+
"normal": {
|
|
4772
|
+
"value": "#ffffff99",
|
|
4773
|
+
"type": "color",
|
|
4774
|
+
"description": "Used for glass effect background for operation pop. ",
|
|
4775
|
+
"filePath": "src/theme/stable/light.json",
|
|
4776
|
+
"isSource": true,
|
|
4777
|
+
"original": {
|
|
4778
|
+
"value": "{color.core.white-alpha.60}",
|
|
4779
|
+
"type": "color",
|
|
4780
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4781
|
+
},
|
|
4782
|
+
"name": "mds-color-theme-background-glass-normal",
|
|
4783
|
+
"attributes": {
|
|
4784
|
+
"category": "color",
|
|
4785
|
+
"type": "theme",
|
|
4786
|
+
"item": "background",
|
|
4787
|
+
"subitem": "glass",
|
|
4788
|
+
"state": "normal"
|
|
4789
|
+
},
|
|
4790
|
+
"path": [
|
|
4791
|
+
"color",
|
|
4792
|
+
"theme",
|
|
4793
|
+
"background",
|
|
4794
|
+
"glass",
|
|
4795
|
+
"normal"
|
|
4796
|
+
]
|
|
4797
|
+
},
|
|
4798
|
+
"overlay": {
|
|
4799
|
+
"normal": {
|
|
4800
|
+
"value": "#ffffffcc",
|
|
4801
|
+
"type": "color",
|
|
4802
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4803
|
+
"filePath": "src/theme/stable/light.json",
|
|
4804
|
+
"isSource": true,
|
|
4805
|
+
"original": {
|
|
4806
|
+
"value": "{color.core.white-alpha.80}",
|
|
4807
|
+
"type": "color",
|
|
4808
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4809
|
+
},
|
|
4810
|
+
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4811
|
+
"attributes": {
|
|
4812
|
+
"category": "color",
|
|
4813
|
+
"type": "theme",
|
|
4814
|
+
"item": "background",
|
|
4815
|
+
"subitem": "glass",
|
|
4816
|
+
"state": "overlay"
|
|
4817
|
+
},
|
|
4818
|
+
"path": [
|
|
4819
|
+
"color",
|
|
4820
|
+
"theme",
|
|
4821
|
+
"background",
|
|
4822
|
+
"glass",
|
|
4823
|
+
"overlay",
|
|
4824
|
+
"normal"
|
|
4825
|
+
]
|
|
4826
|
+
},
|
|
4827
|
+
"inactive": {
|
|
4828
|
+
"value": "#ffffff66",
|
|
4829
|
+
"type": "color",
|
|
4830
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4831
|
+
"filePath": "src/theme/stable/light.json",
|
|
4832
|
+
"isSource": true,
|
|
4833
|
+
"original": {
|
|
4834
|
+
"value": "{color.core.white-alpha.40}",
|
|
4835
|
+
"type": "color",
|
|
4836
|
+
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4837
|
+
},
|
|
4838
|
+
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4839
|
+
"attributes": {
|
|
4840
|
+
"category": "color",
|
|
4841
|
+
"type": "theme",
|
|
4842
|
+
"item": "background",
|
|
4843
|
+
"subitem": "glass",
|
|
4844
|
+
"state": "overlay"
|
|
4845
|
+
},
|
|
4846
|
+
"path": [
|
|
4847
|
+
"color",
|
|
4848
|
+
"theme",
|
|
4849
|
+
"background",
|
|
4850
|
+
"glass",
|
|
4851
|
+
"overlay",
|
|
4852
|
+
"inactive"
|
|
4853
|
+
]
|
|
4854
|
+
}
|
|
4855
|
+
}
|
|
4769
4856
|
}
|
|
4770
4857
|
},
|
|
4771
4858
|
"button": {
|
|
@@ -5391,6 +5478,94 @@
|
|
|
5391
5478
|
"pressed"
|
|
5392
5479
|
]
|
|
5393
5480
|
}
|
|
5481
|
+
},
|
|
5482
|
+
"glass": {
|
|
5483
|
+
"primary": {
|
|
5484
|
+
"normal": {
|
|
5485
|
+
"value": "#000000cc",
|
|
5486
|
+
"type": "color",
|
|
5487
|
+
"description": "Used for Operation pop button",
|
|
5488
|
+
"filePath": "src/theme/stable/light.json",
|
|
5489
|
+
"isSource": true,
|
|
5490
|
+
"original": {
|
|
5491
|
+
"value": "{color.core.black-alpha.80}",
|
|
5492
|
+
"type": "color",
|
|
5493
|
+
"description": "Used for Operation pop button"
|
|
5494
|
+
},
|
|
5495
|
+
"name": "mds-color-theme-button-glass-primary-normal",
|
|
5496
|
+
"attributes": {
|
|
5497
|
+
"category": "color",
|
|
5498
|
+
"type": "theme",
|
|
5499
|
+
"item": "button",
|
|
5500
|
+
"subitem": "glass",
|
|
5501
|
+
"state": "primary"
|
|
5502
|
+
},
|
|
5503
|
+
"path": [
|
|
5504
|
+
"color",
|
|
5505
|
+
"theme",
|
|
5506
|
+
"button",
|
|
5507
|
+
"glass",
|
|
5508
|
+
"primary",
|
|
5509
|
+
"normal"
|
|
5510
|
+
]
|
|
5511
|
+
},
|
|
5512
|
+
"hover": {
|
|
5513
|
+
"value": "#000000b3",
|
|
5514
|
+
"type": "color",
|
|
5515
|
+
"description": "Used for Operation pop button",
|
|
5516
|
+
"filePath": "src/theme/stable/light.json",
|
|
5517
|
+
"isSource": true,
|
|
5518
|
+
"original": {
|
|
5519
|
+
"value": "{color.core.black-alpha.70}",
|
|
5520
|
+
"type": "color",
|
|
5521
|
+
"description": "Used for Operation pop button"
|
|
5522
|
+
},
|
|
5523
|
+
"name": "mds-color-theme-button-glass-primary-hover",
|
|
5524
|
+
"attributes": {
|
|
5525
|
+
"category": "color",
|
|
5526
|
+
"type": "theme",
|
|
5527
|
+
"item": "button",
|
|
5528
|
+
"subitem": "glass",
|
|
5529
|
+
"state": "primary"
|
|
5530
|
+
},
|
|
5531
|
+
"path": [
|
|
5532
|
+
"color",
|
|
5533
|
+
"theme",
|
|
5534
|
+
"button",
|
|
5535
|
+
"glass",
|
|
5536
|
+
"primary",
|
|
5537
|
+
"hover"
|
|
5538
|
+
]
|
|
5539
|
+
},
|
|
5540
|
+
"pressed": {
|
|
5541
|
+
"value": "#00000099",
|
|
5542
|
+
"type": "color",
|
|
5543
|
+
"description": "Used for Operation pop button",
|
|
5544
|
+
"filePath": "src/theme/stable/light.json",
|
|
5545
|
+
"isSource": true,
|
|
5546
|
+
"original": {
|
|
5547
|
+
"value": "{color.core.black-alpha.60}",
|
|
5548
|
+
"type": "color",
|
|
5549
|
+
"description": "Used for Operation pop button"
|
|
5550
|
+
},
|
|
5551
|
+
"name": "mds-color-theme-button-glass-primary-pressed",
|
|
5552
|
+
"attributes": {
|
|
5553
|
+
"category": "color",
|
|
5554
|
+
"type": "theme",
|
|
5555
|
+
"item": "button",
|
|
5556
|
+
"subitem": "glass",
|
|
5557
|
+
"state": "primary"
|
|
5558
|
+
},
|
|
5559
|
+
"path": [
|
|
5560
|
+
"color",
|
|
5561
|
+
"theme",
|
|
5562
|
+
"button",
|
|
5563
|
+
"glass",
|
|
5564
|
+
"primary",
|
|
5565
|
+
"pressed"
|
|
5566
|
+
]
|
|
5567
|
+
}
|
|
5568
|
+
}
|
|
5394
5569
|
}
|
|
5395
5570
|
},
|
|
5396
5571
|
"outline": {
|
|
@@ -8467,6 +8642,34 @@
|
|
|
8467
8642
|
"disabled"
|
|
8468
8643
|
]
|
|
8469
8644
|
}
|
|
8645
|
+
},
|
|
8646
|
+
"warning": {
|
|
8647
|
+
"normal": {
|
|
8648
|
+
"value": "#f2990a",
|
|
8649
|
+
"type": "color",
|
|
8650
|
+
"filePath": "src/theme/stable/light.json",
|
|
8651
|
+
"isSource": true,
|
|
8652
|
+
"original": {
|
|
8653
|
+
"value": "{color.core.yellow.40}",
|
|
8654
|
+
"type": "color"
|
|
8655
|
+
},
|
|
8656
|
+
"name": "mds-color-theme-common-outline-warning-normal",
|
|
8657
|
+
"attributes": {
|
|
8658
|
+
"category": "color",
|
|
8659
|
+
"type": "theme",
|
|
8660
|
+
"item": "common",
|
|
8661
|
+
"subitem": "outline",
|
|
8662
|
+
"state": "warning"
|
|
8663
|
+
},
|
|
8664
|
+
"path": [
|
|
8665
|
+
"color",
|
|
8666
|
+
"theme",
|
|
8667
|
+
"common",
|
|
8668
|
+
"outline",
|
|
8669
|
+
"warning",
|
|
8670
|
+
"normal"
|
|
8671
|
+
]
|
|
8672
|
+
}
|
|
8470
8673
|
}
|
|
8471
8674
|
},
|
|
8472
8675
|
"control": {
|
|
@@ -11006,6 +11209,62 @@
|
|
|
11006
11209
|
"avatar",
|
|
11007
11210
|
"pressed"
|
|
11008
11211
|
]
|
|
11212
|
+
},
|
|
11213
|
+
"glass": {
|
|
11214
|
+
"normal": {
|
|
11215
|
+
"value": "#00000012",
|
|
11216
|
+
"type": "color",
|
|
11217
|
+
"description": "Used for Operation pop",
|
|
11218
|
+
"filePath": "src/theme/stable/light.json",
|
|
11219
|
+
"isSource": true,
|
|
11220
|
+
"original": {
|
|
11221
|
+
"value": "{color.core.black-alpha.7}",
|
|
11222
|
+
"type": "color",
|
|
11223
|
+
"description": "Used for Operation pop"
|
|
11224
|
+
},
|
|
11225
|
+
"name": "mds-color-theme-avatar-glass-normal",
|
|
11226
|
+
"attributes": {
|
|
11227
|
+
"category": "color",
|
|
11228
|
+
"type": "theme",
|
|
11229
|
+
"item": "avatar",
|
|
11230
|
+
"subitem": "glass",
|
|
11231
|
+
"state": "normal"
|
|
11232
|
+
},
|
|
11233
|
+
"path": [
|
|
11234
|
+
"color",
|
|
11235
|
+
"theme",
|
|
11236
|
+
"avatar",
|
|
11237
|
+
"glass",
|
|
11238
|
+
"normal"
|
|
11239
|
+
]
|
|
11240
|
+
},
|
|
11241
|
+
"active": {
|
|
11242
|
+
"value": "#ffffffcc",
|
|
11243
|
+
"type": "color",
|
|
11244
|
+
"description": "Used for Operation pop",
|
|
11245
|
+
"filePath": "src/theme/stable/light.json",
|
|
11246
|
+
"isSource": true,
|
|
11247
|
+
"original": {
|
|
11248
|
+
"value": "{color.core.white-alpha.80}",
|
|
11249
|
+
"type": "color",
|
|
11250
|
+
"description": "Used for Operation pop"
|
|
11251
|
+
},
|
|
11252
|
+
"name": "mds-color-theme-avatar-glass-active",
|
|
11253
|
+
"attributes": {
|
|
11254
|
+
"category": "color",
|
|
11255
|
+
"type": "theme",
|
|
11256
|
+
"item": "avatar",
|
|
11257
|
+
"subitem": "glass",
|
|
11258
|
+
"state": "active"
|
|
11259
|
+
},
|
|
11260
|
+
"path": [
|
|
11261
|
+
"color",
|
|
11262
|
+
"theme",
|
|
11263
|
+
"avatar",
|
|
11264
|
+
"glass",
|
|
11265
|
+
"active"
|
|
11266
|
+
]
|
|
11267
|
+
}
|
|
11009
11268
|
}
|
|
11010
11269
|
},
|
|
11011
11270
|
"gradientdivider": {
|
|
@@ -11428,6 +11687,66 @@
|
|
|
11428
11687
|
"hover"
|
|
11429
11688
|
]
|
|
11430
11689
|
}
|
|
11690
|
+
},
|
|
11691
|
+
"vertical": {
|
|
11692
|
+
"normal": {
|
|
11693
|
+
"parent": "theme/stable/dark",
|
|
11694
|
+
"type": "color",
|
|
11695
|
+
"value": "linear-gradient(0deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)",
|
|
11696
|
+
"description": "linear-gradient(0deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)\nUsed for default default on compose area in space",
|
|
11697
|
+
"filePath": "src/theme/stable/light.json",
|
|
11698
|
+
"isSource": true,
|
|
11699
|
+
"original": {
|
|
11700
|
+
"parent": "theme/stable/dark",
|
|
11701
|
+
"type": "color",
|
|
11702
|
+
"value": "linear-gradient(0deg, {color.core.black-alpha.0} 0%, {color.core.black-alpha.20} 22.4%, {color.core.black-alpha.20} 72.4%, {color.core.black-alpha.0} 100%)",
|
|
11703
|
+
"description": "linear-gradient(0deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)\nUsed for default default on compose area in space"
|
|
11704
|
+
},
|
|
11705
|
+
"name": "mds-color-theme-gradientdivider-vertical-normal",
|
|
11706
|
+
"attributes": {
|
|
11707
|
+
"category": "color",
|
|
11708
|
+
"type": "theme",
|
|
11709
|
+
"item": "gradientdivider",
|
|
11710
|
+
"subitem": "vertical",
|
|
11711
|
+
"state": "normal"
|
|
11712
|
+
},
|
|
11713
|
+
"path": [
|
|
11714
|
+
"color",
|
|
11715
|
+
"theme",
|
|
11716
|
+
"gradientdivider",
|
|
11717
|
+
"vertical",
|
|
11718
|
+
"normal"
|
|
11719
|
+
]
|
|
11720
|
+
},
|
|
11721
|
+
"hover": {
|
|
11722
|
+
"parent": "theme/stable/dark",
|
|
11723
|
+
"type": "color",
|
|
11724
|
+
"value": "linear-gradient(0deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)",
|
|
11725
|
+
"description": "linear-gradient(0deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)\nUsed for hover state of gradient divider for spaces",
|
|
11726
|
+
"filePath": "src/theme/stable/light.json",
|
|
11727
|
+
"isSource": true,
|
|
11728
|
+
"original": {
|
|
11729
|
+
"parent": "theme/stable/dark",
|
|
11730
|
+
"type": "color",
|
|
11731
|
+
"value": "linear-gradient(0deg, {color.core.black-alpha.0} 0%, {color.core.black-alpha.60} 22.4%, {color.core.black-alpha.60} 72.4%, {color.core.black-alpha.0} 100%)",
|
|
11732
|
+
"description": "linear-gradient(0deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)\nUsed for hover state of gradient divider for spaces"
|
|
11733
|
+
},
|
|
11734
|
+
"name": "mds-color-theme-gradientdivider-vertical-hover",
|
|
11735
|
+
"attributes": {
|
|
11736
|
+
"category": "color",
|
|
11737
|
+
"type": "theme",
|
|
11738
|
+
"item": "gradientdivider",
|
|
11739
|
+
"subitem": "vertical",
|
|
11740
|
+
"state": "hover"
|
|
11741
|
+
},
|
|
11742
|
+
"path": [
|
|
11743
|
+
"color",
|
|
11744
|
+
"theme",
|
|
11745
|
+
"gradientdivider",
|
|
11746
|
+
"vertical",
|
|
11747
|
+
"hover"
|
|
11748
|
+
]
|
|
11749
|
+
}
|
|
11431
11750
|
}
|
|
11432
11751
|
},
|
|
11433
11752
|
"focus": {
|
|
@@ -303,6 +303,13 @@
|
|
|
303
303
|
},
|
|
304
304
|
"skeleton": {
|
|
305
305
|
"normal": "linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)"
|
|
306
|
+
},
|
|
307
|
+
"glass": {
|
|
308
|
+
"normal": "#00000099",
|
|
309
|
+
"overlay": {
|
|
310
|
+
"normal": "#00000099",
|
|
311
|
+
"inactive": "#00000066"
|
|
312
|
+
}
|
|
306
313
|
}
|
|
307
314
|
},
|
|
308
315
|
"button": {
|
|
@@ -338,6 +345,13 @@
|
|
|
338
345
|
"normal": "#1170cf",
|
|
339
346
|
"hover": "#0353a8",
|
|
340
347
|
"pressed": "#063a75"
|
|
348
|
+
},
|
|
349
|
+
"glass": {
|
|
350
|
+
"primary": {
|
|
351
|
+
"normal": "#ffffffcc",
|
|
352
|
+
"hover": "#ffffffb3",
|
|
353
|
+
"pressed": "#ffffff99"
|
|
354
|
+
}
|
|
341
355
|
}
|
|
342
356
|
},
|
|
343
357
|
"outline": {
|
|
@@ -746,6 +760,10 @@
|
|
|
746
760
|
"purple": {
|
|
747
761
|
"normal": "linear-gradient(90deg, #f294f100 0%, #f294f199 22.4%, #f294f199 76.04%, #f294f100 100%)",
|
|
748
762
|
"hover": "linear-gradient(90deg, #f294f100 0%, #f294f1E6 22.4%, #f294f1E6 76.04%, #f294f100 100%)"
|
|
763
|
+
},
|
|
764
|
+
"vertical": {
|
|
765
|
+
"normal": "linear-gradient(0deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)",
|
|
766
|
+
"hover": "linear-gradient(0deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)"
|
|
749
767
|
}
|
|
750
768
|
},
|
|
751
769
|
"avatar": {
|
|
@@ -762,7 +780,11 @@
|
|
|
762
780
|
"purple": "#932099",
|
|
763
781
|
"slate": "#535573",
|
|
764
782
|
"violet": "#643abd",
|
|
765
|
-
"yellow": "#7d4705"
|
|
783
|
+
"yellow": "#7d4705",
|
|
784
|
+
"glass": {
|
|
785
|
+
"normal": "#ffffff12",
|
|
786
|
+
"active": "#ffffffcc"
|
|
787
|
+
}
|
|
766
788
|
},
|
|
767
789
|
"focus": {
|
|
768
790
|
"default": {
|
|
@@ -301,6 +301,13 @@
|
|
|
301
301
|
},
|
|
302
302
|
"skeleton": {
|
|
303
303
|
"normal": "#000000"
|
|
304
|
+
},
|
|
305
|
+
"glass": {
|
|
306
|
+
"normal": "#000000",
|
|
307
|
+
"overlay": {
|
|
308
|
+
"normal": "#ffff00",
|
|
309
|
+
"inactive": "#000000"
|
|
310
|
+
}
|
|
304
311
|
}
|
|
305
312
|
},
|
|
306
313
|
"button": {
|
|
@@ -335,6 +342,13 @@
|
|
|
335
342
|
"normal": "#000000",
|
|
336
343
|
"hover": "#1aebff",
|
|
337
344
|
"pressed": "#1aebff"
|
|
345
|
+
},
|
|
346
|
+
"glass": {
|
|
347
|
+
"primary": {
|
|
348
|
+
"normal": "#000000",
|
|
349
|
+
"hover": "#1aebff",
|
|
350
|
+
"pressed": "#1aebff"
|
|
351
|
+
}
|
|
338
352
|
}
|
|
339
353
|
},
|
|
340
354
|
"outline": {
|
|
@@ -555,6 +569,10 @@
|
|
|
555
569
|
"purple": {
|
|
556
570
|
"normal": "#ffffff",
|
|
557
571
|
"hover": "#ffffff"
|
|
572
|
+
},
|
|
573
|
+
"vertical": {
|
|
574
|
+
"normal": "#ffffff",
|
|
575
|
+
"hover": "#ffffff"
|
|
558
576
|
}
|
|
559
577
|
},
|
|
560
578
|
"avatar": {
|
|
@@ -571,7 +589,11 @@
|
|
|
571
589
|
"violet": "#ffffff",
|
|
572
590
|
"yellow": "#ffffff",
|
|
573
591
|
"hover": "#ffffff",
|
|
574
|
-
"pressed": "#ffffff"
|
|
592
|
+
"pressed": "#ffffff",
|
|
593
|
+
"glass": {
|
|
594
|
+
"normal": "#ffffff",
|
|
595
|
+
"active": "#ffffff"
|
|
596
|
+
}
|
|
575
597
|
},
|
|
576
598
|
"common": {
|
|
577
599
|
"text": {
|
|
@@ -673,6 +695,9 @@
|
|
|
673
695
|
"secondary": {
|
|
674
696
|
"primary": "#ffffff",
|
|
675
697
|
"disabled": "#3ff23f"
|
|
698
|
+
},
|
|
699
|
+
"warning": {
|
|
700
|
+
"normal": "#ffffff"
|
|
676
701
|
}
|
|
677
702
|
},
|
|
678
703
|
"control": {
|
|
@@ -301,6 +301,13 @@
|
|
|
301
301
|
},
|
|
302
302
|
"skeleton": {
|
|
303
303
|
"normal": "#ffffff"
|
|
304
|
+
},
|
|
305
|
+
"glass": {
|
|
306
|
+
"normal": "#ffffff",
|
|
307
|
+
"overlay": {
|
|
308
|
+
"normal": "#00009f",
|
|
309
|
+
"inactive": "#ffffff"
|
|
310
|
+
}
|
|
304
311
|
}
|
|
305
312
|
},
|
|
306
313
|
"button": {
|
|
@@ -335,6 +342,13 @@
|
|
|
335
342
|
"normal": "#ffffff",
|
|
336
343
|
"hover": "#37006e",
|
|
337
344
|
"pressed": "#37006e"
|
|
345
|
+
},
|
|
346
|
+
"glass": {
|
|
347
|
+
"primary": {
|
|
348
|
+
"normal": "#ffffff",
|
|
349
|
+
"hover": "#37006e",
|
|
350
|
+
"pressed": "#37006e"
|
|
351
|
+
}
|
|
338
352
|
}
|
|
339
353
|
},
|
|
340
354
|
"outline": {
|
|
@@ -541,7 +555,11 @@
|
|
|
541
555
|
"violet": "#000000",
|
|
542
556
|
"yellow": "#000000",
|
|
543
557
|
"hover": "#000000",
|
|
544
|
-
"pressed": "#000000"
|
|
558
|
+
"pressed": "#000000",
|
|
559
|
+
"glass": {
|
|
560
|
+
"normal": "#000000",
|
|
561
|
+
"active": "#000000"
|
|
562
|
+
}
|
|
545
563
|
},
|
|
546
564
|
"common": {
|
|
547
565
|
"text": {
|
|
@@ -643,6 +661,9 @@
|
|
|
643
661
|
"secondary": {
|
|
644
662
|
"primary": "#000000",
|
|
645
663
|
"disabled": "#600000"
|
|
664
|
+
},
|
|
665
|
+
"warning": {
|
|
666
|
+
"normal": "#000000"
|
|
646
667
|
}
|
|
647
668
|
},
|
|
648
669
|
"control": {
|
|
@@ -750,6 +771,10 @@
|
|
|
750
771
|
"purple": {
|
|
751
772
|
"normal": "#000000",
|
|
752
773
|
"hover": "#000000"
|
|
774
|
+
},
|
|
775
|
+
"vertical": {
|
|
776
|
+
"normal": "#000000",
|
|
777
|
+
"hover": "#000000"
|
|
753
778
|
}
|
|
754
779
|
},
|
|
755
780
|
"focus": {
|
|
@@ -303,6 +303,13 @@
|
|
|
303
303
|
},
|
|
304
304
|
"skeleton": {
|
|
305
305
|
"normal": "linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)"
|
|
306
|
+
},
|
|
307
|
+
"glass": {
|
|
308
|
+
"normal": "#ffffff99",
|
|
309
|
+
"overlay": {
|
|
310
|
+
"normal": "#ffffffcc",
|
|
311
|
+
"inactive": "#ffffff66"
|
|
312
|
+
}
|
|
306
313
|
}
|
|
307
314
|
},
|
|
308
315
|
"button": {
|
|
@@ -338,6 +345,13 @@
|
|
|
338
345
|
"normal": "#1170cf",
|
|
339
346
|
"hover": "#0353a8",
|
|
340
347
|
"pressed": "#063a75"
|
|
348
|
+
},
|
|
349
|
+
"glass": {
|
|
350
|
+
"primary": {
|
|
351
|
+
"normal": "#000000cc",
|
|
352
|
+
"hover": "#000000b3",
|
|
353
|
+
"pressed": "#00000099"
|
|
354
|
+
}
|
|
341
355
|
}
|
|
342
356
|
},
|
|
343
357
|
"outline": {
|
|
@@ -554,6 +568,9 @@
|
|
|
554
568
|
"secondary": {
|
|
555
569
|
"normal": "#00000033",
|
|
556
570
|
"disabled": "#00000033"
|
|
571
|
+
},
|
|
572
|
+
"warning": {
|
|
573
|
+
"normal": "#f2990a"
|
|
557
574
|
}
|
|
558
575
|
},
|
|
559
576
|
"control": {
|
|
@@ -729,7 +746,11 @@
|
|
|
729
746
|
"violet": "#643abd",
|
|
730
747
|
"yellow": "#7d4705",
|
|
731
748
|
"hover": "#00000012",
|
|
732
|
-
"pressed": "#00000033"
|
|
749
|
+
"pressed": "#00000033",
|
|
750
|
+
"glass": {
|
|
751
|
+
"normal": "#00000012",
|
|
752
|
+
"active": "#ffffffcc"
|
|
753
|
+
}
|
|
733
754
|
},
|
|
734
755
|
"gradientdivider": {
|
|
735
756
|
"default": {
|
|
@@ -759,6 +780,10 @@
|
|
|
759
780
|
"purple": {
|
|
760
781
|
"normal": "linear-gradient(90deg, #93209900 0%, #93209999 22.4%, #93209999 76.04%, #93209900 100%)",
|
|
761
782
|
"hover": "linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%)"
|
|
783
|
+
},
|
|
784
|
+
"vertical": {
|
|
785
|
+
"normal": "linear-gradient(0deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)",
|
|
786
|
+
"hover": "linear-gradient(0deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)"
|
|
762
787
|
}
|
|
763
788
|
},
|
|
764
789
|
"focus": {
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
|
|
3
|
+
<!--
|
|
4
|
+
Do not edit directly
|
|
5
|
+
Generated on Thu, 12 Dec 2024 13:30:43 GMT
|
|
6
|
+
-->
|
|
7
|
+
<resources>
|
|
8
|
+
<string name="mds-elevation-1">drop-shadow(0px 2px 8px rgba(0,0,0,0.2))</string>
|
|
9
|
+
<string name="mds-elevation-2">drop-shadow(0px 4px 16px rgba(0,0,0,0.2))</string>
|
|
10
|
+
<string name="mds-elevation-3">drop-shadow(0px 6px 24px rgba(0,0,0,0.25))</string>
|
|
11
|
+
<string name="mds-elevation-4">drop-shadow(0px 12px 48px rgba(0,0,0,0.25))</string>
|
|
12
|
+
|
|
13
|
+
</resources>
|