@atlaskit/tokens 6.4.3 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -40
- package/dist/cjs/artifacts/palettes-raw/shape-palette.js +1 -31
- package/dist/cjs/artifacts/replacement-mapping.js +2 -32
- package/dist/cjs/artifacts/theme-import-map.js +1 -13
- package/dist/cjs/artifacts/themes/atlassian-shape-rounder.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-shape-roundest.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-shape.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +1 -11
- package/dist/cjs/artifacts/token-names.js +1 -11
- package/dist/cjs/artifacts/tokens-raw/atlassian-shape-rounder.js +1 -241
- package/dist/cjs/artifacts/tokens-raw/atlassian-shape-roundest.js +1 -241
- package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +1 -241
- package/dist/cjs/babel-plugin/plugin.js +2 -2
- package/dist/cjs/entry-points/token-metadata.codegen.js +1 -51
- package/dist/cjs/theme-config.js +1 -17
- package/dist/es2019/artifacts/palettes-raw/shape-palette.js +1 -31
- package/dist/es2019/artifacts/replacement-mapping.js +2 -32
- package/dist/es2019/artifacts/theme-import-map.js +1 -5
- package/dist/es2019/artifacts/themes/atlassian-shape-rounder.js +1 -11
- package/dist/es2019/artifacts/themes/atlassian-shape-roundest.js +1 -11
- package/dist/es2019/artifacts/themes/atlassian-shape.js +1 -11
- package/dist/es2019/artifacts/token-default-values.js +1 -11
- package/dist/es2019/artifacts/token-names.js +1 -11
- package/dist/es2019/artifacts/tokens-raw/atlassian-shape-rounder.js +1 -241
- package/dist/es2019/artifacts/tokens-raw/atlassian-shape-roundest.js +1 -241
- package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +1 -241
- package/dist/es2019/babel-plugin/plugin.js +2 -2
- package/dist/es2019/entry-points/token-metadata.codegen.js +1 -51
- package/dist/es2019/theme-config.js +1 -17
- package/dist/esm/artifacts/palettes-raw/shape-palette.js +1 -31
- package/dist/esm/artifacts/replacement-mapping.js +2 -32
- package/dist/esm/artifacts/theme-import-map.js +1 -9
- package/dist/esm/artifacts/themes/atlassian-shape-rounder.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-shape-roundest.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-shape.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +1 -11
- package/dist/esm/artifacts/token-names.js +1 -11
- package/dist/esm/artifacts/tokens-raw/atlassian-shape-rounder.js +1 -241
- package/dist/esm/artifacts/tokens-raw/atlassian-shape-roundest.js +1 -241
- package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +1 -241
- package/dist/esm/babel-plugin/plugin.js +2 -2
- package/dist/esm/entry-points/token-metadata.codegen.js +1 -51
- package/dist/esm/theme-config.js +1 -17
- package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +1 -1
- package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
- package/dist/types/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-shape-rounder.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-shape-roundest.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-shape.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +1 -11
- package/dist/types/artifacts/token-names.d.ts +1 -21
- package/dist/types/artifacts/tokens-raw/atlassian-shape-rounder.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-shape-roundest.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +3 -3
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/theme-config.d.ts +4 -4
- package/dist/types/types.d.ts +0 -12
- package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-shape-rounder.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-shape-roundest.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +1 -11
- package/dist/types-ts4.5/artifacts/token-names.d.ts +1 -21
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape-rounder.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape-roundest.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +3 -3
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/theme-config.d.ts +2 -6
- package/dist/types-ts4.5/types.d.ts +0 -12
- package/package.json +6 -6
|
@@ -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::4a6fe755c8ce27dedb961a7e2509999e>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -170,174 +170,6 @@ var tokens = [{
|
|
|
170
170
|
"name": "radius.tile",
|
|
171
171
|
"path": ["radius", "tile"],
|
|
172
172
|
"cleanName": "radius.tile"
|
|
173
|
-
}, {
|
|
174
|
-
"attributes": {
|
|
175
|
-
"group": "shape",
|
|
176
|
-
"state": "deprecated",
|
|
177
|
-
"introduced": "1.5.2",
|
|
178
|
-
"deprecated": "6.1.0",
|
|
179
|
-
"description": "The default border radius."
|
|
180
|
-
},
|
|
181
|
-
"value": "4px",
|
|
182
|
-
"filePath": "schema/themes/atlassian-shape-rounder/shape.tsx",
|
|
183
|
-
"isSource": true,
|
|
184
|
-
"original": {
|
|
185
|
-
"attributes": {
|
|
186
|
-
"group": "shape",
|
|
187
|
-
"state": "deprecated",
|
|
188
|
-
"introduced": "1.5.2",
|
|
189
|
-
"deprecated": "6.1.0",
|
|
190
|
-
"description": "The default border radius."
|
|
191
|
-
},
|
|
192
|
-
"value": "Radius04"
|
|
193
|
-
},
|
|
194
|
-
"name": "border.radius.[default]",
|
|
195
|
-
"path": ["border", "radius", "[default]"],
|
|
196
|
-
"cleanName": "border.radius"
|
|
197
|
-
}, {
|
|
198
|
-
"attributes": {
|
|
199
|
-
"group": "shape",
|
|
200
|
-
"state": "deprecated",
|
|
201
|
-
"introduced": "1.1.0",
|
|
202
|
-
"deprecated": "6.1.0",
|
|
203
|
-
"description": "Used for selection indicators, like tabs."
|
|
204
|
-
},
|
|
205
|
-
"value": "2px",
|
|
206
|
-
"filePath": "schema/themes/atlassian-shape-rounder/shape.tsx",
|
|
207
|
-
"isSource": true,
|
|
208
|
-
"original": {
|
|
209
|
-
"attributes": {
|
|
210
|
-
"group": "shape",
|
|
211
|
-
"state": "deprecated",
|
|
212
|
-
"introduced": "1.1.0",
|
|
213
|
-
"deprecated": "6.1.0",
|
|
214
|
-
"description": "Used for selection indicators, like tabs."
|
|
215
|
-
},
|
|
216
|
-
"value": "Radius02"
|
|
217
|
-
},
|
|
218
|
-
"name": "border.radius.050",
|
|
219
|
-
"path": ["border", "radius", "050"],
|
|
220
|
-
"cleanName": "border.radius.050"
|
|
221
|
-
}, {
|
|
222
|
-
"attributes": {
|
|
223
|
-
"group": "shape",
|
|
224
|
-
"state": "deprecated",
|
|
225
|
-
"introduced": "1.1.0",
|
|
226
|
-
"deprecated": "6.1.0",
|
|
227
|
-
"description": "Used for buttons and inputs."
|
|
228
|
-
},
|
|
229
|
-
"value": "4px",
|
|
230
|
-
"filePath": "schema/themes/atlassian-shape-rounder/shape.tsx",
|
|
231
|
-
"isSource": true,
|
|
232
|
-
"original": {
|
|
233
|
-
"attributes": {
|
|
234
|
-
"group": "shape",
|
|
235
|
-
"state": "deprecated",
|
|
236
|
-
"introduced": "1.1.0",
|
|
237
|
-
"deprecated": "6.1.0",
|
|
238
|
-
"description": "Used for buttons and inputs."
|
|
239
|
-
},
|
|
240
|
-
"value": "Radius04"
|
|
241
|
-
},
|
|
242
|
-
"name": "border.radius.100",
|
|
243
|
-
"path": ["border", "radius", "100"],
|
|
244
|
-
"cleanName": "border.radius.100"
|
|
245
|
-
}, {
|
|
246
|
-
"attributes": {
|
|
247
|
-
"group": "shape",
|
|
248
|
-
"state": "deprecated",
|
|
249
|
-
"introduced": "1.1.0",
|
|
250
|
-
"deprecated": "6.1.0",
|
|
251
|
-
"description": "Used for smaller cards."
|
|
252
|
-
},
|
|
253
|
-
"value": "8px",
|
|
254
|
-
"filePath": "schema/themes/atlassian-shape-rounder/shape.tsx",
|
|
255
|
-
"isSource": true,
|
|
256
|
-
"original": {
|
|
257
|
-
"attributes": {
|
|
258
|
-
"group": "shape",
|
|
259
|
-
"state": "deprecated",
|
|
260
|
-
"introduced": "1.1.0",
|
|
261
|
-
"deprecated": "6.1.0",
|
|
262
|
-
"description": "Used for smaller cards."
|
|
263
|
-
},
|
|
264
|
-
"value": "Radius08"
|
|
265
|
-
},
|
|
266
|
-
"name": "border.radius.200",
|
|
267
|
-
"path": ["border", "radius", "200"],
|
|
268
|
-
"cleanName": "border.radius.200"
|
|
269
|
-
}, {
|
|
270
|
-
"attributes": {
|
|
271
|
-
"group": "shape",
|
|
272
|
-
"state": "deprecated",
|
|
273
|
-
"introduced": "1.1.0",
|
|
274
|
-
"deprecated": "6.1.0",
|
|
275
|
-
"description": "Used for cards and larger containers."
|
|
276
|
-
},
|
|
277
|
-
"value": "12px",
|
|
278
|
-
"filePath": "schema/themes/atlassian-shape-rounder/shape.tsx",
|
|
279
|
-
"isSource": true,
|
|
280
|
-
"original": {
|
|
281
|
-
"attributes": {
|
|
282
|
-
"group": "shape",
|
|
283
|
-
"state": "deprecated",
|
|
284
|
-
"introduced": "1.1.0",
|
|
285
|
-
"deprecated": "6.1.0",
|
|
286
|
-
"description": "Used for cards and larger containers."
|
|
287
|
-
},
|
|
288
|
-
"value": "Radius12"
|
|
289
|
-
},
|
|
290
|
-
"name": "border.radius.300",
|
|
291
|
-
"path": ["border", "radius", "300"],
|
|
292
|
-
"cleanName": "border.radius.300"
|
|
293
|
-
}, {
|
|
294
|
-
"attributes": {
|
|
295
|
-
"group": "shape",
|
|
296
|
-
"state": "deprecated",
|
|
297
|
-
"introduced": "1.1.0",
|
|
298
|
-
"deprecated": "6.1.0",
|
|
299
|
-
"description": "Used for modals."
|
|
300
|
-
},
|
|
301
|
-
"value": "16px",
|
|
302
|
-
"filePath": "schema/themes/atlassian-shape-rounder/shape.tsx",
|
|
303
|
-
"isSource": true,
|
|
304
|
-
"original": {
|
|
305
|
-
"attributes": {
|
|
306
|
-
"group": "shape",
|
|
307
|
-
"state": "deprecated",
|
|
308
|
-
"introduced": "1.1.0",
|
|
309
|
-
"deprecated": "6.1.0",
|
|
310
|
-
"description": "Used for modals."
|
|
311
|
-
},
|
|
312
|
-
"value": "Radius16"
|
|
313
|
-
},
|
|
314
|
-
"name": "border.radius.400",
|
|
315
|
-
"path": ["border", "radius", "400"],
|
|
316
|
-
"cleanName": "border.radius.400"
|
|
317
|
-
}, {
|
|
318
|
-
"attributes": {
|
|
319
|
-
"group": "shape",
|
|
320
|
-
"state": "deprecated",
|
|
321
|
-
"introduced": "1.1.0",
|
|
322
|
-
"deprecated": "6.1.0",
|
|
323
|
-
"description": "Used for circular containers, like a rounded button."
|
|
324
|
-
},
|
|
325
|
-
"value": "9999px",
|
|
326
|
-
"filePath": "schema/themes/atlassian-shape-rounder/shape.tsx",
|
|
327
|
-
"isSource": true,
|
|
328
|
-
"original": {
|
|
329
|
-
"attributes": {
|
|
330
|
-
"group": "shape",
|
|
331
|
-
"state": "deprecated",
|
|
332
|
-
"introduced": "1.1.0",
|
|
333
|
-
"deprecated": "6.1.0",
|
|
334
|
-
"description": "Used for circular containers, like a rounded button."
|
|
335
|
-
},
|
|
336
|
-
"value": "Radius99"
|
|
337
|
-
},
|
|
338
|
-
"name": "border.radius.circle",
|
|
339
|
-
"path": ["border", "radius", "circle"],
|
|
340
|
-
"cleanName": "border.radius.circle"
|
|
341
173
|
}, {
|
|
342
174
|
"attributes": {
|
|
343
175
|
"group": "shape",
|
|
@@ -362,78 +194,6 @@ var tokens = [{
|
|
|
362
194
|
"name": "border.width.[default]",
|
|
363
195
|
"path": ["border", "width", "[default]"],
|
|
364
196
|
"cleanName": "border.width"
|
|
365
|
-
}, {
|
|
366
|
-
"attributes": {
|
|
367
|
-
"group": "shape",
|
|
368
|
-
"state": "deprecated",
|
|
369
|
-
"introduced": "1.2.1",
|
|
370
|
-
"deprecated": "6.1.0",
|
|
371
|
-
"description": "Used for zero width borders."
|
|
372
|
-
},
|
|
373
|
-
"value": "0px",
|
|
374
|
-
"filePath": "schema/themes/atlassian-shape-rounder/shape.tsx",
|
|
375
|
-
"isSource": true,
|
|
376
|
-
"original": {
|
|
377
|
-
"attributes": {
|
|
378
|
-
"group": "shape",
|
|
379
|
-
"state": "deprecated",
|
|
380
|
-
"introduced": "1.2.1",
|
|
381
|
-
"deprecated": "6.1.0",
|
|
382
|
-
"description": "Used for zero width borders."
|
|
383
|
-
},
|
|
384
|
-
"value": "Size0"
|
|
385
|
-
},
|
|
386
|
-
"name": "border.width.0",
|
|
387
|
-
"path": ["border", "width", "0"],
|
|
388
|
-
"cleanName": "border.width.0"
|
|
389
|
-
}, {
|
|
390
|
-
"attributes": {
|
|
391
|
-
"group": "shape",
|
|
392
|
-
"state": "deprecated",
|
|
393
|
-
"introduced": "1.5.2",
|
|
394
|
-
"deprecated": "6.1.0",
|
|
395
|
-
"description": "Used for indicators like tab and menu selected states."
|
|
396
|
-
},
|
|
397
|
-
"value": "3px",
|
|
398
|
-
"filePath": "schema/themes/atlassian-shape-rounder/shape.tsx",
|
|
399
|
-
"isSource": true,
|
|
400
|
-
"original": {
|
|
401
|
-
"attributes": {
|
|
402
|
-
"group": "shape",
|
|
403
|
-
"state": "deprecated",
|
|
404
|
-
"introduced": "1.5.2",
|
|
405
|
-
"deprecated": "6.1.0",
|
|
406
|
-
"description": "Used for indicators like tab and menu selected states."
|
|
407
|
-
},
|
|
408
|
-
"value": "Size200"
|
|
409
|
-
},
|
|
410
|
-
"name": "border.width.indicator",
|
|
411
|
-
"path": ["border", "width", "indicator"],
|
|
412
|
-
"cleanName": "border.width.indicator"
|
|
413
|
-
}, {
|
|
414
|
-
"attributes": {
|
|
415
|
-
"group": "shape",
|
|
416
|
-
"state": "deprecated",
|
|
417
|
-
"introduced": "1.5.2",
|
|
418
|
-
"deprecated": "6.1.0",
|
|
419
|
-
"description": "Used for focus, active or selected inputs."
|
|
420
|
-
},
|
|
421
|
-
"value": "2px",
|
|
422
|
-
"filePath": "schema/themes/atlassian-shape-rounder/shape.tsx",
|
|
423
|
-
"isSource": true,
|
|
424
|
-
"original": {
|
|
425
|
-
"attributes": {
|
|
426
|
-
"group": "shape",
|
|
427
|
-
"state": "deprecated",
|
|
428
|
-
"introduced": "1.5.2",
|
|
429
|
-
"deprecated": "6.1.0",
|
|
430
|
-
"description": "Used for focus, active or selected inputs."
|
|
431
|
-
},
|
|
432
|
-
"value": "BorderWidth2"
|
|
433
|
-
},
|
|
434
|
-
"name": "border.width.outline",
|
|
435
|
-
"path": ["border", "width", "outline"],
|
|
436
|
-
"cleanName": "border.width.outline"
|
|
437
197
|
}, {
|
|
438
198
|
"attributes": {
|
|
439
199
|
"group": "shape",
|
|
@@ -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::10d4ca88d4eb59289a9aba2bc6c77d9f>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -170,174 +170,6 @@ var tokens = [{
|
|
|
170
170
|
"name": "radius.tile",
|
|
171
171
|
"path": ["radius", "tile"],
|
|
172
172
|
"cleanName": "radius.tile"
|
|
173
|
-
}, {
|
|
174
|
-
"attributes": {
|
|
175
|
-
"group": "shape",
|
|
176
|
-
"state": "deprecated",
|
|
177
|
-
"introduced": "1.5.2",
|
|
178
|
-
"deprecated": "6.1.0",
|
|
179
|
-
"description": "The default border radius."
|
|
180
|
-
},
|
|
181
|
-
"value": "4px",
|
|
182
|
-
"filePath": "schema/themes/atlassian-shape-roundest/shape.tsx",
|
|
183
|
-
"isSource": true,
|
|
184
|
-
"original": {
|
|
185
|
-
"attributes": {
|
|
186
|
-
"group": "shape",
|
|
187
|
-
"state": "deprecated",
|
|
188
|
-
"introduced": "1.5.2",
|
|
189
|
-
"deprecated": "6.1.0",
|
|
190
|
-
"description": "The default border radius."
|
|
191
|
-
},
|
|
192
|
-
"value": "Radius04"
|
|
193
|
-
},
|
|
194
|
-
"name": "border.radius.[default]",
|
|
195
|
-
"path": ["border", "radius", "[default]"],
|
|
196
|
-
"cleanName": "border.radius"
|
|
197
|
-
}, {
|
|
198
|
-
"attributes": {
|
|
199
|
-
"group": "shape",
|
|
200
|
-
"state": "deprecated",
|
|
201
|
-
"introduced": "1.1.0",
|
|
202
|
-
"deprecated": "6.1.0",
|
|
203
|
-
"description": "Used for selection indicators, like tabs."
|
|
204
|
-
},
|
|
205
|
-
"value": "2px",
|
|
206
|
-
"filePath": "schema/themes/atlassian-shape-roundest/shape.tsx",
|
|
207
|
-
"isSource": true,
|
|
208
|
-
"original": {
|
|
209
|
-
"attributes": {
|
|
210
|
-
"group": "shape",
|
|
211
|
-
"state": "deprecated",
|
|
212
|
-
"introduced": "1.1.0",
|
|
213
|
-
"deprecated": "6.1.0",
|
|
214
|
-
"description": "Used for selection indicators, like tabs."
|
|
215
|
-
},
|
|
216
|
-
"value": "Radius02"
|
|
217
|
-
},
|
|
218
|
-
"name": "border.radius.050",
|
|
219
|
-
"path": ["border", "radius", "050"],
|
|
220
|
-
"cleanName": "border.radius.050"
|
|
221
|
-
}, {
|
|
222
|
-
"attributes": {
|
|
223
|
-
"group": "shape",
|
|
224
|
-
"state": "deprecated",
|
|
225
|
-
"introduced": "1.1.0",
|
|
226
|
-
"deprecated": "6.1.0",
|
|
227
|
-
"description": "Used for buttons and inputs."
|
|
228
|
-
},
|
|
229
|
-
"value": "4px",
|
|
230
|
-
"filePath": "schema/themes/atlassian-shape-roundest/shape.tsx",
|
|
231
|
-
"isSource": true,
|
|
232
|
-
"original": {
|
|
233
|
-
"attributes": {
|
|
234
|
-
"group": "shape",
|
|
235
|
-
"state": "deprecated",
|
|
236
|
-
"introduced": "1.1.0",
|
|
237
|
-
"deprecated": "6.1.0",
|
|
238
|
-
"description": "Used for buttons and inputs."
|
|
239
|
-
},
|
|
240
|
-
"value": "Radius04"
|
|
241
|
-
},
|
|
242
|
-
"name": "border.radius.100",
|
|
243
|
-
"path": ["border", "radius", "100"],
|
|
244
|
-
"cleanName": "border.radius.100"
|
|
245
|
-
}, {
|
|
246
|
-
"attributes": {
|
|
247
|
-
"group": "shape",
|
|
248
|
-
"state": "deprecated",
|
|
249
|
-
"introduced": "1.1.0",
|
|
250
|
-
"deprecated": "6.1.0",
|
|
251
|
-
"description": "Used for smaller cards."
|
|
252
|
-
},
|
|
253
|
-
"value": "8px",
|
|
254
|
-
"filePath": "schema/themes/atlassian-shape-roundest/shape.tsx",
|
|
255
|
-
"isSource": true,
|
|
256
|
-
"original": {
|
|
257
|
-
"attributes": {
|
|
258
|
-
"group": "shape",
|
|
259
|
-
"state": "deprecated",
|
|
260
|
-
"introduced": "1.1.0",
|
|
261
|
-
"deprecated": "6.1.0",
|
|
262
|
-
"description": "Used for smaller cards."
|
|
263
|
-
},
|
|
264
|
-
"value": "Radius08"
|
|
265
|
-
},
|
|
266
|
-
"name": "border.radius.200",
|
|
267
|
-
"path": ["border", "radius", "200"],
|
|
268
|
-
"cleanName": "border.radius.200"
|
|
269
|
-
}, {
|
|
270
|
-
"attributes": {
|
|
271
|
-
"group": "shape",
|
|
272
|
-
"state": "deprecated",
|
|
273
|
-
"introduced": "1.1.0",
|
|
274
|
-
"deprecated": "6.1.0",
|
|
275
|
-
"description": "Used for cards and larger containers."
|
|
276
|
-
},
|
|
277
|
-
"value": "12px",
|
|
278
|
-
"filePath": "schema/themes/atlassian-shape-roundest/shape.tsx",
|
|
279
|
-
"isSource": true,
|
|
280
|
-
"original": {
|
|
281
|
-
"attributes": {
|
|
282
|
-
"group": "shape",
|
|
283
|
-
"state": "deprecated",
|
|
284
|
-
"introduced": "1.1.0",
|
|
285
|
-
"deprecated": "6.1.0",
|
|
286
|
-
"description": "Used for cards and larger containers."
|
|
287
|
-
},
|
|
288
|
-
"value": "Radius12"
|
|
289
|
-
},
|
|
290
|
-
"name": "border.radius.300",
|
|
291
|
-
"path": ["border", "radius", "300"],
|
|
292
|
-
"cleanName": "border.radius.300"
|
|
293
|
-
}, {
|
|
294
|
-
"attributes": {
|
|
295
|
-
"group": "shape",
|
|
296
|
-
"state": "deprecated",
|
|
297
|
-
"introduced": "1.1.0",
|
|
298
|
-
"deprecated": "6.1.0",
|
|
299
|
-
"description": "Used for modals."
|
|
300
|
-
},
|
|
301
|
-
"value": "16px",
|
|
302
|
-
"filePath": "schema/themes/atlassian-shape-roundest/shape.tsx",
|
|
303
|
-
"isSource": true,
|
|
304
|
-
"original": {
|
|
305
|
-
"attributes": {
|
|
306
|
-
"group": "shape",
|
|
307
|
-
"state": "deprecated",
|
|
308
|
-
"introduced": "1.1.0",
|
|
309
|
-
"deprecated": "6.1.0",
|
|
310
|
-
"description": "Used for modals."
|
|
311
|
-
},
|
|
312
|
-
"value": "Radius16"
|
|
313
|
-
},
|
|
314
|
-
"name": "border.radius.400",
|
|
315
|
-
"path": ["border", "radius", "400"],
|
|
316
|
-
"cleanName": "border.radius.400"
|
|
317
|
-
}, {
|
|
318
|
-
"attributes": {
|
|
319
|
-
"group": "shape",
|
|
320
|
-
"state": "deprecated",
|
|
321
|
-
"introduced": "1.1.0",
|
|
322
|
-
"deprecated": "6.1.0",
|
|
323
|
-
"description": "Used for circular containers, like a rounded button."
|
|
324
|
-
},
|
|
325
|
-
"value": "9999px",
|
|
326
|
-
"filePath": "schema/themes/atlassian-shape-roundest/shape.tsx",
|
|
327
|
-
"isSource": true,
|
|
328
|
-
"original": {
|
|
329
|
-
"attributes": {
|
|
330
|
-
"group": "shape",
|
|
331
|
-
"state": "deprecated",
|
|
332
|
-
"introduced": "1.1.0",
|
|
333
|
-
"deprecated": "6.1.0",
|
|
334
|
-
"description": "Used for circular containers, like a rounded button."
|
|
335
|
-
},
|
|
336
|
-
"value": "Radius99"
|
|
337
|
-
},
|
|
338
|
-
"name": "border.radius.circle",
|
|
339
|
-
"path": ["border", "radius", "circle"],
|
|
340
|
-
"cleanName": "border.radius.circle"
|
|
341
173
|
}, {
|
|
342
174
|
"attributes": {
|
|
343
175
|
"group": "shape",
|
|
@@ -362,78 +194,6 @@ var tokens = [{
|
|
|
362
194
|
"name": "border.width.[default]",
|
|
363
195
|
"path": ["border", "width", "[default]"],
|
|
364
196
|
"cleanName": "border.width"
|
|
365
|
-
}, {
|
|
366
|
-
"attributes": {
|
|
367
|
-
"group": "shape",
|
|
368
|
-
"state": "deprecated",
|
|
369
|
-
"introduced": "1.2.1",
|
|
370
|
-
"deprecated": "6.1.0",
|
|
371
|
-
"description": "Used for zero width borders."
|
|
372
|
-
},
|
|
373
|
-
"value": "0px",
|
|
374
|
-
"filePath": "schema/themes/atlassian-shape-roundest/shape.tsx",
|
|
375
|
-
"isSource": true,
|
|
376
|
-
"original": {
|
|
377
|
-
"attributes": {
|
|
378
|
-
"group": "shape",
|
|
379
|
-
"state": "deprecated",
|
|
380
|
-
"introduced": "1.2.1",
|
|
381
|
-
"deprecated": "6.1.0",
|
|
382
|
-
"description": "Used for zero width borders."
|
|
383
|
-
},
|
|
384
|
-
"value": "Size0"
|
|
385
|
-
},
|
|
386
|
-
"name": "border.width.0",
|
|
387
|
-
"path": ["border", "width", "0"],
|
|
388
|
-
"cleanName": "border.width.0"
|
|
389
|
-
}, {
|
|
390
|
-
"attributes": {
|
|
391
|
-
"group": "shape",
|
|
392
|
-
"state": "deprecated",
|
|
393
|
-
"introduced": "1.5.2",
|
|
394
|
-
"deprecated": "6.1.0",
|
|
395
|
-
"description": "Used for indicators like tab and menu selected states."
|
|
396
|
-
},
|
|
397
|
-
"value": "3px",
|
|
398
|
-
"filePath": "schema/themes/atlassian-shape-roundest/shape.tsx",
|
|
399
|
-
"isSource": true,
|
|
400
|
-
"original": {
|
|
401
|
-
"attributes": {
|
|
402
|
-
"group": "shape",
|
|
403
|
-
"state": "deprecated",
|
|
404
|
-
"introduced": "1.5.2",
|
|
405
|
-
"deprecated": "6.1.0",
|
|
406
|
-
"description": "Used for indicators like tab and menu selected states."
|
|
407
|
-
},
|
|
408
|
-
"value": "Size200"
|
|
409
|
-
},
|
|
410
|
-
"name": "border.width.indicator",
|
|
411
|
-
"path": ["border", "width", "indicator"],
|
|
412
|
-
"cleanName": "border.width.indicator"
|
|
413
|
-
}, {
|
|
414
|
-
"attributes": {
|
|
415
|
-
"group": "shape",
|
|
416
|
-
"state": "deprecated",
|
|
417
|
-
"introduced": "1.5.2",
|
|
418
|
-
"deprecated": "6.1.0",
|
|
419
|
-
"description": "Used for focus, active or selected inputs."
|
|
420
|
-
},
|
|
421
|
-
"value": "2px",
|
|
422
|
-
"filePath": "schema/themes/atlassian-shape-roundest/shape.tsx",
|
|
423
|
-
"isSource": true,
|
|
424
|
-
"original": {
|
|
425
|
-
"attributes": {
|
|
426
|
-
"group": "shape",
|
|
427
|
-
"state": "deprecated",
|
|
428
|
-
"introduced": "1.5.2",
|
|
429
|
-
"deprecated": "6.1.0",
|
|
430
|
-
"description": "Used for focus, active or selected inputs."
|
|
431
|
-
},
|
|
432
|
-
"value": "BorderWidth2"
|
|
433
|
-
},
|
|
434
|
-
"name": "border.width.outline",
|
|
435
|
-
"path": ["border", "width", "outline"],
|
|
436
|
-
"cleanName": "border.width.outline"
|
|
437
197
|
}, {
|
|
438
198
|
"attributes": {
|
|
439
199
|
"group": "shape",
|