@atlaskit/tokens 7.1.1 → 8.0.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 (115) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
  3. package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
  4. package/dist/cjs/artifacts/palettes-raw/palette.js +147 -147
  5. package/dist/cjs/artifacts/theme-import-map.js +1 -13
  6. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  10. package/dist/cjs/artifacts/token-default-values.js +266 -266
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +436 -436
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +375 -375
  15. package/dist/cjs/entry-points/palettes-raw.js +0 -7
  16. package/dist/cjs/entry-points/token-metadata.codegen.js +266 -266
  17. package/dist/cjs/entry-points/tokens-raw.js +0 -14
  18. package/dist/cjs/get-theme-styles.js +0 -3
  19. package/dist/cjs/get-token-value.js +0 -4
  20. package/dist/cjs/get-token.js +0 -4
  21. package/dist/cjs/theme-config.js +1 -19
  22. package/dist/cjs/utils/theme-loading.js +3 -7
  23. package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
  24. package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
  25. package/dist/es2019/artifacts/palettes-raw/palette.js +147 -147
  26. package/dist/es2019/artifacts/theme-import-map.js +2 -6
  27. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +289 -289
  28. package/dist/es2019/artifacts/themes/atlassian-dark.js +294 -294
  29. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +218 -218
  30. package/dist/es2019/artifacts/themes/atlassian-light.js +266 -266
  31. package/dist/es2019/artifacts/token-default-values.js +266 -266
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
  33. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +436 -436
  34. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +375 -375
  36. package/dist/es2019/entry-points/palettes-raw.js +0 -1
  37. package/dist/es2019/entry-points/token-metadata.codegen.js +266 -266
  38. package/dist/es2019/entry-points/tokens-raw.js +0 -2
  39. package/dist/es2019/get-theme-styles.js +0 -1
  40. package/dist/es2019/get-token-value.js +0 -4
  41. package/dist/es2019/get-token.js +0 -4
  42. package/dist/es2019/theme-config.js +1 -19
  43. package/dist/es2019/utils/theme-loading.js +0 -4
  44. package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
  45. package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
  46. package/dist/esm/artifacts/palettes-raw/palette.js +147 -147
  47. package/dist/esm/artifacts/theme-import-map.js +1 -9
  48. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  49. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  50. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  51. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  52. package/dist/esm/artifacts/token-default-values.js +266 -266
  53. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
  54. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +436 -436
  55. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
  56. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +375 -375
  57. package/dist/esm/entry-points/palettes-raw.js +0 -1
  58. package/dist/esm/entry-points/token-metadata.codegen.js +266 -266
  59. package/dist/esm/entry-points/tokens-raw.js +0 -2
  60. package/dist/esm/get-theme-styles.js +0 -3
  61. package/dist/esm/get-token-value.js +0 -4
  62. package/dist/esm/get-token.js +0 -4
  63. package/dist/esm/theme-config.js +1 -19
  64. package/dist/esm/utils/theme-loading.js +3 -7
  65. package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
  66. package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
  67. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  68. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  69. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  70. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  71. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  72. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  73. package/dist/types/artifacts/token-default-values.d.ts +266 -266
  74. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  75. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  76. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  77. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  78. package/dist/types/entry-points/palettes-raw.d.ts +0 -1
  79. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  80. package/dist/types/entry-points/tokens-raw.d.ts +0 -2
  81. package/dist/types/theme-config.d.ts +6 -6
  82. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
  83. package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
  84. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
  85. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  86. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  87. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  88. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  89. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  90. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +266 -266
  91. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  92. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  93. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  94. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  95. package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +0 -1
  96. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  97. package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -2
  98. package/dist/types-ts4.5/theme-config.d.ts +4 -8
  99. package/figma/atlassian-dark-increased-contrast.json +292 -292
  100. package/figma/atlassian-dark.json +297 -297
  101. package/figma/atlassian-light-increased-contrast.json +220 -220
  102. package/figma/atlassian-light.json +268 -268
  103. package/package.json +5 -5
  104. package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +0 -12
  105. package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +0 -12
  106. package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +0 -401
  107. package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +0 -401
  108. package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +0 -6
  109. package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +0 -6
  110. package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
  111. package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
  112. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
  113. package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
  114. package/figma/atlassian-dark-brand-refresh.json +0 -3558
  115. package/figma/atlassian-light-brand-refresh.json +0 -3537
@@ -1,3 +1,2 @@
1
1
  export { default } from '../artifacts/palettes-raw/palette';
2
- export { default as brandRefreshPalette } from '../artifacts/palettes-raw/palette-brand-refresh';
3
2
  export { default as typographyPalette } from '../artifacts/palettes-raw/typography-palette';