@atlaskit/tokens 13.0.1 → 13.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 13.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`125ae08eb4dbf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/125ae08eb4dbf) -
8
+ Updated tokens structured content to mention motion tokens
9
+
3
10
  ## 13.0.1
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "13.0.1",
3
+ "version": "13.0.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/"
@@ -50,7 +50,7 @@
50
50
  "devDependencies": {
51
51
  "@af/formatting": "workspace:^",
52
52
  "@af/visual-regression": "workspace:^",
53
- "@atlaskit/avatar": "^25.13.0",
53
+ "@atlaskit/avatar": "^25.14.0",
54
54
  "@atlaskit/button": "^23.11.0",
55
55
  "@atlaskit/calendar": "^17.2.0",
56
56
  "@atlaskit/checkbox": "^17.3.0",
@@ -64,8 +64,8 @@
64
64
  "@atlaskit/icon": "^34.3.0",
65
65
  "@atlaskit/inline-message": "^15.6.0",
66
66
  "@atlaskit/link": "^3.4.0",
67
- "@atlaskit/lozenge": "^13.7.0",
68
- "@atlaskit/popup": "^4.16.0",
67
+ "@atlaskit/lozenge": "^13.8.0",
68
+ "@atlaskit/popup": "^4.17.0",
69
69
  "@atlaskit/primitives": "^19.0.0",
70
70
  "@atlaskit/radio": "^8.5.0",
71
71
  "@atlaskit/section-message": "^8.12.0",
@@ -73,8 +73,8 @@
73
73
  "@atlaskit/tag": "^14.12.0",
74
74
  "@atlaskit/textarea": "^8.3.0",
75
75
  "@atlaskit/textfield": "^8.3.0",
76
- "@atlaskit/theme": "^23.1.0",
77
- "@atlaskit/tooltip": "^21.1.0",
76
+ "@atlaskit/theme": "^23.2.0",
77
+ "@atlaskit/tooltip": "^21.2.0",
78
78
  "@atlassian/codegen": "^0.2.0",
79
79
  "@atlassian/feature-flags-test-utils": "^1.0.0",
80
80
  "@atlassian/react-compiler-gating": "workspace:^",
package/tokens.docs.tsx CHANGED
@@ -6,7 +6,7 @@ const documentation: ComponentStructuredContentSource[] = [
6
6
  {
7
7
  name: 'token',
8
8
  description:
9
- 'Design tokens provide consistent, semantic values for colors, spacing, typography, and other design properties across the Atlassian Design System. Use tokens instead of hardcoded values to ensure consistency and proper theming.',
9
+ 'Design tokens provide consistent, semantic values for colors, spacing, typography, motion, and other design properties across the Atlassian Design System. Use tokens instead of hardcoded values to ensure consistency and proper theming.',
10
10
  status: 'general-availability',
11
11
  import: {
12
12
  name: 'token',
@@ -37,6 +37,7 @@ const documentation: ComponentStructuredContentSource[] = [
37
37
  'design',
38
38
  'system',
39
39
  'color',
40
+ 'motion',
40
41
  'spacing',
41
42
  'typography',
42
43
  'radius',