@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
@@ -10,6 +10,8 @@ export interface IconListItem {
10
10
  };
11
11
  }
12
12
  export declare const IconListComponent: React.FC<{
13
+ /** ID value for targeting section with anchor hashes */
14
+ anchorId?: string | undefined;
13
15
  /** Array with icon items data */
14
16
  items?: IconListItem[] | undefined;
15
17
  /** Function to inject custom primary button */
@@ -37,6 +39,8 @@ export declare const IconListComponent: React.FC<{
37
39
  bgMode?: "full" | "inverted" | undefined;
38
40
  }>;
39
41
  declare const _default: React.FC<{
42
+ /** ID value for targeting section with anchor hashes */
43
+ anchorId?: string | undefined;
40
44
  /** Array with icon items data */
41
45
  items?: IconListItem[] | undefined;
42
46
  /** Function to inject custom primary button */
@@ -63,362 +67,7 @@ declare const _default: React.FC<{
63
67
  /** Section background */
64
68
  bgMode?: "full" | "inverted" | undefined;
65
69
  } & {
66
- theme?: {
67
- colors?: {
68
- dark?: string | undefined;
69
- light?: string | undefined;
70
- mono?: {
71
- light?: string | undefined;
72
- medium?: string | undefined;
73
- dark?: string | undefined;
74
- } | undefined;
75
- primary?: {
76
- light?: string | undefined;
77
- medium?: string | undefined;
78
- dark?: string | undefined;
79
- } | undefined;
80
- secondary?: {
81
- light?: string | undefined;
82
- medium?: string | undefined;
83
- dark?: string | undefined;
84
- } | undefined;
85
- error?: string | undefined;
86
- new?: {
87
- text?: {
88
- default?: string | undefined;
89
- inverted?: string | undefined;
90
- error?: string | undefined;
91
- heading?: string | undefined;
92
- headingInverted?: string | undefined;
93
- copy?: string | undefined;
94
- copyInverted?: string | undefined;
95
- } | undefined;
96
- sectionBg?: {
97
- light?: string | undefined;
98
- medium?: string | undefined;
99
- dark?: string | undefined;
100
- } | undefined;
101
- elementBg?: {
102
- light?: string | undefined;
103
- lightHover?: string | undefined;
104
- medium?: string | undefined;
105
- mediumHover?: string | undefined;
106
- dark?: string | undefined;
107
- darkHover?: string | undefined;
108
- } | undefined;
109
- primary?: {
110
- default?: string | undefined;
111
- inverted?: string | undefined;
112
- hover?: string | undefined;
113
- invertedHover?: string | undefined;
114
- } | undefined;
115
- secondary?: {
116
- default?: string | undefined;
117
- inverted?: string | undefined;
118
- hover?: string | undefined;
119
- invertedHover?: string | undefined;
120
- } | undefined;
121
- error?: string | undefined;
122
- } | undefined;
123
- } | undefined;
124
- fonts?: {
125
- base?: {
126
- family?: string | undefined;
127
- weight?: string | undefined;
128
- style?: string | undefined;
129
- lineHeight?: string | undefined;
130
- letterSpacing?: string | undefined;
131
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
132
- textTransform?: string | undefined;
133
- color?: string | undefined;
134
- colorInverted?: string | undefined;
135
- colorGradient?: string | undefined;
136
- colorGradientInverted?: string | undefined;
137
- } | undefined;
138
- types?: {
139
- copy?: {
140
- small?: {
141
- family?: string | undefined;
142
- weight?: string | undefined;
143
- style?: string | undefined;
144
- lineHeight?: string | undefined;
145
- letterSpacing?: string | undefined;
146
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
147
- textTransform?: string | undefined;
148
- color?: string | undefined;
149
- colorInverted?: string | undefined;
150
- colorGradient?: string | undefined;
151
- colorGradientInverted?: string | undefined;
152
- } | undefined;
153
- medium?: {
154
- family?: string | undefined;
155
- weight?: string | undefined;
156
- style?: string | undefined;
157
- lineHeight?: string | undefined;
158
- letterSpacing?: string | undefined;
159
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
160
- textTransform?: string | undefined;
161
- color?: string | undefined;
162
- colorInverted?: string | undefined;
163
- colorGradient?: string | undefined;
164
- colorGradientInverted?: string | undefined;
165
- } | undefined;
166
- big?: {
167
- family?: string | undefined;
168
- weight?: string | undefined;
169
- style?: string | undefined;
170
- lineHeight?: string | undefined;
171
- letterSpacing?: string | undefined;
172
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
173
- textTransform?: string | undefined;
174
- color?: string | undefined;
175
- colorInverted?: string | undefined;
176
- colorGradient?: string | undefined;
177
- colorGradientInverted?: string | undefined;
178
- } | undefined;
179
- } | undefined;
180
- 'copy-i'?: {
181
- small?: {
182
- family?: string | undefined;
183
- weight?: string | undefined;
184
- style?: string | undefined;
185
- lineHeight?: string | undefined;
186
- letterSpacing?: string | undefined;
187
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
188
- textTransform?: string | undefined;
189
- color?: string | undefined;
190
- colorInverted?: string | undefined;
191
- colorGradient?: string | undefined;
192
- colorGradientInverted?: string | undefined;
193
- } | undefined;
194
- medium?: {
195
- family?: string | undefined;
196
- weight?: string | undefined;
197
- style?: string | undefined;
198
- lineHeight?: string | undefined;
199
- letterSpacing?: string | undefined;
200
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
201
- textTransform?: string | undefined;
202
- color?: string | undefined;
203
- colorInverted?: string | undefined;
204
- colorGradient?: string | undefined;
205
- colorGradientInverted?: string | undefined;
206
- } | undefined;
207
- big?: {
208
- family?: string | undefined;
209
- weight?: string | undefined;
210
- style?: string | undefined;
211
- lineHeight?: string | undefined;
212
- letterSpacing?: string | undefined;
213
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
214
- textTransform?: string | undefined;
215
- color?: string | undefined;
216
- colorInverted?: string | undefined;
217
- colorGradient?: string | undefined;
218
- colorGradientInverted?: string | undefined;
219
- } | undefined;
220
- } | undefined;
221
- 'copy-b'?: {
222
- small?: {
223
- family?: string | undefined;
224
- weight?: string | undefined;
225
- style?: string | undefined;
226
- lineHeight?: string | undefined;
227
- letterSpacing?: string | undefined;
228
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
229
- textTransform?: string | undefined;
230
- color?: string | undefined;
231
- colorInverted?: string | undefined;
232
- colorGradient?: string | undefined;
233
- colorGradientInverted?: string | undefined;
234
- } | undefined;
235
- medium?: {
236
- family?: string | undefined;
237
- weight?: string | undefined;
238
- style?: string | undefined;
239
- lineHeight?: string | undefined;
240
- letterSpacing?: string | undefined;
241
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
242
- textTransform?: string | undefined;
243
- color?: string | undefined;
244
- colorInverted?: string | undefined;
245
- colorGradient?: string | undefined;
246
- colorGradientInverted?: string | undefined;
247
- } | undefined;
248
- big?: {
249
- family?: string | undefined;
250
- weight?: string | undefined;
251
- style?: string | undefined;
252
- lineHeight?: string | undefined;
253
- letterSpacing?: string | undefined;
254
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
255
- textTransform?: string | undefined;
256
- color?: string | undefined;
257
- colorInverted?: string | undefined;
258
- colorGradient?: string | undefined;
259
- colorGradientInverted?: string | undefined;
260
- } | undefined;
261
- } | undefined;
262
- super?: {
263
- family?: string | undefined;
264
- weight?: string | undefined;
265
- style?: string | undefined;
266
- lineHeight?: string | undefined;
267
- letterSpacing?: string | undefined;
268
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
269
- textTransform?: string | undefined;
270
- color?: string | undefined;
271
- colorInverted?: string | undefined;
272
- colorGradient?: string | undefined;
273
- colorGradientInverted?: string | undefined;
274
- } | undefined;
275
- 'heading-1'?: {
276
- family?: string | undefined;
277
- weight?: string | undefined;
278
- style?: string | undefined;
279
- lineHeight?: string | undefined;
280
- letterSpacing?: string | undefined;
281
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
282
- textTransform?: string | undefined;
283
- color?: string | undefined;
284
- colorInverted?: string | undefined;
285
- colorGradient?: string | undefined;
286
- colorGradientInverted?: string | undefined;
287
- } | undefined;
288
- 'heading-2'?: {
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
- 'heading-3'?: {
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
- 'heading-4'?: {
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
- callout?: {
328
- small?: {
329
- family?: string | undefined;
330
- weight?: string | undefined;
331
- style?: string | undefined;
332
- lineHeight?: string | undefined;
333
- letterSpacing?: string | undefined;
334
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
335
- textTransform?: string | undefined;
336
- color?: string | undefined;
337
- colorInverted?: string | undefined;
338
- colorGradient?: string | undefined;
339
- colorGradientInverted?: string | undefined;
340
- } | undefined;
341
- medium?: {
342
- family?: string | undefined;
343
- weight?: string | undefined;
344
- style?: string | undefined;
345
- lineHeight?: string | undefined;
346
- letterSpacing?: string | undefined;
347
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
348
- textTransform?: string | undefined;
349
- color?: string | undefined;
350
- colorInverted?: string | undefined;
351
- colorGradient?: string | undefined;
352
- colorGradientInverted?: string | undefined;
353
- } | undefined;
354
- big?: {
355
- family?: string | undefined;
356
- weight?: string | undefined;
357
- style?: string | undefined;
358
- lineHeight?: string | undefined;
359
- letterSpacing?: string | undefined;
360
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
361
- textTransform?: string | undefined;
362
- color?: string | undefined;
363
- colorInverted?: string | undefined;
364
- colorGradient?: string | undefined;
365
- colorGradientInverted?: string | undefined;
366
- } | undefined;
367
- } | undefined;
368
- } | undefined;
369
- } | undefined;
370
- globals?: {
371
- sections?: {
372
- seperation?: {
373
- forcePadding?: boolean | undefined;
374
- padding?: {
375
- default?: [(number | undefined)?, (number | undefined)?] | undefined;
376
- stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
377
- } | undefined;
378
- margin?: {
379
- default?: [(number | undefined)?, (number | undefined)?] | undefined;
380
- stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
381
- } | undefined;
382
- } | undefined;
383
- edgeRadius?: (string | null) | undefined;
384
- imageTextGradient?: string | undefined;
385
- imagePlaceholderBg?: {
386
- default?: string | undefined;
387
- inverted?: string | undefined;
388
- } | undefined;
389
- newsDateFormat?: string | undefined;
390
- newsTimeFormat?: string | undefined;
391
- newsLocaleKey?: ("de" | "en") | undefined;
392
- datepickerLocaleKey?: ("de" | "en") | undefined;
393
- datepickerDateFormat?: string | undefined;
394
- } | undefined;
395
- navigation?: {
396
- navBar?: {
397
- isTopNavVisible?: boolean | undefined;
398
- topNavHeight?: {
399
- mobile?: {
400
- small?: number | undefined;
401
- large?: number | undefined;
402
- } | undefined;
403
- desktop?: {
404
- small?: number | undefined;
405
- large?: number | undefined;
406
- } | undefined;
407
- } | undefined;
408
- height?: {
409
- mobile?: {
410
- small?: number | undefined;
411
- large?: number | undefined;
412
- } | undefined;
413
- desktop?: {
414
- small?: number | undefined;
415
- large?: number | undefined;
416
- } | undefined;
417
- } | undefined;
418
- } | undefined;
419
- } | undefined;
420
- } | undefined;
421
- } | undefined;
70
+ theme?: import("../../utils/LibThemeProvider").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
422
71
  }>;
423
72
  export default _default;
424
73
  //# sourceMappingURL=IconList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/IconList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAcxC,OAAa,EAAE,SAAS,EAAE,2BAAmC;AAsI7D,MAAM,WAAW,YAAY;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CACpC;AA+ID,eAAO,MAAM,iBAAiB;IA5I1B,iCAAiC;;IAGjC,+CAA+C;2DACL,MAAM,SAAS;IAEzD,iDAAiD;6DACL,MAAM,SAAS;IAE3D,8CAA8C;;;;;;6FAMuB,IAAI;;UAEnE,MAAM,SAAS;IAErB,oDAAoD;;IAGpD,sDAAsD;;IAGtD,iCAAiC;;IAGjC,4BAA4B;;IAG5B,yBAAyB;;EA6GY,CAAC;;IA5ItC,iCAAiC;;IAGjC,+CAA+C;;IAG/C,iDAAiD;;IAGjD,8CAA8C;;;;;;;;;IAU9C,oDAAoD;;IAGpD,sDAAsD;;IAGtD,iCAAiC;;IAGjC,4BAA4B;;IAG5B,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8G7B,wBAAsC"}
1
+ {"version":3,"file":"IconList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/IconList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAcxC,OAAa,EAAE,SAAS,EAAE,2BAAmC;AAsI7D,MAAM,WAAW,YAAY;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,KAAK,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CACpC;AAoJD,eAAO,MAAM,iBAAiB;IAjJ1B,wDAAwD;;IAGxD,iCAAiC;;IAGjC,+CAA+C;2DACL,MAAM,SAAS;IAEzD,iDAAiD;6DACL,MAAM,SAAS;IAE3D,8CAA8C;;;;;;6FAMuB,IAAI;;UAEnE,MAAM,SAAS;IAErB,oDAAoD;;IAGpD,sDAAsD;;IAGtD,iCAAiC;;IAGjC,4BAA4B;;IAG5B,yBAAyB;;EA+GY,CAAC;;IAjJtC,wDAAwD;;IAGxD,iCAAiC;;IAGjC,+CAA+C;;IAG/C,iDAAiD;;IAGjD,8CAA8C;;;;;;;;;IAU9C,oDAAoD;;IAGpD,sDAAsD;;IAGtD,iCAAiC;;IAGjC,4BAA4B;;IAG5B,yBAAyB;;;;;AAgH7B,wBAAsC"}
@@ -0,0 +1,34 @@
1
+ import React from 'react';
2
+ import { LinkProps } from "../typography/Link";
3
+ export interface IndexItem {
4
+ label?: string;
5
+ link?: LinkProps;
6
+ }
7
+ export declare const IndexListComponent: React.FC<{
8
+ /** ID value for targeting section with anchor hashes */
9
+ anchorId?: string | undefined;
10
+ /** Array of index item settings */
11
+ items?: IndexItem[] | undefined;
12
+ /** Section background */
13
+ bgMode?: "inverted" | "full" | undefined;
14
+ /** Function to inject custom icon decorator */
15
+ customIcon?: ((props: {
16
+ isInverted?: boolean;
17
+ }) => React.ReactNode) | undefined;
18
+ }>;
19
+ declare const _default: React.FC<{
20
+ /** ID value for targeting section with anchor hashes */
21
+ anchorId?: string | undefined;
22
+ /** Array of index item settings */
23
+ items?: IndexItem[] | undefined;
24
+ /** Section background */
25
+ bgMode?: "inverted" | "full" | undefined;
26
+ /** Function to inject custom icon decorator */
27
+ customIcon?: ((props: {
28
+ isInverted?: boolean | undefined;
29
+ }) => React.ReactNode) | undefined;
30
+ } & {
31
+ theme?: import("../../utils/LibThemeProvider").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
32
+ }>;
33
+ export default _default;
34
+ //# sourceMappingURL=IndexList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IndexList.d.ts","sourceRoot":"","sources":["../../../src/components/sections/IndexList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAa,EAAE,SAAS,EAAE,2BAAmC;AA6D7D,MAAM,WAAW,SAAS;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,SAAS,CAAC;CACpB;AA8ED,eAAO,MAAM,kBAAkB;IA3E3B,wDAAwD;;IAGxD,mCAAmC;;IAGnC,yBAAyB;;IAGzB,+CAA+C;0BAC1B;QAAE,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,SAAS;EAiE1B,CAAC;;IA3ExC,wDAAwD;;IAGxD,mCAAmC;;IAGnC,yBAAyB;;IAGzB,+CAA+C;;;;;;;AAmEnD,wBAAuC"}