@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,24 +1,30 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  export declare const FactListComponent: React.FC<{
3
+ /** Array with fact item data */
3
4
  facts?: {
4
5
  label?: string | undefined;
5
6
  text?: string | undefined;
6
- icon?: {
7
- src: string;
8
- alt?: string | undefined;
9
- } | undefined;
10
7
  }[] | undefined;
8
+ /** Icon for each fact item */
9
+ icon?: {
10
+ src: string;
11
+ alt?: string | undefined;
12
+ } | undefined;
13
+ /** Section background */
11
14
  bgMode?: "full" | "inverted" | undefined;
12
15
  }>;
13
16
  declare const _default: React.FC<{
17
+ /** Array with fact item data */
14
18
  facts?: {
15
19
  label?: string | undefined;
16
20
  text?: string | undefined;
17
- icon?: {
18
- src: string;
19
- alt?: string | undefined;
20
- } | undefined;
21
21
  }[] | undefined;
22
+ /** Icon for each fact item */
23
+ icon?: {
24
+ src: string;
25
+ alt?: string | undefined;
26
+ } | undefined;
27
+ /** Section background */
22
28
  bgMode?: "full" | "inverted" | undefined;
23
29
  } & {
24
30
  theme?: {
@@ -40,12 +46,44 @@ declare const _default: React.FC<{
40
46
  medium?: string | undefined;
41
47
  dark?: string | undefined;
42
48
  } | undefined;
43
- tertiary?: {
44
- light?: string | undefined;
45
- medium?: string | undefined;
46
- dark?: string | undefined;
47
- } | undefined;
48
49
  error?: string | undefined;
50
+ new?: {
51
+ text?: {
52
+ default?: string | undefined;
53
+ inverted?: string | undefined;
54
+ error?: string | undefined;
55
+ heading?: string | undefined;
56
+ headingInverted?: string | undefined;
57
+ copy?: string | undefined;
58
+ copyInverted?: string | undefined;
59
+ } | undefined;
60
+ sectionBg?: {
61
+ light?: string | undefined;
62
+ medium?: string | undefined;
63
+ dark?: string | undefined;
64
+ } | undefined;
65
+ elementBg?: {
66
+ light?: string | undefined;
67
+ lightHover?: string | undefined;
68
+ medium?: string | undefined;
69
+ mediumHover?: string | undefined;
70
+ dark?: string | undefined;
71
+ darkHover?: string | undefined;
72
+ } | undefined;
73
+ primary?: {
74
+ default?: string | undefined;
75
+ inverted?: string | undefined;
76
+ hover?: string | undefined;
77
+ invertedHover?: string | undefined;
78
+ } | undefined;
79
+ secondary?: {
80
+ default?: string | undefined;
81
+ inverted?: string | undefined;
82
+ hover?: string | undefined;
83
+ invertedHover?: string | undefined;
84
+ } | undefined;
85
+ error?: string | undefined;
86
+ } | undefined;
49
87
  } | undefined;
50
88
  fonts?: {
51
89
  base?: {
@@ -250,47 +288,6 @@ declare const _default: React.FC<{
250
288
  colorGradient?: string | undefined;
251
289
  colorGradientInverted?: string | undefined;
252
290
  } | undefined;
253
- label?: {
254
- small?: {
255
- family?: string | undefined;
256
- weight?: string | undefined;
257
- style?: string | undefined;
258
- lineHeight?: string | undefined;
259
- letterSpacing?: string | undefined;
260
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
261
- textTransform?: string | undefined;
262
- color?: string | undefined;
263
- colorInverted?: string | undefined;
264
- colorGradient?: string | undefined;
265
- colorGradientInverted?: string | undefined;
266
- } | undefined;
267
- medium?: {
268
- family?: string | undefined;
269
- weight?: string | undefined;
270
- style?: string | undefined;
271
- lineHeight?: string | undefined;
272
- letterSpacing?: string | undefined;
273
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
274
- textTransform?: string | undefined;
275
- color?: string | undefined;
276
- colorInverted?: string | undefined;
277
- colorGradient?: string | undefined;
278
- colorGradientInverted?: string | undefined;
279
- } | undefined;
280
- big?: {
281
- family?: string | undefined;
282
- weight?: string | undefined;
283
- style?: string | undefined;
284
- lineHeight?: string | undefined;
285
- letterSpacing?: string | undefined;
286
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
287
- textTransform?: string | undefined;
288
- color?: string | undefined;
289
- colorInverted?: string | undefined;
290
- colorGradient?: string | undefined;
291
- colorGradientInverted?: string | undefined;
292
- } | undefined;
293
- } | undefined;
294
291
  callout?: {
295
292
  small?: {
296
293
  family?: string | undefined;
@@ -334,7 +331,7 @@ declare const _default: React.FC<{
334
331
  } | undefined;
335
332
  } | undefined;
336
333
  } | undefined;
337
- globalSettings?: {
334
+ globals?: {
338
335
  sections?: {
339
336
  seperation?: {
340
337
  forcePadding?: boolean | undefined;
@@ -349,12 +346,41 @@ declare const _default: React.FC<{
349
346
  } | undefined;
350
347
  edgeRadius?: (string | null) | undefined;
351
348
  imageTextGradient?: string | undefined;
349
+ imagePlaceholderBg?: {
350
+ default?: string | undefined;
351
+ inverted?: string | undefined;
352
+ } | undefined;
352
353
  newsDateFormat?: string | undefined;
353
354
  newsTimeFormat?: string | undefined;
354
355
  newsLocaleKey?: ("de" | "en") | undefined;
355
356
  datepickerLocaleKey?: ("de" | "en") | undefined;
356
357
  datepickerDateFormat?: string | undefined;
357
358
  } | undefined;
359
+ navigation?: {
360
+ navBar?: {
361
+ isTopNavVisible?: boolean | undefined;
362
+ topNavHeight?: {
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
+ height?: {
373
+ mobile?: {
374
+ small?: number | undefined;
375
+ large?: number | undefined;
376
+ } | undefined;
377
+ desktop?: {
378
+ small?: number | undefined;
379
+ large?: number | undefined;
380
+ } | undefined;
381
+ } | undefined;
382
+ } | undefined;
383
+ } | undefined;
358
384
  } | undefined;
359
385
  } | undefined;
360
386
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"FactList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/FactList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAoG/B,eAAO,MAAM,iBAAiB;;;;;iBAlDR,MAAM;;;;;EAkDa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC1C,wBAAsC"}
1
+ {"version":3,"file":"FactList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/FactList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA0H1B,eAAO,MAAM,iBAAiB;IAjE1B,gCAAgC;;;;;IAMhC,8BAA8B;;aAChB,MAAM;;;IAEpB,yBAAyB;;EAwDY,CAAC;;IAjEtC,gCAAgC;;;;;IAMhC,8BAA8B;;;;;IAG9B,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyD7B,wBAAsC"}
@@ -1,13 +1,19 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { FeatureProps } from "../blocks/Feature";
3
3
  export declare const FeatureListComponent: React.FC<{
4
+ /** Center texts in every feature item */
4
5
  isCentered?: boolean | undefined;
6
+ /** Array with feature item content */
5
7
  features?: FeatureProps[] | undefined;
8
+ /** Section background */
6
9
  bgMode?: "full" | "splitted" | "inverted" | undefined;
7
10
  }>;
8
11
  declare const _default: React.FC<{
12
+ /** Center texts in every feature item */
9
13
  isCentered?: boolean | undefined;
14
+ /** Array with feature item content */
10
15
  features?: FeatureProps[] | undefined;
16
+ /** Section background */
11
17
  bgMode?: "full" | "splitted" | "inverted" | undefined;
12
18
  } & {
13
19
  theme?: {
@@ -29,12 +35,44 @@ declare const _default: React.FC<{
29
35
  medium?: string | undefined;
30
36
  dark?: string | undefined;
31
37
  } | undefined;
32
- tertiary?: {
33
- light?: string | undefined;
34
- medium?: string | undefined;
35
- dark?: string | undefined;
36
- } | undefined;
37
38
  error?: string | undefined;
39
+ new?: {
40
+ text?: {
41
+ default?: string | undefined;
42
+ inverted?: string | undefined;
43
+ error?: string | undefined;
44
+ heading?: string | undefined;
45
+ headingInverted?: string | undefined;
46
+ copy?: string | undefined;
47
+ copyInverted?: string | undefined;
48
+ } | undefined;
49
+ sectionBg?: {
50
+ light?: string | undefined;
51
+ medium?: string | undefined;
52
+ dark?: string | undefined;
53
+ } | undefined;
54
+ elementBg?: {
55
+ light?: string | undefined;
56
+ lightHover?: string | undefined;
57
+ medium?: string | undefined;
58
+ mediumHover?: string | undefined;
59
+ dark?: string | undefined;
60
+ darkHover?: string | undefined;
61
+ } | undefined;
62
+ primary?: {
63
+ default?: string | undefined;
64
+ inverted?: string | undefined;
65
+ hover?: string | undefined;
66
+ invertedHover?: string | undefined;
67
+ } | undefined;
68
+ secondary?: {
69
+ default?: string | undefined;
70
+ inverted?: string | undefined;
71
+ hover?: string | undefined;
72
+ invertedHover?: string | undefined;
73
+ } | undefined;
74
+ error?: string | undefined;
75
+ } | undefined;
38
76
  } | undefined;
39
77
  fonts?: {
40
78
  base?: {
@@ -239,47 +277,6 @@ declare const _default: React.FC<{
239
277
  colorGradient?: string | undefined;
240
278
  colorGradientInverted?: string | undefined;
241
279
  } | undefined;
242
- label?: {
243
- small?: {
244
- family?: string | undefined;
245
- weight?: string | undefined;
246
- style?: string | undefined;
247
- lineHeight?: string | undefined;
248
- letterSpacing?: string | undefined;
249
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
250
- textTransform?: string | undefined;
251
- color?: string | undefined;
252
- colorInverted?: string | undefined;
253
- colorGradient?: string | undefined;
254
- colorGradientInverted?: string | undefined;
255
- } | undefined;
256
- medium?: {
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
- big?: {
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
- } | undefined;
283
280
  callout?: {
284
281
  small?: {
285
282
  family?: string | undefined;
@@ -323,7 +320,7 @@ declare const _default: React.FC<{
323
320
  } | undefined;
324
321
  } | undefined;
325
322
  } | undefined;
326
- globalSettings?: {
323
+ globals?: {
327
324
  sections?: {
328
325
  seperation?: {
329
326
  forcePadding?: boolean | undefined;
@@ -338,12 +335,41 @@ declare const _default: React.FC<{
338
335
  } | undefined;
339
336
  edgeRadius?: (string | null) | undefined;
340
337
  imageTextGradient?: string | undefined;
338
+ imagePlaceholderBg?: {
339
+ default?: string | undefined;
340
+ inverted?: string | undefined;
341
+ } | undefined;
341
342
  newsDateFormat?: string | undefined;
342
343
  newsTimeFormat?: string | undefined;
343
344
  newsLocaleKey?: ("de" | "en") | undefined;
344
345
  datepickerLocaleKey?: ("de" | "en") | undefined;
345
346
  datepickerDateFormat?: string | undefined;
346
347
  } | undefined;
348
+ navigation?: {
349
+ navBar?: {
350
+ isTopNavVisible?: boolean | undefined;
351
+ topNavHeight?: {
352
+ mobile?: {
353
+ small?: number | undefined;
354
+ large?: number | undefined;
355
+ } | undefined;
356
+ desktop?: {
357
+ small?: number | undefined;
358
+ large?: number | undefined;
359
+ } | undefined;
360
+ } | undefined;
361
+ height?: {
362
+ mobile?: {
363
+ small?: number | undefined;
364
+ large?: number | undefined;
365
+ } | undefined;
366
+ desktop?: {
367
+ small?: number | undefined;
368
+ large?: number | undefined;
369
+ } | undefined;
370
+ } | undefined;
371
+ } | undefined;
372
+ } | undefined;
347
373
  } | undefined;
348
374
  } | undefined;
349
375
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"FeatureList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/FeatureList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAgB,EAAE,YAAY,EAAE,0BAAkC;AAoGlE,eAAO,MAAM,oBAAoB;;;;EAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAChD,wBAAyC"}
1
+ {"version":3,"file":"FeatureList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/FeatureList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAgB,EAAE,YAAY,EAAE,0BAAkC;AAyElE,eAAO,MAAM,oBAAoB;IApE7B,yCAAyC;;IAGzC,sCAAsC;;IAGtC,yBAAyB;;EA8DkB,CAAC;;IApE5C,yCAAyC;;IAGzC,sCAAsC;;IAGtC,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+D7B,wBAAyC"}
@@ -71,12 +71,44 @@ declare const _default: React.FC<{
71
71
  medium?: string | undefined;
72
72
  dark?: string | undefined;
73
73
  } | undefined;
74
- tertiary?: {
75
- light?: string | undefined;
76
- medium?: string | undefined;
77
- dark?: string | undefined;
78
- } | undefined;
79
74
  error?: string | undefined;
75
+ new?: {
76
+ text?: {
77
+ default?: string | undefined;
78
+ inverted?: string | undefined;
79
+ error?: string | undefined;
80
+ heading?: string | undefined;
81
+ headingInverted?: string | undefined;
82
+ copy?: string | undefined;
83
+ copyInverted?: string | undefined;
84
+ } | undefined;
85
+ sectionBg?: {
86
+ light?: string | undefined;
87
+ medium?: string | undefined;
88
+ dark?: string | undefined;
89
+ } | undefined;
90
+ elementBg?: {
91
+ light?: string | undefined;
92
+ lightHover?: string | undefined;
93
+ medium?: string | undefined;
94
+ mediumHover?: string | undefined;
95
+ dark?: string | undefined;
96
+ darkHover?: string | undefined;
97
+ } | undefined;
98
+ primary?: {
99
+ default?: string | undefined;
100
+ inverted?: string | undefined;
101
+ hover?: string | undefined;
102
+ invertedHover?: string | undefined;
103
+ } | undefined;
104
+ secondary?: {
105
+ default?: string | undefined;
106
+ inverted?: string | undefined;
107
+ hover?: string | undefined;
108
+ invertedHover?: string | undefined;
109
+ } | undefined;
110
+ error?: string | undefined;
111
+ } | undefined;
80
112
  } | undefined;
81
113
  fonts?: {
82
114
  base?: {
@@ -281,47 +313,6 @@ declare const _default: React.FC<{
281
313
  colorGradient?: string | undefined;
282
314
  colorGradientInverted?: string | undefined;
283
315
  } | undefined;
284
- label?: {
285
- small?: {
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
- medium?: {
299
- family?: string | undefined;
300
- weight?: string | undefined;
301
- style?: string | undefined;
302
- lineHeight?: string | undefined;
303
- letterSpacing?: string | undefined;
304
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
305
- textTransform?: string | undefined;
306
- color?: string | undefined;
307
- colorInverted?: string | undefined;
308
- colorGradient?: string | undefined;
309
- colorGradientInverted?: string | undefined;
310
- } | undefined;
311
- big?: {
312
- family?: string | undefined;
313
- weight?: string | undefined;
314
- style?: string | undefined;
315
- lineHeight?: string | undefined;
316
- letterSpacing?: string | undefined;
317
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
318
- textTransform?: string | undefined;
319
- color?: string | undefined;
320
- colorInverted?: string | undefined;
321
- colorGradient?: string | undefined;
322
- colorGradientInverted?: string | undefined;
323
- } | undefined;
324
- } | undefined;
325
316
  callout?: {
326
317
  small?: {
327
318
  family?: string | undefined;
@@ -365,7 +356,7 @@ declare const _default: React.FC<{
365
356
  } | undefined;
366
357
  } | undefined;
367
358
  } | undefined;
368
- globalSettings?: {
359
+ globals?: {
369
360
  sections?: {
370
361
  seperation?: {
371
362
  forcePadding?: boolean | undefined;
@@ -380,12 +371,41 @@ declare const _default: React.FC<{
380
371
  } | undefined;
381
372
  edgeRadius?: (string | null) | undefined;
382
373
  imageTextGradient?: string | undefined;
374
+ imagePlaceholderBg?: {
375
+ default?: string | undefined;
376
+ inverted?: string | undefined;
377
+ } | undefined;
383
378
  newsDateFormat?: string | undefined;
384
379
  newsTimeFormat?: string | undefined;
385
380
  newsLocaleKey?: ("de" | "en") | undefined;
386
381
  datepickerLocaleKey?: ("de" | "en") | undefined;
387
382
  datepickerDateFormat?: string | undefined;
388
383
  } | undefined;
384
+ navigation?: {
385
+ navBar?: {
386
+ isTopNavVisible?: boolean | undefined;
387
+ topNavHeight?: {
388
+ mobile?: {
389
+ small?: number | undefined;
390
+ large?: number | undefined;
391
+ } | undefined;
392
+ desktop?: {
393
+ small?: number | undefined;
394
+ large?: number | undefined;
395
+ } | undefined;
396
+ } | undefined;
397
+ height?: {
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
+ } | undefined;
408
+ } | undefined;
389
409
  } | undefined;
390
410
  } | undefined;
391
411
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Footer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAclC,OAAa,EAAE,SAAS,EAAE,2BAAmC;AAkX7D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;sDAhJa,MAAM,SAAS;;cAC5B,MAAM,SAAS;cAAQ,MAAM;;;cAC/B,MAAM;;;;gBAChB,MAAM,SAAS;EA6IM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACtC,wBAAoC"}
1
+ {"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Footer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAa,MAAM,OAAO,CAAC;AAclC,OAAa,EAAE,SAAS,EAAE,2BAAmC;AAuX7D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;sDArJa,MAAM,SAAS;;cAC5B,MAAM,SAAS;cAAQ,MAAM;;;cAC/B,MAAM;;;;gBAChB,MAAM,SAAS;EAkJM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACtC,wBAAoC"}
@@ -89,12 +89,44 @@ declare const _default: React.FC<{
89
89
  medium?: string | undefined;
90
90
  dark?: string | undefined;
91
91
  } | undefined;
92
- tertiary?: {
93
- light?: string | undefined;
94
- medium?: string | undefined;
95
- dark?: string | undefined;
96
- } | undefined;
97
92
  error?: string | undefined;
93
+ new?: {
94
+ text?: {
95
+ default?: string | undefined;
96
+ inverted?: string | undefined;
97
+ error?: string | undefined;
98
+ heading?: string | undefined;
99
+ headingInverted?: string | undefined;
100
+ copy?: string | undefined;
101
+ copyInverted?: string | undefined;
102
+ } | undefined;
103
+ sectionBg?: {
104
+ light?: string | undefined;
105
+ medium?: string | undefined;
106
+ dark?: string | undefined;
107
+ } | undefined;
108
+ elementBg?: {
109
+ light?: string | undefined;
110
+ lightHover?: string | undefined;
111
+ medium?: string | undefined;
112
+ mediumHover?: string | undefined;
113
+ dark?: string | undefined;
114
+ darkHover?: string | undefined;
115
+ } | undefined;
116
+ primary?: {
117
+ default?: string | undefined;
118
+ inverted?: string | undefined;
119
+ hover?: string | undefined;
120
+ invertedHover?: string | undefined;
121
+ } | undefined;
122
+ secondary?: {
123
+ default?: string | undefined;
124
+ inverted?: string | undefined;
125
+ hover?: string | undefined;
126
+ invertedHover?: string | undefined;
127
+ } | undefined;
128
+ error?: string | undefined;
129
+ } | undefined;
98
130
  } | undefined;
99
131
  fonts?: {
100
132
  base?: {
@@ -299,47 +331,6 @@ declare const _default: React.FC<{
299
331
  colorGradient?: string | undefined;
300
332
  colorGradientInverted?: string | undefined;
301
333
  } | undefined;
302
- label?: {
303
- small?: {
304
- family?: string | undefined;
305
- weight?: string | undefined;
306
- style?: string | undefined;
307
- lineHeight?: string | undefined;
308
- letterSpacing?: string | undefined;
309
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
310
- textTransform?: string | undefined;
311
- color?: string | undefined;
312
- colorInverted?: string | undefined;
313
- colorGradient?: string | undefined;
314
- colorGradientInverted?: string | undefined;
315
- } | undefined;
316
- medium?: {
317
- family?: string | undefined;
318
- weight?: string | undefined;
319
- style?: string | undefined;
320
- lineHeight?: string | undefined;
321
- letterSpacing?: string | undefined;
322
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
323
- textTransform?: string | undefined;
324
- color?: string | undefined;
325
- colorInverted?: string | undefined;
326
- colorGradient?: string | undefined;
327
- colorGradientInverted?: string | undefined;
328
- } | undefined;
329
- big?: {
330
- family?: string | undefined;
331
- weight?: string | undefined;
332
- style?: string | undefined;
333
- lineHeight?: string | undefined;
334
- letterSpacing?: string | undefined;
335
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
336
- textTransform?: string | undefined;
337
- color?: string | undefined;
338
- colorInverted?: string | undefined;
339
- colorGradient?: string | undefined;
340
- colorGradientInverted?: string | undefined;
341
- } | undefined;
342
- } | undefined;
343
334
  callout?: {
344
335
  small?: {
345
336
  family?: string | undefined;
@@ -383,7 +374,7 @@ declare const _default: React.FC<{
383
374
  } | undefined;
384
375
  } | undefined;
385
376
  } | undefined;
386
- globalSettings?: {
377
+ globals?: {
387
378
  sections?: {
388
379
  seperation?: {
389
380
  forcePadding?: boolean | undefined;
@@ -398,12 +389,41 @@ declare const _default: React.FC<{
398
389
  } | undefined;
399
390
  edgeRadius?: (string | null) | undefined;
400
391
  imageTextGradient?: string | undefined;
392
+ imagePlaceholderBg?: {
393
+ default?: string | undefined;
394
+ inverted?: string | undefined;
395
+ } | undefined;
401
396
  newsDateFormat?: string | undefined;
402
397
  newsTimeFormat?: string | undefined;
403
398
  newsLocaleKey?: ("de" | "en") | undefined;
404
399
  datepickerLocaleKey?: ("de" | "en") | undefined;
405
400
  datepickerDateFormat?: string | undefined;
406
401
  } | undefined;
402
+ navigation?: {
403
+ navBar?: {
404
+ isTopNavVisible?: boolean | undefined;
405
+ topNavHeight?: {
406
+ mobile?: {
407
+ small?: number | undefined;
408
+ large?: number | undefined;
409
+ } | undefined;
410
+ desktop?: {
411
+ small?: number | undefined;
412
+ large?: number | undefined;
413
+ } | undefined;
414
+ } | undefined;
415
+ height?: {
416
+ mobile?: {
417
+ small?: number | undefined;
418
+ large?: number | undefined;
419
+ } | undefined;
420
+ desktop?: {
421
+ small?: number | undefined;
422
+ large?: number | undefined;
423
+ } | undefined;
424
+ } | undefined;
425
+ } | undefined;
426
+ } | undefined;
407
427
  } | undefined;
408
428
  } | undefined;
409
429
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAkB,EAAE,SAAS,EAAE,4BAAoC;AA4CnE,MAAM,WAAW,QAAQ;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,oBAAY,cAAc,GAAG,IAAI,CAAC,SAAS,EAAE,OAAO,GAAG,MAAM,GAAG,cAAc,CAAC,CAAC;AAChF,oBAAY,cAAc,GAAG;KAAG,GAAG,IAAI,MAAM,QAAQ,GAAG,MAAM;CAAE,CAAC;AAwQjE,eAAO,MAAM,aAAa;2DArQoB,MAAM,SAAS;6DACb,MAAM,SAAS;4BACpC;QACnB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,eAAe,EAAE;YAAE,IAAI,EAAE,QAAQ,CAAC;YAAC,EAAE,EAAE,QAAQ,GAAG,GAAG,CAAA;SAAE,CAAC;QACxD,UAAU,CAAC,EAAE,OAAO,CAAC;KACxB,KAAK,MAAM,SAAS;uBACH,QAAQ,KAAK,IAAI;2BACb,QAAQ,UAAU,cAAc,KAAK,cAAc;0BACnD,GAAG;;gBAIb;QACR,IAAI,CAAC,EAAE,cAAc,CAAC;QACtB,OAAO,CAAC,EAAE,cAAc,CAAC;QACzB,IAAI,CAAC,EAAE,cAAc,CAAC;QACtB,KAAK,CAAC,EAAE,cAAc,CAAC;QACvB,IAAI,CAAC,EAAE,cAAc,CAAC;KACzB;;;;;;;EAkP4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAClC,wBAAkC"}
1
+ {"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Form.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAkB,EAAE,SAAS,EAAE,4BAAoC;AA4CnE,MAAM,WAAW,QAAQ;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,oBAAY,cAAc,GAAG,IAAI,CAAC,SAAS,EAAE,OAAO,GAAG,MAAM,GAAG,cAAc,CAAC,CAAC;AAChF,oBAAY,cAAc,GAAG;KAAG,GAAG,IAAI,MAAM,QAAQ,GAAG,MAAM;CAAE,CAAC;AAwQjE,eAAO,MAAM,aAAa;2DArQoB,MAAM,SAAS;6DACb,MAAM,SAAS;4BACpC;QACnB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,eAAe,EAAE;YAAE,IAAI,EAAE,QAAQ,CAAC;YAAC,EAAE,EAAE,QAAQ,GAAG,GAAG,CAAA;SAAE,CAAC;QACxD,UAAU,CAAC,EAAE,OAAO,CAAC;KACxB,KAAK,MAAM,SAAS;uBACH,QAAQ,KAAK,IAAI;2BACb,QAAQ,UAAU,cAAc,KAAK,cAAc;0BACnD,GAAG;;gBAIb;QACR,IAAI,CAAC,EAAE,cAAc,CAAC;QACtB,OAAO,CAAC,EAAE,cAAc,CAAC;QACzB,IAAI,CAAC,EAAE,cAAc,CAAC;QACtB,KAAK,CAAC,EAAE,cAAc,CAAC;QACvB,IAAI,CAAC,EAAE,cAAc,CAAC;KACzB;;;;;;;EAkP4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAClC,wBAAkC"}