@atlaskit/tokens 1.24.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 (304) hide show
  1. package/CHANGELOG.md +178 -164
  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 +2257 -0
  11. package/dist/cjs/artifacts/replacement-mapping.js +1 -2
  12. package/dist/cjs/artifacts/theme-import-map.js +14 -3
  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 +12 -0
  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 +12 -0
  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 +8683 -0
  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 +8645 -0
  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 +12 -10
  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 +320 -0
  59. package/dist/cjs/set-global-theme.js +38 -4
  60. package/dist/cjs/theme-config.js +31 -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 +21 -0
  77. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/background.js +26 -0
  78. package/dist/cjs/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +18 -0
  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 +35 -0
  117. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/background.js +26 -0
  118. package/dist/cjs/tokens/atlassian-light-saturated-palette-changes/color/icon.js +16 -0
  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 +27 -6
  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/palettes-raw/updated-saturated-palette.js +2251 -0
  168. package/dist/es2019/artifacts/theme-import-map.js +5 -1
  169. package/dist/es2019/artifacts/themes/atlassian-dark-saturated-palette-changes.js +399 -0
  170. package/dist/es2019/artifacts/themes/atlassian-light-saturated-palette-changes.js +399 -0
  171. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +13 -13
  172. package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +14 -14
  173. package/dist/es2019/artifacts/themes/atlassian-typography.js +14 -14
  174. package/dist/es2019/artifacts/token-default-values.js +13 -13
  175. package/dist/es2019/artifacts/token-names.js +11 -11
  176. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +8677 -0
  177. package/dist/es2019/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +8639 -0
  178. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +33 -33
  179. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +34 -34
  180. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +34 -34
  181. package/dist/es2019/get-theme-styles.js +7 -4
  182. package/dist/es2019/get-token-value.js +1 -1
  183. package/dist/es2019/get-token.js +1 -1
  184. package/dist/es2019/palettes/typography-palette.js +1 -1
  185. package/dist/es2019/palettes/updated-saturated-palette.js +312 -0
  186. package/dist/es2019/set-global-theme.js +8 -2
  187. package/dist/es2019/theme-config.js +25 -1
  188. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +15 -0
  189. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/background.js +20 -0
  190. package/dist/es2019/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +12 -0
  191. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/accent.js +29 -0
  192. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/background.js +20 -0
  193. package/dist/es2019/tokens/atlassian-light-saturated-palette-changes/color/icon.js +10 -0
  194. package/dist/es2019/tokens/atlassian-typography/theme.js +10 -10
  195. package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +10 -10
  196. package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +10 -10
  197. package/dist/es2019/tokens/default/typography/font.js +10 -10
  198. package/dist/es2019/utils/get-theme-preferences.js +26 -2
  199. package/dist/es2019/utils/hct-color-utils/hct.js +3 -1
  200. package/dist/esm/artifacts/palettes-raw/typography-palette.js +3 -3
  201. package/dist/esm/artifacts/palettes-raw/updated-saturated-palette.js +2251 -0
  202. package/dist/esm/artifacts/theme-import-map.js +9 -1
  203. package/dist/esm/artifacts/themes/atlassian-dark-saturated-palette-changes.js +6 -0
  204. package/dist/esm/artifacts/themes/atlassian-light-saturated-palette-changes.js +6 -0
  205. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
  206. package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
  207. package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
  208. package/dist/esm/artifacts/token-default-values.js +13 -13
  209. package/dist/esm/artifacts/token-names.js +11 -11
  210. package/dist/esm/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +8677 -0
  211. package/dist/esm/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +8639 -0
  212. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +33 -33
  213. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +34 -34
  214. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +34 -34
  215. package/dist/esm/custom-theme.js +1 -1
  216. package/dist/esm/get-theme-styles.js +12 -9
  217. package/dist/esm/get-token-value.js +1 -1
  218. package/dist/esm/get-token.js +1 -1
  219. package/dist/esm/palettes/typography-palette.js +1 -1
  220. package/dist/esm/palettes/updated-saturated-palette.js +313 -0
  221. package/dist/esm/set-global-theme.js +38 -3
  222. package/dist/esm/theme-config.js +25 -1
  223. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/accent.js +15 -0
  224. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/background.js +20 -0
  225. package/dist/esm/tokens/atlassian-dark-saturated-palette-changes/color/icon.js +12 -0
  226. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/accent.js +29 -0
  227. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/background.js +20 -0
  228. package/dist/esm/tokens/atlassian-light-saturated-palette-changes/color/icon.js +10 -0
  229. package/dist/esm/tokens/atlassian-typography/theme.js +10 -10
  230. package/dist/esm/tokens/atlassian-typography-adg3/theme.js +10 -10
  231. package/dist/esm/tokens/atlassian-typography-minor3/theme.js +10 -10
  232. package/dist/esm/tokens/default/typography/font.js +10 -10
  233. package/dist/esm/utils/get-theme-preferences.js +24 -2
  234. package/dist/esm/utils/hct-color-utils/hct.js +3 -1
  235. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  236. package/dist/types/artifacts/palettes-raw/updated-saturated-palette.d.ts +41 -0
  237. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  238. package/dist/types/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +7 -0
  239. package/dist/types/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +7 -0
  240. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  241. package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  242. package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
  243. package/dist/types/artifacts/token-default-values.d.ts +13 -13
  244. package/dist/types/artifacts/token-names.d.ts +21 -21
  245. package/dist/types/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +109 -0
  246. package/dist/types/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +89 -0
  247. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  248. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  249. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  250. package/dist/types/palettes/palette.d.ts +1 -1
  251. package/dist/types/palettes/updated-saturated-palette.d.ts +10 -0
  252. package/dist/types/theme-config.d.ts +8 -4
  253. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  254. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/accent.d.ts +4 -0
  255. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/background.d.ts +4 -0
  256. package/dist/types/tokens/atlassian-dark-saturated-palette-changes/color/icon.d.ts +4 -0
  257. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  258. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/accent.d.ts +4 -0
  259. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/background.d.ts +4 -0
  260. package/dist/types/tokens/atlassian-light-saturated-palette-changes/color/icon.d.ts +4 -0
  261. package/dist/types/tokens/atlassian-typography-adg3/theme.d.ts +13 -13
  262. package/dist/types/tokens/atlassian-typography-minor3/theme.d.ts +13 -13
  263. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  264. package/dist/types/types.d.ts +11 -11
  265. package/dist/types/utils/get-theme-preferences.d.ts +1 -0
  266. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  267. package/dist/types-ts4.5/artifacts/palettes-raw/updated-saturated-palette.d.ts +41 -0
  268. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  269. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +7 -0
  270. package/dist/types-ts4.5/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +7 -0
  271. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  272. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  273. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
  274. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +13 -13
  275. package/dist/types-ts4.5/artifacts/token-names.d.ts +21 -21
  276. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +109 -0
  277. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +89 -0
  278. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +1 -1
  279. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +1 -1
  280. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  281. package/dist/types-ts4.5/palettes/palette.d.ts +1 -1
  282. package/dist/types-ts4.5/palettes/updated-saturated-palette.d.ts +10 -0
  283. package/dist/types-ts4.5/theme-config.d.ts +12 -4
  284. package/dist/types-ts4.5/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  285. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/accent.d.ts +4 -0
  286. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/background.d.ts +4 -0
  287. package/dist/types-ts4.5/tokens/atlassian-dark-saturated-palette-changes/color/icon.d.ts +4 -0
  288. package/dist/types-ts4.5/tokens/atlassian-light/utility/utility.d.ts +1 -1
  289. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/accent.d.ts +4 -0
  290. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/background.d.ts +4 -0
  291. package/dist/types-ts4.5/tokens/atlassian-light-saturated-palette-changes/color/icon.d.ts +4 -0
  292. package/dist/types-ts4.5/tokens/atlassian-typography-adg3/theme.d.ts +13 -13
  293. package/dist/types-ts4.5/tokens/atlassian-typography-minor3/theme.d.ts +13 -13
  294. package/dist/types-ts4.5/tokens/default/utility/utility.d.ts +1 -1
  295. package/dist/types-ts4.5/types.d.ts +11 -11
  296. package/dist/types-ts4.5/utils/get-theme-preferences.d.ts +1 -0
  297. package/figma/atlassian-dark-saturated-palette-changes.json +3540 -0
  298. package/figma/atlassian-light-saturated-palette-changes.json +3519 -0
  299. package/figma/atlassian-typography-adg3.json +2 -2
  300. package/figma/atlassian-typography-minor3.json +3 -3
  301. package/figma/atlassian-typography.json +3 -3
  302. package/package.json +5 -1
  303. package/report.api.md +32 -22
  304. package/tmp/api-report-tmp.d.ts +26 -24
package/CHANGELOG.md CHANGED
@@ -1,16 +1,30 @@
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
+
9
+ ## 1.25.0
10
+
11
+ ### Minor Changes
12
+
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.
14
+
15
+ These changes are available behind a feature flag; if this test is successful it will be available in an upcoming minor release.
16
+
3
17
  ## 1.24.0
4
18
 
5
19
  ### Minor Changes
6
20
 
7
- - [`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.
8
22
 
9
23
  ## 1.23.0
10
24
 
11
25
  ### Minor Changes
12
26
 
13
- - [`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:
14
28
 
15
29
  - `enableGlobalTheme` is a synchronous version of `setGlobalTheme` that sets data attributes on the page and takes a themeLoader
16
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`
@@ -19,43 +33,43 @@
19
33
 
20
34
  ### Patch Changes
21
35
 
22
- - [`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.
23
37
 
24
38
  ## 1.22.0
25
39
 
26
40
  ### Minor Changes
27
41
 
28
- - [`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.
29
43
 
30
44
  ## 1.21.1
31
45
 
32
46
  ### Patch Changes
33
47
 
34
- - [`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.
35
49
 
36
50
  ## 1.21.0
37
51
 
38
52
  ### Minor Changes
39
53
 
40
- - [`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).
41
55
 
42
56
  ## 1.20.1
43
57
 
44
58
  ### Patch Changes
45
59
 
46
- - [`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
47
61
 
48
62
  ## 1.20.0
49
63
 
50
64
  ### Minor Changes
51
65
 
52
- - [`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.
53
67
 
54
68
  ## 1.19.0
55
69
 
56
70
  ### Minor Changes
57
71
 
58
- - [`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:
59
73
 
60
74
  - color.background.accent.blue.subtlest.hovered
61
75
  - color.background.accent.blue.subtlest.pressed
@@ -151,25 +165,25 @@
151
165
 
152
166
  ### Minor Changes
153
167
 
154
- - [`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.
155
169
 
156
170
  ## 1.17.1
157
171
 
158
172
  ### Patch Changes
159
173
 
160
- - [`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
161
175
 
162
176
  ## 1.17.0
163
177
 
164
178
  ### Minor Changes
165
179
 
166
- - [`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.
167
181
 
168
182
  ## 1.16.0
169
183
 
170
184
  ### Minor Changes
171
185
 
172
- - [`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:
173
187
 
174
188
  - The `utility.elevation.surface.current` design token allows UI to be styled with a color based on a parent element's surface color.
175
189
  - The `CURRENT_SURFACE_CSS_VAR` constant is exported to enable the current surface CSS variable to be set.
@@ -178,55 +192,55 @@
178
192
 
179
193
  ### Patch Changes
180
194
 
181
- - [`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`.
182
196
 
183
197
  ## 1.15.1
184
198
 
185
199
  ### Patch Changes
186
200
 
187
- - [`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.
188
202
 
189
203
  ## 1.15.0
190
204
 
191
205
  ### Minor Changes
192
206
 
193
- - [`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).
194
208
 
195
209
  ## 1.14.2
196
210
 
197
211
  ### Patch Changes
198
212
 
199
- - [`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.
200
214
 
201
215
  ## 1.14.1
202
216
 
203
217
  ### Patch Changes
204
218
 
205
- - [`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.
206
220
 
207
221
  ## 1.14.0
208
222
 
209
223
  ### Minor Changes
210
224
 
211
- - [`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.
212
226
 
213
227
  ## 1.13.2
214
228
 
215
229
  ### Patch Changes
216
230
 
217
- - [`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
218
232
 
219
233
  ## 1.13.1
220
234
 
221
235
  ### Patch Changes
222
236
 
223
- - [`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
224
238
 
225
239
  ## 1.13.0
226
240
 
227
241
  ### Minor Changes
228
242
 
229
- - [`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.
230
244
 
231
245
  - `color.background.brand.subtlest` - Use for the background of elements used to reinforce our brand, but with less emphasis.
232
246
  - `color.background.brand.subtlest.hovered` - Hovered state of color.background.brand.subtlest.
@@ -242,7 +256,7 @@
242
256
 
243
257
  ### Minor Changes
244
258
 
245
- - [`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`.
246
260
 
247
261
  This option is supported in the following functions:
248
262
 
@@ -256,71 +270,71 @@
256
270
 
257
271
  ### Patch Changes
258
272
 
259
- - [`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
260
274
 
261
275
  ## 1.11.2
262
276
 
263
277
  ### Patch Changes
264
278
 
265
- - [`5f3a4279435`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f3a4279435) - Fixes invalid default values assigned to shadow tokens in the token-default-values.tsx artifact
266
- - [`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
267
281
 
268
282
  ## 1.11.1
269
283
 
270
284
  ### Patch Changes
271
285
 
272
- - [`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.
273
287
  - [`ba43427b3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba43427b3e8) - Internal changes to account for introduction of shape/radius tokens.
274
288
 
275
289
  ## 1.11.0
276
290
 
277
291
  ### Minor Changes
278
292
 
279
- - [`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.
280
294
 
281
295
  ## 1.10.2
282
296
 
283
297
  ### Patch Changes
284
298
 
285
- - [`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.
286
300
 
287
301
  ## 1.10.1
288
302
 
289
303
  ### Patch Changes
290
304
 
291
- - [`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.
292
306
  - Updated space token descriptions.
293
307
 
294
308
  ## 1.10.0
295
309
 
296
310
  ### Minor Changes
297
311
 
298
- - [`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.
299
313
  - Add an optional callback parameter to setGlobalTheme() that overrides the default theme loading functionality with the callback.
300
314
 
301
315
  ## 1.9.1
302
316
 
303
317
  ### Patch Changes
304
318
 
305
- - [`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
306
320
 
307
321
  ## 1.9.0
308
322
 
309
323
  ### Minor Changes
310
324
 
311
- - [`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.
312
326
 
313
327
  ## 1.8.1
314
328
 
315
329
  ### Patch Changes
316
330
 
317
- - [`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
318
332
 
319
333
  ## 1.8.0
320
334
 
321
335
  ### Minor Changes
322
336
 
323
- - [`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.
324
338
 
325
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.
326
340
  - `color.text.accent.lime.bolder` - Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color.
@@ -341,13 +355,13 @@
341
355
 
342
356
  ### Minor Changes
343
357
 
344
- - [`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.
345
359
 
346
360
  ## 1.6.0
347
361
 
348
362
  ### Minor Changes
349
363
 
350
- - [`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.
351
365
 
352
366
  ### Patch Changes
353
367
 
@@ -357,19 +371,19 @@
357
371
 
358
372
  ### Patch Changes
359
373
 
360
- - [`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
361
375
 
362
376
  ## 1.5.1
363
377
 
364
378
  ### Patch Changes
365
379
 
366
- - [`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.
367
381
 
368
382
  ## 1.5.0
369
383
 
370
384
  ### Minor Changes
371
385
 
372
- - [`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.
373
387
 
374
388
  ### Patch Changes
375
389
 
@@ -379,49 +393,49 @@
379
393
 
380
394
  ### Patch Changes
381
395
 
382
- - [`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
383
397
 
384
398
  ## 1.4.3
385
399
 
386
400
  ### Patch Changes
387
401
 
388
- - [`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.
389
403
 
390
404
  ## 1.4.2
391
405
 
392
406
  ### Patch Changes
393
407
 
394
- - [`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
395
409
 
396
410
  ## 1.4.1
397
411
 
398
412
  ### Patch Changes
399
413
 
400
- - [`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`
401
415
 
402
416
  ## 1.4.0
403
417
 
404
418
  ### Minor Changes
405
419
 
406
- - [`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
407
421
 
408
422
  ## 1.3.2
409
423
 
410
424
  ### Patch Changes
411
425
 
412
- - [`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.
413
427
 
414
428
  ## 1.3.1
415
429
 
416
430
  ### Patch Changes
417
431
 
418
- - [`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.
419
433
 
420
434
  ## 1.3.0
421
435
 
422
436
  ### Minor Changes
423
437
 
424
- - [`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
425
439
 
426
440
  ### Patch Changes
427
441
 
@@ -431,128 +445,128 @@
431
445
 
432
446
  ### Patch Changes
433
447
 
434
- - [`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`
435
449
 
436
450
  ## 1.2.18
437
451
 
438
452
  ### Patch Changes
439
453
 
440
- - [`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.
441
455
 
442
456
  ## 1.2.17
443
457
 
444
458
  ### Patch Changes
445
459
 
446
- - [`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
447
461
 
448
462
  ## 1.2.16
449
463
 
450
464
  ### Patch Changes
451
465
 
452
- - [`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.
453
467
 
454
468
  ## 1.2.15
455
469
 
456
470
  ### Patch Changes
457
471
 
458
- - [`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
459
473
 
460
474
  ## 1.2.14
461
475
 
462
476
  ### Patch Changes
463
477
 
464
- - [`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages of `process` are now guarded by a `typeof` check.
465
- - [`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.
466
480
 
467
481
  ## 1.2.13
468
482
 
469
483
  ### Patch Changes
470
484
 
471
- - [`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
472
486
 
473
487
  ## 1.2.12
474
488
 
475
489
  ### Patch Changes
476
490
 
477
- - [`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.
478
492
 
479
493
  ## 1.2.11
480
494
 
481
495
  ### Patch Changes
482
496
 
483
- - [`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.
484
498
 
485
499
  ## 1.2.10
486
500
 
487
501
  ### Patch Changes
488
502
 
489
- - [`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
490
504
 
491
505
  ## 1.2.9
492
506
 
493
507
  ### Patch Changes
494
508
 
495
- - [`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.
496
510
 
497
511
  ## 1.2.8
498
512
 
499
513
  ### Patch Changes
500
514
 
501
- - [`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.
502
516
 
503
517
  ## 1.2.7
504
518
 
505
519
  ### Patch Changes
506
520
 
507
- - [`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.
508
522
 
509
523
  ## 1.2.6
510
524
 
511
525
  ### Patch Changes
512
526
 
513
- - [`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`.
514
528
 
515
529
  ## 1.2.5
516
530
 
517
531
  ### Patch Changes
518
532
 
519
- - [`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.
520
534
 
521
535
  ## 1.2.4
522
536
 
523
537
  ### Patch Changes
524
538
 
525
- - [`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.
526
540
 
527
541
  ## 1.2.3
528
542
 
529
543
  ### Patch Changes
530
544
 
531
- - [`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.
532
546
 
533
547
  ## 1.2.2
534
548
 
535
549
  ### Patch Changes
536
550
 
537
- - [`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
538
552
 
539
553
  ## 1.2.1
540
554
 
541
555
  ### Patch Changes
542
556
 
543
- - [`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.
544
558
 
545
559
  ## 1.2.0
546
560
 
547
561
  ### Minor Changes
548
562
 
549
- - [`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.
550
564
 
551
565
  ## 1.1.0
552
566
 
553
567
  ### Minor Changes
554
568
 
555
- - [`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.
556
570
 
557
571
  Removed:
558
572
 
@@ -568,7 +582,7 @@
568
582
 
569
583
  ### Major Changes
570
584
 
571
- - [`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_.
572
586
 
573
587
  #### 💥 Breaking change: Theme lazy-loading
574
588
 
@@ -857,20 +871,20 @@
857
871
 
858
872
  ### Patch Changes
859
873
 
860
- - [`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
861
875
 
862
876
  ## 0.13.4
863
877
 
864
878
  ### Patch Changes
865
879
 
866
- - [`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).
867
881
  - Tokens are now sorted by a predefined order across artifact output, ensuring consistency across experiences.
868
882
 
869
883
  ## 0.13.3
870
884
 
871
885
  ### Patch Changes
872
886
 
873
- - [`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:
874
888
 
875
889
  - Adjust `Neutral500` from `#8993A5` to `#8590A2` so that it passes 3:1 contrast against sunken surfaces in light mode
876
890
  - Adjust `Neutral500A` from `#091E42 @ 48%` to `#091E42 @ 49%` to match color of `Neutral500` on default surfaces
@@ -914,67 +928,67 @@
914
928
 
915
929
  ### Patch Changes
916
930
 
917
- - [`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
918
932
 
919
933
  ## 0.13.1
920
934
 
921
935
  ### Patch Changes
922
936
 
923
- - [`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.
924
938
 
925
939
  ## 0.13.0
926
940
 
927
941
  ### Minor Changes
928
942
 
929
- - [`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
930
944
 
931
945
  ## 0.12.0
932
946
 
933
947
  ### Minor Changes
934
948
 
935
- - [`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.
936
950
 
937
951
  ## 0.11.6
938
952
 
939
953
  ### Patch Changes
940
954
 
941
- - [`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.
942
956
 
943
957
  ## 0.11.5
944
958
 
945
959
  ### Patch Changes
946
960
 
947
- - [`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.
948
962
 
949
963
  ## 0.11.4
950
964
 
951
965
  ### Patch Changes
952
966
 
953
- - [`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.
954
968
 
955
969
  ## 0.11.3
956
970
 
957
971
  ### Patch Changes
958
972
 
959
- - [`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
960
974
 
961
975
  ## 0.11.2
962
976
 
963
977
  ### Patch Changes
964
978
 
965
- - [`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`.
966
980
 
967
981
  ## 0.11.1
968
982
 
969
983
  ### Patch Changes
970
984
 
971
- - [`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.
972
986
 
973
987
  ## 0.11.0
974
988
 
975
989
  ### Minor Changes
976
990
 
977
- - [`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.
978
992
  - Adds a new init entry point for easily importing all theme CSS files (currently light, dark, spacing, and typography).
979
993
  - Spacing and typography tokens are now added to the `:root` rather than requiring a `data-theme` attribute.
980
994
  - Removes 'spacing' from the default theme.
@@ -983,31 +997,31 @@
983
997
 
984
998
  ### Patch Changes
985
999
 
986
- - [`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
987
1001
 
988
1002
  ## 0.10.34
989
1003
 
990
1004
  ### Patch Changes
991
1005
 
992
- - [`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()
993
1007
 
994
1008
  ## 0.10.33
995
1009
 
996
1010
  ### Patch Changes
997
1011
 
998
- - [`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.
999
1013
 
1000
1014
  ## 0.10.32
1001
1015
 
1002
1016
  ### Patch Changes
1003
1017
 
1004
- - [`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.
1005
1019
 
1006
1020
  ## 0.10.31
1007
1021
 
1008
1022
  ### Patch Changes
1009
1023
 
1010
- - [`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.
1011
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.
1012
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.
1013
1027
 
@@ -1015,13 +1029,13 @@
1015
1029
 
1016
1030
  ### Patch Changes
1017
1031
 
1018
- - [`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.
1019
1033
 
1020
1034
  ## 0.10.29
1021
1035
 
1022
1036
  ### Patch Changes
1023
1037
 
1024
- - [`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**
1025
1039
 
1026
1040
  Color modes are now attached to the DOM with the data-theme attr:
1027
1041
 
@@ -1082,55 +1096,55 @@
1082
1096
 
1083
1097
  ### Patch Changes
1084
1098
 
1085
- - [`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.
1086
1100
 
1087
1101
  ## 0.10.27
1088
1102
 
1089
1103
  ### Patch Changes
1090
1104
 
1091
- - [`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.
1092
1106
 
1093
1107
  ## 0.10.26
1094
1108
 
1095
1109
  ### Patch Changes
1096
1110
 
1097
- - [`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
1098
1112
 
1099
1113
  ## 0.10.25
1100
1114
 
1101
1115
  ### Patch Changes
1102
1116
 
1103
- - [`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
1104
1118
 
1105
1119
  ## 0.10.24
1106
1120
 
1107
1121
  ### Patch Changes
1108
1122
 
1109
- - [`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
1110
1124
 
1111
1125
  ## 0.10.23
1112
1126
 
1113
1127
  ### Patch Changes
1114
1128
 
1115
- - [`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
1116
1130
 
1117
1131
  ## 0.10.22
1118
1132
 
1119
1133
  ### Patch Changes
1120
1134
 
1121
- - [`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
1122
1136
 
1123
1137
  ## 0.10.21
1124
1138
 
1125
1139
  ### Patch Changes
1126
1140
 
1127
- - [`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`
1128
1142
 
1129
1143
  ## 0.10.20
1130
1144
 
1131
1145
  ### Patch Changes
1132
1146
 
1133
- - [`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:
1134
1148
 
1135
1149
  - elevation.surface.hovered
1136
1150
  - elevation.surface.pressed
@@ -1143,31 +1157,31 @@
1143
1157
 
1144
1158
  ### Patch Changes
1145
1159
 
1146
- - [`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.
1147
1161
 
1148
1162
  ## 0.10.18
1149
1163
 
1150
1164
  ### Patch Changes
1151
1165
 
1152
- - [`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.
1153
1167
 
1154
1168
  ## 0.10.17
1155
1169
 
1156
1170
  ### Patch Changes
1157
1171
 
1158
- - [`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.
1159
1173
 
1160
1174
  ## 0.10.16
1161
1175
 
1162
1176
  ### Patch Changes
1163
1177
 
1164
- - [`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`.
1165
1179
 
1166
1180
  ## 0.10.15
1167
1181
 
1168
1182
  ### Patch Changes
1169
1183
 
1170
- - [`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.
1171
1185
 
1172
1186
  - Adds legacy-palette containing colours from `@atlaskit/theme`.
1173
1187
  - Palettes are processed as their own 'themes' (functionally) and now have their own configuration via style-dictionary.
@@ -1178,7 +1192,7 @@
1178
1192
 
1179
1193
  ### Patch Changes
1180
1194
 
1181
- - [`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:
1182
1196
 
1183
1197
  - 'color.interaction.inverse.hovered' => 'color.background.inverse.subtle.hovered'
1184
1198
  - 'color.interaction.inverse.pressed' => 'color.background.inverse.subtle.pressed'
@@ -1189,7 +1203,7 @@
1189
1203
 
1190
1204
  ### Patch Changes
1191
1205
 
1192
- - [`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:
1193
1207
 
1194
1208
  - `color.text.disabled`
1195
1209
  - `color.icon.disabled`
@@ -1199,7 +1213,7 @@
1199
1213
 
1200
1214
  ### Patch Changes
1201
1215
 
1202
- - [`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.
1203
1217
 
1204
1218
  - Deprecate 'color.interaction.inverse.hovered' which has been replaced with 'color.background.inverse.subtle.hovered'.
1205
1219
  - Deprecate 'color.interaction.inverse.pressed' which has been replaced with 'color.background.inverse.subtle.pressed'.
@@ -1208,7 +1222,7 @@
1208
1222
 
1209
1223
  ### Patch Changes
1210
1224
 
1211
- - [`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:
1212
1226
 
1213
1227
  - DN500 has changed from `#5C6C7A` to `#596773`
1214
1228
  - DN500A has changed from `#A9C5DF7A` to `#9BB4CA80`
@@ -1229,7 +1243,7 @@
1229
1243
 
1230
1244
  ### Patch Changes
1231
1245
 
1232
- - [`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.
1233
1247
 
1234
1248
  ## 0.10.9
1235
1249
 
@@ -1241,13 +1255,13 @@
1241
1255
 
1242
1256
  ### Patch Changes
1243
1257
 
1244
- - [`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
1245
1259
 
1246
1260
  ## 0.10.7
1247
1261
 
1248
1262
  ### Patch Changes
1249
1263
 
1250
- - [`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:
1251
1265
 
1252
1266
  - `color.background.accent.gray.bolder`
1253
1267
  - `color.background.accent.gray.subtle`
@@ -1262,13 +1276,13 @@
1262
1276
 
1263
1277
  ### Patch Changes
1264
1278
 
1265
- - [`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
1266
1280
 
1267
1281
  ## 0.10.5
1268
1282
 
1269
1283
  ### Patch Changes
1270
1284
 
1271
- - [`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:
1272
1286
 
1273
1287
  - `color.background.brand.hovered` => `color.background.selected.hovered`
1274
1288
  - `color.background.brand.pressed` => `color.background.selected.pressed`
@@ -1286,19 +1300,19 @@
1286
1300
 
1287
1301
  ### Patch Changes
1288
1302
 
1289
- - [`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
1290
1304
 
1291
1305
  ## 0.10.3
1292
1306
 
1293
1307
  ### Patch Changes
1294
1308
 
1295
- - [`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.
1296
1310
 
1297
1311
  ## 0.10.2
1298
1312
 
1299
1313
  ### Patch Changes
1300
1314
 
1301
- - [`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.
1302
1316
 
1303
1317
  - `useThemeObserver` React hook
1304
1318
  - `ThemeMutationObserver` Mutation Observer
@@ -1307,73 +1321,73 @@
1307
1321
 
1308
1322
  ### Patch Changes
1309
1323
 
1310
- - [`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
1311
1325
 
1312
1326
  ## 0.10.0
1313
1327
 
1314
1328
  ### Minor Changes
1315
1329
 
1316
- - [`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
1317
1331
 
1318
1332
  ## 0.9.5
1319
1333
 
1320
1334
  ### Patch Changes
1321
1335
 
1322
- - [`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.
1323
1337
 
1324
1338
  ## 0.9.4
1325
1339
 
1326
1340
  ### Patch Changes
1327
1341
 
1328
- - [`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`.
1329
1343
 
1330
1344
  ## 0.9.3
1331
1345
 
1332
1346
  ### Patch Changes
1333
1347
 
1334
- - [`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
1335
1349
 
1336
1350
  ## 0.9.2
1337
1351
 
1338
1352
  ### Patch Changes
1339
1353
 
1340
- - [`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)
1341
1355
 
1342
1356
  ## 0.9.1
1343
1357
 
1344
1358
  ### Patch Changes
1345
1359
 
1346
- - [`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
1347
1361
 
1348
1362
  ## 0.9.0
1349
1363
 
1350
1364
  ### Minor Changes
1351
1365
 
1352
- - [`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
1353
1367
 
1354
1368
  ## 0.8.3
1355
1369
 
1356
1370
  ### Patch Changes
1357
1371
 
1358
- - [`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.
1359
1373
 
1360
1374
  ## 0.8.2
1361
1375
 
1362
1376
  ### Patch Changes
1363
1377
 
1364
- - [`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`.
1365
1379
 
1366
1380
  ## 0.8.1
1367
1381
 
1368
1382
  ### Patch Changes
1369
1383
 
1370
- - [`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`
1371
1385
 
1372
1386
  ## 0.8.0
1373
1387
 
1374
1388
  ### Minor Changes
1375
1389
 
1376
- - [`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
1377
1391
 
1378
1392
  ### Patch Changes
1379
1393
 
@@ -1450,25 +1464,25 @@
1450
1464
 
1451
1465
  ### Patch Changes
1452
1466
 
1453
- - [`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`
1454
1468
 
1455
1469
  ## 0.7.2
1456
1470
 
1457
1471
  ### Patch Changes
1458
1472
 
1459
- - [`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
1460
1474
 
1461
1475
  ## 0.7.1
1462
1476
 
1463
1477
  ### Patch Changes
1464
1478
 
1465
- - [`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`
1466
1480
 
1467
1481
  ## 0.7.0
1468
1482
 
1469
1483
  ### Minor Changes
1470
1484
 
1471
- - [`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)
1472
1486
 
1473
1487
  ### Patch Changes
1474
1488
 
@@ -1494,13 +1508,13 @@
1494
1508
 
1495
1509
  ### Patch Changes
1496
1510
 
1497
- - [`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.
1498
1512
 
1499
1513
  ## 0.6.2
1500
1514
 
1501
1515
  ### Patch Changes
1502
1516
 
1503
- - [`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:
1504
1518
 
1505
1519
  - `color.text.selected`
1506
1520
  - `color.icon.selected`
@@ -1532,7 +1546,7 @@
1532
1546
 
1533
1547
  ### Patch Changes
1534
1548
 
1535
- - [`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
1536
1550
  - Updated dependencies
1537
1551
 
1538
1552
  ## 0.6.0
@@ -1551,25 +1565,25 @@
1551
1565
 
1552
1566
  ### Minor Changes
1553
1567
 
1554
- - [`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.
1555
1569
 
1556
1570
  ## 0.4.2
1557
1571
 
1558
1572
  ### Patch Changes
1559
1573
 
1560
- - [`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
1561
1575
 
1562
1576
  ## 0.4.1
1563
1577
 
1564
1578
  ### Patch Changes
1565
1579
 
1566
- - [`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
1567
1581
 
1568
1582
  ## 0.4.0
1569
1583
 
1570
1584
  ### Minor Changes
1571
1585
 
1572
- - [`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
1573
1587
  - [`d5e751f7236`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5e751f7236) - Tweaks new palette colors to reflect feedback from the pilot program
1574
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
1575
1589
 
@@ -1589,26 +1603,26 @@
1589
1603
 
1590
1604
  ### Minor Changes
1591
1605
 
1592
- - [`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
1593
1607
 
1594
1608
  ## 0.2.1
1595
1609
 
1596
1610
  ### Patch Changes
1597
1611
 
1598
- - [`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
1599
1613
  - [`2f9faec5201`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2f9faec5201) - Tokens now provided with descriptions for when they should be used
1600
1614
 
1601
1615
  ## 0.2.0
1602
1616
 
1603
1617
  ### Minor Changes
1604
1618
 
1605
- - [`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).
1606
1620
 
1607
1621
  ## 0.1.1
1608
1622
 
1609
1623
  ### Patch Changes
1610
1624
 
1611
- - [`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.
1612
1626
  - [`c1498cb226e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1498cb226e) - Removes previous rename map
1613
1627
  - [`0936217160c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0936217160c) - Add bold accent tokens:
1614
1628
 
@@ -1626,7 +1640,7 @@
1626
1640
 
1627
1641
  ### Minor Changes
1628
1642
 
1629
- - [`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
1630
1644
 
1631
1645
  ### Patch Changes
1632
1646
 
@@ -1649,31 +1663,31 @@
1649
1663
 
1650
1664
  ### Patch Changes
1651
1665
 
1652
- - [`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
1653
1667
 
1654
1668
  ## 0.0.17
1655
1669
 
1656
1670
  ### Patch Changes
1657
1671
 
1658
- - [`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.
1659
1673
 
1660
1674
  ## 0.0.16
1661
1675
 
1662
1676
  ### Patch Changes
1663
1677
 
1664
- - [`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
1665
1679
 
1666
1680
  ## 0.0.15
1667
1681
 
1668
1682
  ### Patch Changes
1669
1683
 
1670
- - [`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}
1671
1685
 
1672
1686
  ## 0.0.14
1673
1687
 
1674
1688
  ### Patch Changes
1675
1689
 
1676
- - [`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
1677
1691
 
1678
1692
  Adds:
1679
1693
 
@@ -1704,61 +1718,61 @@
1704
1718
 
1705
1719
  ### Patch Changes
1706
1720
 
1707
- - [`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.
1708
1722
 
1709
1723
  ## 0.0.12
1710
1724
 
1711
1725
  ### Patch Changes
1712
1726
 
1713
- - [`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
1714
1728
 
1715
1729
  ## 0.0.11
1716
1730
 
1717
1731
  ### Patch Changes
1718
1732
 
1719
- - [`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.
1720
1734
 
1721
1735
  ## 0.0.10
1722
1736
 
1723
1737
  ### Patch Changes
1724
1738
 
1725
- - [`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.
1726
1740
 
1727
1741
  ## 0.0.9
1728
1742
 
1729
1743
  ### Patch Changes
1730
1744
 
1731
- - [`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.
1732
1746
 
1733
1747
  ## 0.0.8
1734
1748
 
1735
1749
  ### Patch Changes
1736
1750
 
1737
- - [`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.
1738
1752
 
1739
1753
  ## 0.0.7
1740
1754
 
1741
1755
  ### Patch Changes
1742
1756
 
1743
- - [`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.
1744
1758
 
1745
1759
  ## 0.0.6
1746
1760
 
1747
1761
  ### Patch Changes
1748
1762
 
1749
- - [`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.
1750
1764
 
1751
1765
  ## 0.0.5
1752
1766
 
1753
1767
  ### Patch Changes
1754
1768
 
1755
- - [`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
1756
1770
 
1757
1771
  ## 0.0.4
1758
1772
 
1759
1773
  ### Patch Changes
1760
1774
 
1761
- - [`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:
1762
1776
 
1763
1777
  1. CSS
1764
1778
  1. Figma synchronizers
@@ -1768,16 +1782,16 @@
1768
1782
 
1769
1783
  ### Patch Changes
1770
1784
 
1771
- - [`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.
1772
1786
 
1773
1787
  ## 0.0.2
1774
1788
 
1775
1789
  ### Patch Changes
1776
1790
 
1777
- - [`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.
1778
1792
 
1779
1793
  ## 0.0.1
1780
1794
 
1781
1795
  ### Patch Changes
1782
1796
 
1783
- - [`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