@atlaskit/tokens 1.48.0 → 1.49.1

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/tokens
2
2
 
3
+ ## 1.49.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#101609](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101609)
8
+ [`4f0dff39fd37`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4f0dff39fd37) -
9
+ Change naming of base lineheight tokens.
10
+
11
+ ## 1.49.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#95202](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95202)
16
+ [`6350f05328cc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6350f05328cc) -
17
+ Adds new IconColor type to the CSS type schema
18
+
3
19
  ## 1.48.0
4
20
 
5
21
  ### Minor Changes
@@ -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::382dab56160255b1cf0190b5dc1f552b>>
9
+ * @codegen <<SignedSource::d0f067fcc82edf831afe2fd039ca0a0c>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -474,21 +474,6 @@ var tokens = [{
474
474
  },
475
475
  "name": "typography.letterSpacing.LetterSpacing400",
476
476
  "path": ["typography", "letterSpacing", "LetterSpacing400"]
477
- }, {
478
- "value": "12px",
479
- "attributes": {
480
- "group": "lineHeight"
481
- },
482
- "filePath": "schema/palettes/typography-palette.tsx",
483
- "isSource": true,
484
- "original": {
485
- "value": 12,
486
- "attributes": {
487
- "group": "lineHeight"
488
- }
489
- },
490
- "name": "typography.lineHeight.LineHeight050",
491
- "path": ["typography", "lineHeight", "LineHeight050"]
492
477
  }, {
493
478
  "value": "1",
494
479
  "attributes": {
@@ -517,8 +502,8 @@ var tokens = [{
517
502
  "group": "lineHeight"
518
503
  }
519
504
  },
520
- "name": "typography.lineHeight.LineHeight100",
521
- "path": ["typography", "lineHeight", "LineHeight100"]
505
+ "name": "typography.lineHeight.LineHeight16",
506
+ "path": ["typography", "lineHeight", "LineHeight16"]
522
507
  }, {
523
508
  "value": "20px",
524
509
  "attributes": {
@@ -532,8 +517,8 @@ var tokens = [{
532
517
  "group": "lineHeight"
533
518
  }
534
519
  },
535
- "name": "typography.lineHeight.LineHeight200",
536
- "path": ["typography", "lineHeight", "LineHeight200"]
520
+ "name": "typography.lineHeight.LineHeight20",
521
+ "path": ["typography", "lineHeight", "LineHeight20"]
537
522
  }, {
538
523
  "value": "24px",
539
524
  "attributes": {
@@ -547,8 +532,8 @@ var tokens = [{
547
532
  "group": "lineHeight"
548
533
  }
549
534
  },
550
- "name": "typography.lineHeight.LineHeight300",
551
- "path": ["typography", "lineHeight", "LineHeight300"]
535
+ "name": "typography.lineHeight.LineHeight24",
536
+ "path": ["typography", "lineHeight", "LineHeight24"]
552
537
  }, {
553
538
  "value": "28px",
554
539
  "attributes": {
@@ -562,8 +547,8 @@ var tokens = [{
562
547
  "group": "lineHeight"
563
548
  }
564
549
  },
565
- "name": "typography.lineHeight.LineHeight400",
566
- "path": ["typography", "lineHeight", "LineHeight400"]
550
+ "name": "typography.lineHeight.LineHeight28",
551
+ "path": ["typography", "lineHeight", "LineHeight28"]
567
552
  }, {
568
553
  "value": "32px",
569
554
  "attributes": {
@@ -577,8 +562,8 @@ var tokens = [{
577
562
  "group": "lineHeight"
578
563
  }
579
564
  },
580
- "name": "typography.lineHeight.LineHeight500",
581
- "path": ["typography", "lineHeight", "LineHeight500"]
565
+ "name": "typography.lineHeight.LineHeight32",
566
+ "path": ["typography", "lineHeight", "LineHeight32"]
582
567
  }, {
583
568
  "value": "36px",
584
569
  "attributes": {
@@ -592,8 +577,8 @@ var tokens = [{
592
577
  "group": "lineHeight"
593
578
  }
594
579
  },
595
- "name": "typography.lineHeight.LineHeight600",
596
- "path": ["typography", "lineHeight", "LineHeight600"]
580
+ "name": "typography.lineHeight.LineHeight36",
581
+ "path": ["typography", "lineHeight", "LineHeight36"]
597
582
  }, {
598
583
  "value": "40px",
599
584
  "attributes": {
@@ -607,7 +592,37 @@ var tokens = [{
607
592
  "group": "lineHeight"
608
593
  }
609
594
  },
610
- "name": "typography.lineHeight.LineHeight700",
611
- "path": ["typography", "lineHeight", "LineHeight700"]
595
+ "name": "typography.lineHeight.LineHeight40",
596
+ "path": ["typography", "lineHeight", "LineHeight40"]
597
+ }, {
598
+ "value": "48px",
599
+ "attributes": {
600
+ "group": "lineHeight"
601
+ },
602
+ "filePath": "schema/palettes/typography-palette.tsx",
603
+ "isSource": true,
604
+ "original": {
605
+ "value": 48,
606
+ "attributes": {
607
+ "group": "lineHeight"
608
+ }
609
+ },
610
+ "name": "typography.lineHeight.LineHeight48",
611
+ "path": ["typography", "lineHeight", "LineHeight48"]
612
+ }, {
613
+ "value": "56px",
614
+ "attributes": {
615
+ "group": "lineHeight"
616
+ },
617
+ "filePath": "schema/palettes/typography-palette.tsx",
618
+ "isSource": true,
619
+ "original": {
620
+ "value": 56,
621
+ "attributes": {
622
+ "group": "lineHeight"
623
+ }
624
+ },
625
+ "name": "typography.lineHeight.LineHeight56",
626
+ "path": ["typography", "lineHeight", "LineHeight56"]
612
627
  }];
613
628
  var _default = exports.default = tokens;
@@ -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::b7be7e978e3916db2de7733280b0fee4>>
9
+ * @codegen <<SignedSource::f7c730817ba1e1c9992dce2fbc46dc93>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -173,7 +173,7 @@ var tokens = [{
173
173
  "value": {
174
174
  "fontWeight": "FontWeight500",
175
175
  "fontSize": "LegacyFontSize35",
176
- "lineHeight": "LineHeight700",
176
+ "lineHeight": "LineHeight40",
177
177
  "fontFamily": "FontFamilyWebSans",
178
178
  "fontStyle": "normal",
179
179
  "letterSpacing": "LetterSpacing400"
@@ -204,7 +204,7 @@ var tokens = [{
204
204
  "value": {
205
205
  "fontWeight": "FontWeight600",
206
206
  "fontSize": "LegacyFontSize29",
207
- "lineHeight": "LineHeight500",
207
+ "lineHeight": "LineHeight32",
208
208
  "fontFamily": "FontFamilyWebSans",
209
209
  "fontStyle": "normal",
210
210
  "letterSpacing": "LetterSpacing400"
@@ -235,7 +235,7 @@ var tokens = [{
235
235
  "value": {
236
236
  "fontWeight": "FontWeight500",
237
237
  "fontSize": "FontSize24",
238
- "lineHeight": "LineHeight400",
238
+ "lineHeight": "LineHeight28",
239
239
  "fontFamily": "FontFamilyWebSans",
240
240
  "fontStyle": "normal",
241
241
  "letterSpacing": "LetterSpacing400"
@@ -266,7 +266,7 @@ var tokens = [{
266
266
  "value": {
267
267
  "fontWeight": "FontWeight500",
268
268
  "fontSize": "FontSize20",
269
- "lineHeight": "LineHeight300",
269
+ "lineHeight": "LineHeight24",
270
270
  "fontFamily": "FontFamilyWebSans",
271
271
  "fontStyle": "normal",
272
272
  "letterSpacing": "LetterSpacing300"
@@ -295,7 +295,7 @@ var tokens = [{
295
295
  "value": {
296
296
  "fontWeight": "FontWeight600",
297
297
  "fontSize": "FontSize16",
298
- "lineHeight": "LineHeight200",
298
+ "lineHeight": "LineHeight20",
299
299
  "fontFamily": "FontFamilyWebSans",
300
300
  "fontStyle": "normal",
301
301
  "letterSpacing": "LetterSpacing200"
@@ -324,7 +324,7 @@ var tokens = [{
324
324
  "value": {
325
325
  "fontWeight": "FontWeight600",
326
326
  "fontSize": "FontSize14",
327
- "lineHeight": "LineHeight100",
327
+ "lineHeight": "LineHeight16",
328
328
  "fontFamily": "FontFamilyWebSans",
329
329
  "fontStyle": "normal",
330
330
  "letterSpacing": "LetterSpacing100"
@@ -353,7 +353,7 @@ var tokens = [{
353
353
  "value": {
354
354
  "fontWeight": "FontWeight600",
355
355
  "fontSize": "FontSize12",
356
- "lineHeight": "LineHeight100",
356
+ "lineHeight": "LineHeight16",
357
357
  "fontFamily": "FontFamilyWebSans",
358
358
  "fontStyle": "normal",
359
359
  "letterSpacing": "LetterSpacing0"
@@ -382,7 +382,7 @@ var tokens = [{
382
382
  "value": {
383
383
  "fontWeight": "FontWeight400",
384
384
  "fontSize": "FontSize16",
385
- "lineHeight": "LineHeight300",
385
+ "lineHeight": "LineHeight24",
386
386
  "fontFamily": "FontFamilyWebSans",
387
387
  "fontStyle": "normal",
388
388
  "letterSpacing": "LetterSpacing0"
@@ -411,7 +411,7 @@ var tokens = [{
411
411
  "value": {
412
412
  "fontWeight": "FontWeight400",
413
413
  "fontSize": "FontSize14",
414
- "lineHeight": "LineHeight200",
414
+ "lineHeight": "LineHeight20",
415
415
  "fontFamily": "FontFamilyWebSans",
416
416
  "fontStyle": "normal",
417
417
  "letterSpacing": "LetterSpacing0"
@@ -440,7 +440,7 @@ var tokens = [{
440
440
  "value": {
441
441
  "fontWeight": "FontWeight400",
442
442
  "fontSize": "LegacyFontSize11",
443
- "lineHeight": "LineHeight100",
443
+ "lineHeight": "LineHeight16",
444
444
  "fontFamily": "FontFamilyWebSans",
445
445
  "fontStyle": "normal",
446
446
  "letterSpacing": "LetterSpacing0"
@@ -469,7 +469,7 @@ var tokens = [{
469
469
  "value": {
470
470
  "fontWeight": "FontWeight400",
471
471
  "fontSize": "FontSize12",
472
- "lineHeight": "LineHeight100",
472
+ "lineHeight": "LineHeight16",
473
473
  "fontFamily": "FontFamilyWebSans",
474
474
  "fontStyle": "normal",
475
475
  "letterSpacing": "LetterSpacing0"
@@ -950,7 +950,7 @@ var tokens = [{
950
950
  "group": "lineHeight",
951
951
  "state": "deprecated",
952
952
  "introduced": "0.10.33",
953
- "description": "Used single-line text.",
953
+ "description": "Helpful guidance goes here",
954
954
  "deprecated": "1.29.0"
955
955
  },
956
956
  "value": "1",
@@ -961,7 +961,7 @@ var tokens = [{
961
961
  "group": "lineHeight",
962
962
  "state": "deprecated",
963
963
  "introduced": "0.10.33",
964
- "description": "Used single-line text.",
964
+ "description": "Helpful guidance goes here",
965
965
  "deprecated": "1.29.0"
966
966
  },
967
967
  "value": "LineHeight1"
@@ -988,7 +988,7 @@ var tokens = [{
988
988
  "description": "Helpful guidance goes here",
989
989
  "deprecated": "1.29.0"
990
990
  },
991
- "value": "LineHeight100"
991
+ "value": "LineHeight16"
992
992
  },
993
993
  "name": "font.lineHeight.100",
994
994
  "path": ["font", "lineHeight", "100"],
@@ -1012,7 +1012,7 @@ var tokens = [{
1012
1012
  "description": "Helpful guidance goes here",
1013
1013
  "deprecated": "1.29.0"
1014
1014
  },
1015
- "value": "LineHeight200"
1015
+ "value": "LineHeight20"
1016
1016
  },
1017
1017
  "name": "font.lineHeight.200",
1018
1018
  "path": ["font", "lineHeight", "200"],
@@ -1036,7 +1036,7 @@ var tokens = [{
1036
1036
  "description": "Helpful guidance goes here",
1037
1037
  "deprecated": "1.29.0"
1038
1038
  },
1039
- "value": "LineHeight300"
1039
+ "value": "LineHeight24"
1040
1040
  },
1041
1041
  "name": "font.lineHeight.300",
1042
1042
  "path": ["font", "lineHeight", "300"],
@@ -1060,7 +1060,7 @@ var tokens = [{
1060
1060
  "description": "Helpful guidance goes here",
1061
1061
  "deprecated": "1.29.0"
1062
1062
  },
1063
- "value": "LineHeight400"
1063
+ "value": "LineHeight28"
1064
1064
  },
1065
1065
  "name": "font.lineHeight.400",
1066
1066
  "path": ["font", "lineHeight", "400"],
@@ -1084,7 +1084,7 @@ var tokens = [{
1084
1084
  "description": "Helpful guidance goes here",
1085
1085
  "deprecated": "1.29.0"
1086
1086
  },
1087
- "value": "LineHeight500"
1087
+ "value": "LineHeight32"
1088
1088
  },
1089
1089
  "name": "font.lineHeight.500",
1090
1090
  "path": ["font", "lineHeight", "500"],
@@ -1108,7 +1108,7 @@ var tokens = [{
1108
1108
  "description": "Helpful guidance goes here",
1109
1109
  "deprecated": "1.29.0"
1110
1110
  },
1111
- "value": "LineHeight700"
1111
+ "value": "LineHeight40"
1112
1112
  },
1113
1113
  "name": "font.lineHeight.600",
1114
1114
  "path": ["font", "lineHeight", "600"],
@@ -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::0b051791a815e8e24cace909e056b99d>>
9
+ * @codegen <<SignedSource::873558ad2ac06a865c6a318cb5b693db>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
  var tokens = [{
@@ -173,7 +173,7 @@ var tokens = [{
173
173
  "value": {
174
174
  "fontWeight": "FontWeight700",
175
175
  "fontSize": "FontSize32",
176
- "lineHeight": "LineHeight600",
176
+ "lineHeight": "LineHeight36",
177
177
  "fontFamily": "FontFamilyWebSans",
178
178
  "fontStyle": "normal",
179
179
  "letterSpacing": "LetterSpacing0"
@@ -204,7 +204,7 @@ var tokens = [{
204
204
  "value": {
205
205
  "fontWeight": "FontWeight700",
206
206
  "fontSize": "FontSize28",
207
- "lineHeight": "LineHeight500",
207
+ "lineHeight": "LineHeight32",
208
208
  "fontFamily": "FontFamilyWebSans",
209
209
  "fontStyle": "normal",
210
210
  "letterSpacing": "LetterSpacing0"
@@ -235,7 +235,7 @@ var tokens = [{
235
235
  "value": {
236
236
  "fontWeight": "FontWeight700",
237
237
  "fontSize": "FontSize24",
238
- "lineHeight": "LineHeight400",
238
+ "lineHeight": "LineHeight28",
239
239
  "fontFamily": "FontFamilyWebSans",
240
240
  "fontStyle": "normal",
241
241
  "letterSpacing": "LetterSpacing0"
@@ -266,7 +266,7 @@ var tokens = [{
266
266
  "value": {
267
267
  "fontWeight": "FontWeight700",
268
268
  "fontSize": "FontSize20",
269
- "lineHeight": "LineHeight300",
269
+ "lineHeight": "LineHeight24",
270
270
  "fontFamily": "FontFamilyWebSans",
271
271
  "fontStyle": "normal",
272
272
  "letterSpacing": "LetterSpacing0"
@@ -295,7 +295,7 @@ var tokens = [{
295
295
  "value": {
296
296
  "fontWeight": "FontWeight700",
297
297
  "fontSize": "FontSize16",
298
- "lineHeight": "LineHeight200",
298
+ "lineHeight": "LineHeight20",
299
299
  "fontFamily": "FontFamilyWebSans",
300
300
  "fontStyle": "normal",
301
301
  "letterSpacing": "LetterSpacing0"
@@ -324,7 +324,7 @@ var tokens = [{
324
324
  "value": {
325
325
  "fontWeight": "FontWeight700",
326
326
  "fontSize": "FontSize14",
327
- "lineHeight": "LineHeight100",
327
+ "lineHeight": "LineHeight16",
328
328
  "fontFamily": "FontFamilyWebSans",
329
329
  "fontStyle": "normal",
330
330
  "letterSpacing": "LetterSpacing0"
@@ -353,7 +353,7 @@ var tokens = [{
353
353
  "value": {
354
354
  "fontWeight": "FontWeight700",
355
355
  "fontSize": "FontSize12",
356
- "lineHeight": "LineHeight100",
356
+ "lineHeight": "LineHeight16",
357
357
  "fontFamily": "FontFamilyWebSans",
358
358
  "fontStyle": "normal",
359
359
  "letterSpacing": "LetterSpacing0"
@@ -382,7 +382,7 @@ var tokens = [{
382
382
  "value": {
383
383
  "fontWeight": "FontWeight400",
384
384
  "fontSize": "FontSize16",
385
- "lineHeight": "LineHeight300",
385
+ "lineHeight": "LineHeight24",
386
386
  "fontFamily": "FontFamilyWebSans",
387
387
  "fontStyle": "normal",
388
388
  "letterSpacing": "LetterSpacing0"
@@ -411,7 +411,7 @@ var tokens = [{
411
411
  "value": {
412
412
  "fontWeight": "FontWeight400",
413
413
  "fontSize": "FontSize14",
414
- "lineHeight": "LineHeight200",
414
+ "lineHeight": "LineHeight20",
415
415
  "fontFamily": "FontFamilyWebSans",
416
416
  "fontStyle": "normal",
417
417
  "letterSpacing": "LetterSpacing0"
@@ -440,7 +440,7 @@ var tokens = [{
440
440
  "value": {
441
441
  "fontWeight": "FontWeight400",
442
442
  "fontSize": "FontSize12",
443
- "lineHeight": "LineHeight100",
443
+ "lineHeight": "LineHeight16",
444
444
  "fontFamily": "FontFamilyWebSans",
445
445
  "fontStyle": "normal",
446
446
  "letterSpacing": "LetterSpacing0"
@@ -469,7 +469,7 @@ var tokens = [{
469
469
  "value": {
470
470
  "fontWeight": "FontWeight400",
471
471
  "fontSize": "FontSize12",
472
- "lineHeight": "LineHeight100",
472
+ "lineHeight": "LineHeight16",
473
473
  "fontFamily": "FontFamilyWebSans",
474
474
  "fontStyle": "normal",
475
475
  "letterSpacing": "LetterSpacing0"
@@ -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::382dab56160255b1cf0190b5dc1f552b>>
3
+ * @codegen <<SignedSource::d0f067fcc82edf831afe2fd039ca0a0c>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  const tokens = [{
@@ -468,21 +468,6 @@ const tokens = [{
468
468
  },
469
469
  "name": "typography.letterSpacing.LetterSpacing400",
470
470
  "path": ["typography", "letterSpacing", "LetterSpacing400"]
471
- }, {
472
- "value": "12px",
473
- "attributes": {
474
- "group": "lineHeight"
475
- },
476
- "filePath": "schema/palettes/typography-palette.tsx",
477
- "isSource": true,
478
- "original": {
479
- "value": 12,
480
- "attributes": {
481
- "group": "lineHeight"
482
- }
483
- },
484
- "name": "typography.lineHeight.LineHeight050",
485
- "path": ["typography", "lineHeight", "LineHeight050"]
486
471
  }, {
487
472
  "value": "1",
488
473
  "attributes": {
@@ -511,8 +496,8 @@ const tokens = [{
511
496
  "group": "lineHeight"
512
497
  }
513
498
  },
514
- "name": "typography.lineHeight.LineHeight100",
515
- "path": ["typography", "lineHeight", "LineHeight100"]
499
+ "name": "typography.lineHeight.LineHeight16",
500
+ "path": ["typography", "lineHeight", "LineHeight16"]
516
501
  }, {
517
502
  "value": "20px",
518
503
  "attributes": {
@@ -526,8 +511,8 @@ const tokens = [{
526
511
  "group": "lineHeight"
527
512
  }
528
513
  },
529
- "name": "typography.lineHeight.LineHeight200",
530
- "path": ["typography", "lineHeight", "LineHeight200"]
514
+ "name": "typography.lineHeight.LineHeight20",
515
+ "path": ["typography", "lineHeight", "LineHeight20"]
531
516
  }, {
532
517
  "value": "24px",
533
518
  "attributes": {
@@ -541,8 +526,8 @@ const tokens = [{
541
526
  "group": "lineHeight"
542
527
  }
543
528
  },
544
- "name": "typography.lineHeight.LineHeight300",
545
- "path": ["typography", "lineHeight", "LineHeight300"]
529
+ "name": "typography.lineHeight.LineHeight24",
530
+ "path": ["typography", "lineHeight", "LineHeight24"]
546
531
  }, {
547
532
  "value": "28px",
548
533
  "attributes": {
@@ -556,8 +541,8 @@ const tokens = [{
556
541
  "group": "lineHeight"
557
542
  }
558
543
  },
559
- "name": "typography.lineHeight.LineHeight400",
560
- "path": ["typography", "lineHeight", "LineHeight400"]
544
+ "name": "typography.lineHeight.LineHeight28",
545
+ "path": ["typography", "lineHeight", "LineHeight28"]
561
546
  }, {
562
547
  "value": "32px",
563
548
  "attributes": {
@@ -571,8 +556,8 @@ const tokens = [{
571
556
  "group": "lineHeight"
572
557
  }
573
558
  },
574
- "name": "typography.lineHeight.LineHeight500",
575
- "path": ["typography", "lineHeight", "LineHeight500"]
559
+ "name": "typography.lineHeight.LineHeight32",
560
+ "path": ["typography", "lineHeight", "LineHeight32"]
576
561
  }, {
577
562
  "value": "36px",
578
563
  "attributes": {
@@ -586,8 +571,8 @@ const tokens = [{
586
571
  "group": "lineHeight"
587
572
  }
588
573
  },
589
- "name": "typography.lineHeight.LineHeight600",
590
- "path": ["typography", "lineHeight", "LineHeight600"]
574
+ "name": "typography.lineHeight.LineHeight36",
575
+ "path": ["typography", "lineHeight", "LineHeight36"]
591
576
  }, {
592
577
  "value": "40px",
593
578
  "attributes": {
@@ -601,7 +586,37 @@ const tokens = [{
601
586
  "group": "lineHeight"
602
587
  }
603
588
  },
604
- "name": "typography.lineHeight.LineHeight700",
605
- "path": ["typography", "lineHeight", "LineHeight700"]
589
+ "name": "typography.lineHeight.LineHeight40",
590
+ "path": ["typography", "lineHeight", "LineHeight40"]
591
+ }, {
592
+ "value": "48px",
593
+ "attributes": {
594
+ "group": "lineHeight"
595
+ },
596
+ "filePath": "schema/palettes/typography-palette.tsx",
597
+ "isSource": true,
598
+ "original": {
599
+ "value": 48,
600
+ "attributes": {
601
+ "group": "lineHeight"
602
+ }
603
+ },
604
+ "name": "typography.lineHeight.LineHeight48",
605
+ "path": ["typography", "lineHeight", "LineHeight48"]
606
+ }, {
607
+ "value": "56px",
608
+ "attributes": {
609
+ "group": "lineHeight"
610
+ },
611
+ "filePath": "schema/palettes/typography-palette.tsx",
612
+ "isSource": true,
613
+ "original": {
614
+ "value": 56,
615
+ "attributes": {
616
+ "group": "lineHeight"
617
+ }
618
+ },
619
+ "name": "typography.lineHeight.LineHeight56",
620
+ "path": ["typography", "lineHeight", "LineHeight56"]
606
621
  }];
607
622
  export default tokens;