@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,369 +10,18 @@ export interface TableProps {
10
10
  lastCol?: 'left' | 'right';
11
11
  }
12
12
  export declare const TableComponent: React.FC<{
13
+ /** ID value for targeting section with anchor hashes */
14
+ anchorId?: string | undefined;
13
15
  tableItems: TableProps[];
14
16
  bgMode?: "full" | "inverted" | undefined;
15
17
  }>;
16
18
  declare const _default: React.FC<{
19
+ /** ID value for targeting section with anchor hashes */
20
+ anchorId?: string | undefined;
17
21
  tableItems: TableProps[];
18
22
  bgMode?: "full" | "inverted" | undefined;
19
23
  } & {
20
- theme?: {
21
- colors?: {
22
- dark?: string | undefined;
23
- light?: string | undefined;
24
- mono?: {
25
- light?: string | undefined;
26
- medium?: string | undefined;
27
- dark?: string | undefined;
28
- } | undefined;
29
- primary?: {
30
- light?: string | undefined;
31
- medium?: string | undefined;
32
- dark?: string | undefined;
33
- } | undefined;
34
- secondary?: {
35
- light?: string | undefined;
36
- medium?: string | undefined;
37
- dark?: string | undefined;
38
- } | undefined;
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;
77
- } | undefined;
78
- fonts?: {
79
- base?: {
80
- family?: string | undefined;
81
- weight?: string | undefined;
82
- style?: string | undefined;
83
- lineHeight?: string | undefined;
84
- letterSpacing?: string | undefined;
85
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
86
- textTransform?: string | undefined;
87
- color?: string | undefined;
88
- colorInverted?: string | undefined;
89
- colorGradient?: string | undefined;
90
- colorGradientInverted?: string | undefined;
91
- } | undefined;
92
- types?: {
93
- copy?: {
94
- small?: {
95
- family?: string | undefined;
96
- weight?: string | undefined;
97
- style?: string | undefined;
98
- lineHeight?: string | undefined;
99
- letterSpacing?: string | undefined;
100
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
101
- textTransform?: string | undefined;
102
- color?: string | undefined;
103
- colorInverted?: string | undefined;
104
- colorGradient?: string | undefined;
105
- colorGradientInverted?: string | undefined;
106
- } | undefined;
107
- medium?: {
108
- family?: string | undefined;
109
- weight?: string | undefined;
110
- style?: string | undefined;
111
- lineHeight?: string | undefined;
112
- letterSpacing?: string | undefined;
113
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
114
- textTransform?: string | undefined;
115
- color?: string | undefined;
116
- colorInverted?: string | undefined;
117
- colorGradient?: string | undefined;
118
- colorGradientInverted?: string | undefined;
119
- } | undefined;
120
- big?: {
121
- family?: string | undefined;
122
- weight?: string | undefined;
123
- style?: string | undefined;
124
- lineHeight?: string | undefined;
125
- letterSpacing?: string | undefined;
126
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
127
- textTransform?: string | undefined;
128
- color?: string | undefined;
129
- colorInverted?: string | undefined;
130
- colorGradient?: string | undefined;
131
- colorGradientInverted?: string | undefined;
132
- } | undefined;
133
- } | undefined;
134
- 'copy-i'?: {
135
- small?: {
136
- family?: string | undefined;
137
- weight?: string | undefined;
138
- style?: string | undefined;
139
- lineHeight?: string | undefined;
140
- letterSpacing?: string | undefined;
141
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
142
- textTransform?: string | undefined;
143
- color?: string | undefined;
144
- colorInverted?: string | undefined;
145
- colorGradient?: string | undefined;
146
- colorGradientInverted?: string | undefined;
147
- } | undefined;
148
- medium?: {
149
- family?: string | undefined;
150
- weight?: string | undefined;
151
- style?: string | undefined;
152
- lineHeight?: string | undefined;
153
- letterSpacing?: string | undefined;
154
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
155
- textTransform?: string | undefined;
156
- color?: string | undefined;
157
- colorInverted?: string | undefined;
158
- colorGradient?: string | undefined;
159
- colorGradientInverted?: string | undefined;
160
- } | undefined;
161
- big?: {
162
- family?: string | undefined;
163
- weight?: string | undefined;
164
- style?: string | undefined;
165
- lineHeight?: string | undefined;
166
- letterSpacing?: string | undefined;
167
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
168
- textTransform?: string | undefined;
169
- color?: string | undefined;
170
- colorInverted?: string | undefined;
171
- colorGradient?: string | undefined;
172
- colorGradientInverted?: string | undefined;
173
- } | undefined;
174
- } | undefined;
175
- 'copy-b'?: {
176
- small?: {
177
- family?: string | undefined;
178
- weight?: string | undefined;
179
- style?: string | undefined;
180
- lineHeight?: string | undefined;
181
- letterSpacing?: string | undefined;
182
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
183
- textTransform?: string | undefined;
184
- color?: string | undefined;
185
- colorInverted?: string | undefined;
186
- colorGradient?: string | undefined;
187
- colorGradientInverted?: string | undefined;
188
- } | undefined;
189
- medium?: {
190
- family?: string | undefined;
191
- weight?: string | undefined;
192
- style?: string | undefined;
193
- lineHeight?: string | undefined;
194
- letterSpacing?: string | undefined;
195
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
196
- textTransform?: string | undefined;
197
- color?: string | undefined;
198
- colorInverted?: string | undefined;
199
- colorGradient?: string | undefined;
200
- colorGradientInverted?: string | undefined;
201
- } | undefined;
202
- big?: {
203
- family?: string | undefined;
204
- weight?: string | undefined;
205
- style?: string | undefined;
206
- lineHeight?: string | undefined;
207
- letterSpacing?: string | undefined;
208
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
209
- textTransform?: string | undefined;
210
- color?: string | undefined;
211
- colorInverted?: string | undefined;
212
- colorGradient?: string | undefined;
213
- colorGradientInverted?: string | undefined;
214
- } | undefined;
215
- } | undefined;
216
- super?: {
217
- family?: string | undefined;
218
- weight?: string | undefined;
219
- style?: string | undefined;
220
- lineHeight?: string | undefined;
221
- letterSpacing?: string | undefined;
222
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
223
- textTransform?: string | undefined;
224
- color?: string | undefined;
225
- colorInverted?: string | undefined;
226
- colorGradient?: string | undefined;
227
- colorGradientInverted?: string | undefined;
228
- } | undefined;
229
- 'heading-1'?: {
230
- family?: string | undefined;
231
- weight?: string | undefined;
232
- style?: string | undefined;
233
- lineHeight?: string | undefined;
234
- letterSpacing?: string | undefined;
235
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
236
- textTransform?: string | undefined;
237
- color?: string | undefined;
238
- colorInverted?: string | undefined;
239
- colorGradient?: string | undefined;
240
- colorGradientInverted?: string | undefined;
241
- } | undefined;
242
- 'heading-2'?: {
243
- family?: string | undefined;
244
- weight?: string | undefined;
245
- style?: string | undefined;
246
- lineHeight?: string | undefined;
247
- letterSpacing?: string | undefined;
248
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
249
- textTransform?: string | undefined;
250
- color?: string | undefined;
251
- colorInverted?: string | undefined;
252
- colorGradient?: string | undefined;
253
- colorGradientInverted?: string | undefined;
254
- } | undefined;
255
- 'heading-3'?: {
256
- family?: string | undefined;
257
- weight?: string | undefined;
258
- style?: string | undefined;
259
- lineHeight?: string | undefined;
260
- letterSpacing?: string | undefined;
261
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
262
- textTransform?: string | undefined;
263
- color?: string | undefined;
264
- colorInverted?: string | undefined;
265
- colorGradient?: string | undefined;
266
- colorGradientInverted?: string | undefined;
267
- } | undefined;
268
- 'heading-4'?: {
269
- family?: string | undefined;
270
- weight?: string | undefined;
271
- style?: string | undefined;
272
- lineHeight?: string | undefined;
273
- letterSpacing?: string | undefined;
274
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
275
- textTransform?: string | undefined;
276
- color?: string | undefined;
277
- colorInverted?: string | undefined;
278
- colorGradient?: string | undefined;
279
- colorGradientInverted?: string | undefined;
280
- } | undefined;
281
- callout?: {
282
- small?: {
283
- family?: string | undefined;
284
- weight?: string | undefined;
285
- style?: string | undefined;
286
- lineHeight?: string | undefined;
287
- letterSpacing?: string | undefined;
288
- size?: [(number | undefined)?, (number | undefined)?] | undefined;
289
- textTransform?: string | undefined;
290
- color?: string | undefined;
291
- colorInverted?: string | undefined;
292
- colorGradient?: string | undefined;
293
- colorGradientInverted?: string | undefined;
294
- } | undefined;
295
- medium?: {
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
- big?: {
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
- } | undefined;
322
- } | undefined;
323
- } | undefined;
324
- globals?: {
325
- sections?: {
326
- seperation?: {
327
- forcePadding?: boolean | undefined;
328
- padding?: {
329
- default?: [(number | undefined)?, (number | undefined)?] | undefined;
330
- stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
331
- } | undefined;
332
- margin?: {
333
- default?: [(number | undefined)?, (number | undefined)?] | undefined;
334
- stackable?: [(number | undefined)?, (number | undefined)?] | undefined;
335
- } | undefined;
336
- } | undefined;
337
- edgeRadius?: (string | null) | undefined;
338
- imageTextGradient?: string | undefined;
339
- imagePlaceholderBg?: {
340
- default?: string | undefined;
341
- inverted?: string | undefined;
342
- } | undefined;
343
- newsDateFormat?: string | undefined;
344
- newsTimeFormat?: string | undefined;
345
- newsLocaleKey?: ("de" | "en") | undefined;
346
- datepickerLocaleKey?: ("de" | "en") | undefined;
347
- datepickerDateFormat?: string | undefined;
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;
374
- } | undefined;
375
- } | undefined;
24
+ theme?: import("../../utils/LibThemeProvider").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
376
25
  }>;
377
26
  export default _default;
378
27
  //# sourceMappingURL=Table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AA4E1C,MAAM,WAAW,UAAU;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,GAAG,EAAE;QACD,IAAI,EAAE,MAAM,EAAE,CAAC;KAClB,EAAE,CAAC;IACJ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAC9B;AA0HD,eAAO,MAAM,cAAc;gBAnCX,UAAU,EAAE;;EAmCO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACpC,wBAAmC"}
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/sections/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AA4E1C,MAAM,WAAW,UAAU;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,GAAG,EAAE;QACD,IAAI,EAAE,MAAM,EAAE,CAAC;KAClB,EAAE,CAAC;IACJ,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAC9B;AA8HD,eAAO,MAAM,cAAc;IAvCvB,wDAAwD;;gBAG5C,UAAU,EAAE;;EAoCO,CAAC;;IAvChC,wDAAwD;;;;;;;AAwC5D,wBAAmC"}