newskit 7.3.0 → 7.3.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/cjs/card-composable/card-composable.d.ts +33 -2
- package/cjs/card-composable/card-composable.d.ts.map +1 -1
- package/cjs/card-composable/types.d.ts +1 -1
- package/cjs/card-composable/types.d.ts.map +1 -1
- package/cjs/form/form-entry.d.ts.map +1 -1
- package/cjs/form/form-entry.js +16 -5
- package/cjs/form/form-entry.js.map +1 -1
- package/cjs/form/form-input.d.ts.map +1 -1
- package/cjs/form/form-input.js +9 -3
- package/cjs/form/form-input.js.map +1 -1
- package/cjs/pagination/components/item/pagination-item.d.ts +1 -1
- package/cjs/pagination/components/items/pagination-items.js +3 -3
- package/cjs/pagination/components/items/pagination-items.js.map +1 -1
- package/cjs/pagination/components/list-item/list-item.d.ts +2 -2
- package/cjs/pagination/components/list-item/list-item.d.ts.map +1 -1
- package/cjs/pagination/components/list-item/list-item.js +1 -2
- package/cjs/pagination/components/list-item/list-item.js.map +1 -1
- package/cjs/pagination/defaults.d.ts +9 -24
- package/cjs/pagination/defaults.d.ts.map +1 -1
- package/cjs/pagination/defaults.js +9 -24
- package/cjs/pagination/defaults.js.map +1 -1
- package/cjs/pagination/pagination.d.ts.map +1 -1
- package/cjs/pagination/pagination.js +6 -3
- package/cjs/pagination/pagination.js.map +1 -1
- package/cjs/pagination/styled.d.ts +26 -7
- package/cjs/pagination/styled.d.ts.map +1 -1
- package/cjs/pagination/styled.js +11 -12
- package/cjs/pagination/styled.js.map +1 -1
- package/cjs/pagination/types.d.ts +6 -10
- package/cjs/pagination/types.d.ts.map +1 -1
- package/cjs/stories/form.stories.d.ts +25 -0
- package/cjs/stories/form.stories.d.ts.map +1 -0
- package/cjs/stories/form.stories.js +123 -0
- package/cjs/stories/form.stories.js.map +1 -0
- package/cjs/stories/slices.stories.d.ts +38 -0
- package/cjs/stories/slices.stories.d.ts.map +1 -0
- package/cjs/stories/slices.stories.js +146 -0
- package/cjs/stories/slices.stories.js.map +1 -0
- package/cjs/text-field/types.d.ts +1 -0
- package/cjs/text-field/types.d.ts.map +1 -1
- package/cjs/theme-checker/themes/sun-theme/sun-theme.d.ts +1 -736
- package/cjs/theme-checker/themes/sun-theme/sun-theme.d.ts.map +1 -1
- package/cjs/theme-checker/themes/sun-theme/sun-theme.js +3 -18
- package/cjs/theme-checker/themes/sun-theme/sun-theme.js.map +1 -1
- package/cjs/utils/audio-tests.d.ts.map +1 -1
- package/cjs/utils/audio-tests.js +4 -1
- package/cjs/utils/audio-tests.js.map +1 -1
- package/cjs/version-number.json +1 -1
- package/esm/card-composable/card-composable.d.ts +33 -2
- package/esm/card-composable/card-composable.d.ts.map +1 -1
- package/esm/card-composable/types.d.ts +1 -1
- package/esm/card-composable/types.d.ts.map +1 -1
- package/esm/form/form-entry.d.ts.map +1 -1
- package/esm/form/form-entry.js +17 -6
- package/esm/form/form-entry.js.map +1 -1
- package/esm/form/form-input.d.ts.map +1 -1
- package/esm/form/form-input.js +9 -3
- package/esm/form/form-input.js.map +1 -1
- package/esm/pagination/components/item/pagination-item.d.ts +1 -1
- package/esm/pagination/components/items/pagination-items.js +1 -1
- package/esm/pagination/components/items/pagination-items.js.map +1 -1
- package/esm/pagination/components/list-item/list-item.d.ts +2 -2
- package/esm/pagination/components/list-item/list-item.d.ts.map +1 -1
- package/esm/pagination/components/list-item/list-item.js +1 -2
- package/esm/pagination/components/list-item/list-item.js.map +1 -1
- package/esm/pagination/defaults.d.ts +9 -24
- package/esm/pagination/defaults.d.ts.map +1 -1
- package/esm/pagination/defaults.js +9 -24
- package/esm/pagination/defaults.js.map +1 -1
- package/esm/pagination/pagination.d.ts.map +1 -1
- package/esm/pagination/pagination.js +6 -3
- package/esm/pagination/pagination.js.map +1 -1
- package/esm/pagination/styled.d.ts +26 -7
- package/esm/pagination/styled.d.ts.map +1 -1
- package/esm/pagination/styled.js +10 -11
- package/esm/pagination/styled.js.map +1 -1
- package/esm/pagination/types.d.ts +6 -10
- package/esm/pagination/types.d.ts.map +1 -1
- package/esm/stories/form.stories.d.ts +25 -0
- package/esm/stories/form.stories.d.ts.map +1 -0
- package/esm/stories/form.stories.js +118 -0
- package/esm/stories/form.stories.js.map +1 -0
- package/esm/stories/slices.stories.d.ts +38 -0
- package/esm/stories/slices.stories.d.ts.map +1 -0
- package/esm/stories/slices.stories.js +141 -0
- package/esm/stories/slices.stories.js.map +1 -0
- package/esm/text-field/types.d.ts +1 -0
- package/esm/text-field/types.d.ts.map +1 -1
- package/esm/theme-checker/themes/sun-theme/sun-theme.d.ts +1 -736
- package/esm/theme-checker/themes/sun-theme/sun-theme.d.ts.map +1 -1
- package/esm/theme-checker/themes/sun-theme/sun-theme.js +2 -17
- package/esm/theme-checker/themes/sun-theme/sun-theme.js.map +1 -1
- package/esm/utils/audio-tests.d.ts.map +1 -1
- package/esm/utils/audio-tests.js +5 -2
- package/esm/utils/audio-tests.js.map +1 -1
- package/esm/version-number.json +1 -1
- package/package.json +1 -2
- package/cjs/theme-checker/themes/sun-theme/borders.json +0 -3
- package/cjs/theme-checker/themes/sun-theme/colors.json +0 -283
- package/cjs/theme-checker/themes/sun-theme/fonts.json +0 -47
- package/cjs/theme-checker/themes/sun-theme/overlays.json +0 -14
- package/cjs/theme-checker/themes/sun-theme/shadows.json +0 -8
- package/cjs/theme-checker/themes/sun-theme/typography-presets.json +0 -378
- package/esm/theme-checker/themes/sun-theme/borders.json +0 -3
- package/esm/theme-checker/themes/sun-theme/colors.json +0 -283
- package/esm/theme-checker/themes/sun-theme/fonts.json +0 -47
- package/esm/theme-checker/themes/sun-theme/overlays.json +0 -14
- package/esm/theme-checker/themes/sun-theme/shadows.json +0 -8
- package/esm/theme-checker/themes/sun-theme/typography-presets.json +0 -378
|
@@ -1,737 +1,2 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
typographyPresets: {
|
|
3
|
-
editorialHeadline010: {
|
|
4
|
-
fontFamily: string;
|
|
5
|
-
fontWeight: string;
|
|
6
|
-
fontSize: string;
|
|
7
|
-
lineHeight: string;
|
|
8
|
-
letterSpacing: string;
|
|
9
|
-
fontStretch: string;
|
|
10
|
-
};
|
|
11
|
-
editorialHeadline020: {
|
|
12
|
-
fontFamily: string;
|
|
13
|
-
fontWeight: string;
|
|
14
|
-
fontSize: string;
|
|
15
|
-
lineHeight: string;
|
|
16
|
-
letterSpacing: string;
|
|
17
|
-
fontStretch: string;
|
|
18
|
-
};
|
|
19
|
-
editorialHeadline030: {
|
|
20
|
-
fontFamily: string;
|
|
21
|
-
fontWeight: string;
|
|
22
|
-
fontSize: string;
|
|
23
|
-
lineHeight: string;
|
|
24
|
-
letterSpacing: string;
|
|
25
|
-
fontStretch: string;
|
|
26
|
-
};
|
|
27
|
-
editorialHeadline040: {
|
|
28
|
-
fontFamily: string;
|
|
29
|
-
fontWeight: string;
|
|
30
|
-
fontSize: string;
|
|
31
|
-
lineHeight: string;
|
|
32
|
-
letterSpacing: string;
|
|
33
|
-
fontStretch: string;
|
|
34
|
-
};
|
|
35
|
-
editorialHeadline050: {
|
|
36
|
-
fontFamily: string;
|
|
37
|
-
fontWeight: string;
|
|
38
|
-
fontSize: string;
|
|
39
|
-
lineHeight: string;
|
|
40
|
-
letterSpacing: string;
|
|
41
|
-
fontStretch: string;
|
|
42
|
-
};
|
|
43
|
-
editorialHeadline060: {
|
|
44
|
-
fontFamily: string;
|
|
45
|
-
fontWeight: string;
|
|
46
|
-
fontSize: string;
|
|
47
|
-
lineHeight: string;
|
|
48
|
-
letterSpacing: string;
|
|
49
|
-
fontStretch: string;
|
|
50
|
-
};
|
|
51
|
-
editorialHeadline070: {
|
|
52
|
-
fontFamily: string;
|
|
53
|
-
fontWeight: string;
|
|
54
|
-
fontSize: string;
|
|
55
|
-
lineHeight: string;
|
|
56
|
-
letterSpacing: string;
|
|
57
|
-
fontStretch: string;
|
|
58
|
-
};
|
|
59
|
-
editorialHeadline080: {
|
|
60
|
-
fontFamily: string;
|
|
61
|
-
fontWeight: string;
|
|
62
|
-
fontSize: string;
|
|
63
|
-
lineHeight: string;
|
|
64
|
-
letterSpacing: string;
|
|
65
|
-
fontStretch: string;
|
|
66
|
-
};
|
|
67
|
-
editorialSubheadline010: {
|
|
68
|
-
fontFamily: string;
|
|
69
|
-
fontWeight: string;
|
|
70
|
-
fontSize: string;
|
|
71
|
-
lineHeight: string;
|
|
72
|
-
letterSpacing: string;
|
|
73
|
-
fontStretch: string;
|
|
74
|
-
};
|
|
75
|
-
editorialSubheadline020: {
|
|
76
|
-
fontFamily: string;
|
|
77
|
-
fontWeight: string;
|
|
78
|
-
fontSize: string;
|
|
79
|
-
lineHeight: string;
|
|
80
|
-
letterSpacing: string;
|
|
81
|
-
fontStretch: string;
|
|
82
|
-
};
|
|
83
|
-
editorialSubheadline030: {
|
|
84
|
-
fontFamily: string;
|
|
85
|
-
fontWeight: string;
|
|
86
|
-
fontSize: string;
|
|
87
|
-
lineHeight: string;
|
|
88
|
-
letterSpacing: string;
|
|
89
|
-
fontStretch: string;
|
|
90
|
-
};
|
|
91
|
-
editorialSubheadline040: {
|
|
92
|
-
fontFamily: string;
|
|
93
|
-
fontWeight: string;
|
|
94
|
-
fontSize: string;
|
|
95
|
-
lineHeight: string;
|
|
96
|
-
letterSpacing: string;
|
|
97
|
-
fontStretch: string;
|
|
98
|
-
};
|
|
99
|
-
editorialSubheadline050: {
|
|
100
|
-
fontFamily: string;
|
|
101
|
-
fontWeight: string;
|
|
102
|
-
fontSize: string;
|
|
103
|
-
lineHeight: string;
|
|
104
|
-
letterSpacing: string;
|
|
105
|
-
fontStretch: string;
|
|
106
|
-
};
|
|
107
|
-
editorialParagraph010: {
|
|
108
|
-
fontFamily: string;
|
|
109
|
-
fontWeight: string;
|
|
110
|
-
fontSize: string;
|
|
111
|
-
lineHeight: string;
|
|
112
|
-
letterSpacing: string;
|
|
113
|
-
fontStretch: string;
|
|
114
|
-
};
|
|
115
|
-
editorialParagraph020: {
|
|
116
|
-
fontFamily: string;
|
|
117
|
-
fontWeight: string;
|
|
118
|
-
fontSize: string;
|
|
119
|
-
lineHeight: string;
|
|
120
|
-
letterSpacing: string;
|
|
121
|
-
fontStretch: string;
|
|
122
|
-
};
|
|
123
|
-
editorialParagraph030: {
|
|
124
|
-
fontFamily: string;
|
|
125
|
-
fontWeight: string;
|
|
126
|
-
fontSize: string;
|
|
127
|
-
lineHeight: string;
|
|
128
|
-
letterSpacing: string;
|
|
129
|
-
fontStretch: string;
|
|
130
|
-
};
|
|
131
|
-
editorialQuote010: {
|
|
132
|
-
fontFamily: string;
|
|
133
|
-
fontWeight: string;
|
|
134
|
-
fontSize: string;
|
|
135
|
-
lineHeight: string;
|
|
136
|
-
letterSpacing: string;
|
|
137
|
-
fontStretch: string;
|
|
138
|
-
};
|
|
139
|
-
editorialQuote020: {
|
|
140
|
-
fontFamily: string;
|
|
141
|
-
fontWeight: string;
|
|
142
|
-
fontSize: string;
|
|
143
|
-
lineHeight: string;
|
|
144
|
-
letterSpacing: string;
|
|
145
|
-
fontStretch: string;
|
|
146
|
-
};
|
|
147
|
-
editorialCaption010: {
|
|
148
|
-
fontFamily: string;
|
|
149
|
-
fontWeight: string;
|
|
150
|
-
fontSize: string;
|
|
151
|
-
lineHeight: string;
|
|
152
|
-
letterSpacing: string;
|
|
153
|
-
fontStretch: string;
|
|
154
|
-
};
|
|
155
|
-
editorialLabel010: {
|
|
156
|
-
fontFamily: string;
|
|
157
|
-
fontWeight: string;
|
|
158
|
-
fontSize: string;
|
|
159
|
-
lineHeight: string;
|
|
160
|
-
letterSpacing: string;
|
|
161
|
-
fontStretch: string;
|
|
162
|
-
};
|
|
163
|
-
editorialLabel020: {
|
|
164
|
-
fontFamily: string;
|
|
165
|
-
fontWeight: string;
|
|
166
|
-
fontSize: string;
|
|
167
|
-
lineHeight: string;
|
|
168
|
-
letterSpacing: string;
|
|
169
|
-
fontStretch: string;
|
|
170
|
-
};
|
|
171
|
-
editorialLabel030: {
|
|
172
|
-
fontFamily: string;
|
|
173
|
-
fontWeight: string;
|
|
174
|
-
fontSize: string;
|
|
175
|
-
lineHeight: string;
|
|
176
|
-
letterSpacing: string;
|
|
177
|
-
fontStretch: string;
|
|
178
|
-
};
|
|
179
|
-
editorialDisplay010: {
|
|
180
|
-
fontFamily: string;
|
|
181
|
-
fontWeight: string;
|
|
182
|
-
fontSize: string;
|
|
183
|
-
lineHeight: string;
|
|
184
|
-
letterSpacing: string;
|
|
185
|
-
fontStretch: string;
|
|
186
|
-
};
|
|
187
|
-
editorialDisplay020: {
|
|
188
|
-
fontFamily: string;
|
|
189
|
-
fontWeight: string;
|
|
190
|
-
fontSize: string;
|
|
191
|
-
lineHeight: string;
|
|
192
|
-
letterSpacing: string;
|
|
193
|
-
fontStretch: string;
|
|
194
|
-
};
|
|
195
|
-
editorialDisplay030: {
|
|
196
|
-
fontFamily: string;
|
|
197
|
-
fontWeight: string;
|
|
198
|
-
fontSize: string;
|
|
199
|
-
lineHeight: string;
|
|
200
|
-
letterSpacing: string;
|
|
201
|
-
fontStretch: string;
|
|
202
|
-
};
|
|
203
|
-
editorialDisplay040: {
|
|
204
|
-
fontFamily: string;
|
|
205
|
-
fontWeight: string;
|
|
206
|
-
fontSize: string;
|
|
207
|
-
lineHeight: string;
|
|
208
|
-
letterSpacing: string;
|
|
209
|
-
fontStretch: string;
|
|
210
|
-
};
|
|
211
|
-
utilityHeading010: {
|
|
212
|
-
fontFamily: string;
|
|
213
|
-
fontWeight: string;
|
|
214
|
-
fontSize: string;
|
|
215
|
-
lineHeight: string;
|
|
216
|
-
letterSpacing: string;
|
|
217
|
-
fontStretch: string;
|
|
218
|
-
};
|
|
219
|
-
utilityHeading020: {
|
|
220
|
-
fontFamily: string;
|
|
221
|
-
fontWeight: string;
|
|
222
|
-
fontSize: string;
|
|
223
|
-
lineHeight: string;
|
|
224
|
-
letterSpacing: string;
|
|
225
|
-
fontStretch: string;
|
|
226
|
-
};
|
|
227
|
-
utilityHeading030: {
|
|
228
|
-
fontFamily: string;
|
|
229
|
-
fontWeight: string;
|
|
230
|
-
fontSize: string;
|
|
231
|
-
lineHeight: string;
|
|
232
|
-
letterSpacing: string;
|
|
233
|
-
fontStretch: string;
|
|
234
|
-
};
|
|
235
|
-
utilityHeading040: {
|
|
236
|
-
fontFamily: string;
|
|
237
|
-
fontWeight: string;
|
|
238
|
-
fontSize: string;
|
|
239
|
-
lineHeight: string;
|
|
240
|
-
letterSpacing: string;
|
|
241
|
-
fontStretch: string;
|
|
242
|
-
};
|
|
243
|
-
utilityHeading050: {
|
|
244
|
-
fontFamily: string;
|
|
245
|
-
fontWeight: string;
|
|
246
|
-
fontSize: string;
|
|
247
|
-
lineHeight: string;
|
|
248
|
-
letterSpacing: string;
|
|
249
|
-
fontStretch: string;
|
|
250
|
-
};
|
|
251
|
-
utilitySubheading010: {
|
|
252
|
-
fontFamily: string;
|
|
253
|
-
fontWeight: string;
|
|
254
|
-
fontSize: string;
|
|
255
|
-
lineHeight: string;
|
|
256
|
-
letterSpacing: string;
|
|
257
|
-
fontStretch: string;
|
|
258
|
-
};
|
|
259
|
-
utilitySubheading020: {
|
|
260
|
-
fontFamily: string;
|
|
261
|
-
fontWeight: string;
|
|
262
|
-
fontSize: string;
|
|
263
|
-
lineHeight: string;
|
|
264
|
-
letterSpacing: string;
|
|
265
|
-
fontStretch: string;
|
|
266
|
-
};
|
|
267
|
-
utilitySubheading030: {
|
|
268
|
-
fontFamily: string;
|
|
269
|
-
fontWeight: string;
|
|
270
|
-
fontSize: string;
|
|
271
|
-
lineHeight: string;
|
|
272
|
-
letterSpacing: string;
|
|
273
|
-
fontStretch: string;
|
|
274
|
-
};
|
|
275
|
-
utilitySubheading040: {
|
|
276
|
-
fontFamily: string;
|
|
277
|
-
fontWeight: string;
|
|
278
|
-
fontSize: string;
|
|
279
|
-
lineHeight: string;
|
|
280
|
-
letterSpacing: string;
|
|
281
|
-
fontStretch: string;
|
|
282
|
-
};
|
|
283
|
-
utilitySubheading050: {
|
|
284
|
-
fontFamily: string;
|
|
285
|
-
fontWeight: string;
|
|
286
|
-
fontSize: string;
|
|
287
|
-
lineHeight: string;
|
|
288
|
-
letterSpacing: string;
|
|
289
|
-
fontStretch: string;
|
|
290
|
-
};
|
|
291
|
-
utilityBody010: {
|
|
292
|
-
fontFamily: string;
|
|
293
|
-
fontWeight: string;
|
|
294
|
-
fontSize: string;
|
|
295
|
-
lineHeight: string;
|
|
296
|
-
letterSpacing: string;
|
|
297
|
-
fontStretch: string;
|
|
298
|
-
};
|
|
299
|
-
utilityBody020: {
|
|
300
|
-
fontFamily: string;
|
|
301
|
-
fontWeight: string;
|
|
302
|
-
fontSize: string;
|
|
303
|
-
lineHeight: string;
|
|
304
|
-
letterSpacing: string;
|
|
305
|
-
fontStretch: string;
|
|
306
|
-
};
|
|
307
|
-
utilityBody030: {
|
|
308
|
-
fontFamily: string;
|
|
309
|
-
fontWeight: string;
|
|
310
|
-
fontSize: string;
|
|
311
|
-
lineHeight: string;
|
|
312
|
-
letterSpacing: string;
|
|
313
|
-
fontStretch: string;
|
|
314
|
-
};
|
|
315
|
-
utilityLabel010: {
|
|
316
|
-
fontFamily: string;
|
|
317
|
-
fontWeight: string;
|
|
318
|
-
fontSize: string;
|
|
319
|
-
lineHeight: string;
|
|
320
|
-
letterSpacing: string;
|
|
321
|
-
fontStretch: string;
|
|
322
|
-
};
|
|
323
|
-
utilityLabel020: {
|
|
324
|
-
fontFamily: string;
|
|
325
|
-
fontWeight: string;
|
|
326
|
-
fontSize: string;
|
|
327
|
-
lineHeight: string;
|
|
328
|
-
letterSpacing: string;
|
|
329
|
-
fontStretch: string;
|
|
330
|
-
};
|
|
331
|
-
utilityLabel030: {
|
|
332
|
-
fontFamily: string;
|
|
333
|
-
fontWeight: string;
|
|
334
|
-
fontSize: string;
|
|
335
|
-
lineHeight: string;
|
|
336
|
-
letterSpacing: string;
|
|
337
|
-
fontStretch: string;
|
|
338
|
-
};
|
|
339
|
-
utilityButton010: {
|
|
340
|
-
fontFamily: string;
|
|
341
|
-
fontWeight: string;
|
|
342
|
-
fontSize: string;
|
|
343
|
-
lineHeight: string;
|
|
344
|
-
letterSpacing: string;
|
|
345
|
-
fontStretch: string;
|
|
346
|
-
};
|
|
347
|
-
utilityButton020: {
|
|
348
|
-
fontFamily: string;
|
|
349
|
-
fontWeight: string;
|
|
350
|
-
fontSize: string;
|
|
351
|
-
lineHeight: string;
|
|
352
|
-
letterSpacing: string;
|
|
353
|
-
fontStretch: string;
|
|
354
|
-
};
|
|
355
|
-
utilityButton030: {
|
|
356
|
-
fontFamily: string;
|
|
357
|
-
fontWeight: string;
|
|
358
|
-
fontSize: string;
|
|
359
|
-
lineHeight: string;
|
|
360
|
-
letterSpacing: string;
|
|
361
|
-
fontStretch: string;
|
|
362
|
-
};
|
|
363
|
-
utilityMeta010: {
|
|
364
|
-
fontFamily: string;
|
|
365
|
-
fontWeight: string;
|
|
366
|
-
fontSize: string;
|
|
367
|
-
lineHeight: string;
|
|
368
|
-
letterSpacing: string;
|
|
369
|
-
fontStretch: string;
|
|
370
|
-
};
|
|
371
|
-
utilityMeta020: {
|
|
372
|
-
fontFamily: string;
|
|
373
|
-
fontWeight: string;
|
|
374
|
-
fontSize: string;
|
|
375
|
-
lineHeight: string;
|
|
376
|
-
letterSpacing: string;
|
|
377
|
-
fontStretch: string;
|
|
378
|
-
};
|
|
379
|
-
};
|
|
380
|
-
fonts: {
|
|
381
|
-
fontFamily010: {
|
|
382
|
-
fontFamily: string;
|
|
383
|
-
fontMetrics: {
|
|
384
|
-
fontWeigh010: {
|
|
385
|
-
capHeight: number;
|
|
386
|
-
ascent: number;
|
|
387
|
-
descent: number;
|
|
388
|
-
lineGap: number;
|
|
389
|
-
unitsPerEm: number;
|
|
390
|
-
};
|
|
391
|
-
};
|
|
392
|
-
};
|
|
393
|
-
fontWeight010: number;
|
|
394
|
-
fontWeight020: number;
|
|
395
|
-
fontWeight030: number;
|
|
396
|
-
fontSize010: string;
|
|
397
|
-
fontSize020: string;
|
|
398
|
-
fontSize030: string;
|
|
399
|
-
fontSize040: string;
|
|
400
|
-
fontSize050: string;
|
|
401
|
-
fontSize060: string;
|
|
402
|
-
fontSize070: string;
|
|
403
|
-
fontSize080: string;
|
|
404
|
-
fontSize090: string;
|
|
405
|
-
fontSize100: string;
|
|
406
|
-
fontSize110: string;
|
|
407
|
-
fontSize120: string;
|
|
408
|
-
fontSize130: string;
|
|
409
|
-
fontSize140: string;
|
|
410
|
-
fontSize150: string;
|
|
411
|
-
fontLineHeight010: string;
|
|
412
|
-
fontLineHeight020: string;
|
|
413
|
-
fontLineHeight030: string;
|
|
414
|
-
fontLineHeight040: string;
|
|
415
|
-
fontLineHeight050: string;
|
|
416
|
-
fontLineHeight060: string;
|
|
417
|
-
fontLineHeight070: string;
|
|
418
|
-
fontLineHeight080: string;
|
|
419
|
-
fontLineHeight090: string;
|
|
420
|
-
fontLineHeight100: string;
|
|
421
|
-
fontLineHeight110: string;
|
|
422
|
-
fontLineHeight120: string;
|
|
423
|
-
fontLineHeight130: string;
|
|
424
|
-
fontLineHeight140: string;
|
|
425
|
-
fontLetterSpacing010: string;
|
|
426
|
-
};
|
|
427
|
-
overlays: {
|
|
428
|
-
overlayTintBase010: string;
|
|
429
|
-
overlayTintBase020: string;
|
|
430
|
-
overlayTintBase030: string;
|
|
431
|
-
overlayTintBase040: string;
|
|
432
|
-
overlayTintInverse010: string;
|
|
433
|
-
overlayTintInverse020: string;
|
|
434
|
-
overlayTintInverse030: string;
|
|
435
|
-
overlayTintInverse040: string;
|
|
436
|
-
overlayGradientBaseHorizontal: string;
|
|
437
|
-
overlayGradientBaseVertical: string;
|
|
438
|
-
overlayGradientInverseHorizontal: string;
|
|
439
|
-
overlayGradientInverseVertical: string;
|
|
440
|
-
};
|
|
441
|
-
colors: {
|
|
442
|
-
purple100: string;
|
|
443
|
-
purple090: string;
|
|
444
|
-
purple080: string;
|
|
445
|
-
purple070: string;
|
|
446
|
-
purple060: string;
|
|
447
|
-
purple050: string;
|
|
448
|
-
purple040: string;
|
|
449
|
-
purple030: string;
|
|
450
|
-
purple020: string;
|
|
451
|
-
purple010: string;
|
|
452
|
-
blue100: string;
|
|
453
|
-
blue090: string;
|
|
454
|
-
blue080: string;
|
|
455
|
-
blue070: string;
|
|
456
|
-
blue060: string;
|
|
457
|
-
blue050: string;
|
|
458
|
-
blue040: string;
|
|
459
|
-
blue030: string;
|
|
460
|
-
blue020: string;
|
|
461
|
-
blue010: string;
|
|
462
|
-
teal100: string;
|
|
463
|
-
teal090: string;
|
|
464
|
-
teal080: string;
|
|
465
|
-
teal070: string;
|
|
466
|
-
teal060: string;
|
|
467
|
-
teal050: string;
|
|
468
|
-
teal040: string;
|
|
469
|
-
teal030: string;
|
|
470
|
-
teal020: string;
|
|
471
|
-
teal010: string;
|
|
472
|
-
amber100: string;
|
|
473
|
-
amber090: string;
|
|
474
|
-
amber080: string;
|
|
475
|
-
amber070: string;
|
|
476
|
-
amber060: string;
|
|
477
|
-
amber050: string;
|
|
478
|
-
amber040: string;
|
|
479
|
-
amber030: string;
|
|
480
|
-
amber020: string;
|
|
481
|
-
amber010: string;
|
|
482
|
-
red100: string;
|
|
483
|
-
red090: string;
|
|
484
|
-
red080: string;
|
|
485
|
-
red070: string;
|
|
486
|
-
red060: string;
|
|
487
|
-
red050: string;
|
|
488
|
-
red040: string;
|
|
489
|
-
red030: string;
|
|
490
|
-
red020: string;
|
|
491
|
-
red010: string;
|
|
492
|
-
green100: string;
|
|
493
|
-
green090: string;
|
|
494
|
-
green080: string;
|
|
495
|
-
green070: string;
|
|
496
|
-
green060: string;
|
|
497
|
-
green050: string;
|
|
498
|
-
green040: string;
|
|
499
|
-
green030: string;
|
|
500
|
-
green020: string;
|
|
501
|
-
green010: string;
|
|
502
|
-
neutral100: string;
|
|
503
|
-
neutral090: string;
|
|
504
|
-
neutral080: string;
|
|
505
|
-
neutral070: string;
|
|
506
|
-
neutral060: string;
|
|
507
|
-
neutral050: string;
|
|
508
|
-
neutral040: string;
|
|
509
|
-
neutral030: string;
|
|
510
|
-
neutral020: string;
|
|
511
|
-
neutral010: string;
|
|
512
|
-
reddit: string;
|
|
513
|
-
whatsapp: string;
|
|
514
|
-
youtube: string;
|
|
515
|
-
instagram: string;
|
|
516
|
-
facebook: string;
|
|
517
|
-
twitter: string;
|
|
518
|
-
black: string;
|
|
519
|
-
white: string;
|
|
520
|
-
whiteTint090: string;
|
|
521
|
-
whiteTint080: string;
|
|
522
|
-
whiteTint070: string;
|
|
523
|
-
whiteTint060: string;
|
|
524
|
-
whiteTint050: string;
|
|
525
|
-
whiteTint040: string;
|
|
526
|
-
whiteTint030: string;
|
|
527
|
-
whiteTint020: string;
|
|
528
|
-
whiteTint010: string;
|
|
529
|
-
blackTint010: string;
|
|
530
|
-
blackTint020: string;
|
|
531
|
-
blackTint030: string;
|
|
532
|
-
blackTint040: string;
|
|
533
|
-
blackTint050: string;
|
|
534
|
-
blackTint060: string;
|
|
535
|
-
blackTint070: string;
|
|
536
|
-
blackTint080: string;
|
|
537
|
-
blackTint090: string;
|
|
538
|
-
sun010: string;
|
|
539
|
-
sun020: string;
|
|
540
|
-
sun030: string;
|
|
541
|
-
sun040: string;
|
|
542
|
-
sun050: string;
|
|
543
|
-
sun060: string;
|
|
544
|
-
sun070: string;
|
|
545
|
-
sun080: string;
|
|
546
|
-
sun090: string;
|
|
547
|
-
sun100: string;
|
|
548
|
-
fabulous010: string;
|
|
549
|
-
fabulous020: string;
|
|
550
|
-
fabulous030: string;
|
|
551
|
-
fabulous040: string;
|
|
552
|
-
fabulous050: string;
|
|
553
|
-
fabulous060: string;
|
|
554
|
-
fabulous070: string;
|
|
555
|
-
fabulous080: string;
|
|
556
|
-
fabulous090: string;
|
|
557
|
-
fabulous100: string;
|
|
558
|
-
football010: string;
|
|
559
|
-
football020: string;
|
|
560
|
-
football030: string;
|
|
561
|
-
football040: string;
|
|
562
|
-
football050: string;
|
|
563
|
-
football060: string;
|
|
564
|
-
football070: string;
|
|
565
|
-
football080: string;
|
|
566
|
-
football090: string;
|
|
567
|
-
football100: string;
|
|
568
|
-
money010: string;
|
|
569
|
-
money020: string;
|
|
570
|
-
money030: string;
|
|
571
|
-
money040: string;
|
|
572
|
-
money050: string;
|
|
573
|
-
money060: string;
|
|
574
|
-
money070: string;
|
|
575
|
-
money080: string;
|
|
576
|
-
money090: string;
|
|
577
|
-
money100: string;
|
|
578
|
-
motors010: string;
|
|
579
|
-
motors020: string;
|
|
580
|
-
motors030: string;
|
|
581
|
-
motors040: string;
|
|
582
|
-
motors050: string;
|
|
583
|
-
motors060: string;
|
|
584
|
-
motors070: string;
|
|
585
|
-
motors080: string;
|
|
586
|
-
motors090: string;
|
|
587
|
-
motors100: string;
|
|
588
|
-
news010: string;
|
|
589
|
-
news020: string;
|
|
590
|
-
news030: string;
|
|
591
|
-
news040: string;
|
|
592
|
-
news050: string;
|
|
593
|
-
news060: string;
|
|
594
|
-
news070: string;
|
|
595
|
-
news080: string;
|
|
596
|
-
news090: string;
|
|
597
|
-
news100: string;
|
|
598
|
-
showbiz010: string;
|
|
599
|
-
showbiz020: string;
|
|
600
|
-
showbiz030: string;
|
|
601
|
-
showbiz040: string;
|
|
602
|
-
showbiz050: string;
|
|
603
|
-
showbiz060: string;
|
|
604
|
-
showbiz070: string;
|
|
605
|
-
showbiz080: string;
|
|
606
|
-
showbiz090: string;
|
|
607
|
-
showbiz100: string;
|
|
608
|
-
tv010: string;
|
|
609
|
-
tv020: string;
|
|
610
|
-
tv030: string;
|
|
611
|
-
tv040: string;
|
|
612
|
-
tv050: string;
|
|
613
|
-
tv060: string;
|
|
614
|
-
tv070: string;
|
|
615
|
-
tv080: string;
|
|
616
|
-
tv090: string;
|
|
617
|
-
tv100: string;
|
|
618
|
-
sport010: string;
|
|
619
|
-
sport020: string;
|
|
620
|
-
sport030: string;
|
|
621
|
-
sport040: string;
|
|
622
|
-
sport050: string;
|
|
623
|
-
sport060: string;
|
|
624
|
-
sport070: string;
|
|
625
|
-
sport080: string;
|
|
626
|
-
sport090: string;
|
|
627
|
-
sport100: string;
|
|
628
|
-
tech010: string;
|
|
629
|
-
tech020: string;
|
|
630
|
-
tech030: string;
|
|
631
|
-
tech040: string;
|
|
632
|
-
tech050: string;
|
|
633
|
-
tech060: string;
|
|
634
|
-
tech070: string;
|
|
635
|
-
tech080: string;
|
|
636
|
-
tech090: string;
|
|
637
|
-
tech100: string;
|
|
638
|
-
travel010: string;
|
|
639
|
-
travel020: string;
|
|
640
|
-
travel030: string;
|
|
641
|
-
travel040: string;
|
|
642
|
-
travel050: string;
|
|
643
|
-
travel060: string;
|
|
644
|
-
travel070: string;
|
|
645
|
-
travel080: string;
|
|
646
|
-
travel090: string;
|
|
647
|
-
travel100: string;
|
|
648
|
-
lifestyle010: string;
|
|
649
|
-
lifestyle020: string;
|
|
650
|
-
lifestyle030: string;
|
|
651
|
-
lifestyle040: string;
|
|
652
|
-
lifestyle050: string;
|
|
653
|
-
lifestyle060: string;
|
|
654
|
-
lifestyle070: string;
|
|
655
|
-
lifestyle080: string;
|
|
656
|
-
lifestyle090: string;
|
|
657
|
-
lifestyle100: string;
|
|
658
|
-
inkBase: string;
|
|
659
|
-
inkContrast: string;
|
|
660
|
-
inkSubtle: string;
|
|
661
|
-
inkNonEssential: string;
|
|
662
|
-
inkInverse: string;
|
|
663
|
-
inkPositive: string;
|
|
664
|
-
inkNegative: string;
|
|
665
|
-
inkNotice: string;
|
|
666
|
-
inkInformative: string;
|
|
667
|
-
inkBrand010: string;
|
|
668
|
-
inkBrand020: string;
|
|
669
|
-
interfaceBackground: string;
|
|
670
|
-
interface010: string;
|
|
671
|
-
interface020: string;
|
|
672
|
-
interface030: string;
|
|
673
|
-
interface040: string;
|
|
674
|
-
interface050: string;
|
|
675
|
-
interface060: string;
|
|
676
|
-
interfaceBrand010: string;
|
|
677
|
-
interfaceBrand020: string;
|
|
678
|
-
interfaceBrand030: string;
|
|
679
|
-
interfacePositive010: string;
|
|
680
|
-
interfacePositive020: string;
|
|
681
|
-
interfaceNegative010: string;
|
|
682
|
-
interfaceNegative020: string;
|
|
683
|
-
interfaceNotice010: string;
|
|
684
|
-
interfaceNotice020: string;
|
|
685
|
-
interfaceInformative010: string;
|
|
686
|
-
interfaceInformative020: string;
|
|
687
|
-
interfaceNeutral010: string;
|
|
688
|
-
interfaceNeutral020: string;
|
|
689
|
-
interfaceSkeleton010: string;
|
|
690
|
-
interfaceSkeleton020: string;
|
|
691
|
-
interactivePrimary010: string;
|
|
692
|
-
interactivePrimary020: string;
|
|
693
|
-
interactivePrimary030: string;
|
|
694
|
-
interactivePrimary040: string;
|
|
695
|
-
interactivePrimary050: string;
|
|
696
|
-
interactiveSecondary010: string;
|
|
697
|
-
interactiveSecondary020: string;
|
|
698
|
-
interactiveSecondary030: string;
|
|
699
|
-
interactiveSecondary040: string;
|
|
700
|
-
interactiveSecondary050: string;
|
|
701
|
-
interactivePositive010: string;
|
|
702
|
-
interactivePositive020: string;
|
|
703
|
-
interactivePositive030: string;
|
|
704
|
-
interactivePositive040: string;
|
|
705
|
-
interactivePositive050: string;
|
|
706
|
-
interactiveNegative010: string;
|
|
707
|
-
interactiveNegative020: string;
|
|
708
|
-
interactiveNegative030: string;
|
|
709
|
-
interactiveNegative040: string;
|
|
710
|
-
interactiveNegative050: string;
|
|
711
|
-
interactiveDisabled010: string;
|
|
712
|
-
interactiveVisited010: string;
|
|
713
|
-
interactiveInverse010: string;
|
|
714
|
-
interactiveInverse020: string;
|
|
715
|
-
interactiveInverse030: string;
|
|
716
|
-
interactiveInverse040: string;
|
|
717
|
-
interactiveInverse050: string;
|
|
718
|
-
interactiveInput010: string;
|
|
719
|
-
interactiveInput020: string;
|
|
720
|
-
interactiveInput030: string;
|
|
721
|
-
interactiveInput040: string;
|
|
722
|
-
interactiveInput050: string;
|
|
723
|
-
};
|
|
724
|
-
shadows: {
|
|
725
|
-
shadow010: string;
|
|
726
|
-
shadow020: string;
|
|
727
|
-
shadow030: string;
|
|
728
|
-
shadow040: string;
|
|
729
|
-
shadow050: string;
|
|
730
|
-
shadow060: string;
|
|
731
|
-
};
|
|
732
|
-
borders: {
|
|
733
|
-
borderRadiusDefault: string;
|
|
734
|
-
};
|
|
735
|
-
};
|
|
736
|
-
export declare const sunTheme: import("../../..").UncompiledTheme;
|
|
1
|
+
export declare const sunTheme: import("../../../theme").UncompiledTheme;
|
|
737
2
|
//# sourceMappingURL=sun-theme.d.ts.map
|