@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
@@ -31,12 +31,44 @@ declare const _default: React.FC<Record<string, unknown> & {
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<Record<string, unknown> & {
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<Record<string, unknown> & {
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<Record<string, unknown> & {
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":"NumberList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/NumberList.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAwI1C,MAAM,WAAW,eAAe;IAC5B,KAAK,CAAC,EAAE;QACJ,IAAI,CAAC,EAAE;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,GAAG,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACrC,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,KAAK,CAAC,EAAE,MAAM,CAAC;KAClB,EAAE,CAAC;IACJ,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;CAChC;AAoCD,eAAO,MAAM,mBAAmB,2BAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC9C,wBAAwC"}
1
+ {"version":3,"file":"NumberList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/NumberList.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAwI1C,MAAM,WAAW,eAAe;IAC5B,KAAK,CAAC,EAAE;QACJ,IAAI,CAAC,EAAE;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,GAAG,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACrC,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,KAAK,CAAC,EAAE,MAAM,CAAC;KAClB,EAAE,CAAC;IACJ,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;CAChC;AAoCD,eAAO,MAAM,mBAAmB,2BAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC9C,wBAAwC"}
@@ -2,26 +2,44 @@ import React from 'react';
2
2
  import { ImageProps } from "../blocks/Image";
3
3
  import { HeadlineTag } from "../typography/Heading";
4
4
  export declare const PosterComponent: React.FC<{
5
- image: ImageProps;
5
+ /** Clamp width of poster image to content wrapper or large wrapper */
6
+ width?: "full" | "content" | undefined;
7
+ /** The poster image settings */
8
+ image: Omit<ImageProps, 'coverSpace' | 'ratios'>;
9
+ /** Main title text */
6
10
  title?: string | undefined;
11
+ /** Main title HTML tag type (h2, h3, h4...) */
7
12
  titleAs?: HeadlineTag | undefined;
13
+ /** Superior title that stands above main title */
8
14
  superTitle?: string | undefined;
15
+ /** Superior title HTML tag type (h3, h4 ...) */
9
16
  superTitleAs?: HeadlineTag | undefined;
17
+ /** Text underneath the title (richtext) */
10
18
  text?: string | undefined;
19
+ /** Function to inject custom primary button */
11
20
  primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
21
+ /** Function to inject custom secondary button */
12
22
  secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
13
- hasWrapper?: boolean | undefined;
14
23
  }>;
15
24
  declare const _default: React.FC<{
16
- image: ImageProps;
25
+ /** Clamp width of poster image to content wrapper or large wrapper */
26
+ width?: "full" | "content" | undefined;
27
+ /** The poster image settings */
28
+ image: Omit<ImageProps, "coverSpace" | "ratios">;
29
+ /** Main title text */
17
30
  title?: string | undefined;
31
+ /** Main title HTML tag type (h2, h3, h4...) */
18
32
  titleAs?: HeadlineTag | undefined;
33
+ /** Superior title that stands above main title */
19
34
  superTitle?: string | undefined;
35
+ /** Superior title HTML tag type (h3, h4 ...) */
20
36
  superTitleAs?: HeadlineTag | undefined;
37
+ /** Text underneath the title (richtext) */
21
38
  text?: string | undefined;
39
+ /** Function to inject custom primary button */
22
40
  primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
41
+ /** Function to inject custom secondary button */
23
42
  secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
24
- hasWrapper?: boolean | undefined;
25
43
  } & {
26
44
  theme?: {
27
45
  colors?: {
@@ -42,12 +60,44 @@ declare const _default: React.FC<{
42
60
  medium?: string | undefined;
43
61
  dark?: string | undefined;
44
62
  } | undefined;
45
- tertiary?: {
46
- light?: string | undefined;
47
- medium?: string | undefined;
48
- dark?: string | undefined;
49
- } | undefined;
50
63
  error?: string | undefined;
64
+ new?: {
65
+ text?: {
66
+ default?: string | undefined;
67
+ inverted?: string | undefined;
68
+ error?: string | undefined;
69
+ heading?: string | undefined;
70
+ headingInverted?: string | undefined;
71
+ copy?: string | undefined;
72
+ copyInverted?: string | undefined;
73
+ } | undefined;
74
+ sectionBg?: {
75
+ light?: string | undefined;
76
+ medium?: string | undefined;
77
+ dark?: string | undefined;
78
+ } | undefined;
79
+ elementBg?: {
80
+ light?: string | undefined;
81
+ lightHover?: string | undefined;
82
+ medium?: string | undefined;
83
+ mediumHover?: string | undefined;
84
+ dark?: string | undefined;
85
+ darkHover?: string | undefined;
86
+ } | undefined;
87
+ primary?: {
88
+ default?: string | undefined;
89
+ inverted?: string | undefined;
90
+ hover?: string | undefined;
91
+ invertedHover?: string | undefined;
92
+ } | undefined;
93
+ secondary?: {
94
+ default?: string | undefined;
95
+ inverted?: string | undefined;
96
+ hover?: string | undefined;
97
+ invertedHover?: string | undefined;
98
+ } | undefined;
99
+ error?: string | undefined;
100
+ } | undefined;
51
101
  } | undefined;
52
102
  fonts?: {
53
103
  base?: {
@@ -252,47 +302,6 @@ declare const _default: React.FC<{
252
302
  colorGradient?: string | undefined;
253
303
  colorGradientInverted?: string | undefined;
254
304
  } | undefined;
255
- label?: {
256
- small?: {
257
- family?: string | undefined;
258
- weight?: string | undefined;
259
- style?: string | undefined;
260
- lineHeight?: string | undefined;
261
- letterSpacing?: string | undefined;
262
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
263
- textTransform?: string | undefined;
264
- color?: string | undefined;
265
- colorInverted?: string | undefined;
266
- colorGradient?: string | undefined;
267
- colorGradientInverted?: string | undefined;
268
- } | undefined;
269
- medium?: {
270
- family?: string | undefined;
271
- weight?: string | undefined;
272
- style?: string | undefined;
273
- lineHeight?: string | undefined;
274
- letterSpacing?: string | undefined;
275
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
276
- textTransform?: string | undefined;
277
- color?: string | undefined;
278
- colorInverted?: string | undefined;
279
- colorGradient?: string | undefined;
280
- colorGradientInverted?: string | undefined;
281
- } | undefined;
282
- big?: {
283
- family?: string | undefined;
284
- weight?: string | undefined;
285
- style?: string | undefined;
286
- lineHeight?: string | undefined;
287
- letterSpacing?: string | undefined;
288
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
289
- textTransform?: string | undefined;
290
- color?: string | undefined;
291
- colorInverted?: string | undefined;
292
- colorGradient?: string | undefined;
293
- colorGradientInverted?: string | undefined;
294
- } | undefined;
295
- } | undefined;
296
305
  callout?: {
297
306
  small?: {
298
307
  family?: string | undefined;
@@ -336,7 +345,7 @@ declare const _default: React.FC<{
336
345
  } | undefined;
337
346
  } | undefined;
338
347
  } | undefined;
339
- globalSettings?: {
348
+ globals?: {
340
349
  sections?: {
341
350
  seperation?: {
342
351
  forcePadding?: boolean | undefined;
@@ -351,12 +360,41 @@ declare const _default: React.FC<{
351
360
  } | undefined;
352
361
  edgeRadius?: (string | null) | undefined;
353
362
  imageTextGradient?: string | undefined;
363
+ imagePlaceholderBg?: {
364
+ default?: string | undefined;
365
+ inverted?: string | undefined;
366
+ } | undefined;
354
367
  newsDateFormat?: string | undefined;
355
368
  newsTimeFormat?: string | undefined;
356
369
  newsLocaleKey?: ("de" | "en") | undefined;
357
370
  datepickerLocaleKey?: ("de" | "en") | undefined;
358
371
  datepickerDateFormat?: string | undefined;
359
372
  } | undefined;
373
+ navigation?: {
374
+ navBar?: {
375
+ isTopNavVisible?: boolean | undefined;
376
+ topNavHeight?: {
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
+ height?: {
387
+ mobile?: {
388
+ small?: number | undefined;
389
+ large?: number | undefined;
390
+ } | undefined;
391
+ desktop?: {
392
+ small?: number | undefined;
393
+ large?: number | undefined;
394
+ } | undefined;
395
+ } | undefined;
396
+ } | undefined;
397
+ } | undefined;
360
398
  } | undefined;
361
399
  } | undefined;
362
400
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"Poster.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Poster.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAKlC,OAAc,EAAE,UAAU,EAAE,wBAAgC;AAQ5D,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAwH5D,eAAO,MAAM,eAAe;WA/CjB,UAAU;;;;;;2DAOyB,MAAM,SAAS;6DACb,MAAM,SAAS;;EAuC1B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACtC,wBAAoC"}
1
+ {"version":3,"file":"Poster.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Poster.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAKlC,OAAc,EAAE,UAAU,EAAE,wBAAgC;AAG5D,OAAO,EAAE,WAAW,EAAE,8BAAsC;AAgH5D,eAAO,MAAM,eAAe;IAjExB,sEAAsE;;IAGtE,gCAAgC;WACzB,KAAK,UAAU,EAAE,YAAY,GAAG,QAAQ,CAAC;IAEhD,sBAAsB;;IAGtB,+CAA+C;;IAG/C,kDAAkD;;IAGlD,gDAAgD;;IAGhD,2CAA2C;;IAG3C,+CAA+C;2DACL,MAAM,SAAS;IAEzD,iDAAiD;6DACL,MAAM,SAAS;EAwC1B,CAAC;;IAjElC,sEAAsE;;IAGtE,gCAAgC;;IAGhC,sBAAsB;;IAGtB,+CAA+C;;IAG/C,kDAAkD;;IAGlD,gDAAgD;;IAGhD,2CAA2C;;IAG3C,+CAA+C;;IAG/C,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CrD,wBAAoC"}
@@ -1,16 +1,25 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
+ export interface PriceItems {
3
+ /** Title of the price item */
4
+ title?: string;
5
+ /** Description text of price item (richtext) */
6
+ text?: string;
7
+ /** The price value (Currency not included) */
8
+ price?: string;
9
+ }
10
+ export declare const PriceBlock: React.FC<PriceItems & {
11
+ hasBg?: boolean;
12
+ }>;
2
13
  export declare const PriceListComponent: React.FC<{
3
- items: {
4
- text?: string;
5
- price?: string;
6
- }[];
14
+ /** Array with price items */
15
+ items?: PriceItems[] | undefined;
16
+ /** Section background */
7
17
  bgMode?: "inverted" | "full" | undefined;
8
18
  }>;
9
19
  declare const _default: React.FC<{
10
- items: {
11
- text?: string | undefined;
12
- price?: string | undefined;
13
- }[];
20
+ /** Array with price items */
21
+ items?: PriceItems[] | undefined;
22
+ /** Section background */
14
23
  bgMode?: "inverted" | "full" | undefined;
15
24
  } & {
16
25
  theme?: {
@@ -32,12 +41,44 @@ declare const _default: React.FC<{
32
41
  medium?: string | undefined;
33
42
  dark?: string | undefined;
34
43
  } | undefined;
35
- tertiary?: {
36
- light?: string | undefined;
37
- medium?: string | undefined;
38
- dark?: string | undefined;
39
- } | undefined;
40
44
  error?: string | undefined;
45
+ new?: {
46
+ text?: {
47
+ default?: string | undefined;
48
+ inverted?: string | undefined;
49
+ error?: string | undefined;
50
+ heading?: string | undefined;
51
+ headingInverted?: string | undefined;
52
+ copy?: string | undefined;
53
+ copyInverted?: string | undefined;
54
+ } | undefined;
55
+ sectionBg?: {
56
+ light?: string | undefined;
57
+ medium?: string | undefined;
58
+ dark?: string | undefined;
59
+ } | undefined;
60
+ elementBg?: {
61
+ light?: string | undefined;
62
+ lightHover?: string | undefined;
63
+ medium?: string | undefined;
64
+ mediumHover?: string | undefined;
65
+ dark?: string | undefined;
66
+ darkHover?: string | undefined;
67
+ } | undefined;
68
+ primary?: {
69
+ default?: string | undefined;
70
+ inverted?: string | undefined;
71
+ hover?: string | undefined;
72
+ invertedHover?: string | undefined;
73
+ } | undefined;
74
+ secondary?: {
75
+ default?: string | undefined;
76
+ inverted?: string | undefined;
77
+ hover?: string | undefined;
78
+ invertedHover?: string | undefined;
79
+ } | undefined;
80
+ error?: string | undefined;
81
+ } | undefined;
41
82
  } | undefined;
42
83
  fonts?: {
43
84
  base?: {
@@ -242,47 +283,6 @@ declare const _default: React.FC<{
242
283
  colorGradient?: string | undefined;
243
284
  colorGradientInverted?: string | undefined;
244
285
  } | undefined;
245
- label?: {
246
- small?: {
247
- family?: string | undefined;
248
- weight?: string | undefined;
249
- style?: string | undefined;
250
- lineHeight?: string | undefined;
251
- letterSpacing?: string | undefined;
252
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
253
- textTransform?: string | undefined;
254
- color?: string | undefined;
255
- colorInverted?: string | undefined;
256
- colorGradient?: string | undefined;
257
- colorGradientInverted?: string | undefined;
258
- } | undefined;
259
- medium?: {
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
- big?: {
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
- } | undefined;
286
286
  callout?: {
287
287
  small?: {
288
288
  family?: string | undefined;
@@ -326,7 +326,7 @@ declare const _default: React.FC<{
326
326
  } | undefined;
327
327
  } | undefined;
328
328
  } | undefined;
329
- globalSettings?: {
329
+ globals?: {
330
330
  sections?: {
331
331
  seperation?: {
332
332
  forcePadding?: boolean | undefined;
@@ -341,12 +341,41 @@ declare const _default: React.FC<{
341
341
  } | undefined;
342
342
  edgeRadius?: (string | null) | undefined;
343
343
  imageTextGradient?: string | undefined;
344
+ imagePlaceholderBg?: {
345
+ default?: string | undefined;
346
+ inverted?: string | undefined;
347
+ } | undefined;
344
348
  newsDateFormat?: string | undefined;
345
349
  newsTimeFormat?: string | undefined;
346
350
  newsLocaleKey?: ("de" | "en") | undefined;
347
351
  datepickerLocaleKey?: ("de" | "en") | undefined;
348
352
  datepickerDateFormat?: string | undefined;
349
353
  } | undefined;
354
+ navigation?: {
355
+ navBar?: {
356
+ isTopNavVisible?: boolean | undefined;
357
+ topNavHeight?: {
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
+ height?: {
368
+ mobile?: {
369
+ small?: number | undefined;
370
+ large?: number | undefined;
371
+ } | undefined;
372
+ desktop?: {
373
+ small?: number | undefined;
374
+ large?: number | undefined;
375
+ } | undefined;
376
+ } | undefined;
377
+ } | undefined;
378
+ } | undefined;
350
379
  } | undefined;
351
380
  } | undefined;
352
381
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"PriceList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/PriceList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA4E/B,eAAO,MAAM,kBAAkB;WApCpB;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE;;EAoCH,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC5C,wBAAuC"}
1
+ {"version":3,"file":"PriceList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/PriceList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0D1B,MAAM,WAAW,UAAU;IACvB,8BAA8B;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gDAAgD;IAChD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8CAA8C;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,CAejE,CAAC;AAoCF,eAAO,MAAM,kBAAkB;IAjC3B,6BAA6B;;IAG7B,yBAAyB;;EA8Bc,CAAC;;IAjCxC,6BAA6B;;IAG7B,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+B7B,wBAAuC"}