@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
|
@@ -33,12 +33,44 @@ declare const _default: React.FC<{
|
|
|
33
33
|
medium?: string | undefined;
|
|
34
34
|
dark?: string | undefined;
|
|
35
35
|
} | undefined;
|
|
36
|
-
tertiary?: {
|
|
37
|
-
light?: string | undefined;
|
|
38
|
-
medium?: string | undefined;
|
|
39
|
-
dark?: string | undefined;
|
|
40
|
-
} | undefined;
|
|
41
36
|
error?: string | undefined;
|
|
37
|
+
new?: {
|
|
38
|
+
text?: {
|
|
39
|
+
default?: string | undefined;
|
|
40
|
+
inverted?: string | undefined;
|
|
41
|
+
error?: string | undefined;
|
|
42
|
+
heading?: string | undefined;
|
|
43
|
+
headingInverted?: string | undefined;
|
|
44
|
+
copy?: string | undefined;
|
|
45
|
+
copyInverted?: string | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
sectionBg?: {
|
|
48
|
+
light?: string | undefined;
|
|
49
|
+
medium?: string | undefined;
|
|
50
|
+
dark?: string | undefined;
|
|
51
|
+
} | undefined;
|
|
52
|
+
elementBg?: {
|
|
53
|
+
light?: string | undefined;
|
|
54
|
+
lightHover?: string | undefined;
|
|
55
|
+
medium?: string | undefined;
|
|
56
|
+
mediumHover?: string | undefined;
|
|
57
|
+
dark?: string | undefined;
|
|
58
|
+
darkHover?: string | undefined;
|
|
59
|
+
} | undefined;
|
|
60
|
+
primary?: {
|
|
61
|
+
default?: string | undefined;
|
|
62
|
+
inverted?: string | undefined;
|
|
63
|
+
hover?: string | undefined;
|
|
64
|
+
invertedHover?: string | undefined;
|
|
65
|
+
} | undefined;
|
|
66
|
+
secondary?: {
|
|
67
|
+
default?: string | undefined;
|
|
68
|
+
inverted?: string | undefined;
|
|
69
|
+
hover?: string | undefined;
|
|
70
|
+
invertedHover?: string | undefined;
|
|
71
|
+
} | undefined;
|
|
72
|
+
error?: string | undefined;
|
|
73
|
+
} | undefined;
|
|
42
74
|
} | undefined;
|
|
43
75
|
fonts?: {
|
|
44
76
|
base?: {
|
|
@@ -243,47 +275,6 @@ declare const _default: React.FC<{
|
|
|
243
275
|
colorGradient?: string | undefined;
|
|
244
276
|
colorGradientInverted?: string | undefined;
|
|
245
277
|
} | undefined;
|
|
246
|
-
label?: {
|
|
247
|
-
small?: {
|
|
248
|
-
family?: string | undefined;
|
|
249
|
-
weight?: string | undefined;
|
|
250
|
-
style?: string | undefined;
|
|
251
|
-
lineHeight?: string | undefined;
|
|
252
|
-
letterSpacing?: string | undefined;
|
|
253
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
254
|
-
textTransform?: string | undefined;
|
|
255
|
-
color?: string | undefined;
|
|
256
|
-
colorInverted?: string | undefined;
|
|
257
|
-
colorGradient?: string | undefined;
|
|
258
|
-
colorGradientInverted?: string | undefined;
|
|
259
|
-
} | undefined;
|
|
260
|
-
medium?: {
|
|
261
|
-
family?: string | undefined;
|
|
262
|
-
weight?: string | undefined;
|
|
263
|
-
style?: string | undefined;
|
|
264
|
-
lineHeight?: string | undefined;
|
|
265
|
-
letterSpacing?: string | undefined;
|
|
266
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
267
|
-
textTransform?: string | undefined;
|
|
268
|
-
color?: string | undefined;
|
|
269
|
-
colorInverted?: string | undefined;
|
|
270
|
-
colorGradient?: string | undefined;
|
|
271
|
-
colorGradientInverted?: string | undefined;
|
|
272
|
-
} | undefined;
|
|
273
|
-
big?: {
|
|
274
|
-
family?: string | undefined;
|
|
275
|
-
weight?: string | undefined;
|
|
276
|
-
style?: string | undefined;
|
|
277
|
-
lineHeight?: string | undefined;
|
|
278
|
-
letterSpacing?: string | undefined;
|
|
279
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
280
|
-
textTransform?: string | undefined;
|
|
281
|
-
color?: string | undefined;
|
|
282
|
-
colorInverted?: string | undefined;
|
|
283
|
-
colorGradient?: string | undefined;
|
|
284
|
-
colorGradientInverted?: string | undefined;
|
|
285
|
-
} | undefined;
|
|
286
|
-
} | undefined;
|
|
287
278
|
callout?: {
|
|
288
279
|
small?: {
|
|
289
280
|
family?: string | undefined;
|
|
@@ -327,7 +318,7 @@ declare const _default: React.FC<{
|
|
|
327
318
|
} | undefined;
|
|
328
319
|
} | undefined;
|
|
329
320
|
} | undefined;
|
|
330
|
-
|
|
321
|
+
globals?: {
|
|
331
322
|
sections?: {
|
|
332
323
|
seperation?: {
|
|
333
324
|
forcePadding?: boolean | undefined;
|
|
@@ -342,12 +333,41 @@ declare const _default: React.FC<{
|
|
|
342
333
|
} | undefined;
|
|
343
334
|
edgeRadius?: (string | null) | undefined;
|
|
344
335
|
imageTextGradient?: string | undefined;
|
|
336
|
+
imagePlaceholderBg?: {
|
|
337
|
+
default?: string | undefined;
|
|
338
|
+
inverted?: string | undefined;
|
|
339
|
+
} | undefined;
|
|
345
340
|
newsDateFormat?: string | undefined;
|
|
346
341
|
newsTimeFormat?: string | undefined;
|
|
347
342
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
348
343
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
349
344
|
datepickerDateFormat?: string | undefined;
|
|
350
345
|
} | undefined;
|
|
346
|
+
navigation?: {
|
|
347
|
+
navBar?: {
|
|
348
|
+
isTopNavVisible?: boolean | undefined;
|
|
349
|
+
topNavHeight?: {
|
|
350
|
+
mobile?: {
|
|
351
|
+
small?: number | undefined;
|
|
352
|
+
large?: number | undefined;
|
|
353
|
+
} | undefined;
|
|
354
|
+
desktop?: {
|
|
355
|
+
small?: number | undefined;
|
|
356
|
+
large?: number | undefined;
|
|
357
|
+
} | undefined;
|
|
358
|
+
} | undefined;
|
|
359
|
+
height?: {
|
|
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
|
+
} | undefined;
|
|
370
|
+
} | undefined;
|
|
351
371
|
} | undefined;
|
|
352
372
|
} | undefined;
|
|
353
373
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsImages.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsImages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"NewsImages.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsImages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAS1C,OAAc,EAAE,UAAU,EAAE,2BAAgC;AAqF5D,eAAO,MAAM,mBAAmB;;;2DAlEc,MAAM,SAAS;6DACb,MAAM,SAAS;;EAiElB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC9C,wBAAwC"}
|
|
@@ -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":"NewsIntro.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsIntro.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAK1C,OAAc,EAAE,UAAU,EAAE,2BAAgC;
|
|
1
|
+
{"version":3,"file":"NewsIntro.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsIntro.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAK1C,OAAc,EAAE,UAAU,EAAE,2BAAgC;AA8J5D,eAAO,MAAM,kBAAkB;;yBAtFP,MAAM,KAAK,IAAI;;;;;;;;;EAsFI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC5C,wBAAuC"}
|
|
@@ -1,16 +1,43 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { NewsCardProps } from "../../blocks/NewsCard";
|
|
3
|
+
export declare type NewsItem = Omit<NewsCardProps, 'isInverted' | 'onTagClick' | 'customTag'>;
|
|
3
4
|
export declare const NewsListComponent: React.FC<{
|
|
4
|
-
news
|
|
5
|
-
|
|
5
|
+
/** Show a short version of three or a expanded version of six news items */
|
|
6
|
+
mode?: "short" | "expanded" | undefined;
|
|
7
|
+
/** Array of news card settings */
|
|
8
|
+
news?: NewsItem[] | undefined;
|
|
9
|
+
/** Sections background */
|
|
6
10
|
bgMode?: "full" | "inverted" | undefined;
|
|
7
|
-
|
|
11
|
+
/**
|
|
12
|
+
* Callback function to handle tag click outside of component
|
|
13
|
+
* */
|
|
14
|
+
onTagClick?: ((tag: string) => void) | undefined;
|
|
15
|
+
/** Function to inject custom tag node */
|
|
16
|
+
customTag?: ((props: {
|
|
17
|
+
name: string;
|
|
18
|
+
isInverted?: boolean | undefined;
|
|
19
|
+
isActive?: boolean | undefined;
|
|
20
|
+
clickHandler?: ((ev?: React.SyntheticEvent<HTMLButtonElement, Event> | undefined) => void) | undefined;
|
|
21
|
+
}) => React.ReactNode) | undefined;
|
|
8
22
|
}>;
|
|
9
23
|
declare const _default: React.FC<{
|
|
10
|
-
news
|
|
11
|
-
|
|
24
|
+
/** Show a short version of three or a expanded version of six news items */
|
|
25
|
+
mode?: "short" | "expanded" | undefined;
|
|
26
|
+
/** Array of news card settings */
|
|
27
|
+
news?: NewsItem[] | undefined;
|
|
28
|
+
/** Sections background */
|
|
12
29
|
bgMode?: "full" | "inverted" | undefined;
|
|
13
|
-
|
|
30
|
+
/**
|
|
31
|
+
* Callback function to handle tag click outside of component
|
|
32
|
+
* */
|
|
33
|
+
onTagClick?: ((tag: string) => void) | undefined;
|
|
34
|
+
/** Function to inject custom tag node */
|
|
35
|
+
customTag?: ((props: {
|
|
36
|
+
name: string;
|
|
37
|
+
isInverted?: boolean | undefined;
|
|
38
|
+
isActive?: boolean | undefined;
|
|
39
|
+
clickHandler?: ((ev?: React.SyntheticEvent<HTMLButtonElement, Event> | undefined) => void) | undefined;
|
|
40
|
+
}) => React.ReactNode) | undefined;
|
|
14
41
|
} & {
|
|
15
42
|
theme?: {
|
|
16
43
|
colors?: {
|
|
@@ -31,12 +58,44 @@ declare const _default: React.FC<{
|
|
|
31
58
|
medium?: string | undefined;
|
|
32
59
|
dark?: string | undefined;
|
|
33
60
|
} | undefined;
|
|
34
|
-
tertiary?: {
|
|
35
|
-
light?: string | undefined;
|
|
36
|
-
medium?: string | undefined;
|
|
37
|
-
dark?: string | undefined;
|
|
38
|
-
} | undefined;
|
|
39
61
|
error?: string | undefined;
|
|
62
|
+
new?: {
|
|
63
|
+
text?: {
|
|
64
|
+
default?: string | undefined;
|
|
65
|
+
inverted?: string | undefined;
|
|
66
|
+
error?: string | undefined;
|
|
67
|
+
heading?: string | undefined;
|
|
68
|
+
headingInverted?: string | undefined;
|
|
69
|
+
copy?: string | undefined;
|
|
70
|
+
copyInverted?: string | undefined;
|
|
71
|
+
} | undefined;
|
|
72
|
+
sectionBg?: {
|
|
73
|
+
light?: string | undefined;
|
|
74
|
+
medium?: string | undefined;
|
|
75
|
+
dark?: string | undefined;
|
|
76
|
+
} | undefined;
|
|
77
|
+
elementBg?: {
|
|
78
|
+
light?: string | undefined;
|
|
79
|
+
lightHover?: string | undefined;
|
|
80
|
+
medium?: string | undefined;
|
|
81
|
+
mediumHover?: string | undefined;
|
|
82
|
+
dark?: string | undefined;
|
|
83
|
+
darkHover?: string | undefined;
|
|
84
|
+
} | undefined;
|
|
85
|
+
primary?: {
|
|
86
|
+
default?: string | undefined;
|
|
87
|
+
inverted?: string | undefined;
|
|
88
|
+
hover?: string | undefined;
|
|
89
|
+
invertedHover?: string | undefined;
|
|
90
|
+
} | undefined;
|
|
91
|
+
secondary?: {
|
|
92
|
+
default?: string | undefined;
|
|
93
|
+
inverted?: string | undefined;
|
|
94
|
+
hover?: string | undefined;
|
|
95
|
+
invertedHover?: string | undefined;
|
|
96
|
+
} | undefined;
|
|
97
|
+
error?: string | undefined;
|
|
98
|
+
} | undefined;
|
|
40
99
|
} | undefined;
|
|
41
100
|
fonts?: {
|
|
42
101
|
base?: {
|
|
@@ -241,47 +300,6 @@ declare const _default: React.FC<{
|
|
|
241
300
|
colorGradient?: string | undefined;
|
|
242
301
|
colorGradientInverted?: string | undefined;
|
|
243
302
|
} | 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
303
|
callout?: {
|
|
286
304
|
small?: {
|
|
287
305
|
family?: string | undefined;
|
|
@@ -325,7 +343,7 @@ declare const _default: React.FC<{
|
|
|
325
343
|
} | undefined;
|
|
326
344
|
} | undefined;
|
|
327
345
|
} | undefined;
|
|
328
|
-
|
|
346
|
+
globals?: {
|
|
329
347
|
sections?: {
|
|
330
348
|
seperation?: {
|
|
331
349
|
forcePadding?: boolean | undefined;
|
|
@@ -340,12 +358,41 @@ declare const _default: React.FC<{
|
|
|
340
358
|
} | undefined;
|
|
341
359
|
edgeRadius?: (string | null) | undefined;
|
|
342
360
|
imageTextGradient?: string | undefined;
|
|
361
|
+
imagePlaceholderBg?: {
|
|
362
|
+
default?: string | undefined;
|
|
363
|
+
inverted?: string | undefined;
|
|
364
|
+
} | undefined;
|
|
343
365
|
newsDateFormat?: string | undefined;
|
|
344
366
|
newsTimeFormat?: string | undefined;
|
|
345
367
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
346
368
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
347
369
|
datepickerDateFormat?: string | undefined;
|
|
348
370
|
} | undefined;
|
|
371
|
+
navigation?: {
|
|
372
|
+
navBar?: {
|
|
373
|
+
isTopNavVisible?: boolean | undefined;
|
|
374
|
+
topNavHeight?: {
|
|
375
|
+
mobile?: {
|
|
376
|
+
small?: number | undefined;
|
|
377
|
+
large?: number | undefined;
|
|
378
|
+
} | undefined;
|
|
379
|
+
desktop?: {
|
|
380
|
+
small?: number | undefined;
|
|
381
|
+
large?: number | undefined;
|
|
382
|
+
} | undefined;
|
|
383
|
+
} | undefined;
|
|
384
|
+
height?: {
|
|
385
|
+
mobile?: {
|
|
386
|
+
small?: number | undefined;
|
|
387
|
+
large?: number | undefined;
|
|
388
|
+
} | undefined;
|
|
389
|
+
desktop?: {
|
|
390
|
+
small?: number | undefined;
|
|
391
|
+
large?: number | undefined;
|
|
392
|
+
} | undefined;
|
|
393
|
+
} | undefined;
|
|
394
|
+
} | undefined;
|
|
395
|
+
} | undefined;
|
|
349
396
|
} | undefined;
|
|
350
397
|
} | undefined;
|
|
351
398
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsList.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsList.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"NewsList.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,OAAiB,EAAE,aAAa,EAAE,8BAAmC;AAoCrE,oBAAY,QAAQ,GAAG,IAAI,CACvB,aAAa,EACb,YAAY,GAAG,YAAY,GAAG,WAAW,CAC5C,CAAC;AAmFF,eAAO,MAAM,iBAAiB;IAhF1B,4EAA4E;;IAG5E,kCAAkC;;IAGlC,0BAA0B;;IAG1B;;SAEK;wBACc,MAAM,KAAK,IAAI;IAElC,yCAAyC;;cAE/B,MAAM;;;6FAGqD,IAAI;UACnE,MAAM,SAAS;EA4DgB,CAAC;;IAhFtC,4EAA4E;;IAG5E,kCAAkC;;IAGlC,0BAA0B;;IAG1B;;SAEK;;IAGL,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmE7C,wBAAsC"}
|