@ledgerhq/lumen-design-core 0.0.38 → 0.0.40
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/README.md +2 -2
- package/dist/presets/allBrands.d.ts +2 -14
- package/dist/presets/allBrands.d.ts.map +1 -1
- package/dist/presets/allBrands.js +2 -0
- package/dist/presets/enterprise.d.ts +2 -14
- package/dist/presets/enterprise.d.ts.map +1 -1
- package/dist/presets/enterprise.js +2 -0
- package/dist/presets/ledger-live.d.ts +2 -14
- package/dist/presets/ledger-live.d.ts.map +1 -1
- package/dist/presets/ledger-live.js +2 -0
- package/dist/presets/websites.d.ts +2 -14
- package/dist/presets/websites.d.ts.map +1 -1
- package/dist/presets/websites.js +2 -0
- package/dist/themes/css/enterprise/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/enterprise/theme.dark-css.js +9 -0
- package/dist/themes/css/enterprise/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/enterprise/theme.light-css.js +13 -4
- package/dist/themes/css/ledger-live/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/ledger-live/theme.dark-css.js +4 -0
- package/dist/themes/css/ledger-live/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/ledger-live/theme.light-css.js +8 -4
- package/dist/themes/css/primitives-css.d.ts.map +1 -1
- package/dist/themes/css/primitives-css.js +168 -167
- package/dist/themes/css/typographies/typography.lg-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.lg-css.js +19 -14
- package/dist/themes/css/typographies/typography.md-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.md-css.js +19 -14
- package/dist/themes/css/typographies/typography.sm-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.sm-css.js +19 -14
- package/dist/themes/css/typographies/typography.xl-css.d.ts.map +1 -1
- package/dist/themes/css/typographies/typography.xl-css.js +19 -14
- package/dist/themes/css/websites/theme.dark-css.d.ts.map +1 -1
- package/dist/themes/css/websites/theme.dark-css.js +9 -0
- package/dist/themes/css/websites/theme.light-css.d.ts.map +1 -1
- package/dist/themes/css/websites/theme.light-css.js +13 -4
- package/dist/themes/js/enterprise/theme.d.ts +264 -88
- package/dist/themes/js/enterprise/theme.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.dark.d.ts +8 -4
- package/dist/themes/js/enterprise/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.dark.js +8 -4
- package/dist/themes/js/enterprise/theme.light.d.ts +4 -0
- package/dist/themes/js/enterprise/theme.light.d.ts.map +1 -1
- package/dist/themes/js/enterprise/theme.light.js +4 -0
- package/dist/themes/js/ledger-live/theme.d.ts +264 -88
- package/dist/themes/js/ledger-live/theme.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.dark.d.ts +8 -4
- package/dist/themes/js/ledger-live/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.dark.js +8 -4
- package/dist/themes/js/ledger-live/theme.light.d.ts +4 -0
- package/dist/themes/js/ledger-live/theme.light.d.ts.map +1 -1
- package/dist/themes/js/ledger-live/theme.light.js +4 -0
- package/dist/themes/js/types.d.ts +2 -0
- package/dist/themes/js/types.d.ts.map +1 -1
- package/dist/themes/js/typographies/index.d.ts +84 -28
- package/dist/themes/js/typographies/index.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.lg.d.ts +21 -7
- package/dist/themes/js/typographies/typography.lg.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.md.d.ts +21 -7
- package/dist/themes/js/typographies/typography.md.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.md.js +21 -7
- package/dist/themes/js/typographies/typography.sm.d.ts +24 -10
- package/dist/themes/js/typographies/typography.sm.d.ts.map +1 -1
- package/dist/themes/js/typographies/typography.sm.js +24 -10
- package/dist/themes/js/typographies/typography.xl.d.ts +21 -7
- package/dist/themes/js/typographies/typography.xl.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.d.ts +264 -88
- package/dist/themes/js/websites/theme.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.dark.d.ts +8 -4
- package/dist/themes/js/websites/theme.dark.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.dark.js +8 -4
- package/dist/themes/js/websites/theme.light.d.ts +4 -0
- package/dist/themes/js/websites/theme.light.d.ts.map +1 -1
- package/dist/themes/js/websites/theme.light.js +4 -0
- package/dist/utils/createAnimationsPlugin.d.ts +4 -4
- package/dist/utils/createAnimationsPlugin.d.ts.map +1 -1
- package/dist/utils/createAnimationsPlugin.js +9 -83
- package/dist/utils/createCustomPlugin.d.ts +7 -16
- package/dist/utils/createCustomPlugin.d.ts.map +1 -1
- package/dist/utils/createCustomPlugin.js +17 -1
- package/dist/utils/createPrimitivesPlugin.d.ts +4 -4
- package/dist/utils/createPrimitivesPlugin.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -49,55 +49,69 @@ export const typographyMdTokens = {
|
|
|
49
49
|
letterSpacing: primitiveTypographyTokens.letterSpacing['48'],
|
|
50
50
|
},
|
|
51
51
|
heading1: {
|
|
52
|
+
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
53
|
+
fontSize: primitiveTypographyTokens.fontSize['40'],
|
|
54
|
+
fontWeight: primitiveTypographyTokens.fontWeight.medium,
|
|
55
|
+
lineHeight: primitiveTypographyTokens.lineHeight['40'],
|
|
56
|
+
letterSpacing: primitiveTypographyTokens.letterSpacing['40'],
|
|
57
|
+
},
|
|
58
|
+
heading1SemiBold: {
|
|
59
|
+
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
60
|
+
fontSize: primitiveTypographyTokens.fontSize['40'],
|
|
61
|
+
fontWeight: primitiveTypographyTokens.fontWeight.semiBold,
|
|
62
|
+
lineHeight: primitiveTypographyTokens.lineHeight['40'],
|
|
63
|
+
letterSpacing: primitiveTypographyTokens.letterSpacing['40'],
|
|
64
|
+
},
|
|
65
|
+
heading2: {
|
|
52
66
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
53
67
|
fontSize: primitiveTypographyTokens.fontSize['28'],
|
|
54
68
|
fontWeight: primitiveTypographyTokens.fontWeight.medium,
|
|
55
69
|
lineHeight: primitiveTypographyTokens.lineHeight['28'],
|
|
56
70
|
letterSpacing: primitiveTypographyTokens.letterSpacing['28'],
|
|
57
71
|
},
|
|
58
|
-
|
|
72
|
+
heading2SemiBold: {
|
|
59
73
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
60
74
|
fontSize: primitiveTypographyTokens.fontSize['28'],
|
|
61
75
|
fontWeight: primitiveTypographyTokens.fontWeight.semiBold,
|
|
62
76
|
lineHeight: primitiveTypographyTokens.lineHeight['28'],
|
|
63
77
|
letterSpacing: primitiveTypographyTokens.letterSpacing['28'],
|
|
64
78
|
},
|
|
65
|
-
|
|
79
|
+
heading3: {
|
|
66
80
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
67
81
|
fontSize: primitiveTypographyTokens.fontSize['24'],
|
|
68
82
|
fontWeight: primitiveTypographyTokens.fontWeight.medium,
|
|
69
83
|
lineHeight: primitiveTypographyTokens.lineHeight['24'],
|
|
70
84
|
letterSpacing: primitiveTypographyTokens.letterSpacing['24'],
|
|
71
85
|
},
|
|
72
|
-
|
|
86
|
+
heading3SemiBold: {
|
|
73
87
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
74
88
|
fontSize: primitiveTypographyTokens.fontSize['24'],
|
|
75
89
|
fontWeight: primitiveTypographyTokens.fontWeight.semiBold,
|
|
76
90
|
lineHeight: primitiveTypographyTokens.lineHeight['24'],
|
|
77
91
|
letterSpacing: primitiveTypographyTokens.letterSpacing['24'],
|
|
78
92
|
},
|
|
79
|
-
|
|
93
|
+
heading4: {
|
|
80
94
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
81
95
|
fontSize: primitiveTypographyTokens.fontSize['20'],
|
|
82
96
|
fontWeight: primitiveTypographyTokens.fontWeight.medium,
|
|
83
97
|
lineHeight: primitiveTypographyTokens.lineHeight['20'],
|
|
84
98
|
letterSpacing: primitiveTypographyTokens.letterSpacing['20'],
|
|
85
99
|
},
|
|
86
|
-
|
|
100
|
+
heading4SemiBold: {
|
|
87
101
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
88
102
|
fontSize: primitiveTypographyTokens.fontSize['20'],
|
|
89
103
|
fontWeight: primitiveTypographyTokens.fontWeight.semiBold,
|
|
90
104
|
lineHeight: primitiveTypographyTokens.lineHeight['20'],
|
|
91
105
|
letterSpacing: primitiveTypographyTokens.letterSpacing['20'],
|
|
92
106
|
},
|
|
93
|
-
|
|
107
|
+
heading5: {
|
|
94
108
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
95
109
|
fontSize: primitiveTypographyTokens.fontSize['18'],
|
|
96
110
|
fontWeight: primitiveTypographyTokens.fontWeight.medium,
|
|
97
111
|
lineHeight: primitiveTypographyTokens.lineHeight['18'],
|
|
98
112
|
letterSpacing: primitiveTypographyTokens.letterSpacing['18'],
|
|
99
113
|
},
|
|
100
|
-
|
|
114
|
+
heading5SemiBold: {
|
|
101
115
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
102
116
|
fontSize: primitiveTypographyTokens.fontSize['18'],
|
|
103
117
|
fontWeight: primitiveTypographyTokens.fontWeight.semiBold,
|
|
@@ -30,6 +30,9 @@ export declare const typographySmTokens: {
|
|
|
30
30
|
readonly lineHeight: 48;
|
|
31
31
|
readonly letterSpacing: -2;
|
|
32
32
|
};
|
|
33
|
+
/**
|
|
34
|
+
* Headings
|
|
35
|
+
*/
|
|
33
36
|
readonly heading0: {
|
|
34
37
|
readonly fontFamily: "Inter";
|
|
35
38
|
readonly fontSize: 48;
|
|
@@ -44,59 +47,70 @@ export declare const typographySmTokens: {
|
|
|
44
47
|
readonly lineHeight: 56;
|
|
45
48
|
readonly letterSpacing: -2.5;
|
|
46
49
|
};
|
|
47
|
-
/**
|
|
48
|
-
* Headings
|
|
49
|
-
*/
|
|
50
50
|
readonly heading1: {
|
|
51
|
+
readonly fontFamily: "Inter";
|
|
52
|
+
readonly fontSize: 40;
|
|
53
|
+
readonly fontWeight: "500";
|
|
54
|
+
readonly lineHeight: 48;
|
|
55
|
+
readonly letterSpacing: -2;
|
|
56
|
+
};
|
|
57
|
+
readonly heading1SemiBold: {
|
|
58
|
+
readonly fontFamily: "Inter";
|
|
59
|
+
readonly fontSize: 40;
|
|
60
|
+
readonly fontWeight: "600";
|
|
61
|
+
readonly lineHeight: 48;
|
|
62
|
+
readonly letterSpacing: -2;
|
|
63
|
+
};
|
|
64
|
+
readonly heading2: {
|
|
51
65
|
readonly fontFamily: "Inter";
|
|
52
66
|
readonly fontSize: 28;
|
|
53
67
|
readonly fontWeight: "500";
|
|
54
68
|
readonly lineHeight: 36;
|
|
55
69
|
readonly letterSpacing: -1.5;
|
|
56
70
|
};
|
|
57
|
-
readonly
|
|
71
|
+
readonly heading2SemiBold: {
|
|
58
72
|
readonly fontFamily: "Inter";
|
|
59
73
|
readonly fontSize: 28;
|
|
60
74
|
readonly fontWeight: "600";
|
|
61
75
|
readonly lineHeight: 36;
|
|
62
76
|
readonly letterSpacing: -1.5;
|
|
63
77
|
};
|
|
64
|
-
readonly
|
|
78
|
+
readonly heading3: {
|
|
65
79
|
readonly fontFamily: "Inter";
|
|
66
80
|
readonly fontSize: 24;
|
|
67
81
|
readonly fontWeight: "500";
|
|
68
82
|
readonly lineHeight: 32;
|
|
69
83
|
readonly letterSpacing: -1;
|
|
70
84
|
};
|
|
71
|
-
readonly
|
|
85
|
+
readonly heading3SemiBold: {
|
|
72
86
|
readonly fontFamily: "Inter";
|
|
73
87
|
readonly fontSize: 24;
|
|
74
88
|
readonly fontWeight: "600";
|
|
75
89
|
readonly lineHeight: 32;
|
|
76
90
|
readonly letterSpacing: -1;
|
|
77
91
|
};
|
|
78
|
-
readonly
|
|
92
|
+
readonly heading4: {
|
|
79
93
|
readonly fontFamily: "Inter";
|
|
80
94
|
readonly fontSize: 20;
|
|
81
95
|
readonly fontWeight: "500";
|
|
82
96
|
readonly lineHeight: 28;
|
|
83
97
|
readonly letterSpacing: -1;
|
|
84
98
|
};
|
|
85
|
-
readonly
|
|
99
|
+
readonly heading4SemiBold: {
|
|
86
100
|
readonly fontFamily: "Inter";
|
|
87
101
|
readonly fontSize: 20;
|
|
88
102
|
readonly fontWeight: "600";
|
|
89
103
|
readonly lineHeight: 28;
|
|
90
104
|
readonly letterSpacing: -1;
|
|
91
105
|
};
|
|
92
|
-
readonly
|
|
106
|
+
readonly heading5: {
|
|
93
107
|
readonly fontFamily: "Inter";
|
|
94
108
|
readonly fontSize: 18;
|
|
95
109
|
readonly fontWeight: "500";
|
|
96
110
|
readonly lineHeight: 26;
|
|
97
111
|
readonly letterSpacing: -0.5;
|
|
98
112
|
};
|
|
99
|
-
readonly
|
|
113
|
+
readonly heading5SemiBold: {
|
|
100
114
|
readonly fontFamily: "Inter";
|
|
101
115
|
readonly fontSize: 18;
|
|
102
116
|
readonly fontWeight: "600";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography.sm.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/typographies/typography.sm.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;IAC7B;;OAEG
|
|
1
|
+
{"version":3,"file":"typography.sm.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/typographies/typography.sm.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;IAC7B;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8BH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsFH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDgC,CAAC"}
|
|
@@ -31,6 +31,9 @@ export const typographySmTokens = {
|
|
|
31
31
|
lineHeight: primitiveTypographyTokens.lineHeight['40'],
|
|
32
32
|
letterSpacing: primitiveTypographyTokens.letterSpacing['40'],
|
|
33
33
|
},
|
|
34
|
+
/**
|
|
35
|
+
* Headings
|
|
36
|
+
*/
|
|
34
37
|
heading0: {
|
|
35
38
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
36
39
|
fontSize: primitiveTypographyTokens.fontSize['48'],
|
|
@@ -45,59 +48,70 @@ export const typographySmTokens = {
|
|
|
45
48
|
lineHeight: primitiveTypographyTokens.lineHeight['48'],
|
|
46
49
|
letterSpacing: primitiveTypographyTokens.letterSpacing['48'],
|
|
47
50
|
},
|
|
48
|
-
/**
|
|
49
|
-
* Headings
|
|
50
|
-
*/
|
|
51
51
|
heading1: {
|
|
52
|
+
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
53
|
+
fontSize: primitiveTypographyTokens.fontSize['40'],
|
|
54
|
+
fontWeight: primitiveTypographyTokens.fontWeight.medium,
|
|
55
|
+
lineHeight: primitiveTypographyTokens.lineHeight['40'],
|
|
56
|
+
letterSpacing: primitiveTypographyTokens.letterSpacing['40'],
|
|
57
|
+
},
|
|
58
|
+
heading1SemiBold: {
|
|
59
|
+
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
60
|
+
fontSize: primitiveTypographyTokens.fontSize['40'],
|
|
61
|
+
fontWeight: primitiveTypographyTokens.fontWeight.semiBold,
|
|
62
|
+
lineHeight: primitiveTypographyTokens.lineHeight['40'],
|
|
63
|
+
letterSpacing: primitiveTypographyTokens.letterSpacing['40'],
|
|
64
|
+
},
|
|
65
|
+
heading2: {
|
|
52
66
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
53
67
|
fontSize: primitiveTypographyTokens.fontSize['28'],
|
|
54
68
|
fontWeight: primitiveTypographyTokens.fontWeight.medium,
|
|
55
69
|
lineHeight: primitiveTypographyTokens.lineHeight['28'],
|
|
56
70
|
letterSpacing: primitiveTypographyTokens.letterSpacing['28'],
|
|
57
71
|
},
|
|
58
|
-
|
|
72
|
+
heading2SemiBold: {
|
|
59
73
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
60
74
|
fontSize: primitiveTypographyTokens.fontSize['28'],
|
|
61
75
|
fontWeight: primitiveTypographyTokens.fontWeight.semiBold,
|
|
62
76
|
lineHeight: primitiveTypographyTokens.lineHeight['28'],
|
|
63
77
|
letterSpacing: primitiveTypographyTokens.letterSpacing['28'],
|
|
64
78
|
},
|
|
65
|
-
|
|
79
|
+
heading3: {
|
|
66
80
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
67
81
|
fontSize: primitiveTypographyTokens.fontSize['24'],
|
|
68
82
|
fontWeight: primitiveTypographyTokens.fontWeight.medium,
|
|
69
83
|
lineHeight: primitiveTypographyTokens.lineHeight['24'],
|
|
70
84
|
letterSpacing: primitiveTypographyTokens.letterSpacing['24'],
|
|
71
85
|
},
|
|
72
|
-
|
|
86
|
+
heading3SemiBold: {
|
|
73
87
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
74
88
|
fontSize: primitiveTypographyTokens.fontSize['24'],
|
|
75
89
|
fontWeight: primitiveTypographyTokens.fontWeight.semiBold,
|
|
76
90
|
lineHeight: primitiveTypographyTokens.lineHeight['24'],
|
|
77
91
|
letterSpacing: primitiveTypographyTokens.letterSpacing['24'],
|
|
78
92
|
},
|
|
79
|
-
|
|
93
|
+
heading4: {
|
|
80
94
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
81
95
|
fontSize: primitiveTypographyTokens.fontSize['20'],
|
|
82
96
|
fontWeight: primitiveTypographyTokens.fontWeight.medium,
|
|
83
97
|
lineHeight: primitiveTypographyTokens.lineHeight['20'],
|
|
84
98
|
letterSpacing: primitiveTypographyTokens.letterSpacing['20'],
|
|
85
99
|
},
|
|
86
|
-
|
|
100
|
+
heading4SemiBold: {
|
|
87
101
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
88
102
|
fontSize: primitiveTypographyTokens.fontSize['20'],
|
|
89
103
|
fontWeight: primitiveTypographyTokens.fontWeight.semiBold,
|
|
90
104
|
lineHeight: primitiveTypographyTokens.lineHeight['20'],
|
|
91
105
|
letterSpacing: primitiveTypographyTokens.letterSpacing['20'],
|
|
92
106
|
},
|
|
93
|
-
|
|
107
|
+
heading5: {
|
|
94
108
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
95
109
|
fontSize: primitiveTypographyTokens.fontSize['18'],
|
|
96
110
|
fontWeight: primitiveTypographyTokens.fontWeight.medium,
|
|
97
111
|
lineHeight: primitiveTypographyTokens.lineHeight['18'],
|
|
98
112
|
letterSpacing: primitiveTypographyTokens.letterSpacing['18'],
|
|
99
113
|
},
|
|
100
|
-
|
|
114
|
+
heading5SemiBold: {
|
|
101
115
|
fontFamily: primitiveTypographyTokens.fontFamily.sans,
|
|
102
116
|
fontSize: primitiveTypographyTokens.fontSize['18'],
|
|
103
117
|
fontWeight: primitiveTypographyTokens.fontWeight.semiBold,
|
|
@@ -42,55 +42,69 @@ export declare const typographyXlTokens: {
|
|
|
42
42
|
readonly letterSpacing: -2.5;
|
|
43
43
|
};
|
|
44
44
|
readonly heading1: {
|
|
45
|
+
readonly fontFamily: "Inter";
|
|
46
|
+
readonly fontSize: 40;
|
|
47
|
+
readonly fontWeight: "500";
|
|
48
|
+
readonly lineHeight: 48;
|
|
49
|
+
readonly letterSpacing: -2;
|
|
50
|
+
};
|
|
51
|
+
readonly heading1SemiBold: {
|
|
52
|
+
readonly fontFamily: "Inter";
|
|
53
|
+
readonly fontSize: 40;
|
|
54
|
+
readonly fontWeight: "600";
|
|
55
|
+
readonly lineHeight: 48;
|
|
56
|
+
readonly letterSpacing: -2;
|
|
57
|
+
};
|
|
58
|
+
readonly heading2: {
|
|
45
59
|
readonly fontFamily: "Inter";
|
|
46
60
|
readonly fontSize: 28;
|
|
47
61
|
readonly fontWeight: "500";
|
|
48
62
|
readonly lineHeight: 36;
|
|
49
63
|
readonly letterSpacing: -1.5;
|
|
50
64
|
};
|
|
51
|
-
readonly
|
|
65
|
+
readonly heading2SemiBold: {
|
|
52
66
|
readonly fontFamily: "Inter";
|
|
53
67
|
readonly fontSize: 28;
|
|
54
68
|
readonly fontWeight: "600";
|
|
55
69
|
readonly lineHeight: 36;
|
|
56
70
|
readonly letterSpacing: -1.5;
|
|
57
71
|
};
|
|
58
|
-
readonly
|
|
72
|
+
readonly heading3: {
|
|
59
73
|
readonly fontFamily: "Inter";
|
|
60
74
|
readonly fontSize: 24;
|
|
61
75
|
readonly fontWeight: "500";
|
|
62
76
|
readonly lineHeight: 32;
|
|
63
77
|
readonly letterSpacing: -1;
|
|
64
78
|
};
|
|
65
|
-
readonly
|
|
79
|
+
readonly heading3SemiBold: {
|
|
66
80
|
readonly fontFamily: "Inter";
|
|
67
81
|
readonly fontSize: 24;
|
|
68
82
|
readonly fontWeight: "600";
|
|
69
83
|
readonly lineHeight: 32;
|
|
70
84
|
readonly letterSpacing: -1;
|
|
71
85
|
};
|
|
72
|
-
readonly
|
|
86
|
+
readonly heading4: {
|
|
73
87
|
readonly fontFamily: "Inter";
|
|
74
88
|
readonly fontSize: 20;
|
|
75
89
|
readonly fontWeight: "500";
|
|
76
90
|
readonly lineHeight: 28;
|
|
77
91
|
readonly letterSpacing: -1;
|
|
78
92
|
};
|
|
79
|
-
readonly
|
|
93
|
+
readonly heading4SemiBold: {
|
|
80
94
|
readonly fontFamily: "Inter";
|
|
81
95
|
readonly fontSize: 20;
|
|
82
96
|
readonly fontWeight: "600";
|
|
83
97
|
readonly lineHeight: 28;
|
|
84
98
|
readonly letterSpacing: -1;
|
|
85
99
|
};
|
|
86
|
-
readonly
|
|
100
|
+
readonly heading5: {
|
|
87
101
|
readonly fontFamily: "Inter";
|
|
88
102
|
readonly fontSize: 18;
|
|
89
103
|
readonly fontWeight: "500";
|
|
90
104
|
readonly lineHeight: 26;
|
|
91
105
|
readonly letterSpacing: -0.5;
|
|
92
106
|
};
|
|
93
|
-
readonly
|
|
107
|
+
readonly heading5SemiBold: {
|
|
94
108
|
readonly fontFamily: "Inter";
|
|
95
109
|
readonly fontSize: 18;
|
|
96
110
|
readonly fontWeight: "600";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography.xl.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/typographies/typography.xl.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"typography.xl.d.ts","sourceRoot":"","sources":["../../../../src/themes/js/typographies/typography.xl.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEM,CAAC"}
|