@aurodesignsystem/design-tokens 5.6.1 → 5.8.0
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/CHANGELOG.md +28 -0
- package/dist/CSSCustomProperties--bundled.css +507 -41
- package/dist/alaska/CSSCustomProperties--alaska.css +25 -22
- package/dist/alaska/JSONVariablesNested--alaska.json +26 -21
- package/dist/alaska/JSObject--allTokens.js +277 -180
- package/dist/alaska/SCSSVariables--alaska.scss +25 -22
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +25 -22
- package/dist/alaska/primitives--alaska.scss +27 -27
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +463 -0
- package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +714 -0
- package/dist/alaska-classic/JSObject--allTokens.js +15671 -0
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +460 -0
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +464 -0
- package/dist/alaska-classic/primitives--alaskaClassic.scss +246 -0
- package/dist/auro-classic/CSSCustomProperties.css +1 -1
- package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/auro-classic/JSData--color.js +1 -1
- package/dist/auro-classic/JSObject--allTokens.js +1 -1
- package/dist/auro-classic/JSObject--deprecated.js +1 -1
- package/dist/auro-classic/JSVariables--color.js +1 -1
- package/dist/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/auro-classic/SCSSVariables.scss +1 -1
- package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
- package/dist/auro-classic/SassCustomProperties.scss +1 -1
- package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +23 -20
- package/dist/hawaiian/JSONVariablesNested--hawaiian.json +24 -19
- package/dist/hawaiian/JSObject--allTokens.js +273 -176
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +23 -20
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +23 -20
- package/dist/hawaiian/primitives--hawaiian.scss +27 -27
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +1 -1
- package/src/primitives/base/transparency.json +38 -38
- package/src/themes/alaska/advanced/boolean.json +2 -2
- package/src/themes/alaska/advanced/button/flat.json +58 -0
- package/src/themes/alaska/advanced/button/primary.json +0 -8
- package/src/themes/alaska/advanced/button/secondary.json +4 -4
- package/src/themes/alaska/advanced/button/tertiary.json +0 -32
- package/src/themes/alaska/basic/color/text-icon.json +16 -0
- package/src/themes/alaska-classic/advanced/accents.json +104 -0
- package/src/themes/alaska-classic/advanced/boolean.json +144 -0
- package/src/themes/alaska-classic/advanced/button/flat.json +58 -0
- package/src/themes/alaska-classic/advanced/button/primary.json +138 -0
- package/src/themes/alaska-classic/advanced/button/secondary.json +106 -0
- package/src/themes/alaska-classic/advanced/button/tertiary.json +66 -0
- package/src/themes/alaska-classic/advanced/hyperlink.json +40 -0
- package/src/themes/alaska-classic/advanced/shared.json +48 -0
- package/src/themes/alaska-classic/advanced/state.json +72 -0
- package/src/themes/alaska-classic/basic/color/border.json +64 -0
- package/src/themes/alaska-classic/basic/color/brand.json +104 -0
- package/src/themes/alaska-classic/basic/color/fare-brand.json +74 -0
- package/src/themes/alaska-classic/basic/color/page-background.json +24 -0
- package/src/themes/alaska-classic/basic/color/status.json +80 -0
- package/src/themes/alaska-classic/basic/color/surface.json +88 -0
- package/src/themes/alaska-classic/basic/color/text-icon.json +72 -0
- package/src/themes/alaska-classic/basic/corner-radius.json +30 -0
- package/src/themes/alaska-classic/basic/font/accent.json +918 -0
- package/src/themes/alaska-classic/basic/font/body.json +218 -0
- package/src/themes/alaska-classic/basic/font/display.json +788 -0
- package/src/themes/alaska-classic/basic/font/heading.json +788 -0
- package/src/themes/hawaiian/advanced/button/flat.json +58 -0
- package/src/themes/hawaiian/advanced/button/primary.json +0 -8
- package/src/themes/hawaiian/advanced/button/secondary.json +4 -4
- package/src/themes/hawaiian/advanced/button/tertiary.json +0 -32
- package/src/themes/hawaiian/basic/color/text-icon.json +16 -0
- package/src/themes/alaska-classic/color.json +0 -444
- package/src/themes/alaska-classic/component/boolean.json +0 -70
- package/src/themes/alaska-classic/component/button.json +0 -260
- package/src/themes/alaska-classic/component/hyperlink.json +0 -62
- package/src/themes/alaska-classic/component/shared.json +0 -46
- package/src/themes/alaska-classic/component/state.json +0 -70
- package/src/themes/alaska-classic/typography.json +0 -824
|
@@ -35,38 +35,6 @@
|
|
|
35
35
|
"usage": "Tertiary button inverse background hover color",
|
|
36
36
|
"value": "{transparency.white.10.value}"
|
|
37
37
|
},
|
|
38
|
-
"border": {
|
|
39
|
-
"default": true,
|
|
40
|
-
"deprecated": false,
|
|
41
|
-
"public": true,
|
|
42
|
-
"type": "semantic",
|
|
43
|
-
"usage": "Tertiary button border color",
|
|
44
|
-
"value": "{transparency.black.5.value}"
|
|
45
|
-
},
|
|
46
|
-
"borderHover": {
|
|
47
|
-
"default": true,
|
|
48
|
-
"deprecated": false,
|
|
49
|
-
"public": true,
|
|
50
|
-
"type": "semantic",
|
|
51
|
-
"usage": "Tertiary button border hover color",
|
|
52
|
-
"value": "{transparency.black.10.value}"
|
|
53
|
-
},
|
|
54
|
-
"borderInverse": {
|
|
55
|
-
"default": true,
|
|
56
|
-
"deprecated": false,
|
|
57
|
-
"public": true,
|
|
58
|
-
"type": "semantic",
|
|
59
|
-
"usage": "Tertiary button inverse border color",
|
|
60
|
-
"value": "{transparency.white.5.value}"
|
|
61
|
-
},
|
|
62
|
-
"borderInverseHover": {
|
|
63
|
-
"default": true,
|
|
64
|
-
"deprecated": false,
|
|
65
|
-
"public": true,
|
|
66
|
-
"type": "semantic",
|
|
67
|
-
"usage": "Tertiary button inverse border hover color",
|
|
68
|
-
"value": "{transparency.white.10.value}"
|
|
69
|
-
},
|
|
70
38
|
"text": {
|
|
71
39
|
"default": true,
|
|
72
40
|
"deprecated": false,
|
|
@@ -42,6 +42,22 @@
|
|
|
42
42
|
"usage": "Inverse text color",
|
|
43
43
|
"value": "{color.white.value}"
|
|
44
44
|
},
|
|
45
|
+
"inverseDisabled": {
|
|
46
|
+
"default": true,
|
|
47
|
+
"deprecated": false,
|
|
48
|
+
"public": true,
|
|
49
|
+
"type": "semantic",
|
|
50
|
+
"usage": "Inverse text color",
|
|
51
|
+
"value": "{color.neutral.600.value}"
|
|
52
|
+
},
|
|
53
|
+
"inverseMuted": {
|
|
54
|
+
"default": true,
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "Inverse text color",
|
|
59
|
+
"value": "{color.neutral.300.value}"
|
|
60
|
+
},
|
|
45
61
|
"muted": {
|
|
46
62
|
"default": true,
|
|
47
63
|
"deprecated": false,
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"accents": {
|
|
5
|
+
"accent1": {
|
|
6
|
+
"default": true,
|
|
7
|
+
"deprecated": false,
|
|
8
|
+
"public": true,
|
|
9
|
+
"type": "semantic",
|
|
10
|
+
"usage": "",
|
|
11
|
+
"value": "{color.tropical.400.value}"
|
|
12
|
+
},
|
|
13
|
+
"accent1Bold": {
|
|
14
|
+
"default": true,
|
|
15
|
+
"deprecated": false,
|
|
16
|
+
"public": true,
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"usage": "",
|
|
19
|
+
"value": "{color.tropical.600.value}"
|
|
20
|
+
},
|
|
21
|
+
"accent1Muted": {
|
|
22
|
+
"default": true,
|
|
23
|
+
"deprecated": false,
|
|
24
|
+
"public": true,
|
|
25
|
+
"type": "semantic",
|
|
26
|
+
"usage": "",
|
|
27
|
+
"value": "{color.tropical.200.value}"
|
|
28
|
+
},
|
|
29
|
+
"accent2": {
|
|
30
|
+
"default": true,
|
|
31
|
+
"deprecated": false,
|
|
32
|
+
"public": true,
|
|
33
|
+
"type": "semantic",
|
|
34
|
+
"usage": "",
|
|
35
|
+
"value": "{color.sol.700.value}"
|
|
36
|
+
},
|
|
37
|
+
"accent2Bold": {
|
|
38
|
+
"default": true,
|
|
39
|
+
"deprecated": false,
|
|
40
|
+
"public": true,
|
|
41
|
+
"type": "semantic",
|
|
42
|
+
"usage": "",
|
|
43
|
+
"value": "{color.sol.1000.value}"
|
|
44
|
+
},
|
|
45
|
+
"accent2Muted": {
|
|
46
|
+
"default": true,
|
|
47
|
+
"deprecated": false,
|
|
48
|
+
"public": true,
|
|
49
|
+
"type": "semantic",
|
|
50
|
+
"usage": "",
|
|
51
|
+
"value": "{color.sol.500.value}"
|
|
52
|
+
},
|
|
53
|
+
"accent3": {
|
|
54
|
+
"default": true,
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "",
|
|
59
|
+
"value": "{color.atlas.300.value}"
|
|
60
|
+
},
|
|
61
|
+
"accent3Bold": {
|
|
62
|
+
"default": true,
|
|
63
|
+
"deprecated": false,
|
|
64
|
+
"public": true,
|
|
65
|
+
"type": "semantic",
|
|
66
|
+
"usage": "",
|
|
67
|
+
"value": "{color.atlas.500.value}"
|
|
68
|
+
},
|
|
69
|
+
"accent3Muted": {
|
|
70
|
+
"default": true,
|
|
71
|
+
"deprecated": false,
|
|
72
|
+
"public": true,
|
|
73
|
+
"type": "semantic",
|
|
74
|
+
"usage": "",
|
|
75
|
+
"value": "{color.atlas.200.value}"
|
|
76
|
+
},
|
|
77
|
+
"accent4": {
|
|
78
|
+
"default": true,
|
|
79
|
+
"deprecated": false,
|
|
80
|
+
"public": true,
|
|
81
|
+
"type": "semantic",
|
|
82
|
+
"usage": "",
|
|
83
|
+
"value": "{color.flare.400.value}"
|
|
84
|
+
},
|
|
85
|
+
"accent4Bold": {
|
|
86
|
+
"default": true,
|
|
87
|
+
"deprecated": false,
|
|
88
|
+
"public": true,
|
|
89
|
+
"type": "semantic",
|
|
90
|
+
"usage": "",
|
|
91
|
+
"value": "{color.flare.600.value}"
|
|
92
|
+
},
|
|
93
|
+
"accent4Muted": {
|
|
94
|
+
"default": true,
|
|
95
|
+
"deprecated": false,
|
|
96
|
+
"public": true,
|
|
97
|
+
"type": "semantic",
|
|
98
|
+
"usage": "",
|
|
99
|
+
"value": "{color.flare.200.value}"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"boolean": {
|
|
5
|
+
"disabledInverse": {
|
|
6
|
+
"default": true,
|
|
7
|
+
"deprecated": false,
|
|
8
|
+
"public": true,
|
|
9
|
+
"type": "semantic",
|
|
10
|
+
"usage": "Boolean disabled inverse state color",
|
|
11
|
+
"value": "{color.neutral.600.value}"
|
|
12
|
+
},
|
|
13
|
+
"error": {
|
|
14
|
+
"default": true,
|
|
15
|
+
"deprecated": false,
|
|
16
|
+
"public": true,
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"usage": "Boolean error state color",
|
|
19
|
+
"value": "{basic.color.status.error.value}"
|
|
20
|
+
},
|
|
21
|
+
"errorHover": {
|
|
22
|
+
"default": true,
|
|
23
|
+
"deprecated": false,
|
|
24
|
+
"public": true,
|
|
25
|
+
"type": "semantic",
|
|
26
|
+
"usage": "Boolean error hover state color",
|
|
27
|
+
"value": "{color.status.error.800.value}"
|
|
28
|
+
},
|
|
29
|
+
"errorInverse": {
|
|
30
|
+
"default": true,
|
|
31
|
+
"deprecated": false,
|
|
32
|
+
"public": true,
|
|
33
|
+
"type": "semantic",
|
|
34
|
+
"usage": "Boolean error state color",
|
|
35
|
+
"value": "{color.status.error.200.value}"
|
|
36
|
+
},
|
|
37
|
+
"errorInverseHover": {
|
|
38
|
+
"default": true,
|
|
39
|
+
"deprecated": false,
|
|
40
|
+
"public": true,
|
|
41
|
+
"type": "semantic",
|
|
42
|
+
"usage": "Boolean error state color",
|
|
43
|
+
"value": "{color.status.error.400.value}"
|
|
44
|
+
},
|
|
45
|
+
"indicator": {
|
|
46
|
+
"default": true,
|
|
47
|
+
"deprecated": false,
|
|
48
|
+
"public": true,
|
|
49
|
+
"type": "semantic",
|
|
50
|
+
"usage": "Boolean indicator color",
|
|
51
|
+
"value": "{color.white.value}"
|
|
52
|
+
},
|
|
53
|
+
"indicatorInverse": {
|
|
54
|
+
"default": true,
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "Boolean indicator inverse color",
|
|
59
|
+
"value": "{basic.color.brand.primary.value}"
|
|
60
|
+
},
|
|
61
|
+
"isfalse": {
|
|
62
|
+
"default": true,
|
|
63
|
+
"deprecated": false,
|
|
64
|
+
"public": true,
|
|
65
|
+
"type": "semantic",
|
|
66
|
+
"usage": "Boolean false state color",
|
|
67
|
+
"value": "{basic.color.surface.default.value}"
|
|
68
|
+
},
|
|
69
|
+
"isfalseBorder": {
|
|
70
|
+
"default": true,
|
|
71
|
+
"deprecated": false,
|
|
72
|
+
"public": true,
|
|
73
|
+
"type": "semantic",
|
|
74
|
+
"usage": "Boolean false border color",
|
|
75
|
+
"value": "{basic.color.border.bold.value}"
|
|
76
|
+
},
|
|
77
|
+
"isfalseBorderInverse": {
|
|
78
|
+
"default": true,
|
|
79
|
+
"deprecated": false,
|
|
80
|
+
"public": true,
|
|
81
|
+
"type": "semantic",
|
|
82
|
+
"usage": "Boolean false inverse border color",
|
|
83
|
+
"value": "{color.white.value}"
|
|
84
|
+
},
|
|
85
|
+
"isfalseHover": {
|
|
86
|
+
"default": true,
|
|
87
|
+
"deprecated": false,
|
|
88
|
+
"public": true,
|
|
89
|
+
"type": "semantic",
|
|
90
|
+
"usage": "Boolean false hover state color",
|
|
91
|
+
"value": "{advanced.color.state.backgroundHover.value}"
|
|
92
|
+
},
|
|
93
|
+
"isfalseInverse": {
|
|
94
|
+
"default": true,
|
|
95
|
+
"deprecated": false,
|
|
96
|
+
"public": true,
|
|
97
|
+
"type": "semantic",
|
|
98
|
+
"usage": "Boolean false inverse state color",
|
|
99
|
+
"value": "{advanced.color.shared.backgroundInverse.value}"
|
|
100
|
+
},
|
|
101
|
+
"isfalseInverseHover": {
|
|
102
|
+
"default": true,
|
|
103
|
+
"deprecated": false,
|
|
104
|
+
"public": true,
|
|
105
|
+
"type": "semantic",
|
|
106
|
+
"usage": "Boolean false inverse hover state color",
|
|
107
|
+
"value": "{advanced.color.state.backgroundInverseHover.value}"
|
|
108
|
+
},
|
|
109
|
+
"istrue": {
|
|
110
|
+
"default": true,
|
|
111
|
+
"deprecated": false,
|
|
112
|
+
"public": true,
|
|
113
|
+
"type": "semantic",
|
|
114
|
+
"usage": "Boolean true state color",
|
|
115
|
+
"value": "{basic.color.brand.primary.value}"
|
|
116
|
+
},
|
|
117
|
+
"istrueHover": {
|
|
118
|
+
"default": true,
|
|
119
|
+
"deprecated": false,
|
|
120
|
+
"public": true,
|
|
121
|
+
"type": "semantic",
|
|
122
|
+
"usage": "Boolean true hover state color",
|
|
123
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
124
|
+
},
|
|
125
|
+
"istrueInverse": {
|
|
126
|
+
"default": true,
|
|
127
|
+
"deprecated": false,
|
|
128
|
+
"public": true,
|
|
129
|
+
"type": "semantic",
|
|
130
|
+
"usage": "Boolean true inverse state color",
|
|
131
|
+
"value": "{color.white.value}"
|
|
132
|
+
},
|
|
133
|
+
"istrueInverseHover": {
|
|
134
|
+
"default": true,
|
|
135
|
+
"deprecated": false,
|
|
136
|
+
"public": true,
|
|
137
|
+
"type": "semantic",
|
|
138
|
+
"usage": "Boolean true inverse hover state color",
|
|
139
|
+
"value": "{transparency.white.70.value}"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"button": {
|
|
5
|
+
"flat": {
|
|
6
|
+
"text": {
|
|
7
|
+
"default": true,
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"public": true,
|
|
10
|
+
"type": "semantic",
|
|
11
|
+
"usage": "Flat button text color",
|
|
12
|
+
"value": "{basic.color.texticon.muted.value}"
|
|
13
|
+
},
|
|
14
|
+
"textDisabled": {
|
|
15
|
+
"default": true,
|
|
16
|
+
"deprecated": false,
|
|
17
|
+
"public": true,
|
|
18
|
+
"type": "semantic",
|
|
19
|
+
"usage": "Flat button disabledtext color",
|
|
20
|
+
"value": "{basic.color.texticon.disabled.value}"
|
|
21
|
+
},
|
|
22
|
+
"textHover": {
|
|
23
|
+
"default": true,
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"usage": "Flat button text hover color",
|
|
28
|
+
"value": "{color.gray.800.value}"
|
|
29
|
+
},
|
|
30
|
+
"textInverse": {
|
|
31
|
+
"default": true,
|
|
32
|
+
"deprecated": false,
|
|
33
|
+
"public": true,
|
|
34
|
+
"type": "semantic",
|
|
35
|
+
"usage": "Flat button inverse text color",
|
|
36
|
+
"value": "{basic.color.texticon.inverse.value}"
|
|
37
|
+
},
|
|
38
|
+
"textInverseDisabled": {
|
|
39
|
+
"default": true,
|
|
40
|
+
"deprecated": false,
|
|
41
|
+
"public": true,
|
|
42
|
+
"type": "semantic",
|
|
43
|
+
"usage": "Flat button inverse disabled text color",
|
|
44
|
+
"value": "{basic.color.texticon.inverseDisabled.value}"
|
|
45
|
+
},
|
|
46
|
+
"textInverseHover": {
|
|
47
|
+
"default": true,
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "Flat button inverse text hover color",
|
|
52
|
+
"value": "{color.gray.400.value}"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"button": {
|
|
5
|
+
"primary": {
|
|
6
|
+
"background": {
|
|
7
|
+
"default": true,
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"public": true,
|
|
10
|
+
"type": "semantic",
|
|
11
|
+
"usage": "Primary button background color",
|
|
12
|
+
"value": "{basic.color.brand.primary.value}"
|
|
13
|
+
},
|
|
14
|
+
"backgroundDisabled": {
|
|
15
|
+
"default": true,
|
|
16
|
+
"deprecated": false,
|
|
17
|
+
"public": true,
|
|
18
|
+
"type": "semantic",
|
|
19
|
+
"usage": "",
|
|
20
|
+
"value": "{color.midnight.300.value}"
|
|
21
|
+
},
|
|
22
|
+
"backgroundHover": {
|
|
23
|
+
"default": true,
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"usage": "Primary button background hover color",
|
|
28
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
29
|
+
},
|
|
30
|
+
"backgroundInactive": {
|
|
31
|
+
"default": true,
|
|
32
|
+
"deprecated": false,
|
|
33
|
+
"public": true,
|
|
34
|
+
"type": "semantic",
|
|
35
|
+
"usage": "",
|
|
36
|
+
"value": "{color.atlas.200.value}"
|
|
37
|
+
},
|
|
38
|
+
"backgroundInactiveHover": {
|
|
39
|
+
"default": true,
|
|
40
|
+
"deprecated": false,
|
|
41
|
+
"public": true,
|
|
42
|
+
"type": "semantic",
|
|
43
|
+
"usage": "",
|
|
44
|
+
"value": "{color.atlas.400.value}"
|
|
45
|
+
},
|
|
46
|
+
"backgroundInverse": {
|
|
47
|
+
"default": true,
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "Primary button inverse background color",
|
|
52
|
+
"value": "{basic.color.brand.tertiary.value}"
|
|
53
|
+
},
|
|
54
|
+
"backgroundInverseDisabled": {
|
|
55
|
+
"default": true,
|
|
56
|
+
"deprecated": false,
|
|
57
|
+
"public": true,
|
|
58
|
+
"type": "semantic",
|
|
59
|
+
"usage": "",
|
|
60
|
+
"value": "{transparency.white.75.value}"
|
|
61
|
+
},
|
|
62
|
+
"backgroundInverseHover": {
|
|
63
|
+
"default": true,
|
|
64
|
+
"deprecated": false,
|
|
65
|
+
"public": true,
|
|
66
|
+
"type": "semantic",
|
|
67
|
+
"usage": "Primary button inverse background hover color",
|
|
68
|
+
"value": "{basic.color.brand.tertiarySubtle.value}"
|
|
69
|
+
},
|
|
70
|
+
"border": {
|
|
71
|
+
"default": true,
|
|
72
|
+
"deprecated": false,
|
|
73
|
+
"public": true,
|
|
74
|
+
"type": "semantic",
|
|
75
|
+
"usage": "Primary button border color",
|
|
76
|
+
"value": "{basic.color.brand.primary.value}"
|
|
77
|
+
},
|
|
78
|
+
"borderDisabled": {
|
|
79
|
+
"default": true,
|
|
80
|
+
"deprecated": false,
|
|
81
|
+
"public": true,
|
|
82
|
+
"type": "semantic",
|
|
83
|
+
"usage": "",
|
|
84
|
+
"value": "{color.midnight.300.value}"
|
|
85
|
+
},
|
|
86
|
+
"borderHover": {
|
|
87
|
+
"default": true,
|
|
88
|
+
"deprecated": false,
|
|
89
|
+
"public": true,
|
|
90
|
+
"type": "semantic",
|
|
91
|
+
"usage": "Primary button border hover color",
|
|
92
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
93
|
+
},
|
|
94
|
+
"borderInverse": {
|
|
95
|
+
"default": true,
|
|
96
|
+
"deprecated": false,
|
|
97
|
+
"public": true,
|
|
98
|
+
"type": "semantic",
|
|
99
|
+
"usage": "Primary button inverse border color",
|
|
100
|
+
"value": "{basic.color.brand.tertiary.value}"
|
|
101
|
+
},
|
|
102
|
+
"borderInverseDisabled": {
|
|
103
|
+
"default": true,
|
|
104
|
+
"deprecated": false,
|
|
105
|
+
"public": true,
|
|
106
|
+
"type": "semantic",
|
|
107
|
+
"usage": "",
|
|
108
|
+
"value": "{transparency.white.75.value}"
|
|
109
|
+
},
|
|
110
|
+
"borderInverseHover": {
|
|
111
|
+
"default": true,
|
|
112
|
+
"deprecated": false,
|
|
113
|
+
"public": true,
|
|
114
|
+
"type": "semantic",
|
|
115
|
+
"usage": "Primary button inverse border hover color",
|
|
116
|
+
"value": "{basic.color.brand.tertiarySubtle.value}"
|
|
117
|
+
},
|
|
118
|
+
"text": {
|
|
119
|
+
"default": true,
|
|
120
|
+
"deprecated": false,
|
|
121
|
+
"public": true,
|
|
122
|
+
"type": "semantic",
|
|
123
|
+
"usage": "Primary button text color",
|
|
124
|
+
"value": "{color.white.value}"
|
|
125
|
+
},
|
|
126
|
+
"textInverse": {
|
|
127
|
+
"default": true,
|
|
128
|
+
"deprecated": false,
|
|
129
|
+
"public": true,
|
|
130
|
+
"type": "semantic",
|
|
131
|
+
"usage": "Primary button inverse text color",
|
|
132
|
+
"value": "{basic.color.texticon.default.value}"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"button": {
|
|
5
|
+
"secondary": {
|
|
6
|
+
"background": {
|
|
7
|
+
"default": true,
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"public": true,
|
|
10
|
+
"type": "semantic",
|
|
11
|
+
"usage": "Secondary button background color",
|
|
12
|
+
"value": "{color.white.value}"
|
|
13
|
+
},
|
|
14
|
+
"backgroundDisabled": {
|
|
15
|
+
"default": true,
|
|
16
|
+
"deprecated": false,
|
|
17
|
+
"public": true,
|
|
18
|
+
"type": "semantic",
|
|
19
|
+
"usage": "",
|
|
20
|
+
"value": "{color.gray.50.value}"
|
|
21
|
+
},
|
|
22
|
+
"backgroundHover": {
|
|
23
|
+
"default": true,
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"usage": "Secondary button background hover color",
|
|
28
|
+
"value": "{color.gray.100.value}"
|
|
29
|
+
},
|
|
30
|
+
"backgroundInverseHover": {
|
|
31
|
+
"default": true,
|
|
32
|
+
"deprecated": false,
|
|
33
|
+
"public": true,
|
|
34
|
+
"type": "semantic",
|
|
35
|
+
"usage": "Secondary button inverse background hover color",
|
|
36
|
+
"value": "{basic.color.brand.tertiaryMuted.value}"
|
|
37
|
+
},
|
|
38
|
+
"border": {
|
|
39
|
+
"default": true,
|
|
40
|
+
"deprecated": false,
|
|
41
|
+
"public": true,
|
|
42
|
+
"type": "semantic",
|
|
43
|
+
"usage": "Secondary button border color",
|
|
44
|
+
"value": "{basic.color.brand.primary.value}"
|
|
45
|
+
},
|
|
46
|
+
"borderHover": {
|
|
47
|
+
"default": true,
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "Secondary button border hover color",
|
|
52
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
53
|
+
},
|
|
54
|
+
"borderDisabled": {
|
|
55
|
+
"default": true,
|
|
56
|
+
"deprecated": false,
|
|
57
|
+
"public": true,
|
|
58
|
+
"type": "semantic",
|
|
59
|
+
"usage": "Secondary button border disabled color",
|
|
60
|
+
"value": "{basic.color.border.subtle.value}"
|
|
61
|
+
},
|
|
62
|
+
"borderInverse": {
|
|
63
|
+
"default": true,
|
|
64
|
+
"deprecated": false,
|
|
65
|
+
"public": true,
|
|
66
|
+
"type": "semantic",
|
|
67
|
+
"usage": "Secondary button inverse border color",
|
|
68
|
+
"value": "{basic.color.brand.tertiary.value}"
|
|
69
|
+
},
|
|
70
|
+
"borderInverseDisabled": {
|
|
71
|
+
"default": true,
|
|
72
|
+
"deprecated": false,
|
|
73
|
+
"public": true,
|
|
74
|
+
"type": "semantic",
|
|
75
|
+
"usage": "Secondary button border inverse disabled color",
|
|
76
|
+
"value": "{basic.color.border.subtle.value}"
|
|
77
|
+
},
|
|
78
|
+
"text": {
|
|
79
|
+
"default": true,
|
|
80
|
+
"deprecated": false,
|
|
81
|
+
"public": true,
|
|
82
|
+
"type": "semantic",
|
|
83
|
+
"usage": "Secondary button text color",
|
|
84
|
+
"value": "{basic.color.brand.primary.value}"
|
|
85
|
+
},
|
|
86
|
+
"textHover": {
|
|
87
|
+
"default": true,
|
|
88
|
+
"deprecated": false,
|
|
89
|
+
"public": true,
|
|
90
|
+
"type": "semantic",
|
|
91
|
+
"usage": "Secondary button text hover color",
|
|
92
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
93
|
+
},
|
|
94
|
+
"textInverse": {
|
|
95
|
+
"default": true,
|
|
96
|
+
"deprecated": false,
|
|
97
|
+
"public": true,
|
|
98
|
+
"type": "semantic",
|
|
99
|
+
"usage": "Secondary button inverse text color",
|
|
100
|
+
"value": "{basic.color.brand.tertiary.value}"
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"button": {
|
|
5
|
+
"tertiary": {
|
|
6
|
+
"background": {
|
|
7
|
+
"default": true,
|
|
8
|
+
"deprecated": false,
|
|
9
|
+
"public": true,
|
|
10
|
+
"type": "semantic",
|
|
11
|
+
"usage": "Tertiary button background color",
|
|
12
|
+
"value": "{transparency.black.5.value}"
|
|
13
|
+
},
|
|
14
|
+
"backgroundHover": {
|
|
15
|
+
"default": true,
|
|
16
|
+
"deprecated": false,
|
|
17
|
+
"public": true,
|
|
18
|
+
"type": "semantic",
|
|
19
|
+
"usage": "Tertiary button background hover color",
|
|
20
|
+
"value": "{transparency.black.10.value}"
|
|
21
|
+
},
|
|
22
|
+
"backgroundInverse": {
|
|
23
|
+
"default": true,
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"usage": "Tertiary button inverse background color",
|
|
28
|
+
"value": "{transparency.white.5.value}"
|
|
29
|
+
},
|
|
30
|
+
"backgroundInverseHover": {
|
|
31
|
+
"default": true,
|
|
32
|
+
"deprecated": false,
|
|
33
|
+
"public": true,
|
|
34
|
+
"type": "semantic",
|
|
35
|
+
"usage": "Tertiary button inverse background hover color",
|
|
36
|
+
"value": "{transparency.white.10.value}"
|
|
37
|
+
},
|
|
38
|
+
"text": {
|
|
39
|
+
"default": true,
|
|
40
|
+
"deprecated": false,
|
|
41
|
+
"public": true,
|
|
42
|
+
"type": "semantic",
|
|
43
|
+
"usage": "Tertiary button text color",
|
|
44
|
+
"value": "{basic.color.brand.primary.value}"
|
|
45
|
+
},
|
|
46
|
+
"textHover": {
|
|
47
|
+
"default": true,
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "Tertiary button text hover color",
|
|
52
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
53
|
+
},
|
|
54
|
+
"textInverse": {
|
|
55
|
+
"default": true,
|
|
56
|
+
"deprecated": false,
|
|
57
|
+
"public": true,
|
|
58
|
+
"type": "semantic",
|
|
59
|
+
"usage": "Tertiary button inverse text color",
|
|
60
|
+
"value": "{basic.color.brand.tertiary.value}"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|