@atlaskit/tokens 0.10.29 → 0.10.30

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