@momentum-design/tokens 0.2.4 → 0.2.5
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/core/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-stable.css +4 -4
- package/dist/css/theme/webex/hc-dark-stable.css +4 -4
- package/dist/css/theme/webex/hc-light-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 +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-stable.swift +4 -4
- package/dist/ios/theme/webex/hc-dark-stable.swift +4 -4
- package/dist/ios/theme/webex/hc-light-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/theme/webex/dark-stable.swift +3 -3
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +3 -3
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +9 -9
- package/dist/ios-webex/theme/webex/light-stable.swift +9 -9
- package/dist/json/theme/webex/dark-stable.json +90 -82
- package/dist/json/theme/webex/hc-dark-stable.json +77 -69
- package/dist/json/theme/webex/hc-light-stable.json +77 -69
- package/dist/json/theme/webex/light-stable.json +90 -82
- package/dist/json-minimal/theme/webex/dark-stable.json +5 -3
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +5 -3
- package/dist/json-minimal/theme/webex/hc-light-stable.json +5 -3
- package/dist/json-minimal/theme/webex/light-stable.json +5 -3
- package/dist/resources/core/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-stable.xml +4 -4
- package/dist/resources/theme/webex/hc-dark-stable.xml +4 -4
- package/dist/resources/theme/webex/hc-light-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 +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-stable.scss +4 -4
- package/dist/scss/theme/webex/hc-dark-stable.scss +4 -4
- package/dist/scss/theme/webex/hc-light-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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 05 Nov 2024 08:58:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-darkWebex {
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
--mds-color-theme-avatar-slate: #535573;
|
|
380
380
|
--mds-color-theme-avatar-violet: #643abd;
|
|
381
381
|
--mds-color-theme-avatar-yellow: #7d4705;
|
|
382
|
-
--mds-color-theme-focus-0: #000000;
|
|
383
|
-
--mds-color-theme-focus-1: #64b4fa;
|
|
384
|
-
--mds-color-theme-focus-2: #64b4fa59;
|
|
382
|
+
--mds-color-theme-focus-default-0: #000000;
|
|
383
|
+
--mds-color-theme-focus-default-1: #64b4fa;
|
|
384
|
+
--mds-color-theme-focus-default-2: #64b4fa59;
|
|
385
385
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 05 Nov 2024 08:58:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-hcDarkWebex {
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
--mds-color-theme-common-touchbar-icon-attention: #000000;
|
|
372
372
|
--mds-color-theme-common-touchbar-icon-stable: #000000;
|
|
373
373
|
--mds-color-theme-common-touchbar-icon-secure: #000000;
|
|
374
|
-
--mds-color-theme-focus-0: #000000;
|
|
375
|
-
--mds-color-theme-focus-1: #ffffff;
|
|
376
|
-
--mds-color-theme-focus-2: #ffffff;
|
|
374
|
+
--mds-color-theme-focus-default-0: #000000;
|
|
375
|
+
--mds-color-theme-focus-default-1: #ffffff;
|
|
376
|
+
--mds-color-theme-focus-default-2: #ffffff;
|
|
377
377
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 05 Nov 2024 08:58:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-hcLightWebex {
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
--mds-color-theme-gradientdivider-orange-hover: #000000;
|
|
372
372
|
--mds-color-theme-gradientdivider-purple-normal: #000000;
|
|
373
373
|
--mds-color-theme-gradientdivider-purple-hover: #000000;
|
|
374
|
-
--mds-color-theme-focus-0: #ffffff;
|
|
375
|
-
--mds-color-theme-focus-1: #000000;
|
|
376
|
-
--mds-color-theme-focus-2: #000000;
|
|
374
|
+
--mds-color-theme-focus-default-0: #ffffff;
|
|
375
|
+
--mds-color-theme-focus-default-1: #000000;
|
|
376
|
+
--mds-color-theme-focus-default-2: #000000;
|
|
377
377
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 05 Nov 2024 08:58:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.mds-theme-stable-lightWebex {
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
--mds-color-theme-gradientdivider-orange-hover: linear-gradient(90deg, #9c320200 0%, #9c3202e6 22.4%, #9c3202e6 76.04%, #9c320200 100%);
|
|
379
379
|
--mds-color-theme-gradientdivider-purple-normal: linear-gradient(90deg, #93209900 0%, #93209999 22.4%, #93209999 76.04%, #93209900 100%);
|
|
380
380
|
--mds-color-theme-gradientdivider-purple-hover: linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%);
|
|
381
|
-
--mds-color-theme-focus-0: #ffffff;
|
|
382
|
-
--mds-color-theme-focus-1: #1170cf;
|
|
383
|
-
--mds-color-theme-focus-2: #1170cf59;
|
|
381
|
+
--mds-color-theme-focus-default-0: #ffffff;
|
|
382
|
+
--mds-color-theme-focus-default-1: #1170cf;
|
|
383
|
+
--mds-color-theme-focus-default-2: #1170cf59;
|
|
384
384
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 05 Nov 2024 08:58:39 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -218,9 +218,9 @@ public class {
|
|
|
218
218
|
public static let mdsColorThemeControlInactiveNormal = #ffffff00
|
|
219
219
|
public static let mdsColorThemeControlInactivePressed = #ffffff66
|
|
220
220
|
public static let mdsColorThemeControlIndicatorInactiveNormal = #8f8f8f
|
|
221
|
-
public static let
|
|
222
|
-
public static let
|
|
223
|
-
public static let
|
|
221
|
+
public static let mdsColorThemeFocusDefault0 = #000000
|
|
222
|
+
public static let mdsColorThemeFocusDefault1 = #64b4fa
|
|
223
|
+
public static let mdsColorThemeFocusDefault2 = #64b4fa59
|
|
224
224
|
public static let mdsColorThemeGlobaltintNormal = #3492eb
|
|
225
225
|
public static let mdsColorThemeGlobaltintSelected = #1170cf
|
|
226
226
|
public static let mdsColorThemeGradientdividerAnnounceHover = linear-gradient(90deg, #64b4fa00 0%,#64b4faE6 22.4%, #64b4faE6 76.04%, #64b4fa00 100%)
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 05 Nov 2024 08:58:40 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -204,9 +204,9 @@ public class {
|
|
|
204
204
|
public static let mdsColorThemeControlInactiveNormal = #000000
|
|
205
205
|
public static let mdsColorThemeControlInactivePressed = #000000
|
|
206
206
|
public static let mdsColorThemeControlIndicatorInactiveNormal = #000000
|
|
207
|
-
public static let
|
|
208
|
-
public static let
|
|
209
|
-
public static let
|
|
207
|
+
public static let mdsColorThemeFocusDefault0 = #000000
|
|
208
|
+
public static let mdsColorThemeFocusDefault1 = #ffffff
|
|
209
|
+
public static let mdsColorThemeFocusDefault2 = #ffffff
|
|
210
210
|
public static let mdsColorThemeGlobaltintNormal = #ffffff
|
|
211
211
|
public static let mdsColorThemeGlobaltintSelected = #ffff00
|
|
212
212
|
public static let mdsColorThemeGradientdividerAnnounceHover = #ffffff
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 05 Nov 2024 08:58:40 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -204,9 +204,9 @@ public class {
|
|
|
204
204
|
public static let mdsColorThemeControlInactiveNormal = #ffffff
|
|
205
205
|
public static let mdsColorThemeControlInactivePressed = #ffffff
|
|
206
206
|
public static let mdsColorThemeControlIndicatorInactiveNormal = #ffffff
|
|
207
|
-
public static let
|
|
208
|
-
public static let
|
|
209
|
-
public static let
|
|
207
|
+
public static let mdsColorThemeFocusDefault0 = #ffffff
|
|
208
|
+
public static let mdsColorThemeFocusDefault1 = #000000
|
|
209
|
+
public static let mdsColorThemeFocusDefault2 = #000000
|
|
210
210
|
public static let mdsColorThemeGlobaltintNormal = #000000
|
|
211
211
|
public static let mdsColorThemeGlobaltintSelected = #00009f
|
|
212
212
|
public static let mdsColorThemeGradientdividerAnnounceHover = #000000
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 05 Nov 2024 08:58:39 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -217,9 +217,9 @@ public class {
|
|
|
217
217
|
public static let mdsColorThemeControlInactiveNormal = #00000000
|
|
218
218
|
public static let mdsColorThemeControlInactivePressed = #00000066
|
|
219
219
|
public static let mdsColorThemeControlIndicatorInactiveNormal = #8f8f8f
|
|
220
|
-
public static let
|
|
221
|
-
public static let
|
|
222
|
-
public static let
|
|
220
|
+
public static let mdsColorThemeFocusDefault0 = #ffffff
|
|
221
|
+
public static let mdsColorThemeFocusDefault1 = #1170cf
|
|
222
|
+
public static let mdsColorThemeFocusDefault2 = #1170cf59
|
|
223
223
|
public static let mdsColorThemeGlobaltintNormal = #1170cf
|
|
224
224
|
public static let mdsColorThemeGlobaltintSelected = #1170cf
|
|
225
225
|
public static let mdsColorThemeGradientdividerAnnounceHover = linear-gradient(90deg, #0353a800 0%, #0353a8E6 76.04%, #0353a8E6 76.04%, #0353a800 100%)
|
|
@@ -478,9 +478,9 @@ open class DarkMomentumThemeAvatarColorPalette: MomentumThemeAvatarColorPaletteP
|
|
|
478
478
|
public init() {}
|
|
479
479
|
}
|
|
480
480
|
open class DarkMomentumThemeFocusColorPalette: MomentumThemeFocusColorPaletteProtocol {
|
|
481
|
-
open var
|
|
482
|
-
open var
|
|
483
|
-
open var
|
|
481
|
+
open var default0: UIColor { return UIColor(hex: 0x000000) }
|
|
482
|
+
open var default1: UIColor { return UIColor(hex: 0x64B4FA) }
|
|
483
|
+
open var default2: UIColor { return UIColor(hex: 0x64B4FA, withAlpha: 0.35) }
|
|
484
484
|
public init() {}
|
|
485
485
|
}
|
|
486
486
|
open class DarkMomentumTheme: MomentumThemeTokensProtocol {
|
|
@@ -417,9 +417,9 @@ open class HcDarkMomentumThemeCommonColorPalette: MomentumThemeCommonColorPalett
|
|
|
417
417
|
public init() {}
|
|
418
418
|
}
|
|
419
419
|
open class HcDarkMomentumThemeFocusColorPalette: MomentumThemeFocusColorPaletteProtocol {
|
|
420
|
-
open var
|
|
421
|
-
open var
|
|
422
|
-
open var
|
|
420
|
+
open var default0: UIColor { return UIColor(hex: 0x000000) }
|
|
421
|
+
open var default1: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
422
|
+
open var default2: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
423
423
|
public init() {}
|
|
424
424
|
}
|
|
425
425
|
open class HcDarkMomentumTheme: MomentumThemeTokensProtocol {
|
|
@@ -401,9 +401,9 @@ import UIKit
|
|
|
401
401
|
var purpleHover: UIColor { get }
|
|
402
402
|
}
|
|
403
403
|
@objc public protocol MomentumThemeFocusColorPaletteProtocol: AnyObject {
|
|
404
|
-
var
|
|
405
|
-
var
|
|
406
|
-
var
|
|
404
|
+
var default0: UIColor { get }
|
|
405
|
+
var default1: UIColor { get }
|
|
406
|
+
var default2: UIColor { get }
|
|
407
407
|
}
|
|
408
408
|
@objc public protocol MomentumThemeTokensProtocol: AnyObject {
|
|
409
409
|
var text: any MomentumThemeTextColorPaletteProtocol { get }
|
|
@@ -840,9 +840,9 @@ open class HcLightMomentumThemeGradientDividerColorPalette: MomentumThemeGradien
|
|
|
840
840
|
public init() {}
|
|
841
841
|
}
|
|
842
842
|
open class HcLightMomentumThemeFocusColorPalette: MomentumThemeFocusColorPaletteProtocol {
|
|
843
|
-
open var
|
|
844
|
-
open var
|
|
845
|
-
open var
|
|
843
|
+
open var default0: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
844
|
+
open var default1: UIColor { return UIColor(hex: 0x000000) }
|
|
845
|
+
open var default2: UIColor { return UIColor(hex: 0x000000) }
|
|
846
846
|
public init() {}
|
|
847
847
|
}
|
|
848
848
|
open class HcLightMomentumTheme: MomentumThemeTokensProtocol {
|
|
@@ -1374,9 +1374,9 @@ open class SystemMomentumThemeGradientDividerColorPalette: MomentumThemeGradient
|
|
|
1374
1374
|
open class SystemMomentumThemeFocusColorPalette: MomentumThemeFocusColorPaletteProtocol {
|
|
1375
1375
|
private let light: any MomentumThemeFocusColorPaletteProtocol = LightMomentumThemeFocusColorPalette()
|
|
1376
1376
|
private let dark: any MomentumThemeFocusColorPaletteProtocol = DarkMomentumThemeFocusColorPalette()
|
|
1377
|
-
open var
|
|
1378
|
-
open var
|
|
1379
|
-
open var
|
|
1377
|
+
open var default0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.default0) }
|
|
1378
|
+
open var default1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.default1) }
|
|
1379
|
+
open var default2: UIColor { return systemColor(light: light, dark: dark, keyPath: \.default2) }
|
|
1380
1380
|
public init() {}
|
|
1381
1381
|
}
|
|
1382
1382
|
|
|
@@ -462,9 +462,9 @@ import UIKit
|
|
|
462
462
|
var purpleHover3: UIColor { get }
|
|
463
463
|
}
|
|
464
464
|
@objc public protocol MomentumThemeFocusColorPaletteProtocol: AnyObject {
|
|
465
|
-
var
|
|
466
|
-
var
|
|
467
|
-
var
|
|
465
|
+
var default0: UIColor { get }
|
|
466
|
+
var default1: UIColor { get }
|
|
467
|
+
var default2: UIColor { get }
|
|
468
468
|
}
|
|
469
469
|
@objc public protocol MomentumThemeTokensProtocol: AnyObject {
|
|
470
470
|
var text: any MomentumThemeTextColorPaletteProtocol { get }
|
|
@@ -960,9 +960,9 @@ open class LightMomentumThemeGradientDividerColorPalette: MomentumThemeGradientD
|
|
|
960
960
|
public init() {}
|
|
961
961
|
}
|
|
962
962
|
open class LightMomentumThemeFocusColorPalette: MomentumThemeFocusColorPaletteProtocol {
|
|
963
|
-
open var
|
|
964
|
-
open var
|
|
965
|
-
open var
|
|
963
|
+
open var default0: UIColor { return UIColor(hex: 0xFFFFFF) }
|
|
964
|
+
open var default1: UIColor { return UIColor(hex: 0x1170CF) }
|
|
965
|
+
open var default2: UIColor { return UIColor(hex: 0x1170CF, withAlpha: 0.35) }
|
|
966
966
|
public init() {}
|
|
967
967
|
}
|
|
968
968
|
open class LightMomentumTheme: MomentumThemeTokensProtocol {
|
|
@@ -1548,9 +1548,9 @@ open class SystemMomentumThemeGradientDividerColorPalette: MomentumThemeGradient
|
|
|
1548
1548
|
open class SystemMomentumThemeFocusColorPalette: MomentumThemeFocusColorPaletteProtocol {
|
|
1549
1549
|
private let light: any MomentumThemeFocusColorPaletteProtocol = LightMomentumThemeFocusColorPalette()
|
|
1550
1550
|
private let dark: any MomentumThemeFocusColorPaletteProtocol = DarkMomentumThemeFocusColorPalette()
|
|
1551
|
-
open var
|
|
1552
|
-
open var
|
|
1553
|
-
open var
|
|
1551
|
+
open var default0: UIColor { return systemColor(light: light, dark: dark, keyPath: \.default0) }
|
|
1552
|
+
open var default1: UIColor { return systemColor(light: light, dark: dark, keyPath: \.default1) }
|
|
1553
|
+
open var default2: UIColor { return systemColor(light: light, dark: dark, keyPath: \.default2) }
|
|
1554
1554
|
public init() {}
|
|
1555
1555
|
}
|
|
1556
1556
|
|
|
@@ -11393,76 +11393,63 @@
|
|
|
11393
11393
|
}
|
|
11394
11394
|
},
|
|
11395
11395
|
"focus": {
|
|
11396
|
-
"
|
|
11397
|
-
"
|
|
11398
|
-
|
|
11399
|
-
"description": "Used for focus ring effect",
|
|
11400
|
-
"filePath": "src/theme/stable/dark.json",
|
|
11401
|
-
"isSource": true,
|
|
11402
|
-
"original": {
|
|
11403
|
-
"value": "{color.core.black-alpha.100}",
|
|
11396
|
+
"default": {
|
|
11397
|
+
"0": {
|
|
11398
|
+
"value": "#000000",
|
|
11404
11399
|
"type": "color",
|
|
11405
|
-
"description": "Used for focus ring effect"
|
|
11406
|
-
|
|
11407
|
-
|
|
11408
|
-
|
|
11409
|
-
|
|
11410
|
-
|
|
11411
|
-
|
|
11412
|
-
|
|
11400
|
+
"description": "Used for focus ring effect",
|
|
11401
|
+
"filePath": "src/theme/stable/dark.json",
|
|
11402
|
+
"isSource": true,
|
|
11403
|
+
"original": {
|
|
11404
|
+
"value": "{color.core.black-alpha.100}",
|
|
11405
|
+
"type": "color",
|
|
11406
|
+
"description": "Used for focus ring effect"
|
|
11407
|
+
},
|
|
11408
|
+
"name": "mds-color-theme-focus-default-0",
|
|
11409
|
+
"attributes": {
|
|
11410
|
+
"category": "color",
|
|
11411
|
+
"type": "theme",
|
|
11412
|
+
"item": "focus",
|
|
11413
|
+
"subitem": "default",
|
|
11414
|
+
"state": "0"
|
|
11415
|
+
},
|
|
11416
|
+
"path": [
|
|
11417
|
+
"color",
|
|
11418
|
+
"theme",
|
|
11419
|
+
"focus",
|
|
11420
|
+
"default",
|
|
11421
|
+
"0"
|
|
11422
|
+
]
|
|
11413
11423
|
},
|
|
11414
|
-
"
|
|
11415
|
-
"
|
|
11416
|
-
"theme",
|
|
11417
|
-
"focus",
|
|
11418
|
-
"0"
|
|
11419
|
-
]
|
|
11420
|
-
},
|
|
11421
|
-
"1": {
|
|
11422
|
-
"value": "#64b4fa",
|
|
11423
|
-
"type": "color",
|
|
11424
|
-
"description": "Used for focus ring effect",
|
|
11425
|
-
"filePath": "src/theme/stable/dark.json",
|
|
11426
|
-
"isSource": true,
|
|
11427
|
-
"original": {
|
|
11428
|
-
"value": "{color.core.blue.40}",
|
|
11424
|
+
"1": {
|
|
11425
|
+
"value": "#64b4fa",
|
|
11429
11426
|
"type": "color",
|
|
11430
|
-
"description": "Used for focus ring effect"
|
|
11431
|
-
|
|
11432
|
-
|
|
11433
|
-
|
|
11434
|
-
|
|
11435
|
-
|
|
11436
|
-
|
|
11437
|
-
|
|
11438
|
-
|
|
11439
|
-
|
|
11440
|
-
|
|
11441
|
-
|
|
11442
|
-
|
|
11443
|
-
|
|
11444
|
-
|
|
11445
|
-
|
|
11446
|
-
|
|
11447
|
-
|
|
11448
|
-
|
|
11449
|
-
|
|
11450
|
-
|
|
11451
|
-
"
|
|
11452
|
-
|
|
11453
|
-
"value": "0.35",
|
|
11454
|
-
"space": "lch",
|
|
11455
|
-
"filePath": "src/theme/stable/dark.json",
|
|
11456
|
-
"isSource": true,
|
|
11457
|
-
"format": "hex"
|
|
11458
|
-
}
|
|
11459
|
-
}
|
|
11427
|
+
"description": "Used for focus ring effect",
|
|
11428
|
+
"filePath": "src/theme/stable/dark.json",
|
|
11429
|
+
"isSource": true,
|
|
11430
|
+
"original": {
|
|
11431
|
+
"value": "{color.core.blue.40}",
|
|
11432
|
+
"type": "color",
|
|
11433
|
+
"description": "Used for focus ring effect"
|
|
11434
|
+
},
|
|
11435
|
+
"name": "mds-color-theme-focus-default-1",
|
|
11436
|
+
"attributes": {
|
|
11437
|
+
"category": "color",
|
|
11438
|
+
"type": "theme",
|
|
11439
|
+
"item": "focus",
|
|
11440
|
+
"subitem": "default",
|
|
11441
|
+
"state": "1"
|
|
11442
|
+
},
|
|
11443
|
+
"path": [
|
|
11444
|
+
"color",
|
|
11445
|
+
"theme",
|
|
11446
|
+
"focus",
|
|
11447
|
+
"default",
|
|
11448
|
+
"1"
|
|
11449
|
+
]
|
|
11460
11450
|
},
|
|
11461
|
-
"
|
|
11462
|
-
|
|
11463
|
-
"isSource": true,
|
|
11464
|
-
"original": {
|
|
11465
|
-
"value": "{color.core.blue.40}",
|
|
11451
|
+
"2": {
|
|
11452
|
+
"value": "#64b4fa59",
|
|
11466
11453
|
"type": "color",
|
|
11467
11454
|
"$extensions": {
|
|
11468
11455
|
"studio.tokens": {
|
|
@@ -11471,25 +11458,46 @@
|
|
|
11471
11458
|
"value": "0.35",
|
|
11472
11459
|
"space": "lch",
|
|
11473
11460
|
"filePath": "src/theme/stable/dark.json",
|
|
11474
|
-
"isSource": true
|
|
11461
|
+
"isSource": true,
|
|
11462
|
+
"format": "hex"
|
|
11475
11463
|
}
|
|
11476
11464
|
}
|
|
11477
11465
|
},
|
|
11478
|
-
"description": "Used for focus ring effect"
|
|
11479
|
-
|
|
11480
|
-
|
|
11481
|
-
|
|
11482
|
-
|
|
11483
|
-
|
|
11484
|
-
|
|
11485
|
-
|
|
11486
|
-
|
|
11487
|
-
|
|
11488
|
-
|
|
11489
|
-
|
|
11490
|
-
|
|
11491
|
-
|
|
11492
|
-
|
|
11466
|
+
"description": "Used for focus ring effect",
|
|
11467
|
+
"filePath": "src/theme/stable/dark.json",
|
|
11468
|
+
"isSource": true,
|
|
11469
|
+
"original": {
|
|
11470
|
+
"value": "{color.core.blue.40}",
|
|
11471
|
+
"type": "color",
|
|
11472
|
+
"$extensions": {
|
|
11473
|
+
"studio.tokens": {
|
|
11474
|
+
"modify": {
|
|
11475
|
+
"type": "alpha",
|
|
11476
|
+
"value": "0.35",
|
|
11477
|
+
"space": "lch",
|
|
11478
|
+
"filePath": "src/theme/stable/dark.json",
|
|
11479
|
+
"isSource": true
|
|
11480
|
+
}
|
|
11481
|
+
}
|
|
11482
|
+
},
|
|
11483
|
+
"description": "Used for focus ring effect"
|
|
11484
|
+
},
|
|
11485
|
+
"name": "mds-color-theme-focus-default-2",
|
|
11486
|
+
"attributes": {
|
|
11487
|
+
"category": "color",
|
|
11488
|
+
"type": "theme",
|
|
11489
|
+
"item": "focus",
|
|
11490
|
+
"subitem": "default",
|
|
11491
|
+
"state": "2"
|
|
11492
|
+
},
|
|
11493
|
+
"path": [
|
|
11494
|
+
"color",
|
|
11495
|
+
"theme",
|
|
11496
|
+
"focus",
|
|
11497
|
+
"default",
|
|
11498
|
+
"2"
|
|
11499
|
+
]
|
|
11500
|
+
}
|
|
11493
11501
|
}
|
|
11494
11502
|
}
|
|
11495
11503
|
}
|