@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
|
@@ -1,29 +1,51 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { HeadlineTag } from "../typography/Heading";
|
|
3
3
|
export declare const ArticleComponent: React.FC<{
|
|
4
|
+
/** Main title text */
|
|
4
5
|
title?: string | undefined;
|
|
6
|
+
/** Main title HTML tag type (h2, h3, h4...) */
|
|
5
7
|
titleAs?: HeadlineTag | undefined;
|
|
8
|
+
/** Superior title that stands above main title */
|
|
6
9
|
superTitle?: string | undefined;
|
|
10
|
+
/** Superior title HTML tag type (h3, h4 ...) */
|
|
7
11
|
superTitleAs?: HeadlineTag | undefined;
|
|
12
|
+
/** Bold intro text underneath the title (limited richtext capabilites) */
|
|
8
13
|
intro?: string | undefined;
|
|
14
|
+
/** Main article richtext */
|
|
9
15
|
text?: string | undefined;
|
|
16
|
+
/** Additional article richtext in a second column */
|
|
10
17
|
asideText?: string | undefined;
|
|
18
|
+
/** Controls width of left text column (8/12 or 6/12) */
|
|
11
19
|
halfAside?: boolean | undefined;
|
|
20
|
+
/** Section background */
|
|
12
21
|
bgMode?: "full" | "splitted" | "inverted" | undefined;
|
|
22
|
+
/** Function to inject custom primary button */
|
|
13
23
|
primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
24
|
+
/** Function to inject custom secondary button */
|
|
14
25
|
secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
15
26
|
}>;
|
|
16
27
|
declare const _default: React.FC<{
|
|
28
|
+
/** Main title text */
|
|
17
29
|
title?: string | undefined;
|
|
30
|
+
/** Main title HTML tag type (h2, h3, h4...) */
|
|
18
31
|
titleAs?: HeadlineTag | undefined;
|
|
32
|
+
/** Superior title that stands above main title */
|
|
19
33
|
superTitle?: string | undefined;
|
|
34
|
+
/** Superior title HTML tag type (h3, h4 ...) */
|
|
20
35
|
superTitleAs?: HeadlineTag | undefined;
|
|
36
|
+
/** Bold intro text underneath the title (limited richtext capabilites) */
|
|
21
37
|
intro?: string | undefined;
|
|
38
|
+
/** Main article richtext */
|
|
22
39
|
text?: string | undefined;
|
|
40
|
+
/** Additional article richtext in a second column */
|
|
23
41
|
asideText?: string | undefined;
|
|
42
|
+
/** Controls width of left text column (8/12 or 6/12) */
|
|
24
43
|
halfAside?: boolean | undefined;
|
|
44
|
+
/** Section background */
|
|
25
45
|
bgMode?: "full" | "splitted" | "inverted" | undefined;
|
|
46
|
+
/** Function to inject custom primary button */
|
|
26
47
|
primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
48
|
+
/** Function to inject custom secondary button */
|
|
27
49
|
secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
28
50
|
} & {
|
|
29
51
|
theme?: {
|
|
@@ -45,12 +67,44 @@ declare const _default: React.FC<{
|
|
|
45
67
|
medium?: string | undefined;
|
|
46
68
|
dark?: string | undefined;
|
|
47
69
|
} | undefined;
|
|
48
|
-
tertiary?: {
|
|
49
|
-
light?: string | undefined;
|
|
50
|
-
medium?: string | undefined;
|
|
51
|
-
dark?: string | undefined;
|
|
52
|
-
} | undefined;
|
|
53
70
|
error?: string | undefined;
|
|
71
|
+
new?: {
|
|
72
|
+
text?: {
|
|
73
|
+
default?: string | undefined;
|
|
74
|
+
inverted?: string | undefined;
|
|
75
|
+
error?: string | undefined;
|
|
76
|
+
heading?: string | undefined;
|
|
77
|
+
headingInverted?: string | undefined;
|
|
78
|
+
copy?: string | undefined;
|
|
79
|
+
copyInverted?: string | undefined;
|
|
80
|
+
} | undefined;
|
|
81
|
+
sectionBg?: {
|
|
82
|
+
light?: string | undefined;
|
|
83
|
+
medium?: string | undefined;
|
|
84
|
+
dark?: string | undefined;
|
|
85
|
+
} | undefined;
|
|
86
|
+
elementBg?: {
|
|
87
|
+
light?: string | undefined;
|
|
88
|
+
lightHover?: string | undefined;
|
|
89
|
+
medium?: string | undefined;
|
|
90
|
+
mediumHover?: string | undefined;
|
|
91
|
+
dark?: string | undefined;
|
|
92
|
+
darkHover?: string | undefined;
|
|
93
|
+
} | undefined;
|
|
94
|
+
primary?: {
|
|
95
|
+
default?: string | undefined;
|
|
96
|
+
inverted?: string | undefined;
|
|
97
|
+
hover?: string | undefined;
|
|
98
|
+
invertedHover?: string | undefined;
|
|
99
|
+
} | undefined;
|
|
100
|
+
secondary?: {
|
|
101
|
+
default?: string | undefined;
|
|
102
|
+
inverted?: string | undefined;
|
|
103
|
+
hover?: string | undefined;
|
|
104
|
+
invertedHover?: string | undefined;
|
|
105
|
+
} | undefined;
|
|
106
|
+
error?: string | undefined;
|
|
107
|
+
} | undefined;
|
|
54
108
|
} | undefined;
|
|
55
109
|
fonts?: {
|
|
56
110
|
base?: {
|
|
@@ -255,47 +309,6 @@ declare const _default: React.FC<{
|
|
|
255
309
|
colorGradient?: string | undefined;
|
|
256
310
|
colorGradientInverted?: string | undefined;
|
|
257
311
|
} | undefined;
|
|
258
|
-
label?: {
|
|
259
|
-
small?: {
|
|
260
|
-
family?: string | undefined;
|
|
261
|
-
weight?: string | undefined;
|
|
262
|
-
style?: string | undefined;
|
|
263
|
-
lineHeight?: string | undefined;
|
|
264
|
-
letterSpacing?: string | undefined;
|
|
265
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
266
|
-
textTransform?: string | undefined;
|
|
267
|
-
color?: string | undefined;
|
|
268
|
-
colorInverted?: string | undefined;
|
|
269
|
-
colorGradient?: string | undefined;
|
|
270
|
-
colorGradientInverted?: string | undefined;
|
|
271
|
-
} | undefined;
|
|
272
|
-
medium?: {
|
|
273
|
-
family?: string | undefined;
|
|
274
|
-
weight?: string | undefined;
|
|
275
|
-
style?: string | undefined;
|
|
276
|
-
lineHeight?: string | undefined;
|
|
277
|
-
letterSpacing?: string | undefined;
|
|
278
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
279
|
-
textTransform?: string | undefined;
|
|
280
|
-
color?: string | undefined;
|
|
281
|
-
colorInverted?: string | undefined;
|
|
282
|
-
colorGradient?: string | undefined;
|
|
283
|
-
colorGradientInverted?: string | undefined;
|
|
284
|
-
} | undefined;
|
|
285
|
-
big?: {
|
|
286
|
-
family?: string | undefined;
|
|
287
|
-
weight?: string | undefined;
|
|
288
|
-
style?: string | undefined;
|
|
289
|
-
lineHeight?: string | undefined;
|
|
290
|
-
letterSpacing?: string | undefined;
|
|
291
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
292
|
-
textTransform?: string | undefined;
|
|
293
|
-
color?: string | undefined;
|
|
294
|
-
colorInverted?: string | undefined;
|
|
295
|
-
colorGradient?: string | undefined;
|
|
296
|
-
colorGradientInverted?: string | undefined;
|
|
297
|
-
} | undefined;
|
|
298
|
-
} | undefined;
|
|
299
312
|
callout?: {
|
|
300
313
|
small?: {
|
|
301
314
|
family?: string | undefined;
|
|
@@ -339,7 +352,7 @@ declare const _default: React.FC<{
|
|
|
339
352
|
} | undefined;
|
|
340
353
|
} | undefined;
|
|
341
354
|
} | undefined;
|
|
342
|
-
|
|
355
|
+
globals?: {
|
|
343
356
|
sections?: {
|
|
344
357
|
seperation?: {
|
|
345
358
|
forcePadding?: boolean | undefined;
|
|
@@ -354,12 +367,41 @@ declare const _default: React.FC<{
|
|
|
354
367
|
} | undefined;
|
|
355
368
|
edgeRadius?: (string | null) | undefined;
|
|
356
369
|
imageTextGradient?: string | undefined;
|
|
370
|
+
imagePlaceholderBg?: {
|
|
371
|
+
default?: string | undefined;
|
|
372
|
+
inverted?: string | undefined;
|
|
373
|
+
} | undefined;
|
|
357
374
|
newsDateFormat?: string | undefined;
|
|
358
375
|
newsTimeFormat?: string | undefined;
|
|
359
376
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
360
377
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
361
378
|
datepickerDateFormat?: string | undefined;
|
|
362
379
|
} | undefined;
|
|
380
|
+
navigation?: {
|
|
381
|
+
navBar?: {
|
|
382
|
+
isTopNavVisible?: boolean | undefined;
|
|
383
|
+
topNavHeight?: {
|
|
384
|
+
mobile?: {
|
|
385
|
+
small?: number | undefined;
|
|
386
|
+
large?: number | undefined;
|
|
387
|
+
} | undefined;
|
|
388
|
+
desktop?: {
|
|
389
|
+
small?: number | undefined;
|
|
390
|
+
large?: number | undefined;
|
|
391
|
+
} | undefined;
|
|
392
|
+
} | undefined;
|
|
393
|
+
height?: {
|
|
394
|
+
mobile?: {
|
|
395
|
+
small?: number | undefined;
|
|
396
|
+
large?: number | undefined;
|
|
397
|
+
} | undefined;
|
|
398
|
+
desktop?: {
|
|
399
|
+
small?: number | undefined;
|
|
400
|
+
large?: number | undefined;
|
|
401
|
+
} | undefined;
|
|
402
|
+
} | undefined;
|
|
403
|
+
} | undefined;
|
|
404
|
+
} | undefined;
|
|
363
405
|
} | undefined;
|
|
364
406
|
} | undefined;
|
|
365
407
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Article.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Article.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,OAAO,EAAE,WAAW,EAAE,8BAAsC;
|
|
1
|
+
{"version":3,"file":"Article.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Article.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAwI5D,eAAO,MAAM,gBAAgB;IAjHzB,sBAAsB;;IAEtB,+CAA+C;;IAE/C,kDAAkD;;IAElD,gDAAgD;;IAEhD,0EAA0E;;IAE1E,4BAA4B;;IAE5B,qDAAqD;;IAErD,wDAAwD;;IAGxD,yBAAyB;;IAGzB,+CAA+C;2DACL,MAAM,SAAS;IACzD,iDAAiD;6DACL,MAAM,SAAS;EA0FxB,CAAC;;IAjHpC,sBAAsB;;IAEtB,+CAA+C;;IAE/C,kDAAkD;;IAElD,gDAAgD;;IAEhD,0EAA0E;;IAE1E,4BAA4B;;IAE5B,qDAAqD;;IAErD,wDAAwD;;IAGxD,yBAAyB;;IAGzB,+CAA+C;;IAE/C,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4FrD,wBAAqC"}
|
|
@@ -2,58 +2,89 @@ import React, { FC } from 'react';
|
|
|
2
2
|
import { HeadlineTag } from "../typography/Heading";
|
|
3
3
|
export interface ContactBoxProps {
|
|
4
4
|
isInverted?: boolean;
|
|
5
|
-
name?: string;
|
|
6
5
|
description?: string;
|
|
7
|
-
addresses?: {
|
|
8
|
-
decorator?: React.ReactNode;
|
|
9
|
-
label: string;
|
|
10
|
-
}[];
|
|
11
6
|
avatar?: {
|
|
12
7
|
src: string;
|
|
13
8
|
alt: string;
|
|
14
9
|
};
|
|
15
10
|
}
|
|
16
11
|
export declare const CallToAction: FC<{
|
|
12
|
+
/** Main title text */
|
|
17
13
|
title?: string;
|
|
14
|
+
/** Main title HTML tag type (h2, h3, h4...) */
|
|
18
15
|
titleAs?: HeadlineTag;
|
|
16
|
+
/** Superior title that stands above main title */
|
|
19
17
|
superTitle?: string;
|
|
18
|
+
/** Superior title HTML tag type (h3, h4 ...) */
|
|
20
19
|
superTitleAs?: HeadlineTag;
|
|
20
|
+
/** Bold text underneath the title (limited richtext capabilites) */
|
|
21
21
|
text?: string;
|
|
22
|
+
/** Props for contact area */
|
|
22
23
|
contact?: ContactBoxProps;
|
|
24
|
+
/** Show Newsletter defined by inject function newsFormMain. Only visible if React node is defined! */
|
|
23
25
|
hasNewsletter?: boolean;
|
|
26
|
+
/** Badge decorator visible only on large screens */
|
|
24
27
|
badge?: React.ReactNode;
|
|
28
|
+
/** Section background */
|
|
29
|
+
bgMode?: 'full' | 'inverted';
|
|
30
|
+
/** Function to inject custom primary button */
|
|
25
31
|
primaryAction?: (isInverted?: boolean) => React.ReactNode;
|
|
32
|
+
/** Function to inject custom secondary button */
|
|
26
33
|
secondaryAction?: (isInverted?: boolean) => React.ReactNode;
|
|
34
|
+
/** Function to inject newsletter form */
|
|
27
35
|
newsFormMain?: (isInverted?: boolean) => React.ReactNode;
|
|
28
|
-
bgMode?: 'full' | 'inverted';
|
|
29
36
|
}>;
|
|
30
37
|
export declare const CallToActionComponent: React.FC<{
|
|
38
|
+
/** Main title text */
|
|
31
39
|
title?: string | undefined;
|
|
40
|
+
/** Main title HTML tag type (h2, h3, h4...) */
|
|
32
41
|
titleAs?: HeadlineTag | undefined;
|
|
42
|
+
/** Superior title that stands above main title */
|
|
33
43
|
superTitle?: string | undefined;
|
|
44
|
+
/** Superior title HTML tag type (h3, h4 ...) */
|
|
34
45
|
superTitleAs?: HeadlineTag | undefined;
|
|
46
|
+
/** Bold text underneath the title (limited richtext capabilites) */
|
|
35
47
|
text?: string | undefined;
|
|
48
|
+
/** Props for contact area */
|
|
36
49
|
contact?: ContactBoxProps | undefined;
|
|
50
|
+
/** Show Newsletter defined by inject function newsFormMain. Only visible if React node is defined! */
|
|
37
51
|
hasNewsletter?: boolean | undefined;
|
|
52
|
+
/** Badge decorator visible only on large screens */
|
|
38
53
|
badge?: React.ReactNode;
|
|
54
|
+
/** Section background */
|
|
55
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
56
|
+
/** Function to inject custom primary button */
|
|
39
57
|
primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
58
|
+
/** Function to inject custom secondary button */
|
|
40
59
|
secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
60
|
+
/** Function to inject newsletter form */
|
|
41
61
|
newsFormMain?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
42
|
-
bgMode?: "full" | "inverted" | undefined;
|
|
43
62
|
}>;
|
|
44
63
|
declare const _default: React.FC<{
|
|
64
|
+
/** Main title text */
|
|
45
65
|
title?: string | undefined;
|
|
66
|
+
/** Main title HTML tag type (h2, h3, h4...) */
|
|
46
67
|
titleAs?: HeadlineTag | undefined;
|
|
68
|
+
/** Superior title that stands above main title */
|
|
47
69
|
superTitle?: string | undefined;
|
|
70
|
+
/** Superior title HTML tag type (h3, h4 ...) */
|
|
48
71
|
superTitleAs?: HeadlineTag | undefined;
|
|
72
|
+
/** Bold text underneath the title (limited richtext capabilites) */
|
|
49
73
|
text?: string | undefined;
|
|
74
|
+
/** Props for contact area */
|
|
50
75
|
contact?: ContactBoxProps | undefined;
|
|
76
|
+
/** Show Newsletter defined by inject function newsFormMain. Only visible if React node is defined! */
|
|
51
77
|
hasNewsletter?: boolean | undefined;
|
|
78
|
+
/** Badge decorator visible only on large screens */
|
|
52
79
|
badge?: React.ReactNode;
|
|
80
|
+
/** Section background */
|
|
81
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
82
|
+
/** Function to inject custom primary button */
|
|
53
83
|
primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
84
|
+
/** Function to inject custom secondary button */
|
|
54
85
|
secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
86
|
+
/** Function to inject newsletter form */
|
|
55
87
|
newsFormMain?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
|
|
56
|
-
bgMode?: "full" | "inverted" | undefined;
|
|
57
88
|
} & {
|
|
58
89
|
theme?: {
|
|
59
90
|
colors?: {
|
|
@@ -74,12 +105,44 @@ declare const _default: React.FC<{
|
|
|
74
105
|
medium?: string | undefined;
|
|
75
106
|
dark?: string | undefined;
|
|
76
107
|
} | undefined;
|
|
77
|
-
tertiary?: {
|
|
78
|
-
light?: string | undefined;
|
|
79
|
-
medium?: string | undefined;
|
|
80
|
-
dark?: string | undefined;
|
|
81
|
-
} | undefined;
|
|
82
108
|
error?: string | undefined;
|
|
109
|
+
new?: {
|
|
110
|
+
text?: {
|
|
111
|
+
default?: string | undefined;
|
|
112
|
+
inverted?: string | undefined;
|
|
113
|
+
error?: string | undefined;
|
|
114
|
+
heading?: string | undefined;
|
|
115
|
+
headingInverted?: string | undefined;
|
|
116
|
+
copy?: string | undefined;
|
|
117
|
+
copyInverted?: string | undefined;
|
|
118
|
+
} | undefined;
|
|
119
|
+
sectionBg?: {
|
|
120
|
+
light?: string | undefined;
|
|
121
|
+
medium?: string | undefined;
|
|
122
|
+
dark?: string | undefined;
|
|
123
|
+
} | undefined;
|
|
124
|
+
elementBg?: {
|
|
125
|
+
light?: string | undefined;
|
|
126
|
+
lightHover?: string | undefined;
|
|
127
|
+
medium?: string | undefined;
|
|
128
|
+
mediumHover?: string | undefined;
|
|
129
|
+
dark?: string | undefined;
|
|
130
|
+
darkHover?: string | undefined;
|
|
131
|
+
} | undefined;
|
|
132
|
+
primary?: {
|
|
133
|
+
default?: string | undefined;
|
|
134
|
+
inverted?: string | undefined;
|
|
135
|
+
hover?: string | undefined;
|
|
136
|
+
invertedHover?: string | undefined;
|
|
137
|
+
} | undefined;
|
|
138
|
+
secondary?: {
|
|
139
|
+
default?: string | undefined;
|
|
140
|
+
inverted?: string | undefined;
|
|
141
|
+
hover?: string | undefined;
|
|
142
|
+
invertedHover?: string | undefined;
|
|
143
|
+
} | undefined;
|
|
144
|
+
error?: string | undefined;
|
|
145
|
+
} | undefined;
|
|
83
146
|
} | undefined;
|
|
84
147
|
fonts?: {
|
|
85
148
|
base?: {
|
|
@@ -284,47 +347,6 @@ declare const _default: React.FC<{
|
|
|
284
347
|
colorGradient?: string | undefined;
|
|
285
348
|
colorGradientInverted?: string | undefined;
|
|
286
349
|
} | undefined;
|
|
287
|
-
label?: {
|
|
288
|
-
small?: {
|
|
289
|
-
family?: string | undefined;
|
|
290
|
-
weight?: string | undefined;
|
|
291
|
-
style?: string | undefined;
|
|
292
|
-
lineHeight?: string | undefined;
|
|
293
|
-
letterSpacing?: string | undefined;
|
|
294
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
295
|
-
textTransform?: string | undefined;
|
|
296
|
-
color?: string | undefined;
|
|
297
|
-
colorInverted?: string | undefined;
|
|
298
|
-
colorGradient?: string | undefined;
|
|
299
|
-
colorGradientInverted?: string | undefined;
|
|
300
|
-
} | undefined;
|
|
301
|
-
medium?: {
|
|
302
|
-
family?: string | undefined;
|
|
303
|
-
weight?: string | undefined;
|
|
304
|
-
style?: string | undefined;
|
|
305
|
-
lineHeight?: string | undefined;
|
|
306
|
-
letterSpacing?: string | undefined;
|
|
307
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
308
|
-
textTransform?: string | undefined;
|
|
309
|
-
color?: string | undefined;
|
|
310
|
-
colorInverted?: string | undefined;
|
|
311
|
-
colorGradient?: string | undefined;
|
|
312
|
-
colorGradientInverted?: string | undefined;
|
|
313
|
-
} | undefined;
|
|
314
|
-
big?: {
|
|
315
|
-
family?: string | undefined;
|
|
316
|
-
weight?: string | undefined;
|
|
317
|
-
style?: string | undefined;
|
|
318
|
-
lineHeight?: string | undefined;
|
|
319
|
-
letterSpacing?: string | undefined;
|
|
320
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
321
|
-
textTransform?: string | undefined;
|
|
322
|
-
color?: string | undefined;
|
|
323
|
-
colorInverted?: string | undefined;
|
|
324
|
-
colorGradient?: string | undefined;
|
|
325
|
-
colorGradientInverted?: string | undefined;
|
|
326
|
-
} | undefined;
|
|
327
|
-
} | undefined;
|
|
328
350
|
callout?: {
|
|
329
351
|
small?: {
|
|
330
352
|
family?: string | undefined;
|
|
@@ -368,7 +390,7 @@ declare const _default: React.FC<{
|
|
|
368
390
|
} | undefined;
|
|
369
391
|
} | undefined;
|
|
370
392
|
} | undefined;
|
|
371
|
-
|
|
393
|
+
globals?: {
|
|
372
394
|
sections?: {
|
|
373
395
|
seperation?: {
|
|
374
396
|
forcePadding?: boolean | undefined;
|
|
@@ -383,12 +405,41 @@ declare const _default: React.FC<{
|
|
|
383
405
|
} | undefined;
|
|
384
406
|
edgeRadius?: (string | null) | undefined;
|
|
385
407
|
imageTextGradient?: string | undefined;
|
|
408
|
+
imagePlaceholderBg?: {
|
|
409
|
+
default?: string | undefined;
|
|
410
|
+
inverted?: string | undefined;
|
|
411
|
+
} | undefined;
|
|
386
412
|
newsDateFormat?: string | undefined;
|
|
387
413
|
newsTimeFormat?: string | undefined;
|
|
388
414
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
389
415
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
390
416
|
datepickerDateFormat?: string | undefined;
|
|
391
417
|
} | undefined;
|
|
418
|
+
navigation?: {
|
|
419
|
+
navBar?: {
|
|
420
|
+
isTopNavVisible?: boolean | undefined;
|
|
421
|
+
topNavHeight?: {
|
|
422
|
+
mobile?: {
|
|
423
|
+
small?: number | undefined;
|
|
424
|
+
large?: number | undefined;
|
|
425
|
+
} | undefined;
|
|
426
|
+
desktop?: {
|
|
427
|
+
small?: number | undefined;
|
|
428
|
+
large?: number | undefined;
|
|
429
|
+
} | undefined;
|
|
430
|
+
} | undefined;
|
|
431
|
+
height?: {
|
|
432
|
+
mobile?: {
|
|
433
|
+
small?: number | undefined;
|
|
434
|
+
large?: number | undefined;
|
|
435
|
+
} | undefined;
|
|
436
|
+
desktop?: {
|
|
437
|
+
small?: number | undefined;
|
|
438
|
+
large?: number | undefined;
|
|
439
|
+
} | undefined;
|
|
440
|
+
} | undefined;
|
|
441
|
+
} | undefined;
|
|
442
|
+
} | undefined;
|
|
392
443
|
} | undefined;
|
|
393
444
|
} | undefined;
|
|
394
445
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CallToAction.d.ts","sourceRoot":"","sources":["../../../src/components/sections/CallToAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAc,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"CallToAction.d.ts","sourceRoot":"","sources":["../../../src/components/sections/CallToAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAc,MAAM,OAAO,CAAC;AAY9C,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAqF5D,MAAM,WAAW,eAAe;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;CACzC;AAsFD,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC;IAC1B,sBAAsB;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+CAA+C;IAC/C,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,kDAAkD;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gDAAgD;IAChD,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,sGAAsG;IACtG,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oDAAoD;IACpD,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAExB,yBAAyB;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IAE7B,+CAA+C;IAC/C,aAAa,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IAC1D,iDAAiD;IACjD,eAAe,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;IAC5D,yCAAyC;IACzC,YAAY,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;CAC5D,CAgEA,CAAC;AAEF,eAAO,MAAM,qBAAqB;IA5F9B,sBAAsB;;IAEtB,+CAA+C;;IAE/C,kDAAkD;;IAElD,gDAAgD;;IAEhD,oEAAoE;;IAEpE,6BAA6B;;IAE7B,sGAAsG;;IAEtG,oDAAoD;YAC5C,MAAM,SAAS;IAEvB,yBAAyB;;IAGzB,+CAA+C;2DACL,MAAM,SAAS;IACzD,iDAAiD;6DACL,MAAM,SAAS;IAC3D,yCAAyC;0DACA,MAAM,SAAS;EAmEX,CAAC;;IA5F9C,sBAAsB;;IAEtB,+CAA+C;;IAE/C,kDAAkD;;IAElD,gDAAgD;;IAEhD,oEAAoE;;IAEpE,6BAA6B;;IAE7B,sGAAsG;;IAEtG,oDAAoD;;IAGpD,yBAAyB;;IAGzB,+CAA+C;;IAE/C,iDAAiD;;IAEjD,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqE7C,wBAA0C"}
|
|
@@ -43,12 +43,44 @@ declare const _default: React.FC<{
|
|
|
43
43
|
medium?: string | undefined;
|
|
44
44
|
dark?: string | undefined;
|
|
45
45
|
} | undefined;
|
|
46
|
-
tertiary?: {
|
|
47
|
-
light?: string | undefined;
|
|
48
|
-
medium?: string | undefined;
|
|
49
|
-
dark?: string | undefined;
|
|
50
|
-
} | undefined;
|
|
51
46
|
error?: string | undefined;
|
|
47
|
+
new?: {
|
|
48
|
+
text?: {
|
|
49
|
+
default?: string | undefined;
|
|
50
|
+
inverted?: string | undefined;
|
|
51
|
+
error?: string | undefined;
|
|
52
|
+
heading?: string | undefined;
|
|
53
|
+
headingInverted?: string | undefined;
|
|
54
|
+
copy?: string | undefined;
|
|
55
|
+
copyInverted?: string | undefined;
|
|
56
|
+
} | undefined;
|
|
57
|
+
sectionBg?: {
|
|
58
|
+
light?: string | undefined;
|
|
59
|
+
medium?: string | undefined;
|
|
60
|
+
dark?: string | undefined;
|
|
61
|
+
} | undefined;
|
|
62
|
+
elementBg?: {
|
|
63
|
+
light?: string | undefined;
|
|
64
|
+
lightHover?: string | undefined;
|
|
65
|
+
medium?: string | undefined;
|
|
66
|
+
mediumHover?: string | undefined;
|
|
67
|
+
dark?: string | undefined;
|
|
68
|
+
darkHover?: string | undefined;
|
|
69
|
+
} | undefined;
|
|
70
|
+
primary?: {
|
|
71
|
+
default?: string | undefined;
|
|
72
|
+
inverted?: string | undefined;
|
|
73
|
+
hover?: string | undefined;
|
|
74
|
+
invertedHover?: string | undefined;
|
|
75
|
+
} | undefined;
|
|
76
|
+
secondary?: {
|
|
77
|
+
default?: string | undefined;
|
|
78
|
+
inverted?: string | undefined;
|
|
79
|
+
hover?: string | undefined;
|
|
80
|
+
invertedHover?: string | undefined;
|
|
81
|
+
} | undefined;
|
|
82
|
+
error?: string | undefined;
|
|
83
|
+
} | undefined;
|
|
52
84
|
} | undefined;
|
|
53
85
|
fonts?: {
|
|
54
86
|
base?: {
|
|
@@ -253,47 +285,6 @@ declare const _default: React.FC<{
|
|
|
253
285
|
colorGradient?: string | undefined;
|
|
254
286
|
colorGradientInverted?: string | undefined;
|
|
255
287
|
} | undefined;
|
|
256
|
-
label?: {
|
|
257
|
-
small?: {
|
|
258
|
-
family?: string | undefined;
|
|
259
|
-
weight?: string | undefined;
|
|
260
|
-
style?: string | undefined;
|
|
261
|
-
lineHeight?: string | undefined;
|
|
262
|
-
letterSpacing?: string | undefined;
|
|
263
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
264
|
-
textTransform?: string | undefined;
|
|
265
|
-
color?: string | undefined;
|
|
266
|
-
colorInverted?: string | undefined;
|
|
267
|
-
colorGradient?: string | undefined;
|
|
268
|
-
colorGradientInverted?: string | undefined;
|
|
269
|
-
} | undefined;
|
|
270
|
-
medium?: {
|
|
271
|
-
family?: string | undefined;
|
|
272
|
-
weight?: string | undefined;
|
|
273
|
-
style?: string | undefined;
|
|
274
|
-
lineHeight?: string | undefined;
|
|
275
|
-
letterSpacing?: string | undefined;
|
|
276
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
277
|
-
textTransform?: string | undefined;
|
|
278
|
-
color?: string | undefined;
|
|
279
|
-
colorInverted?: string | undefined;
|
|
280
|
-
colorGradient?: string | undefined;
|
|
281
|
-
colorGradientInverted?: string | undefined;
|
|
282
|
-
} | undefined;
|
|
283
|
-
big?: {
|
|
284
|
-
family?: string | undefined;
|
|
285
|
-
weight?: string | undefined;
|
|
286
|
-
style?: string | undefined;
|
|
287
|
-
lineHeight?: string | undefined;
|
|
288
|
-
letterSpacing?: string | undefined;
|
|
289
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
290
|
-
textTransform?: string | undefined;
|
|
291
|
-
color?: string | undefined;
|
|
292
|
-
colorInverted?: string | undefined;
|
|
293
|
-
colorGradient?: string | undefined;
|
|
294
|
-
colorGradientInverted?: string | undefined;
|
|
295
|
-
} | undefined;
|
|
296
|
-
} | undefined;
|
|
297
288
|
callout?: {
|
|
298
289
|
small?: {
|
|
299
290
|
family?: string | undefined;
|
|
@@ -337,7 +328,7 @@ declare const _default: React.FC<{
|
|
|
337
328
|
} | undefined;
|
|
338
329
|
} | undefined;
|
|
339
330
|
} | undefined;
|
|
340
|
-
|
|
331
|
+
globals?: {
|
|
341
332
|
sections?: {
|
|
342
333
|
seperation?: {
|
|
343
334
|
forcePadding?: boolean | undefined;
|
|
@@ -352,12 +343,41 @@ declare const _default: React.FC<{
|
|
|
352
343
|
} | undefined;
|
|
353
344
|
edgeRadius?: (string | null) | undefined;
|
|
354
345
|
imageTextGradient?: string | undefined;
|
|
346
|
+
imagePlaceholderBg?: {
|
|
347
|
+
default?: string | undefined;
|
|
348
|
+
inverted?: string | undefined;
|
|
349
|
+
} | undefined;
|
|
355
350
|
newsDateFormat?: string | undefined;
|
|
356
351
|
newsTimeFormat?: string | undefined;
|
|
357
352
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
358
353
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
359
354
|
datepickerDateFormat?: string | undefined;
|
|
360
355
|
} | undefined;
|
|
356
|
+
navigation?: {
|
|
357
|
+
navBar?: {
|
|
358
|
+
isTopNavVisible?: boolean | undefined;
|
|
359
|
+
topNavHeight?: {
|
|
360
|
+
mobile?: {
|
|
361
|
+
small?: number | undefined;
|
|
362
|
+
large?: number | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
desktop?: {
|
|
365
|
+
small?: number | undefined;
|
|
366
|
+
large?: number | undefined;
|
|
367
|
+
} | undefined;
|
|
368
|
+
} | undefined;
|
|
369
|
+
height?: {
|
|
370
|
+
mobile?: {
|
|
371
|
+
small?: number | undefined;
|
|
372
|
+
large?: number | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
desktop?: {
|
|
375
|
+
small?: number | undefined;
|
|
376
|
+
large?: number | undefined;
|
|
377
|
+
} | undefined;
|
|
378
|
+
} | undefined;
|
|
379
|
+
} | undefined;
|
|
380
|
+
} | undefined;
|
|
361
381
|
} | undefined;
|
|
362
382
|
} | undefined;
|
|
363
383
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComparisonSlider.d.ts","sourceRoot":"","sources":["../../../src/components/sections/ComparisonSlider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsD,MAAM,OAAO,CAAC;AAK3E,OAAc,EAAE,UAAU,EAAE,wBAAgC;
|
|
1
|
+
{"version":3,"file":"ComparisonSlider.d.ts","sourceRoot":"","sources":["../../../src/components/sections/ComparisonSlider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsD,MAAM,OAAO,CAAC;AAK3E,OAAc,EAAE,UAAU,EAAE,wBAAgC;AA8W5D,eAAO,MAAM,yBAAyB;;;;;;;;;kBA/LpB,MAAM,SAAS;;EA+LwB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC1D,wBAA8C"}
|