@blateral/b.kit 1.21.3 → 2.0.0-beta.2
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/Grid.d.ts +21 -1
- package/lib/components/base/Grid.d.ts.map +1 -1
- package/lib/components/base/Section.d.ts.map +1 -1
- package/lib/components/base/Wrapper.d.ts +1 -0
- package/lib/components/base/Wrapper.d.ts.map +1 -1
- 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/base/icons/socials/Instagram.d.ts.map +1 -1
- package/lib/components/blocks/Actions.d.ts +6 -1
- package/lib/components/blocks/Actions.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/CookieConsent.d.ts +3 -3
- package/lib/components/blocks/CookieConsent.d.ts.map +1 -1
- package/lib/components/blocks/Fact.d.ts +4 -4
- package/lib/components/blocks/Fact.d.ts.map +1 -1
- package/lib/components/blocks/Feature.d.ts +15 -7
- package/lib/components/blocks/Feature.d.ts.map +1 -1
- package/lib/components/blocks/Image.d.ts +37 -0
- package/lib/components/blocks/Image.d.ts.map +1 -1
- package/lib/components/blocks/IntroBlock.d.ts +19 -1
- 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/PriceTag.d.ts +4 -3
- package/lib/components/blocks/PriceTag.d.ts.map +1 -1
- package/lib/components/blocks/PromotionCard.d.ts +17 -3
- package/lib/components/blocks/PromotionCard.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/blocks/VideoBlock.d.ts +23 -0
- package/lib/components/blocks/VideoBlock.d.ts.map +1 -0
- package/lib/components/blocks/VideoCard.d.ts.map +1 -1
- package/lib/components/buttons/Button.d.ts +1 -1
- package/lib/components/buttons/Button.d.ts.map +1 -1
- package/lib/components/buttons/ButtonGhost.d.ts.map +1 -1
- package/lib/components/buttons/Pointer.d.ts.map +1 -1
- package/lib/components/debug/DebugLines.d.ts +4 -0
- package/lib/components/debug/DebugLines.d.ts.map +1 -0
- package/lib/components/fields/CompactForm.d.ts +1 -2
- package/lib/components/fields/CompactForm.d.ts.map +1 -1
- package/lib/components/sections/Accordion.d.ts +87 -60
- package/lib/components/sections/Accordion.d.ts.map +1 -1
- package/lib/components/sections/{CallToActionDouble.d.ts → AlertList.d.ts} +93 -100
- package/lib/components/sections/AlertList.d.ts.map +1 -0
- package/lib/components/sections/Article.d.ts +89 -47
- package/lib/components/sections/Article.d.ts.map +1 -1
- package/lib/components/sections/CallToAction.d.ts +106 -55
- package/lib/components/sections/CallToAction.d.ts.map +1 -1
- package/lib/components/sections/ComparisonSlider.d.ts +67 -47
- package/lib/components/sections/ComparisonSlider.d.ts.map +1 -1
- package/lib/components/sections/CrossPromotion.d.ts +81 -51
- package/lib/components/sections/CrossPromotion.d.ts.map +1 -1
- package/lib/components/sections/DynamicForm.d.ts +67 -47
- package/lib/components/sections/DynamicForm.d.ts.map +1 -1
- package/lib/components/sections/FactGrid.d.ts +75 -47
- package/lib/components/sections/FactGrid.d.ts.map +1 -1
- package/lib/components/sections/FactList.d.ts +82 -56
- package/lib/components/sections/FactList.d.ts.map +1 -1
- package/lib/components/sections/FeatureList.d.ts +74 -48
- package/lib/components/sections/FeatureList.d.ts.map +1 -1
- package/lib/components/sections/Footer.d.ts +67 -47
- package/lib/components/sections/Footer.d.ts.map +1 -1
- package/lib/components/sections/Form.d.ts +67 -47
- package/lib/components/sections/Form.d.ts.map +1 -1
- package/lib/components/sections/Gallery.d.ts +67 -47
- package/lib/components/sections/Gallery.d.ts.map +1 -1
- package/lib/components/sections/IconList.d.ts +113 -55
- package/lib/components/sections/IconList.d.ts.map +1 -1
- package/lib/components/sections/Intro.d.ts +90 -50
- package/lib/components/sections/Intro.d.ts.map +1 -1
- package/lib/components/sections/Map.d.ts +67 -47
- 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 +67 -47
- package/lib/components/sections/NumberList.d.ts.map +1 -1
- package/lib/components/sections/Poster.d.ts +89 -51
- package/lib/components/sections/Poster.d.ts.map +1 -1
- package/lib/components/sections/PriceList.d.ts +85 -56
- package/lib/components/sections/PriceList.d.ts.map +1 -1
- package/lib/components/sections/PriceTable.d.ts +76 -48
- package/lib/components/sections/PriceTable.d.ts.map +1 -1
- package/lib/components/sections/Quicknav.d.ts +67 -47
- package/lib/components/sections/Quicknav.d.ts.map +1 -1
- package/lib/components/sections/Quote.d.ts +75 -47
- package/lib/components/sections/Quote.d.ts.map +1 -1
- package/lib/components/sections/SocialNav.d.ts +67 -47
- package/lib/components/sections/SocialNav.d.ts.map +1 -1
- package/lib/components/sections/SocialWall.d.ts +83 -58
- package/lib/components/sections/SocialWall.d.ts.map +1 -1
- package/lib/components/sections/Table.d.ts +68 -48
- package/lib/components/sections/Table.d.ts.map +1 -1
- package/lib/components/sections/Teaser.d.ts +112 -59
- package/lib/components/sections/Teaser.d.ts.map +1 -1
- package/lib/components/sections/TeaserWide.d.ts +108 -59
- package/lib/components/sections/TeaserWide.d.ts.map +1 -1
- package/lib/components/sections/Timeline.d.ts +67 -47
- package/lib/components/sections/Timeline.d.ts.map +1 -1
- package/lib/components/sections/Video.d.ts +69 -49
- package/lib/components/sections/Video.d.ts.map +1 -1
- package/lib/components/sections/carousel/FeatureCarousel.d.ts +67 -47
- package/lib/components/sections/carousel/FeatureCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/ImageCarousel.d.ts +67 -47
- package/lib/components/sections/carousel/ImageCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/PromotionCarousel.d.ts +69 -49
- package/lib/components/sections/carousel/PromotionCarousel.d.ts.map +1 -1
- package/lib/components/sections/carousel/VideoCarousel.d.ts +67 -47
- package/lib/components/sections/carousel/VideoCarousel.d.ts.map +1 -1
- package/lib/components/sections/header/Header.d.ts +67 -47
- package/lib/components/sections/header/Header.d.ts.map +1 -1
- package/lib/components/sections/navigation/Navigation.d.ts +2 -2
- package/lib/components/sections/navigation/Navigation.d.ts.map +1 -1
- package/lib/components/sections/navigation/remastered/NavBar.d.ts +19 -0
- package/lib/components/sections/navigation/remastered/NavBar.d.ts.map +1 -0
- package/lib/components/sections/navigation/remastered/Navigation.d.ts +16 -0
- package/lib/components/sections/navigation/remastered/Navigation.d.ts.map +1 -0
- package/lib/components/sections/news/NewsAuthorCard.d.ts +67 -47
- package/lib/components/sections/news/NewsAuthorCard.d.ts.map +1 -1
- package/lib/components/sections/news/NewsFooter.d.ts +67 -47
- package/lib/components/sections/news/NewsFooter.d.ts.map +1 -1
- package/lib/components/sections/news/NewsImages.d.ts +67 -47
- package/lib/components/sections/news/NewsImages.d.ts.map +1 -1
- package/lib/components/sections/news/NewsIntro.d.ts +67 -47
- package/lib/components/sections/news/NewsIntro.d.ts.map +1 -1
- package/lib/components/sections/news/NewsList.d.ts +101 -54
- package/lib/components/sections/news/NewsList.d.ts.map +1 -1
- package/lib/components/sections/news/NewsOverview.d.ts +106 -55
- package/lib/components/sections/news/NewsOverview.d.ts.map +1 -1
- package/lib/components/sections/news/NewsTable.d.ts +67 -47
- package/lib/components/sections/news/NewsTable.d.ts.map +1 -1
- package/lib/components/sections/news/NewsText.d.ts +67 -47
- package/lib/components/sections/news/NewsText.d.ts.map +1 -1
- package/lib/components/sections/news/NewsVideo.d.ts +67 -47
- package/lib/components/sections/news/NewsVideo.d.ts.map +1 -1
- package/lib/components/typography/Callout.d.ts.map +1 -1
- package/lib/components/typography/Copy.d.ts +3 -2
- package/lib/components/typography/Copy.d.ts.map +1 -1
- package/lib/components/typography/Heading.d.ts +1 -1
- package/lib/components/typography/Heading.d.ts.map +1 -1
- package/lib/components/typography/Link.d.ts +6 -4
- package/lib/components/typography/Link.d.ts.map +1 -1
- package/lib/index.d.ts +8 -6
- 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/LibThemeProvider.d.ts +8 -2
- package/lib/utils/LibThemeProvider.d.ts.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 +69 -11
- package/lib/utils/styles.d.ts.map +1 -1
- package/lib/utils/useMediaQuery.d.ts.map +1 -1
- package/lib/utils/usePageScroll.d.ts +23 -0
- package/lib/utils/usePageScroll.d.ts.map +1 -0
- package/package.json +5 -5
- package/lib/components/sections/CallToActionDouble.d.ts.map +0 -1
|
@@ -28,12 +28,44 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
28
28
|
medium?: string | undefined;
|
|
29
29
|
dark?: string | undefined;
|
|
30
30
|
} | undefined;
|
|
31
|
-
tertiary?: {
|
|
32
|
-
light?: string | undefined;
|
|
33
|
-
medium?: string | undefined;
|
|
34
|
-
dark?: string | undefined;
|
|
35
|
-
} | undefined;
|
|
36
31
|
error?: string | undefined;
|
|
32
|
+
new?: {
|
|
33
|
+
text?: {
|
|
34
|
+
default?: string | undefined;
|
|
35
|
+
inverted?: string | undefined;
|
|
36
|
+
error?: string | undefined;
|
|
37
|
+
heading?: string | undefined;
|
|
38
|
+
headingInverted?: string | undefined;
|
|
39
|
+
copy?: string | undefined;
|
|
40
|
+
copyInverted?: string | undefined;
|
|
41
|
+
} | undefined;
|
|
42
|
+
sectionBg?: {
|
|
43
|
+
light?: string | undefined;
|
|
44
|
+
medium?: string | undefined;
|
|
45
|
+
dark?: string | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
elementBg?: {
|
|
48
|
+
light?: string | undefined;
|
|
49
|
+
lightHover?: string | undefined;
|
|
50
|
+
medium?: string | undefined;
|
|
51
|
+
mediumHover?: string | undefined;
|
|
52
|
+
dark?: string | undefined;
|
|
53
|
+
darkHover?: string | undefined;
|
|
54
|
+
} | undefined;
|
|
55
|
+
primary?: {
|
|
56
|
+
default?: string | undefined;
|
|
57
|
+
inverted?: string | undefined;
|
|
58
|
+
hover?: string | undefined;
|
|
59
|
+
invertedHover?: string | undefined;
|
|
60
|
+
} | undefined;
|
|
61
|
+
secondary?: {
|
|
62
|
+
default?: string | undefined;
|
|
63
|
+
inverted?: string | undefined;
|
|
64
|
+
hover?: string | undefined;
|
|
65
|
+
invertedHover?: string | undefined;
|
|
66
|
+
} | undefined;
|
|
67
|
+
error?: string | undefined;
|
|
68
|
+
} | undefined;
|
|
37
69
|
} | undefined;
|
|
38
70
|
fonts?: {
|
|
39
71
|
base?: {
|
|
@@ -238,47 +270,6 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
238
270
|
colorGradient?: string | undefined;
|
|
239
271
|
colorGradientInverted?: string | undefined;
|
|
240
272
|
} | undefined;
|
|
241
|
-
label?: {
|
|
242
|
-
small?: {
|
|
243
|
-
family?: string | undefined;
|
|
244
|
-
weight?: string | undefined;
|
|
245
|
-
style?: string | undefined;
|
|
246
|
-
lineHeight?: string | undefined;
|
|
247
|
-
letterSpacing?: string | undefined;
|
|
248
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
249
|
-
textTransform?: string | undefined;
|
|
250
|
-
color?: string | undefined;
|
|
251
|
-
colorInverted?: string | undefined;
|
|
252
|
-
colorGradient?: string | undefined;
|
|
253
|
-
colorGradientInverted?: string | undefined;
|
|
254
|
-
} | undefined;
|
|
255
|
-
medium?: {
|
|
256
|
-
family?: string | undefined;
|
|
257
|
-
weight?: string | undefined;
|
|
258
|
-
style?: string | undefined;
|
|
259
|
-
lineHeight?: string | undefined;
|
|
260
|
-
letterSpacing?: string | undefined;
|
|
261
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
262
|
-
textTransform?: string | undefined;
|
|
263
|
-
color?: string | undefined;
|
|
264
|
-
colorInverted?: string | undefined;
|
|
265
|
-
colorGradient?: string | undefined;
|
|
266
|
-
colorGradientInverted?: string | undefined;
|
|
267
|
-
} | undefined;
|
|
268
|
-
big?: {
|
|
269
|
-
family?: string | undefined;
|
|
270
|
-
weight?: string | undefined;
|
|
271
|
-
style?: string | undefined;
|
|
272
|
-
lineHeight?: string | undefined;
|
|
273
|
-
letterSpacing?: string | undefined;
|
|
274
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
275
|
-
textTransform?: string | undefined;
|
|
276
|
-
color?: string | undefined;
|
|
277
|
-
colorInverted?: string | undefined;
|
|
278
|
-
colorGradient?: string | undefined;
|
|
279
|
-
colorGradientInverted?: string | undefined;
|
|
280
|
-
} | undefined;
|
|
281
|
-
} | undefined;
|
|
282
273
|
callout?: {
|
|
283
274
|
small?: {
|
|
284
275
|
family?: string | undefined;
|
|
@@ -322,7 +313,7 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
322
313
|
} | undefined;
|
|
323
314
|
} | undefined;
|
|
324
315
|
} | undefined;
|
|
325
|
-
|
|
316
|
+
globals?: {
|
|
326
317
|
sections?: {
|
|
327
318
|
seperation?: {
|
|
328
319
|
forcePadding?: boolean | undefined;
|
|
@@ -337,12 +328,41 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
337
328
|
} | undefined;
|
|
338
329
|
edgeRadius?: (string | null) | undefined;
|
|
339
330
|
imageTextGradient?: string | undefined;
|
|
331
|
+
imagePlaceholderBg?: {
|
|
332
|
+
default?: string | undefined;
|
|
333
|
+
inverted?: string | undefined;
|
|
334
|
+
} | undefined;
|
|
340
335
|
newsDateFormat?: string | undefined;
|
|
341
336
|
newsTimeFormat?: string | undefined;
|
|
342
337
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
343
338
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
344
339
|
datepickerDateFormat?: string | undefined;
|
|
345
340
|
} | undefined;
|
|
341
|
+
navigation?: {
|
|
342
|
+
navBar?: {
|
|
343
|
+
isTopNavVisible?: boolean | undefined;
|
|
344
|
+
topNavHeight?: {
|
|
345
|
+
mobile?: {
|
|
346
|
+
small?: number | undefined;
|
|
347
|
+
large?: number | undefined;
|
|
348
|
+
} | undefined;
|
|
349
|
+
desktop?: {
|
|
350
|
+
small?: number | undefined;
|
|
351
|
+
large?: number | undefined;
|
|
352
|
+
} | undefined;
|
|
353
|
+
} | undefined;
|
|
354
|
+
height?: {
|
|
355
|
+
mobile?: {
|
|
356
|
+
small?: number | undefined;
|
|
357
|
+
large?: number | undefined;
|
|
358
|
+
} | undefined;
|
|
359
|
+
desktop?: {
|
|
360
|
+
small?: number | undefined;
|
|
361
|
+
large?: number | undefined;
|
|
362
|
+
} | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
} | undefined;
|
|
365
|
+
} | undefined;
|
|
346
366
|
} | undefined;
|
|
347
367
|
} | undefined;
|
|
348
368
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FeatureCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/carousel/FeatureCarousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAKlC,OAAqB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAgB,EAAE,YAAY,EAAE,6BAAkC;
|
|
1
|
+
{"version":3,"file":"FeatureCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/carousel/FeatureCarousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAKlC,OAAqB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAgB,EAAE,YAAY,EAAE,6BAAkC;AA0HlE,eAAO,MAAM,wBAAwB;;;EAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACxD,wBAA6C"}
|
|
@@ -28,12 +28,44 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "isInver
|
|
|
28
28
|
medium?: string | undefined;
|
|
29
29
|
dark?: string | undefined;
|
|
30
30
|
} | undefined;
|
|
31
|
-
tertiary?: {
|
|
32
|
-
light?: string | undefined;
|
|
33
|
-
medium?: string | undefined;
|
|
34
|
-
dark?: string | undefined;
|
|
35
|
-
} | undefined;
|
|
36
31
|
error?: string | undefined;
|
|
32
|
+
new?: {
|
|
33
|
+
text?: {
|
|
34
|
+
default?: string | undefined;
|
|
35
|
+
inverted?: string | undefined;
|
|
36
|
+
error?: string | undefined;
|
|
37
|
+
heading?: string | undefined;
|
|
38
|
+
headingInverted?: string | undefined;
|
|
39
|
+
copy?: string | undefined;
|
|
40
|
+
copyInverted?: string | undefined;
|
|
41
|
+
} | undefined;
|
|
42
|
+
sectionBg?: {
|
|
43
|
+
light?: string | undefined;
|
|
44
|
+
medium?: string | undefined;
|
|
45
|
+
dark?: string | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
elementBg?: {
|
|
48
|
+
light?: string | undefined;
|
|
49
|
+
lightHover?: string | undefined;
|
|
50
|
+
medium?: string | undefined;
|
|
51
|
+
mediumHover?: string | undefined;
|
|
52
|
+
dark?: string | undefined;
|
|
53
|
+
darkHover?: string | undefined;
|
|
54
|
+
} | undefined;
|
|
55
|
+
primary?: {
|
|
56
|
+
default?: string | undefined;
|
|
57
|
+
inverted?: string | undefined;
|
|
58
|
+
hover?: string | undefined;
|
|
59
|
+
invertedHover?: string | undefined;
|
|
60
|
+
} | undefined;
|
|
61
|
+
secondary?: {
|
|
62
|
+
default?: string | undefined;
|
|
63
|
+
inverted?: string | undefined;
|
|
64
|
+
hover?: string | undefined;
|
|
65
|
+
invertedHover?: string | undefined;
|
|
66
|
+
} | undefined;
|
|
67
|
+
error?: string | undefined;
|
|
68
|
+
} | undefined;
|
|
37
69
|
} | undefined;
|
|
38
70
|
fonts?: {
|
|
39
71
|
base?: {
|
|
@@ -238,47 +270,6 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "isInver
|
|
|
238
270
|
colorGradient?: string | undefined;
|
|
239
271
|
colorGradientInverted?: string | undefined;
|
|
240
272
|
} | undefined;
|
|
241
|
-
label?: {
|
|
242
|
-
small?: {
|
|
243
|
-
family?: string | undefined;
|
|
244
|
-
weight?: string | undefined;
|
|
245
|
-
style?: string | undefined;
|
|
246
|
-
lineHeight?: string | undefined;
|
|
247
|
-
letterSpacing?: string | undefined;
|
|
248
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
249
|
-
textTransform?: string | undefined;
|
|
250
|
-
color?: string | undefined;
|
|
251
|
-
colorInverted?: string | undefined;
|
|
252
|
-
colorGradient?: string | undefined;
|
|
253
|
-
colorGradientInverted?: string | undefined;
|
|
254
|
-
} | undefined;
|
|
255
|
-
medium?: {
|
|
256
|
-
family?: string | undefined;
|
|
257
|
-
weight?: string | undefined;
|
|
258
|
-
style?: string | undefined;
|
|
259
|
-
lineHeight?: string | undefined;
|
|
260
|
-
letterSpacing?: string | undefined;
|
|
261
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
262
|
-
textTransform?: string | undefined;
|
|
263
|
-
color?: string | undefined;
|
|
264
|
-
colorInverted?: string | undefined;
|
|
265
|
-
colorGradient?: string | undefined;
|
|
266
|
-
colorGradientInverted?: string | undefined;
|
|
267
|
-
} | undefined;
|
|
268
|
-
big?: {
|
|
269
|
-
family?: string | undefined;
|
|
270
|
-
weight?: string | undefined;
|
|
271
|
-
style?: string | undefined;
|
|
272
|
-
lineHeight?: string | undefined;
|
|
273
|
-
letterSpacing?: string | undefined;
|
|
274
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
275
|
-
textTransform?: string | undefined;
|
|
276
|
-
color?: string | undefined;
|
|
277
|
-
colorInverted?: string | undefined;
|
|
278
|
-
colorGradient?: string | undefined;
|
|
279
|
-
colorGradientInverted?: string | undefined;
|
|
280
|
-
} | undefined;
|
|
281
|
-
} | undefined;
|
|
282
273
|
callout?: {
|
|
283
274
|
small?: {
|
|
284
275
|
family?: string | undefined;
|
|
@@ -322,7 +313,7 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "isInver
|
|
|
322
313
|
} | undefined;
|
|
323
314
|
} | undefined;
|
|
324
315
|
} | undefined;
|
|
325
|
-
|
|
316
|
+
globals?: {
|
|
326
317
|
sections?: {
|
|
327
318
|
seperation?: {
|
|
328
319
|
forcePadding?: boolean | undefined;
|
|
@@ -337,12 +328,41 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "isInver
|
|
|
337
328
|
} | undefined;
|
|
338
329
|
edgeRadius?: (string | null) | undefined;
|
|
339
330
|
imageTextGradient?: string | undefined;
|
|
331
|
+
imagePlaceholderBg?: {
|
|
332
|
+
default?: string | undefined;
|
|
333
|
+
inverted?: string | undefined;
|
|
334
|
+
} | undefined;
|
|
340
335
|
newsDateFormat?: string | undefined;
|
|
341
336
|
newsTimeFormat?: string | undefined;
|
|
342
337
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
343
338
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
344
339
|
datepickerDateFormat?: string | undefined;
|
|
345
340
|
} | undefined;
|
|
341
|
+
navigation?: {
|
|
342
|
+
navBar?: {
|
|
343
|
+
isTopNavVisible?: boolean | undefined;
|
|
344
|
+
topNavHeight?: {
|
|
345
|
+
mobile?: {
|
|
346
|
+
small?: number | undefined;
|
|
347
|
+
large?: number | undefined;
|
|
348
|
+
} | undefined;
|
|
349
|
+
desktop?: {
|
|
350
|
+
small?: number | undefined;
|
|
351
|
+
large?: number | undefined;
|
|
352
|
+
} | undefined;
|
|
353
|
+
} | undefined;
|
|
354
|
+
height?: {
|
|
355
|
+
mobile?: {
|
|
356
|
+
small?: number | undefined;
|
|
357
|
+
large?: number | undefined;
|
|
358
|
+
} | undefined;
|
|
359
|
+
desktop?: {
|
|
360
|
+
small?: number | undefined;
|
|
361
|
+
large?: number | undefined;
|
|
362
|
+
} | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
} | undefined;
|
|
365
|
+
} | undefined;
|
|
346
366
|
} | undefined;
|
|
347
367
|
} | undefined;
|
|
348
368
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/carousel/ImageCarousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAIlC,OAAc,EAAE,UAAU,EAAE,2BAAgC;AAE5D,OAAqB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AA0E7D,eAAO,MAAM,sBAAsB;;;EAAgB,CAAC
|
|
1
|
+
{"version":3,"file":"ImageCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/carousel/ImageCarousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAIlC,OAAc,EAAE,UAAU,EAAE,2BAAgC;AAE5D,OAAqB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AA0E7D,eAAO,MAAM,sBAAsB;;;EAAgB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACpD,wBAA2C"}
|
|
@@ -2,12 +2,12 @@ import React from 'react';
|
|
|
2
2
|
import { CarouselProps } from './CarouselBase';
|
|
3
3
|
import { PromotionCardProps } from "../../blocks/PromotionCard";
|
|
4
4
|
export declare type PromotionCarouselItem = Omit<PromotionCardProps, 'text' | 'superTitle' | 'text' | 'primaryAction' | 'secondaryAction' | 'externalLinkIcon'>;
|
|
5
|
-
export declare const PromotionCarouselComponent: React.FC<Omit<CarouselProps, "
|
|
5
|
+
export declare const PromotionCarouselComponent: React.FC<Omit<CarouselProps, "isInverted" | "variableWidths" | "spacing"> & {
|
|
6
6
|
bgMode?: "full" | "splitted" | "inverted" | undefined;
|
|
7
7
|
promotions?: PromotionCarouselItem[] | undefined;
|
|
8
8
|
externalLinkIcon?: React.ReactNode;
|
|
9
9
|
}>;
|
|
10
|
-
declare const _default: React.FC<Omit<CarouselProps, "
|
|
10
|
+
declare const _default: React.FC<Omit<CarouselProps, "isInverted" | "variableWidths" | "spacing"> & {
|
|
11
11
|
bgMode?: "full" | "splitted" | "inverted" | undefined;
|
|
12
12
|
promotions?: PromotionCarouselItem[] | undefined;
|
|
13
13
|
externalLinkIcon?: React.ReactNode;
|
|
@@ -31,12 +31,44 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
31
31
|
medium?: string | undefined;
|
|
32
32
|
dark?: string | undefined;
|
|
33
33
|
} | undefined;
|
|
34
|
-
tertiary?: {
|
|
35
|
-
light?: string | undefined;
|
|
36
|
-
medium?: string | undefined;
|
|
37
|
-
dark?: string | undefined;
|
|
38
|
-
} | undefined;
|
|
39
34
|
error?: string | undefined;
|
|
35
|
+
new?: {
|
|
36
|
+
text?: {
|
|
37
|
+
default?: string | undefined;
|
|
38
|
+
inverted?: string | undefined;
|
|
39
|
+
error?: string | undefined;
|
|
40
|
+
heading?: string | undefined;
|
|
41
|
+
headingInverted?: string | undefined;
|
|
42
|
+
copy?: string | undefined;
|
|
43
|
+
copyInverted?: string | undefined;
|
|
44
|
+
} | undefined;
|
|
45
|
+
sectionBg?: {
|
|
46
|
+
light?: string | undefined;
|
|
47
|
+
medium?: string | undefined;
|
|
48
|
+
dark?: string | undefined;
|
|
49
|
+
} | undefined;
|
|
50
|
+
elementBg?: {
|
|
51
|
+
light?: string | undefined;
|
|
52
|
+
lightHover?: string | undefined;
|
|
53
|
+
medium?: string | undefined;
|
|
54
|
+
mediumHover?: string | undefined;
|
|
55
|
+
dark?: string | undefined;
|
|
56
|
+
darkHover?: string | undefined;
|
|
57
|
+
} | undefined;
|
|
58
|
+
primary?: {
|
|
59
|
+
default?: string | undefined;
|
|
60
|
+
inverted?: string | undefined;
|
|
61
|
+
hover?: string | undefined;
|
|
62
|
+
invertedHover?: string | undefined;
|
|
63
|
+
} | undefined;
|
|
64
|
+
secondary?: {
|
|
65
|
+
default?: string | undefined;
|
|
66
|
+
inverted?: string | undefined;
|
|
67
|
+
hover?: string | undefined;
|
|
68
|
+
invertedHover?: string | undefined;
|
|
69
|
+
} | undefined;
|
|
70
|
+
error?: string | undefined;
|
|
71
|
+
} | undefined;
|
|
40
72
|
} | undefined;
|
|
41
73
|
fonts?: {
|
|
42
74
|
base?: {
|
|
@@ -241,47 +273,6 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
241
273
|
colorGradient?: string | undefined;
|
|
242
274
|
colorGradientInverted?: string | undefined;
|
|
243
275
|
} | undefined;
|
|
244
|
-
label?: {
|
|
245
|
-
small?: {
|
|
246
|
-
family?: string | undefined;
|
|
247
|
-
weight?: string | undefined;
|
|
248
|
-
style?: string | undefined;
|
|
249
|
-
lineHeight?: string | undefined;
|
|
250
|
-
letterSpacing?: string | undefined;
|
|
251
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
252
|
-
textTransform?: string | undefined;
|
|
253
|
-
color?: string | undefined;
|
|
254
|
-
colorInverted?: string | undefined;
|
|
255
|
-
colorGradient?: string | undefined;
|
|
256
|
-
colorGradientInverted?: string | undefined;
|
|
257
|
-
} | undefined;
|
|
258
|
-
medium?: {
|
|
259
|
-
family?: string | undefined;
|
|
260
|
-
weight?: string | undefined;
|
|
261
|
-
style?: string | undefined;
|
|
262
|
-
lineHeight?: string | undefined;
|
|
263
|
-
letterSpacing?: string | undefined;
|
|
264
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
265
|
-
textTransform?: string | undefined;
|
|
266
|
-
color?: string | undefined;
|
|
267
|
-
colorInverted?: string | undefined;
|
|
268
|
-
colorGradient?: string | undefined;
|
|
269
|
-
colorGradientInverted?: string | undefined;
|
|
270
|
-
} | undefined;
|
|
271
|
-
big?: {
|
|
272
|
-
family?: string | undefined;
|
|
273
|
-
weight?: string | undefined;
|
|
274
|
-
style?: string | undefined;
|
|
275
|
-
lineHeight?: string | undefined;
|
|
276
|
-
letterSpacing?: string | undefined;
|
|
277
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
278
|
-
textTransform?: string | undefined;
|
|
279
|
-
color?: string | undefined;
|
|
280
|
-
colorInverted?: string | undefined;
|
|
281
|
-
colorGradient?: string | undefined;
|
|
282
|
-
colorGradientInverted?: string | undefined;
|
|
283
|
-
} | undefined;
|
|
284
|
-
} | undefined;
|
|
285
276
|
callout?: {
|
|
286
277
|
small?: {
|
|
287
278
|
family?: string | undefined;
|
|
@@ -325,7 +316,7 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
325
316
|
} | undefined;
|
|
326
317
|
} | undefined;
|
|
327
318
|
} | undefined;
|
|
328
|
-
|
|
319
|
+
globals?: {
|
|
329
320
|
sections?: {
|
|
330
321
|
seperation?: {
|
|
331
322
|
forcePadding?: boolean | undefined;
|
|
@@ -340,12 +331,41 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
340
331
|
} | undefined;
|
|
341
332
|
edgeRadius?: (string | null) | undefined;
|
|
342
333
|
imageTextGradient?: string | undefined;
|
|
334
|
+
imagePlaceholderBg?: {
|
|
335
|
+
default?: string | undefined;
|
|
336
|
+
inverted?: string | undefined;
|
|
337
|
+
} | undefined;
|
|
343
338
|
newsDateFormat?: string | undefined;
|
|
344
339
|
newsTimeFormat?: string | undefined;
|
|
345
340
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
346
341
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
347
342
|
datepickerDateFormat?: string | undefined;
|
|
348
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;
|
|
349
369
|
} | undefined;
|
|
350
370
|
} | undefined;
|
|
351
371
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PromotionCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/carousel/PromotionCarousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAKlC,OAAqB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAsB,EAClB,kBAAkB,EACrB,mCAAwC;AAGzC,oBAAY,qBAAqB,GAAG,IAAI,CACpC,kBAAkB,EAChB,MAAM,GACN,YAAY,GACZ,MAAM,GACN,eAAe,GACf,iBAAiB,GACjB,kBAAkB,CACvB,CAAC;AA+EF,eAAO,MAAM,0BAA0B;;;uBAzEZ,MAAM,SAAS;EAyEiB,CAAC
|
|
1
|
+
{"version":3,"file":"PromotionCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/carousel/PromotionCarousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAKlC,OAAqB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAsB,EAClB,kBAAkB,EACrB,mCAAwC;AAGzC,oBAAY,qBAAqB,GAAG,IAAI,CACpC,kBAAkB,EAChB,MAAM,GACN,YAAY,GACZ,MAAM,GACN,eAAe,GACf,iBAAiB,GACjB,kBAAkB,CACvB,CAAC;AA+EF,eAAO,MAAM,0BAA0B;;;uBAzEZ,MAAM,SAAS;EAyEiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC5D,wBAA+C"}
|
|
@@ -28,12 +28,44 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
28
28
|
medium?: string | undefined;
|
|
29
29
|
dark?: string | undefined;
|
|
30
30
|
} | undefined;
|
|
31
|
-
tertiary?: {
|
|
32
|
-
light?: string | undefined;
|
|
33
|
-
medium?: string | undefined;
|
|
34
|
-
dark?: string | undefined;
|
|
35
|
-
} | undefined;
|
|
36
31
|
error?: string | undefined;
|
|
32
|
+
new?: {
|
|
33
|
+
text?: {
|
|
34
|
+
default?: string | undefined;
|
|
35
|
+
inverted?: string | undefined;
|
|
36
|
+
error?: string | undefined;
|
|
37
|
+
heading?: string | undefined;
|
|
38
|
+
headingInverted?: string | undefined;
|
|
39
|
+
copy?: string | undefined;
|
|
40
|
+
copyInverted?: string | undefined;
|
|
41
|
+
} | undefined;
|
|
42
|
+
sectionBg?: {
|
|
43
|
+
light?: string | undefined;
|
|
44
|
+
medium?: string | undefined;
|
|
45
|
+
dark?: string | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
elementBg?: {
|
|
48
|
+
light?: string | undefined;
|
|
49
|
+
lightHover?: string | undefined;
|
|
50
|
+
medium?: string | undefined;
|
|
51
|
+
mediumHover?: string | undefined;
|
|
52
|
+
dark?: string | undefined;
|
|
53
|
+
darkHover?: string | undefined;
|
|
54
|
+
} | undefined;
|
|
55
|
+
primary?: {
|
|
56
|
+
default?: string | undefined;
|
|
57
|
+
inverted?: string | undefined;
|
|
58
|
+
hover?: string | undefined;
|
|
59
|
+
invertedHover?: string | undefined;
|
|
60
|
+
} | undefined;
|
|
61
|
+
secondary?: {
|
|
62
|
+
default?: string | undefined;
|
|
63
|
+
inverted?: string | undefined;
|
|
64
|
+
hover?: string | undefined;
|
|
65
|
+
invertedHover?: string | undefined;
|
|
66
|
+
} | undefined;
|
|
67
|
+
error?: string | undefined;
|
|
68
|
+
} | undefined;
|
|
37
69
|
} | undefined;
|
|
38
70
|
fonts?: {
|
|
39
71
|
base?: {
|
|
@@ -238,47 +270,6 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
238
270
|
colorGradient?: string | undefined;
|
|
239
271
|
colorGradientInverted?: string | undefined;
|
|
240
272
|
} | undefined;
|
|
241
|
-
label?: {
|
|
242
|
-
small?: {
|
|
243
|
-
family?: string | undefined;
|
|
244
|
-
weight?: string | undefined;
|
|
245
|
-
style?: string | undefined;
|
|
246
|
-
lineHeight?: string | undefined;
|
|
247
|
-
letterSpacing?: string | undefined;
|
|
248
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
249
|
-
textTransform?: string | undefined;
|
|
250
|
-
color?: string | undefined;
|
|
251
|
-
colorInverted?: string | undefined;
|
|
252
|
-
colorGradient?: string | undefined;
|
|
253
|
-
colorGradientInverted?: string | undefined;
|
|
254
|
-
} | undefined;
|
|
255
|
-
medium?: {
|
|
256
|
-
family?: string | undefined;
|
|
257
|
-
weight?: string | undefined;
|
|
258
|
-
style?: string | undefined;
|
|
259
|
-
lineHeight?: string | undefined;
|
|
260
|
-
letterSpacing?: string | undefined;
|
|
261
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
262
|
-
textTransform?: string | undefined;
|
|
263
|
-
color?: string | undefined;
|
|
264
|
-
colorInverted?: string | undefined;
|
|
265
|
-
colorGradient?: string | undefined;
|
|
266
|
-
colorGradientInverted?: string | undefined;
|
|
267
|
-
} | undefined;
|
|
268
|
-
big?: {
|
|
269
|
-
family?: string | undefined;
|
|
270
|
-
weight?: string | undefined;
|
|
271
|
-
style?: string | undefined;
|
|
272
|
-
lineHeight?: string | undefined;
|
|
273
|
-
letterSpacing?: string | undefined;
|
|
274
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
275
|
-
textTransform?: string | undefined;
|
|
276
|
-
color?: string | undefined;
|
|
277
|
-
colorInverted?: string | undefined;
|
|
278
|
-
colorGradient?: string | undefined;
|
|
279
|
-
colorGradientInverted?: string | undefined;
|
|
280
|
-
} | undefined;
|
|
281
|
-
} | undefined;
|
|
282
273
|
callout?: {
|
|
283
274
|
small?: {
|
|
284
275
|
family?: string | undefined;
|
|
@@ -322,7 +313,7 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
322
313
|
} | undefined;
|
|
323
314
|
} | undefined;
|
|
324
315
|
} | undefined;
|
|
325
|
-
|
|
316
|
+
globals?: {
|
|
326
317
|
sections?: {
|
|
327
318
|
seperation?: {
|
|
328
319
|
forcePadding?: boolean | undefined;
|
|
@@ -337,12 +328,41 @@ declare const _default: React.FC<Omit<CarouselProps, "variableWidths" | "spacing
|
|
|
337
328
|
} | undefined;
|
|
338
329
|
edgeRadius?: (string | null) | undefined;
|
|
339
330
|
imageTextGradient?: string | undefined;
|
|
331
|
+
imagePlaceholderBg?: {
|
|
332
|
+
default?: string | undefined;
|
|
333
|
+
inverted?: string | undefined;
|
|
334
|
+
} | undefined;
|
|
340
335
|
newsDateFormat?: string | undefined;
|
|
341
336
|
newsTimeFormat?: string | undefined;
|
|
342
337
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
343
338
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
344
339
|
datepickerDateFormat?: string | undefined;
|
|
345
340
|
} | undefined;
|
|
341
|
+
navigation?: {
|
|
342
|
+
navBar?: {
|
|
343
|
+
isTopNavVisible?: boolean | undefined;
|
|
344
|
+
topNavHeight?: {
|
|
345
|
+
mobile?: {
|
|
346
|
+
small?: number | undefined;
|
|
347
|
+
large?: number | undefined;
|
|
348
|
+
} | undefined;
|
|
349
|
+
desktop?: {
|
|
350
|
+
small?: number | undefined;
|
|
351
|
+
large?: number | undefined;
|
|
352
|
+
} | undefined;
|
|
353
|
+
} | undefined;
|
|
354
|
+
height?: {
|
|
355
|
+
mobile?: {
|
|
356
|
+
small?: number | undefined;
|
|
357
|
+
large?: number | undefined;
|
|
358
|
+
} | undefined;
|
|
359
|
+
desktop?: {
|
|
360
|
+
small?: number | undefined;
|
|
361
|
+
large?: number | undefined;
|
|
362
|
+
} | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
} | undefined;
|
|
365
|
+
} | undefined;
|
|
346
366
|
} | undefined;
|
|
347
367
|
} | undefined;
|
|
348
368
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/carousel/VideoCarousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAMlC,OAAqB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAkB,EAAE,cAAc,EAAE,+BAAoC;AAuExE,eAAO,MAAM,sBAAsB;;;EAAgB,CAAC
|
|
1
|
+
{"version":3,"file":"VideoCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/carousel/VideoCarousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAMlC,OAAqB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAkB,EAAE,cAAc,EAAE,+BAAoC;AAuExE,eAAO,MAAM,sBAAsB;;;EAAgB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACpD,wBAA2C"}
|