@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,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.bliss.400.value}"
|
|
11
|
+
},
|
|
12
|
+
"business": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "First class fare brand color",
|
|
17
|
+
"value": "{color.midnight.900.value}"
|
|
18
|
+
},
|
|
19
|
+
"economy": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "Economy fare brand color",
|
|
24
|
+
"value": "{color.atlas.500.value}"
|
|
25
|
+
},
|
|
26
|
+
"first": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "First class fare brand color",
|
|
31
|
+
"value": "{color.midnight.1000.value}"
|
|
32
|
+
},
|
|
33
|
+
"premiumeconomy": {
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"public": true,
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"usage": "Premium fare brand color",
|
|
38
|
+
"value": "{color.summit.900.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": "Primary brand color",
|
|
10
|
+
"value": "{color.white.value}"
|
|
11
|
+
},
|
|
12
|
+
"utility": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Muted primary brand color",
|
|
17
|
+
"value": "{basic.color.brand.tertiary.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.700.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": "{basic.color.brand.secondary.value}"
|
|
32
|
+
},
|
|
33
|
+
"infoSubtle": {
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"public": true,
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"usage": "Subtle info status color",
|
|
38
|
+
"value": "{basic.color.brand.primaryMuted.value}"
|
|
39
|
+
},
|
|
40
|
+
"success": {
|
|
41
|
+
"deprecated": false,
|
|
42
|
+
"public": true,
|
|
43
|
+
"type": "semantic",
|
|
44
|
+
"usage": "Success status color",
|
|
45
|
+
"value": "{color.status.success.700.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": "{basic.color.brand.secondary.value}"
|
|
11
|
+
},
|
|
12
|
+
"accent1Muted": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Muted accent surface color",
|
|
17
|
+
"value": "{basic.color.brand.secondarySubtle.value}"
|
|
18
|
+
},
|
|
19
|
+
"accent1Subtle": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "Subtle accent surface color",
|
|
24
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
25
|
+
},
|
|
26
|
+
"accent2": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "Accent surface color",
|
|
31
|
+
"value": "{basic.color.brand.secondary.value}"
|
|
32
|
+
},
|
|
33
|
+
"accent2Muted": {
|
|
34
|
+
"deprecated": false,
|
|
35
|
+
"public": true,
|
|
36
|
+
"type": "semantic",
|
|
37
|
+
"usage": "Muted accent surface color",
|
|
38
|
+
"value": "{basic.color.brand.secondarySubtle.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.primary.value}"
|
|
60
|
+
},
|
|
61
|
+
"neutralMedium": {
|
|
62
|
+
"deprecated": false,
|
|
63
|
+
"public": true,
|
|
64
|
+
"type": "semantic",
|
|
65
|
+
"usage": "Medium neutral surface color",
|
|
66
|
+
"value": "{basic.color.brand.tertiarySubtle.value}"
|
|
67
|
+
},
|
|
68
|
+
"neutralSubtle": {
|
|
69
|
+
"deprecated": false,
|
|
70
|
+
"public": true,
|
|
71
|
+
"type": "semantic",
|
|
72
|
+
"usage": "Subtle neutral surface color",
|
|
73
|
+
"value": "{basic.color.brand.tertiaryMuted.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": "{basic.color.brand.primary.value}"
|
|
18
|
+
},
|
|
19
|
+
"disabled": {
|
|
20
|
+
"deprecated": false,
|
|
21
|
+
"public": true,
|
|
22
|
+
"type": "semantic",
|
|
23
|
+
"usage": "Disabled text/icon color",
|
|
24
|
+
"value": "{color.gray.200.value}"
|
|
25
|
+
},
|
|
26
|
+
"inverse": {
|
|
27
|
+
"deprecated": false,
|
|
28
|
+
"public": true,
|
|
29
|
+
"type": "semantic",
|
|
30
|
+
"usage": "Inverse text color",
|
|
31
|
+
"value": "{basic.color.brand.tertiary.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.gray.300.value}"
|
|
46
|
+
},
|
|
47
|
+
"muted": {
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"usage": "Muted text color",
|
|
52
|
+
"value": "{color.neutral.700.value}"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"color": {
|
|
4
|
+
"tierProgram": {
|
|
5
|
+
"loungetier": {
|
|
6
|
+
"lounge": {
|
|
7
|
+
"deprecated": false,
|
|
8
|
+
"public": true,
|
|
9
|
+
"type": "semantic",
|
|
10
|
+
"usage": "Lounge brand color",
|
|
11
|
+
"value": "{color.loungetier.lounge.value}"
|
|
12
|
+
},
|
|
13
|
+
"loungeplus": {
|
|
14
|
+
"deprecated": false,
|
|
15
|
+
"public": true,
|
|
16
|
+
"type": "semantic",
|
|
17
|
+
"usage": "Lounge Plus brand color",
|
|
18
|
+
"value": "{color.loungetier.loungeplus.value}"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"loyaltytier": {
|
|
22
|
+
"bronze": {
|
|
23
|
+
"deprecated": false,
|
|
24
|
+
"public": true,
|
|
25
|
+
"type": "semantic",
|
|
26
|
+
"usage": "Lounge brand color",
|
|
27
|
+
"value": "{color.loyaltytier.bronze.value}"
|
|
28
|
+
},
|
|
29
|
+
"bronzeMuted": {
|
|
30
|
+
"deprecated": false,
|
|
31
|
+
"public": true,
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"usage": "Lounge brand color",
|
|
34
|
+
"value": "{color.loyaltytier.bronzeMuted.value}"
|
|
35
|
+
},
|
|
36
|
+
"cobalt": {
|
|
37
|
+
"deprecated": false,
|
|
38
|
+
"public": true,
|
|
39
|
+
"type": "semantic",
|
|
40
|
+
"usage": "Lounge brand color",
|
|
41
|
+
"value": "{color.loyaltytier.cobalt.value}"
|
|
42
|
+
},
|
|
43
|
+
"cobaltMuted": {
|
|
44
|
+
"deprecated": false,
|
|
45
|
+
"public": true,
|
|
46
|
+
"type": "semantic",
|
|
47
|
+
"usage": "Lounge brand color",
|
|
48
|
+
"value": "{color.loyaltytier.cobaltMuted.value}"
|
|
49
|
+
},
|
|
50
|
+
"copper": {
|
|
51
|
+
"deprecated": false,
|
|
52
|
+
"public": true,
|
|
53
|
+
"type": "semantic",
|
|
54
|
+
"usage": "Lounge brand color",
|
|
55
|
+
"value": "{color.loyaltytier.copper.value}"
|
|
56
|
+
},
|
|
57
|
+
"copperMuted": {
|
|
58
|
+
"deprecated": false,
|
|
59
|
+
"public": true,
|
|
60
|
+
"type": "semantic",
|
|
61
|
+
"usage": "Lounge brand color",
|
|
62
|
+
"value": "{color.loyaltytier.copperMuted.value}"
|
|
63
|
+
},
|
|
64
|
+
"gold": {
|
|
65
|
+
"deprecated": false,
|
|
66
|
+
"public": true,
|
|
67
|
+
"type": "semantic",
|
|
68
|
+
"usage": "Lounge brand color",
|
|
69
|
+
"value": "{color.loyaltytier.gold.value}"
|
|
70
|
+
},
|
|
71
|
+
"goldMuted": {
|
|
72
|
+
"deprecated": false,
|
|
73
|
+
"public": true,
|
|
74
|
+
"type": "semantic",
|
|
75
|
+
"usage": "Lounge brand color",
|
|
76
|
+
"value": "{color.loyaltytier.goldMuted.value}"
|
|
77
|
+
},
|
|
78
|
+
"nickel": {
|
|
79
|
+
"deprecated": false,
|
|
80
|
+
"public": true,
|
|
81
|
+
"type": "semantic",
|
|
82
|
+
"usage": "Lounge brand color",
|
|
83
|
+
"value": "{color.loyaltytier.nickel.value}"
|
|
84
|
+
},
|
|
85
|
+
"nickelMuted": {
|
|
86
|
+
"deprecated": false,
|
|
87
|
+
"public": true,
|
|
88
|
+
"type": "semantic",
|
|
89
|
+
"usage": "Lounge brand color",
|
|
90
|
+
"value": "{color.loyaltytier.nickelMuted.value}"
|
|
91
|
+
},
|
|
92
|
+
"platinum": {
|
|
93
|
+
"deprecated": false,
|
|
94
|
+
"public": true,
|
|
95
|
+
"type": "semantic",
|
|
96
|
+
"usage": "Lounge brand color",
|
|
97
|
+
"value": "{color.loyaltytier.platinum.value}"
|
|
98
|
+
},
|
|
99
|
+
"platinumMuted": {
|
|
100
|
+
"deprecated": false,
|
|
101
|
+
"public": true,
|
|
102
|
+
"type": "semantic",
|
|
103
|
+
"usage": "Lounge brand color",
|
|
104
|
+
"value": "{color.loyaltytier.platinumMuted.value}"
|
|
105
|
+
},
|
|
106
|
+
"silver": {
|
|
107
|
+
"deprecated": false,
|
|
108
|
+
"public": true,
|
|
109
|
+
"type": "semantic",
|
|
110
|
+
"usage": "Lounge brand color",
|
|
111
|
+
"value": "{color.loyaltytier.silver.value}"
|
|
112
|
+
},
|
|
113
|
+
"silverMuted": {
|
|
114
|
+
"deprecated": false,
|
|
115
|
+
"public": true,
|
|
116
|
+
"type": "semantic",
|
|
117
|
+
"usage": "Lounge brand color",
|
|
118
|
+
"value": "{color.loyaltytier.silverMuted.value}"
|
|
119
|
+
},
|
|
120
|
+
"titanium": {
|
|
121
|
+
"deprecated": false,
|
|
122
|
+
"public": true,
|
|
123
|
+
"type": "semantic",
|
|
124
|
+
"usage": "Lounge brand color",
|
|
125
|
+
"value": "{color.loyaltytier.titanium.value}"
|
|
126
|
+
},
|
|
127
|
+
"titaniumMuted": {
|
|
128
|
+
"deprecated": false,
|
|
129
|
+
"public": true,
|
|
130
|
+
"type": "semantic",
|
|
131
|
+
"usage": "Lounge brand color",
|
|
132
|
+
"value": "{color.loyaltytier.titaniumMuted.value}"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"oneworld": {
|
|
136
|
+
"emerald": {
|
|
137
|
+
"deprecated": false,
|
|
138
|
+
"public": true,
|
|
139
|
+
"type": "semantic",
|
|
140
|
+
"usage": "OneWorld Emerald brand color",
|
|
141
|
+
"value": "{color.oneworld.emerald.value}"
|
|
142
|
+
},
|
|
143
|
+
"ruby": {
|
|
144
|
+
"deprecated": false,
|
|
145
|
+
"public": true,
|
|
146
|
+
"type": "semantic",
|
|
147
|
+
"usage": "OneWorld Ruby brand color",
|
|
148
|
+
"value": "{color.oneworld.ruby.value}"
|
|
149
|
+
},
|
|
150
|
+
"sapphire": {
|
|
151
|
+
"deprecated": false,
|
|
152
|
+
"public": true,
|
|
153
|
+
"type": "semantic",
|
|
154
|
+
"usage": "OneWorld Sapphire brand color",
|
|
155
|
+
"value": "{color.oneworld.sapphire.value}"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"brand": {
|
|
5
|
+
"familyPrimary": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "AS Circular"
|
|
10
|
+
},
|
|
11
|
+
"familySecondary": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "Teodor"
|
|
16
|
+
},
|
|
17
|
+
"lineHeightPrimary": {
|
|
18
|
+
"deprecated": false,
|
|
19
|
+
"public": true,
|
|
20
|
+
"type": "semantic",
|
|
21
|
+
"value": "{type.lineHeight.percent.130.value}"
|
|
22
|
+
},
|
|
23
|
+
"lineHeightSecondary": {
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"value": "{type.lineHeight.percent.100.value}"
|
|
28
|
+
},
|
|
29
|
+
"letterSpacingPrimary": {
|
|
30
|
+
"deprecated": false,
|
|
31
|
+
"public": true,
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"value": "{type.letterSpacing.0.value}"
|
|
34
|
+
},
|
|
35
|
+
"letterSpacingSecondary": {
|
|
36
|
+
"deprecated": false,
|
|
37
|
+
"public": true,
|
|
38
|
+
"type": "semantic",
|
|
39
|
+
"value": "{type.letterSpacing.005.value}"
|
|
40
|
+
},
|
|
41
|
+
"letterSpacingTertiary": {
|
|
42
|
+
"deprecated": false,
|
|
43
|
+
"public": true,
|
|
44
|
+
"type": "semantic",
|
|
45
|
+
"value": "{type.letterSpacing.010.value}"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"family": {
|
|
5
|
+
"accent": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "{basic.type.brand.familyPrimary.value}"
|
|
10
|
+
},
|
|
11
|
+
"accentFallback": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "{type.family.fallback.value}"
|
|
16
|
+
},
|
|
17
|
+
"body": {
|
|
18
|
+
"deprecated": false,
|
|
19
|
+
"public": true,
|
|
20
|
+
"type": "semantic",
|
|
21
|
+
"value": "{basic.type.brand.familyPrimary.value}"
|
|
22
|
+
},
|
|
23
|
+
"bodyFallback": {
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"value": "{type.family.fallback.value}"
|
|
28
|
+
},
|
|
29
|
+
"display": {
|
|
30
|
+
"deprecated": false,
|
|
31
|
+
"public": true,
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"value": "{basic.type.brand.familySecondary.value}"
|
|
34
|
+
},
|
|
35
|
+
"displayFallback": {
|
|
36
|
+
"deprecated": false,
|
|
37
|
+
"public": true,
|
|
38
|
+
"type": "semantic",
|
|
39
|
+
"value": "{type.family.fallbackSerif.value}"
|
|
40
|
+
},
|
|
41
|
+
"heading": {
|
|
42
|
+
"deprecated": false,
|
|
43
|
+
"public": true,
|
|
44
|
+
"type": "semantic",
|
|
45
|
+
"value": "{basic.type.brand.familyPrimary.value}"
|
|
46
|
+
},
|
|
47
|
+
"headingFallback": {
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"value": "{type.family.fallback.value}"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"letterSpacing": {
|
|
5
|
+
"accent": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "{basic.type.brand.letterSpacingSecondary.value}"
|
|
10
|
+
},
|
|
11
|
+
"accent2": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "{basic.type.brand.letterSpacingTertiary.value}"
|
|
16
|
+
},
|
|
17
|
+
"body": {
|
|
18
|
+
"deprecated": false,
|
|
19
|
+
"public": true,
|
|
20
|
+
"type": "semantic",
|
|
21
|
+
"value": "{basic.type.brand.letterSpacingPrimary.value}"
|
|
22
|
+
},
|
|
23
|
+
"display": {
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"value": "{basic.type.brand.letterSpacingPrimary.value}"
|
|
28
|
+
},
|
|
29
|
+
"heading": {
|
|
30
|
+
"deprecated": false,
|
|
31
|
+
"public": true,
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"value": "{basic.type.brand.letterSpacingPrimary.value}"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"lineHeight": {
|
|
5
|
+
"accent": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "{basic.type.brand.lineHeightPrimary.value}"
|
|
10
|
+
},
|
|
11
|
+
"accent2": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "{basic.type.brand.lineHeightSecondary.value}"
|
|
16
|
+
},
|
|
17
|
+
"body": {
|
|
18
|
+
"deprecated": false,
|
|
19
|
+
"public": true,
|
|
20
|
+
"type": "semantic",
|
|
21
|
+
"value": "{type.lineHeight.px.26.value}"
|
|
22
|
+
},
|
|
23
|
+
"body2": {
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"value": "{type.lineHeight.px.24.value}"
|
|
28
|
+
},
|
|
29
|
+
"body3": {
|
|
30
|
+
"deprecated": false,
|
|
31
|
+
"public": true,
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"value": "{type.lineHeight.px.20.value}"
|
|
34
|
+
},
|
|
35
|
+
"body4": {
|
|
36
|
+
"deprecated": false,
|
|
37
|
+
"public": true,
|
|
38
|
+
"type": "semantic",
|
|
39
|
+
"value": "{type.lineHeight.px.16.value}"
|
|
40
|
+
},
|
|
41
|
+
"body5": {
|
|
42
|
+
"deprecated": false,
|
|
43
|
+
"public": true,
|
|
44
|
+
"type": "semantic",
|
|
45
|
+
"value": "{type.lineHeight.px.14.value}"
|
|
46
|
+
},
|
|
47
|
+
"display": {
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"public": true,
|
|
50
|
+
"type": "semantic",
|
|
51
|
+
"value": "{basic.type.brand.lineHeightPrimary.value}"
|
|
52
|
+
},
|
|
53
|
+
"heading": {
|
|
54
|
+
"deprecated": false,
|
|
55
|
+
"public": true,
|
|
56
|
+
"type": "semantic",
|
|
57
|
+
"value": "{basic.type.brand.lineHeightPrimary.value}"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic": {
|
|
3
|
+
"type": {
|
|
4
|
+
"weight": {
|
|
5
|
+
"accent": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"value": "{type.weight.medium.value}"
|
|
10
|
+
},
|
|
11
|
+
"accent2": {
|
|
12
|
+
"deprecated": false,
|
|
13
|
+
"public": true,
|
|
14
|
+
"type": "semantic",
|
|
15
|
+
"value": "{type.weight.medium.value}"
|
|
16
|
+
},
|
|
17
|
+
"body": {
|
|
18
|
+
"deprecated": false,
|
|
19
|
+
"public": true,
|
|
20
|
+
"type": "semantic",
|
|
21
|
+
"value": "{type.weight.book.value}"
|
|
22
|
+
},
|
|
23
|
+
"display": {
|
|
24
|
+
"deprecated": false,
|
|
25
|
+
"public": true,
|
|
26
|
+
"type": "semantic",
|
|
27
|
+
"value": "{type.weight.light.value}"
|
|
28
|
+
},
|
|
29
|
+
"heading": {
|
|
30
|
+
"deprecated": false,
|
|
31
|
+
"public": true,
|
|
32
|
+
"type": "semantic",
|
|
33
|
+
"value": "{type.weight.light.value}"
|
|
34
|
+
},
|
|
35
|
+
"heading2": {
|
|
36
|
+
"deprecated": false,
|
|
37
|
+
"public": true,
|
|
38
|
+
"type": "semantic",
|
|
39
|
+
"value": "{type.weight.light.value}"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|