@dnanpm/styleguide 3.10.0 → 3.11.0

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 (183) hide show
  1. package/build/cjs/components/Accordion/Accordion.js +3 -4
  2. package/build/cjs/components/AccordionItem/AccordionItem.js +17 -16
  3. package/build/cjs/components/AmountSelector/AmountSelector.d.ts +17 -1
  4. package/build/cjs/components/AmountSelector/AmountSelector.js +53 -10
  5. package/build/cjs/components/Box/Box.js +6 -7
  6. package/build/cjs/components/Button/Button.js +26 -23
  7. package/build/cjs/components/ButtonArrow/ButtonArrow.js +3 -4
  8. package/build/cjs/components/ButtonCard/ButtonCard.js +9 -10
  9. package/build/cjs/components/ButtonClose/ButtonClose.js +2 -2
  10. package/build/cjs/components/ButtonIcon/ButtonIcon.js +9 -10
  11. package/build/cjs/components/ButtonPrimary/ButtonPrimary.js +2 -6
  12. package/build/cjs/components/ButtonRound/ButtonRound.js +2 -3
  13. package/build/cjs/components/ButtonSecondary/ButtonSecondary.js +2 -6
  14. package/build/cjs/components/Carousel/Carousel.d.ts +6 -169
  15. package/build/cjs/components/Carousel/Carousel.js +23 -23
  16. package/build/cjs/components/Checkbox/Checkbox.js +5 -5
  17. package/build/cjs/components/Chip/Chip.js +2 -3
  18. package/build/cjs/components/DateTimePicker/DateTimePicker.js +17 -6
  19. package/build/cjs/components/Divider/Divider.js +5 -6
  20. package/build/cjs/components/DnaLogo/DnaLogo.js +4 -4
  21. package/build/cjs/components/Drawer/Drawer.js +26 -26
  22. package/build/cjs/components/EmptyState/EmptyState.js +2 -2
  23. package/build/cjs/components/EnergyLabel/EnergyLabel.js +11 -11
  24. package/build/cjs/components/Expander/Expander.js +5 -5
  25. package/build/cjs/components/Floater/Floater.js +5 -6
  26. package/build/cjs/components/Footer/Components/FooterComponents.d.ts +3 -168
  27. package/build/cjs/components/Footer/Components/FooterComponents.js +33 -32
  28. package/build/cjs/components/Footer/Footer.js +5 -5
  29. package/build/cjs/components/Icon/Icon.js +6 -6
  30. package/build/cjs/components/InfoDialog/InfoDialog.js +4 -4
  31. package/build/cjs/components/Input/Input.js +24 -16
  32. package/build/cjs/components/Label/Label.js +2 -2
  33. package/build/cjs/components/LabelText/LabelText.js +5 -5
  34. package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +8 -8
  35. package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +11 -11
  36. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +2 -2
  37. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +2 -167
  38. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +5 -5
  39. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -167
  40. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +2 -2
  41. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +2 -2
  42. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +4 -4
  43. package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.js +6 -6
  44. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.d.ts +16 -1501
  45. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.js +10 -10
  46. package/build/cjs/components/MainNavigation/ChildComponents/BusinessMenu.js +4 -4
  47. package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.js +11 -11
  48. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +2 -167
  49. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +9 -9
  50. package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +2 -2
  51. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +5 -5
  52. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -167
  53. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +2 -2
  54. package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +5 -5
  55. package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.js +4 -4
  56. package/build/cjs/components/MainNavigation/MainNavigation.js +6 -6
  57. package/build/cjs/components/MainNavigation/globalNavStyles.d.ts +8 -668
  58. package/build/cjs/components/MainNavigation/globalNavStyles.js +5 -5
  59. package/build/cjs/components/Modal/Modal.js +16 -16
  60. package/build/cjs/components/Notification/Notification.js +7 -8
  61. package/build/cjs/components/NotificationBadge/NotificationBadge.js +7 -7
  62. package/build/cjs/components/Overlay/Overlay.js +2 -2
  63. package/build/cjs/components/Pill/Pill.js +11 -12
  64. package/build/cjs/components/PixelLoader/PixelLoader.js +9 -9
  65. package/build/cjs/components/PriorityNavigation/PriorityNavigation.js +13 -13
  66. package/build/cjs/components/PriorityNavigationItem/PriorityNavigationItem.js +7 -7
  67. package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +6 -6
  68. package/build/cjs/components/RadioButton/RadioButton.js +4 -4
  69. package/build/cjs/components/ReadMore/ReadMore.js +10 -10
  70. package/build/cjs/components/Search/Search.js +4 -4
  71. package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +9 -9
  72. package/build/cjs/components/Selectbox/Selectbox.js +3 -3
  73. package/build/cjs/components/Switch/Switch.js +19 -19
  74. package/build/cjs/components/Tab/Tab.js +10 -10
  75. package/build/cjs/components/Tabs/Tabs.js +10 -10
  76. package/build/cjs/components/Textarea/Textarea.d.ts +5 -1
  77. package/build/cjs/components/Textarea/Textarea.js +12 -9
  78. package/build/cjs/components/Toaster/Toaster.js +6 -7
  79. package/build/cjs/components/Tooltip/Tooltip.js +6 -6
  80. package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.d.ts +4 -334
  81. package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +5 -4
  82. package/build/cjs/components/TooltipMenu/TooltipMenu.js +5 -5
  83. package/build/cjs/index.d.ts +1 -1
  84. package/build/cjs/index.js +5 -2
  85. package/build/cjs/themes/globalStyles.d.ts +2 -332
  86. package/build/cjs/themes/globalStyles.js +3 -3
  87. package/build/cjs/themes/styled.d.ts +1 -1158
  88. package/build/cjs/utils/createStyled.d.ts +140 -7
  89. package/build/cjs/utils/createStyled.js +3 -3
  90. package/build/cjs/utils/styledUtils.js +3 -3
  91. package/build/es/components/Accordion/Accordion.js +2 -2
  92. package/build/es/components/AccordionItem/AccordionItem.js +15 -13
  93. package/build/es/components/AmountSelector/AmountSelector.d.ts +17 -1
  94. package/build/es/components/AmountSelector/AmountSelector.js +50 -7
  95. package/build/es/components/Box/Box.js +6 -6
  96. package/build/es/components/Button/Button.js +26 -22
  97. package/build/es/components/ButtonArrow/ButtonArrow.js +3 -3
  98. package/build/es/components/ButtonCard/ButtonCard.js +9 -9
  99. package/build/es/components/ButtonClose/ButtonClose.js +1 -1
  100. package/build/es/components/ButtonIcon/ButtonIcon.js +8 -8
  101. package/build/es/components/ButtonPrimary/ButtonPrimary.js +2 -2
  102. package/build/es/components/ButtonRound/ButtonRound.js +2 -2
  103. package/build/es/components/ButtonSecondary/ButtonSecondary.js +2 -2
  104. package/build/es/components/Carousel/Carousel.d.ts +6 -169
  105. package/build/es/components/Carousel/Carousel.js +9 -9
  106. package/build/es/components/Checkbox/Checkbox.js +1 -1
  107. package/build/es/components/Chip/Chip.js +2 -2
  108. package/build/es/components/DateTimePicker/DateTimePicker.js +17 -5
  109. package/build/es/components/Divider/Divider.js +5 -5
  110. package/build/es/components/DnaLogo/DnaLogo.js +3 -3
  111. package/build/es/components/Drawer/Drawer.js +12 -12
  112. package/build/es/components/EmptyState/EmptyState.js +1 -1
  113. package/build/es/components/EnergyLabel/EnergyLabel.js +5 -5
  114. package/build/es/components/Expander/Expander.js +1 -1
  115. package/build/es/components/Floater/Floater.js +5 -5
  116. package/build/es/components/Footer/Components/FooterComponents.d.ts +3 -168
  117. package/build/es/components/Footer/Components/FooterComponents.js +16 -15
  118. package/build/es/components/Footer/Footer.js +3 -3
  119. package/build/es/components/Icon/Icon.js +5 -5
  120. package/build/es/components/InfoDialog/InfoDialog.js +3 -3
  121. package/build/es/components/Input/Input.js +17 -9
  122. package/build/es/components/Label/Label.js +1 -1
  123. package/build/es/components/LabelText/LabelText.js +3 -3
  124. package/build/es/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +6 -6
  125. package/build/es/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +1 -1
  126. package/build/es/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +1 -1
  127. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +2 -167
  128. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +1 -1
  129. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -167
  130. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +1 -1
  131. package/build/es/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +2 -2
  132. package/build/es/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +1 -1
  133. package/build/es/components/MainHeaderNavigation/MainHeaderNavigation.js +1 -1
  134. package/build/es/components/MainHeaderNavigation/globalNavStyles.d.ts +16 -1501
  135. package/build/es/components/MainHeaderNavigation/globalNavStyles.js +1 -1
  136. package/build/es/components/MainNavigation/ChildComponents/BusinessMenu.js +1 -1
  137. package/build/es/components/MainNavigation/ChildComponents/DesktopMenu.js +1 -1
  138. package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +2 -167
  139. package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +1 -1
  140. package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.js +1 -1
  141. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +1 -1
  142. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -167
  143. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +1 -1
  144. package/build/es/components/MainNavigation/ChildComponents/MobileMenu.js +1 -1
  145. package/build/es/components/MainNavigation/ChildComponents/Ribbon.js +1 -1
  146. package/build/es/components/MainNavigation/MainNavigation.js +1 -1
  147. package/build/es/components/MainNavigation/globalNavStyles.d.ts +8 -668
  148. package/build/es/components/MainNavigation/globalNavStyles.js +1 -1
  149. package/build/es/components/Modal/Modal.js +6 -6
  150. package/build/es/components/Notification/Notification.js +6 -6
  151. package/build/es/components/NotificationBadge/NotificationBadge.js +5 -5
  152. package/build/es/components/Overlay/Overlay.js +1 -1
  153. package/build/es/components/Pill/Pill.js +11 -11
  154. package/build/es/components/PixelLoader/PixelLoader.js +6 -6
  155. package/build/es/components/PriorityNavigation/PriorityNavigation.js +4 -4
  156. package/build/es/components/PriorityNavigationItem/PriorityNavigationItem.js +6 -6
  157. package/build/es/components/ProgressIndicator/ProgressIndicator.js +1 -1
  158. package/build/es/components/RadioButton/RadioButton.js +1 -1
  159. package/build/es/components/ReadMore/ReadMore.js +6 -6
  160. package/build/es/components/Search/Search.js +1 -1
  161. package/build/es/components/SecondaryNavigation/SecondaryNavigation.js +1 -1
  162. package/build/es/components/Selectbox/Selectbox.js +1 -1
  163. package/build/es/components/Switch/Switch.js +14 -14
  164. package/build/es/components/Tab/Tab.js +7 -7
  165. package/build/es/components/Tabs/Tabs.js +8 -8
  166. package/build/es/components/Textarea/Textarea.d.ts +5 -1
  167. package/build/es/components/Textarea/Textarea.js +8 -5
  168. package/build/es/components/Toaster/Toaster.js +6 -6
  169. package/build/es/components/Tooltip/Tooltip.js +4 -4
  170. package/build/es/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.d.ts +4 -334
  171. package/build/es/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +3 -2
  172. package/build/es/components/TooltipMenu/TooltipMenu.js +1 -1
  173. package/build/es/index.d.ts +1 -1
  174. package/build/es/index.js +1 -1
  175. package/build/es/themes/globalStyles.d.ts +2 -332
  176. package/build/es/themes/globalStyles.js +1 -1
  177. package/build/es/themes/styled.d.ts +1 -1158
  178. package/build/es/utils/createStyled.d.ts +140 -7
  179. package/build/es/utils/createStyled.js +3 -3
  180. package/build/es/utils/styledUtils.js +1 -1
  181. package/package.json +4 -5
  182. package/build/cjs/themes/styled.js +0 -14
  183. package/build/es/themes/styled.js +0 -5
@@ -1,1509 +1,24 @@
1
- export declare const LogoLink: import("styled-components").StyledComponent<"a", {
2
- base: {
3
- baseHeight: {
4
- value: number;
5
- unit: string;
6
- };
7
- baseWidth: {
8
- value: number;
9
- unit: string;
10
- };
11
- };
12
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
13
- color: {
14
- default: {
15
- pink: string;
16
- plum: string;
17
- white: string;
18
- black: string;
19
- };
20
- accent: {
21
- lemon: string;
22
- sky: string;
23
- orange: string;
24
- };
25
- active: {
26
- pink: string;
27
- };
28
- hover: {
29
- pink: string;
30
- };
31
- text: {
32
- gray: string;
33
- pink: string;
34
- plum: string;
35
- white: string;
36
- black: string;
37
- };
38
- line: {
39
- L01: string;
40
- L02: string;
41
- L03: string;
42
- L04: string;
43
- };
44
- notification: {
45
- info: string;
46
- success: string;
47
- warning: string;
48
- error: string;
49
- };
50
- background: {
51
- sand: {
52
- default: string;
53
- E01: string;
54
- E02: string;
55
- };
56
- pink: {
57
- default: string;
58
- E01: string;
59
- E02: string;
60
- };
61
- plum: {
62
- default: string;
63
- E01: string;
64
- E02: string;
65
- };
66
- lemon: {
67
- default: string;
68
- E01: string;
69
- E02: string;
70
- };
71
- sky: {
72
- default: string;
73
- E01: string;
74
- E02: string;
75
- };
76
- orange: {
77
- default: string;
78
- E01: string;
79
- E02: string;
80
- };
81
- white: {
82
- default: string;
83
- };
84
- };
85
- focus: {
86
- dark: string;
87
- light: string;
88
- };
89
- transparency: {
90
- T0: string;
91
- T10: string;
92
- T20: string;
93
- T30: string;
94
- T40: string;
95
- T50: string;
96
- T60: string;
97
- T70: string;
98
- T80: string;
99
- T90: string;
100
- T100: string;
101
- };
102
- };
103
- fontFamily: {
104
- default: string;
105
- heading: string;
106
- numerals: string;
107
- };
108
- fontSize: {
109
- default: string;
110
- xl: string;
111
- l: string;
112
- s: string;
113
- xs: string;
114
- h1XL: string;
115
- h1L: string;
116
- h1M: string;
117
- h1S: string;
118
- h2M: string;
119
- h2S: string;
120
- h3: string;
121
- h4: string;
122
- h5: string;
123
- h1: string;
124
- h2: string;
125
- };
126
- fontWeight: {
127
- book: number;
128
- medium: number;
129
- bold: number;
130
- black: number;
131
- };
132
- form: {
133
- smallSelectWidth: string;
134
- smallSelectHeight: string;
135
- };
136
- grid: {
137
- gutter: string;
138
- };
139
- lineHeight: {
140
- default: string;
141
- xl: string;
142
- s: string;
143
- xs: string;
144
- xxs: string;
145
- auto: string;
146
- h1XL: string;
147
- h1L: string;
148
- h1M: string;
149
- h1S: string;
150
- h2M: string;
151
- h2S: string;
152
- h3: string;
153
- h4: string;
154
- h5: string;
155
- h1: string;
156
- h2: string;
157
- };
158
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
159
- radius: {
160
- default: string;
161
- s: string;
162
- xs: string;
163
- circle: string;
164
- pill: string;
165
- };
166
- }, {}, never>;
167
- export declare const DesktopMenuContainer: import("styled-components").StyledComponent<"nav", {
168
- base: {
169
- baseHeight: {
170
- value: number;
171
- unit: string;
172
- };
173
- baseWidth: {
174
- value: number;
175
- unit: string;
176
- };
177
- };
178
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
179
- color: {
180
- default: {
181
- pink: string;
182
- plum: string;
183
- white: string;
184
- black: string;
185
- };
186
- accent: {
187
- lemon: string;
188
- sky: string;
189
- orange: string;
190
- };
191
- active: {
192
- pink: string;
193
- };
194
- hover: {
195
- pink: string;
196
- };
197
- text: {
198
- gray: string;
199
- pink: string;
200
- plum: string;
201
- white: string;
202
- black: string;
203
- };
204
- line: {
205
- L01: string;
206
- L02: string;
207
- L03: string;
208
- L04: string;
209
- };
210
- notification: {
211
- info: string;
212
- success: string;
213
- warning: string;
214
- error: string;
215
- };
216
- background: {
217
- sand: {
218
- default: string;
219
- E01: string;
220
- E02: string;
221
- };
222
- pink: {
223
- default: string;
224
- E01: string;
225
- E02: string;
226
- };
227
- plum: {
228
- default: string;
229
- E01: string;
230
- E02: string;
231
- };
232
- lemon: {
233
- default: string;
234
- E01: string;
235
- E02: string;
236
- };
237
- sky: {
238
- default: string;
239
- E01: string;
240
- E02: string;
241
- };
242
- orange: {
243
- default: string;
244
- E01: string;
245
- E02: string;
246
- };
247
- white: {
248
- default: string;
249
- };
250
- };
251
- focus: {
252
- dark: string;
253
- light: string;
254
- };
255
- transparency: {
256
- T0: string;
257
- T10: string;
258
- T20: string;
259
- T30: string;
260
- T40: string;
261
- T50: string;
262
- T60: string;
263
- T70: string;
264
- T80: string;
265
- T90: string;
266
- T100: string;
267
- };
268
- };
269
- fontFamily: {
270
- default: string;
271
- heading: string;
272
- numerals: string;
273
- };
274
- fontSize: {
275
- default: string;
276
- xl: string;
277
- l: string;
278
- s: string;
279
- xs: string;
280
- h1XL: string;
281
- h1L: string;
282
- h1M: string;
283
- h1S: string;
284
- h2M: string;
285
- h2S: string;
286
- h3: string;
287
- h4: string;
288
- h5: string;
289
- h1: string;
290
- h2: string;
291
- };
292
- fontWeight: {
293
- book: number;
294
- medium: number;
295
- bold: number;
296
- black: number;
297
- };
298
- form: {
299
- smallSelectWidth: string;
300
- smallSelectHeight: string;
301
- };
302
- grid: {
303
- gutter: string;
304
- };
305
- lineHeight: {
306
- default: string;
307
- xl: string;
308
- s: string;
309
- xs: string;
310
- xxs: string;
311
- auto: string;
312
- h1XL: string;
313
- h1L: string;
314
- h1M: string;
315
- h1S: string;
316
- h2M: string;
317
- h2S: string;
318
- h3: string;
319
- h4: string;
320
- h5: string;
321
- h1: string;
322
- h2: string;
323
- };
324
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
325
- radius: {
326
- default: string;
327
- s: string;
328
- xs: string;
329
- circle: string;
330
- pill: string;
331
- };
332
- }, {
1
+ export declare const LogoLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, never>> & string;
2
+ export declare const DesktopMenuContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {
333
3
  collapseSize: number;
334
- }, never>;
335
- export declare const MobileMenuButton: import("styled-components").StyledComponent<"button", {
336
- base: {
337
- baseHeight: {
338
- value: number;
339
- unit: string;
340
- };
341
- baseWidth: {
342
- value: number;
343
- unit: string;
344
- };
345
- };
346
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
347
- color: {
348
- default: {
349
- pink: string;
350
- plum: string;
351
- white: string;
352
- black: string;
353
- };
354
- accent: {
355
- lemon: string;
356
- sky: string;
357
- orange: string;
358
- };
359
- active: {
360
- pink: string;
361
- };
362
- hover: {
363
- pink: string;
364
- };
365
- text: {
366
- gray: string;
367
- pink: string;
368
- plum: string;
369
- white: string;
370
- black: string;
371
- };
372
- line: {
373
- L01: string;
374
- L02: string;
375
- L03: string;
376
- L04: string;
377
- };
378
- notification: {
379
- info: string;
380
- success: string;
381
- warning: string;
382
- error: string;
383
- };
384
- background: {
385
- sand: {
386
- default: string;
387
- E01: string;
388
- E02: string;
389
- };
390
- pink: {
391
- default: string;
392
- E01: string;
393
- E02: string;
394
- };
395
- plum: {
396
- default: string;
397
- E01: string;
398
- E02: string;
399
- };
400
- lemon: {
401
- default: string;
402
- E01: string;
403
- E02: string;
404
- };
405
- sky: {
406
- default: string;
407
- E01: string;
408
- E02: string;
409
- };
410
- orange: {
411
- default: string;
412
- E01: string;
413
- E02: string;
414
- };
415
- white: {
416
- default: string;
417
- };
418
- };
419
- focus: {
420
- dark: string;
421
- light: string;
422
- };
423
- transparency: {
424
- T0: string;
425
- T10: string;
426
- T20: string;
427
- T30: string;
428
- T40: string;
429
- T50: string;
430
- T60: string;
431
- T70: string;
432
- T80: string;
433
- T90: string;
434
- T100: string;
435
- };
436
- };
437
- fontFamily: {
438
- default: string;
439
- heading: string;
440
- numerals: string;
441
- };
442
- fontSize: {
443
- default: string;
444
- xl: string;
445
- l: string;
446
- s: string;
447
- xs: string;
448
- h1XL: string;
449
- h1L: string;
450
- h1M: string;
451
- h1S: string;
452
- h2M: string;
453
- h2S: string;
454
- h3: string;
455
- h4: string;
456
- h5: string;
457
- h1: string;
458
- h2: string;
459
- };
460
- fontWeight: {
461
- book: number;
462
- medium: number;
463
- bold: number;
464
- black: number;
465
- };
466
- form: {
467
- smallSelectWidth: string;
468
- smallSelectHeight: string;
469
- };
470
- grid: {
471
- gutter: string;
472
- };
473
- lineHeight: {
474
- default: string;
475
- xl: string;
476
- s: string;
477
- xs: string;
478
- xxs: string;
479
- auto: string;
480
- h1XL: string;
481
- h1L: string;
482
- h1M: string;
483
- h1S: string;
484
- h2M: string;
485
- h2S: string;
486
- h3: string;
487
- h4: string;
488
- h5: string;
489
- h1: string;
490
- h2: string;
491
- };
492
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
493
- radius: {
494
- default: string;
495
- s: string;
496
- xs: string;
497
- circle: string;
498
- pill: string;
499
- };
500
- }, {}, never>;
501
- export declare const HeaderIconContainer: import("styled-components").StyledComponent<"div", {
502
- base: {
503
- baseHeight: {
504
- value: number;
505
- unit: string;
506
- };
507
- baseWidth: {
508
- value: number;
509
- unit: string;
510
- };
511
- };
512
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
513
- color: {
514
- default: {
515
- pink: string;
516
- plum: string;
517
- white: string;
518
- black: string;
519
- };
520
- accent: {
521
- lemon: string;
522
- sky: string;
523
- orange: string;
524
- };
525
- active: {
526
- pink: string;
527
- };
528
- hover: {
529
- pink: string;
530
- };
531
- text: {
532
- gray: string;
533
- pink: string;
534
- plum: string;
535
- white: string;
536
- black: string;
537
- };
538
- line: {
539
- L01: string;
540
- L02: string;
541
- L03: string;
542
- L04: string;
543
- };
544
- notification: {
545
- info: string;
546
- success: string;
547
- warning: string;
548
- error: string;
549
- };
550
- background: {
551
- sand: {
552
- default: string;
553
- E01: string;
554
- E02: string;
555
- };
556
- pink: {
557
- default: string;
558
- E01: string;
559
- E02: string;
560
- };
561
- plum: {
562
- default: string;
563
- E01: string;
564
- E02: string;
565
- };
566
- lemon: {
567
- default: string;
568
- E01: string;
569
- E02: string;
570
- };
571
- sky: {
572
- default: string;
573
- E01: string;
574
- E02: string;
575
- };
576
- orange: {
577
- default: string;
578
- E01: string;
579
- E02: string;
580
- };
581
- white: {
582
- default: string;
583
- };
584
- };
585
- focus: {
586
- dark: string;
587
- light: string;
588
- };
589
- transparency: {
590
- T0: string;
591
- T10: string;
592
- T20: string;
593
- T30: string;
594
- T40: string;
595
- T50: string;
596
- T60: string;
597
- T70: string;
598
- T80: string;
599
- T90: string;
600
- T100: string;
601
- };
602
- };
603
- fontFamily: {
604
- default: string;
605
- heading: string;
606
- numerals: string;
607
- };
608
- fontSize: {
609
- default: string;
610
- xl: string;
611
- l: string;
612
- s: string;
613
- xs: string;
614
- h1XL: string;
615
- h1L: string;
616
- h1M: string;
617
- h1S: string;
618
- h2M: string;
619
- h2S: string;
620
- h3: string;
621
- h4: string;
622
- h5: string;
623
- h1: string;
624
- h2: string;
625
- };
626
- fontWeight: {
627
- book: number;
628
- medium: number;
629
- bold: number;
630
- black: number;
631
- };
632
- form: {
633
- smallSelectWidth: string;
634
- smallSelectHeight: string;
635
- };
636
- grid: {
637
- gutter: string;
638
- };
639
- lineHeight: {
640
- default: string;
641
- xl: string;
642
- s: string;
643
- xs: string;
644
- xxs: string;
645
- auto: string;
646
- h1XL: string;
647
- h1L: string;
648
- h1M: string;
649
- h1S: string;
650
- h2M: string;
651
- h2S: string;
652
- h3: string;
653
- h4: string;
654
- h5: string;
655
- h1: string;
656
- h2: string;
657
- };
658
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
659
- radius: {
660
- default: string;
661
- s: string;
662
- xs: string;
663
- circle: string;
664
- pill: string;
665
- };
666
- }, {
4
+ }>> & string;
5
+ export declare const MobileMenuButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
6
+ export declare const HeaderIconContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
667
7
  collapseSize: number;
668
- }, never>;
669
- export declare const MenuItem: import("styled-components").StyledComponent<"li", {
670
- base: {
671
- baseHeight: {
672
- value: number;
673
- unit: string;
674
- };
675
- baseWidth: {
676
- value: number;
677
- unit: string;
678
- };
679
- };
680
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
681
- color: {
682
- default: {
683
- pink: string;
684
- plum: string;
685
- white: string;
686
- black: string;
687
- };
688
- accent: {
689
- lemon: string;
690
- sky: string;
691
- orange: string;
692
- };
693
- active: {
694
- pink: string;
695
- };
696
- hover: {
697
- pink: string;
698
- };
699
- text: {
700
- gray: string;
701
- pink: string;
702
- plum: string;
703
- white: string;
704
- black: string;
705
- };
706
- line: {
707
- L01: string;
708
- L02: string;
709
- L03: string;
710
- L04: string;
711
- };
712
- notification: {
713
- info: string;
714
- success: string;
715
- warning: string;
716
- error: string;
717
- };
718
- background: {
719
- sand: {
720
- default: string;
721
- E01: string;
722
- E02: string;
723
- };
724
- pink: {
725
- default: string;
726
- E01: string;
727
- E02: string;
728
- };
729
- plum: {
730
- default: string;
731
- E01: string;
732
- E02: string;
733
- };
734
- lemon: {
735
- default: string;
736
- E01: string;
737
- E02: string;
738
- };
739
- sky: {
740
- default: string;
741
- E01: string;
742
- E02: string;
743
- };
744
- orange: {
745
- default: string;
746
- E01: string;
747
- E02: string;
748
- };
749
- white: {
750
- default: string;
751
- };
752
- };
753
- focus: {
754
- dark: string;
755
- light: string;
756
- };
757
- transparency: {
758
- T0: string;
759
- T10: string;
760
- T20: string;
761
- T30: string;
762
- T40: string;
763
- T50: string;
764
- T60: string;
765
- T70: string;
766
- T80: string;
767
- T90: string;
768
- T100: string;
769
- };
770
- };
771
- fontFamily: {
772
- default: string;
773
- heading: string;
774
- numerals: string;
775
- };
776
- fontSize: {
777
- default: string;
778
- xl: string;
779
- l: string;
780
- s: string;
781
- xs: string;
782
- h1XL: string;
783
- h1L: string;
784
- h1M: string;
785
- h1S: string;
786
- h2M: string;
787
- h2S: string;
788
- h3: string;
789
- h4: string;
790
- h5: string;
791
- h1: string;
792
- h2: string;
793
- };
794
- fontWeight: {
795
- book: number;
796
- medium: number;
797
- bold: number;
798
- black: number;
799
- };
800
- form: {
801
- smallSelectWidth: string;
802
- smallSelectHeight: string;
803
- };
804
- grid: {
805
- gutter: string;
806
- };
807
- lineHeight: {
808
- default: string;
809
- xl: string;
810
- s: string;
811
- xs: string;
812
- xxs: string;
813
- auto: string;
814
- h1XL: string;
815
- h1L: string;
816
- h1M: string;
817
- h1S: string;
818
- h2M: string;
819
- h2S: string;
820
- h3: string;
821
- h4: string;
822
- h5: string;
823
- h1: string;
824
- h2: string;
825
- };
826
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
827
- radius: {
828
- default: string;
829
- s: string;
830
- xs: string;
831
- circle: string;
832
- pill: string;
833
- };
834
- }, {
8
+ }>> & string;
9
+ export declare const MenuItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {
835
10
  isActive?: boolean;
836
11
  isFeaturedItem?: boolean;
837
- }, never>;
838
- export declare const MenuLink: import("styled-components").StyledComponent<"a", {
839
- base: {
840
- baseHeight: {
841
- value: number;
842
- unit: string;
843
- };
844
- baseWidth: {
845
- value: number;
846
- unit: string;
847
- };
848
- };
849
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
850
- color: {
851
- default: {
852
- pink: string;
853
- plum: string;
854
- white: string;
855
- black: string;
856
- };
857
- accent: {
858
- lemon: string;
859
- sky: string;
860
- orange: string;
861
- };
862
- active: {
863
- pink: string;
864
- };
865
- hover: {
866
- pink: string;
867
- };
868
- text: {
869
- gray: string;
870
- pink: string;
871
- plum: string;
872
- white: string;
873
- black: string;
874
- };
875
- line: {
876
- L01: string;
877
- L02: string;
878
- L03: string;
879
- L04: string;
880
- };
881
- notification: {
882
- info: string;
883
- success: string;
884
- warning: string;
885
- error: string;
886
- };
887
- background: {
888
- sand: {
889
- default: string;
890
- E01: string;
891
- E02: string;
892
- };
893
- pink: {
894
- default: string;
895
- E01: string;
896
- E02: string;
897
- };
898
- plum: {
899
- default: string;
900
- E01: string;
901
- E02: string;
902
- };
903
- lemon: {
904
- default: string;
905
- E01: string;
906
- E02: string;
907
- };
908
- sky: {
909
- default: string;
910
- E01: string;
911
- E02: string;
912
- };
913
- orange: {
914
- default: string;
915
- E01: string;
916
- E02: string;
917
- };
918
- white: {
919
- default: string;
920
- };
921
- };
922
- focus: {
923
- dark: string;
924
- light: string;
925
- };
926
- transparency: {
927
- T0: string;
928
- T10: string;
929
- T20: string;
930
- T30: string;
931
- T40: string;
932
- T50: string;
933
- T60: string;
934
- T70: string;
935
- T80: string;
936
- T90: string;
937
- T100: string;
938
- };
939
- };
940
- fontFamily: {
941
- default: string;
942
- heading: string;
943
- numerals: string;
944
- };
945
- fontSize: {
946
- default: string;
947
- xl: string;
948
- l: string;
949
- s: string;
950
- xs: string;
951
- h1XL: string;
952
- h1L: string;
953
- h1M: string;
954
- h1S: string;
955
- h2M: string;
956
- h2S: string;
957
- h3: string;
958
- h4: string;
959
- h5: string;
960
- h1: string;
961
- h2: string;
962
- };
963
- fontWeight: {
964
- book: number;
965
- medium: number;
966
- bold: number;
967
- black: number;
968
- };
969
- form: {
970
- smallSelectWidth: string;
971
- smallSelectHeight: string;
972
- };
973
- grid: {
974
- gutter: string;
975
- };
976
- lineHeight: {
977
- default: string;
978
- xl: string;
979
- s: string;
980
- xs: string;
981
- xxs: string;
982
- auto: string;
983
- h1XL: string;
984
- h1L: string;
985
- h1M: string;
986
- h1S: string;
987
- h2M: string;
988
- h2S: string;
989
- h3: string;
990
- h4: string;
991
- h5: string;
992
- h1: string;
993
- h2: string;
994
- };
995
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
996
- radius: {
997
- default: string;
998
- s: string;
999
- xs: string;
1000
- circle: string;
1001
- pill: string;
1002
- };
1003
- }, {
12
+ }>> & string;
13
+ export declare const MenuLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {
1004
14
  isActive?: boolean;
1005
- }, never>;
1006
- export declare const MenuLinkWithChildren: import("styled-components").StyledComponent<"a", {
1007
- base: {
1008
- baseHeight: {
1009
- value: number;
1010
- unit: string;
1011
- };
1012
- baseWidth: {
1013
- value: number;
1014
- unit: string;
1015
- };
1016
- };
1017
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
1018
- color: {
1019
- default: {
1020
- pink: string;
1021
- plum: string;
1022
- white: string;
1023
- black: string;
1024
- };
1025
- accent: {
1026
- lemon: string;
1027
- sky: string;
1028
- orange: string;
1029
- };
1030
- active: {
1031
- pink: string;
1032
- };
1033
- hover: {
1034
- pink: string;
1035
- };
1036
- text: {
1037
- gray: string;
1038
- pink: string;
1039
- plum: string;
1040
- white: string;
1041
- black: string;
1042
- };
1043
- line: {
1044
- L01: string;
1045
- L02: string;
1046
- L03: string;
1047
- L04: string;
1048
- };
1049
- notification: {
1050
- info: string;
1051
- success: string;
1052
- warning: string;
1053
- error: string;
1054
- };
1055
- background: {
1056
- sand: {
1057
- default: string;
1058
- E01: string;
1059
- E02: string;
1060
- };
1061
- pink: {
1062
- default: string;
1063
- E01: string;
1064
- E02: string;
1065
- };
1066
- plum: {
1067
- default: string;
1068
- E01: string;
1069
- E02: string;
1070
- };
1071
- lemon: {
1072
- default: string;
1073
- E01: string;
1074
- E02: string;
1075
- };
1076
- sky: {
1077
- default: string;
1078
- E01: string;
1079
- E02: string;
1080
- };
1081
- orange: {
1082
- default: string;
1083
- E01: string;
1084
- E02: string;
1085
- };
1086
- white: {
1087
- default: string;
1088
- };
1089
- };
1090
- focus: {
1091
- dark: string;
1092
- light: string;
1093
- };
1094
- transparency: {
1095
- T0: string;
1096
- T10: string;
1097
- T20: string;
1098
- T30: string;
1099
- T40: string;
1100
- T50: string;
1101
- T60: string;
1102
- T70: string;
1103
- T80: string;
1104
- T90: string;
1105
- T100: string;
1106
- };
1107
- };
1108
- fontFamily: {
1109
- default: string;
1110
- heading: string;
1111
- numerals: string;
1112
- };
1113
- fontSize: {
1114
- default: string;
1115
- xl: string;
1116
- l: string;
1117
- s: string;
1118
- xs: string;
1119
- h1XL: string;
1120
- h1L: string;
1121
- h1M: string;
1122
- h1S: string;
1123
- h2M: string;
1124
- h2S: string;
1125
- h3: string;
1126
- h4: string;
1127
- h5: string;
1128
- h1: string;
1129
- h2: string;
1130
- };
1131
- fontWeight: {
1132
- book: number;
1133
- medium: number;
1134
- bold: number;
1135
- black: number;
1136
- };
1137
- form: {
1138
- smallSelectWidth: string;
1139
- smallSelectHeight: string;
1140
- };
1141
- grid: {
1142
- gutter: string;
1143
- };
1144
- lineHeight: {
1145
- default: string;
1146
- xl: string;
1147
- s: string;
1148
- xs: string;
1149
- xxs: string;
1150
- auto: string;
1151
- h1XL: string;
1152
- h1L: string;
1153
- h1M: string;
1154
- h1S: string;
1155
- h2M: string;
1156
- h2S: string;
1157
- h3: string;
1158
- h4: string;
1159
- h5: string;
1160
- h1: string;
1161
- h2: string;
1162
- };
1163
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
1164
- radius: {
1165
- default: string;
1166
- s: string;
1167
- xs: string;
1168
- circle: string;
1169
- pill: string;
1170
- };
1171
- }, {
15
+ }>> & string;
16
+ export declare const MenuLinkWithChildren: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {
1172
17
  isOpen?: boolean;
1173
- }, never>;
1174
- export declare const MenuList: import("styled-components").StyledComponent<"ul", {
1175
- base: {
1176
- baseHeight: {
1177
- value: number;
1178
- unit: string;
1179
- };
1180
- baseWidth: {
1181
- value: number;
1182
- unit: string;
1183
- };
1184
- };
1185
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
1186
- color: {
1187
- default: {
1188
- pink: string;
1189
- plum: string;
1190
- white: string;
1191
- black: string;
1192
- };
1193
- accent: {
1194
- lemon: string;
1195
- sky: string;
1196
- orange: string;
1197
- };
1198
- active: {
1199
- pink: string;
1200
- };
1201
- hover: {
1202
- pink: string;
1203
- };
1204
- text: {
1205
- gray: string;
1206
- pink: string;
1207
- plum: string;
1208
- white: string;
1209
- black: string;
1210
- };
1211
- line: {
1212
- L01: string;
1213
- L02: string;
1214
- L03: string;
1215
- L04: string;
1216
- };
1217
- notification: {
1218
- info: string;
1219
- success: string;
1220
- warning: string;
1221
- error: string;
1222
- };
1223
- background: {
1224
- sand: {
1225
- default: string;
1226
- E01: string;
1227
- E02: string;
1228
- };
1229
- pink: {
1230
- default: string;
1231
- E01: string;
1232
- E02: string;
1233
- };
1234
- plum: {
1235
- default: string;
1236
- E01: string;
1237
- E02: string;
1238
- };
1239
- lemon: {
1240
- default: string;
1241
- E01: string;
1242
- E02: string;
1243
- };
1244
- sky: {
1245
- default: string;
1246
- E01: string;
1247
- E02: string;
1248
- };
1249
- orange: {
1250
- default: string;
1251
- E01: string;
1252
- E02: string;
1253
- };
1254
- white: {
1255
- default: string;
1256
- };
1257
- };
1258
- focus: {
1259
- dark: string;
1260
- light: string;
1261
- };
1262
- transparency: {
1263
- T0: string;
1264
- T10: string;
1265
- T20: string;
1266
- T30: string;
1267
- T40: string;
1268
- T50: string;
1269
- T60: string;
1270
- T70: string;
1271
- T80: string;
1272
- T90: string;
1273
- T100: string;
1274
- };
1275
- };
1276
- fontFamily: {
1277
- default: string;
1278
- heading: string;
1279
- numerals: string;
1280
- };
1281
- fontSize: {
1282
- default: string;
1283
- xl: string;
1284
- l: string;
1285
- s: string;
1286
- xs: string;
1287
- h1XL: string;
1288
- h1L: string;
1289
- h1M: string;
1290
- h1S: string;
1291
- h2M: string;
1292
- h2S: string;
1293
- h3: string;
1294
- h4: string;
1295
- h5: string;
1296
- h1: string;
1297
- h2: string;
1298
- };
1299
- fontWeight: {
1300
- book: number;
1301
- medium: number;
1302
- bold: number;
1303
- black: number;
1304
- };
1305
- form: {
1306
- smallSelectWidth: string;
1307
- smallSelectHeight: string;
1308
- };
1309
- grid: {
1310
- gutter: string;
1311
- };
1312
- lineHeight: {
1313
- default: string;
1314
- xl: string;
1315
- s: string;
1316
- xs: string;
1317
- xxs: string;
1318
- auto: string;
1319
- h1XL: string;
1320
- h1L: string;
1321
- h1M: string;
1322
- h1S: string;
1323
- h2M: string;
1324
- h2S: string;
1325
- h3: string;
1326
- h4: string;
1327
- h5: string;
1328
- h1: string;
1329
- h2: string;
1330
- };
1331
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
1332
- radius: {
1333
- default: string;
1334
- s: string;
1335
- xs: string;
1336
- circle: string;
1337
- pill: string;
1338
- };
1339
- }, {
18
+ }>> & string;
19
+ export declare const MenuList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {
1340
20
  isInView?: boolean;
1341
- }, never>;
1342
- export declare const FeaturedBlock: import("styled-components").StyledComponent<"li", {
1343
- base: {
1344
- baseHeight: {
1345
- value: number;
1346
- unit: string;
1347
- };
1348
- baseWidth: {
1349
- value: number;
1350
- unit: string;
1351
- };
1352
- };
1353
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
1354
- color: {
1355
- default: {
1356
- pink: string;
1357
- plum: string;
1358
- white: string;
1359
- black: string;
1360
- };
1361
- accent: {
1362
- lemon: string;
1363
- sky: string;
1364
- orange: string;
1365
- };
1366
- active: {
1367
- pink: string;
1368
- };
1369
- hover: {
1370
- pink: string;
1371
- };
1372
- text: {
1373
- gray: string;
1374
- pink: string;
1375
- plum: string;
1376
- white: string;
1377
- black: string;
1378
- };
1379
- line: {
1380
- L01: string;
1381
- L02: string;
1382
- L03: string;
1383
- L04: string;
1384
- };
1385
- notification: {
1386
- info: string;
1387
- success: string;
1388
- warning: string;
1389
- error: string;
1390
- };
1391
- background: {
1392
- sand: {
1393
- default: string;
1394
- E01: string;
1395
- E02: string;
1396
- };
1397
- pink: {
1398
- default: string;
1399
- E01: string;
1400
- E02: string;
1401
- };
1402
- plum: {
1403
- default: string;
1404
- E01: string;
1405
- E02: string;
1406
- };
1407
- lemon: {
1408
- default: string;
1409
- E01: string;
1410
- E02: string;
1411
- };
1412
- sky: {
1413
- default: string;
1414
- E01: string;
1415
- E02: string;
1416
- };
1417
- orange: {
1418
- default: string;
1419
- E01: string;
1420
- E02: string;
1421
- };
1422
- white: {
1423
- default: string;
1424
- };
1425
- };
1426
- focus: {
1427
- dark: string;
1428
- light: string;
1429
- };
1430
- transparency: {
1431
- T0: string;
1432
- T10: string;
1433
- T20: string;
1434
- T30: string;
1435
- T40: string;
1436
- T50: string;
1437
- T60: string;
1438
- T70: string;
1439
- T80: string;
1440
- T90: string;
1441
- T100: string;
1442
- };
1443
- };
1444
- fontFamily: {
1445
- default: string;
1446
- heading: string;
1447
- numerals: string;
1448
- };
1449
- fontSize: {
1450
- default: string;
1451
- xl: string;
1452
- l: string;
1453
- s: string;
1454
- xs: string;
1455
- h1XL: string;
1456
- h1L: string;
1457
- h1M: string;
1458
- h1S: string;
1459
- h2M: string;
1460
- h2S: string;
1461
- h3: string;
1462
- h4: string;
1463
- h5: string;
1464
- h1: string;
1465
- h2: string;
1466
- };
1467
- fontWeight: {
1468
- book: number;
1469
- medium: number;
1470
- bold: number;
1471
- black: number;
1472
- };
1473
- form: {
1474
- smallSelectWidth: string;
1475
- smallSelectHeight: string;
1476
- };
1477
- grid: {
1478
- gutter: string;
1479
- };
1480
- lineHeight: {
1481
- default: string;
1482
- xl: string;
1483
- s: string;
1484
- xs: string;
1485
- xxs: string;
1486
- auto: string;
1487
- h1XL: string;
1488
- h1L: string;
1489
- h1M: string;
1490
- h1S: string;
1491
- h2M: string;
1492
- h2S: string;
1493
- h3: string;
1494
- h4: string;
1495
- h5: string;
1496
- h1: string;
1497
- h2: string;
1498
- };
1499
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
1500
- radius: {
1501
- default: string;
1502
- s: string;
1503
- xs: string;
1504
- circle: string;
1505
- pill: string;
1506
- };
1507
- }, {
21
+ }>> & string;
22
+ export declare const FeaturedBlock: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {
1508
23
  collapseSize: number;
1509
- }, never>;
24
+ }>> & string;