@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,29 +1,34 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { LinkProps } from "../typography/Link";
3
+ import { ImageProps } from "../blocks/Image";
3
4
  export declare const SocialWallComponent: React.FC<{
5
+ /** Array with item settings */
4
6
  items?: {
5
7
  link?: LinkProps | undefined;
6
- image?: {
7
- src: string;
8
- alt?: string | undefined;
9
- } | undefined;
8
+ image?: Omit<ImageProps, "coverSpace" | "ratio"> | undefined;
10
9
  }[] | undefined;
10
+ /** Text for main social media follow call */
11
11
  followUs?: string | undefined;
12
- hashtag?: string | undefined;
12
+ /** Text for e.g. social media hashtag */
13
+ hashTag?: string | undefined;
14
+ /** Function to inject custom social icon on bottom left corner */
13
15
  socialIcon?: React.ReactNode;
16
+ /** Section background */
14
17
  bgMode?: "full" | "inverted" | undefined;
15
18
  }>;
16
19
  declare const _default: React.FC<{
20
+ /** Array with item settings */
17
21
  items?: {
18
22
  link?: LinkProps | undefined;
19
- image?: {
20
- src: string;
21
- alt?: string | undefined;
22
- } | undefined;
23
+ image?: Omit<ImageProps, "coverSpace" | "ratio"> | undefined;
23
24
  }[] | undefined;
25
+ /** Text for main social media follow call */
24
26
  followUs?: string | undefined;
25
- hashtag?: string | undefined;
27
+ /** Text for e.g. social media hashtag */
28
+ hashTag?: string | undefined;
29
+ /** Function to inject custom social icon on bottom left corner */
26
30
  socialIcon?: React.ReactNode;
31
+ /** Section background */
27
32
  bgMode?: "full" | "inverted" | undefined;
28
33
  } & {
29
34
  theme?: {
@@ -45,12 +50,44 @@ declare const _default: React.FC<{
45
50
  medium?: string | undefined;
46
51
  dark?: string | undefined;
47
52
  } | undefined;
48
- tertiary?: {
49
- light?: string | undefined;
50
- medium?: string | undefined;
51
- dark?: string | undefined;
52
- } | undefined;
53
53
  error?: string | undefined;
54
+ new?: {
55
+ text?: {
56
+ default?: string | undefined;
57
+ inverted?: string | undefined;
58
+ error?: string | undefined;
59
+ heading?: string | undefined;
60
+ headingInverted?: string | undefined;
61
+ copy?: string | undefined;
62
+ copyInverted?: string | undefined;
63
+ } | undefined;
64
+ sectionBg?: {
65
+ light?: string | undefined;
66
+ medium?: string | undefined;
67
+ dark?: string | undefined;
68
+ } | undefined;
69
+ elementBg?: {
70
+ light?: string | undefined;
71
+ lightHover?: string | undefined;
72
+ medium?: string | undefined;
73
+ mediumHover?: string | undefined;
74
+ dark?: string | undefined;
75
+ darkHover?: string | undefined;
76
+ } | undefined;
77
+ primary?: {
78
+ default?: string | undefined;
79
+ inverted?: string | undefined;
80
+ hover?: string | undefined;
81
+ invertedHover?: string | undefined;
82
+ } | undefined;
83
+ secondary?: {
84
+ default?: string | undefined;
85
+ inverted?: string | undefined;
86
+ hover?: string | undefined;
87
+ invertedHover?: string | undefined;
88
+ } | undefined;
89
+ error?: string | undefined;
90
+ } | undefined;
54
91
  } | undefined;
55
92
  fonts?: {
56
93
  base?: {
@@ -255,47 +292,6 @@ declare const _default: React.FC<{
255
292
  colorGradient?: string | undefined;
256
293
  colorGradientInverted?: string | undefined;
257
294
  } | undefined;
258
- label?: {
259
- small?: {
260
- family?: string | undefined;
261
- weight?: string | undefined;
262
- style?: string | undefined;
263
- lineHeight?: string | undefined;
264
- letterSpacing?: string | undefined;
265
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
266
- textTransform?: string | undefined;
267
- color?: string | undefined;
268
- colorInverted?: string | undefined;
269
- colorGradient?: string | undefined;
270
- colorGradientInverted?: string | undefined;
271
- } | undefined;
272
- medium?: {
273
- family?: string | undefined;
274
- weight?: string | undefined;
275
- style?: string | undefined;
276
- lineHeight?: string | undefined;
277
- letterSpacing?: string | undefined;
278
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
279
- textTransform?: string | undefined;
280
- color?: string | undefined;
281
- colorInverted?: string | undefined;
282
- colorGradient?: string | undefined;
283
- colorGradientInverted?: string | undefined;
284
- } | undefined;
285
- big?: {
286
- family?: string | undefined;
287
- weight?: string | undefined;
288
- style?: string | undefined;
289
- lineHeight?: string | undefined;
290
- letterSpacing?: string | undefined;
291
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
292
- textTransform?: string | undefined;
293
- color?: string | undefined;
294
- colorInverted?: string | undefined;
295
- colorGradient?: string | undefined;
296
- colorGradientInverted?: string | undefined;
297
- } | undefined;
298
- } | undefined;
299
295
  callout?: {
300
296
  small?: {
301
297
  family?: string | undefined;
@@ -339,7 +335,7 @@ declare const _default: React.FC<{
339
335
  } | undefined;
340
336
  } | undefined;
341
337
  } | undefined;
342
- globalSettings?: {
338
+ globals?: {
343
339
  sections?: {
344
340
  seperation?: {
345
341
  forcePadding?: boolean | undefined;
@@ -354,12 +350,41 @@ declare const _default: React.FC<{
354
350
  } | undefined;
355
351
  edgeRadius?: (string | null) | undefined;
356
352
  imageTextGradient?: string | undefined;
353
+ imagePlaceholderBg?: {
354
+ default?: string | undefined;
355
+ inverted?: string | undefined;
356
+ } | undefined;
357
357
  newsDateFormat?: string | undefined;
358
358
  newsTimeFormat?: string | undefined;
359
359
  newsLocaleKey?: ("de" | "en") | undefined;
360
360
  datepickerLocaleKey?: ("de" | "en") | undefined;
361
361
  datepickerDateFormat?: string | undefined;
362
362
  } | undefined;
363
+ navigation?: {
364
+ navBar?: {
365
+ isTopNavVisible?: boolean | undefined;
366
+ topNavHeight?: {
367
+ mobile?: {
368
+ small?: number | undefined;
369
+ large?: number | undefined;
370
+ } | undefined;
371
+ desktop?: {
372
+ small?: number | undefined;
373
+ large?: number | undefined;
374
+ } | undefined;
375
+ } | undefined;
376
+ height?: {
377
+ mobile?: {
378
+ small?: number | undefined;
379
+ large?: number | undefined;
380
+ } | undefined;
381
+ desktop?: {
382
+ small?: number | undefined;
383
+ large?: number | undefined;
384
+ } | undefined;
385
+ } | undefined;
386
+ } | undefined;
387
+ } | undefined;
363
388
  } | undefined;
364
389
  } | undefined;
365
390
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"SocialWall.d.ts","sourceRoot":"","sources":["../../../src/components/sections/SocialWall.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAa,EAAE,SAAS,EAAE,2BAAmC;AAwJ7D,eAAO,MAAM,mBAAmB;;;;iBA3DT,MAAM;;;;;;iBAIZ,MAAM,SAAS;;EAuDa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC9C,wBAAwC"}
1
+ {"version":3,"file":"SocialWall.d.ts","sourceRoot":"","sources":["../../../src/components/sections/SocialWall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAa,EAAE,SAAS,EAAE,2BAAmC;AAE7D,OAAc,EAAE,UAAU,EAAE,wBAAgC;AA6M5D,eAAO,MAAM,mBAAmB;IA9E5B,+BAA+B;;;;;IAM/B,6CAA6C;;IAG7C,yCAAyC;;IAGzC,kEAAkE;iBACrD,MAAM,SAAS;IAE5B,yBAAyB;;EA+DgB,CAAC;;IA9E1C,+BAA+B;;;;;IAM/B,6CAA6C;;IAG7C,yCAAyC;;IAGzC,kEAAkE;;IAGlE,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgE7B,wBAAwC"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  export interface TableProps {
3
3
  tableTitle?: string;
4
4
  rowTitle?: string[];
@@ -36,12 +36,44 @@ declare const _default: React.FC<{
36
36
  medium?: string | undefined;
37
37
  dark?: string | undefined;
38
38
  } | undefined;
39
- tertiary?: {
40
- light?: string | undefined;
41
- medium?: string | undefined;
42
- dark?: string | undefined;
43
- } | undefined;
44
39
  error?: string | undefined;
40
+ new?: {
41
+ text?: {
42
+ default?: string | undefined;
43
+ inverted?: string | undefined;
44
+ error?: string | undefined;
45
+ heading?: string | undefined;
46
+ headingInverted?: string | undefined;
47
+ copy?: string | undefined;
48
+ copyInverted?: string | undefined;
49
+ } | undefined;
50
+ sectionBg?: {
51
+ light?: string | undefined;
52
+ medium?: string | undefined;
53
+ dark?: string | undefined;
54
+ } | undefined;
55
+ elementBg?: {
56
+ light?: string | undefined;
57
+ lightHover?: string | undefined;
58
+ medium?: string | undefined;
59
+ mediumHover?: string | undefined;
60
+ dark?: string | undefined;
61
+ darkHover?: string | undefined;
62
+ } | undefined;
63
+ primary?: {
64
+ default?: string | undefined;
65
+ inverted?: string | undefined;
66
+ hover?: string | undefined;
67
+ invertedHover?: string | undefined;
68
+ } | undefined;
69
+ secondary?: {
70
+ default?: string | undefined;
71
+ inverted?: string | undefined;
72
+ hover?: string | undefined;
73
+ invertedHover?: string | undefined;
74
+ } | undefined;
75
+ error?: string | undefined;
76
+ } | undefined;
45
77
  } | undefined;
46
78
  fonts?: {
47
79
  base?: {
@@ -246,47 +278,6 @@ declare const _default: React.FC<{
246
278
  colorGradient?: string | undefined;
247
279
  colorGradientInverted?: string | undefined;
248
280
  } | undefined;
249
- label?: {
250
- small?: {
251
- family?: string | undefined;
252
- weight?: string | undefined;
253
- style?: string | undefined;
254
- lineHeight?: string | undefined;
255
- letterSpacing?: string | undefined;
256
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
257
- textTransform?: string | undefined;
258
- color?: string | undefined;
259
- colorInverted?: string | undefined;
260
- colorGradient?: string | undefined;
261
- colorGradientInverted?: string | undefined;
262
- } | undefined;
263
- medium?: {
264
- family?: string | undefined;
265
- weight?: string | undefined;
266
- style?: string | undefined;
267
- lineHeight?: string | undefined;
268
- letterSpacing?: string | undefined;
269
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
270
- textTransform?: string | undefined;
271
- color?: string | undefined;
272
- colorInverted?: string | undefined;
273
- colorGradient?: string | undefined;
274
- colorGradientInverted?: string | undefined;
275
- } | undefined;
276
- big?: {
277
- family?: string | undefined;
278
- weight?: string | undefined;
279
- style?: string | undefined;
280
- lineHeight?: string | undefined;
281
- letterSpacing?: string | undefined;
282
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
283
- textTransform?: string | undefined;
284
- color?: string | undefined;
285
- colorInverted?: string | undefined;
286
- colorGradient?: string | undefined;
287
- colorGradientInverted?: string | undefined;
288
- } | undefined;
289
- } | undefined;
290
281
  callout?: {
291
282
  small?: {
292
283
  family?: string | undefined;
@@ -330,7 +321,7 @@ declare const _default: React.FC<{
330
321
  } | undefined;
331
322
  } | undefined;
332
323
  } | undefined;
333
- globalSettings?: {
324
+ globals?: {
334
325
  sections?: {
335
326
  seperation?: {
336
327
  forcePadding?: boolean | undefined;
@@ -345,12 +336,41 @@ declare const _default: React.FC<{
345
336
  } | undefined;
346
337
  edgeRadius?: (string | null) | undefined;
347
338
  imageTextGradient?: string | undefined;
339
+ imagePlaceholderBg?: {
340
+ default?: string | undefined;
341
+ inverted?: string | undefined;
342
+ } | undefined;
348
343
  newsDateFormat?: string | undefined;
349
344
  newsTimeFormat?: string | undefined;
350
345
  newsLocaleKey?: ("de" | "en") | undefined;
351
346
  datepickerLocaleKey?: ("de" | "en") | undefined;
352
347
  datepickerDateFormat?: string | undefined;
353
348
  } | undefined;
349
+ navigation?: {
350
+ navBar?: {
351
+ isTopNavVisible?: boolean | undefined;
352
+ topNavHeight?: {
353
+ mobile?: {
354
+ small?: number | undefined;
355
+ large?: number | undefined;
356
+ } | undefined;
357
+ desktop?: {
358
+ small?: number | undefined;
359
+ large?: number | undefined;
360
+ } | undefined;
361
+ } | undefined;
362
+ height?: {
363
+ mobile?: {
364
+ small?: number | undefined;
365
+ large?: number | undefined;
366
+ } | undefined;
367
+ desktop?: {
368
+ small?: number | undefined;
369
+ large?: number | undefined;
370
+ } | undefined;
371
+ } | undefined;
372
+ } | undefined;
373
+ } | undefined;
354
374
  } | undefined;
355
375
  } | undefined;
356
376
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA6F/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;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAC9B;AAgHD,eAAO,MAAM,cAAc;gBApCX,UAAU,EAAE;;EAoCO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACpC,wBAAmC"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AA4E1C,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;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAC9B;AA0HD,eAAO,MAAM,cAAc;gBAnCX,UAAU,EAAE;;EAmCO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACpC,wBAAmC"}
@@ -1,36 +1,69 @@
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 TeaserComponent: React.FC<{
6
+ /** Switch text and image columns */
5
7
  isMirrored?: boolean | undefined;
6
- bgMode?: "full" | "inverted" | "splitted" | undefined;
8
+ /** Superior title that stands above main title */
7
9
  superTitle?: string | undefined;
10
+ /** Superior title HTML tag type (h3, h4 ...) */
8
11
  superTitleAs?: HeadlineTag | undefined;
12
+ /** Main title text */
9
13
  title?: string | undefined;
14
+ /** Main title HTML tag type (h2, h3, h4...) */
10
15
  titleAs?: HeadlineTag | undefined;
11
- image?: (Omit<ImageProps, "coverSpace"> & {
12
- description?: string | undefined;
13
- }) | undefined;
14
- 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
+ /** Image or video description text (richtext) */
27
+ description?: string | undefined;
28
+ /** Main richtext */
15
29
  text?: string | undefined;
16
- subText?: string | undefined;
30
+ /** Section background */
31
+ bgMode?: "full" | "inverted" | "splitted" | undefined;
32
+ /** Function to inject custom primary button */
17
33
  primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
34
+ /** Function to inject custom secondary button */
18
35
  secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
19
36
  }>;
20
37
  declare const _default: React.FC<{
38
+ /** Switch text and image columns */
21
39
  isMirrored?: boolean | undefined;
22
- bgMode?: "full" | "inverted" | "splitted" | undefined;
40
+ /** Superior title that stands above main title */
23
41
  superTitle?: string | undefined;
42
+ /** Superior title HTML tag type (h3, h4 ...) */
24
43
  superTitleAs?: HeadlineTag | undefined;
44
+ /** Main title text */
25
45
  title?: string | undefined;
46
+ /** Main title HTML tag type (h2, h3, h4...) */
26
47
  titleAs?: HeadlineTag | undefined;
27
- image?: (Omit<ImageProps, "coverSpace"> & {
28
- description?: string | undefined;
29
- }) | undefined;
30
- intro?: string | undefined;
48
+ /** Images for different screen sizes */
49
+ image?: Omit<ImageProps, "coverSpace"> | undefined;
50
+ /**
51
+ * Use video instead of an image. Until video is loaded images defined in the image prop are used.
52
+ * Multiple video urls can be used to loaded different file formats
53
+ */
54
+ video?: {
55
+ urls: string[];
56
+ aspectRatios?: VideoAspectRatios | undefined;
57
+ } | undefined;
58
+ /** Image or video description text (richtext) */
59
+ description?: string | undefined;
60
+ /** Main richtext */
31
61
  text?: string | undefined;
32
- subText?: string | undefined;
62
+ /** Section background */
63
+ bgMode?: "full" | "inverted" | "splitted" | undefined;
64
+ /** Function to inject custom primary button */
33
65
  primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
66
+ /** Function to inject custom secondary button */
34
67
  secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
35
68
  } & {
36
69
  theme?: {
@@ -52,12 +85,44 @@ declare const _default: React.FC<{
52
85
  medium?: string | undefined;
53
86
  dark?: string | undefined;
54
87
  } | undefined;
55
- tertiary?: {
56
- light?: string | undefined;
57
- medium?: string | undefined;
58
- dark?: string | undefined;
59
- } | undefined;
60
88
  error?: string | undefined;
89
+ new?: {
90
+ text?: {
91
+ default?: string | undefined;
92
+ inverted?: string | undefined;
93
+ error?: string | undefined;
94
+ heading?: string | undefined;
95
+ headingInverted?: string | undefined;
96
+ copy?: string | undefined;
97
+ copyInverted?: string | undefined;
98
+ } | undefined;
99
+ sectionBg?: {
100
+ light?: string | undefined;
101
+ medium?: string | undefined;
102
+ dark?: string | undefined;
103
+ } | undefined;
104
+ elementBg?: {
105
+ light?: string | undefined;
106
+ lightHover?: string | undefined;
107
+ medium?: string | undefined;
108
+ mediumHover?: string | undefined;
109
+ dark?: string | undefined;
110
+ darkHover?: string | undefined;
111
+ } | undefined;
112
+ primary?: {
113
+ default?: string | undefined;
114
+ inverted?: string | undefined;
115
+ hover?: string | undefined;
116
+ invertedHover?: string | undefined;
117
+ } | undefined;
118
+ secondary?: {
119
+ default?: string | undefined;
120
+ inverted?: string | undefined;
121
+ hover?: string | undefined;
122
+ invertedHover?: string | undefined;
123
+ } | undefined;
124
+ error?: string | undefined;
125
+ } | undefined;
61
126
  } | undefined;
62
127
  fonts?: {
63
128
  base?: {
@@ -262,47 +327,6 @@ declare const _default: React.FC<{
262
327
  colorGradient?: string | undefined;
263
328
  colorGradientInverted?: string | undefined;
264
329
  } | 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
330
  callout?: {
307
331
  small?: {
308
332
  family?: string | undefined;
@@ -346,7 +370,7 @@ declare const _default: React.FC<{
346
370
  } | undefined;
347
371
  } | undefined;
348
372
  } | undefined;
349
- globalSettings?: {
373
+ globals?: {
350
374
  sections?: {
351
375
  seperation?: {
352
376
  forcePadding?: boolean | undefined;
@@ -361,12 +385,41 @@ declare const _default: React.FC<{
361
385
  } | undefined;
362
386
  edgeRadius?: (string | null) | undefined;
363
387
  imageTextGradient?: string | undefined;
388
+ imagePlaceholderBg?: {
389
+ default?: string | undefined;
390
+ inverted?: string | undefined;
391
+ } | undefined;
364
392
  newsDateFormat?: string | undefined;
365
393
  newsTimeFormat?: string | undefined;
366
394
  newsLocaleKey?: ("de" | "en") | undefined;
367
395
  datepickerLocaleKey?: ("de" | "en") | undefined;
368
396
  datepickerDateFormat?: string | undefined;
369
397
  } | undefined;
398
+ navigation?: {
399
+ navBar?: {
400
+ isTopNavVisible?: boolean | undefined;
401
+ topNavHeight?: {
402
+ mobile?: {
403
+ small?: number | undefined;
404
+ large?: number | undefined;
405
+ } | undefined;
406
+ desktop?: {
407
+ small?: number | undefined;
408
+ large?: number | undefined;
409
+ } | undefined;
410
+ } | undefined;
411
+ height?: {
412
+ mobile?: {
413
+ small?: number | undefined;
414
+ large?: number | undefined;
415
+ } | undefined;
416
+ desktop?: {
417
+ small?: number | undefined;
418
+ large?: number | undefined;
419
+ } | undefined;
420
+ } | undefined;
421
+ } | undefined;
422
+ } | undefined;
370
423
  } | undefined;
371
424
  } | undefined;
372
425
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"Teaser.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Teaser.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAI9C,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAC5D,OAAc,EAAE,UAAU,EAAE,wBAAgC;AAkQ5D,eAAO,MAAM,eAAe;;;;;;;;;;;;;2DAnIkB,MAAM,SAAS;6DACb,MAAM,SAAS;EAkI1B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACtC,wBAAoC"}
1
+ {"version":3,"file":"Teaser.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Teaser.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuB,MAAM,OAAO,CAAC;AAI5C,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAC5D,OAAc,EAAE,UAAU,EAAE,wBAAgC;AAQ5D,OAAmB,EAAE,iBAAiB,EAAE,6BAAqC;AAiN7E,eAAO,MAAM,eAAe;IAvJxB,oCAAoC;;IAGpC,kDAAkD;;IAGlD,gDAAgD;;IAGhD,sBAAsB;;IAGtB,+CAA+C;;IAG/C,wCAAwC;;IAGxC;;;OAGG;;cAEO,MAAM,EAAE;;;IAIlB,iDAAiD;;IAGjD,oBAAoB;;IAGpB,yBAAyB;;IAGzB,+CAA+C;2DACL,MAAM,SAAS;IAEzD,iDAAiD;6DACL,MAAM,SAAS;EA+G1B,CAAC;;IAvJlC,oCAAoC;;IAGpC,kDAAkD;;IAGlD,gDAAgD;;IAGhD,sBAAsB;;IAGtB,+CAA+C;;IAG/C,wCAAwC;;IAGxC;;;OAGG;;;;;IAMH,iDAAiD;;IAGjD,oBAAoB;;IAGpB,yBAAyB;;IAGzB,+CAA+C;;IAG/C,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiHrD,wBAAoC"}