@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
@@ -166,13 +166,12 @@ import UIKit
166
166
  var gradientSecondaryNormal1: UIColor { get }
167
167
  var reactionNormal0: UIColor { get }
168
168
  var reactionNormal1: UIColor { get }
169
- var skeletonNormal0: UIColor { get }
170
- var skeletonNormal1: UIColor { get }
171
- var skeletonNormal2: UIColor { get }
172
- var skeletonNormal3: UIColor { get }
169
+ var skeletonNormal: UIColor { get }
173
170
  var glassNormal: UIColor { get }
174
171
  var glassOverlayNormal: UIColor { get }
175
172
  var glassOverlayInactive: UIColor { get }
173
+ var glassRadial0: UIColor { get }
174
+ var glassRadial1: UIColor { get }
176
175
  var inputDisabled: UIColor { get }
177
176
  }
178
177
  @objc public protocol MomentumThemeButtonColorPaletteProtocol: AnyObject {
@@ -230,6 +229,8 @@ import UIKit
230
229
  var gradientActive1: UIColor { get }
231
230
  var gradientActive2: UIColor { get }
232
231
  var warningNormal: UIColor { get }
232
+ var glassNormal0: UIColor { get }
233
+ var glassNormal1: UIColor { get }
233
234
  }
234
235
  @objc public protocol MomentumThemeControlColorPaletteProtocol: AnyObject {
235
236
  var activeNormal: UIColor { get }
@@ -398,6 +399,7 @@ import UIKit
398
399
  var quaternaryNormal: UIColor { get }
399
400
  }
400
401
  @objc public protocol MomentumThemeAvatarColorPaletteProtocol: AnyObject {
402
+ var ghost: UIColor { get }
401
403
  var defaultColor: UIColor { get }
402
404
  var cobalt: UIColor { get }
403
405
  var cyan: UIColor { get }
@@ -671,13 +673,12 @@ open class LightMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundColo
671
673
  open var gradientSecondaryNormal1: UIColor { return UIColor(hex: 0xFFFFFF) }
672
674
  open var reactionNormal0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.90) }
673
675
  open var reactionNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
674
- open var skeletonNormal0: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.20) }
675
- open var skeletonNormal1: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.30) }
676
- open var skeletonNormal2: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.40) }
677
- open var skeletonNormal3: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.50) }
678
- open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.60) }
676
+ open var skeletonNormal: UIColor { return UIColor(hex: 0x8F8F8F) }
677
+ open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
679
678
  open var glassOverlayNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.80) }
680
679
  open var glassOverlayInactive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
680
+ open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.90) }
681
+ open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
681
682
  open var inputDisabled: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.11) }
682
683
  public init() {}
683
684
  }
@@ -737,6 +738,8 @@ open class LightMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPalet
737
738
  open var gradientActive1: UIColor { return UIColor(hex: 0x00A3B5) }
738
739
  open var gradientActive2: UIColor { return UIColor(hex: 0x3CC29A) }
739
740
  open var warningNormal: UIColor { return UIColor(hex: 0x7D4705) }
741
+ open var glassNormal0: UIColor { return UIColor(hex: 0xFFFFFF) }
742
+ open var glassNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.60) }
740
743
  public init() {}
741
744
  }
742
745
  open class LightMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
@@ -914,6 +917,7 @@ open class LightMomentumThemeGroupedBackgroundColorPalette: MomentumThemeGrouped
914
917
  public init() {}
915
918
  }
916
919
  open class LightMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteProtocol {
920
+ open var ghost: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.00) }
917
921
  open var defaultColor: UIColor { return UIColor(hex: 0x545454) }
918
922
  open var cobalt: UIColor { return UIColor(hex: 0x08599C) }
919
923
  open var cyan: UIColor { return UIColor(hex: 0x066070) }
@@ -1253,13 +1257,12 @@ open class SystemMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
1253
1257
  open var gradientSecondaryNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientSecondaryNormal1) }
1254
1258
  open var reactionNormal0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.reactionNormal0) }
1255
1259
  open var reactionNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.reactionNormal1) }
1256
- open var skeletonNormal0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal0) }
1257
- open var skeletonNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal1) }
1258
- open var skeletonNormal2: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal2) }
1259
- open var skeletonNormal3: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal3) }
1260
+ open var skeletonNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal) }
1260
1261
  open var glassNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal) }
1261
1262
  open var glassOverlayNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassOverlayNormal) }
1262
1263
  open var glassOverlayInactive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassOverlayInactive) }
1264
+ open var glassRadial0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassRadial0) }
1265
+ open var glassRadial1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassRadial1) }
1263
1266
  open var inputDisabled: UIColor { return systemColor(light: light, dark: dark, keyPath: \.inputDisabled) }
1264
1267
  public init() {}
1265
1268
  }
@@ -1323,6 +1326,8 @@ open class SystemMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPale
1323
1326
  open var gradientActive1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientActive1) }
1324
1327
  open var gradientActive2: UIColor { return systemColor(light: light, dark: dark, keyPath: \.gradientActive2) }
1325
1328
  open var warningNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.warningNormal) }
1329
+ open var glassNormal0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal0) }
1330
+ open var glassNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal1) }
1326
1331
  public init() {}
1327
1332
  }
1328
1333
  open class SystemMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
@@ -1518,6 +1523,7 @@ open class SystemMomentumThemeGroupedBackgroundColorPalette: MomentumThemeGroupe
1518
1523
  open class SystemMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteProtocol {
1519
1524
  private let light: any MomentumThemeAvatarColorPaletteProtocol = LightMomentumThemeAvatarColorPalette()
1520
1525
  private let dark: any MomentumThemeAvatarColorPaletteProtocol = DarkMomentumThemeAvatarColorPalette()
1526
+ open var ghost: UIColor { return systemColor(light: light, dark: dark, keyPath: \.ghost) }
1521
1527
  open var defaultColor: UIColor { return systemColor(light: light, dark: dark, keyPath: \.defaultColor) }
1522
1528
  open var cobalt: UIColor { return systemColor(light: light, dark: dark, keyPath: \.cobalt) }
1523
1529
  open var cyan: UIColor { return systemColor(light: light, dark: dark, keyPath: \.cyan) }
@@ -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",