@blateral/b.kit 2.0.0-beta.0 → 2.0.0-beta.2.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/lib/components/base/icons/AngleRight.d.ts +7 -0
- package/lib/components/base/icons/AngleRight.d.ts.map +1 -0
- package/lib/components/base/icons/ExclamationMark.d.ts +7 -0
- package/lib/components/base/icons/ExclamationMark.d.ts.map +1 -0
- package/lib/components/base/icons/Play.d.ts.map +1 -1
- package/lib/components/blocks/Alert.d.ts +26 -0
- package/lib/components/blocks/Alert.d.ts.map +1 -0
- package/lib/components/blocks/IntroBlock.d.ts +6 -0
- package/lib/components/blocks/IntroBlock.d.ts.map +1 -1
- package/lib/components/blocks/NavBlock.d.ts +24 -0
- package/lib/components/blocks/NavBlock.d.ts.map +1 -0
- package/lib/components/blocks/NewsCard.d.ts +21 -4
- package/lib/components/blocks/NewsCard.d.ts.map +1 -1
- package/lib/components/blocks/Tag.d.ts +3 -0
- package/lib/components/blocks/Tag.d.ts.map +1 -1
- package/lib/components/blocks/Title.d.ts +11 -0
- package/lib/components/blocks/Title.d.ts.map +1 -1
- package/lib/components/sections/Accordion.d.ts +29 -0
- package/lib/components/sections/Accordion.d.ts.map +1 -1
- package/lib/components/sections/AlertList.d.ts +389 -0
- package/lib/components/sections/AlertList.d.ts.map +1 -0
- package/lib/components/sections/Article.d.ts +29 -0
- package/lib/components/sections/Article.d.ts.map +1 -1
- package/lib/components/sections/CallToAction.d.ts +29 -0
- package/lib/components/sections/CallToAction.d.ts.map +1 -1
- package/lib/components/sections/ComparisonSlider.d.ts +29 -0
- package/lib/components/sections/ComparisonSlider.d.ts.map +1 -1
- package/lib/components/sections/CrossPromotion.d.ts +29 -0
- package/lib/components/sections/CrossPromotion.d.ts.map +1 -1
- package/lib/components/sections/DynamicForm.d.ts +29 -0
- package/lib/components/sections/DynamicForm.d.ts.map +1 -1
- package/lib/components/sections/FactGrid.d.ts +29 -0
- package/lib/components/sections/FactGrid.d.ts.map +1 -1
- package/lib/components/sections/FactList.d.ts +29 -0
- package/lib/components/sections/FactList.d.ts.map +1 -1
- package/lib/components/sections/FeatureList.d.ts +29 -0
- package/lib/components/sections/FeatureList.d.ts.map +1 -1
- package/lib/components/sections/Footer.d.ts +29 -0
- package/lib/components/sections/Footer.d.ts.map +1 -1
- package/lib/components/sections/Form.d.ts +29 -0
- package/lib/components/sections/Form.d.ts.map +1 -1
- package/lib/components/sections/Gallery.d.ts +29 -0
- package/lib/components/sections/Gallery.d.ts.map +1 -1
- package/lib/components/sections/IconList.d.ts +29 -0
- package/lib/components/sections/IconList.d.ts.map +1 -1
- package/lib/components/sections/Intro.d.ts +29 -0
- package/lib/components/sections/Intro.d.ts.map +1 -1
- package/lib/components/sections/Map.d.ts +29 -0
- package/lib/components/sections/Map.d.ts.map +1 -1
- package/lib/components/sections/NavList.d.ts +390 -0
- package/lib/components/sections/NavList.d.ts.map +1 -0
- package/lib/components/sections/NumberList.d.ts +29 -0
- package/lib/components/sections/NumberList.d.ts.map +1 -1
- package/lib/components/sections/Poster.d.ts +51 -4
- package/lib/components/sections/Poster.d.ts.map +1 -1
- package/lib/components/sections/PriceList.d.ts +37 -2
- package/lib/components/sections/PriceList.d.ts.map +1 -1
- package/lib/components/sections/PriceTable.d.ts +29 -0
- package/lib/components/sections/PriceTable.d.ts.map +1 -1
- package/lib/components/sections/Quicknav.d.ts +29 -0
- package/lib/components/sections/Quicknav.d.ts.map +1 -1
- package/lib/components/sections/Quote.d.ts +29 -0
- package/lib/components/sections/Quote.d.ts.map +1 -1
- package/lib/components/sections/SocialNav.d.ts +29 -0
- package/lib/components/sections/SocialNav.d.ts.map +1 -1
- package/lib/components/sections/SocialWall.d.ts +29 -0
- package/lib/components/sections/SocialWall.d.ts.map +1 -1
- package/lib/components/sections/Table.d.ts +29 -0
- package/lib/components/sections/Table.d.ts.map +1 -1
- package/lib/components/sections/Teaser.d.ts +29 -0
- package/lib/components/sections/Teaser.d.ts.map +1 -1
- package/lib/components/sections/TeaserWide.d.ts +17 -0
- package/lib/components/sections/TeaserWide.d.ts.map +1 -1
- package/lib/components/sections/Timeline.d.ts +29 -0
- package/lib/components/sections/Timeline.d.ts.map +1 -1
- package/lib/components/sections/Video.d.ts +31 -2
- package/lib/components/sections/Video.d.ts.map +1 -1
- package/lib/components/sections/carousel/FeatureCarousel.d.ts +29 -0
- package/lib/components/sections/carousel/FeatureCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/ImageCarousel.d.ts +29 -0
- package/lib/components/sections/carousel/ImageCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/PromotionCarousel.d.ts +29 -0
- package/lib/components/sections/carousel/PromotionCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/VideoCarousel.d.ts +29 -0
- package/lib/components/sections/carousel/VideoCarousel.d.ts.map +1 -1
- package/lib/components/sections/header/Header.d.ts +29 -0
- package/lib/components/sections/header/Header.d.ts.map +1 -1
- package/lib/components/sections/navigation/remastered/NavBar.d.ts +8 -1
- package/lib/components/sections/navigation/remastered/NavBar.d.ts.map +1 -1
- package/lib/components/sections/navigation/remastered/Navigation.d.ts +1 -0
- package/lib/components/sections/navigation/remastered/Navigation.d.ts.map +1 -1
- package/lib/components/sections/news/NewsAuthorCard.d.ts +29 -0
- package/lib/components/sections/news/NewsAuthorCard.d.ts.map +1 -1
- package/lib/components/sections/news/NewsFooter.d.ts +29 -0
- package/lib/components/sections/news/NewsFooter.d.ts.map +1 -1
- package/lib/components/sections/news/NewsImages.d.ts +29 -0
- package/lib/components/sections/news/NewsImages.d.ts.map +1 -1
- package/lib/components/sections/news/NewsIntro.d.ts +29 -0
- package/lib/components/sections/news/NewsIntro.d.ts.map +1 -1
- package/lib/components/sections/news/NewsList.d.ts +63 -7
- package/lib/components/sections/news/NewsList.d.ts.map +1 -1
- package/lib/components/sections/news/NewsOverview.d.ts +68 -8
- package/lib/components/sections/news/NewsOverview.d.ts.map +1 -1
- package/lib/components/sections/news/NewsTable.d.ts +29 -0
- package/lib/components/sections/news/NewsTable.d.ts.map +1 -1
- package/lib/components/sections/news/NewsText.d.ts +29 -0
- package/lib/components/sections/news/NewsText.d.ts.map +1 -1
- package/lib/components/sections/news/NewsVideo.d.ts +29 -0
- package/lib/components/sections/news/NewsVideo.d.ts.map +1 -1
- package/lib/components/typography/Copy.d.ts +1 -1
- package/lib/components/typography/Copy.d.ts.map +1 -1
- package/lib/index.d.ts +4 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.es.js +2 -2
- package/lib/index.es.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/utils/fontLoading.d.ts +14 -0
- package/lib/utils/fontLoading.d.ts.map +1 -0
- package/lib/utils/styles.d.ts +34 -5
- package/lib/utils/styles.d.ts.map +1 -1
- package/lib/utils/useMediaQuery.d.ts.map +1 -1
- package/package.json +2 -1
|
@@ -0,0 +1,390 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { NavBlockProps } from "../blocks/NavBlock";
|
|
3
|
+
export declare type NavItem = Omit<NavBlockProps, 'isInverted' | 'customIcon' | 'customTitleIcon' | 'className'>;
|
|
4
|
+
export declare const NavListComponent: React.FC<{
|
|
5
|
+
/** Array of navigation item settings */
|
|
6
|
+
items?: NavItem[] | undefined;
|
|
7
|
+
/** Section backgrounds */
|
|
8
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
9
|
+
/** Function to inject custom alert icon */
|
|
10
|
+
customIcon?: ((props: {
|
|
11
|
+
isInverted?: boolean;
|
|
12
|
+
}) => React.ReactNode) | undefined;
|
|
13
|
+
/** Function to inject custom title decorator icon */
|
|
14
|
+
customTitleIcon?: ((props: {
|
|
15
|
+
isInverted?: boolean;
|
|
16
|
+
}) => React.ReactNode) | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
declare const _default: React.FC<{
|
|
19
|
+
/** Array of navigation item settings */
|
|
20
|
+
items?: NavItem[] | undefined;
|
|
21
|
+
/** Section backgrounds */
|
|
22
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
23
|
+
/** Function to inject custom alert icon */
|
|
24
|
+
customIcon?: ((props: {
|
|
25
|
+
isInverted?: boolean | undefined;
|
|
26
|
+
}) => React.ReactNode) | undefined;
|
|
27
|
+
/** Function to inject custom title decorator icon */
|
|
28
|
+
customTitleIcon?: ((props: {
|
|
29
|
+
isInverted?: boolean | undefined;
|
|
30
|
+
}) => React.ReactNode) | undefined;
|
|
31
|
+
} & {
|
|
32
|
+
theme?: {
|
|
33
|
+
colors?: {
|
|
34
|
+
dark?: string | undefined;
|
|
35
|
+
light?: string | undefined;
|
|
36
|
+
mono?: {
|
|
37
|
+
light?: string | undefined;
|
|
38
|
+
medium?: string | undefined;
|
|
39
|
+
dark?: string | undefined;
|
|
40
|
+
} | undefined;
|
|
41
|
+
primary?: {
|
|
42
|
+
light?: string | undefined;
|
|
43
|
+
medium?: string | undefined;
|
|
44
|
+
dark?: string | undefined;
|
|
45
|
+
} | undefined;
|
|
46
|
+
secondary?: {
|
|
47
|
+
light?: string | undefined;
|
|
48
|
+
medium?: string | undefined;
|
|
49
|
+
dark?: string | undefined;
|
|
50
|
+
} | undefined;
|
|
51
|
+
error?: string | undefined;
|
|
52
|
+
new?: {
|
|
53
|
+
text?: {
|
|
54
|
+
default?: string | undefined;
|
|
55
|
+
inverted?: string | undefined;
|
|
56
|
+
error?: string | undefined;
|
|
57
|
+
heading?: string | undefined;
|
|
58
|
+
headingInverted?: string | undefined;
|
|
59
|
+
copy?: string | undefined;
|
|
60
|
+
copyInverted?: string | undefined;
|
|
61
|
+
} | undefined;
|
|
62
|
+
sectionBg?: {
|
|
63
|
+
light?: string | undefined;
|
|
64
|
+
medium?: string | undefined;
|
|
65
|
+
dark?: string | undefined;
|
|
66
|
+
} | undefined;
|
|
67
|
+
elementBg?: {
|
|
68
|
+
light?: string | undefined;
|
|
69
|
+
lightHover?: string | undefined;
|
|
70
|
+
medium?: string | undefined;
|
|
71
|
+
mediumHover?: string | undefined;
|
|
72
|
+
dark?: string | undefined;
|
|
73
|
+
darkHover?: string | undefined;
|
|
74
|
+
} | undefined;
|
|
75
|
+
primary?: {
|
|
76
|
+
default?: string | undefined;
|
|
77
|
+
inverted?: string | undefined;
|
|
78
|
+
hover?: string | undefined;
|
|
79
|
+
invertedHover?: string | undefined;
|
|
80
|
+
} | undefined;
|
|
81
|
+
secondary?: {
|
|
82
|
+
default?: string | undefined;
|
|
83
|
+
inverted?: string | undefined;
|
|
84
|
+
hover?: string | undefined;
|
|
85
|
+
invertedHover?: string | undefined;
|
|
86
|
+
} | undefined;
|
|
87
|
+
error?: string | undefined;
|
|
88
|
+
} | undefined;
|
|
89
|
+
} | undefined;
|
|
90
|
+
fonts?: {
|
|
91
|
+
base?: {
|
|
92
|
+
family?: string | undefined;
|
|
93
|
+
weight?: string | undefined;
|
|
94
|
+
style?: string | undefined;
|
|
95
|
+
lineHeight?: string | undefined;
|
|
96
|
+
letterSpacing?: string | undefined;
|
|
97
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
98
|
+
textTransform?: string | undefined;
|
|
99
|
+
color?: string | undefined;
|
|
100
|
+
colorInverted?: string | undefined;
|
|
101
|
+
colorGradient?: string | undefined;
|
|
102
|
+
colorGradientInverted?: string | undefined;
|
|
103
|
+
} | undefined;
|
|
104
|
+
types?: {
|
|
105
|
+
copy?: {
|
|
106
|
+
small?: {
|
|
107
|
+
family?: string | undefined;
|
|
108
|
+
weight?: string | undefined;
|
|
109
|
+
style?: string | undefined;
|
|
110
|
+
lineHeight?: string | undefined;
|
|
111
|
+
letterSpacing?: string | undefined;
|
|
112
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
113
|
+
textTransform?: string | undefined;
|
|
114
|
+
color?: string | undefined;
|
|
115
|
+
colorInverted?: string | undefined;
|
|
116
|
+
colorGradient?: string | undefined;
|
|
117
|
+
colorGradientInverted?: string | undefined;
|
|
118
|
+
} | undefined;
|
|
119
|
+
medium?: {
|
|
120
|
+
family?: string | undefined;
|
|
121
|
+
weight?: string | undefined;
|
|
122
|
+
style?: string | undefined;
|
|
123
|
+
lineHeight?: string | undefined;
|
|
124
|
+
letterSpacing?: string | undefined;
|
|
125
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
126
|
+
textTransform?: string | undefined;
|
|
127
|
+
color?: string | undefined;
|
|
128
|
+
colorInverted?: string | undefined;
|
|
129
|
+
colorGradient?: string | undefined;
|
|
130
|
+
colorGradientInverted?: string | undefined;
|
|
131
|
+
} | undefined;
|
|
132
|
+
big?: {
|
|
133
|
+
family?: string | undefined;
|
|
134
|
+
weight?: string | undefined;
|
|
135
|
+
style?: string | undefined;
|
|
136
|
+
lineHeight?: string | undefined;
|
|
137
|
+
letterSpacing?: string | undefined;
|
|
138
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
139
|
+
textTransform?: string | undefined;
|
|
140
|
+
color?: string | undefined;
|
|
141
|
+
colorInverted?: string | undefined;
|
|
142
|
+
colorGradient?: string | undefined;
|
|
143
|
+
colorGradientInverted?: string | undefined;
|
|
144
|
+
} | undefined;
|
|
145
|
+
} | undefined;
|
|
146
|
+
'copy-i'?: {
|
|
147
|
+
small?: {
|
|
148
|
+
family?: string | undefined;
|
|
149
|
+
weight?: string | undefined;
|
|
150
|
+
style?: string | undefined;
|
|
151
|
+
lineHeight?: string | undefined;
|
|
152
|
+
letterSpacing?: string | undefined;
|
|
153
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
154
|
+
textTransform?: string | undefined;
|
|
155
|
+
color?: string | undefined;
|
|
156
|
+
colorInverted?: string | undefined;
|
|
157
|
+
colorGradient?: string | undefined;
|
|
158
|
+
colorGradientInverted?: string | undefined;
|
|
159
|
+
} | undefined;
|
|
160
|
+
medium?: {
|
|
161
|
+
family?: string | undefined;
|
|
162
|
+
weight?: string | undefined;
|
|
163
|
+
style?: string | undefined;
|
|
164
|
+
lineHeight?: string | undefined;
|
|
165
|
+
letterSpacing?: string | undefined;
|
|
166
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
167
|
+
textTransform?: string | undefined;
|
|
168
|
+
color?: string | undefined;
|
|
169
|
+
colorInverted?: string | undefined;
|
|
170
|
+
colorGradient?: string | undefined;
|
|
171
|
+
colorGradientInverted?: string | undefined;
|
|
172
|
+
} | undefined;
|
|
173
|
+
big?: {
|
|
174
|
+
family?: string | undefined;
|
|
175
|
+
weight?: string | undefined;
|
|
176
|
+
style?: string | undefined;
|
|
177
|
+
lineHeight?: string | undefined;
|
|
178
|
+
letterSpacing?: string | undefined;
|
|
179
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
180
|
+
textTransform?: string | undefined;
|
|
181
|
+
color?: string | undefined;
|
|
182
|
+
colorInverted?: string | undefined;
|
|
183
|
+
colorGradient?: string | undefined;
|
|
184
|
+
colorGradientInverted?: string | undefined;
|
|
185
|
+
} | undefined;
|
|
186
|
+
} | undefined;
|
|
187
|
+
'copy-b'?: {
|
|
188
|
+
small?: {
|
|
189
|
+
family?: string | undefined;
|
|
190
|
+
weight?: string | undefined;
|
|
191
|
+
style?: string | undefined;
|
|
192
|
+
lineHeight?: string | undefined;
|
|
193
|
+
letterSpacing?: string | undefined;
|
|
194
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
195
|
+
textTransform?: string | undefined;
|
|
196
|
+
color?: string | undefined;
|
|
197
|
+
colorInverted?: string | undefined;
|
|
198
|
+
colorGradient?: string | undefined;
|
|
199
|
+
colorGradientInverted?: string | undefined;
|
|
200
|
+
} | undefined;
|
|
201
|
+
medium?: {
|
|
202
|
+
family?: string | undefined;
|
|
203
|
+
weight?: string | undefined;
|
|
204
|
+
style?: string | undefined;
|
|
205
|
+
lineHeight?: string | undefined;
|
|
206
|
+
letterSpacing?: string | undefined;
|
|
207
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
208
|
+
textTransform?: string | undefined;
|
|
209
|
+
color?: string | undefined;
|
|
210
|
+
colorInverted?: string | undefined;
|
|
211
|
+
colorGradient?: string | undefined;
|
|
212
|
+
colorGradientInverted?: string | undefined;
|
|
213
|
+
} | undefined;
|
|
214
|
+
big?: {
|
|
215
|
+
family?: string | undefined;
|
|
216
|
+
weight?: string | undefined;
|
|
217
|
+
style?: string | undefined;
|
|
218
|
+
lineHeight?: string | undefined;
|
|
219
|
+
letterSpacing?: string | undefined;
|
|
220
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
221
|
+
textTransform?: string | undefined;
|
|
222
|
+
color?: string | undefined;
|
|
223
|
+
colorInverted?: string | undefined;
|
|
224
|
+
colorGradient?: string | undefined;
|
|
225
|
+
colorGradientInverted?: string | undefined;
|
|
226
|
+
} | undefined;
|
|
227
|
+
} | undefined;
|
|
228
|
+
super?: {
|
|
229
|
+
family?: string | undefined;
|
|
230
|
+
weight?: string | undefined;
|
|
231
|
+
style?: string | undefined;
|
|
232
|
+
lineHeight?: string | undefined;
|
|
233
|
+
letterSpacing?: string | undefined;
|
|
234
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
235
|
+
textTransform?: string | undefined;
|
|
236
|
+
color?: string | undefined;
|
|
237
|
+
colorInverted?: string | undefined;
|
|
238
|
+
colorGradient?: string | undefined;
|
|
239
|
+
colorGradientInverted?: string | undefined;
|
|
240
|
+
} | undefined;
|
|
241
|
+
'heading-1'?: {
|
|
242
|
+
family?: string | undefined;
|
|
243
|
+
weight?: string | undefined;
|
|
244
|
+
style?: string | undefined;
|
|
245
|
+
lineHeight?: string | undefined;
|
|
246
|
+
letterSpacing?: string | undefined;
|
|
247
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
248
|
+
textTransform?: string | undefined;
|
|
249
|
+
color?: string | undefined;
|
|
250
|
+
colorInverted?: string | undefined;
|
|
251
|
+
colorGradient?: string | undefined;
|
|
252
|
+
colorGradientInverted?: string | undefined;
|
|
253
|
+
} | undefined;
|
|
254
|
+
'heading-2'?: {
|
|
255
|
+
family?: string | undefined;
|
|
256
|
+
weight?: string | undefined;
|
|
257
|
+
style?: string | undefined;
|
|
258
|
+
lineHeight?: string | undefined;
|
|
259
|
+
letterSpacing?: string | undefined;
|
|
260
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
261
|
+
textTransform?: string | undefined;
|
|
262
|
+
color?: string | undefined;
|
|
263
|
+
colorInverted?: string | undefined;
|
|
264
|
+
colorGradient?: string | undefined;
|
|
265
|
+
colorGradientInverted?: string | undefined;
|
|
266
|
+
} | undefined;
|
|
267
|
+
'heading-3'?: {
|
|
268
|
+
family?: string | undefined;
|
|
269
|
+
weight?: string | undefined;
|
|
270
|
+
style?: string | undefined;
|
|
271
|
+
lineHeight?: string | undefined;
|
|
272
|
+
letterSpacing?: string | undefined;
|
|
273
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
274
|
+
textTransform?: string | undefined;
|
|
275
|
+
color?: string | undefined;
|
|
276
|
+
colorInverted?: string | undefined;
|
|
277
|
+
colorGradient?: string | undefined;
|
|
278
|
+
colorGradientInverted?: string | undefined;
|
|
279
|
+
} | undefined;
|
|
280
|
+
'heading-4'?: {
|
|
281
|
+
family?: string | undefined;
|
|
282
|
+
weight?: string | undefined;
|
|
283
|
+
style?: string | undefined;
|
|
284
|
+
lineHeight?: string | undefined;
|
|
285
|
+
letterSpacing?: string | undefined;
|
|
286
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
287
|
+
textTransform?: string | undefined;
|
|
288
|
+
color?: string | undefined;
|
|
289
|
+
colorInverted?: string | undefined;
|
|
290
|
+
colorGradient?: string | undefined;
|
|
291
|
+
colorGradientInverted?: string | undefined;
|
|
292
|
+
} | undefined;
|
|
293
|
+
callout?: {
|
|
294
|
+
small?: {
|
|
295
|
+
family?: string | undefined;
|
|
296
|
+
weight?: string | undefined;
|
|
297
|
+
style?: string | undefined;
|
|
298
|
+
lineHeight?: string | undefined;
|
|
299
|
+
letterSpacing?: string | undefined;
|
|
300
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
301
|
+
textTransform?: string | undefined;
|
|
302
|
+
color?: string | undefined;
|
|
303
|
+
colorInverted?: string | undefined;
|
|
304
|
+
colorGradient?: string | undefined;
|
|
305
|
+
colorGradientInverted?: string | undefined;
|
|
306
|
+
} | undefined;
|
|
307
|
+
medium?: {
|
|
308
|
+
family?: string | undefined;
|
|
309
|
+
weight?: string | undefined;
|
|
310
|
+
style?: string | undefined;
|
|
311
|
+
lineHeight?: string | undefined;
|
|
312
|
+
letterSpacing?: string | undefined;
|
|
313
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
314
|
+
textTransform?: string | undefined;
|
|
315
|
+
color?: string | undefined;
|
|
316
|
+
colorInverted?: string | undefined;
|
|
317
|
+
colorGradient?: string | undefined;
|
|
318
|
+
colorGradientInverted?: string | undefined;
|
|
319
|
+
} | undefined;
|
|
320
|
+
big?: {
|
|
321
|
+
family?: string | undefined;
|
|
322
|
+
weight?: string | undefined;
|
|
323
|
+
style?: string | undefined;
|
|
324
|
+
lineHeight?: string | undefined;
|
|
325
|
+
letterSpacing?: string | undefined;
|
|
326
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
327
|
+
textTransform?: string | undefined;
|
|
328
|
+
color?: string | undefined;
|
|
329
|
+
colorInverted?: string | undefined;
|
|
330
|
+
colorGradient?: string | undefined;
|
|
331
|
+
colorGradientInverted?: string | undefined;
|
|
332
|
+
} | undefined;
|
|
333
|
+
} | undefined;
|
|
334
|
+
} | undefined;
|
|
335
|
+
} | undefined;
|
|
336
|
+
globals?: {
|
|
337
|
+
sections?: {
|
|
338
|
+
seperation?: {
|
|
339
|
+
forcePadding?: boolean | undefined;
|
|
340
|
+
padding?: {
|
|
341
|
+
default?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
342
|
+
stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
343
|
+
} | undefined;
|
|
344
|
+
margin?: {
|
|
345
|
+
default?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
346
|
+
stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
347
|
+
} | undefined;
|
|
348
|
+
} | undefined;
|
|
349
|
+
edgeRadius?: (string | null) | undefined;
|
|
350
|
+
imageTextGradient?: string | undefined;
|
|
351
|
+
imagePlaceholderBg?: {
|
|
352
|
+
default?: string | undefined;
|
|
353
|
+
inverted?: string | undefined;
|
|
354
|
+
} | undefined;
|
|
355
|
+
newsDateFormat?: string | undefined;
|
|
356
|
+
newsTimeFormat?: string | undefined;
|
|
357
|
+
newsLocaleKey?: ("de" | "en") | undefined;
|
|
358
|
+
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
359
|
+
datepickerDateFormat?: string | undefined;
|
|
360
|
+
} | undefined;
|
|
361
|
+
navigation?: {
|
|
362
|
+
navBar?: {
|
|
363
|
+
isTopNavVisible?: boolean | undefined;
|
|
364
|
+
topNavHeight?: {
|
|
365
|
+
mobile?: {
|
|
366
|
+
small?: number | undefined;
|
|
367
|
+
large?: number | undefined;
|
|
368
|
+
} | undefined;
|
|
369
|
+
desktop?: {
|
|
370
|
+
small?: number | undefined;
|
|
371
|
+
large?: number | undefined;
|
|
372
|
+
} | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
height?: {
|
|
375
|
+
mobile?: {
|
|
376
|
+
small?: number | undefined;
|
|
377
|
+
large?: number | undefined;
|
|
378
|
+
} | undefined;
|
|
379
|
+
desktop?: {
|
|
380
|
+
small?: number | undefined;
|
|
381
|
+
large?: number | undefined;
|
|
382
|
+
} | undefined;
|
|
383
|
+
} | undefined;
|
|
384
|
+
} | undefined;
|
|
385
|
+
} | undefined;
|
|
386
|
+
} | undefined;
|
|
387
|
+
} | undefined;
|
|
388
|
+
}>;
|
|
389
|
+
export default _default;
|
|
390
|
+
//# sourceMappingURL=NavList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/NavList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAiB,EAAE,aAAa,EAAE,2BAAmC;AAsCrE,oBAAY,OAAO,GAAG,IAAI,CACtB,aAAa,EACb,YAAY,GAAG,YAAY,GAAG,iBAAiB,GAAG,WAAW,CAChE,CAAC;AAkDF,eAAO,MAAM,gBAAgB;IA/CzB,wCAAwC;;IAGxC,0BAA0B;;IAG1B,2CAA2C;0BACtB;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,SAAS;IAEjE,qDAAqD;+BAC3B;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,SAAS;EAqCnC,CAAC;;IA/CpC,wCAAwC;;IAGxC,0BAA0B;;IAG1B,2CAA2C;;;;IAG3C,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCzD,wBAAqC"}
|
|
@@ -58,10 +58,14 @@ declare const _default: React.FC<Record<string, unknown> & {
|
|
|
58
58
|
primary?: {
|
|
59
59
|
default?: string | undefined;
|
|
60
60
|
inverted?: string | undefined;
|
|
61
|
+
hover?: string | undefined;
|
|
62
|
+
invertedHover?: string | undefined;
|
|
61
63
|
} | undefined;
|
|
62
64
|
secondary?: {
|
|
63
65
|
default?: string | undefined;
|
|
64
66
|
inverted?: string | undefined;
|
|
67
|
+
hover?: string | undefined;
|
|
68
|
+
invertedHover?: string | undefined;
|
|
65
69
|
} | undefined;
|
|
66
70
|
error?: string | undefined;
|
|
67
71
|
} | undefined;
|
|
@@ -337,6 +341,31 @@ declare const _default: React.FC<Record<string, unknown> & {
|
|
|
337
341
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
338
342
|
datepickerDateFormat?: string | undefined;
|
|
339
343
|
} | undefined;
|
|
344
|
+
navigation?: {
|
|
345
|
+
navBar?: {
|
|
346
|
+
isTopNavVisible?: boolean | undefined;
|
|
347
|
+
topNavHeight?: {
|
|
348
|
+
mobile?: {
|
|
349
|
+
small?: number | undefined;
|
|
350
|
+
large?: number | undefined;
|
|
351
|
+
} | undefined;
|
|
352
|
+
desktop?: {
|
|
353
|
+
small?: number | undefined;
|
|
354
|
+
large?: number | undefined;
|
|
355
|
+
} | undefined;
|
|
356
|
+
} | undefined;
|
|
357
|
+
height?: {
|
|
358
|
+
mobile?: {
|
|
359
|
+
small?: number | undefined;
|
|
360
|
+
large?: number | undefined;
|
|
361
|
+
} | undefined;
|
|
362
|
+
desktop?: {
|
|
363
|
+
small?: number | undefined;
|
|
364
|
+
large?: number | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
} | undefined;
|
|
367
|
+
} | undefined;
|
|
368
|
+
} | undefined;
|
|
340
369
|
} | undefined;
|
|
341
370
|
} | undefined;
|
|
342
371
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumberList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/NumberList.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAwI1C,MAAM,WAAW,eAAe;IAC5B,KAAK,CAAC,EAAE;QACJ,IAAI,CAAC,EAAE;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,GAAG,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACrC,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,KAAK,CAAC,EAAE,MAAM,CAAC;KAClB,EAAE,CAAC;IACJ,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;CAChC;AAoCD,eAAO,MAAM,mBAAmB,2BAAa,CAAC
|
|
1
|
+
{"version":3,"file":"NumberList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/NumberList.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAwI1C,MAAM,WAAW,eAAe;IAC5B,KAAK,CAAC,EAAE;QACJ,IAAI,CAAC,EAAE;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,GAAG,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACrC,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,KAAK,CAAC,EAAE,MAAM,CAAC;KAClB,EAAE,CAAC;IACJ,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;CAChC;AAoCD,eAAO,MAAM,mBAAmB,2BAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC9C,wBAAwC"}
|
|
@@ -2,26 +2,44 @@ import React from 'react';
|
|
|
2
2
|
import { ImageProps } from "../blocks/Image";
|
|
3
3
|
import { HeadlineTag } from "../typography/Heading";
|
|
4
4
|
export declare const PosterComponent: React.FC<{
|
|
5
|
-
image
|
|
5
|
+
/** Clamp width of poster image to content wrapper or large wrapper */
|
|
6
|
+
width?: "full" | "content" | undefined;
|
|
7
|
+
/** The poster image settings */
|
|
8
|
+
image: Omit<ImageProps, 'coverSpace' | 'ratios'>;
|
|
9
|
+
/** Main title text */
|
|
6
10
|
title?: string | undefined;
|
|
11
|
+
/** Main title HTML tag type (h2, h3, h4...) */
|
|
7
12
|
titleAs?: HeadlineTag | undefined;
|
|
13
|
+
/** Superior title that stands above main title */
|
|
8
14
|
superTitle?: string | undefined;
|
|
15
|
+
/** Superior title HTML tag type (h3, h4 ...) */
|
|
9
16
|
superTitleAs?: HeadlineTag | undefined;
|
|
17
|
+
/** Text underneath the title (richtext) */
|
|
10
18
|
text?: string | undefined;
|
|
19
|
+
/** Function to inject custom primary button */
|
|
11
20
|
primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
21
|
+
/** Function to inject custom secondary button */
|
|
12
22
|
secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
13
|
-
hasWrapper?: boolean | undefined;
|
|
14
23
|
}>;
|
|
15
24
|
declare const _default: React.FC<{
|
|
16
|
-
image
|
|
25
|
+
/** Clamp width of poster image to content wrapper or large wrapper */
|
|
26
|
+
width?: "full" | "content" | undefined;
|
|
27
|
+
/** The poster image settings */
|
|
28
|
+
image: Omit<ImageProps, "coverSpace" | "ratios">;
|
|
29
|
+
/** Main title text */
|
|
17
30
|
title?: string | undefined;
|
|
31
|
+
/** Main title HTML tag type (h2, h3, h4...) */
|
|
18
32
|
titleAs?: HeadlineTag | undefined;
|
|
33
|
+
/** Superior title that stands above main title */
|
|
19
34
|
superTitle?: string | undefined;
|
|
35
|
+
/** Superior title HTML tag type (h3, h4 ...) */
|
|
20
36
|
superTitleAs?: HeadlineTag | undefined;
|
|
37
|
+
/** Text underneath the title (richtext) */
|
|
21
38
|
text?: string | undefined;
|
|
39
|
+
/** Function to inject custom primary button */
|
|
22
40
|
primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
41
|
+
/** Function to inject custom secondary button */
|
|
23
42
|
secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
24
|
-
hasWrapper?: boolean | undefined;
|
|
25
43
|
} & {
|
|
26
44
|
theme?: {
|
|
27
45
|
colors?: {
|
|
@@ -69,10 +87,14 @@ declare const _default: React.FC<{
|
|
|
69
87
|
primary?: {
|
|
70
88
|
default?: string | undefined;
|
|
71
89
|
inverted?: string | undefined;
|
|
90
|
+
hover?: string | undefined;
|
|
91
|
+
invertedHover?: string | undefined;
|
|
72
92
|
} | undefined;
|
|
73
93
|
secondary?: {
|
|
74
94
|
default?: string | undefined;
|
|
75
95
|
inverted?: string | undefined;
|
|
96
|
+
hover?: string | undefined;
|
|
97
|
+
invertedHover?: string | undefined;
|
|
76
98
|
} | undefined;
|
|
77
99
|
error?: string | undefined;
|
|
78
100
|
} | undefined;
|
|
@@ -348,6 +370,31 @@ declare const _default: React.FC<{
|
|
|
348
370
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
349
371
|
datepickerDateFormat?: string | undefined;
|
|
350
372
|
} | undefined;
|
|
373
|
+
navigation?: {
|
|
374
|
+
navBar?: {
|
|
375
|
+
isTopNavVisible?: boolean | undefined;
|
|
376
|
+
topNavHeight?: {
|
|
377
|
+
mobile?: {
|
|
378
|
+
small?: number | undefined;
|
|
379
|
+
large?: number | undefined;
|
|
380
|
+
} | undefined;
|
|
381
|
+
desktop?: {
|
|
382
|
+
small?: number | undefined;
|
|
383
|
+
large?: number | undefined;
|
|
384
|
+
} | undefined;
|
|
385
|
+
} | undefined;
|
|
386
|
+
height?: {
|
|
387
|
+
mobile?: {
|
|
388
|
+
small?: number | undefined;
|
|
389
|
+
large?: number | undefined;
|
|
390
|
+
} | undefined;
|
|
391
|
+
desktop?: {
|
|
392
|
+
small?: number | undefined;
|
|
393
|
+
large?: number | undefined;
|
|
394
|
+
} | undefined;
|
|
395
|
+
} | undefined;
|
|
396
|
+
} | undefined;
|
|
397
|
+
} | undefined;
|
|
351
398
|
} | undefined;
|
|
352
399
|
} | undefined;
|
|
353
400
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Poster.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Poster.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAKlC,OAAc,EAAE,UAAU,EAAE,wBAAgC;AAG5D,OAAO,EAAE,WAAW,EAAE,8BAAsC;
|
|
1
|
+
{"version":3,"file":"Poster.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Poster.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAKlC,OAAc,EAAE,UAAU,EAAE,wBAAgC;AAG5D,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAgH5D,eAAO,MAAM,eAAe;IAjExB,sEAAsE;;IAGtE,gCAAgC;WACzB,KAAK,UAAU,EAAE,YAAY,GAAG,QAAQ,CAAC;IAEhD,sBAAsB;;IAGtB,+CAA+C;;IAG/C,kDAAkD;;IAGlD,gDAAgD;;IAGhD,2CAA2C;;IAG3C,+CAA+C;2DACL,MAAM,SAAS;IAEzD,iDAAiD;6DACL,MAAM,SAAS;EAwC1B,CAAC;;IAjElC,sEAAsE;;IAGtE,gCAAgC;;IAGhC,sBAAsB;;IAGtB,+CAA+C;;IAG/C,kDAAkD;;IAGlD,gDAAgD;;IAGhD,2CAA2C;;IAG3C,+CAA+C;;IAG/C,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CrD,wBAAoC"}
|
|
@@ -1,18 +1,24 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export interface PriceItems {
|
|
3
|
+
/** Title of the price item */
|
|
3
4
|
title?: string;
|
|
5
|
+
/** Description text of price item (richtext) */
|
|
4
6
|
text?: string;
|
|
7
|
+
/** The price value (Currency not included) */
|
|
5
8
|
price?: string;
|
|
6
9
|
}
|
|
10
|
+
export declare const PriceBlock: React.FC<PriceItems & {
|
|
11
|
+
hasBg?: boolean;
|
|
12
|
+
}>;
|
|
7
13
|
export declare const PriceListComponent: React.FC<{
|
|
8
14
|
/** Array with price items */
|
|
9
|
-
items
|
|
15
|
+
items?: PriceItems[] | undefined;
|
|
10
16
|
/** Section background */
|
|
11
17
|
bgMode?: "inverted" | "full" | undefined;
|
|
12
18
|
}>;
|
|
13
19
|
declare const _default: React.FC<{
|
|
14
20
|
/** Array with price items */
|
|
15
|
-
items
|
|
21
|
+
items?: PriceItems[] | undefined;
|
|
16
22
|
/** Section background */
|
|
17
23
|
bgMode?: "inverted" | "full" | undefined;
|
|
18
24
|
} & {
|
|
@@ -62,10 +68,14 @@ declare const _default: React.FC<{
|
|
|
62
68
|
primary?: {
|
|
63
69
|
default?: string | undefined;
|
|
64
70
|
inverted?: string | undefined;
|
|
71
|
+
hover?: string | undefined;
|
|
72
|
+
invertedHover?: string | undefined;
|
|
65
73
|
} | undefined;
|
|
66
74
|
secondary?: {
|
|
67
75
|
default?: string | undefined;
|
|
68
76
|
inverted?: string | undefined;
|
|
77
|
+
hover?: string | undefined;
|
|
78
|
+
invertedHover?: string | undefined;
|
|
69
79
|
} | undefined;
|
|
70
80
|
error?: string | undefined;
|
|
71
81
|
} | undefined;
|
|
@@ -341,6 +351,31 @@ declare const _default: React.FC<{
|
|
|
341
351
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
342
352
|
datepickerDateFormat?: string | undefined;
|
|
343
353
|
} | undefined;
|
|
354
|
+
navigation?: {
|
|
355
|
+
navBar?: {
|
|
356
|
+
isTopNavVisible?: boolean | undefined;
|
|
357
|
+
topNavHeight?: {
|
|
358
|
+
mobile?: {
|
|
359
|
+
small?: number | undefined;
|
|
360
|
+
large?: number | undefined;
|
|
361
|
+
} | undefined;
|
|
362
|
+
desktop?: {
|
|
363
|
+
small?: number | undefined;
|
|
364
|
+
large?: number | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
} | undefined;
|
|
367
|
+
height?: {
|
|
368
|
+
mobile?: {
|
|
369
|
+
small?: number | undefined;
|
|
370
|
+
large?: number | undefined;
|
|
371
|
+
} | undefined;
|
|
372
|
+
desktop?: {
|
|
373
|
+
small?: number | undefined;
|
|
374
|
+
large?: number | undefined;
|
|
375
|
+
} | undefined;
|
|
376
|
+
} | undefined;
|
|
377
|
+
} | undefined;
|
|
378
|
+
} | undefined;
|
|
344
379
|
} | undefined;
|
|
345
380
|
} | undefined;
|
|
346
381
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PriceList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/PriceList.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PriceList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/PriceList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0D1B,MAAM,WAAW,UAAU;IACvB,8BAA8B;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gDAAgD;IAChD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8CAA8C;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,CAejE,CAAC;AAoCF,eAAO,MAAM,kBAAkB;IAjC3B,6BAA6B;;IAG7B,yBAAyB;;EA8Bc,CAAC;;IAjCxC,6BAA6B;;IAG7B,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+B7B,wBAAuC"}
|