@patternfly/design-tokens 1.14.8 → 1.15.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 (53) hide show
  1. package/build/css/tokens-dark.scss +14 -15
  2. package/build/css/tokens-default.scss +10 -11
  3. package/build/css/tokens-glass-dark.scss +16 -3
  4. package/build/css/tokens-glass.scss +9 -3
  5. package/build/css/tokens-palette.scss +3 -1
  6. package/build/css/tokens-redhat-dark.scss +4 -3
  7. package/build/css/tokens-redhat-glass-dark.scss +18 -4
  8. package/build/css/tokens-redhat-glass.scss +9 -3
  9. package/build/css/tokens-redhat-highcontrast-dark.scss +10 -3
  10. package/build/css/tokens-redhat-highcontrast.scss +2 -2
  11. package/build/css/tokens-redhat.scss +1 -1
  12. package/config.palette-colors.json +1 -1
  13. package/package.json +1 -1
  14. package/patternfly-docs/content/token-layers-glass-dark.json +497 -1097
  15. package/patternfly-docs/content/token-layers-glass.json +332 -904
  16. package/patternfly-docs/content/token-layers-highcontrast-dark.json +410 -385
  17. package/patternfly-docs/content/token-layers-highcontrast.json +540 -519
  18. package/patternfly-docs/content/token-layers-redhat-dark.json +2555 -2592
  19. package/patternfly-docs/content/token-layers-redhat-glass-dark.json +1112 -1768
  20. package/patternfly-docs/content/token-layers-redhat-glass.json +327 -899
  21. package/patternfly-docs/content/token-layers-redhat-highcontrast-dark.json +443 -422
  22. package/patternfly-docs/content/token-layers-redhat-highcontrast.json +626 -609
  23. package/patternfly-docs/content/token-layers-redhat.json +692 -671
  24. package/plugins/export-patternfly-tokens/dist/ui.html +32 -24
  25. package/plugins/export-patternfly-tokens/src/ui.tsx +8 -0
  26. package/tokens/default/dark/base.dark.json +5 -5
  27. package/tokens/default/dark/charts.dark.json +18 -18
  28. package/tokens/default/dark/semantic.dark.json +34 -39
  29. package/tokens/default/glass/base.dimension.json +16 -16
  30. package/tokens/default/glass/base.json +2 -2
  31. package/tokens/default/glass/semantic.glass.json +33 -38
  32. package/tokens/default/glass-dark/base.dark.json +5 -5
  33. package/tokens/default/glass-dark/semantic.glass.dark.json +45 -50
  34. package/tokens/default/highcontrast/base.dimension.json +16 -16
  35. package/tokens/default/highcontrast/base.json +2 -2
  36. package/tokens/default/highcontrast/semantic.dimension.highcontrast.json +5 -5
  37. package/tokens/default/highcontrast/semantic.highcontrast.json +27 -32
  38. package/tokens/default/highcontrast-dark/base.dark.json +5 -5
  39. package/tokens/default/highcontrast-dark/semantic.highcontrast.dark.json +27 -32
  40. package/tokens/default/light/base.dimension.json +16 -16
  41. package/tokens/default/light/base.json +2 -2
  42. package/tokens/default/light/charts.json +18 -18
  43. package/tokens/default/light/semantic.dimension.json +5 -5
  44. package/tokens/default/light/semantic.json +27 -32
  45. package/tokens/default/light/semantic.motion.json +8 -8
  46. package/tokens/redhat/dark/redhat.color.dark.json +71 -24
  47. package/tokens/redhat/glass/redhat.color.glass.json +25 -25
  48. package/tokens/redhat/glass-dark/redhat.color.glass.dark.json +67 -25
  49. package/tokens/redhat/highcontrast/redhat.color.highcontrast.json +25 -25
  50. package/tokens/redhat/highcontrast/redhat.dimension.highcontrast.json +6 -6
  51. package/tokens/redhat/highcontrast-dark/redhat.color.highcontrast.dark.json +25 -25
  52. package/tokens/redhat/light/redhat.color.json +25 -25
  53. package/tokens/redhat/light/redhat.dimension.json +6 -6

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.