@aurodesignsystem/design-tokens 5.6.1 → 5.7.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 +12 -0
- package/dist/CSSCustomProperties--bundled.css +460 -3
- package/dist/alaska/CSSCustomProperties--alaska.css +3 -3
- package/dist/alaska/JSONVariablesNested--alaska.json +2 -2
- package/dist/alaska/JSObject--allTokens.js +5 -5
- package/dist/alaska/SCSSVariables--alaska.scss +3 -3
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +3 -3
- package/dist/alaska/primitives--alaska.scss +1 -1
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +460 -0
- package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +709 -0
- package/dist/alaska-classic/JSObject--allTokens.js +15574 -0
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +457 -0
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +461 -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 +1 -1
- package/dist/hawaiian/JSObject--allTokens.js +1 -1
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +1 -1
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +1 -1
- package/dist/hawaiian/primitives--hawaiian.scss +1 -1
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +1 -1
- package/src/themes/alaska/advanced/boolean.json +2 -2
- 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/primary.json +146 -0
- package/src/themes/alaska-classic/advanced/button/secondary.json +106 -0
- package/src/themes/alaska-classic/advanced/button/tertiary.json +98 -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 +56 -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/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
|
@@ -0,0 +1,146 @@
|
|
|
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
|
+
"backgroundActive": {
|
|
15
|
+
"default": true,
|
|
16
|
+
"deprecated": false,
|
|
17
|
+
"public": true,
|
|
18
|
+
"type": "semantic",
|
|
19
|
+
"usage": "Primary button background active color",
|
|
20
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
21
|
+
},
|
|
22
|
+
"backgroundDisabled": {
|
|
23
|
+
"default": true,
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"usage": "",
|
|
28
|
+
"value": "{color.midnight.300.value}"
|
|
29
|
+
},
|
|
30
|
+
"backgroundHover": {
|
|
31
|
+
"default": true,
|
|
32
|
+
"deprecated": false,
|
|
33
|
+
"public": true,
|
|
34
|
+
"type": "semantic",
|
|
35
|
+
"usage": "Primary button background hover color",
|
|
36
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
37
|
+
},
|
|
38
|
+
"backgroundInactive": {
|
|
39
|
+
"default": true,
|
|
40
|
+
"deprecated": false,
|
|
41
|
+
"public": true,
|
|
42
|
+
"type": "semantic",
|
|
43
|
+
"usage": "",
|
|
44
|
+
"value": "{color.atlas.200.value}"
|
|
45
|
+
},
|
|
46
|
+
"backgroundInactiveHover": {
|
|
47
|
+
"default": true,
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "",
|
|
52
|
+
"value": "{color.atlas.400.value}"
|
|
53
|
+
},
|
|
54
|
+
"backgroundInverse": {
|
|
55
|
+
"default": true,
|
|
56
|
+
"deprecated": false,
|
|
57
|
+
"public": true,
|
|
58
|
+
"type": "semantic",
|
|
59
|
+
"usage": "Primary button inverse background color",
|
|
60
|
+
"value": "{basic.color.brand.tertiary.value}"
|
|
61
|
+
},
|
|
62
|
+
"backgroundInverseDisabled": {
|
|
63
|
+
"default": true,
|
|
64
|
+
"deprecated": false,
|
|
65
|
+
"public": true,
|
|
66
|
+
"type": "semantic",
|
|
67
|
+
"usage": "",
|
|
68
|
+
"value": "{transparency.white.75.value}"
|
|
69
|
+
},
|
|
70
|
+
"backgroundInverseHover": {
|
|
71
|
+
"default": true,
|
|
72
|
+
"deprecated": false,
|
|
73
|
+
"public": true,
|
|
74
|
+
"type": "semantic",
|
|
75
|
+
"usage": "Primary button inverse background hover color",
|
|
76
|
+
"value": "{basic.color.brand.tertiarySubtle.value}"
|
|
77
|
+
},
|
|
78
|
+
"border": {
|
|
79
|
+
"default": true,
|
|
80
|
+
"deprecated": false,
|
|
81
|
+
"public": true,
|
|
82
|
+
"type": "semantic",
|
|
83
|
+
"usage": "Primary button border color",
|
|
84
|
+
"value": "{basic.color.brand.primary.value}"
|
|
85
|
+
},
|
|
86
|
+
"borderDisabled": {
|
|
87
|
+
"default": true,
|
|
88
|
+
"deprecated": false,
|
|
89
|
+
"public": true,
|
|
90
|
+
"type": "semantic",
|
|
91
|
+
"usage": "",
|
|
92
|
+
"value": "{color.midnight.300.value}"
|
|
93
|
+
},
|
|
94
|
+
"borderHover": {
|
|
95
|
+
"default": true,
|
|
96
|
+
"deprecated": false,
|
|
97
|
+
"public": true,
|
|
98
|
+
"type": "semantic",
|
|
99
|
+
"usage": "Primary button border hover color",
|
|
100
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
101
|
+
},
|
|
102
|
+
"borderInverse": {
|
|
103
|
+
"default": true,
|
|
104
|
+
"deprecated": false,
|
|
105
|
+
"public": true,
|
|
106
|
+
"type": "semantic",
|
|
107
|
+
"usage": "Primary button inverse border color",
|
|
108
|
+
"value": "{basic.color.brand.tertiary.value}"
|
|
109
|
+
},
|
|
110
|
+
"borderInverseDisabled": {
|
|
111
|
+
"default": true,
|
|
112
|
+
"deprecated": false,
|
|
113
|
+
"public": true,
|
|
114
|
+
"type": "semantic",
|
|
115
|
+
"usage": "",
|
|
116
|
+
"value": "{transparency.white.75.value}"
|
|
117
|
+
},
|
|
118
|
+
"borderInverseHover": {
|
|
119
|
+
"default": true,
|
|
120
|
+
"deprecated": false,
|
|
121
|
+
"public": true,
|
|
122
|
+
"type": "semantic",
|
|
123
|
+
"usage": "Primary button inverse border hover color",
|
|
124
|
+
"value": "{basic.color.brand.tertiarySubtle.value}"
|
|
125
|
+
},
|
|
126
|
+
"text": {
|
|
127
|
+
"default": true,
|
|
128
|
+
"deprecated": false,
|
|
129
|
+
"public": true,
|
|
130
|
+
"type": "semantic",
|
|
131
|
+
"usage": "Primary button text color",
|
|
132
|
+
"value": "{color.white.value}"
|
|
133
|
+
},
|
|
134
|
+
"textInverse": {
|
|
135
|
+
"default": true,
|
|
136
|
+
"deprecated": false,
|
|
137
|
+
"public": true,
|
|
138
|
+
"type": "semantic",
|
|
139
|
+
"usage": "Primary button inverse text color",
|
|
140
|
+
"value": "{basic.color.texticon.default.value}"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
@@ -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
|
+
"borderHoverDisabled": {
|
|
55
|
+
"default": true,
|
|
56
|
+
"deprecated": false,
|
|
57
|
+
"public": true,
|
|
58
|
+
"type": "semantic",
|
|
59
|
+
"usage": "",
|
|
60
|
+
"value": "{color.gray.50.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": "",
|
|
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,98 @@
|
|
|
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
|
+
"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
|
+
"text": {
|
|
71
|
+
"default": true,
|
|
72
|
+
"deprecated": false,
|
|
73
|
+
"public": true,
|
|
74
|
+
"type": "semantic",
|
|
75
|
+
"usage": "Tertiary button text color",
|
|
76
|
+
"value": "{basic.color.brand.primary.value}"
|
|
77
|
+
},
|
|
78
|
+
"textHover": {
|
|
79
|
+
"default": true,
|
|
80
|
+
"deprecated": false,
|
|
81
|
+
"public": true,
|
|
82
|
+
"type": "semantic",
|
|
83
|
+
"usage": "Tertiary button text hover color",
|
|
84
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
85
|
+
},
|
|
86
|
+
"textInverse": {
|
|
87
|
+
"default": true,
|
|
88
|
+
"deprecated": false,
|
|
89
|
+
"public": true,
|
|
90
|
+
"type": "semantic",
|
|
91
|
+
"usage": "Tertiary button inverse text color",
|
|
92
|
+
"value": "{basic.color.brand.tertiary.value}"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"hyperlink": {
|
|
5
|
+
"text": {
|
|
6
|
+
"default": true,
|
|
7
|
+
"deprecated": false,
|
|
8
|
+
"public": true,
|
|
9
|
+
"type": "semantic",
|
|
10
|
+
"usage": "Default hyperlink color",
|
|
11
|
+
"value": "{basic.color.brand.primary.value}"
|
|
12
|
+
},
|
|
13
|
+
"textHover": {
|
|
14
|
+
"default": true,
|
|
15
|
+
"deprecated": false,
|
|
16
|
+
"public": true,
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"usage": "Hyperlink hover state color",
|
|
19
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
20
|
+
},
|
|
21
|
+
"textInverse": {
|
|
22
|
+
"default": true,
|
|
23
|
+
"deprecated": false,
|
|
24
|
+
"public": true,
|
|
25
|
+
"type": "semantic",
|
|
26
|
+
"usage": "Default hyperlink color on inverse/dark backgrounds",
|
|
27
|
+
"value": "{color.bliss.400.value}"
|
|
28
|
+
},
|
|
29
|
+
"textInverseHover": {
|
|
30
|
+
"default": true,
|
|
31
|
+
"deprecated": false,
|
|
32
|
+
"public": true,
|
|
33
|
+
"type": "semantic",
|
|
34
|
+
"usage": "Hyperlink hover state color on inverse/dark backgrounds",
|
|
35
|
+
"value": "{color.bliss.300.value}"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"shared": {
|
|
5
|
+
"background": {
|
|
6
|
+
"default": true,
|
|
7
|
+
"deprecated": false,
|
|
8
|
+
"public": true,
|
|
9
|
+
"type": "semantic",
|
|
10
|
+
"usage": "Component background color",
|
|
11
|
+
"value": "{color.white.value}"
|
|
12
|
+
},
|
|
13
|
+
"backgroundInverse": {
|
|
14
|
+
"default": true,
|
|
15
|
+
"deprecated": false,
|
|
16
|
+
"public": true,
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"usage": "Component background hover color",
|
|
19
|
+
"value": "{transparency.white.5.value}"
|
|
20
|
+
},
|
|
21
|
+
"backgroundMuted": {
|
|
22
|
+
"default": true,
|
|
23
|
+
"deprecated": false,
|
|
24
|
+
"public": true,
|
|
25
|
+
"type": "semantic",
|
|
26
|
+
"usage": "Component background muted color",
|
|
27
|
+
"value": "{color.gray.50.value}"
|
|
28
|
+
},
|
|
29
|
+
"backgroundStrong": {
|
|
30
|
+
"default": true,
|
|
31
|
+
"deprecated": false,
|
|
32
|
+
"public": true,
|
|
33
|
+
"type": "semantic",
|
|
34
|
+
"usage": "Component background strong color",
|
|
35
|
+
"value": "{color.gray.600.value}"
|
|
36
|
+
},
|
|
37
|
+
"textAccent": {
|
|
38
|
+
"default": true,
|
|
39
|
+
"deprecated": false,
|
|
40
|
+
"public": true,
|
|
41
|
+
"type": "semantic",
|
|
42
|
+
"usage": "",
|
|
43
|
+
"value": "{basic.color.brand.primary.value}"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"state": {
|
|
5
|
+
"backgroundDisabled": {
|
|
6
|
+
"default": true,
|
|
7
|
+
"deprecated": false,
|
|
8
|
+
"public": true,
|
|
9
|
+
"type": "semantic",
|
|
10
|
+
"usage": "",
|
|
11
|
+
"value": "{color.gray.200.value}"
|
|
12
|
+
},
|
|
13
|
+
"backgroundHover": {
|
|
14
|
+
"default": true,
|
|
15
|
+
"deprecated": false,
|
|
16
|
+
"public": true,
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"usage": "",
|
|
19
|
+
"value": "{color.gray.100.value}"
|
|
20
|
+
},
|
|
21
|
+
"backgroundInverseHover": {
|
|
22
|
+
"default": true,
|
|
23
|
+
"deprecated": false,
|
|
24
|
+
"public": true,
|
|
25
|
+
"type": "semantic",
|
|
26
|
+
"usage": "",
|
|
27
|
+
"value": "{transparency.white.15.value}"
|
|
28
|
+
},
|
|
29
|
+
"errorInverse": {
|
|
30
|
+
"default": true,
|
|
31
|
+
"deprecated": false,
|
|
32
|
+
"public": true,
|
|
33
|
+
"type": "semantic",
|
|
34
|
+
"usage": "",
|
|
35
|
+
"value": "{basic.color.status.error.value}"
|
|
36
|
+
},
|
|
37
|
+
"focused": {
|
|
38
|
+
"default": true,
|
|
39
|
+
"deprecated": false,
|
|
40
|
+
"public": true,
|
|
41
|
+
"type": "semantic",
|
|
42
|
+
"usage": "",
|
|
43
|
+
"value": "{basic.color.brand.primary.value}"
|
|
44
|
+
},
|
|
45
|
+
"focusedInverse": {
|
|
46
|
+
"default": true,
|
|
47
|
+
"deprecated": false,
|
|
48
|
+
"public": true,
|
|
49
|
+
"type": "semantic",
|
|
50
|
+
"usage": "",
|
|
51
|
+
"value": "{basic.color.brand.tertiary.value}"
|
|
52
|
+
},
|
|
53
|
+
"selected": {
|
|
54
|
+
"default": true,
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "",
|
|
59
|
+
"value": "{basic.color.brand.primary.value}"
|
|
60
|
+
},
|
|
61
|
+
"selectedHover": {
|
|
62
|
+
"default": true,
|
|
63
|
+
"deprecated": false,
|
|
64
|
+
"public": true,
|
|
65
|
+
"type": "semantic",
|
|
66
|
+
"usage": "",
|
|
67
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"border": {
|
|
5
|
+
"bold": {
|
|
6
|
+
"default": true,
|
|
7
|
+
"deprecated": false,
|
|
8
|
+
"public": true,
|
|
9
|
+
"type": "semantic",
|
|
10
|
+
"usage": "Bold border color",
|
|
11
|
+
"value": "{color.neutral.800.value}"
|
|
12
|
+
},
|
|
13
|
+
"brand": {
|
|
14
|
+
"default": true,
|
|
15
|
+
"deprecated": false,
|
|
16
|
+
"public": true,
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"usage": "Brand border color",
|
|
19
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
20
|
+
},
|
|
21
|
+
"default": {
|
|
22
|
+
"default": true,
|
|
23
|
+
"deprecated": false,
|
|
24
|
+
"public": true,
|
|
25
|
+
"type": "semantic",
|
|
26
|
+
"usage": "Default border color",
|
|
27
|
+
"value": "{color.gray.500.value}"
|
|
28
|
+
},
|
|
29
|
+
"divider": {
|
|
30
|
+
"default": true,
|
|
31
|
+
"deprecated": false,
|
|
32
|
+
"public": true,
|
|
33
|
+
"type": "semantic",
|
|
34
|
+
"usage": "Divider border color",
|
|
35
|
+
"value": "{transparency.black.15.value}"
|
|
36
|
+
},
|
|
37
|
+
"dividerInverse": {
|
|
38
|
+
"default": true,
|
|
39
|
+
"deprecated": false,
|
|
40
|
+
"public": true,
|
|
41
|
+
"type": "semantic",
|
|
42
|
+
"usage": "Inverse divider border color",
|
|
43
|
+
"value": "{transparency.white.40.value}"
|
|
44
|
+
},
|
|
45
|
+
"inverse": {
|
|
46
|
+
"default": true,
|
|
47
|
+
"deprecated": false,
|
|
48
|
+
"public": true,
|
|
49
|
+
"type": "semantic",
|
|
50
|
+
"usage": "Inverse border color",
|
|
51
|
+
"value": "{color.white.value}"
|
|
52
|
+
},
|
|
53
|
+
"subtle": {
|
|
54
|
+
"default": true,
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "Subtle border color",
|
|
59
|
+
"value": "{color.gray.200.value}"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"brand": {
|
|
5
|
+
"primary": {
|
|
6
|
+
"default": true,
|
|
7
|
+
"deprecated": false,
|
|
8
|
+
"public": true,
|
|
9
|
+
"type": "semantic",
|
|
10
|
+
"usage": "Primary brand color",
|
|
11
|
+
"value": "{color.atlas.500.value}"
|
|
12
|
+
},
|
|
13
|
+
"primaryBold": {
|
|
14
|
+
"default": true,
|
|
15
|
+
"deprecated": false,
|
|
16
|
+
"public": true,
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"usage": "Bold primary brand color",
|
|
19
|
+
"value": "{color.atlas.800.value}"
|
|
20
|
+
},
|
|
21
|
+
"primaryMuted": {
|
|
22
|
+
"default": true,
|
|
23
|
+
"deprecated": false,
|
|
24
|
+
"public": true,
|
|
25
|
+
"type": "semantic",
|
|
26
|
+
"usage": "Muted primary brand color",
|
|
27
|
+
"value": "{color.atlas.100.value}"
|
|
28
|
+
},
|
|
29
|
+
"primarySubtle": {
|
|
30
|
+
"default": true,
|
|
31
|
+
"deprecated": false,
|
|
32
|
+
"public": true,
|
|
33
|
+
"type": "semantic",
|
|
34
|
+
"usage": "Subtle primary brand color",
|
|
35
|
+
"value": "{color.atlas.400.value}"
|
|
36
|
+
},
|
|
37
|
+
"secondary": {
|
|
38
|
+
"default": true,
|
|
39
|
+
"deprecated": false,
|
|
40
|
+
"public": true,
|
|
41
|
+
"type": "semantic",
|
|
42
|
+
"usage": "Secondary brand color",
|
|
43
|
+
"value": "{color.midnight.900.value}"
|
|
44
|
+
},
|
|
45
|
+
"secondaryBold": {
|
|
46
|
+
"default": true,
|
|
47
|
+
"deprecated": false,
|
|
48
|
+
"public": true,
|
|
49
|
+
"type": "semantic",
|
|
50
|
+
"usage": "Bold secondary brand color",
|
|
51
|
+
"value": "{color.midnight.1000.value}"
|
|
52
|
+
},
|
|
53
|
+
"secondaryMuted": {
|
|
54
|
+
"default": true,
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "Muted secondary brand color",
|
|
59
|
+
"value": "{color.midnight.100.value}"
|
|
60
|
+
},
|
|
61
|
+
"secondarySubtle": {
|
|
62
|
+
"default": true,
|
|
63
|
+
"deprecated": false,
|
|
64
|
+
"public": true,
|
|
65
|
+
"type": "semantic",
|
|
66
|
+
"usage": "Subtle secondary brand color",
|
|
67
|
+
"value": "{color.midnight.600.value}"
|
|
68
|
+
},
|
|
69
|
+
"tertiary": {
|
|
70
|
+
"default": true,
|
|
71
|
+
"deprecated": false,
|
|
72
|
+
"public": true,
|
|
73
|
+
"type": "semantic",
|
|
74
|
+
"usage": "Tertiary brand color",
|
|
75
|
+
"value": "{color.bliss.500.value}"
|
|
76
|
+
},
|
|
77
|
+
"tertiaryBold": {
|
|
78
|
+
"default": true,
|
|
79
|
+
"deprecated": false,
|
|
80
|
+
"public": true,
|
|
81
|
+
"type": "semantic",
|
|
82
|
+
"usage": "Bold tertiary brand color",
|
|
83
|
+
"value": "{color.bliss.700.value}"
|
|
84
|
+
},
|
|
85
|
+
"tertiaryMuted": {
|
|
86
|
+
"default": true,
|
|
87
|
+
"deprecated": false,
|
|
88
|
+
"public": true,
|
|
89
|
+
"type": "semantic",
|
|
90
|
+
"usage": "Muted tertiary brand color",
|
|
91
|
+
"value": "{color.bliss.100.value}"
|
|
92
|
+
},
|
|
93
|
+
"tertiarySubtle": {
|
|
94
|
+
"default": true,
|
|
95
|
+
"deprecated": false,
|
|
96
|
+
"public": true,
|
|
97
|
+
"type": "semantic",
|
|
98
|
+
"usage": "Subtle tertiary brand color",
|
|
99
|
+
"value": "{color.bliss.300.value}"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|