@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,22 +1,53 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { NewsCardProps } from "../../blocks/NewsCard";
|
|
3
|
+
export declare type NewsItem = Omit<NewsCardProps, 'customTag' | 'isInverted' | 'onTagClick'>;
|
|
3
4
|
export declare const NewsOverviewComponent: React.FC<{
|
|
4
|
-
news
|
|
5
|
-
|
|
5
|
+
/** Array of news item settings */
|
|
6
|
+
news?: NewsItem[] | undefined;
|
|
7
|
+
/** Tags for news filtering */
|
|
6
8
|
tags?: string[] | undefined;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
/** Initial active tags in filter */
|
|
10
|
+
activeTags?: string[] | undefined;
|
|
11
|
+
/** Text for load more toggle. Only visible if browser doesn't support IntersectionObserver. */
|
|
9
12
|
showMoreText?: string | undefined;
|
|
13
|
+
/** Section background */
|
|
10
14
|
bgMode?: "full" | "inverted" | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* Callback function to handle tag click outside of component
|
|
17
|
+
* If no callback is defined filtering is controlled on client
|
|
18
|
+
* */
|
|
19
|
+
onTagClick?: ((tag: string, insideList?: boolean | undefined) => void) | undefined;
|
|
20
|
+
/** Function to inject custom tag node */
|
|
21
|
+
customTag?: ((props: {
|
|
22
|
+
name: string;
|
|
23
|
+
isInverted?: boolean | undefined;
|
|
24
|
+
isActive?: boolean | undefined;
|
|
25
|
+
clickHandler?: ((ev?: React.SyntheticEvent<HTMLButtonElement, Event> | undefined) => void) | undefined;
|
|
26
|
+
}) => React.ReactNode) | undefined;
|
|
11
27
|
}>;
|
|
12
28
|
declare const _default: React.FC<{
|
|
13
|
-
news
|
|
14
|
-
|
|
29
|
+
/** Array of news item settings */
|
|
30
|
+
news?: NewsItem[] | undefined;
|
|
31
|
+
/** Tags for news filtering */
|
|
15
32
|
tags?: string[] | undefined;
|
|
16
|
-
|
|
17
|
-
|
|
33
|
+
/** Initial active tags in filter */
|
|
34
|
+
activeTags?: string[] | undefined;
|
|
35
|
+
/** Text for load more toggle. Only visible if browser doesn't support IntersectionObserver. */
|
|
18
36
|
showMoreText?: string | undefined;
|
|
37
|
+
/** Section background */
|
|
19
38
|
bgMode?: "full" | "inverted" | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* Callback function to handle tag click outside of component
|
|
41
|
+
* If no callback is defined filtering is controlled on client
|
|
42
|
+
* */
|
|
43
|
+
onTagClick?: ((tag: string, insideList?: boolean | undefined) => void) | undefined;
|
|
44
|
+
/** Function to inject custom tag node */
|
|
45
|
+
customTag?: ((props: {
|
|
46
|
+
name: string;
|
|
47
|
+
isInverted?: boolean | undefined;
|
|
48
|
+
isActive?: boolean | undefined;
|
|
49
|
+
clickHandler?: ((ev?: React.SyntheticEvent<HTMLButtonElement, Event> | undefined) => void) | undefined;
|
|
50
|
+
}) => React.ReactNode) | undefined;
|
|
20
51
|
} & {
|
|
21
52
|
theme?: {
|
|
22
53
|
colors?: {
|
|
@@ -37,12 +68,44 @@ declare const _default: React.FC<{
|
|
|
37
68
|
medium?: string | undefined;
|
|
38
69
|
dark?: string | undefined;
|
|
39
70
|
} | undefined;
|
|
40
|
-
tertiary?: {
|
|
41
|
-
light?: string | undefined;
|
|
42
|
-
medium?: string | undefined;
|
|
43
|
-
dark?: string | undefined;
|
|
44
|
-
} | undefined;
|
|
45
71
|
error?: string | undefined;
|
|
72
|
+
new?: {
|
|
73
|
+
text?: {
|
|
74
|
+
default?: string | undefined;
|
|
75
|
+
inverted?: string | undefined;
|
|
76
|
+
error?: string | undefined;
|
|
77
|
+
heading?: string | undefined;
|
|
78
|
+
headingInverted?: string | undefined;
|
|
79
|
+
copy?: string | undefined;
|
|
80
|
+
copyInverted?: string | undefined;
|
|
81
|
+
} | undefined;
|
|
82
|
+
sectionBg?: {
|
|
83
|
+
light?: string | undefined;
|
|
84
|
+
medium?: string | undefined;
|
|
85
|
+
dark?: string | undefined;
|
|
86
|
+
} | undefined;
|
|
87
|
+
elementBg?: {
|
|
88
|
+
light?: string | undefined;
|
|
89
|
+
lightHover?: string | undefined;
|
|
90
|
+
medium?: string | undefined;
|
|
91
|
+
mediumHover?: string | undefined;
|
|
92
|
+
dark?: string | undefined;
|
|
93
|
+
darkHover?: string | undefined;
|
|
94
|
+
} | undefined;
|
|
95
|
+
primary?: {
|
|
96
|
+
default?: string | undefined;
|
|
97
|
+
inverted?: string | undefined;
|
|
98
|
+
hover?: string | undefined;
|
|
99
|
+
invertedHover?: string | undefined;
|
|
100
|
+
} | undefined;
|
|
101
|
+
secondary?: {
|
|
102
|
+
default?: string | undefined;
|
|
103
|
+
inverted?: string | undefined;
|
|
104
|
+
hover?: string | undefined;
|
|
105
|
+
invertedHover?: string | undefined;
|
|
106
|
+
} | undefined;
|
|
107
|
+
error?: string | undefined;
|
|
108
|
+
} | undefined;
|
|
46
109
|
} | undefined;
|
|
47
110
|
fonts?: {
|
|
48
111
|
base?: {
|
|
@@ -247,47 +310,6 @@ declare const _default: React.FC<{
|
|
|
247
310
|
colorGradient?: string | undefined;
|
|
248
311
|
colorGradientInverted?: string | undefined;
|
|
249
312
|
} | undefined;
|
|
250
|
-
label?: {
|
|
251
|
-
small?: {
|
|
252
|
-
family?: string | undefined;
|
|
253
|
-
weight?: string | undefined;
|
|
254
|
-
style?: string | undefined;
|
|
255
|
-
lineHeight?: string | undefined;
|
|
256
|
-
letterSpacing?: string | undefined;
|
|
257
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
258
|
-
textTransform?: string | undefined;
|
|
259
|
-
color?: string | undefined;
|
|
260
|
-
colorInverted?: string | undefined;
|
|
261
|
-
colorGradient?: string | undefined;
|
|
262
|
-
colorGradientInverted?: string | undefined;
|
|
263
|
-
} | undefined;
|
|
264
|
-
medium?: {
|
|
265
|
-
family?: string | undefined;
|
|
266
|
-
weight?: string | undefined;
|
|
267
|
-
style?: string | undefined;
|
|
268
|
-
lineHeight?: string | undefined;
|
|
269
|
-
letterSpacing?: string | undefined;
|
|
270
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
271
|
-
textTransform?: string | undefined;
|
|
272
|
-
color?: string | undefined;
|
|
273
|
-
colorInverted?: string | undefined;
|
|
274
|
-
colorGradient?: string | undefined;
|
|
275
|
-
colorGradientInverted?: string | undefined;
|
|
276
|
-
} | undefined;
|
|
277
|
-
big?: {
|
|
278
|
-
family?: string | undefined;
|
|
279
|
-
weight?: string | undefined;
|
|
280
|
-
style?: string | undefined;
|
|
281
|
-
lineHeight?: string | undefined;
|
|
282
|
-
letterSpacing?: string | undefined;
|
|
283
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
284
|
-
textTransform?: string | undefined;
|
|
285
|
-
color?: string | undefined;
|
|
286
|
-
colorInverted?: string | undefined;
|
|
287
|
-
colorGradient?: string | undefined;
|
|
288
|
-
colorGradientInverted?: string | undefined;
|
|
289
|
-
} | undefined;
|
|
290
|
-
} | undefined;
|
|
291
313
|
callout?: {
|
|
292
314
|
small?: {
|
|
293
315
|
family?: string | undefined;
|
|
@@ -331,7 +353,7 @@ declare const _default: React.FC<{
|
|
|
331
353
|
} | undefined;
|
|
332
354
|
} | undefined;
|
|
333
355
|
} | undefined;
|
|
334
|
-
|
|
356
|
+
globals?: {
|
|
335
357
|
sections?: {
|
|
336
358
|
seperation?: {
|
|
337
359
|
forcePadding?: boolean | undefined;
|
|
@@ -346,12 +368,41 @@ declare const _default: React.FC<{
|
|
|
346
368
|
} | undefined;
|
|
347
369
|
edgeRadius?: (string | null) | undefined;
|
|
348
370
|
imageTextGradient?: string | undefined;
|
|
371
|
+
imagePlaceholderBg?: {
|
|
372
|
+
default?: string | undefined;
|
|
373
|
+
inverted?: string | undefined;
|
|
374
|
+
} | undefined;
|
|
349
375
|
newsDateFormat?: string | undefined;
|
|
350
376
|
newsTimeFormat?: string | undefined;
|
|
351
377
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
352
378
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
353
379
|
datepickerDateFormat?: string | undefined;
|
|
354
380
|
} | undefined;
|
|
381
|
+
navigation?: {
|
|
382
|
+
navBar?: {
|
|
383
|
+
isTopNavVisible?: boolean | undefined;
|
|
384
|
+
topNavHeight?: {
|
|
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
|
+
height?: {
|
|
395
|
+
mobile?: {
|
|
396
|
+
small?: number | undefined;
|
|
397
|
+
large?: number | undefined;
|
|
398
|
+
} | undefined;
|
|
399
|
+
desktop?: {
|
|
400
|
+
small?: number | undefined;
|
|
401
|
+
large?: number | undefined;
|
|
402
|
+
} | undefined;
|
|
403
|
+
} | undefined;
|
|
404
|
+
} | undefined;
|
|
405
|
+
} | undefined;
|
|
355
406
|
} | undefined;
|
|
356
407
|
} | undefined;
|
|
357
408
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsOverview.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsOverview.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"NewsOverview.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsOverview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAM3D,OAAiB,EAAE,aAAa,EAAE,8BAAmC;AA4ErE,oBAAY,QAAQ,GAAG,IAAI,CACvB,aAAa,EACb,WAAW,GAAG,YAAY,GAAG,YAAY,CAC5C,CAAC;AAiUF,eAAO,MAAM,qBAAqB;IA9T9B,kCAAkC;;IAGlC,8BAA8B;;IAG9B,oCAAoC;;IAGpC,+FAA+F;;IAG/F,yBAAyB;;IAGzB;;;SAGK;wBACc,MAAM,uCAA2B,IAAI;IAExD,yCAAyC;;cAE/B,MAAM;;;6FAGqD,IAAI;UACnE,MAAM,SAAS;EAmSwB,CAAC;;IA9T9C,kCAAkC;;IAGlC,8BAA8B;;IAG9B,oCAAoC;;IAGpC,+FAA+F;;IAG/F,yBAAyB;;IAGzB;;;SAGK;;IAGL,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0S7C,wBAA0C"}
|
|
@@ -39,12 +39,44 @@ declare const _default: React.FC<{
|
|
|
39
39
|
medium?: string | undefined;
|
|
40
40
|
dark?: string | undefined;
|
|
41
41
|
} | undefined;
|
|
42
|
-
tertiary?: {
|
|
43
|
-
light?: string | undefined;
|
|
44
|
-
medium?: string | undefined;
|
|
45
|
-
dark?: string | undefined;
|
|
46
|
-
} | undefined;
|
|
47
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;
|
|
48
80
|
} | undefined;
|
|
49
81
|
fonts?: {
|
|
50
82
|
base?: {
|
|
@@ -249,47 +281,6 @@ declare const _default: React.FC<{
|
|
|
249
281
|
colorGradient?: string | undefined;
|
|
250
282
|
colorGradientInverted?: string | undefined;
|
|
251
283
|
} | undefined;
|
|
252
|
-
label?: {
|
|
253
|
-
small?: {
|
|
254
|
-
family?: string | undefined;
|
|
255
|
-
weight?: string | undefined;
|
|
256
|
-
style?: string | undefined;
|
|
257
|
-
lineHeight?: string | undefined;
|
|
258
|
-
letterSpacing?: string | undefined;
|
|
259
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
260
|
-
textTransform?: string | undefined;
|
|
261
|
-
color?: string | undefined;
|
|
262
|
-
colorInverted?: string | undefined;
|
|
263
|
-
colorGradient?: string | undefined;
|
|
264
|
-
colorGradientInverted?: string | undefined;
|
|
265
|
-
} | undefined;
|
|
266
|
-
medium?: {
|
|
267
|
-
family?: string | undefined;
|
|
268
|
-
weight?: string | undefined;
|
|
269
|
-
style?: string | undefined;
|
|
270
|
-
lineHeight?: string | undefined;
|
|
271
|
-
letterSpacing?: string | undefined;
|
|
272
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
273
|
-
textTransform?: string | undefined;
|
|
274
|
-
color?: string | undefined;
|
|
275
|
-
colorInverted?: string | undefined;
|
|
276
|
-
colorGradient?: string | undefined;
|
|
277
|
-
colorGradientInverted?: string | undefined;
|
|
278
|
-
} | undefined;
|
|
279
|
-
big?: {
|
|
280
|
-
family?: string | undefined;
|
|
281
|
-
weight?: string | undefined;
|
|
282
|
-
style?: string | undefined;
|
|
283
|
-
lineHeight?: string | undefined;
|
|
284
|
-
letterSpacing?: string | undefined;
|
|
285
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
286
|
-
textTransform?: string | undefined;
|
|
287
|
-
color?: string | undefined;
|
|
288
|
-
colorInverted?: string | undefined;
|
|
289
|
-
colorGradient?: string | undefined;
|
|
290
|
-
colorGradientInverted?: string | undefined;
|
|
291
|
-
} | undefined;
|
|
292
|
-
} | undefined;
|
|
293
284
|
callout?: {
|
|
294
285
|
small?: {
|
|
295
286
|
family?: string | undefined;
|
|
@@ -333,7 +324,7 @@ declare const _default: React.FC<{
|
|
|
333
324
|
} | undefined;
|
|
334
325
|
} | undefined;
|
|
335
326
|
} | undefined;
|
|
336
|
-
|
|
327
|
+
globals?: {
|
|
337
328
|
sections?: {
|
|
338
329
|
seperation?: {
|
|
339
330
|
forcePadding?: boolean | undefined;
|
|
@@ -348,12 +339,41 @@ declare const _default: React.FC<{
|
|
|
348
339
|
} | undefined;
|
|
349
340
|
edgeRadius?: (string | null) | undefined;
|
|
350
341
|
imageTextGradient?: string | undefined;
|
|
342
|
+
imagePlaceholderBg?: {
|
|
343
|
+
default?: string | undefined;
|
|
344
|
+
inverted?: string | undefined;
|
|
345
|
+
} | undefined;
|
|
351
346
|
newsDateFormat?: string | undefined;
|
|
352
347
|
newsTimeFormat?: string | undefined;
|
|
353
348
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
354
349
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
355
350
|
datepickerDateFormat?: string | undefined;
|
|
356
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;
|
|
357
377
|
} | undefined;
|
|
358
378
|
} | undefined;
|
|
359
379
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsTable.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsTable.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"NewsTable.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsTable.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAiE/B,MAAM,WAAW,UAAU;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,GAAG,EAAE;QACD,IAAI,EAAE,MAAM,EAAE,CAAC;KAClB,EAAE,CAAC;IACJ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AA2HD,eAAO,MAAM,kBAAkB;gBAhDf,UAAU,EAAE;2DAEkB,MAAM,SAAS;6DACb,MAAM,SAAS;;EA6CpB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC5C,wBAAuC"}
|
|
@@ -30,12 +30,44 @@ declare const _default: React.FC<{
|
|
|
30
30
|
medium?: string | undefined;
|
|
31
31
|
dark?: string | undefined;
|
|
32
32
|
} | undefined;
|
|
33
|
-
tertiary?: {
|
|
34
|
-
light?: string | undefined;
|
|
35
|
-
medium?: string | undefined;
|
|
36
|
-
dark?: string | undefined;
|
|
37
|
-
} | undefined;
|
|
38
33
|
error?: string | undefined;
|
|
34
|
+
new?: {
|
|
35
|
+
text?: {
|
|
36
|
+
default?: string | undefined;
|
|
37
|
+
inverted?: string | undefined;
|
|
38
|
+
error?: string | undefined;
|
|
39
|
+
heading?: string | undefined;
|
|
40
|
+
headingInverted?: string | undefined;
|
|
41
|
+
copy?: string | undefined;
|
|
42
|
+
copyInverted?: string | undefined;
|
|
43
|
+
} | undefined;
|
|
44
|
+
sectionBg?: {
|
|
45
|
+
light?: string | undefined;
|
|
46
|
+
medium?: string | undefined;
|
|
47
|
+
dark?: string | undefined;
|
|
48
|
+
} | undefined;
|
|
49
|
+
elementBg?: {
|
|
50
|
+
light?: string | undefined;
|
|
51
|
+
lightHover?: string | undefined;
|
|
52
|
+
medium?: string | undefined;
|
|
53
|
+
mediumHover?: string | undefined;
|
|
54
|
+
dark?: string | undefined;
|
|
55
|
+
darkHover?: string | undefined;
|
|
56
|
+
} | undefined;
|
|
57
|
+
primary?: {
|
|
58
|
+
default?: string | undefined;
|
|
59
|
+
inverted?: string | undefined;
|
|
60
|
+
hover?: string | undefined;
|
|
61
|
+
invertedHover?: string | undefined;
|
|
62
|
+
} | undefined;
|
|
63
|
+
secondary?: {
|
|
64
|
+
default?: string | undefined;
|
|
65
|
+
inverted?: string | undefined;
|
|
66
|
+
hover?: string | undefined;
|
|
67
|
+
invertedHover?: string | undefined;
|
|
68
|
+
} | undefined;
|
|
69
|
+
error?: string | undefined;
|
|
70
|
+
} | undefined;
|
|
39
71
|
} | undefined;
|
|
40
72
|
fonts?: {
|
|
41
73
|
base?: {
|
|
@@ -240,47 +272,6 @@ declare const _default: React.FC<{
|
|
|
240
272
|
colorGradient?: string | undefined;
|
|
241
273
|
colorGradientInverted?: string | undefined;
|
|
242
274
|
} | undefined;
|
|
243
|
-
label?: {
|
|
244
|
-
small?: {
|
|
245
|
-
family?: string | undefined;
|
|
246
|
-
weight?: string | undefined;
|
|
247
|
-
style?: string | undefined;
|
|
248
|
-
lineHeight?: string | undefined;
|
|
249
|
-
letterSpacing?: string | undefined;
|
|
250
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
251
|
-
textTransform?: string | undefined;
|
|
252
|
-
color?: string | undefined;
|
|
253
|
-
colorInverted?: string | undefined;
|
|
254
|
-
colorGradient?: string | undefined;
|
|
255
|
-
colorGradientInverted?: string | undefined;
|
|
256
|
-
} | undefined;
|
|
257
|
-
medium?: {
|
|
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
|
-
big?: {
|
|
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
|
-
} | undefined;
|
|
284
275
|
callout?: {
|
|
285
276
|
small?: {
|
|
286
277
|
family?: string | undefined;
|
|
@@ -324,7 +315,7 @@ declare const _default: React.FC<{
|
|
|
324
315
|
} | undefined;
|
|
325
316
|
} | undefined;
|
|
326
317
|
} | undefined;
|
|
327
|
-
|
|
318
|
+
globals?: {
|
|
328
319
|
sections?: {
|
|
329
320
|
seperation?: {
|
|
330
321
|
forcePadding?: boolean | undefined;
|
|
@@ -339,12 +330,41 @@ declare const _default: React.FC<{
|
|
|
339
330
|
} | undefined;
|
|
340
331
|
edgeRadius?: (string | null) | undefined;
|
|
341
332
|
imageTextGradient?: string | undefined;
|
|
333
|
+
imagePlaceholderBg?: {
|
|
334
|
+
default?: string | undefined;
|
|
335
|
+
inverted?: string | undefined;
|
|
336
|
+
} | undefined;
|
|
342
337
|
newsDateFormat?: string | undefined;
|
|
343
338
|
newsTimeFormat?: string | undefined;
|
|
344
339
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
345
340
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
346
341
|
datepickerDateFormat?: string | undefined;
|
|
347
342
|
} | undefined;
|
|
343
|
+
navigation?: {
|
|
344
|
+
navBar?: {
|
|
345
|
+
isTopNavVisible?: boolean | undefined;
|
|
346
|
+
topNavHeight?: {
|
|
347
|
+
mobile?: {
|
|
348
|
+
small?: number | undefined;
|
|
349
|
+
large?: number | undefined;
|
|
350
|
+
} | undefined;
|
|
351
|
+
desktop?: {
|
|
352
|
+
small?: number | undefined;
|
|
353
|
+
large?: number | undefined;
|
|
354
|
+
} | undefined;
|
|
355
|
+
} | undefined;
|
|
356
|
+
height?: {
|
|
357
|
+
mobile?: {
|
|
358
|
+
small?: number | undefined;
|
|
359
|
+
large?: number | undefined;
|
|
360
|
+
} | undefined;
|
|
361
|
+
desktop?: {
|
|
362
|
+
small?: number | undefined;
|
|
363
|
+
large?: number | undefined;
|
|
364
|
+
} | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
} | undefined;
|
|
367
|
+
} | undefined;
|
|
348
368
|
} | undefined;
|
|
349
369
|
} | undefined;
|
|
350
370
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsText.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAyE/B,eAAO,MAAM,iBAAiB;UA3CpB,MAAM;2DAC8B,MAAM,SAAS;6DACb,MAAM,SAAS;;EAyCtB,CAAC
|
|
1
|
+
{"version":3,"file":"NewsText.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAyE/B,eAAO,MAAM,iBAAiB;UA3CpB,MAAM;2DAC8B,MAAM,SAAS;6DACb,MAAM,SAAS;;EAyCtB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC1C,wBAAsC"}
|
|
@@ -35,12 +35,44 @@ declare const _default: React.FC<{
|
|
|
35
35
|
medium?: string | undefined;
|
|
36
36
|
dark?: string | undefined;
|
|
37
37
|
} | undefined;
|
|
38
|
-
tertiary?: {
|
|
39
|
-
light?: string | undefined;
|
|
40
|
-
medium?: string | undefined;
|
|
41
|
-
dark?: string | undefined;
|
|
42
|
-
} | undefined;
|
|
43
38
|
error?: string | undefined;
|
|
39
|
+
new?: {
|
|
40
|
+
text?: {
|
|
41
|
+
default?: string | undefined;
|
|
42
|
+
inverted?: string | undefined;
|
|
43
|
+
error?: string | undefined;
|
|
44
|
+
heading?: string | undefined;
|
|
45
|
+
headingInverted?: string | undefined;
|
|
46
|
+
copy?: string | undefined;
|
|
47
|
+
copyInverted?: string | undefined;
|
|
48
|
+
} | undefined;
|
|
49
|
+
sectionBg?: {
|
|
50
|
+
light?: string | undefined;
|
|
51
|
+
medium?: string | undefined;
|
|
52
|
+
dark?: string | undefined;
|
|
53
|
+
} | undefined;
|
|
54
|
+
elementBg?: {
|
|
55
|
+
light?: string | undefined;
|
|
56
|
+
lightHover?: string | undefined;
|
|
57
|
+
medium?: string | undefined;
|
|
58
|
+
mediumHover?: string | undefined;
|
|
59
|
+
dark?: string | undefined;
|
|
60
|
+
darkHover?: string | undefined;
|
|
61
|
+
} | undefined;
|
|
62
|
+
primary?: {
|
|
63
|
+
default?: string | undefined;
|
|
64
|
+
inverted?: string | undefined;
|
|
65
|
+
hover?: string | undefined;
|
|
66
|
+
invertedHover?: string | undefined;
|
|
67
|
+
} | undefined;
|
|
68
|
+
secondary?: {
|
|
69
|
+
default?: string | undefined;
|
|
70
|
+
inverted?: string | undefined;
|
|
71
|
+
hover?: string | undefined;
|
|
72
|
+
invertedHover?: string | undefined;
|
|
73
|
+
} | undefined;
|
|
74
|
+
error?: string | undefined;
|
|
75
|
+
} | undefined;
|
|
44
76
|
} | undefined;
|
|
45
77
|
fonts?: {
|
|
46
78
|
base?: {
|
|
@@ -245,47 +277,6 @@ declare const _default: React.FC<{
|
|
|
245
277
|
colorGradient?: string | undefined;
|
|
246
278
|
colorGradientInverted?: string | undefined;
|
|
247
279
|
} | undefined;
|
|
248
|
-
label?: {
|
|
249
|
-
small?: {
|
|
250
|
-
family?: string | undefined;
|
|
251
|
-
weight?: string | undefined;
|
|
252
|
-
style?: string | undefined;
|
|
253
|
-
lineHeight?: string | undefined;
|
|
254
|
-
letterSpacing?: string | undefined;
|
|
255
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
256
|
-
textTransform?: string | undefined;
|
|
257
|
-
color?: string | undefined;
|
|
258
|
-
colorInverted?: string | undefined;
|
|
259
|
-
colorGradient?: string | undefined;
|
|
260
|
-
colorGradientInverted?: string | undefined;
|
|
261
|
-
} | undefined;
|
|
262
|
-
medium?: {
|
|
263
|
-
family?: string | undefined;
|
|
264
|
-
weight?: string | undefined;
|
|
265
|
-
style?: string | undefined;
|
|
266
|
-
lineHeight?: string | undefined;
|
|
267
|
-
letterSpacing?: string | undefined;
|
|
268
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
269
|
-
textTransform?: string | undefined;
|
|
270
|
-
color?: string | undefined;
|
|
271
|
-
colorInverted?: string | undefined;
|
|
272
|
-
colorGradient?: string | undefined;
|
|
273
|
-
colorGradientInverted?: string | undefined;
|
|
274
|
-
} | undefined;
|
|
275
|
-
big?: {
|
|
276
|
-
family?: string | undefined;
|
|
277
|
-
weight?: string | undefined;
|
|
278
|
-
style?: string | undefined;
|
|
279
|
-
lineHeight?: string | undefined;
|
|
280
|
-
letterSpacing?: string | undefined;
|
|
281
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
282
|
-
textTransform?: string | undefined;
|
|
283
|
-
color?: string | undefined;
|
|
284
|
-
colorInverted?: string | undefined;
|
|
285
|
-
colorGradient?: string | undefined;
|
|
286
|
-
colorGradientInverted?: string | undefined;
|
|
287
|
-
} | undefined;
|
|
288
|
-
} | undefined;
|
|
289
280
|
callout?: {
|
|
290
281
|
small?: {
|
|
291
282
|
family?: string | undefined;
|
|
@@ -329,7 +320,7 @@ declare const _default: React.FC<{
|
|
|
329
320
|
} | undefined;
|
|
330
321
|
} | undefined;
|
|
331
322
|
} | undefined;
|
|
332
|
-
|
|
323
|
+
globals?: {
|
|
333
324
|
sections?: {
|
|
334
325
|
seperation?: {
|
|
335
326
|
forcePadding?: boolean | undefined;
|
|
@@ -344,12 +335,41 @@ declare const _default: React.FC<{
|
|
|
344
335
|
} | undefined;
|
|
345
336
|
edgeRadius?: (string | null) | undefined;
|
|
346
337
|
imageTextGradient?: string | undefined;
|
|
338
|
+
imagePlaceholderBg?: {
|
|
339
|
+
default?: string | undefined;
|
|
340
|
+
inverted?: string | undefined;
|
|
341
|
+
} | undefined;
|
|
347
342
|
newsDateFormat?: string | undefined;
|
|
348
343
|
newsTimeFormat?: string | undefined;
|
|
349
344
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
350
345
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
351
346
|
datepickerDateFormat?: string | undefined;
|
|
352
347
|
} | undefined;
|
|
348
|
+
navigation?: {
|
|
349
|
+
navBar?: {
|
|
350
|
+
isTopNavVisible?: boolean | undefined;
|
|
351
|
+
topNavHeight?: {
|
|
352
|
+
mobile?: {
|
|
353
|
+
small?: number | undefined;
|
|
354
|
+
large?: number | undefined;
|
|
355
|
+
} | undefined;
|
|
356
|
+
desktop?: {
|
|
357
|
+
small?: number | undefined;
|
|
358
|
+
large?: number | undefined;
|
|
359
|
+
} | undefined;
|
|
360
|
+
} | undefined;
|
|
361
|
+
height?: {
|
|
362
|
+
mobile?: {
|
|
363
|
+
small?: number | undefined;
|
|
364
|
+
large?: number | undefined;
|
|
365
|
+
} | undefined;
|
|
366
|
+
desktop?: {
|
|
367
|
+
small?: number | undefined;
|
|
368
|
+
large?: number | undefined;
|
|
369
|
+
} | undefined;
|
|
370
|
+
} | undefined;
|
|
371
|
+
} | undefined;
|
|
372
|
+
} | undefined;
|
|
353
373
|
} | undefined;
|
|
354
374
|
} | undefined;
|
|
355
375
|
}>;
|