@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 +1 @@
1
- {"version":3,"file":"ButtonGhost.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/ButtonGhost.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA8G/B,UAAU,KAAK;IACX,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,oBAAY,QAAQ,GAAG,KAAK,GAAG;IAC3B,EAAE,CAAC,EAAE,QAAQ,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CACnE,CAAC;AAEF,oBAAY,SAAS,GAAG,KAAK,GAAG;IAC5B,EAAE,CAAC,EAAE,GAAG,CAAC;IACT,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAChE,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;;;;;;;;AAmFF,wBAA+D"}
1
+ {"version":3,"file":"ButtonGhost.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/ButtonGhost.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgH/B,UAAU,KAAK;IACX,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,oBAAY,QAAQ,GAAG,KAAK,GAAG;IAC3B,EAAE,CAAC,EAAE,QAAQ,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CACnE,CAAC;AAEF,oBAAY,SAAS,GAAG,KAAK,GAAG;IAC5B,EAAE,CAAC,EAAE,GAAG,CAAC;IACT,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAChE,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;;;;;;;;AAmFF,wBAA+D"}
@@ -1 +1 @@
1
- {"version":3,"file":"Pointer.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/Pointer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgF/B,UAAU,KAAK;IACX,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,oBAAY,QAAQ,GAAG,KAAK,GAAG;IAC3B,EAAE,CAAC,EAAE,QAAQ,CAAC;CACjB,CAAC;AAEF,oBAAY,SAAS,GAAG,KAAK,GAAG;IAC5B,EAAE,CAAC,EAAE,GAAG,CAAC;IACT,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;;;;;;;;AAyFF,wBAA2D"}
1
+ {"version":3,"file":"Pointer.d.ts","sourceRoot":"","sources":["../../../src/components/buttons/Pointer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmF/B,UAAU,KAAK;IACX,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,oBAAY,QAAQ,GAAG,KAAK,GAAG;IAC3B,EAAE,CAAC,EAAE,QAAQ,CAAC;CACjB,CAAC;AAEF,oBAAY,SAAS,GAAG,KAAK,GAAG;IAC5B,EAAE,CAAC,EAAE,GAAG,CAAC;IACT,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;;;;;;;;AAyFF,wBAA2D"}
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ export declare const DebugLines: FC;
3
+ export default DebugLines;
4
+ //# sourceMappingURL=DebugLines.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DebugLines.d.ts","sourceRoot":"","sources":["../../../src/components/debug/DebugLines.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAalC,eAAO,MAAM,UAAU,EAAE,EAExB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React, { FC } from 'react';
2
2
  declare const CompactForm: FC<{
3
- isInverted?: boolean;
3
+ mode?: 'onSoft' | 'onDark' | 'default';
4
4
  value?: string;
5
5
  placeholder?: string;
6
6
  method?: string;
@@ -10,7 +10,6 @@ declare const CompactForm: FC<{
10
10
  onClick?: (ev: React.SyntheticEvent<HTMLInputElement>) => void;
11
11
  onFocus?: (ev: React.SyntheticEvent<HTMLInputElement>) => void;
12
12
  onBlur?: (ev: React.SyntheticEvent<HTMLInputElement>) => void;
13
- backgroundStyle?: 'white' | 'grey';
14
13
  className?: string;
15
14
  }>;
16
15
  export default CompactForm;
@@ -1 +1 @@
1
- {"version":3,"file":"CompactForm.d.ts","sourceRoot":"","sources":["../../../src/components/fields/CompactForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAc,MAAM,OAAO,CAAC;AAyF9C,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;IAC/D,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC/D,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC/D,MAAM,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC9D,eAAe,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAwCA,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"CompactForm.d.ts","sourceRoot":"","sources":["../../../src/components/fields/CompactForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAwFlC,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;IAC/D,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC/D,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC/D,MAAM,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAyCA,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,21 +1,28 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
+ interface AccordionItem {
3
+ label?: string;
4
+ text?: string;
5
+ aside?: string;
6
+ }
2
7
  export declare const AccordionComponent: React.FC<{
3
- items: {
4
- label?: string;
5
- text?: string;
6
- aside?: string;
7
- hasColumns?: boolean;
8
- }[];
8
+ /** Array of accordion items */
9
+ items: AccordionItem[];
10
+ /** Section background */
9
11
  bgMode?: "full" | "inverted" | undefined;
12
+ /** Function to inject custom item state icon */
13
+ itemIcon?: ((props: {
14
+ isSelected: boolean;
15
+ }) => React.ReactNode) | undefined;
10
16
  }>;
11
17
  declare const _default: React.FC<{
12
- items: {
13
- label?: string | undefined;
14
- text?: string | undefined;
15
- aside?: string | undefined;
16
- hasColumns?: boolean | undefined;
17
- }[];
18
+ /** Array of accordion items */
19
+ items: AccordionItem[];
20
+ /** Section background */
18
21
  bgMode?: "full" | "inverted" | undefined;
22
+ /** Function to inject custom item state icon */
23
+ itemIcon?: ((props: {
24
+ isSelected: boolean;
25
+ }) => React.ReactNode) | undefined;
19
26
  } & {
20
27
  theme?: {
21
28
  colors?: {
@@ -36,12 +43,44 @@ declare const _default: React.FC<{
36
43
  medium?: string | undefined;
37
44
  dark?: string | undefined;
38
45
  } | undefined;
39
- tertiary?: {
40
- light?: string | undefined;
41
- medium?: string | undefined;
42
- dark?: string | undefined;
43
- } | undefined;
44
46
  error?: string | undefined;
47
+ new?: {
48
+ text?: {
49
+ default?: string | undefined;
50
+ inverted?: string | undefined;
51
+ error?: string | undefined;
52
+ heading?: string | undefined;
53
+ headingInverted?: string | undefined;
54
+ copy?: string | undefined;
55
+ copyInverted?: string | undefined;
56
+ } | undefined;
57
+ sectionBg?: {
58
+ light?: string | undefined;
59
+ medium?: string | undefined;
60
+ dark?: string | undefined;
61
+ } | undefined;
62
+ elementBg?: {
63
+ light?: string | undefined;
64
+ lightHover?: string | undefined;
65
+ medium?: string | undefined;
66
+ mediumHover?: string | undefined;
67
+ dark?: string | undefined;
68
+ darkHover?: string | undefined;
69
+ } | undefined;
70
+ primary?: {
71
+ default?: string | undefined;
72
+ inverted?: string | undefined;
73
+ hover?: string | undefined;
74
+ invertedHover?: string | undefined;
75
+ } | undefined;
76
+ secondary?: {
77
+ default?: string | undefined;
78
+ inverted?: string | undefined;
79
+ hover?: string | undefined;
80
+ invertedHover?: string | undefined;
81
+ } | undefined;
82
+ error?: string | undefined;
83
+ } | undefined;
45
84
  } | undefined;
46
85
  fonts?: {
47
86
  base?: {
@@ -246,47 +285,6 @@ declare const _default: React.FC<{
246
285
  colorGradient?: string | undefined;
247
286
  colorGradientInverted?: string | undefined;
248
287
  } | 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
288
  callout?: {
291
289
  small?: {
292
290
  family?: string | undefined;
@@ -330,7 +328,7 @@ declare const _default: React.FC<{
330
328
  } | undefined;
331
329
  } | undefined;
332
330
  } | undefined;
333
- globalSettings?: {
331
+ globals?: {
334
332
  sections?: {
335
333
  seperation?: {
336
334
  forcePadding?: boolean | undefined;
@@ -345,12 +343,41 @@ declare const _default: React.FC<{
345
343
  } | undefined;
346
344
  edgeRadius?: (string | null) | undefined;
347
345
  imageTextGradient?: string | undefined;
346
+ imagePlaceholderBg?: {
347
+ default?: string | undefined;
348
+ inverted?: string | undefined;
349
+ } | undefined;
348
350
  newsDateFormat?: string | undefined;
349
351
  newsTimeFormat?: string | undefined;
350
352
  newsLocaleKey?: ("de" | "en") | undefined;
351
353
  datepickerLocaleKey?: ("de" | "en") | undefined;
352
354
  datepickerDateFormat?: string | undefined;
353
355
  } | undefined;
356
+ navigation?: {
357
+ navBar?: {
358
+ isTopNavVisible?: boolean | undefined;
359
+ topNavHeight?: {
360
+ mobile?: {
361
+ small?: number | undefined;
362
+ large?: number | undefined;
363
+ } | undefined;
364
+ desktop?: {
365
+ small?: number | undefined;
366
+ large?: number | undefined;
367
+ } | undefined;
368
+ } | undefined;
369
+ height?: {
370
+ mobile?: {
371
+ small?: number | undefined;
372
+ large?: number | undefined;
373
+ } | undefined;
374
+ desktop?: {
375
+ small?: number | undefined;
376
+ large?: number | undefined;
377
+ } | undefined;
378
+ } | undefined;
379
+ } | undefined;
380
+ } | undefined;
354
381
  } | undefined;
355
382
  } | undefined;
356
383
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Accordion.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgM/B,eAAO,MAAM,kBAAkB;WAtGpB;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,UAAU,CAAC,EAAE,OAAO,CAAC;KACxB,EAAE;;EAiGoC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC5C,wBAAuC"}
1
+ {"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Accordion.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AA6G1B,UAAU,aAAa;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AA2HD,eAAO,MAAM,kBAAkB;IAtE3B,+BAA+B;WACxB,aAAa,EAAE;IAEtB,yBAAyB;;IAGzB,gDAAgD;wBAC7B;QAAE,UAAU,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,SAAS;EA+DvB,CAAC;;IAtExC,+BAA+B;;IAG/B,yBAAyB;;IAGzB,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiEpD,wBAAuC"}
@@ -1,59 +1,32 @@
1
- import { HeadlineTag } from "../typography/Heading";
2
- import * as React from 'react';
3
- export interface ContactBoxProps {
4
- isInverted?: boolean;
5
- name?: string;
6
- description?: string;
7
- addresses?: {
8
- decorator?: React.ReactNode;
9
- label: string;
10
- }[];
11
- avatar?: {
12
- src: string;
13
- alt: string;
14
- };
15
- }
16
- export declare const CallToActionDoubleComponent: React.FC<{
1
+ import React from 'react';
2
+ import { AlertProps } from '../blocks/Alert';
3
+ export declare const AlertListComponent: React.FC<{
4
+ /** Array of alert items */
5
+ items?: Pick<AlertProps, "link" | "title" | "date" | "description">[] | undefined;
6
+ /** Section background */
17
7
  bgMode?: "full" | "inverted" | undefined;
18
- title?: string | undefined;
19
- titleAs?: HeadlineTag | undefined;
20
- superTitle?: string | undefined;
21
- superTitleAs?: HeadlineTag | undefined;
22
- text?: string | undefined;
23
- contact?: ContactBoxProps | undefined;
24
- primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
25
- secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
26
- column?: {
27
- title?: string | undefined;
28
- titleAs?: HeadlineTag | undefined;
29
- superTitle?: string | undefined;
30
- superTitleAs?: HeadlineTag | undefined;
31
- text?: string | undefined;
32
- contact?: ContactBoxProps | undefined;
33
- primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
34
- secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
35
- } | undefined;
8
+ /** Function to inject custom alert icon */
9
+ customIcon?: ((props: {
10
+ isInverted?: boolean;
11
+ }) => React.ReactNode) | undefined;
12
+ /** Function to inject custom title decorator icon */
13
+ customTitleIcon?: ((props: {
14
+ isInverted?: boolean;
15
+ }) => React.ReactNode) | undefined;
36
16
  }>;
37
17
  declare const _default: React.FC<{
18
+ /** Array of alert items */
19
+ items?: Pick<AlertProps, "link" | "title" | "date" | "description">[] | undefined;
20
+ /** Section background */
38
21
  bgMode?: "full" | "inverted" | undefined;
39
- title?: string | undefined;
40
- titleAs?: HeadlineTag | undefined;
41
- superTitle?: string | undefined;
42
- superTitleAs?: HeadlineTag | undefined;
43
- text?: string | undefined;
44
- contact?: ContactBoxProps | undefined;
45
- primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
46
- secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
47
- column?: {
48
- title?: string | undefined;
49
- titleAs?: HeadlineTag | undefined;
50
- superTitle?: string | undefined;
51
- superTitleAs?: HeadlineTag | undefined;
52
- text?: string | undefined;
53
- contact?: ContactBoxProps | undefined;
54
- primaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
55
- secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
56
- } | undefined;
22
+ /** Function to inject custom alert icon */
23
+ customIcon?: ((props: {
24
+ isInverted?: boolean | undefined;
25
+ }) => React.ReactNode) | undefined;
26
+ /** Function to inject custom title decorator icon */
27
+ customTitleIcon?: ((props: {
28
+ isInverted?: boolean | undefined;
29
+ }) => React.ReactNode) | undefined;
57
30
  } & {
58
31
  theme?: {
59
32
  colors?: {
@@ -74,12 +47,44 @@ declare const _default: React.FC<{
74
47
  medium?: string | undefined;
75
48
  dark?: string | undefined;
76
49
  } | undefined;
77
- tertiary?: {
78
- light?: string | undefined;
79
- medium?: string | undefined;
80
- dark?: string | undefined;
81
- } | undefined;
82
50
  error?: string | undefined;
51
+ new?: {
52
+ text?: {
53
+ default?: string | undefined;
54
+ inverted?: string | undefined;
55
+ error?: string | undefined;
56
+ heading?: string | undefined;
57
+ headingInverted?: string | undefined;
58
+ copy?: string | undefined;
59
+ copyInverted?: string | undefined;
60
+ } | undefined;
61
+ sectionBg?: {
62
+ light?: string | undefined;
63
+ medium?: string | undefined;
64
+ dark?: string | undefined;
65
+ } | undefined;
66
+ elementBg?: {
67
+ light?: string | undefined;
68
+ lightHover?: string | undefined;
69
+ medium?: string | undefined;
70
+ mediumHover?: string | undefined;
71
+ dark?: string | undefined;
72
+ darkHover?: string | undefined;
73
+ } | undefined;
74
+ primary?: {
75
+ default?: string | undefined;
76
+ inverted?: string | undefined;
77
+ hover?: string | undefined;
78
+ invertedHover?: string | undefined;
79
+ } | undefined;
80
+ secondary?: {
81
+ default?: string | undefined;
82
+ inverted?: string | undefined;
83
+ hover?: string | undefined;
84
+ invertedHover?: string | undefined;
85
+ } | undefined;
86
+ error?: string | undefined;
87
+ } | undefined;
83
88
  } | undefined;
84
89
  fonts?: {
85
90
  base?: {
@@ -284,47 +289,6 @@ declare const _default: React.FC<{
284
289
  colorGradient?: string | undefined;
285
290
  colorGradientInverted?: string | undefined;
286
291
  } | undefined;
287
- label?: {
288
- small?: {
289
- family?: string | undefined;
290
- weight?: string | undefined;
291
- style?: string | undefined;
292
- lineHeight?: string | undefined;
293
- letterSpacing?: string | undefined;
294
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
295
- textTransform?: string | undefined;
296
- color?: string | undefined;
297
- colorInverted?: string | undefined;
298
- colorGradient?: string | undefined;
299
- colorGradientInverted?: string | undefined;
300
- } | undefined;
301
- medium?: {
302
- family?: string | undefined;
303
- weight?: string | undefined;
304
- style?: string | undefined;
305
- lineHeight?: string | undefined;
306
- letterSpacing?: string | undefined;
307
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
308
- textTransform?: string | undefined;
309
- color?: string | undefined;
310
- colorInverted?: string | undefined;
311
- colorGradient?: string | undefined;
312
- colorGradientInverted?: string | undefined;
313
- } | undefined;
314
- big?: {
315
- family?: string | undefined;
316
- weight?: string | undefined;
317
- style?: string | undefined;
318
- lineHeight?: string | undefined;
319
- letterSpacing?: string | undefined;
320
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
321
- textTransform?: string | undefined;
322
- color?: string | undefined;
323
- colorInverted?: string | undefined;
324
- colorGradient?: string | undefined;
325
- colorGradientInverted?: string | undefined;
326
- } | undefined;
327
- } | undefined;
328
292
  callout?: {
329
293
  small?: {
330
294
  family?: string | undefined;
@@ -368,7 +332,7 @@ declare const _default: React.FC<{
368
332
  } | undefined;
369
333
  } | undefined;
370
334
  } | undefined;
371
- globalSettings?: {
335
+ globals?: {
372
336
  sections?: {
373
337
  seperation?: {
374
338
  forcePadding?: boolean | undefined;
@@ -383,14 +347,43 @@ declare const _default: React.FC<{
383
347
  } | undefined;
384
348
  edgeRadius?: (string | null) | undefined;
385
349
  imageTextGradient?: string | undefined;
350
+ imagePlaceholderBg?: {
351
+ default?: string | undefined;
352
+ inverted?: string | undefined;
353
+ } | undefined;
386
354
  newsDateFormat?: string | undefined;
387
355
  newsTimeFormat?: string | undefined;
388
356
  newsLocaleKey?: ("de" | "en") | undefined;
389
357
  datepickerLocaleKey?: ("de" | "en") | undefined;
390
358
  datepickerDateFormat?: string | undefined;
391
359
  } | undefined;
360
+ navigation?: {
361
+ navBar?: {
362
+ isTopNavVisible?: boolean | undefined;
363
+ topNavHeight?: {
364
+ mobile?: {
365
+ small?: number | undefined;
366
+ large?: number | undefined;
367
+ } | undefined;
368
+ desktop?: {
369
+ small?: number | undefined;
370
+ large?: number | undefined;
371
+ } | undefined;
372
+ } | undefined;
373
+ height?: {
374
+ mobile?: {
375
+ small?: number | undefined;
376
+ large?: number | undefined;
377
+ } | undefined;
378
+ desktop?: {
379
+ small?: number | undefined;
380
+ large?: number | undefined;
381
+ } | undefined;
382
+ } | undefined;
383
+ } | undefined;
384
+ } | undefined;
392
385
  } | undefined;
393
386
  } | undefined;
394
387
  }>;
395
388
  export default _default;
396
- //# sourceMappingURL=CallToActionDouble.d.ts.map
389
+ //# sourceMappingURL=AlertList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/AlertList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAc,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAiFpD,eAAO,MAAM,kBAAkB;IA/C3B,2BAA2B;;IAG3B,yBAAyB;;IAGzB,2CAA2C;0BACtB;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,SAAS;IAEjE,qDAAqD;+BAC3B;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,SAAS;EAqC/B,CAAC;;IA/CxC,2BAA2B;;IAG3B,yBAAyB;;IAGzB,2CAA2C;;;;IAG3C,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCzD,wBAAuC"}