@aurodesignsystem/design-tokens 4.10.2 → 4.11.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 (39) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/tokens/CSSCustomProperties.css +1 -1
  3. package/dist/tokens/CSSSizeCustomProperties.css +1 -1
  4. package/dist/tokens/JSData--color.js +1 -1
  5. package/dist/tokens/JSObject--allTokens.js +1 -1
  6. package/dist/tokens/JSObject--deprecated.js +1 -1
  7. package/dist/tokens/JSVariables--color.js +1 -1
  8. package/dist/tokens/SCSSVariableMap.scss +1 -1
  9. package/dist/tokens/SCSSVariables.scss +1 -1
  10. package/dist/tokens/SCSSVariablesMapFlat.scss +1 -1
  11. package/dist/tokens/SassCustomProperties.scss +1 -1
  12. package/dist/tokens/SassSizeCustomProperties.scss +1 -1
  13. package/dist/tokens/darkmode/CSSCustomProperties.css +1 -1
  14. package/dist/tokens/darkmode/JSDataColor.js +1 -1
  15. package/dist/tokens/darkmode/JSObject--deprecatedDark.js +1 -1
  16. package/dist/tokens/darkmode/JSVariablesColor.js +1 -1
  17. package/dist/tokens/darkmode/SCSSVariables.scss +1 -1
  18. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +1 -1
  19. package/dist/tokens/darkmode/SassCustomProperties.scss +1 -1
  20. package/dist/tokens/hawaiian/CSSCustomProperties.css +20 -0
  21. package/dist/tokens/transparent/CSSCustomProperties.css +615 -0
  22. package/package.json +1 -1
  23. package/src/themes/hawaiian/color/background.json +15 -0
  24. package/src/themes/hawaiian/color/border.json +18 -0
  25. package/src/themes/hawaiian/color/container.json +56 -0
  26. package/src/themes/hawaiian/color/icon.json +24 -0
  27. package/src/themes/hawaiian/color/text.json +44 -0
  28. package/src/themes/transparent/color/alert.json +90 -0
  29. package/src/themes/transparent/color/background.json +263 -0
  30. package/src/themes/transparent/color/base.json +1303 -0
  31. package/src/themes/transparent/color/border.json +341 -0
  32. package/src/themes/transparent/color/brand.json +1561 -0
  33. package/src/themes/transparent/color/container.json +464 -0
  34. package/src/themes/transparent/color/icon.json +602 -0
  35. package/src/themes/transparent/color/text.json +282 -0
  36. package/src/themes/transparent/color/tier.json +194 -0
  37. package/src/themes/transparent/color/ui.json +125 -0
  38. package/src/themes/transparent/color/utility.json +276 -0
  39. package/src/themes/transparent/elevation.json +22 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ # [4.11.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.10.2...v4.11.0) (2024-11-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * add temp hawaiian theme [#190](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/190) ([c9c3f58](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/c9c3f5842a1de02c7ae4a1675da66972748b1154))
9
+ * add transparent theme for testing [#191](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/191) ([9eed86e](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/9eed86e80c4235a35e515e83dd4a17fb2c2d7a2c))
10
+
3
11
  ## [4.10.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v4.10.1...v4.10.2) (2024-11-18)
4
12
 
5
13
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 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 Mon, 18 Nov 2024 17:51:45 GMT
4
+ * Generated on Wed, 20 Nov 2024 02:41:00 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 Mon, 18 Nov 2024 17:51:45 GMT
3
+ // Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
 
5
5
  $ds-asset-font-circular-family-name: "AS Circular";
6
6
  $ds-asset-font-circular-filename: "ASCircularWeb";
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Mon, 18 Nov 2024 17:51:45 GMT
4
+ Generated on Wed, 20 Nov 2024 02:41:00 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  export const DsColorBaseWhite = "#000000"; //
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ // Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
 
5
5
  //
6
6
  // // Base value for token support; should not use in code!
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Mon, 18 Nov 2024 17:51:45 GMT
4
+ Generated on Wed, 20 Nov 2024 02:41:00 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Nov 2024 17:51:45 GMT
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Wed, 20 Nov 2024 02:41:00 GMT
4
+ */
5
+
6
+ :root {
7
+ --ds-color-background-lightest: #f1f3f3;
8
+ --ds-color-border-ui-active-default: #ce0c88;
9
+ --ds-color-container-primary-default: #ffffff;
10
+ --ds-color-container-ui-primary-default-default: #ce0c88;
11
+ --ds-color-container-ui-primary-default-inverse: #f358b0;
12
+ --ds-color-container-ui-primary-active-default: #ce0c88;
13
+ --ds-color-container-ui-primary-active-inverse: #f358b0;
14
+ --ds-color-icon-primary-default: #463c8f;
15
+ --ds-color-icon-primary-inverse: #9b9dca;
16
+ --ds-color-text-primary-default: #000000;
17
+ --ds-color-text-primary-inverse: rgba(255, 255, 255, 0.87);
18
+ --ds-color-text-ui-default-default: #ce0c88;
19
+ --ds-color-text-ui-default-inverse: #f358b0;
20
+ }