@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
|
@@ -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::3955d8a73e8c898ae06461a68d8b5cee>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -90,7 +90,7 @@ const tokens = [{
|
|
|
90
90
|
"introduced": "1.14.0",
|
|
91
91
|
"description": "Smaller body font."
|
|
92
92
|
},
|
|
93
|
-
"value": "normal 400 11px/
|
|
93
|
+
"value": "normal 400 11px/16px var(--ds-font-family-body)",
|
|
94
94
|
"filePath": "schema/themes/atlassian-typography-adg3/theme.tsx",
|
|
95
95
|
"isSource": true,
|
|
96
96
|
"original": {
|
|
@@ -103,7 +103,7 @@ const tokens = [{
|
|
|
103
103
|
"value": {
|
|
104
104
|
"fontWeight": "FontWeight400",
|
|
105
105
|
"fontSize": "LegacyFontSize11",
|
|
106
|
-
"lineHeight": "
|
|
106
|
+
"lineHeight": "LineHeight100",
|
|
107
107
|
"fontFamily": "font.family.body",
|
|
108
108
|
"fontStyle": "normal",
|
|
109
109
|
"letterSpacing": "LetterSpacing0"
|
|
@@ -355,9 +355,10 @@ const tokens = [{
|
|
|
355
355
|
}, {
|
|
356
356
|
"attributes": {
|
|
357
357
|
"group": "letterSpacing",
|
|
358
|
-
"state": "
|
|
358
|
+
"state": "deprecated",
|
|
359
359
|
"introduced": "0.10.33",
|
|
360
|
-
"description": "Helpful guidance goes here"
|
|
360
|
+
"description": "Helpful guidance goes here",
|
|
361
|
+
"deprecated": "1.29.0"
|
|
361
362
|
},
|
|
362
363
|
"value": "0",
|
|
363
364
|
"filePath": "schema/themes/atlassian-typography-adg3/letter-spacing.tsx",
|
|
@@ -365,9 +366,10 @@ const tokens = [{
|
|
|
365
366
|
"original": {
|
|
366
367
|
"attributes": {
|
|
367
368
|
"group": "letterSpacing",
|
|
368
|
-
"state": "
|
|
369
|
+
"state": "deprecated",
|
|
369
370
|
"introduced": "0.10.33",
|
|
370
|
-
"description": "Helpful guidance goes here"
|
|
371
|
+
"description": "Helpful guidance goes here",
|
|
372
|
+
"deprecated": "1.29.0"
|
|
371
373
|
},
|
|
372
374
|
"value": "LetterSpacing0"
|
|
373
375
|
},
|
|
@@ -377,9 +379,10 @@ const tokens = [{
|
|
|
377
379
|
}, {
|
|
378
380
|
"attributes": {
|
|
379
381
|
"group": "letterSpacing",
|
|
380
|
-
"state": "
|
|
382
|
+
"state": "deprecated",
|
|
381
383
|
"introduced": "0.10.33",
|
|
382
|
-
"description": "Helpful guidance goes here"
|
|
384
|
+
"description": "Helpful guidance goes here",
|
|
385
|
+
"deprecated": "1.29.0"
|
|
383
386
|
},
|
|
384
387
|
"value": "-0.003em",
|
|
385
388
|
"filePath": "schema/themes/atlassian-typography-adg3/letter-spacing.tsx",
|
|
@@ -387,9 +390,10 @@ const tokens = [{
|
|
|
387
390
|
"original": {
|
|
388
391
|
"attributes": {
|
|
389
392
|
"group": "letterSpacing",
|
|
390
|
-
"state": "
|
|
393
|
+
"state": "deprecated",
|
|
391
394
|
"introduced": "0.10.33",
|
|
392
|
-
"description": "Helpful guidance goes here"
|
|
395
|
+
"description": "Helpful guidance goes here",
|
|
396
|
+
"deprecated": "1.29.0"
|
|
393
397
|
},
|
|
394
398
|
"value": "LetterSpacing100"
|
|
395
399
|
},
|
|
@@ -399,9 +403,10 @@ const tokens = [{
|
|
|
399
403
|
}, {
|
|
400
404
|
"attributes": {
|
|
401
405
|
"group": "letterSpacing",
|
|
402
|
-
"state": "
|
|
406
|
+
"state": "deprecated",
|
|
403
407
|
"introduced": "0.10.33",
|
|
404
|
-
"description": "Helpful guidance goes here"
|
|
408
|
+
"description": "Helpful guidance goes here",
|
|
409
|
+
"deprecated": "1.29.0"
|
|
405
410
|
},
|
|
406
411
|
"value": "-0.006em",
|
|
407
412
|
"filePath": "schema/themes/atlassian-typography-adg3/letter-spacing.tsx",
|
|
@@ -409,9 +414,10 @@ const tokens = [{
|
|
|
409
414
|
"original": {
|
|
410
415
|
"attributes": {
|
|
411
416
|
"group": "letterSpacing",
|
|
412
|
-
"state": "
|
|
417
|
+
"state": "deprecated",
|
|
413
418
|
"introduced": "0.10.33",
|
|
414
|
-
"description": "Helpful guidance goes here"
|
|
419
|
+
"description": "Helpful guidance goes here",
|
|
420
|
+
"deprecated": "1.29.0"
|
|
415
421
|
},
|
|
416
422
|
"value": "LetterSpacing200"
|
|
417
423
|
},
|
|
@@ -421,9 +427,10 @@ const tokens = [{
|
|
|
421
427
|
}, {
|
|
422
428
|
"attributes": {
|
|
423
429
|
"group": "letterSpacing",
|
|
424
|
-
"state": "
|
|
430
|
+
"state": "deprecated",
|
|
425
431
|
"introduced": "0.10.33",
|
|
426
|
-
"description": "Helpful guidance goes here"
|
|
432
|
+
"description": "Helpful guidance goes here",
|
|
433
|
+
"deprecated": "1.29.0"
|
|
427
434
|
},
|
|
428
435
|
"value": "-0.008em",
|
|
429
436
|
"filePath": "schema/themes/atlassian-typography-adg3/letter-spacing.tsx",
|
|
@@ -431,9 +438,10 @@ const tokens = [{
|
|
|
431
438
|
"original": {
|
|
432
439
|
"attributes": {
|
|
433
440
|
"group": "letterSpacing",
|
|
434
|
-
"state": "
|
|
441
|
+
"state": "deprecated",
|
|
435
442
|
"introduced": "0.10.33",
|
|
436
|
-
"description": "Helpful guidance goes here"
|
|
443
|
+
"description": "Helpful guidance goes here",
|
|
444
|
+
"deprecated": "1.29.0"
|
|
437
445
|
},
|
|
438
446
|
"value": "LetterSpacing300"
|
|
439
447
|
},
|
|
@@ -443,9 +451,10 @@ const tokens = [{
|
|
|
443
451
|
}, {
|
|
444
452
|
"attributes": {
|
|
445
453
|
"group": "letterSpacing",
|
|
446
|
-
"state": "
|
|
454
|
+
"state": "deprecated",
|
|
447
455
|
"introduced": "0.10.33",
|
|
448
|
-
"description": "Helpful guidance goes here"
|
|
456
|
+
"description": "Helpful guidance goes here",
|
|
457
|
+
"deprecated": "1.29.0"
|
|
449
458
|
},
|
|
450
459
|
"value": "-0.01em",
|
|
451
460
|
"filePath": "schema/themes/atlassian-typography-adg3/letter-spacing.tsx",
|
|
@@ -453,9 +462,10 @@ const tokens = [{
|
|
|
453
462
|
"original": {
|
|
454
463
|
"attributes": {
|
|
455
464
|
"group": "letterSpacing",
|
|
456
|
-
"state": "
|
|
465
|
+
"state": "deprecated",
|
|
457
466
|
"introduced": "0.10.33",
|
|
458
|
-
"description": "Helpful guidance goes here"
|
|
467
|
+
"description": "Helpful guidance goes here",
|
|
468
|
+
"deprecated": "1.29.0"
|
|
459
469
|
},
|
|
460
470
|
"value": "LetterSpacing400"
|
|
461
471
|
},
|
|
@@ -523,9 +533,10 @@ const tokens = [{
|
|
|
523
533
|
}, {
|
|
524
534
|
"attributes": {
|
|
525
535
|
"group": "fontFamily",
|
|
526
|
-
"state": "
|
|
536
|
+
"state": "deprecated",
|
|
527
537
|
"introduced": "1.14.0",
|
|
528
|
-
"description": "Helpful guidance goes here"
|
|
538
|
+
"description": "Helpful guidance goes here",
|
|
539
|
+
"deprecated": "1.29.0"
|
|
529
540
|
},
|
|
530
541
|
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
531
542
|
"filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
|
|
@@ -533,9 +544,10 @@ const tokens = [{
|
|
|
533
544
|
"original": {
|
|
534
545
|
"attributes": {
|
|
535
546
|
"group": "fontFamily",
|
|
536
|
-
"state": "
|
|
547
|
+
"state": "deprecated",
|
|
537
548
|
"introduced": "1.14.0",
|
|
538
|
-
"description": "Helpful guidance goes here"
|
|
549
|
+
"description": "Helpful guidance goes here",
|
|
550
|
+
"deprecated": "1.29.0"
|
|
539
551
|
},
|
|
540
552
|
"value": "FontFamilyWebSans"
|
|
541
553
|
},
|
|
@@ -545,9 +557,10 @@ const tokens = [{
|
|
|
545
557
|
}, {
|
|
546
558
|
"attributes": {
|
|
547
559
|
"group": "fontFamily",
|
|
548
|
-
"state": "
|
|
560
|
+
"state": "deprecated",
|
|
549
561
|
"introduced": "1.14.0",
|
|
550
|
-
"description": "Helpful guidance goes here"
|
|
562
|
+
"description": "Helpful guidance goes here",
|
|
563
|
+
"deprecated": "1.29.0"
|
|
551
564
|
},
|
|
552
565
|
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
553
566
|
"filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
|
|
@@ -555,9 +568,10 @@ const tokens = [{
|
|
|
555
568
|
"original": {
|
|
556
569
|
"attributes": {
|
|
557
570
|
"group": "fontFamily",
|
|
558
|
-
"state": "
|
|
571
|
+
"state": "deprecated",
|
|
559
572
|
"introduced": "1.14.0",
|
|
560
|
-
"description": "Helpful guidance goes here"
|
|
573
|
+
"description": "Helpful guidance goes here",
|
|
574
|
+
"deprecated": "1.29.0"
|
|
561
575
|
},
|
|
562
576
|
"value": "FontFamilyWebMono"
|
|
563
577
|
},
|
|
@@ -567,9 +581,10 @@ const tokens = [{
|
|
|
567
581
|
}, {
|
|
568
582
|
"attributes": {
|
|
569
583
|
"group": "fontFamily",
|
|
570
|
-
"state": "
|
|
584
|
+
"state": "deprecated",
|
|
571
585
|
"introduced": "1.14.0",
|
|
572
|
-
"description": "Helpful guidance goes here"
|
|
586
|
+
"description": "Helpful guidance goes here",
|
|
587
|
+
"deprecated": "1.29.0"
|
|
573
588
|
},
|
|
574
589
|
"value": "ui-sans-serif, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif",
|
|
575
590
|
"filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
|
|
@@ -577,9 +592,10 @@ const tokens = [{
|
|
|
577
592
|
"original": {
|
|
578
593
|
"attributes": {
|
|
579
594
|
"group": "fontFamily",
|
|
580
|
-
"state": "
|
|
595
|
+
"state": "deprecated",
|
|
581
596
|
"introduced": "1.14.0",
|
|
582
|
-
"description": "Helpful guidance goes here"
|
|
597
|
+
"description": "Helpful guidance goes here",
|
|
598
|
+
"deprecated": "1.29.0"
|
|
583
599
|
},
|
|
584
600
|
"value": "FontFamilyWebSans"
|
|
585
601
|
},
|
|
@@ -589,9 +605,10 @@ const tokens = [{
|
|
|
589
605
|
}, {
|
|
590
606
|
"attributes": {
|
|
591
607
|
"group": "fontFamily",
|
|
592
|
-
"state": "
|
|
608
|
+
"state": "deprecated",
|
|
593
609
|
"introduced": "0.10.33",
|
|
594
|
-
"description": "Helpful guidance goes here"
|
|
610
|
+
"description": "Helpful guidance goes here",
|
|
611
|
+
"deprecated": "1.29.0"
|
|
595
612
|
},
|
|
596
613
|
"value": "ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace",
|
|
597
614
|
"filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
|
|
@@ -599,9 +616,10 @@ const tokens = [{
|
|
|
599
616
|
"original": {
|
|
600
617
|
"attributes": {
|
|
601
618
|
"group": "fontFamily",
|
|
602
|
-
"state": "
|
|
619
|
+
"state": "deprecated",
|
|
603
620
|
"introduced": "0.10.33",
|
|
604
|
-
"description": "Helpful guidance goes here"
|
|
621
|
+
"description": "Helpful guidance goes here",
|
|
622
|
+
"deprecated": "1.29.0"
|
|
605
623
|
},
|
|
606
624
|
"value": "FontFamilyWebMono"
|
|
607
625
|
},
|
|
@@ -611,9 +629,10 @@ const tokens = [{
|
|
|
611
629
|
}, {
|
|
612
630
|
"attributes": {
|
|
613
631
|
"group": "fontFamily",
|
|
614
|
-
"state": "
|
|
632
|
+
"state": "deprecated",
|
|
615
633
|
"introduced": "0.10.33",
|
|
616
|
-
"description": "Helpful guidance goes here"
|
|
634
|
+
"description": "Helpful guidance goes here",
|
|
635
|
+
"deprecated": "1.29.0"
|
|
617
636
|
},
|
|
618
637
|
"value": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif",
|
|
619
638
|
"filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
|
|
@@ -621,9 +640,10 @@ const tokens = [{
|
|
|
621
640
|
"original": {
|
|
622
641
|
"attributes": {
|
|
623
642
|
"group": "fontFamily",
|
|
624
|
-
"state": "
|
|
643
|
+
"state": "deprecated",
|
|
625
644
|
"introduced": "0.10.33",
|
|
626
|
-
"description": "Helpful guidance goes here"
|
|
645
|
+
"description": "Helpful guidance goes here",
|
|
646
|
+
"deprecated": "1.29.0"
|
|
627
647
|
},
|
|
628
648
|
"value": "LegacyFontFamilyWebSans"
|
|
629
649
|
},
|
|
@@ -633,9 +653,10 @@ const tokens = [{
|
|
|
633
653
|
}, {
|
|
634
654
|
"attributes": {
|
|
635
655
|
"group": "fontFamily",
|
|
636
|
-
"state": "
|
|
656
|
+
"state": "deprecated",
|
|
637
657
|
"introduced": "1.14.0",
|
|
638
|
-
"description": "Helpful guidance goes here"
|
|
658
|
+
"description": "Helpful guidance goes here",
|
|
659
|
+
"deprecated": "1.29.0"
|
|
639
660
|
},
|
|
640
661
|
"value": "Charlie Sans",
|
|
641
662
|
"filePath": "schema/themes/atlassian-typography-adg3/font-family.tsx",
|
|
@@ -643,9 +664,10 @@ const tokens = [{
|
|
|
643
664
|
"original": {
|
|
644
665
|
"attributes": {
|
|
645
666
|
"group": "fontFamily",
|
|
646
|
-
"state": "
|
|
667
|
+
"state": "deprecated",
|
|
647
668
|
"introduced": "1.14.0",
|
|
648
|
-
"description": "Helpful guidance goes here"
|
|
669
|
+
"description": "Helpful guidance goes here",
|
|
670
|
+
"deprecated": "1.29.0"
|
|
649
671
|
},
|
|
650
672
|
"value": "FontFamilyCharlie"
|
|
651
673
|
},
|
|
@@ -655,9 +677,10 @@ const tokens = [{
|
|
|
655
677
|
}, {
|
|
656
678
|
"attributes": {
|
|
657
679
|
"group": "fontSize",
|
|
658
|
-
"state": "
|
|
680
|
+
"state": "deprecated",
|
|
659
681
|
"introduced": "0.10.33",
|
|
660
|
-
"description": "Helpful guidance goes here"
|
|
682
|
+
"description": "Helpful guidance goes here",
|
|
683
|
+
"deprecated": "1.29.0"
|
|
661
684
|
},
|
|
662
685
|
"value": "11px",
|
|
663
686
|
"filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
|
|
@@ -665,9 +688,10 @@ const tokens = [{
|
|
|
665
688
|
"original": {
|
|
666
689
|
"attributes": {
|
|
667
690
|
"group": "fontSize",
|
|
668
|
-
"state": "
|
|
691
|
+
"state": "deprecated",
|
|
669
692
|
"introduced": "0.10.33",
|
|
670
|
-
"description": "Helpful guidance goes here"
|
|
693
|
+
"description": "Helpful guidance goes here",
|
|
694
|
+
"deprecated": "1.29.0"
|
|
671
695
|
},
|
|
672
696
|
"value": "LegacyFontSize11"
|
|
673
697
|
},
|
|
@@ -677,9 +701,10 @@ const tokens = [{
|
|
|
677
701
|
}, {
|
|
678
702
|
"attributes": {
|
|
679
703
|
"group": "fontSize",
|
|
680
|
-
"state": "
|
|
704
|
+
"state": "deprecated",
|
|
681
705
|
"introduced": "0.10.33",
|
|
682
|
-
"description": "Helpful guidance goes here"
|
|
706
|
+
"description": "Helpful guidance goes here",
|
|
707
|
+
"deprecated": "1.29.0"
|
|
683
708
|
},
|
|
684
709
|
"value": "12px",
|
|
685
710
|
"filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
|
|
@@ -687,9 +712,10 @@ const tokens = [{
|
|
|
687
712
|
"original": {
|
|
688
713
|
"attributes": {
|
|
689
714
|
"group": "fontSize",
|
|
690
|
-
"state": "
|
|
715
|
+
"state": "deprecated",
|
|
691
716
|
"introduced": "0.10.33",
|
|
692
|
-
"description": "Helpful guidance goes here"
|
|
717
|
+
"description": "Helpful guidance goes here",
|
|
718
|
+
"deprecated": "1.29.0"
|
|
693
719
|
},
|
|
694
720
|
"value": "FontSize12"
|
|
695
721
|
},
|
|
@@ -699,9 +725,10 @@ const tokens = [{
|
|
|
699
725
|
}, {
|
|
700
726
|
"attributes": {
|
|
701
727
|
"group": "fontSize",
|
|
702
|
-
"state": "
|
|
728
|
+
"state": "deprecated",
|
|
703
729
|
"introduced": "0.10.33",
|
|
704
|
-
"description": "Helpful guidance goes here"
|
|
730
|
+
"description": "Helpful guidance goes here",
|
|
731
|
+
"deprecated": "1.29.0"
|
|
705
732
|
},
|
|
706
733
|
"value": "14px",
|
|
707
734
|
"filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
|
|
@@ -709,9 +736,10 @@ const tokens = [{
|
|
|
709
736
|
"original": {
|
|
710
737
|
"attributes": {
|
|
711
738
|
"group": "fontSize",
|
|
712
|
-
"state": "
|
|
739
|
+
"state": "deprecated",
|
|
713
740
|
"introduced": "0.10.33",
|
|
714
|
-
"description": "Helpful guidance goes here"
|
|
741
|
+
"description": "Helpful guidance goes here",
|
|
742
|
+
"deprecated": "1.29.0"
|
|
715
743
|
},
|
|
716
744
|
"value": "FontSize14"
|
|
717
745
|
},
|
|
@@ -721,9 +749,10 @@ const tokens = [{
|
|
|
721
749
|
}, {
|
|
722
750
|
"attributes": {
|
|
723
751
|
"group": "fontSize",
|
|
724
|
-
"state": "
|
|
752
|
+
"state": "deprecated",
|
|
725
753
|
"introduced": "0.10.33",
|
|
726
|
-
"description": "Helpful guidance goes here"
|
|
754
|
+
"description": "Helpful guidance goes here",
|
|
755
|
+
"deprecated": "1.29.0"
|
|
727
756
|
},
|
|
728
757
|
"value": "16px",
|
|
729
758
|
"filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
|
|
@@ -731,9 +760,10 @@ const tokens = [{
|
|
|
731
760
|
"original": {
|
|
732
761
|
"attributes": {
|
|
733
762
|
"group": "fontSize",
|
|
734
|
-
"state": "
|
|
763
|
+
"state": "deprecated",
|
|
735
764
|
"introduced": "0.10.33",
|
|
736
|
-
"description": "Helpful guidance goes here"
|
|
765
|
+
"description": "Helpful guidance goes here",
|
|
766
|
+
"deprecated": "1.29.0"
|
|
737
767
|
},
|
|
738
768
|
"value": "FontSize16"
|
|
739
769
|
},
|
|
@@ -743,9 +773,10 @@ const tokens = [{
|
|
|
743
773
|
}, {
|
|
744
774
|
"attributes": {
|
|
745
775
|
"group": "fontSize",
|
|
746
|
-
"state": "
|
|
776
|
+
"state": "deprecated",
|
|
747
777
|
"introduced": "0.10.33",
|
|
748
|
-
"description": "Helpful guidance goes here"
|
|
778
|
+
"description": "Helpful guidance goes here",
|
|
779
|
+
"deprecated": "1.29.0"
|
|
749
780
|
},
|
|
750
781
|
"value": "20px",
|
|
751
782
|
"filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
|
|
@@ -753,9 +784,10 @@ const tokens = [{
|
|
|
753
784
|
"original": {
|
|
754
785
|
"attributes": {
|
|
755
786
|
"group": "fontSize",
|
|
756
|
-
"state": "
|
|
787
|
+
"state": "deprecated",
|
|
757
788
|
"introduced": "0.10.33",
|
|
758
|
-
"description": "Helpful guidance goes here"
|
|
789
|
+
"description": "Helpful guidance goes here",
|
|
790
|
+
"deprecated": "1.29.0"
|
|
759
791
|
},
|
|
760
792
|
"value": "FontSize20"
|
|
761
793
|
},
|
|
@@ -765,9 +797,10 @@ const tokens = [{
|
|
|
765
797
|
}, {
|
|
766
798
|
"attributes": {
|
|
767
799
|
"group": "fontSize",
|
|
768
|
-
"state": "
|
|
800
|
+
"state": "deprecated",
|
|
769
801
|
"introduced": "0.10.33",
|
|
770
|
-
"description": "Helpful guidance goes here"
|
|
802
|
+
"description": "Helpful guidance goes here",
|
|
803
|
+
"deprecated": "1.29.0"
|
|
771
804
|
},
|
|
772
805
|
"value": "24px",
|
|
773
806
|
"filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
|
|
@@ -775,9 +808,10 @@ const tokens = [{
|
|
|
775
808
|
"original": {
|
|
776
809
|
"attributes": {
|
|
777
810
|
"group": "fontSize",
|
|
778
|
-
"state": "
|
|
811
|
+
"state": "deprecated",
|
|
779
812
|
"introduced": "0.10.33",
|
|
780
|
-
"description": "Helpful guidance goes here"
|
|
813
|
+
"description": "Helpful guidance goes here",
|
|
814
|
+
"deprecated": "1.29.0"
|
|
781
815
|
},
|
|
782
816
|
"value": "FontSize24"
|
|
783
817
|
},
|
|
@@ -787,9 +821,10 @@ const tokens = [{
|
|
|
787
821
|
}, {
|
|
788
822
|
"attributes": {
|
|
789
823
|
"group": "fontSize",
|
|
790
|
-
"state": "
|
|
824
|
+
"state": "deprecated",
|
|
791
825
|
"introduced": "0.10.33",
|
|
792
|
-
"description": "Helpful guidance goes here"
|
|
826
|
+
"description": "Helpful guidance goes here",
|
|
827
|
+
"deprecated": "1.29.0"
|
|
793
828
|
},
|
|
794
829
|
"value": "29px",
|
|
795
830
|
"filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
|
|
@@ -797,9 +832,10 @@ const tokens = [{
|
|
|
797
832
|
"original": {
|
|
798
833
|
"attributes": {
|
|
799
834
|
"group": "fontSize",
|
|
800
|
-
"state": "
|
|
835
|
+
"state": "deprecated",
|
|
801
836
|
"introduced": "0.10.33",
|
|
802
|
-
"description": "Helpful guidance goes here"
|
|
837
|
+
"description": "Helpful guidance goes here",
|
|
838
|
+
"deprecated": "1.29.0"
|
|
803
839
|
},
|
|
804
840
|
"value": "LegacyFontSize29"
|
|
805
841
|
},
|
|
@@ -809,9 +845,10 @@ const tokens = [{
|
|
|
809
845
|
}, {
|
|
810
846
|
"attributes": {
|
|
811
847
|
"group": "fontSize",
|
|
812
|
-
"state": "
|
|
848
|
+
"state": "deprecated",
|
|
813
849
|
"introduced": "0.10.33",
|
|
814
|
-
"description": "Helpful guidance goes here"
|
|
850
|
+
"description": "Helpful guidance goes here",
|
|
851
|
+
"deprecated": "1.29.0"
|
|
815
852
|
},
|
|
816
853
|
"value": "35px",
|
|
817
854
|
"filePath": "schema/themes/atlassian-typography-adg3/font-size.tsx",
|
|
@@ -819,9 +856,10 @@ const tokens = [{
|
|
|
819
856
|
"original": {
|
|
820
857
|
"attributes": {
|
|
821
858
|
"group": "fontSize",
|
|
822
|
-
"state": "
|
|
859
|
+
"state": "deprecated",
|
|
823
860
|
"introduced": "0.10.33",
|
|
824
|
-
"description": "Helpful guidance goes here"
|
|
861
|
+
"description": "Helpful guidance goes here",
|
|
862
|
+
"deprecated": "1.29.0"
|
|
825
863
|
},
|
|
826
864
|
"value": "LegacyFontSize35"
|
|
827
865
|
},
|
|
@@ -831,9 +869,10 @@ const tokens = [{
|
|
|
831
869
|
}, {
|
|
832
870
|
"attributes": {
|
|
833
871
|
"group": "fontWeight",
|
|
834
|
-
"state": "
|
|
872
|
+
"state": "deprecated",
|
|
835
873
|
"introduced": "0.10.33",
|
|
836
|
-
"description": "Helpful guidance goes here"
|
|
874
|
+
"description": "Helpful guidance goes here",
|
|
875
|
+
"deprecated": "1.29.0"
|
|
837
876
|
},
|
|
838
877
|
"value": "700",
|
|
839
878
|
"filePath": "schema/themes/atlassian-typography-adg3/font-weight.tsx",
|
|
@@ -841,9 +880,10 @@ const tokens = [{
|
|
|
841
880
|
"original": {
|
|
842
881
|
"attributes": {
|
|
843
882
|
"group": "fontWeight",
|
|
844
|
-
"state": "
|
|
883
|
+
"state": "deprecated",
|
|
845
884
|
"introduced": "0.10.33",
|
|
846
|
-
"description": "Helpful guidance goes here"
|
|
885
|
+
"description": "Helpful guidance goes here",
|
|
886
|
+
"deprecated": "1.29.0"
|
|
847
887
|
},
|
|
848
888
|
"value": "FontWeight700"
|
|
849
889
|
},
|
|
@@ -853,9 +893,10 @@ const tokens = [{
|
|
|
853
893
|
}, {
|
|
854
894
|
"attributes": {
|
|
855
895
|
"group": "fontWeight",
|
|
856
|
-
"state": "
|
|
896
|
+
"state": "deprecated",
|
|
857
897
|
"introduced": "0.10.33",
|
|
858
|
-
"description": "Helpful guidance goes here"
|
|
898
|
+
"description": "Helpful guidance goes here",
|
|
899
|
+
"deprecated": "1.29.0"
|
|
859
900
|
},
|
|
860
901
|
"value": "500",
|
|
861
902
|
"filePath": "schema/themes/atlassian-typography-adg3/font-weight.tsx",
|
|
@@ -863,9 +904,10 @@ const tokens = [{
|
|
|
863
904
|
"original": {
|
|
864
905
|
"attributes": {
|
|
865
906
|
"group": "fontWeight",
|
|
866
|
-
"state": "
|
|
907
|
+
"state": "deprecated",
|
|
867
908
|
"introduced": "0.10.33",
|
|
868
|
-
"description": "Helpful guidance goes here"
|
|
909
|
+
"description": "Helpful guidance goes here",
|
|
910
|
+
"deprecated": "1.29.0"
|
|
869
911
|
},
|
|
870
912
|
"value": "FontWeight500"
|
|
871
913
|
},
|
|
@@ -875,9 +917,10 @@ const tokens = [{
|
|
|
875
917
|
}, {
|
|
876
918
|
"attributes": {
|
|
877
919
|
"group": "fontWeight",
|
|
878
|
-
"state": "
|
|
920
|
+
"state": "deprecated",
|
|
879
921
|
"introduced": "0.10.33",
|
|
880
|
-
"description": "Helpful guidance goes here"
|
|
922
|
+
"description": "Helpful guidance goes here",
|
|
923
|
+
"deprecated": "1.29.0"
|
|
881
924
|
},
|
|
882
925
|
"value": "400",
|
|
883
926
|
"filePath": "schema/themes/atlassian-typography-adg3/font-weight.tsx",
|
|
@@ -885,9 +928,10 @@ const tokens = [{
|
|
|
885
928
|
"original": {
|
|
886
929
|
"attributes": {
|
|
887
930
|
"group": "fontWeight",
|
|
888
|
-
"state": "
|
|
931
|
+
"state": "deprecated",
|
|
889
932
|
"introduced": "0.10.33",
|
|
890
|
-
"description": "Helpful guidance goes here"
|
|
933
|
+
"description": "Helpful guidance goes here",
|
|
934
|
+
"deprecated": "1.29.0"
|
|
891
935
|
},
|
|
892
936
|
"value": "FontWeight400"
|
|
893
937
|
},
|
|
@@ -897,9 +941,10 @@ const tokens = [{
|
|
|
897
941
|
}, {
|
|
898
942
|
"attributes": {
|
|
899
943
|
"group": "fontWeight",
|
|
900
|
-
"state": "
|
|
944
|
+
"state": "deprecated",
|
|
901
945
|
"introduced": "0.10.33",
|
|
902
|
-
"description": "Helpful guidance goes here"
|
|
946
|
+
"description": "Helpful guidance goes here",
|
|
947
|
+
"deprecated": "1.29.0"
|
|
903
948
|
},
|
|
904
949
|
"value": "600",
|
|
905
950
|
"filePath": "schema/themes/atlassian-typography-adg3/font-weight.tsx",
|
|
@@ -907,9 +952,10 @@ const tokens = [{
|
|
|
907
952
|
"original": {
|
|
908
953
|
"attributes": {
|
|
909
954
|
"group": "fontWeight",
|
|
910
|
-
"state": "
|
|
955
|
+
"state": "deprecated",
|
|
911
956
|
"introduced": "0.10.33",
|
|
912
|
-
"description": "Helpful guidance goes here"
|
|
957
|
+
"description": "Helpful guidance goes here",
|
|
958
|
+
"deprecated": "1.29.0"
|
|
913
959
|
},
|
|
914
960
|
"value": "FontWeight600"
|
|
915
961
|
},
|
|
@@ -919,9 +965,10 @@ const tokens = [{
|
|
|
919
965
|
}, {
|
|
920
966
|
"attributes": {
|
|
921
967
|
"group": "lineHeight",
|
|
922
|
-
"state": "
|
|
968
|
+
"state": "deprecated",
|
|
923
969
|
"introduced": "0.10.33",
|
|
924
|
-
"description": "Used single-line text."
|
|
970
|
+
"description": "Used single-line text.",
|
|
971
|
+
"deprecated": "1.29.0"
|
|
925
972
|
},
|
|
926
973
|
"value": "1",
|
|
927
974
|
"filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
|
|
@@ -929,9 +976,10 @@ const tokens = [{
|
|
|
929
976
|
"original": {
|
|
930
977
|
"attributes": {
|
|
931
978
|
"group": "lineHeight",
|
|
932
|
-
"state": "
|
|
979
|
+
"state": "deprecated",
|
|
933
980
|
"introduced": "0.10.33",
|
|
934
|
-
"description": "Used single-line text."
|
|
981
|
+
"description": "Used single-line text.",
|
|
982
|
+
"deprecated": "1.29.0"
|
|
935
983
|
},
|
|
936
984
|
"value": "LineHeight1"
|
|
937
985
|
},
|
|
@@ -941,9 +989,10 @@ const tokens = [{
|
|
|
941
989
|
}, {
|
|
942
990
|
"attributes": {
|
|
943
991
|
"group": "lineHeight",
|
|
944
|
-
"state": "
|
|
992
|
+
"state": "deprecated",
|
|
945
993
|
"introduced": "0.10.33",
|
|
946
|
-
"description": "Helpful guidance goes here"
|
|
994
|
+
"description": "Helpful guidance goes here",
|
|
995
|
+
"deprecated": "1.29.0"
|
|
947
996
|
},
|
|
948
997
|
"value": "16px",
|
|
949
998
|
"filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
|
|
@@ -951,9 +1000,10 @@ const tokens = [{
|
|
|
951
1000
|
"original": {
|
|
952
1001
|
"attributes": {
|
|
953
1002
|
"group": "lineHeight",
|
|
954
|
-
"state": "
|
|
1003
|
+
"state": "deprecated",
|
|
955
1004
|
"introduced": "0.10.33",
|
|
956
|
-
"description": "Helpful guidance goes here"
|
|
1005
|
+
"description": "Helpful guidance goes here",
|
|
1006
|
+
"deprecated": "1.29.0"
|
|
957
1007
|
},
|
|
958
1008
|
"value": "LineHeight100"
|
|
959
1009
|
},
|
|
@@ -963,9 +1013,10 @@ const tokens = [{
|
|
|
963
1013
|
}, {
|
|
964
1014
|
"attributes": {
|
|
965
1015
|
"group": "lineHeight",
|
|
966
|
-
"state": "
|
|
1016
|
+
"state": "deprecated",
|
|
967
1017
|
"introduced": "0.10.33",
|
|
968
|
-
"description": "Helpful guidance goes here"
|
|
1018
|
+
"description": "Helpful guidance goes here",
|
|
1019
|
+
"deprecated": "1.29.0"
|
|
969
1020
|
},
|
|
970
1021
|
"value": "20px",
|
|
971
1022
|
"filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
|
|
@@ -973,9 +1024,10 @@ const tokens = [{
|
|
|
973
1024
|
"original": {
|
|
974
1025
|
"attributes": {
|
|
975
1026
|
"group": "lineHeight",
|
|
976
|
-
"state": "
|
|
1027
|
+
"state": "deprecated",
|
|
977
1028
|
"introduced": "0.10.33",
|
|
978
|
-
"description": "Helpful guidance goes here"
|
|
1029
|
+
"description": "Helpful guidance goes here",
|
|
1030
|
+
"deprecated": "1.29.0"
|
|
979
1031
|
},
|
|
980
1032
|
"value": "LineHeight200"
|
|
981
1033
|
},
|
|
@@ -985,9 +1037,10 @@ const tokens = [{
|
|
|
985
1037
|
}, {
|
|
986
1038
|
"attributes": {
|
|
987
1039
|
"group": "lineHeight",
|
|
988
|
-
"state": "
|
|
1040
|
+
"state": "deprecated",
|
|
989
1041
|
"introduced": "0.10.33",
|
|
990
|
-
"description": "Helpful guidance goes here"
|
|
1042
|
+
"description": "Helpful guidance goes here",
|
|
1043
|
+
"deprecated": "1.29.0"
|
|
991
1044
|
},
|
|
992
1045
|
"value": "24px",
|
|
993
1046
|
"filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
|
|
@@ -995,9 +1048,10 @@ const tokens = [{
|
|
|
995
1048
|
"original": {
|
|
996
1049
|
"attributes": {
|
|
997
1050
|
"group": "lineHeight",
|
|
998
|
-
"state": "
|
|
1051
|
+
"state": "deprecated",
|
|
999
1052
|
"introduced": "0.10.33",
|
|
1000
|
-
"description": "Helpful guidance goes here"
|
|
1053
|
+
"description": "Helpful guidance goes here",
|
|
1054
|
+
"deprecated": "1.29.0"
|
|
1001
1055
|
},
|
|
1002
1056
|
"value": "LineHeight300"
|
|
1003
1057
|
},
|
|
@@ -1007,9 +1061,10 @@ const tokens = [{
|
|
|
1007
1061
|
}, {
|
|
1008
1062
|
"attributes": {
|
|
1009
1063
|
"group": "lineHeight",
|
|
1010
|
-
"state": "
|
|
1064
|
+
"state": "deprecated",
|
|
1011
1065
|
"introduced": "0.10.33",
|
|
1012
|
-
"description": "Helpful guidance goes here"
|
|
1066
|
+
"description": "Helpful guidance goes here",
|
|
1067
|
+
"deprecated": "1.29.0"
|
|
1013
1068
|
},
|
|
1014
1069
|
"value": "28px",
|
|
1015
1070
|
"filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
|
|
@@ -1017,9 +1072,10 @@ const tokens = [{
|
|
|
1017
1072
|
"original": {
|
|
1018
1073
|
"attributes": {
|
|
1019
1074
|
"group": "lineHeight",
|
|
1020
|
-
"state": "
|
|
1075
|
+
"state": "deprecated",
|
|
1021
1076
|
"introduced": "0.10.33",
|
|
1022
|
-
"description": "Helpful guidance goes here"
|
|
1077
|
+
"description": "Helpful guidance goes here",
|
|
1078
|
+
"deprecated": "1.29.0"
|
|
1023
1079
|
},
|
|
1024
1080
|
"value": "LineHeight400"
|
|
1025
1081
|
},
|
|
@@ -1029,9 +1085,10 @@ const tokens = [{
|
|
|
1029
1085
|
}, {
|
|
1030
1086
|
"attributes": {
|
|
1031
1087
|
"group": "lineHeight",
|
|
1032
|
-
"state": "
|
|
1088
|
+
"state": "deprecated",
|
|
1033
1089
|
"introduced": "0.10.33",
|
|
1034
|
-
"description": "Helpful guidance goes here"
|
|
1090
|
+
"description": "Helpful guidance goes here",
|
|
1091
|
+
"deprecated": "1.29.0"
|
|
1035
1092
|
},
|
|
1036
1093
|
"value": "32px",
|
|
1037
1094
|
"filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
|
|
@@ -1039,9 +1096,10 @@ const tokens = [{
|
|
|
1039
1096
|
"original": {
|
|
1040
1097
|
"attributes": {
|
|
1041
1098
|
"group": "lineHeight",
|
|
1042
|
-
"state": "
|
|
1099
|
+
"state": "deprecated",
|
|
1043
1100
|
"introduced": "0.10.33",
|
|
1044
|
-
"description": "Helpful guidance goes here"
|
|
1101
|
+
"description": "Helpful guidance goes here",
|
|
1102
|
+
"deprecated": "1.29.0"
|
|
1045
1103
|
},
|
|
1046
1104
|
"value": "LineHeight500"
|
|
1047
1105
|
},
|
|
@@ -1051,9 +1109,10 @@ const tokens = [{
|
|
|
1051
1109
|
}, {
|
|
1052
1110
|
"attributes": {
|
|
1053
1111
|
"group": "lineHeight",
|
|
1054
|
-
"state": "
|
|
1112
|
+
"state": "deprecated",
|
|
1055
1113
|
"introduced": "0.10.33",
|
|
1056
|
-
"description": "Helpful guidance goes here"
|
|
1114
|
+
"description": "Helpful guidance goes here",
|
|
1115
|
+
"deprecated": "1.29.0"
|
|
1057
1116
|
},
|
|
1058
1117
|
"value": "40px",
|
|
1059
1118
|
"filePath": "schema/themes/atlassian-typography-adg3/line-height.tsx",
|
|
@@ -1061,9 +1120,10 @@ const tokens = [{
|
|
|
1061
1120
|
"original": {
|
|
1062
1121
|
"attributes": {
|
|
1063
1122
|
"group": "lineHeight",
|
|
1064
|
-
"state": "
|
|
1123
|
+
"state": "deprecated",
|
|
1065
1124
|
"introduced": "0.10.33",
|
|
1066
|
-
"description": "Helpful guidance goes here"
|
|
1125
|
+
"description": "Helpful guidance goes here",
|
|
1126
|
+
"deprecated": "1.29.0"
|
|
1067
1127
|
},
|
|
1068
1128
|
"value": "LineHeight700"
|
|
1069
1129
|
},
|