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