@aurodesignsystem/design-tokens 5.5.0 → 5.6.1

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 (79) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/CSSCustomProperties--bundled.css +805 -153
  3. package/dist/alaska/CSSCustomProperties--alaska.css +415 -88
  4. package/dist/alaska/JSONVariablesNested--alaska.json +636 -133
  5. package/dist/alaska/JSObject--allTokens.js +14129 -2689
  6. package/dist/alaska/SCSSVariables--alaska.scss +415 -88
  7. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +415 -88
  8. package/dist/alaska/primitives--alaska.scss +35 -34
  9. package/dist/auro-classic/CSSCustomProperties.css +1 -1
  10. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  11. package/dist/auro-classic/JSData--color.js +1 -1
  12. package/dist/auro-classic/JSObject--allTokens.js +1 -1
  13. package/dist/auro-classic/JSObject--deprecated.js +1 -1
  14. package/dist/auro-classic/JSVariables--color.js +1 -1
  15. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  16. package/dist/auro-classic/SCSSVariables.scss +1 -1
  17. package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  18. package/dist/auro-classic/SassCustomProperties.scss +1 -1
  19. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  20. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +391 -66
  21. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +614 -93
  22. package/dist/hawaiian/JSObject--allTokens.js +13996 -2622
  23. package/dist/hawaiian/SCSSVariables--hawaiian.scss +391 -66
  24. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +392 -67
  25. package/dist/hawaiian/primitives--hawaiian.scss +25 -24
  26. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  27. package/package.json +6 -6
  28. package/src/primitives/alaska/color.json +456 -456
  29. package/src/primitives/alaska/font.json +9 -9
  30. package/src/primitives/base/color.json +284 -284
  31. package/src/primitives/base/font.json +186 -175
  32. package/src/primitives/base/transparency.json +108 -108
  33. package/src/primitives/hawaiian/color.json +287 -287
  34. package/src/primitives/hawaiian/font.json +9 -9
  35. package/src/themes/alaska/advanced/accents.json +104 -0
  36. package/src/themes/alaska/advanced/boolean.json +134 -128
  37. package/src/themes/alaska/advanced/button/primary.json +146 -0
  38. package/src/themes/alaska/advanced/button/secondary.json +106 -0
  39. package/src/themes/alaska/advanced/button/tertiary.json +98 -0
  40. package/src/themes/alaska/advanced/hyperlink.json +19 -43
  41. package/src/themes/alaska/advanced/shared.json +30 -30
  42. package/src/themes/alaska/advanced/state.json +60 -60
  43. package/src/themes/alaska/basic/color/border.json +43 -45
  44. package/src/themes/alaska/basic/color/brand.json +61 -61
  45. package/src/themes/alaska/basic/color/fare-brand.json +44 -44
  46. package/src/themes/alaska/basic/color/page-background.json +9 -9
  47. package/src/themes/alaska/basic/color/status.json +36 -37
  48. package/src/themes/alaska/basic/color/surface.json +72 -80
  49. package/src/themes/alaska/basic/color/text-icon.json +37 -77
  50. package/src/themes/alaska/basic/corner-radius.json +15 -15
  51. package/src/themes/alaska/basic/font/accent.json +847 -217
  52. package/src/themes/alaska/basic/font/body.json +203 -48
  53. package/src/themes/alaska/basic/font/display.json +727 -187
  54. package/src/themes/alaska/basic/font/heading.json +725 -182
  55. package/src/themes/alaska-classic/typography.json +124 -124
  56. package/src/themes/hawaiian/advanced/accents.json +104 -0
  57. package/src/themes/hawaiian/advanced/boolean.json +134 -128
  58. package/src/themes/hawaiian/advanced/button/primary.json +146 -0
  59. package/src/themes/hawaiian/advanced/button/secondary.json +106 -0
  60. package/src/themes/hawaiian/advanced/button/tertiary.json +98 -0
  61. package/src/themes/hawaiian/advanced/hyperlink.json +19 -43
  62. package/src/themes/hawaiian/advanced/shared.json +30 -30
  63. package/src/themes/hawaiian/advanced/state.json +60 -60
  64. package/src/themes/hawaiian/basic/color/border.json +28 -29
  65. package/src/themes/hawaiian/basic/color/brand.json +48 -49
  66. package/src/themes/hawaiian/basic/color/fare-brand.json +41 -42
  67. package/src/themes/hawaiian/basic/color/page-background.json +8 -9
  68. package/src/themes/hawaiian/basic/color/status.json +36 -37
  69. package/src/themes/hawaiian/basic/color/surface.json +40 -41
  70. package/src/themes/hawaiian/basic/color/text-icon.json +37 -39
  71. package/src/themes/hawaiian/basic/corner-radius.json +30 -0
  72. package/src/themes/hawaiian/basic/font/accent.json +846 -216
  73. package/src/themes/hawaiian/basic/font/body.json +202 -47
  74. package/src/themes/hawaiian/basic/font/display.json +788 -0
  75. package/src/themes/hawaiian/basic/font/heading.json +724 -184
  76. package/src/themes/alaska/advanced/button.json +0 -262
  77. package/src/themes/hawaiian/advanced/button.json +0 -334
  78. package/src/themes/hawaiian/basic/color/color.json +0 -57
  79. package/src/themes/hawaiian/basic/font/typography.json +0 -248
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 03 Apr 2025 22:28:55 GMT
3
+ // Generated on Mon, 07 Apr 2025 21:40:32 GMT
4
4
 
5
5
  $as-color-atlas-100: #ebf7ff;
6
6
  $as-color-atlas-200: #aedeff;
@@ -52,16 +52,6 @@ $as-color-dune-700: #ab9165;
52
52
  $as-color-dune-800: #967d55;
53
53
  $as-color-dune-900: #7b6949;
54
54
  $as-color-dune-1000: #62543c;
55
- $as-color-summit-100: #e9f1f1;
56
- $as-color-summit-200: #dfe9ea;
57
- $as-color-summit-300: #c2d5d6;
58
- $as-color-summit-400: #9fbdbe;
59
- $as-color-summit-500: #7ba5a6;
60
- $as-color-summit-600: #5c8f91;
61
- $as-color-summit-700: #3d7a7d;
62
- $as-color-summit-800: #21686a;
63
- $as-color-summit-900: #005154;
64
- $as-color-summit-1000: #004447;
65
55
  $as-color-flare-100: #fff0e5;
66
56
  $as-color-flare-200: #ffe2cf;
67
57
  $as-color-flare-300: #ffc9a4;
@@ -102,6 +92,16 @@ $as-color-sol-700: #fad362;
102
92
  $as-color-sol-800: #f8cb48;
103
93
  $as-color-sol-900: #f5c22e;
104
94
  $as-color-sol-1000: #f2ba14;
95
+ $as-color-summit-100: #e9f1f1;
96
+ $as-color-summit-200: #dfe9ea;
97
+ $as-color-summit-300: #c2d5d6;
98
+ $as-color-summit-400: #9fbdbe;
99
+ $as-color-summit-500: #7ba5a6;
100
+ $as-color-summit-600: #5c8f91;
101
+ $as-color-summit-700: #3d7a7d;
102
+ $as-color-summit-800: #21686a;
103
+ $as-color-summit-900: #005154;
104
+ $as-color-summit-1000: #004447;
105
105
  $as-color-tropical-100: #eaf3dd;
106
106
  $as-color-tropical-200: #deedca;
107
107
  $as-color-tropical-300: #c9e1a7;
@@ -113,10 +113,6 @@ $as-color-tropical-800: #5f852d;
113
113
  $as-color-tropical-900: #476322;
114
114
  $as-color-tropical-1000: #212e0f;
115
115
  $as-color-black: #000000;
116
- $as-color-white: #ffffff;
117
- $as-color-oneworld-emerald: #139142;
118
- $as-color-oneworld-ruby: #a41d4a;
119
- $as-color-oneworld-sapphire: #015daa;
120
116
  $as-color-gray-50: #f7f7f7;
121
117
  $as-color-gray-100: #f2f2f2;
122
118
  $as-color-gray-200: #dddddd;
@@ -139,7 +135,10 @@ $as-color-neutral-700: #6a717c;
139
135
  $as-color-neutral-800: #585e67;
140
136
  $as-color-neutral-900: #484d55;
141
137
  $as-color-neutral-1000: #393d43;
142
- $as-color-status-error-100: #fddede;
138
+ $as-color-oneworld-emerald: #139142;
139
+ $as-color-oneworld-ruby: #a41d4a;
140
+ $as-color-oneworld-sapphire: #015daa;
141
+ $as-color-status-error-100: #fbc6c6;
143
142
  $as-color-status-error-200: #f9a4a8;
144
143
  $as-color-status-error-300: #f0898d;
145
144
  $as-color-status-error-400: #f15f65;
@@ -159,7 +158,7 @@ $as-color-status-help-700: #136791;
159
158
  $as-color-status-help-800: #195170;
160
159
  $as-color-status-help-900: #193b51;
161
160
  $as-color-status-help-1000: #152734;
162
- $as-color-status-success-100: #e4f1da;
161
+ $as-color-status-success-100: #d6eac7;
163
162
  $as-color-status-success-200: #b6de9b;
164
163
  $as-color-status-success-300: #96cf6e;
165
164
  $as-color-status-success-400: #7ac248;
@@ -169,7 +168,7 @@ $as-color-status-success-700: #447a1f;
169
168
  $as-color-status-success-800: #325a16;
170
169
  $as-color-status-success-900: #294912;
171
170
  $as-color-status-success-1000: #17290a;
172
- $as-color-status-warn-100: #fff6d1;
171
+ $as-color-status-warn-100: #fff0b2;
173
172
  $as-color-status-warn-200: #ffe382;
174
173
  $as-color-status-warn-300: #fac200;
175
174
  $as-color-status-warn-400: #e0ae00;
@@ -179,8 +178,19 @@ $as-color-status-warn-700: #856700;
179
178
  $as-color-status-warn-800: #6b5300;
180
179
  $as-color-status-warn-900: #523f00;
181
180
  $as-color-status-warn-1000: #382b00;
181
+ $as-color-white: #ffffff;
182
182
  $as-font-family-as-circular: AS Circular;
183
183
  $as-font-family-good-ot: Good OT;
184
+ $as-font-letter-spacing-md: .10em;
185
+ $as-font-letter-spacing-sm: .05em;
186
+ $as-font-letter-spacing-xs: 0;
187
+ $as-font-line-height-percent-100: 100%;
188
+ $as-font-line-height-percent-130: 130%;
189
+ $as-font-line-height-px-14: 14px;
190
+ $as-font-line-height-px-16: 16px;
191
+ $as-font-line-height-px-20: 20px;
192
+ $as-font-line-height-px-24: 24px;
193
+ $as-font-line-height-px-26: 26px;
184
194
  $as-font-size-10: 10px;
185
195
  $as-font-size-12: 12px;
186
196
  $as-font-size-14: 14px;
@@ -201,22 +211,13 @@ $as-font-size-56: 56px;
201
211
  $as-font-size-64: 64px;
202
212
  $as-font-size-72: 72px;
203
213
  $as-font-size-86: 86px;
204
- $as-font-line-height-14: 14px;
205
- $as-font-line-height-16: 16px;
206
- $as-font-line-height-20: 20px;
207
- $as-font-line-height-24: 24px;
208
- $as-font-line-height-26: 26px;
209
- $as-font-line-height-100: 100%;
210
- $as-font-line-height-130: 130%;
211
- $as-font-letter-spacing-xs: -.02px;
212
- $as-font-letter-spacing-sm: .05em;
213
- $as-font-letter-spacing-md: .10em;
214
- $as-font-weight-light: Light;
215
- $as-font-weight-book: Book;
216
- $as-font-weight-regular: Regular;
217
- $as-font-weight-cond-news: Cond News;
218
- $as-font-weight-cond-medium: Cond Medium;
219
- $as-font-weight-semibold: Semibold;
214
+ $as-font-weight-300: Light;
215
+ $as-font-weight-400: Regular;
216
+ $as-font-weight-425: Cond News;
217
+ $as-font-weight-450: Book;
218
+ $as-font-weight-500: Medium;
219
+ $as-font-weight-525: Cond Medium;
220
+ $as-font-weight-600: Semibold;
220
221
  $as-transparency-black-5: #0000000d;
221
222
  $as-transparency-black-10: #0000001a;
222
223
  $as-transparency-black-15: #00000026;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 03 Apr 2025 22:28:55 GMT
3
+ * Generated on Mon, 07 Apr 2025 21:40:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 03 Apr 2025 22:28:55 GMT
3
+ * Generated on Mon, 07 Apr 2025 21:40:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 03 Apr 2025 22:28:55 GMT
3
+ * Generated on Mon, 07 Apr 2025 21:40:32 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 03 Apr 2025 22:28:55 GMT
3
+ * Generated on Mon, 07 Apr 2025 21:40:32 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 03 Apr 2025 22:28:55 GMT
3
+ * Generated on Mon, 07 Apr 2025 21:40:32 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 03 Apr 2025 22:28:55 GMT
3
+ * Generated on Mon, 07 Apr 2025 21:40:32 GMT
4
4
  */
5
5
 
6
6
  export const DsColorAlertNotificationDefault = "#0074c8";
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 03 Apr 2025 22:28:55 GMT
4
+ * Generated on Mon, 07 Apr 2025 21:40:32 GMT
5
5
  */
6
6
 
7
7
  $ds-size-25: 0.125rem !default; // 2px
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 03 Apr 2025 22:28:55 GMT
3
+ // Generated on Mon, 07 Apr 2025 21:40:32 GMT
4
4
 
5
5
  $ds-color-alert-notification-default: #0074c8;
6
6
  $ds-color-alert-warning-default: #de750c;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Thu, 03 Apr 2025 22:28:55 GMT
4
+ Generated on Mon, 07 Apr 2025 21:40:32 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 03 Apr 2025 22:28:55 GMT
3
+ * Generated on Mon, 07 Apr 2025 21:40:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 03 Apr 2025 22:28:55 GMT
3
+ * Generated on Mon, 07 Apr 2025 21:40:32 GMT
4
4
  */
5
5
 
6
6
  :root {