@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.
Files changed (166) hide show
  1. package/lib/components/base/Grid.d.ts +21 -1
  2. package/lib/components/base/Grid.d.ts.map +1 -1
  3. package/lib/components/base/Section.d.ts.map +1 -1
  4. package/lib/components/base/Wrapper.d.ts +1 -0
  5. package/lib/components/base/Wrapper.d.ts.map +1 -1
  6. package/lib/components/base/icons/AngleRight.d.ts +7 -0
  7. package/lib/components/base/icons/AngleRight.d.ts.map +1 -0
  8. package/lib/components/base/icons/ExclamationMark.d.ts +7 -0
  9. package/lib/components/base/icons/ExclamationMark.d.ts.map +1 -0
  10. package/lib/components/base/icons/Play.d.ts.map +1 -1
  11. package/lib/components/base/icons/socials/Instagram.d.ts.map +1 -1
  12. package/lib/components/blocks/Actions.d.ts +6 -1
  13. package/lib/components/blocks/Actions.d.ts.map +1 -1
  14. package/lib/components/blocks/Alert.d.ts +26 -0
  15. package/lib/components/blocks/Alert.d.ts.map +1 -0
  16. package/lib/components/blocks/CookieConsent.d.ts +3 -3
  17. package/lib/components/blocks/CookieConsent.d.ts.map +1 -1
  18. package/lib/components/blocks/Fact.d.ts +4 -4
  19. package/lib/components/blocks/Fact.d.ts.map +1 -1
  20. package/lib/components/blocks/Feature.d.ts +15 -7
  21. package/lib/components/blocks/Feature.d.ts.map +1 -1
  22. package/lib/components/blocks/Image.d.ts +37 -0
  23. package/lib/components/blocks/Image.d.ts.map +1 -1
  24. package/lib/components/blocks/IntroBlock.d.ts +19 -1
  25. package/lib/components/blocks/IntroBlock.d.ts.map +1 -1
  26. package/lib/components/blocks/NavBlock.d.ts +24 -0
  27. package/lib/components/blocks/NavBlock.d.ts.map +1 -0
  28. package/lib/components/blocks/NewsCard.d.ts +21 -4
  29. package/lib/components/blocks/NewsCard.d.ts.map +1 -1
  30. package/lib/components/blocks/PriceTag.d.ts +4 -3
  31. package/lib/components/blocks/PriceTag.d.ts.map +1 -1
  32. package/lib/components/blocks/PromotionCard.d.ts +17 -3
  33. package/lib/components/blocks/PromotionCard.d.ts.map +1 -1
  34. package/lib/components/blocks/Tag.d.ts +3 -0
  35. package/lib/components/blocks/Tag.d.ts.map +1 -1
  36. package/lib/components/blocks/Title.d.ts +11 -0
  37. package/lib/components/blocks/Title.d.ts.map +1 -1
  38. package/lib/components/blocks/VideoBlock.d.ts +23 -0
  39. package/lib/components/blocks/VideoBlock.d.ts.map +1 -0
  40. package/lib/components/blocks/VideoCard.d.ts.map +1 -1
  41. package/lib/components/buttons/Button.d.ts +1 -1
  42. package/lib/components/buttons/Button.d.ts.map +1 -1
  43. package/lib/components/buttons/ButtonGhost.d.ts.map +1 -1
  44. package/lib/components/buttons/Pointer.d.ts.map +1 -1
  45. package/lib/components/debug/DebugLines.d.ts +4 -0
  46. package/lib/components/debug/DebugLines.d.ts.map +1 -0
  47. package/lib/components/fields/CompactForm.d.ts +1 -2
  48. package/lib/components/fields/CompactForm.d.ts.map +1 -1
  49. package/lib/components/sections/Accordion.d.ts +87 -60
  50. package/lib/components/sections/Accordion.d.ts.map +1 -1
  51. package/lib/components/sections/{CallToActionDouble.d.ts → AlertList.d.ts} +93 -100
  52. package/lib/components/sections/AlertList.d.ts.map +1 -0
  53. package/lib/components/sections/Article.d.ts +89 -47
  54. package/lib/components/sections/Article.d.ts.map +1 -1
  55. package/lib/components/sections/CallToAction.d.ts +106 -55
  56. package/lib/components/sections/CallToAction.d.ts.map +1 -1
  57. package/lib/components/sections/ComparisonSlider.d.ts +67 -47
  58. package/lib/components/sections/ComparisonSlider.d.ts.map +1 -1
  59. package/lib/components/sections/CrossPromotion.d.ts +81 -51
  60. package/lib/components/sections/CrossPromotion.d.ts.map +1 -1
  61. package/lib/components/sections/DynamicForm.d.ts +67 -47
  62. package/lib/components/sections/DynamicForm.d.ts.map +1 -1
  63. package/lib/components/sections/FactGrid.d.ts +75 -47
  64. package/lib/components/sections/FactGrid.d.ts.map +1 -1
  65. package/lib/components/sections/FactList.d.ts +82 -56
  66. package/lib/components/sections/FactList.d.ts.map +1 -1
  67. package/lib/components/sections/FeatureList.d.ts +74 -48
  68. package/lib/components/sections/FeatureList.d.ts.map +1 -1
  69. package/lib/components/sections/Footer.d.ts +67 -47
  70. package/lib/components/sections/Footer.d.ts.map +1 -1
  71. package/lib/components/sections/Form.d.ts +67 -47
  72. package/lib/components/sections/Form.d.ts.map +1 -1
  73. package/lib/components/sections/Gallery.d.ts +67 -47
  74. package/lib/components/sections/Gallery.d.ts.map +1 -1
  75. package/lib/components/sections/IconList.d.ts +113 -55
  76. package/lib/components/sections/IconList.d.ts.map +1 -1
  77. package/lib/components/sections/Intro.d.ts +90 -50
  78. package/lib/components/sections/Intro.d.ts.map +1 -1
  79. package/lib/components/sections/Map.d.ts +67 -47
  80. package/lib/components/sections/Map.d.ts.map +1 -1
  81. package/lib/components/sections/NavList.d.ts +390 -0
  82. package/lib/components/sections/NavList.d.ts.map +1 -0
  83. package/lib/components/sections/NumberList.d.ts +67 -47
  84. package/lib/components/sections/NumberList.d.ts.map +1 -1
  85. package/lib/components/sections/Poster.d.ts +89 -51
  86. package/lib/components/sections/Poster.d.ts.map +1 -1
  87. package/lib/components/sections/PriceList.d.ts +85 -56
  88. package/lib/components/sections/PriceList.d.ts.map +1 -1
  89. package/lib/components/sections/PriceTable.d.ts +76 -48
  90. package/lib/components/sections/PriceTable.d.ts.map +1 -1
  91. package/lib/components/sections/Quicknav.d.ts +67 -47
  92. package/lib/components/sections/Quicknav.d.ts.map +1 -1
  93. package/lib/components/sections/Quote.d.ts +75 -47
  94. package/lib/components/sections/Quote.d.ts.map +1 -1
  95. package/lib/components/sections/SocialNav.d.ts +67 -47
  96. package/lib/components/sections/SocialNav.d.ts.map +1 -1
  97. package/lib/components/sections/SocialWall.d.ts +83 -58
  98. package/lib/components/sections/SocialWall.d.ts.map +1 -1
  99. package/lib/components/sections/Table.d.ts +68 -48
  100. package/lib/components/sections/Table.d.ts.map +1 -1
  101. package/lib/components/sections/Teaser.d.ts +112 -59
  102. package/lib/components/sections/Teaser.d.ts.map +1 -1
  103. package/lib/components/sections/TeaserWide.d.ts +108 -59
  104. package/lib/components/sections/TeaserWide.d.ts.map +1 -1
  105. package/lib/components/sections/Timeline.d.ts +67 -47
  106. package/lib/components/sections/Timeline.d.ts.map +1 -1
  107. package/lib/components/sections/Video.d.ts +69 -49
  108. package/lib/components/sections/Video.d.ts.map +1 -1
  109. package/lib/components/sections/carousel/FeatureCarousel.d.ts +67 -47
  110. package/lib/components/sections/carousel/FeatureCarousel.d.ts.map +1 -1
  111. package/lib/components/sections/carousel/ImageCarousel.d.ts +67 -47
  112. package/lib/components/sections/carousel/ImageCarousel.d.ts.map +1 -1
  113. package/lib/components/sections/carousel/PromotionCarousel.d.ts +69 -49
  114. package/lib/components/sections/carousel/PromotionCarousel.d.ts.map +1 -1
  115. package/lib/components/sections/carousel/VideoCarousel.d.ts +67 -47
  116. package/lib/components/sections/carousel/VideoCarousel.d.ts.map +1 -1
  117. package/lib/components/sections/header/Header.d.ts +67 -47
  118. package/lib/components/sections/header/Header.d.ts.map +1 -1
  119. package/lib/components/sections/navigation/Navigation.d.ts +2 -2
  120. package/lib/components/sections/navigation/Navigation.d.ts.map +1 -1
  121. package/lib/components/sections/navigation/remastered/NavBar.d.ts +19 -0
  122. package/lib/components/sections/navigation/remastered/NavBar.d.ts.map +1 -0
  123. package/lib/components/sections/navigation/remastered/Navigation.d.ts +16 -0
  124. package/lib/components/sections/navigation/remastered/Navigation.d.ts.map +1 -0
  125. package/lib/components/sections/news/NewsAuthorCard.d.ts +67 -47
  126. package/lib/components/sections/news/NewsAuthorCard.d.ts.map +1 -1
  127. package/lib/components/sections/news/NewsFooter.d.ts +67 -47
  128. package/lib/components/sections/news/NewsFooter.d.ts.map +1 -1
  129. package/lib/components/sections/news/NewsImages.d.ts +67 -47
  130. package/lib/components/sections/news/NewsImages.d.ts.map +1 -1
  131. package/lib/components/sections/news/NewsIntro.d.ts +67 -47
  132. package/lib/components/sections/news/NewsIntro.d.ts.map +1 -1
  133. package/lib/components/sections/news/NewsList.d.ts +101 -54
  134. package/lib/components/sections/news/NewsList.d.ts.map +1 -1
  135. package/lib/components/sections/news/NewsOverview.d.ts +106 -55
  136. package/lib/components/sections/news/NewsOverview.d.ts.map +1 -1
  137. package/lib/components/sections/news/NewsTable.d.ts +67 -47
  138. package/lib/components/sections/news/NewsTable.d.ts.map +1 -1
  139. package/lib/components/sections/news/NewsText.d.ts +67 -47
  140. package/lib/components/sections/news/NewsText.d.ts.map +1 -1
  141. package/lib/components/sections/news/NewsVideo.d.ts +67 -47
  142. package/lib/components/sections/news/NewsVideo.d.ts.map +1 -1
  143. package/lib/components/typography/Callout.d.ts.map +1 -1
  144. package/lib/components/typography/Copy.d.ts +3 -2
  145. package/lib/components/typography/Copy.d.ts.map +1 -1
  146. package/lib/components/typography/Heading.d.ts +1 -1
  147. package/lib/components/typography/Heading.d.ts.map +1 -1
  148. package/lib/components/typography/Link.d.ts +6 -4
  149. package/lib/components/typography/Link.d.ts.map +1 -1
  150. package/lib/index.d.ts +8 -6
  151. package/lib/index.d.ts.map +1 -1
  152. package/lib/index.es.js +2 -2
  153. package/lib/index.es.js.map +1 -1
  154. package/lib/index.js +1 -1
  155. package/lib/index.js.map +1 -1
  156. package/lib/utils/LibThemeProvider.d.ts +8 -2
  157. package/lib/utils/LibThemeProvider.d.ts.map +1 -1
  158. package/lib/utils/fontLoading.d.ts +14 -0
  159. package/lib/utils/fontLoading.d.ts.map +1 -0
  160. package/lib/utils/styles.d.ts +69 -11
  161. package/lib/utils/styles.d.ts.map +1 -1
  162. package/lib/utils/useMediaQuery.d.ts.map +1 -1
  163. package/lib/utils/usePageScroll.d.ts +23 -0
  164. package/lib/utils/usePageScroll.d.ts.map +1 -0
  165. package/package.json +5 -5
  166. package/lib/components/sections/CallToActionDouble.d.ts.map +0 -1
@@ -1,37 +1,66 @@
1
1
  import React from 'react';
2
2
  import { HeadlineTag } from "../typography/Heading";
3
3
  import { ImageProps } from "../blocks/Image";
4
+ import { VideoAspectRatios } from "../blocks/VideoBlock";
4
5
  export declare const TeaserWideComponent: React.FC<{
6
+ /** Switch text and image columns */
5
7
  isMirrored?: boolean | undefined;
8
+ /** Superior title that stands above main title */
6
9
  superTitle?: string | undefined;
10
+ /** Superior title HTML tag type (h3, h4 ...) */
7
11
  superTitleAs?: HeadlineTag | undefined;
12
+ /** Main title text */
8
13
  title?: string | undefined;
14
+ /** Main title HTML tag type (h2, h3, h4...) */
9
15
  titleAs?: HeadlineTag | undefined;
10
- image?: (Omit<ImageProps, "coverSpace"> & {
11
- description?: string | undefined;
12
- }) | undefined;
13
- intro?: string | undefined;
16
+ /** Images for different screen sizes */
17
+ image?: Omit<ImageProps, "coverSpace"> | undefined;
18
+ /**
19
+ * Use video instead of an image. Until video is loaded images defined in the image prop are used.
20
+ * Multiple video urls can be used to loaded different file formats
21
+ */
22
+ video?: {
23
+ urls: string[];
24
+ aspectRatios?: VideoAspectRatios | undefined;
25
+ } | undefined;
26
+ /** Main richtext */
14
27
  text?: string | undefined;
15
- subText?: string | undefined;
28
+ /** Section background */
29
+ bgMode?: "full" | "inverted" | undefined;
30
+ /** Function to inject custom primary button */
16
31
  primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
32
+ /** Function to inject custom secondary button */
17
33
  secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
18
- bgMode?: "full" | "inverted" | undefined;
19
34
  }>;
20
35
  declare const _default: React.FC<{
36
+ /** Switch text and image columns */
21
37
  isMirrored?: boolean | undefined;
38
+ /** Superior title that stands above main title */
22
39
  superTitle?: string | undefined;
40
+ /** Superior title HTML tag type (h3, h4 ...) */
23
41
  superTitleAs?: HeadlineTag | undefined;
42
+ /** Main title text */
24
43
  title?: string | undefined;
44
+ /** Main title HTML tag type (h2, h3, h4...) */
25
45
  titleAs?: HeadlineTag | undefined;
26
- image?: (Omit<ImageProps, "coverSpace"> & {
27
- description?: string | undefined;
28
- }) | undefined;
29
- intro?: string | undefined;
46
+ /** Images for different screen sizes */
47
+ image?: Omit<ImageProps, "coverSpace"> | undefined;
48
+ /**
49
+ * Use video instead of an image. Until video is loaded images defined in the image prop are used.
50
+ * Multiple video urls can be used to loaded different file formats
51
+ */
52
+ video?: {
53
+ urls: string[];
54
+ aspectRatios?: VideoAspectRatios | undefined;
55
+ } | undefined;
56
+ /** Main richtext */
30
57
  text?: string | undefined;
31
- subText?: string | undefined;
58
+ /** Section background */
59
+ bgMode?: "full" | "inverted" | undefined;
60
+ /** Function to inject custom primary button */
32
61
  primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
62
+ /** Function to inject custom secondary button */
33
63
  secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
34
- bgMode?: "full" | "inverted" | undefined;
35
64
  } & {
36
65
  theme?: {
37
66
  colors?: {
@@ -52,12 +81,44 @@ declare const _default: React.FC<{
52
81
  medium?: string | undefined;
53
82
  dark?: string | undefined;
54
83
  } | undefined;
55
- tertiary?: {
56
- light?: string | undefined;
57
- medium?: string | undefined;
58
- dark?: string | undefined;
59
- } | undefined;
60
84
  error?: string | undefined;
85
+ new?: {
86
+ text?: {
87
+ default?: string | undefined;
88
+ inverted?: string | undefined;
89
+ error?: string | undefined;
90
+ heading?: string | undefined;
91
+ headingInverted?: string | undefined;
92
+ copy?: string | undefined;
93
+ copyInverted?: string | undefined;
94
+ } | undefined;
95
+ sectionBg?: {
96
+ light?: string | undefined;
97
+ medium?: string | undefined;
98
+ dark?: string | undefined;
99
+ } | undefined;
100
+ elementBg?: {
101
+ light?: string | undefined;
102
+ lightHover?: string | undefined;
103
+ medium?: string | undefined;
104
+ mediumHover?: string | undefined;
105
+ dark?: string | undefined;
106
+ darkHover?: string | undefined;
107
+ } | undefined;
108
+ primary?: {
109
+ default?: string | undefined;
110
+ inverted?: string | undefined;
111
+ hover?: string | undefined;
112
+ invertedHover?: string | undefined;
113
+ } | undefined;
114
+ secondary?: {
115
+ default?: string | undefined;
116
+ inverted?: string | undefined;
117
+ hover?: string | undefined;
118
+ invertedHover?: string | undefined;
119
+ } | undefined;
120
+ error?: string | undefined;
121
+ } | undefined;
61
122
  } | undefined;
62
123
  fonts?: {
63
124
  base?: {
@@ -262,47 +323,6 @@ declare const _default: React.FC<{
262
323
  colorGradient?: string | undefined;
263
324
  colorGradientInverted?: string | undefined;
264
325
  } | undefined;
265
- label?: {
266
- small?: {
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
- medium?: {
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
- big?: {
293
- family?: string | undefined;
294
- weight?: string | undefined;
295
- style?: string | undefined;
296
- lineHeight?: string | undefined;
297
- letterSpacing?: string | undefined;
298
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
299
- textTransform?: string | undefined;
300
- color?: string | undefined;
301
- colorInverted?: string | undefined;
302
- colorGradient?: string | undefined;
303
- colorGradientInverted?: string | undefined;
304
- } | undefined;
305
- } | undefined;
306
326
  callout?: {
307
327
  small?: {
308
328
  family?: string | undefined;
@@ -346,7 +366,7 @@ declare const _default: React.FC<{
346
366
  } | undefined;
347
367
  } | undefined;
348
368
  } | undefined;
349
- globalSettings?: {
369
+ globals?: {
350
370
  sections?: {
351
371
  seperation?: {
352
372
  forcePadding?: boolean | undefined;
@@ -361,12 +381,41 @@ declare const _default: React.FC<{
361
381
  } | undefined;
362
382
  edgeRadius?: (string | null) | undefined;
363
383
  imageTextGradient?: string | undefined;
384
+ imagePlaceholderBg?: {
385
+ default?: string | undefined;
386
+ inverted?: string | undefined;
387
+ } | undefined;
364
388
  newsDateFormat?: string | undefined;
365
389
  newsTimeFormat?: string | undefined;
366
390
  newsLocaleKey?: ("de" | "en") | undefined;
367
391
  datepickerLocaleKey?: ("de" | "en") | undefined;
368
392
  datepickerDateFormat?: string | undefined;
369
393
  } | undefined;
394
+ navigation?: {
395
+ navBar?: {
396
+ isTopNavVisible?: boolean | undefined;
397
+ topNavHeight?: {
398
+ mobile?: {
399
+ small?: number | undefined;
400
+ large?: number | undefined;
401
+ } | undefined;
402
+ desktop?: {
403
+ small?: number | undefined;
404
+ large?: number | undefined;
405
+ } | undefined;
406
+ } | undefined;
407
+ height?: {
408
+ mobile?: {
409
+ small?: number | undefined;
410
+ large?: number | undefined;
411
+ } | undefined;
412
+ desktop?: {
413
+ small?: number | undefined;
414
+ large?: number | undefined;
415
+ } | undefined;
416
+ } | undefined;
417
+ } | undefined;
418
+ } | undefined;
370
419
  } | undefined;
371
420
  } | undefined;
372
421
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"TeaserWide.d.ts","sourceRoot":"","sources":["../../../src/components/sections/TeaserWide.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAI9C,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAC5D,OAAc,EAAE,UAAU,EAAE,wBAAgC;AAoL5D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;2DA7Fc,MAAM,SAAS;6DACb,MAAM,SAAS;;EA4FlB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC9C,wBAAwC"}
1
+ {"version":3,"file":"TeaserWide.d.ts","sourceRoot":"","sources":["../../../src/components/sections/TeaserWide.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuB,MAAM,OAAO,CAAC;AAI5C,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAC5D,OAAc,EAAE,UAAU,EAAE,wBAAgC;AAO5D,OAAmB,EAAE,iBAAiB,EAAE,6BAAqC;AAmT7E,eAAO,MAAM,mBAAmB;IA3I5B,oCAAoC;;IAGpC,kDAAkD;;IAGlD,gDAAgD;;IAGhD,sBAAsB;;IAGtB,+CAA+C;;IAG/C,wCAAwC;;IAGxC;;;OAGG;;cAEO,MAAM,EAAE;;;IAIlB,oBAAoB;;IAGpB,yBAAyB;;IAGzB,+CAA+C;2DACL,MAAM,SAAS;IAEzD,iDAAiD;6DACL,MAAM,SAAS;EAsGlB,CAAC;;IA3I1C,oCAAoC;;IAGpC,kDAAkD;;IAGlD,gDAAgD;;IAGhD,sBAAsB;;IAGtB,+CAA+C;;IAG/C,wCAAwC;;IAGxC;;;OAGG;;;;;IAMH,oBAAoB;;IAGpB,yBAAyB;;IAGzB,+CAA+C;;IAG/C,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwGrD,wBAAwC"}
@@ -34,12 +34,44 @@ declare const _default: React.FC<{
34
34
  medium?: string | undefined;
35
35
  dark?: string | undefined;
36
36
  } | undefined;
37
- tertiary?: {
38
- light?: string | undefined;
39
- medium?: string | undefined;
40
- dark?: string | undefined;
41
- } | undefined;
42
37
  error?: string | undefined;
38
+ new?: {
39
+ text?: {
40
+ default?: string | undefined;
41
+ inverted?: string | undefined;
42
+ error?: string | undefined;
43
+ heading?: string | undefined;
44
+ headingInverted?: string | undefined;
45
+ copy?: string | undefined;
46
+ copyInverted?: string | undefined;
47
+ } | undefined;
48
+ sectionBg?: {
49
+ light?: string | undefined;
50
+ medium?: string | undefined;
51
+ dark?: string | undefined;
52
+ } | undefined;
53
+ elementBg?: {
54
+ light?: string | undefined;
55
+ lightHover?: string | undefined;
56
+ medium?: string | undefined;
57
+ mediumHover?: string | undefined;
58
+ dark?: string | undefined;
59
+ darkHover?: string | undefined;
60
+ } | undefined;
61
+ primary?: {
62
+ default?: string | undefined;
63
+ inverted?: string | undefined;
64
+ hover?: string | undefined;
65
+ invertedHover?: string | undefined;
66
+ } | undefined;
67
+ secondary?: {
68
+ default?: string | undefined;
69
+ inverted?: string | undefined;
70
+ hover?: string | undefined;
71
+ invertedHover?: string | undefined;
72
+ } | undefined;
73
+ error?: string | undefined;
74
+ } | undefined;
43
75
  } | undefined;
44
76
  fonts?: {
45
77
  base?: {
@@ -244,47 +276,6 @@ declare const _default: React.FC<{
244
276
  colorGradient?: string | undefined;
245
277
  colorGradientInverted?: string | undefined;
246
278
  } | undefined;
247
- label?: {
248
- small?: {
249
- family?: string | undefined;
250
- weight?: string | undefined;
251
- style?: string | undefined;
252
- lineHeight?: string | undefined;
253
- letterSpacing?: string | undefined;
254
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
255
- textTransform?: string | undefined;
256
- color?: string | undefined;
257
- colorInverted?: string | undefined;
258
- colorGradient?: string | undefined;
259
- colorGradientInverted?: string | undefined;
260
- } | undefined;
261
- medium?: {
262
- family?: string | undefined;
263
- weight?: string | undefined;
264
- style?: string | undefined;
265
- lineHeight?: string | undefined;
266
- letterSpacing?: string | undefined;
267
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
268
- textTransform?: string | undefined;
269
- color?: string | undefined;
270
- colorInverted?: string | undefined;
271
- colorGradient?: string | undefined;
272
- colorGradientInverted?: string | undefined;
273
- } | undefined;
274
- big?: {
275
- family?: string | undefined;
276
- weight?: string | undefined;
277
- style?: string | undefined;
278
- lineHeight?: string | undefined;
279
- letterSpacing?: string | undefined;
280
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
281
- textTransform?: string | undefined;
282
- color?: string | undefined;
283
- colorInverted?: string | undefined;
284
- colorGradient?: string | undefined;
285
- colorGradientInverted?: string | undefined;
286
- } | undefined;
287
- } | undefined;
288
279
  callout?: {
289
280
  small?: {
290
281
  family?: string | undefined;
@@ -328,7 +319,7 @@ declare const _default: React.FC<{
328
319
  } | undefined;
329
320
  } | undefined;
330
321
  } | undefined;
331
- globalSettings?: {
322
+ globals?: {
332
323
  sections?: {
333
324
  seperation?: {
334
325
  forcePadding?: boolean | undefined;
@@ -343,12 +334,41 @@ declare const _default: React.FC<{
343
334
  } | undefined;
344
335
  edgeRadius?: (string | null) | undefined;
345
336
  imageTextGradient?: string | undefined;
337
+ imagePlaceholderBg?: {
338
+ default?: string | undefined;
339
+ inverted?: string | undefined;
340
+ } | undefined;
346
341
  newsDateFormat?: string | undefined;
347
342
  newsTimeFormat?: string | undefined;
348
343
  newsLocaleKey?: ("de" | "en") | undefined;
349
344
  datepickerLocaleKey?: ("de" | "en") | undefined;
350
345
  datepickerDateFormat?: string | undefined;
351
346
  } | undefined;
347
+ navigation?: {
348
+ navBar?: {
349
+ isTopNavVisible?: boolean | undefined;
350
+ topNavHeight?: {
351
+ mobile?: {
352
+ small?: number | undefined;
353
+ large?: number | undefined;
354
+ } | undefined;
355
+ desktop?: {
356
+ small?: number | undefined;
357
+ large?: number | undefined;
358
+ } | undefined;
359
+ } | undefined;
360
+ height?: {
361
+ mobile?: {
362
+ small?: number | undefined;
363
+ large?: number | undefined;
364
+ } | undefined;
365
+ desktop?: {
366
+ small?: number | undefined;
367
+ large?: number | undefined;
368
+ } | undefined;
369
+ } | undefined;
370
+ } | undefined;
371
+ } | undefined;
352
372
  } | undefined;
353
373
  } | undefined;
354
374
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Timeline.tsx"],"names":[],"mappings":"AAIA,OAAO,KAON,MAAM,OAAO,CAAC;AAgNf,eAAO,MAAM,iBAAiB;;;;;;;EAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC1C,wBAAsC"}
1
+ {"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Timeline.tsx"],"names":[],"mappings":"AAIA,OAAO,KAON,MAAM,OAAO,CAAC;AAiNf,eAAO,MAAM,iBAAiB;;;;;;;EAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC1C,wBAAsC"}
@@ -4,13 +4,13 @@ export declare const VideoComponent: React.FC<{
4
4
  bgImage: ImageProps;
5
5
  embedId: string;
6
6
  playIcon?: React.ReactChild | undefined;
7
- bgMode?: "full" | "inverted" | undefined;
7
+ bgMode?: "full" | "inverted" | "splitted" | undefined;
8
8
  }>;
9
9
  declare const _default: React.FC<{
10
10
  bgImage: ImageProps;
11
11
  embedId: string;
12
12
  playIcon?: React.ReactChild | undefined;
13
- bgMode?: "full" | "inverted" | undefined;
13
+ bgMode?: "full" | "inverted" | "splitted" | undefined;
14
14
  } & {
15
15
  theme?: {
16
16
  colors?: {
@@ -31,12 +31,44 @@ declare const _default: React.FC<{
31
31
  medium?: string | undefined;
32
32
  dark?: string | undefined;
33
33
  } | undefined;
34
- tertiary?: {
35
- light?: string | undefined;
36
- medium?: string | undefined;
37
- dark?: string | undefined;
38
- } | undefined;
39
34
  error?: string | undefined;
35
+ new?: {
36
+ text?: {
37
+ default?: string | undefined;
38
+ inverted?: string | undefined;
39
+ error?: string | undefined;
40
+ heading?: string | undefined;
41
+ headingInverted?: string | undefined;
42
+ copy?: string | undefined;
43
+ copyInverted?: string | undefined;
44
+ } | undefined;
45
+ sectionBg?: {
46
+ light?: string | undefined;
47
+ medium?: string | undefined;
48
+ dark?: string | undefined;
49
+ } | undefined;
50
+ elementBg?: {
51
+ light?: string | undefined;
52
+ lightHover?: string | undefined;
53
+ medium?: string | undefined;
54
+ mediumHover?: string | undefined;
55
+ dark?: string | undefined;
56
+ darkHover?: string | undefined;
57
+ } | undefined;
58
+ primary?: {
59
+ default?: string | undefined;
60
+ inverted?: string | undefined;
61
+ hover?: string | undefined;
62
+ invertedHover?: string | undefined;
63
+ } | undefined;
64
+ secondary?: {
65
+ default?: string | undefined;
66
+ inverted?: string | undefined;
67
+ hover?: string | undefined;
68
+ invertedHover?: string | undefined;
69
+ } | undefined;
70
+ error?: string | undefined;
71
+ } | undefined;
40
72
  } | undefined;
41
73
  fonts?: {
42
74
  base?: {
@@ -241,47 +273,6 @@ declare const _default: React.FC<{
241
273
  colorGradient?: string | undefined;
242
274
  colorGradientInverted?: string | undefined;
243
275
  } | 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
276
  callout?: {
286
277
  small?: {
287
278
  family?: string | undefined;
@@ -325,7 +316,7 @@ declare const _default: React.FC<{
325
316
  } | undefined;
326
317
  } | undefined;
327
318
  } | undefined;
328
- globalSettings?: {
319
+ globals?: {
329
320
  sections?: {
330
321
  seperation?: {
331
322
  forcePadding?: boolean | undefined;
@@ -340,12 +331,41 @@ declare const _default: React.FC<{
340
331
  } | undefined;
341
332
  edgeRadius?: (string | null) | undefined;
342
333
  imageTextGradient?: string | undefined;
334
+ imagePlaceholderBg?: {
335
+ default?: string | undefined;
336
+ inverted?: string | undefined;
337
+ } | undefined;
343
338
  newsDateFormat?: string | undefined;
344
339
  newsTimeFormat?: string | undefined;
345
340
  newsLocaleKey?: ("de" | "en") | undefined;
346
341
  datepickerLocaleKey?: ("de" | "en") | undefined;
347
342
  datepickerDateFormat?: string | undefined;
348
343
  } | undefined;
344
+ navigation?: {
345
+ navBar?: {
346
+ isTopNavVisible?: boolean | undefined;
347
+ topNavHeight?: {
348
+ mobile?: {
349
+ small?: number | undefined;
350
+ large?: number | undefined;
351
+ } | undefined;
352
+ desktop?: {
353
+ small?: number | undefined;
354
+ large?: number | undefined;
355
+ } | undefined;
356
+ } | undefined;
357
+ height?: {
358
+ mobile?: {
359
+ small?: number | undefined;
360
+ large?: number | undefined;
361
+ } | undefined;
362
+ desktop?: {
363
+ small?: number | undefined;
364
+ large?: number | undefined;
365
+ } | undefined;
366
+ } | undefined;
367
+ } | undefined;
368
+ } | undefined;
349
369
  } | undefined;
350
370
  } | undefined;
351
371
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"Video.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Video.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAO1C,OAAO,EAAE,UAAU,EAAE,wBAAgC;AAsCrD,eAAO,MAAM,cAAc;aAjCd,UAAU;aACV,MAAM;;;EAgCgB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACpC,wBAAmC"}
1
+ {"version":3,"file":"Video.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Video.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,UAAU,EAAE,wBAAgC;AAoCrD,eAAO,MAAM,cAAc;aA/Bd,UAAU;aACV,MAAM;;;EA8BgB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACpC,wBAAmC"}