@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
@@ -0,0 +1,73 @@
1
+ var shape = {
2
+ border: {
3
+ width: {
4
+ '050': {
5
+ attributes: {
6
+ group: 'shape',
7
+ state: 'experimental',
8
+ introduced: '1.1.0',
9
+ description: 'Experimental, description needs to be amended'
10
+ }
11
+ },
12
+ '100': {
13
+ attributes: {
14
+ group: 'shape',
15
+ state: 'experimental',
16
+ introduced: '1.1.0',
17
+ description: 'Experimental, description needs to be amended'
18
+ }
19
+ }
20
+ },
21
+ radius: {
22
+ '050': {
23
+ attributes: {
24
+ group: 'shape',
25
+ state: 'experimental',
26
+ introduced: '1.1.0',
27
+ description: 'Experimental, description needs to be amended'
28
+ }
29
+ },
30
+ '100': {
31
+ attributes: {
32
+ group: 'shape',
33
+ state: 'experimental',
34
+ introduced: '1.1.0',
35
+ description: 'Experimental, description needs to be amended'
36
+ }
37
+ },
38
+ '200': {
39
+ attributes: {
40
+ group: 'shape',
41
+ state: 'experimental',
42
+ introduced: '1.1.0',
43
+ description: 'Experimental, description needs to be amended'
44
+ }
45
+ },
46
+ '300': {
47
+ attributes: {
48
+ group: 'shape',
49
+ state: 'experimental',
50
+ introduced: '1.1.0',
51
+ description: 'Experimental, description needs to be amended'
52
+ }
53
+ },
54
+ '400': {
55
+ attributes: {
56
+ group: 'shape',
57
+ state: 'experimental',
58
+ introduced: '1.1.0',
59
+ description: 'Experimental, description needs to be amended'
60
+ }
61
+ },
62
+ round: {
63
+ attributes: {
64
+ group: 'shape',
65
+ state: 'experimental',
66
+ introduced: '1.1.0',
67
+ description: 'Experimental, description needs to be amended'
68
+ }
69
+ }
70
+ }
71
+ }
72
+ };
73
+ export default shape;
@@ -140,626 +140,6 @@ var spacing = {
140
140
  description: 'Use for larger layout-specific spacing.'
141
141
  }
142
142
  }
143
- },
144
- spacing: {
145
- scale: {
146
- '0': {
147
- attributes: {
148
- group: 'spacing',
149
- state: 'active',
150
- introduced: '0.10.16',
151
- description: 'Equates to `0`. Can be used for resetting default spacing styles.'
152
- }
153
- },
154
- '025': {
155
- attributes: {
156
- group: 'spacing',
157
- state: 'active',
158
- suggest: ['1px', '3px'],
159
- introduced: '0.10.16',
160
- description: 'Use for spacing in compact scenarios. The smallest value in our scale.'
161
- }
162
- },
163
- '050': {
164
- attributes: {
165
- group: 'spacing',
166
- state: 'active',
167
- suggest: ['3px', '5px'],
168
- introduced: '0.10.16',
169
- description: 'Helpful guidance goes here'
170
- }
171
- },
172
- '075': {
173
- attributes: {
174
- group: 'spacing',
175
- state: 'active',
176
- suggest: ['5px', '7px'],
177
- introduced: '0.10.16',
178
- description: 'Helpful guidance goes here'
179
- }
180
- },
181
- '100': {
182
- attributes: {
183
- group: 'spacing',
184
- state: 'active',
185
- suggest: ['7px', '9px'],
186
- introduced: '0.10.16',
187
- description: 'Helpful guidance goes here'
188
- }
189
- },
190
- '150': {
191
- attributes: {
192
- group: 'spacing',
193
- state: 'active',
194
- suggest: ['10px', '11px', '13px', '14px'],
195
- introduced: '0.10.16',
196
- description: 'Helpful guidance goes here'
197
- }
198
- },
199
- '200': {
200
- attributes: {
201
- group: 'spacing',
202
- state: 'active',
203
- suggest: ['14px', '15px', '17px', '18px'],
204
- introduced: '0.10.16',
205
- description: 'Helpful guidance goes here'
206
- }
207
- },
208
- '250': {
209
- attributes: {
210
- group: 'spacing',
211
- state: 'active',
212
- suggest: ['19px', '21px', '22px', '23px'],
213
- introduced: '0.10.16',
214
- description: 'Helpful guidance goes here'
215
- }
216
- },
217
- '300': {
218
- attributes: {
219
- group: 'spacing',
220
- state: 'active',
221
- suggest: ['23px', '25px', '26px', '27px', '28px'],
222
- introduced: '0.10.16',
223
- description: 'Helpful guidance goes here'
224
- }
225
- },
226
- '400': {
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
- },
235
- '500': {
236
- attributes: {
237
- group: 'spacing',
238
- state: 'active',
239
- suggest: ['28px', '29px', '30px', '31px', '33px', '34px', '35px'],
240
- introduced: '0.10.16',
241
- description: 'Helpful guidance goes here'
242
- }
243
- },
244
- '600': {
245
- attributes: {
246
- group: 'spacing',
247
- state: 'active',
248
- introduced: '0.10.16',
249
- description: 'Helpful guidance goes here'
250
- }
251
- },
252
- '800': {
253
- attributes: {
254
- group: 'spacing',
255
- state: 'active',
256
- introduced: '0.12.0',
257
- pixelValue: '',
258
- description: 'Helpful guidance goes here'
259
- }
260
- },
261
- '1000': {
262
- attributes: {
263
- group: 'spacing',
264
- state: 'active',
265
- introduced: '0.12.0',
266
- pixelValue: '80px',
267
- description: 'Helpful guidance goes here'
268
- }
269
- }
270
- },
271
- scaleLinear: {
272
- '0': {
273
- attributes: {
274
- group: 'spacing',
275
- state: 'experimental',
276
- replacement: '0',
277
- introduced: '0.10.28',
278
- description: 'Helpful guidance goes here'
279
- }
280
- },
281
- '100': {
282
- attributes: {
283
- group: 'spacing',
284
- state: 'experimental',
285
- replacement: '2px',
286
- introduced: '0.10.28',
287
- description: 'Helpful guidance goes here'
288
- }
289
- },
290
- '200': {
291
- attributes: {
292
- group: 'spacing',
293
- state: 'experimental',
294
- replacement: '4px',
295
- introduced: '0.10.28',
296
- description: 'Helpful guidance goes here'
297
- }
298
- },
299
- '300': {
300
- attributes: {
301
- group: 'spacing',
302
- state: 'experimental',
303
- replacement: '6px',
304
- introduced: '0.10.28',
305
- description: 'Helpful guidance goes here'
306
- }
307
- },
308
- '400': {
309
- attributes: {
310
- group: 'spacing',
311
- state: 'experimental',
312
- replacement: '8px',
313
- introduced: '0.10.28',
314
- description: 'Helpful guidance goes here'
315
- }
316
- },
317
- '500': {
318
- attributes: {
319
- group: 'spacing',
320
- state: 'experimental',
321
- replacement: '12px',
322
- introduced: '0.10.28',
323
- description: 'Helpful guidance goes here'
324
- }
325
- },
326
- '600': {
327
- attributes: {
328
- group: 'spacing',
329
- state: 'experimental',
330
- replacement: '16px',
331
- introduced: '0.10.28',
332
- description: 'Helpful guidance goes here'
333
- }
334
- },
335
- '700': {
336
- attributes: {
337
- group: 'spacing',
338
- state: 'experimental',
339
- replacement: '20px',
340
- introduced: '0.10.28',
341
- description: 'Helpful guidance goes here'
342
- }
343
- },
344
- '800': {
345
- attributes: {
346
- group: 'spacing',
347
- state: 'experimental',
348
- replacement: '24px',
349
- introduced: '0.10.28',
350
- description: 'Helpful guidance goes here'
351
- }
352
- },
353
- '900': {
354
- attributes: {
355
- group: 'spacing',
356
- state: 'experimental',
357
- replacement: '32px',
358
- introduced: '0.10.28',
359
- description: 'Helpful guidance goes here'
360
- }
361
- },
362
- '1000': {
363
- attributes: {
364
- group: 'spacing',
365
- state: 'experimental',
366
- replacement: '40px',
367
- introduced: '0.10.28',
368
- description: 'Helpful guidance goes here'
369
- }
370
- },
371
- '1100': {
372
- attributes: {
373
- group: 'spacing',
374
- state: 'experimental',
375
- replacement: '48px',
376
- introduced: '0.10.28',
377
- description: 'Helpful guidance goes here'
378
- }
379
- }
380
- },
381
- size: {
382
- none: {
383
- attributes: {
384
- group: 'spacing',
385
- state: 'experimental',
386
- replacement: '0',
387
- introduced: '0.10.28',
388
- description: 'Helpful guidance goes here'
389
- }
390
- },
391
- xxxxSmall: {
392
- attributes: {
393
- group: 'spacing',
394
- state: 'experimental',
395
- replacement: '2px',
396
- introduced: '0.10.28',
397
- description: 'Helpful guidance goes here'
398
- }
399
- },
400
- xxxSmall: {
401
- attributes: {
402
- group: 'spacing',
403
- state: 'experimental',
404
- replacement: '4px',
405
- introduced: '0.10.28',
406
- description: 'Helpful guidance goes here'
407
- }
408
- },
409
- xxSmall: {
410
- attributes: {
411
- group: 'spacing',
412
- state: 'experimental',
413
- replacement: '6px',
414
- introduced: '0.10.28',
415
- description: 'Helpful guidance goes here'
416
- }
417
- },
418
- xsmall: {
419
- attributes: {
420
- group: 'spacing',
421
- state: 'experimental',
422
- replacement: '8px',
423
- introduced: '0.10.28',
424
- description: 'Helpful guidance goes here'
425
- }
426
- },
427
- small: {
428
- attributes: {
429
- group: 'spacing',
430
- state: 'experimental',
431
- replacement: '12px',
432
- introduced: '0.10.28',
433
- description: 'Helpful guidance goes here'
434
- }
435
- },
436
- medium: {
437
- attributes: {
438
- group: 'spacing',
439
- state: 'experimental',
440
- replacement: '16px',
441
- introduced: '0.10.28',
442
- description: 'Helpful guidance goes here'
443
- }
444
- },
445
- large: {
446
- attributes: {
447
- group: 'spacing',
448
- state: 'experimental',
449
- replacement: '20px',
450
- introduced: '0.10.28',
451
- description: 'Helpful guidance goes here'
452
- }
453
- },
454
- xlarge: {
455
- attributes: {
456
- group: 'spacing',
457
- state: 'experimental',
458
- replacement: '24px',
459
- introduced: '0.10.28',
460
- description: 'Helpful guidance goes here'
461
- }
462
- },
463
- xxlarge: {
464
- attributes: {
465
- group: 'spacing',
466
- state: 'experimental',
467
- replacement: '32px',
468
- introduced: '0.10.28',
469
- description: 'Helpful guidance goes here'
470
- }
471
- },
472
- xxxlarge: {
473
- attributes: {
474
- group: 'spacing',
475
- state: 'experimental',
476
- replacement: '40px',
477
- introduced: '0.10.28',
478
- description: 'Helpful guidance goes here'
479
- }
480
- },
481
- xxxxlarge: {
482
- attributes: {
483
- group: 'spacing',
484
- state: 'experimental',
485
- replacement: '48px',
486
- introduced: '0.10.28',
487
- description: 'Helpful guidance goes here'
488
- }
489
- }
490
- },
491
- ecl: {
492
- element: {
493
- '2': {
494
- attributes: {
495
- group: 'spacing',
496
- state: 'experimental',
497
- replacement: '2px',
498
- introduced: '0.10.28',
499
- description: 'Helpful guidance goes here'
500
- }
501
- },
502
- '4': {
503
- attributes: {
504
- group: 'spacing',
505
- state: 'experimental',
506
- replacement: '4px',
507
- introduced: '0.10.28',
508
- description: 'Helpful guidance goes here'
509
- }
510
- },
511
- '6': {
512
- attributes: {
513
- group: 'spacing',
514
- state: 'experimental',
515
- replacement: '6px',
516
- introduced: '0.10.28',
517
- description: 'Helpful guidance goes here'
518
- }
519
- },
520
- '8': {
521
- attributes: {
522
- group: 'spacing',
523
- state: 'experimental',
524
- replacement: '8px',
525
- introduced: '0.10.28',
526
- description: 'Helpful guidance goes here'
527
- }
528
- }
529
- },
530
- container: {
531
- '12': {
532
- attributes: {
533
- group: 'spacing',
534
- state: 'experimental',
535
- replacement: '12px',
536
- introduced: '0.10.28',
537
- description: 'Helpful guidance goes here'
538
- }
539
- },
540
- '16': {
541
- attributes: {
542
- group: 'spacing',
543
- state: 'experimental',
544
- replacement: '16px',
545
- introduced: '0.10.28',
546
- description: 'Helpful guidance goes here'
547
- }
548
- },
549
- '20': {
550
- attributes: {
551
- group: 'spacing',
552
- state: 'experimental',
553
- replacement: '20px',
554
- introduced: '0.10.28',
555
- description: 'Helpful guidance goes here'
556
- }
557
- },
558
- '24': {
559
- attributes: {
560
- group: 'spacing',
561
- state: 'experimental',
562
- replacement: '24px',
563
- introduced: '0.10.28',
564
- description: 'Helpful guidance goes here'
565
- }
566
- }
567
- },
568
- layout: {
569
- '32': {
570
- attributes: {
571
- group: 'spacing',
572
- state: 'experimental',
573
- replacement: '32px',
574
- introduced: '0.10.28',
575
- description: 'Helpful guidance goes here'
576
- }
577
- },
578
- '40': {
579
- attributes: {
580
- group: 'spacing',
581
- state: 'experimental',
582
- replacement: '40px',
583
- introduced: '0.10.28',
584
- description: 'Helpful guidance goes here'
585
- }
586
- },
587
- '64': {
588
- attributes: {
589
- group: 'spacing',
590
- state: 'experimental',
591
- replacement: '64px',
592
- introduced: '0.10.28',
593
- description: 'Helpful guidance goes here'
594
- }
595
- }
596
- }
597
- },
598
- ccc: {
599
- component: {
600
- '2': {
601
- attributes: {
602
- group: 'spacing',
603
- state: 'experimental',
604
- replacement: '2px',
605
- introduced: '0.10.28',
606
- description: 'Helpful guidance goes here'
607
- }
608
- },
609
- '4': {
610
- attributes: {
611
- group: 'spacing',
612
- state: 'experimental',
613
- replacement: '4px',
614
- introduced: '0.10.28',
615
- description: 'Helpful guidance goes here'
616
- }
617
- },
618
- '6': {
619
- attributes: {
620
- group: 'spacing',
621
- state: 'experimental',
622
- replacement: '6px',
623
- introduced: '0.10.28',
624
- description: 'Helpful guidance goes here'
625
- }
626
- },
627
- '8': {
628
- attributes: {
629
- group: 'spacing',
630
- state: 'experimental',
631
- replacement: '8px',
632
- introduced: '0.10.28',
633
- description: 'Helpful guidance goes here'
634
- }
635
- }
636
- },
637
- content: {
638
- '12': {
639
- attributes: {
640
- group: 'spacing',
641
- state: 'experimental',
642
- replacement: '12px',
643
- introduced: '0.10.28',
644
- description: 'Helpful guidance goes here'
645
- }
646
- },
647
- '16': {
648
- attributes: {
649
- group: 'spacing',
650
- state: 'experimental',
651
- replacement: '16px',
652
- introduced: '0.10.28',
653
- description: 'Helpful guidance goes here'
654
- }
655
- },
656
- '20': {
657
- attributes: {
658
- group: 'spacing',
659
- state: 'experimental',
660
- replacement: '20px',
661
- introduced: '0.10.28',
662
- description: 'Helpful guidance goes here'
663
- }
664
- },
665
- '24': {
666
- attributes: {
667
- group: 'spacing',
668
- state: 'experimental',
669
- replacement: '24px',
670
- introduced: '0.10.28',
671
- description: 'Helpful guidance goes here'
672
- }
673
- }
674
- },
675
- container: {
676
- '32': {
677
- attributes: {
678
- group: 'spacing',
679
- state: 'experimental',
680
- replacement: '32px',
681
- introduced: '0.10.28',
682
- description: 'Helpful guidance goes here'
683
- }
684
- },
685
- '40': {
686
- attributes: {
687
- group: 'spacing',
688
- state: 'experimental',
689
- replacement: '40px',
690
- introduced: '0.10.28',
691
- description: 'Helpful guidance goes here'
692
- }
693
- },
694
- '48': {
695
- attributes: {
696
- group: 'spacing',
697
- state: 'experimental',
698
- replacement: '48px',
699
- introduced: '0.10.28',
700
- description: 'Helpful guidance goes here'
701
- }
702
- }
703
- }
704
- },
705
- gap: {
706
- '100': {
707
- attributes: {
708
- group: 'spacing',
709
- state: 'experimental',
710
- replacement: '8px',
711
- introduced: '0.10.28',
712
- description: 'Helpful guidance goes here'
713
- }
714
- },
715
- '200': {
716
- attributes: {
717
- group: 'spacing',
718
- state: 'experimental',
719
- replacement: '16px',
720
- introduced: '0.10.28',
721
- description: 'Helpful guidance goes here'
722
- }
723
- },
724
- '300': {
725
- attributes: {
726
- group: 'spacing',
727
- state: 'experimental',
728
- replacement: '24px',
729
- introduced: '0.10.28',
730
- description: 'Helpful guidance goes here'
731
- }
732
- }
733
- },
734
- inset: {
735
- '100': {
736
- attributes: {
737
- group: 'spacing',
738
- state: 'experimental',
739
- replacement: '8px',
740
- introduced: '0.10.28',
741
- description: 'Helpful guidance goes here'
742
- }
743
- },
744
- '200': {
745
- attributes: {
746
- group: 'spacing',
747
- state: 'experimental',
748
- replacement: '16px',
749
- introduced: '0.10.28',
750
- description: 'Helpful guidance goes here'
751
- }
752
- },
753
- '300': {
754
- attributes: {
755
- group: 'spacing',
756
- state: 'experimental',
757
- replacement: '24px',
758
- introduced: '0.10.28',
759
- description: 'Helpful guidance goes here'
760
- }
761
- }
762
- }
763
143
  }
764
144
  };
765
145
  export default spacing;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "1.0.0",
3
+ "version": "1.2.0",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]