@atlaskit/tokens 9.1.1 → 9.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/cjs/artifacts/themes/atlassian-dark-future.js +2 -2
  3. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light-future.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  10. package/dist/cjs/artifacts/themes/atlassian-shape.js +2 -2
  11. package/dist/cjs/artifacts/themes/atlassian-spacing.js +2 -2
  12. package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
  13. package/dist/cjs/artifacts/themes/atlassian-typography-modernized.js +2 -2
  14. package/dist/cjs/artifacts/themes/atlassian-typography-refreshed.js +2 -2
  15. package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
  16. package/dist/cjs/constants.js +2 -1
  17. package/dist/cjs/index.js +25 -0
  18. package/dist/es2019/artifacts/themes/atlassian-dark-future.js +3 -3
  19. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +3 -3
  20. package/dist/es2019/artifacts/themes/atlassian-dark.js +3 -3
  21. package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +3 -3
  22. package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +3 -3
  23. package/dist/es2019/artifacts/themes/atlassian-light-future.js +3 -3
  24. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +3 -3
  25. package/dist/es2019/artifacts/themes/atlassian-light.js +3 -3
  26. package/dist/es2019/artifacts/themes/atlassian-shape.js +2 -2
  27. package/dist/es2019/artifacts/themes/atlassian-spacing.js +2 -2
  28. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +2 -2
  29. package/dist/es2019/artifacts/themes/atlassian-typography-modernized.js +2 -2
  30. package/dist/es2019/artifacts/themes/atlassian-typography-refreshed.js +2 -2
  31. package/dist/es2019/artifacts/themes/atlassian-typography.js +2 -2
  32. package/dist/es2019/constants.js +1 -0
  33. package/dist/es2019/index.js +2 -1
  34. package/dist/esm/artifacts/themes/atlassian-dark-future.js +2 -2
  35. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  36. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  37. package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
  38. package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
  39. package/dist/esm/artifacts/themes/atlassian-light-future.js +2 -2
  40. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  41. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  42. package/dist/esm/artifacts/themes/atlassian-shape.js +2 -2
  43. package/dist/esm/artifacts/themes/atlassian-spacing.js +2 -2
  44. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
  45. package/dist/esm/artifacts/themes/atlassian-typography-modernized.js +2 -2
  46. package/dist/esm/artifacts/themes/atlassian-typography-refreshed.js +2 -2
  47. package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
  48. package/dist/esm/constants.js +1 -0
  49. package/dist/esm/index.js +2 -1
  50. package/dist/types/artifacts/themes/atlassian-dark-future.d.ts +2 -2
  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-legacy-dark.d.ts +2 -2
  54. package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  55. package/dist/types/artifacts/themes/atlassian-light-future.d.ts +2 -2
  56. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  57. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  58. package/dist/types/artifacts/themes/atlassian-shape.d.ts +2 -2
  59. package/dist/types/artifacts/themes/atlassian-spacing.d.ts +2 -2
  60. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  61. package/dist/types/artifacts/themes/atlassian-typography-modernized.d.ts +2 -2
  62. package/dist/types/artifacts/themes/atlassian-typography-refreshed.d.ts +2 -2
  63. package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
  64. package/dist/types/constants.d.ts +1 -0
  65. package/dist/types/index.d.ts +2 -1
  66. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-future.d.ts +2 -2
  67. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  68. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  69. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  70. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  71. package/dist/types-ts4.5/artifacts/themes/atlassian-light-future.d.ts +2 -2
  72. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  73. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  74. package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +2 -2
  75. package/dist/types-ts4.5/artifacts/themes/atlassian-spacing.d.ts +2 -2
  76. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  77. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-modernized.d.ts +2 -2
  78. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-refreshed.d.ts +2 -2
  79. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
  80. package/dist/types-ts4.5/constants.d.ts +1 -0
  81. package/dist/types-ts4.5/index.d.ts +2 -1
  82. package/package.json +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "9.1.1",
3
+ "version": "9.1.2",
4
4
  "description": "Design tokens are the single source of truth to name and store design decisions.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,7 +27,7 @@
27
27
  "prebuilt": "yes | cp -R $(npx repo-root)/packages/design-system/tokens/dist/cjs/* $(npx repo-root)/packages/design-system/tokens/prebuilt/",
28
28
  "ak-postbuild": "yarn prebuilt && (cd $(npx repo-root) && yarn build --includeDependencies @atlassian/codegen -d cjs,esm,es2019) && yarn workspace @atlaskit/tokens codegen-tokens && yarn workspace @atlaskit/tokens check-clean-git",
29
29
  "check-clean-git": "git diff --exit-code -- packages/design-system/tokens/ || (echo 'tokens are out of date, run yarn build tokens' && false)",
30
- "codegen-tokens": "run-ts ./scripts/style-dictionary/build.tsx && run-ts ./scripts/style-dictionary/build-plugin-token-map.tsx && cd $(npx repo-root)/packages/design-system/primitives && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/ds-explorations && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/heading && yarn codegen"
30
+ "codegen-tokens": "run-ts ./scripts/style-dictionary/build.tsx && run-ts ./scripts/style-dictionary/build-plugin-token-map.tsx && cd $(npx repo-root)/packages/design-system/primitives && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/ds-explorations && yarn codegen-styles"
31
31
  },
32
32
  "dependencies": {
33
33
  "@atlaskit/ds-lib": "^5.3.0",
@@ -68,15 +68,14 @@
68
68
  "@atlaskit/textarea": "^8.2.0",
69
69
  "@atlaskit/textfield": "^8.2.0",
70
70
  "@atlaskit/theme": "^21.0.0",
71
- "@atlaskit/tooltip": "^20.12.0",
71
+ "@atlaskit/tooltip": "^20.14.0",
72
72
  "@atlassian/codegen": "^0.1.0",
73
73
  "@atlassian/feature-flags-test-utils": "^1.0.0",
74
74
  "@atlassian/ts-loader": "^0.1.0",
75
75
  "@babel/core": "7.24.9",
76
76
  "@compiled/react": "^0.18.6",
77
77
  "@hypermod/utils": "^0.4.2",
78
- "@testing-library/react": "^13.4.0",
79
- "@testing-library/react-hooks": "^8.0.1",
78
+ "@testing-library/react": "^16.3.0",
80
79
  "color-blend": "^4.0.0",
81
80
  "echarts": "^5.4.1",
82
81
  "echarts-for-react": "^3.0.2",
@@ -123,14 +122,14 @@
123
122
  "platform_increased-contrast-themes": {
124
123
  "type": "boolean"
125
124
  },
126
- "platform-default-typography-refreshed": {
127
- "type": "boolean"
128
- },
129
125
  "should-render-to-parent-should-be-true-design-syst": {
130
126
  "type": "boolean"
131
127
  },
132
128
  "platform-dst-shape-theme-default": {
133
129
  "type": "boolean"
130
+ },
131
+ "platform_dst_subtree_theming": {
132
+ "type": "boolean"
134
133
  }
135
134
  },
136
135
  "homepage": "https://atlassian.design/components/tokens"