@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,25 +1,35 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { PromotionCardProps } from "../blocks/PromotionCard";
|
|
3
3
|
export declare const CrossPromotionComponent: React.FC<{
|
|
4
|
-
main
|
|
4
|
+
/** Promotion card settings in main grid column (default: on right side). The size prop controls the width. */
|
|
5
|
+
main?: (Omit<PromotionCardProps, "isInverted" | "externalLinkIcon"> & {
|
|
5
6
|
size?: "full" | "half" | undefined;
|
|
6
7
|
})[] | undefined;
|
|
7
|
-
|
|
8
|
+
/** Promotion card settings in second grid column (default: on left side). The size prop controls the width. */
|
|
9
|
+
aside?: (Omit<PromotionCardProps, "isInverted" | "externalLinkIcon"> & {
|
|
8
10
|
size?: "full" | "half" | undefined;
|
|
9
11
|
})[] | undefined;
|
|
12
|
+
/** Section background */
|
|
10
13
|
bgMode?: "full" | "inverted" | "splitted" | undefined;
|
|
14
|
+
/** Switching order of main and aside columns */
|
|
11
15
|
isMirrored?: boolean | undefined;
|
|
16
|
+
/** Inject custom icon that indicates an external link */
|
|
12
17
|
externalLinkIcon?: React.ReactNode;
|
|
13
18
|
}>;
|
|
14
19
|
declare const _default: React.FC<{
|
|
15
|
-
main
|
|
20
|
+
/** Promotion card settings in main grid column (default: on right side). The size prop controls the width. */
|
|
21
|
+
main?: (Omit<PromotionCardProps, "isInverted" | "externalLinkIcon"> & {
|
|
16
22
|
size?: "full" | "half" | undefined;
|
|
17
23
|
})[] | undefined;
|
|
18
|
-
|
|
24
|
+
/** Promotion card settings in second grid column (default: on left side). The size prop controls the width. */
|
|
25
|
+
aside?: (Omit<PromotionCardProps, "isInverted" | "externalLinkIcon"> & {
|
|
19
26
|
size?: "full" | "half" | undefined;
|
|
20
27
|
})[] | undefined;
|
|
28
|
+
/** Section background */
|
|
21
29
|
bgMode?: "full" | "inverted" | "splitted" | undefined;
|
|
30
|
+
/** Switching order of main and aside columns */
|
|
22
31
|
isMirrored?: boolean | undefined;
|
|
32
|
+
/** Inject custom icon that indicates an external link */
|
|
23
33
|
externalLinkIcon?: React.ReactNode;
|
|
24
34
|
} & {
|
|
25
35
|
theme?: {
|
|
@@ -41,12 +51,44 @@ declare const _default: React.FC<{
|
|
|
41
51
|
medium?: string | undefined;
|
|
42
52
|
dark?: string | undefined;
|
|
43
53
|
} | undefined;
|
|
44
|
-
tertiary?: {
|
|
45
|
-
light?: string | undefined;
|
|
46
|
-
medium?: string | undefined;
|
|
47
|
-
dark?: string | undefined;
|
|
48
|
-
} | undefined;
|
|
49
54
|
error?: string | undefined;
|
|
55
|
+
new?: {
|
|
56
|
+
text?: {
|
|
57
|
+
default?: string | undefined;
|
|
58
|
+
inverted?: string | undefined;
|
|
59
|
+
error?: string | undefined;
|
|
60
|
+
heading?: string | undefined;
|
|
61
|
+
headingInverted?: string | undefined;
|
|
62
|
+
copy?: string | undefined;
|
|
63
|
+
copyInverted?: string | undefined;
|
|
64
|
+
} | undefined;
|
|
65
|
+
sectionBg?: {
|
|
66
|
+
light?: string | undefined;
|
|
67
|
+
medium?: string | undefined;
|
|
68
|
+
dark?: string | undefined;
|
|
69
|
+
} | undefined;
|
|
70
|
+
elementBg?: {
|
|
71
|
+
light?: string | undefined;
|
|
72
|
+
lightHover?: string | undefined;
|
|
73
|
+
medium?: string | undefined;
|
|
74
|
+
mediumHover?: string | undefined;
|
|
75
|
+
dark?: string | undefined;
|
|
76
|
+
darkHover?: string | undefined;
|
|
77
|
+
} | undefined;
|
|
78
|
+
primary?: {
|
|
79
|
+
default?: string | undefined;
|
|
80
|
+
inverted?: string | undefined;
|
|
81
|
+
hover?: string | undefined;
|
|
82
|
+
invertedHover?: string | undefined;
|
|
83
|
+
} | undefined;
|
|
84
|
+
secondary?: {
|
|
85
|
+
default?: string | undefined;
|
|
86
|
+
inverted?: string | undefined;
|
|
87
|
+
hover?: string | undefined;
|
|
88
|
+
invertedHover?: string | undefined;
|
|
89
|
+
} | undefined;
|
|
90
|
+
error?: string | undefined;
|
|
91
|
+
} | undefined;
|
|
50
92
|
} | undefined;
|
|
51
93
|
fonts?: {
|
|
52
94
|
base?: {
|
|
@@ -251,47 +293,6 @@ declare const _default: React.FC<{
|
|
|
251
293
|
colorGradient?: string | undefined;
|
|
252
294
|
colorGradientInverted?: string | undefined;
|
|
253
295
|
} | undefined;
|
|
254
|
-
label?: {
|
|
255
|
-
small?: {
|
|
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
|
-
medium?: {
|
|
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
|
-
big?: {
|
|
282
|
-
family?: string | undefined;
|
|
283
|
-
weight?: string | undefined;
|
|
284
|
-
style?: string | undefined;
|
|
285
|
-
lineHeight?: string | undefined;
|
|
286
|
-
letterSpacing?: string | undefined;
|
|
287
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
288
|
-
textTransform?: string | undefined;
|
|
289
|
-
color?: string | undefined;
|
|
290
|
-
colorInverted?: string | undefined;
|
|
291
|
-
colorGradient?: string | undefined;
|
|
292
|
-
colorGradientInverted?: string | undefined;
|
|
293
|
-
} | undefined;
|
|
294
|
-
} | undefined;
|
|
295
296
|
callout?: {
|
|
296
297
|
small?: {
|
|
297
298
|
family?: string | undefined;
|
|
@@ -335,7 +336,7 @@ declare const _default: React.FC<{
|
|
|
335
336
|
} | undefined;
|
|
336
337
|
} | undefined;
|
|
337
338
|
} | undefined;
|
|
338
|
-
|
|
339
|
+
globals?: {
|
|
339
340
|
sections?: {
|
|
340
341
|
seperation?: {
|
|
341
342
|
forcePadding?: boolean | undefined;
|
|
@@ -350,12 +351,41 @@ declare const _default: React.FC<{
|
|
|
350
351
|
} | undefined;
|
|
351
352
|
edgeRadius?: (string | null) | undefined;
|
|
352
353
|
imageTextGradient?: string | undefined;
|
|
354
|
+
imagePlaceholderBg?: {
|
|
355
|
+
default?: string | undefined;
|
|
356
|
+
inverted?: string | undefined;
|
|
357
|
+
} | undefined;
|
|
353
358
|
newsDateFormat?: string | undefined;
|
|
354
359
|
newsTimeFormat?: string | undefined;
|
|
355
360
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
356
361
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
357
362
|
datepickerDateFormat?: string | undefined;
|
|
358
363
|
} | undefined;
|
|
364
|
+
navigation?: {
|
|
365
|
+
navBar?: {
|
|
366
|
+
isTopNavVisible?: boolean | undefined;
|
|
367
|
+
topNavHeight?: {
|
|
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
|
+
height?: {
|
|
378
|
+
mobile?: {
|
|
379
|
+
small?: number | undefined;
|
|
380
|
+
large?: number | undefined;
|
|
381
|
+
} | undefined;
|
|
382
|
+
desktop?: {
|
|
383
|
+
small?: number | undefined;
|
|
384
|
+
large?: number | undefined;
|
|
385
|
+
} | undefined;
|
|
386
|
+
} | undefined;
|
|
387
|
+
} | undefined;
|
|
388
|
+
} | undefined;
|
|
359
389
|
} | undefined;
|
|
360
390
|
} | undefined;
|
|
361
391
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CrossPromotion.d.ts","sourceRoot":"","sources":["../../../src/components/sections/CrossPromotion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"CrossPromotion.d.ts","sourceRoot":"","sources":["../../../src/components/sections/CrossPromotion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAsB,EAClB,kBAAkB,EACrB,gCAAwC;AA0IzC,eAAO,MAAM,uBAAuB;IAxHhC,8GAA8G;;;;IAO9G,+GAA+G;;;;IAO/G,yBAAyB;;IAGzB,gDAAgD;;IAGhD,yDAAyD;uBACtC,MAAM,SAAS;EAmGe,CAAC;;IAxHlD,8GAA8G;;;;IAO9G,+GAA+G;;;;IAO/G,yBAAyB;;IAGzB,gDAAgD;;IAGhD,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqG7D,wBAA4C"}
|
|
@@ -172,12 +172,44 @@ declare const _default: React.FC<{
|
|
|
172
172
|
medium?: string | undefined;
|
|
173
173
|
dark?: string | undefined;
|
|
174
174
|
} | undefined;
|
|
175
|
-
tertiary?: {
|
|
176
|
-
light?: string | undefined;
|
|
177
|
-
medium?: string | undefined;
|
|
178
|
-
dark?: string | undefined;
|
|
179
|
-
} | undefined;
|
|
180
175
|
error?: string | undefined;
|
|
176
|
+
new?: {
|
|
177
|
+
text?: {
|
|
178
|
+
default?: string | undefined;
|
|
179
|
+
inverted?: string | undefined;
|
|
180
|
+
error?: string | undefined;
|
|
181
|
+
heading?: string | undefined;
|
|
182
|
+
headingInverted?: string | undefined;
|
|
183
|
+
copy?: string | undefined;
|
|
184
|
+
copyInverted?: string | undefined;
|
|
185
|
+
} | undefined;
|
|
186
|
+
sectionBg?: {
|
|
187
|
+
light?: string | undefined;
|
|
188
|
+
medium?: string | undefined;
|
|
189
|
+
dark?: string | undefined;
|
|
190
|
+
} | undefined;
|
|
191
|
+
elementBg?: {
|
|
192
|
+
light?: string | undefined;
|
|
193
|
+
lightHover?: string | undefined;
|
|
194
|
+
medium?: string | undefined;
|
|
195
|
+
mediumHover?: string | undefined;
|
|
196
|
+
dark?: string | undefined;
|
|
197
|
+
darkHover?: string | undefined;
|
|
198
|
+
} | undefined;
|
|
199
|
+
primary?: {
|
|
200
|
+
default?: string | undefined;
|
|
201
|
+
inverted?: string | undefined;
|
|
202
|
+
hover?: string | undefined;
|
|
203
|
+
invertedHover?: string | undefined;
|
|
204
|
+
} | undefined;
|
|
205
|
+
secondary?: {
|
|
206
|
+
default?: string | undefined;
|
|
207
|
+
inverted?: string | undefined;
|
|
208
|
+
hover?: string | undefined;
|
|
209
|
+
invertedHover?: string | undefined;
|
|
210
|
+
} | undefined;
|
|
211
|
+
error?: string | undefined;
|
|
212
|
+
} | undefined;
|
|
181
213
|
} | undefined;
|
|
182
214
|
fonts?: {
|
|
183
215
|
base?: {
|
|
@@ -382,47 +414,6 @@ declare const _default: React.FC<{
|
|
|
382
414
|
colorGradient?: string | undefined;
|
|
383
415
|
colorGradientInverted?: string | undefined;
|
|
384
416
|
} | undefined;
|
|
385
|
-
label?: {
|
|
386
|
-
small?: {
|
|
387
|
-
family?: string | undefined;
|
|
388
|
-
weight?: string | undefined;
|
|
389
|
-
style?: string | undefined;
|
|
390
|
-
lineHeight?: string | undefined;
|
|
391
|
-
letterSpacing?: string | undefined;
|
|
392
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
393
|
-
textTransform?: string | undefined;
|
|
394
|
-
color?: string | undefined;
|
|
395
|
-
colorInverted?: string | undefined;
|
|
396
|
-
colorGradient?: string | undefined;
|
|
397
|
-
colorGradientInverted?: string | undefined;
|
|
398
|
-
} | undefined;
|
|
399
|
-
medium?: {
|
|
400
|
-
family?: string | undefined;
|
|
401
|
-
weight?: string | undefined;
|
|
402
|
-
style?: string | undefined;
|
|
403
|
-
lineHeight?: string | undefined;
|
|
404
|
-
letterSpacing?: string | undefined;
|
|
405
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
406
|
-
textTransform?: string | undefined;
|
|
407
|
-
color?: string | undefined;
|
|
408
|
-
colorInverted?: string | undefined;
|
|
409
|
-
colorGradient?: string | undefined;
|
|
410
|
-
colorGradientInverted?: string | undefined;
|
|
411
|
-
} | undefined;
|
|
412
|
-
big?: {
|
|
413
|
-
family?: string | undefined;
|
|
414
|
-
weight?: string | undefined;
|
|
415
|
-
style?: string | undefined;
|
|
416
|
-
lineHeight?: string | undefined;
|
|
417
|
-
letterSpacing?: string | undefined;
|
|
418
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
419
|
-
textTransform?: string | undefined;
|
|
420
|
-
color?: string | undefined;
|
|
421
|
-
colorInverted?: string | undefined;
|
|
422
|
-
colorGradient?: string | undefined;
|
|
423
|
-
colorGradientInverted?: string | undefined;
|
|
424
|
-
} | undefined;
|
|
425
|
-
} | undefined;
|
|
426
417
|
callout?: {
|
|
427
418
|
small?: {
|
|
428
419
|
family?: string | undefined;
|
|
@@ -466,7 +457,7 @@ declare const _default: React.FC<{
|
|
|
466
457
|
} | undefined;
|
|
467
458
|
} | undefined;
|
|
468
459
|
} | undefined;
|
|
469
|
-
|
|
460
|
+
globals?: {
|
|
470
461
|
sections?: {
|
|
471
462
|
seperation?: {
|
|
472
463
|
forcePadding?: boolean | undefined;
|
|
@@ -481,12 +472,41 @@ declare const _default: React.FC<{
|
|
|
481
472
|
} | undefined;
|
|
482
473
|
edgeRadius?: (string | null) | undefined;
|
|
483
474
|
imageTextGradient?: string | undefined;
|
|
475
|
+
imagePlaceholderBg?: {
|
|
476
|
+
default?: string | undefined;
|
|
477
|
+
inverted?: string | undefined;
|
|
478
|
+
} | undefined;
|
|
484
479
|
newsDateFormat?: string | undefined;
|
|
485
480
|
newsTimeFormat?: string | undefined;
|
|
486
481
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
487
482
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
488
483
|
datepickerDateFormat?: string | undefined;
|
|
489
484
|
} | undefined;
|
|
485
|
+
navigation?: {
|
|
486
|
+
navBar?: {
|
|
487
|
+
isTopNavVisible?: boolean | undefined;
|
|
488
|
+
topNavHeight?: {
|
|
489
|
+
mobile?: {
|
|
490
|
+
small?: number | undefined;
|
|
491
|
+
large?: number | undefined;
|
|
492
|
+
} | undefined;
|
|
493
|
+
desktop?: {
|
|
494
|
+
small?: number | undefined;
|
|
495
|
+
large?: number | undefined;
|
|
496
|
+
} | undefined;
|
|
497
|
+
} | undefined;
|
|
498
|
+
height?: {
|
|
499
|
+
mobile?: {
|
|
500
|
+
small?: number | undefined;
|
|
501
|
+
large?: number | undefined;
|
|
502
|
+
} | undefined;
|
|
503
|
+
desktop?: {
|
|
504
|
+
small?: number | undefined;
|
|
505
|
+
large?: number | undefined;
|
|
506
|
+
} | undefined;
|
|
507
|
+
} | undefined;
|
|
508
|
+
} | undefined;
|
|
509
|
+
} | undefined;
|
|
490
510
|
} | undefined;
|
|
491
511
|
} | undefined;
|
|
492
512
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicForm.d.ts","sourceRoot":"","sources":["../../../src/components/sections/DynamicForm.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"DynamicForm.d.ts","sourceRoot":"","sources":["../../../src/components/sections/DynamicForm.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FactProps } from "../blocks/Fact";
|
|
3
3
|
export declare const FactGridComponent: React.FC<{
|
|
4
|
+
/** Controls amount columns on large screens */
|
|
4
5
|
columns?: 3 | 4 | 6 | undefined;
|
|
6
|
+
/** Array with fact card data */
|
|
5
7
|
facts?: Omit<FactProps, "isInverted" | "isCentered">[] | undefined;
|
|
8
|
+
/** Section background */
|
|
6
9
|
bgMode?: "full" | "inverted" | "splitted" | undefined;
|
|
10
|
+
/** Center text inside fact card items */
|
|
7
11
|
isCentered?: boolean | undefined;
|
|
8
12
|
}>;
|
|
9
13
|
declare const _default: React.FC<{
|
|
14
|
+
/** Controls amount columns on large screens */
|
|
10
15
|
columns?: 3 | 4 | 6 | undefined;
|
|
16
|
+
/** Array with fact card data */
|
|
11
17
|
facts?: Omit<FactProps, "isInverted" | "isCentered">[] | undefined;
|
|
18
|
+
/** Section background */
|
|
12
19
|
bgMode?: "full" | "inverted" | "splitted" | undefined;
|
|
20
|
+
/** Center text inside fact card items */
|
|
13
21
|
isCentered?: boolean | undefined;
|
|
14
22
|
} & {
|
|
15
23
|
theme?: {
|
|
@@ -31,12 +39,44 @@ declare const _default: React.FC<{
|
|
|
31
39
|
medium?: string | undefined;
|
|
32
40
|
dark?: string | undefined;
|
|
33
41
|
} | undefined;
|
|
34
|
-
tertiary?: {
|
|
35
|
-
light?: string | undefined;
|
|
36
|
-
medium?: string | undefined;
|
|
37
|
-
dark?: string | undefined;
|
|
38
|
-
} | undefined;
|
|
39
42
|
error?: string | undefined;
|
|
43
|
+
new?: {
|
|
44
|
+
text?: {
|
|
45
|
+
default?: string | undefined;
|
|
46
|
+
inverted?: string | undefined;
|
|
47
|
+
error?: string | undefined;
|
|
48
|
+
heading?: string | undefined;
|
|
49
|
+
headingInverted?: string | undefined;
|
|
50
|
+
copy?: string | undefined;
|
|
51
|
+
copyInverted?: string | undefined;
|
|
52
|
+
} | undefined;
|
|
53
|
+
sectionBg?: {
|
|
54
|
+
light?: string | undefined;
|
|
55
|
+
medium?: string | undefined;
|
|
56
|
+
dark?: string | undefined;
|
|
57
|
+
} | undefined;
|
|
58
|
+
elementBg?: {
|
|
59
|
+
light?: string | undefined;
|
|
60
|
+
lightHover?: string | undefined;
|
|
61
|
+
medium?: string | undefined;
|
|
62
|
+
mediumHover?: string | undefined;
|
|
63
|
+
dark?: string | undefined;
|
|
64
|
+
darkHover?: string | undefined;
|
|
65
|
+
} | undefined;
|
|
66
|
+
primary?: {
|
|
67
|
+
default?: string | undefined;
|
|
68
|
+
inverted?: string | undefined;
|
|
69
|
+
hover?: string | undefined;
|
|
70
|
+
invertedHover?: string | undefined;
|
|
71
|
+
} | undefined;
|
|
72
|
+
secondary?: {
|
|
73
|
+
default?: string | undefined;
|
|
74
|
+
inverted?: string | undefined;
|
|
75
|
+
hover?: string | undefined;
|
|
76
|
+
invertedHover?: string | undefined;
|
|
77
|
+
} | undefined;
|
|
78
|
+
error?: string | undefined;
|
|
79
|
+
} | undefined;
|
|
40
80
|
} | undefined;
|
|
41
81
|
fonts?: {
|
|
42
82
|
base?: {
|
|
@@ -241,47 +281,6 @@ declare const _default: React.FC<{
|
|
|
241
281
|
colorGradient?: string | undefined;
|
|
242
282
|
colorGradientInverted?: string | undefined;
|
|
243
283
|
} | 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
284
|
callout?: {
|
|
286
285
|
small?: {
|
|
287
286
|
family?: string | undefined;
|
|
@@ -325,7 +324,7 @@ declare const _default: React.FC<{
|
|
|
325
324
|
} | undefined;
|
|
326
325
|
} | undefined;
|
|
327
326
|
} | undefined;
|
|
328
|
-
|
|
327
|
+
globals?: {
|
|
329
328
|
sections?: {
|
|
330
329
|
seperation?: {
|
|
331
330
|
forcePadding?: boolean | undefined;
|
|
@@ -340,12 +339,41 @@ declare const _default: React.FC<{
|
|
|
340
339
|
} | undefined;
|
|
341
340
|
edgeRadius?: (string | null) | undefined;
|
|
342
341
|
imageTextGradient?: string | undefined;
|
|
342
|
+
imagePlaceholderBg?: {
|
|
343
|
+
default?: string | undefined;
|
|
344
|
+
inverted?: string | undefined;
|
|
345
|
+
} | undefined;
|
|
343
346
|
newsDateFormat?: string | undefined;
|
|
344
347
|
newsTimeFormat?: string | undefined;
|
|
345
348
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
346
349
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
347
350
|
datepickerDateFormat?: string | undefined;
|
|
348
351
|
} | undefined;
|
|
352
|
+
navigation?: {
|
|
353
|
+
navBar?: {
|
|
354
|
+
isTopNavVisible?: boolean | undefined;
|
|
355
|
+
topNavHeight?: {
|
|
356
|
+
mobile?: {
|
|
357
|
+
small?: number | undefined;
|
|
358
|
+
large?: number | undefined;
|
|
359
|
+
} | undefined;
|
|
360
|
+
desktop?: {
|
|
361
|
+
small?: number | undefined;
|
|
362
|
+
large?: number | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
} | undefined;
|
|
365
|
+
height?: {
|
|
366
|
+
mobile?: {
|
|
367
|
+
small?: number | undefined;
|
|
368
|
+
large?: number | undefined;
|
|
369
|
+
} | undefined;
|
|
370
|
+
desktop?: {
|
|
371
|
+
small?: number | undefined;
|
|
372
|
+
large?: number | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
} | undefined;
|
|
375
|
+
} | undefined;
|
|
376
|
+
} | undefined;
|
|
349
377
|
} | undefined;
|
|
350
378
|
} | undefined;
|
|
351
379
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FactGrid.d.ts","sourceRoot":"","sources":["../../../src/components/sections/FactGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"FactGrid.d.ts","sourceRoot":"","sources":["../../../src/components/sections/FactGrid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAOlC,OAAa,EAAE,SAAS,EAAE,uBAA+B;AA2GzD,eAAO,MAAM,iBAAiB;IA9F1B,+CAA+C;;IAG/C,gCAAgC;;IAGhC,yBAAyB;;IAGzB,yCAAyC;;EAqFJ,CAAC;;IA9FtC,+CAA+C;;IAG/C,gCAAgC;;IAGhC,yBAAyB;;IAGzB,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsF7C,wBAAsC"}
|