@atlaskit/tokens 1.28.1 → 1.29.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 +16 -0
- package/dist/cjs/artifacts/replacement-mapping.js +56 -2
- package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +2 -2
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +183 -123
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +69 -47
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +67 -45
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/es2019/artifacts/replacement-mapping.js +56 -2
- package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/es2019/artifacts/token-default-values.js +2 -2
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +183 -123
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +69 -47
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +67 -45
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/esm/artifacts/replacement-mapping.js +56 -2
- package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +2 -2
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +183 -123
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +69 -47
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +67 -45
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/types/artifacts/replacement-mapping.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +2 -2
- package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +33 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +33 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +7 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +33 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +33 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +7 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/figma/atlassian-typography-adg3.json +1 -155
- package/figma/atlassian-typography-minor3.json +1 -56
- package/figma/atlassian-typography.json +1 -56
- package/package.json +1 -1
- package/report.api.md +0 -52
- package/tmp/api-report-tmp.d.ts +2 -2
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::b71fd742608a610806f7523f23e3a579>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -96,7 +96,7 @@ var tokens = [{
|
|
|
96
96
|
"introduced": "1.14.0",
|
|
97
97
|
"description": "Smaller body font."
|
|
98
98
|
},
|
|
99
|
-
"value": "normal 400 12px/
|
|
99
|
+
"value": "normal 400 12px/16px var(--ds-font-family-body)",
|
|
100
100
|
"filePath": "schema/themes/atlassian-typography-minor3/theme.tsx",
|
|
101
101
|
"isSource": true,
|
|
102
102
|
"original": {
|
|
@@ -109,7 +109,7 @@ var tokens = [{
|
|
|
109
109
|
"value": {
|
|
110
110
|
"fontWeight": "FontWeight400",
|
|
111
111
|
"fontSize": "FontSize12",
|
|
112
|
-
"lineHeight": "
|
|
112
|
+
"lineHeight": "LineHeight100",
|
|
113
113
|
"fontFamily": "font.family.body",
|
|
114
114
|
"fontStyle": "normal",
|
|
115
115
|
"letterSpacing": "LetterSpacing0"
|
|
@@ -361,9 +361,10 @@ var tokens = [{
|
|
|
361
361
|
}, {
|
|
362
362
|
"attributes": {
|
|
363
363
|
"group": "letterSpacing",
|
|
364
|
-
"state": "
|
|
364
|
+
"state": "deprecated",
|
|
365
365
|
"introduced": "0.10.33",
|
|
366
|
-
"description": "Helpful guidance goes here"
|
|
366
|
+
"description": "Helpful guidance goes here",
|
|
367
|
+
"deprecated": "1.29.0"
|
|
367
368
|
},
|
|
368
369
|
"value": "0",
|
|
369
370
|
"filePath": "schema/themes/atlassian-typography-minor3/letter-spacing.tsx",
|
|
@@ -371,9 +372,10 @@ var tokens = [{
|
|
|
371
372
|
"original": {
|
|
372
373
|
"attributes": {
|
|
373
374
|
"group": "letterSpacing",
|
|
374
|
-
"state": "
|
|
375
|
+
"state": "deprecated",
|
|
375
376
|
"introduced": "0.10.33",
|
|
376
|
-
"description": "Helpful guidance goes here"
|
|
377
|
+
"description": "Helpful guidance goes here",
|
|
378
|
+
"deprecated": "1.29.0"
|
|
377
379
|
},
|
|
378
380
|
"value": "LetterSpacing0"
|
|
379
381
|
},
|
|
@@ -383,9 +385,10 @@ var tokens = [{
|
|
|
383
385
|
}, {
|
|
384
386
|
"attributes": {
|
|
385
387
|
"group": "letterSpacing",
|
|
386
|
-
"state": "
|
|
388
|
+
"state": "deprecated",
|
|
387
389
|
"introduced": "0.10.33",
|
|
388
|
-
"description": "Helpful guidance goes here"
|
|
390
|
+
"description": "Helpful guidance goes here",
|
|
391
|
+
"deprecated": "1.29.0"
|
|
389
392
|
},
|
|
390
393
|
"value": "0",
|
|
391
394
|
"filePath": "schema/themes/atlassian-typography-minor3/letter-spacing.tsx",
|
|
@@ -393,9 +396,10 @@ var tokens = [{
|
|
|
393
396
|
"original": {
|
|
394
397
|
"attributes": {
|
|
395
398
|
"group": "letterSpacing",
|
|
396
|
-
"state": "
|
|
399
|
+
"state": "deprecated",
|
|
397
400
|
"introduced": "0.10.33",
|
|
398
|
-
"description": "Helpful guidance goes here"
|
|
401
|
+
"description": "Helpful guidance goes here",
|
|
402
|
+
"deprecated": "1.29.0"
|
|
399
403
|
},
|
|
400
404
|
"value": "LetterSpacing0"
|
|
401
405
|
},
|
|
@@ -405,9 +409,10 @@ var tokens = [{
|
|
|
405
409
|
}, {
|
|
406
410
|
"attributes": {
|
|
407
411
|
"group": "letterSpacing",
|
|
408
|
-
"state": "
|
|
412
|
+
"state": "deprecated",
|
|
409
413
|
"introduced": "0.10.33",
|
|
410
|
-
"description": "Helpful guidance goes here"
|
|
414
|
+
"description": "Helpful guidance goes here",
|
|
415
|
+
"deprecated": "1.29.0"
|
|
411
416
|
},
|
|
412
417
|
"value": "0",
|
|
413
418
|
"filePath": "schema/themes/atlassian-typography-minor3/letter-spacing.tsx",
|
|
@@ -415,9 +420,10 @@ var tokens = [{
|
|
|
415
420
|
"original": {
|
|
416
421
|
"attributes": {
|
|
417
422
|
"group": "letterSpacing",
|
|
418
|
-
"state": "
|
|
423
|
+
"state": "deprecated",
|
|
419
424
|
"introduced": "0.10.33",
|
|
420
|
-
"description": "Helpful guidance goes here"
|
|
425
|
+
"description": "Helpful guidance goes here",
|
|
426
|
+
"deprecated": "1.29.0"
|
|
421
427
|
},
|
|
422
428
|
"value": "LetterSpacing0"
|
|
423
429
|
},
|
|
@@ -427,9 +433,10 @@ var tokens = [{
|
|
|
427
433
|
}, {
|
|
428
434
|
"attributes": {
|
|
429
435
|
"group": "letterSpacing",
|
|
430
|
-
"state": "
|
|
436
|
+
"state": "deprecated",
|
|
431
437
|
"introduced": "0.10.33",
|
|
432
|
-
"description": "Helpful guidance goes here"
|
|
438
|
+
"description": "Helpful guidance goes here",
|
|
439
|
+
"deprecated": "1.29.0"
|
|
433
440
|
},
|
|
434
441
|
"value": "0",
|
|
435
442
|
"filePath": "schema/themes/atlassian-typography-minor3/letter-spacing.tsx",
|
|
@@ -437,9 +444,10 @@ var tokens = [{
|
|
|
437
444
|
"original": {
|
|
438
445
|
"attributes": {
|
|
439
446
|
"group": "letterSpacing",
|
|
440
|
-
"state": "
|
|
447
|
+
"state": "deprecated",
|
|
441
448
|
"introduced": "0.10.33",
|
|
442
|
-
"description": "Helpful guidance goes here"
|
|
449
|
+
"description": "Helpful guidance goes here",
|
|
450
|
+
"deprecated": "1.29.0"
|
|
443
451
|
},
|
|
444
452
|
"value": "LetterSpacing0"
|
|
445
453
|
},
|
|
@@ -449,9 +457,10 @@ var tokens = [{
|
|
|
449
457
|
}, {
|
|
450
458
|
"attributes": {
|
|
451
459
|
"group": "letterSpacing",
|
|
452
|
-
"state": "
|
|
460
|
+
"state": "deprecated",
|
|
453
461
|
"introduced": "0.10.33",
|
|
454
|
-
"description": "Helpful guidance goes here"
|
|
462
|
+
"description": "Helpful guidance goes here",
|
|
463
|
+
"deprecated": "1.29.0"
|
|
455
464
|
},
|
|
456
465
|
"value": "0",
|
|
457
466
|
"filePath": "schema/themes/atlassian-typography-minor3/letter-spacing.tsx",
|
|
@@ -459,9 +468,10 @@ var tokens = [{
|
|
|
459
468
|
"original": {
|
|
460
469
|
"attributes": {
|
|
461
470
|
"group": "letterSpacing",
|
|
462
|
-
"state": "
|
|
471
|
+
"state": "deprecated",
|
|
463
472
|
"introduced": "0.10.33",
|
|
464
|
-
"description": "Helpful guidance goes here"
|
|
473
|
+
"description": "Helpful guidance goes here",
|
|
474
|
+
"deprecated": "1.29.0"
|
|
465
475
|
},
|
|
466
476
|
"value": "LetterSpacing0"
|
|
467
477
|
},
|
|
@@ -529,9 +539,10 @@ var tokens = [{
|
|
|
529
539
|
}, {
|
|
530
540
|
"attributes": {
|
|
531
541
|
"group": "fontFamily",
|
|
532
|
-
"state": "
|
|
542
|
+
"state": "deprecated",
|
|
533
543
|
"introduced": "1.14.0",
|
|
534
|
-
"description": "Helpful guidance goes here"
|
|
544
|
+
"description": "Helpful guidance goes here",
|
|
545
|
+
"deprecated": "1.29.0"
|
|
535
546
|
},
|
|
536
547
|
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
537
548
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
@@ -539,9 +550,10 @@ var tokens = [{
|
|
|
539
550
|
"original": {
|
|
540
551
|
"attributes": {
|
|
541
552
|
"group": "fontFamily",
|
|
542
|
-
"state": "
|
|
553
|
+
"state": "deprecated",
|
|
543
554
|
"introduced": "1.14.0",
|
|
544
|
-
"description": "Helpful guidance goes here"
|
|
555
|
+
"description": "Helpful guidance goes here",
|
|
556
|
+
"deprecated": "1.29.0"
|
|
545
557
|
},
|
|
546
558
|
"value": "FontFamilyWebSans"
|
|
547
559
|
},
|
|
@@ -551,9 +563,10 @@ var tokens = [{
|
|
|
551
563
|
}, {
|
|
552
564
|
"attributes": {
|
|
553
565
|
"group": "fontFamily",
|
|
554
|
-
"state": "
|
|
566
|
+
"state": "deprecated",
|
|
555
567
|
"introduced": "1.14.0",
|
|
556
|
-
"description": "Helpful guidance goes here"
|
|
568
|
+
"description": "Helpful guidance goes here",
|
|
569
|
+
"deprecated": "1.29.0"
|
|
557
570
|
},
|
|
558
571
|
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
559
572
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
@@ -561,9 +574,10 @@ var tokens = [{
|
|
|
561
574
|
"original": {
|
|
562
575
|
"attributes": {
|
|
563
576
|
"group": "fontFamily",
|
|
564
|
-
"state": "
|
|
577
|
+
"state": "deprecated",
|
|
565
578
|
"introduced": "1.14.0",
|
|
566
|
-
"description": "Helpful guidance goes here"
|
|
579
|
+
"description": "Helpful guidance goes here",
|
|
580
|
+
"deprecated": "1.29.0"
|
|
567
581
|
},
|
|
568
582
|
"value": "FontFamilyWebMono"
|
|
569
583
|
},
|
|
@@ -573,9 +587,10 @@ var tokens = [{
|
|
|
573
587
|
}, {
|
|
574
588
|
"attributes": {
|
|
575
589
|
"group": "fontFamily",
|
|
576
|
-
"state": "
|
|
590
|
+
"state": "deprecated",
|
|
577
591
|
"introduced": "1.14.0",
|
|
578
|
-
"description": "Helpful guidance goes here"
|
|
592
|
+
"description": "Helpful guidance goes here",
|
|
593
|
+
"deprecated": "1.29.0"
|
|
579
594
|
},
|
|
580
595
|
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
581
596
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
@@ -583,9 +598,10 @@ var tokens = [{
|
|
|
583
598
|
"original": {
|
|
584
599
|
"attributes": {
|
|
585
600
|
"group": "fontFamily",
|
|
586
|
-
"state": "
|
|
601
|
+
"state": "deprecated",
|
|
587
602
|
"introduced": "1.14.0",
|
|
588
|
-
"description": "Helpful guidance goes here"
|
|
603
|
+
"description": "Helpful guidance goes here",
|
|
604
|
+
"deprecated": "1.29.0"
|
|
589
605
|
},
|
|
590
606
|
"value": "FontFamilyWebSans"
|
|
591
607
|
},
|
|
@@ -595,9 +611,10 @@ var tokens = [{
|
|
|
595
611
|
}, {
|
|
596
612
|
"attributes": {
|
|
597
613
|
"group": "fontFamily",
|
|
598
|
-
"state": "
|
|
614
|
+
"state": "deprecated",
|
|
599
615
|
"introduced": "0.10.33",
|
|
600
|
-
"description": "Helpful guidance goes here"
|
|
616
|
+
"description": "Helpful guidance goes here",
|
|
617
|
+
"deprecated": "1.29.0"
|
|
601
618
|
},
|
|
602
619
|
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
603
620
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
@@ -605,9 +622,10 @@ var tokens = [{
|
|
|
605
622
|
"original": {
|
|
606
623
|
"attributes": {
|
|
607
624
|
"group": "fontFamily",
|
|
608
|
-
"state": "
|
|
625
|
+
"state": "deprecated",
|
|
609
626
|
"introduced": "0.10.33",
|
|
610
|
-
"description": "Helpful guidance goes here"
|
|
627
|
+
"description": "Helpful guidance goes here",
|
|
628
|
+
"deprecated": "1.29.0"
|
|
611
629
|
},
|
|
612
630
|
"value": "FontFamilyWebMono"
|
|
613
631
|
},
|
|
@@ -617,9 +635,10 @@ var tokens = [{
|
|
|
617
635
|
}, {
|
|
618
636
|
"attributes": {
|
|
619
637
|
"group": "fontFamily",
|
|
620
|
-
"state": "
|
|
638
|
+
"state": "deprecated",
|
|
621
639
|
"introduced": "0.10.33",
|
|
622
|
-
"description": "Helpful guidance goes here"
|
|
640
|
+
"description": "Helpful guidance goes here",
|
|
641
|
+
"deprecated": "1.29.0"
|
|
623
642
|
},
|
|
624
643
|
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
625
644
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
@@ -627,9 +646,10 @@ var tokens = [{
|
|
|
627
646
|
"original": {
|
|
628
647
|
"attributes": {
|
|
629
648
|
"group": "fontFamily",
|
|
630
|
-
"state": "
|
|
649
|
+
"state": "deprecated",
|
|
631
650
|
"introduced": "0.10.33",
|
|
632
|
-
"description": "Helpful guidance goes here"
|
|
651
|
+
"description": "Helpful guidance goes here",
|
|
652
|
+
"deprecated": "1.29.0"
|
|
633
653
|
},
|
|
634
654
|
"value": "FontFamilyWebSans"
|
|
635
655
|
},
|
|
@@ -639,9 +659,10 @@ var tokens = [{
|
|
|
639
659
|
}, {
|
|
640
660
|
"attributes": {
|
|
641
661
|
"group": "fontFamily",
|
|
642
|
-
"state": "
|
|
662
|
+
"state": "deprecated",
|
|
643
663
|
"introduced": "1.14.0",
|
|
644
|
-
"description": "Helpful guidance goes here"
|
|
664
|
+
"description": "Helpful guidance goes here",
|
|
665
|
+
"deprecated": "1.29.0"
|
|
645
666
|
},
|
|
646
667
|
"value": "Charlie Sans",
|
|
647
668
|
"filePath": "schema/themes/atlassian-typography-minor3/font-family.tsx",
|
|
@@ -649,9 +670,10 @@ var tokens = [{
|
|
|
649
670
|
"original": {
|
|
650
671
|
"attributes": {
|
|
651
672
|
"group": "fontFamily",
|
|
652
|
-
"state": "
|
|
673
|
+
"state": "deprecated",
|
|
653
674
|
"introduced": "1.14.0",
|
|
654
|
-
"description": "Helpful guidance goes here"
|
|
675
|
+
"description": "Helpful guidance goes here",
|
|
676
|
+
"deprecated": "1.29.0"
|
|
655
677
|
},
|
|
656
678
|
"value": "FontFamilyCharlie"
|
|
657
679
|
},
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::a717b92c24abaed420317701890abc95>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -339,9 +339,10 @@ var tokens = [{
|
|
|
339
339
|
}, {
|
|
340
340
|
"attributes": {
|
|
341
341
|
"group": "letterSpacing",
|
|
342
|
-
"state": "
|
|
342
|
+
"state": "deprecated",
|
|
343
343
|
"introduced": "0.10.33",
|
|
344
|
-
"description": "Helpful guidance goes here"
|
|
344
|
+
"description": "Helpful guidance goes here",
|
|
345
|
+
"deprecated": "1.29.0"
|
|
345
346
|
},
|
|
346
347
|
"value": "0",
|
|
347
348
|
"filePath": "schema/themes/atlassian-typography/letter-spacing.tsx",
|
|
@@ -349,9 +350,10 @@ var tokens = [{
|
|
|
349
350
|
"original": {
|
|
350
351
|
"attributes": {
|
|
351
352
|
"group": "letterSpacing",
|
|
352
|
-
"state": "
|
|
353
|
+
"state": "deprecated",
|
|
353
354
|
"introduced": "0.10.33",
|
|
354
|
-
"description": "Helpful guidance goes here"
|
|
355
|
+
"description": "Helpful guidance goes here",
|
|
356
|
+
"deprecated": "1.29.0"
|
|
355
357
|
},
|
|
356
358
|
"value": "LetterSpacing0"
|
|
357
359
|
},
|
|
@@ -361,9 +363,10 @@ var tokens = [{
|
|
|
361
363
|
}, {
|
|
362
364
|
"attributes": {
|
|
363
365
|
"group": "letterSpacing",
|
|
364
|
-
"state": "
|
|
366
|
+
"state": "deprecated",
|
|
365
367
|
"introduced": "0.10.33",
|
|
366
|
-
"description": "Helpful guidance goes here"
|
|
368
|
+
"description": "Helpful guidance goes here",
|
|
369
|
+
"deprecated": "1.29.0"
|
|
367
370
|
},
|
|
368
371
|
"value": "0",
|
|
369
372
|
"filePath": "schema/themes/atlassian-typography/letter-spacing.tsx",
|
|
@@ -371,9 +374,10 @@ var tokens = [{
|
|
|
371
374
|
"original": {
|
|
372
375
|
"attributes": {
|
|
373
376
|
"group": "letterSpacing",
|
|
374
|
-
"state": "
|
|
377
|
+
"state": "deprecated",
|
|
375
378
|
"introduced": "0.10.33",
|
|
376
|
-
"description": "Helpful guidance goes here"
|
|
379
|
+
"description": "Helpful guidance goes here",
|
|
380
|
+
"deprecated": "1.29.0"
|
|
377
381
|
},
|
|
378
382
|
"value": "LetterSpacing0"
|
|
379
383
|
},
|
|
@@ -383,9 +387,10 @@ var tokens = [{
|
|
|
383
387
|
}, {
|
|
384
388
|
"attributes": {
|
|
385
389
|
"group": "letterSpacing",
|
|
386
|
-
"state": "
|
|
390
|
+
"state": "deprecated",
|
|
387
391
|
"introduced": "0.10.33",
|
|
388
|
-
"description": "Helpful guidance goes here"
|
|
392
|
+
"description": "Helpful guidance goes here",
|
|
393
|
+
"deprecated": "1.29.0"
|
|
389
394
|
},
|
|
390
395
|
"value": "0",
|
|
391
396
|
"filePath": "schema/themes/atlassian-typography/letter-spacing.tsx",
|
|
@@ -393,9 +398,10 @@ var tokens = [{
|
|
|
393
398
|
"original": {
|
|
394
399
|
"attributes": {
|
|
395
400
|
"group": "letterSpacing",
|
|
396
|
-
"state": "
|
|
401
|
+
"state": "deprecated",
|
|
397
402
|
"introduced": "0.10.33",
|
|
398
|
-
"description": "Helpful guidance goes here"
|
|
403
|
+
"description": "Helpful guidance goes here",
|
|
404
|
+
"deprecated": "1.29.0"
|
|
399
405
|
},
|
|
400
406
|
"value": "LetterSpacing0"
|
|
401
407
|
},
|
|
@@ -405,9 +411,10 @@ var tokens = [{
|
|
|
405
411
|
}, {
|
|
406
412
|
"attributes": {
|
|
407
413
|
"group": "letterSpacing",
|
|
408
|
-
"state": "
|
|
414
|
+
"state": "deprecated",
|
|
409
415
|
"introduced": "0.10.33",
|
|
410
|
-
"description": "Helpful guidance goes here"
|
|
416
|
+
"description": "Helpful guidance goes here",
|
|
417
|
+
"deprecated": "1.29.0"
|
|
411
418
|
},
|
|
412
419
|
"value": "0",
|
|
413
420
|
"filePath": "schema/themes/atlassian-typography/letter-spacing.tsx",
|
|
@@ -415,9 +422,10 @@ var tokens = [{
|
|
|
415
422
|
"original": {
|
|
416
423
|
"attributes": {
|
|
417
424
|
"group": "letterSpacing",
|
|
418
|
-
"state": "
|
|
425
|
+
"state": "deprecated",
|
|
419
426
|
"introduced": "0.10.33",
|
|
420
|
-
"description": "Helpful guidance goes here"
|
|
427
|
+
"description": "Helpful guidance goes here",
|
|
428
|
+
"deprecated": "1.29.0"
|
|
421
429
|
},
|
|
422
430
|
"value": "LetterSpacing0"
|
|
423
431
|
},
|
|
@@ -427,9 +435,10 @@ var tokens = [{
|
|
|
427
435
|
}, {
|
|
428
436
|
"attributes": {
|
|
429
437
|
"group": "letterSpacing",
|
|
430
|
-
"state": "
|
|
438
|
+
"state": "deprecated",
|
|
431
439
|
"introduced": "0.10.33",
|
|
432
|
-
"description": "Helpful guidance goes here"
|
|
440
|
+
"description": "Helpful guidance goes here",
|
|
441
|
+
"deprecated": "1.29.0"
|
|
433
442
|
},
|
|
434
443
|
"value": "0",
|
|
435
444
|
"filePath": "schema/themes/atlassian-typography/letter-spacing.tsx",
|
|
@@ -437,9 +446,10 @@ var tokens = [{
|
|
|
437
446
|
"original": {
|
|
438
447
|
"attributes": {
|
|
439
448
|
"group": "letterSpacing",
|
|
440
|
-
"state": "
|
|
449
|
+
"state": "deprecated",
|
|
441
450
|
"introduced": "0.10.33",
|
|
442
|
-
"description": "Helpful guidance goes here"
|
|
451
|
+
"description": "Helpful guidance goes here",
|
|
452
|
+
"deprecated": "1.29.0"
|
|
443
453
|
},
|
|
444
454
|
"value": "LetterSpacing0"
|
|
445
455
|
},
|
|
@@ -507,9 +517,10 @@ var tokens = [{
|
|
|
507
517
|
}, {
|
|
508
518
|
"attributes": {
|
|
509
519
|
"group": "fontFamily",
|
|
510
|
-
"state": "
|
|
520
|
+
"state": "deprecated",
|
|
511
521
|
"introduced": "1.14.0",
|
|
512
|
-
"description": "Helpful guidance goes here"
|
|
522
|
+
"description": "Helpful guidance goes here",
|
|
523
|
+
"deprecated": "1.29.0"
|
|
513
524
|
},
|
|
514
525
|
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
515
526
|
"filePath": "schema/themes/atlassian-typography/font-family.tsx",
|
|
@@ -517,9 +528,10 @@ var tokens = [{
|
|
|
517
528
|
"original": {
|
|
518
529
|
"attributes": {
|
|
519
530
|
"group": "fontFamily",
|
|
520
|
-
"state": "
|
|
531
|
+
"state": "deprecated",
|
|
521
532
|
"introduced": "1.14.0",
|
|
522
|
-
"description": "Helpful guidance goes here"
|
|
533
|
+
"description": "Helpful guidance goes here",
|
|
534
|
+
"deprecated": "1.29.0"
|
|
523
535
|
},
|
|
524
536
|
"value": "FontFamilyWebSans"
|
|
525
537
|
},
|
|
@@ -529,9 +541,10 @@ var tokens = [{
|
|
|
529
541
|
}, {
|
|
530
542
|
"attributes": {
|
|
531
543
|
"group": "fontFamily",
|
|
532
|
-
"state": "
|
|
544
|
+
"state": "deprecated",
|
|
533
545
|
"introduced": "1.14.0",
|
|
534
|
-
"description": "Helpful guidance goes here"
|
|
546
|
+
"description": "Helpful guidance goes here",
|
|
547
|
+
"deprecated": "1.29.0"
|
|
535
548
|
},
|
|
536
549
|
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
537
550
|
"filePath": "schema/themes/atlassian-typography/font-family.tsx",
|
|
@@ -539,9 +552,10 @@ var tokens = [{
|
|
|
539
552
|
"original": {
|
|
540
553
|
"attributes": {
|
|
541
554
|
"group": "fontFamily",
|
|
542
|
-
"state": "
|
|
555
|
+
"state": "deprecated",
|
|
543
556
|
"introduced": "1.14.0",
|
|
544
|
-
"description": "Helpful guidance goes here"
|
|
557
|
+
"description": "Helpful guidance goes here",
|
|
558
|
+
"deprecated": "1.29.0"
|
|
545
559
|
},
|
|
546
560
|
"value": "FontFamilyWebMono"
|
|
547
561
|
},
|
|
@@ -551,9 +565,10 @@ var tokens = [{
|
|
|
551
565
|
}, {
|
|
552
566
|
"attributes": {
|
|
553
567
|
"group": "fontFamily",
|
|
554
|
-
"state": "
|
|
568
|
+
"state": "deprecated",
|
|
555
569
|
"introduced": "1.14.0",
|
|
556
|
-
"description": "Helpful guidance goes here"
|
|
570
|
+
"description": "Helpful guidance goes here",
|
|
571
|
+
"deprecated": "1.29.0"
|
|
557
572
|
},
|
|
558
573
|
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
559
574
|
"filePath": "schema/themes/atlassian-typography/font-family.tsx",
|
|
@@ -561,9 +576,10 @@ var tokens = [{
|
|
|
561
576
|
"original": {
|
|
562
577
|
"attributes": {
|
|
563
578
|
"group": "fontFamily",
|
|
564
|
-
"state": "
|
|
579
|
+
"state": "deprecated",
|
|
565
580
|
"introduced": "1.14.0",
|
|
566
|
-
"description": "Helpful guidance goes here"
|
|
581
|
+
"description": "Helpful guidance goes here",
|
|
582
|
+
"deprecated": "1.29.0"
|
|
567
583
|
},
|
|
568
584
|
"value": "FontFamilyWebSans"
|
|
569
585
|
},
|
|
@@ -573,9 +589,10 @@ var tokens = [{
|
|
|
573
589
|
}, {
|
|
574
590
|
"attributes": {
|
|
575
591
|
"group": "fontFamily",
|
|
576
|
-
"state": "
|
|
592
|
+
"state": "deprecated",
|
|
577
593
|
"introduced": "0.10.33",
|
|
578
|
-
"description": "Helpful guidance goes here"
|
|
594
|
+
"description": "Helpful guidance goes here",
|
|
595
|
+
"deprecated": "1.29.0"
|
|
579
596
|
},
|
|
580
597
|
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
581
598
|
"filePath": "schema/themes/atlassian-typography/font-family.tsx",
|
|
@@ -583,9 +600,10 @@ var tokens = [{
|
|
|
583
600
|
"original": {
|
|
584
601
|
"attributes": {
|
|
585
602
|
"group": "fontFamily",
|
|
586
|
-
"state": "
|
|
603
|
+
"state": "deprecated",
|
|
587
604
|
"introduced": "0.10.33",
|
|
588
|
-
"description": "Helpful guidance goes here"
|
|
605
|
+
"description": "Helpful guidance goes here",
|
|
606
|
+
"deprecated": "1.29.0"
|
|
589
607
|
},
|
|
590
608
|
"value": "FontFamilyWebMono"
|
|
591
609
|
},
|
|
@@ -595,9 +613,10 @@ var tokens = [{
|
|
|
595
613
|
}, {
|
|
596
614
|
"attributes": {
|
|
597
615
|
"group": "fontFamily",
|
|
598
|
-
"state": "
|
|
616
|
+
"state": "deprecated",
|
|
599
617
|
"introduced": "0.10.33",
|
|
600
|
-
"description": "Helpful guidance goes here"
|
|
618
|
+
"description": "Helpful guidance goes here",
|
|
619
|
+
"deprecated": "1.29.0"
|
|
601
620
|
},
|
|
602
621
|
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
603
622
|
"filePath": "schema/themes/atlassian-typography/font-family.tsx",
|
|
@@ -605,9 +624,10 @@ var tokens = [{
|
|
|
605
624
|
"original": {
|
|
606
625
|
"attributes": {
|
|
607
626
|
"group": "fontFamily",
|
|
608
|
-
"state": "
|
|
627
|
+
"state": "deprecated",
|
|
609
628
|
"introduced": "0.10.33",
|
|
610
|
-
"description": "Helpful guidance goes here"
|
|
629
|
+
"description": "Helpful guidance goes here",
|
|
630
|
+
"deprecated": "1.29.0"
|
|
611
631
|
},
|
|
612
632
|
"value": "FontFamilyWebSans"
|
|
613
633
|
},
|
|
@@ -617,9 +637,10 @@ var tokens = [{
|
|
|
617
637
|
}, {
|
|
618
638
|
"attributes": {
|
|
619
639
|
"group": "fontFamily",
|
|
620
|
-
"state": "
|
|
640
|
+
"state": "deprecated",
|
|
621
641
|
"introduced": "1.14.0",
|
|
622
|
-
"description": "Helpful guidance goes here"
|
|
642
|
+
"description": "Helpful guidance goes here",
|
|
643
|
+
"deprecated": "1.29.0"
|
|
623
644
|
},
|
|
624
645
|
"value": "Charlie Sans",
|
|
625
646
|
"filePath": "schema/themes/atlassian-typography/font-family.tsx",
|
|
@@ -627,9 +648,10 @@ var tokens = [{
|
|
|
627
648
|
"original": {
|
|
628
649
|
"attributes": {
|
|
629
650
|
"group": "fontFamily",
|
|
630
|
-
"state": "
|
|
651
|
+
"state": "deprecated",
|
|
631
652
|
"introduced": "1.14.0",
|
|
632
|
-
"description": "Helpful guidance goes here"
|
|
653
|
+
"description": "Helpful guidance goes here",
|
|
654
|
+
"deprecated": "1.29.0"
|
|
633
655
|
},
|
|
634
656
|
"value": "FontFamilyCharlie"
|
|
635
657
|
},
|
|
@@ -8,7 +8,7 @@ exports.default = void 0;
|
|
|
8
8
|
var _warnOnce = _interopRequireDefault(require("@atlaskit/ds-lib/warn-once"));
|
|
9
9
|
var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
|
|
10
10
|
var name = "@atlaskit/tokens";
|
|
11
|
-
var version = "1.
|
|
11
|
+
var version = "1.29.0";
|
|
12
12
|
/**
|
|
13
13
|
* Takes a dot-separated token name and and an optional fallback, and returns the current computed CSS value for the
|
|
14
14
|
* resulting CSS Custom Property.
|
package/dist/cjs/get-token.js
CHANGED
|
@@ -9,7 +9,7 @@ var _warnOnce = _interopRequireDefault(require("@atlaskit/ds-lib/warn-once"));
|
|
|
9
9
|
var _tokenNames = _interopRequireDefault(require("./artifacts/token-names"));
|
|
10
10
|
var _constants = require("./constants");
|
|
11
11
|
var name = "@atlaskit/tokens";
|
|
12
|
-
var version = "1.
|
|
12
|
+
var version = "1.29.0";
|
|
13
13
|
/**
|
|
14
14
|
* Takes a dot-separated token name and an optional fallback, and returns the CSS custom property for the corresponding token.
|
|
15
15
|
* This should be used to implement design decisions throughout your application.
|
|
@@ -12,9 +12,63 @@
|
|
|
12
12
|
* These changes will then be picked up by our tooling which will attempt to
|
|
13
13
|
* migrate as many of these renames as possible.
|
|
14
14
|
*
|
|
15
|
-
* @codegen <<SignedSource::
|
|
15
|
+
* @codegen <<SignedSource::97a5e3ceb873d28e0118b88f5dc3e800>>
|
|
16
16
|
* @codegenCommand yarn build tokens
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
|
-
const replacementMapper = [
|
|
19
|
+
const replacementMapper = [{
|
|
20
|
+
"path": "border.width.0",
|
|
21
|
+
"state": "experimental"
|
|
22
|
+
}, {
|
|
23
|
+
"path": "font.body.[default]",
|
|
24
|
+
"state": "experimental"
|
|
25
|
+
}, {
|
|
26
|
+
"path": "font.body.large",
|
|
27
|
+
"state": "experimental"
|
|
28
|
+
}, {
|
|
29
|
+
"path": "font.body.small",
|
|
30
|
+
"state": "experimental"
|
|
31
|
+
}, {
|
|
32
|
+
"path": "font.code.[default]",
|
|
33
|
+
"state": "experimental"
|
|
34
|
+
}, {
|
|
35
|
+
"path": "font.heading.large",
|
|
36
|
+
"state": "experimental"
|
|
37
|
+
}, {
|
|
38
|
+
"path": "font.heading.medium",
|
|
39
|
+
"state": "experimental"
|
|
40
|
+
}, {
|
|
41
|
+
"path": "font.heading.small",
|
|
42
|
+
"state": "experimental"
|
|
43
|
+
}, {
|
|
44
|
+
"path": "font.heading.xlarge",
|
|
45
|
+
"state": "experimental"
|
|
46
|
+
}, {
|
|
47
|
+
"path": "font.heading.xsmall",
|
|
48
|
+
"state": "experimental"
|
|
49
|
+
}, {
|
|
50
|
+
"path": "font.heading.xxlarge",
|
|
51
|
+
"state": "experimental"
|
|
52
|
+
}, {
|
|
53
|
+
"path": "font.heading.xxsmall",
|
|
54
|
+
"state": "experimental"
|
|
55
|
+
}, {
|
|
56
|
+
"path": "font.ui.[default]",
|
|
57
|
+
"state": "experimental"
|
|
58
|
+
}, {
|
|
59
|
+
"path": "font.ui.small",
|
|
60
|
+
"state": "experimental"
|
|
61
|
+
}, {
|
|
62
|
+
"path": "font.family.body",
|
|
63
|
+
"state": "experimental"
|
|
64
|
+
}, {
|
|
65
|
+
"path": "font.family.code",
|
|
66
|
+
"state": "experimental"
|
|
67
|
+
}, {
|
|
68
|
+
"path": "font.family.heading",
|
|
69
|
+
"state": "experimental"
|
|
70
|
+
}, {
|
|
71
|
+
"path": "font.family.brand",
|
|
72
|
+
"state": "experimental"
|
|
73
|
+
}];
|
|
20
74
|
export default replacementMapper;
|