@atlaskit/tokens 1.0.0 → 1.2.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 (95) hide show
  1. package/CHANGELOG.md +24 -2
  2. package/dist/cjs/artifacts/palettes-raw/shape-palette.js +134 -0
  3. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +29 -243
  4. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +41 -41
  5. package/dist/cjs/artifacts/replacement-mapping.js +2 -210
  6. package/dist/cjs/artifacts/theme-import-map.js +6 -1
  7. package/dist/cjs/artifacts/themes/atlassian-shape.js +13 -0
  8. package/dist/cjs/artifacts/themes/atlassian-spacing.js +2 -2
  9. package/dist/cjs/artifacts/token-default-values.js +9 -67
  10. package/dist/cjs/artifacts/token-names.js +9 -67
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +190 -0
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +1 -1581
  13. package/dist/cjs/entry-points/tokens-raw.js +8 -1
  14. package/dist/cjs/get-token-value.js +1 -1
  15. package/dist/cjs/get-token.js +1 -1
  16. package/dist/cjs/palettes/shape-palette.js +70 -0
  17. package/dist/cjs/palettes/spacing-scale.js +14 -17
  18. package/dist/cjs/palettes/typography-palette.js +20 -20
  19. package/dist/cjs/theme-config.js +9 -1
  20. package/dist/cjs/tokens/atlassian-shape/shape.js +44 -0
  21. package/dist/cjs/tokens/atlassian-spacing/spacing.js +0 -227
  22. package/dist/cjs/tokens/default/shape/shape.js +80 -0
  23. package/dist/cjs/tokens/default/spacing/spacing.js +0 -620
  24. package/dist/cjs/version.json +1 -1
  25. package/dist/es2019/artifacts/palettes-raw/shape-palette.js +127 -0
  26. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +29 -243
  27. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +41 -41
  28. package/dist/es2019/artifacts/replacement-mapping.js +2 -210
  29. package/dist/es2019/artifacts/theme-import-map.js +4 -2
  30. package/dist/es2019/artifacts/themes/atlassian-shape.js +17 -0
  31. package/dist/es2019/artifacts/themes/atlassian-spacing.js +1 -67
  32. package/dist/es2019/artifacts/token-default-values.js +9 -67
  33. package/dist/es2019/artifacts/token-names.js +9 -67
  34. package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +183 -0
  35. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +1 -1581
  36. package/dist/es2019/entry-points/tokens-raw.js +2 -1
  37. package/dist/es2019/get-token-value.js +1 -1
  38. package/dist/es2019/get-token.js +1 -1
  39. package/dist/es2019/palettes/shape-palette.js +63 -0
  40. package/dist/es2019/palettes/spacing-scale.js +14 -17
  41. package/dist/es2019/palettes/typography-palette.js +20 -20
  42. package/dist/es2019/theme-config.js +9 -1
  43. package/dist/es2019/tokens/atlassian-shape/shape.js +37 -0
  44. package/dist/es2019/tokens/atlassian-spacing/spacing.js +0 -227
  45. package/dist/es2019/tokens/default/shape/shape.js +73 -0
  46. package/dist/es2019/tokens/default/spacing/spacing.js +0 -620
  47. package/dist/es2019/version.json +1 -1
  48. package/dist/esm/artifacts/palettes-raw/shape-palette.js +127 -0
  49. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +29 -243
  50. package/dist/esm/artifacts/palettes-raw/typography-palette.js +41 -41
  51. package/dist/esm/artifacts/replacement-mapping.js +2 -210
  52. package/dist/esm/artifacts/theme-import-map.js +5 -1
  53. package/dist/esm/artifacts/themes/atlassian-shape.js +6 -0
  54. package/dist/esm/artifacts/themes/atlassian-spacing.js +2 -2
  55. package/dist/esm/artifacts/token-default-values.js +9 -67
  56. package/dist/esm/artifacts/token-names.js +9 -67
  57. package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +183 -0
  58. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +1 -1581
  59. package/dist/esm/entry-points/tokens-raw.js +2 -1
  60. package/dist/esm/get-token-value.js +1 -1
  61. package/dist/esm/get-token.js +1 -1
  62. package/dist/esm/palettes/shape-palette.js +63 -0
  63. package/dist/esm/palettes/spacing-scale.js +14 -17
  64. package/dist/esm/palettes/typography-palette.js +20 -20
  65. package/dist/esm/theme-config.js +9 -1
  66. package/dist/esm/tokens/atlassian-shape/shape.js +37 -0
  67. package/dist/esm/tokens/atlassian-spacing/spacing.js +0 -227
  68. package/dist/esm/tokens/default/shape/shape.js +73 -0
  69. package/dist/esm/tokens/default/spacing/spacing.js +0 -620
  70. package/dist/esm/version.json +1 -1
  71. package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +22 -0
  72. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  73. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  74. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  75. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  76. package/dist/types/artifacts/themes/atlassian-shape.d.ts +7 -0
  77. package/dist/types/artifacts/themes/atlassian-spacing.d.ts +2 -2
  78. package/dist/types/artifacts/token-default-values.d.ts +9 -67
  79. package/dist/types/artifacts/token-names.d.ts +17 -133
  80. package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +29 -0
  81. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -89
  82. package/dist/types/artifacts/types-internal.d.ts +2 -2
  83. package/dist/types/artifacts/types.d.ts +2 -2
  84. package/dist/types/entry-points/tokens-raw.d.ts +1 -0
  85. package/dist/types/palettes/shape-palette.d.ts +61 -0
  86. package/dist/types/palettes/spacing-scale.d.ts +14 -14
  87. package/dist/types/theme-config.d.ts +5 -7
  88. package/dist/types/tokens/atlassian-shape/shape.d.ts +7 -0
  89. package/dist/types/tokens/default/shape/shape.d.ts +3 -0
  90. package/dist/types/types.d.ts +29 -116
  91. package/figma/atlassian-shape.json +78 -0
  92. package/figma/atlassian-spacing.json +1 -761
  93. package/package.json +1 -1
  94. package/report.api.md +23 -136
  95. package/tmp/api-report-tmp.d.ts +23 -138
@@ -6,1590 +6,10 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::ebaeba748330e1bc0e04fabb60597525>>
9
+ * @codegen <<SignedSource::cfa1d518948d5dc23821d17cab0cb52a>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
13
- "attributes": {
14
- "group": "spacing",
15
- "state": "active",
16
- "introduced": "0.10.16",
17
- "description": "Equates to `0`. Can be used for resetting default spacing styles."
18
- },
19
- "value": "0",
20
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
21
- "isSource": true,
22
- "original": {
23
- "attributes": {
24
- "group": "spacing",
25
- "state": "active",
26
- "introduced": "0.10.16",
27
- "description": "Equates to `0`. Can be used for resetting default spacing styles."
28
- },
29
- "value": "Space0"
30
- },
31
- "name": "spacing.scale.0",
32
- "path": ["spacing", "scale", "0"],
33
- "cleanName": "spacing.scale.0"
34
- }, {
35
- "attributes": {
36
- "group": "spacing",
37
- "state": "active",
38
- "suggest": ["1px", "3px"],
39
- "introduced": "0.10.16",
40
- "description": "Use for spacing in compact scenarios. The smallest value in our scale."
41
- },
42
- "value": "0.125rem",
43
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
44
- "isSource": true,
45
- "original": {
46
- "attributes": {
47
- "group": "spacing",
48
- "state": "active",
49
- "suggest": ["1px", "3px"],
50
- "introduced": "0.10.16",
51
- "description": "Use for spacing in compact scenarios. The smallest value in our scale."
52
- },
53
- "value": "Space025"
54
- },
55
- "name": "spacing.scale.025",
56
- "path": ["spacing", "scale", "025"],
57
- "cleanName": "spacing.scale.025"
58
- }, {
59
- "attributes": {
60
- "group": "spacing",
61
- "state": "active",
62
- "suggest": ["3px", "5px"],
63
- "introduced": "0.10.16",
64
- "description": "Helpful guidance goes here"
65
- },
66
- "value": "0.25rem",
67
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
68
- "isSource": true,
69
- "original": {
70
- "attributes": {
71
- "group": "spacing",
72
- "state": "active",
73
- "suggest": ["3px", "5px"],
74
- "introduced": "0.10.16",
75
- "description": "Helpful guidance goes here"
76
- },
77
- "value": "Space050"
78
- },
79
- "name": "spacing.scale.050",
80
- "path": ["spacing", "scale", "050"],
81
- "cleanName": "spacing.scale.050"
82
- }, {
83
- "attributes": {
84
- "group": "spacing",
85
- "state": "active",
86
- "suggest": ["5px", "7px"],
87
- "introduced": "0.10.16",
88
- "description": "Helpful guidance goes here"
89
- },
90
- "value": "0.375rem",
91
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
92
- "isSource": true,
93
- "original": {
94
- "attributes": {
95
- "group": "spacing",
96
- "state": "active",
97
- "suggest": ["5px", "7px"],
98
- "introduced": "0.10.16",
99
- "description": "Helpful guidance goes here"
100
- },
101
- "value": "Space075"
102
- },
103
- "name": "spacing.scale.075",
104
- "path": ["spacing", "scale", "075"],
105
- "cleanName": "spacing.scale.075"
106
- }, {
107
- "attributes": {
108
- "group": "spacing",
109
- "state": "active",
110
- "suggest": ["7px", "9px"],
111
- "introduced": "0.10.16",
112
- "description": "Helpful guidance goes here"
113
- },
114
- "value": "0.5rem",
115
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
116
- "isSource": true,
117
- "original": {
118
- "attributes": {
119
- "group": "spacing",
120
- "state": "active",
121
- "suggest": ["7px", "9px"],
122
- "introduced": "0.10.16",
123
- "description": "Helpful guidance goes here"
124
- },
125
- "value": "Space100"
126
- },
127
- "name": "spacing.scale.100",
128
- "path": ["spacing", "scale", "100"],
129
- "cleanName": "spacing.scale.100"
130
- }, {
131
- "attributes": {
132
- "group": "spacing",
133
- "state": "active",
134
- "suggest": ["10px", "11px", "13px", "14px"],
135
- "introduced": "0.10.16",
136
- "description": "Helpful guidance goes here"
137
- },
138
- "value": "0.75rem",
139
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
140
- "isSource": true,
141
- "original": {
142
- "attributes": {
143
- "group": "spacing",
144
- "state": "active",
145
- "suggest": ["10px", "11px", "13px", "14px"],
146
- "introduced": "0.10.16",
147
- "description": "Helpful guidance goes here"
148
- },
149
- "value": "Space150"
150
- },
151
- "name": "spacing.scale.150",
152
- "path": ["spacing", "scale", "150"],
153
- "cleanName": "spacing.scale.150"
154
- }, {
155
- "attributes": {
156
- "group": "spacing",
157
- "state": "active",
158
- "suggest": ["14px", "15px", "17px", "18px"],
159
- "introduced": "0.10.16",
160
- "description": "Helpful guidance goes here"
161
- },
162
- "value": "1rem",
163
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
164
- "isSource": true,
165
- "original": {
166
- "attributes": {
167
- "group": "spacing",
168
- "state": "active",
169
- "suggest": ["14px", "15px", "17px", "18px"],
170
- "introduced": "0.10.16",
171
- "description": "Helpful guidance goes here"
172
- },
173
- "value": "Space200"
174
- },
175
- "name": "spacing.scale.200",
176
- "path": ["spacing", "scale", "200"],
177
- "cleanName": "spacing.scale.200"
178
- }, {
179
- "attributes": {
180
- "group": "spacing",
181
- "state": "active",
182
- "suggest": ["19px", "21px", "22px", "23px"],
183
- "introduced": "0.10.16",
184
- "description": "Helpful guidance goes here"
185
- },
186
- "value": "1.25rem",
187
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
188
- "isSource": true,
189
- "original": {
190
- "attributes": {
191
- "group": "spacing",
192
- "state": "active",
193
- "suggest": ["19px", "21px", "22px", "23px"],
194
- "introduced": "0.10.16",
195
- "description": "Helpful guidance goes here"
196
- },
197
- "value": "Space250"
198
- },
199
- "name": "spacing.scale.250",
200
- "path": ["spacing", "scale", "250"],
201
- "cleanName": "spacing.scale.250"
202
- }, {
203
- "attributes": {
204
- "group": "spacing",
205
- "state": "active",
206
- "suggest": ["23px", "25px", "26px", "27px", "28px"],
207
- "introduced": "0.10.16",
208
- "description": "Helpful guidance goes here"
209
- },
210
- "value": "1.5rem",
211
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
212
- "isSource": true,
213
- "original": {
214
- "attributes": {
215
- "group": "spacing",
216
- "state": "active",
217
- "suggest": ["23px", "25px", "26px", "27px", "28px"],
218
- "introduced": "0.10.16",
219
- "description": "Helpful guidance goes here"
220
- },
221
- "value": "Space300"
222
- },
223
- "name": "spacing.scale.300",
224
- "path": ["spacing", "scale", "300"],
225
- "cleanName": "spacing.scale.300"
226
- }, {
227
- "attributes": {
228
- "group": "spacing",
229
- "state": "active",
230
- "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
231
- "introduced": "0.10.16",
232
- "description": "Helpful guidance goes here"
233
- },
234
- "value": "2rem",
235
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
236
- "isSource": true,
237
- "original": {
238
- "attributes": {
239
- "group": "spacing",
240
- "state": "active",
241
- "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
242
- "introduced": "0.10.16",
243
- "description": "Helpful guidance goes here"
244
- },
245
- "value": "Space400"
246
- },
247
- "name": "spacing.scale.400",
248
- "path": ["spacing", "scale", "400"],
249
- "cleanName": "spacing.scale.400"
250
- }, {
251
- "attributes": {
252
- "group": "spacing",
253
- "state": "active",
254
- "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
255
- "introduced": "0.10.16",
256
- "description": "Helpful guidance goes here"
257
- },
258
- "value": "2.5rem",
259
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
260
- "isSource": true,
261
- "original": {
262
- "attributes": {
263
- "group": "spacing",
264
- "state": "active",
265
- "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
266
- "introduced": "0.10.16",
267
- "description": "Helpful guidance goes here"
268
- },
269
- "value": "Space500"
270
- },
271
- "name": "spacing.scale.500",
272
- "path": ["spacing", "scale", "500"],
273
- "cleanName": "spacing.scale.500"
274
- }, {
275
- "attributes": {
276
- "group": "spacing",
277
- "state": "active",
278
- "introduced": "0.10.16",
279
- "description": "Helpful guidance goes here"
280
- },
281
- "value": "3rem",
282
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
283
- "isSource": true,
284
- "original": {
285
- "attributes": {
286
- "group": "spacing",
287
- "state": "active",
288
- "introduced": "0.10.16",
289
- "description": "Helpful guidance goes here"
290
- },
291
- "value": "Space600"
292
- },
293
- "name": "spacing.scale.600",
294
- "path": ["spacing", "scale", "600"],
295
- "cleanName": "spacing.scale.600"
296
- }, {
297
- "attributes": {
298
- "group": "spacing",
299
- "state": "active",
300
- "introduced": "0.12.0",
301
- "pixelValue": "",
302
- "description": "Helpful guidance goes here"
303
- },
304
- "value": "4rem",
305
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
306
- "isSource": true,
307
- "original": {
308
- "attributes": {
309
- "group": "spacing",
310
- "state": "active",
311
- "introduced": "0.12.0",
312
- "pixelValue": "",
313
- "description": "Helpful guidance goes here"
314
- },
315
- "value": "Space800"
316
- },
317
- "name": "spacing.scale.800",
318
- "path": ["spacing", "scale", "800"],
319
- "cleanName": "spacing.scale.800"
320
- }, {
321
- "attributes": {
322
- "group": "spacing",
323
- "state": "active",
324
- "introduced": "0.12.0",
325
- "pixelValue": "80px",
326
- "description": "Helpful guidance goes here"
327
- },
328
- "value": "5rem",
329
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
330
- "isSource": true,
331
- "original": {
332
- "attributes": {
333
- "group": "spacing",
334
- "state": "active",
335
- "introduced": "0.12.0",
336
- "pixelValue": "80px",
337
- "description": "Helpful guidance goes here"
338
- },
339
- "value": "Space1000"
340
- },
341
- "name": "spacing.scale.1000",
342
- "path": ["spacing", "scale", "1000"],
343
- "cleanName": "spacing.scale.1000"
344
- }, {
345
- "attributes": {
346
- "group": "spacing",
347
- "state": "experimental",
348
- "replacement": "0",
349
- "introduced": "0.10.28",
350
- "description": "Helpful guidance goes here"
351
- },
352
- "value": "0",
353
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
354
- "isSource": true,
355
- "original": {
356
- "attributes": {
357
- "group": "spacing",
358
- "state": "experimental",
359
- "replacement": "0",
360
- "introduced": "0.10.28",
361
- "description": "Helpful guidance goes here"
362
- },
363
- "value": "Space0"
364
- },
365
- "name": "spacing.scaleLinear.0",
366
- "path": ["spacing", "scaleLinear", "0"],
367
- "cleanName": "spacing.scaleLinear.0"
368
- }, {
369
- "attributes": {
370
- "group": "spacing",
371
- "state": "experimental",
372
- "replacement": "2px",
373
- "introduced": "0.10.28",
374
- "description": "Helpful guidance goes here"
375
- },
376
- "value": "0.125rem",
377
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
378
- "isSource": true,
379
- "original": {
380
- "attributes": {
381
- "group": "spacing",
382
- "state": "experimental",
383
- "replacement": "2px",
384
- "introduced": "0.10.28",
385
- "description": "Helpful guidance goes here"
386
- },
387
- "value": "Space025"
388
- },
389
- "name": "spacing.scaleLinear.100",
390
- "path": ["spacing", "scaleLinear", "100"],
391
- "cleanName": "spacing.scaleLinear.100"
392
- }, {
393
- "attributes": {
394
- "group": "spacing",
395
- "state": "experimental",
396
- "replacement": "4px",
397
- "introduced": "0.10.28",
398
- "description": "Helpful guidance goes here"
399
- },
400
- "value": "0.25rem",
401
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
402
- "isSource": true,
403
- "original": {
404
- "attributes": {
405
- "group": "spacing",
406
- "state": "experimental",
407
- "replacement": "4px",
408
- "introduced": "0.10.28",
409
- "description": "Helpful guidance goes here"
410
- },
411
- "value": "Space050"
412
- },
413
- "name": "spacing.scaleLinear.200",
414
- "path": ["spacing", "scaleLinear", "200"],
415
- "cleanName": "spacing.scaleLinear.200"
416
- }, {
417
- "attributes": {
418
- "group": "spacing",
419
- "state": "experimental",
420
- "replacement": "6px",
421
- "introduced": "0.10.28",
422
- "description": "Helpful guidance goes here"
423
- },
424
- "value": "0.375rem",
425
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
426
- "isSource": true,
427
- "original": {
428
- "attributes": {
429
- "group": "spacing",
430
- "state": "experimental",
431
- "replacement": "6px",
432
- "introduced": "0.10.28",
433
- "description": "Helpful guidance goes here"
434
- },
435
- "value": "Space075"
436
- },
437
- "name": "spacing.scaleLinear.300",
438
- "path": ["spacing", "scaleLinear", "300"],
439
- "cleanName": "spacing.scaleLinear.300"
440
- }, {
441
- "attributes": {
442
- "group": "spacing",
443
- "state": "experimental",
444
- "replacement": "8px",
445
- "introduced": "0.10.28",
446
- "description": "Helpful guidance goes here"
447
- },
448
- "value": "0.5rem",
449
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
450
- "isSource": true,
451
- "original": {
452
- "attributes": {
453
- "group": "spacing",
454
- "state": "experimental",
455
- "replacement": "8px",
456
- "introduced": "0.10.28",
457
- "description": "Helpful guidance goes here"
458
- },
459
- "value": "Space100"
460
- },
461
- "name": "spacing.scaleLinear.400",
462
- "path": ["spacing", "scaleLinear", "400"],
463
- "cleanName": "spacing.scaleLinear.400"
464
- }, {
465
- "attributes": {
466
- "group": "spacing",
467
- "state": "experimental",
468
- "replacement": "12px",
469
- "introduced": "0.10.28",
470
- "description": "Helpful guidance goes here"
471
- },
472
- "value": "0.75rem",
473
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
474
- "isSource": true,
475
- "original": {
476
- "attributes": {
477
- "group": "spacing",
478
- "state": "experimental",
479
- "replacement": "12px",
480
- "introduced": "0.10.28",
481
- "description": "Helpful guidance goes here"
482
- },
483
- "value": "Space150"
484
- },
485
- "name": "spacing.scaleLinear.500",
486
- "path": ["spacing", "scaleLinear", "500"],
487
- "cleanName": "spacing.scaleLinear.500"
488
- }, {
489
- "attributes": {
490
- "group": "spacing",
491
- "state": "experimental",
492
- "replacement": "16px",
493
- "introduced": "0.10.28",
494
- "description": "Helpful guidance goes here"
495
- },
496
- "value": "1rem",
497
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
498
- "isSource": true,
499
- "original": {
500
- "attributes": {
501
- "group": "spacing",
502
- "state": "experimental",
503
- "replacement": "16px",
504
- "introduced": "0.10.28",
505
- "description": "Helpful guidance goes here"
506
- },
507
- "value": "Space200"
508
- },
509
- "name": "spacing.scaleLinear.600",
510
- "path": ["spacing", "scaleLinear", "600"],
511
- "cleanName": "spacing.scaleLinear.600"
512
- }, {
513
- "attributes": {
514
- "group": "spacing",
515
- "state": "experimental",
516
- "replacement": "20px",
517
- "introduced": "0.10.28",
518
- "description": "Helpful guidance goes here"
519
- },
520
- "value": "1.25rem",
521
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
522
- "isSource": true,
523
- "original": {
524
- "attributes": {
525
- "group": "spacing",
526
- "state": "experimental",
527
- "replacement": "20px",
528
- "introduced": "0.10.28",
529
- "description": "Helpful guidance goes here"
530
- },
531
- "value": "Space250"
532
- },
533
- "name": "spacing.scaleLinear.700",
534
- "path": ["spacing", "scaleLinear", "700"],
535
- "cleanName": "spacing.scaleLinear.700"
536
- }, {
537
- "attributes": {
538
- "group": "spacing",
539
- "state": "experimental",
540
- "replacement": "24px",
541
- "introduced": "0.10.28",
542
- "description": "Helpful guidance goes here"
543
- },
544
- "value": "1.5rem",
545
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
546
- "isSource": true,
547
- "original": {
548
- "attributes": {
549
- "group": "spacing",
550
- "state": "experimental",
551
- "replacement": "24px",
552
- "introduced": "0.10.28",
553
- "description": "Helpful guidance goes here"
554
- },
555
- "value": "Space300"
556
- },
557
- "name": "spacing.scaleLinear.800",
558
- "path": ["spacing", "scaleLinear", "800"],
559
- "cleanName": "spacing.scaleLinear.800"
560
- }, {
561
- "attributes": {
562
- "group": "spacing",
563
- "state": "experimental",
564
- "replacement": "32px",
565
- "introduced": "0.10.28",
566
- "description": "Helpful guidance goes here"
567
- },
568
- "value": "2rem",
569
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
570
- "isSource": true,
571
- "original": {
572
- "attributes": {
573
- "group": "spacing",
574
- "state": "experimental",
575
- "replacement": "32px",
576
- "introduced": "0.10.28",
577
- "description": "Helpful guidance goes here"
578
- },
579
- "value": "Space400"
580
- },
581
- "name": "spacing.scaleLinear.900",
582
- "path": ["spacing", "scaleLinear", "900"],
583
- "cleanName": "spacing.scaleLinear.900"
584
- }, {
585
- "attributes": {
586
- "group": "spacing",
587
- "state": "experimental",
588
- "replacement": "40px",
589
- "introduced": "0.10.28",
590
- "description": "Helpful guidance goes here"
591
- },
592
- "value": "2.5rem",
593
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
594
- "isSource": true,
595
- "original": {
596
- "attributes": {
597
- "group": "spacing",
598
- "state": "experimental",
599
- "replacement": "40px",
600
- "introduced": "0.10.28",
601
- "description": "Helpful guidance goes here"
602
- },
603
- "value": "Space500"
604
- },
605
- "name": "spacing.scaleLinear.1000",
606
- "path": ["spacing", "scaleLinear", "1000"],
607
- "cleanName": "spacing.scaleLinear.1000"
608
- }, {
609
- "attributes": {
610
- "group": "spacing",
611
- "state": "experimental",
612
- "replacement": "48px",
613
- "introduced": "0.10.28",
614
- "description": "Helpful guidance goes here"
615
- },
616
- "value": "3rem",
617
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
618
- "isSource": true,
619
- "original": {
620
- "attributes": {
621
- "group": "spacing",
622
- "state": "experimental",
623
- "replacement": "48px",
624
- "introduced": "0.10.28",
625
- "description": "Helpful guidance goes here"
626
- },
627
- "value": "Space600"
628
- },
629
- "name": "spacing.scaleLinear.1100",
630
- "path": ["spacing", "scaleLinear", "1100"],
631
- "cleanName": "spacing.scaleLinear.1100"
632
- }, {
633
- "attributes": {
634
- "group": "spacing",
635
- "state": "experimental",
636
- "replacement": "0",
637
- "introduced": "0.10.28",
638
- "description": "Helpful guidance goes here"
639
- },
640
- "value": "0",
641
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
642
- "isSource": true,
643
- "original": {
644
- "attributes": {
645
- "group": "spacing",
646
- "state": "experimental",
647
- "replacement": "0",
648
- "introduced": "0.10.28",
649
- "description": "Helpful guidance goes here"
650
- },
651
- "value": "Space0"
652
- },
653
- "name": "spacing.size.none",
654
- "path": ["spacing", "size", "none"],
655
- "cleanName": "spacing.size.none"
656
- }, {
657
- "attributes": {
658
- "group": "spacing",
659
- "state": "experimental",
660
- "replacement": "2px",
661
- "introduced": "0.10.28",
662
- "description": "Helpful guidance goes here"
663
- },
664
- "value": "0.125rem",
665
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
666
- "isSource": true,
667
- "original": {
668
- "attributes": {
669
- "group": "spacing",
670
- "state": "experimental",
671
- "replacement": "2px",
672
- "introduced": "0.10.28",
673
- "description": "Helpful guidance goes here"
674
- },
675
- "value": "Space025"
676
- },
677
- "name": "spacing.size.xxxxSmall",
678
- "path": ["spacing", "size", "xxxxSmall"],
679
- "cleanName": "spacing.size.xxxxSmall"
680
- }, {
681
- "attributes": {
682
- "group": "spacing",
683
- "state": "experimental",
684
- "replacement": "4px",
685
- "introduced": "0.10.28",
686
- "description": "Helpful guidance goes here"
687
- },
688
- "value": "0.25rem",
689
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
690
- "isSource": true,
691
- "original": {
692
- "attributes": {
693
- "group": "spacing",
694
- "state": "experimental",
695
- "replacement": "4px",
696
- "introduced": "0.10.28",
697
- "description": "Helpful guidance goes here"
698
- },
699
- "value": "Space050"
700
- },
701
- "name": "spacing.size.xxxSmall",
702
- "path": ["spacing", "size", "xxxSmall"],
703
- "cleanName": "spacing.size.xxxSmall"
704
- }, {
705
- "attributes": {
706
- "group": "spacing",
707
- "state": "experimental",
708
- "replacement": "6px",
709
- "introduced": "0.10.28",
710
- "description": "Helpful guidance goes here"
711
- },
712
- "value": "0.375rem",
713
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
714
- "isSource": true,
715
- "original": {
716
- "attributes": {
717
- "group": "spacing",
718
- "state": "experimental",
719
- "replacement": "6px",
720
- "introduced": "0.10.28",
721
- "description": "Helpful guidance goes here"
722
- },
723
- "value": "Space075"
724
- },
725
- "name": "spacing.size.xxSmall",
726
- "path": ["spacing", "size", "xxSmall"],
727
- "cleanName": "spacing.size.xxSmall"
728
- }, {
729
- "attributes": {
730
- "group": "spacing",
731
- "state": "experimental",
732
- "replacement": "8px",
733
- "introduced": "0.10.28",
734
- "description": "Helpful guidance goes here"
735
- },
736
- "value": "0.5rem",
737
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
738
- "isSource": true,
739
- "original": {
740
- "attributes": {
741
- "group": "spacing",
742
- "state": "experimental",
743
- "replacement": "8px",
744
- "introduced": "0.10.28",
745
- "description": "Helpful guidance goes here"
746
- },
747
- "value": "Space100"
748
- },
749
- "name": "spacing.size.xsmall",
750
- "path": ["spacing", "size", "xsmall"],
751
- "cleanName": "spacing.size.xsmall"
752
- }, {
753
- "attributes": {
754
- "group": "spacing",
755
- "state": "experimental",
756
- "replacement": "12px",
757
- "introduced": "0.10.28",
758
- "description": "Helpful guidance goes here"
759
- },
760
- "value": "0.75rem",
761
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
762
- "isSource": true,
763
- "original": {
764
- "attributes": {
765
- "group": "spacing",
766
- "state": "experimental",
767
- "replacement": "12px",
768
- "introduced": "0.10.28",
769
- "description": "Helpful guidance goes here"
770
- },
771
- "value": "Space150"
772
- },
773
- "name": "spacing.size.small",
774
- "path": ["spacing", "size", "small"],
775
- "cleanName": "spacing.size.small"
776
- }, {
777
- "attributes": {
778
- "group": "spacing",
779
- "state": "experimental",
780
- "replacement": "16px",
781
- "introduced": "0.10.28",
782
- "description": "Helpful guidance goes here"
783
- },
784
- "value": "1rem",
785
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
786
- "isSource": true,
787
- "original": {
788
- "attributes": {
789
- "group": "spacing",
790
- "state": "experimental",
791
- "replacement": "16px",
792
- "introduced": "0.10.28",
793
- "description": "Helpful guidance goes here"
794
- },
795
- "value": "Space200"
796
- },
797
- "name": "spacing.size.medium",
798
- "path": ["spacing", "size", "medium"],
799
- "cleanName": "spacing.size.medium"
800
- }, {
801
- "attributes": {
802
- "group": "spacing",
803
- "state": "experimental",
804
- "replacement": "20px",
805
- "introduced": "0.10.28",
806
- "description": "Helpful guidance goes here"
807
- },
808
- "value": "1.25rem",
809
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
810
- "isSource": true,
811
- "original": {
812
- "attributes": {
813
- "group": "spacing",
814
- "state": "experimental",
815
- "replacement": "20px",
816
- "introduced": "0.10.28",
817
- "description": "Helpful guidance goes here"
818
- },
819
- "value": "Space250"
820
- },
821
- "name": "spacing.size.large",
822
- "path": ["spacing", "size", "large"],
823
- "cleanName": "spacing.size.large"
824
- }, {
825
- "attributes": {
826
- "group": "spacing",
827
- "state": "experimental",
828
- "replacement": "24px",
829
- "introduced": "0.10.28",
830
- "description": "Helpful guidance goes here"
831
- },
832
- "value": "1.5rem",
833
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
834
- "isSource": true,
835
- "original": {
836
- "attributes": {
837
- "group": "spacing",
838
- "state": "experimental",
839
- "replacement": "24px",
840
- "introduced": "0.10.28",
841
- "description": "Helpful guidance goes here"
842
- },
843
- "value": "Space300"
844
- },
845
- "name": "spacing.size.xlarge",
846
- "path": ["spacing", "size", "xlarge"],
847
- "cleanName": "spacing.size.xlarge"
848
- }, {
849
- "attributes": {
850
- "group": "spacing",
851
- "state": "experimental",
852
- "replacement": "32px",
853
- "introduced": "0.10.28",
854
- "description": "Helpful guidance goes here"
855
- },
856
- "value": "2rem",
857
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
858
- "isSource": true,
859
- "original": {
860
- "attributes": {
861
- "group": "spacing",
862
- "state": "experimental",
863
- "replacement": "32px",
864
- "introduced": "0.10.28",
865
- "description": "Helpful guidance goes here"
866
- },
867
- "value": "Space400"
868
- },
869
- "name": "spacing.size.xxlarge",
870
- "path": ["spacing", "size", "xxlarge"],
871
- "cleanName": "spacing.size.xxlarge"
872
- }, {
873
- "attributes": {
874
- "group": "spacing",
875
- "state": "experimental",
876
- "replacement": "40px",
877
- "introduced": "0.10.28",
878
- "description": "Helpful guidance goes here"
879
- },
880
- "value": "2.5rem",
881
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
882
- "isSource": true,
883
- "original": {
884
- "attributes": {
885
- "group": "spacing",
886
- "state": "experimental",
887
- "replacement": "40px",
888
- "introduced": "0.10.28",
889
- "description": "Helpful guidance goes here"
890
- },
891
- "value": "Space500"
892
- },
893
- "name": "spacing.size.xxxlarge",
894
- "path": ["spacing", "size", "xxxlarge"],
895
- "cleanName": "spacing.size.xxxlarge"
896
- }, {
897
- "attributes": {
898
- "group": "spacing",
899
- "state": "experimental",
900
- "replacement": "48px",
901
- "introduced": "0.10.28",
902
- "description": "Helpful guidance goes here"
903
- },
904
- "value": "3rem",
905
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
906
- "isSource": true,
907
- "original": {
908
- "attributes": {
909
- "group": "spacing",
910
- "state": "experimental",
911
- "replacement": "48px",
912
- "introduced": "0.10.28",
913
- "description": "Helpful guidance goes here"
914
- },
915
- "value": "Space600"
916
- },
917
- "name": "spacing.size.xxxxlarge",
918
- "path": ["spacing", "size", "xxxxlarge"],
919
- "cleanName": "spacing.size.xxxxlarge"
920
- }, {
921
- "attributes": {
922
- "group": "spacing",
923
- "state": "experimental",
924
- "replacement": "8px",
925
- "introduced": "0.10.28",
926
- "description": "Helpful guidance goes here"
927
- },
928
- "value": "0.5rem",
929
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
930
- "isSource": true,
931
- "original": {
932
- "attributes": {
933
- "group": "spacing",
934
- "state": "experimental",
935
- "replacement": "8px",
936
- "introduced": "0.10.28",
937
- "description": "Helpful guidance goes here"
938
- },
939
- "value": "Space100"
940
- },
941
- "name": "spacing.gap.100",
942
- "path": ["spacing", "gap", "100"],
943
- "cleanName": "spacing.gap.100"
944
- }, {
945
- "attributes": {
946
- "group": "spacing",
947
- "state": "experimental",
948
- "replacement": "16px",
949
- "introduced": "0.10.28",
950
- "description": "Helpful guidance goes here"
951
- },
952
- "value": "1rem",
953
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
954
- "isSource": true,
955
- "original": {
956
- "attributes": {
957
- "group": "spacing",
958
- "state": "experimental",
959
- "replacement": "16px",
960
- "introduced": "0.10.28",
961
- "description": "Helpful guidance goes here"
962
- },
963
- "value": "Space200"
964
- },
965
- "name": "spacing.gap.200",
966
- "path": ["spacing", "gap", "200"],
967
- "cleanName": "spacing.gap.200"
968
- }, {
969
- "attributes": {
970
- "group": "spacing",
971
- "state": "experimental",
972
- "replacement": "24px",
973
- "introduced": "0.10.28",
974
- "description": "Helpful guidance goes here"
975
- },
976
- "value": "1.5rem",
977
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
978
- "isSource": true,
979
- "original": {
980
- "attributes": {
981
- "group": "spacing",
982
- "state": "experimental",
983
- "replacement": "24px",
984
- "introduced": "0.10.28",
985
- "description": "Helpful guidance goes here"
986
- },
987
- "value": "Space300"
988
- },
989
- "name": "spacing.gap.300",
990
- "path": ["spacing", "gap", "300"],
991
- "cleanName": "spacing.gap.300"
992
- }, {
993
- "attributes": {
994
- "group": "spacing",
995
- "state": "experimental",
996
- "replacement": "8px",
997
- "introduced": "0.10.28",
998
- "description": "Helpful guidance goes here"
999
- },
1000
- "value": "0.5rem",
1001
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1002
- "isSource": true,
1003
- "original": {
1004
- "attributes": {
1005
- "group": "spacing",
1006
- "state": "experimental",
1007
- "replacement": "8px",
1008
- "introduced": "0.10.28",
1009
- "description": "Helpful guidance goes here"
1010
- },
1011
- "value": "Space100"
1012
- },
1013
- "name": "spacing.inset.100",
1014
- "path": ["spacing", "inset", "100"],
1015
- "cleanName": "spacing.inset.100"
1016
- }, {
1017
- "attributes": {
1018
- "group": "spacing",
1019
- "state": "experimental",
1020
- "replacement": "16px",
1021
- "introduced": "0.10.28",
1022
- "description": "Helpful guidance goes here"
1023
- },
1024
- "value": "1rem",
1025
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1026
- "isSource": true,
1027
- "original": {
1028
- "attributes": {
1029
- "group": "spacing",
1030
- "state": "experimental",
1031
- "replacement": "16px",
1032
- "introduced": "0.10.28",
1033
- "description": "Helpful guidance goes here"
1034
- },
1035
- "value": "Space200"
1036
- },
1037
- "name": "spacing.inset.200",
1038
- "path": ["spacing", "inset", "200"],
1039
- "cleanName": "spacing.inset.200"
1040
- }, {
1041
- "attributes": {
1042
- "group": "spacing",
1043
- "state": "experimental",
1044
- "replacement": "24px",
1045
- "introduced": "0.10.28",
1046
- "description": "Helpful guidance goes here"
1047
- },
1048
- "value": "1.5rem",
1049
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1050
- "isSource": true,
1051
- "original": {
1052
- "attributes": {
1053
- "group": "spacing",
1054
- "state": "experimental",
1055
- "replacement": "24px",
1056
- "introduced": "0.10.28",
1057
- "description": "Helpful guidance goes here"
1058
- },
1059
- "value": "Space300"
1060
- },
1061
- "name": "spacing.inset.300",
1062
- "path": ["spacing", "inset", "300"],
1063
- "cleanName": "spacing.inset.300"
1064
- }, {
1065
- "attributes": {
1066
- "group": "spacing",
1067
- "state": "experimental",
1068
- "replacement": "12px",
1069
- "introduced": "0.10.28",
1070
- "description": "Helpful guidance goes here"
1071
- },
1072
- "value": "0.75rem",
1073
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1074
- "isSource": true,
1075
- "original": {
1076
- "attributes": {
1077
- "group": "spacing",
1078
- "state": "experimental",
1079
- "replacement": "12px",
1080
- "introduced": "0.10.28",
1081
- "description": "Helpful guidance goes here"
1082
- },
1083
- "value": "Space150"
1084
- },
1085
- "name": "spacing.ecl.container.12",
1086
- "path": ["spacing", "ecl", "container", "12"],
1087
- "cleanName": "spacing.ecl.container.12"
1088
- }, {
1089
- "attributes": {
1090
- "group": "spacing",
1091
- "state": "experimental",
1092
- "replacement": "16px",
1093
- "introduced": "0.10.28",
1094
- "description": "Helpful guidance goes here"
1095
- },
1096
- "value": "1rem",
1097
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1098
- "isSource": true,
1099
- "original": {
1100
- "attributes": {
1101
- "group": "spacing",
1102
- "state": "experimental",
1103
- "replacement": "16px",
1104
- "introduced": "0.10.28",
1105
- "description": "Helpful guidance goes here"
1106
- },
1107
- "value": "Space200"
1108
- },
1109
- "name": "spacing.ecl.container.16",
1110
- "path": ["spacing", "ecl", "container", "16"],
1111
- "cleanName": "spacing.ecl.container.16"
1112
- }, {
1113
- "attributes": {
1114
- "group": "spacing",
1115
- "state": "experimental",
1116
- "replacement": "20px",
1117
- "introduced": "0.10.28",
1118
- "description": "Helpful guidance goes here"
1119
- },
1120
- "value": "1.25rem",
1121
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1122
- "isSource": true,
1123
- "original": {
1124
- "attributes": {
1125
- "group": "spacing",
1126
- "state": "experimental",
1127
- "replacement": "20px",
1128
- "introduced": "0.10.28",
1129
- "description": "Helpful guidance goes here"
1130
- },
1131
- "value": "Space250"
1132
- },
1133
- "name": "spacing.ecl.container.20",
1134
- "path": ["spacing", "ecl", "container", "20"],
1135
- "cleanName": "spacing.ecl.container.20"
1136
- }, {
1137
- "attributes": {
1138
- "group": "spacing",
1139
- "state": "experimental",
1140
- "replacement": "24px",
1141
- "introduced": "0.10.28",
1142
- "description": "Helpful guidance goes here"
1143
- },
1144
- "value": "1.5rem",
1145
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1146
- "isSource": true,
1147
- "original": {
1148
- "attributes": {
1149
- "group": "spacing",
1150
- "state": "experimental",
1151
- "replacement": "24px",
1152
- "introduced": "0.10.28",
1153
- "description": "Helpful guidance goes here"
1154
- },
1155
- "value": "Space300"
1156
- },
1157
- "name": "spacing.ecl.container.24",
1158
- "path": ["spacing", "ecl", "container", "24"],
1159
- "cleanName": "spacing.ecl.container.24"
1160
- }, {
1161
- "attributes": {
1162
- "group": "spacing",
1163
- "state": "experimental",
1164
- "replacement": "2px",
1165
- "introduced": "0.10.28",
1166
- "description": "Helpful guidance goes here"
1167
- },
1168
- "value": "0.125rem",
1169
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1170
- "isSource": true,
1171
- "original": {
1172
- "attributes": {
1173
- "group": "spacing",
1174
- "state": "experimental",
1175
- "replacement": "2px",
1176
- "introduced": "0.10.28",
1177
- "description": "Helpful guidance goes here"
1178
- },
1179
- "value": "Space025"
1180
- },
1181
- "name": "spacing.ecl.element.2",
1182
- "path": ["spacing", "ecl", "element", "2"],
1183
- "cleanName": "spacing.ecl.element.2"
1184
- }, {
1185
- "attributes": {
1186
- "group": "spacing",
1187
- "state": "experimental",
1188
- "replacement": "4px",
1189
- "introduced": "0.10.28",
1190
- "description": "Helpful guidance goes here"
1191
- },
1192
- "value": "0.25rem",
1193
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1194
- "isSource": true,
1195
- "original": {
1196
- "attributes": {
1197
- "group": "spacing",
1198
- "state": "experimental",
1199
- "replacement": "4px",
1200
- "introduced": "0.10.28",
1201
- "description": "Helpful guidance goes here"
1202
- },
1203
- "value": "Space050"
1204
- },
1205
- "name": "spacing.ecl.element.4",
1206
- "path": ["spacing", "ecl", "element", "4"],
1207
- "cleanName": "spacing.ecl.element.4"
1208
- }, {
1209
- "attributes": {
1210
- "group": "spacing",
1211
- "state": "experimental",
1212
- "replacement": "6px",
1213
- "introduced": "0.10.28",
1214
- "description": "Helpful guidance goes here"
1215
- },
1216
- "value": "0.375rem",
1217
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1218
- "isSource": true,
1219
- "original": {
1220
- "attributes": {
1221
- "group": "spacing",
1222
- "state": "experimental",
1223
- "replacement": "6px",
1224
- "introduced": "0.10.28",
1225
- "description": "Helpful guidance goes here"
1226
- },
1227
- "value": "Space075"
1228
- },
1229
- "name": "spacing.ecl.element.6",
1230
- "path": ["spacing", "ecl", "element", "6"],
1231
- "cleanName": "spacing.ecl.element.6"
1232
- }, {
1233
- "attributes": {
1234
- "group": "spacing",
1235
- "state": "experimental",
1236
- "replacement": "8px",
1237
- "introduced": "0.10.28",
1238
- "description": "Helpful guidance goes here"
1239
- },
1240
- "value": "0.5rem",
1241
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1242
- "isSource": true,
1243
- "original": {
1244
- "attributes": {
1245
- "group": "spacing",
1246
- "state": "experimental",
1247
- "replacement": "8px",
1248
- "introduced": "0.10.28",
1249
- "description": "Helpful guidance goes here"
1250
- },
1251
- "value": "Space100"
1252
- },
1253
- "name": "spacing.ecl.element.8",
1254
- "path": ["spacing", "ecl", "element", "8"],
1255
- "cleanName": "spacing.ecl.element.8"
1256
- }, {
1257
- "attributes": {
1258
- "group": "spacing",
1259
- "state": "experimental",
1260
- "replacement": "32px",
1261
- "introduced": "0.10.28",
1262
- "description": "Helpful guidance goes here"
1263
- },
1264
- "value": "2rem",
1265
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1266
- "isSource": true,
1267
- "original": {
1268
- "attributes": {
1269
- "group": "spacing",
1270
- "state": "experimental",
1271
- "replacement": "32px",
1272
- "introduced": "0.10.28",
1273
- "description": "Helpful guidance goes here"
1274
- },
1275
- "value": "Space400"
1276
- },
1277
- "name": "spacing.ecl.layout.32",
1278
- "path": ["spacing", "ecl", "layout", "32"],
1279
- "cleanName": "spacing.ecl.layout.32"
1280
- }, {
1281
- "attributes": {
1282
- "group": "spacing",
1283
- "state": "experimental",
1284
- "replacement": "40px",
1285
- "introduced": "0.10.28",
1286
- "description": "Helpful guidance goes here"
1287
- },
1288
- "value": "2.5rem",
1289
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1290
- "isSource": true,
1291
- "original": {
1292
- "attributes": {
1293
- "group": "spacing",
1294
- "state": "experimental",
1295
- "replacement": "40px",
1296
- "introduced": "0.10.28",
1297
- "description": "Helpful guidance goes here"
1298
- },
1299
- "value": "Space500"
1300
- },
1301
- "name": "spacing.ecl.layout.40",
1302
- "path": ["spacing", "ecl", "layout", "40"],
1303
- "cleanName": "spacing.ecl.layout.40"
1304
- }, {
1305
- "attributes": {
1306
- "group": "spacing",
1307
- "state": "experimental",
1308
- "replacement": "64px",
1309
- "introduced": "0.10.28",
1310
- "description": "Helpful guidance goes here"
1311
- },
1312
- "value": "3rem",
1313
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1314
- "isSource": true,
1315
- "original": {
1316
- "attributes": {
1317
- "group": "spacing",
1318
- "state": "experimental",
1319
- "replacement": "64px",
1320
- "introduced": "0.10.28",
1321
- "description": "Helpful guidance goes here"
1322
- },
1323
- "value": "Space600"
1324
- },
1325
- "name": "spacing.ecl.layout.64",
1326
- "path": ["spacing", "ecl", "layout", "64"],
1327
- "cleanName": "spacing.ecl.layout.64"
1328
- }, {
1329
- "attributes": {
1330
- "group": "spacing",
1331
- "state": "experimental",
1332
- "replacement": "2px",
1333
- "introduced": "0.10.28",
1334
- "description": "Helpful guidance goes here"
1335
- },
1336
- "value": "0.125rem",
1337
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1338
- "isSource": true,
1339
- "original": {
1340
- "attributes": {
1341
- "group": "spacing",
1342
- "state": "experimental",
1343
- "replacement": "2px",
1344
- "introduced": "0.10.28",
1345
- "description": "Helpful guidance goes here"
1346
- },
1347
- "value": "Space025"
1348
- },
1349
- "name": "spacing.ccc.component.2",
1350
- "path": ["spacing", "ccc", "component", "2"],
1351
- "cleanName": "spacing.ccc.component.2"
1352
- }, {
1353
- "attributes": {
1354
- "group": "spacing",
1355
- "state": "experimental",
1356
- "replacement": "4px",
1357
- "introduced": "0.10.28",
1358
- "description": "Helpful guidance goes here"
1359
- },
1360
- "value": "0.25rem",
1361
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1362
- "isSource": true,
1363
- "original": {
1364
- "attributes": {
1365
- "group": "spacing",
1366
- "state": "experimental",
1367
- "replacement": "4px",
1368
- "introduced": "0.10.28",
1369
- "description": "Helpful guidance goes here"
1370
- },
1371
- "value": "Space050"
1372
- },
1373
- "name": "spacing.ccc.component.4",
1374
- "path": ["spacing", "ccc", "component", "4"],
1375
- "cleanName": "spacing.ccc.component.4"
1376
- }, {
1377
- "attributes": {
1378
- "group": "spacing",
1379
- "state": "experimental",
1380
- "replacement": "6px",
1381
- "introduced": "0.10.28",
1382
- "description": "Helpful guidance goes here"
1383
- },
1384
- "value": "0.375rem",
1385
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1386
- "isSource": true,
1387
- "original": {
1388
- "attributes": {
1389
- "group": "spacing",
1390
- "state": "experimental",
1391
- "replacement": "6px",
1392
- "introduced": "0.10.28",
1393
- "description": "Helpful guidance goes here"
1394
- },
1395
- "value": "Space075"
1396
- },
1397
- "name": "spacing.ccc.component.6",
1398
- "path": ["spacing", "ccc", "component", "6"],
1399
- "cleanName": "spacing.ccc.component.6"
1400
- }, {
1401
- "attributes": {
1402
- "group": "spacing",
1403
- "state": "experimental",
1404
- "replacement": "8px",
1405
- "introduced": "0.10.28",
1406
- "description": "Helpful guidance goes here"
1407
- },
1408
- "value": "0.5rem",
1409
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1410
- "isSource": true,
1411
- "original": {
1412
- "attributes": {
1413
- "group": "spacing",
1414
- "state": "experimental",
1415
- "replacement": "8px",
1416
- "introduced": "0.10.28",
1417
- "description": "Helpful guidance goes here"
1418
- },
1419
- "value": "Space100"
1420
- },
1421
- "name": "spacing.ccc.component.8",
1422
- "path": ["spacing", "ccc", "component", "8"],
1423
- "cleanName": "spacing.ccc.component.8"
1424
- }, {
1425
- "attributes": {
1426
- "group": "spacing",
1427
- "state": "experimental",
1428
- "replacement": "32px",
1429
- "introduced": "0.10.28",
1430
- "description": "Helpful guidance goes here"
1431
- },
1432
- "value": "2rem",
1433
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1434
- "isSource": true,
1435
- "original": {
1436
- "attributes": {
1437
- "group": "spacing",
1438
- "state": "experimental",
1439
- "replacement": "32px",
1440
- "introduced": "0.10.28",
1441
- "description": "Helpful guidance goes here"
1442
- },
1443
- "value": "Space400"
1444
- },
1445
- "name": "spacing.ccc.container.32",
1446
- "path": ["spacing", "ccc", "container", "32"],
1447
- "cleanName": "spacing.ccc.container.32"
1448
- }, {
1449
- "attributes": {
1450
- "group": "spacing",
1451
- "state": "experimental",
1452
- "replacement": "40px",
1453
- "introduced": "0.10.28",
1454
- "description": "Helpful guidance goes here"
1455
- },
1456
- "value": "2.5rem",
1457
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1458
- "isSource": true,
1459
- "original": {
1460
- "attributes": {
1461
- "group": "spacing",
1462
- "state": "experimental",
1463
- "replacement": "40px",
1464
- "introduced": "0.10.28",
1465
- "description": "Helpful guidance goes here"
1466
- },
1467
- "value": "Space500"
1468
- },
1469
- "name": "spacing.ccc.container.40",
1470
- "path": ["spacing", "ccc", "container", "40"],
1471
- "cleanName": "spacing.ccc.container.40"
1472
- }, {
1473
- "attributes": {
1474
- "group": "spacing",
1475
- "state": "experimental",
1476
- "replacement": "48px",
1477
- "introduced": "0.10.28",
1478
- "description": "Helpful guidance goes here"
1479
- },
1480
- "value": "3rem",
1481
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1482
- "isSource": true,
1483
- "original": {
1484
- "attributes": {
1485
- "group": "spacing",
1486
- "state": "experimental",
1487
- "replacement": "48px",
1488
- "introduced": "0.10.28",
1489
- "description": "Helpful guidance goes here"
1490
- },
1491
- "value": "Space600"
1492
- },
1493
- "name": "spacing.ccc.container.48",
1494
- "path": ["spacing", "ccc", "container", "48"],
1495
- "cleanName": "spacing.ccc.container.48"
1496
- }, {
1497
- "attributes": {
1498
- "group": "spacing",
1499
- "state": "experimental",
1500
- "replacement": "12px",
1501
- "introduced": "0.10.28",
1502
- "description": "Helpful guidance goes here"
1503
- },
1504
- "value": "0.75rem",
1505
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1506
- "isSource": true,
1507
- "original": {
1508
- "attributes": {
1509
- "group": "spacing",
1510
- "state": "experimental",
1511
- "replacement": "12px",
1512
- "introduced": "0.10.28",
1513
- "description": "Helpful guidance goes here"
1514
- },
1515
- "value": "Space150"
1516
- },
1517
- "name": "spacing.ccc.content.12",
1518
- "path": ["spacing", "ccc", "content", "12"],
1519
- "cleanName": "spacing.ccc.content.12"
1520
- }, {
1521
- "attributes": {
1522
- "group": "spacing",
1523
- "state": "experimental",
1524
- "replacement": "16px",
1525
- "introduced": "0.10.28",
1526
- "description": "Helpful guidance goes here"
1527
- },
1528
- "value": "1rem",
1529
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1530
- "isSource": true,
1531
- "original": {
1532
- "attributes": {
1533
- "group": "spacing",
1534
- "state": "experimental",
1535
- "replacement": "16px",
1536
- "introduced": "0.10.28",
1537
- "description": "Helpful guidance goes here"
1538
- },
1539
- "value": "Space200"
1540
- },
1541
- "name": "spacing.ccc.content.16",
1542
- "path": ["spacing", "ccc", "content", "16"],
1543
- "cleanName": "spacing.ccc.content.16"
1544
- }, {
1545
- "attributes": {
1546
- "group": "spacing",
1547
- "state": "experimental",
1548
- "replacement": "20px",
1549
- "introduced": "0.10.28",
1550
- "description": "Helpful guidance goes here"
1551
- },
1552
- "value": "1.25rem",
1553
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1554
- "isSource": true,
1555
- "original": {
1556
- "attributes": {
1557
- "group": "spacing",
1558
- "state": "experimental",
1559
- "replacement": "20px",
1560
- "introduced": "0.10.28",
1561
- "description": "Helpful guidance goes here"
1562
- },
1563
- "value": "Space250"
1564
- },
1565
- "name": "spacing.ccc.content.20",
1566
- "path": ["spacing", "ccc", "content", "20"],
1567
- "cleanName": "spacing.ccc.content.20"
1568
- }, {
1569
- "attributes": {
1570
- "group": "spacing",
1571
- "state": "experimental",
1572
- "replacement": "24px",
1573
- "introduced": "0.10.28",
1574
- "description": "Helpful guidance goes here"
1575
- },
1576
- "value": "1.5rem",
1577
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1578
- "isSource": true,
1579
- "original": {
1580
- "attributes": {
1581
- "group": "spacing",
1582
- "state": "experimental",
1583
- "replacement": "24px",
1584
- "introduced": "0.10.28",
1585
- "description": "Helpful guidance goes here"
1586
- },
1587
- "value": "Space300"
1588
- },
1589
- "name": "spacing.ccc.content.24",
1590
- "path": ["spacing", "ccc", "content", "24"],
1591
- "cleanName": "spacing.ccc.content.24"
1592
- }, {
1593
13
  "attributes": {
1594
14
  "group": "spacing",
1595
15
  "state": "active",