@elicecontents/content-ui 1.1.2 → 1.1.3-rc.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/dist/AIAvatar-NYAGMJJ3.png +0 -0
- package/dist/index.cjs +12803 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +12748 -0
- package/dist/index.js.map +1 -0
- package/dist/types/breakpoints/breakpoints.d.ts +1 -1
- package/dist/types/components/AI-feedback/AIFeedback.d.ts +2 -2
- package/dist/types/components/AIDTTypography/AIDTTypography.d.ts +15 -4
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/badge/Badge.d.ts +1 -1
- package/dist/types/components/base-input/BaseInput.d.ts +1 -1
- package/dist/types/components/button/Button.d.ts +2 -2
- package/dist/types/components/chat/Chat.d.ts +14 -4
- package/dist/types/components/chat/TypingIndicator.d.ts +1 -1
- package/dist/types/components/dialog/Dialog.d.ts +2 -2
- package/dist/types/components/dotted-pagination/DottedPagination.d.ts +1 -0
- package/dist/types/components/fluid/EliceBox.d.ts +3 -0
- package/dist/types/components/fluid/EliceFluidLayout.d.ts +46 -0
- package/dist/types/components/fluid/EliceStack.d.ts +3 -0
- package/dist/types/components/fluid/EliceTypography.d.ts +2 -0
- package/dist/types/components/fluid/constants.d.ts +9 -0
- package/dist/types/components/fluid/index.d.ts +7 -0
- package/dist/types/components/fluid/types.d.ts +15 -0
- package/dist/types/components/header-title/HeaderTitle.d.ts +1 -1
- package/dist/types/components/html-viewer/HtmlViewer.d.ts +9 -0
- package/dist/types/components/html-viewer/HtmlViewerContent.d.ts +6 -0
- package/dist/types/components/html-viewer/HtmlViewerContext.d.ts +13 -0
- package/dist/types/components/html-viewer/HtmlViewerHighlightLayer.d.ts +8 -0
- package/dist/types/components/html-viewer/HtmlViewerMemoMenu.d.ts +8 -0
- package/dist/types/components/html-viewer/HtmlViewerToolbar.d.ts +1 -0
- package/dist/types/components/html-viewer/HtmlViewerTypes.d.ts +106 -0
- package/dist/types/components/html-viewer/hooks/useAnchorResolver.d.ts +13 -0
- package/dist/types/components/html-viewer/hooks/useAnnotationStorage.d.ts +9 -0
- package/dist/types/components/html-viewer/hooks/useGestureStateMachine.d.ts +16 -0
- package/dist/types/components/html-viewer/hooks/useHighlightRects.d.ts +2 -0
- package/dist/types/components/html-viewer/hooks/useIntersectionVisibility.d.ts +8 -0
- package/dist/types/components/html-viewer/index.d.ts +2 -0
- package/dist/types/components/icon-button/IconButton.d.ts +2 -2
- package/dist/types/components/index.d.ts +2 -0
- package/dist/types/components/layout/Footer/LayoutFooterPaging.d.ts +2 -2
- package/dist/types/components/layout/Footer/LayoutFooterSubmit.d.ts +2 -1
- package/dist/types/components/layout/Header/LayoutHeaderSubTitle.d.ts +2 -2
- package/dist/types/components/layout/Header/LayoutHeaderTitle.d.ts +2 -2
- package/dist/types/components/layout/Layout.d.ts +9 -28
- package/dist/types/components/layout/index.d.ts +10 -16
- package/dist/types/components/pagination-button/PaginationButton.d.ts +1 -1
- package/dist/types/components/recorder/Recorder.d.ts +3 -3
- package/dist/types/components/recorder-chat/RecorderChat.d.ts +1 -1
- package/dist/types/components/recorder-chat/TypingIndicator.d.ts +1 -1
- package/dist/types/components/recorder-step/RecorderContext.d.ts +2 -1
- package/dist/types/components/recorder-step/RecorderStep.d.ts +3 -3
- package/dist/types/components/selection/Selection.d.ts +2 -2
- package/dist/types/components/sound-visualizer/SoundVisualizer.d.ts +1 -1
- package/dist/types/components/subtitle-button/SubtitleButton.d.ts +2 -2
- package/dist/types/components/table/ColInfoTable.d.ts +1 -1
- package/dist/types/components/table/RowInfoTable.d.ts +1 -1
- package/dist/types/components/table/Table.d.ts +1 -1
- package/dist/types/components/textarea/Textarea.d.ts +9 -3
- package/dist/types/components/tooltip/Tooltip.d.ts +7 -3
- package/dist/types/components/video/VideoPlayer.d.ts +1 -1
- package/dist/types/components/video/VideoV2.d.ts +3 -1
- package/dist/types/components/video/VideoV3.d.ts +37 -0
- package/dist/types/components/video/index.d.ts +2 -0
- package/dist/types/hooks/useAIDTMediaQuery.d.ts +5 -1
- package/dist/types/icons/MoreColumn.d.ts +1 -1
- package/dist/types/icons/QuestionBubble.d.ts +1 -1
- package/dist/types/icons/ReadyRecord.d.ts +1 -1
- package/dist/types/icons/RecordPause.d.ts +1 -1
- package/dist/types/icons/RecordPlay.d.ts +1 -1
- package/dist/types/icons/Recording.d.ts +1 -1
- package/dist/types/icons/ScrollMoreIcon.d.ts +1 -1
- package/dist/types/icons/SearchIcon.d.ts +1 -1
- package/dist/types/index.d.ts +2 -0
- package/dist/types/palettes/_typing.d.ts +1 -1
- package/dist/types/palettes/eliceDefault.d.ts +1 -1
- package/dist/types/palettes/type1.d.ts +1 -1
- package/dist/types/palettes/type2.d.ts +1 -1
- package/dist/types/theme/AIDTTheme.d.ts +1 -1
- package/dist/types/theme/_base.d.ts +1 -1
- package/dist/types/theme/createAIDTTheme.d.ts +2 -3
- package/dist/types/theme/createEliceThemeOverride.d.ts +5 -3
- package/dist/types/theme/transitions.d.ts +1 -1
- package/dist/types/tokens/breakpoints/breakpoints.d.ts +2 -2
- package/dist/types/tokens/colors/_typing.d.ts +1 -1
- package/dist/types/tokens/colors/bluepurple.d.ts +1 -1
- package/dist/types/tokens/colors/bluesky.d.ts +1 -1
- package/dist/types/tokens/colors/common.d.ts +1 -1
- package/dist/types/tokens/colors/gray.d.ts +1 -1
- package/dist/types/tokens/colors/green.d.ts +1 -1
- package/dist/types/tokens/colors/mint.d.ts +1 -1
- package/dist/types/tokens/colors/orange.d.ts +1 -1
- package/dist/types/tokens/colors/pink.d.ts +1 -1
- package/dist/types/tokens/colors/purple.d.ts +1 -1
- package/dist/types/tokens/colors/yellow.d.ts +1 -1
- package/dist/types/types/theme-augmentation.d.ts +14 -1
- package/dist/types/types/theme.types.d.ts +4 -2
- package/dist/types/typography/TypographyType.d.ts +798 -42
- package/dist/types/typography/index.d.ts +1 -0
- package/dist/types/typography/typography.d.ts +393 -45
- package/dist/types/typography/typographyFontFamily.d.ts +1 -0
- package/package.json +21 -17
- package/dist/cjs/index.js +0 -797
- package/dist/cjs/index.js.map +0 -1
- package/dist/es/index.js +0 -17963
- package/dist/es/index.js.map +0 -1
- package/dist/utils-B-OwYxKc.js +0 -2
- package/dist/utils-B-OwYxKc.js.map +0 -1
- package/dist/utils-C6l9edAI.mjs +0 -33
- package/dist/utils-C6l9edAI.mjs.map +0 -1
- package/dist/video-BVmBZcCY.mjs +0 -29748
- package/dist/video-BVmBZcCY.mjs.map +0 -1
- package/dist/video-De6bH9lK.js +0 -213
- package/dist/video-De6bH9lK.js.map +0 -1
- package/dist/video-utils-CSAdDJJN.js +0 -9
- package/dist/video-utils-CSAdDJJN.js.map +0 -1
- package/dist/video-utils-DfKS4cGg.mjs +0 -5735
- package/dist/video-utils-DfKS4cGg.mjs.map +0 -1
|
@@ -1,10 +1,427 @@
|
|
|
1
|
+
declare const DEFAULT_TYPOGRAPHY_STYLES: {
|
|
2
|
+
h1: {
|
|
3
|
+
fontSize: string;
|
|
4
|
+
fontWeight: number;
|
|
5
|
+
lineHeight: string;
|
|
6
|
+
"@media (max-width:830px)": {
|
|
7
|
+
fontSize: string;
|
|
8
|
+
lineHeight: string;
|
|
9
|
+
};
|
|
10
|
+
"@media (max-height:600px)": {
|
|
11
|
+
fontSize: string;
|
|
12
|
+
lineHeight: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
h2: {
|
|
16
|
+
fontSize: string;
|
|
17
|
+
fontWeight: number;
|
|
18
|
+
lineHeight: string;
|
|
19
|
+
"@media (max-width:830px)": {
|
|
20
|
+
fontSize: string;
|
|
21
|
+
lineHeight: string;
|
|
22
|
+
};
|
|
23
|
+
"@media (max-height:600px)": {
|
|
24
|
+
fontSize: string;
|
|
25
|
+
lineHeight: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
h3: {
|
|
29
|
+
fontSize: string;
|
|
30
|
+
fontWeight: number;
|
|
31
|
+
lineHeight: string;
|
|
32
|
+
"@media (max-width:830px)": {
|
|
33
|
+
fontSize: string;
|
|
34
|
+
lineHeight: string;
|
|
35
|
+
};
|
|
36
|
+
"@media (max-height:600px)": {
|
|
37
|
+
fontSize: string;
|
|
38
|
+
lineHeight: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
h4: {
|
|
42
|
+
fontSize: string;
|
|
43
|
+
fontWeight: number;
|
|
44
|
+
lineHeight: string;
|
|
45
|
+
"@media (max-width:830px)": {
|
|
46
|
+
fontSize: string;
|
|
47
|
+
lineHeight: string;
|
|
48
|
+
};
|
|
49
|
+
"@media (max-height:600px)": {
|
|
50
|
+
fontSize: string;
|
|
51
|
+
lineHeight: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
h5: {
|
|
55
|
+
fontSize: string;
|
|
56
|
+
fontWeight: number;
|
|
57
|
+
lineHeight: string;
|
|
58
|
+
"@media (max-width:830px)": {
|
|
59
|
+
fontSize: string;
|
|
60
|
+
lineHeight: string;
|
|
61
|
+
};
|
|
62
|
+
"@media (max-height:600px)": {
|
|
63
|
+
fontSize: string;
|
|
64
|
+
lineHeight: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
h6: {
|
|
68
|
+
fontSize: string;
|
|
69
|
+
fontWeight: number;
|
|
70
|
+
lineHeight: string;
|
|
71
|
+
"@media (max-width:830px)": {
|
|
72
|
+
fontSize: string;
|
|
73
|
+
lineHeight: string;
|
|
74
|
+
};
|
|
75
|
+
"@media (max-height:600px)": {
|
|
76
|
+
fontSize: string;
|
|
77
|
+
lineHeight: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
subtitle1: {
|
|
81
|
+
fontSize: string;
|
|
82
|
+
fontWeight: number;
|
|
83
|
+
lineHeight: string;
|
|
84
|
+
"@media (max-width:830px)": {
|
|
85
|
+
fontSize: string;
|
|
86
|
+
lineHeight: string;
|
|
87
|
+
};
|
|
88
|
+
"@media (max-height:600px)": {
|
|
89
|
+
fontSize: string;
|
|
90
|
+
lineHeight: string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
subtitle2: {
|
|
94
|
+
fontSize: string;
|
|
95
|
+
fontWeight: number;
|
|
96
|
+
lineHeight: string;
|
|
97
|
+
"@media (max-width:830px)": {
|
|
98
|
+
fontSize: string;
|
|
99
|
+
lineHeight: string;
|
|
100
|
+
};
|
|
101
|
+
"@media (max-height:600px)": {
|
|
102
|
+
fontSize: string;
|
|
103
|
+
lineHeight: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
body1: {
|
|
107
|
+
fontSize: string;
|
|
108
|
+
fontWeight: number;
|
|
109
|
+
lineHeight: string;
|
|
110
|
+
"@media (max-width:830px)": {
|
|
111
|
+
fontSize: string;
|
|
112
|
+
lineHeight: string;
|
|
113
|
+
};
|
|
114
|
+
"@media (max-height:600px)": {
|
|
115
|
+
fontSize: string;
|
|
116
|
+
lineHeight: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
body2: {
|
|
120
|
+
fontSize: string;
|
|
121
|
+
fontWeight: number;
|
|
122
|
+
lineHeight: string;
|
|
123
|
+
"@media (max-width:830px)": {
|
|
124
|
+
fontSize: string;
|
|
125
|
+
lineHeight: string;
|
|
126
|
+
};
|
|
127
|
+
"@media (max-height:600px)": {
|
|
128
|
+
fontSize: string;
|
|
129
|
+
lineHeight: string;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
caption: {
|
|
133
|
+
fontSize: string;
|
|
134
|
+
fontWeight: number;
|
|
135
|
+
lineHeight: string;
|
|
136
|
+
"@media (max-width:830px)": {
|
|
137
|
+
fontSize: string;
|
|
138
|
+
lineHeight: string;
|
|
139
|
+
};
|
|
140
|
+
"@media (max-height:600px)": {
|
|
141
|
+
fontSize: string;
|
|
142
|
+
lineHeight: string;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
buttoninput: {
|
|
146
|
+
fontSize: string;
|
|
147
|
+
fontWeight: number;
|
|
148
|
+
lineHeight: string;
|
|
149
|
+
"@media (max-width:830px)": {
|
|
150
|
+
fontSize: string;
|
|
151
|
+
};
|
|
152
|
+
"@media (max-height:600px)": {
|
|
153
|
+
fontSize: string;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
pagination: {
|
|
157
|
+
fontSize: string;
|
|
158
|
+
fontWeight: number;
|
|
159
|
+
lineHeight: string;
|
|
160
|
+
"@media (max-width:830px)": {
|
|
161
|
+
fontSize: string;
|
|
162
|
+
lineHeight: string;
|
|
163
|
+
};
|
|
164
|
+
"@media (max-height:600px)": {
|
|
165
|
+
fontSize: string;
|
|
166
|
+
lineHeight: string;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
textarea: {
|
|
170
|
+
fontSize: string;
|
|
171
|
+
fontWeight: number;
|
|
172
|
+
lineHeight: string;
|
|
173
|
+
"@media (max-width:830px)": {
|
|
174
|
+
fontSize: string;
|
|
175
|
+
lineHeight: string;
|
|
176
|
+
};
|
|
177
|
+
"@media (max-height:600px)": {
|
|
178
|
+
fontSize: string;
|
|
179
|
+
lineHeight: string;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
declare const CONTENT_TYPOGRAPHY_STYLES: {
|
|
184
|
+
clampH1: {
|
|
185
|
+
fontSize: string;
|
|
186
|
+
fontWeight: number;
|
|
187
|
+
lineHeight: string;
|
|
188
|
+
fontFamily: string;
|
|
189
|
+
};
|
|
190
|
+
h1: {
|
|
191
|
+
fontSize: string;
|
|
192
|
+
fontWeight: number;
|
|
193
|
+
lineHeight: string;
|
|
194
|
+
"@media (max-width:830px)": {
|
|
195
|
+
fontSize: string;
|
|
196
|
+
};
|
|
197
|
+
"@media (max-height:600px)": {
|
|
198
|
+
fontSize: string;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
h2: {
|
|
202
|
+
fontSize: string;
|
|
203
|
+
fontWeight: number;
|
|
204
|
+
lineHeight: string;
|
|
205
|
+
"@media (max-width:830px)": {
|
|
206
|
+
fontSize: string;
|
|
207
|
+
lineHeight: string;
|
|
208
|
+
};
|
|
209
|
+
"@media (max-height:600px)": {
|
|
210
|
+
fontSize: string;
|
|
211
|
+
lineHeight: string;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
h3: {
|
|
215
|
+
fontSize: string;
|
|
216
|
+
fontWeight: number;
|
|
217
|
+
lineHeight: string;
|
|
218
|
+
"@media (max-width:830px)": {
|
|
219
|
+
fontSize: string;
|
|
220
|
+
lineHeight: string;
|
|
221
|
+
};
|
|
222
|
+
"@media (max-height:600px)": {
|
|
223
|
+
fontSize: string;
|
|
224
|
+
lineHeight: string;
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
h4: {
|
|
228
|
+
fontSize: string;
|
|
229
|
+
fontWeight: number;
|
|
230
|
+
lineHeight: string;
|
|
231
|
+
"@media (max-width:830px)": {
|
|
232
|
+
fontSize: string;
|
|
233
|
+
lineHeight: string;
|
|
234
|
+
};
|
|
235
|
+
"@media (max-height:600px)": {
|
|
236
|
+
fontSize: string;
|
|
237
|
+
lineHeight: string;
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
h5: {
|
|
241
|
+
fontSize: string;
|
|
242
|
+
fontWeight: number;
|
|
243
|
+
lineHeight: string;
|
|
244
|
+
"@media (max-width:830px)": {
|
|
245
|
+
fontSize: string;
|
|
246
|
+
lineHeight: string;
|
|
247
|
+
};
|
|
248
|
+
"@media (max-height:600px)": {
|
|
249
|
+
fontSize: string;
|
|
250
|
+
lineHeight: string;
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
h6: {
|
|
254
|
+
fontSize: string;
|
|
255
|
+
fontWeight: number;
|
|
256
|
+
lineHeight: string;
|
|
257
|
+
"@media (max-width:830px)": {
|
|
258
|
+
fontSize: string;
|
|
259
|
+
lineHeight: string;
|
|
260
|
+
};
|
|
261
|
+
"@media (max-height:600px)": {
|
|
262
|
+
fontSize: string;
|
|
263
|
+
lineHeight: string;
|
|
264
|
+
};
|
|
265
|
+
};
|
|
266
|
+
subtitle1: {
|
|
267
|
+
fontSize: string;
|
|
268
|
+
fontWeight: number;
|
|
269
|
+
lineHeight: string;
|
|
270
|
+
letterSpacing: string;
|
|
271
|
+
"@media (max-width:830px)": {
|
|
272
|
+
fontSize: string;
|
|
273
|
+
};
|
|
274
|
+
"@media (max-height:600px)": {
|
|
275
|
+
fontSize: string;
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
subtitle2: {
|
|
279
|
+
fontSize: string;
|
|
280
|
+
fontWeight: number;
|
|
281
|
+
lineHeight: string;
|
|
282
|
+
"@media (max-width:830px)": {
|
|
283
|
+
fontSize: string;
|
|
284
|
+
};
|
|
285
|
+
"@media (max-height:600px)": {
|
|
286
|
+
fontSize: string;
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
subtitle3: {
|
|
290
|
+
fontSize: string;
|
|
291
|
+
fontWeight: number;
|
|
292
|
+
lineHeight: string;
|
|
293
|
+
"@media (max-width:830px)": {
|
|
294
|
+
fontSize: string;
|
|
295
|
+
lineHeight: string;
|
|
296
|
+
};
|
|
297
|
+
"@media (max-height:600px)": {
|
|
298
|
+
fontSize: string;
|
|
299
|
+
lineHeight: string;
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
body1: {
|
|
303
|
+
fontSize: string;
|
|
304
|
+
fontWeight: number;
|
|
305
|
+
lineHeight: string;
|
|
306
|
+
"@media (max-width:830px)": {
|
|
307
|
+
fontSize: string;
|
|
308
|
+
lineHeight: string;
|
|
309
|
+
};
|
|
310
|
+
"@media (max-height:600px)": {
|
|
311
|
+
fontSize: string;
|
|
312
|
+
lineHeight: string;
|
|
313
|
+
};
|
|
314
|
+
};
|
|
315
|
+
body2: {
|
|
316
|
+
fontSize: string;
|
|
317
|
+
fontWeight: number;
|
|
318
|
+
lineHeight: string;
|
|
319
|
+
"@media (max-width:830px)": {
|
|
320
|
+
fontSize: string;
|
|
321
|
+
lineHeight: string;
|
|
322
|
+
};
|
|
323
|
+
"@media (max-height:600px)": {
|
|
324
|
+
fontSize: string;
|
|
325
|
+
lineHeight: string;
|
|
326
|
+
};
|
|
327
|
+
};
|
|
328
|
+
body3: {
|
|
329
|
+
fontSize: string;
|
|
330
|
+
fontWeight: number;
|
|
331
|
+
lineHeight: string;
|
|
332
|
+
"@media (max-width:830px)": {
|
|
333
|
+
fontSize: string;
|
|
334
|
+
lineHeight: string;
|
|
335
|
+
};
|
|
336
|
+
"@media (max-height:600px)": {
|
|
337
|
+
fontSize: string;
|
|
338
|
+
lineHeight: string;
|
|
339
|
+
};
|
|
340
|
+
};
|
|
341
|
+
caption: {
|
|
342
|
+
fontSize: string;
|
|
343
|
+
fontWeight: number;
|
|
344
|
+
lineHeight: string;
|
|
345
|
+
"@media (max-width:830px)": {
|
|
346
|
+
fontSize: string;
|
|
347
|
+
lineHeight: string;
|
|
348
|
+
};
|
|
349
|
+
"@media (max-height:600px)": {
|
|
350
|
+
fontSize: string;
|
|
351
|
+
lineHeight: string;
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
title1: {
|
|
355
|
+
fontSize: string;
|
|
356
|
+
fontWeight: number;
|
|
357
|
+
lineHeight: string;
|
|
358
|
+
"@media (max-width:830px)": {
|
|
359
|
+
fontSize: string;
|
|
360
|
+
lineHeight: string;
|
|
361
|
+
};
|
|
362
|
+
"@media (max-height:600px)": {
|
|
363
|
+
fontSize: string;
|
|
364
|
+
lineHeight: string;
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
title2: {
|
|
368
|
+
fontSize: string;
|
|
369
|
+
fontWeight: number;
|
|
370
|
+
lineHeight: string;
|
|
371
|
+
"@media (max-width:830px)": {
|
|
372
|
+
fontSize: string;
|
|
373
|
+
lineHeight: string;
|
|
374
|
+
};
|
|
375
|
+
"@media (max-height:600px)": {
|
|
376
|
+
fontSize: string;
|
|
377
|
+
lineHeight: string;
|
|
378
|
+
};
|
|
379
|
+
};
|
|
380
|
+
buttoninput: {
|
|
381
|
+
fontSize: string;
|
|
382
|
+
fontWeight: number;
|
|
383
|
+
lineHeight: string;
|
|
384
|
+
"@media (max-width:830px)": {
|
|
385
|
+
fontSize: string;
|
|
386
|
+
};
|
|
387
|
+
"@media (max-height:600px)": {
|
|
388
|
+
fontSize: string;
|
|
389
|
+
};
|
|
390
|
+
};
|
|
391
|
+
pagination: {
|
|
392
|
+
fontSize: string;
|
|
393
|
+
fontWeight: number;
|
|
394
|
+
lineHeight: string;
|
|
395
|
+
"@media (max-width:830px)": {
|
|
396
|
+
fontSize: string;
|
|
397
|
+
lineHeight: string;
|
|
398
|
+
};
|
|
399
|
+
"@media (max-height:600px)": {
|
|
400
|
+
fontSize: string;
|
|
401
|
+
lineHeight: string;
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
textarea: {
|
|
405
|
+
fontSize: string;
|
|
406
|
+
fontWeight: number;
|
|
407
|
+
lineHeight: string;
|
|
408
|
+
"@media (max-width:830px)": {
|
|
409
|
+
fontSize: string;
|
|
410
|
+
lineHeight: string;
|
|
411
|
+
};
|
|
412
|
+
"@media (max-height:600px)": {
|
|
413
|
+
fontSize: string;
|
|
414
|
+
lineHeight: string;
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
};
|
|
1
418
|
export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
2
419
|
Default: {
|
|
3
420
|
h1: {
|
|
4
421
|
fontSize: string;
|
|
5
422
|
fontWeight: number;
|
|
6
423
|
lineHeight: string;
|
|
7
|
-
"@media (max-width:
|
|
424
|
+
"@media (max-width:830px)": {
|
|
8
425
|
fontSize: string;
|
|
9
426
|
lineHeight: string;
|
|
10
427
|
};
|
|
@@ -17,7 +434,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
17
434
|
fontSize: string;
|
|
18
435
|
fontWeight: number;
|
|
19
436
|
lineHeight: string;
|
|
20
|
-
"@media (max-width:
|
|
437
|
+
"@media (max-width:830px)": {
|
|
21
438
|
fontSize: string;
|
|
22
439
|
lineHeight: string;
|
|
23
440
|
};
|
|
@@ -30,7 +447,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
30
447
|
fontSize: string;
|
|
31
448
|
fontWeight: number;
|
|
32
449
|
lineHeight: string;
|
|
33
|
-
"@media (max-width:
|
|
450
|
+
"@media (max-width:830px)": {
|
|
34
451
|
fontSize: string;
|
|
35
452
|
lineHeight: string;
|
|
36
453
|
};
|
|
@@ -43,7 +460,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
43
460
|
fontSize: string;
|
|
44
461
|
fontWeight: number;
|
|
45
462
|
lineHeight: string;
|
|
46
|
-
"@media (max-width:
|
|
463
|
+
"@media (max-width:830px)": {
|
|
47
464
|
fontSize: string;
|
|
48
465
|
lineHeight: string;
|
|
49
466
|
};
|
|
@@ -56,7 +473,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
56
473
|
fontSize: string;
|
|
57
474
|
fontWeight: number;
|
|
58
475
|
lineHeight: string;
|
|
59
|
-
"@media (max-width:
|
|
476
|
+
"@media (max-width:830px)": {
|
|
60
477
|
fontSize: string;
|
|
61
478
|
lineHeight: string;
|
|
62
479
|
};
|
|
@@ -69,7 +486,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
69
486
|
fontSize: string;
|
|
70
487
|
fontWeight: number;
|
|
71
488
|
lineHeight: string;
|
|
72
|
-
"@media (max-width:
|
|
489
|
+
"@media (max-width:830px)": {
|
|
73
490
|
fontSize: string;
|
|
74
491
|
lineHeight: string;
|
|
75
492
|
};
|
|
@@ -82,7 +499,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
82
499
|
fontSize: string;
|
|
83
500
|
fontWeight: number;
|
|
84
501
|
lineHeight: string;
|
|
85
|
-
"@media (max-width:
|
|
502
|
+
"@media (max-width:830px)": {
|
|
86
503
|
fontSize: string;
|
|
87
504
|
lineHeight: string;
|
|
88
505
|
};
|
|
@@ -95,7 +512,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
95
512
|
fontSize: string;
|
|
96
513
|
fontWeight: number;
|
|
97
514
|
lineHeight: string;
|
|
98
|
-
"@media (max-width:
|
|
515
|
+
"@media (max-width:830px)": {
|
|
99
516
|
fontSize: string;
|
|
100
517
|
lineHeight: string;
|
|
101
518
|
};
|
|
@@ -108,7 +525,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
108
525
|
fontSize: string;
|
|
109
526
|
fontWeight: number;
|
|
110
527
|
lineHeight: string;
|
|
111
|
-
"@media (max-width:
|
|
528
|
+
"@media (max-width:830px)": {
|
|
112
529
|
fontSize: string;
|
|
113
530
|
lineHeight: string;
|
|
114
531
|
};
|
|
@@ -121,7 +538,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
121
538
|
fontSize: string;
|
|
122
539
|
fontWeight: number;
|
|
123
540
|
lineHeight: string;
|
|
124
|
-
"@media (max-width:
|
|
541
|
+
"@media (max-width:830px)": {
|
|
125
542
|
fontSize: string;
|
|
126
543
|
lineHeight: string;
|
|
127
544
|
};
|
|
@@ -134,7 +551,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
134
551
|
fontSize: string;
|
|
135
552
|
fontWeight: number;
|
|
136
553
|
lineHeight: string;
|
|
137
|
-
"@media (max-width:
|
|
554
|
+
"@media (max-width:830px)": {
|
|
138
555
|
fontSize: string;
|
|
139
556
|
lineHeight: string;
|
|
140
557
|
};
|
|
@@ -147,7 +564,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
147
564
|
fontSize: string;
|
|
148
565
|
fontWeight: number;
|
|
149
566
|
lineHeight: string;
|
|
150
|
-
"@media (max-width:
|
|
567
|
+
"@media (max-width:830px)": {
|
|
151
568
|
fontSize: string;
|
|
152
569
|
};
|
|
153
570
|
"@media (max-height:600px)": {
|
|
@@ -158,7 +575,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
158
575
|
fontSize: string;
|
|
159
576
|
fontWeight: number;
|
|
160
577
|
lineHeight: string;
|
|
161
|
-
"@media (max-width:
|
|
578
|
+
"@media (max-width:830px)": {
|
|
162
579
|
fontSize: string;
|
|
163
580
|
lineHeight: string;
|
|
164
581
|
};
|
|
@@ -171,7 +588,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
171
588
|
fontSize: string;
|
|
172
589
|
fontWeight: number;
|
|
173
590
|
lineHeight: string;
|
|
174
|
-
"@media (max-width:
|
|
591
|
+
"@media (max-width:830px)": {
|
|
175
592
|
fontSize: string;
|
|
176
593
|
lineHeight: string;
|
|
177
594
|
};
|
|
@@ -186,7 +603,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
186
603
|
fontSize: string;
|
|
187
604
|
fontWeight: number;
|
|
188
605
|
lineHeight: string;
|
|
189
|
-
"@media (max-width:
|
|
606
|
+
"@media (max-width:830px)": {
|
|
190
607
|
fontSize: string;
|
|
191
608
|
lineHeight: string;
|
|
192
609
|
};
|
|
@@ -199,7 +616,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
199
616
|
fontSize: string;
|
|
200
617
|
fontWeight: number;
|
|
201
618
|
lineHeight: string;
|
|
202
|
-
"@media (max-width:
|
|
619
|
+
"@media (max-width:830px)": {
|
|
203
620
|
fontSize: string;
|
|
204
621
|
lineHeight: string;
|
|
205
622
|
};
|
|
@@ -212,7 +629,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
212
629
|
fontSize: string;
|
|
213
630
|
fontWeight: number;
|
|
214
631
|
lineHeight: string;
|
|
215
|
-
"@media (max-width:
|
|
632
|
+
"@media (max-width:830px)": {
|
|
216
633
|
fontSize: string;
|
|
217
634
|
lineHeight: string;
|
|
218
635
|
};
|
|
@@ -225,7 +642,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
225
642
|
fontSize: string;
|
|
226
643
|
fontWeight: number;
|
|
227
644
|
lineHeight: string;
|
|
228
|
-
"@media (max-width:
|
|
645
|
+
"@media (max-width:830px)": {
|
|
229
646
|
fontSize: string;
|
|
230
647
|
lineHeight: string;
|
|
231
648
|
};
|
|
@@ -238,7 +655,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
238
655
|
fontSize: string;
|
|
239
656
|
fontWeight: number;
|
|
240
657
|
lineHeight: string;
|
|
241
|
-
"@media (max-width:
|
|
658
|
+
"@media (max-width:830px)": {
|
|
242
659
|
fontSize: string;
|
|
243
660
|
lineHeight: string;
|
|
244
661
|
};
|
|
@@ -251,7 +668,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
251
668
|
fontSize: string;
|
|
252
669
|
fontWeight: number;
|
|
253
670
|
lineHeight: string;
|
|
254
|
-
"@media (max-width:
|
|
671
|
+
"@media (max-width:830px)": {
|
|
255
672
|
fontSize: string;
|
|
256
673
|
lineHeight: string;
|
|
257
674
|
};
|
|
@@ -264,7 +681,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
264
681
|
fontSize: string;
|
|
265
682
|
fontWeight: number;
|
|
266
683
|
lineHeight: string;
|
|
267
|
-
"@media (max-width:
|
|
684
|
+
"@media (max-width:830px)": {
|
|
268
685
|
fontSize: string;
|
|
269
686
|
lineHeight: string;
|
|
270
687
|
};
|
|
@@ -277,7 +694,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
277
694
|
fontSize: string;
|
|
278
695
|
fontWeight: number;
|
|
279
696
|
lineHeight: string;
|
|
280
|
-
"@media (max-width:
|
|
697
|
+
"@media (max-width:830px)": {
|
|
281
698
|
fontSize: string;
|
|
282
699
|
lineHeight: string;
|
|
283
700
|
};
|
|
@@ -290,7 +707,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
290
707
|
fontSize: string;
|
|
291
708
|
fontWeight: number;
|
|
292
709
|
lineHeight: string;
|
|
293
|
-
"@media (max-width:
|
|
710
|
+
"@media (max-width:830px)": {
|
|
294
711
|
fontSize: string;
|
|
295
712
|
lineHeight: string;
|
|
296
713
|
};
|
|
@@ -303,7 +720,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
303
720
|
fontSize: string;
|
|
304
721
|
fontWeight: number;
|
|
305
722
|
lineHeight: string;
|
|
306
|
-
"@media (max-width:
|
|
723
|
+
"@media (max-width:830px)": {
|
|
307
724
|
fontSize: string;
|
|
308
725
|
lineHeight: string;
|
|
309
726
|
};
|
|
@@ -316,7 +733,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
316
733
|
fontSize: string;
|
|
317
734
|
fontWeight: number;
|
|
318
735
|
lineHeight: string;
|
|
319
|
-
"@media (max-width:
|
|
736
|
+
"@media (max-width:830px)": {
|
|
320
737
|
fontSize: string;
|
|
321
738
|
lineHeight: string;
|
|
322
739
|
};
|
|
@@ -329,7 +746,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
329
746
|
fontSize: string;
|
|
330
747
|
fontWeight: number;
|
|
331
748
|
lineHeight: string;
|
|
332
|
-
"@media (max-width:
|
|
749
|
+
"@media (max-width:830px)": {
|
|
333
750
|
fontSize: string;
|
|
334
751
|
lineHeight: string;
|
|
335
752
|
};
|
|
@@ -342,7 +759,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
342
759
|
fontSize: string;
|
|
343
760
|
fontWeight: number;
|
|
344
761
|
lineHeight: string;
|
|
345
|
-
"@media (max-width:
|
|
762
|
+
"@media (max-width:830px)": {
|
|
346
763
|
fontSize: string;
|
|
347
764
|
lineHeight: string;
|
|
348
765
|
};
|
|
@@ -355,7 +772,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
355
772
|
fontSize: string;
|
|
356
773
|
fontWeight: number;
|
|
357
774
|
lineHeight: string;
|
|
358
|
-
"@media (max-width:
|
|
775
|
+
"@media (max-width:830px)": {
|
|
359
776
|
fontSize: string;
|
|
360
777
|
lineHeight: string;
|
|
361
778
|
};
|
|
@@ -370,7 +787,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
370
787
|
fontSize: string;
|
|
371
788
|
fontWeight: number;
|
|
372
789
|
lineHeight: string;
|
|
373
|
-
"@media (max-width:
|
|
790
|
+
"@media (max-width:830px)": {
|
|
374
791
|
fontSize: string;
|
|
375
792
|
lineHeight: string;
|
|
376
793
|
};
|
|
@@ -383,7 +800,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
383
800
|
fontSize: string;
|
|
384
801
|
fontWeight: number;
|
|
385
802
|
lineHeight: string;
|
|
386
|
-
"@media (max-width:
|
|
803
|
+
"@media (max-width:830px)": {
|
|
387
804
|
fontSize: string;
|
|
388
805
|
lineHeight: string;
|
|
389
806
|
};
|
|
@@ -396,7 +813,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
396
813
|
fontSize: string;
|
|
397
814
|
fontWeight: number;
|
|
398
815
|
lineHeight: string;
|
|
399
|
-
"@media (max-width:
|
|
816
|
+
"@media (max-width:830px)": {
|
|
400
817
|
fontSize: string;
|
|
401
818
|
lineHeight: string;
|
|
402
819
|
};
|
|
@@ -409,7 +826,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
409
826
|
fontSize: string;
|
|
410
827
|
fontWeight: number;
|
|
411
828
|
lineHeight: string;
|
|
412
|
-
"@media (max-width:
|
|
829
|
+
"@media (max-width:830px)": {
|
|
413
830
|
fontSize: string;
|
|
414
831
|
lineHeight: string;
|
|
415
832
|
};
|
|
@@ -422,7 +839,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
422
839
|
fontSize: string;
|
|
423
840
|
fontWeight: number;
|
|
424
841
|
lineHeight: string;
|
|
425
|
-
"@media (max-width:
|
|
842
|
+
"@media (max-width:830px)": {
|
|
426
843
|
fontSize: string;
|
|
427
844
|
lineHeight: string;
|
|
428
845
|
};
|
|
@@ -435,7 +852,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
435
852
|
fontSize: string;
|
|
436
853
|
fontWeight: number;
|
|
437
854
|
lineHeight: string;
|
|
438
|
-
"@media (max-width:
|
|
855
|
+
"@media (max-width:830px)": {
|
|
439
856
|
fontSize: string;
|
|
440
857
|
lineHeight: string;
|
|
441
858
|
};
|
|
@@ -448,7 +865,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
448
865
|
fontSize: string;
|
|
449
866
|
fontWeight: number;
|
|
450
867
|
lineHeight: string;
|
|
451
|
-
"@media (max-width:
|
|
868
|
+
"@media (max-width:830px)": {
|
|
452
869
|
fontSize: string;
|
|
453
870
|
lineHeight: string;
|
|
454
871
|
};
|
|
@@ -461,7 +878,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
461
878
|
fontSize: string;
|
|
462
879
|
fontWeight: number;
|
|
463
880
|
lineHeight: string;
|
|
464
|
-
"@media (max-width:
|
|
881
|
+
"@media (max-width:830px)": {
|
|
465
882
|
fontSize: string;
|
|
466
883
|
lineHeight: string;
|
|
467
884
|
};
|
|
@@ -474,7 +891,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
474
891
|
fontSize: string;
|
|
475
892
|
fontWeight: number;
|
|
476
893
|
lineHeight: string;
|
|
477
|
-
"@media (max-width:
|
|
894
|
+
"@media (max-width:830px)": {
|
|
478
895
|
fontSize: string;
|
|
479
896
|
lineHeight: string;
|
|
480
897
|
};
|
|
@@ -487,7 +904,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
487
904
|
fontSize: string;
|
|
488
905
|
fontWeight: number;
|
|
489
906
|
lineHeight: string;
|
|
490
|
-
"@media (max-width:
|
|
907
|
+
"@media (max-width:830px)": {
|
|
491
908
|
fontSize: string;
|
|
492
909
|
lineHeight: string;
|
|
493
910
|
};
|
|
@@ -500,7 +917,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
500
917
|
fontSize: string;
|
|
501
918
|
fontWeight: number;
|
|
502
919
|
lineHeight: string;
|
|
503
|
-
"@media (max-width:
|
|
920
|
+
"@media (max-width:830px)": {
|
|
504
921
|
fontSize: string;
|
|
505
922
|
lineHeight: string;
|
|
506
923
|
};
|
|
@@ -513,7 +930,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
513
930
|
fontSize: string;
|
|
514
931
|
fontWeight: number;
|
|
515
932
|
lineHeight: string;
|
|
516
|
-
"@media (max-width:
|
|
933
|
+
"@media (max-width:830px)": {
|
|
517
934
|
fontSize: string;
|
|
518
935
|
lineHeight: string;
|
|
519
936
|
};
|
|
@@ -526,7 +943,7 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
526
943
|
fontSize: string;
|
|
527
944
|
fontWeight: number;
|
|
528
945
|
lineHeight: string;
|
|
529
|
-
"@media (max-width:
|
|
946
|
+
"@media (max-width:830px)": {
|
|
530
947
|
fontSize: string;
|
|
531
948
|
lineHeight: string;
|
|
532
949
|
};
|
|
@@ -539,7 +956,52 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
539
956
|
fontSize: string;
|
|
540
957
|
fontWeight: number;
|
|
541
958
|
lineHeight: string;
|
|
542
|
-
"@media (max-width:
|
|
959
|
+
"@media (max-width:830px)": {
|
|
960
|
+
fontSize: string;
|
|
961
|
+
lineHeight: string;
|
|
962
|
+
};
|
|
963
|
+
"@media (max-height:600px)": {
|
|
964
|
+
fontSize: string;
|
|
965
|
+
lineHeight: string;
|
|
966
|
+
};
|
|
967
|
+
};
|
|
968
|
+
};
|
|
969
|
+
Content: {
|
|
970
|
+
clampH1: {
|
|
971
|
+
fontSize: string;
|
|
972
|
+
fontWeight: number;
|
|
973
|
+
lineHeight: string;
|
|
974
|
+
fontFamily: string;
|
|
975
|
+
};
|
|
976
|
+
h1: {
|
|
977
|
+
fontSize: string;
|
|
978
|
+
fontWeight: number;
|
|
979
|
+
lineHeight: string;
|
|
980
|
+
"@media (max-width:830px)": {
|
|
981
|
+
fontSize: string;
|
|
982
|
+
};
|
|
983
|
+
"@media (max-height:600px)": {
|
|
984
|
+
fontSize: string;
|
|
985
|
+
};
|
|
986
|
+
};
|
|
987
|
+
h2: {
|
|
988
|
+
fontSize: string;
|
|
989
|
+
fontWeight: number;
|
|
990
|
+
lineHeight: string;
|
|
991
|
+
"@media (max-width:830px)": {
|
|
992
|
+
fontSize: string;
|
|
993
|
+
lineHeight: string;
|
|
994
|
+
};
|
|
995
|
+
"@media (max-height:600px)": {
|
|
996
|
+
fontSize: string;
|
|
997
|
+
lineHeight: string;
|
|
998
|
+
};
|
|
999
|
+
};
|
|
1000
|
+
h3: {
|
|
1001
|
+
fontSize: string;
|
|
1002
|
+
fontWeight: number;
|
|
1003
|
+
lineHeight: string;
|
|
1004
|
+
"@media (max-width:830px)": {
|
|
543
1005
|
fontSize: string;
|
|
544
1006
|
lineHeight: string;
|
|
545
1007
|
};
|
|
@@ -548,5 +1010,299 @@ export declare const TYPOGRAPHY_STYLES_MAP: {
|
|
|
548
1010
|
lineHeight: string;
|
|
549
1011
|
};
|
|
550
1012
|
};
|
|
1013
|
+
h4: {
|
|
1014
|
+
fontSize: string;
|
|
1015
|
+
fontWeight: number;
|
|
1016
|
+
lineHeight: string;
|
|
1017
|
+
"@media (max-width:830px)": {
|
|
1018
|
+
fontSize: string;
|
|
1019
|
+
lineHeight: string;
|
|
1020
|
+
};
|
|
1021
|
+
"@media (max-height:600px)": {
|
|
1022
|
+
fontSize: string;
|
|
1023
|
+
lineHeight: string;
|
|
1024
|
+
};
|
|
1025
|
+
};
|
|
1026
|
+
h5: {
|
|
1027
|
+
fontSize: string;
|
|
1028
|
+
fontWeight: number;
|
|
1029
|
+
lineHeight: string;
|
|
1030
|
+
"@media (max-width:830px)": {
|
|
1031
|
+
fontSize: string;
|
|
1032
|
+
lineHeight: string;
|
|
1033
|
+
};
|
|
1034
|
+
"@media (max-height:600px)": {
|
|
1035
|
+
fontSize: string;
|
|
1036
|
+
lineHeight: string;
|
|
1037
|
+
};
|
|
1038
|
+
};
|
|
1039
|
+
h6: {
|
|
1040
|
+
fontSize: string;
|
|
1041
|
+
fontWeight: number;
|
|
1042
|
+
lineHeight: string;
|
|
1043
|
+
"@media (max-width:830px)": {
|
|
1044
|
+
fontSize: string;
|
|
1045
|
+
lineHeight: string;
|
|
1046
|
+
};
|
|
1047
|
+
"@media (max-height:600px)": {
|
|
1048
|
+
fontSize: string;
|
|
1049
|
+
lineHeight: string;
|
|
1050
|
+
};
|
|
1051
|
+
};
|
|
1052
|
+
subtitle1: {
|
|
1053
|
+
fontSize: string;
|
|
1054
|
+
fontWeight: number;
|
|
1055
|
+
lineHeight: string;
|
|
1056
|
+
letterSpacing: string;
|
|
1057
|
+
"@media (max-width:830px)": {
|
|
1058
|
+
fontSize: string;
|
|
1059
|
+
};
|
|
1060
|
+
"@media (max-height:600px)": {
|
|
1061
|
+
fontSize: string;
|
|
1062
|
+
};
|
|
1063
|
+
};
|
|
1064
|
+
subtitle2: {
|
|
1065
|
+
fontSize: string;
|
|
1066
|
+
fontWeight: number;
|
|
1067
|
+
lineHeight: string;
|
|
1068
|
+
"@media (max-width:830px)": {
|
|
1069
|
+
fontSize: string;
|
|
1070
|
+
};
|
|
1071
|
+
"@media (max-height:600px)": {
|
|
1072
|
+
fontSize: string;
|
|
1073
|
+
};
|
|
1074
|
+
};
|
|
1075
|
+
subtitle3: {
|
|
1076
|
+
fontSize: string;
|
|
1077
|
+
fontWeight: number;
|
|
1078
|
+
lineHeight: string;
|
|
1079
|
+
"@media (max-width:830px)": {
|
|
1080
|
+
fontSize: string;
|
|
1081
|
+
lineHeight: string;
|
|
1082
|
+
};
|
|
1083
|
+
"@media (max-height:600px)": {
|
|
1084
|
+
fontSize: string;
|
|
1085
|
+
lineHeight: string;
|
|
1086
|
+
};
|
|
1087
|
+
};
|
|
1088
|
+
body1: {
|
|
1089
|
+
fontSize: string;
|
|
1090
|
+
fontWeight: number;
|
|
1091
|
+
lineHeight: string;
|
|
1092
|
+
"@media (max-width:830px)": {
|
|
1093
|
+
fontSize: string;
|
|
1094
|
+
lineHeight: string;
|
|
1095
|
+
};
|
|
1096
|
+
"@media (max-height:600px)": {
|
|
1097
|
+
fontSize: string;
|
|
1098
|
+
lineHeight: string;
|
|
1099
|
+
};
|
|
1100
|
+
};
|
|
1101
|
+
body2: {
|
|
1102
|
+
fontSize: string;
|
|
1103
|
+
fontWeight: number;
|
|
1104
|
+
lineHeight: string;
|
|
1105
|
+
"@media (max-width:830px)": {
|
|
1106
|
+
fontSize: string;
|
|
1107
|
+
lineHeight: string;
|
|
1108
|
+
};
|
|
1109
|
+
"@media (max-height:600px)": {
|
|
1110
|
+
fontSize: string;
|
|
1111
|
+
lineHeight: string;
|
|
1112
|
+
};
|
|
1113
|
+
};
|
|
1114
|
+
body3: {
|
|
1115
|
+
fontSize: string;
|
|
1116
|
+
fontWeight: number;
|
|
1117
|
+
lineHeight: string;
|
|
1118
|
+
"@media (max-width:830px)": {
|
|
1119
|
+
fontSize: string;
|
|
1120
|
+
lineHeight: string;
|
|
1121
|
+
};
|
|
1122
|
+
"@media (max-height:600px)": {
|
|
1123
|
+
fontSize: string;
|
|
1124
|
+
lineHeight: string;
|
|
1125
|
+
};
|
|
1126
|
+
};
|
|
1127
|
+
caption: {
|
|
1128
|
+
fontSize: string;
|
|
1129
|
+
fontWeight: number;
|
|
1130
|
+
lineHeight: string;
|
|
1131
|
+
"@media (max-width:830px)": {
|
|
1132
|
+
fontSize: string;
|
|
1133
|
+
lineHeight: string;
|
|
1134
|
+
};
|
|
1135
|
+
"@media (max-height:600px)": {
|
|
1136
|
+
fontSize: string;
|
|
1137
|
+
lineHeight: string;
|
|
1138
|
+
};
|
|
1139
|
+
};
|
|
1140
|
+
title1: {
|
|
1141
|
+
fontSize: string;
|
|
1142
|
+
fontWeight: number;
|
|
1143
|
+
lineHeight: string;
|
|
1144
|
+
"@media (max-width:830px)": {
|
|
1145
|
+
fontSize: string;
|
|
1146
|
+
lineHeight: string;
|
|
1147
|
+
};
|
|
1148
|
+
"@media (max-height:600px)": {
|
|
1149
|
+
fontSize: string;
|
|
1150
|
+
lineHeight: string;
|
|
1151
|
+
};
|
|
1152
|
+
};
|
|
1153
|
+
title2: {
|
|
1154
|
+
fontSize: string;
|
|
1155
|
+
fontWeight: number;
|
|
1156
|
+
lineHeight: string;
|
|
1157
|
+
"@media (max-width:830px)": {
|
|
1158
|
+
fontSize: string;
|
|
1159
|
+
lineHeight: string;
|
|
1160
|
+
};
|
|
1161
|
+
"@media (max-height:600px)": {
|
|
1162
|
+
fontSize: string;
|
|
1163
|
+
lineHeight: string;
|
|
1164
|
+
};
|
|
1165
|
+
};
|
|
1166
|
+
buttoninput: {
|
|
1167
|
+
fontSize: string;
|
|
1168
|
+
fontWeight: number;
|
|
1169
|
+
lineHeight: string;
|
|
1170
|
+
"@media (max-width:830px)": {
|
|
1171
|
+
fontSize: string;
|
|
1172
|
+
};
|
|
1173
|
+
"@media (max-height:600px)": {
|
|
1174
|
+
fontSize: string;
|
|
1175
|
+
};
|
|
1176
|
+
};
|
|
1177
|
+
pagination: {
|
|
1178
|
+
fontSize: string;
|
|
1179
|
+
fontWeight: number;
|
|
1180
|
+
lineHeight: string;
|
|
1181
|
+
"@media (max-width:830px)": {
|
|
1182
|
+
fontSize: string;
|
|
1183
|
+
lineHeight: string;
|
|
1184
|
+
};
|
|
1185
|
+
"@media (max-height:600px)": {
|
|
1186
|
+
fontSize: string;
|
|
1187
|
+
lineHeight: string;
|
|
1188
|
+
};
|
|
1189
|
+
};
|
|
1190
|
+
textarea: {
|
|
1191
|
+
fontSize: string;
|
|
1192
|
+
fontWeight: number;
|
|
1193
|
+
lineHeight: string;
|
|
1194
|
+
"@media (max-width:830px)": {
|
|
1195
|
+
fontSize: string;
|
|
1196
|
+
lineHeight: string;
|
|
1197
|
+
};
|
|
1198
|
+
"@media (max-height:600px)": {
|
|
1199
|
+
fontSize: string;
|
|
1200
|
+
lineHeight: string;
|
|
1201
|
+
};
|
|
1202
|
+
};
|
|
1203
|
+
};
|
|
1204
|
+
ContentClamp: {
|
|
1205
|
+
clampH1: {
|
|
1206
|
+
fontSize: string;
|
|
1207
|
+
fontWeight: number;
|
|
1208
|
+
lineHeight: string;
|
|
1209
|
+
fontFamily: string;
|
|
1210
|
+
};
|
|
1211
|
+
h1: {
|
|
1212
|
+
fontSize: string;
|
|
1213
|
+
fontWeight: number;
|
|
1214
|
+
lineHeight: string;
|
|
1215
|
+
};
|
|
1216
|
+
h2: {
|
|
1217
|
+
fontSize: string;
|
|
1218
|
+
fontWeight: number;
|
|
1219
|
+
lineHeight: string;
|
|
1220
|
+
};
|
|
1221
|
+
h3: {
|
|
1222
|
+
fontSize: string;
|
|
1223
|
+
fontWeight: number;
|
|
1224
|
+
lineHeight: string;
|
|
1225
|
+
};
|
|
1226
|
+
h4: {
|
|
1227
|
+
fontSize: string;
|
|
1228
|
+
fontWeight: number;
|
|
1229
|
+
lineHeight: string;
|
|
1230
|
+
};
|
|
1231
|
+
h5: {
|
|
1232
|
+
fontSize: string;
|
|
1233
|
+
fontWeight: number;
|
|
1234
|
+
lineHeight: string;
|
|
1235
|
+
};
|
|
1236
|
+
h6: {
|
|
1237
|
+
fontSize: string;
|
|
1238
|
+
fontWeight: number;
|
|
1239
|
+
lineHeight: string;
|
|
1240
|
+
};
|
|
1241
|
+
subtitle1: {
|
|
1242
|
+
fontSize: string;
|
|
1243
|
+
fontWeight: number;
|
|
1244
|
+
lineHeight: string;
|
|
1245
|
+
letterSpacing: string;
|
|
1246
|
+
};
|
|
1247
|
+
subtitle2: {
|
|
1248
|
+
fontSize: string;
|
|
1249
|
+
fontWeight: number;
|
|
1250
|
+
lineHeight: string;
|
|
1251
|
+
};
|
|
1252
|
+
subtitle3: {
|
|
1253
|
+
fontSize: string;
|
|
1254
|
+
fontWeight: number;
|
|
1255
|
+
lineHeight: string;
|
|
1256
|
+
};
|
|
1257
|
+
body1: {
|
|
1258
|
+
fontSize: string;
|
|
1259
|
+
fontWeight: number;
|
|
1260
|
+
lineHeight: string;
|
|
1261
|
+
};
|
|
1262
|
+
body2: {
|
|
1263
|
+
fontSize: string;
|
|
1264
|
+
fontWeight: number;
|
|
1265
|
+
lineHeight: string;
|
|
1266
|
+
};
|
|
1267
|
+
body3: {
|
|
1268
|
+
fontSize: string;
|
|
1269
|
+
fontWeight: number;
|
|
1270
|
+
lineHeight: string;
|
|
1271
|
+
};
|
|
1272
|
+
caption: {
|
|
1273
|
+
fontSize: string;
|
|
1274
|
+
fontWeight: number;
|
|
1275
|
+
lineHeight: string;
|
|
1276
|
+
};
|
|
1277
|
+
title1: {
|
|
1278
|
+
fontSize: string;
|
|
1279
|
+
fontWeight: number;
|
|
1280
|
+
lineHeight: string;
|
|
1281
|
+
};
|
|
1282
|
+
title2: {
|
|
1283
|
+
fontSize: string;
|
|
1284
|
+
fontWeight: number;
|
|
1285
|
+
lineHeight: string;
|
|
1286
|
+
};
|
|
1287
|
+
buttoninput: {
|
|
1288
|
+
fontSize: string;
|
|
1289
|
+
fontWeight: number;
|
|
1290
|
+
lineHeight: string;
|
|
1291
|
+
};
|
|
1292
|
+
pagination: {
|
|
1293
|
+
fontSize: string;
|
|
1294
|
+
fontWeight: number;
|
|
1295
|
+
lineHeight: string;
|
|
1296
|
+
};
|
|
1297
|
+
textarea: {
|
|
1298
|
+
fontSize: string;
|
|
1299
|
+
fontWeight: number;
|
|
1300
|
+
lineHeight: string;
|
|
1301
|
+
};
|
|
551
1302
|
};
|
|
552
1303
|
};
|
|
1304
|
+
/** Default / Fluid / Clamp 공통 variant (Content 전용 variant 제외) */
|
|
1305
|
+
export type BaseTypographyVariant = keyof typeof DEFAULT_TYPOGRAPHY_STYLES;
|
|
1306
|
+
/** typographyType: 'Content' | 'ContentClamp' 일 때만 사용 가능한 variant */
|
|
1307
|
+
export type ContentTypographyVariant = keyof typeof CONTENT_TYPOGRAPHY_STYLES;
|
|
1308
|
+
export {};
|