@aurodesignsystem/design-tokens 5.3.0 → 5.4.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 (84) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +44 -255
  3. package/dist/CSSCustomProperties--bundled.css +129 -345
  4. package/dist/auro-classic/CSSCustomProperties.css +162 -162
  5. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  6. package/dist/auro-classic/JSData--color.js +1 -1
  7. package/dist/auro-classic/JSONVariablesFlat.json +162 -162
  8. package/dist/auro-classic/JSONVariablesNested.json +452 -452
  9. package/dist/auro-classic/JSObject--allTokens.js +16610 -16610
  10. package/dist/auro-classic/JSObject--deprecated.js +17434 -17434
  11. package/dist/auro-classic/JSVariables--color.js +1 -1
  12. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  13. package/dist/auro-classic/SCSSVariables.scss +162 -162
  14. package/dist/auro-classic/SCSSVariablesMapFlat.scss +181 -181
  15. package/dist/auro-classic/SassCustomProperties.scss +162 -162
  16. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  17. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +129 -113
  18. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +188 -0
  19. package/dist/hawaiian/JSObject--allTokens.js +3362 -2893
  20. package/dist/hawaiian/SCSSVariables--hawaiian.scss +129 -113
  21. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +129 -113
  22. package/dist/hawaiian/primitives--hawaiian.scss +202 -172
  23. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  24. package/package.json +1 -1
  25. package/src/primitives/alaska/{typography.json → font.json} +4 -11
  26. package/src/primitives/alaska-classic/{typography.json → font.json} +4 -11
  27. package/src/primitives/base/{typography.json → font.json} +102 -48
  28. package/src/primitives/base/transparency.json +7 -0
  29. package/src/primitives/hawaiian/{typography.json → font.json} +3 -11
  30. package/src/themes/alaska/advanced/boolean.json +136 -0
  31. package/src/themes/alaska/{component.json → advanced/button.json} +1 -133
  32. package/src/themes/alaska/advanced/hyperlink.json +62 -0
  33. package/src/themes/alaska/advanced/shared.json +46 -0
  34. package/src/themes/alaska/advanced/state.json +70 -0
  35. package/src/themes/alaska/basic/color/border.json +66 -0
  36. package/src/themes/alaska/basic/color/brand.json +108 -0
  37. package/src/themes/alaska/basic/color/fare-brand.json +74 -0
  38. package/src/themes/alaska/basic/color/page-background.json +24 -0
  39. package/src/themes/alaska/basic/color/status.json +88 -0
  40. package/src/themes/alaska/basic/color/surface.json +96 -0
  41. package/src/themes/alaska/basic/color/text-icon.json +96 -0
  42. package/src/themes/alaska/basic/corner-radius.json +30 -0
  43. package/src/themes/alaska/basic/font/accent.json +288 -0
  44. package/src/themes/alaska/basic/font/body.json +63 -0
  45. package/src/themes/alaska/basic/font/display.json +248 -0
  46. package/src/themes/alaska/basic/font/heading.json +245 -0
  47. package/src/themes/alaska-classic/component/boolean.json +70 -0
  48. package/src/themes/alaska-classic/{component.json → component/button.json} +1 -133
  49. package/src/themes/alaska-classic/component/hyperlink.json +62 -0
  50. package/src/themes/alaska-classic/component/shared.json +46 -0
  51. package/src/themes/alaska-classic/component/state.json +70 -0
  52. package/src/themes/alaska-classic/typography.json +799 -107
  53. package/src/themes/hawaiian/advanced/boolean.json +138 -0
  54. package/src/themes/hawaiian/advanced/button.json +334 -0
  55. package/src/themes/hawaiian/advanced/hyperlink.json +64 -0
  56. package/src/themes/hawaiian/advanced/shared.json +48 -0
  57. package/src/themes/hawaiian/advanced/state.json +72 -0
  58. package/src/themes/hawaiian/basic/color/border.json +65 -0
  59. package/src/themes/hawaiian/basic/color/brand.json +105 -0
  60. package/src/themes/hawaiian/basic/color/color.json +57 -0
  61. package/src/themes/hawaiian/basic/color/fare-brand.json +75 -0
  62. package/src/themes/hawaiian/basic/color/page-background.json +25 -0
  63. package/src/themes/hawaiian/basic/color/status.json +81 -0
  64. package/src/themes/hawaiian/basic/color/surface.json +89 -0
  65. package/src/themes/hawaiian/basic/color/text-icon.json +58 -0
  66. package/src/themes/hawaiian/basic/font/accent.json +288 -0
  67. package/src/themes/hawaiian/basic/font/body.json +63 -0
  68. package/src/themes/hawaiian/basic/font/heading.json +248 -0
  69. package/src/themes/hawaiian/basic/font/typography.json +248 -0
  70. package/dist/alaska/CSSCustomProperties--alaska.css +0 -119
  71. package/dist/alaska/JSObject--allTokens.js +0 -3731
  72. package/dist/alaska/SCSSVariables--alaska.scss +0 -116
  73. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +0 -120
  74. package/dist/alaska/primitives--alaska.scss +0 -215
  75. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +0 -119
  76. package/dist/alaska-classic/JSObject--allTokens.js +0 -3731
  77. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +0 -116
  78. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +0 -120
  79. package/dist/alaska-classic/primitives--alaskaClassic.scss +0 -215
  80. package/src/themes/alaska/color.json +0 -444
  81. package/src/themes/alaska/typography.json +0 -132
  82. package/src/themes/hawaiian/color.json +0 -444
  83. package/src/themes/hawaiian/component.json +0 -392
  84. package/src/themes/hawaiian/typography.json +0 -132
@@ -0,0 +1,65 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "border": {
5
+ "bold": {
6
+ "value": "{color.gray.400.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Bold border color",
11
+ "deprecated": false
12
+ },
13
+ "brand": {
14
+ "value": "{basic.color.brand.primary.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Brand border color",
19
+ "deprecated": false
20
+ },
21
+ "default": {
22
+ "value": "{color.gray.250.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Default border color",
27
+ "deprecated": false
28
+ },
29
+ "divider": {
30
+ "value": "{transparency.black.15.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Divider border color",
35
+ "deprecated": false
36
+ },
37
+ "dividerInverse": {
38
+ "value": "{transparency.white.40.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "Inverse divider border color",
43
+ "deprecated": false
44
+ },
45
+ "inverse": {
46
+ "value": "{color.white.value}",
47
+ "type": "semantic",
48
+ "public": true,
49
+ "default": true,
50
+ "usage": "Inverse border color",
51
+ "deprecated": false
52
+ },
53
+ "subtle": {
54
+ "value": "{color.gray.200.value}",
55
+ "type": "semantic",
56
+ "public": true,
57
+ "default": true,
58
+ "usage": "Subtle border color",
59
+ "deprecated": false
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
65
+
@@ -0,0 +1,105 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "brand": {
5
+ "primary": {
6
+ "value": "{color.royalpurple.600.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Primary brand color",
11
+ "deprecated": false
12
+ },
13
+ "primaryBold": {
14
+ "value": "{color.royalpurple.800.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Bold primary brand color",
19
+ "deprecated": false
20
+ },
21
+ "primaryMuted": {
22
+ "value": "{color.royalpurple.100.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Muted primary brand color",
27
+ "deprecated": false
28
+ },
29
+ "primarySubtle": {
30
+ "value": "{color.royalpurple.400.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Subtle primary brand color",
35
+ "deprecated": false
36
+ },
37
+ "secondary": {
38
+ "value": "{color.alohapink.600.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "Secondary brand color",
43
+ "deprecated": false
44
+ },
45
+ "secondaryBold": {
46
+ "value": "{color.alohapink.800.value}",
47
+ "type": "semantic",
48
+ "public": true,
49
+ "default": true,
50
+ "usage": "Bold secondary brand color",
51
+ "deprecated": false
52
+ },
53
+ "secondaryMuted": {
54
+ "value": "{color.alohapink.100.value}",
55
+ "type": "semantic",
56
+ "public": true,
57
+ "default": true,
58
+ "usage": "Muted secondary brand color",
59
+ "deprecated": false
60
+ },
61
+ "secondarySubtle": {
62
+ "value": "{color.alohapink.500.value}",
63
+ "type": "semantic",
64
+ "public": true,
65
+ "default": true,
66
+ "usage": "Subtle secondary brand color",
67
+ "deprecated": false
68
+ },
69
+ "tertiary": {
70
+ "value": "{color.sunset.600.value}",
71
+ "type": "semantic",
72
+ "public": true,
73
+ "default": true,
74
+ "usage": "Tertiary brand color",
75
+ "deprecated": false
76
+ },
77
+ "tertiaryBold": {
78
+ "value": "{color.sunset.800.value}",
79
+ "type": "semantic",
80
+ "public": true,
81
+ "default": true,
82
+ "usage": "Bold tertiary brand color",
83
+ "deprecated": false
84
+ },
85
+ "tertiaryMuted": {
86
+ "value": "{color.sunset.100.value}",
87
+ "type": "semantic",
88
+ "public": true,
89
+ "default": true,
90
+ "usage": "Muted tertiary brand color",
91
+ "deprecated": false
92
+ },
93
+ "tertiarySubtle": {
94
+ "value": "{color.sunset.400.value}",
95
+ "type": "semantic",
96
+ "public": true,
97
+ "default": true,
98
+ "usage": "Subtle tertiary brand color",
99
+ "deprecated": false
100
+ }
101
+ }
102
+ }
103
+ }
104
+ }
105
+
@@ -0,0 +1,57 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "textIcon": {
5
+ "accent1": {
6
+ "value": "{color.black.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Accent text/icon color",
11
+ "deprecated": false
12
+ },
13
+ "default": {
14
+ "value": "{color.black.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Default text/icon color",
19
+ "deprecated": false
20
+ },
21
+ "disabled": {
22
+ "value": "{color.gray.250.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Disabled text/icon color",
27
+ "deprecated": false
28
+ },
29
+ "inverse": {
30
+ "value": "{color.white.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Inverse text/icon color",
35
+ "deprecated": false
36
+ },
37
+ "inverseDisabled": {
38
+ "value": "{color.gray.250.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "Disabled inverse text/icon color",
43
+ "deprecated": false
44
+ },
45
+ "muted": {
46
+ "value": "{color.gray.900.value}",
47
+ "type": "semantic",
48
+ "public": true,
49
+ "default": true,
50
+ "usage": "Muted text/icon color",
51
+ "deprecated": false
52
+ }
53
+ }
54
+ }
55
+ }
56
+ }
57
+
@@ -0,0 +1,75 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "fareBrand": {
5
+ "basicEconomy": {
6
+ "value": "{color.gray.250.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Basic fare brand color",
11
+ "deprecated": false
12
+ },
13
+ "businessFirst": {
14
+ "value": "{color.royalpurple.600.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "First class fare brand color",
19
+ "deprecated": false
20
+ },
21
+ "economy": {
22
+ "value": "{color.alohapink.600.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Economy fare brand color",
27
+ "deprecated": false
28
+ },
29
+ "first": {
30
+ "value": "{color.royalpurple.600.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "First class fare brand color",
35
+ "deprecated": false
36
+ },
37
+ "premiumEconomy": {
38
+ "value": "{color.ocean.800.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "Premium fare brand color",
43
+ "deprecated": false
44
+ },
45
+ "oneWorld": {
46
+ "emerald": {
47
+ "value": "{color.oneworld.emerald.value}",
48
+ "type": "semantic",
49
+ "public": true,
50
+ "default": true,
51
+ "usage": "OneWorld Emerald brand color",
52
+ "deprecated": false
53
+ },
54
+ "sapphire": {
55
+ "value": "{color.oneworld.sapphire.value}",
56
+ "type": "semantic",
57
+ "public": true,
58
+ "default": true,
59
+ "usage": "OneWorld Sapphire brand color",
60
+ "deprecated": false
61
+ },
62
+ "ruby": {
63
+ "value": "{color.oneworld.ruby.value}",
64
+ "type": "semantic",
65
+ "public": true,
66
+ "default": true,
67
+ "usage": "OneWorld Ruby brand color",
68
+ "deprecated": false
69
+ }
70
+ }
71
+ }
72
+ }
73
+ }
74
+ }
75
+
@@ -0,0 +1,25 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "pageBackground": {
5
+ "default": {
6
+ "value": "{color.white.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Default page background color",
11
+ "deprecated": false
12
+ },
13
+ "utility": {
14
+ "value": "{color.gray.100.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Utility page background color",
19
+ "deprecated": false
20
+ }
21
+ }
22
+ }
23
+ }
24
+ }
25
+
@@ -0,0 +1,81 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "status": {
5
+ "default": {
6
+ "value": "{color.neutral.400.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Default status color",
11
+ "deprecated": false
12
+ },
13
+ "error": {
14
+ "value": "{color.status.error.600.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Error status color",
19
+ "deprecated": false
20
+ },
21
+ "errorSubtle": {
22
+ "value": "{color.status.error.100.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Subtle error status color",
27
+ "deprecated": false
28
+ },
29
+ "info": {
30
+ "value": "{color.status.help.600.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Info status color",
35
+ "deprecated": false
36
+ },
37
+ "infoSubtle": {
38
+ "value": "{color.status.help.100.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "Subtle info status color",
43
+ "deprecated": false
44
+ },
45
+ "success": {
46
+ "value": "{color.status.success.600.value}",
47
+ "type": "semantic",
48
+ "public": true,
49
+ "default": true,
50
+ "usage": "Success status color",
51
+ "deprecated": false
52
+ },
53
+ "successSubtle": {
54
+ "value": "{color.status.success.100.value}",
55
+ "type": "semantic",
56
+ "public": true,
57
+ "default": true,
58
+ "usage": "Subtle success status color",
59
+ "deprecated": false
60
+ },
61
+ "warning": {
62
+ "value": "{color.status.warn.300.value}",
63
+ "type": "semantic",
64
+ "public": true,
65
+ "default": true,
66
+ "usage": "Warning status color",
67
+ "deprecated": false
68
+ },
69
+ "warningSubtle": {
70
+ "value": "{color.status.warn.100.value}",
71
+ "type": "semantic",
72
+ "public": true,
73
+ "default": true,
74
+ "usage": "Subtle warning status color",
75
+ "deprecated": false
76
+ }
77
+ }
78
+ }
79
+ }
80
+ }
81
+
@@ -0,0 +1,89 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "surface": {
5
+ "accent1": {
6
+ "value": "{color.royalpurple.300.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Accent surface color",
11
+ "deprecated": false
12
+ },
13
+ "accent1Muted": {
14
+ "value": "{basic.color.brand.primaryMuted.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Muted accent surface color",
19
+ "deprecated": false
20
+ },
21
+ "accent1Subtle": {
22
+ "value": "{color.royalpurple.300.value}",
23
+ "type": "semantic",
24
+ "public": true,
25
+ "default": true,
26
+ "usage": "Subtle accent surface color",
27
+ "deprecated": false
28
+ },
29
+ "accent2": {
30
+ "value": "{color.gray.50.value}",
31
+ "type": "semantic",
32
+ "public": true,
33
+ "default": true,
34
+ "usage": "Accent surface color",
35
+ "deprecated": false
36
+ },
37
+ "accent2Muted": {
38
+ "value": "{color.gray.50.value}",
39
+ "type": "semantic",
40
+ "public": true,
41
+ "default": true,
42
+ "usage": "Muted accent surface color",
43
+ "deprecated": false
44
+ },
45
+ "default": {
46
+ "value": "{color.white.value}",
47
+ "type": "semantic",
48
+ "public": true,
49
+ "default": true,
50
+ "usage": "Default surface color",
51
+ "deprecated": false
52
+ },
53
+ "inverse": {
54
+ "value": "{basic.color.brand.primary.value}",
55
+ "type": "semantic",
56
+ "public": true,
57
+ "default": true,
58
+ "usage": "Inverse surface color",
59
+ "deprecated": false
60
+ },
61
+ "inverseSubtle": {
62
+ "value": "{basic.color.brand.primarySubtle.value}",
63
+ "type": "semantic",
64
+ "public": true,
65
+ "default": true,
66
+ "usage": "Subtle inverse surface color",
67
+ "deprecated": false
68
+ },
69
+ "neutralMedium": {
70
+ "value": "{color.gray.200.value}",
71
+ "type": "semantic",
72
+ "public": true,
73
+ "default": true,
74
+ "usage": "Medium neutral surface color",
75
+ "deprecated": false
76
+ },
77
+ "neutralSubtle": {
78
+ "value": "{color.gray.50.value}",
79
+ "type": "semantic",
80
+ "public": true,
81
+ "default": true,
82
+ "usage": "Subtle neutral surface color",
83
+ "deprecated": false
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
89
+
@@ -0,0 +1,58 @@
1
+ {
2
+ "basic": {
3
+ "color": {
4
+ "textIcon": {
5
+ "default": {
6
+ "value": "{color.black.value}",
7
+ "type": "semantic",
8
+ "public": true,
9
+ "default": true,
10
+ "usage": "Default text color",
11
+ "deprecated": false
12
+ },
13
+ "muted": {
14
+ "value": "{color.gray.900.value}",
15
+ "type": "semantic",
16
+ "public": true,
17
+ "default": true,
18
+ "usage": "Muted text color",
19
+ "deprecated": false
20
+ },
21
+ "disabled": {
22
+ "default": {
23
+ "value": "{color.gray.250.value}",
24
+ "type": "semantic",
25
+ "public": true,
26
+ "default": true,
27
+ "usage": "Disabled text/icon color",
28
+ "deprecated": false
29
+ },
30
+ "inverse": {
31
+ "value": "{color.neutral.600.value}",
32
+ "type": "semantic",
33
+ "public": true,
34
+ "default": true,
35
+ "usage": "Disabled inverse text/icon color",
36
+ "deprecated": false
37
+ }
38
+ },
39
+ "accent1": {
40
+ "value": "{basic.color.brand.primary.value}",
41
+ "type": "semantic",
42
+ "public": true,
43
+ "default": true,
44
+ "usage": "Accent text color",
45
+ "deprecated": false
46
+ },
47
+ "inverse": {
48
+ "value": "{color.white.value}",
49
+ "type": "semantic",
50
+ "public": true,
51
+ "default": true,
52
+ "usage": "Inverse text color",
53
+ "deprecated": false
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }