@atlaskit/tokens 13.3.1 → 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/artifacts/theme-import-map/package.json +1 -8
  3. package/artifacts/types/package.json +1 -8
  4. package/babel-plugin/package.json +1 -8
  5. package/constants/package.json +1 -8
  6. package/css-type-schema/package.json +1 -8
  7. package/custom-themes/package.json +1 -8
  8. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  10. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  11. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  12. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  13. package/dist/cjs/artifacts/token-default-values.js +5 -1
  14. package/dist/cjs/artifacts/token-names.js +5 -1
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +89 -1
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +89 -1
  19. package/dist/cjs/entry-points/token-metadata.codegen.js +37 -1
  20. package/dist/cjs/utils/token-order.js +1 -1
  21. package/dist/cjs/utils/token-usage-guidelines.js +3 -0
  22. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  23. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +5 -1
  24. package/dist/es2019/artifacts/themes/atlassian-dark.js +5 -1
  25. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +5 -1
  26. package/dist/es2019/artifacts/themes/atlassian-light.js +5 -1
  27. package/dist/es2019/artifacts/token-default-values.js +5 -1
  28. package/dist/es2019/artifacts/token-names.js +5 -1
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +89 -1
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +89 -1
  33. package/dist/es2019/entry-points/token-metadata.codegen.js +37 -1
  34. package/dist/es2019/utils/token-order.js +1 -1
  35. package/dist/es2019/utils/token-usage-guidelines.js +3 -0
  36. package/dist/esm/artifacts/generated-pairs.js +2 -2
  37. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  38. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  39. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  40. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  41. package/dist/esm/artifacts/token-default-values.js +5 -1
  42. package/dist/esm/artifacts/token-names.js +5 -1
  43. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +89 -1
  44. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +89 -1
  45. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +89 -1
  46. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +89 -1
  47. package/dist/esm/entry-points/token-metadata.codegen.js +37 -1
  48. package/dist/esm/utils/token-order.js +1 -1
  49. package/dist/esm/utils/token-usage-guidelines.js +3 -0
  50. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  51. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  52. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  53. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  54. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  55. package/dist/types/artifacts/token-default-values.d.ts +5 -1
  56. package/dist/types/artifacts/token-names.d.ts +9 -1
  57. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  58. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  59. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  60. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  61. package/dist/types/artifacts/types-internal.d.ts +2 -2
  62. package/dist/types/artifacts/types.d.ts +2 -2
  63. package/dist/types/entry-points/css-type-schema.codegen.d.ts +4 -4
  64. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  65. package/dist/types/types.d.ts +24 -6
  66. package/enable-global-theme/package.json +1 -8
  67. package/figma/atlassian-dark-increased-contrast.json +36 -0
  68. package/figma/atlassian-dark.json +36 -0
  69. package/figma/atlassian-light-increased-contrast.json +36 -0
  70. package/figma/atlassian-light.json +36 -0
  71. package/get-global-theme/package.json +1 -8
  72. package/get-ssr-auto-script/package.json +1 -8
  73. package/get-theme-html-attrs/package.json +1 -8
  74. package/get-theme-styles/package.json +1 -8
  75. package/get-token/package.json +1 -8
  76. package/get-token-value/package.json +1 -8
  77. package/package.json +29 -37
  78. package/palettes-raw/package.json +1 -8
  79. package/rename-mapping/package.json +1 -8
  80. package/set-global-theme/package.json +1 -8
  81. package/theme-config/package.json +1 -8
  82. package/theme-mutation-observer/package.json +1 -8
  83. package/theme-state-transformer/package.json +1 -8
  84. package/token-default-values/package.json +1 -8
  85. package/token-ids/package.json +1 -8
  86. package/token-metadata/package.json +1 -8
  87. package/token-names/package.json +1 -8
  88. package/token-order/package.json +1 -8
  89. package/tokens-raw/package.json +1 -8
  90. package/types/package.json +1 -8
  91. package/use-theme-observer/package.json +1 -8
  92. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +0 -18
  93. package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +0 -18
  94. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +0 -16
  95. package/dist/types-ts4.5/artifacts/palettes-raw/legacy-palette.d.ts +0 -25
  96. package/dist/types-ts4.5/artifacts/palettes-raw/motion-palette.d.ts +0 -24
  97. package/dist/types-ts4.5/artifacts/palettes-raw/palette-brand-refresh.d.ts +0 -25
  98. package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +0 -25
  99. package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +0 -24
  100. package/dist/types-ts4.5/artifacts/palettes-raw/spacing-scale.d.ts +0 -24
  101. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +0 -24
  102. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +0 -26
  103. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +0 -16
  104. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-future.d.ts +0 -7
  105. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +0 -7
  106. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-new-input-border.d.ts +0 -7
  107. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +0 -7
  108. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +0 -7
  109. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +0 -7
  110. package/dist/types-ts4.5/artifacts/themes/atlassian-light-future.d.ts +0 -7
  111. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +0 -7
  112. package/dist/types-ts4.5/artifacts/themes/atlassian-light-new-input-border.d.ts +0 -7
  113. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +0 -7
  114. package/dist/types-ts4.5/artifacts/themes/atlassian-motion.d.ts +0 -7
  115. package/dist/types-ts4.5/artifacts/themes/atlassian-shape-rounder.d.ts +0 -7
  116. package/dist/types-ts4.5/artifacts/themes/atlassian-shape-roundest.d.ts +0 -7
  117. package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +0 -7
  118. package/dist/types-ts4.5/artifacts/themes/atlassian-spacing.d.ts +0 -7
  119. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +0 -7
  120. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +0 -562
  121. package/dist/types-ts4.5/artifacts/token-names.d.ts +0 -1105
  122. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-brand-refresh.d.ts +0 -50
  123. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-future.d.ts +0 -31
  124. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +0 -51
  125. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +0 -51
  126. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +0 -51
  127. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +0 -51
  128. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-brand-refresh.d.ts +0 -50
  129. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-future.d.ts +0 -31
  130. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +0 -51
  131. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +0 -51
  132. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-motion.d.ts +0 -43
  133. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +0 -31
  134. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-spacing.d.ts +0 -31
  135. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +0 -38
  136. package/dist/types-ts4.5/artifacts/types-internal.d.ts +0 -6
  137. package/dist/types-ts4.5/artifacts/types.d.ts +0 -6
  138. package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-token-names.d.ts +0 -784
  139. package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types-internal.d.ts +0 -6
  140. package/dist/types-ts4.5/artifacts/typescript/atlassian-dark-types.d.ts +0 -6
  141. package/dist/types-ts4.5/artifacts/typescript/atlassian-light-token-names.d.ts +0 -784
  142. package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types-internal.d.ts +0 -6
  143. package/dist/types-ts4.5/artifacts/typescript/atlassian-light-types.d.ts +0 -6
  144. package/dist/types-ts4.5/babel-plugin/index.d.ts +0 -1
  145. package/dist/types-ts4.5/babel-plugin/plugin.d.ts +0 -29
  146. package/dist/types-ts4.5/constants.d.ts +0 -9
  147. package/dist/types-ts4.5/custom-theme.d.ts +0 -6
  148. package/dist/types-ts4.5/enable-global-theme.d.ts +0 -26
  149. package/dist/types-ts4.5/entry-points/artifacts-theme-import-map.d.ts +0 -1
  150. package/dist/types-ts4.5/entry-points/artifacts-types.d.ts +0 -1
  151. package/dist/types-ts4.5/entry-points/babel-plugin.d.ts +0 -1
  152. package/dist/types-ts4.5/entry-points/constants.d.ts +0 -1
  153. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +0 -165
  154. package/dist/types-ts4.5/entry-points/custom-themes.d.ts +0 -1
  155. package/dist/types-ts4.5/entry-points/enable-global-theme.d.ts +0 -1
  156. package/dist/types-ts4.5/entry-points/get-global-theme.d.ts +0 -1
  157. package/dist/types-ts4.5/entry-points/get-ssr-auto-script.d.ts +0 -1
  158. package/dist/types-ts4.5/entry-points/get-theme-html-attrs.d.ts +0 -1
  159. package/dist/types-ts4.5/entry-points/get-theme-styles.d.ts +0 -1
  160. package/dist/types-ts4.5/entry-points/get-token-value.d.ts +0 -1
  161. package/dist/types-ts4.5/entry-points/get-token.d.ts +0 -1
  162. package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +0 -2
  163. package/dist/types-ts4.5/entry-points/rename-mapping.d.ts +0 -1
  164. package/dist/types-ts4.5/entry-points/set-global-theme.d.ts +0 -1
  165. package/dist/types-ts4.5/entry-points/theme-config.d.ts +0 -2
  166. package/dist/types-ts4.5/entry-points/theme-mutation-observer.d.ts +0 -1
  167. package/dist/types-ts4.5/entry-points/theme-state-transformer.d.ts +0 -2
  168. package/dist/types-ts4.5/entry-points/token-default-values.d.ts +0 -1
  169. package/dist/types-ts4.5/entry-points/token-ids.d.ts +0 -1
  170. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +0 -19
  171. package/dist/types-ts4.5/entry-points/token-names.d.ts +0 -2
  172. package/dist/types-ts4.5/entry-points/token-order.d.ts +0 -1
  173. package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -6
  174. package/dist/types-ts4.5/entry-points/types.d.ts +0 -1
  175. package/dist/types-ts4.5/entry-points/use-theme-observer.d.ts +0 -1
  176. package/dist/types-ts4.5/get-custom-theme-styles.d.ts +0 -16
  177. package/dist/types-ts4.5/get-global-theme.d.ts +0 -3
  178. package/dist/types-ts4.5/get-ssr-auto-script.d.ts +0 -11
  179. package/dist/types-ts4.5/get-theme-html-attrs.d.ts +0 -18
  180. package/dist/types-ts4.5/get-theme-styles.d.ts +0 -25
  181. package/dist/types-ts4.5/get-token-value.d.ts +0 -25
  182. package/dist/types-ts4.5/get-token.d.ts +0 -26
  183. package/dist/types-ts4.5/index.d.ts +0 -19
  184. package/dist/types-ts4.5/is-color-mode.d.ts +0 -2
  185. package/dist/types-ts4.5/is-theme-ids.d.ts +0 -2
  186. package/dist/types-ts4.5/is-theme-kind.d.ts +0 -11
  187. package/dist/types-ts4.5/load-custom-theme-styles.d.ts +0 -17
  188. package/dist/types-ts4.5/set-global-theme.d.ts +0 -26
  189. package/dist/types-ts4.5/theme-color-modes.d.ts +0 -12
  190. package/dist/types-ts4.5/theme-config.d.ts +0 -121
  191. package/dist/types-ts4.5/theme-ids.d.ts +0 -19
  192. package/dist/types-ts4.5/theme-mutation-observer.d.ts +0 -25
  193. package/dist/types-ts4.5/theme-object-to-string.d.ts +0 -13
  194. package/dist/types-ts4.5/theme-options-schema.d.ts +0 -7
  195. package/dist/types-ts4.5/theme-state-defaults.d.ts +0 -14
  196. package/dist/types-ts4.5/theme-state.d.ts +0 -17
  197. package/dist/types-ts4.5/theme-string-to-object.d.ts +0 -14
  198. package/dist/types-ts4.5/types.d.ts +0 -1338
  199. package/dist/types-ts4.5/use-theme-observer.d.ts +0 -16
  200. package/dist/types-ts4.5/utils/additional-contrast-checker.d.ts +0 -9
  201. package/dist/types-ts4.5/utils/color-detection.d.ts +0 -8
  202. package/dist/types-ts4.5/utils/color-mode-listeners.d.ts +0 -13
  203. package/dist/types-ts4.5/utils/configure-page.d.ts +0 -6
  204. package/dist/types-ts4.5/utils/contrast-mode-listeners.d.ts +0 -13
  205. package/dist/types-ts4.5/utils/custom-theme-loading-utils.d.ts +0 -4
  206. package/dist/types-ts4.5/utils/custom-theme-token-contrast-check.d.ts +0 -11
  207. package/dist/types-ts4.5/utils/delta-e.d.ts +0 -1
  208. package/dist/types-ts4.5/utils/generate-colors.d.ts +0 -5
  209. package/dist/types-ts4.5/utils/generate-token-map-with-contrast-check.d.ts +0 -11
  210. package/dist/types-ts4.5/utils/generate-token-map.d.ts +0 -11
  211. package/dist/types-ts4.5/utils/get-alpha.d.ts +0 -1
  212. package/dist/types-ts4.5/utils/get-closest-color-index.d.ts +0 -2
  213. package/dist/types-ts4.5/utils/get-contrast-ratio.d.ts +0 -1
  214. package/dist/types-ts4.5/utils/get-css-custom-property.d.ts +0 -15
  215. package/dist/types-ts4.5/utils/get-fully-qualified-token-id.d.ts +0 -11
  216. package/dist/types-ts4.5/utils/get-increased-contrast-theme.d.ts +0 -5
  217. package/dist/types-ts4.5/utils/get-theme-override-preferences.d.ts +0 -2
  218. package/dist/types-ts4.5/utils/get-theme-preferences.d.ts +0 -3
  219. package/dist/types-ts4.5/utils/get-token-id.d.ts +0 -15
  220. package/dist/types-ts4.5/utils/hash.d.ts +0 -1
  221. package/dist/types-ts4.5/utils/hct-color-utils/alpha-from-argb.d.ts +0 -4
  222. package/dist/types-ts4.5/utils/hct-color-utils/argb-from-linrgb.d.ts +0 -4
  223. package/dist/types-ts4.5/utils/hct-color-utils/argb-from-lstar.d.ts +0 -8
  224. package/dist/types-ts4.5/utils/hct-color-utils/argb-from-rgb.d.ts +0 -4
  225. package/dist/types-ts4.5/utils/hct-color-utils/argb-from-rgba.d.ts +0 -8
  226. package/dist/types-ts4.5/utils/hct-color-utils/argb-from-xyz.d.ts +0 -4
  227. package/dist/types-ts4.5/utils/hct-color-utils/blue-from-argb.d.ts +0 -4
  228. package/dist/types-ts4.5/utils/hct-color-utils/clamp-component.d.ts +0 -1
  229. package/dist/types-ts4.5/utils/hct-color-utils/clamp-double.d.ts +0 -7
  230. package/dist/types-ts4.5/utils/hct-color-utils/clamp-int.d.ts +0 -7
  231. package/dist/types-ts4.5/utils/hct-color-utils/contrast.d.ts +0 -78
  232. package/dist/types-ts4.5/utils/hct-color-utils/delinearized.d.ts +0 -9
  233. package/dist/types-ts4.5/utils/hct-color-utils/green-from-argb.d.ts +0 -4
  234. package/dist/types-ts4.5/utils/hct-color-utils/hct.d.ts +0 -92
  235. package/dist/types-ts4.5/utils/hct-color-utils/index.d.ts +0 -4
  236. package/dist/types-ts4.5/utils/hct-color-utils/lab-f.d.ts +0 -1
  237. package/dist/types-ts4.5/utils/hct-color-utils/lab-invf.d.ts +0 -1
  238. package/dist/types-ts4.5/utils/hct-color-utils/lerp.d.ts +0 -6
  239. package/dist/types-ts4.5/utils/hct-color-utils/linearized.d.ts +0 -9
  240. package/dist/types-ts4.5/utils/hct-color-utils/lstar-from-argb.d.ts +0 -7
  241. package/dist/types-ts4.5/utils/hct-color-utils/lstar-from-y.d.ts +0 -12
  242. package/dist/types-ts4.5/utils/hct-color-utils/math-utils.d.ts +0 -6
  243. package/dist/types-ts4.5/utils/hct-color-utils/matrix-multiply.d.ts +0 -4
  244. package/dist/types-ts4.5/utils/hct-color-utils/red-from-argb.d.ts +0 -4
  245. package/dist/types-ts4.5/utils/hct-color-utils/rgba-from-argb.d.ts +0 -8
  246. package/dist/types-ts4.5/utils/hct-color-utils/rgba.d.ts +0 -14
  247. package/dist/types-ts4.5/utils/hct-color-utils/sanitize-degrees-double.d.ts +0 -7
  248. package/dist/types-ts4.5/utils/hct-color-utils/signum.d.ts +0 -6
  249. package/dist/types-ts4.5/utils/hct-color-utils/viewing-conditions.d.ts +0 -47
  250. package/dist/types-ts4.5/utils/hct-color-utils/white-point-d65.d.ts +0 -6
  251. package/dist/types-ts4.5/utils/hct-color-utils/y-from-lstar.d.ts +0 -12
  252. package/dist/types-ts4.5/utils/hex-to-hsl.d.ts +0 -5
  253. package/dist/types-ts4.5/utils/hex-to-rgb-a.d.ts +0 -6
  254. package/dist/types-ts4.5/utils/hex-to-rgb.d.ts +0 -5
  255. package/dist/types-ts4.5/utils/hex-to-rgba-values.d.ts +0 -6
  256. package/dist/types-ts4.5/utils/hsl-to-rgb.d.ts +0 -5
  257. package/dist/types-ts4.5/utils/is-valid-brand-hex.d.ts +0 -1
  258. package/dist/types-ts4.5/utils/is-valid-hex.d.ts +0 -1
  259. package/dist/types-ts4.5/utils/limit-size-of-custom-style-elements.d.ts +0 -1
  260. package/dist/types-ts4.5/utils/load-theme-css.d.ts +0 -2
  261. package/dist/types-ts4.5/utils/reduce-token-map.d.ts +0 -6
  262. package/dist/types-ts4.5/utils/relative-luminance-w3-c.d.ts +0 -1
  263. package/dist/types-ts4.5/utils/rgb-to-hex.d.ts +0 -1
  264. package/dist/types-ts4.5/utils/rgb-to-lab.d.ts +0 -5
  265. package/dist/types-ts4.5/utils/theme-loading.d.ts +0 -5
  266. package/dist/types-ts4.5/utils/token-ids.d.ts +0 -3
  267. package/dist/types-ts4.5/utils/token-order.d.ts +0 -7
  268. package/dist/types-ts4.5/utils/token-usage-guidelines.d.ts +0 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 14.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
8
+ Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
9
+
10
+ Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
11
+
12
+ Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
13
+
14
+ ```diff
15
+ - "typesVersions": {
16
+ - ">=4.5 <4.9": {
17
+ - "*": [
18
+ - "dist/types-ts4.5/*",
19
+ - "dist/types-ts4.5/index.d.ts"
20
+ - ]
21
+ - }
22
+ - },
23
+ ```
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+
29
+ ## 13.4.0
30
+
31
+ ### Minor Changes
32
+
33
+ - [`28d6bdf2c3456`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/28d6bdf2c3456) -
34
+ Add Rovo elevation surface overlay tokens for default, hovered, and pressed states. These tokens
35
+ provide dedicated Rovo overlay surface backgrounds across light, dark, and increased-contrast
36
+ themes.
37
+
3
38
  ## 13.3.1
4
39
 
5
40
  ### Patch Changes
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "**/*.css"
8
8
  ],
9
- "types": "../../dist/types/entry-points/artifacts-theme-import-map.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../dist/types-ts4.5/entry-points/artifacts-theme-import-map.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../dist/types/entry-points/artifacts-theme-import-map.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "**/*.css"
8
8
  ],
9
- "types": "../../dist/types/entry-points/artifacts-types.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../../dist/types-ts4.5/entry-points/artifacts-types.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../../dist/types/entry-points/artifacts-types.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "**/*.css"
8
8
  ],
9
- "types": "../dist/types/entry-points/babel-plugin.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/babel-plugin.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../dist/types/entry-points/babel-plugin.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "**/*.css"
8
8
  ],
9
- "types": "../dist/types/entry-points/constants.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/constants.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../dist/types/entry-points/constants.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "**/*.css"
8
8
  ],
9
- "types": "../dist/types/entry-points/css-type-schema.codegen.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../dist/types/entry-points/css-type-schema.codegen.d.ts"
17
10
  }
@@ -6,12 +6,5 @@
6
6
  "sideEffects": [
7
7
  "**/*.css"
8
8
  ],
9
- "types": "../dist/types/entry-points/custom-themes.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/custom-themes.d.ts"
14
- ]
15
- }
16
- }
9
+ "types": "../dist/types/entry-points/custom-themes.d.ts"
17
10
  }