@momentum-design/tokens 0.6.0 → 0.6.2

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 +96 -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 +9 -3
  8. package/dist/css/theme/webex/dark-indigo-stable.css +9 -3
  9. package/dist/css/theme/webex/dark-jade-stable.css +9 -3
  10. package/dist/css/theme/webex/dark-lavender-stable.css +9 -3
  11. package/dist/css/theme/webex/dark-rose-stable.css +9 -3
  12. package/dist/css/theme/webex/dark-stable.css +9 -3
  13. package/dist/css/theme/webex/hc-dark-stable.css +7 -1
  14. package/dist/css/theme/webex/hc-light-stable.css +7 -1
  15. package/dist/css/theme/webex/light-bronze-stable.css +9 -3
  16. package/dist/css/theme/webex/light-indigo-stable.css +9 -3
  17. package/dist/css/theme/webex/light-jade-stable.css +9 -3
  18. package/dist/css/theme/webex/light-lavender-stable.css +9 -3
  19. package/dist/css/theme/webex/light-rose-stable.css +9 -3
  20. package/dist/css/theme/webex/light-stable.css +9 -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 +9 -3
  28. package/dist/ios/theme/webex/dark-indigo-stable.swift +9 -3
  29. package/dist/ios/theme/webex/dark-jade-stable.swift +9 -3
  30. package/dist/ios/theme/webex/dark-lavender-stable.swift +9 -3
  31. package/dist/ios/theme/webex/dark-rose-stable.swift +9 -3
  32. package/dist/ios/theme/webex/dark-stable.swift +9 -3
  33. package/dist/ios/theme/webex/hc-dark-stable.swift +7 -1
  34. package/dist/ios/theme/webex/hc-light-stable.swift +7 -1
  35. package/dist/ios/theme/webex/light-bronze-stable.swift +9 -3
  36. package/dist/ios/theme/webex/light-indigo-stable.swift +9 -3
  37. package/dist/ios/theme/webex/light-jade-stable.swift +9 -3
  38. package/dist/ios/theme/webex/light-lavender-stable.swift +9 -3
  39. package/dist/ios/theme/webex/light-rose-stable.swift +9 -3
  40. package/dist/ios/theme/webex/light-stable.swift +9 -3
  41. package/dist/ios/typography/complete.swift +1 -1
  42. package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +9 -5
  43. package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +9 -5
  44. package/dist/ios-webex/theme/webex/dark-jade-stable.swift +9 -5
  45. package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +9 -5
  46. package/dist/ios-webex/theme/webex/dark-rose-stable.swift +9 -5
  47. package/dist/ios-webex/theme/webex/dark-stable.swift +9 -5
  48. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +6 -0
  49. package/dist/ios-webex/theme/webex/hc-light-stable.swift +18 -0
  50. package/dist/ios-webex/theme/webex/light-bronze-stable.swift +25 -13
  51. package/dist/ios-webex/theme/webex/light-indigo-stable.swift +25 -13
  52. package/dist/ios-webex/theme/webex/light-jade-stable.swift +25 -13
  53. package/dist/ios-webex/theme/webex/light-lavender-stable.swift +25 -13
  54. package/dist/ios-webex/theme/webex/light-rose-stable.swift +25 -13
  55. package/dist/ios-webex/theme/webex/light-stable.swift +25 -13
  56. package/dist/json/theme/webex/dark-bronze-stable.json +174 -6
  57. package/dist/json/theme/webex/dark-indigo-stable.json +174 -6
  58. package/dist/json/theme/webex/dark-jade-stable.json +174 -6
  59. package/dist/json/theme/webex/dark-lavender-stable.json +174 -6
  60. package/dist/json/theme/webex/dark-rose-stable.json +174 -6
  61. package/dist/json/theme/webex/dark-stable.json +174 -6
  62. package/dist/json/theme/webex/hc-dark-stable.json +168 -0
  63. package/dist/json/theme/webex/hc-light-stable.json +168 -0
  64. package/dist/json/theme/webex/light-bronze-stable.json +174 -6
  65. package/dist/json/theme/webex/light-indigo-stable.json +174 -6
  66. package/dist/json/theme/webex/light-jade-stable.json +174 -6
  67. package/dist/json/theme/webex/light-lavender-stable.json +174 -6
  68. package/dist/json/theme/webex/light-rose-stable.json +174 -6
  69. package/dist/json/theme/webex/light-stable.json +174 -6
  70. package/dist/json-minimal/theme/webex/dark-bronze-stable.json +12 -2
  71. package/dist/json-minimal/theme/webex/dark-indigo-stable.json +12 -2
  72. package/dist/json-minimal/theme/webex/dark-jade-stable.json +12 -2
  73. package/dist/json-minimal/theme/webex/dark-lavender-stable.json +12 -2
  74. package/dist/json-minimal/theme/webex/dark-rose-stable.json +12 -2
  75. package/dist/json-minimal/theme/webex/dark-stable.json +12 -2
  76. package/dist/json-minimal/theme/webex/hc-dark-stable.json +10 -0
  77. package/dist/json-minimal/theme/webex/hc-light-stable.json +10 -0
  78. package/dist/json-minimal/theme/webex/light-bronze-stable.json +12 -2
  79. package/dist/json-minimal/theme/webex/light-indigo-stable.json +12 -2
  80. package/dist/json-minimal/theme/webex/light-jade-stable.json +12 -2
  81. package/dist/json-minimal/theme/webex/light-lavender-stable.json +12 -2
  82. package/dist/json-minimal/theme/webex/light-rose-stable.json +12 -2
  83. package/dist/json-minimal/theme/webex/light-stable.json +12 -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 +9 -3
  90. package/dist/resources/theme/webex/dark-indigo-stable.xml +9 -3
  91. package/dist/resources/theme/webex/dark-jade-stable.xml +9 -3
  92. package/dist/resources/theme/webex/dark-lavender-stable.xml +9 -3
  93. package/dist/resources/theme/webex/dark-rose-stable.xml +9 -3
  94. package/dist/resources/theme/webex/dark-stable.xml +9 -3
  95. package/dist/resources/theme/webex/hc-dark-stable.xml +7 -1
  96. package/dist/resources/theme/webex/hc-light-stable.xml +7 -1
  97. package/dist/resources/theme/webex/light-bronze-stable.xml +9 -3
  98. package/dist/resources/theme/webex/light-indigo-stable.xml +9 -3
  99. package/dist/resources/theme/webex/light-jade-stable.xml +9 -3
  100. package/dist/resources/theme/webex/light-lavender-stable.xml +9 -3
  101. package/dist/resources/theme/webex/light-rose-stable.xml +9 -3
  102. package/dist/resources/theme/webex/light-stable.xml +9 -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 +9 -3
  110. package/dist/scss/theme/webex/dark-indigo-stable.scss +9 -3
  111. package/dist/scss/theme/webex/dark-jade-stable.scss +9 -3
  112. package/dist/scss/theme/webex/dark-lavender-stable.scss +9 -3
  113. package/dist/scss/theme/webex/dark-rose-stable.scss +9 -3
  114. package/dist/scss/theme/webex/dark-stable.scss +9 -3
  115. package/dist/scss/theme/webex/hc-dark-stable.scss +7 -1
  116. package/dist/scss/theme/webex/hc-light-stable.scss +7 -1
  117. package/dist/scss/theme/webex/light-bronze-stable.scss +9 -3
  118. package/dist/scss/theme/webex/light-indigo-stable.scss +9 -3
  119. package/dist/scss/theme/webex/light-jade-stable.scss +9 -3
  120. package/dist/scss/theme/webex/light-lavender-stable.scss +9 -3
  121. package/dist/scss/theme/webex/light-rose-stable.scss +9 -3
  122. package/dist/scss/theme/webex/light-stable.scss +9 -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
  },
@@ -4856,6 +4856,87 @@
4856
4856
  "normal"
4857
4857
  ]
4858
4858
  },
4859
+ "light": {
4860
+ "value": "#00000066",
4861
+ "type": "color",
4862
+ "description": "Used for glass effect background for operation pop. ",
4863
+ "filePath": "src/theme/stable/dark.json",
4864
+ "isSource": true,
4865
+ "original": {
4866
+ "value": "{color.core.black-alpha.40}",
4867
+ "type": "color",
4868
+ "description": "Used for glass effect background for operation pop. "
4869
+ },
4870
+ "name": "mds-color-theme-background-glass-light",
4871
+ "attributes": {
4872
+ "category": "color",
4873
+ "type": "theme",
4874
+ "item": "background",
4875
+ "subitem": "glass",
4876
+ "state": "light"
4877
+ },
4878
+ "path": [
4879
+ "color",
4880
+ "theme",
4881
+ "background",
4882
+ "glass",
4883
+ "light"
4884
+ ]
4885
+ },
4886
+ "medium": {
4887
+ "value": "#00000099",
4888
+ "type": "color",
4889
+ "description": "Used for glass effect background for operation pop. ",
4890
+ "filePath": "src/theme/stable/dark.json",
4891
+ "isSource": true,
4892
+ "original": {
4893
+ "value": "{color.core.black-alpha.60}",
4894
+ "type": "color",
4895
+ "description": "Used for glass effect background for operation pop. "
4896
+ },
4897
+ "name": "mds-color-theme-background-glass-medium",
4898
+ "attributes": {
4899
+ "category": "color",
4900
+ "type": "theme",
4901
+ "item": "background",
4902
+ "subitem": "glass",
4903
+ "state": "medium"
4904
+ },
4905
+ "path": [
4906
+ "color",
4907
+ "theme",
4908
+ "background",
4909
+ "glass",
4910
+ "medium"
4911
+ ]
4912
+ },
4913
+ "heavy": {
4914
+ "value": "#000000cc",
4915
+ "type": "color",
4916
+ "description": "Used for glass effect background for operation pop. ",
4917
+ "filePath": "src/theme/stable/dark.json",
4918
+ "isSource": true,
4919
+ "original": {
4920
+ "value": "{color.core.black-alpha.80}",
4921
+ "type": "color",
4922
+ "description": "Used for glass effect background for operation pop. "
4923
+ },
4924
+ "name": "mds-color-theme-background-glass-heavy",
4925
+ "attributes": {
4926
+ "category": "color",
4927
+ "type": "theme",
4928
+ "item": "background",
4929
+ "subitem": "glass",
4930
+ "state": "heavy"
4931
+ },
4932
+ "path": [
4933
+ "color",
4934
+ "theme",
4935
+ "background",
4936
+ "glass",
4937
+ "heavy"
4938
+ ]
4939
+ },
4859
4940
  "overlay": {
4860
4941
  "normal": {
4861
4942
  "value": "#000000cc",
@@ -4913,6 +4994,64 @@
4913
4994
  "inactive"
4914
4995
  ]
4915
4996
  }
4997
+ },
4998
+ "radial": {
4999
+ "0": {
5000
+ "value": "#ffffff66",
5001
+ "type": "color",
5002
+ "description": "Used for operation pop background. ",
5003
+ "filePath": "src/theme/stable/dark.json",
5004
+ "isSource": true,
5005
+ "original": {
5006
+ "value": "{color.core.white-alpha.40}",
5007
+ "type": "color",
5008
+ "description": "Used for operation pop background. "
5009
+ },
5010
+ "name": "mds-color-theme-background-glass-radial-0",
5011
+ "attributes": {
5012
+ "category": "color",
5013
+ "type": "theme",
5014
+ "item": "background",
5015
+ "subitem": "glass",
5016
+ "state": "radial"
5017
+ },
5018
+ "path": [
5019
+ "color",
5020
+ "theme",
5021
+ "background",
5022
+ "glass",
5023
+ "radial",
5024
+ "0"
5025
+ ]
5026
+ },
5027
+ "1": {
5028
+ "value": "#ffffff0d",
5029
+ "type": "color",
5030
+ "description": "Used for operation pop background. ",
5031
+ "filePath": "src/theme/stable/dark.json",
5032
+ "isSource": true,
5033
+ "original": {
5034
+ "value": "{color.core.white-alpha.5}",
5035
+ "type": "color",
5036
+ "description": "Used for operation pop background. "
5037
+ },
5038
+ "name": "mds-color-theme-background-glass-radial-1",
5039
+ "attributes": {
5040
+ "category": "color",
5041
+ "type": "theme",
5042
+ "item": "background",
5043
+ "subitem": "glass",
5044
+ "state": "radial"
5045
+ },
5046
+ "path": [
5047
+ "color",
5048
+ "theme",
5049
+ "background",
5050
+ "glass",
5051
+ "radial",
5052
+ "1"
5053
+ ]
5054
+ }
4916
5055
  }
4917
5056
  },
4918
5057
  "input": {
@@ -6432,6 +6571,35 @@
6432
6571
  "normal"
6433
6572
  ]
6434
6573
  }
6574
+ },
6575
+ "glass": {
6576
+ "normal": {
6577
+ "value": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)",
6578
+ "type": "color",
6579
+ "description": "Used for operation pop",
6580
+ "filePath": "src/theme/stable/dark.json",
6581
+ "isSource": true,
6582
+ "original": {
6583
+ "value": "linear-gradient(180deg, {color.core.white-alpha.11} 0%, {color.core.white-alpha.5} 100%)",
6584
+ "type": "color",
6585
+ "description": "Used for operation pop"
6586
+ },
6587
+ "name": "mds-color-theme-outline-glass-normal",
6588
+ "attributes": {
6589
+ "category": "color",
6590
+ "type": "theme",
6591
+ "item": "outline",
6592
+ "subitem": "glass",
6593
+ "state": "normal"
6594
+ },
6595
+ "path": [
6596
+ "color",
6597
+ "theme",
6598
+ "outline",
6599
+ "glass",
6600
+ "normal"
6601
+ ]
6602
+ }
6435
6603
  }
6436
6604
  },
6437
6605
  "control": {
@@ -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
  },
@@ -4856,6 +4856,87 @@
4856
4856
  "normal"
4857
4857
  ]
4858
4858
  },
4859
+ "light": {
4860
+ "value": "#00000066",
4861
+ "type": "color",
4862
+ "description": "Used for glass effect background for operation pop. ",
4863
+ "filePath": "src/theme/stable/dark.json",
4864
+ "isSource": true,
4865
+ "original": {
4866
+ "value": "{color.core.black-alpha.40}",
4867
+ "type": "color",
4868
+ "description": "Used for glass effect background for operation pop. "
4869
+ },
4870
+ "name": "mds-color-theme-background-glass-light",
4871
+ "attributes": {
4872
+ "category": "color",
4873
+ "type": "theme",
4874
+ "item": "background",
4875
+ "subitem": "glass",
4876
+ "state": "light"
4877
+ },
4878
+ "path": [
4879
+ "color",
4880
+ "theme",
4881
+ "background",
4882
+ "glass",
4883
+ "light"
4884
+ ]
4885
+ },
4886
+ "medium": {
4887
+ "value": "#00000099",
4888
+ "type": "color",
4889
+ "description": "Used for glass effect background for operation pop. ",
4890
+ "filePath": "src/theme/stable/dark.json",
4891
+ "isSource": true,
4892
+ "original": {
4893
+ "value": "{color.core.black-alpha.60}",
4894
+ "type": "color",
4895
+ "description": "Used for glass effect background for operation pop. "
4896
+ },
4897
+ "name": "mds-color-theme-background-glass-medium",
4898
+ "attributes": {
4899
+ "category": "color",
4900
+ "type": "theme",
4901
+ "item": "background",
4902
+ "subitem": "glass",
4903
+ "state": "medium"
4904
+ },
4905
+ "path": [
4906
+ "color",
4907
+ "theme",
4908
+ "background",
4909
+ "glass",
4910
+ "medium"
4911
+ ]
4912
+ },
4913
+ "heavy": {
4914
+ "value": "#000000cc",
4915
+ "type": "color",
4916
+ "description": "Used for glass effect background for operation pop. ",
4917
+ "filePath": "src/theme/stable/dark.json",
4918
+ "isSource": true,
4919
+ "original": {
4920
+ "value": "{color.core.black-alpha.80}",
4921
+ "type": "color",
4922
+ "description": "Used for glass effect background for operation pop. "
4923
+ },
4924
+ "name": "mds-color-theme-background-glass-heavy",
4925
+ "attributes": {
4926
+ "category": "color",
4927
+ "type": "theme",
4928
+ "item": "background",
4929
+ "subitem": "glass",
4930
+ "state": "heavy"
4931
+ },
4932
+ "path": [
4933
+ "color",
4934
+ "theme",
4935
+ "background",
4936
+ "glass",
4937
+ "heavy"
4938
+ ]
4939
+ },
4859
4940
  "overlay": {
4860
4941
  "normal": {
4861
4942
  "value": "#000000cc",
@@ -4913,6 +4994,64 @@
4913
4994
  "inactive"
4914
4995
  ]
4915
4996
  }
4997
+ },
4998
+ "radial": {
4999
+ "0": {
5000
+ "value": "#ffffff66",
5001
+ "type": "color",
5002
+ "description": "Used for operation pop background. ",
5003
+ "filePath": "src/theme/stable/dark.json",
5004
+ "isSource": true,
5005
+ "original": {
5006
+ "value": "{color.core.white-alpha.40}",
5007
+ "type": "color",
5008
+ "description": "Used for operation pop background. "
5009
+ },
5010
+ "name": "mds-color-theme-background-glass-radial-0",
5011
+ "attributes": {
5012
+ "category": "color",
5013
+ "type": "theme",
5014
+ "item": "background",
5015
+ "subitem": "glass",
5016
+ "state": "radial"
5017
+ },
5018
+ "path": [
5019
+ "color",
5020
+ "theme",
5021
+ "background",
5022
+ "glass",
5023
+ "radial",
5024
+ "0"
5025
+ ]
5026
+ },
5027
+ "1": {
5028
+ "value": "#ffffff0d",
5029
+ "type": "color",
5030
+ "description": "Used for operation pop background. ",
5031
+ "filePath": "src/theme/stable/dark.json",
5032
+ "isSource": true,
5033
+ "original": {
5034
+ "value": "{color.core.white-alpha.5}",
5035
+ "type": "color",
5036
+ "description": "Used for operation pop background. "
5037
+ },
5038
+ "name": "mds-color-theme-background-glass-radial-1",
5039
+ "attributes": {
5040
+ "category": "color",
5041
+ "type": "theme",
5042
+ "item": "background",
5043
+ "subitem": "glass",
5044
+ "state": "radial"
5045
+ },
5046
+ "path": [
5047
+ "color",
5048
+ "theme",
5049
+ "background",
5050
+ "glass",
5051
+ "radial",
5052
+ "1"
5053
+ ]
5054
+ }
4916
5055
  }
4917
5056
  },
4918
5057
  "input": {
@@ -6432,6 +6571,35 @@
6432
6571
  "normal"
6433
6572
  ]
6434
6573
  }
6574
+ },
6575
+ "glass": {
6576
+ "normal": {
6577
+ "value": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)",
6578
+ "type": "color",
6579
+ "description": "Used for operation pop",
6580
+ "filePath": "src/theme/stable/dark.json",
6581
+ "isSource": true,
6582
+ "original": {
6583
+ "value": "linear-gradient(180deg, {color.core.white-alpha.11} 0%, {color.core.white-alpha.5} 100%)",
6584
+ "type": "color",
6585
+ "description": "Used for operation pop"
6586
+ },
6587
+ "name": "mds-color-theme-outline-glass-normal",
6588
+ "attributes": {
6589
+ "category": "color",
6590
+ "type": "theme",
6591
+ "item": "outline",
6592
+ "subitem": "glass",
6593
+ "state": "normal"
6594
+ },
6595
+ "path": [
6596
+ "color",
6597
+ "theme",
6598
+ "outline",
6599
+ "glass",
6600
+ "normal"
6601
+ ]
6602
+ }
6435
6603
  }
6436
6604
  },
6437
6605
  "control": {
@@ -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
  },
@@ -4856,6 +4856,87 @@
4856
4856
  "normal"
4857
4857
  ]
4858
4858
  },
4859
+ "light": {
4860
+ "value": "#00000066",
4861
+ "type": "color",
4862
+ "description": "Used for glass effect background for operation pop. ",
4863
+ "filePath": "src/theme/stable/dark.json",
4864
+ "isSource": true,
4865
+ "original": {
4866
+ "value": "{color.core.black-alpha.40}",
4867
+ "type": "color",
4868
+ "description": "Used for glass effect background for operation pop. "
4869
+ },
4870
+ "name": "mds-color-theme-background-glass-light",
4871
+ "attributes": {
4872
+ "category": "color",
4873
+ "type": "theme",
4874
+ "item": "background",
4875
+ "subitem": "glass",
4876
+ "state": "light"
4877
+ },
4878
+ "path": [
4879
+ "color",
4880
+ "theme",
4881
+ "background",
4882
+ "glass",
4883
+ "light"
4884
+ ]
4885
+ },
4886
+ "medium": {
4887
+ "value": "#00000099",
4888
+ "type": "color",
4889
+ "description": "Used for glass effect background for operation pop. ",
4890
+ "filePath": "src/theme/stable/dark.json",
4891
+ "isSource": true,
4892
+ "original": {
4893
+ "value": "{color.core.black-alpha.60}",
4894
+ "type": "color",
4895
+ "description": "Used for glass effect background for operation pop. "
4896
+ },
4897
+ "name": "mds-color-theme-background-glass-medium",
4898
+ "attributes": {
4899
+ "category": "color",
4900
+ "type": "theme",
4901
+ "item": "background",
4902
+ "subitem": "glass",
4903
+ "state": "medium"
4904
+ },
4905
+ "path": [
4906
+ "color",
4907
+ "theme",
4908
+ "background",
4909
+ "glass",
4910
+ "medium"
4911
+ ]
4912
+ },
4913
+ "heavy": {
4914
+ "value": "#000000cc",
4915
+ "type": "color",
4916
+ "description": "Used for glass effect background for operation pop. ",
4917
+ "filePath": "src/theme/stable/dark.json",
4918
+ "isSource": true,
4919
+ "original": {
4920
+ "value": "{color.core.black-alpha.80}",
4921
+ "type": "color",
4922
+ "description": "Used for glass effect background for operation pop. "
4923
+ },
4924
+ "name": "mds-color-theme-background-glass-heavy",
4925
+ "attributes": {
4926
+ "category": "color",
4927
+ "type": "theme",
4928
+ "item": "background",
4929
+ "subitem": "glass",
4930
+ "state": "heavy"
4931
+ },
4932
+ "path": [
4933
+ "color",
4934
+ "theme",
4935
+ "background",
4936
+ "glass",
4937
+ "heavy"
4938
+ ]
4939
+ },
4859
4940
  "overlay": {
4860
4941
  "normal": {
4861
4942
  "value": "#000000cc",
@@ -4913,6 +4994,64 @@
4913
4994
  "inactive"
4914
4995
  ]
4915
4996
  }
4997
+ },
4998
+ "radial": {
4999
+ "0": {
5000
+ "value": "#ffffff66",
5001
+ "type": "color",
5002
+ "description": "Used for operation pop background. ",
5003
+ "filePath": "src/theme/stable/dark.json",
5004
+ "isSource": true,
5005
+ "original": {
5006
+ "value": "{color.core.white-alpha.40}",
5007
+ "type": "color",
5008
+ "description": "Used for operation pop background. "
5009
+ },
5010
+ "name": "mds-color-theme-background-glass-radial-0",
5011
+ "attributes": {
5012
+ "category": "color",
5013
+ "type": "theme",
5014
+ "item": "background",
5015
+ "subitem": "glass",
5016
+ "state": "radial"
5017
+ },
5018
+ "path": [
5019
+ "color",
5020
+ "theme",
5021
+ "background",
5022
+ "glass",
5023
+ "radial",
5024
+ "0"
5025
+ ]
5026
+ },
5027
+ "1": {
5028
+ "value": "#ffffff0d",
5029
+ "type": "color",
5030
+ "description": "Used for operation pop background. ",
5031
+ "filePath": "src/theme/stable/dark.json",
5032
+ "isSource": true,
5033
+ "original": {
5034
+ "value": "{color.core.white-alpha.5}",
5035
+ "type": "color",
5036
+ "description": "Used for operation pop background. "
5037
+ },
5038
+ "name": "mds-color-theme-background-glass-radial-1",
5039
+ "attributes": {
5040
+ "category": "color",
5041
+ "type": "theme",
5042
+ "item": "background",
5043
+ "subitem": "glass",
5044
+ "state": "radial"
5045
+ },
5046
+ "path": [
5047
+ "color",
5048
+ "theme",
5049
+ "background",
5050
+ "glass",
5051
+ "radial",
5052
+ "1"
5053
+ ]
5054
+ }
4916
5055
  }
4917
5056
  },
4918
5057
  "input": {
@@ -6432,6 +6571,35 @@
6432
6571
  "normal"
6433
6572
  ]
6434
6573
  }
6574
+ },
6575
+ "glass": {
6576
+ "normal": {
6577
+ "value": "linear-gradient(180deg, #ffffff1c 0%, #ffffff0d 100%)",
6578
+ "type": "color",
6579
+ "description": "Used for operation pop",
6580
+ "filePath": "src/theme/stable/dark.json",
6581
+ "isSource": true,
6582
+ "original": {
6583
+ "value": "linear-gradient(180deg, {color.core.white-alpha.11} 0%, {color.core.white-alpha.5} 100%)",
6584
+ "type": "color",
6585
+ "description": "Used for operation pop"
6586
+ },
6587
+ "name": "mds-color-theme-outline-glass-normal",
6588
+ "attributes": {
6589
+ "category": "color",
6590
+ "type": "theme",
6591
+ "item": "outline",
6592
+ "subitem": "glass",
6593
+ "state": "normal"
6594
+ },
6595
+ "path": [
6596
+ "color",
6597
+ "theme",
6598
+ "outline",
6599
+ "glass",
6600
+ "normal"
6601
+ ]
6602
+ }
6435
6603
  }
6436
6604
  },
6437
6605
  "control": {