@atlaskit/tokens 0.10.31 → 0.10.33

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 (115) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/css/atlassian-dark.css +5 -1
  3. package/css/atlassian-legacy-dark.css +5 -1
  4. package/css/atlassian-legacy-light.css +17 -13
  5. package/css/atlassian-light.css +7 -3
  6. package/css/atlassian-spacing.css +77 -77
  7. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +25 -25
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +45 -3
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +45 -3
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +49 -7
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +77 -77
  13. package/dist/cjs/artifacts/typescript/atlassian-dark-token-names.js +3 -1
  14. package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
  15. package/dist/cjs/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
  16. package/dist/cjs/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
  17. package/dist/cjs/artifacts/typescript/atlassian-light-token-names.js +3 -1
  18. package/dist/cjs/artifacts/typescript/atlassian-spacing-token-default-values.js +77 -77
  19. package/dist/cjs/get-token.js +1 -1
  20. package/dist/cjs/palettes/spacing-scale.js +12 -12
  21. package/dist/cjs/tokens/atlassian-dark/elevation/shadow.js +31 -21
  22. package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
  23. package/dist/cjs/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
  24. package/dist/cjs/tokens/atlassian-light/elevation/shadow.js +27 -17
  25. package/dist/cjs/tokens/default/elevation/shadow.js +23 -5
  26. package/dist/cjs/version.json +1 -1
  27. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +25 -25
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +45 -3
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +45 -3
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +49 -7
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +77 -77
  33. package/dist/es2019/artifacts/typescript/atlassian-dark-token-names.js +3 -1
  34. package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
  35. package/dist/es2019/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
  36. package/dist/es2019/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
  37. package/dist/es2019/artifacts/typescript/atlassian-light-token-names.js +3 -1
  38. package/dist/es2019/artifacts/typescript/atlassian-spacing-token-default-values.js +77 -77
  39. package/dist/es2019/get-token.js +1 -1
  40. package/dist/es2019/palettes/spacing-scale.js +12 -12
  41. package/dist/es2019/tokens/atlassian-dark/elevation/shadow.js +31 -21
  42. package/dist/es2019/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
  43. package/dist/es2019/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
  44. package/dist/es2019/tokens/atlassian-light/elevation/shadow.js +27 -17
  45. package/dist/es2019/tokens/default/elevation/shadow.js +23 -5
  46. package/dist/es2019/version.json +1 -1
  47. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +25 -25
  48. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +45 -3
  49. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +45 -3
  50. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +45 -3
  51. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +49 -7
  52. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +77 -77
  53. package/dist/esm/artifacts/typescript/atlassian-dark-token-names.js +3 -1
  54. package/dist/esm/artifacts/typescript/atlassian-legacy-dark-token-names.js +3 -1
  55. package/dist/esm/artifacts/typescript/atlassian-legacy-light-token-names.js +3 -1
  56. package/dist/esm/artifacts/typescript/atlassian-light-token-default-values.js +4 -2
  57. package/dist/esm/artifacts/typescript/atlassian-light-token-names.js +3 -1
  58. package/dist/esm/artifacts/typescript/atlassian-spacing-token-default-values.js +77 -77
  59. package/dist/esm/get-token.js +1 -1
  60. package/dist/esm/palettes/spacing-scale.js +12 -12
  61. package/dist/esm/tokens/atlassian-dark/elevation/shadow.js +31 -21
  62. package/dist/esm/tokens/atlassian-legacy-dark/elevation/shadow.js +31 -21
  63. package/dist/esm/tokens/atlassian-legacy-light/elevation/shadow.js +27 -17
  64. package/dist/esm/tokens/atlassian-light/elevation/shadow.js +27 -17
  65. package/dist/esm/tokens/default/elevation/shadow.js +23 -5
  66. package/dist/esm/version.json +1 -1
  67. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  68. package/dist/types/artifacts/token-default-values.d.ts +79 -77
  69. package/dist/types/artifacts/token-names.d.ts +2 -0
  70. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  71. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  72. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  73. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  74. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
  75. package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +5 -1
  76. package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +2 -2
  77. package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +2 -2
  78. package/dist/types/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +5 -1
  79. package/dist/types/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +2 -2
  80. package/dist/types/artifacts/typescript/atlassian-legacy-dark-types.d.ts +2 -2
  81. package/dist/types/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +5 -1
  82. package/dist/types/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +2 -2
  83. package/dist/types/artifacts/typescript/atlassian-legacy-light-types.d.ts +2 -2
  84. package/dist/types/artifacts/typescript/atlassian-light-token-default-values.d.ts +4 -2
  85. package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +5 -1
  86. package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +2 -2
  87. package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +2 -2
  88. package/dist/types/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +77 -77
  89. package/dist/types/types.d.ts +5 -1
  90. package/dist/types-ts4.0/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  91. package/dist/types-ts4.0/artifacts/token-default-values.d.ts +79 -77
  92. package/dist/types-ts4.0/artifacts/token-names.d.ts +2 -0
  93. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  94. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  95. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  96. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  97. package/dist/types-ts4.0/artifacts/tokens-raw/atlassian-spacing.d.ts +1 -1
  98. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-token-names.d.ts +5 -1
  99. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types-internal.d.ts +2 -2
  100. package/dist/types-ts4.0/artifacts/typescript/atlassian-dark-types.d.ts +2 -2
  101. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +5 -1
  102. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +2 -2
  103. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-dark-types.d.ts +2 -2
  104. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +5 -1
  105. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +2 -2
  106. package/dist/types-ts4.0/artifacts/typescript/atlassian-legacy-light-types.d.ts +2 -2
  107. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-default-values.d.ts +4 -2
  108. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-token-names.d.ts +5 -1
  109. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types-internal.d.ts +2 -2
  110. package/dist/types-ts4.0/artifacts/typescript/atlassian-light-types.d.ts +2 -2
  111. package/dist/types-ts4.0/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +77 -77
  112. package/dist/types-ts4.0/types.d.ts +5 -1
  113. package/package.json +1 -1
  114. package/report.api.md +4 -0
  115. package/tmp/api-report-tmp.d.ts +4 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3c9107056e9324e57c042a3aafb4188c>>
3
+ * @codegen <<SignedSource::9a19af105c0ae551ba258897b3438626>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = [{
@@ -10,7 +10,7 @@ var tokens = [{
10
10
  "introduced": "0.10.16",
11
11
  "description": "Equates to `0`. Can be used for resetting default spacing styles."
12
12
  },
13
- "value": "0px",
13
+ "value": "0",
14
14
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
15
15
  "isSource": true,
16
16
  "original": {
@@ -32,7 +32,7 @@ var tokens = [{
32
32
  "introduced": "0.10.16",
33
33
  "description": "Helpful guidance goes here"
34
34
  },
35
- "value": "8px",
35
+ "value": "0.5rem",
36
36
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
37
37
  "isSource": true,
38
38
  "original": {
@@ -55,7 +55,7 @@ var tokens = [{
55
55
  "introduced": "0.10.16",
56
56
  "description": "Helpful guidance goes here"
57
57
  },
58
- "value": "12px",
58
+ "value": "0.75rem",
59
59
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
60
60
  "isSource": true,
61
61
  "original": {
@@ -78,7 +78,7 @@ var tokens = [{
78
78
  "introduced": "0.10.16",
79
79
  "description": "Helpful guidance goes here"
80
80
  },
81
- "value": "16px",
81
+ "value": "1rem",
82
82
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
83
83
  "isSource": true,
84
84
  "original": {
@@ -101,7 +101,7 @@ var tokens = [{
101
101
  "introduced": "0.10.16",
102
102
  "description": "Helpful guidance goes here"
103
103
  },
104
- "value": "20px",
104
+ "value": "1.25rem",
105
105
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
106
106
  "isSource": true,
107
107
  "original": {
@@ -124,7 +124,7 @@ var tokens = [{
124
124
  "introduced": "0.10.16",
125
125
  "description": "Helpful guidance goes here"
126
126
  },
127
- "value": "24px",
127
+ "value": "1.5rem",
128
128
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
129
129
  "isSource": true,
130
130
  "original": {
@@ -147,7 +147,7 @@ var tokens = [{
147
147
  "introduced": "0.10.16",
148
148
  "description": "Helpful guidance goes here"
149
149
  },
150
- "value": "32px",
150
+ "value": "2rem",
151
151
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
152
152
  "isSource": true,
153
153
  "original": {
@@ -170,7 +170,7 @@ var tokens = [{
170
170
  "introduced": "0.10.16",
171
171
  "description": "Helpful guidance goes here"
172
172
  },
173
- "value": "40px",
173
+ "value": "2.5rem",
174
174
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
175
175
  "isSource": true,
176
176
  "original": {
@@ -192,7 +192,7 @@ var tokens = [{
192
192
  "introduced": "0.10.16",
193
193
  "description": "Helpful guidance goes here"
194
194
  },
195
- "value": "48px",
195
+ "value": "3rem",
196
196
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
197
197
  "isSource": true,
198
198
  "original": {
@@ -214,7 +214,7 @@ var tokens = [{
214
214
  "introduced": "0.10.16",
215
215
  "description": "Use for spacing in compact scenarios. The smallest value in our scale."
216
216
  },
217
- "value": "2px",
217
+ "value": "0.125rem",
218
218
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
219
219
  "isSource": true,
220
220
  "original": {
@@ -237,7 +237,7 @@ var tokens = [{
237
237
  "introduced": "0.10.16",
238
238
  "description": "Helpful guidance goes here"
239
239
  },
240
- "value": "4px",
240
+ "value": "0.25rem",
241
241
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
242
242
  "isSource": true,
243
243
  "original": {
@@ -260,7 +260,7 @@ var tokens = [{
260
260
  "introduced": "0.10.16",
261
261
  "description": "Helpful guidance goes here"
262
262
  },
263
- "value": "6px",
263
+ "value": "0.375rem",
264
264
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
265
265
  "isSource": true,
266
266
  "original": {
@@ -283,7 +283,7 @@ var tokens = [{
283
283
  "introduced": "0.10.28",
284
284
  "description": "Helpful guidance goes here"
285
285
  },
286
- "value": "0px",
286
+ "value": "0",
287
287
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
288
288
  "isSource": true,
289
289
  "original": {
@@ -306,7 +306,7 @@ var tokens = [{
306
306
  "introduced": "0.10.28",
307
307
  "description": "Helpful guidance goes here"
308
308
  },
309
- "value": "2px",
309
+ "value": "0.125rem",
310
310
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
311
311
  "isSource": true,
312
312
  "original": {
@@ -329,7 +329,7 @@ var tokens = [{
329
329
  "introduced": "0.10.28",
330
330
  "description": "Helpful guidance goes here"
331
331
  },
332
- "value": "4px",
332
+ "value": "0.25rem",
333
333
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
334
334
  "isSource": true,
335
335
  "original": {
@@ -352,7 +352,7 @@ var tokens = [{
352
352
  "introduced": "0.10.28",
353
353
  "description": "Helpful guidance goes here"
354
354
  },
355
- "value": "6px",
355
+ "value": "0.375rem",
356
356
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
357
357
  "isSource": true,
358
358
  "original": {
@@ -375,7 +375,7 @@ var tokens = [{
375
375
  "introduced": "0.10.28",
376
376
  "description": "Helpful guidance goes here"
377
377
  },
378
- "value": "8px",
378
+ "value": "0.5rem",
379
379
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
380
380
  "isSource": true,
381
381
  "original": {
@@ -398,7 +398,7 @@ var tokens = [{
398
398
  "introduced": "0.10.28",
399
399
  "description": "Helpful guidance goes here"
400
400
  },
401
- "value": "12px",
401
+ "value": "0.75rem",
402
402
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
403
403
  "isSource": true,
404
404
  "original": {
@@ -421,7 +421,7 @@ var tokens = [{
421
421
  "introduced": "0.10.28",
422
422
  "description": "Helpful guidance goes here"
423
423
  },
424
- "value": "16px",
424
+ "value": "1rem",
425
425
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
426
426
  "isSource": true,
427
427
  "original": {
@@ -444,7 +444,7 @@ var tokens = [{
444
444
  "introduced": "0.10.28",
445
445
  "description": "Helpful guidance goes here"
446
446
  },
447
- "value": "20px",
447
+ "value": "1.25rem",
448
448
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
449
449
  "isSource": true,
450
450
  "original": {
@@ -467,7 +467,7 @@ var tokens = [{
467
467
  "introduced": "0.10.28",
468
468
  "description": "Helpful guidance goes here"
469
469
  },
470
- "value": "24px",
470
+ "value": "1.5rem",
471
471
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
472
472
  "isSource": true,
473
473
  "original": {
@@ -490,7 +490,7 @@ var tokens = [{
490
490
  "introduced": "0.10.28",
491
491
  "description": "Helpful guidance goes here"
492
492
  },
493
- "value": "32px",
493
+ "value": "2rem",
494
494
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
495
495
  "isSource": true,
496
496
  "original": {
@@ -513,7 +513,7 @@ var tokens = [{
513
513
  "introduced": "0.10.28",
514
514
  "description": "Helpful guidance goes here"
515
515
  },
516
- "value": "40px",
516
+ "value": "2.5rem",
517
517
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
518
518
  "isSource": true,
519
519
  "original": {
@@ -536,7 +536,7 @@ var tokens = [{
536
536
  "introduced": "0.10.28",
537
537
  "description": "Helpful guidance goes here"
538
538
  },
539
- "value": "48px",
539
+ "value": "3rem",
540
540
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
541
541
  "isSource": true,
542
542
  "original": {
@@ -559,7 +559,7 @@ var tokens = [{
559
559
  "introduced": "0.10.28",
560
560
  "description": "Helpful guidance goes here"
561
561
  },
562
- "value": "0px",
562
+ "value": "0",
563
563
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
564
564
  "isSource": true,
565
565
  "original": {
@@ -582,7 +582,7 @@ var tokens = [{
582
582
  "introduced": "0.10.28",
583
583
  "description": "Helpful guidance goes here"
584
584
  },
585
- "value": "2px",
585
+ "value": "0.125rem",
586
586
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
587
587
  "isSource": true,
588
588
  "original": {
@@ -605,7 +605,7 @@ var tokens = [{
605
605
  "introduced": "0.10.28",
606
606
  "description": "Helpful guidance goes here"
607
607
  },
608
- "value": "4px",
608
+ "value": "0.25rem",
609
609
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
610
610
  "isSource": true,
611
611
  "original": {
@@ -628,7 +628,7 @@ var tokens = [{
628
628
  "introduced": "0.10.28",
629
629
  "description": "Helpful guidance goes here"
630
630
  },
631
- "value": "6px",
631
+ "value": "0.375rem",
632
632
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
633
633
  "isSource": true,
634
634
  "original": {
@@ -651,7 +651,7 @@ var tokens = [{
651
651
  "introduced": "0.10.28",
652
652
  "description": "Helpful guidance goes here"
653
653
  },
654
- "value": "8px",
654
+ "value": "0.5rem",
655
655
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
656
656
  "isSource": true,
657
657
  "original": {
@@ -674,7 +674,7 @@ var tokens = [{
674
674
  "introduced": "0.10.28",
675
675
  "description": "Helpful guidance goes here"
676
676
  },
677
- "value": "12px",
677
+ "value": "0.75rem",
678
678
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
679
679
  "isSource": true,
680
680
  "original": {
@@ -697,7 +697,7 @@ var tokens = [{
697
697
  "introduced": "0.10.28",
698
698
  "description": "Helpful guidance goes here"
699
699
  },
700
- "value": "16px",
700
+ "value": "1rem",
701
701
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
702
702
  "isSource": true,
703
703
  "original": {
@@ -720,7 +720,7 @@ var tokens = [{
720
720
  "introduced": "0.10.28",
721
721
  "description": "Helpful guidance goes here"
722
722
  },
723
- "value": "20px",
723
+ "value": "1.25rem",
724
724
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
725
725
  "isSource": true,
726
726
  "original": {
@@ -743,7 +743,7 @@ var tokens = [{
743
743
  "introduced": "0.10.28",
744
744
  "description": "Helpful guidance goes here"
745
745
  },
746
- "value": "24px",
746
+ "value": "1.5rem",
747
747
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
748
748
  "isSource": true,
749
749
  "original": {
@@ -766,7 +766,7 @@ var tokens = [{
766
766
  "introduced": "0.10.28",
767
767
  "description": "Helpful guidance goes here"
768
768
  },
769
- "value": "32px",
769
+ "value": "2rem",
770
770
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
771
771
  "isSource": true,
772
772
  "original": {
@@ -789,7 +789,7 @@ var tokens = [{
789
789
  "introduced": "0.10.28",
790
790
  "description": "Helpful guidance goes here"
791
791
  },
792
- "value": "40px",
792
+ "value": "2.5rem",
793
793
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
794
794
  "isSource": true,
795
795
  "original": {
@@ -812,7 +812,7 @@ var tokens = [{
812
812
  "introduced": "0.10.28",
813
813
  "description": "Helpful guidance goes here"
814
814
  },
815
- "value": "48px",
815
+ "value": "3rem",
816
816
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
817
817
  "isSource": true,
818
818
  "original": {
@@ -835,7 +835,7 @@ var tokens = [{
835
835
  "introduced": "0.10.28",
836
836
  "description": "Helpful guidance goes here"
837
837
  },
838
- "value": "0px",
838
+ "value": "0",
839
839
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
840
840
  "isSource": true,
841
841
  "original": {
@@ -858,7 +858,7 @@ var tokens = [{
858
858
  "introduced": "0.10.28",
859
859
  "description": "Helpful guidance goes here"
860
860
  },
861
- "value": "2px",
861
+ "value": "0.125rem",
862
862
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
863
863
  "isSource": true,
864
864
  "original": {
@@ -881,7 +881,7 @@ var tokens = [{
881
881
  "introduced": "0.10.28",
882
882
  "description": "Helpful guidance goes here"
883
883
  },
884
- "value": "4px",
884
+ "value": "0.25rem",
885
885
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
886
886
  "isSource": true,
887
887
  "original": {
@@ -904,7 +904,7 @@ var tokens = [{
904
904
  "introduced": "0.10.28",
905
905
  "description": "Helpful guidance goes here"
906
906
  },
907
- "value": "6px",
907
+ "value": "0.375rem",
908
908
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
909
909
  "isSource": true,
910
910
  "original": {
@@ -927,7 +927,7 @@ var tokens = [{
927
927
  "introduced": "0.10.28",
928
928
  "description": "Helpful guidance goes here"
929
929
  },
930
- "value": "8px",
930
+ "value": "0.5rem",
931
931
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
932
932
  "isSource": true,
933
933
  "original": {
@@ -950,7 +950,7 @@ var tokens = [{
950
950
  "introduced": "0.10.28",
951
951
  "description": "Helpful guidance goes here"
952
952
  },
953
- "value": "12px",
953
+ "value": "0.75rem",
954
954
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
955
955
  "isSource": true,
956
956
  "original": {
@@ -973,7 +973,7 @@ var tokens = [{
973
973
  "introduced": "0.10.28",
974
974
  "description": "Helpful guidance goes here"
975
975
  },
976
- "value": "16px",
976
+ "value": "1rem",
977
977
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
978
978
  "isSource": true,
979
979
  "original": {
@@ -996,7 +996,7 @@ var tokens = [{
996
996
  "introduced": "0.10.28",
997
997
  "description": "Helpful guidance goes here"
998
998
  },
999
- "value": "20px",
999
+ "value": "1.25rem",
1000
1000
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1001
1001
  "isSource": true,
1002
1002
  "original": {
@@ -1019,7 +1019,7 @@ var tokens = [{
1019
1019
  "introduced": "0.10.28",
1020
1020
  "description": "Helpful guidance goes here"
1021
1021
  },
1022
- "value": "24px",
1022
+ "value": "1.5rem",
1023
1023
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1024
1024
  "isSource": true,
1025
1025
  "original": {
@@ -1042,7 +1042,7 @@ var tokens = [{
1042
1042
  "introduced": "0.10.28",
1043
1043
  "description": "Helpful guidance goes here"
1044
1044
  },
1045
- "value": "32px",
1045
+ "value": "2rem",
1046
1046
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1047
1047
  "isSource": true,
1048
1048
  "original": {
@@ -1065,7 +1065,7 @@ var tokens = [{
1065
1065
  "introduced": "0.10.28",
1066
1066
  "description": "Helpful guidance goes here"
1067
1067
  },
1068
- "value": "40px",
1068
+ "value": "2.5rem",
1069
1069
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1070
1070
  "isSource": true,
1071
1071
  "original": {
@@ -1088,7 +1088,7 @@ var tokens = [{
1088
1088
  "introduced": "0.10.28",
1089
1089
  "description": "Helpful guidance goes here"
1090
1090
  },
1091
- "value": "48px",
1091
+ "value": "3rem",
1092
1092
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1093
1093
  "isSource": true,
1094
1094
  "original": {
@@ -1111,7 +1111,7 @@ var tokens = [{
1111
1111
  "introduced": "0.10.28",
1112
1112
  "description": "Helpful guidance goes here"
1113
1113
  },
1114
- "value": "2px",
1114
+ "value": "0.125rem",
1115
1115
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1116
1116
  "isSource": true,
1117
1117
  "original": {
@@ -1134,7 +1134,7 @@ var tokens = [{
1134
1134
  "introduced": "0.10.28",
1135
1135
  "description": "Helpful guidance goes here"
1136
1136
  },
1137
- "value": "4px",
1137
+ "value": "0.25rem",
1138
1138
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1139
1139
  "isSource": true,
1140
1140
  "original": {
@@ -1157,7 +1157,7 @@ var tokens = [{
1157
1157
  "introduced": "0.10.28",
1158
1158
  "description": "Helpful guidance goes here"
1159
1159
  },
1160
- "value": "6px",
1160
+ "value": "0.375rem",
1161
1161
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1162
1162
  "isSource": true,
1163
1163
  "original": {
@@ -1180,7 +1180,7 @@ var tokens = [{
1180
1180
  "introduced": "0.10.28",
1181
1181
  "description": "Helpful guidance goes here"
1182
1182
  },
1183
- "value": "8px",
1183
+ "value": "0.5rem",
1184
1184
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1185
1185
  "isSource": true,
1186
1186
  "original": {
@@ -1203,7 +1203,7 @@ var tokens = [{
1203
1203
  "introduced": "0.10.28",
1204
1204
  "description": "Helpful guidance goes here"
1205
1205
  },
1206
- "value": "12px",
1206
+ "value": "0.75rem",
1207
1207
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1208
1208
  "isSource": true,
1209
1209
  "original": {
@@ -1226,7 +1226,7 @@ var tokens = [{
1226
1226
  "introduced": "0.10.28",
1227
1227
  "description": "Helpful guidance goes here"
1228
1228
  },
1229
- "value": "16px",
1229
+ "value": "1rem",
1230
1230
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1231
1231
  "isSource": true,
1232
1232
  "original": {
@@ -1249,7 +1249,7 @@ var tokens = [{
1249
1249
  "introduced": "0.10.28",
1250
1250
  "description": "Helpful guidance goes here"
1251
1251
  },
1252
- "value": "20px",
1252
+ "value": "1.25rem",
1253
1253
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1254
1254
  "isSource": true,
1255
1255
  "original": {
@@ -1272,7 +1272,7 @@ var tokens = [{
1272
1272
  "introduced": "0.10.28",
1273
1273
  "description": "Helpful guidance goes here"
1274
1274
  },
1275
- "value": "24px",
1275
+ "value": "1.5rem",
1276
1276
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1277
1277
  "isSource": true,
1278
1278
  "original": {
@@ -1295,7 +1295,7 @@ var tokens = [{
1295
1295
  "introduced": "0.10.28",
1296
1296
  "description": "Helpful guidance goes here"
1297
1297
  },
1298
- "value": "32px",
1298
+ "value": "2rem",
1299
1299
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1300
1300
  "isSource": true,
1301
1301
  "original": {
@@ -1318,7 +1318,7 @@ var tokens = [{
1318
1318
  "introduced": "0.10.28",
1319
1319
  "description": "Helpful guidance goes here"
1320
1320
  },
1321
- "value": "40px",
1321
+ "value": "2.5rem",
1322
1322
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1323
1323
  "isSource": true,
1324
1324
  "original": {
@@ -1341,7 +1341,7 @@ var tokens = [{
1341
1341
  "introduced": "0.10.28",
1342
1342
  "description": "Helpful guidance goes here"
1343
1343
  },
1344
- "value": "48px",
1344
+ "value": "3rem",
1345
1345
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1346
1346
  "isSource": true,
1347
1347
  "original": {
@@ -1364,7 +1364,7 @@ var tokens = [{
1364
1364
  "introduced": "0.10.28",
1365
1365
  "description": "Helpful guidance goes here"
1366
1366
  },
1367
- "value": "2px",
1367
+ "value": "0.125rem",
1368
1368
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1369
1369
  "isSource": true,
1370
1370
  "original": {
@@ -1387,7 +1387,7 @@ var tokens = [{
1387
1387
  "introduced": "0.10.28",
1388
1388
  "description": "Helpful guidance goes here"
1389
1389
  },
1390
- "value": "4px",
1390
+ "value": "0.25rem",
1391
1391
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1392
1392
  "isSource": true,
1393
1393
  "original": {
@@ -1410,7 +1410,7 @@ var tokens = [{
1410
1410
  "introduced": "0.10.28",
1411
1411
  "description": "Helpful guidance goes here"
1412
1412
  },
1413
- "value": "6px",
1413
+ "value": "0.375rem",
1414
1414
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1415
1415
  "isSource": true,
1416
1416
  "original": {
@@ -1433,7 +1433,7 @@ var tokens = [{
1433
1433
  "introduced": "0.10.28",
1434
1434
  "description": "Helpful guidance goes here"
1435
1435
  },
1436
- "value": "8px",
1436
+ "value": "0.5rem",
1437
1437
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1438
1438
  "isSource": true,
1439
1439
  "original": {
@@ -1456,7 +1456,7 @@ var tokens = [{
1456
1456
  "introduced": "0.10.28",
1457
1457
  "description": "Helpful guidance goes here"
1458
1458
  },
1459
- "value": "12px",
1459
+ "value": "0.75rem",
1460
1460
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1461
1461
  "isSource": true,
1462
1462
  "original": {
@@ -1479,7 +1479,7 @@ var tokens = [{
1479
1479
  "introduced": "0.10.28",
1480
1480
  "description": "Helpful guidance goes here"
1481
1481
  },
1482
- "value": "16px",
1482
+ "value": "1rem",
1483
1483
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1484
1484
  "isSource": true,
1485
1485
  "original": {
@@ -1502,7 +1502,7 @@ var tokens = [{
1502
1502
  "introduced": "0.10.28",
1503
1503
  "description": "Helpful guidance goes here"
1504
1504
  },
1505
- "value": "20px",
1505
+ "value": "1.25rem",
1506
1506
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1507
1507
  "isSource": true,
1508
1508
  "original": {
@@ -1525,7 +1525,7 @@ var tokens = [{
1525
1525
  "introduced": "0.10.28",
1526
1526
  "description": "Helpful guidance goes here"
1527
1527
  },
1528
- "value": "24px",
1528
+ "value": "1.5rem",
1529
1529
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1530
1530
  "isSource": true,
1531
1531
  "original": {
@@ -1548,7 +1548,7 @@ var tokens = [{
1548
1548
  "introduced": "0.10.28",
1549
1549
  "description": "Helpful guidance goes here"
1550
1550
  },
1551
- "value": "32px",
1551
+ "value": "2rem",
1552
1552
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1553
1553
  "isSource": true,
1554
1554
  "original": {
@@ -1571,7 +1571,7 @@ var tokens = [{
1571
1571
  "introduced": "0.10.28",
1572
1572
  "description": "Helpful guidance goes here"
1573
1573
  },
1574
- "value": "40px",
1574
+ "value": "2.5rem",
1575
1575
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1576
1576
  "isSource": true,
1577
1577
  "original": {
@@ -1594,7 +1594,7 @@ var tokens = [{
1594
1594
  "introduced": "0.10.28",
1595
1595
  "description": "Helpful guidance goes here"
1596
1596
  },
1597
- "value": "48px",
1597
+ "value": "3rem",
1598
1598
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1599
1599
  "isSource": true,
1600
1600
  "original": {
@@ -1617,7 +1617,7 @@ var tokens = [{
1617
1617
  "introduced": "0.10.28",
1618
1618
  "description": "Helpful guidance goes here"
1619
1619
  },
1620
- "value": "8px",
1620
+ "value": "0.5rem",
1621
1621
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1622
1622
  "isSource": true,
1623
1623
  "original": {
@@ -1640,7 +1640,7 @@ var tokens = [{
1640
1640
  "introduced": "0.10.28",
1641
1641
  "description": "Helpful guidance goes here"
1642
1642
  },
1643
- "value": "16px",
1643
+ "value": "1rem",
1644
1644
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1645
1645
  "isSource": true,
1646
1646
  "original": {
@@ -1663,7 +1663,7 @@ var tokens = [{
1663
1663
  "introduced": "0.10.28",
1664
1664
  "description": "Helpful guidance goes here"
1665
1665
  },
1666
- "value": "24px",
1666
+ "value": "1.5rem",
1667
1667
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1668
1668
  "isSource": true,
1669
1669
  "original": {
@@ -1686,7 +1686,7 @@ var tokens = [{
1686
1686
  "introduced": "0.10.28",
1687
1687
  "description": "Helpful guidance goes here"
1688
1688
  },
1689
- "value": "8px",
1689
+ "value": "0.5rem",
1690
1690
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1691
1691
  "isSource": true,
1692
1692
  "original": {
@@ -1709,7 +1709,7 @@ var tokens = [{
1709
1709
  "introduced": "0.10.28",
1710
1710
  "description": "Helpful guidance goes here"
1711
1711
  },
1712
- "value": "16px",
1712
+ "value": "1rem",
1713
1713
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1714
1714
  "isSource": true,
1715
1715
  "original": {
@@ -1732,7 +1732,7 @@ var tokens = [{
1732
1732
  "introduced": "0.10.28",
1733
1733
  "description": "Helpful guidance goes here"
1734
1734
  },
1735
- "value": "24px",
1735
+ "value": "1.5rem",
1736
1736
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1737
1737
  "isSource": true,
1738
1738
  "original": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::709c400533fbf03cd0b347f1aa9b3ff6>>
3
+ * @codegen <<SignedSource::83290a114618bdfa1ff9d24e32a6f1b1>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  var tokens = {
@@ -280,6 +280,8 @@ var tokens = {
280
280
  'shadow.overlay': '--ds-overlay',
281
281
  'elevation.shadow.raised': '--ds-shadow-raised',
282
282
  'elevation.shadow.overflow': '--ds-shadow-overflow',
283
+ 'elevation.shadow.overflow.spread': '--ds-shadow-overflow-spread',
284
+ 'elevation.shadow.overflow.perimeter': '--ds-shadow-overflow-perimeter',
283
285
  'elevation.shadow.overlay': '--ds-shadow-overlay',
284
286
  'elevation.surface': '--ds-surface',
285
287
  'elevation.surface.hovered': '--ds-surface-hovered',