@atlaskit/tokens 1.25.0 → 1.25.1

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 +171 -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 +2 -1
  230. package/report.api.md +21 -20
  231. package/tmp/api-report-tmp.d.ts +20 -20
package/CHANGELOG.md CHANGED
@@ -1,10 +1,16 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 1.25.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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.
8
+
3
9
  ## 1.25.0
4
10
 
5
11
  ### Minor Changes
6
12
 
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.
13
+ - [#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
14
 
9
15
  These changes are available behind a feature flag; if this test is successful it will be available in an upcoming minor release.
10
16
 
@@ -12,13 +18,13 @@
12
18
 
13
19
  ### Minor Changes
14
20
 
15
- - [`0c2e2baec38`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c2e2baec38) - Added new `color.link.visited` token.
21
+ - [#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
22
 
17
23
  ## 1.23.0
18
24
 
19
25
  ### Minor Changes
20
26
 
21
- - [`5a967ac2397`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a967ac2397) - Adds two new synchronous theme configuration utilities:
27
+ - [#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
28
 
23
29
  - `enableGlobalTheme` is a synchronous version of `setGlobalTheme` that sets data attributes on the page and takes a themeLoader
24
30
  - `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 +33,43 @@
27
33
 
28
34
  ### Patch Changes
29
35
 
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.
36
+ - [#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
37
 
32
38
  ## 1.22.0
33
39
 
34
40
  ### Minor Changes
35
41
 
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.
42
+ - [#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
43
 
38
44
  ## 1.21.1
39
45
 
40
46
  ### Patch Changes
41
47
 
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.
48
+ - [#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
49
 
44
50
  ## 1.21.0
45
51
 
46
52
  ### Minor Changes
47
53
 
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).
54
+ - [#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
55
 
50
56
  ## 1.20.1
51
57
 
52
58
  ### Patch Changes
53
59
 
54
- - [`4be033a9cb5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4be033a9cb5) - Update types
60
+ - [#39641](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39641) [`4be033a9cb5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4be033a9cb5) - Update types
55
61
 
56
62
  ## 1.20.0
57
63
 
58
64
  ### Minor Changes
59
65
 
60
- - [`0a95595cd3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a95595cd3e) - Space tokens are now enabled by default whenever `setGlobalTheme` is called.
66
+ - [#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
67
 
62
68
  ## 1.19.0
63
69
 
64
70
  ### Minor Changes
65
71
 
66
- - [`ff1a0d8dcfd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff1a0d8dcfd) - Introduces 80 new accent interaction tokens:
72
+ - [#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
73
 
68
74
  - color.background.accent.blue.subtlest.hovered
69
75
  - color.background.accent.blue.subtlest.pressed
@@ -159,25 +165,25 @@
159
165
 
160
166
  ### Minor Changes
161
167
 
162
- - [`c27587454bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c27587454bb) - Update to include additional body token.
168
+ - [#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
169
 
164
170
  ## 1.17.1
165
171
 
166
172
  ### Patch Changes
167
173
 
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
174
+ - [#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
175
 
170
176
  ## 1.17.0
171
177
 
172
178
  ### Minor Changes
173
179
 
174
- - [`e6d73d0e019`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6d73d0e019) - Removes inset from elevation shadow borders.
180
+ - [#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
181
 
176
182
  ## 1.16.0
177
183
 
178
184
  ### Minor Changes
179
185
 
180
- - [`031034da425`](https://bitbucket.org/atlassian/atlassian-frontend/commits/031034da425) - Introduces surface detection through the use of design tokens/CSS variables:
186
+ - [#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
187
 
182
188
  - The `utility.elevation.surface.current` design token allows UI to be styled with a color based on a parent element's surface color.
183
189
  - The `CURRENT_SURFACE_CSS_VAR` constant is exported to enable the current surface CSS variable to be set.
@@ -186,55 +192,55 @@
186
192
 
187
193
  ### Patch Changes
188
194
 
189
- - [`3c114ea4257`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c114ea4257) - Update type definitions to conform to inherited changes from `@types/react@16.14.15`.
195
+ - [#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
196
 
191
197
  ## 1.15.1
192
198
 
193
199
  ### Patch Changes
194
200
 
195
- - [`2b79cf3df13`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b79cf3df13) - Patches certain token values in the internal typography theme.
201
+ - [#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
202
 
197
203
  ## 1.15.0
198
204
 
199
205
  ### Minor Changes
200
206
 
201
- - [`6b31bb82f08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b31bb82f08) - Introduces experimental typography theme (v2).
207
+ - [#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
208
 
203
209
  ## 1.14.2
204
210
 
205
211
  ### Patch Changes
206
212
 
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.
213
+ - [#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
214
 
209
215
  ## 1.14.1
210
216
 
211
217
  ### Patch Changes
212
218
 
213
- - [`b423f118bb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b423f118bb8) - Adjusted color generation system for custom theming to improve accessibility.
219
+ - [#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
220
 
215
221
  ## 1.14.0
216
222
 
217
223
  ### Minor Changes
218
224
 
219
- - [`d9d7c284713`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9d7c284713) - Add custom theming support to `ThemeObjectToString` and `ThemeStringToObject` functions.
225
+ - [#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
226
 
221
227
  ## 1.13.2
222
228
 
223
229
  ### Patch Changes
224
230
 
225
- - [`f29001ccc8c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f29001ccc8c) - Renamed type "CustomBrandSchema" to "ThemeOptionsSchema" for experimental custom theming API
231
+ - [#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
232
 
227
233
  ## 1.13.1
228
234
 
229
235
  ### Patch Changes
230
236
 
231
- - [`74f7af9882b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74f7af9882b) - [ux] correct fallback color of token color.border.focused to meet contrast requirement
237
+ - [#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
238
 
233
239
  ## 1.13.0
234
240
 
235
241
  ### Minor Changes
236
242
 
237
- - [`bc512702bdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bc512702bdc) - Introduces new brand background tokens.
243
+ - [#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
244
 
239
245
  - `color.background.brand.subtlest` - Use for the background of elements used to reinforce our brand, but with less emphasis.
240
246
  - `color.background.brand.subtlest.hovered` - Hovered state of color.background.brand.subtlest.
@@ -250,7 +256,7 @@
250
256
 
251
257
  ### Minor Changes
252
258
 
253
- - [`beba2779d31`](https://bitbucket.org/atlassian/atlassian-frontend/commits/beba2779d31) - Add experimental support for custom theming via the `UNSAFE_themeOptions` field in `themeState`.
259
+ - [#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
260
 
255
261
  This option is supported in the following functions:
256
262
 
@@ -264,71 +270,71 @@
264
270
 
265
271
  ### Patch Changes
266
272
 
267
- - [`1b40a9ff426`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1b40a9ff426) - update border.input.color to DarkNeutral600
273
+ - [#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
274
 
269
275
  ## 1.11.2
270
276
 
271
277
  ### Patch Changes
272
278
 
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
279
+ - [#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
280
+ - [#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
281
 
276
282
  ## 1.11.1
277
283
 
278
284
  ### Patch Changes
279
285
 
280
- - [`7053f18ecc5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7053f18ecc5) - Added suggest metadata to shape tokens to aid future migration suggestions.
286
+ - [#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
287
  - [`ba43427b3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba43427b3e8) - Internal changes to account for introduction of shape/radius tokens.
282
288
 
283
289
  ## 1.11.0
284
290
 
285
291
  ### Minor Changes
286
292
 
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.
293
+ - [#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
294
 
289
295
  ## 1.10.2
290
296
 
291
297
  ### Patch Changes
292
298
 
293
- - [`7c1c449eb96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c1c449eb96) - Updated space token descriptions.
299
+ - [#36218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36218) [`7c1c449eb96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c1c449eb96) - Updated space token descriptions.
294
300
 
295
301
  ## 1.10.1
296
302
 
297
303
  ### Patch Changes
298
304
 
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.
305
+ - [#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
306
  - Updated space token descriptions.
301
307
 
302
308
  ## 1.10.0
303
309
 
304
310
  ### Minor Changes
305
311
 
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.
312
+ - [#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
313
  - Add an optional callback parameter to setGlobalTheme() that overrides the default theme loading functionality with the callback.
308
314
 
309
315
  ## 1.9.1
310
316
 
311
317
  ### Patch Changes
312
318
 
313
- - [`7ab8146e433`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7ab8146e433) - Re-introduce entry point for token-default-values
319
+ - [#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
320
 
315
321
  ## 1.9.0
316
322
 
317
323
  ### Minor Changes
318
324
 
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.
325
+ - [#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
326
 
321
327
  ## 1.8.1
322
328
 
323
329
  ### Patch Changes
324
330
 
325
- - [`8f436f0c301`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f436f0c301) - extend border contrast feature flag to support confluence
331
+ - [#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
332
 
327
333
  ## 1.8.0
328
334
 
329
335
  ### Minor Changes
330
336
 
331
- - [`e200f2340ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e200f2340ed) - Introduces new lime token set.
337
+ - [#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
338
 
333
339
  - `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
340
  - `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 +355,13 @@
349
355
 
350
356
  ### Minor Changes
351
357
 
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.
358
+ - [#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
359
 
354
360
  ## 1.6.0
355
361
 
356
362
  ### Minor Changes
357
363
 
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.
364
+ - [#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
365
 
360
366
  ### Patch Changes
361
367
 
@@ -365,19 +371,19 @@
365
371
 
366
372
  ### Patch Changes
367
373
 
368
- - [`8be4cc2372f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8be4cc2372f) - update border color to Neutral500
374
+ - [#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
375
 
370
376
  ## 1.5.1
371
377
 
372
378
  ### Patch Changes
373
379
 
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.
380
+ - [#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
381
 
376
382
  ## 1.5.0
377
383
 
378
384
  ### Minor Changes
379
385
 
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.
386
+ - [#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
387
 
382
388
  ### Patch Changes
383
389
 
@@ -387,49 +393,49 @@
387
393
 
388
394
  ### Patch Changes
389
395
 
390
- - [`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing unused dependencies and dev dependencies
396
+ - [#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
397
 
392
398
  ## 1.4.3
393
399
 
394
400
  ### Patch Changes
395
401
 
396
- - [`32e364bed0b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/32e364bed0b) - We are testing color tweaks to the dark theme behind a feature flag.
402
+ - [#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
403
 
398
404
  ## 1.4.2
399
405
 
400
406
  ### Patch Changes
401
407
 
402
- - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
408
+ - [#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
409
 
404
410
  ## 1.4.1
405
411
 
406
412
  ### Patch Changes
407
413
 
408
- - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
414
+ - [#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
415
 
410
416
  ## 1.4.0
411
417
 
412
418
  ### Minor Changes
413
419
 
414
- - [`36158b8bcb9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/36158b8bcb9) - [ux] update color.border.input to meet 3:1 contrast
420
+ - [#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
421
 
416
422
  ## 1.3.2
417
423
 
418
424
  ### Patch Changes
419
425
 
420
- - [`bae41641c82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bae41641c82) - Enable the dark theme tweaks for Confluence behind a feature flag.
426
+ - [#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
427
 
422
428
  ## 1.3.1
423
429
 
424
430
  ### Patch Changes
425
431
 
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.
432
+ - [#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
433
 
428
434
  ## 1.3.0
429
435
 
430
436
  ### Minor Changes
431
437
 
432
- - [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
438
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
433
439
 
434
440
  ### Patch Changes
435
441
 
@@ -439,128 +445,128 @@
439
445
 
440
446
  ### Patch Changes
441
447
 
442
- - [`1a1dc6a0370`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a1dc6a0370) - Upgrade `@babel` scoped packages to `^7.20.0`
448
+ - [#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
449
 
444
450
  ## 1.2.18
445
451
 
446
452
  ### Patch Changes
447
453
 
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.
454
+ - [#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
455
 
450
456
  ## 1.2.17
451
457
 
452
458
  ### Patch Changes
453
459
 
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
460
+ - [#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
461
 
456
462
  ## 1.2.16
457
463
 
458
464
  ### Patch Changes
459
465
 
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.
466
+ - [#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
467
 
462
468
  ## 1.2.15
463
469
 
464
470
  ### Patch Changes
465
471
 
466
- - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
472
+ - [#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
473
 
468
474
  ## 1.2.14
469
475
 
470
476
  ### Patch Changes
471
477
 
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.
478
+ - [#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.
479
+ - [#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
480
 
475
481
  ## 1.2.13
476
482
 
477
483
  ### Patch Changes
478
484
 
479
- - [`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move codegen into @atlassian scope to publish it to private registry
485
+ - [#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
486
 
481
487
  ## 1.2.12
482
488
 
483
489
  ### Patch Changes
484
490
 
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.
491
+ - [#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
492
 
487
493
  ## 1.2.11
488
494
 
489
495
  ### Patch Changes
490
496
 
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.
497
+ - [#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
498
 
493
499
  ## 1.2.10
494
500
 
495
501
  ### Patch Changes
496
502
 
497
- - [`80a0a472d01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/80a0a472d01) - Onboard `@atlaskit/tokens` on push model consumption
503
+ - [#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
504
 
499
505
  ## 1.2.9
500
506
 
501
507
  ### Patch Changes
502
508
 
503
- - [`aef90f8953b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aef90f8953b) - Tweaks to a subset of dark theme tokens behind a feature flag.
509
+ - [#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
510
 
505
511
  ## 1.2.8
506
512
 
507
513
  ### Patch Changes
508
514
 
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.
515
+ - [#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
516
 
511
517
  ## 1.2.7
512
518
 
513
519
  ### Patch Changes
514
520
 
515
- - [`23b381db41c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23b381db41c) - Upgrades component types to support React 18.
521
+ - [#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
522
 
517
523
  ## 1.2.6
518
524
 
519
525
  ### Patch Changes
520
526
 
521
- - [`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
527
+ - [#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
528
 
523
529
  ## 1.2.5
524
530
 
525
531
  ### Patch Changes
526
532
 
527
- - [`d1adc718599`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1adc718599) - Added token-order entry-point, exported ActiveTokens type.
533
+ - [#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
534
 
529
535
  ## 1.2.4
530
536
 
531
537
  ### Patch Changes
532
538
 
533
- - [`2717641f696`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2717641f696) - The getTokenValue helper now strips leading or trailing spaces if they exist.
539
+ - [#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
540
 
535
541
  ## 1.2.3
536
542
 
537
543
  ### Patch Changes
538
544
 
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.
545
+ - [#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
546
 
541
547
  ## 1.2.2
542
548
 
543
549
  ### Patch Changes
544
550
 
545
- - [`67a01afe12b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/67a01afe12b) - Add internal and experimental token for border.width.0
551
+ - [#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
552
 
547
553
  ## 1.2.1
548
554
 
549
555
  ### Patch Changes
550
556
 
551
- - [`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) - Introduce shape tokens to some packages.
557
+ - [#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
558
 
553
559
  ## 1.2.0
554
560
 
555
561
  ### Minor Changes
556
562
 
557
- - [`64d30817221`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64d30817221) - Introduce experimental 'shape' tokens for use with border properties.
563
+ - [#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
564
 
559
565
  ## 1.1.0
560
566
 
561
567
  ### Minor Changes
562
568
 
563
- - [`4b9aea55b97`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b9aea55b97) - Removed various unused experimental spacing tokens in favor of the `space.X` token format.
569
+ - [#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
570
 
565
571
  Removed:
566
572
 
@@ -576,7 +582,7 @@
576
582
 
577
583
  ### Major Changes
578
584
 
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_.
585
+ - [#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
586
 
581
587
  #### 💥 Breaking change: Theme lazy-loading
582
588
 
@@ -865,20 +871,20 @@
865
871
 
866
872
  ### Patch Changes
867
873
 
868
- - [`1f558943507`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f558943507) - Correct Figma entrypoints to use raw json
874
+ - [#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
875
 
870
876
  ## 0.13.4
871
877
 
872
878
  ### Patch Changes
873
879
 
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).
880
+ - [#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
881
  - Tokens are now sorted by a predefined order across artifact output, ensuring consistency across experiences.
876
882
 
877
883
  ## 0.13.3
878
884
 
879
885
  ### Patch Changes
880
886
 
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:
887
+ - [#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
888
 
883
889
  - Adjust `Neutral500` from `#8993A5` to `#8590A2` so that it passes 3:1 contrast against sunken surfaces in light mode
884
890
  - Adjust `Neutral500A` from `#091E42 @ 48%` to `#091E42 @ 49%` to match color of `Neutral500` on default surfaces
@@ -922,67 +928,67 @@
922
928
 
923
929
  ### Patch Changes
924
930
 
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
931
+ - [#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
932
 
927
933
  ## 0.13.1
928
934
 
929
935
  ### Patch Changes
930
936
 
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.
937
+ - [#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
938
 
933
939
  ## 0.13.0
934
940
 
935
941
  ### Minor Changes
936
942
 
937
- - [`00c057bdd71`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00c057bdd71) - Removes spacing-raw & typography-raw entrypoints in favor of tokens-raw
943
+ - [#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
944
 
939
945
  ## 0.12.0
940
946
 
941
947
  ### Minor Changes
942
948
 
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.
949
+ - [#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
950
 
945
951
  ## 0.11.6
946
952
 
947
953
  ### Patch Changes
948
954
 
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.
955
+ - [#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
956
 
951
957
  ## 0.11.5
952
958
 
953
959
  ### Patch Changes
954
960
 
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.
961
+ - [#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
962
 
957
963
  ## 0.11.4
958
964
 
959
965
  ### Patch Changes
960
966
 
961
- - [`39c4b520ef3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39c4b520ef3) - - Adds `typography-raw` entry point for easy access.
967
+ - [#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
968
 
963
969
  ## 0.11.3
964
970
 
965
971
  ### Patch Changes
966
972
 
967
- - [`f824dcfff6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f824dcfff6e) - Internal changes to satisfy various lint warnings & errors
973
+ - [#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
974
 
969
975
  ## 0.11.2
970
976
 
971
977
  ### Patch Changes
972
978
 
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`.
979
+ - [#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
980
 
975
981
  ## 0.11.1
976
982
 
977
983
  ### Patch Changes
978
984
 
979
- - [`9307ebb86d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9307ebb86d8) - Revert addition of init entry point in favor of an upcoming solution.
985
+ - [#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
986
 
981
987
  ## 0.11.0
982
988
 
983
989
  ### Minor Changes
984
990
 
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.
991
+ - [#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
992
  - Adds a new init entry point for easily importing all theme CSS files (currently light, dark, spacing, and typography).
987
993
  - Spacing and typography tokens are now added to the `:root` rather than requiring a `data-theme` attribute.
988
994
  - Removes 'spacing' from the default theme.
@@ -991,31 +997,31 @@
991
997
 
992
998
  ### Patch Changes
993
999
 
994
- - [`44c1c98c87a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44c1c98c87a) - Export CSSTokenMap
1000
+ - [#26560](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26560) [`44c1c98c87a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/44c1c98c87a) - Export CSSTokenMap
995
1001
 
996
1002
  ## 0.10.34
997
1003
 
998
1004
  ### Patch Changes
999
1005
 
1000
- - [`10f2fea8f3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/10f2fea8f3d) - Updated JSDoc descriptions for token() and setGlobalTheme()
1006
+ - [#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
1007
 
1002
1008
  ## 0.10.33
1003
1009
 
1004
1010
  ### Patch Changes
1005
1011
 
1006
- - [`7a7d1aedac0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a7d1aedac0) - Change pixels to rems for spacing tokens.
1012
+ - [#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
1013
 
1008
1014
  ## 0.10.32
1009
1015
 
1010
1016
  ### Patch Changes
1011
1017
 
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.
1018
+ - [#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
1019
 
1014
1020
  ## 0.10.31
1015
1021
 
1016
1022
  ### Patch Changes
1017
1023
 
1018
- - [`e35fc41dc33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e35fc41dc33) - Internal change to use updated primtive spacing prop values. No expected behaviour change.
1024
+ - [#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
1025
  - [`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
1026
  - [`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
1027
 
@@ -1023,13 +1029,13 @@
1023
1029
 
1024
1030
  ### Patch Changes
1025
1031
 
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.
1032
+ - [#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
1033
 
1028
1034
  ## 0.10.29
1029
1035
 
1030
1036
  ### Patch Changes
1031
1037
 
1032
- - [`41dad8915d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41dad8915d7) - **✨ Color modes**
1038
+ - [#26128](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26128) [`41dad8915d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41dad8915d7) - **✨ Color modes**
1033
1039
 
1034
1040
  Color modes are now attached to the DOM with the data-theme attr:
1035
1041
 
@@ -1090,55 +1096,55 @@
1090
1096
 
1091
1097
  ### Patch Changes
1092
1098
 
1093
- - [`52ee11d5b3c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52ee11d5b3c) - Adds an additional entrypoint for the `@atlaskit/tokens` package to support tooling.
1099
+ - [#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
1100
 
1095
1101
  ## 0.10.27
1096
1102
 
1097
1103
  ### Patch Changes
1098
1104
 
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.
1105
+ - [#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
1106
 
1101
1107
  ## 0.10.26
1102
1108
 
1103
1109
  ### Patch Changes
1104
1110
 
1105
- - [`92faa09c2d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/92faa09c2d4) - Rename base tokens to pascal case
1111
+ - [#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
1112
 
1107
1113
  ## 0.10.25
1108
1114
 
1109
1115
  ### Patch Changes
1110
1116
 
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
1117
+ - [#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
1118
 
1113
1119
  ## 0.10.24
1114
1120
 
1115
1121
  ### Patch Changes
1116
1122
 
1117
- - [`619d2c2eaed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/619d2c2eaed) - Fixed typo in `elevation.surface.overlay` description
1123
+ - [#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
1124
 
1119
1125
  ## 0.10.23
1120
1126
 
1121
1127
  ### Patch Changes
1122
1128
 
1123
- - [`264f928f021`](https://bitbucket.org/atlassian/atlassian-frontend/commits/264f928f021) - Fix ignored entrypoint to allow correct access to babel-plugin
1129
+ - [#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
1130
 
1125
1131
  ## 0.10.22
1126
1132
 
1127
1133
  ### Patch Changes
1128
1134
 
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
1135
+ - [#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
1136
 
1131
1137
  ## 0.10.21
1132
1138
 
1133
1139
  ### Patch Changes
1134
1140
 
1135
- - [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
1141
+ - [#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
1142
 
1137
1143
  ## 0.10.20
1138
1144
 
1139
1145
  ### Patch Changes
1140
1146
 
1141
- - [`9f6aa1d7cdc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f6aa1d7cdc) - Introduces new interaction states to a number of existing elevation tokens:
1147
+ - [#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
1148
 
1143
1149
  - elevation.surface.hovered
1144
1150
  - elevation.surface.pressed
@@ -1151,31 +1157,31 @@
1151
1157
 
1152
1158
  ### Patch Changes
1153
1159
 
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.
1160
+ - [#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
1161
 
1156
1162
  ## 0.10.18
1157
1163
 
1158
1164
  ### Patch Changes
1159
1165
 
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.
1166
+ - [#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
1167
 
1162
1168
  ## 0.10.17
1163
1169
 
1164
1170
  ### Patch Changes
1165
1171
 
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.
1172
+ - [#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
1173
 
1168
1174
  ## 0.10.16
1169
1175
 
1170
1176
  ### Patch Changes
1171
1177
 
1172
- - [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
1178
+ - [#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
1179
 
1174
1180
  ## 0.10.15
1175
1181
 
1176
1182
  ### Patch Changes
1177
1183
 
1178
- - [`50299267c2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50299267c2e) - Refactors style-dictionary to support multiple palettes.
1184
+ - [#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
1185
 
1180
1186
  - Adds legacy-palette containing colours from `@atlaskit/theme`.
1181
1187
  - Palettes are processed as their own 'themes' (functionally) and now have their own configuration via style-dictionary.
@@ -1186,7 +1192,7 @@
1186
1192
 
1187
1193
  ### Patch Changes
1188
1194
 
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:
1195
+ - [#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
1196
 
1191
1197
  - 'color.interaction.inverse.hovered' => 'color.background.inverse.subtle.hovered'
1192
1198
  - 'color.interaction.inverse.pressed' => 'color.background.inverse.subtle.pressed'
@@ -1197,7 +1203,7 @@
1197
1203
 
1198
1204
  ### Patch Changes
1199
1205
 
1200
- - [`39a56a3c4e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39a56a3c4e7) - Update disabled tokens to use alpha base tokens:
1206
+ - [#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
1207
 
1202
1208
  - `color.text.disabled`
1203
1209
  - `color.icon.disabled`
@@ -1207,7 +1213,7 @@
1207
1213
 
1208
1214
  ### Patch Changes
1209
1215
 
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.
1216
+ - [#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
1217
 
1212
1218
  - Deprecate 'color.interaction.inverse.hovered' which has been replaced with 'color.background.inverse.subtle.hovered'.
1213
1219
  - Deprecate 'color.interaction.inverse.pressed' which has been replaced with 'color.background.inverse.subtle.pressed'.
@@ -1216,7 +1222,7 @@
1216
1222
 
1217
1223
  ### Patch Changes
1218
1224
 
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:
1225
+ - [#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
1226
 
1221
1227
  - DN500 has changed from `#5C6C7A` to `#596773`
1222
1228
  - DN500A has changed from `#A9C5DF7A` to `#9BB4CA80`
@@ -1237,7 +1243,7 @@
1237
1243
 
1238
1244
  ### Patch Changes
1239
1245
 
1240
- - [`dc05530d2a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc05530d2a0) - Internal refactor to the way the documentation is built.
1246
+ - [#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
1247
 
1242
1248
  ## 0.10.9
1243
1249
 
@@ -1249,13 +1255,13 @@
1249
1255
 
1250
1256
  ### Patch Changes
1251
1257
 
1252
- - [`3c1eda5c3d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c1eda5c3d0) - [Tokens] added new color.border.bold token
1258
+ - [#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
1259
 
1254
1260
  ## 0.10.7
1255
1261
 
1256
1262
  ### Patch Changes
1257
1263
 
1258
- - [`cb8723a7974`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8723a7974) - Introduces a new set of neutral accent tokens:
1264
+ - [#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
1265
 
1260
1266
  - `color.background.accent.gray.bolder`
1261
1267
  - `color.background.accent.gray.subtle`
@@ -1270,13 +1276,13 @@
1270
1276
 
1271
1277
  ### Patch Changes
1272
1278
 
1273
- - [`04fc3d5c658`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04fc3d5c658) - Run token transform earlier by hooking into Program visitor
1279
+ - [#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
1280
 
1275
1281
  ## 0.10.5
1276
1282
 
1277
1283
  ### Patch Changes
1278
1284
 
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:
1285
+ - [#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
1286
 
1281
1287
  - `color.background.brand.hovered` => `color.background.selected.hovered`
1282
1288
  - `color.background.brand.pressed` => `color.background.selected.pressed`
@@ -1294,19 +1300,19 @@
1294
1300
 
1295
1301
  ### Patch Changes
1296
1302
 
1297
- - [`7b9be57869b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b9be57869b) - ED-14905 made fallback token name work for production
1303
+ - [#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
1304
 
1299
1305
  ## 0.10.3
1300
1306
 
1301
1307
  ### Patch Changes
1302
1308
 
1303
- - [`acbd8d5576a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/acbd8d5576a) - Added a color-contrast test for our color pairs in the Tokens package.
1309
+ - [#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
1310
 
1305
1311
  ## 0.10.2
1306
1312
 
1307
1313
  ### Patch Changes
1308
1314
 
1309
- - [`5b8212f08b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b8212f08b0) - The current theme can now be accessed and monitored for changes using new exports.
1315
+ - [#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
1316
 
1311
1317
  - `useThemeObserver` React hook
1312
1318
  - `ThemeMutationObserver` Mutation Observer
@@ -1315,73 +1321,73 @@
1315
1321
 
1316
1322
  ### Patch Changes
1317
1323
 
1318
- - [`7267d0aad7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7267d0aad7c) - Update group name metadata for light and dark neutral palette tokens
1324
+ - [#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
1325
 
1320
1326
  ## 0.10.0
1321
1327
 
1322
1328
  ### Minor Changes
1323
1329
 
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
1330
+ - [#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
1331
 
1326
1332
  ## 0.9.5
1327
1333
 
1328
1334
  ### Patch Changes
1329
1335
 
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.
1336
+ - [#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
1337
 
1332
1338
  ## 0.9.4
1333
1339
 
1334
1340
  ### Patch Changes
1335
1341
 
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`.
1342
+ - [#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
1343
 
1338
1344
  ## 0.9.3
1339
1345
 
1340
1346
  ### Patch Changes
1341
1347
 
1342
- - [`ae9eab2df7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae9eab2df7d) - Fixing blanket selected and danger tokens that were 80% instead of 8% opacity
1348
+ - [#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
1349
 
1344
1350
  ## 0.9.2
1345
1351
 
1346
1352
  ### Patch Changes
1347
1353
 
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)
1354
+ - [#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
1355
 
1350
1356
  ## 0.9.1
1351
1357
 
1352
1358
  ### Patch Changes
1353
1359
 
1354
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
1360
+ - [#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
1361
 
1356
1362
  ## 0.9.0
1357
1363
 
1358
1364
  ### Minor Changes
1359
1365
 
1360
- - [`54180abbf55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54180abbf55) - [ux] Add a new `color.border.inverse` token. Use for borders on bold backgrounds
1366
+ - [#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
1367
 
1362
1368
  ## 0.8.3
1363
1369
 
1364
1370
  ### Patch Changes
1365
1371
 
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.
1372
+ - [#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
1373
 
1368
1374
  ## 0.8.2
1369
1375
 
1370
1376
  ### Patch Changes
1371
1377
 
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`.
1378
+ - [#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
1379
 
1374
1380
  ## 0.8.1
1375
1381
 
1376
1382
  ### Patch Changes
1377
1383
 
1378
- - [`a66253fc6a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a66253fc6a5) - Export token ID utility functions with new entrypoint `@atlaskit/tokens/token-ids`
1384
+ - [#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
1385
 
1380
1386
  ## 0.8.0
1381
1387
 
1382
1388
  ### Minor Changes
1383
1389
 
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
1390
+ - [#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
1391
 
1386
1392
  ### Patch Changes
1387
1393
 
@@ -1458,25 +1464,25 @@
1458
1464
 
1459
1465
  ### Patch Changes
1460
1466
 
1461
- - [`ba0ddcf976e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba0ddcf976e) - Adding new token for `elevation.shadow.overflow`
1467
+ - [#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
1468
 
1463
1469
  ## 0.7.2
1464
1470
 
1465
1471
  ### Patch Changes
1466
1472
 
1467
- - [`2229ec7c745`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2229ec7c745) - elevation.sunken no longer uses a transparent color
1473
+ - [#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
1474
 
1469
1475
  ## 0.7.1
1470
1476
 
1471
1477
  ### Patch Changes
1472
1478
 
1473
- - [`5d35c6b1c5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d35c6b1c5f) - Adding new tokens for `color.blanket.selected` and `color.blanket.danger`
1479
+ - [#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
1480
 
1475
1481
  ## 0.7.0
1476
1482
 
1477
1483
  ### Minor Changes
1478
1484
 
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)
1485
+ - [#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
1486
 
1481
1487
  ### Patch Changes
1482
1488
 
@@ -1502,13 +1508,13 @@
1502
1508
 
1503
1509
  ### Patch Changes
1504
1510
 
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.
1511
+ - [#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
1512
 
1507
1513
  ## 0.6.2
1508
1514
 
1509
1515
  ### Patch Changes
1510
1516
 
1511
- - [`899fd622557`](https://bitbucket.org/atlassian/atlassian-frontend/commits/899fd622557) - Re-introduces the selected and selected.bold tokens:
1517
+ - [#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
1518
 
1513
1519
  - `color.text.selected`
1514
1520
  - `color.icon.selected`
@@ -1540,7 +1546,7 @@
1540
1546
 
1541
1547
  ### Patch Changes
1542
1548
 
1543
- - [`3ed3071ee35`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ed3071ee35) - Updates elevation.surface.sunken base token in darkmode to DN-100A
1549
+ - [#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
1550
  - Updated dependencies
1545
1551
 
1546
1552
  ## 0.6.0
@@ -1559,25 +1565,25 @@
1559
1565
 
1560
1566
  ### Minor Changes
1561
1567
 
1562
- - [`03a2ceaaabd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/03a2ceaaabd) - Rename mapper entrypoint now outputs migration meta data in array format rather than object.
1568
+ - [#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
1569
 
1564
1570
  ## 0.4.2
1565
1571
 
1566
1572
  ### Patch Changes
1567
1573
 
1568
- - [`068c9a0b770`](https://bitbucket.org/atlassian/atlassian-frontend/commits/068c9a0b770) - Adds official entrypoint for theme css files
1574
+ - [#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
1575
 
1570
1576
  ## 0.4.1
1571
1577
 
1572
1578
  ### Patch Changes
1573
1579
 
1574
- - [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
1580
+ - [#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
1581
 
1576
1582
  ## 0.4.0
1577
1583
 
1578
1584
  ### Minor Changes
1579
1585
 
1580
- - [`b46c0681c29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b46c0681c29) - Adds "MISSING_TOKEN" for instances where a suitable token does not exist
1586
+ - [#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
1587
  - [`d5e751f7236`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5e751f7236) - Tweaks new palette colors to reflect feedback from the pilot program
1582
1588
  - [`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
1589
 
@@ -1597,26 +1603,26 @@
1597
1603
 
1598
1604
  ### Minor Changes
1599
1605
 
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
1606
+ - [#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
1607
 
1602
1608
  ## 0.2.1
1603
1609
 
1604
1610
  ### Patch Changes
1605
1611
 
1606
- - [`5c1cf4723e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c1cf4723e4) - typescript-token-name formatter now outputs token names with an indexable Record type
1612
+ - [#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
1613
  - [`2f9faec5201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f9faec5201) - Tokens now provided with descriptions for when they should be used
1608
1614
 
1609
1615
  ## 0.2.0
1610
1616
 
1611
1617
  ### Minor Changes
1612
1618
 
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).
1619
+ - [#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
1620
 
1615
1621
  ## 0.1.1
1616
1622
 
1617
1623
  ### Patch Changes
1618
1624
 
1619
- - [`6f3632e65d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f3632e65d4) - Updates README with MVP instructions for usage.
1625
+ - [#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
1626
  - [`c1498cb226e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1498cb226e) - Removes previous rename map
1621
1627
  - [`0936217160c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0936217160c) - Add bold accent tokens:
1622
1628
 
@@ -1634,7 +1640,7 @@
1634
1640
 
1635
1641
  ### Minor Changes
1636
1642
 
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
1643
+ - [#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
1644
 
1639
1645
  ### Patch Changes
1640
1646
 
@@ -1657,31 +1663,31 @@
1657
1663
 
1658
1664
  ### Patch Changes
1659
1665
 
1660
- - [`2bda3783615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2bda3783615) - License information added to package.json
1666
+ - [#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
1667
 
1662
1668
  ## 0.0.17
1663
1669
 
1664
1670
  ### Patch Changes
1665
1671
 
1666
- - [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) - Corrects eslint supressions.
1672
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`0d0ecc6e790`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d0ecc6e790) - Corrects eslint supressions.
1667
1673
 
1668
1674
  ## 0.0.16
1669
1675
 
1670
1676
  ### Patch Changes
1671
1677
 
1672
- - [`8418348bf66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8418348bf66) - Revert focus ring token from a shadow to border
1678
+ - [#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
1679
 
1674
1680
  ## 0.0.15
1675
1681
 
1676
1682
  ### Patch Changes
1677
1683
 
1678
- - [`e11b3e4e1ee`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e11b3e4e1ee) - Restructures tokens into the following format {group}{property}{variant}{state}
1684
+ - [#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
1685
 
1680
1686
  ## 0.0.14
1681
1687
 
1682
1688
  ### Patch Changes
1683
1689
 
1684
- - [`1926dba3536`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1926dba3536) - Adds, removes & renames tokens
1690
+ - [#12528](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12528) [`1926dba3536`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1926dba3536) - Adds, removes & renames tokens
1685
1691
 
1686
1692
  Adds:
1687
1693
 
@@ -1712,61 +1718,61 @@
1712
1718
 
1713
1719
  ### Patch Changes
1714
1720
 
1715
- - [`769ea83469c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/769ea83469c) - Moves tokens and eslint-plugin-design-system to the public namespace.
1721
+ - [#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
1722
 
1717
1723
  ## 0.0.12
1718
1724
 
1719
1725
  ### Patch Changes
1720
1726
 
1721
- - [`6cde35b66d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6cde35b66d9) - Updates the figma synchronizer with the ability to rename tokens
1727
+ - [#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
1728
 
1723
1729
  ## 0.0.11
1724
1730
 
1725
1731
  ### Patch Changes
1726
1732
 
1727
- - [`170b971ce50`](https://bitbucket.org/atlassian/atlassian-frontend/commits/170b971ce50) - Exposes token names as an entrypoint.
1733
+ - [#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
1734
 
1729
1735
  ## 0.0.10
1730
1736
 
1731
1737
  ### Patch Changes
1732
1738
 
1733
- - [`eb05da78cd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb05da78cd0) - Figma sync now can set spread property for effect styles.
1739
+ - [#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
1740
 
1735
1741
  ## 0.0.9
1736
1742
 
1737
1743
  ### Patch Changes
1738
1744
 
1739
- - [`76836669a4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76836669a4c) - Global theme CSS custom properties are now scoped to the html element.
1745
+ - [#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
1746
 
1741
1747
  ## 0.0.8
1742
1748
 
1743
1749
  ### Patch Changes
1744
1750
 
1745
- - [`be2a49c8e04`](https://bitbucket.org/atlassian/atlassian-frontend/commits/be2a49c8e04) - Focus ring token is now a shadow.
1751
+ - [#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
1752
 
1747
1753
  ## 0.0.7
1748
1754
 
1749
1755
  ### Patch Changes
1750
1756
 
1751
- - [`f06c9466af2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f06c9466af2) - Color palette has been updated with new values.
1757
+ - [#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
1758
 
1753
1759
  ## 0.0.6
1754
1760
 
1755
1761
  ### Patch Changes
1756
1762
 
1757
- - [`5fccc343a1b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fccc343a1b) - Subtle accent colors added to token set.
1763
+ - [#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
1764
 
1759
1765
  ## 0.0.5
1760
1766
 
1761
1767
  ### Patch Changes
1762
1768
 
1763
- - [`2106cf48ddb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2106cf48ddb) - Adds token "getter" to allow users to fetch and use tokens in their components
1769
+ - [#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
1770
 
1765
1771
  ## 0.0.4
1766
1772
 
1767
1773
  ### Patch Changes
1768
1774
 
1769
- - [`202cf0733de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/202cf0733de) - Tokens are now built using style dictionary with three outputs:
1775
+ - [#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
1776
 
1771
1777
  1. CSS
1772
1778
  1. Figma synchronizers
@@ -1776,16 +1782,16 @@
1776
1782
 
1777
1783
  ### Patch Changes
1778
1784
 
1779
- - [`931f6fc633a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/931f6fc633a) - Updates token schema shape.
1785
+ - [#11333](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11333) [`931f6fc633a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/931f6fc633a) - Updates token schema shape.
1780
1786
 
1781
1787
  ## 0.0.2
1782
1788
 
1783
1789
  ### Patch Changes
1784
1790
 
1785
- - [`9eaba799050`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9eaba799050) - Adds theme tokens and script to add tokens to figma.
1791
+ - [#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
1792
 
1787
1793
  ## 0.0.1
1788
1794
 
1789
1795
  ### Patch Changes
1790
1796
 
1791
- - [`73aaa81802a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73aaa81802a) - Initial setup & release
1797
+ - [#11179](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11179) [`73aaa81802a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73aaa81802a) - Initial setup & release