@atlaskit/tokens 0.13.3 → 0.13.5

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 (107) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/css/atlassian-dark.css +321 -321
  3. package/css/atlassian-legacy-dark.css +321 -321
  4. package/css/atlassian-legacy-light.css +321 -321
  5. package/css/atlassian-light.css +321 -321
  6. package/css/atlassian-spacing.css +31 -31
  7. package/css/atlassian-typography.css +6 -6
  8. package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +340 -340
  9. package/dist/cjs/artifacts/palettes-raw/palette.js +607 -607
  10. package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +35 -35
  11. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +43 -43
  12. package/dist/cjs/artifacts/replacement-mapping.js +112 -112
  13. package/dist/cjs/artifacts/token-default-values.js +199 -199
  14. package/dist/cjs/artifacts/token-names.js +199 -199
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +3846 -3459
  19. package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  20. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +80 -60
  21. package/dist/cjs/get-token-value.js +1 -1
  22. package/dist/cjs/get-token.js +1 -1
  23. package/dist/cjs/tokens/default/color/background.js +2 -2
  24. package/dist/cjs/tokens/default/color/border.js +1 -1
  25. package/dist/cjs/tokens/default/color/chart.js +94 -94
  26. package/dist/cjs/tokens/default/color/icon.js +1 -1
  27. package/dist/cjs/tokens/default/color/text.js +1 -1
  28. package/dist/cjs/version.json +1 -1
  29. package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +340 -340
  30. package/dist/es2019/artifacts/palettes-raw/palette.js +607 -607
  31. package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +35 -35
  32. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +43 -43
  33. package/dist/es2019/artifacts/replacement-mapping.js +112 -112
  34. package/dist/es2019/artifacts/token-default-values.js +199 -199
  35. package/dist/es2019/artifacts/token-names.js +199 -199
  36. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
  37. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
  38. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
  39. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +3846 -3459
  40. package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  41. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +80 -60
  42. package/dist/es2019/get-token-value.js +1 -1
  43. package/dist/es2019/get-token.js +1 -1
  44. package/dist/es2019/tokens/default/color/background.js +2 -2
  45. package/dist/es2019/tokens/default/color/border.js +1 -1
  46. package/dist/es2019/tokens/default/color/chart.js +94 -94
  47. package/dist/es2019/tokens/default/color/icon.js +1 -1
  48. package/dist/es2019/tokens/default/color/text.js +1 -1
  49. package/dist/es2019/version.json +1 -1
  50. package/dist/esm/artifacts/palettes-raw/legacy-palette.js +340 -340
  51. package/dist/esm/artifacts/palettes-raw/palette.js +607 -607
  52. package/dist/esm/artifacts/palettes-raw/spacing-scale.js +35 -35
  53. package/dist/esm/artifacts/palettes-raw/typography-palette.js +43 -43
  54. package/dist/esm/artifacts/replacement-mapping.js +112 -112
  55. package/dist/esm/artifacts/token-default-values.js +199 -199
  56. package/dist/esm/artifacts/token-names.js +199 -199
  57. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +3898 -3511
  58. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +3900 -3513
  59. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +3802 -3415
  60. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +3846 -3459
  61. package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +702 -622
  62. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +80 -60
  63. package/dist/esm/get-token-value.js +1 -1
  64. package/dist/esm/get-token.js +1 -1
  65. package/dist/esm/tokens/default/color/background.js +2 -2
  66. package/dist/esm/tokens/default/color/border.js +1 -1
  67. package/dist/esm/tokens/default/color/chart.js +94 -94
  68. package/dist/esm/tokens/default/color/icon.js +1 -1
  69. package/dist/esm/tokens/default/color/text.js +1 -1
  70. package/dist/esm/version.json +1 -1
  71. package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +5 -5
  72. package/dist/types/artifacts/palettes-raw/palette.d.ts +5 -5
  73. package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +1 -1
  74. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  75. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  76. package/dist/types/artifacts/token-default-values.d.ts +199 -199
  77. package/dist/types/artifacts/token-names.d.ts +397 -397
  78. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +42 -37
  79. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +42 -37
  80. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +38 -33
  81. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +38 -33
  82. package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +22 -17
  83. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +2 -1
  84. package/dist/types/artifacts/types-internal.d.ts +2 -2
  85. package/dist/types/artifacts/types.d.ts +2 -2
  86. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +1 -1
  87. package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +1 -1
  88. package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +1 -1
  89. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +1 -1
  90. package/dist/types/tokens/default/utility/utility.d.ts +1 -1
  91. package/figma/atlassian-dark.json +2733 -0
  92. package/figma/atlassian-legacy-dark.json +2733 -0
  93. package/figma/atlassian-legacy-light.json +2711 -0
  94. package/figma/atlassian-light.json +2711 -0
  95. package/figma/atlassian-spacing.json +956 -0
  96. package/figma/atlassian-typography.json +114 -0
  97. package/package.json +5 -3
  98. package/report.api.md +396 -396
  99. package/tmp/api-report-tmp.d.ts +396 -396
  100. package/dist/cjs/figma/synchronize-figma-tokens.js +0 -220
  101. package/dist/cjs/figma/types.js +0 -5
  102. package/dist/es2019/figma/synchronize-figma-tokens.js +0 -212
  103. package/dist/es2019/figma/types.js +0 -1
  104. package/dist/esm/figma/synchronize-figma-tokens.js +0 -216
  105. package/dist/esm/figma/types.js +0 -1
  106. package/dist/types/figma/synchronize-figma-tokens.d.ts +0 -24
  107. package/dist/types/figma/types.d.ts +0 -40
@@ -7,15 +7,14 @@ 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::7147438ced4ed1bf7f4544ca85df4274>>
10
+ * @codegen <<SignedSource::ebaeba748330e1bc0e04fabb60597525>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  var tokens = [{
14
14
  "attributes": {
15
15
  "group": "spacing",
16
16
  "state": "active",
17
- "introduced": "0.12.0",
18
- "pixelValue": "0px",
17
+ "introduced": "0.10.16",
19
18
  "description": "Equates to `0`. Can be used for resetting default spacing styles."
20
19
  },
21
20
  "value": "0",
@@ -25,22 +24,93 @@ var tokens = [{
25
24
  "attributes": {
26
25
  "group": "spacing",
27
26
  "state": "active",
28
- "introduced": "0.12.0",
29
- "pixelValue": "0px",
27
+ "introduced": "0.10.16",
30
28
  "description": "Equates to `0`. Can be used for resetting default spacing styles."
31
29
  },
32
30
  "value": "Space0"
33
31
  },
34
- "name": "space.0",
35
- "path": ["space", "0"]
32
+ "name": "spacing.scale.0",
33
+ "path": ["spacing", "scale", "0"],
34
+ "cleanName": "spacing.scale.0"
35
+ }, {
36
+ "attributes": {
37
+ "group": "spacing",
38
+ "state": "active",
39
+ "suggest": ["1px", "3px"],
40
+ "introduced": "0.10.16",
41
+ "description": "Use for spacing in compact scenarios. The smallest value in our scale."
42
+ },
43
+ "value": "0.125rem",
44
+ "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
45
+ "isSource": true,
46
+ "original": {
47
+ "attributes": {
48
+ "group": "spacing",
49
+ "state": "active",
50
+ "suggest": ["1px", "3px"],
51
+ "introduced": "0.10.16",
52
+ "description": "Use for spacing in compact scenarios. The smallest value in our scale."
53
+ },
54
+ "value": "Space025"
55
+ },
56
+ "name": "spacing.scale.025",
57
+ "path": ["spacing", "scale", "025"],
58
+ "cleanName": "spacing.scale.025"
59
+ }, {
60
+ "attributes": {
61
+ "group": "spacing",
62
+ "state": "active",
63
+ "suggest": ["3px", "5px"],
64
+ "introduced": "0.10.16",
65
+ "description": "Helpful guidance goes here"
66
+ },
67
+ "value": "0.25rem",
68
+ "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
69
+ "isSource": true,
70
+ "original": {
71
+ "attributes": {
72
+ "group": "spacing",
73
+ "state": "active",
74
+ "suggest": ["3px", "5px"],
75
+ "introduced": "0.10.16",
76
+ "description": "Helpful guidance goes here"
77
+ },
78
+ "value": "Space050"
79
+ },
80
+ "name": "spacing.scale.050",
81
+ "path": ["spacing", "scale", "050"],
82
+ "cleanName": "spacing.scale.050"
83
+ }, {
84
+ "attributes": {
85
+ "group": "spacing",
86
+ "state": "active",
87
+ "suggest": ["5px", "7px"],
88
+ "introduced": "0.10.16",
89
+ "description": "Helpful guidance goes here"
90
+ },
91
+ "value": "0.375rem",
92
+ "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
93
+ "isSource": true,
94
+ "original": {
95
+ "attributes": {
96
+ "group": "spacing",
97
+ "state": "active",
98
+ "suggest": ["5px", "7px"],
99
+ "introduced": "0.10.16",
100
+ "description": "Helpful guidance goes here"
101
+ },
102
+ "value": "Space075"
103
+ },
104
+ "name": "spacing.scale.075",
105
+ "path": ["spacing", "scale", "075"],
106
+ "cleanName": "spacing.scale.075"
36
107
  }, {
37
108
  "attributes": {
38
109
  "group": "spacing",
39
110
  "state": "active",
40
111
  "suggest": ["7px", "9px"],
41
- "introduced": "0.12.0",
42
- "pixelValue": "8px",
43
- "description": "Use for gutter spacing."
112
+ "introduced": "0.10.16",
113
+ "description": "Helpful guidance goes here"
44
114
  },
45
115
  "value": "0.5rem",
46
116
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
@@ -50,21 +120,20 @@ var tokens = [{
50
120
  "group": "spacing",
51
121
  "state": "active",
52
122
  "suggest": ["7px", "9px"],
53
- "introduced": "0.12.0",
54
- "pixelValue": "8px",
55
- "description": "Use for gutter spacing."
123
+ "introduced": "0.10.16",
124
+ "description": "Helpful guidance goes here"
56
125
  },
57
126
  "value": "Space100"
58
127
  },
59
- "name": "space.100",
60
- "path": ["space", "100"]
128
+ "name": "spacing.scale.100",
129
+ "path": ["spacing", "scale", "100"],
130
+ "cleanName": "spacing.scale.100"
61
131
  }, {
62
132
  "attributes": {
63
133
  "group": "spacing",
64
134
  "state": "active",
65
135
  "suggest": ["10px", "11px", "13px", "14px"],
66
- "introduced": "0.12.0",
67
- "pixelValue": "12px",
136
+ "introduced": "0.10.16",
68
137
  "description": "Helpful guidance goes here"
69
138
  },
70
139
  "value": "0.75rem",
@@ -75,22 +144,21 @@ var tokens = [{
75
144
  "group": "spacing",
76
145
  "state": "active",
77
146
  "suggest": ["10px", "11px", "13px", "14px"],
78
- "introduced": "0.12.0",
79
- "pixelValue": "12px",
147
+ "introduced": "0.10.16",
80
148
  "description": "Helpful guidance goes here"
81
149
  },
82
150
  "value": "Space150"
83
151
  },
84
- "name": "space.150",
85
- "path": ["space", "150"]
152
+ "name": "spacing.scale.150",
153
+ "path": ["spacing", "scale", "150"],
154
+ "cleanName": "spacing.scale.150"
86
155
  }, {
87
156
  "attributes": {
88
157
  "group": "spacing",
89
158
  "state": "active",
90
159
  "suggest": ["14px", "15px", "17px", "18px"],
91
- "introduced": "0.12.0",
92
- "pixelValue": "16px",
93
- "description": "Use for gutter spacing."
160
+ "introduced": "0.10.16",
161
+ "description": "Helpful guidance goes here"
94
162
  },
95
163
  "value": "1rem",
96
164
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
@@ -100,22 +168,21 @@ var tokens = [{
100
168
  "group": "spacing",
101
169
  "state": "active",
102
170
  "suggest": ["14px", "15px", "17px", "18px"],
103
- "introduced": "0.12.0",
104
- "pixelValue": "16px",
105
- "description": "Use for gutter spacing."
171
+ "introduced": "0.10.16",
172
+ "description": "Helpful guidance goes here"
106
173
  },
107
174
  "value": "Space200"
108
175
  },
109
- "name": "space.200",
110
- "path": ["space", "200"]
176
+ "name": "spacing.scale.200",
177
+ "path": ["spacing", "scale", "200"],
178
+ "cleanName": "spacing.scale.200"
111
179
  }, {
112
180
  "attributes": {
113
181
  "group": "spacing",
114
182
  "state": "active",
115
183
  "suggest": ["19px", "21px", "22px", "23px"],
116
- "introduced": "0.12.0",
117
- "pixelValue": "20px",
118
- "description": "Use for gutter spacing."
184
+ "introduced": "0.10.16",
185
+ "description": "Helpful guidance goes here"
119
186
  },
120
187
  "value": "1.25rem",
121
188
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
@@ -125,22 +192,21 @@ var tokens = [{
125
192
  "group": "spacing",
126
193
  "state": "active",
127
194
  "suggest": ["19px", "21px", "22px", "23px"],
128
- "introduced": "0.12.0",
129
- "pixelValue": "20px",
130
- "description": "Use for gutter spacing."
195
+ "introduced": "0.10.16",
196
+ "description": "Helpful guidance goes here"
131
197
  },
132
198
  "value": "Space250"
133
199
  },
134
- "name": "space.250",
135
- "path": ["space", "250"]
200
+ "name": "spacing.scale.250",
201
+ "path": ["spacing", "scale", "250"],
202
+ "cleanName": "spacing.scale.250"
136
203
  }, {
137
204
  "attributes": {
138
205
  "group": "spacing",
139
206
  "state": "active",
140
207
  "suggest": ["23px", "25px", "26px", "27px", "28px"],
141
- "introduced": "0.12.0",
142
- "pixelValue": "24px",
143
- "description": "Use for gutter spacing."
208
+ "introduced": "0.10.16",
209
+ "description": "Helpful guidance goes here"
144
210
  },
145
211
  "value": "1.5rem",
146
212
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
@@ -150,22 +216,21 @@ var tokens = [{
150
216
  "group": "spacing",
151
217
  "state": "active",
152
218
  "suggest": ["23px", "25px", "26px", "27px", "28px"],
153
- "introduced": "0.12.0",
154
- "pixelValue": "24px",
155
- "description": "Use for gutter spacing."
219
+ "introduced": "0.10.16",
220
+ "description": "Helpful guidance goes here"
156
221
  },
157
222
  "value": "Space300"
158
223
  },
159
- "name": "space.300",
160
- "path": ["space", "300"]
224
+ "name": "spacing.scale.300",
225
+ "path": ["spacing", "scale", "300"],
226
+ "cleanName": "spacing.scale.300"
161
227
  }, {
162
228
  "attributes": {
163
229
  "group": "spacing",
164
230
  "state": "active",
165
231
  "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
166
- "introduced": "0.12.0",
167
- "pixelValue": "32px",
168
- "description": "Use for gutter spacing."
232
+ "introduced": "0.10.16",
233
+ "description": "Helpful guidance goes here"
169
234
  },
170
235
  "value": "2rem",
171
236
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
@@ -175,21 +240,21 @@ var tokens = [{
175
240
  "group": "spacing",
176
241
  "state": "active",
177
242
  "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
178
- "introduced": "0.12.0",
179
- "pixelValue": "32px",
180
- "description": "Use for gutter spacing."
243
+ "introduced": "0.10.16",
244
+ "description": "Helpful guidance goes here"
181
245
  },
182
246
  "value": "Space400"
183
247
  },
184
- "name": "space.400",
185
- "path": ["space", "400"]
248
+ "name": "spacing.scale.400",
249
+ "path": ["spacing", "scale", "400"],
250
+ "cleanName": "spacing.scale.400"
186
251
  }, {
187
252
  "attributes": {
188
253
  "group": "spacing",
189
254
  "state": "active",
190
- "introduced": "0.12.0",
191
- "pixelValue": "40px",
192
- "description": "Use for larger layout-specific spacing."
255
+ "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
256
+ "introduced": "0.10.16",
257
+ "description": "Helpful guidance goes here"
193
258
  },
194
259
  "value": "2.5rem",
195
260
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
@@ -198,21 +263,21 @@ var tokens = [{
198
263
  "attributes": {
199
264
  "group": "spacing",
200
265
  "state": "active",
201
- "introduced": "0.12.0",
202
- "pixelValue": "40px",
203
- "description": "Use for larger layout-specific spacing."
266
+ "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
267
+ "introduced": "0.10.16",
268
+ "description": "Helpful guidance goes here"
204
269
  },
205
270
  "value": "Space500"
206
271
  },
207
- "name": "space.500",
208
- "path": ["space", "500"]
272
+ "name": "spacing.scale.500",
273
+ "path": ["spacing", "scale", "500"],
274
+ "cleanName": "spacing.scale.500"
209
275
  }, {
210
276
  "attributes": {
211
277
  "group": "spacing",
212
278
  "state": "active",
213
- "introduced": "0.12.0",
214
- "pixelValue": "48px",
215
- "description": "Use for larger layout-specific spacing."
279
+ "introduced": "0.10.16",
280
+ "description": "Helpful guidance goes here"
216
281
  },
217
282
  "value": "3rem",
218
283
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
@@ -221,21 +286,21 @@ var tokens = [{
221
286
  "attributes": {
222
287
  "group": "spacing",
223
288
  "state": "active",
224
- "introduced": "0.12.0",
225
- "pixelValue": "48px",
226
- "description": "Use for larger layout-specific spacing."
289
+ "introduced": "0.10.16",
290
+ "description": "Helpful guidance goes here"
227
291
  },
228
292
  "value": "Space600"
229
293
  },
230
- "name": "space.600",
231
- "path": ["space", "600"]
294
+ "name": "spacing.scale.600",
295
+ "path": ["spacing", "scale", "600"],
296
+ "cleanName": "spacing.scale.600"
232
297
  }, {
233
298
  "attributes": {
234
299
  "group": "spacing",
235
300
  "state": "active",
236
301
  "introduced": "0.12.0",
237
- "pixelValue": "64px",
238
- "description": "Use for larger layout-specific spacing."
302
+ "pixelValue": "",
303
+ "description": "Helpful guidance goes here"
239
304
  },
240
305
  "value": "4rem",
241
306
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
@@ -245,20 +310,21 @@ var tokens = [{
245
310
  "group": "spacing",
246
311
  "state": "active",
247
312
  "introduced": "0.12.0",
248
- "pixelValue": "64px",
249
- "description": "Use for larger layout-specific spacing."
313
+ "pixelValue": "",
314
+ "description": "Helpful guidance goes here"
250
315
  },
251
316
  "value": "Space800"
252
317
  },
253
- "name": "space.800",
254
- "path": ["space", "800"]
318
+ "name": "spacing.scale.800",
319
+ "path": ["spacing", "scale", "800"],
320
+ "cleanName": "spacing.scale.800"
255
321
  }, {
256
322
  "attributes": {
257
323
  "group": "spacing",
258
324
  "state": "active",
259
325
  "introduced": "0.12.0",
260
326
  "pixelValue": "80px",
261
- "description": "Use for larger layout-specific spacing."
327
+ "description": "Helpful guidance goes here"
262
328
  },
263
329
  "value": "5rem",
264
330
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
@@ -269,114 +335,115 @@ var tokens = [{
269
335
  "state": "active",
270
336
  "introduced": "0.12.0",
271
337
  "pixelValue": "80px",
272
- "description": "Use for larger layout-specific spacing."
338
+ "description": "Helpful guidance goes here"
273
339
  },
274
340
  "value": "Space1000"
275
341
  },
276
- "name": "space.1000",
277
- "path": ["space", "1000"]
342
+ "name": "spacing.scale.1000",
343
+ "path": ["spacing", "scale", "1000"],
344
+ "cleanName": "spacing.scale.1000"
278
345
  }, {
279
346
  "attributes": {
280
347
  "group": "spacing",
281
- "state": "active",
282
- "suggest": ["1px", "3px"],
283
- "introduced": "0.12.0",
284
- "pixelValue": "2px",
285
- "description": "Use for spacing in compact scenarios. The smallest value in our scale."
348
+ "state": "experimental",
349
+ "replacement": "0",
350
+ "introduced": "0.10.28",
351
+ "description": "Helpful guidance goes here"
286
352
  },
287
- "value": "0.125rem",
353
+ "value": "0",
288
354
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
289
355
  "isSource": true,
290
356
  "original": {
291
357
  "attributes": {
292
358
  "group": "spacing",
293
- "state": "active",
294
- "suggest": ["1px", "3px"],
295
- "introduced": "0.12.0",
296
- "pixelValue": "2px",
297
- "description": "Use for spacing in compact scenarios. The smallest value in our scale."
359
+ "state": "experimental",
360
+ "replacement": "0",
361
+ "introduced": "0.10.28",
362
+ "description": "Helpful guidance goes here"
298
363
  },
299
- "value": "Space025"
364
+ "value": "Space0"
300
365
  },
301
- "name": "space.025",
302
- "path": ["space", "025"]
366
+ "name": "spacing.scaleLinear.0",
367
+ "path": ["spacing", "scaleLinear", "0"],
368
+ "cleanName": "spacing.scaleLinear.0"
303
369
  }, {
304
370
  "attributes": {
305
371
  "group": "spacing",
306
- "state": "active",
307
- "suggest": ["3px", "5px"],
308
- "introduced": "0.12.0",
309
- "pixelValue": "4px",
310
- "description": "Use for spacing in compact scenarios."
372
+ "state": "experimental",
373
+ "replacement": "2px",
374
+ "introduced": "0.10.28",
375
+ "description": "Helpful guidance goes here"
311
376
  },
312
- "value": "0.25rem",
377
+ "value": "0.125rem",
313
378
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
314
379
  "isSource": true,
315
380
  "original": {
316
381
  "attributes": {
317
382
  "group": "spacing",
318
- "state": "active",
319
- "suggest": ["3px", "5px"],
320
- "introduced": "0.12.0",
321
- "pixelValue": "4px",
322
- "description": "Use for spacing in compact scenarios."
383
+ "state": "experimental",
384
+ "replacement": "2px",
385
+ "introduced": "0.10.28",
386
+ "description": "Helpful guidance goes here"
323
387
  },
324
- "value": "Space050"
388
+ "value": "Space025"
325
389
  },
326
- "name": "space.050",
327
- "path": ["space", "050"]
390
+ "name": "spacing.scaleLinear.100",
391
+ "path": ["spacing", "scaleLinear", "100"],
392
+ "cleanName": "spacing.scaleLinear.100"
328
393
  }, {
329
394
  "attributes": {
330
395
  "group": "spacing",
331
- "state": "active",
332
- "suggest": ["5px", "7px"],
333
- "introduced": "0.12.0",
334
- "pixelValue": "6px",
335
- "description": "Use for spacing in compact scenarios."
396
+ "state": "experimental",
397
+ "replacement": "4px",
398
+ "introduced": "0.10.28",
399
+ "description": "Helpful guidance goes here"
336
400
  },
337
- "value": "0.375rem",
401
+ "value": "0.25rem",
338
402
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
339
403
  "isSource": true,
340
404
  "original": {
341
405
  "attributes": {
342
406
  "group": "spacing",
343
- "state": "active",
344
- "suggest": ["5px", "7px"],
345
- "introduced": "0.12.0",
346
- "pixelValue": "6px",
347
- "description": "Use for spacing in compact scenarios."
407
+ "state": "experimental",
408
+ "replacement": "4px",
409
+ "introduced": "0.10.28",
410
+ "description": "Helpful guidance goes here"
348
411
  },
349
- "value": "Space075"
412
+ "value": "Space050"
350
413
  },
351
- "name": "space.075",
352
- "path": ["space", "075"]
414
+ "name": "spacing.scaleLinear.200",
415
+ "path": ["spacing", "scaleLinear", "200"],
416
+ "cleanName": "spacing.scaleLinear.200"
353
417
  }, {
354
418
  "attributes": {
355
419
  "group": "spacing",
356
- "state": "active",
357
- "introduced": "0.10.16",
358
- "description": "Equates to `0`. Can be used for resetting default spacing styles."
420
+ "state": "experimental",
421
+ "replacement": "6px",
422
+ "introduced": "0.10.28",
423
+ "description": "Helpful guidance goes here"
359
424
  },
360
- "value": "0",
425
+ "value": "0.375rem",
361
426
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
362
427
  "isSource": true,
363
428
  "original": {
364
429
  "attributes": {
365
430
  "group": "spacing",
366
- "state": "active",
367
- "introduced": "0.10.16",
368
- "description": "Equates to `0`. Can be used for resetting default spacing styles."
431
+ "state": "experimental",
432
+ "replacement": "6px",
433
+ "introduced": "0.10.28",
434
+ "description": "Helpful guidance goes here"
369
435
  },
370
- "value": "Space0"
436
+ "value": "Space075"
371
437
  },
372
- "name": "spacing.scale.0",
373
- "path": ["spacing", "scale", "0"]
438
+ "name": "spacing.scaleLinear.300",
439
+ "path": ["spacing", "scaleLinear", "300"],
440
+ "cleanName": "spacing.scaleLinear.300"
374
441
  }, {
375
442
  "attributes": {
376
443
  "group": "spacing",
377
- "state": "active",
378
- "suggest": ["7px", "9px"],
379
- "introduced": "0.10.16",
444
+ "state": "experimental",
445
+ "replacement": "8px",
446
+ "introduced": "0.10.28",
380
447
  "description": "Helpful guidance goes here"
381
448
  },
382
449
  "value": "0.5rem",
@@ -385,21 +452,22 @@ var tokens = [{
385
452
  "original": {
386
453
  "attributes": {
387
454
  "group": "spacing",
388
- "state": "active",
389
- "suggest": ["7px", "9px"],
390
- "introduced": "0.10.16",
455
+ "state": "experimental",
456
+ "replacement": "8px",
457
+ "introduced": "0.10.28",
391
458
  "description": "Helpful guidance goes here"
392
459
  },
393
460
  "value": "Space100"
394
461
  },
395
- "name": "spacing.scale.100",
396
- "path": ["spacing", "scale", "100"]
462
+ "name": "spacing.scaleLinear.400",
463
+ "path": ["spacing", "scaleLinear", "400"],
464
+ "cleanName": "spacing.scaleLinear.400"
397
465
  }, {
398
466
  "attributes": {
399
467
  "group": "spacing",
400
- "state": "active",
401
- "suggest": ["10px", "11px", "13px", "14px"],
402
- "introduced": "0.10.16",
468
+ "state": "experimental",
469
+ "replacement": "12px",
470
+ "introduced": "0.10.28",
403
471
  "description": "Helpful guidance goes here"
404
472
  },
405
473
  "value": "0.75rem",
@@ -408,21 +476,22 @@ var tokens = [{
408
476
  "original": {
409
477
  "attributes": {
410
478
  "group": "spacing",
411
- "state": "active",
412
- "suggest": ["10px", "11px", "13px", "14px"],
413
- "introduced": "0.10.16",
479
+ "state": "experimental",
480
+ "replacement": "12px",
481
+ "introduced": "0.10.28",
414
482
  "description": "Helpful guidance goes here"
415
483
  },
416
484
  "value": "Space150"
417
485
  },
418
- "name": "spacing.scale.150",
419
- "path": ["spacing", "scale", "150"]
486
+ "name": "spacing.scaleLinear.500",
487
+ "path": ["spacing", "scaleLinear", "500"],
488
+ "cleanName": "spacing.scaleLinear.500"
420
489
  }, {
421
490
  "attributes": {
422
491
  "group": "spacing",
423
- "state": "active",
424
- "suggest": ["14px", "15px", "17px", "18px"],
425
- "introduced": "0.10.16",
492
+ "state": "experimental",
493
+ "replacement": "16px",
494
+ "introduced": "0.10.28",
426
495
  "description": "Helpful guidance goes here"
427
496
  },
428
497
  "value": "1rem",
@@ -431,21 +500,22 @@ var tokens = [{
431
500
  "original": {
432
501
  "attributes": {
433
502
  "group": "spacing",
434
- "state": "active",
435
- "suggest": ["14px", "15px", "17px", "18px"],
436
- "introduced": "0.10.16",
503
+ "state": "experimental",
504
+ "replacement": "16px",
505
+ "introduced": "0.10.28",
437
506
  "description": "Helpful guidance goes here"
438
507
  },
439
508
  "value": "Space200"
440
509
  },
441
- "name": "spacing.scale.200",
442
- "path": ["spacing", "scale", "200"]
510
+ "name": "spacing.scaleLinear.600",
511
+ "path": ["spacing", "scaleLinear", "600"],
512
+ "cleanName": "spacing.scaleLinear.600"
443
513
  }, {
444
514
  "attributes": {
445
515
  "group": "spacing",
446
- "state": "active",
447
- "suggest": ["19px", "21px", "22px", "23px"],
448
- "introduced": "0.10.16",
516
+ "state": "experimental",
517
+ "replacement": "20px",
518
+ "introduced": "0.10.28",
449
519
  "description": "Helpful guidance goes here"
450
520
  },
451
521
  "value": "1.25rem",
@@ -454,21 +524,22 @@ var tokens = [{
454
524
  "original": {
455
525
  "attributes": {
456
526
  "group": "spacing",
457
- "state": "active",
458
- "suggest": ["19px", "21px", "22px", "23px"],
459
- "introduced": "0.10.16",
527
+ "state": "experimental",
528
+ "replacement": "20px",
529
+ "introduced": "0.10.28",
460
530
  "description": "Helpful guidance goes here"
461
531
  },
462
532
  "value": "Space250"
463
533
  },
464
- "name": "spacing.scale.250",
465
- "path": ["spacing", "scale", "250"]
534
+ "name": "spacing.scaleLinear.700",
535
+ "path": ["spacing", "scaleLinear", "700"],
536
+ "cleanName": "spacing.scaleLinear.700"
466
537
  }, {
467
538
  "attributes": {
468
539
  "group": "spacing",
469
- "state": "active",
470
- "suggest": ["23px", "25px", "26px", "27px", "28px"],
471
- "introduced": "0.10.16",
540
+ "state": "experimental",
541
+ "replacement": "24px",
542
+ "introduced": "0.10.28",
472
543
  "description": "Helpful guidance goes here"
473
544
  },
474
545
  "value": "1.5rem",
@@ -477,21 +548,22 @@ var tokens = [{
477
548
  "original": {
478
549
  "attributes": {
479
550
  "group": "spacing",
480
- "state": "active",
481
- "suggest": ["23px", "25px", "26px", "27px", "28px"],
482
- "introduced": "0.10.16",
551
+ "state": "experimental",
552
+ "replacement": "24px",
553
+ "introduced": "0.10.28",
483
554
  "description": "Helpful guidance goes here"
484
555
  },
485
556
  "value": "Space300"
486
557
  },
487
- "name": "spacing.scale.300",
488
- "path": ["spacing", "scale", "300"]
558
+ "name": "spacing.scaleLinear.800",
559
+ "path": ["spacing", "scaleLinear", "800"],
560
+ "cleanName": "spacing.scaleLinear.800"
489
561
  }, {
490
562
  "attributes": {
491
563
  "group": "spacing",
492
- "state": "active",
493
- "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
494
- "introduced": "0.10.16",
564
+ "state": "experimental",
565
+ "replacement": "32px",
566
+ "introduced": "0.10.28",
495
567
  "description": "Helpful guidance goes here"
496
568
  },
497
569
  "value": "2rem",
@@ -500,21 +572,22 @@ var tokens = [{
500
572
  "original": {
501
573
  "attributes": {
502
574
  "group": "spacing",
503
- "state": "active",
504
- "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
505
- "introduced": "0.10.16",
575
+ "state": "experimental",
576
+ "replacement": "32px",
577
+ "introduced": "0.10.28",
506
578
  "description": "Helpful guidance goes here"
507
579
  },
508
580
  "value": "Space400"
509
581
  },
510
- "name": "spacing.scale.400",
511
- "path": ["spacing", "scale", "400"]
582
+ "name": "spacing.scaleLinear.900",
583
+ "path": ["spacing", "scaleLinear", "900"],
584
+ "cleanName": "spacing.scaleLinear.900"
512
585
  }, {
513
586
  "attributes": {
514
587
  "group": "spacing",
515
- "state": "active",
516
- "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
517
- "introduced": "0.10.16",
588
+ "state": "experimental",
589
+ "replacement": "40px",
590
+ "introduced": "0.10.28",
518
591
  "description": "Helpful guidance goes here"
519
592
  },
520
593
  "value": "2.5rem",
@@ -523,20 +596,22 @@ var tokens = [{
523
596
  "original": {
524
597
  "attributes": {
525
598
  "group": "spacing",
526
- "state": "active",
527
- "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
528
- "introduced": "0.10.16",
599
+ "state": "experimental",
600
+ "replacement": "40px",
601
+ "introduced": "0.10.28",
529
602
  "description": "Helpful guidance goes here"
530
603
  },
531
604
  "value": "Space500"
532
605
  },
533
- "name": "spacing.scale.500",
534
- "path": ["spacing", "scale", "500"]
606
+ "name": "spacing.scaleLinear.1000",
607
+ "path": ["spacing", "scaleLinear", "1000"],
608
+ "cleanName": "spacing.scaleLinear.1000"
535
609
  }, {
536
610
  "attributes": {
537
611
  "group": "spacing",
538
- "state": "active",
539
- "introduced": "0.10.16",
612
+ "state": "experimental",
613
+ "replacement": "48px",
614
+ "introduced": "0.10.28",
540
615
  "description": "Helpful guidance goes here"
541
616
  },
542
617
  "value": "3rem",
@@ -545,129 +620,16 @@ var tokens = [{
545
620
  "original": {
546
621
  "attributes": {
547
622
  "group": "spacing",
548
- "state": "active",
549
- "introduced": "0.10.16",
623
+ "state": "experimental",
624
+ "replacement": "48px",
625
+ "introduced": "0.10.28",
550
626
  "description": "Helpful guidance goes here"
551
627
  },
552
628
  "value": "Space600"
553
629
  },
554
- "name": "spacing.scale.600",
555
- "path": ["spacing", "scale", "600"]
556
- }, {
557
- "attributes": {
558
- "group": "spacing",
559
- "state": "active",
560
- "introduced": "0.12.0",
561
- "pixelValue": "",
562
- "description": "Helpful guidance goes here"
563
- },
564
- "value": "4rem",
565
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
566
- "isSource": true,
567
- "original": {
568
- "attributes": {
569
- "group": "spacing",
570
- "state": "active",
571
- "introduced": "0.12.0",
572
- "pixelValue": "",
573
- "description": "Helpful guidance goes here"
574
- },
575
- "value": "Space800"
576
- },
577
- "name": "spacing.scale.800",
578
- "path": ["spacing", "scale", "800"]
579
- }, {
580
- "attributes": {
581
- "group": "spacing",
582
- "state": "active",
583
- "introduced": "0.12.0",
584
- "pixelValue": "80px",
585
- "description": "Helpful guidance goes here"
586
- },
587
- "value": "5rem",
588
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
589
- "isSource": true,
590
- "original": {
591
- "attributes": {
592
- "group": "spacing",
593
- "state": "active",
594
- "introduced": "0.12.0",
595
- "pixelValue": "80px",
596
- "description": "Helpful guidance goes here"
597
- },
598
- "value": "Space1000"
599
- },
600
- "name": "spacing.scale.1000",
601
- "path": ["spacing", "scale", "1000"]
602
- }, {
603
- "attributes": {
604
- "group": "spacing",
605
- "state": "active",
606
- "suggest": ["1px", "3px"],
607
- "introduced": "0.10.16",
608
- "description": "Use for spacing in compact scenarios. The smallest value in our scale."
609
- },
610
- "value": "0.125rem",
611
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
612
- "isSource": true,
613
- "original": {
614
- "attributes": {
615
- "group": "spacing",
616
- "state": "active",
617
- "suggest": ["1px", "3px"],
618
- "introduced": "0.10.16",
619
- "description": "Use for spacing in compact scenarios. The smallest value in our scale."
620
- },
621
- "value": "Space025"
622
- },
623
- "name": "spacing.scale.025",
624
- "path": ["spacing", "scale", "025"]
625
- }, {
626
- "attributes": {
627
- "group": "spacing",
628
- "state": "active",
629
- "suggest": ["3px", "5px"],
630
- "introduced": "0.10.16",
631
- "description": "Helpful guidance goes here"
632
- },
633
- "value": "0.25rem",
634
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
635
- "isSource": true,
636
- "original": {
637
- "attributes": {
638
- "group": "spacing",
639
- "state": "active",
640
- "suggest": ["3px", "5px"],
641
- "introduced": "0.10.16",
642
- "description": "Helpful guidance goes here"
643
- },
644
- "value": "Space050"
645
- },
646
- "name": "spacing.scale.050",
647
- "path": ["spacing", "scale", "050"]
648
- }, {
649
- "attributes": {
650
- "group": "spacing",
651
- "state": "active",
652
- "suggest": ["5px", "7px"],
653
- "introduced": "0.10.16",
654
- "description": "Helpful guidance goes here"
655
- },
656
- "value": "0.375rem",
657
- "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
658
- "isSource": true,
659
- "original": {
660
- "attributes": {
661
- "group": "spacing",
662
- "state": "active",
663
- "suggest": ["5px", "7px"],
664
- "introduced": "0.10.16",
665
- "description": "Helpful guidance goes here"
666
- },
667
- "value": "Space075"
668
- },
669
- "name": "spacing.scale.075",
670
- "path": ["spacing", "scale", "075"]
630
+ "name": "spacing.scaleLinear.1100",
631
+ "path": ["spacing", "scaleLinear", "1100"],
632
+ "cleanName": "spacing.scaleLinear.1100"
671
633
  }, {
672
634
  "attributes": {
673
635
  "group": "spacing",
@@ -689,8 +651,9 @@ var tokens = [{
689
651
  },
690
652
  "value": "Space0"
691
653
  },
692
- "name": "spacing.scaleLinear.0",
693
- "path": ["spacing", "scaleLinear", "0"]
654
+ "name": "spacing.size.none",
655
+ "path": ["spacing", "size", "none"],
656
+ "cleanName": "spacing.size.none"
694
657
  }, {
695
658
  "attributes": {
696
659
  "group": "spacing",
@@ -712,8 +675,9 @@ var tokens = [{
712
675
  },
713
676
  "value": "Space025"
714
677
  },
715
- "name": "spacing.scaleLinear.100",
716
- "path": ["spacing", "scaleLinear", "100"]
678
+ "name": "spacing.size.xxxxSmall",
679
+ "path": ["spacing", "size", "xxxxSmall"],
680
+ "cleanName": "spacing.size.xxxxSmall"
717
681
  }, {
718
682
  "attributes": {
719
683
  "group": "spacing",
@@ -735,8 +699,9 @@ var tokens = [{
735
699
  },
736
700
  "value": "Space050"
737
701
  },
738
- "name": "spacing.scaleLinear.200",
739
- "path": ["spacing", "scaleLinear", "200"]
702
+ "name": "spacing.size.xxxSmall",
703
+ "path": ["spacing", "size", "xxxSmall"],
704
+ "cleanName": "spacing.size.xxxSmall"
740
705
  }, {
741
706
  "attributes": {
742
707
  "group": "spacing",
@@ -758,8 +723,9 @@ var tokens = [{
758
723
  },
759
724
  "value": "Space075"
760
725
  },
761
- "name": "spacing.scaleLinear.300",
762
- "path": ["spacing", "scaleLinear", "300"]
726
+ "name": "spacing.size.xxSmall",
727
+ "path": ["spacing", "size", "xxSmall"],
728
+ "cleanName": "spacing.size.xxSmall"
763
729
  }, {
764
730
  "attributes": {
765
731
  "group": "spacing",
@@ -781,8 +747,9 @@ var tokens = [{
781
747
  },
782
748
  "value": "Space100"
783
749
  },
784
- "name": "spacing.scaleLinear.400",
785
- "path": ["spacing", "scaleLinear", "400"]
750
+ "name": "spacing.size.xsmall",
751
+ "path": ["spacing", "size", "xsmall"],
752
+ "cleanName": "spacing.size.xsmall"
786
753
  }, {
787
754
  "attributes": {
788
755
  "group": "spacing",
@@ -804,8 +771,9 @@ var tokens = [{
804
771
  },
805
772
  "value": "Space150"
806
773
  },
807
- "name": "spacing.scaleLinear.500",
808
- "path": ["spacing", "scaleLinear", "500"]
774
+ "name": "spacing.size.small",
775
+ "path": ["spacing", "size", "small"],
776
+ "cleanName": "spacing.size.small"
809
777
  }, {
810
778
  "attributes": {
811
779
  "group": "spacing",
@@ -827,8 +795,9 @@ var tokens = [{
827
795
  },
828
796
  "value": "Space200"
829
797
  },
830
- "name": "spacing.scaleLinear.600",
831
- "path": ["spacing", "scaleLinear", "600"]
798
+ "name": "spacing.size.medium",
799
+ "path": ["spacing", "size", "medium"],
800
+ "cleanName": "spacing.size.medium"
832
801
  }, {
833
802
  "attributes": {
834
803
  "group": "spacing",
@@ -850,8 +819,9 @@ var tokens = [{
850
819
  },
851
820
  "value": "Space250"
852
821
  },
853
- "name": "spacing.scaleLinear.700",
854
- "path": ["spacing", "scaleLinear", "700"]
822
+ "name": "spacing.size.large",
823
+ "path": ["spacing", "size", "large"],
824
+ "cleanName": "spacing.size.large"
855
825
  }, {
856
826
  "attributes": {
857
827
  "group": "spacing",
@@ -873,8 +843,9 @@ var tokens = [{
873
843
  },
874
844
  "value": "Space300"
875
845
  },
876
- "name": "spacing.scaleLinear.800",
877
- "path": ["spacing", "scaleLinear", "800"]
846
+ "name": "spacing.size.xlarge",
847
+ "path": ["spacing", "size", "xlarge"],
848
+ "cleanName": "spacing.size.xlarge"
878
849
  }, {
879
850
  "attributes": {
880
851
  "group": "spacing",
@@ -896,8 +867,9 @@ var tokens = [{
896
867
  },
897
868
  "value": "Space400"
898
869
  },
899
- "name": "spacing.scaleLinear.900",
900
- "path": ["spacing", "scaleLinear", "900"]
870
+ "name": "spacing.size.xxlarge",
871
+ "path": ["spacing", "size", "xxlarge"],
872
+ "cleanName": "spacing.size.xxlarge"
901
873
  }, {
902
874
  "attributes": {
903
875
  "group": "spacing",
@@ -919,8 +891,9 @@ var tokens = [{
919
891
  },
920
892
  "value": "Space500"
921
893
  },
922
- "name": "spacing.scaleLinear.1000",
923
- "path": ["spacing", "scaleLinear", "1000"]
894
+ "name": "spacing.size.xxxlarge",
895
+ "path": ["spacing", "size", "xxxlarge"],
896
+ "cleanName": "spacing.size.xxxlarge"
924
897
  }, {
925
898
  "attributes": {
926
899
  "group": "spacing",
@@ -942,123 +915,153 @@ var tokens = [{
942
915
  },
943
916
  "value": "Space600"
944
917
  },
945
- "name": "spacing.scaleLinear.1100",
946
- "path": ["spacing", "scaleLinear", "1100"]
918
+ "name": "spacing.size.xxxxlarge",
919
+ "path": ["spacing", "size", "xxxxlarge"],
920
+ "cleanName": "spacing.size.xxxxlarge"
947
921
  }, {
948
922
  "attributes": {
949
923
  "group": "spacing",
950
924
  "state": "experimental",
951
- "replacement": "0",
925
+ "replacement": "8px",
952
926
  "introduced": "0.10.28",
953
927
  "description": "Helpful guidance goes here"
954
928
  },
955
- "value": "0",
929
+ "value": "0.5rem",
956
930
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
957
931
  "isSource": true,
958
932
  "original": {
959
933
  "attributes": {
960
934
  "group": "spacing",
961
935
  "state": "experimental",
962
- "replacement": "0",
936
+ "replacement": "8px",
963
937
  "introduced": "0.10.28",
964
938
  "description": "Helpful guidance goes here"
965
939
  },
966
- "value": "Space0"
940
+ "value": "Space100"
967
941
  },
968
- "name": "spacing.size.none",
969
- "path": ["spacing", "size", "none"]
942
+ "name": "spacing.gap.100",
943
+ "path": ["spacing", "gap", "100"],
944
+ "cleanName": "spacing.gap.100"
970
945
  }, {
971
946
  "attributes": {
972
947
  "group": "spacing",
973
948
  "state": "experimental",
974
- "replacement": "2px",
949
+ "replacement": "16px",
975
950
  "introduced": "0.10.28",
976
951
  "description": "Helpful guidance goes here"
977
952
  },
978
- "value": "0.125rem",
953
+ "value": "1rem",
979
954
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
980
955
  "isSource": true,
981
956
  "original": {
982
957
  "attributes": {
983
958
  "group": "spacing",
984
959
  "state": "experimental",
985
- "replacement": "2px",
960
+ "replacement": "16px",
986
961
  "introduced": "0.10.28",
987
962
  "description": "Helpful guidance goes here"
988
963
  },
989
- "value": "Space025"
964
+ "value": "Space200"
990
965
  },
991
- "name": "spacing.size.xxxxSmall",
992
- "path": ["spacing", "size", "xxxxSmall"]
966
+ "name": "spacing.gap.200",
967
+ "path": ["spacing", "gap", "200"],
968
+ "cleanName": "spacing.gap.200"
993
969
  }, {
994
970
  "attributes": {
995
971
  "group": "spacing",
996
972
  "state": "experimental",
997
- "replacement": "4px",
973
+ "replacement": "24px",
998
974
  "introduced": "0.10.28",
999
975
  "description": "Helpful guidance goes here"
1000
976
  },
1001
- "value": "0.25rem",
977
+ "value": "1.5rem",
1002
978
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1003
979
  "isSource": true,
1004
980
  "original": {
1005
981
  "attributes": {
1006
982
  "group": "spacing",
1007
983
  "state": "experimental",
1008
- "replacement": "4px",
984
+ "replacement": "24px",
1009
985
  "introduced": "0.10.28",
1010
986
  "description": "Helpful guidance goes here"
1011
987
  },
1012
- "value": "Space050"
988
+ "value": "Space300"
1013
989
  },
1014
- "name": "spacing.size.xxxSmall",
1015
- "path": ["spacing", "size", "xxxSmall"]
990
+ "name": "spacing.gap.300",
991
+ "path": ["spacing", "gap", "300"],
992
+ "cleanName": "spacing.gap.300"
1016
993
  }, {
1017
994
  "attributes": {
1018
995
  "group": "spacing",
1019
996
  "state": "experimental",
1020
- "replacement": "6px",
997
+ "replacement": "8px",
1021
998
  "introduced": "0.10.28",
1022
999
  "description": "Helpful guidance goes here"
1023
1000
  },
1024
- "value": "0.375rem",
1001
+ "value": "0.5rem",
1025
1002
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1026
1003
  "isSource": true,
1027
1004
  "original": {
1028
1005
  "attributes": {
1029
1006
  "group": "spacing",
1030
1007
  "state": "experimental",
1031
- "replacement": "6px",
1008
+ "replacement": "8px",
1032
1009
  "introduced": "0.10.28",
1033
1010
  "description": "Helpful guidance goes here"
1034
1011
  },
1035
- "value": "Space075"
1012
+ "value": "Space100"
1036
1013
  },
1037
- "name": "spacing.size.xxSmall",
1038
- "path": ["spacing", "size", "xxSmall"]
1014
+ "name": "spacing.inset.100",
1015
+ "path": ["spacing", "inset", "100"],
1016
+ "cleanName": "spacing.inset.100"
1039
1017
  }, {
1040
1018
  "attributes": {
1041
1019
  "group": "spacing",
1042
1020
  "state": "experimental",
1043
- "replacement": "8px",
1021
+ "replacement": "16px",
1044
1022
  "introduced": "0.10.28",
1045
1023
  "description": "Helpful guidance goes here"
1046
1024
  },
1047
- "value": "0.5rem",
1025
+ "value": "1rem",
1048
1026
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1049
1027
  "isSource": true,
1050
1028
  "original": {
1051
1029
  "attributes": {
1052
1030
  "group": "spacing",
1053
1031
  "state": "experimental",
1054
- "replacement": "8px",
1032
+ "replacement": "16px",
1055
1033
  "introduced": "0.10.28",
1056
1034
  "description": "Helpful guidance goes here"
1057
1035
  },
1058
- "value": "Space100"
1036
+ "value": "Space200"
1059
1037
  },
1060
- "name": "spacing.size.xsmall",
1061
- "path": ["spacing", "size", "xsmall"]
1038
+ "name": "spacing.inset.200",
1039
+ "path": ["spacing", "inset", "200"],
1040
+ "cleanName": "spacing.inset.200"
1041
+ }, {
1042
+ "attributes": {
1043
+ "group": "spacing",
1044
+ "state": "experimental",
1045
+ "replacement": "24px",
1046
+ "introduced": "0.10.28",
1047
+ "description": "Helpful guidance goes here"
1048
+ },
1049
+ "value": "1.5rem",
1050
+ "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1051
+ "isSource": true,
1052
+ "original": {
1053
+ "attributes": {
1054
+ "group": "spacing",
1055
+ "state": "experimental",
1056
+ "replacement": "24px",
1057
+ "introduced": "0.10.28",
1058
+ "description": "Helpful guidance goes here"
1059
+ },
1060
+ "value": "Space300"
1061
+ },
1062
+ "name": "spacing.inset.300",
1063
+ "path": ["spacing", "inset", "300"],
1064
+ "cleanName": "spacing.inset.300"
1062
1065
  }, {
1063
1066
  "attributes": {
1064
1067
  "group": "spacing",
@@ -1080,8 +1083,9 @@ var tokens = [{
1080
1083
  },
1081
1084
  "value": "Space150"
1082
1085
  },
1083
- "name": "spacing.size.small",
1084
- "path": ["spacing", "size", "small"]
1086
+ "name": "spacing.ecl.container.12",
1087
+ "path": ["spacing", "ecl", "container", "12"],
1088
+ "cleanName": "spacing.ecl.container.12"
1085
1089
  }, {
1086
1090
  "attributes": {
1087
1091
  "group": "spacing",
@@ -1103,8 +1107,9 @@ var tokens = [{
1103
1107
  },
1104
1108
  "value": "Space200"
1105
1109
  },
1106
- "name": "spacing.size.medium",
1107
- "path": ["spacing", "size", "medium"]
1110
+ "name": "spacing.ecl.container.16",
1111
+ "path": ["spacing", "ecl", "container", "16"],
1112
+ "cleanName": "spacing.ecl.container.16"
1108
1113
  }, {
1109
1114
  "attributes": {
1110
1115
  "group": "spacing",
@@ -1126,8 +1131,9 @@ var tokens = [{
1126
1131
  },
1127
1132
  "value": "Space250"
1128
1133
  },
1129
- "name": "spacing.size.large",
1130
- "path": ["spacing", "size", "large"]
1134
+ "name": "spacing.ecl.container.20",
1135
+ "path": ["spacing", "ecl", "container", "20"],
1136
+ "cleanName": "spacing.ecl.container.20"
1131
1137
  }, {
1132
1138
  "attributes": {
1133
1139
  "group": "spacing",
@@ -1149,261 +1155,273 @@ var tokens = [{
1149
1155
  },
1150
1156
  "value": "Space300"
1151
1157
  },
1152
- "name": "spacing.size.xlarge",
1153
- "path": ["spacing", "size", "xlarge"]
1158
+ "name": "spacing.ecl.container.24",
1159
+ "path": ["spacing", "ecl", "container", "24"],
1160
+ "cleanName": "spacing.ecl.container.24"
1154
1161
  }, {
1155
1162
  "attributes": {
1156
1163
  "group": "spacing",
1157
1164
  "state": "experimental",
1158
- "replacement": "32px",
1165
+ "replacement": "2px",
1159
1166
  "introduced": "0.10.28",
1160
1167
  "description": "Helpful guidance goes here"
1161
1168
  },
1162
- "value": "2rem",
1169
+ "value": "0.125rem",
1163
1170
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1164
1171
  "isSource": true,
1165
1172
  "original": {
1166
1173
  "attributes": {
1167
1174
  "group": "spacing",
1168
1175
  "state": "experimental",
1169
- "replacement": "32px",
1176
+ "replacement": "2px",
1170
1177
  "introduced": "0.10.28",
1171
1178
  "description": "Helpful guidance goes here"
1172
1179
  },
1173
- "value": "Space400"
1180
+ "value": "Space025"
1174
1181
  },
1175
- "name": "spacing.size.xxlarge",
1176
- "path": ["spacing", "size", "xxlarge"]
1182
+ "name": "spacing.ecl.element.2",
1183
+ "path": ["spacing", "ecl", "element", "2"],
1184
+ "cleanName": "spacing.ecl.element.2"
1177
1185
  }, {
1178
1186
  "attributes": {
1179
1187
  "group": "spacing",
1180
1188
  "state": "experimental",
1181
- "replacement": "40px",
1189
+ "replacement": "4px",
1182
1190
  "introduced": "0.10.28",
1183
1191
  "description": "Helpful guidance goes here"
1184
1192
  },
1185
- "value": "2.5rem",
1193
+ "value": "0.25rem",
1186
1194
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1187
1195
  "isSource": true,
1188
1196
  "original": {
1189
1197
  "attributes": {
1190
1198
  "group": "spacing",
1191
1199
  "state": "experimental",
1192
- "replacement": "40px",
1200
+ "replacement": "4px",
1193
1201
  "introduced": "0.10.28",
1194
1202
  "description": "Helpful guidance goes here"
1195
1203
  },
1196
- "value": "Space500"
1204
+ "value": "Space050"
1197
1205
  },
1198
- "name": "spacing.size.xxxlarge",
1199
- "path": ["spacing", "size", "xxxlarge"]
1206
+ "name": "spacing.ecl.element.4",
1207
+ "path": ["spacing", "ecl", "element", "4"],
1208
+ "cleanName": "spacing.ecl.element.4"
1200
1209
  }, {
1201
1210
  "attributes": {
1202
1211
  "group": "spacing",
1203
1212
  "state": "experimental",
1204
- "replacement": "48px",
1213
+ "replacement": "6px",
1205
1214
  "introduced": "0.10.28",
1206
1215
  "description": "Helpful guidance goes here"
1207
1216
  },
1208
- "value": "3rem",
1217
+ "value": "0.375rem",
1209
1218
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1210
1219
  "isSource": true,
1211
1220
  "original": {
1212
1221
  "attributes": {
1213
1222
  "group": "spacing",
1214
1223
  "state": "experimental",
1215
- "replacement": "48px",
1224
+ "replacement": "6px",
1216
1225
  "introduced": "0.10.28",
1217
1226
  "description": "Helpful guidance goes here"
1218
1227
  },
1219
- "value": "Space600"
1228
+ "value": "Space075"
1220
1229
  },
1221
- "name": "spacing.size.xxxxlarge",
1222
- "path": ["spacing", "size", "xxxxlarge"]
1230
+ "name": "spacing.ecl.element.6",
1231
+ "path": ["spacing", "ecl", "element", "6"],
1232
+ "cleanName": "spacing.ecl.element.6"
1223
1233
  }, {
1224
1234
  "attributes": {
1225
1235
  "group": "spacing",
1226
1236
  "state": "experimental",
1227
- "replacement": "2px",
1237
+ "replacement": "8px",
1228
1238
  "introduced": "0.10.28",
1229
1239
  "description": "Helpful guidance goes here"
1230
1240
  },
1231
- "value": "0.125rem",
1241
+ "value": "0.5rem",
1232
1242
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1233
1243
  "isSource": true,
1234
1244
  "original": {
1235
1245
  "attributes": {
1236
1246
  "group": "spacing",
1237
1247
  "state": "experimental",
1238
- "replacement": "2px",
1248
+ "replacement": "8px",
1239
1249
  "introduced": "0.10.28",
1240
1250
  "description": "Helpful guidance goes here"
1241
1251
  },
1242
- "value": "Space025"
1252
+ "value": "Space100"
1243
1253
  },
1244
- "name": "spacing.ecl.element.2",
1245
- "path": ["spacing", "ecl", "element", "2"]
1254
+ "name": "spacing.ecl.element.8",
1255
+ "path": ["spacing", "ecl", "element", "8"],
1256
+ "cleanName": "spacing.ecl.element.8"
1246
1257
  }, {
1247
1258
  "attributes": {
1248
1259
  "group": "spacing",
1249
1260
  "state": "experimental",
1250
- "replacement": "4px",
1261
+ "replacement": "32px",
1251
1262
  "introduced": "0.10.28",
1252
1263
  "description": "Helpful guidance goes here"
1253
1264
  },
1254
- "value": "0.25rem",
1265
+ "value": "2rem",
1255
1266
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1256
1267
  "isSource": true,
1257
1268
  "original": {
1258
1269
  "attributes": {
1259
1270
  "group": "spacing",
1260
1271
  "state": "experimental",
1261
- "replacement": "4px",
1272
+ "replacement": "32px",
1262
1273
  "introduced": "0.10.28",
1263
1274
  "description": "Helpful guidance goes here"
1264
1275
  },
1265
- "value": "Space050"
1276
+ "value": "Space400"
1266
1277
  },
1267
- "name": "spacing.ecl.element.4",
1268
- "path": ["spacing", "ecl", "element", "4"]
1278
+ "name": "spacing.ecl.layout.32",
1279
+ "path": ["spacing", "ecl", "layout", "32"],
1280
+ "cleanName": "spacing.ecl.layout.32"
1269
1281
  }, {
1270
1282
  "attributes": {
1271
1283
  "group": "spacing",
1272
1284
  "state": "experimental",
1273
- "replacement": "6px",
1285
+ "replacement": "40px",
1274
1286
  "introduced": "0.10.28",
1275
1287
  "description": "Helpful guidance goes here"
1276
1288
  },
1277
- "value": "0.375rem",
1289
+ "value": "2.5rem",
1278
1290
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1279
1291
  "isSource": true,
1280
1292
  "original": {
1281
1293
  "attributes": {
1282
1294
  "group": "spacing",
1283
1295
  "state": "experimental",
1284
- "replacement": "6px",
1296
+ "replacement": "40px",
1285
1297
  "introduced": "0.10.28",
1286
1298
  "description": "Helpful guidance goes here"
1287
1299
  },
1288
- "value": "Space075"
1300
+ "value": "Space500"
1289
1301
  },
1290
- "name": "spacing.ecl.element.6",
1291
- "path": ["spacing", "ecl", "element", "6"]
1302
+ "name": "spacing.ecl.layout.40",
1303
+ "path": ["spacing", "ecl", "layout", "40"],
1304
+ "cleanName": "spacing.ecl.layout.40"
1292
1305
  }, {
1293
1306
  "attributes": {
1294
1307
  "group": "spacing",
1295
1308
  "state": "experimental",
1296
- "replacement": "8px",
1309
+ "replacement": "64px",
1297
1310
  "introduced": "0.10.28",
1298
1311
  "description": "Helpful guidance goes here"
1299
1312
  },
1300
- "value": "0.5rem",
1313
+ "value": "3rem",
1301
1314
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1302
1315
  "isSource": true,
1303
1316
  "original": {
1304
1317
  "attributes": {
1305
1318
  "group": "spacing",
1306
1319
  "state": "experimental",
1307
- "replacement": "8px",
1320
+ "replacement": "64px",
1308
1321
  "introduced": "0.10.28",
1309
1322
  "description": "Helpful guidance goes here"
1310
1323
  },
1311
- "value": "Space100"
1324
+ "value": "Space600"
1312
1325
  },
1313
- "name": "spacing.ecl.element.8",
1314
- "path": ["spacing", "ecl", "element", "8"]
1326
+ "name": "spacing.ecl.layout.64",
1327
+ "path": ["spacing", "ecl", "layout", "64"],
1328
+ "cleanName": "spacing.ecl.layout.64"
1315
1329
  }, {
1316
1330
  "attributes": {
1317
1331
  "group": "spacing",
1318
1332
  "state": "experimental",
1319
- "replacement": "12px",
1333
+ "replacement": "2px",
1320
1334
  "introduced": "0.10.28",
1321
1335
  "description": "Helpful guidance goes here"
1322
1336
  },
1323
- "value": "0.75rem",
1337
+ "value": "0.125rem",
1324
1338
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1325
1339
  "isSource": true,
1326
1340
  "original": {
1327
1341
  "attributes": {
1328
1342
  "group": "spacing",
1329
1343
  "state": "experimental",
1330
- "replacement": "12px",
1344
+ "replacement": "2px",
1331
1345
  "introduced": "0.10.28",
1332
1346
  "description": "Helpful guidance goes here"
1333
1347
  },
1334
- "value": "Space150"
1348
+ "value": "Space025"
1335
1349
  },
1336
- "name": "spacing.ecl.container.12",
1337
- "path": ["spacing", "ecl", "container", "12"]
1350
+ "name": "spacing.ccc.component.2",
1351
+ "path": ["spacing", "ccc", "component", "2"],
1352
+ "cleanName": "spacing.ccc.component.2"
1338
1353
  }, {
1339
1354
  "attributes": {
1340
1355
  "group": "spacing",
1341
1356
  "state": "experimental",
1342
- "replacement": "16px",
1357
+ "replacement": "4px",
1343
1358
  "introduced": "0.10.28",
1344
1359
  "description": "Helpful guidance goes here"
1345
1360
  },
1346
- "value": "1rem",
1361
+ "value": "0.25rem",
1347
1362
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1348
1363
  "isSource": true,
1349
1364
  "original": {
1350
1365
  "attributes": {
1351
1366
  "group": "spacing",
1352
1367
  "state": "experimental",
1353
- "replacement": "16px",
1368
+ "replacement": "4px",
1354
1369
  "introduced": "0.10.28",
1355
1370
  "description": "Helpful guidance goes here"
1356
1371
  },
1357
- "value": "Space200"
1372
+ "value": "Space050"
1358
1373
  },
1359
- "name": "spacing.ecl.container.16",
1360
- "path": ["spacing", "ecl", "container", "16"]
1374
+ "name": "spacing.ccc.component.4",
1375
+ "path": ["spacing", "ccc", "component", "4"],
1376
+ "cleanName": "spacing.ccc.component.4"
1361
1377
  }, {
1362
1378
  "attributes": {
1363
1379
  "group": "spacing",
1364
1380
  "state": "experimental",
1365
- "replacement": "20px",
1381
+ "replacement": "6px",
1366
1382
  "introduced": "0.10.28",
1367
1383
  "description": "Helpful guidance goes here"
1368
1384
  },
1369
- "value": "1.25rem",
1385
+ "value": "0.375rem",
1370
1386
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1371
1387
  "isSource": true,
1372
1388
  "original": {
1373
1389
  "attributes": {
1374
1390
  "group": "spacing",
1375
1391
  "state": "experimental",
1376
- "replacement": "20px",
1392
+ "replacement": "6px",
1377
1393
  "introduced": "0.10.28",
1378
1394
  "description": "Helpful guidance goes here"
1379
1395
  },
1380
- "value": "Space250"
1396
+ "value": "Space075"
1381
1397
  },
1382
- "name": "spacing.ecl.container.20",
1383
- "path": ["spacing", "ecl", "container", "20"]
1398
+ "name": "spacing.ccc.component.6",
1399
+ "path": ["spacing", "ccc", "component", "6"],
1400
+ "cleanName": "spacing.ccc.component.6"
1384
1401
  }, {
1385
1402
  "attributes": {
1386
1403
  "group": "spacing",
1387
1404
  "state": "experimental",
1388
- "replacement": "24px",
1405
+ "replacement": "8px",
1389
1406
  "introduced": "0.10.28",
1390
1407
  "description": "Helpful guidance goes here"
1391
1408
  },
1392
- "value": "1.5rem",
1409
+ "value": "0.5rem",
1393
1410
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1394
1411
  "isSource": true,
1395
1412
  "original": {
1396
1413
  "attributes": {
1397
1414
  "group": "spacing",
1398
1415
  "state": "experimental",
1399
- "replacement": "24px",
1416
+ "replacement": "8px",
1400
1417
  "introduced": "0.10.28",
1401
1418
  "description": "Helpful guidance goes here"
1402
1419
  },
1403
- "value": "Space300"
1420
+ "value": "Space100"
1404
1421
  },
1405
- "name": "spacing.ecl.container.24",
1406
- "path": ["spacing", "ecl", "container", "24"]
1422
+ "name": "spacing.ccc.component.8",
1423
+ "path": ["spacing", "ccc", "component", "8"],
1424
+ "cleanName": "spacing.ccc.component.8"
1407
1425
  }, {
1408
1426
  "attributes": {
1409
1427
  "group": "spacing",
@@ -1425,8 +1443,9 @@ var tokens = [{
1425
1443
  },
1426
1444
  "value": "Space400"
1427
1445
  },
1428
- "name": "spacing.ecl.layout.32",
1429
- "path": ["spacing", "ecl", "layout", "32"]
1446
+ "name": "spacing.ccc.container.32",
1447
+ "path": ["spacing", "ccc", "container", "32"],
1448
+ "cleanName": "spacing.ccc.container.32"
1430
1449
  }, {
1431
1450
  "attributes": {
1432
1451
  "group": "spacing",
@@ -1448,13 +1467,14 @@ var tokens = [{
1448
1467
  },
1449
1468
  "value": "Space500"
1450
1469
  },
1451
- "name": "spacing.ecl.layout.40",
1452
- "path": ["spacing", "ecl", "layout", "40"]
1470
+ "name": "spacing.ccc.container.40",
1471
+ "path": ["spacing", "ccc", "container", "40"],
1472
+ "cleanName": "spacing.ccc.container.40"
1453
1473
  }, {
1454
1474
  "attributes": {
1455
1475
  "group": "spacing",
1456
1476
  "state": "experimental",
1457
- "replacement": "64px",
1477
+ "replacement": "48px",
1458
1478
  "introduced": "0.10.28",
1459
1479
  "description": "Helpful guidance goes here"
1460
1480
  },
@@ -1465,405 +1485,465 @@ var tokens = [{
1465
1485
  "attributes": {
1466
1486
  "group": "spacing",
1467
1487
  "state": "experimental",
1468
- "replacement": "64px",
1488
+ "replacement": "48px",
1469
1489
  "introduced": "0.10.28",
1470
1490
  "description": "Helpful guidance goes here"
1471
1491
  },
1472
1492
  "value": "Space600"
1473
1493
  },
1474
- "name": "spacing.ecl.layout.64",
1475
- "path": ["spacing", "ecl", "layout", "64"]
1494
+ "name": "spacing.ccc.container.48",
1495
+ "path": ["spacing", "ccc", "container", "48"],
1496
+ "cleanName": "spacing.ccc.container.48"
1476
1497
  }, {
1477
1498
  "attributes": {
1478
1499
  "group": "spacing",
1479
1500
  "state": "experimental",
1480
- "replacement": "2px",
1501
+ "replacement": "12px",
1481
1502
  "introduced": "0.10.28",
1482
1503
  "description": "Helpful guidance goes here"
1483
1504
  },
1484
- "value": "0.125rem",
1505
+ "value": "0.75rem",
1485
1506
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1486
1507
  "isSource": true,
1487
1508
  "original": {
1488
1509
  "attributes": {
1489
1510
  "group": "spacing",
1490
1511
  "state": "experimental",
1491
- "replacement": "2px",
1512
+ "replacement": "12px",
1492
1513
  "introduced": "0.10.28",
1493
1514
  "description": "Helpful guidance goes here"
1494
1515
  },
1495
- "value": "Space025"
1516
+ "value": "Space150"
1496
1517
  },
1497
- "name": "spacing.ccc.component.2",
1498
- "path": ["spacing", "ccc", "component", "2"]
1518
+ "name": "spacing.ccc.content.12",
1519
+ "path": ["spacing", "ccc", "content", "12"],
1520
+ "cleanName": "spacing.ccc.content.12"
1499
1521
  }, {
1500
1522
  "attributes": {
1501
1523
  "group": "spacing",
1502
1524
  "state": "experimental",
1503
- "replacement": "4px",
1525
+ "replacement": "16px",
1504
1526
  "introduced": "0.10.28",
1505
1527
  "description": "Helpful guidance goes here"
1506
1528
  },
1507
- "value": "0.25rem",
1529
+ "value": "1rem",
1508
1530
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1509
1531
  "isSource": true,
1510
1532
  "original": {
1511
1533
  "attributes": {
1512
1534
  "group": "spacing",
1513
1535
  "state": "experimental",
1514
- "replacement": "4px",
1536
+ "replacement": "16px",
1515
1537
  "introduced": "0.10.28",
1516
1538
  "description": "Helpful guidance goes here"
1517
1539
  },
1518
- "value": "Space050"
1540
+ "value": "Space200"
1519
1541
  },
1520
- "name": "spacing.ccc.component.4",
1521
- "path": ["spacing", "ccc", "component", "4"]
1542
+ "name": "spacing.ccc.content.16",
1543
+ "path": ["spacing", "ccc", "content", "16"],
1544
+ "cleanName": "spacing.ccc.content.16"
1522
1545
  }, {
1523
1546
  "attributes": {
1524
1547
  "group": "spacing",
1525
1548
  "state": "experimental",
1526
- "replacement": "6px",
1549
+ "replacement": "20px",
1527
1550
  "introduced": "0.10.28",
1528
1551
  "description": "Helpful guidance goes here"
1529
1552
  },
1530
- "value": "0.375rem",
1553
+ "value": "1.25rem",
1531
1554
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1532
1555
  "isSource": true,
1533
1556
  "original": {
1534
1557
  "attributes": {
1535
1558
  "group": "spacing",
1536
1559
  "state": "experimental",
1537
- "replacement": "6px",
1560
+ "replacement": "20px",
1538
1561
  "introduced": "0.10.28",
1539
1562
  "description": "Helpful guidance goes here"
1540
1563
  },
1541
- "value": "Space075"
1564
+ "value": "Space250"
1542
1565
  },
1543
- "name": "spacing.ccc.component.6",
1544
- "path": ["spacing", "ccc", "component", "6"]
1566
+ "name": "spacing.ccc.content.20",
1567
+ "path": ["spacing", "ccc", "content", "20"],
1568
+ "cleanName": "spacing.ccc.content.20"
1545
1569
  }, {
1546
1570
  "attributes": {
1547
1571
  "group": "spacing",
1548
1572
  "state": "experimental",
1549
- "replacement": "8px",
1573
+ "replacement": "24px",
1550
1574
  "introduced": "0.10.28",
1551
1575
  "description": "Helpful guidance goes here"
1552
1576
  },
1553
- "value": "0.5rem",
1577
+ "value": "1.5rem",
1554
1578
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1555
1579
  "isSource": true,
1556
1580
  "original": {
1557
1581
  "attributes": {
1558
1582
  "group": "spacing",
1559
1583
  "state": "experimental",
1560
- "replacement": "8px",
1584
+ "replacement": "24px",
1561
1585
  "introduced": "0.10.28",
1562
1586
  "description": "Helpful guidance goes here"
1563
1587
  },
1564
- "value": "Space100"
1588
+ "value": "Space300"
1565
1589
  },
1566
- "name": "spacing.ccc.component.8",
1567
- "path": ["spacing", "ccc", "component", "8"]
1590
+ "name": "spacing.ccc.content.24",
1591
+ "path": ["spacing", "ccc", "content", "24"],
1592
+ "cleanName": "spacing.ccc.content.24"
1568
1593
  }, {
1569
1594
  "attributes": {
1570
1595
  "group": "spacing",
1571
- "state": "experimental",
1572
- "replacement": "12px",
1573
- "introduced": "0.10.28",
1574
- "description": "Helpful guidance goes here"
1596
+ "state": "active",
1597
+ "introduced": "0.12.0",
1598
+ "pixelValue": "0px",
1599
+ "description": "Equates to `0`. Can be used for resetting default spacing styles."
1575
1600
  },
1576
- "value": "0.75rem",
1601
+ "value": "0",
1577
1602
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1578
1603
  "isSource": true,
1579
1604
  "original": {
1580
1605
  "attributes": {
1581
1606
  "group": "spacing",
1582
- "state": "experimental",
1583
- "replacement": "12px",
1584
- "introduced": "0.10.28",
1585
- "description": "Helpful guidance goes here"
1607
+ "state": "active",
1608
+ "introduced": "0.12.0",
1609
+ "pixelValue": "0px",
1610
+ "description": "Equates to `0`. Can be used for resetting default spacing styles."
1586
1611
  },
1587
- "value": "Space150"
1612
+ "value": "Space0"
1588
1613
  },
1589
- "name": "spacing.ccc.content.12",
1590
- "path": ["spacing", "ccc", "content", "12"]
1614
+ "name": "space.0",
1615
+ "path": ["space", "0"],
1616
+ "cleanName": "space.0"
1591
1617
  }, {
1592
1618
  "attributes": {
1593
1619
  "group": "spacing",
1594
- "state": "experimental",
1595
- "replacement": "16px",
1596
- "introduced": "0.10.28",
1597
- "description": "Helpful guidance goes here"
1620
+ "state": "active",
1621
+ "suggest": ["1px", "3px"],
1622
+ "introduced": "0.12.0",
1623
+ "pixelValue": "2px",
1624
+ "description": "Use for spacing in compact scenarios. The smallest value in our scale."
1598
1625
  },
1599
- "value": "1rem",
1626
+ "value": "0.125rem",
1600
1627
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1601
1628
  "isSource": true,
1602
1629
  "original": {
1603
1630
  "attributes": {
1604
1631
  "group": "spacing",
1605
- "state": "experimental",
1606
- "replacement": "16px",
1607
- "introduced": "0.10.28",
1608
- "description": "Helpful guidance goes here"
1632
+ "state": "active",
1633
+ "suggest": ["1px", "3px"],
1634
+ "introduced": "0.12.0",
1635
+ "pixelValue": "2px",
1636
+ "description": "Use for spacing in compact scenarios. The smallest value in our scale."
1609
1637
  },
1610
- "value": "Space200"
1638
+ "value": "Space025"
1611
1639
  },
1612
- "name": "spacing.ccc.content.16",
1613
- "path": ["spacing", "ccc", "content", "16"]
1640
+ "name": "space.025",
1641
+ "path": ["space", "025"],
1642
+ "cleanName": "space.025"
1614
1643
  }, {
1615
1644
  "attributes": {
1616
1645
  "group": "spacing",
1617
- "state": "experimental",
1618
- "replacement": "20px",
1619
- "introduced": "0.10.28",
1620
- "description": "Helpful guidance goes here"
1646
+ "state": "active",
1647
+ "suggest": ["3px", "5px"],
1648
+ "introduced": "0.12.0",
1649
+ "pixelValue": "4px",
1650
+ "description": "Use for spacing in compact scenarios."
1621
1651
  },
1622
- "value": "1.25rem",
1652
+ "value": "0.25rem",
1623
1653
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1624
1654
  "isSource": true,
1625
1655
  "original": {
1626
1656
  "attributes": {
1627
1657
  "group": "spacing",
1628
- "state": "experimental",
1629
- "replacement": "20px",
1630
- "introduced": "0.10.28",
1631
- "description": "Helpful guidance goes here"
1658
+ "state": "active",
1659
+ "suggest": ["3px", "5px"],
1660
+ "introduced": "0.12.0",
1661
+ "pixelValue": "4px",
1662
+ "description": "Use for spacing in compact scenarios."
1632
1663
  },
1633
- "value": "Space250"
1664
+ "value": "Space050"
1634
1665
  },
1635
- "name": "spacing.ccc.content.20",
1636
- "path": ["spacing", "ccc", "content", "20"]
1666
+ "name": "space.050",
1667
+ "path": ["space", "050"],
1668
+ "cleanName": "space.050"
1637
1669
  }, {
1638
1670
  "attributes": {
1639
1671
  "group": "spacing",
1640
- "state": "experimental",
1641
- "replacement": "24px",
1642
- "introduced": "0.10.28",
1643
- "description": "Helpful guidance goes here"
1672
+ "state": "active",
1673
+ "suggest": ["5px", "7px"],
1674
+ "introduced": "0.12.0",
1675
+ "pixelValue": "6px",
1676
+ "description": "Use for spacing in compact scenarios."
1644
1677
  },
1645
- "value": "1.5rem",
1678
+ "value": "0.375rem",
1646
1679
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1647
1680
  "isSource": true,
1648
1681
  "original": {
1649
1682
  "attributes": {
1650
1683
  "group": "spacing",
1651
- "state": "experimental",
1652
- "replacement": "24px",
1653
- "introduced": "0.10.28",
1654
- "description": "Helpful guidance goes here"
1684
+ "state": "active",
1685
+ "suggest": ["5px", "7px"],
1686
+ "introduced": "0.12.0",
1687
+ "pixelValue": "6px",
1688
+ "description": "Use for spacing in compact scenarios."
1655
1689
  },
1656
- "value": "Space300"
1690
+ "value": "Space075"
1657
1691
  },
1658
- "name": "spacing.ccc.content.24",
1659
- "path": ["spacing", "ccc", "content", "24"]
1692
+ "name": "space.075",
1693
+ "path": ["space", "075"],
1694
+ "cleanName": "space.075"
1660
1695
  }, {
1661
1696
  "attributes": {
1662
1697
  "group": "spacing",
1663
- "state": "experimental",
1664
- "replacement": "32px",
1665
- "introduced": "0.10.28",
1666
- "description": "Helpful guidance goes here"
1698
+ "state": "active",
1699
+ "suggest": ["7px", "9px"],
1700
+ "introduced": "0.12.0",
1701
+ "pixelValue": "8px",
1702
+ "description": "Use for gutter spacing."
1667
1703
  },
1668
- "value": "2rem",
1704
+ "value": "0.5rem",
1669
1705
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1670
1706
  "isSource": true,
1671
1707
  "original": {
1672
1708
  "attributes": {
1673
1709
  "group": "spacing",
1674
- "state": "experimental",
1675
- "replacement": "32px",
1676
- "introduced": "0.10.28",
1677
- "description": "Helpful guidance goes here"
1710
+ "state": "active",
1711
+ "suggest": ["7px", "9px"],
1712
+ "introduced": "0.12.0",
1713
+ "pixelValue": "8px",
1714
+ "description": "Use for gutter spacing."
1678
1715
  },
1679
- "value": "Space400"
1716
+ "value": "Space100"
1680
1717
  },
1681
- "name": "spacing.ccc.container.32",
1682
- "path": ["spacing", "ccc", "container", "32"]
1718
+ "name": "space.100",
1719
+ "path": ["space", "100"],
1720
+ "cleanName": "space.100"
1683
1721
  }, {
1684
1722
  "attributes": {
1685
1723
  "group": "spacing",
1686
- "state": "experimental",
1687
- "replacement": "40px",
1688
- "introduced": "0.10.28",
1724
+ "state": "active",
1725
+ "suggest": ["10px", "11px", "13px", "14px"],
1726
+ "introduced": "0.12.0",
1727
+ "pixelValue": "12px",
1689
1728
  "description": "Helpful guidance goes here"
1690
1729
  },
1691
- "value": "2.5rem",
1730
+ "value": "0.75rem",
1692
1731
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1693
1732
  "isSource": true,
1694
1733
  "original": {
1695
1734
  "attributes": {
1696
1735
  "group": "spacing",
1697
- "state": "experimental",
1698
- "replacement": "40px",
1699
- "introduced": "0.10.28",
1736
+ "state": "active",
1737
+ "suggest": ["10px", "11px", "13px", "14px"],
1738
+ "introduced": "0.12.0",
1739
+ "pixelValue": "12px",
1700
1740
  "description": "Helpful guidance goes here"
1701
1741
  },
1702
- "value": "Space500"
1742
+ "value": "Space150"
1703
1743
  },
1704
- "name": "spacing.ccc.container.40",
1705
- "path": ["spacing", "ccc", "container", "40"]
1744
+ "name": "space.150",
1745
+ "path": ["space", "150"],
1746
+ "cleanName": "space.150"
1706
1747
  }, {
1707
1748
  "attributes": {
1708
1749
  "group": "spacing",
1709
- "state": "experimental",
1710
- "replacement": "48px",
1711
- "introduced": "0.10.28",
1712
- "description": "Helpful guidance goes here"
1750
+ "state": "active",
1751
+ "suggest": ["14px", "15px", "17px", "18px"],
1752
+ "introduced": "0.12.0",
1753
+ "pixelValue": "16px",
1754
+ "description": "Use for gutter spacing."
1713
1755
  },
1714
- "value": "3rem",
1756
+ "value": "1rem",
1715
1757
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1716
1758
  "isSource": true,
1717
1759
  "original": {
1718
1760
  "attributes": {
1719
1761
  "group": "spacing",
1720
- "state": "experimental",
1721
- "replacement": "48px",
1722
- "introduced": "0.10.28",
1723
- "description": "Helpful guidance goes here"
1762
+ "state": "active",
1763
+ "suggest": ["14px", "15px", "17px", "18px"],
1764
+ "introduced": "0.12.0",
1765
+ "pixelValue": "16px",
1766
+ "description": "Use for gutter spacing."
1724
1767
  },
1725
- "value": "Space600"
1768
+ "value": "Space200"
1726
1769
  },
1727
- "name": "spacing.ccc.container.48",
1728
- "path": ["spacing", "ccc", "container", "48"]
1770
+ "name": "space.200",
1771
+ "path": ["space", "200"],
1772
+ "cleanName": "space.200"
1729
1773
  }, {
1730
1774
  "attributes": {
1731
1775
  "group": "spacing",
1732
- "state": "experimental",
1733
- "replacement": "8px",
1734
- "introduced": "0.10.28",
1735
- "description": "Helpful guidance goes here"
1776
+ "state": "active",
1777
+ "suggest": ["19px", "21px", "22px", "23px"],
1778
+ "introduced": "0.12.0",
1779
+ "pixelValue": "20px",
1780
+ "description": "Use for gutter spacing."
1736
1781
  },
1737
- "value": "0.5rem",
1782
+ "value": "1.25rem",
1738
1783
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1739
1784
  "isSource": true,
1740
1785
  "original": {
1741
1786
  "attributes": {
1742
1787
  "group": "spacing",
1743
- "state": "experimental",
1744
- "replacement": "8px",
1745
- "introduced": "0.10.28",
1746
- "description": "Helpful guidance goes here"
1788
+ "state": "active",
1789
+ "suggest": ["19px", "21px", "22px", "23px"],
1790
+ "introduced": "0.12.0",
1791
+ "pixelValue": "20px",
1792
+ "description": "Use for gutter spacing."
1747
1793
  },
1748
- "value": "Space100"
1794
+ "value": "Space250"
1749
1795
  },
1750
- "name": "spacing.gap.100",
1751
- "path": ["spacing", "gap", "100"]
1796
+ "name": "space.250",
1797
+ "path": ["space", "250"],
1798
+ "cleanName": "space.250"
1752
1799
  }, {
1753
1800
  "attributes": {
1754
1801
  "group": "spacing",
1755
- "state": "experimental",
1756
- "replacement": "16px",
1757
- "introduced": "0.10.28",
1758
- "description": "Helpful guidance goes here"
1802
+ "state": "active",
1803
+ "suggest": ["23px", "25px", "26px", "27px", "28px"],
1804
+ "introduced": "0.12.0",
1805
+ "pixelValue": "24px",
1806
+ "description": "Use for gutter spacing."
1759
1807
  },
1760
- "value": "1rem",
1808
+ "value": "1.5rem",
1761
1809
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1762
1810
  "isSource": true,
1763
1811
  "original": {
1764
1812
  "attributes": {
1765
1813
  "group": "spacing",
1766
- "state": "experimental",
1767
- "replacement": "16px",
1768
- "introduced": "0.10.28",
1769
- "description": "Helpful guidance goes here"
1814
+ "state": "active",
1815
+ "suggest": ["23px", "25px", "26px", "27px", "28px"],
1816
+ "introduced": "0.12.0",
1817
+ "pixelValue": "24px",
1818
+ "description": "Use for gutter spacing."
1770
1819
  },
1771
- "value": "Space200"
1820
+ "value": "Space300"
1772
1821
  },
1773
- "name": "spacing.gap.200",
1774
- "path": ["spacing", "gap", "200"]
1822
+ "name": "space.300",
1823
+ "path": ["space", "300"],
1824
+ "cleanName": "space.300"
1775
1825
  }, {
1776
1826
  "attributes": {
1777
1827
  "group": "spacing",
1778
- "state": "experimental",
1779
- "replacement": "24px",
1780
- "introduced": "0.10.28",
1781
- "description": "Helpful guidance goes here"
1828
+ "state": "active",
1829
+ "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
1830
+ "introduced": "0.12.0",
1831
+ "pixelValue": "32px",
1832
+ "description": "Use for gutter spacing."
1782
1833
  },
1783
- "value": "1.5rem",
1834
+ "value": "2rem",
1784
1835
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1785
1836
  "isSource": true,
1786
1837
  "original": {
1787
1838
  "attributes": {
1788
1839
  "group": "spacing",
1789
- "state": "experimental",
1790
- "replacement": "24px",
1791
- "introduced": "0.10.28",
1792
- "description": "Helpful guidance goes here"
1840
+ "state": "active",
1841
+ "suggest": ["28px", "29px", "30px", "31px", "33px", "34px", "35px"],
1842
+ "introduced": "0.12.0",
1843
+ "pixelValue": "32px",
1844
+ "description": "Use for gutter spacing."
1793
1845
  },
1794
- "value": "Space300"
1846
+ "value": "Space400"
1795
1847
  },
1796
- "name": "spacing.gap.300",
1797
- "path": ["spacing", "gap", "300"]
1848
+ "name": "space.400",
1849
+ "path": ["space", "400"],
1850
+ "cleanName": "space.400"
1798
1851
  }, {
1799
1852
  "attributes": {
1800
1853
  "group": "spacing",
1801
- "state": "experimental",
1802
- "replacement": "8px",
1803
- "introduced": "0.10.28",
1804
- "description": "Helpful guidance goes here"
1854
+ "state": "active",
1855
+ "introduced": "0.12.0",
1856
+ "pixelValue": "40px",
1857
+ "description": "Use for larger layout-specific spacing."
1805
1858
  },
1806
- "value": "0.5rem",
1859
+ "value": "2.5rem",
1807
1860
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1808
1861
  "isSource": true,
1809
1862
  "original": {
1810
1863
  "attributes": {
1811
1864
  "group": "spacing",
1812
- "state": "experimental",
1813
- "replacement": "8px",
1814
- "introduced": "0.10.28",
1815
- "description": "Helpful guidance goes here"
1865
+ "state": "active",
1866
+ "introduced": "0.12.0",
1867
+ "pixelValue": "40px",
1868
+ "description": "Use for larger layout-specific spacing."
1816
1869
  },
1817
- "value": "Space100"
1870
+ "value": "Space500"
1818
1871
  },
1819
- "name": "spacing.inset.100",
1820
- "path": ["spacing", "inset", "100"]
1872
+ "name": "space.500",
1873
+ "path": ["space", "500"],
1874
+ "cleanName": "space.500"
1821
1875
  }, {
1822
1876
  "attributes": {
1823
1877
  "group": "spacing",
1824
- "state": "experimental",
1825
- "replacement": "16px",
1826
- "introduced": "0.10.28",
1827
- "description": "Helpful guidance goes here"
1878
+ "state": "active",
1879
+ "introduced": "0.12.0",
1880
+ "pixelValue": "48px",
1881
+ "description": "Use for larger layout-specific spacing."
1828
1882
  },
1829
- "value": "1rem",
1883
+ "value": "3rem",
1830
1884
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1831
1885
  "isSource": true,
1832
1886
  "original": {
1833
1887
  "attributes": {
1834
1888
  "group": "spacing",
1835
- "state": "experimental",
1836
- "replacement": "16px",
1837
- "introduced": "0.10.28",
1838
- "description": "Helpful guidance goes here"
1889
+ "state": "active",
1890
+ "introduced": "0.12.0",
1891
+ "pixelValue": "48px",
1892
+ "description": "Use for larger layout-specific spacing."
1839
1893
  },
1840
- "value": "Space200"
1894
+ "value": "Space600"
1841
1895
  },
1842
- "name": "spacing.inset.200",
1843
- "path": ["spacing", "inset", "200"]
1896
+ "name": "space.600",
1897
+ "path": ["space", "600"],
1898
+ "cleanName": "space.600"
1844
1899
  }, {
1845
1900
  "attributes": {
1846
1901
  "group": "spacing",
1847
- "state": "experimental",
1848
- "replacement": "24px",
1849
- "introduced": "0.10.28",
1850
- "description": "Helpful guidance goes here"
1902
+ "state": "active",
1903
+ "introduced": "0.12.0",
1904
+ "pixelValue": "64px",
1905
+ "description": "Use for larger layout-specific spacing."
1851
1906
  },
1852
- "value": "1.5rem",
1907
+ "value": "4rem",
1853
1908
  "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1854
1909
  "isSource": true,
1855
1910
  "original": {
1856
1911
  "attributes": {
1857
1912
  "group": "spacing",
1858
- "state": "experimental",
1859
- "replacement": "24px",
1860
- "introduced": "0.10.28",
1861
- "description": "Helpful guidance goes here"
1913
+ "state": "active",
1914
+ "introduced": "0.12.0",
1915
+ "pixelValue": "64px",
1916
+ "description": "Use for larger layout-specific spacing."
1862
1917
  },
1863
- "value": "Space300"
1918
+ "value": "Space800"
1864
1919
  },
1865
- "name": "spacing.inset.300",
1866
- "path": ["spacing", "inset", "300"]
1920
+ "name": "space.800",
1921
+ "path": ["space", "800"],
1922
+ "cleanName": "space.800"
1923
+ }, {
1924
+ "attributes": {
1925
+ "group": "spacing",
1926
+ "state": "active",
1927
+ "introduced": "0.12.0",
1928
+ "pixelValue": "80px",
1929
+ "description": "Use for larger layout-specific spacing."
1930
+ },
1931
+ "value": "5rem",
1932
+ "filePath": "src/tokens/atlassian-spacing/spacing.tsx",
1933
+ "isSource": true,
1934
+ "original": {
1935
+ "attributes": {
1936
+ "group": "spacing",
1937
+ "state": "active",
1938
+ "introduced": "0.12.0",
1939
+ "pixelValue": "80px",
1940
+ "description": "Use for larger layout-specific spacing."
1941
+ },
1942
+ "value": "Space1000"
1943
+ },
1944
+ "name": "space.1000",
1945
+ "path": ["space", "1000"],
1946
+ "cleanName": "space.1000"
1867
1947
  }];
1868
1948
  var _default = tokens;
1869
1949
  exports.default = _default;