@atlaskit/tokens 0.11.1 → 0.11.3
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.
- package/CHANGELOG.md +12 -0
- package/css/atlassian-spacing.css +17 -13
- package/dist/cjs/artifacts/palettes-raw/spacing-scale.js +249 -1
- package/dist/cjs/artifacts/rename-mapping/atlassian-spacing.js +1 -49
- package/dist/cjs/artifacts/tokens-raw/atlassian-spacing.js +323 -213
- package/dist/cjs/artifacts/typescript/atlassian-spacing-token-default-values.js +17 -13
- package/dist/cjs/artifacts/typescript/atlassian-spacing-token-names.js +17 -13
- package/dist/cjs/constants.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/spacing-scale.js +96 -76
- package/dist/cjs/theme-config.js +6 -0
- package/dist/cjs/tokens/atlassian-spacing/spacing.js +65 -44
- package/dist/cjs/tokens/default/spacing/spacing.js +167 -116
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/spacing-scale.js +249 -1
- package/dist/es2019/artifacts/rename-mapping/atlassian-spacing.js +1 -49
- package/dist/es2019/artifacts/tokens-raw/atlassian-spacing.js +323 -213
- package/dist/es2019/artifacts/typescript/atlassian-spacing-token-default-values.js +17 -13
- package/dist/es2019/artifacts/typescript/atlassian-spacing-token-names.js +17 -13
- package/dist/es2019/constants.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/spacing-scale.js +95 -76
- package/dist/es2019/theme-config.js +6 -0
- package/dist/es2019/tokens/atlassian-spacing/spacing.js +64 -44
- package/dist/es2019/tokens/default/spacing/spacing.js +166 -116
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/spacing-scale.js +249 -1
- package/dist/esm/artifacts/rename-mapping/atlassian-spacing.js +1 -49
- package/dist/esm/artifacts/tokens-raw/atlassian-spacing.js +323 -213
- package/dist/esm/artifacts/typescript/atlassian-spacing-token-default-values.js +17 -13
- package/dist/esm/artifacts/typescript/atlassian-spacing-token-names.js +17 -13
- package/dist/esm/constants.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/spacing-scale.js +95 -76
- package/dist/esm/theme-config.js +6 -0
- package/dist/esm/tokens/atlassian-spacing/spacing.js +64 -44
- package/dist/esm/tokens/default/spacing/spacing.js +166 -116
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw/spacing-scale.d.ts +22 -3
- package/dist/types/artifacts/rename-mapping/atlassian-spacing.d.ts +1 -1
- package/dist/types/artifacts/token-default-values.d.ts +16 -12
- package/dist/types/artifacts/token-names.d.ts +16 -12
- package/dist/types/artifacts/tokens-raw/atlassian-spacing.d.ts +61 -1
- package/dist/types/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +17 -13
- package/dist/types/artifacts/typescript/atlassian-spacing-token-names.d.ts +33 -25
- package/dist/types/artifacts/typescript/atlassian-spacing-types-internal.d.ts +2 -2
- package/dist/types/artifacts/typescript/atlassian-spacing-types.d.ts +2 -2
- package/dist/types/palettes/spacing-scale.d.ts +94 -4
- package/dist/types/theme-config.d.ts +9 -1
- package/dist/types/tokens/atlassian-spacing/spacing.d.ts +8 -2
- package/dist/types/tokens/default/spacing/spacing.d.ts +6 -2
- package/dist/types/types.d.ts +92 -81
- package/package.json +2 -2
- package/report.api.md +40 -26
- package/tmp/api-report-tmp.d.ts +38 -25
|
@@ -4,7 +4,150 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* The spacing attribute schema governs the non-value specific metadata to apply to the
|
|
10
|
+
* spacing theme. This governs the name, description and state
|
|
11
|
+
* of a token.
|
|
12
|
+
*/
|
|
7
13
|
var spacing = {
|
|
14
|
+
space: {
|
|
15
|
+
'0': {
|
|
16
|
+
attributes: {
|
|
17
|
+
group: 'spacing',
|
|
18
|
+
state: 'active',
|
|
19
|
+
introduced: '0.12.0',
|
|
20
|
+
pixelValue: '0px',
|
|
21
|
+
description: 'Equates to `0`. Can be used for resetting default spacing styles.'
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
'025': {
|
|
25
|
+
attributes: {
|
|
26
|
+
group: 'spacing',
|
|
27
|
+
state: 'active',
|
|
28
|
+
suggest: ['1px', '3px'],
|
|
29
|
+
introduced: '0.12.0',
|
|
30
|
+
pixelValue: '2px',
|
|
31
|
+
description: 'Use for spacing in compact scenarios. The smallest value in our scale.'
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
'050': {
|
|
35
|
+
attributes: {
|
|
36
|
+
group: 'spacing',
|
|
37
|
+
state: 'active',
|
|
38
|
+
suggest: ['3px', '5px'],
|
|
39
|
+
introduced: '0.12.0',
|
|
40
|
+
pixelValue: '4px',
|
|
41
|
+
description: 'Use for spacing in compact scenarios.'
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
'075': {
|
|
45
|
+
attributes: {
|
|
46
|
+
group: 'spacing',
|
|
47
|
+
state: 'active',
|
|
48
|
+
suggest: ['5px', '7px'],
|
|
49
|
+
introduced: '0.12.0',
|
|
50
|
+
pixelValue: '6px',
|
|
51
|
+
description: 'Use for spacing in compact scenarios.'
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
'100': {
|
|
55
|
+
attributes: {
|
|
56
|
+
group: 'spacing',
|
|
57
|
+
state: 'active',
|
|
58
|
+
suggest: ['7px', '9px'],
|
|
59
|
+
introduced: '0.12.0',
|
|
60
|
+
pixelValue: '8px',
|
|
61
|
+
description: 'Use for gutter spacing.'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
'150': {
|
|
65
|
+
attributes: {
|
|
66
|
+
group: 'spacing',
|
|
67
|
+
state: 'active',
|
|
68
|
+
suggest: ['10px', '11px', '13px', '14px'],
|
|
69
|
+
introduced: '0.12.0',
|
|
70
|
+
pixelValue: '12px',
|
|
71
|
+
description: 'Helpful guidance goes here'
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
'200': {
|
|
75
|
+
attributes: {
|
|
76
|
+
group: 'spacing',
|
|
77
|
+
state: 'active',
|
|
78
|
+
suggest: ['14px', '15px', '17px', '18px'],
|
|
79
|
+
introduced: '0.12.0',
|
|
80
|
+
pixelValue: '16px',
|
|
81
|
+
description: 'Use for gutter spacing.'
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
'250': {
|
|
85
|
+
attributes: {
|
|
86
|
+
group: 'spacing',
|
|
87
|
+
state: 'active',
|
|
88
|
+
suggest: ['19px', '21px', '22px', '23px'],
|
|
89
|
+
introduced: '0.12.0',
|
|
90
|
+
pixelValue: '20px',
|
|
91
|
+
description: 'Use for gutter spacing.'
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
'300': {
|
|
95
|
+
attributes: {
|
|
96
|
+
group: 'spacing',
|
|
97
|
+
state: 'active',
|
|
98
|
+
suggest: ['23px', '25px', '26px', '27px', '28px'],
|
|
99
|
+
introduced: '0.12.0',
|
|
100
|
+
pixelValue: '24px',
|
|
101
|
+
description: 'Use for gutter spacing.'
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
'400': {
|
|
105
|
+
attributes: {
|
|
106
|
+
group: 'spacing',
|
|
107
|
+
state: 'active',
|
|
108
|
+
suggest: ['28px', '29px', '30px', '31px', '33px', '34px', '35px'],
|
|
109
|
+
introduced: '0.12.0',
|
|
110
|
+
pixelValue: '32px',
|
|
111
|
+
description: 'Use for gutter spacing.'
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
'500': {
|
|
115
|
+
attributes: {
|
|
116
|
+
group: 'spacing',
|
|
117
|
+
state: 'active',
|
|
118
|
+
introduced: '0.12.0',
|
|
119
|
+
pixelValue: '40px',
|
|
120
|
+
description: 'Use for larger layout-specific spacing.'
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
'600': {
|
|
124
|
+
attributes: {
|
|
125
|
+
group: 'spacing',
|
|
126
|
+
state: 'active',
|
|
127
|
+
introduced: '0.12.0',
|
|
128
|
+
pixelValue: '48px',
|
|
129
|
+
description: 'Use for larger layout-specific spacing.'
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
'800': {
|
|
133
|
+
attributes: {
|
|
134
|
+
group: 'spacing',
|
|
135
|
+
state: 'active',
|
|
136
|
+
introduced: '0.12.0',
|
|
137
|
+
pixelValue: '64px',
|
|
138
|
+
description: 'Use for larger layout-specific spacing.'
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
'1000': {
|
|
142
|
+
attributes: {
|
|
143
|
+
group: 'spacing',
|
|
144
|
+
state: 'active',
|
|
145
|
+
introduced: '0.12.0',
|
|
146
|
+
pixelValue: '80px',
|
|
147
|
+
description: 'Use for larger layout-specific spacing.'
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
},
|
|
8
151
|
spacing: {
|
|
9
152
|
scale: {
|
|
10
153
|
'0': {
|
|
@@ -112,119 +255,27 @@ var spacing = {
|
|
|
112
255
|
introduced: '0.10.16',
|
|
113
256
|
description: 'Helpful guidance goes here'
|
|
114
257
|
}
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
scaleLinear: {
|
|
118
|
-
'0': {
|
|
119
|
-
attributes: {
|
|
120
|
-
group: 'spacing',
|
|
121
|
-
state: 'experimental',
|
|
122
|
-
replacement: '0',
|
|
123
|
-
introduced: '0.10.28',
|
|
124
|
-
description: 'Helpful guidance goes here'
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
'100': {
|
|
128
|
-
attributes: {
|
|
129
|
-
group: 'spacing',
|
|
130
|
-
state: 'experimental',
|
|
131
|
-
replacement: '2px',
|
|
132
|
-
introduced: '0.10.28',
|
|
133
|
-
description: 'Helpful guidance goes here'
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
'200': {
|
|
137
|
-
attributes: {
|
|
138
|
-
group: 'spacing',
|
|
139
|
-
state: 'experimental',
|
|
140
|
-
replacement: '4px',
|
|
141
|
-
introduced: '0.10.28',
|
|
142
|
-
description: 'Helpful guidance goes here'
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
'300': {
|
|
146
|
-
attributes: {
|
|
147
|
-
group: 'spacing',
|
|
148
|
-
state: 'experimental',
|
|
149
|
-
replacement: '6px',
|
|
150
|
-
introduced: '0.10.28',
|
|
151
|
-
description: 'Helpful guidance goes here'
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
'400': {
|
|
155
|
-
attributes: {
|
|
156
|
-
group: 'spacing',
|
|
157
|
-
state: 'experimental',
|
|
158
|
-
replacement: '8px',
|
|
159
|
-
introduced: '0.10.28',
|
|
160
|
-
description: 'Helpful guidance goes here'
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
'500': {
|
|
164
|
-
attributes: {
|
|
165
|
-
group: 'spacing',
|
|
166
|
-
state: 'experimental',
|
|
167
|
-
replacement: '12px',
|
|
168
|
-
introduced: '0.10.28',
|
|
169
|
-
description: 'Helpful guidance goes here'
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
'600': {
|
|
173
|
-
attributes: {
|
|
174
|
-
group: 'spacing',
|
|
175
|
-
state: 'experimental',
|
|
176
|
-
replacement: '16px',
|
|
177
|
-
introduced: '0.10.28',
|
|
178
|
-
description: 'Helpful guidance goes here'
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
'700': {
|
|
182
|
-
attributes: {
|
|
183
|
-
group: 'spacing',
|
|
184
|
-
state: 'experimental',
|
|
185
|
-
replacement: '20px',
|
|
186
|
-
introduced: '0.10.28',
|
|
187
|
-
description: 'Helpful guidance goes here'
|
|
188
|
-
}
|
|
189
258
|
},
|
|
190
259
|
'800': {
|
|
191
260
|
attributes: {
|
|
192
261
|
group: 'spacing',
|
|
193
|
-
state: '
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
description: 'Helpful guidance goes here'
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
'900': {
|
|
200
|
-
attributes: {
|
|
201
|
-
group: 'spacing',
|
|
202
|
-
state: 'experimental',
|
|
203
|
-
replacement: '32px',
|
|
204
|
-
introduced: '0.10.28',
|
|
262
|
+
state: 'active',
|
|
263
|
+
introduced: '0.12.0',
|
|
264
|
+
pixelValue: '',
|
|
205
265
|
description: 'Helpful guidance goes here'
|
|
206
266
|
}
|
|
207
267
|
},
|
|
208
268
|
'1000': {
|
|
209
269
|
attributes: {
|
|
210
270
|
group: 'spacing',
|
|
211
|
-
state: '
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
description: 'Helpful guidance goes here'
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
'1100': {
|
|
218
|
-
attributes: {
|
|
219
|
-
group: 'spacing',
|
|
220
|
-
state: 'experimental',
|
|
221
|
-
replacement: '48px',
|
|
222
|
-
introduced: '0.10.28',
|
|
271
|
+
state: 'active',
|
|
272
|
+
introduced: '0.12.0',
|
|
273
|
+
pixelValue: '80px',
|
|
223
274
|
description: 'Helpful guidance goes here'
|
|
224
275
|
}
|
|
225
276
|
}
|
|
226
277
|
},
|
|
227
|
-
|
|
278
|
+
scaleLinear: {
|
|
228
279
|
'0': {
|
|
229
280
|
attributes: {
|
|
230
281
|
group: 'spacing',
|
|
@@ -234,7 +285,7 @@ var spacing = {
|
|
|
234
285
|
description: 'Helpful guidance goes here'
|
|
235
286
|
}
|
|
236
287
|
},
|
|
237
|
-
'
|
|
288
|
+
'100': {
|
|
238
289
|
attributes: {
|
|
239
290
|
group: 'spacing',
|
|
240
291
|
state: 'experimental',
|
|
@@ -243,7 +294,7 @@ var spacing = {
|
|
|
243
294
|
description: 'Helpful guidance goes here'
|
|
244
295
|
}
|
|
245
296
|
},
|
|
246
|
-
'
|
|
297
|
+
'200': {
|
|
247
298
|
attributes: {
|
|
248
299
|
group: 'spacing',
|
|
249
300
|
state: 'experimental',
|
|
@@ -252,7 +303,7 @@ var spacing = {
|
|
|
252
303
|
description: 'Helpful guidance goes here'
|
|
253
304
|
}
|
|
254
305
|
},
|
|
255
|
-
'
|
|
306
|
+
'300': {
|
|
256
307
|
attributes: {
|
|
257
308
|
group: 'spacing',
|
|
258
309
|
state: 'experimental',
|
|
@@ -261,7 +312,7 @@ var spacing = {
|
|
|
261
312
|
description: 'Helpful guidance goes here'
|
|
262
313
|
}
|
|
263
314
|
},
|
|
264
|
-
'
|
|
315
|
+
'400': {
|
|
265
316
|
attributes: {
|
|
266
317
|
group: 'spacing',
|
|
267
318
|
state: 'experimental',
|
|
@@ -270,7 +321,7 @@ var spacing = {
|
|
|
270
321
|
description: 'Helpful guidance goes here'
|
|
271
322
|
}
|
|
272
323
|
},
|
|
273
|
-
'
|
|
324
|
+
'500': {
|
|
274
325
|
attributes: {
|
|
275
326
|
group: 'spacing',
|
|
276
327
|
state: 'experimental',
|
|
@@ -279,7 +330,7 @@ var spacing = {
|
|
|
279
330
|
description: 'Helpful guidance goes here'
|
|
280
331
|
}
|
|
281
332
|
},
|
|
282
|
-
'
|
|
333
|
+
'600': {
|
|
283
334
|
attributes: {
|
|
284
335
|
group: 'spacing',
|
|
285
336
|
state: 'experimental',
|
|
@@ -288,7 +339,7 @@ var spacing = {
|
|
|
288
339
|
description: 'Helpful guidance goes here'
|
|
289
340
|
}
|
|
290
341
|
},
|
|
291
|
-
'
|
|
342
|
+
'700': {
|
|
292
343
|
attributes: {
|
|
293
344
|
group: 'spacing',
|
|
294
345
|
state: 'experimental',
|
|
@@ -297,7 +348,7 @@ var spacing = {
|
|
|
297
348
|
description: 'Helpful guidance goes here'
|
|
298
349
|
}
|
|
299
350
|
},
|
|
300
|
-
'
|
|
351
|
+
'800': {
|
|
301
352
|
attributes: {
|
|
302
353
|
group: 'spacing',
|
|
303
354
|
state: 'experimental',
|
|
@@ -306,7 +357,7 @@ var spacing = {
|
|
|
306
357
|
description: 'Helpful guidance goes here'
|
|
307
358
|
}
|
|
308
359
|
},
|
|
309
|
-
'
|
|
360
|
+
'900': {
|
|
310
361
|
attributes: {
|
|
311
362
|
group: 'spacing',
|
|
312
363
|
state: 'experimental',
|
|
@@ -315,7 +366,7 @@ var spacing = {
|
|
|
315
366
|
description: 'Helpful guidance goes here'
|
|
316
367
|
}
|
|
317
368
|
},
|
|
318
|
-
'
|
|
369
|
+
'1000': {
|
|
319
370
|
attributes: {
|
|
320
371
|
group: 'spacing',
|
|
321
372
|
state: 'experimental',
|
|
@@ -324,7 +375,7 @@ var spacing = {
|
|
|
324
375
|
description: 'Helpful guidance goes here'
|
|
325
376
|
}
|
|
326
377
|
},
|
|
327
|
-
'
|
|
378
|
+
'1100': {
|
|
328
379
|
attributes: {
|
|
329
380
|
group: 'spacing',
|
|
330
381
|
state: 'experimental',
|
|
@@ -659,7 +710,7 @@ var spacing = {
|
|
|
659
710
|
}
|
|
660
711
|
},
|
|
661
712
|
gap: {
|
|
662
|
-
100: {
|
|
713
|
+
'100': {
|
|
663
714
|
attributes: {
|
|
664
715
|
group: 'spacing',
|
|
665
716
|
state: 'experimental',
|
|
@@ -668,7 +719,7 @@ var spacing = {
|
|
|
668
719
|
description: 'Helpful guidance goes here'
|
|
669
720
|
}
|
|
670
721
|
},
|
|
671
|
-
200: {
|
|
722
|
+
'200': {
|
|
672
723
|
attributes: {
|
|
673
724
|
group: 'spacing',
|
|
674
725
|
state: 'experimental',
|
|
@@ -677,7 +728,7 @@ var spacing = {
|
|
|
677
728
|
description: 'Helpful guidance goes here'
|
|
678
729
|
}
|
|
679
730
|
},
|
|
680
|
-
300: {
|
|
731
|
+
'300': {
|
|
681
732
|
attributes: {
|
|
682
733
|
group: 'spacing',
|
|
683
734
|
state: 'experimental',
|
|
@@ -688,7 +739,7 @@ var spacing = {
|
|
|
688
739
|
}
|
|
689
740
|
},
|
|
690
741
|
inset: {
|
|
691
|
-
100: {
|
|
742
|
+
'100': {
|
|
692
743
|
attributes: {
|
|
693
744
|
group: 'spacing',
|
|
694
745
|
state: 'experimental',
|
|
@@ -697,7 +748,7 @@ var spacing = {
|
|
|
697
748
|
description: 'Helpful guidance goes here'
|
|
698
749
|
}
|
|
699
750
|
},
|
|
700
|
-
200: {
|
|
751
|
+
'200': {
|
|
701
752
|
attributes: {
|
|
702
753
|
group: 'spacing',
|
|
703
754
|
state: 'experimental',
|
|
@@ -706,7 +757,7 @@ var spacing = {
|
|
|
706
757
|
description: 'Helpful guidance goes here'
|
|
707
758
|
}
|
|
708
759
|
},
|
|
709
|
-
300: {
|
|
760
|
+
'300': {
|
|
710
761
|
attributes: {
|
|
711
762
|
group: 'spacing',
|
|
712
763
|
state: 'experimental',
|
package/dist/cjs/version.json
CHANGED
|
@@ -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::
|
|
3
|
+
* @codegen <<SignedSource::4466431b8da920b1737382f7e9e82009>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -183,5 +183,253 @@ const tokens = [{
|
|
|
183
183
|
},
|
|
184
184
|
"name": "spacing.scale.Space600",
|
|
185
185
|
"path": ["spacing", "scale", "Space600"]
|
|
186
|
+
}, {
|
|
187
|
+
"value": "4rem",
|
|
188
|
+
"attributes": {
|
|
189
|
+
"group": "scale"
|
|
190
|
+
},
|
|
191
|
+
"pixelValue": "64px",
|
|
192
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
193
|
+
"isSource": true,
|
|
194
|
+
"original": {
|
|
195
|
+
"value": "4rem",
|
|
196
|
+
"attributes": {
|
|
197
|
+
"group": "scale"
|
|
198
|
+
},
|
|
199
|
+
"pixelValue": "64px"
|
|
200
|
+
},
|
|
201
|
+
"name": "spacing.scale.Space800",
|
|
202
|
+
"path": ["spacing", "scale", "Space800"]
|
|
203
|
+
}, {
|
|
204
|
+
"value": "5rem",
|
|
205
|
+
"attributes": {
|
|
206
|
+
"group": "scale"
|
|
207
|
+
},
|
|
208
|
+
"pixelValue": "80px",
|
|
209
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
210
|
+
"isSource": true,
|
|
211
|
+
"original": {
|
|
212
|
+
"value": "5rem",
|
|
213
|
+
"attributes": {
|
|
214
|
+
"group": "scale"
|
|
215
|
+
},
|
|
216
|
+
"pixelValue": "80px"
|
|
217
|
+
},
|
|
218
|
+
"name": "spacing.scale.Space1000",
|
|
219
|
+
"path": ["spacing", "scale", "Space1000"]
|
|
220
|
+
}, {
|
|
221
|
+
"value": "0",
|
|
222
|
+
"attributes": {
|
|
223
|
+
"group": "scale"
|
|
224
|
+
},
|
|
225
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
226
|
+
"isSource": true,
|
|
227
|
+
"original": {
|
|
228
|
+
"value": "0",
|
|
229
|
+
"attributes": {
|
|
230
|
+
"group": "scale"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"name": "space.Space0",
|
|
234
|
+
"path": ["space", "Space0"]
|
|
235
|
+
}, {
|
|
236
|
+
"value": "0.125rem",
|
|
237
|
+
"attributes": {
|
|
238
|
+
"group": "scale"
|
|
239
|
+
},
|
|
240
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
241
|
+
"isSource": true,
|
|
242
|
+
"original": {
|
|
243
|
+
"value": "0.125rem",
|
|
244
|
+
"attributes": {
|
|
245
|
+
"group": "scale"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"name": "space.Space025",
|
|
249
|
+
"path": ["space", "Space025"]
|
|
250
|
+
}, {
|
|
251
|
+
"value": "0.25rem",
|
|
252
|
+
"attributes": {
|
|
253
|
+
"group": "scale"
|
|
254
|
+
},
|
|
255
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
256
|
+
"isSource": true,
|
|
257
|
+
"original": {
|
|
258
|
+
"value": "0.25rem",
|
|
259
|
+
"attributes": {
|
|
260
|
+
"group": "scale"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"name": "space.Space050",
|
|
264
|
+
"path": ["space", "Space050"]
|
|
265
|
+
}, {
|
|
266
|
+
"value": "0.375rem",
|
|
267
|
+
"attributes": {
|
|
268
|
+
"group": "scale"
|
|
269
|
+
},
|
|
270
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
271
|
+
"isSource": true,
|
|
272
|
+
"original": {
|
|
273
|
+
"value": "0.375rem",
|
|
274
|
+
"attributes": {
|
|
275
|
+
"group": "scale"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"name": "space.Space075",
|
|
279
|
+
"path": ["space", "Space075"]
|
|
280
|
+
}, {
|
|
281
|
+
"value": "0.5rem",
|
|
282
|
+
"attributes": {
|
|
283
|
+
"group": "scale"
|
|
284
|
+
},
|
|
285
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
286
|
+
"isSource": true,
|
|
287
|
+
"original": {
|
|
288
|
+
"value": "0.5rem",
|
|
289
|
+
"attributes": {
|
|
290
|
+
"group": "scale"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"name": "space.Space100",
|
|
294
|
+
"path": ["space", "Space100"]
|
|
295
|
+
}, {
|
|
296
|
+
"value": "0.75rem",
|
|
297
|
+
"attributes": {
|
|
298
|
+
"group": "scale"
|
|
299
|
+
},
|
|
300
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
301
|
+
"isSource": true,
|
|
302
|
+
"original": {
|
|
303
|
+
"value": "0.75rem",
|
|
304
|
+
"attributes": {
|
|
305
|
+
"group": "scale"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"name": "space.Space150",
|
|
309
|
+
"path": ["space", "Space150"]
|
|
310
|
+
}, {
|
|
311
|
+
"value": "1rem",
|
|
312
|
+
"attributes": {
|
|
313
|
+
"group": "scale"
|
|
314
|
+
},
|
|
315
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
316
|
+
"isSource": true,
|
|
317
|
+
"original": {
|
|
318
|
+
"value": "1rem",
|
|
319
|
+
"attributes": {
|
|
320
|
+
"group": "scale"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"name": "space.Space200",
|
|
324
|
+
"path": ["space", "Space200"]
|
|
325
|
+
}, {
|
|
326
|
+
"value": "1.25rem",
|
|
327
|
+
"attributes": {
|
|
328
|
+
"group": "scale"
|
|
329
|
+
},
|
|
330
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
331
|
+
"isSource": true,
|
|
332
|
+
"original": {
|
|
333
|
+
"value": "1.25rem",
|
|
334
|
+
"attributes": {
|
|
335
|
+
"group": "scale"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"name": "space.Space250",
|
|
339
|
+
"path": ["space", "Space250"]
|
|
340
|
+
}, {
|
|
341
|
+
"value": "1.5rem",
|
|
342
|
+
"attributes": {
|
|
343
|
+
"group": "scale"
|
|
344
|
+
},
|
|
345
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
346
|
+
"isSource": true,
|
|
347
|
+
"original": {
|
|
348
|
+
"value": "1.5rem",
|
|
349
|
+
"attributes": {
|
|
350
|
+
"group": "scale"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"name": "space.Space300",
|
|
354
|
+
"path": ["space", "Space300"]
|
|
355
|
+
}, {
|
|
356
|
+
"value": "2rem",
|
|
357
|
+
"attributes": {
|
|
358
|
+
"group": "scale"
|
|
359
|
+
},
|
|
360
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
361
|
+
"isSource": true,
|
|
362
|
+
"original": {
|
|
363
|
+
"value": "2rem",
|
|
364
|
+
"attributes": {
|
|
365
|
+
"group": "scale"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"name": "space.Space400",
|
|
369
|
+
"path": ["space", "Space400"]
|
|
370
|
+
}, {
|
|
371
|
+
"value": "2.5rem",
|
|
372
|
+
"attributes": {
|
|
373
|
+
"group": "scale"
|
|
374
|
+
},
|
|
375
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
376
|
+
"isSource": true,
|
|
377
|
+
"original": {
|
|
378
|
+
"value": "2.5rem",
|
|
379
|
+
"attributes": {
|
|
380
|
+
"group": "scale"
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
"name": "space.Space500",
|
|
384
|
+
"path": ["space", "Space500"]
|
|
385
|
+
}, {
|
|
386
|
+
"value": "3rem",
|
|
387
|
+
"attributes": {
|
|
388
|
+
"group": "scale"
|
|
389
|
+
},
|
|
390
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
391
|
+
"isSource": true,
|
|
392
|
+
"original": {
|
|
393
|
+
"value": "3rem",
|
|
394
|
+
"attributes": {
|
|
395
|
+
"group": "scale"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"name": "space.Space600",
|
|
399
|
+
"path": ["space", "Space600"]
|
|
400
|
+
}, {
|
|
401
|
+
"value": "4rem",
|
|
402
|
+
"attributes": {
|
|
403
|
+
"group": "scale"
|
|
404
|
+
},
|
|
405
|
+
"pixelValue": "64px",
|
|
406
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
407
|
+
"isSource": true,
|
|
408
|
+
"original": {
|
|
409
|
+
"value": "4rem",
|
|
410
|
+
"attributes": {
|
|
411
|
+
"group": "scale"
|
|
412
|
+
},
|
|
413
|
+
"pixelValue": "64px"
|
|
414
|
+
},
|
|
415
|
+
"name": "space.Space800",
|
|
416
|
+
"path": ["space", "Space800"]
|
|
417
|
+
}, {
|
|
418
|
+
"value": "5rem",
|
|
419
|
+
"attributes": {
|
|
420
|
+
"group": "scale"
|
|
421
|
+
},
|
|
422
|
+
"pixelValue": "80px",
|
|
423
|
+
"filePath": "src/palettes/spacing-scale.tsx",
|
|
424
|
+
"isSource": true,
|
|
425
|
+
"original": {
|
|
426
|
+
"value": "5rem",
|
|
427
|
+
"attributes": {
|
|
428
|
+
"group": "scale"
|
|
429
|
+
},
|
|
430
|
+
"pixelValue": "80px"
|
|
431
|
+
},
|
|
432
|
+
"name": "space.Space1000",
|
|
433
|
+
"path": ["space", "Space1000"]
|
|
186
434
|
}];
|
|
187
435
|
export default tokens;
|