@atlaskit/tokens 0.10.25 → 0.10.27

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 (258) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/css/atlassian-spacing.css +20 -0
  3. package/dist/cjs/artifacts/palettes-raw/palette.js +233 -233
  4. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +195 -0
  5. package/dist/cjs/artifacts/rename-mapping/atlassian-dark.js +427 -0
  6. package/dist/cjs/artifacts/rename-mapping/atlassian-legacy-dark.js +427 -0
  7. package/dist/cjs/artifacts/rename-mapping/atlassian-legacy-light.js +427 -0
  8. package/dist/cjs/artifacts/rename-mapping/atlassian-light.js +427 -0
  9. package/dist/cjs/artifacts/rename-mapping/atlassian-spacing.js +79 -0
  10. package/dist/cjs/artifacts/rename-mapping.js +11 -418
  11. package/dist/cjs/artifacts/token-default-values.js +15 -302
  12. package/dist/cjs/artifacts/token-names.js +14 -298
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +282 -282
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +282 -282
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +314 -0
  16. package/dist/cjs/artifacts/typescript/atlassian-dark-token-names.js +307 -0
  17. package/dist/cjs/artifacts/typescript/atlassian-dark-types-internal.js +5 -0
  18. package/dist/cjs/artifacts/typescript/atlassian-dark-types.js +5 -0
  19. package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-token-names.js +307 -0
  20. package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-types-internal.js +5 -0
  21. package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-types.js +5 -0
  22. package/dist/cjs/artifacts/typescript/atlassian-legacy-light-token-names.js +307 -0
  23. package/dist/cjs/artifacts/typescript/atlassian-legacy-light-types-internal.js +5 -0
  24. package/dist/cjs/artifacts/typescript/atlassian-legacy-light-types.js +5 -0
  25. package/dist/cjs/artifacts/typescript/atlassian-light-token-default-values.js +311 -0
  26. package/dist/cjs/artifacts/typescript/atlassian-light-token-names.js +307 -0
  27. package/dist/cjs/artifacts/typescript/atlassian-light-types-internal.js +5 -0
  28. package/dist/cjs/artifacts/typescript/atlassian-light-types.js +5 -0
  29. package/dist/cjs/artifacts/typescript/atlassian-spacing-token-default-values.js +33 -0
  30. package/dist/cjs/artifacts/typescript/atlassian-spacing-token-names.js +29 -0
  31. package/dist/cjs/artifacts/typescript/atlassian-spacing-types-internal.js +5 -0
  32. package/dist/cjs/artifacts/typescript/atlassian-spacing-types.js +5 -0
  33. package/dist/cjs/constants.js +4 -3
  34. package/dist/cjs/get-token.js +1 -1
  35. package/dist/cjs/palettes/palette.js +116 -116
  36. package/dist/cjs/palettes/spacing-scale.js +86 -0
  37. package/dist/cjs/tokens/atlassian-dark/color/accent.js +72 -72
  38. package/dist/cjs/tokens/atlassian-dark/color/background.js +54 -54
  39. package/dist/cjs/tokens/atlassian-dark/color/border.js +13 -13
  40. package/dist/cjs/tokens/atlassian-dark/color/icon.js +12 -12
  41. package/dist/cjs/tokens/atlassian-dark/color/skeleton.js +2 -2
  42. package/dist/cjs/tokens/atlassian-dark/color/text.js +15 -15
  43. package/dist/cjs/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
  44. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +5 -5
  45. package/dist/cjs/tokens/atlassian-dark/elevation/surface.js +10 -10
  46. package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +2 -2
  47. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +2 -2
  48. package/dist/cjs/tokens/atlassian-light/color/accent.js +72 -72
  49. package/dist/cjs/tokens/atlassian-light/color/background.js +54 -54
  50. package/dist/cjs/tokens/atlassian-light/color/border.js +13 -13
  51. package/dist/cjs/tokens/atlassian-light/color/icon.js +12 -12
  52. package/dist/cjs/tokens/atlassian-light/color/skeleton.js +2 -2
  53. package/dist/cjs/tokens/atlassian-light/color/text.js +15 -15
  54. package/dist/cjs/tokens/atlassian-light/deprecated/deprecated.js +99 -99
  55. package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +6 -6
  56. package/dist/cjs/tokens/atlassian-light/elevation/surface.js +10 -10
  57. package/dist/cjs/tokens/atlassian-spacing/spacing.js +55 -0
  58. package/dist/cjs/tokens/default/spacing/spacing.js +133 -0
  59. package/dist/cjs/version.json +1 -1
  60. package/dist/es2019/artifacts/palettes-raw/palette.js +233 -233
  61. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +187 -0
  62. package/dist/es2019/artifacts/rename-mapping/atlassian-dark.js +419 -0
  63. package/dist/es2019/artifacts/rename-mapping/atlassian-legacy-dark.js +419 -0
  64. package/dist/es2019/artifacts/rename-mapping/atlassian-legacy-light.js +419 -0
  65. package/dist/es2019/artifacts/rename-mapping/atlassian-light.js +419 -0
  66. package/dist/es2019/artifacts/rename-mapping/atlassian-spacing.js +71 -0
  67. package/dist/es2019/artifacts/rename-mapping.js +5 -418
  68. package/dist/es2019/artifacts/token-default-values.js +7 -301
  69. package/dist/es2019/artifacts/token-names.js +6 -297
  70. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +282 -282
  71. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +282 -282
  72. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +306 -0
  73. package/dist/es2019/artifacts/typescript/atlassian-dark-token-names.js +299 -0
  74. package/dist/es2019/artifacts/typescript/atlassian-dark-types-internal.js +1 -0
  75. package/dist/es2019/artifacts/typescript/atlassian-dark-types.js +1 -0
  76. package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-token-names.js +299 -0
  77. package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-types-internal.js +1 -0
  78. package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-types.js +1 -0
  79. package/dist/es2019/artifacts/typescript/atlassian-legacy-light-token-names.js +299 -0
  80. package/dist/es2019/artifacts/typescript/atlassian-legacy-light-types-internal.js +1 -0
  81. package/dist/es2019/artifacts/typescript/atlassian-legacy-light-types.js +1 -0
  82. package/dist/es2019/artifacts/typescript/atlassian-light-token-default-values.js +303 -0
  83. package/dist/es2019/artifacts/typescript/atlassian-light-token-names.js +299 -0
  84. package/dist/es2019/artifacts/typescript/atlassian-light-types-internal.js +1 -0
  85. package/dist/es2019/artifacts/typescript/atlassian-light-types.js +1 -0
  86. package/dist/es2019/artifacts/typescript/atlassian-spacing-token-default-values.js +25 -0
  87. package/dist/es2019/artifacts/typescript/atlassian-spacing-token-names.js +21 -0
  88. package/dist/es2019/artifacts/typescript/atlassian-spacing-types-internal.js +7 -0
  89. package/dist/es2019/artifacts/typescript/atlassian-spacing-types.js +7 -0
  90. package/dist/es2019/constants.js +4 -3
  91. package/dist/es2019/get-token.js +1 -1
  92. package/dist/es2019/palettes/palette.js +116 -116
  93. package/dist/es2019/palettes/spacing-scale.js +79 -0
  94. package/dist/es2019/tokens/atlassian-dark/color/accent.js +72 -72
  95. package/dist/es2019/tokens/atlassian-dark/color/background.js +54 -54
  96. package/dist/es2019/tokens/atlassian-dark/color/border.js +13 -13
  97. package/dist/es2019/tokens/atlassian-dark/color/icon.js +12 -12
  98. package/dist/es2019/tokens/atlassian-dark/color/skeleton.js +2 -2
  99. package/dist/es2019/tokens/atlassian-dark/color/text.js +15 -15
  100. package/dist/es2019/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
  101. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +5 -5
  102. package/dist/es2019/tokens/atlassian-dark/elevation/surface.js +10 -10
  103. package/dist/es2019/tokens/atlassian-legacy-dark/color/background.js +2 -2
  104. package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +2 -2
  105. package/dist/es2019/tokens/atlassian-light/color/accent.js +72 -72
  106. package/dist/es2019/tokens/atlassian-light/color/background.js +54 -54
  107. package/dist/es2019/tokens/atlassian-light/color/border.js +13 -13
  108. package/dist/es2019/tokens/atlassian-light/color/icon.js +12 -12
  109. package/dist/es2019/tokens/atlassian-light/color/skeleton.js +2 -2
  110. package/dist/es2019/tokens/atlassian-light/color/text.js +15 -15
  111. package/dist/es2019/tokens/atlassian-light/deprecated/deprecated.js +99 -99
  112. package/dist/es2019/tokens/atlassian-light/elevation/shadow.js +6 -6
  113. package/dist/es2019/tokens/atlassian-light/elevation/surface.js +10 -10
  114. package/dist/es2019/tokens/atlassian-spacing/spacing.js +48 -0
  115. package/dist/es2019/tokens/default/spacing/spacing.js +126 -0
  116. package/dist/es2019/version.json +1 -1
  117. package/dist/esm/artifacts/palettes-raw/palette.js +233 -233
  118. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +187 -0
  119. package/dist/esm/artifacts/rename-mapping/atlassian-dark.js +419 -0
  120. package/dist/esm/artifacts/rename-mapping/atlassian-legacy-dark.js +419 -0
  121. package/dist/esm/artifacts/rename-mapping/atlassian-legacy-light.js +419 -0
  122. package/dist/esm/artifacts/rename-mapping/atlassian-light.js +419 -0
  123. package/dist/esm/artifacts/rename-mapping/atlassian-spacing.js +71 -0
  124. package/dist/esm/artifacts/rename-mapping.js +7 -418
  125. package/dist/esm/artifacts/token-default-values.js +14 -302
  126. package/dist/esm/artifacts/token-names.js +13 -298
  127. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +282 -282
  128. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +282 -282
  129. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +306 -0
  130. package/dist/esm/artifacts/typescript/atlassian-dark-token-names.js +299 -0
  131. package/dist/esm/artifacts/typescript/atlassian-dark-types-internal.js +1 -0
  132. package/dist/esm/artifacts/typescript/atlassian-dark-types.js +1 -0
  133. package/dist/esm/artifacts/typescript/atlassian-legacy-dark-token-names.js +299 -0
  134. package/dist/esm/artifacts/typescript/atlassian-legacy-dark-types-internal.js +1 -0
  135. package/dist/esm/artifacts/typescript/atlassian-legacy-dark-types.js +1 -0
  136. package/dist/esm/artifacts/typescript/atlassian-legacy-light-token-names.js +299 -0
  137. package/dist/esm/artifacts/typescript/atlassian-legacy-light-types-internal.js +1 -0
  138. package/dist/esm/artifacts/typescript/atlassian-legacy-light-types.js +1 -0
  139. package/dist/esm/artifacts/typescript/atlassian-light-token-default-values.js +303 -0
  140. package/dist/esm/artifacts/typescript/atlassian-light-token-names.js +299 -0
  141. package/dist/esm/artifacts/typescript/atlassian-light-types-internal.js +1 -0
  142. package/dist/esm/artifacts/typescript/atlassian-light-types.js +1 -0
  143. package/dist/esm/artifacts/typescript/atlassian-spacing-token-default-values.js +25 -0
  144. package/dist/esm/artifacts/typescript/atlassian-spacing-token-names.js +21 -0
  145. package/dist/esm/artifacts/typescript/atlassian-spacing-types-internal.js +7 -0
  146. package/dist/esm/artifacts/typescript/atlassian-spacing-types.js +7 -0
  147. package/dist/esm/constants.js +4 -3
  148. package/dist/esm/get-token.js +1 -1
  149. package/dist/esm/palettes/palette.js +116 -116
  150. package/dist/esm/palettes/spacing-scale.js +79 -0
  151. package/dist/esm/tokens/atlassian-dark/color/accent.js +72 -72
  152. package/dist/esm/tokens/atlassian-dark/color/background.js +54 -54
  153. package/dist/esm/tokens/atlassian-dark/color/border.js +13 -13
  154. package/dist/esm/tokens/atlassian-dark/color/icon.js +12 -12
  155. package/dist/esm/tokens/atlassian-dark/color/skeleton.js +2 -2
  156. package/dist/esm/tokens/atlassian-dark/color/text.js +15 -15
  157. package/dist/esm/tokens/atlassian-dark/deprecated/deprecated.js +100 -100
  158. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +5 -5
  159. package/dist/esm/tokens/atlassian-dark/elevation/surface.js +10 -10
  160. package/dist/esm/tokens/atlassian-legacy-dark/color/background.js +2 -2
  161. package/dist/esm/tokens/atlassian-legacy-light/color/background.js +2 -2
  162. package/dist/esm/tokens/atlassian-light/color/accent.js +72 -72
  163. package/dist/esm/tokens/atlassian-light/color/background.js +54 -54
  164. package/dist/esm/tokens/atlassian-light/color/border.js +13 -13
  165. package/dist/esm/tokens/atlassian-light/color/icon.js +12 -12
  166. package/dist/esm/tokens/atlassian-light/color/skeleton.js +2 -2
  167. package/dist/esm/tokens/atlassian-light/color/text.js +15 -15
  168. package/dist/esm/tokens/atlassian-light/deprecated/deprecated.js +99 -99
  169. package/dist/esm/tokens/atlassian-light/elevation/shadow.js +6 -6
  170. package/dist/esm/tokens/atlassian-light/elevation/surface.js +10 -10
  171. package/dist/esm/tokens/atlassian-spacing/spacing.js +48 -0
  172. package/dist/esm/tokens/default/spacing/spacing.js +126 -0
  173. package/dist/esm/version.json +1 -1
  174. package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
  175. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +22 -0
  176. package/dist/types/artifacts/rename-mapping/atlassian-dark.d.ts +26 -0
  177. package/dist/types/artifacts/rename-mapping/atlassian-legacy-dark.d.ts +26 -0
  178. package/dist/types/artifacts/rename-mapping/atlassian-legacy-light.d.ts +26 -0
  179. package/dist/types/artifacts/rename-mapping/atlassian-light.d.ts +26 -0
  180. package/dist/types/artifacts/rename-mapping/atlassian-spacing.d.ts +26 -0
  181. package/dist/types/artifacts/rename-mapping.d.ts +4 -24
  182. package/dist/types/artifacts/token-default-values.d.ts +306 -301
  183. package/dist/types/artifacts/token-names.d.ts +16 -298
  184. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  185. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  186. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +30 -0
  187. package/dist/types/artifacts/types-internal.d.ts +2 -6
  188. package/dist/types/artifacts/types.d.ts +2 -6
  189. package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +592 -0
  190. package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +6 -0
  191. package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +6 -0
  192. package/dist/types/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +592 -0
  193. package/dist/types/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +6 -0
  194. package/dist/types/artifacts/typescript/atlassian-legacy-dark-types.d.ts +6 -0
  195. package/dist/types/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +592 -0
  196. package/dist/types/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +6 -0
  197. package/dist/types/artifacts/typescript/atlassian-legacy-light-types.d.ts +6 -0
  198. package/dist/types/artifacts/typescript/atlassian-light-token-default-values.d.ts +303 -0
  199. package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +592 -0
  200. package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +6 -0
  201. package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +6 -0
  202. package/dist/types/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +25 -0
  203. package/dist/types/artifacts/typescript/atlassian-spacing-token-names.d.ts +36 -0
  204. package/dist/types/artifacts/typescript/atlassian-spacing-types-internal.d.ts +6 -0
  205. package/dist/types/artifacts/typescript/atlassian-spacing-types.d.ts +6 -0
  206. package/dist/types/constants.d.ts +3 -2
  207. package/dist/types/palettes/palette.d.ts +1 -1
  208. package/dist/types/palettes/spacing-scale.d.ts +5 -0
  209. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  210. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  211. package/dist/types/tokens/atlassian-spacing/spacing.d.ts +4 -0
  212. package/dist/types/tokens/default/spacing/spacing.d.ts +4 -0
  213. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  214. package/dist/types/types.d.ts +45 -5
  215. package/dist/types-ts4.0/artifacts/palettes-raw/palette.d.ts +1 -1
  216. package/dist/types-ts4.0/artifacts/palettes-raw/spacing-scale.d.ts +22 -0
  217. package/dist/types-ts4.0/artifacts/rename-mapping/atlassian-dark.d.ts +26 -0
  218. package/dist/types-ts4.0/artifacts/rename-mapping/atlassian-legacy-dark.d.ts +26 -0
  219. package/dist/types-ts4.0/artifacts/rename-mapping/atlassian-legacy-light.d.ts +26 -0
  220. package/dist/types-ts4.0/artifacts/rename-mapping/atlassian-light.d.ts +26 -0
  221. package/dist/types-ts4.0/artifacts/rename-mapping/atlassian-spacing.d.ts +26 -0
  222. package/dist/types-ts4.0/artifacts/rename-mapping.d.ts +4 -24
  223. package/dist/types-ts4.0/artifacts/token-default-values.d.ts +306 -301
  224. package/dist/types-ts4.0/artifacts/token-names.d.ts +16 -298
  225. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  226. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  227. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-spacing.d.ts +30 -0
  228. package/dist/types-ts4.0/artifacts/types-internal.d.ts +2 -6
  229. package/dist/types-ts4.0/artifacts/types.d.ts +2 -6
  230. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-token-names.d.ts +592 -0
  231. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types-internal.d.ts +6 -0
  232. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types.d.ts +6 -0
  233. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +592 -0
  234. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +6 -0
  235. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types.d.ts +6 -0
  236. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +592 -0
  237. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +6 -0
  238. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types.d.ts +6 -0
  239. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-default-values.d.ts +303 -0
  240. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-names.d.ts +592 -0
  241. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types-internal.d.ts +6 -0
  242. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types.d.ts +6 -0
  243. package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +25 -0
  244. package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-token-names.d.ts +36 -0
  245. package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-types-internal.d.ts +6 -0
  246. package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-types.d.ts +6 -0
  247. package/dist/types-ts4.0/constants.d.ts +4 -2
  248. package/dist/types-ts4.0/palettes/palette.d.ts +1 -1
  249. package/dist/types-ts4.0/palettes/spacing-scale.d.ts +5 -0
  250. package/dist/types-ts4.0/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  251. package/dist/types-ts4.0/tokens/atlassian-light/utility/utility.d.ts +1 -1
  252. package/dist/types-ts4.0/tokens/atlassian-spacing/spacing.d.ts +4 -0
  253. package/dist/types-ts4.0/tokens/default/spacing/spacing.d.ts +4 -0
  254. package/dist/types-ts4.0/tokens/default/utility/utility.d.ts +1 -1
  255. package/dist/types-ts4.0/types.d.ts +45 -5
  256. package/package.json +3 -2
  257. package/report.api.md +97 -50
  258. package/tmp/api-report-tmp.d.ts +664 -0
@@ -0,0 +1,126 @@
1
+ var spacing = {
2
+ spacing: {
3
+ container: {
4
+ gutter: {
5
+ attributes: {
6
+ group: 'spacing',
7
+ state: 'experimental',
8
+ replacement: '8px',
9
+ introduced: '0.10.16',
10
+ description: 'Helpful guidance goes here. This is an example of a more semantic token over the top of our scale. It uses the same underlying base tokens as the scale.x tokens use.'
11
+ }
12
+ }
13
+ },
14
+ scale: {
15
+ '0': {
16
+ attributes: {
17
+ group: 'spacing',
18
+ state: 'experimental',
19
+ replacement: '0',
20
+ introduced: '0.10.16',
21
+ description: 'Equates to `0`. Can be used for resetting default spacing styles.'
22
+ }
23
+ },
24
+ '025': {
25
+ attributes: {
26
+ group: 'spacing',
27
+ state: 'experimental',
28
+ replacement: '2px',
29
+ introduced: '0.10.16',
30
+ description: 'Use for spacing in compact scenarios. The smallest value in our scale.'
31
+ }
32
+ },
33
+ '050': {
34
+ attributes: {
35
+ group: 'spacing',
36
+ state: 'experimental',
37
+ replacement: '4px',
38
+ introduced: '0.10.16',
39
+ description: 'Helpful guidance goes here'
40
+ }
41
+ },
42
+ '075': {
43
+ attributes: {
44
+ group: 'spacing',
45
+ state: 'experimental',
46
+ replacement: '6px',
47
+ introduced: '0.10.16',
48
+ description: 'Helpful guidance goes here'
49
+ }
50
+ },
51
+ '100': {
52
+ attributes: {
53
+ group: 'spacing',
54
+ state: 'experimental',
55
+ replacement: '8px',
56
+ introduced: '0.10.16',
57
+ description: 'Helpful guidance goes here'
58
+ }
59
+ },
60
+ '150': {
61
+ attributes: {
62
+ group: 'spacing',
63
+ state: 'experimental',
64
+ replacement: '12px',
65
+ introduced: '0.10.16',
66
+ description: 'Helpful guidance goes here'
67
+ }
68
+ },
69
+ '200': {
70
+ attributes: {
71
+ group: 'spacing',
72
+ state: 'experimental',
73
+ replacement: '16px',
74
+ introduced: '0.10.16',
75
+ description: 'Helpful guidance goes here'
76
+ }
77
+ },
78
+ '250': {
79
+ attributes: {
80
+ group: 'spacing',
81
+ state: 'experimental',
82
+ replacement: '20px',
83
+ introduced: '0.10.16',
84
+ description: 'Helpful guidance goes here'
85
+ }
86
+ },
87
+ '300': {
88
+ attributes: {
89
+ group: 'spacing',
90
+ state: 'experimental',
91
+ replacement: '24px',
92
+ introduced: '0.10.16',
93
+ description: 'Helpful guidance goes here'
94
+ }
95
+ },
96
+ '400': {
97
+ attributes: {
98
+ group: 'spacing',
99
+ state: 'experimental',
100
+ replacement: '32px',
101
+ introduced: '0.10.16',
102
+ description: 'Helpful guidance goes here'
103
+ }
104
+ },
105
+ '500': {
106
+ attributes: {
107
+ group: 'spacing',
108
+ state: 'experimental',
109
+ replacement: '40px',
110
+ introduced: '0.10.16',
111
+ description: 'Helpful guidance goes here'
112
+ }
113
+ },
114
+ '600': {
115
+ attributes: {
116
+ group: 'spacing',
117
+ state: 'experimental',
118
+ replacement: '48px',
119
+ introduced: '0.10.16',
120
+ description: 'Helpful guidance goes here'
121
+ }
122
+ }
123
+ }
124
+ }
125
+ };
126
+ export default spacing;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.25",
3
+ "version": "0.10.27",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::54a73caa5e11805075c57f698252b1e7>>
3
+ * @codegen <<SignedSource::6a8bee72650af744db4926f40106688a>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -0,0 +1,22 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::08ae35ae5d6bfe790b538db89c5876de>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ declare const tokens: {
7
+ value: string;
8
+ attributes: {
9
+ group: string;
10
+ };
11
+ filePath: string;
12
+ isSource: boolean;
13
+ original: {
14
+ value: string;
15
+ attributes: {
16
+ group: string;
17
+ };
18
+ };
19
+ name: string;
20
+ path: string[];
21
+ }[];
22
+ export default tokens;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ *
4
+ * This file is intended to help automate renaming of tokens.
5
+ *
6
+ * 1. Mark the old token's 'state' as deprecated
7
+ * 2. Add a 'replacement' attribute to the token with the value 'my.new.token'
8
+ * 3. Create a new token matching the token above: 'my.new.token'
9
+ * 4. Run 'yarn build tokens' to have you changes reflected in this map
10
+ * 5. ESLint and other tools will now use this to automate replacing tokens
11
+ *
12
+ * These changes will then be picked up by our tooling which will attempt to
13
+ * migrate as many of these renames as possible.
14
+ *
15
+ * @codegen <<SignedSource::aed72cfe800fa74c79b858837a73edbf>>
16
+ * @codegenCommand yarn build tokens
17
+ */
18
+ import tokens from '../token-names';
19
+ declare type Token = keyof typeof tokens | string;
20
+ declare type RenameMap = {
21
+ path: string;
22
+ state: 'experimental' | 'deprecated' | 'deleted';
23
+ replacement: Token;
24
+ };
25
+ declare const renameMapper: RenameMap[];
26
+ export default renameMapper;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ *
4
+ * This file is intended to help automate renaming of tokens.
5
+ *
6
+ * 1. Mark the old token's 'state' as deprecated
7
+ * 2. Add a 'replacement' attribute to the token with the value 'my.new.token'
8
+ * 3. Create a new token matching the token above: 'my.new.token'
9
+ * 4. Run 'yarn build tokens' to have you changes reflected in this map
10
+ * 5. ESLint and other tools will now use this to automate replacing tokens
11
+ *
12
+ * These changes will then be picked up by our tooling which will attempt to
13
+ * migrate as many of these renames as possible.
14
+ *
15
+ * @codegen <<SignedSource::aed72cfe800fa74c79b858837a73edbf>>
16
+ * @codegenCommand yarn build tokens
17
+ */
18
+ import tokens from '../token-names';
19
+ declare type Token = keyof typeof tokens | string;
20
+ declare type RenameMap = {
21
+ path: string;
22
+ state: 'experimental' | 'deprecated' | 'deleted';
23
+ replacement: Token;
24
+ };
25
+ declare const renameMapper: RenameMap[];
26
+ export default renameMapper;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ *
4
+ * This file is intended to help automate renaming of tokens.
5
+ *
6
+ * 1. Mark the old token's 'state' as deprecated
7
+ * 2. Add a 'replacement' attribute to the token with the value 'my.new.token'
8
+ * 3. Create a new token matching the token above: 'my.new.token'
9
+ * 4. Run 'yarn build tokens' to have you changes reflected in this map
10
+ * 5. ESLint and other tools will now use this to automate replacing tokens
11
+ *
12
+ * These changes will then be picked up by our tooling which will attempt to
13
+ * migrate as many of these renames as possible.
14
+ *
15
+ * @codegen <<SignedSource::aed72cfe800fa74c79b858837a73edbf>>
16
+ * @codegenCommand yarn build tokens
17
+ */
18
+ import tokens from '../token-names';
19
+ declare type Token = keyof typeof tokens | string;
20
+ declare type RenameMap = {
21
+ path: string;
22
+ state: 'experimental' | 'deprecated' | 'deleted';
23
+ replacement: Token;
24
+ };
25
+ declare const renameMapper: RenameMap[];
26
+ export default renameMapper;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ *
4
+ * This file is intended to help automate renaming of tokens.
5
+ *
6
+ * 1. Mark the old token's 'state' as deprecated
7
+ * 2. Add a 'replacement' attribute to the token with the value 'my.new.token'
8
+ * 3. Create a new token matching the token above: 'my.new.token'
9
+ * 4. Run 'yarn build tokens' to have you changes reflected in this map
10
+ * 5. ESLint and other tools will now use this to automate replacing tokens
11
+ *
12
+ * These changes will then be picked up by our tooling which will attempt to
13
+ * migrate as many of these renames as possible.
14
+ *
15
+ * @codegen <<SignedSource::aed72cfe800fa74c79b858837a73edbf>>
16
+ * @codegenCommand yarn build tokens
17
+ */
18
+ import tokens from '../token-names';
19
+ declare type Token = keyof typeof tokens | string;
20
+ declare type RenameMap = {
21
+ path: string;
22
+ state: 'experimental' | 'deprecated' | 'deleted';
23
+ replacement: Token;
24
+ };
25
+ declare const renameMapper: RenameMap[];
26
+ export default renameMapper;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ *
4
+ * This file is intended to help automate renaming of tokens.
5
+ *
6
+ * 1. Mark the old token's 'state' as deprecated
7
+ * 2. Add a 'replacement' attribute to the token with the value 'my.new.token'
8
+ * 3. Create a new token matching the token above: 'my.new.token'
9
+ * 4. Run 'yarn build tokens' to have you changes reflected in this map
10
+ * 5. ESLint and other tools will now use this to automate replacing tokens
11
+ *
12
+ * These changes will then be picked up by our tooling which will attempt to
13
+ * migrate as many of these renames as possible.
14
+ *
15
+ * @codegen <<SignedSource::96a569b32686a2088f106c2ec4cd75d3>>
16
+ * @codegenCommand yarn build tokens
17
+ */
18
+ import tokens from '../token-names';
19
+ declare type Token = keyof typeof tokens | string;
20
+ declare type RenameMap = {
21
+ path: string;
22
+ state: 'experimental' | 'deprecated' | 'deleted';
23
+ replacement: Token;
24
+ };
25
+ declare const renameMapper: RenameMap[];
26
+ export default renameMapper;
@@ -1,26 +1,6 @@
1
- /**
2
- * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- *
4
- * This file is intended to help automate renaming of tokens.
5
- *
6
- * 1. Mark the old token's 'state' as deprecated
7
- * 2. Add a 'rename' attribute to the token with the value 'my.new.token'
8
- * 3. Create a new token matching the token above: 'my.new.token'
9
- * 4. Run 'yarn build tokens' to have you changes reflected in this map
10
- * 5. ESLint and other tools will now use this to automate replacing tokens
11
- *
12
- * These changes will then be picked up by our tooling which will attempt to
13
- * migrate as many of these renames as possible.
14
- *
15
- * @codegen <<SignedSource::785f21ff78f22bc07f51619e1add8ba9>>
16
- * @codegenCommand yarn build tokens
17
- */
18
- import tokens from './token-names';
19
- declare type Token = keyof typeof tokens | string;
20
- declare type RenameMap = {
1
+ declare const renameMapper: {
21
2
  path: string;
22
- state: 'deprecated' | 'deleted';
23
- replacement: Token;
24
- };
25
- declare const renameMapper: RenameMap[];
3
+ state: "deprecated" | "deleted" | "experimental";
4
+ replacement: string;
5
+ }[];
26
6
  export default renameMapper;