@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.
Files changed (52) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/artifacts/replacement-mapping.js +56 -2
  3. package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
  5. package/dist/cjs/artifacts/token-default-values.js +2 -2
  6. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +183 -123
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +69 -47
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +67 -45
  9. package/dist/cjs/get-token-value.js +1 -1
  10. package/dist/cjs/get-token.js +1 -1
  11. package/dist/es2019/artifacts/replacement-mapping.js +56 -2
  12. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +2 -2
  13. package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +2 -2
  14. package/dist/es2019/artifacts/token-default-values.js +2 -2
  15. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +183 -123
  16. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +69 -47
  17. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +67 -45
  18. package/dist/es2019/get-token-value.js +1 -1
  19. package/dist/es2019/get-token.js +1 -1
  20. package/dist/esm/artifacts/replacement-mapping.js +56 -2
  21. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
  22. package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
  23. package/dist/esm/artifacts/token-default-values.js +2 -2
  24. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +183 -123
  25. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +69 -47
  26. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +67 -45
  27. package/dist/esm/get-token-value.js +1 -1
  28. package/dist/esm/get-token.js +1 -1
  29. package/dist/types/artifacts/replacement-mapping.d.ts +2 -2
  30. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  31. package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  32. package/dist/types/artifacts/token-default-values.d.ts +2 -2
  33. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +33 -1
  34. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +33 -1
  35. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +7 -1
  36. package/dist/types/artifacts/types-internal.d.ts +2 -2
  37. package/dist/types/artifacts/types.d.ts +2 -2
  38. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +2 -2
  39. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  40. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  41. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +2 -2
  42. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +33 -1
  43. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +33 -1
  44. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +7 -1
  45. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  46. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  47. package/figma/atlassian-typography-adg3.json +1 -155
  48. package/figma/atlassian-typography-minor3.json +1 -56
  49. package/figma/atlassian-typography.json +1 -56
  50. package/package.json +1 -1
  51. package/report.api.md +0 -52
  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::c3c9d9a9e8c21403ff2d0c99bb6419c2>>
9
+ * @codegen <<SignedSource::3955d8a73e8c898ae06461a68d8b5cee>>
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 11px/20px var(--ds-font-family-body)",
99
+ "value": "normal 400 11px/16px var(--ds-font-family-body)",
100
100
  "filePath": "schema/themes/atlassian-typography-adg3/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": "LegacyFontSize11",
112
- "lineHeight": "LineHeight200",
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": "active",
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-adg3/letter-spacing.tsx",
@@ -371,9 +372,10 @@ var tokens = [{
371
372
  "original": {
372
373
  "attributes": {
373
374
  "group": "letterSpacing",
374
- "state": "active",
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": "active",
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.003em",
391
394
  "filePath": "schema/themes/atlassian-typography-adg3/letter-spacing.tsx",
@@ -393,9 +396,10 @@ var tokens = [{
393
396
  "original": {
394
397
  "attributes": {
395
398
  "group": "letterSpacing",
396
- "state": "active",
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": "LetterSpacing100"
401
405
  },
@@ -405,9 +409,10 @@ var tokens = [{
405
409
  }, {
406
410
  "attributes": {
407
411
  "group": "letterSpacing",
408
- "state": "active",
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.006em",
413
418
  "filePath": "schema/themes/atlassian-typography-adg3/letter-spacing.tsx",
@@ -415,9 +420,10 @@ var tokens = [{
415
420
  "original": {
416
421
  "attributes": {
417
422
  "group": "letterSpacing",
418
- "state": "active",
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": "LetterSpacing200"
423
429
  },
@@ -427,9 +433,10 @@ var tokens = [{
427
433
  }, {
428
434
  "attributes": {
429
435
  "group": "letterSpacing",
430
- "state": "active",
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.008em",
435
442
  "filePath": "schema/themes/atlassian-typography-adg3/letter-spacing.tsx",
@@ -437,9 +444,10 @@ var tokens = [{
437
444
  "original": {
438
445
  "attributes": {
439
446
  "group": "letterSpacing",
440
- "state": "active",
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": "LetterSpacing300"
445
453
  },
@@ -449,9 +457,10 @@ var tokens = [{
449
457
  }, {
450
458
  "attributes": {
451
459
  "group": "letterSpacing",
452
- "state": "active",
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.01em",
457
466
  "filePath": "schema/themes/atlassian-typography-adg3/letter-spacing.tsx",
@@ -459,9 +468,10 @@ var tokens = [{
459
468
  "original": {
460
469
  "attributes": {
461
470
  "group": "letterSpacing",
462
- "state": "active",
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": "LetterSpacing400"
467
477
  },
@@ -529,9 +539,10 @@ var tokens = [{
529
539
  }, {
530
540
  "attributes": {
531
541
  "group": "fontFamily",
532
- "state": "experimental",
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-adg3/font-family.tsx",
@@ -539,9 +550,10 @@ var tokens = [{
539
550
  "original": {
540
551
  "attributes": {
541
552
  "group": "fontFamily",
542
- "state": "experimental",
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": "experimental",
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-adg3/font-family.tsx",
@@ -561,9 +574,10 @@ var tokens = [{
561
574
  "original": {
562
575
  "attributes": {
563
576
  "group": "fontFamily",
564
- "state": "experimental",
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": "experimental",
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-adg3/font-family.tsx",
@@ -583,9 +598,10 @@ var tokens = [{
583
598
  "original": {
584
599
  "attributes": {
585
600
  "group": "fontFamily",
586
- "state": "experimental",
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": "active",
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-adg3/font-family.tsx",
@@ -605,9 +622,10 @@ var tokens = [{
605
622
  "original": {
606
623
  "attributes": {
607
624
  "group": "fontFamily",
608
- "state": "active",
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": "active",
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": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
625
644
  "filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
@@ -627,9 +646,10 @@ var tokens = [{
627
646
  "original": {
628
647
  "attributes": {
629
648
  "group": "fontFamily",
630
- "state": "active",
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": "LegacyFontFamilyWebSans"
635
655
  },
@@ -639,9 +659,10 @@ var tokens = [{
639
659
  }, {
640
660
  "attributes": {
641
661
  "group": "fontFamily",
642
- "state": "experimental",
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-adg3/font-family.tsx",
@@ -649,9 +670,10 @@ var tokens = [{
649
670
  "original": {
650
671
  "attributes": {
651
672
  "group": "fontFamily",
652
- "state": "experimental",
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
  },
@@ -661,9 +683,10 @@ var tokens = [{
661
683
  }, {
662
684
  "attributes": {
663
685
  "group": "fontSize",
664
- "state": "active",
686
+ "state": "deprecated",
665
687
  "introduced": "0.10.33",
666
- "description": "Helpful guidance goes here"
688
+ "description": "Helpful guidance goes here",
689
+ "deprecated": "1.29.0"
667
690
  },
668
691
  "value": "11px",
669
692
  "filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
@@ -671,9 +694,10 @@ var tokens = [{
671
694
  "original": {
672
695
  "attributes": {
673
696
  "group": "fontSize",
674
- "state": "active",
697
+ "state": "deprecated",
675
698
  "introduced": "0.10.33",
676
- "description": "Helpful guidance goes here"
699
+ "description": "Helpful guidance goes here",
700
+ "deprecated": "1.29.0"
677
701
  },
678
702
  "value": "LegacyFontSize11"
679
703
  },
@@ -683,9 +707,10 @@ var tokens = [{
683
707
  }, {
684
708
  "attributes": {
685
709
  "group": "fontSize",
686
- "state": "active",
710
+ "state": "deprecated",
687
711
  "introduced": "0.10.33",
688
- "description": "Helpful guidance goes here"
712
+ "description": "Helpful guidance goes here",
713
+ "deprecated": "1.29.0"
689
714
  },
690
715
  "value": "12px",
691
716
  "filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
@@ -693,9 +718,10 @@ var tokens = [{
693
718
  "original": {
694
719
  "attributes": {
695
720
  "group": "fontSize",
696
- "state": "active",
721
+ "state": "deprecated",
697
722
  "introduced": "0.10.33",
698
- "description": "Helpful guidance goes here"
723
+ "description": "Helpful guidance goes here",
724
+ "deprecated": "1.29.0"
699
725
  },
700
726
  "value": "FontSize12"
701
727
  },
@@ -705,9 +731,10 @@ var tokens = [{
705
731
  }, {
706
732
  "attributes": {
707
733
  "group": "fontSize",
708
- "state": "active",
734
+ "state": "deprecated",
709
735
  "introduced": "0.10.33",
710
- "description": "Helpful guidance goes here"
736
+ "description": "Helpful guidance goes here",
737
+ "deprecated": "1.29.0"
711
738
  },
712
739
  "value": "14px",
713
740
  "filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
@@ -715,9 +742,10 @@ var tokens = [{
715
742
  "original": {
716
743
  "attributes": {
717
744
  "group": "fontSize",
718
- "state": "active",
745
+ "state": "deprecated",
719
746
  "introduced": "0.10.33",
720
- "description": "Helpful guidance goes here"
747
+ "description": "Helpful guidance goes here",
748
+ "deprecated": "1.29.0"
721
749
  },
722
750
  "value": "FontSize14"
723
751
  },
@@ -727,9 +755,10 @@ var tokens = [{
727
755
  }, {
728
756
  "attributes": {
729
757
  "group": "fontSize",
730
- "state": "active",
758
+ "state": "deprecated",
731
759
  "introduced": "0.10.33",
732
- "description": "Helpful guidance goes here"
760
+ "description": "Helpful guidance goes here",
761
+ "deprecated": "1.29.0"
733
762
  },
734
763
  "value": "16px",
735
764
  "filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
@@ -737,9 +766,10 @@ var tokens = [{
737
766
  "original": {
738
767
  "attributes": {
739
768
  "group": "fontSize",
740
- "state": "active",
769
+ "state": "deprecated",
741
770
  "introduced": "0.10.33",
742
- "description": "Helpful guidance goes here"
771
+ "description": "Helpful guidance goes here",
772
+ "deprecated": "1.29.0"
743
773
  },
744
774
  "value": "FontSize16"
745
775
  },
@@ -749,9 +779,10 @@ var tokens = [{
749
779
  }, {
750
780
  "attributes": {
751
781
  "group": "fontSize",
752
- "state": "active",
782
+ "state": "deprecated",
753
783
  "introduced": "0.10.33",
754
- "description": "Helpful guidance goes here"
784
+ "description": "Helpful guidance goes here",
785
+ "deprecated": "1.29.0"
755
786
  },
756
787
  "value": "20px",
757
788
  "filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
@@ -759,9 +790,10 @@ var tokens = [{
759
790
  "original": {
760
791
  "attributes": {
761
792
  "group": "fontSize",
762
- "state": "active",
793
+ "state": "deprecated",
763
794
  "introduced": "0.10.33",
764
- "description": "Helpful guidance goes here"
795
+ "description": "Helpful guidance goes here",
796
+ "deprecated": "1.29.0"
765
797
  },
766
798
  "value": "FontSize20"
767
799
  },
@@ -771,9 +803,10 @@ var tokens = [{
771
803
  }, {
772
804
  "attributes": {
773
805
  "group": "fontSize",
774
- "state": "active",
806
+ "state": "deprecated",
775
807
  "introduced": "0.10.33",
776
- "description": "Helpful guidance goes here"
808
+ "description": "Helpful guidance goes here",
809
+ "deprecated": "1.29.0"
777
810
  },
778
811
  "value": "24px",
779
812
  "filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
@@ -781,9 +814,10 @@ var tokens = [{
781
814
  "original": {
782
815
  "attributes": {
783
816
  "group": "fontSize",
784
- "state": "active",
817
+ "state": "deprecated",
785
818
  "introduced": "0.10.33",
786
- "description": "Helpful guidance goes here"
819
+ "description": "Helpful guidance goes here",
820
+ "deprecated": "1.29.0"
787
821
  },
788
822
  "value": "FontSize24"
789
823
  },
@@ -793,9 +827,10 @@ var tokens = [{
793
827
  }, {
794
828
  "attributes": {
795
829
  "group": "fontSize",
796
- "state": "active",
830
+ "state": "deprecated",
797
831
  "introduced": "0.10.33",
798
- "description": "Helpful guidance goes here"
832
+ "description": "Helpful guidance goes here",
833
+ "deprecated": "1.29.0"
799
834
  },
800
835
  "value": "29px",
801
836
  "filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
@@ -803,9 +838,10 @@ var tokens = [{
803
838
  "original": {
804
839
  "attributes": {
805
840
  "group": "fontSize",
806
- "state": "active",
841
+ "state": "deprecated",
807
842
  "introduced": "0.10.33",
808
- "description": "Helpful guidance goes here"
843
+ "description": "Helpful guidance goes here",
844
+ "deprecated": "1.29.0"
809
845
  },
810
846
  "value": "LegacyFontSize29"
811
847
  },
@@ -815,9 +851,10 @@ var tokens = [{
815
851
  }, {
816
852
  "attributes": {
817
853
  "group": "fontSize",
818
- "state": "active",
854
+ "state": "deprecated",
819
855
  "introduced": "0.10.33",
820
- "description": "Helpful guidance goes here"
856
+ "description": "Helpful guidance goes here",
857
+ "deprecated": "1.29.0"
821
858
  },
822
859
  "value": "35px",
823
860
  "filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
@@ -825,9 +862,10 @@ var tokens = [{
825
862
  "original": {
826
863
  "attributes": {
827
864
  "group": "fontSize",
828
- "state": "active",
865
+ "state": "deprecated",
829
866
  "introduced": "0.10.33",
830
- "description": "Helpful guidance goes here"
867
+ "description": "Helpful guidance goes here",
868
+ "deprecated": "1.29.0"
831
869
  },
832
870
  "value": "LegacyFontSize35"
833
871
  },
@@ -837,9 +875,10 @@ var tokens = [{
837
875
  }, {
838
876
  "attributes": {
839
877
  "group": "fontWeight",
840
- "state": "active",
878
+ "state": "deprecated",
841
879
  "introduced": "0.10.33",
842
- "description": "Helpful guidance goes here"
880
+ "description": "Helpful guidance goes here",
881
+ "deprecated": "1.29.0"
843
882
  },
844
883
  "value": "700",
845
884
  "filePath": "schema/themes/atlassian-typography-adg3/font-weight.tsx",
@@ -847,9 +886,10 @@ var tokens = [{
847
886
  "original": {
848
887
  "attributes": {
849
888
  "group": "fontWeight",
850
- "state": "active",
889
+ "state": "deprecated",
851
890
  "introduced": "0.10.33",
852
- "description": "Helpful guidance goes here"
891
+ "description": "Helpful guidance goes here",
892
+ "deprecated": "1.29.0"
853
893
  },
854
894
  "value": "FontWeight700"
855
895
  },
@@ -859,9 +899,10 @@ var tokens = [{
859
899
  }, {
860
900
  "attributes": {
861
901
  "group": "fontWeight",
862
- "state": "active",
902
+ "state": "deprecated",
863
903
  "introduced": "0.10.33",
864
- "description": "Helpful guidance goes here"
904
+ "description": "Helpful guidance goes here",
905
+ "deprecated": "1.29.0"
865
906
  },
866
907
  "value": "500",
867
908
  "filePath": "schema/themes/atlassian-typography-adg3/font-weight.tsx",
@@ -869,9 +910,10 @@ var tokens = [{
869
910
  "original": {
870
911
  "attributes": {
871
912
  "group": "fontWeight",
872
- "state": "active",
913
+ "state": "deprecated",
873
914
  "introduced": "0.10.33",
874
- "description": "Helpful guidance goes here"
915
+ "description": "Helpful guidance goes here",
916
+ "deprecated": "1.29.0"
875
917
  },
876
918
  "value": "FontWeight500"
877
919
  },
@@ -881,9 +923,10 @@ var tokens = [{
881
923
  }, {
882
924
  "attributes": {
883
925
  "group": "fontWeight",
884
- "state": "active",
926
+ "state": "deprecated",
885
927
  "introduced": "0.10.33",
886
- "description": "Helpful guidance goes here"
928
+ "description": "Helpful guidance goes here",
929
+ "deprecated": "1.29.0"
887
930
  },
888
931
  "value": "400",
889
932
  "filePath": "schema/themes/atlassian-typography-adg3/font-weight.tsx",
@@ -891,9 +934,10 @@ var tokens = [{
891
934
  "original": {
892
935
  "attributes": {
893
936
  "group": "fontWeight",
894
- "state": "active",
937
+ "state": "deprecated",
895
938
  "introduced": "0.10.33",
896
- "description": "Helpful guidance goes here"
939
+ "description": "Helpful guidance goes here",
940
+ "deprecated": "1.29.0"
897
941
  },
898
942
  "value": "FontWeight400"
899
943
  },
@@ -903,9 +947,10 @@ var tokens = [{
903
947
  }, {
904
948
  "attributes": {
905
949
  "group": "fontWeight",
906
- "state": "active",
950
+ "state": "deprecated",
907
951
  "introduced": "0.10.33",
908
- "description": "Helpful guidance goes here"
952
+ "description": "Helpful guidance goes here",
953
+ "deprecated": "1.29.0"
909
954
  },
910
955
  "value": "600",
911
956
  "filePath": "schema/themes/atlassian-typography-adg3/font-weight.tsx",
@@ -913,9 +958,10 @@ var tokens = [{
913
958
  "original": {
914
959
  "attributes": {
915
960
  "group": "fontWeight",
916
- "state": "active",
961
+ "state": "deprecated",
917
962
  "introduced": "0.10.33",
918
- "description": "Helpful guidance goes here"
963
+ "description": "Helpful guidance goes here",
964
+ "deprecated": "1.29.0"
919
965
  },
920
966
  "value": "FontWeight600"
921
967
  },
@@ -925,9 +971,10 @@ var tokens = [{
925
971
  }, {
926
972
  "attributes": {
927
973
  "group": "lineHeight",
928
- "state": "active",
974
+ "state": "deprecated",
929
975
  "introduced": "0.10.33",
930
- "description": "Used single-line text."
976
+ "description": "Used single-line text.",
977
+ "deprecated": "1.29.0"
931
978
  },
932
979
  "value": "1",
933
980
  "filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
@@ -935,9 +982,10 @@ var tokens = [{
935
982
  "original": {
936
983
  "attributes": {
937
984
  "group": "lineHeight",
938
- "state": "active",
985
+ "state": "deprecated",
939
986
  "introduced": "0.10.33",
940
- "description": "Used single-line text."
987
+ "description": "Used single-line text.",
988
+ "deprecated": "1.29.0"
941
989
  },
942
990
  "value": "LineHeight1"
943
991
  },
@@ -947,9 +995,10 @@ var tokens = [{
947
995
  }, {
948
996
  "attributes": {
949
997
  "group": "lineHeight",
950
- "state": "active",
998
+ "state": "deprecated",
951
999
  "introduced": "0.10.33",
952
- "description": "Helpful guidance goes here"
1000
+ "description": "Helpful guidance goes here",
1001
+ "deprecated": "1.29.0"
953
1002
  },
954
1003
  "value": "16px",
955
1004
  "filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
@@ -957,9 +1006,10 @@ var tokens = [{
957
1006
  "original": {
958
1007
  "attributes": {
959
1008
  "group": "lineHeight",
960
- "state": "active",
1009
+ "state": "deprecated",
961
1010
  "introduced": "0.10.33",
962
- "description": "Helpful guidance goes here"
1011
+ "description": "Helpful guidance goes here",
1012
+ "deprecated": "1.29.0"
963
1013
  },
964
1014
  "value": "LineHeight100"
965
1015
  },
@@ -969,9 +1019,10 @@ var tokens = [{
969
1019
  }, {
970
1020
  "attributes": {
971
1021
  "group": "lineHeight",
972
- "state": "active",
1022
+ "state": "deprecated",
973
1023
  "introduced": "0.10.33",
974
- "description": "Helpful guidance goes here"
1024
+ "description": "Helpful guidance goes here",
1025
+ "deprecated": "1.29.0"
975
1026
  },
976
1027
  "value": "20px",
977
1028
  "filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
@@ -979,9 +1030,10 @@ var tokens = [{
979
1030
  "original": {
980
1031
  "attributes": {
981
1032
  "group": "lineHeight",
982
- "state": "active",
1033
+ "state": "deprecated",
983
1034
  "introduced": "0.10.33",
984
- "description": "Helpful guidance goes here"
1035
+ "description": "Helpful guidance goes here",
1036
+ "deprecated": "1.29.0"
985
1037
  },
986
1038
  "value": "LineHeight200"
987
1039
  },
@@ -991,9 +1043,10 @@ var tokens = [{
991
1043
  }, {
992
1044
  "attributes": {
993
1045
  "group": "lineHeight",
994
- "state": "active",
1046
+ "state": "deprecated",
995
1047
  "introduced": "0.10.33",
996
- "description": "Helpful guidance goes here"
1048
+ "description": "Helpful guidance goes here",
1049
+ "deprecated": "1.29.0"
997
1050
  },
998
1051
  "value": "24px",
999
1052
  "filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
@@ -1001,9 +1054,10 @@ var tokens = [{
1001
1054
  "original": {
1002
1055
  "attributes": {
1003
1056
  "group": "lineHeight",
1004
- "state": "active",
1057
+ "state": "deprecated",
1005
1058
  "introduced": "0.10.33",
1006
- "description": "Helpful guidance goes here"
1059
+ "description": "Helpful guidance goes here",
1060
+ "deprecated": "1.29.0"
1007
1061
  },
1008
1062
  "value": "LineHeight300"
1009
1063
  },
@@ -1013,9 +1067,10 @@ var tokens = [{
1013
1067
  }, {
1014
1068
  "attributes": {
1015
1069
  "group": "lineHeight",
1016
- "state": "active",
1070
+ "state": "deprecated",
1017
1071
  "introduced": "0.10.33",
1018
- "description": "Helpful guidance goes here"
1072
+ "description": "Helpful guidance goes here",
1073
+ "deprecated": "1.29.0"
1019
1074
  },
1020
1075
  "value": "28px",
1021
1076
  "filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
@@ -1023,9 +1078,10 @@ var tokens = [{
1023
1078
  "original": {
1024
1079
  "attributes": {
1025
1080
  "group": "lineHeight",
1026
- "state": "active",
1081
+ "state": "deprecated",
1027
1082
  "introduced": "0.10.33",
1028
- "description": "Helpful guidance goes here"
1083
+ "description": "Helpful guidance goes here",
1084
+ "deprecated": "1.29.0"
1029
1085
  },
1030
1086
  "value": "LineHeight400"
1031
1087
  },
@@ -1035,9 +1091,10 @@ var tokens = [{
1035
1091
  }, {
1036
1092
  "attributes": {
1037
1093
  "group": "lineHeight",
1038
- "state": "active",
1094
+ "state": "deprecated",
1039
1095
  "introduced": "0.10.33",
1040
- "description": "Helpful guidance goes here"
1096
+ "description": "Helpful guidance goes here",
1097
+ "deprecated": "1.29.0"
1041
1098
  },
1042
1099
  "value": "32px",
1043
1100
  "filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
@@ -1045,9 +1102,10 @@ var tokens = [{
1045
1102
  "original": {
1046
1103
  "attributes": {
1047
1104
  "group": "lineHeight",
1048
- "state": "active",
1105
+ "state": "deprecated",
1049
1106
  "introduced": "0.10.33",
1050
- "description": "Helpful guidance goes here"
1107
+ "description": "Helpful guidance goes here",
1108
+ "deprecated": "1.29.0"
1051
1109
  },
1052
1110
  "value": "LineHeight500"
1053
1111
  },
@@ -1057,9 +1115,10 @@ var tokens = [{
1057
1115
  }, {
1058
1116
  "attributes": {
1059
1117
  "group": "lineHeight",
1060
- "state": "active",
1118
+ "state": "deprecated",
1061
1119
  "introduced": "0.10.33",
1062
- "description": "Helpful guidance goes here"
1120
+ "description": "Helpful guidance goes here",
1121
+ "deprecated": "1.29.0"
1063
1122
  },
1064
1123
  "value": "40px",
1065
1124
  "filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
@@ -1067,9 +1126,10 @@ var tokens = [{
1067
1126
  "original": {
1068
1127
  "attributes": {
1069
1128
  "group": "lineHeight",
1070
- "state": "active",
1129
+ "state": "deprecated",
1071
1130
  "introduced": "0.10.33",
1072
- "description": "Helpful guidance goes here"
1131
+ "description": "Helpful guidance goes here",
1132
+ "deprecated": "1.29.0"
1073
1133
  },
1074
1134
  "value": "LineHeight700"
1075
1135
  },