@blateral/b.kit 2.0.0-beta.2.1 → 2.0.0-beta.2.10

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 (181) hide show
  1. package/lib/components/base/Section.d.ts +2 -0
  2. package/lib/components/base/Section.d.ts.map +1 -1
  3. package/lib/components/base/icons/AngleLeft.d.ts +7 -0
  4. package/lib/components/base/icons/AngleLeft.d.ts.map +1 -0
  5. package/lib/components/base/icons/AngleRight.d.ts.map +1 -1
  6. package/lib/components/base/icons/ArrowDown.d.ts +7 -0
  7. package/lib/components/base/icons/ArrowDown.d.ts.map +1 -0
  8. package/lib/components/base/icons/files/Document.d.ts +6 -0
  9. package/lib/components/base/icons/files/Document.d.ts.map +1 -0
  10. package/lib/components/base/icons/files/Excel.d.ts +6 -0
  11. package/lib/components/base/icons/files/Excel.d.ts.map +1 -0
  12. package/lib/components/base/icons/files/Image.d.ts +6 -0
  13. package/lib/components/base/icons/files/Image.d.ts.map +1 -0
  14. package/lib/components/base/icons/files/Pdf.d.ts +6 -0
  15. package/lib/components/base/icons/files/Pdf.d.ts.map +1 -0
  16. package/lib/components/base/icons/files/PowerPoint.d.ts +6 -0
  17. package/lib/components/base/icons/files/PowerPoint.d.ts.map +1 -0
  18. package/lib/components/base/icons/files/Word.d.ts +6 -0
  19. package/lib/components/base/icons/files/Word.d.ts.map +1 -0
  20. package/lib/components/base/icons/files/Zip.d.ts +6 -0
  21. package/lib/components/base/icons/files/Zip.d.ts.map +1 -0
  22. package/lib/components/blocks/Actions.d.ts +2 -0
  23. package/lib/components/blocks/Actions.d.ts.map +1 -1
  24. package/lib/components/blocks/Alert.d.ts +3 -6
  25. package/lib/components/blocks/Alert.d.ts.map +1 -1
  26. package/lib/components/blocks/CookieConsent.d.ts +1 -0
  27. package/lib/components/blocks/CookieConsent.d.ts.map +1 -1
  28. package/lib/components/blocks/EventBlock.d.ts +34 -0
  29. package/lib/components/blocks/EventBlock.d.ts.map +1 -0
  30. package/lib/components/blocks/LanguageSwitcher.d.ts +13 -0
  31. package/lib/components/blocks/LanguageSwitcher.d.ts.map +1 -0
  32. package/lib/components/blocks/LinkList.d.ts +11 -0
  33. package/lib/components/blocks/LinkList.d.ts.map +1 -0
  34. package/lib/components/blocks/NavBlock.d.ts.map +1 -1
  35. package/lib/components/blocks/NewsCard.d.ts +1 -3
  36. package/lib/components/blocks/NewsCard.d.ts.map +1 -1
  37. package/lib/components/buttons/Button.d.ts.map +1 -1
  38. package/lib/components/buttons/Pointer.d.ts.map +1 -1
  39. package/lib/components/sections/Accordion.d.ts +8 -356
  40. package/lib/components/sections/Accordion.d.ts.map +1 -1
  41. package/lib/components/sections/AlertList.d.ts +5 -364
  42. package/lib/components/sections/AlertList.d.ts.map +1 -1
  43. package/lib/components/sections/Article.d.ts +14 -356
  44. package/lib/components/sections/Article.d.ts.map +1 -1
  45. package/lib/components/sections/CallToAction.d.ts +7 -356
  46. package/lib/components/sections/CallToAction.d.ts.map +1 -1
  47. package/lib/components/sections/CardList.d.ts +45 -0
  48. package/lib/components/sections/CardList.d.ts.map +1 -0
  49. package/lib/components/sections/ComparisonSlider.d.ts +5 -356
  50. package/lib/components/sections/ComparisonSlider.d.ts.map +1 -1
  51. package/lib/components/sections/CrossPromotion.d.ts +5 -356
  52. package/lib/components/sections/CrossPromotion.d.ts.map +1 -1
  53. package/lib/components/sections/DynamicForm.d.ts +5 -356
  54. package/lib/components/sections/DynamicForm.d.ts.map +1 -1
  55. package/lib/components/sections/EventList.d.ts +23 -0
  56. package/lib/components/sections/EventList.d.ts.map +1 -0
  57. package/lib/components/sections/FactGrid.d.ts +5 -356
  58. package/lib/components/sections/FactGrid.d.ts.map +1 -1
  59. package/lib/components/sections/FactList.d.ts +5 -356
  60. package/lib/components/sections/FactList.d.ts.map +1 -1
  61. package/lib/components/sections/FeatureList.d.ts +5 -356
  62. package/lib/components/sections/FeatureList.d.ts.map +1 -1
  63. package/lib/components/sections/Footer.d.ts +1 -356
  64. package/lib/components/sections/Footer.d.ts.map +1 -1
  65. package/lib/components/sections/Form.d.ts +1 -356
  66. package/lib/components/sections/Form.d.ts.map +1 -1
  67. package/lib/components/sections/Gallery.d.ts +5 -356
  68. package/lib/components/sections/Gallery.d.ts.map +1 -1
  69. package/lib/components/sections/IconList.d.ts +5 -356
  70. package/lib/components/sections/IconList.d.ts.map +1 -1
  71. package/lib/components/sections/IndexList.d.ts +34 -0
  72. package/lib/components/sections/IndexList.d.ts.map +1 -0
  73. package/lib/components/sections/Intro.d.ts +5 -356
  74. package/lib/components/sections/Intro.d.ts.map +1 -1
  75. package/lib/components/sections/Map.d.ts +5 -356
  76. package/lib/components/sections/Map.d.ts.map +1 -1
  77. package/lib/components/sections/NavList.d.ts +5 -356
  78. package/lib/components/sections/NavList.d.ts.map +1 -1
  79. package/lib/components/sections/NumberList.d.ts +22 -364
  80. package/lib/components/sections/NumberList.d.ts.map +1 -1
  81. package/lib/components/sections/Poster.d.ts +5 -356
  82. package/lib/components/sections/Poster.d.ts.map +1 -1
  83. package/lib/components/sections/PriceList.d.ts +5 -356
  84. package/lib/components/sections/PriceList.d.ts.map +1 -1
  85. package/lib/components/sections/PriceTable.d.ts +5 -356
  86. package/lib/components/sections/PriceTable.d.ts.map +1 -1
  87. package/lib/components/sections/Quicknav.d.ts +5 -356
  88. package/lib/components/sections/Quicknav.d.ts.map +1 -1
  89. package/lib/components/sections/Quote.d.ts +5 -356
  90. package/lib/components/sections/Quote.d.ts.map +1 -1
  91. package/lib/components/sections/SimpleImage.d.ts +2 -0
  92. package/lib/components/sections/SimpleImage.d.ts.map +1 -1
  93. package/lib/components/sections/SocialNav.d.ts +5 -356
  94. package/lib/components/sections/SocialNav.d.ts.map +1 -1
  95. package/lib/components/sections/SocialWall.d.ts +5 -356
  96. package/lib/components/sections/SocialWall.d.ts.map +1 -1
  97. package/lib/components/sections/Table.d.ts +5 -356
  98. package/lib/components/sections/Table.d.ts.map +1 -1
  99. package/lib/components/sections/Teaser.d.ts +5 -356
  100. package/lib/components/sections/Teaser.d.ts.map +1 -1
  101. package/lib/components/sections/TeaserWide.d.ts +5 -344
  102. package/lib/components/sections/TeaserWide.d.ts.map +1 -1
  103. package/lib/components/sections/Timeline.d.ts +5 -356
  104. package/lib/components/sections/Timeline.d.ts.map +1 -1
  105. package/lib/components/sections/Video.d.ts +5 -356
  106. package/lib/components/sections/Video.d.ts.map +1 -1
  107. package/lib/components/sections/carousel/FeatureCarousel.d.ts +3 -356
  108. package/lib/components/sections/carousel/FeatureCarousel.d.ts.map +1 -1
  109. package/lib/components/sections/carousel/ImageCarousel.d.ts +3 -356
  110. package/lib/components/sections/carousel/ImageCarousel.d.ts.map +1 -1
  111. package/lib/components/sections/carousel/PromotionCarousel.d.ts +3 -356
  112. package/lib/components/sections/carousel/PromotionCarousel.d.ts.map +1 -1
  113. package/lib/components/sections/carousel/VideoCarousel.d.ts +3 -356
  114. package/lib/components/sections/carousel/VideoCarousel.d.ts.map +1 -1
  115. package/lib/components/sections/header/Header.d.ts +1 -356
  116. package/lib/components/sections/header/Header.d.ts.map +1 -1
  117. package/lib/components/sections/navigation/remastered/NavBar.d.ts +24 -5
  118. package/lib/components/sections/navigation/remastered/NavBar.d.ts.map +1 -1
  119. package/lib/components/sections/navigation/remastered/Navigation.d.ts +41 -7
  120. package/lib/components/sections/navigation/remastered/Navigation.d.ts.map +1 -1
  121. package/lib/components/sections/navigation/remastered/menu/Menu.d.ts +39 -0
  122. package/lib/components/sections/navigation/remastered/menu/Menu.d.ts.map +1 -0
  123. package/lib/components/sections/navigation/remastered/menu/variations/MenuFlyout.d.ts +8 -0
  124. package/lib/components/sections/navigation/remastered/menu/variations/MenuFlyout.d.ts.map +1 -0
  125. package/lib/components/sections/navigation/remastered/menu/variations/MenuLarge.d.ts +9 -0
  126. package/lib/components/sections/navigation/remastered/menu/variations/MenuLarge.d.ts.map +1 -0
  127. package/lib/components/sections/navigation/remastered/partials/NavBarBottom.d.ts +10 -0
  128. package/lib/components/sections/navigation/remastered/partials/NavBarBottom.d.ts.map +1 -0
  129. package/lib/components/sections/navigation/remastered/partials/NavBarMain.d.ts +35 -0
  130. package/lib/components/sections/navigation/remastered/partials/NavBarMain.d.ts.map +1 -0
  131. package/lib/components/sections/navigation/remastered/partials/NavBarTop.d.ts +11 -0
  132. package/lib/components/sections/navigation/remastered/partials/NavBarTop.d.ts.map +1 -0
  133. package/lib/components/sections/navigation/remastered/skeletons/BarBreadCrumbs.d.ts +18 -0
  134. package/lib/components/sections/navigation/remastered/skeletons/BarBreadCrumbs.d.ts.map +1 -0
  135. package/lib/components/sections/navigation/remastered/skeletons/BarColumn.d.ts +7 -0
  136. package/lib/components/sections/navigation/remastered/skeletons/BarColumn.d.ts.map +1 -0
  137. package/lib/components/sections/navigation/remastered/skeletons/BarLogo.d.ts +14 -0
  138. package/lib/components/sections/navigation/remastered/skeletons/BarLogo.d.ts.map +1 -0
  139. package/lib/components/sections/navigation/remastered/skeletons/BarMenuToggle.d.ts +9 -0
  140. package/lib/components/sections/navigation/remastered/skeletons/BarMenuToggle.d.ts.map +1 -0
  141. package/lib/components/sections/navigation/remastered/skeletons/BarNavList.d.ts +9 -0
  142. package/lib/components/sections/navigation/remastered/skeletons/BarNavList.d.ts.map +1 -0
  143. package/lib/components/sections/navigation/remastered/skeletons/Skeletons.d.ts +39 -0
  144. package/lib/components/sections/navigation/remastered/skeletons/Skeletons.d.ts.map +1 -0
  145. package/lib/components/sections/news/NewsAuthorCard.d.ts +1 -356
  146. package/lib/components/sections/news/NewsAuthorCard.d.ts.map +1 -1
  147. package/lib/components/sections/news/NewsFooter.d.ts +1 -356
  148. package/lib/components/sections/news/NewsFooter.d.ts.map +1 -1
  149. package/lib/components/sections/news/NewsImages.d.ts +1 -356
  150. package/lib/components/sections/news/NewsImages.d.ts.map +1 -1
  151. package/lib/components/sections/news/NewsIntro.d.ts +1 -356
  152. package/lib/components/sections/news/NewsIntro.d.ts.map +1 -1
  153. package/lib/components/sections/news/NewsList.d.ts +5 -356
  154. package/lib/components/sections/news/NewsList.d.ts.map +1 -1
  155. package/lib/components/sections/news/NewsOverview.d.ts +5 -356
  156. package/lib/components/sections/news/NewsOverview.d.ts.map +1 -1
  157. package/lib/components/sections/news/NewsTable.d.ts +1 -356
  158. package/lib/components/sections/news/NewsTable.d.ts.map +1 -1
  159. package/lib/components/sections/news/NewsText.d.ts +1 -356
  160. package/lib/components/sections/news/NewsText.d.ts.map +1 -1
  161. package/lib/components/sections/news/NewsVideo.d.ts +1 -356
  162. package/lib/components/sections/news/NewsVideo.d.ts.map +1 -1
  163. package/lib/components/typography/Copy.d.ts.map +1 -1
  164. package/lib/components/typography/Heading.d.ts.map +1 -1
  165. package/lib/components/typography/Link.d.ts +3 -0
  166. package/lib/components/typography/Link.d.ts.map +1 -1
  167. package/lib/index.d.ts +37 -29
  168. package/lib/index.d.ts.map +1 -1
  169. package/lib/index.es.js +2 -2
  170. package/lib/index.es.js.map +1 -1
  171. package/lib/index.js +1 -1
  172. package/lib/index.js.map +1 -1
  173. package/lib/utils/LibThemeProvider.d.ts +2 -2
  174. package/lib/utils/LibThemeProvider.d.ts.map +1 -1
  175. package/lib/utils/styles.d.ts +37 -5
  176. package/lib/utils/styles.d.ts.map +1 -1
  177. package/lib/utils/useEqualSheetHeight.d.ts +2 -2
  178. package/lib/utils/useEqualSheetHeight.d.ts.map +1 -1
  179. package/lib/utils/useMediaQuery.d.ts +16 -0
  180. package/lib/utils/useMediaQuery.d.ts.map +1 -1
  181. package/package.json +1 -1
@@ -59,6 +59,8 @@ export interface MapLocation {
59
59
  description?: string;
60
60
  }
61
61
  export declare const MapComponent: React.FC<{
62
+ /** ID value for targeting section with anchor hashes */
63
+ anchorId?: string | undefined;
62
64
  bgMode?: "full" | "inverted" | undefined;
63
65
  isMirrored?: boolean | undefined;
64
66
  provider?: string | undefined;
@@ -90,6 +92,8 @@ export declare const MapComponent: React.FC<{
90
92
  }) => React.ReactNode) | undefined;
91
93
  }>;
92
94
  declare const _default: React.FC<{
95
+ /** ID value for targeting section with anchor hashes */
96
+ anchorId?: string | undefined;
93
97
  bgMode?: "full" | "inverted" | undefined;
94
98
  isMirrored?: boolean | undefined;
95
99
  provider?: string | undefined;
@@ -120,362 +124,7 @@ declare const _default: React.FC<{
120
124
  index?: number | undefined;
121
125
  }) => React.ReactNode) | undefined;
122
126
  } & {
123
- theme?: {
124
- colors?: {
125
- dark?: string | undefined;
126
- light?: string | undefined;
127
- mono?: {
128
- light?: string | undefined;
129
- medium?: string | undefined;
130
- dark?: string | undefined;
131
- } | undefined;
132
- primary?: {
133
- light?: string | undefined;
134
- medium?: string | undefined;
135
- dark?: string | undefined;
136
- } | undefined;
137
- secondary?: {
138
- light?: string | undefined;
139
- medium?: string | undefined;
140
- dark?: string | undefined;
141
- } | undefined;
142
- error?: string | undefined;
143
- new?: {
144
- text?: {
145
- default?: string | undefined;
146
- inverted?: string | undefined;
147
- error?: string | undefined;
148
- heading?: string | undefined;
149
- headingInverted?: string | undefined;
150
- copy?: string | undefined;
151
- copyInverted?: string | undefined;
152
- } | undefined;
153
- sectionBg?: {
154
- light?: string | undefined;
155
- medium?: string | undefined;
156
- dark?: string | undefined;
157
- } | undefined;
158
- elementBg?: {
159
- light?: string | undefined;
160
- lightHover?: string | undefined;
161
- medium?: string | undefined;
162
- mediumHover?: string | undefined;
163
- dark?: string | undefined;
164
- darkHover?: string | undefined;
165
- } | undefined;
166
- primary?: {
167
- default?: string | undefined;
168
- inverted?: string | undefined;
169
- hover?: string | undefined;
170
- invertedHover?: string | undefined;
171
- } | undefined;
172
- secondary?: {
173
- default?: string | undefined;
174
- inverted?: string | undefined;
175
- hover?: string | undefined;
176
- invertedHover?: string | undefined;
177
- } | undefined;
178
- error?: string | undefined;
179
- } | undefined;
180
- } | undefined;
181
- fonts?: {
182
- base?: {
183
- family?: string | undefined;
184
- weight?: string | undefined;
185
- style?: string | undefined;
186
- lineHeight?: string | undefined;
187
- letterSpacing?: string | undefined;
188
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
189
- textTransform?: string | undefined;
190
- color?: string | undefined;
191
- colorInverted?: string | undefined;
192
- colorGradient?: string | undefined;
193
- colorGradientInverted?: string | undefined;
194
- } | undefined;
195
- types?: {
196
- copy?: {
197
- small?: {
198
- family?: string | undefined;
199
- weight?: string | undefined;
200
- style?: string | undefined;
201
- lineHeight?: string | undefined;
202
- letterSpacing?: string | undefined;
203
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
204
- textTransform?: string | undefined;
205
- color?: string | undefined;
206
- colorInverted?: string | undefined;
207
- colorGradient?: string | undefined;
208
- colorGradientInverted?: string | undefined;
209
- } | undefined;
210
- medium?: {
211
- family?: string | undefined;
212
- weight?: string | undefined;
213
- style?: string | undefined;
214
- lineHeight?: string | undefined;
215
- letterSpacing?: string | undefined;
216
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
217
- textTransform?: string | undefined;
218
- color?: string | undefined;
219
- colorInverted?: string | undefined;
220
- colorGradient?: string | undefined;
221
- colorGradientInverted?: string | undefined;
222
- } | undefined;
223
- big?: {
224
- family?: string | undefined;
225
- weight?: string | undefined;
226
- style?: string | undefined;
227
- lineHeight?: string | undefined;
228
- letterSpacing?: string | undefined;
229
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
230
- textTransform?: string | undefined;
231
- color?: string | undefined;
232
- colorInverted?: string | undefined;
233
- colorGradient?: string | undefined;
234
- colorGradientInverted?: string | undefined;
235
- } | undefined;
236
- } | undefined;
237
- 'copy-i'?: {
238
- small?: {
239
- family?: string | undefined;
240
- weight?: string | undefined;
241
- style?: string | undefined;
242
- lineHeight?: string | undefined;
243
- letterSpacing?: string | undefined;
244
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
245
- textTransform?: string | undefined;
246
- color?: string | undefined;
247
- colorInverted?: string | undefined;
248
- colorGradient?: string | undefined;
249
- colorGradientInverted?: string | undefined;
250
- } | undefined;
251
- medium?: {
252
- family?: string | undefined;
253
- weight?: string | undefined;
254
- style?: string | undefined;
255
- lineHeight?: string | undefined;
256
- letterSpacing?: string | undefined;
257
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
258
- textTransform?: string | undefined;
259
- color?: string | undefined;
260
- colorInverted?: string | undefined;
261
- colorGradient?: string | undefined;
262
- colorGradientInverted?: string | undefined;
263
- } | undefined;
264
- big?: {
265
- family?: string | undefined;
266
- weight?: string | undefined;
267
- style?: string | undefined;
268
- lineHeight?: string | undefined;
269
- letterSpacing?: string | undefined;
270
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
271
- textTransform?: string | undefined;
272
- color?: string | undefined;
273
- colorInverted?: string | undefined;
274
- colorGradient?: string | undefined;
275
- colorGradientInverted?: string | undefined;
276
- } | undefined;
277
- } | undefined;
278
- 'copy-b'?: {
279
- small?: {
280
- family?: string | undefined;
281
- weight?: string | undefined;
282
- style?: string | undefined;
283
- lineHeight?: string | undefined;
284
- letterSpacing?: string | undefined;
285
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
286
- textTransform?: string | undefined;
287
- color?: string | undefined;
288
- colorInverted?: string | undefined;
289
- colorGradient?: string | undefined;
290
- colorGradientInverted?: string | undefined;
291
- } | undefined;
292
- medium?: {
293
- family?: string | undefined;
294
- weight?: string | undefined;
295
- style?: string | undefined;
296
- lineHeight?: string | undefined;
297
- letterSpacing?: string | undefined;
298
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
299
- textTransform?: string | undefined;
300
- color?: string | undefined;
301
- colorInverted?: string | undefined;
302
- colorGradient?: string | undefined;
303
- colorGradientInverted?: string | undefined;
304
- } | undefined;
305
- big?: {
306
- family?: string | undefined;
307
- weight?: string | undefined;
308
- style?: string | undefined;
309
- lineHeight?: string | undefined;
310
- letterSpacing?: string | undefined;
311
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
312
- textTransform?: string | undefined;
313
- color?: string | undefined;
314
- colorInverted?: string | undefined;
315
- colorGradient?: string | undefined;
316
- colorGradientInverted?: string | undefined;
317
- } | undefined;
318
- } | undefined;
319
- super?: {
320
- family?: string | undefined;
321
- weight?: string | undefined;
322
- style?: string | undefined;
323
- lineHeight?: string | undefined;
324
- letterSpacing?: string | undefined;
325
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
326
- textTransform?: string | undefined;
327
- color?: string | undefined;
328
- colorInverted?: string | undefined;
329
- colorGradient?: string | undefined;
330
- colorGradientInverted?: string | undefined;
331
- } | undefined;
332
- 'heading-1'?: {
333
- family?: string | undefined;
334
- weight?: string | undefined;
335
- style?: string | undefined;
336
- lineHeight?: string | undefined;
337
- letterSpacing?: string | undefined;
338
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
339
- textTransform?: string | undefined;
340
- color?: string | undefined;
341
- colorInverted?: string | undefined;
342
- colorGradient?: string | undefined;
343
- colorGradientInverted?: string | undefined;
344
- } | undefined;
345
- 'heading-2'?: {
346
- family?: string | undefined;
347
- weight?: string | undefined;
348
- style?: string | undefined;
349
- lineHeight?: string | undefined;
350
- letterSpacing?: string | undefined;
351
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
352
- textTransform?: string | undefined;
353
- color?: string | undefined;
354
- colorInverted?: string | undefined;
355
- colorGradient?: string | undefined;
356
- colorGradientInverted?: string | undefined;
357
- } | undefined;
358
- 'heading-3'?: {
359
- family?: string | undefined;
360
- weight?: string | undefined;
361
- style?: string | undefined;
362
- lineHeight?: string | undefined;
363
- letterSpacing?: string | undefined;
364
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
365
- textTransform?: string | undefined;
366
- color?: string | undefined;
367
- colorInverted?: string | undefined;
368
- colorGradient?: string | undefined;
369
- colorGradientInverted?: string | undefined;
370
- } | undefined;
371
- 'heading-4'?: {
372
- family?: string | undefined;
373
- weight?: string | undefined;
374
- style?: string | undefined;
375
- lineHeight?: string | undefined;
376
- letterSpacing?: string | undefined;
377
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
378
- textTransform?: string | undefined;
379
- color?: string | undefined;
380
- colorInverted?: string | undefined;
381
- colorGradient?: string | undefined;
382
- colorGradientInverted?: string | undefined;
383
- } | undefined;
384
- callout?: {
385
- small?: {
386
- family?: string | undefined;
387
- weight?: string | undefined;
388
- style?: string | undefined;
389
- lineHeight?: string | undefined;
390
- letterSpacing?: string | undefined;
391
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
392
- textTransform?: string | undefined;
393
- color?: string | undefined;
394
- colorInverted?: string | undefined;
395
- colorGradient?: string | undefined;
396
- colorGradientInverted?: string | undefined;
397
- } | undefined;
398
- medium?: {
399
- family?: string | undefined;
400
- weight?: string | undefined;
401
- style?: string | undefined;
402
- lineHeight?: string | undefined;
403
- letterSpacing?: string | undefined;
404
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
405
- textTransform?: string | undefined;
406
- color?: string | undefined;
407
- colorInverted?: string | undefined;
408
- colorGradient?: string | undefined;
409
- colorGradientInverted?: string | undefined;
410
- } | undefined;
411
- big?: {
412
- family?: string | undefined;
413
- weight?: string | undefined;
414
- style?: string | undefined;
415
- lineHeight?: string | undefined;
416
- letterSpacing?: string | undefined;
417
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
418
- textTransform?: string | undefined;
419
- color?: string | undefined;
420
- colorInverted?: string | undefined;
421
- colorGradient?: string | undefined;
422
- colorGradientInverted?: string | undefined;
423
- } | undefined;
424
- } | undefined;
425
- } | undefined;
426
- } | undefined;
427
- globals?: {
428
- sections?: {
429
- seperation?: {
430
- forcePadding?: boolean | undefined;
431
- padding?: {
432
- default?: [(number | undefined)?, (number | undefined)?] | undefined;
433
- stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
434
- } | undefined;
435
- margin?: {
436
- default?: [(number | undefined)?, (number | undefined)?] | undefined;
437
- stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
438
- } | undefined;
439
- } | undefined;
440
- edgeRadius?: (string | null) | undefined;
441
- imageTextGradient?: string | undefined;
442
- imagePlaceholderBg?: {
443
- default?: string | undefined;
444
- inverted?: string | undefined;
445
- } | undefined;
446
- newsDateFormat?: string | undefined;
447
- newsTimeFormat?: string | undefined;
448
- newsLocaleKey?: ("de" | "en") | undefined;
449
- datepickerLocaleKey?: ("de" | "en") | undefined;
450
- datepickerDateFormat?: string | undefined;
451
- } | undefined;
452
- navigation?: {
453
- navBar?: {
454
- isTopNavVisible?: boolean | undefined;
455
- topNavHeight?: {
456
- mobile?: {
457
- small?: number | undefined;
458
- large?: number | undefined;
459
- } | undefined;
460
- desktop?: {
461
- small?: number | undefined;
462
- large?: number | undefined;
463
- } | undefined;
464
- } | undefined;
465
- height?: {
466
- mobile?: {
467
- small?: number | undefined;
468
- large?: number | undefined;
469
- } | undefined;
470
- desktop?: {
471
- small?: number | undefined;
472
- large?: number | undefined;
473
- } | undefined;
474
- } | undefined;
475
- } | undefined;
476
- } | undefined;
477
- } | undefined;
478
- } | undefined;
127
+ theme?: import("../../utils/LibThemeProvider").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
479
128
  }>;
480
129
  export default _default;
481
130
  //# sourceMappingURL=Map.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Map.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Map.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Map.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Map.tsx"],"names":[],"mappings":"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"}