@covalent/tokens 11.19.0 → 11.19.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/_index.scss +85 -1
- package/index.css +42 -0
- package/index.d.ts +42 -0
- package/index.js +48 -0
- package/index.json +882 -0
- package/package.json +1 -1
package/_index.scss
CHANGED
|
@@ -1374,6 +1374,48 @@ $typography-code-font-size: 12px !default;
|
|
|
1374
1374
|
$typography-code-font-weight: 400 !default;
|
|
1375
1375
|
$typography-code-line-height: 20px !default;
|
|
1376
1376
|
$typography-code-letter-spacing: 0px !default;
|
|
1377
|
+
$typography-headline1-article-font-family: 'Inter', Arial, sans-serif !default;
|
|
1378
|
+
$typography-headline1-article-font-size: 48px !default;
|
|
1379
|
+
$typography-headline1-article-font-weight: 400 !default;
|
|
1380
|
+
$typography-headline1-article-line-height: 56px !default;
|
|
1381
|
+
$typography-headline1-article-letter-spacing: 0px !default;
|
|
1382
|
+
$typography-headline1-article-space-before: 32px !default;
|
|
1383
|
+
$typography-headline1-article-space-after: 8px !default;
|
|
1384
|
+
$typography-headline2-article-font-family: 'Inter', Arial, sans-serif !default;
|
|
1385
|
+
$typography-headline2-article-font-size: 34px !default;
|
|
1386
|
+
$typography-headline2-article-font-weight: 400 !default;
|
|
1387
|
+
$typography-headline2-article-line-height: 42px !default;
|
|
1388
|
+
$typography-headline2-article-letter-spacing: 0px !default;
|
|
1389
|
+
$typography-headline2-article-space-before: 32px !default;
|
|
1390
|
+
$typography-headline2-article-space-after: 8px !default;
|
|
1391
|
+
$typography-headline3-article-font-family: 'Inter', Arial, sans-serif !default;
|
|
1392
|
+
$typography-headline3-article-font-size: 24px !default;
|
|
1393
|
+
$typography-headline3-article-font-weight: 400 !default;
|
|
1394
|
+
$typography-headline3-article-line-height: 36px !default;
|
|
1395
|
+
$typography-headline3-article-letter-spacing: 0.15px !default;
|
|
1396
|
+
$typography-headline3-article-space-before: 32px !default;
|
|
1397
|
+
$typography-headline3-article-space-after: 8px !default;
|
|
1398
|
+
$typography-headline4-article-font-family: 'Inter', Arial, sans-serif !default;
|
|
1399
|
+
$typography-headline4-article-font-size: 20px !default;
|
|
1400
|
+
$typography-headline4-article-font-weight: 500 !default;
|
|
1401
|
+
$typography-headline4-article-line-height: 24px !default;
|
|
1402
|
+
$typography-headline4-article-letter-spacing: 0.15px !default;
|
|
1403
|
+
$typography-headline4-article-space-before: 32px !default;
|
|
1404
|
+
$typography-headline4-article-space-after: 8px !default;
|
|
1405
|
+
$typography-headline5-article-font-family: 'Inter', Arial, sans-serif !default;
|
|
1406
|
+
$typography-headline5-article-font-size: 16px !default;
|
|
1407
|
+
$typography-headline5-article-font-weight: 500 !default;
|
|
1408
|
+
$typography-headline5-article-line-height: 28px !default;
|
|
1409
|
+
$typography-headline5-article-letter-spacing: 0.15px !default;
|
|
1410
|
+
$typography-headline5-article-space-before: 32px !default;
|
|
1411
|
+
$typography-headline5-article-space-after: 8px !default;
|
|
1412
|
+
$typography-headline6-article-font-family: 'Inter', Arial, sans-serif !default;
|
|
1413
|
+
$typography-headline6-article-font-size: 14px !default;
|
|
1414
|
+
$typography-headline6-article-font-weight: 500 !default;
|
|
1415
|
+
$typography-headline6-article-line-height: 22px !default;
|
|
1416
|
+
$typography-headline6-article-letter-spacing: 0.1px !default;
|
|
1417
|
+
$typography-headline6-article-space-before: 32px !default;
|
|
1418
|
+
$typography-headline6-article-space-after: 8px !default;
|
|
1377
1419
|
|
|
1378
1420
|
$tokens: (
|
|
1379
1421
|
'light': (
|
|
@@ -2771,6 +2813,48 @@ $tokens: (
|
|
|
2771
2813
|
'code-font-size': $typography-code-font-size,
|
|
2772
2814
|
'code-font-weight': $typography-code-font-weight,
|
|
2773
2815
|
'code-line-height': $typography-code-line-height,
|
|
2774
|
-
'code-letter-spacing': $typography-code-letter-spacing
|
|
2816
|
+
'code-letter-spacing': $typography-code-letter-spacing,
|
|
2817
|
+
'headline1-article-font-family': $typography-headline1-article-font-family,
|
|
2818
|
+
'headline1-article-font-size': $typography-headline1-article-font-size,
|
|
2819
|
+
'headline1-article-font-weight': $typography-headline1-article-font-weight,
|
|
2820
|
+
'headline1-article-line-height': $typography-headline1-article-line-height,
|
|
2821
|
+
'headline1-article-letter-spacing': $typography-headline1-article-letter-spacing,
|
|
2822
|
+
'headline1-article-space-before': $typography-headline1-article-space-before,
|
|
2823
|
+
'headline1-article-space-after': $typography-headline1-article-space-after,
|
|
2824
|
+
'headline2-article-font-family': $typography-headline2-article-font-family,
|
|
2825
|
+
'headline2-article-font-size': $typography-headline2-article-font-size,
|
|
2826
|
+
'headline2-article-font-weight': $typography-headline2-article-font-weight,
|
|
2827
|
+
'headline2-article-line-height': $typography-headline2-article-line-height,
|
|
2828
|
+
'headline2-article-letter-spacing': $typography-headline2-article-letter-spacing,
|
|
2829
|
+
'headline2-article-space-before': $typography-headline2-article-space-before,
|
|
2830
|
+
'headline2-article-space-after': $typography-headline2-article-space-after,
|
|
2831
|
+
'headline3-article-font-family': $typography-headline3-article-font-family,
|
|
2832
|
+
'headline3-article-font-size': $typography-headline3-article-font-size,
|
|
2833
|
+
'headline3-article-font-weight': $typography-headline3-article-font-weight,
|
|
2834
|
+
'headline3-article-line-height': $typography-headline3-article-line-height,
|
|
2835
|
+
'headline3-article-letter-spacing': $typography-headline3-article-letter-spacing,
|
|
2836
|
+
'headline3-article-space-before': $typography-headline3-article-space-before,
|
|
2837
|
+
'headline3-article-space-after': $typography-headline3-article-space-after,
|
|
2838
|
+
'headline4-article-font-family': $typography-headline4-article-font-family,
|
|
2839
|
+
'headline4-article-font-size': $typography-headline4-article-font-size,
|
|
2840
|
+
'headline4-article-font-weight': $typography-headline4-article-font-weight,
|
|
2841
|
+
'headline4-article-line-height': $typography-headline4-article-line-height,
|
|
2842
|
+
'headline4-article-letter-spacing': $typography-headline4-article-letter-spacing,
|
|
2843
|
+
'headline4-article-space-before': $typography-headline4-article-space-before,
|
|
2844
|
+
'headline4-article-space-after': $typography-headline4-article-space-after,
|
|
2845
|
+
'headline5-article-font-family': $typography-headline5-article-font-family,
|
|
2846
|
+
'headline5-article-font-size': $typography-headline5-article-font-size,
|
|
2847
|
+
'headline5-article-font-weight': $typography-headline5-article-font-weight,
|
|
2848
|
+
'headline5-article-line-height': $typography-headline5-article-line-height,
|
|
2849
|
+
'headline5-article-letter-spacing': $typography-headline5-article-letter-spacing,
|
|
2850
|
+
'headline5-article-space-before': $typography-headline5-article-space-before,
|
|
2851
|
+
'headline5-article-space-after': $typography-headline5-article-space-after,
|
|
2852
|
+
'headline6-article-font-family': $typography-headline6-article-font-family,
|
|
2853
|
+
'headline6-article-font-size': $typography-headline6-article-font-size,
|
|
2854
|
+
'headline6-article-font-weight': $typography-headline6-article-font-weight,
|
|
2855
|
+
'headline6-article-line-height': $typography-headline6-article-line-height,
|
|
2856
|
+
'headline6-article-letter-spacing': $typography-headline6-article-letter-spacing,
|
|
2857
|
+
'headline6-article-space-before': $typography-headline6-article-space-before,
|
|
2858
|
+
'headline6-article-space-after': $typography-headline6-article-space-after
|
|
2775
2859
|
)
|
|
2776
2860
|
);
|
package/index.css
CHANGED
|
@@ -1374,4 +1374,46 @@
|
|
|
1374
1374
|
--cv-typography-code-font-weight: 400;
|
|
1375
1375
|
--cv-typography-code-line-height: 20px;
|
|
1376
1376
|
--cv-typography-code-letter-spacing: 0px;
|
|
1377
|
+
--cv-typography-headline1-article-font-family: 'Inter', Arial, sans-serif;
|
|
1378
|
+
--cv-typography-headline1-article-font-size: 48px;
|
|
1379
|
+
--cv-typography-headline1-article-font-weight: 400;
|
|
1380
|
+
--cv-typography-headline1-article-line-height: 56px;
|
|
1381
|
+
--cv-typography-headline1-article-letter-spacing: 0px;
|
|
1382
|
+
--cv-typography-headline1-article-space-before: 32px;
|
|
1383
|
+
--cv-typography-headline1-article-space-after: 8px;
|
|
1384
|
+
--cv-typography-headline2-article-font-family: 'Inter', Arial, sans-serif;
|
|
1385
|
+
--cv-typography-headline2-article-font-size: 34px;
|
|
1386
|
+
--cv-typography-headline2-article-font-weight: 400;
|
|
1387
|
+
--cv-typography-headline2-article-line-height: 42px;
|
|
1388
|
+
--cv-typography-headline2-article-letter-spacing: 0px;
|
|
1389
|
+
--cv-typography-headline2-article-space-before: 32px;
|
|
1390
|
+
--cv-typography-headline2-article-space-after: 8px;
|
|
1391
|
+
--cv-typography-headline3-article-font-family: 'Inter', Arial, sans-serif;
|
|
1392
|
+
--cv-typography-headline3-article-font-size: 24px;
|
|
1393
|
+
--cv-typography-headline3-article-font-weight: 400;
|
|
1394
|
+
--cv-typography-headline3-article-line-height: 36px;
|
|
1395
|
+
--cv-typography-headline3-article-letter-spacing: 0.15px;
|
|
1396
|
+
--cv-typography-headline3-article-space-before: 32px;
|
|
1397
|
+
--cv-typography-headline3-article-space-after: 8px;
|
|
1398
|
+
--cv-typography-headline4-article-font-family: 'Inter', Arial, sans-serif;
|
|
1399
|
+
--cv-typography-headline4-article-font-size: 20px;
|
|
1400
|
+
--cv-typography-headline4-article-font-weight: 500;
|
|
1401
|
+
--cv-typography-headline4-article-line-height: 24px;
|
|
1402
|
+
--cv-typography-headline4-article-letter-spacing: 0.15px;
|
|
1403
|
+
--cv-typography-headline4-article-space-before: 32px;
|
|
1404
|
+
--cv-typography-headline4-article-space-after: 8px;
|
|
1405
|
+
--cv-typography-headline5-article-font-family: 'Inter', Arial, sans-serif;
|
|
1406
|
+
--cv-typography-headline5-article-font-size: 16px;
|
|
1407
|
+
--cv-typography-headline5-article-font-weight: 500;
|
|
1408
|
+
--cv-typography-headline5-article-line-height: 28px;
|
|
1409
|
+
--cv-typography-headline5-article-letter-spacing: 0.15px;
|
|
1410
|
+
--cv-typography-headline5-article-space-before: 32px;
|
|
1411
|
+
--cv-typography-headline5-article-space-after: 8px;
|
|
1412
|
+
--cv-typography-headline6-article-font-family: 'Inter', Arial, sans-serif;
|
|
1413
|
+
--cv-typography-headline6-article-font-size: 14px;
|
|
1414
|
+
--cv-typography-headline6-article-font-weight: 500;
|
|
1415
|
+
--cv-typography-headline6-article-line-height: 22px;
|
|
1416
|
+
--cv-typography-headline6-article-letter-spacing: 0.1px;
|
|
1417
|
+
--cv-typography-headline6-article-space-before: 32px;
|
|
1418
|
+
--cv-typography-headline6-article-space-after: 8px;
|
|
1377
1419
|
}
|
package/index.d.ts
CHANGED
|
@@ -1373,3 +1373,45 @@ export const CvTypographyCodeFontSize: string;
|
|
|
1373
1373
|
export const CvTypographyCodeFontWeight: string;
|
|
1374
1374
|
export const CvTypographyCodeLineHeight: string;
|
|
1375
1375
|
export const CvTypographyCodeLetterSpacing: string;
|
|
1376
|
+
export const CvTypographyHeadline1ArticleFontFamily: string;
|
|
1377
|
+
export const CvTypographyHeadline1ArticleFontSize: string;
|
|
1378
|
+
export const CvTypographyHeadline1ArticleFontWeight: string;
|
|
1379
|
+
export const CvTypographyHeadline1ArticleLineHeight: string;
|
|
1380
|
+
export const CvTypographyHeadline1ArticleLetterSpacing: string;
|
|
1381
|
+
export const CvTypographyHeadline1ArticleSpaceBefore: string;
|
|
1382
|
+
export const CvTypographyHeadline1ArticleSpaceAfter: string;
|
|
1383
|
+
export const CvTypographyHeadline2ArticleFontFamily: string;
|
|
1384
|
+
export const CvTypographyHeadline2ArticleFontSize: string;
|
|
1385
|
+
export const CvTypographyHeadline2ArticleFontWeight: string;
|
|
1386
|
+
export const CvTypographyHeadline2ArticleLineHeight: string;
|
|
1387
|
+
export const CvTypographyHeadline2ArticleLetterSpacing: string;
|
|
1388
|
+
export const CvTypographyHeadline2ArticleSpaceBefore: string;
|
|
1389
|
+
export const CvTypographyHeadline2ArticleSpaceAfter: string;
|
|
1390
|
+
export const CvTypographyHeadline3ArticleFontFamily: string;
|
|
1391
|
+
export const CvTypographyHeadline3ArticleFontSize: string;
|
|
1392
|
+
export const CvTypographyHeadline3ArticleFontWeight: string;
|
|
1393
|
+
export const CvTypographyHeadline3ArticleLineHeight: string;
|
|
1394
|
+
export const CvTypographyHeadline3ArticleLetterSpacing: string;
|
|
1395
|
+
export const CvTypographyHeadline3ArticleSpaceBefore: string;
|
|
1396
|
+
export const CvTypographyHeadline3ArticleSpaceAfter: string;
|
|
1397
|
+
export const CvTypographyHeadline4ArticleFontFamily: string;
|
|
1398
|
+
export const CvTypographyHeadline4ArticleFontSize: string;
|
|
1399
|
+
export const CvTypographyHeadline4ArticleFontWeight: string;
|
|
1400
|
+
export const CvTypographyHeadline4ArticleLineHeight: string;
|
|
1401
|
+
export const CvTypographyHeadline4ArticleLetterSpacing: string;
|
|
1402
|
+
export const CvTypographyHeadline4ArticleSpaceBefore: string;
|
|
1403
|
+
export const CvTypographyHeadline4ArticleSpaceAfter: string;
|
|
1404
|
+
export const CvTypographyHeadline5ArticleFontFamily: string;
|
|
1405
|
+
export const CvTypographyHeadline5ArticleFontSize: string;
|
|
1406
|
+
export const CvTypographyHeadline5ArticleFontWeight: string;
|
|
1407
|
+
export const CvTypographyHeadline5ArticleLineHeight: string;
|
|
1408
|
+
export const CvTypographyHeadline5ArticleLetterSpacing: string;
|
|
1409
|
+
export const CvTypographyHeadline5ArticleSpaceBefore: string;
|
|
1410
|
+
export const CvTypographyHeadline5ArticleSpaceAfter: string;
|
|
1411
|
+
export const CvTypographyHeadline6ArticleFontFamily: string;
|
|
1412
|
+
export const CvTypographyHeadline6ArticleFontSize: string;
|
|
1413
|
+
export const CvTypographyHeadline6ArticleFontWeight: string;
|
|
1414
|
+
export const CvTypographyHeadline6ArticleLineHeight: string;
|
|
1415
|
+
export const CvTypographyHeadline6ArticleLetterSpacing: string;
|
|
1416
|
+
export const CvTypographyHeadline6ArticleSpaceBefore: string;
|
|
1417
|
+
export const CvTypographyHeadline6ArticleSpaceAfter: string;
|
package/index.js
CHANGED
|
@@ -1405,3 +1405,51 @@ export const CvTypographyCodeFontSize = "12px";
|
|
|
1405
1405
|
export const CvTypographyCodeFontWeight = "400";
|
|
1406
1406
|
export const CvTypographyCodeLineHeight = "20px";
|
|
1407
1407
|
export const CvTypographyCodeLetterSpacing = "0px";
|
|
1408
|
+
export const CvTypographyHeadline1ArticleFontFamily =
|
|
1409
|
+
"'Inter', Arial, sans-serif";
|
|
1410
|
+
export const CvTypographyHeadline1ArticleFontSize = "48px";
|
|
1411
|
+
export const CvTypographyHeadline1ArticleFontWeight = "400";
|
|
1412
|
+
export const CvTypographyHeadline1ArticleLineHeight = "56px";
|
|
1413
|
+
export const CvTypographyHeadline1ArticleLetterSpacing = "0px";
|
|
1414
|
+
export const CvTypographyHeadline1ArticleSpaceBefore = "32px";
|
|
1415
|
+
export const CvTypographyHeadline1ArticleSpaceAfter = "8px";
|
|
1416
|
+
export const CvTypographyHeadline2ArticleFontFamily =
|
|
1417
|
+
"'Inter', Arial, sans-serif";
|
|
1418
|
+
export const CvTypographyHeadline2ArticleFontSize = "34px";
|
|
1419
|
+
export const CvTypographyHeadline2ArticleFontWeight = "400";
|
|
1420
|
+
export const CvTypographyHeadline2ArticleLineHeight = "42px";
|
|
1421
|
+
export const CvTypographyHeadline2ArticleLetterSpacing = "0px";
|
|
1422
|
+
export const CvTypographyHeadline2ArticleSpaceBefore = "32px";
|
|
1423
|
+
export const CvTypographyHeadline2ArticleSpaceAfter = "8px";
|
|
1424
|
+
export const CvTypographyHeadline3ArticleFontFamily =
|
|
1425
|
+
"'Inter', Arial, sans-serif";
|
|
1426
|
+
export const CvTypographyHeadline3ArticleFontSize = "24px";
|
|
1427
|
+
export const CvTypographyHeadline3ArticleFontWeight = "400";
|
|
1428
|
+
export const CvTypographyHeadline3ArticleLineHeight = "36px";
|
|
1429
|
+
export const CvTypographyHeadline3ArticleLetterSpacing = "0.15px";
|
|
1430
|
+
export const CvTypographyHeadline3ArticleSpaceBefore = "32px";
|
|
1431
|
+
export const CvTypographyHeadline3ArticleSpaceAfter = "8px";
|
|
1432
|
+
export const CvTypographyHeadline4ArticleFontFamily =
|
|
1433
|
+
"'Inter', Arial, sans-serif";
|
|
1434
|
+
export const CvTypographyHeadline4ArticleFontSize = "20px";
|
|
1435
|
+
export const CvTypographyHeadline4ArticleFontWeight = "500";
|
|
1436
|
+
export const CvTypographyHeadline4ArticleLineHeight = "24px";
|
|
1437
|
+
export const CvTypographyHeadline4ArticleLetterSpacing = "0.15px";
|
|
1438
|
+
export const CvTypographyHeadline4ArticleSpaceBefore = "32px";
|
|
1439
|
+
export const CvTypographyHeadline4ArticleSpaceAfter = "8px";
|
|
1440
|
+
export const CvTypographyHeadline5ArticleFontFamily =
|
|
1441
|
+
"'Inter', Arial, sans-serif";
|
|
1442
|
+
export const CvTypographyHeadline5ArticleFontSize = "16px";
|
|
1443
|
+
export const CvTypographyHeadline5ArticleFontWeight = "500";
|
|
1444
|
+
export const CvTypographyHeadline5ArticleLineHeight = "28px";
|
|
1445
|
+
export const CvTypographyHeadline5ArticleLetterSpacing = "0.15px";
|
|
1446
|
+
export const CvTypographyHeadline5ArticleSpaceBefore = "32px";
|
|
1447
|
+
export const CvTypographyHeadline5ArticleSpaceAfter = "8px";
|
|
1448
|
+
export const CvTypographyHeadline6ArticleFontFamily =
|
|
1449
|
+
"'Inter', Arial, sans-serif";
|
|
1450
|
+
export const CvTypographyHeadline6ArticleFontSize = "14px";
|
|
1451
|
+
export const CvTypographyHeadline6ArticleFontWeight = "500";
|
|
1452
|
+
export const CvTypographyHeadline6ArticleLineHeight = "22px";
|
|
1453
|
+
export const CvTypographyHeadline6ArticleLetterSpacing = "0.1px";
|
|
1454
|
+
export const CvTypographyHeadline6ArticleSpaceBefore = "32px";
|
|
1455
|
+
export const CvTypographyHeadline6ArticleSpaceAfter = "8px";
|
package/index.json
CHANGED
|
@@ -34046,6 +34046,888 @@
|
|
|
34046
34046
|
"typography",
|
|
34047
34047
|
"code-letter-spacing"
|
|
34048
34048
|
]
|
|
34049
|
+
},
|
|
34050
|
+
"headline1-article-font-family": {
|
|
34051
|
+
"key": "{typography.headline1-article-font-family}",
|
|
34052
|
+
"value": "'Inter', Arial, sans-serif",
|
|
34053
|
+
"type": "fontFamilies",
|
|
34054
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34055
|
+
"isSource": true,
|
|
34056
|
+
"original": {
|
|
34057
|
+
"value": "{typography.font-family}",
|
|
34058
|
+
"type": "fontFamilies",
|
|
34059
|
+
"key": "{typography.headline1-article-font-family}"
|
|
34060
|
+
},
|
|
34061
|
+
"name": "headline1-article-font-family",
|
|
34062
|
+
"attributes": {
|
|
34063
|
+
"category": "typography",
|
|
34064
|
+
"type": "headline1-article-font-family"
|
|
34065
|
+
},
|
|
34066
|
+
"path": [
|
|
34067
|
+
"typography",
|
|
34068
|
+
"headline1-article-font-family"
|
|
34069
|
+
]
|
|
34070
|
+
},
|
|
34071
|
+
"headline1-article-font-size": {
|
|
34072
|
+
"key": "{typography.headline1-article-font-size}",
|
|
34073
|
+
"value": "48px",
|
|
34074
|
+
"type": "fontSizes",
|
|
34075
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34076
|
+
"isSource": true,
|
|
34077
|
+
"original": {
|
|
34078
|
+
"value": "48px",
|
|
34079
|
+
"type": "fontSizes",
|
|
34080
|
+
"key": "{typography.headline1-article-font-size}"
|
|
34081
|
+
},
|
|
34082
|
+
"name": "headline1-article-font-size",
|
|
34083
|
+
"attributes": {
|
|
34084
|
+
"category": "typography",
|
|
34085
|
+
"type": "headline1-article-font-size"
|
|
34086
|
+
},
|
|
34087
|
+
"path": [
|
|
34088
|
+
"typography",
|
|
34089
|
+
"headline1-article-font-size"
|
|
34090
|
+
]
|
|
34091
|
+
},
|
|
34092
|
+
"headline1-article-font-weight": {
|
|
34093
|
+
"key": "{typography.headline1-article-font-weight}",
|
|
34094
|
+
"value": "400",
|
|
34095
|
+
"type": "fontWeights",
|
|
34096
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34097
|
+
"isSource": true,
|
|
34098
|
+
"original": {
|
|
34099
|
+
"value": "400",
|
|
34100
|
+
"type": "fontWeights",
|
|
34101
|
+
"key": "{typography.headline1-article-font-weight}"
|
|
34102
|
+
},
|
|
34103
|
+
"name": "headline1-article-font-weight",
|
|
34104
|
+
"attributes": {
|
|
34105
|
+
"category": "typography",
|
|
34106
|
+
"type": "headline1-article-font-weight"
|
|
34107
|
+
},
|
|
34108
|
+
"path": [
|
|
34109
|
+
"typography",
|
|
34110
|
+
"headline1-article-font-weight"
|
|
34111
|
+
]
|
|
34112
|
+
},
|
|
34113
|
+
"headline1-article-line-height": {
|
|
34114
|
+
"key": "{typography.headline1-article-line-height}",
|
|
34115
|
+
"value": "56px",
|
|
34116
|
+
"type": "lineHeights",
|
|
34117
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34118
|
+
"isSource": true,
|
|
34119
|
+
"original": {
|
|
34120
|
+
"value": "56px",
|
|
34121
|
+
"type": "lineHeights",
|
|
34122
|
+
"key": "{typography.headline1-article-line-height}"
|
|
34123
|
+
},
|
|
34124
|
+
"name": "headline1-article-line-height",
|
|
34125
|
+
"attributes": {
|
|
34126
|
+
"category": "typography",
|
|
34127
|
+
"type": "headline1-article-line-height"
|
|
34128
|
+
},
|
|
34129
|
+
"path": [
|
|
34130
|
+
"typography",
|
|
34131
|
+
"headline1-article-line-height"
|
|
34132
|
+
]
|
|
34133
|
+
},
|
|
34134
|
+
"headline1-article-letter-spacing": {
|
|
34135
|
+
"key": "{typography.headline1-article-letter-spacing}",
|
|
34136
|
+
"value": "0px",
|
|
34137
|
+
"type": "letterSpacing",
|
|
34138
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34139
|
+
"isSource": true,
|
|
34140
|
+
"original": {
|
|
34141
|
+
"value": "0px",
|
|
34142
|
+
"type": "letterSpacing",
|
|
34143
|
+
"key": "{typography.headline1-article-letter-spacing}"
|
|
34144
|
+
},
|
|
34145
|
+
"name": "headline1-article-letter-spacing",
|
|
34146
|
+
"attributes": {
|
|
34147
|
+
"category": "typography",
|
|
34148
|
+
"type": "headline1-article-letter-spacing"
|
|
34149
|
+
},
|
|
34150
|
+
"path": [
|
|
34151
|
+
"typography",
|
|
34152
|
+
"headline1-article-letter-spacing"
|
|
34153
|
+
]
|
|
34154
|
+
},
|
|
34155
|
+
"headline1-article-space-before": {
|
|
34156
|
+
"key": "{typography.headline1-article-space-before}",
|
|
34157
|
+
"value": "32px",
|
|
34158
|
+
"type": "dimension",
|
|
34159
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34160
|
+
"isSource": true,
|
|
34161
|
+
"original": {
|
|
34162
|
+
"value": "32px",
|
|
34163
|
+
"type": "dimension",
|
|
34164
|
+
"key": "{typography.headline1-article-space-before}"
|
|
34165
|
+
},
|
|
34166
|
+
"name": "headline1-article-space-before",
|
|
34167
|
+
"attributes": {
|
|
34168
|
+
"category": "typography",
|
|
34169
|
+
"type": "headline1-article-space-before"
|
|
34170
|
+
},
|
|
34171
|
+
"path": [
|
|
34172
|
+
"typography",
|
|
34173
|
+
"headline1-article-space-before"
|
|
34174
|
+
]
|
|
34175
|
+
},
|
|
34176
|
+
"headline1-article-space-after": {
|
|
34177
|
+
"key": "{typography.headline1-article-space-after}",
|
|
34178
|
+
"value": "8px",
|
|
34179
|
+
"type": "dimension",
|
|
34180
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34181
|
+
"isSource": true,
|
|
34182
|
+
"original": {
|
|
34183
|
+
"value": "8px",
|
|
34184
|
+
"type": "dimension",
|
|
34185
|
+
"key": "{typography.headline1-article-space-after}"
|
|
34186
|
+
},
|
|
34187
|
+
"name": "headline1-article-space-after",
|
|
34188
|
+
"attributes": {
|
|
34189
|
+
"category": "typography",
|
|
34190
|
+
"type": "headline1-article-space-after"
|
|
34191
|
+
},
|
|
34192
|
+
"path": [
|
|
34193
|
+
"typography",
|
|
34194
|
+
"headline1-article-space-after"
|
|
34195
|
+
]
|
|
34196
|
+
},
|
|
34197
|
+
"headline2-article-font-family": {
|
|
34198
|
+
"key": "{typography.headline2-article-font-family}",
|
|
34199
|
+
"value": "'Inter', Arial, sans-serif",
|
|
34200
|
+
"type": "fontFamilies",
|
|
34201
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34202
|
+
"isSource": true,
|
|
34203
|
+
"original": {
|
|
34204
|
+
"value": "{typography.font-family}",
|
|
34205
|
+
"type": "fontFamilies",
|
|
34206
|
+
"key": "{typography.headline2-article-font-family}"
|
|
34207
|
+
},
|
|
34208
|
+
"name": "headline2-article-font-family",
|
|
34209
|
+
"attributes": {
|
|
34210
|
+
"category": "typography",
|
|
34211
|
+
"type": "headline2-article-font-family"
|
|
34212
|
+
},
|
|
34213
|
+
"path": [
|
|
34214
|
+
"typography",
|
|
34215
|
+
"headline2-article-font-family"
|
|
34216
|
+
]
|
|
34217
|
+
},
|
|
34218
|
+
"headline2-article-font-size": {
|
|
34219
|
+
"key": "{typography.headline2-article-font-size}",
|
|
34220
|
+
"value": "34px",
|
|
34221
|
+
"type": "fontSizes",
|
|
34222
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34223
|
+
"isSource": true,
|
|
34224
|
+
"original": {
|
|
34225
|
+
"value": "34px",
|
|
34226
|
+
"type": "fontSizes",
|
|
34227
|
+
"key": "{typography.headline2-article-font-size}"
|
|
34228
|
+
},
|
|
34229
|
+
"name": "headline2-article-font-size",
|
|
34230
|
+
"attributes": {
|
|
34231
|
+
"category": "typography",
|
|
34232
|
+
"type": "headline2-article-font-size"
|
|
34233
|
+
},
|
|
34234
|
+
"path": [
|
|
34235
|
+
"typography",
|
|
34236
|
+
"headline2-article-font-size"
|
|
34237
|
+
]
|
|
34238
|
+
},
|
|
34239
|
+
"headline2-article-font-weight": {
|
|
34240
|
+
"key": "{typography.headline2-article-font-weight}",
|
|
34241
|
+
"value": "400",
|
|
34242
|
+
"type": "fontWeights",
|
|
34243
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34244
|
+
"isSource": true,
|
|
34245
|
+
"original": {
|
|
34246
|
+
"value": "400",
|
|
34247
|
+
"type": "fontWeights",
|
|
34248
|
+
"key": "{typography.headline2-article-font-weight}"
|
|
34249
|
+
},
|
|
34250
|
+
"name": "headline2-article-font-weight",
|
|
34251
|
+
"attributes": {
|
|
34252
|
+
"category": "typography",
|
|
34253
|
+
"type": "headline2-article-font-weight"
|
|
34254
|
+
},
|
|
34255
|
+
"path": [
|
|
34256
|
+
"typography",
|
|
34257
|
+
"headline2-article-font-weight"
|
|
34258
|
+
]
|
|
34259
|
+
},
|
|
34260
|
+
"headline2-article-line-height": {
|
|
34261
|
+
"key": "{typography.headline2-article-line-height}",
|
|
34262
|
+
"value": "42px",
|
|
34263
|
+
"type": "lineHeights",
|
|
34264
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34265
|
+
"isSource": true,
|
|
34266
|
+
"original": {
|
|
34267
|
+
"value": "42px",
|
|
34268
|
+
"type": "lineHeights",
|
|
34269
|
+
"key": "{typography.headline2-article-line-height}"
|
|
34270
|
+
},
|
|
34271
|
+
"name": "headline2-article-line-height",
|
|
34272
|
+
"attributes": {
|
|
34273
|
+
"category": "typography",
|
|
34274
|
+
"type": "headline2-article-line-height"
|
|
34275
|
+
},
|
|
34276
|
+
"path": [
|
|
34277
|
+
"typography",
|
|
34278
|
+
"headline2-article-line-height"
|
|
34279
|
+
]
|
|
34280
|
+
},
|
|
34281
|
+
"headline2-article-letter-spacing": {
|
|
34282
|
+
"key": "{typography.headline2-article-letter-spacing}",
|
|
34283
|
+
"value": "0px",
|
|
34284
|
+
"type": "letterSpacing",
|
|
34285
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34286
|
+
"isSource": true,
|
|
34287
|
+
"original": {
|
|
34288
|
+
"value": "0px",
|
|
34289
|
+
"type": "letterSpacing",
|
|
34290
|
+
"key": "{typography.headline2-article-letter-spacing}"
|
|
34291
|
+
},
|
|
34292
|
+
"name": "headline2-article-letter-spacing",
|
|
34293
|
+
"attributes": {
|
|
34294
|
+
"category": "typography",
|
|
34295
|
+
"type": "headline2-article-letter-spacing"
|
|
34296
|
+
},
|
|
34297
|
+
"path": [
|
|
34298
|
+
"typography",
|
|
34299
|
+
"headline2-article-letter-spacing"
|
|
34300
|
+
]
|
|
34301
|
+
},
|
|
34302
|
+
"headline2-article-space-before": {
|
|
34303
|
+
"key": "{typography.headline2-article-space-before}",
|
|
34304
|
+
"value": "32px",
|
|
34305
|
+
"type": "dimension",
|
|
34306
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34307
|
+
"isSource": true,
|
|
34308
|
+
"original": {
|
|
34309
|
+
"value": "32px",
|
|
34310
|
+
"type": "dimension",
|
|
34311
|
+
"key": "{typography.headline2-article-space-before}"
|
|
34312
|
+
},
|
|
34313
|
+
"name": "headline2-article-space-before",
|
|
34314
|
+
"attributes": {
|
|
34315
|
+
"category": "typography",
|
|
34316
|
+
"type": "headline2-article-space-before"
|
|
34317
|
+
},
|
|
34318
|
+
"path": [
|
|
34319
|
+
"typography",
|
|
34320
|
+
"headline2-article-space-before"
|
|
34321
|
+
]
|
|
34322
|
+
},
|
|
34323
|
+
"headline2-article-space-after": {
|
|
34324
|
+
"key": "{typography.headline2-article-space-after}",
|
|
34325
|
+
"value": "8px",
|
|
34326
|
+
"type": "dimension",
|
|
34327
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34328
|
+
"isSource": true,
|
|
34329
|
+
"original": {
|
|
34330
|
+
"value": "8px",
|
|
34331
|
+
"type": "dimension",
|
|
34332
|
+
"key": "{typography.headline2-article-space-after}"
|
|
34333
|
+
},
|
|
34334
|
+
"name": "headline2-article-space-after",
|
|
34335
|
+
"attributes": {
|
|
34336
|
+
"category": "typography",
|
|
34337
|
+
"type": "headline2-article-space-after"
|
|
34338
|
+
},
|
|
34339
|
+
"path": [
|
|
34340
|
+
"typography",
|
|
34341
|
+
"headline2-article-space-after"
|
|
34342
|
+
]
|
|
34343
|
+
},
|
|
34344
|
+
"headline3-article-font-family": {
|
|
34345
|
+
"key": "{typography.headline3-article-font-family}",
|
|
34346
|
+
"value": "'Inter', Arial, sans-serif",
|
|
34347
|
+
"type": "fontFamilies",
|
|
34348
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34349
|
+
"isSource": true,
|
|
34350
|
+
"original": {
|
|
34351
|
+
"value": "{typography.font-family}",
|
|
34352
|
+
"type": "fontFamilies",
|
|
34353
|
+
"key": "{typography.headline3-article-font-family}"
|
|
34354
|
+
},
|
|
34355
|
+
"name": "headline3-article-font-family",
|
|
34356
|
+
"attributes": {
|
|
34357
|
+
"category": "typography",
|
|
34358
|
+
"type": "headline3-article-font-family"
|
|
34359
|
+
},
|
|
34360
|
+
"path": [
|
|
34361
|
+
"typography",
|
|
34362
|
+
"headline3-article-font-family"
|
|
34363
|
+
]
|
|
34364
|
+
},
|
|
34365
|
+
"headline3-article-font-size": {
|
|
34366
|
+
"key": "{typography.headline3-article-font-size}",
|
|
34367
|
+
"value": "24px",
|
|
34368
|
+
"type": "fontSizes",
|
|
34369
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34370
|
+
"isSource": true,
|
|
34371
|
+
"original": {
|
|
34372
|
+
"value": "24px",
|
|
34373
|
+
"type": "fontSizes",
|
|
34374
|
+
"key": "{typography.headline3-article-font-size}"
|
|
34375
|
+
},
|
|
34376
|
+
"name": "headline3-article-font-size",
|
|
34377
|
+
"attributes": {
|
|
34378
|
+
"category": "typography",
|
|
34379
|
+
"type": "headline3-article-font-size"
|
|
34380
|
+
},
|
|
34381
|
+
"path": [
|
|
34382
|
+
"typography",
|
|
34383
|
+
"headline3-article-font-size"
|
|
34384
|
+
]
|
|
34385
|
+
},
|
|
34386
|
+
"headline3-article-font-weight": {
|
|
34387
|
+
"key": "{typography.headline3-article-font-weight}",
|
|
34388
|
+
"value": "400",
|
|
34389
|
+
"type": "fontWeights",
|
|
34390
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34391
|
+
"isSource": true,
|
|
34392
|
+
"original": {
|
|
34393
|
+
"value": "400",
|
|
34394
|
+
"type": "fontWeights",
|
|
34395
|
+
"key": "{typography.headline3-article-font-weight}"
|
|
34396
|
+
},
|
|
34397
|
+
"name": "headline3-article-font-weight",
|
|
34398
|
+
"attributes": {
|
|
34399
|
+
"category": "typography",
|
|
34400
|
+
"type": "headline3-article-font-weight"
|
|
34401
|
+
},
|
|
34402
|
+
"path": [
|
|
34403
|
+
"typography",
|
|
34404
|
+
"headline3-article-font-weight"
|
|
34405
|
+
]
|
|
34406
|
+
},
|
|
34407
|
+
"headline3-article-line-height": {
|
|
34408
|
+
"key": "{typography.headline3-article-line-height}",
|
|
34409
|
+
"value": "36px",
|
|
34410
|
+
"type": "lineHeights",
|
|
34411
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34412
|
+
"isSource": true,
|
|
34413
|
+
"original": {
|
|
34414
|
+
"value": "36px",
|
|
34415
|
+
"type": "lineHeights",
|
|
34416
|
+
"key": "{typography.headline3-article-line-height}"
|
|
34417
|
+
},
|
|
34418
|
+
"name": "headline3-article-line-height",
|
|
34419
|
+
"attributes": {
|
|
34420
|
+
"category": "typography",
|
|
34421
|
+
"type": "headline3-article-line-height"
|
|
34422
|
+
},
|
|
34423
|
+
"path": [
|
|
34424
|
+
"typography",
|
|
34425
|
+
"headline3-article-line-height"
|
|
34426
|
+
]
|
|
34427
|
+
},
|
|
34428
|
+
"headline3-article-letter-spacing": {
|
|
34429
|
+
"key": "{typography.headline3-article-letter-spacing}",
|
|
34430
|
+
"value": "0.15px",
|
|
34431
|
+
"type": "letterSpacing",
|
|
34432
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34433
|
+
"isSource": true,
|
|
34434
|
+
"original": {
|
|
34435
|
+
"value": "0.15px",
|
|
34436
|
+
"type": "letterSpacing",
|
|
34437
|
+
"key": "{typography.headline3-article-letter-spacing}"
|
|
34438
|
+
},
|
|
34439
|
+
"name": "headline3-article-letter-spacing",
|
|
34440
|
+
"attributes": {
|
|
34441
|
+
"category": "typography",
|
|
34442
|
+
"type": "headline3-article-letter-spacing"
|
|
34443
|
+
},
|
|
34444
|
+
"path": [
|
|
34445
|
+
"typography",
|
|
34446
|
+
"headline3-article-letter-spacing"
|
|
34447
|
+
]
|
|
34448
|
+
},
|
|
34449
|
+
"headline3-article-space-before": {
|
|
34450
|
+
"key": "{typography.headline3-article-space-before}",
|
|
34451
|
+
"value": "32px",
|
|
34452
|
+
"type": "dimension",
|
|
34453
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34454
|
+
"isSource": true,
|
|
34455
|
+
"original": {
|
|
34456
|
+
"value": "32px",
|
|
34457
|
+
"type": "dimension",
|
|
34458
|
+
"key": "{typography.headline3-article-space-before}"
|
|
34459
|
+
},
|
|
34460
|
+
"name": "headline3-article-space-before",
|
|
34461
|
+
"attributes": {
|
|
34462
|
+
"category": "typography",
|
|
34463
|
+
"type": "headline3-article-space-before"
|
|
34464
|
+
},
|
|
34465
|
+
"path": [
|
|
34466
|
+
"typography",
|
|
34467
|
+
"headline3-article-space-before"
|
|
34468
|
+
]
|
|
34469
|
+
},
|
|
34470
|
+
"headline3-article-space-after": {
|
|
34471
|
+
"key": "{typography.headline3-article-space-after}",
|
|
34472
|
+
"value": "8px",
|
|
34473
|
+
"type": "dimension",
|
|
34474
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34475
|
+
"isSource": true,
|
|
34476
|
+
"original": {
|
|
34477
|
+
"value": "8px",
|
|
34478
|
+
"type": "dimension",
|
|
34479
|
+
"key": "{typography.headline3-article-space-after}"
|
|
34480
|
+
},
|
|
34481
|
+
"name": "headline3-article-space-after",
|
|
34482
|
+
"attributes": {
|
|
34483
|
+
"category": "typography",
|
|
34484
|
+
"type": "headline3-article-space-after"
|
|
34485
|
+
},
|
|
34486
|
+
"path": [
|
|
34487
|
+
"typography",
|
|
34488
|
+
"headline3-article-space-after"
|
|
34489
|
+
]
|
|
34490
|
+
},
|
|
34491
|
+
"headline4-article-font-family": {
|
|
34492
|
+
"key": "{typography.headline4-article-font-family}",
|
|
34493
|
+
"value": "'Inter', Arial, sans-serif",
|
|
34494
|
+
"type": "fontFamilies",
|
|
34495
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34496
|
+
"isSource": true,
|
|
34497
|
+
"original": {
|
|
34498
|
+
"value": "{typography.font-family}",
|
|
34499
|
+
"type": "fontFamilies",
|
|
34500
|
+
"key": "{typography.headline4-article-font-family}"
|
|
34501
|
+
},
|
|
34502
|
+
"name": "headline4-article-font-family",
|
|
34503
|
+
"attributes": {
|
|
34504
|
+
"category": "typography",
|
|
34505
|
+
"type": "headline4-article-font-family"
|
|
34506
|
+
},
|
|
34507
|
+
"path": [
|
|
34508
|
+
"typography",
|
|
34509
|
+
"headline4-article-font-family"
|
|
34510
|
+
]
|
|
34511
|
+
},
|
|
34512
|
+
"headline4-article-font-size": {
|
|
34513
|
+
"key": "{typography.headline4-article-font-size}",
|
|
34514
|
+
"value": "20px",
|
|
34515
|
+
"type": "fontSizes",
|
|
34516
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34517
|
+
"isSource": true,
|
|
34518
|
+
"original": {
|
|
34519
|
+
"value": "20px",
|
|
34520
|
+
"type": "fontSizes",
|
|
34521
|
+
"key": "{typography.headline4-article-font-size}"
|
|
34522
|
+
},
|
|
34523
|
+
"name": "headline4-article-font-size",
|
|
34524
|
+
"attributes": {
|
|
34525
|
+
"category": "typography",
|
|
34526
|
+
"type": "headline4-article-font-size"
|
|
34527
|
+
},
|
|
34528
|
+
"path": [
|
|
34529
|
+
"typography",
|
|
34530
|
+
"headline4-article-font-size"
|
|
34531
|
+
]
|
|
34532
|
+
},
|
|
34533
|
+
"headline4-article-font-weight": {
|
|
34534
|
+
"key": "{typography.headline4-article-font-weight}",
|
|
34535
|
+
"value": "500",
|
|
34536
|
+
"type": "fontWeights",
|
|
34537
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34538
|
+
"isSource": true,
|
|
34539
|
+
"original": {
|
|
34540
|
+
"value": "500",
|
|
34541
|
+
"type": "fontWeights",
|
|
34542
|
+
"key": "{typography.headline4-article-font-weight}"
|
|
34543
|
+
},
|
|
34544
|
+
"name": "headline4-article-font-weight",
|
|
34545
|
+
"attributes": {
|
|
34546
|
+
"category": "typography",
|
|
34547
|
+
"type": "headline4-article-font-weight"
|
|
34548
|
+
},
|
|
34549
|
+
"path": [
|
|
34550
|
+
"typography",
|
|
34551
|
+
"headline4-article-font-weight"
|
|
34552
|
+
]
|
|
34553
|
+
},
|
|
34554
|
+
"headline4-article-line-height": {
|
|
34555
|
+
"key": "{typography.headline4-article-line-height}",
|
|
34556
|
+
"value": "24px",
|
|
34557
|
+
"type": "lineHeights",
|
|
34558
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34559
|
+
"isSource": true,
|
|
34560
|
+
"original": {
|
|
34561
|
+
"value": "24px",
|
|
34562
|
+
"type": "lineHeights",
|
|
34563
|
+
"key": "{typography.headline4-article-line-height}"
|
|
34564
|
+
},
|
|
34565
|
+
"name": "headline4-article-line-height",
|
|
34566
|
+
"attributes": {
|
|
34567
|
+
"category": "typography",
|
|
34568
|
+
"type": "headline4-article-line-height"
|
|
34569
|
+
},
|
|
34570
|
+
"path": [
|
|
34571
|
+
"typography",
|
|
34572
|
+
"headline4-article-line-height"
|
|
34573
|
+
]
|
|
34574
|
+
},
|
|
34575
|
+
"headline4-article-letter-spacing": {
|
|
34576
|
+
"key": "{typography.headline4-article-letter-spacing}",
|
|
34577
|
+
"value": "0.15px",
|
|
34578
|
+
"type": "letterSpacing",
|
|
34579
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34580
|
+
"isSource": true,
|
|
34581
|
+
"original": {
|
|
34582
|
+
"value": "0.15px",
|
|
34583
|
+
"type": "letterSpacing",
|
|
34584
|
+
"key": "{typography.headline4-article-letter-spacing}"
|
|
34585
|
+
},
|
|
34586
|
+
"name": "headline4-article-letter-spacing",
|
|
34587
|
+
"attributes": {
|
|
34588
|
+
"category": "typography",
|
|
34589
|
+
"type": "headline4-article-letter-spacing"
|
|
34590
|
+
},
|
|
34591
|
+
"path": [
|
|
34592
|
+
"typography",
|
|
34593
|
+
"headline4-article-letter-spacing"
|
|
34594
|
+
]
|
|
34595
|
+
},
|
|
34596
|
+
"headline4-article-space-before": {
|
|
34597
|
+
"key": "{typography.headline4-article-space-before}",
|
|
34598
|
+
"value": "32px",
|
|
34599
|
+
"type": "dimension",
|
|
34600
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34601
|
+
"isSource": true,
|
|
34602
|
+
"original": {
|
|
34603
|
+
"value": "32px",
|
|
34604
|
+
"type": "dimension",
|
|
34605
|
+
"key": "{typography.headline4-article-space-before}"
|
|
34606
|
+
},
|
|
34607
|
+
"name": "headline4-article-space-before",
|
|
34608
|
+
"attributes": {
|
|
34609
|
+
"category": "typography",
|
|
34610
|
+
"type": "headline4-article-space-before"
|
|
34611
|
+
},
|
|
34612
|
+
"path": [
|
|
34613
|
+
"typography",
|
|
34614
|
+
"headline4-article-space-before"
|
|
34615
|
+
]
|
|
34616
|
+
},
|
|
34617
|
+
"headline4-article-space-after": {
|
|
34618
|
+
"key": "{typography.headline4-article-space-after}",
|
|
34619
|
+
"value": "8px",
|
|
34620
|
+
"type": "dimension",
|
|
34621
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34622
|
+
"isSource": true,
|
|
34623
|
+
"original": {
|
|
34624
|
+
"value": "8px",
|
|
34625
|
+
"type": "dimension",
|
|
34626
|
+
"key": "{typography.headline4-article-space-after}"
|
|
34627
|
+
},
|
|
34628
|
+
"name": "headline4-article-space-after",
|
|
34629
|
+
"attributes": {
|
|
34630
|
+
"category": "typography",
|
|
34631
|
+
"type": "headline4-article-space-after"
|
|
34632
|
+
},
|
|
34633
|
+
"path": [
|
|
34634
|
+
"typography",
|
|
34635
|
+
"headline4-article-space-after"
|
|
34636
|
+
]
|
|
34637
|
+
},
|
|
34638
|
+
"headline5-article-font-family": {
|
|
34639
|
+
"key": "{typography.headline5-article-font-family}",
|
|
34640
|
+
"value": "'Inter', Arial, sans-serif",
|
|
34641
|
+
"type": "fontFamilies",
|
|
34642
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34643
|
+
"isSource": true,
|
|
34644
|
+
"original": {
|
|
34645
|
+
"value": "{typography.font-family}",
|
|
34646
|
+
"type": "fontFamilies",
|
|
34647
|
+
"key": "{typography.headline5-article-font-family}"
|
|
34648
|
+
},
|
|
34649
|
+
"name": "headline5-article-font-family",
|
|
34650
|
+
"attributes": {
|
|
34651
|
+
"category": "typography",
|
|
34652
|
+
"type": "headline5-article-font-family"
|
|
34653
|
+
},
|
|
34654
|
+
"path": [
|
|
34655
|
+
"typography",
|
|
34656
|
+
"headline5-article-font-family"
|
|
34657
|
+
]
|
|
34658
|
+
},
|
|
34659
|
+
"headline5-article-font-size": {
|
|
34660
|
+
"key": "{typography.headline5-article-font-size}",
|
|
34661
|
+
"value": "16px",
|
|
34662
|
+
"type": "fontSizes",
|
|
34663
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34664
|
+
"isSource": true,
|
|
34665
|
+
"original": {
|
|
34666
|
+
"value": "16px",
|
|
34667
|
+
"type": "fontSizes",
|
|
34668
|
+
"key": "{typography.headline5-article-font-size}"
|
|
34669
|
+
},
|
|
34670
|
+
"name": "headline5-article-font-size",
|
|
34671
|
+
"attributes": {
|
|
34672
|
+
"category": "typography",
|
|
34673
|
+
"type": "headline5-article-font-size"
|
|
34674
|
+
},
|
|
34675
|
+
"path": [
|
|
34676
|
+
"typography",
|
|
34677
|
+
"headline5-article-font-size"
|
|
34678
|
+
]
|
|
34679
|
+
},
|
|
34680
|
+
"headline5-article-font-weight": {
|
|
34681
|
+
"key": "{typography.headline5-article-font-weight}",
|
|
34682
|
+
"value": "500",
|
|
34683
|
+
"type": "fontWeights",
|
|
34684
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34685
|
+
"isSource": true,
|
|
34686
|
+
"original": {
|
|
34687
|
+
"value": "500",
|
|
34688
|
+
"type": "fontWeights",
|
|
34689
|
+
"key": "{typography.headline5-article-font-weight}"
|
|
34690
|
+
},
|
|
34691
|
+
"name": "headline5-article-font-weight",
|
|
34692
|
+
"attributes": {
|
|
34693
|
+
"category": "typography",
|
|
34694
|
+
"type": "headline5-article-font-weight"
|
|
34695
|
+
},
|
|
34696
|
+
"path": [
|
|
34697
|
+
"typography",
|
|
34698
|
+
"headline5-article-font-weight"
|
|
34699
|
+
]
|
|
34700
|
+
},
|
|
34701
|
+
"headline5-article-line-height": {
|
|
34702
|
+
"key": "{typography.headline5-article-line-height}",
|
|
34703
|
+
"value": "28px",
|
|
34704
|
+
"type": "lineHeights",
|
|
34705
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34706
|
+
"isSource": true,
|
|
34707
|
+
"original": {
|
|
34708
|
+
"value": "28px",
|
|
34709
|
+
"type": "lineHeights",
|
|
34710
|
+
"key": "{typography.headline5-article-line-height}"
|
|
34711
|
+
},
|
|
34712
|
+
"name": "headline5-article-line-height",
|
|
34713
|
+
"attributes": {
|
|
34714
|
+
"category": "typography",
|
|
34715
|
+
"type": "headline5-article-line-height"
|
|
34716
|
+
},
|
|
34717
|
+
"path": [
|
|
34718
|
+
"typography",
|
|
34719
|
+
"headline5-article-line-height"
|
|
34720
|
+
]
|
|
34721
|
+
},
|
|
34722
|
+
"headline5-article-letter-spacing": {
|
|
34723
|
+
"key": "{typography.headline5-article-letter-spacing}",
|
|
34724
|
+
"value": "0.15px",
|
|
34725
|
+
"type": "letterSpacing",
|
|
34726
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34727
|
+
"isSource": true,
|
|
34728
|
+
"original": {
|
|
34729
|
+
"value": "0.15px",
|
|
34730
|
+
"type": "letterSpacing",
|
|
34731
|
+
"key": "{typography.headline5-article-letter-spacing}"
|
|
34732
|
+
},
|
|
34733
|
+
"name": "headline5-article-letter-spacing",
|
|
34734
|
+
"attributes": {
|
|
34735
|
+
"category": "typography",
|
|
34736
|
+
"type": "headline5-article-letter-spacing"
|
|
34737
|
+
},
|
|
34738
|
+
"path": [
|
|
34739
|
+
"typography",
|
|
34740
|
+
"headline5-article-letter-spacing"
|
|
34741
|
+
]
|
|
34742
|
+
},
|
|
34743
|
+
"headline5-article-space-before": {
|
|
34744
|
+
"key": "{typography.headline5-article-space-before}",
|
|
34745
|
+
"value": "32px",
|
|
34746
|
+
"type": "dimension",
|
|
34747
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34748
|
+
"isSource": true,
|
|
34749
|
+
"original": {
|
|
34750
|
+
"value": "32px",
|
|
34751
|
+
"type": "dimension",
|
|
34752
|
+
"key": "{typography.headline5-article-space-before}"
|
|
34753
|
+
},
|
|
34754
|
+
"name": "headline5-article-space-before",
|
|
34755
|
+
"attributes": {
|
|
34756
|
+
"category": "typography",
|
|
34757
|
+
"type": "headline5-article-space-before"
|
|
34758
|
+
},
|
|
34759
|
+
"path": [
|
|
34760
|
+
"typography",
|
|
34761
|
+
"headline5-article-space-before"
|
|
34762
|
+
]
|
|
34763
|
+
},
|
|
34764
|
+
"headline5-article-space-after": {
|
|
34765
|
+
"key": "{typography.headline5-article-space-after}",
|
|
34766
|
+
"value": "8px",
|
|
34767
|
+
"type": "dimension",
|
|
34768
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34769
|
+
"isSource": true,
|
|
34770
|
+
"original": {
|
|
34771
|
+
"value": "8px",
|
|
34772
|
+
"type": "dimension",
|
|
34773
|
+
"key": "{typography.headline5-article-space-after}"
|
|
34774
|
+
},
|
|
34775
|
+
"name": "headline5-article-space-after",
|
|
34776
|
+
"attributes": {
|
|
34777
|
+
"category": "typography",
|
|
34778
|
+
"type": "headline5-article-space-after"
|
|
34779
|
+
},
|
|
34780
|
+
"path": [
|
|
34781
|
+
"typography",
|
|
34782
|
+
"headline5-article-space-after"
|
|
34783
|
+
]
|
|
34784
|
+
},
|
|
34785
|
+
"headline6-article-font-family": {
|
|
34786
|
+
"key": "{typography.headline6-article-font-family}",
|
|
34787
|
+
"value": "'Inter', Arial, sans-serif",
|
|
34788
|
+
"type": "fontFamilies",
|
|
34789
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34790
|
+
"isSource": true,
|
|
34791
|
+
"original": {
|
|
34792
|
+
"value": "{typography.font-family}",
|
|
34793
|
+
"type": "fontFamilies",
|
|
34794
|
+
"key": "{typography.headline6-article-font-family}"
|
|
34795
|
+
},
|
|
34796
|
+
"name": "headline6-article-font-family",
|
|
34797
|
+
"attributes": {
|
|
34798
|
+
"category": "typography",
|
|
34799
|
+
"type": "headline6-article-font-family"
|
|
34800
|
+
},
|
|
34801
|
+
"path": [
|
|
34802
|
+
"typography",
|
|
34803
|
+
"headline6-article-font-family"
|
|
34804
|
+
]
|
|
34805
|
+
},
|
|
34806
|
+
"headline6-article-font-size": {
|
|
34807
|
+
"key": "{typography.headline6-article-font-size}",
|
|
34808
|
+
"value": "14px",
|
|
34809
|
+
"type": "fontSizes",
|
|
34810
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34811
|
+
"isSource": true,
|
|
34812
|
+
"original": {
|
|
34813
|
+
"value": "14px",
|
|
34814
|
+
"type": "fontSizes",
|
|
34815
|
+
"key": "{typography.headline6-article-font-size}"
|
|
34816
|
+
},
|
|
34817
|
+
"name": "headline6-article-font-size",
|
|
34818
|
+
"attributes": {
|
|
34819
|
+
"category": "typography",
|
|
34820
|
+
"type": "headline6-article-font-size"
|
|
34821
|
+
},
|
|
34822
|
+
"path": [
|
|
34823
|
+
"typography",
|
|
34824
|
+
"headline6-article-font-size"
|
|
34825
|
+
]
|
|
34826
|
+
},
|
|
34827
|
+
"headline6-article-font-weight": {
|
|
34828
|
+
"key": "{typography.headline6-article-font-weight}",
|
|
34829
|
+
"value": "500",
|
|
34830
|
+
"type": "fontWeights",
|
|
34831
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34832
|
+
"isSource": true,
|
|
34833
|
+
"original": {
|
|
34834
|
+
"value": "500",
|
|
34835
|
+
"type": "fontWeights",
|
|
34836
|
+
"key": "{typography.headline6-article-font-weight}"
|
|
34837
|
+
},
|
|
34838
|
+
"name": "headline6-article-font-weight",
|
|
34839
|
+
"attributes": {
|
|
34840
|
+
"category": "typography",
|
|
34841
|
+
"type": "headline6-article-font-weight"
|
|
34842
|
+
},
|
|
34843
|
+
"path": [
|
|
34844
|
+
"typography",
|
|
34845
|
+
"headline6-article-font-weight"
|
|
34846
|
+
]
|
|
34847
|
+
},
|
|
34848
|
+
"headline6-article-line-height": {
|
|
34849
|
+
"key": "{typography.headline6-article-line-height}",
|
|
34850
|
+
"value": "22px",
|
|
34851
|
+
"type": "lineHeights",
|
|
34852
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34853
|
+
"isSource": true,
|
|
34854
|
+
"original": {
|
|
34855
|
+
"value": "22px",
|
|
34856
|
+
"type": "lineHeights",
|
|
34857
|
+
"key": "{typography.headline6-article-line-height}"
|
|
34858
|
+
},
|
|
34859
|
+
"name": "headline6-article-line-height",
|
|
34860
|
+
"attributes": {
|
|
34861
|
+
"category": "typography",
|
|
34862
|
+
"type": "headline6-article-line-height"
|
|
34863
|
+
},
|
|
34864
|
+
"path": [
|
|
34865
|
+
"typography",
|
|
34866
|
+
"headline6-article-line-height"
|
|
34867
|
+
]
|
|
34868
|
+
},
|
|
34869
|
+
"headline6-article-letter-spacing": {
|
|
34870
|
+
"key": "{typography.headline6-article-letter-spacing}",
|
|
34871
|
+
"value": "0.1px",
|
|
34872
|
+
"type": "letterSpacing",
|
|
34873
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34874
|
+
"isSource": true,
|
|
34875
|
+
"original": {
|
|
34876
|
+
"value": "0.1px",
|
|
34877
|
+
"type": "letterSpacing",
|
|
34878
|
+
"key": "{typography.headline6-article-letter-spacing}"
|
|
34879
|
+
},
|
|
34880
|
+
"name": "headline6-article-letter-spacing",
|
|
34881
|
+
"attributes": {
|
|
34882
|
+
"category": "typography",
|
|
34883
|
+
"type": "headline6-article-letter-spacing"
|
|
34884
|
+
},
|
|
34885
|
+
"path": [
|
|
34886
|
+
"typography",
|
|
34887
|
+
"headline6-article-letter-spacing"
|
|
34888
|
+
]
|
|
34889
|
+
},
|
|
34890
|
+
"headline6-article-space-before": {
|
|
34891
|
+
"key": "{typography.headline6-article-space-before}",
|
|
34892
|
+
"value": "32px",
|
|
34893
|
+
"type": "dimension",
|
|
34894
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34895
|
+
"isSource": true,
|
|
34896
|
+
"original": {
|
|
34897
|
+
"value": "32px",
|
|
34898
|
+
"type": "dimension",
|
|
34899
|
+
"key": "{typography.headline6-article-space-before}"
|
|
34900
|
+
},
|
|
34901
|
+
"name": "headline6-article-space-before",
|
|
34902
|
+
"attributes": {
|
|
34903
|
+
"category": "typography",
|
|
34904
|
+
"type": "headline6-article-space-before"
|
|
34905
|
+
},
|
|
34906
|
+
"path": [
|
|
34907
|
+
"typography",
|
|
34908
|
+
"headline6-article-space-before"
|
|
34909
|
+
]
|
|
34910
|
+
},
|
|
34911
|
+
"headline6-article-space-after": {
|
|
34912
|
+
"key": "{typography.headline6-article-space-after}",
|
|
34913
|
+
"value": "8px",
|
|
34914
|
+
"type": "dimension",
|
|
34915
|
+
"filePath": "libs/tokens/src/typography.json",
|
|
34916
|
+
"isSource": true,
|
|
34917
|
+
"original": {
|
|
34918
|
+
"value": "8px",
|
|
34919
|
+
"type": "dimension",
|
|
34920
|
+
"key": "{typography.headline6-article-space-after}"
|
|
34921
|
+
},
|
|
34922
|
+
"name": "headline6-article-space-after",
|
|
34923
|
+
"attributes": {
|
|
34924
|
+
"category": "typography",
|
|
34925
|
+
"type": "headline6-article-space-after"
|
|
34926
|
+
},
|
|
34927
|
+
"path": [
|
|
34928
|
+
"typography",
|
|
34929
|
+
"headline6-article-space-after"
|
|
34930
|
+
]
|
|
34049
34931
|
}
|
|
34050
34932
|
}
|
|
34051
34933
|
}
|