@atlaskit/tokens 2.4.2 → 2.5.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 (45) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  3. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +16 -1
  4. package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-typography-refreshed.js +2 -2
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +53 -53
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-light-brand-refresh.js +57 -57
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-refreshed.js +5 -5
  10. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  11. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +16 -1
  12. package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +27 -27
  13. package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +29 -29
  14. package/dist/es2019/artifacts/themes/atlassian-typography-refreshed.js +3 -3
  15. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +53 -53
  16. package/dist/es2019/artifacts/tokens-raw/atlassian-light-brand-refresh.js +57 -57
  17. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-refreshed.js +5 -5
  18. package/dist/esm/artifacts/generated-pairs.js +2 -2
  19. package/dist/esm/artifacts/palettes-raw/typography-palette.js +16 -1
  20. package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +2 -2
  21. package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +2 -2
  22. package/dist/esm/artifacts/themes/atlassian-typography-refreshed.js +2 -2
  23. package/dist/esm/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +53 -53
  24. package/dist/esm/artifacts/tokens-raw/atlassian-light-brand-refresh.js +57 -57
  25. package/dist/esm/artifacts/tokens-raw/atlassian-typography-refreshed.js +5 -5
  26. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  27. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  28. package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +2 -2
  29. package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +2 -2
  30. package/dist/types/artifacts/themes/atlassian-typography-refreshed.d.ts +2 -2
  31. package/dist/types/artifacts/tokens-raw/atlassian-dark-brand-refresh.d.ts +1 -1
  32. package/dist/types/artifacts/tokens-raw/atlassian-light-brand-refresh.d.ts +1 -1
  33. package/dist/types/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +1 -1
  34. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  35. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  36. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +2 -2
  37. package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +2 -2
  38. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-refreshed.d.ts +2 -2
  39. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-brand-refresh.d.ts +1 -1
  40. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-brand-refresh.d.ts +1 -1
  41. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-refreshed.d.ts +1 -1
  42. package/figma/atlassian-dark-brand-refresh.json +26 -26
  43. package/figma/atlassian-light-brand-refresh.json +28 -28
  44. package/figma/atlassian-typography-refreshed.json +1 -1
  45. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 2.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#177967](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177967)
8
+ [`f387ab1f662e4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f387ab1f662e4) -
9
+ Updated the visual refresh color.chart token values. Reduced the required contrast for a chart
10
+ color token.
11
+
12
+ ## 2.4.3
13
+
14
+ ### Patch Changes
15
+
16
+ - [#174905](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/174905)
17
+ [`4d46b49f15e36`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d46b49f15e36) -
18
+ Added Atlassian Mono font to typography refreshed theme.
19
+
3
20
  ## 2.4.2
4
21
 
5
22
  ### Patch Changes