@momentum-design/tokens 0.5.2 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/css/components/complete.css +72 -24
  2. package/dist/css/core/complete.css +1 -1
  3. package/dist/css/effect/complete.css +1 -1
  4. package/dist/css/elevation/complete.css +1 -1
  5. package/dist/css/theme/aaos/day-complete.css +1 -1
  6. package/dist/css/theme/aaos/night-complete.css +1 -1
  7. package/dist/css/theme/webex/dark-bronze-stable.css +7 -3
  8. package/dist/css/theme/webex/dark-indigo-stable.css +7 -3
  9. package/dist/css/theme/webex/dark-jade-stable.css +7 -3
  10. package/dist/css/theme/webex/dark-lavender-stable.css +7 -3
  11. package/dist/css/theme/webex/dark-rose-stable.css +7 -3
  12. package/dist/css/theme/webex/dark-stable.css +7 -3
  13. package/dist/css/theme/webex/hc-dark-stable.css +5 -1
  14. package/dist/css/theme/webex/hc-light-stable.css +5 -1
  15. package/dist/css/theme/webex/light-bronze-stable.css +7 -3
  16. package/dist/css/theme/webex/light-indigo-stable.css +7 -3
  17. package/dist/css/theme/webex/light-jade-stable.css +7 -3
  18. package/dist/css/theme/webex/light-lavender-stable.css +7 -3
  19. package/dist/css/theme/webex/light-rose-stable.css +7 -3
  20. package/dist/css/theme/webex/light-stable.css +7 -3
  21. package/dist/css/typography/complete.css +1 -1
  22. package/dist/ios/core/complete.swift +1 -1
  23. package/dist/ios/effect/complete.swift +1 -1
  24. package/dist/ios/elevation/complete.swift +1 -1
  25. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  26. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  27. package/dist/ios/theme/webex/dark-bronze-stable.swift +7 -3
  28. package/dist/ios/theme/webex/dark-indigo-stable.swift +7 -3
  29. package/dist/ios/theme/webex/dark-jade-stable.swift +7 -3
  30. package/dist/ios/theme/webex/dark-lavender-stable.swift +7 -3
  31. package/dist/ios/theme/webex/dark-rose-stable.swift +7 -3
  32. package/dist/ios/theme/webex/dark-stable.swift +7 -3
  33. package/dist/ios/theme/webex/hc-dark-stable.swift +5 -1
  34. package/dist/ios/theme/webex/hc-light-stable.swift +5 -1
  35. package/dist/ios/theme/webex/light-bronze-stable.swift +7 -3
  36. package/dist/ios/theme/webex/light-indigo-stable.swift +7 -3
  37. package/dist/ios/theme/webex/light-jade-stable.swift +7 -3
  38. package/dist/ios/theme/webex/light-lavender-stable.swift +7 -3
  39. package/dist/ios/theme/webex/light-rose-stable.swift +7 -3
  40. package/dist/ios/theme/webex/light-stable.swift +7 -3
  41. package/dist/ios/typography/complete.swift +1 -1
  42. package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +7 -5
  43. package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +7 -5
  44. package/dist/ios-webex/theme/webex/dark-jade-stable.swift +7 -5
  45. package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +7 -5
  46. package/dist/ios-webex/theme/webex/dark-rose-stable.swift +7 -5
  47. package/dist/ios-webex/theme/webex/dark-stable.swift +7 -5
  48. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +4 -0
  49. package/dist/ios-webex/theme/webex/hc-light-stable.swift +12 -0
  50. package/dist/ios-webex/theme/webex/light-bronze-stable.swift +19 -13
  51. package/dist/ios-webex/theme/webex/light-indigo-stable.swift +19 -13
  52. package/dist/ios-webex/theme/webex/light-jade-stable.swift +19 -13
  53. package/dist/ios-webex/theme/webex/light-lavender-stable.swift +19 -13
  54. package/dist/ios-webex/theme/webex/light-rose-stable.swift +19 -13
  55. package/dist/ios-webex/theme/webex/light-stable.swift +19 -13
  56. package/dist/json/theme/webex/dark-bronze-stable.json +116 -6
  57. package/dist/json/theme/webex/dark-indigo-stable.json +116 -6
  58. package/dist/json/theme/webex/dark-jade-stable.json +116 -6
  59. package/dist/json/theme/webex/dark-lavender-stable.json +116 -6
  60. package/dist/json/theme/webex/dark-rose-stable.json +116 -6
  61. package/dist/json/theme/webex/dark-stable.json +116 -6
  62. package/dist/json/theme/webex/hc-dark-stable.json +110 -0
  63. package/dist/json/theme/webex/hc-light-stable.json +110 -0
  64. package/dist/json/theme/webex/light-bronze-stable.json +116 -6
  65. package/dist/json/theme/webex/light-indigo-stable.json +116 -6
  66. package/dist/json/theme/webex/light-jade-stable.json +116 -6
  67. package/dist/json/theme/webex/light-lavender-stable.json +116 -6
  68. package/dist/json/theme/webex/light-rose-stable.json +116 -6
  69. package/dist/json/theme/webex/light-stable.json +116 -6
  70. package/dist/json-minimal/theme/webex/dark-bronze-stable.json +10 -2
  71. package/dist/json-minimal/theme/webex/dark-indigo-stable.json +10 -2
  72. package/dist/json-minimal/theme/webex/dark-jade-stable.json +10 -2
  73. package/dist/json-minimal/theme/webex/dark-lavender-stable.json +10 -2
  74. package/dist/json-minimal/theme/webex/dark-rose-stable.json +10 -2
  75. package/dist/json-minimal/theme/webex/dark-stable.json +10 -2
  76. package/dist/json-minimal/theme/webex/hc-dark-stable.json +8 -0
  77. package/dist/json-minimal/theme/webex/hc-light-stable.json +8 -0
  78. package/dist/json-minimal/theme/webex/light-bronze-stable.json +10 -2
  79. package/dist/json-minimal/theme/webex/light-indigo-stable.json +10 -2
  80. package/dist/json-minimal/theme/webex/light-jade-stable.json +10 -2
  81. package/dist/json-minimal/theme/webex/light-lavender-stable.json +10 -2
  82. package/dist/json-minimal/theme/webex/light-rose-stable.json +10 -2
  83. package/dist/json-minimal/theme/webex/light-stable.json +10 -2
  84. package/dist/resources/core/complete.xml +1 -1
  85. package/dist/resources/effect/complete.xml +1 -1
  86. package/dist/resources/elevation/complete.xml +1 -1
  87. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  88. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  89. package/dist/resources/theme/webex/dark-bronze-stable.xml +7 -3
  90. package/dist/resources/theme/webex/dark-indigo-stable.xml +7 -3
  91. package/dist/resources/theme/webex/dark-jade-stable.xml +7 -3
  92. package/dist/resources/theme/webex/dark-lavender-stable.xml +7 -3
  93. package/dist/resources/theme/webex/dark-rose-stable.xml +7 -3
  94. package/dist/resources/theme/webex/dark-stable.xml +7 -3
  95. package/dist/resources/theme/webex/hc-dark-stable.xml +5 -1
  96. package/dist/resources/theme/webex/hc-light-stable.xml +5 -1
  97. package/dist/resources/theme/webex/light-bronze-stable.xml +7 -3
  98. package/dist/resources/theme/webex/light-indigo-stable.xml +7 -3
  99. package/dist/resources/theme/webex/light-jade-stable.xml +7 -3
  100. package/dist/resources/theme/webex/light-lavender-stable.xml +7 -3
  101. package/dist/resources/theme/webex/light-rose-stable.xml +7 -3
  102. package/dist/resources/theme/webex/light-stable.xml +7 -3
  103. package/dist/resources/typography/complete.xml +1 -1
  104. package/dist/scss/core/complete.scss +1 -1
  105. package/dist/scss/effect/complete.scss +1 -1
  106. package/dist/scss/elevation/complete.scss +1 -1
  107. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  108. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  109. package/dist/scss/theme/webex/dark-bronze-stable.scss +7 -3
  110. package/dist/scss/theme/webex/dark-indigo-stable.scss +7 -3
  111. package/dist/scss/theme/webex/dark-jade-stable.scss +7 -3
  112. package/dist/scss/theme/webex/dark-lavender-stable.scss +7 -3
  113. package/dist/scss/theme/webex/dark-rose-stable.scss +7 -3
  114. package/dist/scss/theme/webex/dark-stable.scss +7 -3
  115. package/dist/scss/theme/webex/hc-dark-stable.scss +5 -1
  116. package/dist/scss/theme/webex/hc-light-stable.scss +5 -1
  117. package/dist/scss/theme/webex/light-bronze-stable.scss +7 -3
  118. package/dist/scss/theme/webex/light-indigo-stable.scss +7 -3
  119. package/dist/scss/theme/webex/light-jade-stable.scss +7 -3
  120. package/dist/scss/theme/webex/light-lavender-stable.scss +7 -3
  121. package/dist/scss/theme/webex/light-rose-stable.scss +7 -3
  122. package/dist/scss/theme/webex/light-stable.scss +7 -3
  123. package/dist/scss/typography/complete.scss +1 -1
  124. package/package.json +1 -1
@@ -4802,14 +4802,14 @@
4802
4802
  "skeleton": {
4803
4803
  "normal": {
4804
4804
  "type": "color",
4805
- "value": "linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)",
4806
- "description": "linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)\nUse for skeleton component",
4805
+ "value": "#707070",
4806
+ "description": "Use for skeleton component",
4807
4807
  "filePath": "src/theme/stable/dark.json",
4808
4808
  "isSource": true,
4809
4809
  "original": {
4810
4810
  "type": "color",
4811
- "value": "linear-gradient(123deg, {color.core.white-alpha.20} 0%, {color.core.white-alpha.30} 33.85%, {color.core.white-alpha.40} 70.31%, {color.core.white-alpha.50} 100%)",
4812
- "description": "linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)\nUse for skeleton component"
4811
+ "value": "{color.core.gray.60}",
4812
+ "description": "Use for skeleton component"
4813
4813
  },
4814
4814
  "name": "mds-color-theme-background-skeleton-normal",
4815
4815
  "attributes": {
@@ -4830,13 +4830,13 @@
4830
4830
  },
4831
4831
  "glass": {
4832
4832
  "normal": {
4833
- "value": "#00000066",
4833
+ "value": "#ffffff0d",
4834
4834
  "type": "color",
4835
4835
  "description": "Used for glass effect background for operation pop. ",
4836
4836
  "filePath": "src/theme/stable/dark.json",
4837
4837
  "isSource": true,
4838
4838
  "original": {
4839
- "value": "{color.core.black-alpha.40}",
4839
+ "value": "{color.core.white-alpha.5}",
4840
4840
  "type": "color",
4841
4841
  "description": "Used for glass effect background for operation pop. "
4842
4842
  },
@@ -4913,6 +4913,64 @@
4913
4913
  "inactive"
4914
4914
  ]
4915
4915
  }
4916
+ },
4917
+ "radial": {
4918
+ "0": {
4919
+ "value": "#ffffff66",
4920
+ "type": "color",
4921
+ "description": "Used for operation pop background. ",
4922
+ "filePath": "src/theme/stable/dark.json",
4923
+ "isSource": true,
4924
+ "original": {
4925
+ "value": "{color.core.white-alpha.40}",
4926
+ "type": "color",
4927
+ "description": "Used for operation pop background. "
4928
+ },
4929
+ "name": "mds-color-theme-background-glass-radial-0",
4930
+ "attributes": {
4931
+ "category": "color",
4932
+ "type": "theme",
4933
+ "item": "background",
4934
+ "subitem": "glass",
4935
+ "state": "radial"
4936
+ },
4937
+ "path": [
4938
+ "color",
4939
+ "theme",
4940
+ "background",
4941
+ "glass",
4942
+ "radial",
4943
+ "0"
4944
+ ]
4945
+ },
4946
+ "1": {
4947
+ "value": "#ffffff0d",
4948
+ "type": "color",
4949
+ "description": "Used for operation pop background. ",
4950
+ "filePath": "src/theme/stable/dark.json",
4951
+ "isSource": true,
4952
+ "original": {
4953
+ "value": "{color.core.white-alpha.5}",
4954
+ "type": "color",
4955
+ "description": "Used for operation pop background. "
4956
+ },
4957
+ "name": "mds-color-theme-background-glass-radial-1",
4958
+ "attributes": {
4959
+ "category": "color",
4960
+ "type": "theme",
4961
+ "item": "background",
4962
+ "subitem": "glass",
4963
+ "state": "radial"
4964
+ },
4965
+ "path": [
4966
+ "color",
4967
+ "theme",
4968
+ "background",
4969
+ "glass",
4970
+ "radial",
4971
+ "1"
4972
+ ]
4973
+ }
4916
4974
  }
4917
4975
  },
4918
4976
  "input": {
@@ -6432,6 +6490,35 @@
6432
6490
  "normal"
6433
6491
  ]
6434
6492
  }
6493
+ },
6494
+ "glass": {
6495
+ "normal": {
6496
+ "value": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)",
6497
+ "type": "color",
6498
+ "description": "Used for operation pop",
6499
+ "filePath": "src/theme/stable/dark.json",
6500
+ "isSource": true,
6501
+ "original": {
6502
+ "value": "linear-gradient(180deg, {color.core.white-alpha.11} 0%, {color.core.white-alpha.5} 100%)",
6503
+ "type": "color",
6504
+ "description": "Used for operation pop"
6505
+ },
6506
+ "name": "mds-color-theme-outline-glass-normal",
6507
+ "attributes": {
6508
+ "category": "color",
6509
+ "type": "theme",
6510
+ "item": "outline",
6511
+ "subitem": "glass",
6512
+ "state": "normal"
6513
+ },
6514
+ "path": [
6515
+ "color",
6516
+ "theme",
6517
+ "outline",
6518
+ "glass",
6519
+ "normal"
6520
+ ]
6521
+ }
6435
6522
  }
6436
6523
  },
6437
6524
  "control": {
@@ -11363,6 +11450,29 @@
11363
11450
  }
11364
11451
  },
11365
11452
  "avatar": {
11453
+ "ghost": {
11454
+ "value": "#ffffff00",
11455
+ "type": "color",
11456
+ "filePath": "src/theme/stable/dark.json",
11457
+ "isSource": true,
11458
+ "original": {
11459
+ "value": "{color.core.white-alpha.0}",
11460
+ "type": "color"
11461
+ },
11462
+ "name": "mds-color-theme-avatar-ghost",
11463
+ "attributes": {
11464
+ "category": "color",
11465
+ "type": "theme",
11466
+ "item": "avatar",
11467
+ "subitem": "ghost"
11468
+ },
11469
+ "path": [
11470
+ "color",
11471
+ "theme",
11472
+ "avatar",
11473
+ "ghost"
11474
+ ]
11475
+ },
11366
11476
  "default": {
11367
11477
  "parent": "theme/stable/dark",
11368
11478
  "type": "color",
@@ -4802,14 +4802,14 @@
4802
4802
  "skeleton": {
4803
4803
  "normal": {
4804
4804
  "type": "color",
4805
- "value": "linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)",
4806
- "description": "linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)\nUse for skeleton component",
4805
+ "value": "#707070",
4806
+ "description": "Use for skeleton component",
4807
4807
  "filePath": "src/theme/stable/dark.json",
4808
4808
  "isSource": true,
4809
4809
  "original": {
4810
4810
  "type": "color",
4811
- "value": "linear-gradient(123deg, {color.core.white-alpha.20} 0%, {color.core.white-alpha.30} 33.85%, {color.core.white-alpha.40} 70.31%, {color.core.white-alpha.50} 100%)",
4812
- "description": "linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)\nUse for skeleton component"
4811
+ "value": "{color.core.gray.60}",
4812
+ "description": "Use for skeleton component"
4813
4813
  },
4814
4814
  "name": "mds-color-theme-background-skeleton-normal",
4815
4815
  "attributes": {
@@ -4830,13 +4830,13 @@
4830
4830
  },
4831
4831
  "glass": {
4832
4832
  "normal": {
4833
- "value": "#00000066",
4833
+ "value": "#ffffff0d",
4834
4834
  "type": "color",
4835
4835
  "description": "Used for glass effect background for operation pop. ",
4836
4836
  "filePath": "src/theme/stable/dark.json",
4837
4837
  "isSource": true,
4838
4838
  "original": {
4839
- "value": "{color.core.black-alpha.40}",
4839
+ "value": "{color.core.white-alpha.5}",
4840
4840
  "type": "color",
4841
4841
  "description": "Used for glass effect background for operation pop. "
4842
4842
  },
@@ -4913,6 +4913,64 @@
4913
4913
  "inactive"
4914
4914
  ]
4915
4915
  }
4916
+ },
4917
+ "radial": {
4918
+ "0": {
4919
+ "value": "#ffffff66",
4920
+ "type": "color",
4921
+ "description": "Used for operation pop background. ",
4922
+ "filePath": "src/theme/stable/dark.json",
4923
+ "isSource": true,
4924
+ "original": {
4925
+ "value": "{color.core.white-alpha.40}",
4926
+ "type": "color",
4927
+ "description": "Used for operation pop background. "
4928
+ },
4929
+ "name": "mds-color-theme-background-glass-radial-0",
4930
+ "attributes": {
4931
+ "category": "color",
4932
+ "type": "theme",
4933
+ "item": "background",
4934
+ "subitem": "glass",
4935
+ "state": "radial"
4936
+ },
4937
+ "path": [
4938
+ "color",
4939
+ "theme",
4940
+ "background",
4941
+ "glass",
4942
+ "radial",
4943
+ "0"
4944
+ ]
4945
+ },
4946
+ "1": {
4947
+ "value": "#ffffff0d",
4948
+ "type": "color",
4949
+ "description": "Used for operation pop background. ",
4950
+ "filePath": "src/theme/stable/dark.json",
4951
+ "isSource": true,
4952
+ "original": {
4953
+ "value": "{color.core.white-alpha.5}",
4954
+ "type": "color",
4955
+ "description": "Used for operation pop background. "
4956
+ },
4957
+ "name": "mds-color-theme-background-glass-radial-1",
4958
+ "attributes": {
4959
+ "category": "color",
4960
+ "type": "theme",
4961
+ "item": "background",
4962
+ "subitem": "glass",
4963
+ "state": "radial"
4964
+ },
4965
+ "path": [
4966
+ "color",
4967
+ "theme",
4968
+ "background",
4969
+ "glass",
4970
+ "radial",
4971
+ "1"
4972
+ ]
4973
+ }
4916
4974
  }
4917
4975
  },
4918
4976
  "input": {
@@ -6432,6 +6490,35 @@
6432
6490
  "normal"
6433
6491
  ]
6434
6492
  }
6493
+ },
6494
+ "glass": {
6495
+ "normal": {
6496
+ "value": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)",
6497
+ "type": "color",
6498
+ "description": "Used for operation pop",
6499
+ "filePath": "src/theme/stable/dark.json",
6500
+ "isSource": true,
6501
+ "original": {
6502
+ "value": "linear-gradient(180deg, {color.core.white-alpha.11} 0%, {color.core.white-alpha.5} 100%)",
6503
+ "type": "color",
6504
+ "description": "Used for operation pop"
6505
+ },
6506
+ "name": "mds-color-theme-outline-glass-normal",
6507
+ "attributes": {
6508
+ "category": "color",
6509
+ "type": "theme",
6510
+ "item": "outline",
6511
+ "subitem": "glass",
6512
+ "state": "normal"
6513
+ },
6514
+ "path": [
6515
+ "color",
6516
+ "theme",
6517
+ "outline",
6518
+ "glass",
6519
+ "normal"
6520
+ ]
6521
+ }
6435
6522
  }
6436
6523
  },
6437
6524
  "control": {
@@ -11363,6 +11450,29 @@
11363
11450
  }
11364
11451
  },
11365
11452
  "avatar": {
11453
+ "ghost": {
11454
+ "value": "#ffffff00",
11455
+ "type": "color",
11456
+ "filePath": "src/theme/stable/dark.json",
11457
+ "isSource": true,
11458
+ "original": {
11459
+ "value": "{color.core.white-alpha.0}",
11460
+ "type": "color"
11461
+ },
11462
+ "name": "mds-color-theme-avatar-ghost",
11463
+ "attributes": {
11464
+ "category": "color",
11465
+ "type": "theme",
11466
+ "item": "avatar",
11467
+ "subitem": "ghost"
11468
+ },
11469
+ "path": [
11470
+ "color",
11471
+ "theme",
11472
+ "avatar",
11473
+ "ghost"
11474
+ ]
11475
+ },
11366
11476
  "default": {
11367
11477
  "parent": "theme/stable/dark",
11368
11478
  "type": "color",
@@ -4802,14 +4802,14 @@
4802
4802
  "skeleton": {
4803
4803
  "normal": {
4804
4804
  "type": "color",
4805
- "value": "linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)",
4806
- "description": "linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)\nUse for skeleton component",
4805
+ "value": "#707070",
4806
+ "description": "Use for skeleton component",
4807
4807
  "filePath": "src/theme/stable/dark.json",
4808
4808
  "isSource": true,
4809
4809
  "original": {
4810
4810
  "type": "color",
4811
- "value": "linear-gradient(123deg, {color.core.white-alpha.20} 0%, {color.core.white-alpha.30} 33.85%, {color.core.white-alpha.40} 70.31%, {color.core.white-alpha.50} 100%)",
4812
- "description": "linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)\nUse for skeleton component"
4811
+ "value": "{color.core.gray.60}",
4812
+ "description": "Use for skeleton component"
4813
4813
  },
4814
4814
  "name": "mds-color-theme-background-skeleton-normal",
4815
4815
  "attributes": {
@@ -4830,13 +4830,13 @@
4830
4830
  },
4831
4831
  "glass": {
4832
4832
  "normal": {
4833
- "value": "#00000066",
4833
+ "value": "#ffffff0d",
4834
4834
  "type": "color",
4835
4835
  "description": "Used for glass effect background for operation pop. ",
4836
4836
  "filePath": "src/theme/stable/dark.json",
4837
4837
  "isSource": true,
4838
4838
  "original": {
4839
- "value": "{color.core.black-alpha.40}",
4839
+ "value": "{color.core.white-alpha.5}",
4840
4840
  "type": "color",
4841
4841
  "description": "Used for glass effect background for operation pop. "
4842
4842
  },
@@ -4913,6 +4913,64 @@
4913
4913
  "inactive"
4914
4914
  ]
4915
4915
  }
4916
+ },
4917
+ "radial": {
4918
+ "0": {
4919
+ "value": "#ffffff66",
4920
+ "type": "color",
4921
+ "description": "Used for operation pop background. ",
4922
+ "filePath": "src/theme/stable/dark.json",
4923
+ "isSource": true,
4924
+ "original": {
4925
+ "value": "{color.core.white-alpha.40}",
4926
+ "type": "color",
4927
+ "description": "Used for operation pop background. "
4928
+ },
4929
+ "name": "mds-color-theme-background-glass-radial-0",
4930
+ "attributes": {
4931
+ "category": "color",
4932
+ "type": "theme",
4933
+ "item": "background",
4934
+ "subitem": "glass",
4935
+ "state": "radial"
4936
+ },
4937
+ "path": [
4938
+ "color",
4939
+ "theme",
4940
+ "background",
4941
+ "glass",
4942
+ "radial",
4943
+ "0"
4944
+ ]
4945
+ },
4946
+ "1": {
4947
+ "value": "#ffffff0d",
4948
+ "type": "color",
4949
+ "description": "Used for operation pop background. ",
4950
+ "filePath": "src/theme/stable/dark.json",
4951
+ "isSource": true,
4952
+ "original": {
4953
+ "value": "{color.core.white-alpha.5}",
4954
+ "type": "color",
4955
+ "description": "Used for operation pop background. "
4956
+ },
4957
+ "name": "mds-color-theme-background-glass-radial-1",
4958
+ "attributes": {
4959
+ "category": "color",
4960
+ "type": "theme",
4961
+ "item": "background",
4962
+ "subitem": "glass",
4963
+ "state": "radial"
4964
+ },
4965
+ "path": [
4966
+ "color",
4967
+ "theme",
4968
+ "background",
4969
+ "glass",
4970
+ "radial",
4971
+ "1"
4972
+ ]
4973
+ }
4916
4974
  }
4917
4975
  },
4918
4976
  "input": {
@@ -6432,6 +6490,35 @@
6432
6490
  "normal"
6433
6491
  ]
6434
6492
  }
6493
+ },
6494
+ "glass": {
6495
+ "normal": {
6496
+ "value": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)",
6497
+ "type": "color",
6498
+ "description": "Used for operation pop",
6499
+ "filePath": "src/theme/stable/dark.json",
6500
+ "isSource": true,
6501
+ "original": {
6502
+ "value": "linear-gradient(180deg, {color.core.white-alpha.11} 0%, {color.core.white-alpha.5} 100%)",
6503
+ "type": "color",
6504
+ "description": "Used for operation pop"
6505
+ },
6506
+ "name": "mds-color-theme-outline-glass-normal",
6507
+ "attributes": {
6508
+ "category": "color",
6509
+ "type": "theme",
6510
+ "item": "outline",
6511
+ "subitem": "glass",
6512
+ "state": "normal"
6513
+ },
6514
+ "path": [
6515
+ "color",
6516
+ "theme",
6517
+ "outline",
6518
+ "glass",
6519
+ "normal"
6520
+ ]
6521
+ }
6435
6522
  }
6436
6523
  },
6437
6524
  "control": {
@@ -11363,6 +11450,29 @@
11363
11450
  }
11364
11451
  },
11365
11452
  "avatar": {
11453
+ "ghost": {
11454
+ "value": "#ffffff00",
11455
+ "type": "color",
11456
+ "filePath": "src/theme/stable/dark.json",
11457
+ "isSource": true,
11458
+ "original": {
11459
+ "value": "{color.core.white-alpha.0}",
11460
+ "type": "color"
11461
+ },
11462
+ "name": "mds-color-theme-avatar-ghost",
11463
+ "attributes": {
11464
+ "category": "color",
11465
+ "type": "theme",
11466
+ "item": "avatar",
11467
+ "subitem": "ghost"
11468
+ },
11469
+ "path": [
11470
+ "color",
11471
+ "theme",
11472
+ "avatar",
11473
+ "ghost"
11474
+ ]
11475
+ },
11366
11476
  "default": {
11367
11477
  "parent": "theme/stable/dark",
11368
11478
  "type": "color",
@@ -4829,6 +4829,64 @@
4829
4829
  "inactive"
4830
4830
  ]
4831
4831
  }
4832
+ },
4833
+ "radial": {
4834
+ "0": {
4835
+ "value": "#000000",
4836
+ "type": "color",
4837
+ "description": "Used for operation pop background. ",
4838
+ "filePath": "src/theme/stable/highcontrast/hc_dark.json",
4839
+ "isSource": true,
4840
+ "original": {
4841
+ "value": "{color.highcontrast.black.WindowColor}",
4842
+ "type": "color",
4843
+ "description": "Used for operation pop background. "
4844
+ },
4845
+ "name": "mds-color-theme-background-glass-radial-0",
4846
+ "attributes": {
4847
+ "category": "color",
4848
+ "type": "theme",
4849
+ "item": "background",
4850
+ "subitem": "glass",
4851
+ "state": "radial"
4852
+ },
4853
+ "path": [
4854
+ "color",
4855
+ "theme",
4856
+ "background",
4857
+ "glass",
4858
+ "radial",
4859
+ "0"
4860
+ ]
4861
+ },
4862
+ "1": {
4863
+ "value": "#000000",
4864
+ "type": "color",
4865
+ "description": "Used for operation pop background. ",
4866
+ "filePath": "src/theme/stable/highcontrast/hc_dark.json",
4867
+ "isSource": true,
4868
+ "original": {
4869
+ "value": "{color.highcontrast.black.WindowColor}",
4870
+ "type": "color",
4871
+ "description": "Used for operation pop background. "
4872
+ },
4873
+ "name": "mds-color-theme-background-glass-radial-1",
4874
+ "attributes": {
4875
+ "category": "color",
4876
+ "type": "theme",
4877
+ "item": "background",
4878
+ "subitem": "glass",
4879
+ "state": "radial"
4880
+ },
4881
+ "path": [
4882
+ "color",
4883
+ "theme",
4884
+ "background",
4885
+ "glass",
4886
+ "radial",
4887
+ "1"
4888
+ ]
4889
+ }
4832
4890
  }
4833
4891
  },
4834
4892
  "input": {
@@ -6345,6 +6403,35 @@
6345
6403
  "normal"
6346
6404
  ]
6347
6405
  }
6406
+ },
6407
+ "glass": {
6408
+ "normal": {
6409
+ "value": "#ffffff",
6410
+ "type": "color",
6411
+ "description": "Used for operation pop",
6412
+ "filePath": "src/theme/stable/highcontrast/hc_dark.json",
6413
+ "isSource": true,
6414
+ "original": {
6415
+ "value": "{color.highcontrast.black.WindowTextColor}",
6416
+ "type": "color",
6417
+ "description": "Used for operation pop"
6418
+ },
6419
+ "name": "mds-color-theme-outline-glass-normal",
6420
+ "attributes": {
6421
+ "category": "color",
6422
+ "type": "theme",
6423
+ "item": "outline",
6424
+ "subitem": "glass",
6425
+ "state": "normal"
6426
+ },
6427
+ "path": [
6428
+ "color",
6429
+ "theme",
6430
+ "outline",
6431
+ "glass",
6432
+ "normal"
6433
+ ]
6434
+ }
6348
6435
  }
6349
6436
  },
6350
6437
  "control": {
@@ -8586,6 +8673,29 @@
8586
8673
  }
8587
8674
  },
8588
8675
  "avatar": {
8676
+ "ghost": {
8677
+ "value": "#000000",
8678
+ "type": "color",
8679
+ "filePath": "src/theme/stable/highcontrast/hc_dark.json",
8680
+ "isSource": true,
8681
+ "original": {
8682
+ "value": "{color.highcontrast.black.WindowColor}",
8683
+ "type": "color"
8684
+ },
8685
+ "name": "mds-color-theme-avatar-ghost",
8686
+ "attributes": {
8687
+ "category": "color",
8688
+ "type": "theme",
8689
+ "item": "avatar",
8690
+ "subitem": "ghost"
8691
+ },
8692
+ "path": [
8693
+ "color",
8694
+ "theme",
8695
+ "avatar",
8696
+ "ghost"
8697
+ ]
8698
+ },
8589
8699
  "default": {
8590
8700
  "parent": "theme/stable/highcontrast/hc_dark",
8591
8701
  "type": "color",