@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
@@ -2,6 +2,8 @@ import React from 'react';
2
2
  import { NavBlockProps } from "../blocks/NavBlock";
3
3
  export declare type NavItem = Omit<NavBlockProps, 'isInverted' | 'customIcon' | 'customTitleIcon' | 'className'>;
4
4
  export declare const NavListComponent: React.FC<{
5
+ /** ID value for targeting section with anchor hashes */
6
+ anchorId?: string | undefined;
5
7
  /** Array of navigation item settings */
6
8
  items?: NavItem[] | undefined;
7
9
  /** Section backgrounds */
@@ -16,6 +18,8 @@ export declare const NavListComponent: React.FC<{
16
18
  }) => React.ReactNode) | undefined;
17
19
  }>;
18
20
  declare const _default: React.FC<{
21
+ /** ID value for targeting section with anchor hashes */
22
+ anchorId?: string | undefined;
19
23
  /** Array of navigation item settings */
20
24
  items?: NavItem[] | undefined;
21
25
  /** Section backgrounds */
@@ -29,362 +33,7 @@ declare const _default: React.FC<{
29
33
  isInverted?: boolean | undefined;
30
34
  }) => React.ReactNode) | undefined;
31
35
  } & {
32
- theme?: {
33
- colors?: {
34
- dark?: string | undefined;
35
- light?: string | undefined;
36
- mono?: {
37
- light?: string | undefined;
38
- medium?: string | undefined;
39
- dark?: string | undefined;
40
- } | undefined;
41
- primary?: {
42
- light?: string | undefined;
43
- medium?: string | undefined;
44
- dark?: string | undefined;
45
- } | undefined;
46
- secondary?: {
47
- light?: string | undefined;
48
- medium?: string | undefined;
49
- dark?: string | undefined;
50
- } | undefined;
51
- error?: string | undefined;
52
- new?: {
53
- text?: {
54
- default?: string | undefined;
55
- inverted?: string | undefined;
56
- error?: string | undefined;
57
- heading?: string | undefined;
58
- headingInverted?: string | undefined;
59
- copy?: string | undefined;
60
- copyInverted?: string | undefined;
61
- } | undefined;
62
- sectionBg?: {
63
- light?: string | undefined;
64
- medium?: string | undefined;
65
- dark?: string | undefined;
66
- } | undefined;
67
- elementBg?: {
68
- light?: string | undefined;
69
- lightHover?: string | undefined;
70
- medium?: string | undefined;
71
- mediumHover?: string | undefined;
72
- dark?: string | undefined;
73
- darkHover?: string | undefined;
74
- } | undefined;
75
- primary?: {
76
- default?: string | undefined;
77
- inverted?: string | undefined;
78
- hover?: string | undefined;
79
- invertedHover?: string | undefined;
80
- } | undefined;
81
- secondary?: {
82
- default?: string | undefined;
83
- inverted?: string | undefined;
84
- hover?: string | undefined;
85
- invertedHover?: string | undefined;
86
- } | undefined;
87
- error?: string | undefined;
88
- } | undefined;
89
- } | undefined;
90
- fonts?: {
91
- base?: {
92
- family?: string | undefined;
93
- weight?: string | undefined;
94
- style?: string | undefined;
95
- lineHeight?: string | undefined;
96
- letterSpacing?: string | undefined;
97
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
98
- textTransform?: string | undefined;
99
- color?: string | undefined;
100
- colorInverted?: string | undefined;
101
- colorGradient?: string | undefined;
102
- colorGradientInverted?: string | undefined;
103
- } | undefined;
104
- types?: {
105
- copy?: {
106
- small?: {
107
- family?: string | undefined;
108
- weight?: string | undefined;
109
- style?: string | undefined;
110
- lineHeight?: string | undefined;
111
- letterSpacing?: string | undefined;
112
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
113
- textTransform?: string | undefined;
114
- color?: string | undefined;
115
- colorInverted?: string | undefined;
116
- colorGradient?: string | undefined;
117
- colorGradientInverted?: string | undefined;
118
- } | undefined;
119
- medium?: {
120
- family?: string | undefined;
121
- weight?: string | undefined;
122
- style?: string | undefined;
123
- lineHeight?: string | undefined;
124
- letterSpacing?: string | undefined;
125
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
126
- textTransform?: string | undefined;
127
- color?: string | undefined;
128
- colorInverted?: string | undefined;
129
- colorGradient?: string | undefined;
130
- colorGradientInverted?: string | undefined;
131
- } | undefined;
132
- big?: {
133
- family?: string | undefined;
134
- weight?: string | undefined;
135
- style?: string | undefined;
136
- lineHeight?: string | undefined;
137
- letterSpacing?: string | undefined;
138
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
139
- textTransform?: string | undefined;
140
- color?: string | undefined;
141
- colorInverted?: string | undefined;
142
- colorGradient?: string | undefined;
143
- colorGradientInverted?: string | undefined;
144
- } | undefined;
145
- } | undefined;
146
- 'copy-i'?: {
147
- small?: {
148
- family?: string | undefined;
149
- weight?: string | undefined;
150
- style?: string | undefined;
151
- lineHeight?: string | undefined;
152
- letterSpacing?: string | undefined;
153
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
154
- textTransform?: string | undefined;
155
- color?: string | undefined;
156
- colorInverted?: string | undefined;
157
- colorGradient?: string | undefined;
158
- colorGradientInverted?: string | undefined;
159
- } | undefined;
160
- medium?: {
161
- family?: string | undefined;
162
- weight?: string | undefined;
163
- style?: string | undefined;
164
- lineHeight?: string | undefined;
165
- letterSpacing?: string | undefined;
166
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
167
- textTransform?: string | undefined;
168
- color?: string | undefined;
169
- colorInverted?: string | undefined;
170
- colorGradient?: string | undefined;
171
- colorGradientInverted?: string | undefined;
172
- } | undefined;
173
- big?: {
174
- family?: string | undefined;
175
- weight?: string | undefined;
176
- style?: string | undefined;
177
- lineHeight?: string | undefined;
178
- letterSpacing?: string | undefined;
179
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
180
- textTransform?: string | undefined;
181
- color?: string | undefined;
182
- colorInverted?: string | undefined;
183
- colorGradient?: string | undefined;
184
- colorGradientInverted?: string | undefined;
185
- } | undefined;
186
- } | undefined;
187
- 'copy-b'?: {
188
- small?: {
189
- family?: string | undefined;
190
- weight?: string | undefined;
191
- style?: string | undefined;
192
- lineHeight?: string | undefined;
193
- letterSpacing?: string | undefined;
194
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
195
- textTransform?: string | undefined;
196
- color?: string | undefined;
197
- colorInverted?: string | undefined;
198
- colorGradient?: string | undefined;
199
- colorGradientInverted?: string | undefined;
200
- } | undefined;
201
- medium?: {
202
- family?: string | undefined;
203
- weight?: string | undefined;
204
- style?: string | undefined;
205
- lineHeight?: string | undefined;
206
- letterSpacing?: string | undefined;
207
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
208
- textTransform?: string | undefined;
209
- color?: string | undefined;
210
- colorInverted?: string | undefined;
211
- colorGradient?: string | undefined;
212
- colorGradientInverted?: string | undefined;
213
- } | undefined;
214
- big?: {
215
- family?: string | undefined;
216
- weight?: string | undefined;
217
- style?: string | undefined;
218
- lineHeight?: string | undefined;
219
- letterSpacing?: string | undefined;
220
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
221
- textTransform?: string | undefined;
222
- color?: string | undefined;
223
- colorInverted?: string | undefined;
224
- colorGradient?: string | undefined;
225
- colorGradientInverted?: string | undefined;
226
- } | undefined;
227
- } | undefined;
228
- super?: {
229
- family?: string | undefined;
230
- weight?: string | undefined;
231
- style?: string | undefined;
232
- lineHeight?: string | undefined;
233
- letterSpacing?: string | undefined;
234
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
235
- textTransform?: string | undefined;
236
- color?: string | undefined;
237
- colorInverted?: string | undefined;
238
- colorGradient?: string | undefined;
239
- colorGradientInverted?: string | undefined;
240
- } | undefined;
241
- 'heading-1'?: {
242
- family?: string | undefined;
243
- weight?: string | undefined;
244
- style?: string | undefined;
245
- lineHeight?: string | undefined;
246
- letterSpacing?: string | undefined;
247
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
248
- textTransform?: string | undefined;
249
- color?: string | undefined;
250
- colorInverted?: string | undefined;
251
- colorGradient?: string | undefined;
252
- colorGradientInverted?: string | undefined;
253
- } | undefined;
254
- 'heading-2'?: {
255
- family?: string | undefined;
256
- weight?: string | undefined;
257
- style?: string | undefined;
258
- lineHeight?: string | undefined;
259
- letterSpacing?: string | undefined;
260
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
261
- textTransform?: string | undefined;
262
- color?: string | undefined;
263
- colorInverted?: string | undefined;
264
- colorGradient?: string | undefined;
265
- colorGradientInverted?: string | undefined;
266
- } | undefined;
267
- 'heading-3'?: {
268
- family?: string | undefined;
269
- weight?: string | undefined;
270
- style?: string | undefined;
271
- lineHeight?: string | undefined;
272
- letterSpacing?: string | undefined;
273
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
274
- textTransform?: string | undefined;
275
- color?: string | undefined;
276
- colorInverted?: string | undefined;
277
- colorGradient?: string | undefined;
278
- colorGradientInverted?: string | undefined;
279
- } | undefined;
280
- 'heading-4'?: {
281
- family?: string | undefined;
282
- weight?: string | undefined;
283
- style?: string | undefined;
284
- lineHeight?: string | undefined;
285
- letterSpacing?: string | undefined;
286
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
287
- textTransform?: string | undefined;
288
- color?: string | undefined;
289
- colorInverted?: string | undefined;
290
- colorGradient?: string | undefined;
291
- colorGradientInverted?: string | undefined;
292
- } | undefined;
293
- callout?: {
294
- small?: {
295
- family?: string | undefined;
296
- weight?: string | undefined;
297
- style?: string | undefined;
298
- lineHeight?: string | undefined;
299
- letterSpacing?: string | undefined;
300
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
301
- textTransform?: string | undefined;
302
- color?: string | undefined;
303
- colorInverted?: string | undefined;
304
- colorGradient?: string | undefined;
305
- colorGradientInverted?: string | undefined;
306
- } | undefined;
307
- medium?: {
308
- family?: string | undefined;
309
- weight?: string | undefined;
310
- style?: string | undefined;
311
- lineHeight?: string | undefined;
312
- letterSpacing?: string | undefined;
313
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
314
- textTransform?: string | undefined;
315
- color?: string | undefined;
316
- colorInverted?: string | undefined;
317
- colorGradient?: string | undefined;
318
- colorGradientInverted?: string | undefined;
319
- } | undefined;
320
- big?: {
321
- family?: string | undefined;
322
- weight?: string | undefined;
323
- style?: string | undefined;
324
- lineHeight?: string | undefined;
325
- letterSpacing?: string | undefined;
326
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
327
- textTransform?: string | undefined;
328
- color?: string | undefined;
329
- colorInverted?: string | undefined;
330
- colorGradient?: string | undefined;
331
- colorGradientInverted?: string | undefined;
332
- } | undefined;
333
- } | undefined;
334
- } | undefined;
335
- } | undefined;
336
- globals?: {
337
- sections?: {
338
- seperation?: {
339
- forcePadding?: boolean | undefined;
340
- padding?: {
341
- default?: [(number | undefined)?, (number | undefined)?] | undefined;
342
- stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
343
- } | undefined;
344
- margin?: {
345
- default?: [(number | undefined)?, (number | undefined)?] | undefined;
346
- stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
347
- } | undefined;
348
- } | undefined;
349
- edgeRadius?: (string | null) | undefined;
350
- imageTextGradient?: string | undefined;
351
- imagePlaceholderBg?: {
352
- default?: string | undefined;
353
- inverted?: string | undefined;
354
- } | undefined;
355
- newsDateFormat?: string | undefined;
356
- newsTimeFormat?: string | undefined;
357
- newsLocaleKey?: ("de" | "en") | undefined;
358
- datepickerLocaleKey?: ("de" | "en") | undefined;
359
- datepickerDateFormat?: string | undefined;
360
- } | undefined;
361
- navigation?: {
362
- navBar?: {
363
- isTopNavVisible?: boolean | undefined;
364
- topNavHeight?: {
365
- mobile?: {
366
- small?: number | undefined;
367
- large?: number | undefined;
368
- } | undefined;
369
- desktop?: {
370
- small?: number | undefined;
371
- large?: number | undefined;
372
- } | undefined;
373
- } | undefined;
374
- height?: {
375
- mobile?: {
376
- small?: number | undefined;
377
- large?: number | undefined;
378
- } | undefined;
379
- desktop?: {
380
- small?: number | undefined;
381
- large?: number | undefined;
382
- } | undefined;
383
- } | undefined;
384
- } | undefined;
385
- } | undefined;
386
- } | undefined;
387
- } | undefined;
36
+ theme?: import("../../utils/LibThemeProvider").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
388
37
  }>;
389
38
  export default _default;
390
39
  //# sourceMappingURL=NavList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/NavList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAiB,EAAE,aAAa,EAAE,2BAAmC;AAsCrE,oBAAY,OAAO,GAAG,IAAI,CACtB,aAAa,EACb,YAAY,GAAG,YAAY,GAAG,iBAAiB,GAAG,WAAW,CAChE,CAAC;AAkDF,eAAO,MAAM,gBAAgB;IA/CzB,wCAAwC;;IAGxC,0BAA0B;;IAG1B,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;EAqCnC,CAAC;;IA/CpC,wCAAwC;;IAGxC,0BAA0B;;IAG1B,2CAA2C;;;;IAG3C,qDAAqD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCzD,wBAAqC"}
1
+ {"version":3,"file":"NavList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/NavList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAiB,EAAE,aAAa,EAAE,2BAAmC;AAsCrE,oBAAY,OAAO,GAAG,IAAI,CACtB,aAAa,EACb,YAAY,GAAG,YAAY,GAAG,iBAAiB,GAAG,WAAW,CAChE,CAAC;AAsDF,eAAO,MAAM,gBAAgB;IAnDzB,wDAAwD;;IAGxD,wCAAwC;;IAGxC,0BAA0B;;IAG1B,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;EAsCnC,CAAC;;IAnDpC,wDAAwD;;IAGxD,wCAAwC;;IAGxC,0BAA0B;;IAG1B,2CAA2C;;;;IAG3C,qDAAqD;;;;;;;AAwCzD,wBAAqC"}