@atlaskit/tokens 1.25.0 → 1.25.2

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 (231) hide show
  1. package/CHANGELOG.md +177 -165
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +1 -2
  3. package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +1 -2
  4. package/dist/cjs/artifacts/generated-pairs.js +1 -1
  5. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +1 -2
  6. package/dist/cjs/artifacts/palettes-raw/palette.js +1 -2
  7. package/dist/cjs/artifacts/palettes-raw/shape-palette.js +1 -2
  8. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +1 -2
  9. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +4 -5
  10. package/dist/cjs/artifacts/palettes-raw/updated-saturated-palette.js +1 -2
  11. package/dist/cjs/artifacts/replacement-mapping.js +1 -2
  12. package/dist/cjs/artifacts/theme-import-map.js +1 -2
  13. package/dist/cjs/artifacts/themes/atlassian-dark-new-input-border.js +1 -2
  14. package/dist/cjs/artifacts/themes/atlassian-dark-saturated-palette-changes.js +1 -2
  15. package/dist/cjs/artifacts/themes/atlassian-dark.js +1 -2
  16. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +1 -2
  17. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +1 -2
  18. package/dist/cjs/artifacts/themes/atlassian-light-new-input-border.js +1 -2
  19. package/dist/cjs/artifacts/themes/atlassian-light-saturated-palette-changes.js +1 -2
  20. package/dist/cjs/artifacts/themes/atlassian-light.js +1 -2
  21. package/dist/cjs/artifacts/themes/atlassian-shape.js +1 -2
  22. package/dist/cjs/artifacts/themes/atlassian-spacing.js +1 -2
  23. package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -3
  24. package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -3
  25. package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -3
  26. package/dist/cjs/artifacts/token-default-values.js +14 -15
  27. package/dist/cjs/artifacts/token-names.js +12 -13
  28. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-new-input-border.js +1 -2
  29. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +1 -2
  30. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +1 -2
  31. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +1 -2
  32. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +1 -2
  33. package/dist/cjs/artifacts/tokens-raw/atlassian-light-new-input-border.js +1 -2
  34. package/dist/cjs/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +1 -2
  35. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +1 -2
  36. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +1 -2
  37. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +1 -2
  38. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +34 -35
  39. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +35 -36
  40. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +35 -36
  41. package/dist/cjs/artifacts/typescript/atlassian-dark-token-names.js +1 -2
  42. package/dist/cjs/artifacts/typescript/atlassian-light-token-names.js +1 -2
  43. package/dist/cjs/constants.js +8 -16
  44. package/dist/cjs/custom-theme.js +2 -3
  45. package/dist/cjs/enable-global-theme.js +1 -2
  46. package/dist/cjs/get-global-theme.js +1 -2
  47. package/dist/cjs/get-ssr-auto-script.js +1 -2
  48. package/dist/cjs/get-theme-html-attrs.js +1 -2
  49. package/dist/cjs/get-theme-styles.js +2 -3
  50. package/dist/cjs/get-token-value.js +2 -3
  51. package/dist/cjs/get-token.js +2 -3
  52. package/dist/cjs/load-custom-theme-styles.js +1 -2
  53. package/dist/cjs/palettes/legacy-palette.js +1 -2
  54. package/dist/cjs/palettes/palette.js +1 -2
  55. package/dist/cjs/palettes/shape-palette.js +1 -2
  56. package/dist/cjs/palettes/spacing-scale.js +1 -2
  57. package/dist/cjs/palettes/typography-palette.js +2 -3
  58. package/dist/cjs/palettes/updated-saturated-palette.js +1 -2
  59. package/dist/cjs/set-global-theme.js +1 -2
  60. package/dist/cjs/theme-config.js +7 -12
  61. package/dist/cjs/theme-mutation-observer.js +2 -3
  62. package/dist/cjs/theme-state-transformer.js +3 -5
  63. package/dist/cjs/tokens/atlassian-dark/color/accent.js +1 -2
  64. package/dist/cjs/tokens/atlassian-dark/color/background.js +1 -2
  65. package/dist/cjs/tokens/atlassian-dark/color/border.js +1 -2
  66. package/dist/cjs/tokens/atlassian-dark/color/chart.js +1 -2
  67. package/dist/cjs/tokens/atlassian-dark/color/icon.js +1 -2
  68. package/dist/cjs/tokens/atlassian-dark/color/interaction.js +1 -2
  69. package/dist/cjs/tokens/atlassian-dark/color/skeleton.js +1 -2
  70. package/dist/cjs/tokens/atlassian-dark/color/text.js +1 -2
  71. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +1 -2
  72. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +1 -2
  73. package/dist/cjs/tokens/atlassian-dark/opacity/opacity.js +1 -2
  74. package/dist/cjs/tokens/atlassian-dark/utility/utility.js +2 -3
  75. package/dist/cjs/tokens/atlassian-dark-new-input-border/color/border.js +1 -2
  76. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +1 -2
  77. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/background.js +1 -2
  78. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +1 -2
  79. package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +1 -2
  80. package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +1 -2
  81. package/dist/cjs/tokens/atlassian-legacy-dark/color/border.js +1 -2
  82. package/dist/cjs/tokens/atlassian-legacy-dark/color/chart.js +1 -2
  83. package/dist/cjs/tokens/atlassian-legacy-dark/color/icon.js +1 -2
  84. package/dist/cjs/tokens/atlassian-legacy-dark/color/interaction.js +1 -2
  85. package/dist/cjs/tokens/atlassian-legacy-dark/color/skeleton.js +1 -2
  86. package/dist/cjs/tokens/atlassian-legacy-dark/color/text.js +1 -2
  87. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +1 -2
  88. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/surface.js +1 -2
  89. package/dist/cjs/tokens/atlassian-legacy-dark/opacity/opacity.js +1 -2
  90. package/dist/cjs/tokens/atlassian-legacy-dark/utility/utility.js +2 -3
  91. package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +1 -2
  92. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +1 -2
  93. package/dist/cjs/tokens/atlassian-legacy-light/color/border.js +1 -2
  94. package/dist/cjs/tokens/atlassian-legacy-light/color/chart.js +1 -2
  95. package/dist/cjs/tokens/atlassian-legacy-light/color/icon.js +1 -2
  96. package/dist/cjs/tokens/atlassian-legacy-light/color/interaction.js +1 -2
  97. package/dist/cjs/tokens/atlassian-legacy-light/color/skeleton.js +1 -2
  98. package/dist/cjs/tokens/atlassian-legacy-light/color/text.js +1 -2
  99. package/dist/cjs/tokens/atlassian-legacy-light/elevation/shadow.js +1 -2
  100. package/dist/cjs/tokens/atlassian-legacy-light/elevation/surface.js +1 -2
  101. package/dist/cjs/tokens/atlassian-legacy-light/opacity/opacity.js +1 -2
  102. package/dist/cjs/tokens/atlassian-legacy-light/utility/utility.js +2 -3
  103. package/dist/cjs/tokens/atlassian-light/color/accent.js +1 -2
  104. package/dist/cjs/tokens/atlassian-light/color/background.js +1 -2
  105. package/dist/cjs/tokens/atlassian-light/color/border.js +1 -2
  106. package/dist/cjs/tokens/atlassian-light/color/chart.js +1 -2
  107. package/dist/cjs/tokens/atlassian-light/color/icon.js +1 -2
  108. package/dist/cjs/tokens/atlassian-light/color/interaction.js +1 -2
  109. package/dist/cjs/tokens/atlassian-light/color/skeleton.js +1 -2
  110. package/dist/cjs/tokens/atlassian-light/color/text.js +1 -2
  111. package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +1 -2
  112. package/dist/cjs/tokens/atlassian-light/elevation/surface.js +1 -2
  113. package/dist/cjs/tokens/atlassian-light/opacity/opacity.js +1 -2
  114. package/dist/cjs/tokens/atlassian-light/utility/utility.js +2 -3
  115. package/dist/cjs/tokens/atlassian-light-new-input-border/color/border.js +1 -2
  116. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/accent.js +1 -2
  117. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/background.js +1 -2
  118. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/icon.js +1 -2
  119. package/dist/cjs/tokens/atlassian-shape/shape.js +1 -2
  120. package/dist/cjs/tokens/atlassian-spacing/spacing.js +1 -2
  121. package/dist/cjs/tokens/atlassian-typography/font-family.js +1 -2
  122. package/dist/cjs/tokens/atlassian-typography/letter-spacing.js +1 -2
  123. package/dist/cjs/tokens/atlassian-typography/theme.js +11 -12
  124. package/dist/cjs/tokens/atlassian-typography-adg3/font-family.js +1 -2
  125. package/dist/cjs/tokens/atlassian-typography-adg3/font-size.js +1 -2
  126. package/dist/cjs/tokens/atlassian-typography-adg3/font-weight.js +1 -2
  127. package/dist/cjs/tokens/atlassian-typography-adg3/letter-spacing.js +1 -2
  128. package/dist/cjs/tokens/atlassian-typography-adg3/line-height.js +1 -2
  129. package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +12 -13
  130. package/dist/cjs/tokens/atlassian-typography-minor3/font-family.js +1 -2
  131. package/dist/cjs/tokens/atlassian-typography-minor3/letter-spacing.js +1 -2
  132. package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +12 -13
  133. package/dist/cjs/tokens/default/color/accent.js +1 -2
  134. package/dist/cjs/tokens/default/color/background.js +1 -2
  135. package/dist/cjs/tokens/default/color/border.js +1 -2
  136. package/dist/cjs/tokens/default/color/chart.js +1 -2
  137. package/dist/cjs/tokens/default/color/icon.js +1 -2
  138. package/dist/cjs/tokens/default/color/interaction.js +1 -2
  139. package/dist/cjs/tokens/default/color/skeleton.js +1 -2
  140. package/dist/cjs/tokens/default/color/text.js +1 -2
  141. package/dist/cjs/tokens/default/elevation/shadow.js +1 -2
  142. package/dist/cjs/tokens/default/elevation/surface.js +1 -2
  143. package/dist/cjs/tokens/default/opacity/opacity.js +1 -2
  144. package/dist/cjs/tokens/default/shape/shape.js +1 -2
  145. package/dist/cjs/tokens/default/spacing/spacing.js +1 -2
  146. package/dist/cjs/tokens/default/typography/font-family.js +1 -2
  147. package/dist/cjs/tokens/default/typography/font-size.js +1 -2
  148. package/dist/cjs/tokens/default/typography/font-weight.js +1 -2
  149. package/dist/cjs/tokens/default/typography/font.js +11 -12
  150. package/dist/cjs/tokens/default/typography/letter-spacing.js +1 -2
  151. package/dist/cjs/tokens/default/typography/line-height.js +1 -2
  152. package/dist/cjs/tokens/default/utility/utility.js +2 -3
  153. package/dist/cjs/use-theme-observer.js +1 -2
  154. package/dist/cjs/utils/color-detection.js +3 -5
  155. package/dist/cjs/utils/color-mode-listeners.js +1 -2
  156. package/dist/cjs/utils/color-utils.js +1 -2
  157. package/dist/cjs/utils/custom-theme-token-contrast-check.js +3 -5
  158. package/dist/cjs/utils/generate-custom-color-ramp.js +5 -9
  159. package/dist/cjs/utils/get-theme-preferences.js +3 -5
  160. package/dist/cjs/utils/hash.js +2 -3
  161. package/dist/cjs/utils/hct-color-utils/contrast.js +2 -3
  162. package/dist/cjs/utils/hct-color-utils/hct.js +7 -7
  163. package/dist/cjs/utils/theme-loading.js +3 -6
  164. package/dist/cjs/utils/token-ids.js +4 -7
  165. package/dist/cjs/utils/token-order.js +2 -3
  166. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +3 -3
  167. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +13 -13
  168. package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +14 -14
  169. package/dist/es2019/artifacts/themes/atlassian-typography.js +14 -14
  170. package/dist/es2019/artifacts/token-default-values.js +13 -13
  171. package/dist/es2019/artifacts/token-names.js +11 -11
  172. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +33 -33
  173. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +34 -34
  174. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +34 -34
  175. package/dist/es2019/get-token-value.js +1 -1
  176. package/dist/es2019/get-token.js +1 -1
  177. package/dist/es2019/palettes/typography-palette.js +1 -1
  178. package/dist/es2019/tokens/atlassian-typography/theme.js +10 -10
  179. package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +10 -10
  180. package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +10 -10
  181. package/dist/es2019/tokens/default/typography/font.js +10 -10
  182. package/dist/es2019/utils/hct-color-utils/hct.js +3 -1
  183. package/dist/esm/artifacts/palettes-raw/typography-palette.js +3 -3
  184. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
  185. package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
  186. package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
  187. package/dist/esm/artifacts/token-default-values.js +13 -13
  188. package/dist/esm/artifacts/token-names.js +11 -11
  189. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +33 -33
  190. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +34 -34
  191. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +34 -34
  192. package/dist/esm/custom-theme.js +1 -1
  193. package/dist/esm/get-theme-styles.js +1 -1
  194. package/dist/esm/get-token-value.js +1 -1
  195. package/dist/esm/get-token.js +1 -1
  196. package/dist/esm/palettes/typography-palette.js +1 -1
  197. package/dist/esm/tokens/atlassian-typography/theme.js +10 -10
  198. package/dist/esm/tokens/atlassian-typography-adg3/theme.js +10 -10
  199. package/dist/esm/tokens/atlassian-typography-minor3/theme.js +10 -10
  200. package/dist/esm/tokens/default/typography/font.js +10 -10
  201. package/dist/esm/utils/hct-color-utils/hct.js +3 -1
  202. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  203. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  204. package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  205. package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
  206. package/dist/types/artifacts/token-default-values.d.ts +13 -13
  207. package/dist/types/artifacts/token-names.d.ts +21 -21
  208. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  209. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  210. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  211. package/dist/types/tokens/atlassian-typography-adg3/theme.d.ts +12 -12
  212. package/dist/types/tokens/atlassian-typography-minor3/theme.d.ts +12 -12
  213. package/dist/types/types.d.ts +10 -10
  214. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  215. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  216. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  217. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
  218. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +13 -13
  219. package/dist/types-ts4.5/artifacts/token-names.d.ts +21 -21
  220. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  221. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  222. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  223. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/theme.d.ts +12 -12
  224. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/theme.d.ts +12 -12
  225. package/dist/types-ts4.5/types.d.ts +10 -10
  226. package/figma/atlassian-typography-adg3.json +2 -2
  227. package/figma/atlassian-typography-minor3.json +3 -3
  228. package/figma/atlassian-typography.json +3 -3
  229. package/package.json +1 -1
  230. package/report.api.md +20 -20
  231. package/tmp/api-report-tmp.d.ts +20 -20
package/CHANGELOG.md CHANGED
@@ -1,10 +1,22 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 1.25.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#41083](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41083) [`efb7932428f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efb7932428f) - Fix a bug introduced in @atlaskit/tokens@1.25.1 that added an invalid peer dependency. The previous version has been marked as deprecated.
8
+
9
+ ## 1.25.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#40299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40299) [`b1882fdd842`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1882fdd842) - Change typography token naming to be more verbose.
14
+
3
15
  ## 1.25.0
4
16
 
5
17
  ### Minor Changes
6
18
 
7
- - [`6125697f0b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6125697f0b4) - We are testing adjustments to our color palette and design tokens behind a feature flag. These changes make certain colors more distinguishable, improves the visual appearance of warning and yellow accent backgrounds, and reduces saturation for subtle backgrounds in dark mode.
19
+ - [#40253](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40253) [`6125697f0b4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6125697f0b4) - We are testing adjustments to our color palette and design tokens behind a feature flag. These changes make certain colors more distinguishable, improves the visual appearance of warning and yellow accent backgrounds, and reduces saturation for subtle backgrounds in dark mode.
8
20
 
9
21
  These changes are available behind a feature flag; if this test is successful it will be available in an upcoming minor release.
10
22
 
@@ -12,13 +24,13 @@
12
24
 
13
25
  ### Minor Changes
14
26
 
15
- - [`0c2e2baec38`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c2e2baec38) - Added new `color.link.visited` token.
27
+ - [#40041](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40041) [`0c2e2baec38`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c2e2baec38) - Added new `color.link.visited` token.
16
28
 
17
29
  ## 1.23.0
18
30
 
19
31
  ### Minor Changes
20
32
 
21
- - [`5a967ac2397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a967ac2397) - Adds two new synchronous theme configuration utilities:
33
+ - [#38420](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38420) [`5a967ac2397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a967ac2397) - Adds two new synchronous theme configuration utilities:
22
34
 
23
35
  - `enableGlobalTheme` is a synchronous version of `setGlobalTheme` that sets data attributes on the page and takes a themeLoader
24
36
  - `UNSAFE_loadCustomThemeStyles` provides a synchronous way to generate and apply custom theme styles to the page. It can be accessed from a new entrypoint, `@atlaskit/tokens/custom-themes`
@@ -27,43 +39,43 @@
27
39
 
28
40
  ### Patch Changes
29
41
 
30
- - [`7b6548e6ad0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6548e6ad0) - Internally moves the logic which applies spacing as a defaulty enabled theme to be more inline with other themes.
42
+ - [#40072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40072) [`7b6548e6ad0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b6548e6ad0) - Internally moves the logic which applies spacing as a defaulty enabled theme to be more inline with other themes.
31
43
 
32
44
  ## 1.22.0
33
45
 
34
46
  ### Minor Changes
35
47
 
36
- - [`3d5c5dbe08c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d5c5dbe08c) - Adds UNSAFE_textTransformUppercase token. This token should not be used directly unless to aid a migration.
48
+ - [#39854](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39854) [`3d5c5dbe08c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d5c5dbe08c) - Adds UNSAFE_textTransformUppercase token. This token should not be used directly unless to aid a migration.
37
49
 
38
50
  ## 1.21.1
39
51
 
40
52
  ### Patch Changes
41
53
 
42
- - [`12c0a5a6f2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12c0a5a6f2e) - The tokens Babel plugin will now add opacity to shadow token values if they don't already contain them.
54
+ - [#39653](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39653) [`12c0a5a6f2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/12c0a5a6f2e) - The tokens Babel plugin will now add opacity to shadow token values if they don't already contain them.
43
55
 
44
56
  ## 1.21.0
45
57
 
46
58
  ### Minor Changes
47
59
 
48
- - [`9eee297c402`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9eee297c402) - Added negative space tokens from -2px to -32px (space.negative.025 to space.negative.400).
60
+ - [#39578](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39578) [`9eee297c402`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9eee297c402) - Added negative space tokens from -2px to -32px (space.negative.025 to space.negative.400).
49
61
 
50
62
  ## 1.20.1
51
63
 
52
64
  ### Patch Changes
53
65
 
54
- - [`4be033a9cb5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4be033a9cb5) - Update types
66
+ - [#39641](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39641) [`4be033a9cb5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4be033a9cb5) - Update types
55
67
 
56
68
  ## 1.20.0
57
69
 
58
70
  ### Minor Changes
59
71
 
60
- - [`0a95595cd3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a95595cd3e) - Space tokens are now enabled by default whenever `setGlobalTheme` is called.
72
+ - [#38118](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38118) [`0a95595cd3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a95595cd3e) - Space tokens are now enabled by default whenever `setGlobalTheme` is called.
61
73
 
62
74
  ## 1.19.0
63
75
 
64
76
  ### Minor Changes
65
77
 
66
- - [`ff1a0d8dcfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff1a0d8dcfd) - Introduces 80 new accent interaction tokens:
78
+ - [#39430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39430) [`ff1a0d8dcfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff1a0d8dcfd) - Introduces 80 new accent interaction tokens:
67
79
 
68
80
  - color.background.accent.blue.subtlest.hovered
69
81
  - color.background.accent.blue.subtlest.pressed
@@ -159,25 +171,25 @@
159
171
 
160
172
  ### Minor Changes
161
173
 
162
- - [`c27587454bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c27587454bb) - Update to include additional body token.
174
+ - [#39135](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39135) [`c27587454bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c27587454bb) - Update to include additional body token.
163
175
 
164
176
  ## 1.17.1
165
177
 
166
178
  ### Patch Changes
167
179
 
168
- - [`11d00ba7be0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11d00ba7be0) - Fixes style-dictionary token references. allowing semantic tokens to be aliases of other semantic tokens
180
+ - [#38368](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38368) [`11d00ba7be0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/11d00ba7be0) - Fixes style-dictionary token references. allowing semantic tokens to be aliases of other semantic tokens
169
181
 
170
182
  ## 1.17.0
171
183
 
172
184
  ### Minor Changes
173
185
 
174
- - [`e6d73d0e019`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6d73d0e019) - Removes inset from elevation shadow borders.
186
+ - [#38226](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38226) [`e6d73d0e019`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6d73d0e019) - Removes inset from elevation shadow borders.
175
187
 
176
188
  ## 1.16.0
177
189
 
178
190
  ### Minor Changes
179
191
 
180
- - [`031034da425`](https://bitbucket.org/atlassian/atlassian-frontend/commits/031034da425) - Introduces surface detection through the use of design tokens/CSS variables:
192
+ - [#37789](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37789) [`031034da425`](https://bitbucket.org/atlassian/atlassian-frontend/commits/031034da425) - Introduces surface detection through the use of design tokens/CSS variables:
181
193
 
182
194
  - The `utility.elevation.surface.current` design token allows UI to be styled with a color based on a parent element's surface color.
183
195
  - The `CURRENT_SURFACE_CSS_VAR` constant is exported to enable the current surface CSS variable to be set.
@@ -186,55 +198,55 @@
186
198
 
187
199
  ### Patch Changes
188
200
 
189
- - [`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update type definitions to conform to inherited changes from `@types/react@16.14.15`.
201
+ - [#39128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39128) [`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update type definitions to conform to inherited changes from `@types/react@16.14.15`.
190
202
 
191
203
  ## 1.15.1
192
204
 
193
205
  ### Patch Changes
194
206
 
195
- - [`2b79cf3df13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b79cf3df13) - Patches certain token values in the internal typography theme.
207
+ - [#38620](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38620) [`2b79cf3df13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b79cf3df13) - Patches certain token values in the internal typography theme.
196
208
 
197
209
  ## 1.15.0
198
210
 
199
211
  ### Minor Changes
200
212
 
201
- - [`6b31bb82f08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b31bb82f08) - Introduces experimental typography theme (v2).
213
+ - [#38433](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38433) [`6b31bb82f08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b31bb82f08) - Introduces experimental typography theme (v2).
202
214
 
203
215
  ## 1.14.2
204
216
 
205
217
  ### Patch Changes
206
218
 
207
- - [`8e1667c2c03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e1667c2c03) - Adds the ability to specify a fallback theme in the tokens Babel plugin via the `defaultTheme` option. Also adds 'legacy-light' as one of the available themes, while keeping 'light' as the default if nothing is provided.
219
+ - [#37003](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37003) [`8e1667c2c03`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e1667c2c03) - Adds the ability to specify a fallback theme in the tokens Babel plugin via the `defaultTheme` option. Also adds 'legacy-light' as one of the available themes, while keeping 'light' as the default if nothing is provided.
208
220
 
209
221
  ## 1.14.1
210
222
 
211
223
  ### Patch Changes
212
224
 
213
- - [`b423f118bb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b423f118bb8) - Adjusted color generation system for custom theming to improve accessibility.
225
+ - [#37532](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37532) [`b423f118bb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b423f118bb8) - Adjusted color generation system for custom theming to improve accessibility.
214
226
 
215
227
  ## 1.14.0
216
228
 
217
229
  ### Minor Changes
218
230
 
219
- - [`d9d7c284713`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9d7c284713) - Add custom theming support to `ThemeObjectToString` and `ThemeStringToObject` functions.
231
+ - [#37768](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37768) [`d9d7c284713`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9d7c284713) - Add custom theming support to `ThemeObjectToString` and `ThemeStringToObject` functions.
220
232
 
221
233
  ## 1.13.2
222
234
 
223
235
  ### Patch Changes
224
236
 
225
- - [`f29001ccc8c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f29001ccc8c) - Renamed type "CustomBrandSchema" to "ThemeOptionsSchema" for experimental custom theming API
237
+ - [#37534](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37534) [`f29001ccc8c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f29001ccc8c) - Renamed type "CustomBrandSchema" to "ThemeOptionsSchema" for experimental custom theming API
226
238
 
227
239
  ## 1.13.1
228
240
 
229
241
  ### Patch Changes
230
242
 
231
- - [`74f7af9882b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74f7af9882b) - [ux] correct fallback color of token color.border.focused to meet contrast requirement
243
+ - [#37182](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37182) [`74f7af9882b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74f7af9882b) - [ux] correct fallback color of token color.border.focused to meet contrast requirement
232
244
 
233
245
  ## 1.13.0
234
246
 
235
247
  ### Minor Changes
236
248
 
237
- - [`bc512702bdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc512702bdc) - Introduces new brand background tokens.
249
+ - [#36967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36967) [`bc512702bdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc512702bdc) - Introduces new brand background tokens.
238
250
 
239
251
  - `color.background.brand.subtlest` - Use for the background of elements used to reinforce our brand, but with less emphasis.
240
252
  - `color.background.brand.subtlest.hovered` - Hovered state of color.background.brand.subtlest.
@@ -250,7 +262,7 @@
250
262
 
251
263
  ### Minor Changes
252
264
 
253
- - [`beba2779d31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beba2779d31) - Add experimental support for custom theming via the `UNSAFE_themeOptions` field in `themeState`.
265
+ - [#36501](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36501) [`beba2779d31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beba2779d31) - Add experimental support for custom theming via the `UNSAFE_themeOptions` field in `themeState`.
254
266
 
255
267
  This option is supported in the following functions:
256
268
 
@@ -264,71 +276,71 @@
264
276
 
265
277
  ### Patch Changes
266
278
 
267
- - [`1b40a9ff426`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b40a9ff426) - update border.input.color to DarkNeutral600
279
+ - [#36457](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36457) [`1b40a9ff426`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b40a9ff426) - update border.input.color to DarkNeutral600
268
280
 
269
281
  ## 1.11.2
270
282
 
271
283
  ### Patch Changes
272
284
 
273
- - [`5f3a4279435`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f3a4279435) - Fixes invalid default values assigned to shadow tokens in the token-default-values.tsx artifact
274
- - [`694b79161b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/694b79161b8) - Corrects Lime chart tokens in the dark mode theme so they use the correct base tokens
285
+ - [#36334](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36334) [`5f3a4279435`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f3a4279435) - Fixes invalid default values assigned to shadow tokens in the token-default-values.tsx artifact
286
+ - [#36279](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36279) [`694b79161b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/694b79161b8) - Corrects Lime chart tokens in the dark mode theme so they use the correct base tokens
275
287
 
276
288
  ## 1.11.1
277
289
 
278
290
  ### Patch Changes
279
291
 
280
- - [`7053f18ecc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7053f18ecc5) - Added suggest metadata to shape tokens to aid future migration suggestions.
292
+ - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441) [`7053f18ecc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7053f18ecc5) - Added suggest metadata to shape tokens to aid future migration suggestions.
281
293
  - [`ba43427b3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba43427b3e8) - Internal changes to account for introduction of shape/radius tokens.
282
294
 
283
295
  ## 1.11.0
284
296
 
285
297
  ### Minor Changes
286
298
 
287
- - [`c96e003db64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c96e003db64) - Following on from 1.7.0, shape tokens are no longer being enabled behind a feature flag. Only space tokens will be enabled by default when the feature flag is active.
299
+ - [#36265](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36265) [`c96e003db64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c96e003db64) - Following on from 1.7.0, shape tokens are no longer being enabled behind a feature flag. Only space tokens will be enabled by default when the feature flag is active.
288
300
 
289
301
  ## 1.10.2
290
302
 
291
303
  ### Patch Changes
292
304
 
293
- - [`7c1c449eb96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c1c449eb96) - Updated space token descriptions.
305
+ - [#36218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36218) [`7c1c449eb96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c1c449eb96) - Updated space token descriptions.
294
306
 
295
307
  ## 1.10.1
296
308
 
297
309
  ### Patch Changes
298
310
 
299
- - [`7fb8fb4fbbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fb8fb4fbbb) - - Fixed an issue where `getCSSCustomProperty` would return the incorrect CSS variable names for space tokens.
311
+ - [#36072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36072) [`7fb8fb4fbbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7fb8fb4fbbb) - - Fixed an issue where `getCSSCustomProperty` would return the incorrect CSS variable names for space tokens.
300
312
  - Updated space token descriptions.
301
313
 
302
314
  ## 1.10.0
303
315
 
304
316
  ### Minor Changes
305
317
 
306
- - [`31426322355`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31426322355) - - Add a new getAllThemeStyles() function that can be used for generating theme CSS files at build time.
318
+ - [#33680](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33680) [`31426322355`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31426322355) - - Add a new getAllThemeStyles() function that can be used for generating theme CSS files at build time.
307
319
  - Add an optional callback parameter to setGlobalTheme() that overrides the default theme loading functionality with the callback.
308
320
 
309
321
  ## 1.9.1
310
322
 
311
323
  ### Patch Changes
312
324
 
313
- - [`7ab8146e433`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ab8146e433) - Re-introduce entry point for token-default-values
325
+ - [#35762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35762) [`7ab8146e433`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ab8146e433) - Re-introduce entry point for token-default-values
314
326
 
315
327
  ## 1.9.0
316
328
 
317
329
  ### Minor Changes
318
330
 
319
- - [`06fb6792d1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06fb6792d1f) - Subtle adjustments to some color design tokens to improve the dark theme. These changes were previously being tested behind a feature flag.
331
+ - [#34744](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34744) [`06fb6792d1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/06fb6792d1f) - Subtle adjustments to some color design tokens to improve the dark theme. These changes were previously being tested behind a feature flag.
320
332
 
321
333
  ## 1.8.1
322
334
 
323
335
  ### Patch Changes
324
336
 
325
- - [`8f436f0c301`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f436f0c301) - extend border contrast feature flag to support confluence
337
+ - [#35111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35111) [`8f436f0c301`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f436f0c301) - extend border contrast feature flag to support confluence
326
338
 
327
339
  ## 1.8.0
328
340
 
329
341
  ### Minor Changes
330
342
 
331
- - [`e200f2340ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e200f2340ed) - Introduces new lime token set.
343
+ - [#35526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35526) [`e200f2340ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e200f2340ed) - Introduces new lime token set.
332
344
 
333
345
  - `color.text.accent.lime` - Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color.
334
346
  - `color.text.accent.lime.bolder` - Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color.
@@ -349,13 +361,13 @@
349
361
 
350
362
  ### Minor Changes
351
363
 
352
- - [`85b5f222844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85b5f222844) - We are testing shape and space tokens behind a feature flag. These tokens will be enabled by default whenever `setGlobalTheme` is called. If this test is successful it will be available in a later release.
364
+ - [#35590](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35590) [`85b5f222844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85b5f222844) - We are testing shape and space tokens behind a feature flag. These tokens will be enabled by default whenever `setGlobalTheme` is called. If this test is successful it will be available in a later release.
353
365
 
354
366
  ## 1.6.0
355
367
 
356
368
  ### Minor Changes
357
369
 
358
- - [`191bbd4a3c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/191bbd4a3c2) - Public changes to types for `setGlobalTheme` to match API - previously themes could be incorrectly applied ie the light theme could theoretically take the space theme as a valid value. No behavior changes. Internally the shape theme has been moved from experimental status. These tokens are now active however they remain disabled by default.
370
+ - [#35385](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35385) [`191bbd4a3c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/191bbd4a3c2) - Public changes to types for `setGlobalTheme` to match API - previously themes could be incorrectly applied ie the light theme could theoretically take the space theme as a valid value. No behavior changes. Internally the shape theme has been moved from experimental status. These tokens are now active however they remain disabled by default.
359
371
 
360
372
  ### Patch Changes
361
373
 
@@ -365,19 +377,19 @@
365
377
 
366
378
  ### Patch Changes
367
379
 
368
- - [`8be4cc2372f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8be4cc2372f) - update border color to Neutral500
380
+ - [#34800](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34800) [`8be4cc2372f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8be4cc2372f) - update border color to Neutral500
369
381
 
370
382
  ## 1.5.1
371
383
 
372
384
  ### Patch Changes
373
385
 
374
- - [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
386
+ - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652) [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
375
387
 
376
388
  ## 1.5.0
377
389
 
378
390
  ### Minor Changes
379
391
 
380
- - [`43d186af89c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/43d186af89c) - [ux] Updates spacing, typography metadata to apply rems or pixels depending on the target platform.
392
+ - [#34217](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34217) [`43d186af89c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/43d186af89c) - [ux] Updates spacing, typography metadata to apply rems or pixels depending on the target platform.
381
393
 
382
394
  ### Patch Changes
383
395
 
@@ -387,49 +399,49 @@
387
399
 
388
400
  ### Patch Changes
389
401
 
390
- - [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing unused dependencies and dev dependencies
402
+ - [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445) [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing unused dependencies and dev dependencies
391
403
 
392
404
  ## 1.4.3
393
405
 
394
406
  ### Patch Changes
395
407
 
396
- - [`32e364bed0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32e364bed0b) - We are testing color tweaks to the dark theme behind a feature flag.
408
+ - [#33905](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33905) [`32e364bed0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32e364bed0b) - We are testing color tweaks to the dark theme behind a feature flag.
397
409
 
398
410
  ## 1.4.2
399
411
 
400
412
  ### Patch Changes
401
413
 
402
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
414
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
403
415
 
404
416
  ## 1.4.1
405
417
 
406
418
  ### Patch Changes
407
419
 
408
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
420
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
409
421
 
410
422
  ## 1.4.0
411
423
 
412
424
  ### Minor Changes
413
425
 
414
- - [`36158b8bcb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36158b8bcb9) - [ux] update color.border.input to meet 3:1 contrast
426
+ - [#33329](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33329) [`36158b8bcb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36158b8bcb9) - [ux] update color.border.input to meet 3:1 contrast
415
427
 
416
428
  ## 1.3.2
417
429
 
418
430
  ### Patch Changes
419
431
 
420
- - [`bae41641c82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bae41641c82) - Enable the dark theme tweaks for Confluence behind a feature flag.
432
+ - [#33299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33299) [`bae41641c82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bae41641c82) - Enable the dark theme tweaks for Confluence behind a feature flag.
421
433
 
422
434
  ## 1.3.1
423
435
 
424
436
  ### Patch Changes
425
437
 
426
- - [`e55ef3fcfac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e55ef3fcfac) - Fixes an issue where the dark theme tweaks (currently behind a feature flag) were not being displayed in some cases due to a race condition.
438
+ - [#32858](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32858) [`e55ef3fcfac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e55ef3fcfac) - Fixes an issue where the dark theme tweaks (currently behind a feature flag) were not being displayed in some cases due to a race condition.
427
439
 
428
440
  ## 1.3.0
429
441
 
430
442
  ### Minor Changes
431
443
 
432
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
444
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
433
445
 
434
446
  ### Patch Changes
435
447
 
@@ -439,128 +451,128 @@
439
451
 
440
452
  ### Patch Changes
441
453
 
442
- - [`1a1dc6a0370`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a1dc6a0370) - Upgrade `@babel` scoped packages to `^7.20.0`
454
+ - [#33005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33005) [`1a1dc6a0370`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a1dc6a0370) - Upgrade `@babel` scoped packages to `^7.20.0`
443
455
 
444
456
  ## 1.2.18
445
457
 
446
458
  ### Patch Changes
447
459
 
448
- - [`ea8c1af425d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea8c1af425d) - Fixes a bug in `setGlobalTheme()` that caused both the light and dark themes to load when auto theme switching was disabled — only one of the themes should be loaded in this case. It also fixes a bug in `getThemeStyles()`, where the default color themes were loaded instead of the specified theme.
460
+ - [#32533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32533) [`ea8c1af425d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea8c1af425d) - Fixes a bug in `setGlobalTheme()` that caused both the light and dark themes to load when auto theme switching was disabled — only one of the themes should be loaded in this case. It also fixes a bug in `getThemeStyles()`, where the default color themes were loaded instead of the specified theme.
449
461
 
450
462
  ## 1.2.17
451
463
 
452
464
  ### Patch Changes
453
465
 
454
- - [`6cf7fc4647d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6cf7fc4647d) - Adds color-scheme css property to color themes to ensure the correct scheme is used at all times. Previously this was only part of the css-reset however in instances where that is not used this property will always be applied
466
+ - [#32434](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32434) [`6cf7fc4647d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6cf7fc4647d) - Adds color-scheme css property to color themes to ensure the correct scheme is used at all times. Previously this was only part of the css-reset however in instances where that is not used this property will always be applied
455
467
 
456
468
  ## 1.2.16
457
469
 
458
470
  ### Patch Changes
459
471
 
460
- - [`1ddf6dd6387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ddf6dd6387) - Adds a beta contrast checking tool to token examples utilising a new "token pairing" algorithm to find recommended pairs of foreground and background tokens. There is no change to API or bundle size.
472
+ - [#32333](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32333) [`1ddf6dd6387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ddf6dd6387) - Adds a beta contrast checking tool to token examples utilising a new "token pairing" algorithm to find recommended pairs of foreground and background tokens. There is no change to API or bundle size.
461
473
 
462
474
  ## 1.2.15
463
475
 
464
476
  ### Patch Changes
465
477
 
466
- - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
478
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
467
479
 
468
480
  ## 1.2.14
469
481
 
470
482
  ### Patch Changes
471
483
 
472
- - [`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages of `process` are now guarded by a `typeof` check.
473
- - [`2efaed356e0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2efaed356e0) - Modified `color.text.accent.gray.bolder` token value for the dark theme.
484
+ - [#32294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32294) [`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages of `process` are now guarded by a `typeof` check.
485
+ - [#32308](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32308) [`2efaed356e0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2efaed356e0) - Modified `color.text.accent.gray.bolder` token value for the dark theme.
474
486
 
475
487
  ## 1.2.13
476
488
 
477
489
  ### Patch Changes
478
490
 
479
- - [`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move codegen into @atlassian scope to publish it to private registry
491
+ - [#32311](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32311) [`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move codegen into @atlassian scope to publish it to private registry
480
492
 
481
493
  ## 1.2.12
482
494
 
483
495
  ### Patch Changes
484
496
 
485
- - [`ec8f1ac379a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec8f1ac379a) - Tweaks to dark theme tokens (`background.selected` and `background.selected.pressed`) behind a feature flag.
497
+ - [#32209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32209) [`ec8f1ac379a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec8f1ac379a) - Tweaks to dark theme tokens (`background.selected` and `background.selected.pressed`) behind a feature flag.
486
498
 
487
499
  ## 1.2.11
488
500
 
489
501
  ### Patch Changes
490
502
 
491
- - [`8ec4434b4c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ec4434b4c2) - The return type for `useThemeObserver` now omits `auto` as a possible option for `colorMode`. From the perspective of observers `auto` does not exist because `colorMode` is precalculated at runtime.
503
+ - [#32057](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32057) [`8ec4434b4c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ec4434b4c2) - The return type for `useThemeObserver` now omits `auto` as a possible option for `colorMode`. From the perspective of observers `auto` does not exist because `colorMode` is precalculated at runtime.
492
504
 
493
505
  ## 1.2.10
494
506
 
495
507
  ### Patch Changes
496
508
 
497
- - [`80a0a472d01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80a0a472d01) - Onboard `@atlaskit/tokens` on push model consumption
509
+ - [#32049](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32049) [`80a0a472d01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80a0a472d01) - Onboard `@atlaskit/tokens` on push model consumption
498
510
 
499
511
  ## 1.2.9
500
512
 
501
513
  ### Patch Changes
502
514
 
503
- - [`aef90f8953b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aef90f8953b) - Tweaks to a subset of dark theme tokens behind a feature flag.
515
+ - [#31793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31793) [`aef90f8953b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aef90f8953b) - Tweaks to a subset of dark theme tokens behind a feature flag.
504
516
 
505
517
  ## 1.2.8
506
518
 
507
519
  ### Patch Changes
508
520
 
509
- - [`de4f079569a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de4f079569a) - The tokens babel-plugin will no longer run on files in node_module directories. This is to avoid attempting to transform legacy tokens from older transitive dependencies.
521
+ - [#31886](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31886) [`de4f079569a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de4f079569a) - The tokens babel-plugin will no longer run on files in node_module directories. This is to avoid attempting to transform legacy tokens from older transitive dependencies.
510
522
 
511
523
  ## 1.2.7
512
524
 
513
525
  ### Patch Changes
514
526
 
515
- - [`23b381db41c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23b381db41c) - Upgrades component types to support React 18.
527
+ - [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206) [`23b381db41c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23b381db41c) - Upgrades component types to support React 18.
516
528
 
517
529
  ## 1.2.6
518
530
 
519
531
  ### Patch Changes
520
532
 
521
- - [`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
533
+ - [#31242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31242) [`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
522
534
 
523
535
  ## 1.2.5
524
536
 
525
537
  ### Patch Changes
526
538
 
527
- - [`d1adc718599`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1adc718599) - Added token-order entry-point, exported ActiveTokens type.
539
+ - [#31155](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31155) [`d1adc718599`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1adc718599) - Added token-order entry-point, exported ActiveTokens type.
528
540
 
529
541
  ## 1.2.4
530
542
 
531
543
  ### Patch Changes
532
544
 
533
- - [`2717641f696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2717641f696) - The getTokenValue helper now strips leading or trailing spaces if they exist.
545
+ - [#30998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30998) [`2717641f696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2717641f696) - The getTokenValue helper now strips leading or trailing spaces if they exist.
534
546
 
535
547
  ## 1.2.3
536
548
 
537
549
  ### Patch Changes
538
550
 
539
- - [`e2b8df300f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2b8df300f2) - Pull responsive helpers from `@atlaskit/primitives/responsive` instead of `@atlaskit/grid` as they've been moved.
551
+ - [#30894](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30894) [`e2b8df300f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e2b8df300f2) - Pull responsive helpers from `@atlaskit/primitives/responsive` instead of `@atlaskit/grid` as they've been moved.
540
552
 
541
553
  ## 1.2.2
542
554
 
543
555
  ### Patch Changes
544
556
 
545
- - [`67a01afe12b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67a01afe12b) - Add internal and experimental token for border.width.0
557
+ - [#30708](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30708) [`67a01afe12b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67a01afe12b) - Add internal and experimental token for border.width.0
546
558
 
547
559
  ## 1.2.1
548
560
 
549
561
  ### Patch Changes
550
562
 
551
- - [`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) - Introduce shape tokens to some packages.
563
+ - [#30125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30125) [`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) - Introduce shape tokens to some packages.
552
564
 
553
565
  ## 1.2.0
554
566
 
555
567
  ### Minor Changes
556
568
 
557
- - [`64d30817221`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d30817221) - Introduce experimental 'shape' tokens for use with border properties.
569
+ - [#30055](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30055) [`64d30817221`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d30817221) - Introduce experimental 'shape' tokens for use with border properties.
558
570
 
559
571
  ## 1.1.0
560
572
 
561
573
  ### Minor Changes
562
574
 
563
- - [`4b9aea55b97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b9aea55b97) - Removed various unused experimental spacing tokens in favor of the `space.X` token format.
575
+ - [#29387](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29387) [`4b9aea55b97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b9aea55b97) - Removed various unused experimental spacing tokens in favor of the `space.X` token format.
564
576
 
565
577
  Removed:
566
578
 
@@ -576,7 +588,7 @@
576
588
 
577
589
  ### Major Changes
578
590
 
579
- - [`512be9e1854`](https://bitbucket.org/atlassian/atlassian-frontend/commits/512be9e1854) - This PR introduces the 1.0 stable version of `@atlaskit/tokens`. With the changes introduced here, the tokens package _will be considered stable and feature-complete moving forward_.
591
+ - [#27634](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27634) [`512be9e1854`](https://bitbucket.org/atlassian/atlassian-frontend/commits/512be9e1854) - This PR introduces the 1.0 stable version of `@atlaskit/tokens`. With the changes introduced here, the tokens package _will be considered stable and feature-complete moving forward_.
580
592
 
581
593
  #### 💥 Breaking change: Theme lazy-loading
582
594
 
@@ -865,20 +877,20 @@
865
877
 
866
878
  ### Patch Changes
867
879
 
868
- - [`1f558943507`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f558943507) - Correct Figma entrypoints to use raw json
880
+ - [#29360](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29360) [`1f558943507`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f558943507) - Correct Figma entrypoints to use raw json
869
881
 
870
882
  ## 0.13.4
871
883
 
872
884
  ### Patch Changes
873
885
 
874
- - [`48c9ecca2c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48c9ecca2c4) - - `@atlaskit/tokens/figma-sync` entrypoint added to sync design tokens to the ADS Figma library (not intended for external use).
886
+ - [#28784](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28784) [`48c9ecca2c4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/48c9ecca2c4) - - `@atlaskit/tokens/figma-sync` entrypoint added to sync design tokens to the ADS Figma library (not intended for external use).
875
887
  - Tokens are now sorted by a predefined order across artifact output, ensuring consistency across experiences.
876
888
 
877
889
  ## 0.13.3
878
890
 
879
891
  ### Patch Changes
880
892
 
881
- - [`0438a9318a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0438a9318a1) - Tweaked the values of the `Neutral500` and `Neutral500` base tokens and updated `text.accent.gray.bolder` to improve color contrast:
893
+ - [#27875](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27875) [`0438a9318a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0438a9318a1) - Tweaked the values of the `Neutral500` and `Neutral500` base tokens and updated `text.accent.gray.bolder` to improve color contrast:
882
894
 
883
895
  - Adjust `Neutral500` from `#8993A5` to `#8590A2` so that it passes 3:1 contrast against sunken surfaces in light mode
884
896
  - Adjust `Neutral500A` from `#091E42 @ 48%` to `#091E42 @ 49%` to match color of `Neutral500` on default surfaces
@@ -922,67 +934,67 @@
922
934
 
923
935
  ### Patch Changes
924
936
 
925
- - [`716af1d3387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/716af1d3387) - Bump @atlaskit/heading from 1.0.0 to 1.0.1 to avoid resolving to poison dependency version
937
+ - [#28159](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28159) [`716af1d3387`](https://bitbucket.org/atlassian/atlassian-frontend/commits/716af1d3387) - Bump @atlaskit/heading from 1.0.0 to 1.0.1 to avoid resolving to poison dependency version
926
938
 
927
939
  ## 0.13.1
928
940
 
929
941
  ### Patch Changes
930
942
 
931
- - [`a5eed85fe2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5eed85fe2e) - Added a new `getTokenValue()` API - it accepts a dot-separated token name and a fallback value, and returns the current computed CSS value for the resulting CSS Custom Property. This should be used when the CSS cascade isn't available, eg. `<canvas>` elements, JS charting libraries, etc.
943
+ - [#27730](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27730) [`a5eed85fe2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a5eed85fe2e) - Added a new `getTokenValue()` API - it accepts a dot-separated token name and a fallback value, and returns the current computed CSS value for the resulting CSS Custom Property. This should be used when the CSS cascade isn't available, eg. `<canvas>` elements, JS charting libraries, etc.
932
944
 
933
945
  ## 0.13.0
934
946
 
935
947
  ### Minor Changes
936
948
 
937
- - [`00c057bdd71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00c057bdd71) - Removes spacing-raw & typography-raw entrypoints in favor of tokens-raw
949
+ - [#28011](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28011) [`00c057bdd71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00c057bdd71) - Removes spacing-raw & typography-raw entrypoints in favor of tokens-raw
938
950
 
939
951
  ## 0.12.0
940
952
 
941
953
  ### Minor Changes
942
954
 
943
- - [`5892d12b125`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5892d12b125) - Refactors token artifact generation via style-dictionary. The tokens package no longer outputs redundant files on a per theme basis and instead consolidates schema-focused outputs into individual files where possible.
955
+ - [#28041](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28041) [`5892d12b125`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5892d12b125) - Refactors token artifact generation via style-dictionary. The tokens package no longer outputs redundant files on a per theme basis and instead consolidates schema-focused outputs into individual files where possible.
944
956
 
945
957
  ## 0.11.6
946
958
 
947
959
  ### Patch Changes
948
960
 
949
- - [`3d46e550157`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d46e550157) - Fixes a bug with the tokens-babel-plugin where it was transforming token functions which were imported from modules other than the @atlaskit/tokens package.
961
+ - [#27880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27880) [`3d46e550157`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d46e550157) - Fixes a bug with the tokens-babel-plugin where it was transforming token functions which were imported from modules other than the @atlaskit/tokens package.
950
962
 
951
963
  ## 0.11.5
952
964
 
953
965
  ### Patch Changes
954
966
 
955
- - [`bcef9745338`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcef9745338) - useThemeObserver now exclusively watches `data-theme` instead of `data-color-mode` to ensure all changes to the theme attr trigger an event. Previously, if a theme moved from light theme, which had a mode="light", to another theme such as legacy-light with the same mode, no event will be triggered.
967
+ - [#27885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27885) [`bcef9745338`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bcef9745338) - useThemeObserver now exclusively watches `data-theme` instead of `data-color-mode` to ensure all changes to the theme attr trigger an event. Previously, if a theme moved from light theme, which had a mode="light", to another theme such as legacy-light with the same mode, no event will be triggered.
956
968
 
957
969
  ## 0.11.4
958
970
 
959
971
  ### Patch Changes
960
972
 
961
- - [`39c4b520ef3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39c4b520ef3) - - Adds `typography-raw` entry point for easy access.
973
+ - [#27592](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27592) [`39c4b520ef3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39c4b520ef3) - - Adds `typography-raw` entry point for easy access.
962
974
 
963
975
  ## 0.11.3
964
976
 
965
977
  ### Patch Changes
966
978
 
967
- - [`f824dcfff6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f824dcfff6e) - Internal changes to satisfy various lint warnings & errors
979
+ - [#27629](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27629) [`f824dcfff6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f824dcfff6e) - Internal changes to satisfy various lint warnings & errors
968
980
 
969
981
  ## 0.11.2
970
982
 
971
983
  ### Patch Changes
972
984
 
973
- - [`81e34736aa0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81e34736aa0) - [ux] Introduces additional token set `space.*`. These tokens match the behavior of `spacing.scale.*`. Also introduces two additional base tokens, `Space800` and `Space1000`.
985
+ - [#27482](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27482) [`81e34736aa0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81e34736aa0) - [ux] Introduces additional token set `space.*`. These tokens match the behavior of `spacing.scale.*`. Also introduces two additional base tokens, `Space800` and `Space1000`.
974
986
 
975
987
  ## 0.11.1
976
988
 
977
989
  ### Patch Changes
978
990
 
979
- - [`9307ebb86d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9307ebb86d8) - Revert addition of init entry point in favor of an upcoming solution.
991
+ - [#27449](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27449) [`9307ebb86d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9307ebb86d8) - Revert addition of init entry point in favor of an upcoming solution.
980
992
 
981
993
  ## 0.11.0
982
994
 
983
995
  ### Minor Changes
984
996
 
985
- - [`65222c75362`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65222c75362) - - Adds experimental typography tokens for font size, font weight, font family, and line height. These are not intended for public consumption yet.
997
+ - [#26991](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26991) [`65222c75362`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65222c75362) - - Adds experimental typography tokens for font size, font weight, font family, and line height. These are not intended for public consumption yet.
986
998
  - Adds a new init entry point for easily importing all theme CSS files (currently light, dark, spacing, and typography).
987
999
  - Spacing and typography tokens are now added to the `:root` rather than requiring a `data-theme` attribute.
988
1000
  - Removes 'spacing' from the default theme.
@@ -991,31 +1003,31 @@
991
1003
 
992
1004
  ### Patch Changes
993
1005
 
994
- - [`44c1c98c87a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44c1c98c87a) - Export CSSTokenMap
1006
+ - [#26560](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26560) [`44c1c98c87a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44c1c98c87a) - Export CSSTokenMap
995
1007
 
996
1008
  ## 0.10.34
997
1009
 
998
1010
  ### Patch Changes
999
1011
 
1000
- - [`10f2fea8f3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10f2fea8f3d) - Updated JSDoc descriptions for token() and setGlobalTheme()
1012
+ - [#26764](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26764) [`10f2fea8f3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10f2fea8f3d) - Updated JSDoc descriptions for token() and setGlobalTheme()
1001
1013
 
1002
1014
  ## 0.10.33
1003
1015
 
1004
1016
  ### Patch Changes
1005
1017
 
1006
- - [`7a7d1aedac0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a7d1aedac0) - Change pixels to rems for spacing tokens.
1018
+ - [#26623](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26623) [`7a7d1aedac0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a7d1aedac0) - Change pixels to rems for spacing tokens.
1007
1019
 
1008
1020
  ## 0.10.32
1009
1021
 
1010
1022
  ### Patch Changes
1011
1023
 
1012
- - [`c8bd8ee1920`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8bd8ee1920) - Adds new shadow tokens, elevation.shadow.overflow.spread and elevation.shadow.overflow.perimeter, that can be applied in combination to replicate the overflow shadow when elevation.shadow.overflow is not technically feasible to implement.
1024
+ - [#26624](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26624) [`c8bd8ee1920`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8bd8ee1920) - Adds new shadow tokens, elevation.shadow.overflow.spread and elevation.shadow.overflow.perimeter, that can be applied in combination to replicate the overflow shadow when elevation.shadow.overflow is not technically feasible to implement.
1013
1025
 
1014
1026
  ## 0.10.31
1015
1027
 
1016
1028
  ### Patch Changes
1017
1029
 
1018
- - [`e35fc41dc33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e35fc41dc33) - Internal change to use updated primtive spacing prop values. No expected behaviour change.
1030
+ - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`e35fc41dc33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e35fc41dc33) - Internal change to use updated primtive spacing prop values. No expected behaviour change.
1019
1031
  - [`92ee7c98d1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92ee7c98d1a) - Fixes a number of neutral palette colors which were being generated without their alphas in the legacy palette.
1020
1032
  - [`7e491389968`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e491389968) - Adds experimental spacing tokens, currently for internal use only. These are not ready for widespread consumption yet and a lint rule will raise issues if you try to use them.
1021
1033
 
@@ -1023,13 +1035,13 @@
1023
1035
 
1024
1036
  ### Patch Changes
1025
1037
 
1026
- - [`d9173fbdc13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9173fbdc13) - Added some more experimental spacing tokens for internal testing and validation. These are not intended for public consumption yet.
1038
+ - [#26186](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26186) [`d9173fbdc13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9173fbdc13) - Added some more experimental spacing tokens for internal testing and validation. These are not intended for public consumption yet.
1027
1039
 
1028
1040
  ## 0.10.29
1029
1041
 
1030
1042
  ### Patch Changes
1031
1043
 
1032
- - [`41dad8915d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41dad8915d7) - **✨ Color modes**
1044
+ - [#26128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26128) [`41dad8915d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41dad8915d7) - **✨ Color modes**
1033
1045
 
1034
1046
  Color modes are now attached to the DOM with the data-theme attr:
1035
1047
 
@@ -1090,55 +1102,55 @@
1090
1102
 
1091
1103
  ### Patch Changes
1092
1104
 
1093
- - [`52ee11d5b3c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52ee11d5b3c) - Adds an additional entrypoint for the `@atlaskit/tokens` package to support tooling.
1105
+ - [#26165](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26165) [`52ee11d5b3c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52ee11d5b3c) - Adds an additional entrypoint for the `@atlaskit/tokens` package to support tooling.
1094
1106
 
1095
1107
  ## 0.10.27
1096
1108
 
1097
1109
  ### Patch Changes
1098
1110
 
1099
- - [`56b107f0989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56b107f0989) - Adds experimental spacing tokens, currently for internal use only. These are not ready for widespread consumption yet and a lint rule will raise issues if you try to use them.
1111
+ - [#26111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26111) [`56b107f0989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56b107f0989) - Adds experimental spacing tokens, currently for internal use only. These are not ready for widespread consumption yet and a lint rule will raise issues if you try to use them.
1100
1112
 
1101
1113
  ## 0.10.26
1102
1114
 
1103
1115
  ### Patch Changes
1104
1116
 
1105
- - [`92faa09c2d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92faa09c2d4) - Rename base tokens to pascal case
1117
+ - [#25755](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25755) [`92faa09c2d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92faa09c2d4) - Rename base tokens to pascal case
1106
1118
 
1107
1119
  ## 0.10.25
1108
1120
 
1109
1121
  ### Patch Changes
1110
1122
 
1111
- - [`2e2ac6d3091`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e2ac6d3091) - Add new entrypoint `@atlaskit/tokens/tokens-raw` which provides access to raw token data. This enables the Atlassian Design Tokens Figma plugin to import required token information:wq
1123
+ - [#25841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25841) [`2e2ac6d3091`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e2ac6d3091) - Add new entrypoint `@atlaskit/tokens/tokens-raw` which provides access to raw token data. This enables the Atlassian Design Tokens Figma plugin to import required token information:wq
1112
1124
 
1113
1125
  ## 0.10.24
1114
1126
 
1115
1127
  ### Patch Changes
1116
1128
 
1117
- - [`619d2c2eaed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/619d2c2eaed) - Fixed typo in `elevation.surface.overlay` description
1129
+ - [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710) [`619d2c2eaed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/619d2c2eaed) - Fixed typo in `elevation.surface.overlay` description
1118
1130
 
1119
1131
  ## 0.10.23
1120
1132
 
1121
1133
  ### Patch Changes
1122
1134
 
1123
- - [`264f928f021`](https://bitbucket.org/atlassian/atlassian-frontend/commits/264f928f021) - Fix ignored entrypoint to allow correct access to babel-plugin
1135
+ - [#25673](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25673) [`264f928f021`](https://bitbucket.org/atlassian/atlassian-frontend/commits/264f928f021) - Fix ignored entrypoint to allow correct access to babel-plugin
1124
1136
 
1125
1137
  ## 0.10.22
1126
1138
 
1127
1139
  ### Patch Changes
1128
1140
 
1129
- - [`8e324bc208f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e324bc208f) - Source files for tokens chrome extension has been moved out and into its own pacakge
1141
+ - [#22827](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22827) [`8e324bc208f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e324bc208f) - Source files for tokens chrome extension has been moved out and into its own pacakge
1130
1142
 
1131
1143
  ## 0.10.21
1132
1144
 
1133
1145
  ### Patch Changes
1134
1146
 
1135
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
1147
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
1136
1148
 
1137
1149
  ## 0.10.20
1138
1150
 
1139
1151
  ### Patch Changes
1140
1152
 
1141
- - [`9f6aa1d7cdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f6aa1d7cdc) - Introduces new interaction states to a number of existing elevation tokens:
1153
+ - [#25211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25211) [`9f6aa1d7cdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f6aa1d7cdc) - Introduces new interaction states to a number of existing elevation tokens:
1142
1154
 
1143
1155
  - elevation.surface.hovered
1144
1156
  - elevation.surface.pressed
@@ -1151,31 +1163,31 @@
1151
1163
 
1152
1164
  ### Patch Changes
1153
1165
 
1154
- - [`efe09ca1159`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efe09ca1159) - Adds new opacity tokens, opacity.disabled and opacity.loading, that can be applied to elements to indicate loading and disabled states.
1166
+ - [#24502](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24502) [`efe09ca1159`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efe09ca1159) - Adds new opacity tokens, opacity.disabled and opacity.loading, that can be applied to elements to indicate loading and disabled states.
1155
1167
 
1156
1168
  ## 0.10.18
1157
1169
 
1158
1170
  ### Patch Changes
1159
1171
 
1160
- - [`7101fb6a895`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7101fb6a895) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
1172
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`7101fb6a895`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7101fb6a895) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
1161
1173
 
1162
1174
  ## 0.10.17
1163
1175
 
1164
1176
  ### Patch Changes
1165
1177
 
1166
- - [`e6dc2779c94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6dc2779c94) - Adds support for two new themes "Atlassian-legacy-light" & "Atlassian-legacy-dark". These are compatibility themes, utilising colors from the legacy color palette.
1178
+ - [#24390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24390) [`e6dc2779c94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6dc2779c94) - Adds support for two new themes "Atlassian-legacy-light" & "Atlassian-legacy-dark". These are compatibility themes, utilising colors from the legacy color palette.
1167
1179
 
1168
1180
  ## 0.10.16
1169
1181
 
1170
1182
  ### Patch Changes
1171
1183
 
1172
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
1184
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
1173
1185
 
1174
1186
  ## 0.10.15
1175
1187
 
1176
1188
  ### Patch Changes
1177
1189
 
1178
- - [`50299267c2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50299267c2e) - Refactors style-dictionary to support multiple palettes.
1190
+ - [#24188](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24188) [`50299267c2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50299267c2e) - Refactors style-dictionary to support multiple palettes.
1179
1191
 
1180
1192
  - Adds legacy-palette containing colours from `@atlaskit/theme`.
1181
1193
  - Palettes are processed as their own 'themes' (functionally) and now have their own configuration via style-dictionary.
@@ -1186,7 +1198,7 @@
1186
1198
 
1187
1199
  ### Patch Changes
1188
1200
 
1189
- - [`e3377246ebc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3377246ebc) - Moves the following `deprecated` tokens to the `sunset` phase. Please ensure that all `sunset` tokens are removed from your application, they will be completely removed in the next major version:
1201
+ - [#24077](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24077) [`e3377246ebc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3377246ebc) - Moves the following `deprecated` tokens to the `sunset` phase. Please ensure that all `sunset` tokens are removed from your application, they will be completely removed in the next major version:
1190
1202
 
1191
1203
  - 'color.interaction.inverse.hovered' => 'color.background.inverse.subtle.hovered'
1192
1204
  - 'color.interaction.inverse.pressed' => 'color.background.inverse.subtle.pressed'
@@ -1197,7 +1209,7 @@
1197
1209
 
1198
1210
  ### Patch Changes
1199
1211
 
1200
- - [`39a56a3c4e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39a56a3c4e7) - Update disabled tokens to use alpha base tokens:
1212
+ - [#23579](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23579) [`39a56a3c4e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39a56a3c4e7) - Update disabled tokens to use alpha base tokens:
1201
1213
 
1202
1214
  - `color.text.disabled`
1203
1215
  - `color.icon.disabled`
@@ -1207,7 +1219,7 @@
1207
1219
 
1208
1220
  ### Patch Changes
1209
1221
 
1210
- - [`83c253f28bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83c253f28bd) - [ux] - Correct 'color.interaction.hovered' and 'color.interaction.pressed' token values, which were mistakenly mapped inversely in light and dark mode. The token values have now been swapped.
1222
+ - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642) [`83c253f28bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83c253f28bd) - [ux] - Correct 'color.interaction.hovered' and 'color.interaction.pressed' token values, which were mistakenly mapped inversely in light and dark mode. The token values have now been swapped.
1211
1223
 
1212
1224
  - Deprecate 'color.interaction.inverse.hovered' which has been replaced with 'color.background.inverse.subtle.hovered'.
1213
1225
  - Deprecate 'color.interaction.inverse.pressed' which has been replaced with 'color.background.inverse.subtle.pressed'.
@@ -1216,7 +1228,7 @@
1216
1228
 
1217
1229
  ### Patch Changes
1218
1230
 
1219
- - [`d9d18df130f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9d18df130f) - [ux] Tweaked the values of the DN500 and DN500A base tokens to improve color contrast when paired with text:
1231
+ - [#23027](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23027) [`d9d18df130f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9d18df130f) - [ux] Tweaked the values of the DN500 and DN500A base tokens to improve color contrast when paired with text:
1220
1232
 
1221
1233
  - DN500 has changed from `#5C6C7A` to `#596773`
1222
1234
  - DN500A has changed from `#A9C5DF7A` to `#9BB4CA80`
@@ -1237,7 +1249,7 @@
1237
1249
 
1238
1250
  ### Patch Changes
1239
1251
 
1240
- - [`dc05530d2a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc05530d2a0) - Internal refactor to the way the documentation is built.
1252
+ - [#22892](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22892) [`dc05530d2a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc05530d2a0) - Internal refactor to the way the documentation is built.
1241
1253
 
1242
1254
  ## 0.10.9
1243
1255
 
@@ -1249,13 +1261,13 @@
1249
1261
 
1250
1262
  ### Patch Changes
1251
1263
 
1252
- - [`3c1eda5c3d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c1eda5c3d0) - [Tokens] added new color.border.bold token
1264
+ - [#22551](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22551) [`3c1eda5c3d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c1eda5c3d0) - [Tokens] added new color.border.bold token
1253
1265
 
1254
1266
  ## 0.10.7
1255
1267
 
1256
1268
  ### Patch Changes
1257
1269
 
1258
- - [`cb8723a7974`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8723a7974) - Introduces a new set of neutral accent tokens:
1270
+ - [#22107](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22107) [`cb8723a7974`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8723a7974) - Introduces a new set of neutral accent tokens:
1259
1271
 
1260
1272
  - `color.background.accent.gray.bolder`
1261
1273
  - `color.background.accent.gray.subtle`
@@ -1270,13 +1282,13 @@
1270
1282
 
1271
1283
  ### Patch Changes
1272
1284
 
1273
- - [`04fc3d5c658`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04fc3d5c658) - Run token transform earlier by hooking into Program visitor
1285
+ - [#22364](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22364) [`04fc3d5c658`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04fc3d5c658) - Run token transform earlier by hooking into Program visitor
1274
1286
 
1275
1287
  ## 0.10.5
1276
1288
 
1277
1289
  ### Patch Changes
1278
1290
 
1279
- - [`1124fa435ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1124fa435ed) - Moves the following `deprecated` tokens to the `sunset` phase. Please ensure that all `sunset` tokens are removed from your application, they will be completely removed in the next major version:
1291
+ - [#22060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22060) [`1124fa435ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1124fa435ed) - Moves the following `deprecated` tokens to the `sunset` phase. Please ensure that all `sunset` tokens are removed from your application, they will be completely removed in the next major version:
1280
1292
 
1281
1293
  - `color.background.brand.hovered` => `color.background.selected.hovered`
1282
1294
  - `color.background.brand.pressed` => `color.background.selected.pressed`
@@ -1294,19 +1306,19 @@
1294
1306
 
1295
1307
  ### Patch Changes
1296
1308
 
1297
- - [`7b9be57869b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b9be57869b) - ED-14905 made fallback token name work for production
1309
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`7b9be57869b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b9be57869b) - ED-14905 made fallback token name work for production
1298
1310
 
1299
1311
  ## 0.10.3
1300
1312
 
1301
1313
  ### Patch Changes
1302
1314
 
1303
- - [`acbd8d5576a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/acbd8d5576a) - Added a color-contrast test for our color pairs in the Tokens package.
1315
+ - [#21650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21650) [`acbd8d5576a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/acbd8d5576a) - Added a color-contrast test for our color pairs in the Tokens package.
1304
1316
 
1305
1317
  ## 0.10.2
1306
1318
 
1307
1319
  ### Patch Changes
1308
1320
 
1309
- - [`5b8212f08b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b8212f08b0) - The current theme can now be accessed and monitored for changes using new exports.
1321
+ - [#21920](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21920) [`5b8212f08b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b8212f08b0) - The current theme can now be accessed and monitored for changes using new exports.
1310
1322
 
1311
1323
  - `useThemeObserver` React hook
1312
1324
  - `ThemeMutationObserver` Mutation Observer
@@ -1315,73 +1327,73 @@
1315
1327
 
1316
1328
  ### Patch Changes
1317
1329
 
1318
- - [`7267d0aad7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7267d0aad7c) - Update group name metadata for light and dark neutral palette tokens
1330
+ - [#21813](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21813) [`7267d0aad7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7267d0aad7c) - Update group name metadata for light and dark neutral palette tokens
1319
1331
 
1320
1332
  ## 0.10.0
1321
1333
 
1322
1334
  ### Minor Changes
1323
1335
 
1324
- - [`aa06bcc3c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa06bcc3c48) - Removes the :root selector from the light theme, which allows the light theme to be turned off once the css is mounted. This is to support our migration efforts, but we will ultimately reintroduce this behaviour once tokens are the default experience
1336
+ - [#21484](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21484) [`aa06bcc3c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa06bcc3c48) - Removes the :root selector from the light theme, which allows the light theme to be turned off once the css is mounted. This is to support our migration efforts, but we will ultimately reintroduce this behaviour once tokens are the default experience
1325
1337
 
1326
1338
  ## 0.9.5
1327
1339
 
1328
1340
  ### Patch Changes
1329
1341
 
1330
- - [`4942487a9f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4942487a9f6) - Fixes internal representation of CSS entrypoints for themes. This is an internal change only and does not effect public APIs.
1342
+ - [#21487](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21487) [`4942487a9f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4942487a9f6) - Fixes internal representation of CSS entrypoints for themes. This is an internal change only and does not effect public APIs.
1331
1343
 
1332
1344
  ## 0.9.4
1333
1345
 
1334
1346
  ### Patch Changes
1335
1347
 
1336
- - [`1dad88929cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1dad88929cd) - Adds the `@atlassian/codegen` package that is designed to be used in concert with packages that utilise built assets in their source. Initial release adds an integrity header to assets from `@atlaskit/tokens`.
1348
+ - [#21543](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21543) [`1dad88929cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1dad88929cd) - Adds the `@atlassian/codegen` package that is designed to be used in concert with packages that utilise built assets in their source. Initial release adds an integrity header to assets from `@atlaskit/tokens`.
1337
1349
 
1338
1350
  ## 0.9.3
1339
1351
 
1340
1352
  ### Patch Changes
1341
1353
 
1342
- - [`ae9eab2df7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae9eab2df7d) - Fixing blanket selected and danger tokens that were 80% instead of 8% opacity
1354
+ - [#20579](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20579) [`ae9eab2df7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae9eab2df7d) - Fixing blanket selected and danger tokens that were 80% instead of 8% opacity
1343
1355
 
1344
1356
  ## 0.9.2
1345
1357
 
1346
1358
  ### Patch Changes
1347
1359
 
1348
- - [`c1de986e861`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1de986e861) - Added new entrypoint `@atlaskit/tokens/palettes-raw` for raw palette token data (used in documentation)
1360
+ - [#20895](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20895) [`c1de986e861`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1de986e861) - Added new entrypoint `@atlaskit/tokens/palettes-raw` for raw palette token data (used in documentation)
1349
1361
 
1350
1362
  ## 0.9.1
1351
1363
 
1352
1364
  ### Patch Changes
1353
1365
 
1354
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
1366
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
1355
1367
 
1356
1368
  ## 0.9.0
1357
1369
 
1358
1370
  ### Minor Changes
1359
1371
 
1360
- - [`54180abbf55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54180abbf55) - [ux] Add a new `color.border.inverse` token. Use for borders on bold backgrounds
1372
+ - [#20033](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20033) [`54180abbf55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54180abbf55) - [ux] Add a new `color.border.inverse` token. Use for borders on bold backgrounds
1361
1373
 
1362
1374
  ## 0.8.3
1363
1375
 
1364
1376
  ### Patch Changes
1365
1377
 
1366
- - [`530455156a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/530455156a8) - Deprecating color.background.inverse in favour of the new color.background.inverse.subtle token instead. Also introduced color.background.inverse.subtle.hovered and color.background.inverse.subtle.pressed tokens to supplement it.
1378
+ - [#20065](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20065) [`530455156a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/530455156a8) - Deprecating color.background.inverse in favour of the new color.background.inverse.subtle token instead. Also introduced color.background.inverse.subtle.hovered and color.background.inverse.subtle.pressed tokens to supplement it.
1367
1379
 
1368
1380
  ## 0.8.2
1369
1381
 
1370
1382
  ### Patch Changes
1371
1383
 
1372
- - [`b170565a618`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b170565a618) - [ux] Update to input token colors: `color.background.input`, `color.background.input.hovered`, `color.background.input.pressed`.
1384
+ - [#20082](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20082) [`b170565a618`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b170565a618) - [ux] Update to input token colors: `color.background.input`, `color.background.input.hovered`, `color.background.input.pressed`.
1373
1385
 
1374
1386
  ## 0.8.1
1375
1387
 
1376
1388
  ### Patch Changes
1377
1389
 
1378
- - [`a66253fc6a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a66253fc6a5) - Export token ID utility functions with new entrypoint `@atlaskit/tokens/token-ids`
1390
+ - [#19900](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19900) [`a66253fc6a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a66253fc6a5) - Export token ID utility functions with new entrypoint `@atlaskit/tokens/token-ids`
1379
1391
 
1380
1392
  ## 0.8.0
1381
1393
 
1382
1394
  ### Minor Changes
1383
1395
 
1384
- - [`1fb52fef1a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fb52fef1a8) - [ux] New Skeleton color tokens `color.skeleton.subtle` and `color.skeleton.subtlest`. Use for skeleton loading states
1396
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`1fb52fef1a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fb52fef1a8) - [ux] New Skeleton color tokens `color.skeleton.subtle` and `color.skeleton.subtlest`. Use for skeleton loading states
1385
1397
 
1386
1398
  ### Patch Changes
1387
1399
 
@@ -1458,25 +1470,25 @@
1458
1470
 
1459
1471
  ### Patch Changes
1460
1472
 
1461
- - [`ba0ddcf976e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba0ddcf976e) - Adding new token for `elevation.shadow.overflow`
1473
+ - [#19805](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19805) [`ba0ddcf976e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba0ddcf976e) - Adding new token for `elevation.shadow.overflow`
1462
1474
 
1463
1475
  ## 0.7.2
1464
1476
 
1465
1477
  ### Patch Changes
1466
1478
 
1467
- - [`2229ec7c745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2229ec7c745) - elevation.sunken no longer uses a transparent color
1479
+ - [#19817](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19817) [`2229ec7c745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2229ec7c745) - elevation.sunken no longer uses a transparent color
1468
1480
 
1469
1481
  ## 0.7.1
1470
1482
 
1471
1483
  ### Patch Changes
1472
1484
 
1473
- - [`5d35c6b1c5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d35c6b1c5f) - Adding new tokens for `color.blanket.selected` and `color.blanket.danger`
1485
+ - [#19458](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19458) [`5d35c6b1c5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d35c6b1c5f) - Adding new tokens for `color.blanket.selected` and `color.blanket.danger`
1474
1486
 
1475
1487
  ## 0.7.0
1476
1488
 
1477
1489
  ### Minor Changes
1478
1490
 
1479
- - [`220aa7f8aab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/220aa7f8aab) - [ux] Dark Mode token colours changed for the background of elements in a selected state (color.background.brand)
1491
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`220aa7f8aab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/220aa7f8aab) - [ux] Dark Mode token colours changed for the background of elements in a selected state (color.background.brand)
1480
1492
 
1481
1493
  ### Patch Changes
1482
1494
 
@@ -1502,13 +1514,13 @@
1502
1514
 
1503
1515
  ### Patch Changes
1504
1516
 
1505
- - [`39f4b3b6b48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39f4b3b6b48) - Added new base dark mode token DN-100 and modified elevation.surface.token to use it rather than the alpha.
1517
+ - [#19313](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19313) [`39f4b3b6b48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39f4b3b6b48) - Added new base dark mode token DN-100 and modified elevation.surface.token to use it rather than the alpha.
1506
1518
 
1507
1519
  ## 0.6.2
1508
1520
 
1509
1521
  ### Patch Changes
1510
1522
 
1511
- - [`899fd622557`](https://bitbucket.org/atlassian/atlassian-frontend/commits/899fd622557) - Re-introduces the selected and selected.bold tokens:
1523
+ - [#19072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19072) [`899fd622557`](https://bitbucket.org/atlassian/atlassian-frontend/commits/899fd622557) - Re-introduces the selected and selected.bold tokens:
1512
1524
 
1513
1525
  - `color.text.selected`
1514
1526
  - `color.icon.selected`
@@ -1540,7 +1552,7 @@
1540
1552
 
1541
1553
  ### Patch Changes
1542
1554
 
1543
- - [`3ed3071ee35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ed3071ee35) - Updates elevation.surface.sunken base token in darkmode to DN-100A
1555
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`3ed3071ee35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ed3071ee35) - Updates elevation.surface.sunken base token in darkmode to DN-100A
1544
1556
  - Updated dependencies
1545
1557
 
1546
1558
  ## 0.6.0
@@ -1559,25 +1571,25 @@
1559
1571
 
1560
1572
  ### Minor Changes
1561
1573
 
1562
- - [`03a2ceaaabd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03a2ceaaabd) - Rename mapper entrypoint now outputs migration meta data in array format rather than object.
1574
+ - [#18168](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18168) [`03a2ceaaabd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03a2ceaaabd) - Rename mapper entrypoint now outputs migration meta data in array format rather than object.
1563
1575
 
1564
1576
  ## 0.4.2
1565
1577
 
1566
1578
  ### Patch Changes
1567
1579
 
1568
- - [`068c9a0b770`](https://bitbucket.org/atlassian/atlassian-frontend/commits/068c9a0b770) - Adds official entrypoint for theme css files
1580
+ - [#18080](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18080) [`068c9a0b770`](https://bitbucket.org/atlassian/atlassian-frontend/commits/068c9a0b770) - Adds official entrypoint for theme css files
1569
1581
 
1570
1582
  ## 0.4.1
1571
1583
 
1572
1584
  ### Patch Changes
1573
1585
 
1574
- - [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
1586
+ - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475) [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
1575
1587
 
1576
1588
  ## 0.4.0
1577
1589
 
1578
1590
  ### Minor Changes
1579
1591
 
1580
- - [`b46c0681c29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b46c0681c29) - Adds "MISSING_TOKEN" for instances where a suitable token does not exist
1592
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`b46c0681c29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b46c0681c29) - Adds "MISSING_TOKEN" for instances where a suitable token does not exist
1581
1593
  - [`d5e751f7236`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5e751f7236) - Tweaks new palette colors to reflect feedback from the pilot program
1582
1594
  - [`2c855cf3bf4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c855cf3bf4) - New internal config change allows this package to be run pre-build by ts-node, allowing access to the babel plugin by repo build tooling
1583
1595
 
@@ -1597,26 +1609,26 @@
1597
1609
 
1598
1610
  ### Minor Changes
1599
1611
 
1600
- - [`092e10c6184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/092e10c6184) - CSS variables generated by the tokens package now have a prefix "ds-" to differentiate them from other CSS variables in an application
1612
+ - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`092e10c6184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/092e10c6184) - CSS variables generated by the tokens package now have a prefix "ds-" to differentiate them from other CSS variables in an application
1601
1613
 
1602
1614
  ## 0.2.1
1603
1615
 
1604
1616
  ### Patch Changes
1605
1617
 
1606
- - [`5c1cf4723e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c1cf4723e4) - typescript-token-name formatter now outputs token names with an indexable Record type
1618
+ - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`5c1cf4723e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c1cf4723e4) - typescript-token-name formatter now outputs token names with an indexable Record type
1607
1619
  - [`2f9faec5201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f9faec5201) - Tokens now provided with descriptions for when they should be used
1608
1620
 
1609
1621
  ## 0.2.0
1610
1622
 
1611
1623
  ### Minor Changes
1612
1624
 
1613
- - [`18b502b7083`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18b502b7083) - Added a new export, token-default-values, which maps token names to their value in the default theme (currently the "atlassian-light" theme).
1625
+ - [#13665](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13665) [`18b502b7083`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18b502b7083) - Added a new export, token-default-values, which maps token names to their value in the default theme (currently the "atlassian-light" theme).
1614
1626
 
1615
1627
  ## 0.1.1
1616
1628
 
1617
1629
  ### Patch Changes
1618
1630
 
1619
- - [`6f3632e65d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f3632e65d4) - Updates README with MVP instructions for usage.
1631
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`6f3632e65d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f3632e65d4) - Updates README with MVP instructions for usage.
1620
1632
  - [`c1498cb226e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1498cb226e) - Removes previous rename map
1621
1633
  - [`0936217160c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0936217160c) - Add bold accent tokens:
1622
1634
 
@@ -1634,7 +1646,7 @@
1634
1646
 
1635
1647
  ### Minor Changes
1636
1648
 
1637
- - [`642f26d0f0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/642f26d0f0c) - Adds rename-mapping as an entry point for @atlaskit/tokens. rename-mapping is an object mapping old token names to their new replacements
1649
+ - [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302) [`642f26d0f0c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/642f26d0f0c) - Adds rename-mapping as an entry point for @atlaskit/tokens. rename-mapping is an object mapping old token names to their new replacements
1638
1650
 
1639
1651
  ### Patch Changes
1640
1652
 
@@ -1657,31 +1669,31 @@
1657
1669
 
1658
1670
  ### Patch Changes
1659
1671
 
1660
- - [`2bda3783615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2bda3783615) - License information added to package.json
1672
+ - [#13518](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13518) [`2bda3783615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2bda3783615) - License information added to package.json
1661
1673
 
1662
1674
  ## 0.0.17
1663
1675
 
1664
1676
  ### Patch Changes
1665
1677
 
1666
- - [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) - Corrects eslint supressions.
1678
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) - Corrects eslint supressions.
1667
1679
 
1668
1680
  ## 0.0.16
1669
1681
 
1670
1682
  ### Patch Changes
1671
1683
 
1672
- - [`8418348bf66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8418348bf66) - Revert focus ring token from a shadow to border
1684
+ - [#12619](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12619) [`8418348bf66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8418348bf66) - Revert focus ring token from a shadow to border
1673
1685
 
1674
1686
  ## 0.0.15
1675
1687
 
1676
1688
  ### Patch Changes
1677
1689
 
1678
- - [`e11b3e4e1ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e11b3e4e1ee) - Restructures tokens into the following format {group}{property}{variant}{state}
1690
+ - [#12592](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12592) [`e11b3e4e1ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e11b3e4e1ee) - Restructures tokens into the following format {group}{property}{variant}{state}
1679
1691
 
1680
1692
  ## 0.0.14
1681
1693
 
1682
1694
  ### Patch Changes
1683
1695
 
1684
- - [`1926dba3536`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1926dba3536) - Adds, removes & renames tokens
1696
+ - [#12528](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12528) [`1926dba3536`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1926dba3536) - Adds, removes & renames tokens
1685
1697
 
1686
1698
  Adds:
1687
1699
 
@@ -1712,61 +1724,61 @@
1712
1724
 
1713
1725
  ### Patch Changes
1714
1726
 
1715
- - [`769ea83469c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/769ea83469c) - Moves tokens and eslint-plugin-design-system to the public namespace.
1727
+ - [#12444](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12444) [`769ea83469c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/769ea83469c) - Moves tokens and eslint-plugin-design-system to the public namespace.
1716
1728
 
1717
1729
  ## 0.0.12
1718
1730
 
1719
1731
  ### Patch Changes
1720
1732
 
1721
- - [`6cde35b66d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6cde35b66d9) - Updates the figma synchronizer with the ability to rename tokens
1733
+ - [#12123](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12123) [`6cde35b66d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6cde35b66d9) - Updates the figma synchronizer with the ability to rename tokens
1722
1734
 
1723
1735
  ## 0.0.11
1724
1736
 
1725
1737
  ### Patch Changes
1726
1738
 
1727
- - [`170b971ce50`](https://bitbucket.org/atlassian/atlassian-frontend/commits/170b971ce50) - Exposes token names as an entrypoint.
1739
+ - [#11993](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11993) [`170b971ce50`](https://bitbucket.org/atlassian/atlassian-frontend/commits/170b971ce50) - Exposes token names as an entrypoint.
1728
1740
 
1729
1741
  ## 0.0.10
1730
1742
 
1731
1743
  ### Patch Changes
1732
1744
 
1733
- - [`eb05da78cd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb05da78cd0) - Figma sync now can set spread property for effect styles.
1745
+ - [#11992](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11992) [`eb05da78cd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb05da78cd0) - Figma sync now can set spread property for effect styles.
1734
1746
 
1735
1747
  ## 0.0.9
1736
1748
 
1737
1749
  ### Patch Changes
1738
1750
 
1739
- - [`76836669a4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76836669a4c) - Global theme CSS custom properties are now scoped to the html element.
1751
+ - [#11920](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11920) [`76836669a4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76836669a4c) - Global theme CSS custom properties are now scoped to the html element.
1740
1752
 
1741
1753
  ## 0.0.8
1742
1754
 
1743
1755
  ### Patch Changes
1744
1756
 
1745
- - [`be2a49c8e04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be2a49c8e04) - Focus ring token is now a shadow.
1757
+ - [#11906](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11906) [`be2a49c8e04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be2a49c8e04) - Focus ring token is now a shadow.
1746
1758
 
1747
1759
  ## 0.0.7
1748
1760
 
1749
1761
  ### Patch Changes
1750
1762
 
1751
- - [`f06c9466af2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f06c9466af2) - Color palette has been updated with new values.
1763
+ - [#11789](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11789) [`f06c9466af2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f06c9466af2) - Color palette has been updated with new values.
1752
1764
 
1753
1765
  ## 0.0.6
1754
1766
 
1755
1767
  ### Patch Changes
1756
1768
 
1757
- - [`5fccc343a1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fccc343a1b) - Subtle accent colors added to token set.
1769
+ - [#11680](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11680) [`5fccc343a1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fccc343a1b) - Subtle accent colors added to token set.
1758
1770
 
1759
1771
  ## 0.0.5
1760
1772
 
1761
1773
  ### Patch Changes
1762
1774
 
1763
- - [`2106cf48ddb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2106cf48ddb) - Adds token "getter" to allow users to fetch and use tokens in their components
1775
+ - [#11380](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11380) [`2106cf48ddb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2106cf48ddb) - Adds token "getter" to allow users to fetch and use tokens in their components
1764
1776
 
1765
1777
  ## 0.0.4
1766
1778
 
1767
1779
  ### Patch Changes
1768
1780
 
1769
- - [`202cf0733de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/202cf0733de) - Tokens are now built using style dictionary with three outputs:
1781
+ - [#11433](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11433) [`202cf0733de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/202cf0733de) - Tokens are now built using style dictionary with three outputs:
1770
1782
 
1771
1783
  1. CSS
1772
1784
  1. Figma synchronizers
@@ -1776,16 +1788,16 @@
1776
1788
 
1777
1789
  ### Patch Changes
1778
1790
 
1779
- - [`931f6fc633a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/931f6fc633a) - Updates token schema shape.
1791
+ - [#11333](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11333) [`931f6fc633a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/931f6fc633a) - Updates token schema shape.
1780
1792
 
1781
1793
  ## 0.0.2
1782
1794
 
1783
1795
  ### Patch Changes
1784
1796
 
1785
- - [`9eaba799050`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9eaba799050) - Adds theme tokens and script to add tokens to figma.
1797
+ - [#11275](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11275) [`9eaba799050`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9eaba799050) - Adds theme tokens and script to add tokens to figma.
1786
1798
 
1787
1799
  ## 0.0.1
1788
1800
 
1789
1801
  ### Patch Changes
1790
1802
 
1791
- - [`73aaa81802a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73aaa81802a) - Initial setup & release
1803
+ - [#11179](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11179) [`73aaa81802a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73aaa81802a) - Initial setup & release