@aurodesignsystem/design-tokens 4.4.0 → 4.6.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 (68) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/README.md +30 -23
  3. package/dist/tokens/CSSCustomProperties.css +1541 -64
  4. package/dist/tokens/CSSSizeCustomProperties.css +1 -1
  5. package/dist/tokens/JSData--color.js +16463 -2038
  6. package/dist/tokens/JSONVariablesFlat.json +470 -33
  7. package/dist/tokens/JSONVariablesNested.json +735 -48
  8. package/dist/tokens/JSObject--allTokens.js +13406 -2117
  9. package/dist/tokens/JSObject--deprecated.js +2266 -1897
  10. package/dist/tokens/JSVariables--color.js +736 -39
  11. package/dist/tokens/SCSSVariableMap.scss +1 -1
  12. package/dist/tokens/SCSSVariables.scss +1003 -46
  13. package/dist/tokens/SCSSVariablesMapFlat.scss +1006 -47
  14. package/dist/tokens/SassCustomProperties.scss +1541 -64
  15. package/dist/tokens/SassSizeCustomProperties.scss +1 -1
  16. package/dist/tokens/darkmode/CSSCustomProperties.css +4 -4
  17. package/dist/tokens/darkmode/JSDataColor.js +94 -30
  18. package/dist/tokens/darkmode/{JSObject--allDarkTokens.js → JSObject--deprecatedDark.js} +107 -43
  19. package/dist/tokens/darkmode/JSVariablesColor.js +4 -4
  20. package/dist/tokens/darkmode/SCSSVariables.scss +4 -4
  21. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +4 -4
  22. package/dist/tokens/darkmode/SassCustomProperties.scss +4 -4
  23. package/dist/tokens/excursion/JSONVariablesFlat.json +736 -0
  24. package/dist/tokens/excursion/JSONVariablesNested.json +1222 -0
  25. package/package.json +5 -5
  26. package/src/color/alert.json +18 -103
  27. package/src/color/background.json +215 -10
  28. package/src/color/base.json +1219 -70
  29. package/src/color/border.json +253 -133
  30. package/src/color/brand.json +1204 -185
  31. package/src/color/container.json +464 -0
  32. package/src/color/icon.json +449 -91
  33. package/src/color/text.json +200 -145
  34. package/src/color/tier.json +118 -52
  35. package/src/color/ui.json +29 -115
  36. package/src/color-darkmode/base.json +6 -2
  37. package/src/color-darkmode/border.json +6 -2
  38. package/src/color-darkmode/icon.json +6 -2
  39. package/src/color-darkmode/text.json +15 -5
  40. package/src/color-darkmode/tier.json +6 -2
  41. package/src/depth.json +0 -7
  42. package/src/size/scale.json +0 -80
  43. package/src/themes/excursion/animation.json +21 -0
  44. package/src/themes/excursion/asset/font.json +35 -0
  45. package/src/themes/excursion/color/alert.json +90 -0
  46. package/src/themes/excursion/color/background.json +280 -0
  47. package/src/themes/excursion/color/base.json +1303 -0
  48. package/src/themes/excursion/color/border.json +288 -0
  49. package/src/themes/excursion/color/brand.json +1549 -0
  50. package/src/themes/excursion/color/container.json +464 -0
  51. package/src/themes/excursion/color/excursion.json +254 -0
  52. package/src/themes/excursion/color/icon.json +476 -0
  53. package/src/themes/excursion/color/text.json +270 -0
  54. package/src/themes/excursion/color/tier.json +180 -0
  55. package/src/themes/excursion/color/ui.json +125 -0
  56. package/src/themes/excursion/comments.json +34 -0
  57. package/src/themes/excursion/depth copy.json +22 -0
  58. package/src/themes/excursion/elevation.json +22 -0
  59. package/src/themes/excursion/grid-breakpoint.json +29 -0
  60. package/src/themes/excursion/grid-column.json +29 -0
  61. package/src/themes/excursion/grid-gutter.json +29 -0
  62. package/src/themes/excursion/grid-margin.json +29 -0
  63. package/src/themes/excursion/size/radius.json +9 -0
  64. package/src/themes/excursion/size/scale.json +234 -0
  65. package/src/themes/excursion/size/unitless-scale.json +82 -0
  66. package/src/themes/excursion/text.json +572 -0
  67. package/src/breakpoint.json +0 -28
  68. package/src/shadow.json +0 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ # [4.6.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.5.0...v4.6.0) (2024-05-28)
4
+
5
+
6
+ ### Features
7
+
8
+ * add all tier 2 excursion tokens [#153](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/153) ([c9957da](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/c9957da1a6b683807f19c6c618d137238db9bd90))
9
+ * add full list of excursion tier 1 tokens [#153](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/153) ([7909ad3](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/7909ad3155a3ddfdbca9303197a75cb8662556f1))
10
+ * **background:** add additional name convention for theme support ([49fa189](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/49fa189cbd20ec777994f9819739e9a6862a2d3e))
11
+
12
+
13
+ ### Performance Improvements
14
+
15
+ * add all non color classic tokens to excursion theme ([a6ffc04](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/a6ffc0459e407500a9102a814d5b89059b1612df))
16
+
17
+ # [4.5.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.4.0...v4.5.0) (2024-05-23)
18
+
19
+
20
+ ### Features
21
+
22
+ * add excursion theme [#151](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/151) ([1f33445](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/1f334454c520871a7130f9f4a086b777e2ad2010))
23
+ * add new and depcrecate old tier 2 color tokens ([e3b946c](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/e3b946cda3a96842d23e4cd141284435f0d28960))
24
+ * add new and deprecate old tier 1 color tokens ([4a40ba2](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/4a40ba25a911ae5fcc869d81921045e76f2dcb78))
25
+
26
+
27
+ ### Performance Improvements
28
+
29
+ * remove previously deprecated tokens ([1bc164b](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/1bc164bc7b111f8defd6155edbd199711ca53ae5))
30
+
3
31
  # [4.4.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.3.1...v4.4.0) (2024-05-09)
4
32
 
5
33
 
package/README.md CHANGED
@@ -16,29 +16,36 @@ Pre-processed resources are available in the `./dist/tokens` directory of the [n
16
16
 
17
17
  ```
18
18
  └── tokens
19
- ├── CSSCustomProperties.css
20
- ├── CSSSizeCustomProperties.css
21
- ├── JSData--color.js
22
- ├── JSONVariablesFlat.json
23
- ├── JSONVariablesNested.json
24
- ├── JSObject--allTokens.js
25
- ├── JSObject--deprecated.js
26
- ├── JSVariables--color.js
27
- ├── SCSSVariableMap.scss
28
- ├── SCSSVariables.scss
29
- ├── SCSSVariablesMapFlat.scss
30
- ├── SassCustomProperties.scss
31
- ├── SassSizeCustomProperties.scss
32
- └── darkmode
33
- ├── CSSCustomProperties.css
34
- ├── JSDataColor.js
35
- ├── JSObject--allDarkTokens.js
36
- ├── JSVariablesColor.js
37
- ├── SCSSVariables.scss
38
- ├── SCSSVariablesMapFlat.scss
39
- └── SassCustomProperties.scss
19
+ ├── CSSCustomProperties.css
20
+ ├── CSSSizeCustomProperties.css
21
+ ├── JSData--color.js
22
+ ├── JSONVariablesFlat.json
23
+ ├── JSONVariablesNested.json
24
+ ├── JSObject--allTokens.js
25
+ ├── JSObject--deprecated.js
26
+ ├── JSVariables--color.js
27
+ ├── SCSSVariableMap.scss
28
+ ├── SCSSVariables.scss
29
+ ├── SCSSVariablesMapFlat.scss
30
+ ├── SassCustomProperties.scss
31
+ ├── SassSizeCustomProperties.scss
32
+ ├── darkmode
33
+ | ├── CSSCustomProperties.css
34
+ | ├── JSDataColor.js
35
+ | ├── JSObject--deprecatedDark.js
36
+ | ├── JSVariablesColor.js
37
+ | ├── SCSSVariables.scss
38
+ | ├── SCSSVariablesMapFlat.scss
39
+ | └── SassCustomProperties.scss
40
+ └── excursion (BETA)
41
+ ├── JSONVariablesFlat.json
42
+ └── JSONVariablesNested.json
40
43
  ```
41
44
 
45
+ ### BETA Excursion release
46
+
47
+ Auro Design Tokens v4.5.x includes some changes to existing token values as well as the inclusion of the new Excursion theme. This new theme is to be considered a BETA release with limited use. For all primary Auro UIs, please continue to use the primary Auro design tokens. Excursion is only intended for UIs that are being custom built to support this new UI with limited release. Expect significant changes in this space WITHOUT a MAJOR release. **You have been warned**.
48
+
42
49
  ### Resource Descriptions
43
50
 
44
51
  | File | Syntax | Type | Status | Filter Type / Description |
@@ -87,7 +94,7 @@ Moreover, if project specifications dictate the use of Sass variables, `SCSSVari
87
94
  @import "~@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables.scss";
88
95
  ```
89
96
 
90
- **NOTE:** When developing new UI code in Sass, it's still advisable to leverage CSS custom properties over Sass variables. See **Install with CSS** below.
97
+ **NOTE:** When developing new UI code in Sass, it's still advisable to leverage CSS custom properties over Sass variables. See **Install with CSS** below.
91
98
 
92
99
  ### Install with CSS
93
100
 
@@ -115,4 +122,4 @@ Using the `https://cdn.jsdelivr.net/npm/` CDN, every file in the dist directory
115
122
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm//@aurodesignsystem/design-tokens@latest/dist/tokens/CSSCustomProperties.css">
116
123
  ```
117
124
 
118
- **Note:** Exercise caution when using this CDN solution. The Auro team is NOT responsible for the maintenance of the CDN `https://cdn.jsdelivr.net/` [uptime](https://www.isitupdown.com/jsdelivr) and are unable to effectively troubleshoot response issues. It is recommended to use the installed version of Auro Design Tokens for critical UIs. Any additional CDN solution must be maintained by the team using this solution per this [Discussion](https://github.com/orgs/AlaskaAirlines/discussions/513).
125
+ **Note:** Exercise caution when using this CDN solution. The Auro team is NOT responsible for the maintenance of the CDN `https://cdn.jsdelivr.net/` [uptime](https://www.isitupdown.com/jsdelivr) and are unable to effectively troubleshoot response issues. It is recommended to use the installed version of Auro Design Tokens for critical UIs. Any additional CDN solution must be maintained by the team using this solution per this [Discussion](https://github.com/orgs/AlaskaAirlines/discussions/513).