@atlaskit/tokens 1.44.1 → 1.45.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 (74) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +1 -1
  3. package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +1 -1
  4. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  5. package/dist/cjs/artifacts/theme-import-map.js +1 -13
  6. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  8. package/dist/cjs/artifacts/token-default-values.js +2 -2
  9. package/dist/cjs/artifacts/token-names.js +1 -1
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +3 -3
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3 -3
  12. package/dist/cjs/get-token-value.js +1 -1
  13. package/dist/cjs/get-token.js +1 -1
  14. package/dist/cjs/theme-config.js +1 -21
  15. package/dist/cjs/utils/get-theme-preferences.js +0 -11
  16. package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +1 -1
  17. package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +1 -1
  18. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  19. package/dist/es2019/artifacts/theme-import-map.js +1 -5
  20. package/dist/es2019/artifacts/themes/atlassian-dark.js +2 -2
  21. package/dist/es2019/artifacts/themes/atlassian-light.js +2 -2
  22. package/dist/es2019/artifacts/token-default-values.js +2 -2
  23. package/dist/es2019/artifacts/token-names.js +1 -1
  24. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +3 -3
  25. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3 -3
  26. package/dist/es2019/get-token-value.js +1 -1
  27. package/dist/es2019/get-token.js +1 -1
  28. package/dist/es2019/theme-config.js +1 -21
  29. package/dist/es2019/utils/get-theme-preferences.js +0 -13
  30. package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +1 -1
  31. package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +1 -1
  32. package/dist/esm/artifacts/generated-pairs.js +2 -2
  33. package/dist/esm/artifacts/theme-import-map.js +1 -9
  34. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  35. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  36. package/dist/esm/artifacts/token-default-values.js +2 -2
  37. package/dist/esm/artifacts/token-names.js +1 -1
  38. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +3 -3
  39. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3 -3
  40. package/dist/esm/get-token-value.js +1 -1
  41. package/dist/esm/get-token.js +1 -1
  42. package/dist/esm/theme-config.js +1 -21
  43. package/dist/esm/utils/get-theme-preferences.js +0 -11
  44. package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +1 -1
  45. package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +1 -1
  46. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  47. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  48. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  49. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  50. package/dist/types/artifacts/token-default-values.d.ts +2 -2
  51. package/dist/types/artifacts/token-names.d.ts +1 -1
  52. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  53. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  54. package/dist/types/artifacts/types-internal.d.ts +1 -1
  55. package/dist/types/artifacts/types.d.ts +1 -1
  56. package/dist/types/entry-points/css-type-schema.codegen.d.ts +1 -1
  57. package/dist/types/theme-config.d.ts +3 -3
  58. package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +1 -1
  59. package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +1 -1
  60. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  61. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  62. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  63. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  64. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +2 -2
  65. package/dist/types-ts4.5/artifacts/token-names.d.ts +1 -1
  66. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  67. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  68. package/dist/types-ts4.5/artifacts/types-internal.d.ts +1 -1
  69. package/dist/types-ts4.5/artifacts/types.d.ts +1 -1
  70. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +1 -1
  71. package/dist/types-ts4.5/theme-config.d.ts +2 -6
  72. package/figma/atlassian-dark.json +1 -1
  73. package/figma/atlassian-light.json +1 -1
  74. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 1.45.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#94675](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94675)
8
+ [`5d9e1dccacca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5d9e1dccacca) -
9
+ [ux] Update input border color token to meet 3:1 color contrast ratioLight theme:
10
+ color.border.input: #091E4224 → #8590A2Dark mode: color.border.input: #A6C5E229 → #738496
11
+
3
12
  ## 1.44.1
4
13
 
5
14
  ### Patch Changes
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * Token names mapped to their values, used for contrast checking when generating custom themes
11
11
  *
12
- * @codegen <<SignedSource::0c8d4e0653f1a4cd9a80fac95331fd7a>>
12
+ * @codegen <<SignedSource::3d22a7e3bd86119c52f9c93c78a0f24c>>
13
13
  * @codegenCommand yarn build tokens
14
14
  */
15
15
  var tokenValues = {
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  *
10
10
  * Token names mapped to their values, used for contrast checking when generating custom themes
11
11
  *
12
- * @codegen <<SignedSource::2e18f7ef8f76f499aeeb6d93e94be25e>>
12
+ * @codegen <<SignedSource::195bcc5463e7bac70239087ec0359ea2>>
13
13
  * @codegenCommand yarn build tokens
14
14
  */
15
15
  var tokenValues = {