@aurodesignsystem-dev/auro-tokendefinitions 0.0.0-pr13.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.
Files changed (194) hide show
  1. package/LICENSE +201 -0
  2. package/NOTICE +2 -0
  3. package/README.md +87 -0
  4. package/package.json +51 -0
  5. package/tokens/primitives/alaska/color.json +686 -0
  6. package/tokens/primitives/alaska-classic/color.json +686 -0
  7. package/tokens/primitives/auro-1/color.json +686 -0
  8. package/tokens/primitives/auro-2/color.json +686 -0
  9. package/tokens/primitives/base/color.json +534 -0
  10. package/tokens/primitives/base/transparency.json +194 -0
  11. package/tokens/primitives/base/type/family.json +18 -0
  12. package/tokens/primitives/base/type/letter-spacing.json +24 -0
  13. package/tokens/primitives/base/type/line-height.json +52 -0
  14. package/tokens/primitives/base/type/size.json +126 -0
  15. package/tokens/primitives/base/type/weight.json +54 -0
  16. package/tokens/primitives/hawaiian/color.json +438 -0
  17. package/tokens/semantics/android/placeholder.json +0 -0
  18. package/tokens/semantics/ios/placeholder.json +0 -0
  19. package/tokens/semantics/web/alaska/advanced/color/accents.json +106 -0
  20. package/tokens/semantics/web/alaska/advanced/color/avatar.json +22 -0
  21. package/tokens/semantics/web/alaska/advanced/color/boolean.json +127 -0
  22. package/tokens/semantics/web/alaska/advanced/color/button/flat.json +52 -0
  23. package/tokens/semantics/web/alaska/advanced/color/button/ghost.json +52 -0
  24. package/tokens/semantics/web/alaska/advanced/color/button/primary.json +129 -0
  25. package/tokens/semantics/web/alaska/advanced/color/button/secondary.json +94 -0
  26. package/tokens/semantics/web/alaska/advanced/color/button/tertiary.json +59 -0
  27. package/tokens/semantics/web/alaska/advanced/color/dropdown.json +22 -0
  28. package/tokens/semantics/web/alaska/advanced/color/flightline.json +22 -0
  29. package/tokens/semantics/web/alaska/advanced/color/footer.json +29 -0
  30. package/tokens/semantics/web/alaska/advanced/color/hyperlink.json +36 -0
  31. package/tokens/semantics/web/alaska/advanced/color/shared.json +78 -0
  32. package/tokens/semantics/web/alaska/advanced/color/skeleton.json +22 -0
  33. package/tokens/semantics/web/alaska/advanced/color/state.json +64 -0
  34. package/tokens/semantics/web/alaska/basic/color/border.json +57 -0
  35. package/tokens/semantics/web/alaska/basic/color/brand.json +92 -0
  36. package/tokens/semantics/web/alaska/basic/color/fare-brand.json +43 -0
  37. package/tokens/semantics/web/alaska/basic/color/page-background.json +22 -0
  38. package/tokens/semantics/web/alaska/basic/color/status.json +71 -0
  39. package/tokens/semantics/web/alaska/basic/color/surface.json +85 -0
  40. package/tokens/semantics/web/alaska/basic/color/text-icon.json +57 -0
  41. package/tokens/semantics/web/alaska/basic/color/tier-program.json +161 -0
  42. package/tokens/semantics/web/alaska/basic/type/brand.json +50 -0
  43. package/tokens/semantics/web/alaska/basic/type/family.json +56 -0
  44. package/tokens/semantics/web/alaska/basic/type/letter-spacing.json +38 -0
  45. package/tokens/semantics/web/alaska/basic/type/line-height.json +62 -0
  46. package/tokens/semantics/web/alaska/basic/type/weight.json +50 -0
  47. package/tokens/semantics/web/alaska-classic/advanced/color/accents.json +106 -0
  48. package/tokens/semantics/web/alaska-classic/advanced/color/avatar.json +22 -0
  49. package/tokens/semantics/web/alaska-classic/advanced/color/boolean.json +127 -0
  50. package/tokens/semantics/web/alaska-classic/advanced/color/button/flat.json +52 -0
  51. package/tokens/semantics/web/alaska-classic/advanced/color/button/ghost.json +52 -0
  52. package/tokens/semantics/web/alaska-classic/advanced/color/button/primary.json +129 -0
  53. package/tokens/semantics/web/alaska-classic/advanced/color/button/secondary.json +94 -0
  54. package/tokens/semantics/web/alaska-classic/advanced/color/button/tertiary.json +59 -0
  55. package/tokens/semantics/web/alaska-classic/advanced/color/dropdown.json +22 -0
  56. package/tokens/semantics/web/alaska-classic/advanced/color/flightline.json +22 -0
  57. package/tokens/semantics/web/alaska-classic/advanced/color/footer.json +29 -0
  58. package/tokens/semantics/web/alaska-classic/advanced/color/hyperlink.json +36 -0
  59. package/tokens/semantics/web/alaska-classic/advanced/color/shared.json +78 -0
  60. package/tokens/semantics/web/alaska-classic/advanced/color/skeleton.json +22 -0
  61. package/tokens/semantics/web/alaska-classic/advanced/color/state.json +64 -0
  62. package/tokens/semantics/web/alaska-classic/basic/color/border.json +57 -0
  63. package/tokens/semantics/web/alaska-classic/basic/color/brand.json +92 -0
  64. package/tokens/semantics/web/alaska-classic/basic/color/fare-brand.json +43 -0
  65. package/tokens/semantics/web/alaska-classic/basic/color/page-background.json +22 -0
  66. package/tokens/semantics/web/alaska-classic/basic/color/status.json +71 -0
  67. package/tokens/semantics/web/alaska-classic/basic/color/surface.json +85 -0
  68. package/tokens/semantics/web/alaska-classic/basic/color/text-icon.json +57 -0
  69. package/tokens/semantics/web/alaska-classic/basic/color/tier-program.json +161 -0
  70. package/tokens/semantics/web/alaska-classic/basic/type/brand.json +50 -0
  71. package/tokens/semantics/web/alaska-classic/basic/type/family.json +56 -0
  72. package/tokens/semantics/web/alaska-classic/basic/type/letter-spacing.json +38 -0
  73. package/tokens/semantics/web/alaska-classic/basic/type/line-height.json +62 -0
  74. package/tokens/semantics/web/alaska-classic/basic/type/weight.json +50 -0
  75. package/tokens/semantics/web/auro-1/advanced/color/accents.json +106 -0
  76. package/tokens/semantics/web/auro-1/advanced/color/avatar.json +22 -0
  77. package/tokens/semantics/web/auro-1/advanced/color/boolean.json +127 -0
  78. package/tokens/semantics/web/auro-1/advanced/color/button/flat.json +52 -0
  79. package/tokens/semantics/web/auro-1/advanced/color/button/ghost.json +52 -0
  80. package/tokens/semantics/web/auro-1/advanced/color/button/primary.json +129 -0
  81. package/tokens/semantics/web/auro-1/advanced/color/button/secondary.json +94 -0
  82. package/tokens/semantics/web/auro-1/advanced/color/button/tertiary.json +59 -0
  83. package/tokens/semantics/web/auro-1/advanced/color/dropdown.json +22 -0
  84. package/tokens/semantics/web/auro-1/advanced/color/flightline.json +22 -0
  85. package/tokens/semantics/web/auro-1/advanced/color/footer.json +29 -0
  86. package/tokens/semantics/web/auro-1/advanced/color/hyperlink.json +36 -0
  87. package/tokens/semantics/web/auro-1/advanced/color/shared.json +78 -0
  88. package/tokens/semantics/web/auro-1/advanced/color/skeleton.json +22 -0
  89. package/tokens/semantics/web/auro-1/advanced/color/state.json +64 -0
  90. package/tokens/semantics/web/auro-1/basic/color/border.json +57 -0
  91. package/tokens/semantics/web/auro-1/basic/color/brand.json +92 -0
  92. package/tokens/semantics/web/auro-1/basic/color/fare-brand.json +43 -0
  93. package/tokens/semantics/web/auro-1/basic/color/page-background.json +22 -0
  94. package/tokens/semantics/web/auro-1/basic/color/status.json +71 -0
  95. package/tokens/semantics/web/auro-1/basic/color/surface.json +85 -0
  96. package/tokens/semantics/web/auro-1/basic/color/text-icon.json +57 -0
  97. package/tokens/semantics/web/auro-1/basic/color/tier-program.json +161 -0
  98. package/tokens/semantics/web/auro-1/basic/type/brand.json +50 -0
  99. package/tokens/semantics/web/auro-1/basic/type/family.json +56 -0
  100. package/tokens/semantics/web/auro-1/basic/type/letter-spacing.json +38 -0
  101. package/tokens/semantics/web/auro-1/basic/type/line-height.json +62 -0
  102. package/tokens/semantics/web/auro-1/basic/type/weight.json +50 -0
  103. package/tokens/semantics/web/auro-2/advanced/color/accents.json +106 -0
  104. package/tokens/semantics/web/auro-2/advanced/color/avatar.json +22 -0
  105. package/tokens/semantics/web/auro-2/advanced/color/boolean.json +127 -0
  106. package/tokens/semantics/web/auro-2/advanced/color/button/flat.json +52 -0
  107. package/tokens/semantics/web/auro-2/advanced/color/button/ghost.json +52 -0
  108. package/tokens/semantics/web/auro-2/advanced/color/button/primary.json +129 -0
  109. package/tokens/semantics/web/auro-2/advanced/color/button/secondary.json +94 -0
  110. package/tokens/semantics/web/auro-2/advanced/color/button/tertiary.json +59 -0
  111. package/tokens/semantics/web/auro-2/advanced/color/dropdown.json +22 -0
  112. package/tokens/semantics/web/auro-2/advanced/color/flightline.json +22 -0
  113. package/tokens/semantics/web/auro-2/advanced/color/footer.json +29 -0
  114. package/tokens/semantics/web/auro-2/advanced/color/hyperlink.json +36 -0
  115. package/tokens/semantics/web/auro-2/advanced/color/shared.json +78 -0
  116. package/tokens/semantics/web/auro-2/advanced/color/skeleton.json +22 -0
  117. package/tokens/semantics/web/auro-2/advanced/color/state.json +64 -0
  118. package/tokens/semantics/web/auro-2/basic/color/border.json +57 -0
  119. package/tokens/semantics/web/auro-2/basic/color/brand.json +92 -0
  120. package/tokens/semantics/web/auro-2/basic/color/fare-brand.json +43 -0
  121. package/tokens/semantics/web/auro-2/basic/color/page-background.json +22 -0
  122. package/tokens/semantics/web/auro-2/basic/color/status.json +71 -0
  123. package/tokens/semantics/web/auro-2/basic/color/surface.json +85 -0
  124. package/tokens/semantics/web/auro-2/basic/color/text-icon.json +57 -0
  125. package/tokens/semantics/web/auro-2/basic/color/tier-program.json +161 -0
  126. package/tokens/semantics/web/auro-2/basic/type/brand.json +50 -0
  127. package/tokens/semantics/web/auro-2/basic/type/family.json +56 -0
  128. package/tokens/semantics/web/auro-2/basic/type/letter-spacing.json +38 -0
  129. package/tokens/semantics/web/auro-2/basic/type/line-height.json +62 -0
  130. package/tokens/semantics/web/auro-2/basic/type/weight.json +50 -0
  131. package/tokens/semantics/web/auro-classic/animation.json +24 -0
  132. package/tokens/semantics/web/auro-classic/color/alert.json +97 -0
  133. package/tokens/semantics/web/auro-classic/color/background.json +291 -0
  134. package/tokens/semantics/web/auro-classic/color/base.json +1459 -0
  135. package/tokens/semantics/web/auro-classic/color/border.json +377 -0
  136. package/tokens/semantics/web/auro-classic/color/brand.json +1692 -0
  137. package/tokens/semantics/web/auro-classic/color/container.json +515 -0
  138. package/tokens/semantics/web/auro-classic/color/icon.json +667 -0
  139. package/tokens/semantics/web/auro-classic/color/text.json +312 -0
  140. package/tokens/semantics/web/auro-classic/color/tier.json +215 -0
  141. package/tokens/semantics/web/auro-classic/color/ui.json +136 -0
  142. package/tokens/semantics/web/auro-classic/color/utility.json +306 -0
  143. package/tokens/semantics/web/auro-classic/comments.json +50 -0
  144. package/tokens/semantics/web/auro-classic/depth.json +27 -0
  145. package/tokens/semantics/web/auro-classic/elevation.json +25 -0
  146. package/tokens/semantics/web/auro-classic/font.json +40 -0
  147. package/tokens/semantics/web/auro-classic/grid-breakpoint.json +34 -0
  148. package/tokens/semantics/web/auro-classic/grid-column.json +34 -0
  149. package/tokens/semantics/web/auro-classic/grid-gutter.json +34 -0
  150. package/tokens/semantics/web/auro-classic/grid-margin.json +34 -0
  151. package/tokens/semantics/web/auro-classic/size/radius.json +10 -0
  152. package/tokens/semantics/web/auro-classic/size/scale.json +347 -0
  153. package/tokens/semantics/web/auro-classic/size/unitless-scale.json +126 -0
  154. package/tokens/semantics/web/auro-classic/text.json +667 -0
  155. package/tokens/semantics/web/hawaiian/advanced/color/accents.json +106 -0
  156. package/tokens/semantics/web/hawaiian/advanced/color/avatar.json +22 -0
  157. package/tokens/semantics/web/hawaiian/advanced/color/boolean.json +127 -0
  158. package/tokens/semantics/web/hawaiian/advanced/color/button/flat.json +52 -0
  159. package/tokens/semantics/web/hawaiian/advanced/color/button/ghost.json +52 -0
  160. package/tokens/semantics/web/hawaiian/advanced/color/button/primary.json +129 -0
  161. package/tokens/semantics/web/hawaiian/advanced/color/button/secondary.json +94 -0
  162. package/tokens/semantics/web/hawaiian/advanced/color/button/tertiary.json +59 -0
  163. package/tokens/semantics/web/hawaiian/advanced/color/dropdown.json +22 -0
  164. package/tokens/semantics/web/hawaiian/advanced/color/flightline.json +22 -0
  165. package/tokens/semantics/web/hawaiian/advanced/color/footer.json +29 -0
  166. package/tokens/semantics/web/hawaiian/advanced/color/hyperlink.json +36 -0
  167. package/tokens/semantics/web/hawaiian/advanced/color/shared.json +78 -0
  168. package/tokens/semantics/web/hawaiian/advanced/color/skeleton.json +22 -0
  169. package/tokens/semantics/web/hawaiian/advanced/color/state.json +64 -0
  170. package/tokens/semantics/web/hawaiian/basic/color/border.json +57 -0
  171. package/tokens/semantics/web/hawaiian/basic/color/brand.json +92 -0
  172. package/tokens/semantics/web/hawaiian/basic/color/fare-brand.json +43 -0
  173. package/tokens/semantics/web/hawaiian/basic/color/page-background.json +22 -0
  174. package/tokens/semantics/web/hawaiian/basic/color/status.json +71 -0
  175. package/tokens/semantics/web/hawaiian/basic/color/surface.json +85 -0
  176. package/tokens/semantics/web/hawaiian/basic/color/text-icon.json +57 -0
  177. package/tokens/semantics/web/hawaiian/basic/color/tier-program.json +161 -0
  178. package/tokens/semantics/web/hawaiian/basic/type/brand.json +50 -0
  179. package/tokens/semantics/web/hawaiian/basic/type/family.json +56 -0
  180. package/tokens/semantics/web/hawaiian/basic/type/letter-spacing.json +38 -0
  181. package/tokens/semantics/web/hawaiian/basic/type/line-height.json +62 -0
  182. package/tokens/semantics/web/hawaiian/basic/type/weight.json +50 -0
  183. package/tokens/semantics/web/transparent/color/alert.json +97 -0
  184. package/tokens/semantics/web/transparent/color/background.json +291 -0
  185. package/tokens/semantics/web/transparent/color/base.json +1459 -0
  186. package/tokens/semantics/web/transparent/color/border.json +377 -0
  187. package/tokens/semantics/web/transparent/color/brand.json +1692 -0
  188. package/tokens/semantics/web/transparent/color/container.json +514 -0
  189. package/tokens/semantics/web/transparent/color/icon.json +667 -0
  190. package/tokens/semantics/web/transparent/color/text.json +312 -0
  191. package/tokens/semantics/web/transparent/color/tier.json +215 -0
  192. package/tokens/semantics/web/transparent/color/ui.json +136 -0
  193. package/tokens/semantics/web/transparent/color/utility.json +306 -0
  194. package/tokens/semantics/web/transparent/elevation.json +25 -0
@@ -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,85 @@
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
+ "neutral": {
62
+ "deprecated": false,
63
+ "public": true,
64
+ "type": "semantic",
65
+ "usage": "Medium neutral surface color",
66
+ "value": "{basic.color.brand.tertiaryMuted.value}"
67
+ },
68
+ "neutralMedium": {
69
+ "deprecated": false,
70
+ "public": true,
71
+ "type": "semantic",
72
+ "usage": "Medium neutral surface color",
73
+ "value": "{basic.color.brand.tertiarySubtle.value}"
74
+ },
75
+ "neutralSubtle": {
76
+ "deprecated": false,
77
+ "public": true,
78
+ "type": "semantic",
79
+ "usage": "Subtle neutral surface color",
80
+ "value": "{basic.color.brand.tertiaryMuted.value}"
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }
@@ -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,50 @@
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
+ "body2": {
24
+ "deprecated": false,
25
+ "public": true,
26
+ "type": "semantic",
27
+ "value": "{type.weight.bold.value}"
28
+ },
29
+ "display": {
30
+ "deprecated": false,
31
+ "public": true,
32
+ "type": "semantic",
33
+ "value": "{type.weight.light.value}"
34
+ },
35
+ "heading": {
36
+ "deprecated": false,
37
+ "public": true,
38
+ "type": "semantic",
39
+ "value": "{type.weight.light.value}"
40
+ },
41
+ "heading2": {
42
+ "deprecated": false,
43
+ "public": true,
44
+ "type": "semantic",
45
+ "value": "{type.weight.light.value}"
46
+ }
47
+ }
48
+ }
49
+ }
50
+ }