@atlaskit/tokens 1.3.2 → 1.4.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 (71) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/babel-plugin/package.json +2 -2
  3. package/dist/cjs/artifacts/theme-import-map.js +13 -1
  4. package/dist/cjs/artifacts/themes/atlassian-dark-new-input-border.js +13 -0
  5. package/dist/cjs/artifacts/themes/atlassian-light-new-input-border.js +13 -0
  6. package/dist/cjs/get-token-value.js +1 -1
  7. package/dist/cjs/get-token.js +1 -1
  8. package/dist/cjs/set-global-theme.js +3 -0
  9. package/dist/cjs/theme-config.js +20 -0
  10. package/dist/cjs/tokens/atlassian-dark-new-input-border/color/border.js +53 -0
  11. package/dist/cjs/tokens/atlassian-light-new-input-border/color/border.js +53 -0
  12. package/dist/cjs/version.json +1 -1
  13. package/dist/es2019/artifacts/theme-import-map.js +6 -2
  14. package/dist/es2019/artifacts/themes/atlassian-dark-new-input-border.js +24 -0
  15. package/dist/es2019/artifacts/themes/atlassian-light-new-input-border.js +24 -0
  16. package/dist/es2019/get-token-value.js +1 -1
  17. package/dist/es2019/get-token.js +1 -1
  18. package/dist/es2019/set-global-theme.js +3 -0
  19. package/dist/es2019/theme-config.js +20 -0
  20. package/dist/es2019/tokens/atlassian-dark-new-input-border/color/border.js +46 -0
  21. package/dist/es2019/tokens/atlassian-light-new-input-border/color/border.js +46 -0
  22. package/dist/es2019/version.json +1 -1
  23. package/dist/esm/artifacts/theme-import-map.js +9 -1
  24. package/dist/esm/artifacts/themes/atlassian-dark-new-input-border.js +6 -0
  25. package/dist/esm/artifacts/themes/atlassian-light-new-input-border.js +6 -0
  26. package/dist/esm/get-token-value.js +1 -1
  27. package/dist/esm/get-token.js +1 -1
  28. package/dist/esm/set-global-theme.js +3 -0
  29. package/dist/esm/theme-config.js +20 -0
  30. package/dist/esm/tokens/atlassian-dark-new-input-border/color/border.js +46 -0
  31. package/dist/esm/tokens/atlassian-light-new-input-border/color/border.js +46 -0
  32. package/dist/esm/version.json +1 -1
  33. package/dist/types/artifacts/replacement-mapping.d.ts +2 -2
  34. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  35. package/dist/types/artifacts/themes/atlassian-dark-iteration.d.ts +1 -1
  36. package/dist/types/artifacts/themes/atlassian-dark-new-input-border.d.ts +7 -0
  37. package/dist/types/artifacts/themes/atlassian-dark.d.ts +1 -1
  38. package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +1 -1
  39. package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +1 -1
  40. package/dist/types/artifacts/themes/atlassian-light-new-input-border.d.ts +7 -0
  41. package/dist/types/artifacts/themes/atlassian-light.d.ts +1 -1
  42. package/dist/types/artifacts/themes/atlassian-shape.d.ts +1 -1
  43. package/dist/types/artifacts/themes/atlassian-spacing.d.ts +1 -1
  44. package/dist/types/artifacts/themes/atlassian-typography.d.ts +1 -1
  45. package/dist/types/artifacts/token-names.d.ts +2 -2
  46. package/dist/types/artifacts/types-internal.d.ts +1 -1
  47. package/dist/types/artifacts/types.d.ts +1 -1
  48. package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +1 -1
  49. package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +1 -1
  50. package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +1 -1
  51. package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +1 -1
  52. package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +1 -1
  53. package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +1 -1
  54. package/dist/types/get-token-value.d.ts +1 -1
  55. package/dist/types/get-token.d.ts +1 -1
  56. package/dist/types/palettes/legacy-palette.d.ts +2 -2
  57. package/dist/types/palettes/palette.d.ts +2 -2
  58. package/dist/types/palettes/shape-palette.d.ts +3 -3
  59. package/dist/types/palettes/spacing-scale.d.ts +1 -1
  60. package/dist/types/palettes/typography-palette.d.ts +9 -9
  61. package/dist/types/theme-config.d.ts +30 -10
  62. package/dist/types/tokens/atlassian-dark-new-input-border/color/border.d.ts +4 -0
  63. package/dist/types/tokens/atlassian-light-new-input-border/color/border.d.ts +4 -0
  64. package/dist/types/types.d.ts +34 -34
  65. package/package.json +10 -6
  66. package/palettes-raw/package.json +2 -2
  67. package/rename-mapping/package.json +2 -2
  68. package/token-ids/package.json +2 -2
  69. package/token-names/package.json +2 -2
  70. package/token-order/package.json +2 -2
  71. package/tokens-raw/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "1.3.2",
3
+ "version": "1.4.1",
4
4
  "author": "Atlassian Pty Ltd",
5
5
  "description": "Design tokens are the single source of truth to name and store design decisions.",
6
6
  "license": "Apache-2.0",
@@ -24,9 +24,10 @@
24
24
  "module:es2019": "dist/es2019/index.js",
25
25
  "types": "dist/types/index.d.ts",
26
26
  "typesVersions": {
27
- ">=4.0 <4.5": {
27
+ ">=4.5 <4.9": {
28
28
  "*": [
29
- "dist/types-ts4.0/*"
29
+ "dist/types-ts4.5/*",
30
+ "dist/types-ts4.5/index.d.ts"
30
31
  ]
31
32
  }
32
33
  },
@@ -67,7 +68,7 @@
67
68
  "@atlaskit/avatar": "^21.3.0",
68
69
  "@atlaskit/badge": "^15.1.0",
69
70
  "@atlaskit/button": "^16.7.0",
70
- "@atlaskit/checkbox": "^12.5.0",
71
+ "@atlaskit/checkbox": "^12.6.0",
71
72
  "@atlaskit/code": "^14.6.0",
72
73
  "@atlaskit/docs": "^9.1.0",
73
74
  "@atlaskit/dropdown-menu": "^11.8.0",
@@ -75,7 +76,7 @@
75
76
  "@atlaskit/dynamic-table": "^14.9.0",
76
77
  "@atlaskit/empty-state": "^7.5.0",
77
78
  "@atlaskit/focus-ring": "^1.3.0",
78
- "@atlaskit/grid": "^0.9.0",
79
+ "@atlaskit/grid": "^0.10.0",
79
80
  "@atlaskit/heading": "^1.3.0",
80
81
  "@atlaskit/icon": "^21.12.0",
81
82
  "@atlaskit/lozenge": "^11.4.0",
@@ -115,7 +116,7 @@
115
116
  "recharts": "^1.8.5",
116
117
  "style-dictionary": "^3.0.0",
117
118
  "ts-node": "^10.9.1",
118
- "typescript": "4.5.5"
119
+ "typescript": "~4.9.5"
119
120
  },
120
121
  "techstack": {
121
122
  "@atlassian/frontend": {
@@ -138,6 +139,9 @@
138
139
  },
139
140
  "platform.design-system-team.dark-iteration-confluence_e2t22": {
140
141
  "type": "boolean"
142
+ },
143
+ "platform.design-system-team.update-border-input_ff9l1": {
144
+ "type": "boolean"
141
145
  }
142
146
  },
143
147
  "homepage": "https://atlassian.design/components/tokens",
@@ -8,9 +8,9 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/palettes-raw.d.ts",
10
10
  "typesVersions": {
11
- ">=4.0 <4.5": {
11
+ ">=4.5 <4.9": {
12
12
  "*": [
13
- "../dist/types-ts4.0/entry-points/palettes-raw.d.ts"
13
+ "../dist/types-ts4.5/entry-points/palettes-raw.d.ts"
14
14
  ]
15
15
  }
16
16
  }
@@ -8,9 +8,9 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/rename-mapping.d.ts",
10
10
  "typesVersions": {
11
- ">=4.0 <4.5": {
11
+ ">=4.5 <4.9": {
12
12
  "*": [
13
- "../dist/types-ts4.0/entry-points/rename-mapping.d.ts"
13
+ "../dist/types-ts4.5/entry-points/rename-mapping.d.ts"
14
14
  ]
15
15
  }
16
16
  }
@@ -8,9 +8,9 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/token-ids.d.ts",
10
10
  "typesVersions": {
11
- ">=4.0 <4.5": {
11
+ ">=4.5 <4.9": {
12
12
  "*": [
13
- "../dist/types-ts4.0/entry-points/token-ids.d.ts"
13
+ "../dist/types-ts4.5/entry-points/token-ids.d.ts"
14
14
  ]
15
15
  }
16
16
  }
@@ -8,9 +8,9 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/token-names.d.ts",
10
10
  "typesVersions": {
11
- ">=4.0 <4.5": {
11
+ ">=4.5 <4.9": {
12
12
  "*": [
13
- "../dist/types-ts4.0/entry-points/token-names.d.ts"
13
+ "../dist/types-ts4.5/entry-points/token-names.d.ts"
14
14
  ]
15
15
  }
16
16
  }
@@ -8,9 +8,9 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/token-order.d.ts",
10
10
  "typesVersions": {
11
- ">=4.0 <4.5": {
11
+ ">=4.5 <4.9": {
12
12
  "*": [
13
- "../dist/types-ts4.0/entry-points/token-order.d.ts"
13
+ "../dist/types-ts4.5/entry-points/token-order.d.ts"
14
14
  ]
15
15
  }
16
16
  }
@@ -8,9 +8,9 @@
8
8
  ],
9
9
  "types": "../dist/types/entry-points/tokens-raw.d.ts",
10
10
  "typesVersions": {
11
- ">=4.0 <4.5": {
11
+ ">=4.5 <4.9": {
12
12
  "*": [
13
- "../dist/types-ts4.0/entry-points/tokens-raw.d.ts"
13
+ "../dist/types-ts4.5/entry-points/tokens-raw.d.ts"
14
14
  ]
15
15
  }
16
16
  }