@momentum-design/tokens 0.7.1 → 0.7.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.
- package/dist/css/components/complete.css +30 -30
- package/dist/css/core/complete.css +6 -1
- package/dist/css/effect/complete.css +1 -1
- package/dist/css/elevation/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-bronze-stable.css +3 -3
- package/dist/css/theme/webex/dark-indigo-stable.css +3 -3
- package/dist/css/theme/webex/dark-jade-stable.css +3 -3
- package/dist/css/theme/webex/dark-lavender-stable.css +3 -3
- package/dist/css/theme/webex/dark-rose-stable.css +3 -3
- package/dist/css/theme/webex/dark-stable.css +3 -3
- package/dist/css/theme/webex/hc-dark-stable.css +3 -3
- package/dist/css/theme/webex/hc-light-stable.css +3 -3
- package/dist/css/theme/webex/light-bronze-stable.css +4 -4
- package/dist/css/theme/webex/light-indigo-stable.css +4 -4
- package/dist/css/theme/webex/light-jade-stable.css +4 -4
- package/dist/css/theme/webex/light-lavender-stable.css +4 -4
- package/dist/css/theme/webex/light-rose-stable.css +4 -4
- package/dist/css/theme/webex/light-stable.css +4 -4
- package/dist/css/typography/complete.css +1 -1
- package/dist/ios/core/complete.swift +6 -1
- package/dist/ios/effect/complete.swift +1 -1
- package/dist/ios/elevation/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-bronze-stable.swift +3 -3
- package/dist/ios/theme/webex/dark-indigo-stable.swift +3 -3
- package/dist/ios/theme/webex/dark-jade-stable.swift +3 -3
- package/dist/ios/theme/webex/dark-lavender-stable.swift +3 -3
- package/dist/ios/theme/webex/dark-rose-stable.swift +3 -3
- package/dist/ios/theme/webex/dark-stable.swift +3 -3
- package/dist/ios/theme/webex/hc-dark-stable.swift +3 -3
- package/dist/ios/theme/webex/hc-light-stable.swift +3 -3
- package/dist/ios/theme/webex/light-bronze-stable.swift +4 -4
- package/dist/ios/theme/webex/light-indigo-stable.swift +4 -4
- package/dist/ios/theme/webex/light-jade-stable.swift +4 -4
- package/dist/ios/theme/webex/light-lavender-stable.swift +4 -4
- package/dist/ios/theme/webex/light-rose-stable.swift +4 -4
- package/dist/ios/theme/webex/light-stable.swift +4 -4
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/core/complete.swift +5 -0
- package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/dark-jade-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/dark-rose-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/dark-stable.swift +4 -2
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +2 -2
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +6 -6
- package/dist/ios-webex/theme/webex/light-bronze-stable.swift +14 -8
- package/dist/ios-webex/theme/webex/light-indigo-stable.swift +14 -8
- package/dist/ios-webex/theme/webex/light-jade-stable.swift +14 -8
- package/dist/ios-webex/theme/webex/light-lavender-stable.swift +14 -8
- package/dist/ios-webex/theme/webex/light-rose-stable.swift +14 -8
- package/dist/ios-webex/theme/webex/light-stable.swift +14 -8
- package/dist/json/core/complete.json +107 -0
- package/dist/json/theme/webex/dark-bronze-stable.json +56 -58
- package/dist/json/theme/webex/dark-indigo-stable.json +56 -58
- package/dist/json/theme/webex/dark-jade-stable.json +56 -58
- package/dist/json/theme/webex/dark-lavender-stable.json +56 -58
- package/dist/json/theme/webex/dark-rose-stable.json +56 -58
- package/dist/json/theme/webex/dark-stable.json +56 -58
- package/dist/json/theme/webex/hc-dark-stable.json +56 -58
- package/dist/json/theme/webex/hc-light-stable.json +56 -58
- package/dist/json/theme/webex/light-bronze-stable.json +58 -60
- package/dist/json/theme/webex/light-indigo-stable.json +58 -60
- package/dist/json/theme/webex/light-jade-stable.json +58 -60
- package/dist/json/theme/webex/light-lavender-stable.json +58 -60
- package/dist/json/theme/webex/light-rose-stable.json +58 -60
- package/dist/json/theme/webex/light-stable.json +58 -60
- package/dist/json-minimal/core/complete.json +7 -0
- package/dist/json-minimal/theme/webex/dark-bronze-stable.json +4 -4
- package/dist/json-minimal/theme/webex/dark-indigo-stable.json +4 -4
- package/dist/json-minimal/theme/webex/dark-jade-stable.json +4 -4
- package/dist/json-minimal/theme/webex/dark-lavender-stable.json +4 -4
- package/dist/json-minimal/theme/webex/dark-rose-stable.json +4 -4
- package/dist/json-minimal/theme/webex/dark-stable.json +4 -4
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +4 -4
- package/dist/json-minimal/theme/webex/hc-light-stable.json +4 -4
- package/dist/json-minimal/theme/webex/light-bronze-stable.json +5 -5
- package/dist/json-minimal/theme/webex/light-indigo-stable.json +5 -5
- package/dist/json-minimal/theme/webex/light-jade-stable.json +5 -5
- package/dist/json-minimal/theme/webex/light-lavender-stable.json +5 -5
- package/dist/json-minimal/theme/webex/light-rose-stable.json +5 -5
- package/dist/json-minimal/theme/webex/light-stable.json +5 -5
- package/dist/resources/core/complete.xml +6 -1
- package/dist/resources/effect/complete.xml +1 -1
- package/dist/resources/elevation/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-bronze-stable.xml +3 -3
- package/dist/resources/theme/webex/dark-indigo-stable.xml +3 -3
- package/dist/resources/theme/webex/dark-jade-stable.xml +3 -3
- package/dist/resources/theme/webex/dark-lavender-stable.xml +3 -3
- package/dist/resources/theme/webex/dark-rose-stable.xml +3 -3
- package/dist/resources/theme/webex/dark-stable.xml +3 -3
- package/dist/resources/theme/webex/hc-dark-stable.xml +3 -3
- package/dist/resources/theme/webex/hc-light-stable.xml +3 -3
- package/dist/resources/theme/webex/light-bronze-stable.xml +4 -4
- package/dist/resources/theme/webex/light-indigo-stable.xml +4 -4
- package/dist/resources/theme/webex/light-jade-stable.xml +4 -4
- package/dist/resources/theme/webex/light-lavender-stable.xml +4 -4
- package/dist/resources/theme/webex/light-rose-stable.xml +4 -4
- package/dist/resources/theme/webex/light-stable.xml +4 -4
- package/dist/resources/typography/complete.xml +1 -1
- package/dist/scss/core/complete.scss +6 -1
- package/dist/scss/effect/complete.scss +1 -1
- package/dist/scss/elevation/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-bronze-stable.scss +3 -3
- package/dist/scss/theme/webex/dark-indigo-stable.scss +3 -3
- package/dist/scss/theme/webex/dark-jade-stable.scss +3 -3
- package/dist/scss/theme/webex/dark-lavender-stable.scss +3 -3
- package/dist/scss/theme/webex/dark-rose-stable.scss +3 -3
- package/dist/scss/theme/webex/dark-stable.scss +3 -3
- package/dist/scss/theme/webex/hc-dark-stable.scss +3 -3
- package/dist/scss/theme/webex/hc-light-stable.scss +3 -3
- package/dist/scss/theme/webex/light-bronze-stable.scss +4 -4
- package/dist/scss/theme/webex/light-indigo-stable.scss +4 -4
- package/dist/scss/theme/webex/light-jade-stable.scss +4 -4
- package/dist/scss/theme/webex/light-lavender-stable.scss +4 -4
- package/dist/scss/theme/webex/light-rose-stable.scss +4 -4
- package/dist/scss/theme/webex/light-stable.scss +4 -4
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -168,11 +168,10 @@ import UIKit
|
|
|
168
168
|
var reactionNormal1: UIColor { get }
|
|
169
169
|
var skeletonNormal: UIColor { get }
|
|
170
170
|
var glassNormal: UIColor { get }
|
|
171
|
+
var glassActive: UIColor { get }
|
|
171
172
|
var glassLight: UIColor { get }
|
|
172
173
|
var glassMedium: UIColor { get }
|
|
173
174
|
var glassHeavy: UIColor { get }
|
|
174
|
-
var glassOverlayNormal: UIColor { get }
|
|
175
|
-
var glassOverlayInactive: UIColor { get }
|
|
176
175
|
var glassRadial0: UIColor { get }
|
|
177
176
|
var glassRadial1: UIColor { get }
|
|
178
177
|
var inputDisabled: UIColor { get }
|
|
@@ -234,6 +233,9 @@ import UIKit
|
|
|
234
233
|
var warningNormal: UIColor { get }
|
|
235
234
|
var glassNormal0: UIColor { get }
|
|
236
235
|
var glassNormal1: UIColor { get }
|
|
236
|
+
var aiNormal0: UIColor { get }
|
|
237
|
+
var aiNormal1: UIColor { get }
|
|
238
|
+
var aiNormal2: UIColor { get }
|
|
237
239
|
}
|
|
238
240
|
@objc public protocol MomentumThemeControlColorPaletteProtocol: AnyObject {
|
|
239
241
|
var activeNormal: UIColor { get }
|
|
@@ -678,11 +680,10 @@ open class LightMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundColo
|
|
|
678
680
|
open var reactionNormal1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.00) }
|
|
679
681
|
open var skeletonNormal: UIColor { return UIColor(hex: 0x8F8F8F) }
|
|
680
682
|
open var glassNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
683
|
+
open var glassActive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.60) }
|
|
681
684
|
open var glassLight: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
682
685
|
open var glassMedium: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.60) }
|
|
683
686
|
open var glassHeavy: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.80) }
|
|
684
|
-
open var glassOverlayNormal: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.80) }
|
|
685
|
-
open var glassOverlayInactive: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
686
687
|
open var glassRadial0: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.90) }
|
|
687
688
|
open var glassRadial1: UIColor { return UIColor(hex: 0xFFFFFF, withAlpha: 0.40) }
|
|
688
689
|
open var inputDisabled: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.11) }
|
|
@@ -744,8 +745,11 @@ open class LightMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPalet
|
|
|
744
745
|
open var gradientActive1: UIColor { return UIColor(hex: 0x00A3B5) }
|
|
745
746
|
open var gradientActive2: UIColor { return UIColor(hex: 0x3CC29A) }
|
|
746
747
|
open var warningNormal: UIColor { return UIColor(hex: 0x7D4705) }
|
|
747
|
-
open var glassNormal0: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.
|
|
748
|
-
open var glassNormal1: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.
|
|
748
|
+
open var glassNormal0: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.07) }
|
|
749
|
+
open var glassNormal1: UIColor { return UIColor(hex: 0x000000, withAlpha: 0.20) }
|
|
750
|
+
open var aiNormal0: UIColor { return UIColor(hex: 0x0087EA) }
|
|
751
|
+
open var aiNormal1: UIColor { return UIColor(hex: 0x00BCEB) }
|
|
752
|
+
open var aiNormal2: UIColor { return UIColor(hex: 0x63FFF7) }
|
|
749
753
|
public init() {}
|
|
750
754
|
}
|
|
751
755
|
open class LightMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -1265,11 +1269,10 @@ open class SystemMomentumThemeBackgroundColorPalette: MomentumThemeBackgroundCol
|
|
|
1265
1269
|
open var reactionNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.reactionNormal1) }
|
|
1266
1270
|
open var skeletonNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.skeletonNormal) }
|
|
1267
1271
|
open var glassNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal) }
|
|
1272
|
+
open var glassActive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassActive) }
|
|
1268
1273
|
open var glassLight: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassLight) }
|
|
1269
1274
|
open var glassMedium: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassMedium) }
|
|
1270
1275
|
open var glassHeavy: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassHeavy) }
|
|
1271
|
-
open var glassOverlayNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassOverlayNormal) }
|
|
1272
|
-
open var glassOverlayInactive: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassOverlayInactive) }
|
|
1273
1276
|
open var glassRadial0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassRadial0) }
|
|
1274
1277
|
open var glassRadial1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassRadial1) }
|
|
1275
1278
|
open var inputDisabled: UIColor { return systemColor(light: light, dark: dark, keyPath: \.inputDisabled) }
|
|
@@ -1337,6 +1340,9 @@ open class SystemMomentumThemeOutlineColorPalette: MomentumThemeOutlineColorPale
|
|
|
1337
1340
|
open var warningNormal: UIColor { return systemColor(light: light, dark: dark, keyPath: \.warningNormal) }
|
|
1338
1341
|
open var glassNormal0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal0) }
|
|
1339
1342
|
open var glassNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.glassNormal1) }
|
|
1343
|
+
open var aiNormal0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.aiNormal0) }
|
|
1344
|
+
open var aiNormal1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.aiNormal1) }
|
|
1345
|
+
open var aiNormal2: UIColor { return systemColor(light: light, dark: dark, keyPath: \.aiNormal2) }
|
|
1340
1346
|
public init() {}
|
|
1341
1347
|
}
|
|
1342
1348
|
open class SystemMomentumThemeControlColorPalette: MomentumThemeControlColorPaletteProtocol {
|
|
@@ -8848,6 +8848,113 @@
|
|
|
8848
8848
|
}
|
|
8849
8849
|
}
|
|
8850
8850
|
}
|
|
8851
|
+
},
|
|
8852
|
+
"ai": {
|
|
8853
|
+
"mediumblue": {
|
|
8854
|
+
"value": "#0051AF",
|
|
8855
|
+
"type": "color",
|
|
8856
|
+
"filePath": "src/core/value.json",
|
|
8857
|
+
"isSource": true,
|
|
8858
|
+
"original": {
|
|
8859
|
+
"value": "#0051AF",
|
|
8860
|
+
"type": "color"
|
|
8861
|
+
},
|
|
8862
|
+
"name": "mds-color-ai-mediumblue",
|
|
8863
|
+
"attributes": {
|
|
8864
|
+
"category": "color",
|
|
8865
|
+
"type": "ai",
|
|
8866
|
+
"item": "mediumblue"
|
|
8867
|
+
},
|
|
8868
|
+
"path": [
|
|
8869
|
+
"color",
|
|
8870
|
+
"ai",
|
|
8871
|
+
"mediumblue"
|
|
8872
|
+
]
|
|
8873
|
+
},
|
|
8874
|
+
"skyblue": {
|
|
8875
|
+
"value": "#00BCEB",
|
|
8876
|
+
"type": "color",
|
|
8877
|
+
"filePath": "src/core/value.json",
|
|
8878
|
+
"isSource": true,
|
|
8879
|
+
"original": {
|
|
8880
|
+
"value": "#00BCEB",
|
|
8881
|
+
"type": "color"
|
|
8882
|
+
},
|
|
8883
|
+
"name": "mds-color-ai-skyblue",
|
|
8884
|
+
"attributes": {
|
|
8885
|
+
"category": "color",
|
|
8886
|
+
"type": "ai",
|
|
8887
|
+
"item": "skyblue"
|
|
8888
|
+
},
|
|
8889
|
+
"path": [
|
|
8890
|
+
"color",
|
|
8891
|
+
"ai",
|
|
8892
|
+
"skyblue"
|
|
8893
|
+
]
|
|
8894
|
+
},
|
|
8895
|
+
"green": {
|
|
8896
|
+
"value": "#74BF4B",
|
|
8897
|
+
"type": "color",
|
|
8898
|
+
"filePath": "src/core/value.json",
|
|
8899
|
+
"isSource": true,
|
|
8900
|
+
"original": {
|
|
8901
|
+
"value": "#74BF4B",
|
|
8902
|
+
"type": "color"
|
|
8903
|
+
},
|
|
8904
|
+
"name": "mds-color-ai-green",
|
|
8905
|
+
"attributes": {
|
|
8906
|
+
"category": "color",
|
|
8907
|
+
"type": "ai",
|
|
8908
|
+
"item": "green"
|
|
8909
|
+
},
|
|
8910
|
+
"path": [
|
|
8911
|
+
"color",
|
|
8912
|
+
"ai",
|
|
8913
|
+
"green"
|
|
8914
|
+
]
|
|
8915
|
+
},
|
|
8916
|
+
"steelblue": {
|
|
8917
|
+
"value": "#0087EA",
|
|
8918
|
+
"type": "color",
|
|
8919
|
+
"filePath": "src/core/value.json",
|
|
8920
|
+
"isSource": true,
|
|
8921
|
+
"original": {
|
|
8922
|
+
"value": "#0087EA",
|
|
8923
|
+
"type": "color"
|
|
8924
|
+
},
|
|
8925
|
+
"name": "mds-color-ai-steelblue",
|
|
8926
|
+
"attributes": {
|
|
8927
|
+
"category": "color",
|
|
8928
|
+
"type": "ai",
|
|
8929
|
+
"item": "steelblue"
|
|
8930
|
+
},
|
|
8931
|
+
"path": [
|
|
8932
|
+
"color",
|
|
8933
|
+
"ai",
|
|
8934
|
+
"steelblue"
|
|
8935
|
+
]
|
|
8936
|
+
},
|
|
8937
|
+
"aquablue": {
|
|
8938
|
+
"value": "#63FFF7",
|
|
8939
|
+
"type": "color",
|
|
8940
|
+
"filePath": "src/core/value.json",
|
|
8941
|
+
"isSource": true,
|
|
8942
|
+
"original": {
|
|
8943
|
+
"value": "#63FFF7",
|
|
8944
|
+
"type": "color"
|
|
8945
|
+
},
|
|
8946
|
+
"name": "mds-color-ai-aquablue",
|
|
8947
|
+
"attributes": {
|
|
8948
|
+
"category": "color",
|
|
8949
|
+
"type": "ai",
|
|
8950
|
+
"item": "aquablue"
|
|
8951
|
+
},
|
|
8952
|
+
"path": [
|
|
8953
|
+
"color",
|
|
8954
|
+
"ai",
|
|
8955
|
+
"aquablue"
|
|
8956
|
+
]
|
|
8957
|
+
}
|
|
8851
8958
|
}
|
|
8852
8959
|
}
|
|
8853
8960
|
}
|
|
@@ -4856,6 +4856,33 @@
|
|
|
4856
4856
|
"normal"
|
|
4857
4857
|
]
|
|
4858
4858
|
},
|
|
4859
|
+
"active": {
|
|
4860
|
+
"value": "#ffffff1c",
|
|
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.white-alpha.11}",
|
|
4867
|
+
"type": "color",
|
|
4868
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4869
|
+
},
|
|
4870
|
+
"name": "mds-color-theme-background-glass-active",
|
|
4871
|
+
"attributes": {
|
|
4872
|
+
"category": "color",
|
|
4873
|
+
"type": "theme",
|
|
4874
|
+
"item": "background",
|
|
4875
|
+
"subitem": "glass",
|
|
4876
|
+
"state": "active"
|
|
4877
|
+
},
|
|
4878
|
+
"path": [
|
|
4879
|
+
"color",
|
|
4880
|
+
"theme",
|
|
4881
|
+
"background",
|
|
4882
|
+
"glass",
|
|
4883
|
+
"active"
|
|
4884
|
+
]
|
|
4885
|
+
},
|
|
4859
4886
|
"light": {
|
|
4860
4887
|
"value": "#00000066",
|
|
4861
4888
|
"type": "color",
|
|
@@ -4937,64 +4964,6 @@
|
|
|
4937
4964
|
"heavy"
|
|
4938
4965
|
]
|
|
4939
4966
|
},
|
|
4940
|
-
"overlay": {
|
|
4941
|
-
"normal": {
|
|
4942
|
-
"value": "#000000cc",
|
|
4943
|
-
"type": "color",
|
|
4944
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4945
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4946
|
-
"isSource": true,
|
|
4947
|
-
"original": {
|
|
4948
|
-
"value": "{color.core.black-alpha.80}",
|
|
4949
|
-
"type": "color",
|
|
4950
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4951
|
-
},
|
|
4952
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4953
|
-
"attributes": {
|
|
4954
|
-
"category": "color",
|
|
4955
|
-
"type": "theme",
|
|
4956
|
-
"item": "background",
|
|
4957
|
-
"subitem": "glass",
|
|
4958
|
-
"state": "overlay"
|
|
4959
|
-
},
|
|
4960
|
-
"path": [
|
|
4961
|
-
"color",
|
|
4962
|
-
"theme",
|
|
4963
|
-
"background",
|
|
4964
|
-
"glass",
|
|
4965
|
-
"overlay",
|
|
4966
|
-
"normal"
|
|
4967
|
-
]
|
|
4968
|
-
},
|
|
4969
|
-
"inactive": {
|
|
4970
|
-
"value": "#00000066",
|
|
4971
|
-
"type": "color",
|
|
4972
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4973
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4974
|
-
"isSource": true,
|
|
4975
|
-
"original": {
|
|
4976
|
-
"value": "{color.core.black-alpha.40}",
|
|
4977
|
-
"type": "color",
|
|
4978
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4979
|
-
},
|
|
4980
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4981
|
-
"attributes": {
|
|
4982
|
-
"category": "color",
|
|
4983
|
-
"type": "theme",
|
|
4984
|
-
"item": "background",
|
|
4985
|
-
"subitem": "glass",
|
|
4986
|
-
"state": "overlay"
|
|
4987
|
-
},
|
|
4988
|
-
"path": [
|
|
4989
|
-
"color",
|
|
4990
|
-
"theme",
|
|
4991
|
-
"background",
|
|
4992
|
-
"glass",
|
|
4993
|
-
"overlay",
|
|
4994
|
-
"inactive"
|
|
4995
|
-
]
|
|
4996
|
-
}
|
|
4997
|
-
},
|
|
4998
4967
|
"radial": {
|
|
4999
4968
|
"0": {
|
|
5000
4969
|
"value": "#ffffff66",
|
|
@@ -6600,6 +6569,35 @@
|
|
|
6600
6569
|
"normal"
|
|
6601
6570
|
]
|
|
6602
6571
|
}
|
|
6572
|
+
},
|
|
6573
|
+
"ai": {
|
|
6574
|
+
"normal": {
|
|
6575
|
+
"type": "color",
|
|
6576
|
+
"value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
|
|
6577
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6578
|
+
"filePath": "src/theme/stable/dark.json",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"type": "color",
|
|
6582
|
+
"value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
|
|
6583
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
|
|
6584
|
+
},
|
|
6585
|
+
"name": "mds-color-theme-outline-ai-normal",
|
|
6586
|
+
"attributes": {
|
|
6587
|
+
"category": "color",
|
|
6588
|
+
"type": "theme",
|
|
6589
|
+
"item": "outline",
|
|
6590
|
+
"subitem": "ai",
|
|
6591
|
+
"state": "normal"
|
|
6592
|
+
},
|
|
6593
|
+
"path": [
|
|
6594
|
+
"color",
|
|
6595
|
+
"theme",
|
|
6596
|
+
"outline",
|
|
6597
|
+
"ai",
|
|
6598
|
+
"normal"
|
|
6599
|
+
]
|
|
6600
|
+
}
|
|
6603
6601
|
}
|
|
6604
6602
|
},
|
|
6605
6603
|
"control": {
|
|
@@ -4856,6 +4856,33 @@
|
|
|
4856
4856
|
"normal"
|
|
4857
4857
|
]
|
|
4858
4858
|
},
|
|
4859
|
+
"active": {
|
|
4860
|
+
"value": "#ffffff1c",
|
|
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.white-alpha.11}",
|
|
4867
|
+
"type": "color",
|
|
4868
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4869
|
+
},
|
|
4870
|
+
"name": "mds-color-theme-background-glass-active",
|
|
4871
|
+
"attributes": {
|
|
4872
|
+
"category": "color",
|
|
4873
|
+
"type": "theme",
|
|
4874
|
+
"item": "background",
|
|
4875
|
+
"subitem": "glass",
|
|
4876
|
+
"state": "active"
|
|
4877
|
+
},
|
|
4878
|
+
"path": [
|
|
4879
|
+
"color",
|
|
4880
|
+
"theme",
|
|
4881
|
+
"background",
|
|
4882
|
+
"glass",
|
|
4883
|
+
"active"
|
|
4884
|
+
]
|
|
4885
|
+
},
|
|
4859
4886
|
"light": {
|
|
4860
4887
|
"value": "#00000066",
|
|
4861
4888
|
"type": "color",
|
|
@@ -4937,64 +4964,6 @@
|
|
|
4937
4964
|
"heavy"
|
|
4938
4965
|
]
|
|
4939
4966
|
},
|
|
4940
|
-
"overlay": {
|
|
4941
|
-
"normal": {
|
|
4942
|
-
"value": "#000000cc",
|
|
4943
|
-
"type": "color",
|
|
4944
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4945
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4946
|
-
"isSource": true,
|
|
4947
|
-
"original": {
|
|
4948
|
-
"value": "{color.core.black-alpha.80}",
|
|
4949
|
-
"type": "color",
|
|
4950
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4951
|
-
},
|
|
4952
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4953
|
-
"attributes": {
|
|
4954
|
-
"category": "color",
|
|
4955
|
-
"type": "theme",
|
|
4956
|
-
"item": "background",
|
|
4957
|
-
"subitem": "glass",
|
|
4958
|
-
"state": "overlay"
|
|
4959
|
-
},
|
|
4960
|
-
"path": [
|
|
4961
|
-
"color",
|
|
4962
|
-
"theme",
|
|
4963
|
-
"background",
|
|
4964
|
-
"glass",
|
|
4965
|
-
"overlay",
|
|
4966
|
-
"normal"
|
|
4967
|
-
]
|
|
4968
|
-
},
|
|
4969
|
-
"inactive": {
|
|
4970
|
-
"value": "#00000066",
|
|
4971
|
-
"type": "color",
|
|
4972
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4973
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4974
|
-
"isSource": true,
|
|
4975
|
-
"original": {
|
|
4976
|
-
"value": "{color.core.black-alpha.40}",
|
|
4977
|
-
"type": "color",
|
|
4978
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4979
|
-
},
|
|
4980
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4981
|
-
"attributes": {
|
|
4982
|
-
"category": "color",
|
|
4983
|
-
"type": "theme",
|
|
4984
|
-
"item": "background",
|
|
4985
|
-
"subitem": "glass",
|
|
4986
|
-
"state": "overlay"
|
|
4987
|
-
},
|
|
4988
|
-
"path": [
|
|
4989
|
-
"color",
|
|
4990
|
-
"theme",
|
|
4991
|
-
"background",
|
|
4992
|
-
"glass",
|
|
4993
|
-
"overlay",
|
|
4994
|
-
"inactive"
|
|
4995
|
-
]
|
|
4996
|
-
}
|
|
4997
|
-
},
|
|
4998
4967
|
"radial": {
|
|
4999
4968
|
"0": {
|
|
5000
4969
|
"value": "#ffffff66",
|
|
@@ -6600,6 +6569,35 @@
|
|
|
6600
6569
|
"normal"
|
|
6601
6570
|
]
|
|
6602
6571
|
}
|
|
6572
|
+
},
|
|
6573
|
+
"ai": {
|
|
6574
|
+
"normal": {
|
|
6575
|
+
"type": "color",
|
|
6576
|
+
"value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
|
|
6577
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6578
|
+
"filePath": "src/theme/stable/dark.json",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"type": "color",
|
|
6582
|
+
"value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
|
|
6583
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
|
|
6584
|
+
},
|
|
6585
|
+
"name": "mds-color-theme-outline-ai-normal",
|
|
6586
|
+
"attributes": {
|
|
6587
|
+
"category": "color",
|
|
6588
|
+
"type": "theme",
|
|
6589
|
+
"item": "outline",
|
|
6590
|
+
"subitem": "ai",
|
|
6591
|
+
"state": "normal"
|
|
6592
|
+
},
|
|
6593
|
+
"path": [
|
|
6594
|
+
"color",
|
|
6595
|
+
"theme",
|
|
6596
|
+
"outline",
|
|
6597
|
+
"ai",
|
|
6598
|
+
"normal"
|
|
6599
|
+
]
|
|
6600
|
+
}
|
|
6603
6601
|
}
|
|
6604
6602
|
},
|
|
6605
6603
|
"control": {
|
|
@@ -4856,6 +4856,33 @@
|
|
|
4856
4856
|
"normal"
|
|
4857
4857
|
]
|
|
4858
4858
|
},
|
|
4859
|
+
"active": {
|
|
4860
|
+
"value": "#ffffff1c",
|
|
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.white-alpha.11}",
|
|
4867
|
+
"type": "color",
|
|
4868
|
+
"description": "Used for glass effect background for operation pop. "
|
|
4869
|
+
},
|
|
4870
|
+
"name": "mds-color-theme-background-glass-active",
|
|
4871
|
+
"attributes": {
|
|
4872
|
+
"category": "color",
|
|
4873
|
+
"type": "theme",
|
|
4874
|
+
"item": "background",
|
|
4875
|
+
"subitem": "glass",
|
|
4876
|
+
"state": "active"
|
|
4877
|
+
},
|
|
4878
|
+
"path": [
|
|
4879
|
+
"color",
|
|
4880
|
+
"theme",
|
|
4881
|
+
"background",
|
|
4882
|
+
"glass",
|
|
4883
|
+
"active"
|
|
4884
|
+
]
|
|
4885
|
+
},
|
|
4859
4886
|
"light": {
|
|
4860
4887
|
"value": "#00000066",
|
|
4861
4888
|
"type": "color",
|
|
@@ -4937,64 +4964,6 @@
|
|
|
4937
4964
|
"heavy"
|
|
4938
4965
|
]
|
|
4939
4966
|
},
|
|
4940
|
-
"overlay": {
|
|
4941
|
-
"normal": {
|
|
4942
|
-
"value": "#000000cc",
|
|
4943
|
-
"type": "color",
|
|
4944
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4945
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4946
|
-
"isSource": true,
|
|
4947
|
-
"original": {
|
|
4948
|
-
"value": "{color.core.black-alpha.80}",
|
|
4949
|
-
"type": "color",
|
|
4950
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4951
|
-
},
|
|
4952
|
-
"name": "mds-color-theme-background-glass-overlay-normal",
|
|
4953
|
-
"attributes": {
|
|
4954
|
-
"category": "color",
|
|
4955
|
-
"type": "theme",
|
|
4956
|
-
"item": "background",
|
|
4957
|
-
"subitem": "glass",
|
|
4958
|
-
"state": "overlay"
|
|
4959
|
-
},
|
|
4960
|
-
"path": [
|
|
4961
|
-
"color",
|
|
4962
|
-
"theme",
|
|
4963
|
-
"background",
|
|
4964
|
-
"glass",
|
|
4965
|
-
"overlay",
|
|
4966
|
-
"normal"
|
|
4967
|
-
]
|
|
4968
|
-
},
|
|
4969
|
-
"inactive": {
|
|
4970
|
-
"value": "#00000066",
|
|
4971
|
-
"type": "color",
|
|
4972
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected",
|
|
4973
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4974
|
-
"isSource": true,
|
|
4975
|
-
"original": {
|
|
4976
|
-
"value": "{color.core.black-alpha.40}",
|
|
4977
|
-
"type": "color",
|
|
4978
|
-
"description": "Used for operation pop: knocked-back effect when signle card is selected"
|
|
4979
|
-
},
|
|
4980
|
-
"name": "mds-color-theme-background-glass-overlay-inactive",
|
|
4981
|
-
"attributes": {
|
|
4982
|
-
"category": "color",
|
|
4983
|
-
"type": "theme",
|
|
4984
|
-
"item": "background",
|
|
4985
|
-
"subitem": "glass",
|
|
4986
|
-
"state": "overlay"
|
|
4987
|
-
},
|
|
4988
|
-
"path": [
|
|
4989
|
-
"color",
|
|
4990
|
-
"theme",
|
|
4991
|
-
"background",
|
|
4992
|
-
"glass",
|
|
4993
|
-
"overlay",
|
|
4994
|
-
"inactive"
|
|
4995
|
-
]
|
|
4996
|
-
}
|
|
4997
|
-
},
|
|
4998
4967
|
"radial": {
|
|
4999
4968
|
"0": {
|
|
5000
4969
|
"value": "#ffffff66",
|
|
@@ -6600,6 +6569,35 @@
|
|
|
6600
6569
|
"normal"
|
|
6601
6570
|
]
|
|
6602
6571
|
}
|
|
6572
|
+
},
|
|
6573
|
+
"ai": {
|
|
6574
|
+
"normal": {
|
|
6575
|
+
"type": "color",
|
|
6576
|
+
"value": "linear-gradient(27deg, #0087EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);",
|
|
6577
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature",
|
|
6578
|
+
"filePath": "src/theme/stable/dark.json",
|
|
6579
|
+
"isSource": true,
|
|
6580
|
+
"original": {
|
|
6581
|
+
"type": "color",
|
|
6582
|
+
"value": "linear-gradient(27deg, {color.ai.steelblue} 10.22%, {color.ai.skyblue} 88.93%, {color.ai.aquablue} 162.86%);",
|
|
6583
|
+
"description": "linear-gradient(27deg, #3B76EA 10.22%, #00BCEB 88.93%, #63FFF7 162.86%);\nUsed for AI assistant feature"
|
|
6584
|
+
},
|
|
6585
|
+
"name": "mds-color-theme-outline-ai-normal",
|
|
6586
|
+
"attributes": {
|
|
6587
|
+
"category": "color",
|
|
6588
|
+
"type": "theme",
|
|
6589
|
+
"item": "outline",
|
|
6590
|
+
"subitem": "ai",
|
|
6591
|
+
"state": "normal"
|
|
6592
|
+
},
|
|
6593
|
+
"path": [
|
|
6594
|
+
"color",
|
|
6595
|
+
"theme",
|
|
6596
|
+
"outline",
|
|
6597
|
+
"ai",
|
|
6598
|
+
"normal"
|
|
6599
|
+
]
|
|
6600
|
+
}
|
|
6603
6601
|
}
|
|
6604
6602
|
},
|
|
6605
6603
|
"control": {
|