@aurodesignsystem/design-tokens 4.5.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 (50) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +5 -1
  3. package/dist/tokens/CSSCustomProperties.css +9 -9
  4. package/dist/tokens/CSSSizeCustomProperties.css +1 -1
  5. package/dist/tokens/JSData--color.js +237 -219
  6. package/dist/tokens/JSONVariablesFlat.json +8 -8
  7. package/dist/tokens/JSONVariablesNested.json +17 -15
  8. package/dist/tokens/JSObject--allTokens.js +237 -219
  9. package/dist/tokens/JSObject--deprecated.js +1 -1
  10. package/dist/tokens/JSVariables--color.js +9 -9
  11. package/dist/tokens/SCSSVariableMap.scss +1 -1
  12. package/dist/tokens/SCSSVariables.scss +9 -9
  13. package/dist/tokens/SCSSVariablesMapFlat.scss +9 -9
  14. package/dist/tokens/SassCustomProperties.scss +9 -9
  15. package/dist/tokens/SassSizeCustomProperties.scss +1 -1
  16. package/dist/tokens/darkmode/CSSCustomProperties.css +1 -1
  17. package/dist/tokens/darkmode/JSDataColor.js +1 -1
  18. package/dist/tokens/darkmode/JSObject--deprecatedDark.js +1 -1
  19. package/dist/tokens/darkmode/JSVariablesColor.js +1 -1
  20. package/dist/tokens/darkmode/SCSSVariables.scss +1 -1
  21. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +1 -1
  22. package/dist/tokens/darkmode/SassCustomProperties.scss +1 -1
  23. package/dist/tokens/excursion/JSONVariablesFlat.json +699 -30
  24. package/dist/tokens/excursion/JSONVariablesNested.json +1156 -39
  25. package/package.json +1 -1
  26. package/src/color/background.json +69 -67
  27. package/src/themes/excursion/animation.json +21 -0
  28. package/src/themes/excursion/asset/font.json +35 -0
  29. package/src/themes/excursion/color/alert.json +90 -0
  30. package/src/themes/excursion/color/background.json +208 -1
  31. package/src/themes/excursion/color/base.json +1295 -226
  32. package/src/themes/excursion/color/border.json +288 -0
  33. package/src/themes/excursion/color/brand.json +1388 -93
  34. package/src/themes/excursion/color/container.json +464 -0
  35. package/src/themes/excursion/color/excursion.json +254 -0
  36. package/src/themes/excursion/color/icon.json +476 -0
  37. package/src/themes/excursion/color/text.json +270 -0
  38. package/src/themes/excursion/color/tier.json +180 -0
  39. package/src/themes/excursion/color/ui.json +125 -0
  40. package/src/themes/excursion/comments.json +34 -0
  41. package/src/themes/excursion/depth copy.json +22 -0
  42. package/src/themes/excursion/elevation.json +22 -0
  43. package/src/themes/excursion/grid-breakpoint.json +29 -0
  44. package/src/themes/excursion/grid-column.json +29 -0
  45. package/src/themes/excursion/grid-gutter.json +29 -0
  46. package/src/themes/excursion/grid-margin.json +29 -0
  47. package/src/themes/excursion/size/radius.json +9 -0
  48. package/src/themes/excursion/size/scale.json +234 -0
  49. package/src/themes/excursion/size/unitless-scale.json +82 -0
  50. package/src/themes/excursion/text.json +572 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 May 2024 18:24:57 GMT
3
+ * Generated on Tue, 28 May 2024 17:33:10 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 May 2024 18:24:57 GMT
3
+ * Generated on Tue, 28 May 2024 17:33:11 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 May 2024 18:24:57 GMT
3
+ * Generated on Tue, 28 May 2024 17:33:11 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, 23 May 2024 18:24:57 GMT
3
+ * Generated on Tue, 28 May 2024 17:33:11 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, 23 May 2024 18:24:57 GMT
3
+ * Generated on Tue, 28 May 2024 17:33:11 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 Thu, 23 May 2024 18:24:57 GMT
3
+ // Generated on Tue, 28 May 2024 17:33:11 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 Thu, 23 May 2024 18:24:57 GMT
4
+ Generated on Tue, 28 May 2024 17:33:11 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 May 2024 18:24:57 GMT
3
+ * Generated on Tue, 28 May 2024 17:33:11 GMT
4
4
  */
5
5
 
6
6
  :root {