@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
@@ -81,12 +81,44 @@ declare const _default: React.FC<{
81
81
  medium?: string | undefined;
82
82
  dark?: string | undefined;
83
83
  } | undefined;
84
- tertiary?: {
85
- light?: string | undefined;
86
- medium?: string | undefined;
87
- dark?: string | undefined;
88
- } | undefined;
89
84
  error?: string | undefined;
85
+ new?: {
86
+ text?: {
87
+ default?: string | undefined;
88
+ inverted?: string | undefined;
89
+ error?: string | undefined;
90
+ heading?: string | undefined;
91
+ headingInverted?: string | undefined;
92
+ copy?: string | undefined;
93
+ copyInverted?: string | undefined;
94
+ } | undefined;
95
+ sectionBg?: {
96
+ light?: string | undefined;
97
+ medium?: string | undefined;
98
+ dark?: string | undefined;
99
+ } | undefined;
100
+ elementBg?: {
101
+ light?: string | undefined;
102
+ lightHover?: string | undefined;
103
+ medium?: string | undefined;
104
+ mediumHover?: string | undefined;
105
+ dark?: string | undefined;
106
+ darkHover?: string | undefined;
107
+ } | undefined;
108
+ primary?: {
109
+ default?: string | undefined;
110
+ inverted?: string | undefined;
111
+ hover?: string | undefined;
112
+ invertedHover?: string | undefined;
113
+ } | undefined;
114
+ secondary?: {
115
+ default?: string | undefined;
116
+ inverted?: string | undefined;
117
+ hover?: string | undefined;
118
+ invertedHover?: string | undefined;
119
+ } | undefined;
120
+ error?: string | undefined;
121
+ } | undefined;
90
122
  } | undefined;
91
123
  fonts?: {
92
124
  base?: {
@@ -291,47 +323,6 @@ declare const _default: React.FC<{
291
323
  colorGradient?: string | undefined;
292
324
  colorGradientInverted?: string | undefined;
293
325
  } | undefined;
294
- label?: {
295
- small?: {
296
- family?: string | undefined;
297
- weight?: string | undefined;
298
- style?: string | undefined;
299
- lineHeight?: string | undefined;
300
- letterSpacing?: string | undefined;
301
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
302
- textTransform?: string | undefined;
303
- color?: string | undefined;
304
- colorInverted?: string | undefined;
305
- colorGradient?: string | undefined;
306
- colorGradientInverted?: string | undefined;
307
- } | undefined;
308
- medium?: {
309
- family?: string | undefined;
310
- weight?: string | undefined;
311
- style?: string | undefined;
312
- lineHeight?: string | undefined;
313
- letterSpacing?: string | undefined;
314
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
315
- textTransform?: string | undefined;
316
- color?: string | undefined;
317
- colorInverted?: string | undefined;
318
- colorGradient?: string | undefined;
319
- colorGradientInverted?: string | undefined;
320
- } | undefined;
321
- big?: {
322
- family?: string | undefined;
323
- weight?: string | undefined;
324
- style?: string | undefined;
325
- lineHeight?: string | undefined;
326
- letterSpacing?: string | undefined;
327
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
328
- textTransform?: string | undefined;
329
- color?: string | undefined;
330
- colorInverted?: string | undefined;
331
- colorGradient?: string | undefined;
332
- colorGradientInverted?: string | undefined;
333
- } | undefined;
334
- } | undefined;
335
326
  callout?: {
336
327
  small?: {
337
328
  family?: string | undefined;
@@ -375,7 +366,7 @@ declare const _default: React.FC<{
375
366
  } | undefined;
376
367
  } | undefined;
377
368
  } | undefined;
378
- globalSettings?: {
369
+ globals?: {
379
370
  sections?: {
380
371
  seperation?: {
381
372
  forcePadding?: boolean | undefined;
@@ -390,12 +381,41 @@ declare const _default: React.FC<{
390
381
  } | undefined;
391
382
  edgeRadius?: (string | null) | undefined;
392
383
  imageTextGradient?: string | undefined;
384
+ imagePlaceholderBg?: {
385
+ default?: string | undefined;
386
+ inverted?: string | undefined;
387
+ } | undefined;
393
388
  newsDateFormat?: string | undefined;
394
389
  newsTimeFormat?: string | undefined;
395
390
  newsLocaleKey?: ("de" | "en") | undefined;
396
391
  datepickerLocaleKey?: ("de" | "en") | undefined;
397
392
  datepickerDateFormat?: string | undefined;
398
393
  } | undefined;
394
+ navigation?: {
395
+ navBar?: {
396
+ isTopNavVisible?: boolean | undefined;
397
+ topNavHeight?: {
398
+ mobile?: {
399
+ small?: number | undefined;
400
+ large?: number | undefined;
401
+ } | undefined;
402
+ desktop?: {
403
+ small?: number | undefined;
404
+ large?: number | undefined;
405
+ } | undefined;
406
+ } | undefined;
407
+ height?: {
408
+ mobile?: {
409
+ small?: number | undefined;
410
+ large?: number | undefined;
411
+ } | undefined;
412
+ desktop?: {
413
+ small?: number | undefined;
414
+ large?: number | undefined;
415
+ } | undefined;
416
+ } | undefined;
417
+ } | undefined;
418
+ } | undefined;
399
419
  } | undefined;
400
420
  } | undefined;
401
421
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/header/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAG9C,OAAO,EAAE,UAAU,EAAE,iCAAsC;AAkB3D,UAAU,gBAAgB;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE;QACH,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;CACL;AAkVD,eAAO,MAAM,eAAe;;IAnJxB,yCAAyC;;;;;;;;wDAUF,MAAM,SAAS;0DACb,MAAM,SAAS;;;;;iBAK3C,MAAM,SAAS;;;;IAI5B,6EAA6E;;;EA+H5C,CAAC;;;IAnJlC,yCAAyC;;;;;;;;;;;;;;;;;;IAoBzC,6EAA6E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgIjF,wBAAoC"}
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/header/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAG9C,OAAO,EAAE,UAAU,EAAE,iCAAsC;AAa3D,UAAU,gBAAgB;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE;QACH,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;CACL;AAkVD,eAAO,MAAM,eAAe;;IAnJxB,yCAAyC;;;;;;;;wDAUF,MAAM,SAAS;0DACb,MAAM,SAAS;;;;;iBAK3C,MAAM,SAAS;;;;IAI5B,6EAA6E;;;EA+H5C,CAAC;;;IAnJlC,yCAAyC;;;;;;;;;;;;;;;;;;IAoBzC,6EAA6E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgIjF,wBAAoC"}
@@ -1,5 +1,5 @@
1
1
  import React, { FC } from 'react';
2
- import { Theme } from "../../../utils/LibThemeProvider";
2
+ import { ThemeMods } from "../../../utils/LibThemeProvider";
3
3
  import { FlyoutBackgroundSettings, NavGroup } from './menu/Flyout';
4
4
  import { TopBarMq } from './TopBar';
5
5
  export interface LogoProps {
@@ -56,7 +56,7 @@ export interface NavProps {
56
56
  search?: (isInverted?: boolean) => React.ReactNode;
57
57
  openMenuIcon?: (isInverted?: boolean) => React.ReactNode;
58
58
  closeMenuIcon?: (isInverted?: boolean) => React.ReactNode;
59
- theme?: Theme;
59
+ theme?: ThemeMods;
60
60
  }
61
61
  declare const Navigation: FC<NavProps>;
62
62
  export default Navigation;
@@ -1 +1 @@
1
- {"version":3,"file":"Navigation.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/navigation/Navigation.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Navigation.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/navigation/Navigation.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,19 @@
1
+ import { FC } from 'react';
2
+ import { DefaultTheme } from 'styled-components';
3
+ import { NavBarHeights } from "../../../../utils/styles";
4
+ /** Get full height of navigation bar */
5
+ export declare const getFullHeight: (theme: DefaultTheme, bp: 'mobile' | 'desktop') => NavBarHeights;
6
+ export declare type NavBarSize = 'small' | 'large';
7
+ export interface NavBarProps {
8
+ size?: NavBarSize;
9
+ isOpen?: boolean;
10
+ isSticky?: boolean;
11
+ isAnimated?: boolean;
12
+ clampWidth?: 'content' | 'full';
13
+ reserveBarHeight?: boolean;
14
+ }
15
+ declare const NavBar: FC<NavBarProps & {
16
+ className?: string;
17
+ }>;
18
+ export default NavBar;
19
+ //# sourceMappingURL=NavBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/navigation/remastered/NavBar.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAe,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAKH,aAAa,EAChB,iCAAqB;AA6HtB,wCAAwC;AACxC,eAAO,MAAM,aAAa,UACf,YAAY,MACf,QAAQ,GAAG,SAAS,KACzB,aAmBF,CAAC;AAUF,oBAAY,UAAU,GAAG,OAAO,GAAG,OAAO,CAAC;AAE3C,MAAM,WAAW,WAAW;IACxB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,QAAA,MAAM,MAAM,EAAE,EAAE,CACZ,WAAW,GAAG;IACV,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CA8CJ,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { FC } from 'react';
2
+ interface NavBarBase {
3
+ isStickable?: boolean;
4
+ reserveBarHeight?: boolean;
5
+ }
6
+ interface NavBarCollapse extends NavBarBase {
7
+ isStickable: true;
8
+ isCollapsible?: boolean;
9
+ }
10
+ export interface NavigationProps {
11
+ navBar?: NavBarBase | NavBarCollapse;
12
+ clampWidth?: 'content' | 'full';
13
+ }
14
+ declare const Navigation: FC<NavigationProps>;
15
+ export default Navigation;
16
+ //# sourceMappingURL=Navigation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Navigation.d.ts","sourceRoot":"","sources":["../../../../../src/components/sections/navigation/remastered/Navigation.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAMvD,UAAU,UAAU;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,UAAU,cAAe,SAAQ,UAAU;IACvC,WAAW,EAAE,IAAI,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,eAAe;IAC5B,MAAM,CAAC,EAAE,UAAU,GAAG,cAAc,CAAC;IACrC,UAAU,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;CACnC;AAED,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA8DnC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -36,12 +36,44 @@ declare const _default: React.FC<{
36
36
  medium?: string | undefined;
37
37
  dark?: string | undefined;
38
38
  } | undefined;
39
- tertiary?: {
40
- light?: string | undefined;
41
- medium?: string | undefined;
42
- dark?: string | undefined;
43
- } | undefined;
44
39
  error?: string | undefined;
40
+ new?: {
41
+ text?: {
42
+ default?: string | undefined;
43
+ inverted?: string | undefined;
44
+ error?: string | undefined;
45
+ heading?: string | undefined;
46
+ headingInverted?: string | undefined;
47
+ copy?: string | undefined;
48
+ copyInverted?: string | undefined;
49
+ } | undefined;
50
+ sectionBg?: {
51
+ light?: string | undefined;
52
+ medium?: string | undefined;
53
+ dark?: string | undefined;
54
+ } | undefined;
55
+ elementBg?: {
56
+ light?: string | undefined;
57
+ lightHover?: string | undefined;
58
+ medium?: string | undefined;
59
+ mediumHover?: string | undefined;
60
+ dark?: string | undefined;
61
+ darkHover?: string | undefined;
62
+ } | undefined;
63
+ primary?: {
64
+ default?: string | undefined;
65
+ inverted?: string | undefined;
66
+ hover?: string | undefined;
67
+ invertedHover?: string | undefined;
68
+ } | undefined;
69
+ secondary?: {
70
+ default?: string | undefined;
71
+ inverted?: string | undefined;
72
+ hover?: string | undefined;
73
+ invertedHover?: string | undefined;
74
+ } | undefined;
75
+ error?: string | undefined;
76
+ } | undefined;
45
77
  } | undefined;
46
78
  fonts?: {
47
79
  base?: {
@@ -246,47 +278,6 @@ declare const _default: React.FC<{
246
278
  colorGradient?: string | undefined;
247
279
  colorGradientInverted?: string | undefined;
248
280
  } | undefined;
249
- label?: {
250
- small?: {
251
- family?: string | undefined;
252
- weight?: string | undefined;
253
- style?: string | undefined;
254
- lineHeight?: string | undefined;
255
- letterSpacing?: string | undefined;
256
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
257
- textTransform?: string | undefined;
258
- color?: string | undefined;
259
- colorInverted?: string | undefined;
260
- colorGradient?: string | undefined;
261
- colorGradientInverted?: string | undefined;
262
- } | undefined;
263
- medium?: {
264
- family?: string | undefined;
265
- weight?: string | undefined;
266
- style?: string | undefined;
267
- lineHeight?: string | undefined;
268
- letterSpacing?: string | undefined;
269
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
270
- textTransform?: string | undefined;
271
- color?: string | undefined;
272
- colorInverted?: string | undefined;
273
- colorGradient?: string | undefined;
274
- colorGradientInverted?: string | undefined;
275
- } | undefined;
276
- big?: {
277
- family?: string | undefined;
278
- weight?: string | undefined;
279
- style?: string | undefined;
280
- lineHeight?: string | undefined;
281
- letterSpacing?: string | undefined;
282
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
283
- textTransform?: string | undefined;
284
- color?: string | undefined;
285
- colorInverted?: string | undefined;
286
- colorGradient?: string | undefined;
287
- colorGradientInverted?: string | undefined;
288
- } | undefined;
289
- } | undefined;
290
281
  callout?: {
291
282
  small?: {
292
283
  family?: string | undefined;
@@ -330,7 +321,7 @@ declare const _default: React.FC<{
330
321
  } | undefined;
331
322
  } | undefined;
332
323
  } | undefined;
333
- globalSettings?: {
324
+ globals?: {
334
325
  sections?: {
335
326
  seperation?: {
336
327
  forcePadding?: boolean | undefined;
@@ -345,12 +336,41 @@ declare const _default: React.FC<{
345
336
  } | undefined;
346
337
  edgeRadius?: (string | null) | undefined;
347
338
  imageTextGradient?: string | undefined;
339
+ imagePlaceholderBg?: {
340
+ default?: string | undefined;
341
+ inverted?: string | undefined;
342
+ } | undefined;
348
343
  newsDateFormat?: string | undefined;
349
344
  newsTimeFormat?: string | undefined;
350
345
  newsLocaleKey?: ("de" | "en") | undefined;
351
346
  datepickerLocaleKey?: ("de" | "en") | undefined;
352
347
  datepickerDateFormat?: string | undefined;
353
348
  } | undefined;
349
+ navigation?: {
350
+ navBar?: {
351
+ isTopNavVisible?: boolean | undefined;
352
+ topNavHeight?: {
353
+ mobile?: {
354
+ small?: number | undefined;
355
+ large?: number | undefined;
356
+ } | undefined;
357
+ desktop?: {
358
+ small?: number | undefined;
359
+ large?: number | undefined;
360
+ } | undefined;
361
+ } | undefined;
362
+ height?: {
363
+ mobile?: {
364
+ small?: number | undefined;
365
+ large?: number | undefined;
366
+ } | undefined;
367
+ desktop?: {
368
+ small?: number | undefined;
369
+ large?: number | undefined;
370
+ } | undefined;
371
+ } | undefined;
372
+ } | undefined;
373
+ } | undefined;
354
374
  } | undefined;
355
375
  } | undefined;
356
376
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"NewsAuthorCard.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsAuthorCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA2G/B,eAAO,MAAM,uBAAuB;;;;aAtDhB,MAAM;;;;EAsD2B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACtD,wBAA4C"}
1
+ {"version":3,"file":"NewsAuthorCard.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsAuthorCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgH/B,eAAO,MAAM,uBAAuB;;;;aAtDhB,MAAM;;;;EAsD2B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACtD,wBAA4C"}
@@ -31,12 +31,44 @@ declare const _default: React.FC<{
31
31
  medium?: string | undefined;
32
32
  dark?: string | undefined;
33
33
  } | undefined;
34
- tertiary?: {
35
- light?: string | undefined;
36
- medium?: string | undefined;
37
- dark?: string | undefined;
38
- } | undefined;
39
34
  error?: string | undefined;
35
+ new?: {
36
+ text?: {
37
+ default?: string | undefined;
38
+ inverted?: string | undefined;
39
+ error?: string | undefined;
40
+ heading?: string | undefined;
41
+ headingInverted?: string | undefined;
42
+ copy?: string | undefined;
43
+ copyInverted?: string | undefined;
44
+ } | undefined;
45
+ sectionBg?: {
46
+ light?: string | undefined;
47
+ medium?: string | undefined;
48
+ dark?: string | undefined;
49
+ } | undefined;
50
+ elementBg?: {
51
+ light?: string | undefined;
52
+ lightHover?: string | undefined;
53
+ medium?: string | undefined;
54
+ mediumHover?: string | undefined;
55
+ dark?: string | undefined;
56
+ darkHover?: string | undefined;
57
+ } | undefined;
58
+ primary?: {
59
+ default?: string | undefined;
60
+ inverted?: string | undefined;
61
+ hover?: string | undefined;
62
+ invertedHover?: string | undefined;
63
+ } | undefined;
64
+ secondary?: {
65
+ default?: string | undefined;
66
+ inverted?: string | undefined;
67
+ hover?: string | undefined;
68
+ invertedHover?: string | undefined;
69
+ } | undefined;
70
+ error?: string | undefined;
71
+ } | undefined;
40
72
  } | undefined;
41
73
  fonts?: {
42
74
  base?: {
@@ -241,47 +273,6 @@ declare const _default: React.FC<{
241
273
  colorGradient?: string | undefined;
242
274
  colorGradientInverted?: string | undefined;
243
275
  } | undefined;
244
- label?: {
245
- small?: {
246
- family?: string | undefined;
247
- weight?: string | undefined;
248
- style?: string | undefined;
249
- lineHeight?: string | undefined;
250
- letterSpacing?: string | undefined;
251
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
252
- textTransform?: string | undefined;
253
- color?: string | undefined;
254
- colorInverted?: string | undefined;
255
- colorGradient?: string | undefined;
256
- colorGradientInverted?: string | undefined;
257
- } | undefined;
258
- medium?: {
259
- family?: string | undefined;
260
- weight?: string | undefined;
261
- style?: string | undefined;
262
- lineHeight?: string | undefined;
263
- letterSpacing?: string | undefined;
264
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
265
- textTransform?: string | undefined;
266
- color?: string | undefined;
267
- colorInverted?: string | undefined;
268
- colorGradient?: string | undefined;
269
- colorGradientInverted?: string | undefined;
270
- } | undefined;
271
- big?: {
272
- family?: string | undefined;
273
- weight?: string | undefined;
274
- style?: string | undefined;
275
- lineHeight?: string | undefined;
276
- letterSpacing?: string | undefined;
277
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
278
- textTransform?: string | undefined;
279
- color?: string | undefined;
280
- colorInverted?: string | undefined;
281
- colorGradient?: string | undefined;
282
- colorGradientInverted?: string | undefined;
283
- } | undefined;
284
- } | undefined;
285
276
  callout?: {
286
277
  small?: {
287
278
  family?: string | undefined;
@@ -325,7 +316,7 @@ declare const _default: React.FC<{
325
316
  } | undefined;
326
317
  } | undefined;
327
318
  } | undefined;
328
- globalSettings?: {
319
+ globals?: {
329
320
  sections?: {
330
321
  seperation?: {
331
322
  forcePadding?: boolean | undefined;
@@ -340,12 +331,41 @@ declare const _default: React.FC<{
340
331
  } | undefined;
341
332
  edgeRadius?: (string | null) | undefined;
342
333
  imageTextGradient?: string | undefined;
334
+ imagePlaceholderBg?: {
335
+ default?: string | undefined;
336
+ inverted?: string | undefined;
337
+ } | undefined;
343
338
  newsDateFormat?: string | undefined;
344
339
  newsTimeFormat?: string | undefined;
345
340
  newsLocaleKey?: ("de" | "en") | undefined;
346
341
  datepickerLocaleKey?: ("de" | "en") | undefined;
347
342
  datepickerDateFormat?: string | undefined;
348
343
  } | undefined;
344
+ navigation?: {
345
+ navBar?: {
346
+ isTopNavVisible?: boolean | undefined;
347
+ topNavHeight?: {
348
+ mobile?: {
349
+ small?: number | undefined;
350
+ large?: number | undefined;
351
+ } | undefined;
352
+ desktop?: {
353
+ small?: number | undefined;
354
+ large?: number | undefined;
355
+ } | undefined;
356
+ } | undefined;
357
+ height?: {
358
+ mobile?: {
359
+ small?: number | undefined;
360
+ large?: number | undefined;
361
+ } | undefined;
362
+ desktop?: {
363
+ small?: number | undefined;
364
+ large?: number | undefined;
365
+ } | undefined;
366
+ } | undefined;
367
+ } | undefined;
368
+ } | undefined;
349
369
  } | undefined;
350
370
  } | undefined;
351
371
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"NewsFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAiB,EAAE,aAAa,EAAE,8BAAmC;AA4JrE,eAAO,MAAM,mBAAmB;UAhHtB,aAAa,EAAE;wBACF,MAAM,KAAK,IAAI;;;EA+GO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC9C,wBAAwC"}
1
+ {"version":3,"file":"NewsFooter.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAiB,EAAE,aAAa,EAAE,8BAAmC;AAuIrE,eAAO,MAAM,mBAAmB;UAlHtB,aAAa,EAAE;wBACF,MAAM,KAAK,IAAI;;;EAiHO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAC9C,wBAAwC"}