@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
|
@@ -139,12 +139,44 @@ declare const _default: React.FC<{
|
|
|
139
139
|
medium?: string | undefined;
|
|
140
140
|
dark?: string | undefined;
|
|
141
141
|
} | undefined;
|
|
142
|
-
tertiary?: {
|
|
143
|
-
light?: string | undefined;
|
|
144
|
-
medium?: string | undefined;
|
|
145
|
-
dark?: string | undefined;
|
|
146
|
-
} | undefined;
|
|
147
142
|
error?: string | undefined;
|
|
143
|
+
new?: {
|
|
144
|
+
text?: {
|
|
145
|
+
default?: string | undefined;
|
|
146
|
+
inverted?: string | undefined;
|
|
147
|
+
error?: string | undefined;
|
|
148
|
+
heading?: string | undefined;
|
|
149
|
+
headingInverted?: string | undefined;
|
|
150
|
+
copy?: string | undefined;
|
|
151
|
+
copyInverted?: string | undefined;
|
|
152
|
+
} | undefined;
|
|
153
|
+
sectionBg?: {
|
|
154
|
+
light?: string | undefined;
|
|
155
|
+
medium?: string | undefined;
|
|
156
|
+
dark?: string | undefined;
|
|
157
|
+
} | undefined;
|
|
158
|
+
elementBg?: {
|
|
159
|
+
light?: string | undefined;
|
|
160
|
+
lightHover?: string | undefined;
|
|
161
|
+
medium?: string | undefined;
|
|
162
|
+
mediumHover?: string | undefined;
|
|
163
|
+
dark?: string | undefined;
|
|
164
|
+
darkHover?: string | undefined;
|
|
165
|
+
} | undefined;
|
|
166
|
+
primary?: {
|
|
167
|
+
default?: string | undefined;
|
|
168
|
+
inverted?: string | undefined;
|
|
169
|
+
hover?: string | undefined;
|
|
170
|
+
invertedHover?: string | undefined;
|
|
171
|
+
} | undefined;
|
|
172
|
+
secondary?: {
|
|
173
|
+
default?: string | undefined;
|
|
174
|
+
inverted?: string | undefined;
|
|
175
|
+
hover?: string | undefined;
|
|
176
|
+
invertedHover?: string | undefined;
|
|
177
|
+
} | undefined;
|
|
178
|
+
error?: string | undefined;
|
|
179
|
+
} | undefined;
|
|
148
180
|
} | undefined;
|
|
149
181
|
fonts?: {
|
|
150
182
|
base?: {
|
|
@@ -349,47 +381,6 @@ declare const _default: React.FC<{
|
|
|
349
381
|
colorGradient?: string | undefined;
|
|
350
382
|
colorGradientInverted?: string | undefined;
|
|
351
383
|
} | undefined;
|
|
352
|
-
label?: {
|
|
353
|
-
small?: {
|
|
354
|
-
family?: string | undefined;
|
|
355
|
-
weight?: string | undefined;
|
|
356
|
-
style?: string | undefined;
|
|
357
|
-
lineHeight?: string | undefined;
|
|
358
|
-
letterSpacing?: string | undefined;
|
|
359
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
360
|
-
textTransform?: string | undefined;
|
|
361
|
-
color?: string | undefined;
|
|
362
|
-
colorInverted?: string | undefined;
|
|
363
|
-
colorGradient?: string | undefined;
|
|
364
|
-
colorGradientInverted?: string | undefined;
|
|
365
|
-
} | undefined;
|
|
366
|
-
medium?: {
|
|
367
|
-
family?: string | undefined;
|
|
368
|
-
weight?: string | undefined;
|
|
369
|
-
style?: string | undefined;
|
|
370
|
-
lineHeight?: string | undefined;
|
|
371
|
-
letterSpacing?: string | undefined;
|
|
372
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
373
|
-
textTransform?: string | undefined;
|
|
374
|
-
color?: string | undefined;
|
|
375
|
-
colorInverted?: string | undefined;
|
|
376
|
-
colorGradient?: string | undefined;
|
|
377
|
-
colorGradientInverted?: string | undefined;
|
|
378
|
-
} | undefined;
|
|
379
|
-
big?: {
|
|
380
|
-
family?: string | undefined;
|
|
381
|
-
weight?: string | undefined;
|
|
382
|
-
style?: string | undefined;
|
|
383
|
-
lineHeight?: string | undefined;
|
|
384
|
-
letterSpacing?: string | undefined;
|
|
385
|
-
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
386
|
-
textTransform?: string | undefined;
|
|
387
|
-
color?: string | undefined;
|
|
388
|
-
colorInverted?: string | undefined;
|
|
389
|
-
colorGradient?: string | undefined;
|
|
390
|
-
colorGradientInverted?: string | undefined;
|
|
391
|
-
} | undefined;
|
|
392
|
-
} | undefined;
|
|
393
384
|
callout?: {
|
|
394
385
|
small?: {
|
|
395
386
|
family?: string | undefined;
|
|
@@ -433,7 +424,7 @@ declare const _default: React.FC<{
|
|
|
433
424
|
} | undefined;
|
|
434
425
|
} | undefined;
|
|
435
426
|
} | undefined;
|
|
436
|
-
|
|
427
|
+
globals?: {
|
|
437
428
|
sections?: {
|
|
438
429
|
seperation?: {
|
|
439
430
|
forcePadding?: boolean | undefined;
|
|
@@ -448,12 +439,41 @@ declare const _default: React.FC<{
|
|
|
448
439
|
} | undefined;
|
|
449
440
|
edgeRadius?: (string | null) | undefined;
|
|
450
441
|
imageTextGradient?: string | undefined;
|
|
442
|
+
imagePlaceholderBg?: {
|
|
443
|
+
default?: string | undefined;
|
|
444
|
+
inverted?: string | undefined;
|
|
445
|
+
} | undefined;
|
|
451
446
|
newsDateFormat?: string | undefined;
|
|
452
447
|
newsTimeFormat?: string | undefined;
|
|
453
448
|
newsLocaleKey?: ("de" | "en") | undefined;
|
|
454
449
|
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
455
450
|
datepickerDateFormat?: string | undefined;
|
|
456
451
|
} | undefined;
|
|
452
|
+
navigation?: {
|
|
453
|
+
navBar?: {
|
|
454
|
+
isTopNavVisible?: boolean | undefined;
|
|
455
|
+
topNavHeight?: {
|
|
456
|
+
mobile?: {
|
|
457
|
+
small?: number | undefined;
|
|
458
|
+
large?: number | undefined;
|
|
459
|
+
} | undefined;
|
|
460
|
+
desktop?: {
|
|
461
|
+
small?: number | undefined;
|
|
462
|
+
large?: number | undefined;
|
|
463
|
+
} | undefined;
|
|
464
|
+
} | undefined;
|
|
465
|
+
height?: {
|
|
466
|
+
mobile?: {
|
|
467
|
+
small?: number | undefined;
|
|
468
|
+
large?: number | undefined;
|
|
469
|
+
} | undefined;
|
|
470
|
+
desktop?: {
|
|
471
|
+
small?: number | undefined;
|
|
472
|
+
large?: number | undefined;
|
|
473
|
+
} | undefined;
|
|
474
|
+
} | undefined;
|
|
475
|
+
} | undefined;
|
|
476
|
+
} | undefined;
|
|
457
477
|
} | undefined;
|
|
458
478
|
} | undefined;
|
|
459
479
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Map.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Map.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmC,MAAM,OAAO,CAAC;AAgBxD,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAU5D,UAAU,OAAO;IACb,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACnB;AAsYD,MAAM,WAAW,YAAY;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACvB,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAEzB,UAAU,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC;AAED,MAAM,WAAW,WAAW;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC3B,IAAI,CAAC,EAAE,YAAY,CAAC;IAEpB,mCAAmC;IACnC,IAAI,CAAC,EAAE;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,WAAW,CAAC;QACtB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,WAAW,CAAC;QAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,aAAa,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;QAC1D,eAAe,CAAC,EAAE,CAAC,UAAU,CAAC,EAAE,OAAO,KAAK,KAAK,CAAC,SAAS,CAAC;KAC/D,CAAC;IAEF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IACrE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC;IAEvE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE;QACN,SAAS,CAAC,EAAE;YACR,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE;gBAAE,UAAU,CAAC,EAAE,OAAO,CAAA;aAAE,KAAK,KAAK,CAAC,SAAS,CAAC;SAC/D,CAAC;QACF,KAAK,CAAC,EAAE;YACJ,IAAI,CAAC,EAAE,MAAM,CAAC;YACd,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE;gBAAE,UAAU,CAAC,EAAE,OAAO,CAAA;aAAE,KAAK,KAAK,CAAC,SAAS,CAAC;SAC/D,CAAC;KACL,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;
|
|
1
|
+
{"version":3,"file":"Map.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Map.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,390 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { NavBlockProps } from "../blocks/NavBlock";
|
|
3
|
+
export declare type NavItem = Omit<NavBlockProps, 'isInverted' | 'customIcon' | 'customTitleIcon' | 'className'>;
|
|
4
|
+
export declare const NavListComponent: React.FC<{
|
|
5
|
+
/** Array of navigation item settings */
|
|
6
|
+
items?: NavItem[] | undefined;
|
|
7
|
+
/** Section backgrounds */
|
|
8
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
9
|
+
/** Function to inject custom alert icon */
|
|
10
|
+
customIcon?: ((props: {
|
|
11
|
+
isInverted?: boolean;
|
|
12
|
+
}) => React.ReactNode) | undefined;
|
|
13
|
+
/** Function to inject custom title decorator icon */
|
|
14
|
+
customTitleIcon?: ((props: {
|
|
15
|
+
isInverted?: boolean;
|
|
16
|
+
}) => React.ReactNode) | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
declare const _default: React.FC<{
|
|
19
|
+
/** Array of navigation item settings */
|
|
20
|
+
items?: NavItem[] | undefined;
|
|
21
|
+
/** Section backgrounds */
|
|
22
|
+
bgMode?: "full" | "inverted" | undefined;
|
|
23
|
+
/** Function to inject custom alert icon */
|
|
24
|
+
customIcon?: ((props: {
|
|
25
|
+
isInverted?: boolean | undefined;
|
|
26
|
+
}) => React.ReactNode) | undefined;
|
|
27
|
+
/** Function to inject custom title decorator icon */
|
|
28
|
+
customTitleIcon?: ((props: {
|
|
29
|
+
isInverted?: boolean | undefined;
|
|
30
|
+
}) => React.ReactNode) | undefined;
|
|
31
|
+
} & {
|
|
32
|
+
theme?: {
|
|
33
|
+
colors?: {
|
|
34
|
+
dark?: string | undefined;
|
|
35
|
+
light?: string | undefined;
|
|
36
|
+
mono?: {
|
|
37
|
+
light?: string | undefined;
|
|
38
|
+
medium?: string | undefined;
|
|
39
|
+
dark?: string | undefined;
|
|
40
|
+
} | undefined;
|
|
41
|
+
primary?: {
|
|
42
|
+
light?: string | undefined;
|
|
43
|
+
medium?: string | undefined;
|
|
44
|
+
dark?: string | undefined;
|
|
45
|
+
} | undefined;
|
|
46
|
+
secondary?: {
|
|
47
|
+
light?: string | undefined;
|
|
48
|
+
medium?: string | undefined;
|
|
49
|
+
dark?: string | undefined;
|
|
50
|
+
} | undefined;
|
|
51
|
+
error?: string | undefined;
|
|
52
|
+
new?: {
|
|
53
|
+
text?: {
|
|
54
|
+
default?: string | undefined;
|
|
55
|
+
inverted?: string | undefined;
|
|
56
|
+
error?: string | undefined;
|
|
57
|
+
heading?: string | undefined;
|
|
58
|
+
headingInverted?: string | undefined;
|
|
59
|
+
copy?: string | undefined;
|
|
60
|
+
copyInverted?: string | undefined;
|
|
61
|
+
} | undefined;
|
|
62
|
+
sectionBg?: {
|
|
63
|
+
light?: string | undefined;
|
|
64
|
+
medium?: string | undefined;
|
|
65
|
+
dark?: string | undefined;
|
|
66
|
+
} | undefined;
|
|
67
|
+
elementBg?: {
|
|
68
|
+
light?: string | undefined;
|
|
69
|
+
lightHover?: string | undefined;
|
|
70
|
+
medium?: string | undefined;
|
|
71
|
+
mediumHover?: string | undefined;
|
|
72
|
+
dark?: string | undefined;
|
|
73
|
+
darkHover?: string | undefined;
|
|
74
|
+
} | undefined;
|
|
75
|
+
primary?: {
|
|
76
|
+
default?: string | undefined;
|
|
77
|
+
inverted?: string | undefined;
|
|
78
|
+
hover?: string | undefined;
|
|
79
|
+
invertedHover?: string | undefined;
|
|
80
|
+
} | undefined;
|
|
81
|
+
secondary?: {
|
|
82
|
+
default?: string | undefined;
|
|
83
|
+
inverted?: string | undefined;
|
|
84
|
+
hover?: string | undefined;
|
|
85
|
+
invertedHover?: string | undefined;
|
|
86
|
+
} | undefined;
|
|
87
|
+
error?: string | undefined;
|
|
88
|
+
} | undefined;
|
|
89
|
+
} | undefined;
|
|
90
|
+
fonts?: {
|
|
91
|
+
base?: {
|
|
92
|
+
family?: string | undefined;
|
|
93
|
+
weight?: string | undefined;
|
|
94
|
+
style?: string | undefined;
|
|
95
|
+
lineHeight?: string | undefined;
|
|
96
|
+
letterSpacing?: string | undefined;
|
|
97
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
98
|
+
textTransform?: string | undefined;
|
|
99
|
+
color?: string | undefined;
|
|
100
|
+
colorInverted?: string | undefined;
|
|
101
|
+
colorGradient?: string | undefined;
|
|
102
|
+
colorGradientInverted?: string | undefined;
|
|
103
|
+
} | undefined;
|
|
104
|
+
types?: {
|
|
105
|
+
copy?: {
|
|
106
|
+
small?: {
|
|
107
|
+
family?: string | undefined;
|
|
108
|
+
weight?: string | undefined;
|
|
109
|
+
style?: string | undefined;
|
|
110
|
+
lineHeight?: string | undefined;
|
|
111
|
+
letterSpacing?: string | undefined;
|
|
112
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
113
|
+
textTransform?: string | undefined;
|
|
114
|
+
color?: string | undefined;
|
|
115
|
+
colorInverted?: string | undefined;
|
|
116
|
+
colorGradient?: string | undefined;
|
|
117
|
+
colorGradientInverted?: string | undefined;
|
|
118
|
+
} | undefined;
|
|
119
|
+
medium?: {
|
|
120
|
+
family?: string | undefined;
|
|
121
|
+
weight?: string | undefined;
|
|
122
|
+
style?: string | undefined;
|
|
123
|
+
lineHeight?: string | undefined;
|
|
124
|
+
letterSpacing?: string | undefined;
|
|
125
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
126
|
+
textTransform?: string | undefined;
|
|
127
|
+
color?: string | undefined;
|
|
128
|
+
colorInverted?: string | undefined;
|
|
129
|
+
colorGradient?: string | undefined;
|
|
130
|
+
colorGradientInverted?: string | undefined;
|
|
131
|
+
} | undefined;
|
|
132
|
+
big?: {
|
|
133
|
+
family?: string | undefined;
|
|
134
|
+
weight?: string | undefined;
|
|
135
|
+
style?: string | undefined;
|
|
136
|
+
lineHeight?: string | undefined;
|
|
137
|
+
letterSpacing?: string | undefined;
|
|
138
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
139
|
+
textTransform?: string | undefined;
|
|
140
|
+
color?: string | undefined;
|
|
141
|
+
colorInverted?: string | undefined;
|
|
142
|
+
colorGradient?: string | undefined;
|
|
143
|
+
colorGradientInverted?: string | undefined;
|
|
144
|
+
} | undefined;
|
|
145
|
+
} | undefined;
|
|
146
|
+
'copy-i'?: {
|
|
147
|
+
small?: {
|
|
148
|
+
family?: string | undefined;
|
|
149
|
+
weight?: string | undefined;
|
|
150
|
+
style?: string | undefined;
|
|
151
|
+
lineHeight?: string | undefined;
|
|
152
|
+
letterSpacing?: string | undefined;
|
|
153
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
154
|
+
textTransform?: string | undefined;
|
|
155
|
+
color?: string | undefined;
|
|
156
|
+
colorInverted?: string | undefined;
|
|
157
|
+
colorGradient?: string | undefined;
|
|
158
|
+
colorGradientInverted?: string | undefined;
|
|
159
|
+
} | undefined;
|
|
160
|
+
medium?: {
|
|
161
|
+
family?: string | undefined;
|
|
162
|
+
weight?: string | undefined;
|
|
163
|
+
style?: string | undefined;
|
|
164
|
+
lineHeight?: string | undefined;
|
|
165
|
+
letterSpacing?: string | undefined;
|
|
166
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
167
|
+
textTransform?: string | undefined;
|
|
168
|
+
color?: string | undefined;
|
|
169
|
+
colorInverted?: string | undefined;
|
|
170
|
+
colorGradient?: string | undefined;
|
|
171
|
+
colorGradientInverted?: string | undefined;
|
|
172
|
+
} | undefined;
|
|
173
|
+
big?: {
|
|
174
|
+
family?: string | undefined;
|
|
175
|
+
weight?: string | undefined;
|
|
176
|
+
style?: string | undefined;
|
|
177
|
+
lineHeight?: string | undefined;
|
|
178
|
+
letterSpacing?: string | undefined;
|
|
179
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
180
|
+
textTransform?: string | undefined;
|
|
181
|
+
color?: string | undefined;
|
|
182
|
+
colorInverted?: string | undefined;
|
|
183
|
+
colorGradient?: string | undefined;
|
|
184
|
+
colorGradientInverted?: string | undefined;
|
|
185
|
+
} | undefined;
|
|
186
|
+
} | undefined;
|
|
187
|
+
'copy-b'?: {
|
|
188
|
+
small?: {
|
|
189
|
+
family?: string | undefined;
|
|
190
|
+
weight?: string | undefined;
|
|
191
|
+
style?: string | undefined;
|
|
192
|
+
lineHeight?: string | undefined;
|
|
193
|
+
letterSpacing?: string | undefined;
|
|
194
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
195
|
+
textTransform?: string | undefined;
|
|
196
|
+
color?: string | undefined;
|
|
197
|
+
colorInverted?: string | undefined;
|
|
198
|
+
colorGradient?: string | undefined;
|
|
199
|
+
colorGradientInverted?: string | undefined;
|
|
200
|
+
} | undefined;
|
|
201
|
+
medium?: {
|
|
202
|
+
family?: string | undefined;
|
|
203
|
+
weight?: string | undefined;
|
|
204
|
+
style?: string | undefined;
|
|
205
|
+
lineHeight?: string | undefined;
|
|
206
|
+
letterSpacing?: string | undefined;
|
|
207
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
208
|
+
textTransform?: string | undefined;
|
|
209
|
+
color?: string | undefined;
|
|
210
|
+
colorInverted?: string | undefined;
|
|
211
|
+
colorGradient?: string | undefined;
|
|
212
|
+
colorGradientInverted?: string | undefined;
|
|
213
|
+
} | undefined;
|
|
214
|
+
big?: {
|
|
215
|
+
family?: string | undefined;
|
|
216
|
+
weight?: string | undefined;
|
|
217
|
+
style?: string | undefined;
|
|
218
|
+
lineHeight?: string | undefined;
|
|
219
|
+
letterSpacing?: string | undefined;
|
|
220
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
221
|
+
textTransform?: string | undefined;
|
|
222
|
+
color?: string | undefined;
|
|
223
|
+
colorInverted?: string | undefined;
|
|
224
|
+
colorGradient?: string | undefined;
|
|
225
|
+
colorGradientInverted?: string | undefined;
|
|
226
|
+
} | undefined;
|
|
227
|
+
} | undefined;
|
|
228
|
+
super?: {
|
|
229
|
+
family?: string | undefined;
|
|
230
|
+
weight?: string | undefined;
|
|
231
|
+
style?: string | undefined;
|
|
232
|
+
lineHeight?: string | undefined;
|
|
233
|
+
letterSpacing?: string | undefined;
|
|
234
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
235
|
+
textTransform?: string | undefined;
|
|
236
|
+
color?: string | undefined;
|
|
237
|
+
colorInverted?: string | undefined;
|
|
238
|
+
colorGradient?: string | undefined;
|
|
239
|
+
colorGradientInverted?: string | undefined;
|
|
240
|
+
} | undefined;
|
|
241
|
+
'heading-1'?: {
|
|
242
|
+
family?: string | undefined;
|
|
243
|
+
weight?: string | undefined;
|
|
244
|
+
style?: string | undefined;
|
|
245
|
+
lineHeight?: string | undefined;
|
|
246
|
+
letterSpacing?: string | undefined;
|
|
247
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
248
|
+
textTransform?: string | undefined;
|
|
249
|
+
color?: string | undefined;
|
|
250
|
+
colorInverted?: string | undefined;
|
|
251
|
+
colorGradient?: string | undefined;
|
|
252
|
+
colorGradientInverted?: string | undefined;
|
|
253
|
+
} | undefined;
|
|
254
|
+
'heading-2'?: {
|
|
255
|
+
family?: string | undefined;
|
|
256
|
+
weight?: string | undefined;
|
|
257
|
+
style?: string | undefined;
|
|
258
|
+
lineHeight?: string | undefined;
|
|
259
|
+
letterSpacing?: string | undefined;
|
|
260
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
261
|
+
textTransform?: string | undefined;
|
|
262
|
+
color?: string | undefined;
|
|
263
|
+
colorInverted?: string | undefined;
|
|
264
|
+
colorGradient?: string | undefined;
|
|
265
|
+
colorGradientInverted?: string | undefined;
|
|
266
|
+
} | undefined;
|
|
267
|
+
'heading-3'?: {
|
|
268
|
+
family?: string | undefined;
|
|
269
|
+
weight?: string | undefined;
|
|
270
|
+
style?: string | undefined;
|
|
271
|
+
lineHeight?: string | undefined;
|
|
272
|
+
letterSpacing?: string | undefined;
|
|
273
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
274
|
+
textTransform?: string | undefined;
|
|
275
|
+
color?: string | undefined;
|
|
276
|
+
colorInverted?: string | undefined;
|
|
277
|
+
colorGradient?: string | undefined;
|
|
278
|
+
colorGradientInverted?: string | undefined;
|
|
279
|
+
} | undefined;
|
|
280
|
+
'heading-4'?: {
|
|
281
|
+
family?: string | undefined;
|
|
282
|
+
weight?: string | undefined;
|
|
283
|
+
style?: string | undefined;
|
|
284
|
+
lineHeight?: string | undefined;
|
|
285
|
+
letterSpacing?: string | undefined;
|
|
286
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
287
|
+
textTransform?: string | undefined;
|
|
288
|
+
color?: string | undefined;
|
|
289
|
+
colorInverted?: string | undefined;
|
|
290
|
+
colorGradient?: string | undefined;
|
|
291
|
+
colorGradientInverted?: string | undefined;
|
|
292
|
+
} | undefined;
|
|
293
|
+
callout?: {
|
|
294
|
+
small?: {
|
|
295
|
+
family?: string | undefined;
|
|
296
|
+
weight?: string | undefined;
|
|
297
|
+
style?: string | undefined;
|
|
298
|
+
lineHeight?: string | undefined;
|
|
299
|
+
letterSpacing?: string | undefined;
|
|
300
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
301
|
+
textTransform?: string | undefined;
|
|
302
|
+
color?: string | undefined;
|
|
303
|
+
colorInverted?: string | undefined;
|
|
304
|
+
colorGradient?: string | undefined;
|
|
305
|
+
colorGradientInverted?: string | undefined;
|
|
306
|
+
} | undefined;
|
|
307
|
+
medium?: {
|
|
308
|
+
family?: string | undefined;
|
|
309
|
+
weight?: string | undefined;
|
|
310
|
+
style?: string | undefined;
|
|
311
|
+
lineHeight?: string | undefined;
|
|
312
|
+
letterSpacing?: string | undefined;
|
|
313
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
314
|
+
textTransform?: string | undefined;
|
|
315
|
+
color?: string | undefined;
|
|
316
|
+
colorInverted?: string | undefined;
|
|
317
|
+
colorGradient?: string | undefined;
|
|
318
|
+
colorGradientInverted?: string | undefined;
|
|
319
|
+
} | undefined;
|
|
320
|
+
big?: {
|
|
321
|
+
family?: string | undefined;
|
|
322
|
+
weight?: string | undefined;
|
|
323
|
+
style?: string | undefined;
|
|
324
|
+
lineHeight?: string | undefined;
|
|
325
|
+
letterSpacing?: string | undefined;
|
|
326
|
+
size?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
327
|
+
textTransform?: string | undefined;
|
|
328
|
+
color?: string | undefined;
|
|
329
|
+
colorInverted?: string | undefined;
|
|
330
|
+
colorGradient?: string | undefined;
|
|
331
|
+
colorGradientInverted?: string | undefined;
|
|
332
|
+
} | undefined;
|
|
333
|
+
} | undefined;
|
|
334
|
+
} | undefined;
|
|
335
|
+
} | undefined;
|
|
336
|
+
globals?: {
|
|
337
|
+
sections?: {
|
|
338
|
+
seperation?: {
|
|
339
|
+
forcePadding?: boolean | undefined;
|
|
340
|
+
padding?: {
|
|
341
|
+
default?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
342
|
+
stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
343
|
+
} | undefined;
|
|
344
|
+
margin?: {
|
|
345
|
+
default?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
346
|
+
stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
|
|
347
|
+
} | undefined;
|
|
348
|
+
} | undefined;
|
|
349
|
+
edgeRadius?: (string | null) | undefined;
|
|
350
|
+
imageTextGradient?: string | undefined;
|
|
351
|
+
imagePlaceholderBg?: {
|
|
352
|
+
default?: string | undefined;
|
|
353
|
+
inverted?: string | undefined;
|
|
354
|
+
} | undefined;
|
|
355
|
+
newsDateFormat?: string | undefined;
|
|
356
|
+
newsTimeFormat?: string | undefined;
|
|
357
|
+
newsLocaleKey?: ("de" | "en") | undefined;
|
|
358
|
+
datepickerLocaleKey?: ("de" | "en") | undefined;
|
|
359
|
+
datepickerDateFormat?: string | undefined;
|
|
360
|
+
} | undefined;
|
|
361
|
+
navigation?: {
|
|
362
|
+
navBar?: {
|
|
363
|
+
isTopNavVisible?: boolean | undefined;
|
|
364
|
+
topNavHeight?: {
|
|
365
|
+
mobile?: {
|
|
366
|
+
small?: number | undefined;
|
|
367
|
+
large?: number | undefined;
|
|
368
|
+
} | undefined;
|
|
369
|
+
desktop?: {
|
|
370
|
+
small?: number | undefined;
|
|
371
|
+
large?: number | undefined;
|
|
372
|
+
} | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
height?: {
|
|
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
|
+
} | undefined;
|
|
385
|
+
} | undefined;
|
|
386
|
+
} | undefined;
|
|
387
|
+
} | undefined;
|
|
388
|
+
}>;
|
|
389
|
+
export default _default;
|
|
390
|
+
//# sourceMappingURL=NavList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/NavList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAiB,EAAE,aAAa,EAAE,2BAAmC;AAsCrE,oBAAY,OAAO,GAAG,IAAI,CACtB,aAAa,EACb,YAAY,GAAG,YAAY,GAAG,iBAAiB,GAAG,WAAW,CAChE,CAAC;AAkDF,eAAO,MAAM,gBAAgB;IA/CzB,wCAAwC;;IAGxC,0BAA0B;;IAG1B,2CAA2C;0BACtB;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,SAAS;IAEjE,qDAAqD;+BAC3B;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,SAAS;EAqCnC,CAAC;;IA/CpC,wCAAwC;;IAGxC,0BAA0B;;IAG1B,2CAA2C;;;;IAG3C,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCzD,wBAAqC"}
|