@atlaskit/tokens 0.10.29 → 0.10.31

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 (69) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/css/atlassian-legacy-light.css +10 -10
  3. package/css/atlassian-spacing.css +65 -2
  4. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +22 -5
  5. package/dist/cjs/artifacts/rename-mapping/atlassian-spacing.js +254 -2
  6. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +20 -20
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +1493 -24
  8. package/dist/cjs/artifacts/typescript/atlassian-spacing-token-default-values.js +66 -3
  9. package/dist/cjs/artifacts/typescript/atlassian-spacing-token-names.js +66 -3
  10. package/dist/cjs/get-token.js +1 -1
  11. package/dist/cjs/palettes/legacy-palette.js +9 -2
  12. package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +8 -7
  13. package/dist/cjs/tokens/atlassian-legacy-light/color/text.js +2 -2
  14. package/dist/cjs/tokens/atlassian-spacing/spacing.js +218 -5
  15. package/dist/cjs/tokens/default/spacing/spacing.js +612 -11
  16. package/dist/cjs/version.json +1 -1
  17. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +22 -5
  18. package/dist/es2019/artifacts/rename-mapping/atlassian-spacing.js +254 -2
  19. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +20 -20
  20. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +1493 -24
  21. package/dist/es2019/artifacts/typescript/atlassian-spacing-token-default-values.js +66 -3
  22. package/dist/es2019/artifacts/typescript/atlassian-spacing-token-names.js +66 -3
  23. package/dist/es2019/get-token.js +1 -1
  24. package/dist/es2019/palettes/legacy-palette.js +9 -2
  25. package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +8 -7
  26. package/dist/es2019/tokens/atlassian-legacy-light/color/text.js +2 -2
  27. package/dist/es2019/tokens/atlassian-spacing/spacing.js +218 -5
  28. package/dist/es2019/tokens/default/spacing/spacing.js +612 -11
  29. package/dist/es2019/version.json +1 -1
  30. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +22 -5
  31. package/dist/esm/artifacts/rename-mapping/atlassian-spacing.js +254 -2
  32. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +20 -20
  33. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +1493 -24
  34. package/dist/esm/artifacts/typescript/atlassian-spacing-token-default-values.js +66 -3
  35. package/dist/esm/artifacts/typescript/atlassian-spacing-token-names.js +66 -3
  36. package/dist/esm/get-token.js +1 -1
  37. package/dist/esm/palettes/legacy-palette.js +9 -2
  38. package/dist/esm/tokens/atlassian-legacy-light/color/background.js +8 -7
  39. package/dist/esm/tokens/atlassian-legacy-light/color/text.js +2 -2
  40. package/dist/esm/tokens/atlassian-spacing/spacing.js +218 -5
  41. package/dist/esm/tokens/default/spacing/spacing.js +612 -11
  42. package/dist/esm/version.json +1 -1
  43. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  44. package/dist/types/artifacts/rename-mapping/atlassian-spacing.d.ts +1 -1
  45. package/dist/types/artifacts/token-default-values.d.ts +64 -1
  46. package/dist/types/artifacts/token-names.d.ts +64 -1
  47. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  48. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +32 -3
  49. package/dist/types/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +65 -2
  50. package/dist/types/artifacts/typescript/atlassian-spacing-token-names.d.ts +129 -3
  51. package/dist/types/palettes/legacy-palette.d.ts +1 -1
  52. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
  53. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
  54. package/dist/types/types.d.ts +104 -3
  55. package/dist/types-ts4.0/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
  56. package/dist/types-ts4.0/artifacts/rename-mapping/atlassian-spacing.d.ts +1 -1
  57. package/dist/types-ts4.0/artifacts/token-default-values.d.ts +64 -1
  58. package/dist/types-ts4.0/artifacts/token-names.d.ts +64 -1
  59. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  60. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-spacing.d.ts +32 -3
  61. package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +65 -2
  62. package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-token-names.d.ts +129 -3
  63. package/dist/types-ts4.0/palettes/legacy-palette.d.ts +1 -1
  64. package/dist/types-ts4.0/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
  65. package/dist/types-ts4.0/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
  66. package/dist/types-ts4.0/types.d.ts +104 -3
  67. package/package.json +8 -7
  68. package/report.api.md +129 -3
  69. package/tmp/api-report-tmp.d.ts +128 -2
@@ -6,17 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var spacing = {
8
8
  spacing: {
9
- container: {
10
- gutter: {
11
- attributes: {
12
- group: 'spacing',
13
- state: 'experimental',
14
- replacement: '8px',
15
- introduced: '0.10.16',
16
- 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.'
17
- }
18
- }
19
- },
20
9
  scale: {
21
10
  '0': {
22
11
  attributes: {
@@ -30,6 +19,7 @@ var spacing = {
30
19
  attributes: {
31
20
  group: 'spacing',
32
21
  state: 'active',
22
+ suggest: ['1px', '3px'],
33
23
  introduced: '0.10.16',
34
24
  description: 'Use for spacing in compact scenarios. The smallest value in our scale.'
35
25
  }
@@ -38,6 +28,7 @@ var spacing = {
38
28
  attributes: {
39
29
  group: 'spacing',
40
30
  state: 'active',
31
+ suggest: ['3px', '5px'],
41
32
  introduced: '0.10.16',
42
33
  description: 'Helpful guidance goes here'
43
34
  }
@@ -46,6 +37,7 @@ var spacing = {
46
37
  attributes: {
47
38
  group: 'spacing',
48
39
  state: 'active',
40
+ suggest: ['5px', '7px'],
49
41
  introduced: '0.10.16',
50
42
  description: 'Helpful guidance goes here'
51
43
  }
@@ -54,6 +46,7 @@ var spacing = {
54
46
  attributes: {
55
47
  group: 'spacing',
56
48
  state: 'active',
49
+ suggest: ['7px', '9px'],
57
50
  introduced: '0.10.16',
58
51
  description: 'Helpful guidance goes here'
59
52
  }
@@ -62,6 +55,7 @@ var spacing = {
62
55
  attributes: {
63
56
  group: 'spacing',
64
57
  state: 'active',
58
+ suggest: ['10px', '11px', '13px', '14px'],
65
59
  introduced: '0.10.16',
66
60
  description: 'Helpful guidance goes here'
67
61
  }
@@ -70,6 +64,7 @@ var spacing = {
70
64
  attributes: {
71
65
  group: 'spacing',
72
66
  state: 'active',
67
+ suggest: ['14px', '15px', '17px', '18px'],
73
68
  introduced: '0.10.16',
74
69
  description: 'Helpful guidance goes here'
75
70
  }
@@ -78,6 +73,7 @@ var spacing = {
78
73
  attributes: {
79
74
  group: 'spacing',
80
75
  state: 'active',
76
+ suggest: ['19px', '21px', '22px', '23px'],
81
77
  introduced: '0.10.16',
82
78
  description: 'Helpful guidance goes here'
83
79
  }
@@ -86,6 +82,7 @@ var spacing = {
86
82
  attributes: {
87
83
  group: 'spacing',
88
84
  state: 'active',
85
+ suggest: ['23px', '25px', '26px', '27px', '28px'],
89
86
  introduced: '0.10.16',
90
87
  description: 'Helpful guidance goes here'
91
88
  }
@@ -94,6 +91,7 @@ var spacing = {
94
91
  attributes: {
95
92
  group: 'spacing',
96
93
  state: 'active',
94
+ suggest: ['28px', '29px', '30px', '31px', '33px', '34px', '35px'],
97
95
  introduced: '0.10.16',
98
96
  description: 'Helpful guidance goes here'
99
97
  }
@@ -102,6 +100,7 @@ var spacing = {
102
100
  attributes: {
103
101
  group: 'spacing',
104
102
  state: 'active',
103
+ suggest: ['28px', '29px', '30px', '31px', '33px', '34px', '35px'],
105
104
  introduced: '0.10.16',
106
105
  description: 'Helpful guidance goes here'
107
106
  }
@@ -114,6 +113,608 @@ var spacing = {
114
113
  description: 'Helpful guidance goes here'
115
114
  }
116
115
  }
116
+ },
117
+ scaleLinear: {
118
+ '0': {
119
+ attributes: {
120
+ group: 'spacing',
121
+ state: 'experimental',
122
+ replacement: '0',
123
+ introduced: '0.10.28',
124
+ description: 'Helpful guidance goes here'
125
+ }
126
+ },
127
+ '100': {
128
+ attributes: {
129
+ group: 'spacing',
130
+ state: 'experimental',
131
+ replacement: '2px',
132
+ introduced: '0.10.28',
133
+ description: 'Helpful guidance goes here'
134
+ }
135
+ },
136
+ '200': {
137
+ attributes: {
138
+ group: 'spacing',
139
+ state: 'experimental',
140
+ replacement: '4px',
141
+ introduced: '0.10.28',
142
+ description: 'Helpful guidance goes here'
143
+ }
144
+ },
145
+ '300': {
146
+ attributes: {
147
+ group: 'spacing',
148
+ state: 'experimental',
149
+ replacement: '6px',
150
+ introduced: '0.10.28',
151
+ description: 'Helpful guidance goes here'
152
+ }
153
+ },
154
+ '400': {
155
+ attributes: {
156
+ group: 'spacing',
157
+ state: 'experimental',
158
+ replacement: '8px',
159
+ introduced: '0.10.28',
160
+ description: 'Helpful guidance goes here'
161
+ }
162
+ },
163
+ '500': {
164
+ attributes: {
165
+ group: 'spacing',
166
+ state: 'experimental',
167
+ replacement: '12px',
168
+ introduced: '0.10.28',
169
+ description: 'Helpful guidance goes here'
170
+ }
171
+ },
172
+ '600': {
173
+ attributes: {
174
+ group: 'spacing',
175
+ state: 'experimental',
176
+ replacement: '16px',
177
+ introduced: '0.10.28',
178
+ description: 'Helpful guidance goes here'
179
+ }
180
+ },
181
+ '700': {
182
+ attributes: {
183
+ group: 'spacing',
184
+ state: 'experimental',
185
+ replacement: '20px',
186
+ introduced: '0.10.28',
187
+ description: 'Helpful guidance goes here'
188
+ }
189
+ },
190
+ '800': {
191
+ attributes: {
192
+ group: 'spacing',
193
+ state: 'experimental',
194
+ replacement: '24px',
195
+ introduced: '0.10.28',
196
+ description: 'Helpful guidance goes here'
197
+ }
198
+ },
199
+ '900': {
200
+ attributes: {
201
+ group: 'spacing',
202
+ state: 'experimental',
203
+ replacement: '32px',
204
+ introduced: '0.10.28',
205
+ description: 'Helpful guidance goes here'
206
+ }
207
+ },
208
+ '1000': {
209
+ attributes: {
210
+ group: 'spacing',
211
+ state: 'experimental',
212
+ replacement: '40px',
213
+ introduced: '0.10.28',
214
+ description: 'Helpful guidance goes here'
215
+ }
216
+ },
217
+ '1100': {
218
+ attributes: {
219
+ group: 'spacing',
220
+ state: 'experimental',
221
+ replacement: '48px',
222
+ introduced: '0.10.28',
223
+ description: 'Helpful guidance goes here'
224
+ }
225
+ }
226
+ },
227
+ pixel: {
228
+ '0': {
229
+ attributes: {
230
+ group: 'spacing',
231
+ state: 'experimental',
232
+ replacement: '0',
233
+ introduced: '0.10.28',
234
+ description: 'Helpful guidance goes here'
235
+ }
236
+ },
237
+ '2': {
238
+ attributes: {
239
+ group: 'spacing',
240
+ state: 'experimental',
241
+ replacement: '2px',
242
+ introduced: '0.10.28',
243
+ description: 'Helpful guidance goes here'
244
+ }
245
+ },
246
+ '4': {
247
+ attributes: {
248
+ group: 'spacing',
249
+ state: 'experimental',
250
+ replacement: '4px',
251
+ introduced: '0.10.28',
252
+ description: 'Helpful guidance goes here'
253
+ }
254
+ },
255
+ '6': {
256
+ attributes: {
257
+ group: 'spacing',
258
+ state: 'experimental',
259
+ replacement: '6px',
260
+ introduced: '0.10.28',
261
+ description: 'Helpful guidance goes here'
262
+ }
263
+ },
264
+ '8': {
265
+ attributes: {
266
+ group: 'spacing',
267
+ state: 'experimental',
268
+ replacement: '8px',
269
+ introduced: '0.10.28',
270
+ description: 'Helpful guidance goes here'
271
+ }
272
+ },
273
+ '12': {
274
+ attributes: {
275
+ group: 'spacing',
276
+ state: 'experimental',
277
+ replacement: '12px',
278
+ introduced: '0.10.28',
279
+ description: 'Helpful guidance goes here'
280
+ }
281
+ },
282
+ '16': {
283
+ attributes: {
284
+ group: 'spacing',
285
+ state: 'experimental',
286
+ replacement: '16px',
287
+ introduced: '0.10.28',
288
+ description: 'Helpful guidance goes here'
289
+ }
290
+ },
291
+ '20': {
292
+ attributes: {
293
+ group: 'spacing',
294
+ state: 'experimental',
295
+ replacement: '20px',
296
+ introduced: '0.10.28',
297
+ description: 'Helpful guidance goes here'
298
+ }
299
+ },
300
+ '24': {
301
+ attributes: {
302
+ group: 'spacing',
303
+ state: 'experimental',
304
+ replacement: '24px',
305
+ introduced: '0.10.28',
306
+ description: 'Helpful guidance goes here'
307
+ }
308
+ },
309
+ '32': {
310
+ attributes: {
311
+ group: 'spacing',
312
+ state: 'experimental',
313
+ replacement: '32px',
314
+ introduced: '0.10.28',
315
+ description: 'Helpful guidance goes here'
316
+ }
317
+ },
318
+ '40': {
319
+ attributes: {
320
+ group: 'spacing',
321
+ state: 'experimental',
322
+ replacement: '40px',
323
+ introduced: '0.10.28',
324
+ description: 'Helpful guidance goes here'
325
+ }
326
+ },
327
+ '48': {
328
+ attributes: {
329
+ group: 'spacing',
330
+ state: 'experimental',
331
+ replacement: '48px',
332
+ introduced: '0.10.28',
333
+ description: 'Helpful guidance goes here'
334
+ }
335
+ }
336
+ },
337
+ size: {
338
+ none: {
339
+ attributes: {
340
+ group: 'spacing',
341
+ state: 'experimental',
342
+ replacement: '0',
343
+ introduced: '0.10.28',
344
+ description: 'Helpful guidance goes here'
345
+ }
346
+ },
347
+ xxxxSmall: {
348
+ attributes: {
349
+ group: 'spacing',
350
+ state: 'experimental',
351
+ replacement: '2px',
352
+ introduced: '0.10.28',
353
+ description: 'Helpful guidance goes here'
354
+ }
355
+ },
356
+ xxxSmall: {
357
+ attributes: {
358
+ group: 'spacing',
359
+ state: 'experimental',
360
+ replacement: '4px',
361
+ introduced: '0.10.28',
362
+ description: 'Helpful guidance goes here'
363
+ }
364
+ },
365
+ xxSmall: {
366
+ attributes: {
367
+ group: 'spacing',
368
+ state: 'experimental',
369
+ replacement: '6px',
370
+ introduced: '0.10.28',
371
+ description: 'Helpful guidance goes here'
372
+ }
373
+ },
374
+ xsmall: {
375
+ attributes: {
376
+ group: 'spacing',
377
+ state: 'experimental',
378
+ replacement: '8px',
379
+ introduced: '0.10.28',
380
+ description: 'Helpful guidance goes here'
381
+ }
382
+ },
383
+ small: {
384
+ attributes: {
385
+ group: 'spacing',
386
+ state: 'experimental',
387
+ replacement: '12px',
388
+ introduced: '0.10.28',
389
+ description: 'Helpful guidance goes here'
390
+ }
391
+ },
392
+ medium: {
393
+ attributes: {
394
+ group: 'spacing',
395
+ state: 'experimental',
396
+ replacement: '16px',
397
+ introduced: '0.10.28',
398
+ description: 'Helpful guidance goes here'
399
+ }
400
+ },
401
+ large: {
402
+ attributes: {
403
+ group: 'spacing',
404
+ state: 'experimental',
405
+ replacement: '20px',
406
+ introduced: '0.10.28',
407
+ description: 'Helpful guidance goes here'
408
+ }
409
+ },
410
+ xlarge: {
411
+ attributes: {
412
+ group: 'spacing',
413
+ state: 'experimental',
414
+ replacement: '24px',
415
+ introduced: '0.10.28',
416
+ description: 'Helpful guidance goes here'
417
+ }
418
+ },
419
+ xxlarge: {
420
+ attributes: {
421
+ group: 'spacing',
422
+ state: 'experimental',
423
+ replacement: '32px',
424
+ introduced: '0.10.28',
425
+ description: 'Helpful guidance goes here'
426
+ }
427
+ },
428
+ xxxlarge: {
429
+ attributes: {
430
+ group: 'spacing',
431
+ state: 'experimental',
432
+ replacement: '40px',
433
+ introduced: '0.10.28',
434
+ description: 'Helpful guidance goes here'
435
+ }
436
+ },
437
+ xxxxlarge: {
438
+ attributes: {
439
+ group: 'spacing',
440
+ state: 'experimental',
441
+ replacement: '48px',
442
+ introduced: '0.10.28',
443
+ description: 'Helpful guidance goes here'
444
+ }
445
+ }
446
+ },
447
+ ecl: {
448
+ element: {
449
+ '2': {
450
+ attributes: {
451
+ group: 'spacing',
452
+ state: 'experimental',
453
+ replacement: '2px',
454
+ introduced: '0.10.28',
455
+ description: 'Helpful guidance goes here'
456
+ }
457
+ },
458
+ '4': {
459
+ attributes: {
460
+ group: 'spacing',
461
+ state: 'experimental',
462
+ replacement: '4px',
463
+ introduced: '0.10.28',
464
+ description: 'Helpful guidance goes here'
465
+ }
466
+ },
467
+ '6': {
468
+ attributes: {
469
+ group: 'spacing',
470
+ state: 'experimental',
471
+ replacement: '6px',
472
+ introduced: '0.10.28',
473
+ description: 'Helpful guidance goes here'
474
+ }
475
+ },
476
+ '8': {
477
+ attributes: {
478
+ group: 'spacing',
479
+ state: 'experimental',
480
+ replacement: '8px',
481
+ introduced: '0.10.28',
482
+ description: 'Helpful guidance goes here'
483
+ }
484
+ }
485
+ },
486
+ container: {
487
+ '12': {
488
+ attributes: {
489
+ group: 'spacing',
490
+ state: 'experimental',
491
+ replacement: '12px',
492
+ introduced: '0.10.28',
493
+ description: 'Helpful guidance goes here'
494
+ }
495
+ },
496
+ '16': {
497
+ attributes: {
498
+ group: 'spacing',
499
+ state: 'experimental',
500
+ replacement: '16px',
501
+ introduced: '0.10.28',
502
+ description: 'Helpful guidance goes here'
503
+ }
504
+ },
505
+ '20': {
506
+ attributes: {
507
+ group: 'spacing',
508
+ state: 'experimental',
509
+ replacement: '20px',
510
+ introduced: '0.10.28',
511
+ description: 'Helpful guidance goes here'
512
+ }
513
+ },
514
+ '24': {
515
+ attributes: {
516
+ group: 'spacing',
517
+ state: 'experimental',
518
+ replacement: '24px',
519
+ introduced: '0.10.28',
520
+ description: 'Helpful guidance goes here'
521
+ }
522
+ }
523
+ },
524
+ layout: {
525
+ '32': {
526
+ attributes: {
527
+ group: 'spacing',
528
+ state: 'experimental',
529
+ replacement: '32px',
530
+ introduced: '0.10.28',
531
+ description: 'Helpful guidance goes here'
532
+ }
533
+ },
534
+ '40': {
535
+ attributes: {
536
+ group: 'spacing',
537
+ state: 'experimental',
538
+ replacement: '40px',
539
+ introduced: '0.10.28',
540
+ description: 'Helpful guidance goes here'
541
+ }
542
+ },
543
+ '64': {
544
+ attributes: {
545
+ group: 'spacing',
546
+ state: 'experimental',
547
+ replacement: '64px',
548
+ introduced: '0.10.28',
549
+ description: 'Helpful guidance goes here'
550
+ }
551
+ }
552
+ }
553
+ },
554
+ ccc: {
555
+ component: {
556
+ '2': {
557
+ attributes: {
558
+ group: 'spacing',
559
+ state: 'experimental',
560
+ replacement: '2px',
561
+ introduced: '0.10.28',
562
+ description: 'Helpful guidance goes here'
563
+ }
564
+ },
565
+ '4': {
566
+ attributes: {
567
+ group: 'spacing',
568
+ state: 'experimental',
569
+ replacement: '4px',
570
+ introduced: '0.10.28',
571
+ description: 'Helpful guidance goes here'
572
+ }
573
+ },
574
+ '6': {
575
+ attributes: {
576
+ group: 'spacing',
577
+ state: 'experimental',
578
+ replacement: '6px',
579
+ introduced: '0.10.28',
580
+ description: 'Helpful guidance goes here'
581
+ }
582
+ },
583
+ '8': {
584
+ attributes: {
585
+ group: 'spacing',
586
+ state: 'experimental',
587
+ replacement: '8px',
588
+ introduced: '0.10.28',
589
+ description: 'Helpful guidance goes here'
590
+ }
591
+ }
592
+ },
593
+ content: {
594
+ '12': {
595
+ attributes: {
596
+ group: 'spacing',
597
+ state: 'experimental',
598
+ replacement: '12px',
599
+ introduced: '0.10.28',
600
+ description: 'Helpful guidance goes here'
601
+ }
602
+ },
603
+ '16': {
604
+ attributes: {
605
+ group: 'spacing',
606
+ state: 'experimental',
607
+ replacement: '16px',
608
+ introduced: '0.10.28',
609
+ description: 'Helpful guidance goes here'
610
+ }
611
+ },
612
+ '20': {
613
+ attributes: {
614
+ group: 'spacing',
615
+ state: 'experimental',
616
+ replacement: '20px',
617
+ introduced: '0.10.28',
618
+ description: 'Helpful guidance goes here'
619
+ }
620
+ },
621
+ '24': {
622
+ attributes: {
623
+ group: 'spacing',
624
+ state: 'experimental',
625
+ replacement: '24px',
626
+ introduced: '0.10.28',
627
+ description: 'Helpful guidance goes here'
628
+ }
629
+ }
630
+ },
631
+ container: {
632
+ '32': {
633
+ attributes: {
634
+ group: 'spacing',
635
+ state: 'experimental',
636
+ replacement: '32px',
637
+ introduced: '0.10.28',
638
+ description: 'Helpful guidance goes here'
639
+ }
640
+ },
641
+ '40': {
642
+ attributes: {
643
+ group: 'spacing',
644
+ state: 'experimental',
645
+ replacement: '40px',
646
+ introduced: '0.10.28',
647
+ description: 'Helpful guidance goes here'
648
+ }
649
+ },
650
+ '48': {
651
+ attributes: {
652
+ group: 'spacing',
653
+ state: 'experimental',
654
+ replacement: '48px',
655
+ introduced: '0.10.28',
656
+ description: 'Helpful guidance goes here'
657
+ }
658
+ }
659
+ }
660
+ },
661
+ gap: {
662
+ 100: {
663
+ attributes: {
664
+ group: 'spacing',
665
+ state: 'experimental',
666
+ replacement: '8px',
667
+ introduced: '0.10.28',
668
+ description: 'Helpful guidance goes here'
669
+ }
670
+ },
671
+ 200: {
672
+ attributes: {
673
+ group: 'spacing',
674
+ state: 'experimental',
675
+ replacement: '16px',
676
+ introduced: '0.10.28',
677
+ description: 'Helpful guidance goes here'
678
+ }
679
+ },
680
+ 300: {
681
+ attributes: {
682
+ group: 'spacing',
683
+ state: 'experimental',
684
+ replacement: '24px',
685
+ introduced: '0.10.28',
686
+ description: 'Helpful guidance goes here'
687
+ }
688
+ }
689
+ },
690
+ inset: {
691
+ 100: {
692
+ attributes: {
693
+ group: 'spacing',
694
+ state: 'experimental',
695
+ replacement: '8px',
696
+ introduced: '0.10.28',
697
+ description: 'Helpful guidance goes here'
698
+ }
699
+ },
700
+ 200: {
701
+ attributes: {
702
+ group: 'spacing',
703
+ state: 'experimental',
704
+ replacement: '16px',
705
+ introduced: '0.10.28',
706
+ description: 'Helpful guidance goes here'
707
+ }
708
+ },
709
+ 300: {
710
+ attributes: {
711
+ group: 'spacing',
712
+ state: 'experimental',
713
+ replacement: '24px',
714
+ introduced: '0.10.28',
715
+ description: 'Helpful guidance goes here'
716
+ }
717
+ }
117
718
  }
118
719
  }
119
720
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "0.10.29",
3
+ "version": "0.10.31",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ]