@aurodesignsystem-dev/auro-tokendefinitions 0.0.0-pr3.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/LICENSE +201 -0
- package/NOTICE +2 -0
- package/README.md +87 -0
- package/package.json +51 -0
- package/tokens/primitives/alaska/color.json +686 -0
- package/tokens/primitives/alaska-classic/color.json +686 -0
- package/tokens/primitives/auro-1/color.json +686 -0
- package/tokens/primitives/auro-2/color.json +686 -0
- package/tokens/primitives/base/color.json +534 -0
- package/tokens/primitives/base/transparency.json +170 -0
- package/tokens/primitives/base/type/family.json +18 -0
- package/tokens/primitives/base/type/letter-spacing.json +24 -0
- package/tokens/primitives/base/type/line-height.json +52 -0
- package/tokens/primitives/base/type/size.json +126 -0
- package/tokens/primitives/base/type/weight.json +48 -0
- package/tokens/primitives/hawaiian/color.json +438 -0
- package/tokens/semantics/android/placeholder.json +0 -0
- package/tokens/semantics/ios/placeholder.json +0 -0
- package/tokens/semantics/web/alaska/advanced/color/accents.json +106 -0
- package/tokens/semantics/web/alaska/advanced/color/avatar.json +22 -0
- package/tokens/semantics/web/alaska/advanced/color/boolean.json +127 -0
- package/tokens/semantics/web/alaska/advanced/color/button/flat.json +52 -0
- package/tokens/semantics/web/alaska/advanced/color/button/ghost.json +52 -0
- package/tokens/semantics/web/alaska/advanced/color/button/primary.json +129 -0
- package/tokens/semantics/web/alaska/advanced/color/button/secondary.json +94 -0
- package/tokens/semantics/web/alaska/advanced/color/button/tertiary.json +59 -0
- package/tokens/semantics/web/alaska/advanced/color/dropdown.json +22 -0
- package/tokens/semantics/web/alaska/advanced/color/flightline.json +22 -0
- package/tokens/semantics/web/alaska/advanced/color/hyperlink.json +36 -0
- package/tokens/semantics/web/alaska/advanced/color/shared.json +78 -0
- package/tokens/semantics/web/alaska/advanced/color/skeleton.json +22 -0
- package/tokens/semantics/web/alaska/advanced/color/state.json +64 -0
- package/tokens/semantics/web/alaska/basic/color/border.json +57 -0
- package/tokens/semantics/web/alaska/basic/color/brand.json +92 -0
- package/tokens/semantics/web/alaska/basic/color/fare-brand.json +43 -0
- package/tokens/semantics/web/alaska/basic/color/page-background.json +22 -0
- package/tokens/semantics/web/alaska/basic/color/status.json +71 -0
- package/tokens/semantics/web/alaska/basic/color/surface.json +78 -0
- package/tokens/semantics/web/alaska/basic/color/text-icon.json +57 -0
- package/tokens/semantics/web/alaska/basic/color/tier-program.json +161 -0
- package/tokens/semantics/web/alaska/basic/type/brand.json +50 -0
- package/tokens/semantics/web/alaska/basic/type/family.json +56 -0
- package/tokens/semantics/web/alaska/basic/type/letter-spacing.json +38 -0
- package/tokens/semantics/web/alaska/basic/type/line-height.json +62 -0
- package/tokens/semantics/web/alaska/basic/type/weight.json +44 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/accents.json +106 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/avatar.json +22 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/boolean.json +127 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/button/flat.json +52 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/button/ghost.json +52 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/button/primary.json +129 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/button/secondary.json +94 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/button/tertiary.json +59 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/dropdown.json +22 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/flightline.json +22 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/hyperlink.json +36 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/shared.json +78 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/skeleton.json +22 -0
- package/tokens/semantics/web/alaska-classic/advanced/color/state.json +64 -0
- package/tokens/semantics/web/alaska-classic/basic/color/border.json +57 -0
- package/tokens/semantics/web/alaska-classic/basic/color/brand.json +92 -0
- package/tokens/semantics/web/alaska-classic/basic/color/fare-brand.json +43 -0
- package/tokens/semantics/web/alaska-classic/basic/color/page-background.json +22 -0
- package/tokens/semantics/web/alaska-classic/basic/color/status.json +71 -0
- package/tokens/semantics/web/alaska-classic/basic/color/surface.json +78 -0
- package/tokens/semantics/web/alaska-classic/basic/color/text-icon.json +57 -0
- package/tokens/semantics/web/alaska-classic/basic/color/tier-program.json +161 -0
- package/tokens/semantics/web/alaska-classic/basic/type/brand.json +50 -0
- package/tokens/semantics/web/alaska-classic/basic/type/family.json +56 -0
- package/tokens/semantics/web/alaska-classic/basic/type/letter-spacing.json +38 -0
- package/tokens/semantics/web/alaska-classic/basic/type/line-height.json +62 -0
- package/tokens/semantics/web/alaska-classic/basic/type/weight.json +44 -0
- package/tokens/semantics/web/auro-1/advanced/color/accents.json +106 -0
- package/tokens/semantics/web/auro-1/advanced/color/avatar.json +22 -0
- package/tokens/semantics/web/auro-1/advanced/color/boolean.json +127 -0
- package/tokens/semantics/web/auro-1/advanced/color/button/flat.json +52 -0
- package/tokens/semantics/web/auro-1/advanced/color/button/ghost.json +52 -0
- package/tokens/semantics/web/auro-1/advanced/color/button/primary.json +129 -0
- package/tokens/semantics/web/auro-1/advanced/color/button/secondary.json +94 -0
- package/tokens/semantics/web/auro-1/advanced/color/button/tertiary.json +59 -0
- package/tokens/semantics/web/auro-1/advanced/color/dropdown.json +22 -0
- package/tokens/semantics/web/auro-1/advanced/color/flightline.json +22 -0
- package/tokens/semantics/web/auro-1/advanced/color/hyperlink.json +36 -0
- package/tokens/semantics/web/auro-1/advanced/color/shared.json +78 -0
- package/tokens/semantics/web/auro-1/advanced/color/skeleton.json +22 -0
- package/tokens/semantics/web/auro-1/advanced/color/state.json +64 -0
- package/tokens/semantics/web/auro-1/basic/color/border.json +57 -0
- package/tokens/semantics/web/auro-1/basic/color/brand.json +92 -0
- package/tokens/semantics/web/auro-1/basic/color/fare-brand.json +43 -0
- package/tokens/semantics/web/auro-1/basic/color/page-background.json +22 -0
- package/tokens/semantics/web/auro-1/basic/color/status.json +71 -0
- package/tokens/semantics/web/auro-1/basic/color/surface.json +78 -0
- package/tokens/semantics/web/auro-1/basic/color/text-icon.json +57 -0
- package/tokens/semantics/web/auro-1/basic/color/tier-program.json +161 -0
- package/tokens/semantics/web/auro-1/basic/type/brand.json +50 -0
- package/tokens/semantics/web/auro-1/basic/type/family.json +56 -0
- package/tokens/semantics/web/auro-1/basic/type/letter-spacing.json +38 -0
- package/tokens/semantics/web/auro-1/basic/type/line-height.json +62 -0
- package/tokens/semantics/web/auro-1/basic/type/weight.json +44 -0
- package/tokens/semantics/web/auro-2/advanced/color/accents.json +106 -0
- package/tokens/semantics/web/auro-2/advanced/color/avatar.json +22 -0
- package/tokens/semantics/web/auro-2/advanced/color/boolean.json +127 -0
- package/tokens/semantics/web/auro-2/advanced/color/button/flat.json +52 -0
- package/tokens/semantics/web/auro-2/advanced/color/button/ghost.json +52 -0
- package/tokens/semantics/web/auro-2/advanced/color/button/primary.json +129 -0
- package/tokens/semantics/web/auro-2/advanced/color/button/secondary.json +94 -0
- package/tokens/semantics/web/auro-2/advanced/color/button/tertiary.json +59 -0
- package/tokens/semantics/web/auro-2/advanced/color/dropdown.json +22 -0
- package/tokens/semantics/web/auro-2/advanced/color/flightline.json +22 -0
- package/tokens/semantics/web/auro-2/advanced/color/hyperlink.json +36 -0
- package/tokens/semantics/web/auro-2/advanced/color/shared.json +78 -0
- package/tokens/semantics/web/auro-2/advanced/color/skeleton.json +22 -0
- package/tokens/semantics/web/auro-2/advanced/color/state.json +64 -0
- package/tokens/semantics/web/auro-2/basic/color/border.json +57 -0
- package/tokens/semantics/web/auro-2/basic/color/brand.json +92 -0
- package/tokens/semantics/web/auro-2/basic/color/fare-brand.json +43 -0
- package/tokens/semantics/web/auro-2/basic/color/page-background.json +22 -0
- package/tokens/semantics/web/auro-2/basic/color/status.json +71 -0
- package/tokens/semantics/web/auro-2/basic/color/surface.json +78 -0
- package/tokens/semantics/web/auro-2/basic/color/text-icon.json +57 -0
- package/tokens/semantics/web/auro-2/basic/color/tier-program.json +161 -0
- package/tokens/semantics/web/auro-2/basic/type/brand.json +50 -0
- package/tokens/semantics/web/auro-2/basic/type/family.json +56 -0
- package/tokens/semantics/web/auro-2/basic/type/letter-spacing.json +38 -0
- package/tokens/semantics/web/auro-2/basic/type/line-height.json +62 -0
- package/tokens/semantics/web/auro-2/basic/type/weight.json +44 -0
- package/tokens/semantics/web/auro-classic/animation.json +24 -0
- package/tokens/semantics/web/auro-classic/color/alert.json +97 -0
- package/tokens/semantics/web/auro-classic/color/background.json +291 -0
- package/tokens/semantics/web/auro-classic/color/base.json +1459 -0
- package/tokens/semantics/web/auro-classic/color/border.json +377 -0
- package/tokens/semantics/web/auro-classic/color/brand.json +1692 -0
- package/tokens/semantics/web/auro-classic/color/container.json +515 -0
- package/tokens/semantics/web/auro-classic/color/icon.json +667 -0
- package/tokens/semantics/web/auro-classic/color/text.json +312 -0
- package/tokens/semantics/web/auro-classic/color/tier.json +215 -0
- package/tokens/semantics/web/auro-classic/color/ui.json +136 -0
- package/tokens/semantics/web/auro-classic/color/utility.json +306 -0
- package/tokens/semantics/web/auro-classic/comments.json +50 -0
- package/tokens/semantics/web/auro-classic/depth.json +27 -0
- package/tokens/semantics/web/auro-classic/elevation.json +25 -0
- package/tokens/semantics/web/auro-classic/font.json +40 -0
- package/tokens/semantics/web/auro-classic/grid-breakpoint.json +34 -0
- package/tokens/semantics/web/auro-classic/grid-column.json +34 -0
- package/tokens/semantics/web/auro-classic/grid-gutter.json +34 -0
- package/tokens/semantics/web/auro-classic/grid-margin.json +34 -0
- package/tokens/semantics/web/auro-classic/size/radius.json +10 -0
- package/tokens/semantics/web/auro-classic/size/scale.json +347 -0
- package/tokens/semantics/web/auro-classic/size/unitless-scale.json +126 -0
- package/tokens/semantics/web/auro-classic/text.json +667 -0
- package/tokens/semantics/web/hawaiian/advanced/color/accents.json +106 -0
- package/tokens/semantics/web/hawaiian/advanced/color/avatar.json +22 -0
- package/tokens/semantics/web/hawaiian/advanced/color/boolean.json +127 -0
- package/tokens/semantics/web/hawaiian/advanced/color/button/flat.json +52 -0
- package/tokens/semantics/web/hawaiian/advanced/color/button/ghost.json +52 -0
- package/tokens/semantics/web/hawaiian/advanced/color/button/primary.json +129 -0
- package/tokens/semantics/web/hawaiian/advanced/color/button/secondary.json +94 -0
- package/tokens/semantics/web/hawaiian/advanced/color/button/tertiary.json +59 -0
- package/tokens/semantics/web/hawaiian/advanced/color/dropdown.json +22 -0
- package/tokens/semantics/web/hawaiian/advanced/color/flightline.json +22 -0
- package/tokens/semantics/web/hawaiian/advanced/color/hyperlink.json +36 -0
- package/tokens/semantics/web/hawaiian/advanced/color/shared.json +78 -0
- package/tokens/semantics/web/hawaiian/advanced/color/skeleton.json +22 -0
- package/tokens/semantics/web/hawaiian/advanced/color/state.json +64 -0
- package/tokens/semantics/web/hawaiian/basic/color/border.json +57 -0
- package/tokens/semantics/web/hawaiian/basic/color/brand.json +92 -0
- package/tokens/semantics/web/hawaiian/basic/color/fare-brand.json +43 -0
- package/tokens/semantics/web/hawaiian/basic/color/page-background.json +22 -0
- package/tokens/semantics/web/hawaiian/basic/color/status.json +71 -0
- package/tokens/semantics/web/hawaiian/basic/color/surface.json +78 -0
- package/tokens/semantics/web/hawaiian/basic/color/text-icon.json +57 -0
- package/tokens/semantics/web/hawaiian/basic/color/tier-program.json +161 -0
- package/tokens/semantics/web/hawaiian/basic/type/brand.json +50 -0
- package/tokens/semantics/web/hawaiian/basic/type/family.json +56 -0
- package/tokens/semantics/web/hawaiian/basic/type/letter-spacing.json +38 -0
- package/tokens/semantics/web/hawaiian/basic/type/line-height.json +62 -0
- package/tokens/semantics/web/hawaiian/basic/type/weight.json +44 -0
- package/tokens/semantics/web/transparent/color/alert.json +97 -0
- package/tokens/semantics/web/transparent/color/background.json +291 -0
- package/tokens/semantics/web/transparent/color/base.json +1459 -0
- package/tokens/semantics/web/transparent/color/border.json +377 -0
- package/tokens/semantics/web/transparent/color/brand.json +1692 -0
- package/tokens/semantics/web/transparent/color/container.json +514 -0
- package/tokens/semantics/web/transparent/color/icon.json +667 -0
- package/tokens/semantics/web/transparent/color/text.json +312 -0
- package/tokens/semantics/web/transparent/color/tier.json +215 -0
- package/tokens/semantics/web/transparent/color/ui.json +136 -0
- package/tokens/semantics/web/transparent/color/utility.json +306 -0
- package/tokens/semantics/web/transparent/elevation.json +25 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"flightline": {
|
|
5
|
+
"indicator": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Flightline indicator color",
|
|
10
|
+
"value": "{basic.color.brand.primary.value}"
|
|
11
|
+
},
|
|
12
|
+
"line": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Flightline line color",
|
|
17
|
+
"value": "{basic.color.border.default.value}"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"hyperlink": {
|
|
5
|
+
"text": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Default hyperlink color",
|
|
10
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
11
|
+
},
|
|
12
|
+
"textHover": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Hyperlink hover state color",
|
|
17
|
+
"value": "{basic.color.brand.secondaryBold.value}"
|
|
18
|
+
},
|
|
19
|
+
"textInverse": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "Default hyperlink color on inverse/dark backgrounds",
|
|
24
|
+
"value": "{basic.color.texticon.inverse.value}"
|
|
25
|
+
},
|
|
26
|
+
"textInverseHover": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "Hyperlink hover state color on inverse/dark backgrounds",
|
|
31
|
+
"value": "{basic.color.texticon.inverse.value}"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"shared": {
|
|
5
|
+
"background": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Component background color",
|
|
10
|
+
"value": "{color.white.value}"
|
|
11
|
+
},
|
|
12
|
+
"backgroundInverse": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Component background inverse color",
|
|
17
|
+
"value": "{transparency.white.15.value}"
|
|
18
|
+
},
|
|
19
|
+
"backgroundInverseDisabled": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "Component background inverse disabled color",
|
|
24
|
+
"value": "{transparency.white.10.value}"
|
|
25
|
+
},
|
|
26
|
+
"backgroundInverseHover": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "Component background inverse hover color",
|
|
31
|
+
"value": "{transparency.white.20.value}"
|
|
32
|
+
},
|
|
33
|
+
"backgroundMuted": {
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"public": true,
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"usage": "Component background muted color",
|
|
38
|
+
"value": "{color.gray.50.value}"
|
|
39
|
+
},
|
|
40
|
+
"backgroundStrong": {
|
|
41
|
+
"deprecated": false,
|
|
42
|
+
"public": true,
|
|
43
|
+
"type": "semantic",
|
|
44
|
+
"usage": "Component background strong color",
|
|
45
|
+
"value": "{color.gray.700.value}"
|
|
46
|
+
},
|
|
47
|
+
"emphasizedBackground": {
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "Emphasized background color",
|
|
52
|
+
"value": "{basic.color.surface.accent1Muted.value}"
|
|
53
|
+
},
|
|
54
|
+
"emphasizedBackgroundHover": {
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "Emphasized background hover color",
|
|
59
|
+
"value": "{color.royalpurple.200.value}"
|
|
60
|
+
},
|
|
61
|
+
"scrim": {
|
|
62
|
+
"deprecated": false,
|
|
63
|
+
"public": true,
|
|
64
|
+
"type": "semantic",
|
|
65
|
+
"usage": "Component scrim color",
|
|
66
|
+
"value": "{transparency.black.50.value}"
|
|
67
|
+
},
|
|
68
|
+
"textAccent": {
|
|
69
|
+
"deprecated": false,
|
|
70
|
+
"public": true,
|
|
71
|
+
"type": "semantic",
|
|
72
|
+
"usage": "",
|
|
73
|
+
"value": "{basic.color.brand.primary.value}"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"skeleton": {
|
|
5
|
+
"background": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Background color for the auro-skeleton component",
|
|
10
|
+
"value": "{color.neutral.100.value}"
|
|
11
|
+
},
|
|
12
|
+
"wave": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Gradient effect of the auro-skeleton component",
|
|
17
|
+
"value": "{color.neutral.200.value}"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"state": {
|
|
5
|
+
"backgroundDisabled": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "",
|
|
10
|
+
"value": "{color.gray.200.value}"
|
|
11
|
+
},
|
|
12
|
+
"backgroundHover": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "",
|
|
17
|
+
"value": "{color.gray.100.value}"
|
|
18
|
+
},
|
|
19
|
+
"backgroundInverseDisabled": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "",
|
|
24
|
+
"value": "{color.neutral.600.value}"
|
|
25
|
+
},
|
|
26
|
+
"errorInverse": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "",
|
|
31
|
+
"value": "{color.status.error.200.value}"
|
|
32
|
+
},
|
|
33
|
+
"focused": {
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"public": true,
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"usage": "",
|
|
38
|
+
"value": "{basic.color.brand.primary.value}"
|
|
39
|
+
},
|
|
40
|
+
"focusedInverse": {
|
|
41
|
+
"deprecated": false,
|
|
42
|
+
"public": true,
|
|
43
|
+
"type": "semantic",
|
|
44
|
+
"usage": "",
|
|
45
|
+
"value": "{color.white.value}"
|
|
46
|
+
},
|
|
47
|
+
"selected": {
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "",
|
|
52
|
+
"value": "{basic.color.brand.primary.value}"
|
|
53
|
+
},
|
|
54
|
+
"selectedHover": {
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "",
|
|
59
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"border": {
|
|
5
|
+
"bold": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Bold border color",
|
|
10
|
+
"value": "{color.gray.400.value}"
|
|
11
|
+
},
|
|
12
|
+
"brand": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Brand border color",
|
|
17
|
+
"value": "{basic.color.brand.primary.value}"
|
|
18
|
+
},
|
|
19
|
+
"default": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "Default border color",
|
|
24
|
+
"value": "{color.gray.250.value}"
|
|
25
|
+
},
|
|
26
|
+
"divider": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "Divider border color",
|
|
31
|
+
"value": "{transparency.black.15.value}"
|
|
32
|
+
},
|
|
33
|
+
"dividerInverse": {
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"public": true,
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"usage": "Inverse divider border color",
|
|
38
|
+
"value": "{transparency.white.40.value}"
|
|
39
|
+
},
|
|
40
|
+
"inverse": {
|
|
41
|
+
"deprecated": false,
|
|
42
|
+
"public": true,
|
|
43
|
+
"type": "semantic",
|
|
44
|
+
"usage": "Inverse border color",
|
|
45
|
+
"value": "{color.white.value}"
|
|
46
|
+
},
|
|
47
|
+
"subtle": {
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "Subtle border color",
|
|
52
|
+
"value": "{color.gray.200.value}"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"brand": {
|
|
5
|
+
"primary": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Primary brand color",
|
|
10
|
+
"value": "{color.royalpurple.600.value}"
|
|
11
|
+
},
|
|
12
|
+
"primaryBold": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Bold primary brand color",
|
|
17
|
+
"value": "{color.royalpurple.800.value}"
|
|
18
|
+
},
|
|
19
|
+
"primaryMuted": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "Muted primary brand color",
|
|
24
|
+
"value": "{color.royalpurple.100.value}"
|
|
25
|
+
},
|
|
26
|
+
"primarySubtle": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "Subtle primary brand color",
|
|
31
|
+
"value": "{color.royalpurple.400.value}"
|
|
32
|
+
},
|
|
33
|
+
"secondary": {
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"public": true,
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"usage": "Secondary brand color",
|
|
38
|
+
"value": "{color.alohapink.600.value}"
|
|
39
|
+
},
|
|
40
|
+
"secondaryBold": {
|
|
41
|
+
"deprecated": false,
|
|
42
|
+
"public": true,
|
|
43
|
+
"type": "semantic",
|
|
44
|
+
"usage": "Bold secondary brand color",
|
|
45
|
+
"value": "{color.alohapink.800.value}"
|
|
46
|
+
},
|
|
47
|
+
"secondaryMuted": {
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "Muted secondary brand color",
|
|
52
|
+
"value": "{color.alohapink.100.value}"
|
|
53
|
+
},
|
|
54
|
+
"secondarySubtle": {
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "Subtle secondary brand color",
|
|
59
|
+
"value": "{color.alohapink.500.value}"
|
|
60
|
+
},
|
|
61
|
+
"tertiary": {
|
|
62
|
+
"deprecated": false,
|
|
63
|
+
"public": true,
|
|
64
|
+
"type": "semantic",
|
|
65
|
+
"usage": "Tertiary brand color",
|
|
66
|
+
"value": "{color.sunset.600.value}"
|
|
67
|
+
},
|
|
68
|
+
"tertiaryBold": {
|
|
69
|
+
"deprecated": false,
|
|
70
|
+
"public": true,
|
|
71
|
+
"type": "semantic",
|
|
72
|
+
"usage": "Bold tertiary brand color",
|
|
73
|
+
"value": "{color.sunset.800.value}"
|
|
74
|
+
},
|
|
75
|
+
"tertiaryMuted": {
|
|
76
|
+
"deprecated": false,
|
|
77
|
+
"public": true,
|
|
78
|
+
"type": "semantic",
|
|
79
|
+
"usage": "Muted tertiary brand color",
|
|
80
|
+
"value": "{color.sunset.100.value}"
|
|
81
|
+
},
|
|
82
|
+
"tertiarySubtle": {
|
|
83
|
+
"deprecated": false,
|
|
84
|
+
"public": true,
|
|
85
|
+
"type": "semantic",
|
|
86
|
+
"usage": "Subtle tertiary brand color",
|
|
87
|
+
"value": "{color.sunset.400.value}"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"fare": {
|
|
5
|
+
"basiceconomy": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Basic fare brand color",
|
|
10
|
+
"value": "{color.gray.250.value}"
|
|
11
|
+
},
|
|
12
|
+
"business": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "First class fare brand color",
|
|
17
|
+
"value": "{color.royalpurple.600.value}"
|
|
18
|
+
},
|
|
19
|
+
"economy": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "Economy fare brand color",
|
|
24
|
+
"value": "{color.alohapink.600.value}"
|
|
25
|
+
},
|
|
26
|
+
"first": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "First class fare brand color",
|
|
31
|
+
"value": "{color.royalpurple.600.value}"
|
|
32
|
+
},
|
|
33
|
+
"premiumeconomy": {
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"public": true,
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"usage": "Premium fare brand color",
|
|
38
|
+
"value": "{color.ocean.800.value}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"pageBackground": {
|
|
5
|
+
"default": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Default page background color",
|
|
10
|
+
"value": "{color.white.value}"
|
|
11
|
+
},
|
|
12
|
+
"utility": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Utility page background color",
|
|
17
|
+
"value": "{color.white.value}"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"status": {
|
|
5
|
+
"default": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Default status color",
|
|
10
|
+
"value": "{color.neutral.400.value}"
|
|
11
|
+
},
|
|
12
|
+
"error": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Error status color",
|
|
17
|
+
"value": "{color.status.error.600.value}"
|
|
18
|
+
},
|
|
19
|
+
"errorSubtle": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "Subtle error status color",
|
|
24
|
+
"value": "{color.status.error.100.value}"
|
|
25
|
+
},
|
|
26
|
+
"info": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "Info status color",
|
|
31
|
+
"value": "{color.status.help.600.value}"
|
|
32
|
+
},
|
|
33
|
+
"infoSubtle": {
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"public": true,
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"usage": "Subtle info status color",
|
|
38
|
+
"value": "{color.status.help.100.value}"
|
|
39
|
+
},
|
|
40
|
+
"success": {
|
|
41
|
+
"deprecated": false,
|
|
42
|
+
"public": true,
|
|
43
|
+
"type": "semantic",
|
|
44
|
+
"usage": "Success status color",
|
|
45
|
+
"value": "{color.status.success.600.value}"
|
|
46
|
+
},
|
|
47
|
+
"successSubtle": {
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "Subtle success status color",
|
|
52
|
+
"value": "{color.status.success.100.value}"
|
|
53
|
+
},
|
|
54
|
+
"warning": {
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "Warning status color",
|
|
59
|
+
"value": "{color.status.warn.300.value}"
|
|
60
|
+
},
|
|
61
|
+
"warningSubtle": {
|
|
62
|
+
"deprecated": false,
|
|
63
|
+
"public": true,
|
|
64
|
+
"type": "semantic",
|
|
65
|
+
"usage": "Subtle warning status color",
|
|
66
|
+
"value": "{color.status.warn.100.value}"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"surface": {
|
|
5
|
+
"accent1": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Accent surface color",
|
|
10
|
+
"value": "{color.royalpurple.300.value}"
|
|
11
|
+
},
|
|
12
|
+
"accent1Muted": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Muted accent surface color",
|
|
17
|
+
"value": "{basic.color.brand.primaryMuted.value}"
|
|
18
|
+
},
|
|
19
|
+
"accent1Subtle": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "Subtle accent surface color",
|
|
24
|
+
"value": "{color.royalpurple.300.value}"
|
|
25
|
+
},
|
|
26
|
+
"accent2": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "Accent surface color",
|
|
31
|
+
"value": "{color.gray.50.value}"
|
|
32
|
+
},
|
|
33
|
+
"accent2Muted": {
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"public": true,
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"usage": "Muted accent surface color",
|
|
38
|
+
"value": "{color.gray.50.value}"
|
|
39
|
+
},
|
|
40
|
+
"default": {
|
|
41
|
+
"deprecated": false,
|
|
42
|
+
"public": true,
|
|
43
|
+
"type": "semantic",
|
|
44
|
+
"usage": "Default surface color",
|
|
45
|
+
"value": "{color.white.value}"
|
|
46
|
+
},
|
|
47
|
+
"inverse": {
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "Inverse surface color",
|
|
52
|
+
"value": "{basic.color.brand.primary.value}"
|
|
53
|
+
},
|
|
54
|
+
"inverseSubtle": {
|
|
55
|
+
"deprecated": false,
|
|
56
|
+
"public": true,
|
|
57
|
+
"type": "semantic",
|
|
58
|
+
"usage": "Subtle inverse surface color",
|
|
59
|
+
"value": "{basic.color.brand.primarySubtle.value}"
|
|
60
|
+
},
|
|
61
|
+
"neutralMedium": {
|
|
62
|
+
"deprecated": false,
|
|
63
|
+
"public": true,
|
|
64
|
+
"type": "semantic",
|
|
65
|
+
"usage": "Medium neutral surface color",
|
|
66
|
+
"value": "{color.gray.200.value}"
|
|
67
|
+
},
|
|
68
|
+
"neutralSubtle": {
|
|
69
|
+
"deprecated": false,
|
|
70
|
+
"public": true,
|
|
71
|
+
"type": "semantic",
|
|
72
|
+
"usage": "Subtle neutral surface color",
|
|
73
|
+
"value": "{color.gray.50.value}"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"texticon": {
|
|
5
|
+
"accent1": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Accent text color",
|
|
10
|
+
"value": "{basic.color.brand.primary.value}"
|
|
11
|
+
},
|
|
12
|
+
"default": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Default text color",
|
|
17
|
+
"value": "{color.black.value}"
|
|
18
|
+
},
|
|
19
|
+
"disabled": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "Disabled text/icon color",
|
|
24
|
+
"value": "{color.gray.250.value}"
|
|
25
|
+
},
|
|
26
|
+
"inverse": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "Inverse text color",
|
|
31
|
+
"value": "{color.white.value}"
|
|
32
|
+
},
|
|
33
|
+
"inverseDisabled": {
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"public": true,
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"usage": "Inverse text color",
|
|
38
|
+
"value": "{color.neutral.600.value}"
|
|
39
|
+
},
|
|
40
|
+
"inverseMuted": {
|
|
41
|
+
"deprecated": false,
|
|
42
|
+
"public": true,
|
|
43
|
+
"type": "semantic",
|
|
44
|
+
"usage": "Inverse text color",
|
|
45
|
+
"value": "{color.neutral.300.value}"
|
|
46
|
+
},
|
|
47
|
+
"muted": {
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "Muted text color",
|
|
52
|
+
"value": "{color.gray.900.value}"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|