@aurodesignsystem/design-tokens 5.5.0 → 5.6.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 +20 -0
- package/dist/CSSCustomProperties--bundled.css +799 -153
- package/dist/alaska/CSSCustomProperties--alaska.css +412 -88
- package/dist/alaska/JSONVariablesNested--alaska.json +633 -133
- package/dist/alaska/JSObject--allTokens.js +14053 -2706
- package/dist/alaska/SCSSVariables--alaska.scss +412 -88
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +412 -88
- package/dist/alaska/primitives--alaska.scss +35 -34
- 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 +388 -66
- package/dist/hawaiian/JSONVariablesNested--hawaiian.json +611 -93
- package/dist/hawaiian/JSObject--allTokens.js +13903 -2622
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +388 -66
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +389 -67
- package/dist/hawaiian/primitives--hawaiian.scss +25 -24
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +1 -1
- package/src/primitives/alaska/color.json +456 -456
- package/src/primitives/alaska/font.json +9 -9
- package/src/primitives/base/color.json +284 -284
- package/src/primitives/base/font.json +186 -175
- package/src/primitives/base/transparency.json +108 -108
- package/src/primitives/hawaiian/color.json +287 -287
- package/src/primitives/hawaiian/font.json +9 -9
- package/src/themes/alaska/advanced/accents.json +104 -0
- package/src/themes/alaska/advanced/boolean.json +115 -125
- package/src/themes/alaska/advanced/button/primary.json +146 -0
- package/src/themes/alaska/advanced/button/secondary.json +106 -0
- package/src/themes/alaska/advanced/button/tertiary.json +98 -0
- package/src/themes/alaska/advanced/hyperlink.json +19 -43
- package/src/themes/alaska/advanced/shared.json +30 -30
- package/src/themes/alaska/advanced/state.json +52 -60
- package/src/themes/alaska/basic/color/border.json +43 -45
- package/src/themes/alaska/basic/color/brand.json +61 -61
- package/src/themes/alaska/basic/color/fare-brand.json +44 -44
- package/src/themes/alaska/basic/color/page-background.json +9 -9
- package/src/themes/alaska/basic/color/status.json +36 -37
- package/src/themes/alaska/basic/color/surface.json +72 -80
- package/src/themes/alaska/basic/color/text-icon.json +37 -77
- package/src/themes/alaska/basic/corner-radius.json +15 -15
- package/src/themes/alaska/basic/font/accent.json +847 -217
- package/src/themes/alaska/basic/font/body.json +203 -48
- package/src/themes/alaska/basic/font/display.json +727 -187
- package/src/themes/alaska/basic/font/heading.json +725 -182
- package/src/themes/alaska-classic/typography.json +124 -124
- package/src/themes/hawaiian/advanced/accents.json +104 -0
- package/src/themes/hawaiian/advanced/boolean.json +115 -125
- package/src/themes/hawaiian/advanced/button/primary.json +146 -0
- package/src/themes/hawaiian/advanced/button/secondary.json +106 -0
- package/src/themes/hawaiian/advanced/button/tertiary.json +98 -0
- package/src/themes/hawaiian/advanced/hyperlink.json +19 -43
- package/src/themes/hawaiian/advanced/shared.json +30 -30
- package/src/themes/hawaiian/advanced/state.json +52 -60
- package/src/themes/hawaiian/basic/color/border.json +28 -29
- package/src/themes/hawaiian/basic/color/brand.json +48 -49
- package/src/themes/hawaiian/basic/color/fare-brand.json +41 -42
- package/src/themes/hawaiian/basic/color/page-background.json +8 -9
- package/src/themes/hawaiian/basic/color/status.json +36 -37
- package/src/themes/hawaiian/basic/color/surface.json +40 -41
- package/src/themes/hawaiian/basic/color/text-icon.json +37 -39
- package/src/themes/hawaiian/basic/corner-radius.json +30 -0
- package/src/themes/hawaiian/basic/font/accent.json +846 -216
- package/src/themes/hawaiian/basic/font/body.json +202 -47
- package/src/themes/hawaiian/basic/font/display.json +788 -0
- package/src/themes/hawaiian/basic/font/heading.json +724 -184
- package/src/themes/alaska/advanced/button.json +0 -262
- package/src/themes/hawaiian/advanced/button.json +0 -334
- package/src/themes/hawaiian/basic/color/color.json +0 -57
- package/src/themes/hawaiian/basic/font/typography.json +0 -248
|
@@ -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": "{color.white.value}"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
@@ -2,61 +2,37 @@
|
|
|
2
2
|
"advanced": {
|
|
3
3
|
"color": {
|
|
4
4
|
"hyperlink": {
|
|
5
|
-
"
|
|
6
|
-
"value": "{basic.color.brand.primary.value}",
|
|
7
|
-
"type": "semantic",
|
|
8
|
-
"public": true,
|
|
5
|
+
"text": {
|
|
9
6
|
"default": true,
|
|
7
|
+
"deprecated": false,
|
|
8
|
+
"public": true,
|
|
9
|
+
"type": "semantic",
|
|
10
10
|
"usage": "Default hyperlink color",
|
|
11
|
-
"
|
|
11
|
+
"value": "{basic.color.brand.primarySubtle.value}"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
14
|
-
"value": "{basic.color.brand.primaryBold.value}",
|
|
15
|
-
"type": "semantic",
|
|
16
|
-
"public": true,
|
|
13
|
+
"textHover": {
|
|
17
14
|
"default": true,
|
|
15
|
+
"deprecated": false,
|
|
16
|
+
"public": true,
|
|
17
|
+
"type": "semantic",
|
|
18
18
|
"usage": "Hyperlink hover state color",
|
|
19
|
-
"
|
|
19
|
+
"value": "{basic.color.brand.primary.value}"
|
|
20
20
|
},
|
|
21
|
-
"
|
|
22
|
-
"value": "{basic.color.brand.primaryBold.value}",
|
|
23
|
-
"type": "semantic",
|
|
24
|
-
"public": true,
|
|
21
|
+
"textInverse": {
|
|
25
22
|
"default": true,
|
|
26
|
-
"
|
|
27
|
-
"deprecated": false
|
|
28
|
-
},
|
|
29
|
-
"visited": {
|
|
30
|
-
"value": "{basic.color.brand.primaryMuted.value}",
|
|
31
|
-
"type": "semantic",
|
|
23
|
+
"deprecated": false,
|
|
32
24
|
"public": true,
|
|
33
|
-
"default": true,
|
|
34
|
-
"usage": "Hyperlink visited state color",
|
|
35
|
-
"deprecated": false
|
|
36
|
-
},
|
|
37
|
-
"disabled": {
|
|
38
|
-
"value": "{color.gray.400.value}",
|
|
39
25
|
"type": "semantic",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"usage": "Hyperlink disabled state color",
|
|
43
|
-
"deprecated": false
|
|
26
|
+
"usage": "Default hyperlink color on inverse/dark backgrounds",
|
|
27
|
+
"value": "{basic.color.texticon.inverse.value}"
|
|
44
28
|
},
|
|
45
|
-
"
|
|
46
|
-
"value": "{color.white.value}",
|
|
47
|
-
"type": "semantic",
|
|
48
|
-
"public": true,
|
|
29
|
+
"textInverseHover": {
|
|
49
30
|
"default": true,
|
|
50
|
-
"
|
|
51
|
-
"deprecated": false
|
|
52
|
-
},
|
|
53
|
-
"inverseHover": {
|
|
54
|
-
"value": "{basic.color.brand.primaryMuted.value}",
|
|
55
|
-
"type": "semantic",
|
|
31
|
+
"deprecated": false,
|
|
56
32
|
"public": true,
|
|
57
|
-
"
|
|
58
|
-
"usage": "Hyperlink
|
|
59
|
-
"
|
|
33
|
+
"type": "semantic",
|
|
34
|
+
"usage": "Hyperlink hover state color on inverse/dark backgrounds",
|
|
35
|
+
"value": "{basic.color.brand.primaryMuted.value}"
|
|
60
36
|
}
|
|
61
37
|
}
|
|
62
38
|
}
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"advanced": {
|
|
3
3
|
"color": {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"value": "{color.white.value}",
|
|
7
|
-
"type": "semantic",
|
|
8
|
-
"public": true,
|
|
4
|
+
"shared": {
|
|
5
|
+
"background": {
|
|
9
6
|
"default": true,
|
|
7
|
+
"deprecated": false,
|
|
8
|
+
"public": true,
|
|
9
|
+
"type": "semantic",
|
|
10
10
|
"usage": "Component background color",
|
|
11
|
-
"
|
|
11
|
+
"value": "{color.white.value}"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
13
|
+
"backgroundInverse": {
|
|
14
|
+
"default": true,
|
|
15
|
+
"deprecated": false,
|
|
16
16
|
"public": true,
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"usage": "Component background hover color",
|
|
19
|
+
"value": "{transparency.white.5.value}"
|
|
20
|
+
},
|
|
21
|
+
"backgroundMuted": {
|
|
17
22
|
"default": true,
|
|
23
|
+
"deprecated": false,
|
|
24
|
+
"public": true,
|
|
25
|
+
"type": "semantic",
|
|
18
26
|
"usage": "Component background muted color",
|
|
19
|
-
"
|
|
27
|
+
"value": "{color.gray.50.value}"
|
|
20
28
|
},
|
|
21
|
-
"
|
|
22
|
-
"value": "{color.gray.600.value}",
|
|
23
|
-
"type": "semantic",
|
|
24
|
-
"public": true,
|
|
29
|
+
"backgroundStrong": {
|
|
25
30
|
"default": true,
|
|
31
|
+
"deprecated": false,
|
|
32
|
+
"public": true,
|
|
33
|
+
"type": "semantic",
|
|
26
34
|
"usage": "Component background strong color",
|
|
27
|
-
"
|
|
35
|
+
"value": "{color.gray.600.value}"
|
|
28
36
|
},
|
|
29
|
-
"
|
|
30
|
-
"value": "{transparency.white.5.value}",
|
|
31
|
-
"type": "semantic",
|
|
32
|
-
"public": true,
|
|
37
|
+
"textAccent": {
|
|
33
38
|
"default": true,
|
|
34
|
-
"
|
|
35
|
-
"
|
|
39
|
+
"deprecated": false,
|
|
40
|
+
"public": true,
|
|
41
|
+
"type": "semantic",
|
|
42
|
+
"usage": "",
|
|
43
|
+
"value": "{basic.color.brand.primarySubtle.value}"
|
|
36
44
|
}
|
|
37
|
-
},
|
|
38
|
-
"textAccent": {
|
|
39
|
-
"value": "{basic.color.brand.primarySubtle.value}",
|
|
40
|
-
"type": "semantic",
|
|
41
|
-
"public": true,
|
|
42
|
-
"default": true,
|
|
43
|
-
"usage": "",
|
|
44
|
-
"deprecated": false
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
}
|
|
48
|
+
}
|
|
@@ -2,71 +2,63 @@
|
|
|
2
2
|
"advanced": {
|
|
3
3
|
"color": {
|
|
4
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
|
+
},
|
|
5
29
|
"focused": {
|
|
6
|
-
"default":
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"deprecated": false
|
|
21
|
-
}
|
|
30
|
+
"default": true,
|
|
31
|
+
"deprecated": false,
|
|
32
|
+
"public": true,
|
|
33
|
+
"type": "semantic",
|
|
34
|
+
"usage": "",
|
|
35
|
+
"value": "{basic.color.brand.primary.value}"
|
|
36
|
+
},
|
|
37
|
+
"focusedInverse": {
|
|
38
|
+
"default": true,
|
|
39
|
+
"deprecated": false,
|
|
40
|
+
"public": true,
|
|
41
|
+
"type": "semantic",
|
|
42
|
+
"usage": "",
|
|
43
|
+
"value": "{color.white.value}"
|
|
22
44
|
},
|
|
23
45
|
"selected": {
|
|
24
|
-
"default":
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"deprecated": false
|
|
31
|
-
},
|
|
32
|
-
"hover": {
|
|
33
|
-
"value": "{basic.color.brand.primaryBold.value}",
|
|
34
|
-
"type": "semantic",
|
|
35
|
-
"public": true,
|
|
36
|
-
"default": true,
|
|
37
|
-
"usage": "",
|
|
38
|
-
"deprecated": false
|
|
39
|
-
}
|
|
46
|
+
"default": true,
|
|
47
|
+
"deprecated": false,
|
|
48
|
+
"public": true,
|
|
49
|
+
"type": "semantic",
|
|
50
|
+
"usage": "",
|
|
51
|
+
"value": "{basic.color.brand.primary.value}"
|
|
40
52
|
},
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"deprecated": false
|
|
49
|
-
},
|
|
50
|
-
"disabled": {
|
|
51
|
-
"value": "{color.gray.200.value}",
|
|
52
|
-
"type": "semantic",
|
|
53
|
-
"public": true,
|
|
54
|
-
"default": true,
|
|
55
|
-
"usage": "",
|
|
56
|
-
"deprecated": false
|
|
57
|
-
},
|
|
58
|
-
"inverse": {
|
|
59
|
-
"hover": {
|
|
60
|
-
"value": "{transparency.white.15.value}",
|
|
61
|
-
"type": "semantic",
|
|
62
|
-
"public": true,
|
|
63
|
-
"default": true,
|
|
64
|
-
"usage": "",
|
|
65
|
-
"deprecated": false
|
|
66
|
-
}
|
|
67
|
-
}
|
|
53
|
+
"selectedHover": {
|
|
54
|
+
"default": true,
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "",
|
|
59
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
68
60
|
}
|
|
69
61
|
}
|
|
70
62
|
}
|
|
71
63
|
}
|
|
72
|
-
}
|
|
64
|
+
}
|
|
@@ -2,65 +2,63 @@
|
|
|
2
2
|
"basic": {
|
|
3
3
|
"color": {
|
|
4
4
|
"border": {
|
|
5
|
-
"
|
|
6
|
-
"value": "{color.midnight.900.value}",
|
|
7
|
-
"type": "semantic",
|
|
8
|
-
"public": true,
|
|
5
|
+
"bold": {
|
|
9
6
|
"default": true,
|
|
10
|
-
"
|
|
11
|
-
"deprecated": false
|
|
12
|
-
},
|
|
13
|
-
"subtle": {
|
|
14
|
-
"value": "{color.midnight.600.value}",
|
|
15
|
-
"type": "semantic",
|
|
7
|
+
"deprecated": false,
|
|
16
8
|
"public": true,
|
|
17
|
-
"default": true,
|
|
18
|
-
"usage": "Subtle neutral surface color",
|
|
19
|
-
"deprecated": false
|
|
20
|
-
},
|
|
21
|
-
"bold": {
|
|
22
|
-
"value": "{color.midnight.1000.value}",
|
|
23
9
|
"type": "semantic",
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"usage": "Bold neutral surface color",
|
|
27
|
-
"deprecated": false
|
|
10
|
+
"usage": "Bold border color",
|
|
11
|
+
"value": "{color.neutral.800.value}"
|
|
28
12
|
},
|
|
29
13
|
"brand": {
|
|
30
|
-
"value": "{basic.color.brand.primary.value}",
|
|
31
|
-
"type": "semantic",
|
|
32
|
-
"public": true,
|
|
33
14
|
"default": true,
|
|
15
|
+
"deprecated": false,
|
|
16
|
+
"public": true,
|
|
17
|
+
"type": "semantic",
|
|
34
18
|
"usage": "Brand border color",
|
|
35
|
-
"
|
|
19
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
36
20
|
},
|
|
37
|
-
"
|
|
38
|
-
"
|
|
21
|
+
"default": {
|
|
22
|
+
"default": true,
|
|
23
|
+
"deprecated": false,
|
|
24
|
+
"public": true,
|
|
39
25
|
"type": "semantic",
|
|
26
|
+
"usage": "Default border color",
|
|
27
|
+
"value": "{color.gray.500.value}"
|
|
28
|
+
},
|
|
29
|
+
"divider": {
|
|
30
|
+
"default": true,
|
|
31
|
+
"deprecated": false,
|
|
40
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": {
|
|
41
46
|
"default": true,
|
|
47
|
+
"deprecated": false,
|
|
48
|
+
"public": true,
|
|
49
|
+
"type": "semantic",
|
|
42
50
|
"usage": "Inverse border color",
|
|
43
|
-
"
|
|
51
|
+
"value": "{color.white.value}"
|
|
44
52
|
},
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"deprecated": false
|
|
53
|
-
},
|
|
54
|
-
"inverse": {
|
|
55
|
-
"value": "{transparency.white.40.value}",
|
|
56
|
-
"type": "semantic",
|
|
57
|
-
"public": true,
|
|
58
|
-
"default": true,
|
|
59
|
-
"usage": "Inverse divider border color",
|
|
60
|
-
"deprecated": false
|
|
61
|
-
}
|
|
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}"
|
|
62
60
|
}
|
|
63
61
|
}
|
|
64
62
|
}
|
|
65
63
|
}
|
|
66
|
-
}
|
|
64
|
+
}
|
|
@@ -3,102 +3,102 @@
|
|
|
3
3
|
"color": {
|
|
4
4
|
"brand": {
|
|
5
5
|
"primary": {
|
|
6
|
-
"value": "{color.midnight.900.value}",
|
|
7
|
-
"type": "semantic",
|
|
8
|
-
"public": true,
|
|
9
6
|
"default": true,
|
|
7
|
+
"deprecated": false,
|
|
8
|
+
"public": true,
|
|
9
|
+
"type": "semantic",
|
|
10
10
|
"usage": "Primary brand color",
|
|
11
|
-
"
|
|
11
|
+
"value": "{color.midnight.900.value}"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
13
|
+
"primaryBold": {
|
|
14
|
+
"default": true,
|
|
15
|
+
"deprecated": false,
|
|
16
16
|
"public": true,
|
|
17
|
+
"type": "semantic",
|
|
18
|
+
"usage": "Bold primary brand color",
|
|
19
|
+
"value": "{color.midnight.1000.value}"
|
|
20
|
+
},
|
|
21
|
+
"primaryMuted": {
|
|
17
22
|
"default": true,
|
|
23
|
+
"deprecated": false,
|
|
24
|
+
"public": true,
|
|
25
|
+
"type": "semantic",
|
|
18
26
|
"usage": "Muted primary brand color",
|
|
19
|
-
"
|
|
27
|
+
"value": "{color.midnight.100.value}"
|
|
20
28
|
},
|
|
21
29
|
"primarySubtle": {
|
|
22
|
-
"value": "{color.midnight.600.value}",
|
|
23
|
-
"type": "semantic",
|
|
24
|
-
"public": true,
|
|
25
30
|
"default": true,
|
|
26
|
-
"
|
|
27
|
-
"deprecated": false
|
|
28
|
-
},
|
|
29
|
-
"primaryBold": {
|
|
30
|
-
"value": "{color.midnight.1000.value}",
|
|
31
|
-
"type": "semantic",
|
|
31
|
+
"deprecated": false,
|
|
32
32
|
"public": true,
|
|
33
|
-
"
|
|
34
|
-
"usage": "
|
|
35
|
-
"
|
|
33
|
+
"type": "semantic",
|
|
34
|
+
"usage": "Subtle primary brand color",
|
|
35
|
+
"value": "{color.midnight.600.value}"
|
|
36
36
|
},
|
|
37
37
|
"secondary": {
|
|
38
|
-
"value": "{color.bliss.500.value}",
|
|
39
|
-
"type": "semantic",
|
|
40
|
-
"public": true,
|
|
41
38
|
"default": true,
|
|
39
|
+
"deprecated": false,
|
|
40
|
+
"public": true,
|
|
41
|
+
"type": "semantic",
|
|
42
42
|
"usage": "Secondary brand color",
|
|
43
|
-
"
|
|
43
|
+
"value": "{color.bliss.500.value}"
|
|
44
44
|
},
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
45
|
+
"secondaryBold": {
|
|
46
|
+
"default": true,
|
|
47
|
+
"deprecated": false,
|
|
48
48
|
"public": true,
|
|
49
|
+
"type": "semantic",
|
|
50
|
+
"usage": "Bold secondary brand color",
|
|
51
|
+
"value": "{color.bliss.700.value}"
|
|
52
|
+
},
|
|
53
|
+
"secondaryMuted": {
|
|
49
54
|
"default": true,
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
50
58
|
"usage": "Muted secondary brand color",
|
|
51
|
-
"
|
|
59
|
+
"value": "{color.bliss.100.value}"
|
|
52
60
|
},
|
|
53
61
|
"secondarySubtle": {
|
|
54
|
-
"value": "{color.bliss.300.value}",
|
|
55
|
-
"type": "semantic",
|
|
56
|
-
"public": true,
|
|
57
62
|
"default": true,
|
|
58
|
-
"
|
|
59
|
-
"deprecated": false
|
|
60
|
-
},
|
|
61
|
-
"secondaryBold": {
|
|
62
|
-
"value": "{color.bliss.700.value}",
|
|
63
|
-
"type": "semantic",
|
|
63
|
+
"deprecated": false,
|
|
64
64
|
"public": true,
|
|
65
|
-
"
|
|
66
|
-
"usage": "
|
|
67
|
-
"
|
|
65
|
+
"type": "semantic",
|
|
66
|
+
"usage": "Subtle secondary brand color",
|
|
67
|
+
"value": "{color.bliss.300.value}"
|
|
68
68
|
},
|
|
69
69
|
"tertiary": {
|
|
70
|
-
"value": "{color.tropical.500.value}",
|
|
71
|
-
"type": "semantic",
|
|
72
|
-
"public": true,
|
|
73
70
|
"default": true,
|
|
71
|
+
"deprecated": false,
|
|
72
|
+
"public": true,
|
|
73
|
+
"type": "semantic",
|
|
74
74
|
"usage": "Tertiary brand color",
|
|
75
|
-
"
|
|
75
|
+
"value": "{color.tropical.500.value}"
|
|
76
76
|
},
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
77
|
+
"tertiaryBold": {
|
|
78
|
+
"default": true,
|
|
79
|
+
"deprecated": false,
|
|
80
80
|
"public": true,
|
|
81
|
+
"type": "semantic",
|
|
82
|
+
"usage": "Bold tertiary brand color",
|
|
83
|
+
"value": "{color.tropical.700.value}"
|
|
84
|
+
},
|
|
85
|
+
"tertiaryMuted": {
|
|
81
86
|
"default": true,
|
|
87
|
+
"deprecated": false,
|
|
88
|
+
"public": true,
|
|
89
|
+
"type": "semantic",
|
|
82
90
|
"usage": "Muted tertiary brand color",
|
|
83
|
-
"
|
|
91
|
+
"value": "{color.tropical.100.value}"
|
|
84
92
|
},
|
|
85
93
|
"tertiarySubtle": {
|
|
86
|
-
"value": "{color.tropical.300.value}",
|
|
87
|
-
"type": "semantic",
|
|
88
|
-
"public": true,
|
|
89
94
|
"default": true,
|
|
90
|
-
"
|
|
91
|
-
"deprecated": false
|
|
92
|
-
},
|
|
93
|
-
"tertiaryBold": {
|
|
94
|
-
"value": "{color.tropical.700.value}",
|
|
95
|
-
"type": "semantic",
|
|
95
|
+
"deprecated": false,
|
|
96
96
|
"public": true,
|
|
97
|
-
"
|
|
98
|
-
"usage": "
|
|
99
|
-
"
|
|
97
|
+
"type": "semantic",
|
|
98
|
+
"usage": "Subtle tertiary brand color",
|
|
99
|
+
"value": "{color.tropical.300.value}"
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
}
|
|
104
|
+
}
|