@nypl/design-system-react-components 1.5.1 → 1.6.0-vite-rc

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 (201) hide show
  1. package/README.md +39 -39
  2. package/dist/design-system-react-components.cjs +279 -0
  3. package/dist/design-system-react-components.js +42759 -0
  4. package/dist/{components → src/components}/Accordion/Accordion.d.ts +29 -29
  5. package/dist/{components → src/components}/AlphabetFilter/AlphabetFilter.d.ts +23 -23
  6. package/dist/{components → src/components}/AudioPlayer/AudioPlayer.d.ts +43 -43
  7. package/dist/{components → src/components}/Breadcrumbs/Breadcrumbs.d.ts +18 -18
  8. package/dist/{components → src/components}/Button/Button.d.ts +30 -30
  9. package/dist/{components → src/components}/ButtonGroup/ButtonGroup.d.ts +24 -24
  10. package/dist/{components → src/components}/Card/Card.d.ts +55 -55
  11. package/dist/{components → src/components}/Checkbox/Checkbox.d.ts +47 -47
  12. package/dist/{components → src/components}/CheckboxGroup/CheckboxGroup.d.ts +51 -51
  13. package/dist/{components → src/components}/ComponentWrapper/ComponentWrapper.d.ts +31 -31
  14. package/dist/{components → src/components}/DatePicker/DatePicker.d.ts +81 -81
  15. package/dist/{components → src/components}/FeedbackBox/FeedbackBox.d.ts +63 -63
  16. package/dist/{components → src/components}/FeedbackBox/useFeedbackBoxReducer.d.ts +19 -19
  17. package/dist/{components → src/components}/Fieldset/Fieldset.d.ts +24 -24
  18. package/dist/{components → src/components}/FilterBar/FilterBar.d.ts +61 -111
  19. package/dist/{components → src/components}/Footer/Footer.d.ts +14 -14
  20. package/dist/{components → src/components}/Footer/footerLinks.d.ts +12 -12
  21. package/dist/{components → src/components}/Form/Form.d.ts +31 -31
  22. package/dist/{components → src/components}/Grid/SimpleGrid.d.ts +19 -19
  23. package/dist/{components → src/components}/Header/Header.d.ts +22 -22
  24. package/dist/{components → src/components}/Header/components/HeaderLogin.d.ts +12 -12
  25. package/dist/{components → src/components}/Header/components/HeaderLoginButton.d.ts +11 -11
  26. package/dist/{components → src/components}/Header/components/HeaderLowerNav.d.ts +7 -7
  27. package/dist/{components → src/components}/Header/components/HeaderMobileIconNav.d.ts +7 -7
  28. package/dist/{components → src/components}/Header/components/HeaderMobileNav.d.ts +7 -7
  29. package/dist/{components → src/components}/Header/components/HeaderMobileNavButton.d.ts +7 -7
  30. package/dist/{components → src/components}/Header/components/HeaderSearchButton.d.ts +10 -10
  31. package/dist/{components → src/components}/Header/components/HeaderSearchForm.d.ts +11 -11
  32. package/dist/{components → src/components}/Header/components/HeaderSitewideAlerts.d.ts +8 -8
  33. package/dist/{components → src/components}/Header/components/HeaderUpperNav.d.ts +8 -8
  34. package/dist/{components → src/components}/Header/context/headerContext.d.ts +13 -13
  35. package/dist/{components → src/components}/Header/utils/googleAnalyticsUtils.d.ts +16 -16
  36. package/dist/{components → src/components}/Header/utils/headerUtils.d.ts +94 -94
  37. package/dist/{components → src/components}/Heading/Heading.d.ts +35 -35
  38. package/dist/{components → src/components}/HelperErrorText/HelperErrorText.d.ts +34 -34
  39. package/dist/{components → src/components}/Hero/Hero.d.ts +42 -42
  40. package/dist/{components → src/components}/HorizontalRule/HorizontalRule.d.ts +11 -11
  41. package/dist/{components → src/components}/Icons/Icon.d.ts +41 -41
  42. package/dist/{components → src/components}/Icons/IconColors.d.ts +3 -3
  43. package/dist/{components → src/components}/Icons/IconNames.d.ts +3 -3
  44. package/dist/{components → src/components}/Icons/IconSvgs.d.ts +56 -56
  45. package/dist/{components → src/components}/Image/Image.d.ts +65 -65
  46. package/dist/{components → src/components}/Label/Label.d.ts +25 -25
  47. package/dist/{components → src/components}/Link/Link.d.ts +21 -21
  48. package/dist/{components → src/components}/List/List.d.ts +42 -42
  49. package/dist/{components → src/components}/Logo/Logo.d.ts +28 -28
  50. package/dist/{components → src/components}/Logo/LogoSvgs.d.ts +54 -52
  51. package/dist/{components → src/components}/Modal/Modal.d.ts +35 -35
  52. package/dist/{components → src/components}/MultiSelect/MultiSelect.d.ts +60 -78
  53. package/dist/{components → src/components}/MultiSelect/MultiSelectDialog.d.ts +8 -8
  54. package/dist/{components → src/components}/MultiSelect/MultiSelectListbox.d.ts +9 -9
  55. package/dist/{components → src/components}/MultiSelect/MultiSelectMenuButton.d.ts +27 -27
  56. package/dist/{components → src/components}/MultiSelectGroup/MultiSelectGroup.d.ts +26 -26
  57. package/dist/{components → src/components}/Notification/Notification.d.ts +51 -51
  58. package/dist/{components → src/components}/Pagination/Pagination.d.ts +27 -27
  59. package/dist/{components → src/components}/ProgressIndicator/ProgressIndicator.d.ts +30 -30
  60. package/dist/{components → src/components}/Radio/Radio.d.ts +43 -43
  61. package/dist/{components → src/components}/RadioGroup/RadioGroup.d.ts +51 -51
  62. package/dist/{components → src/components}/SearchBar/SearchBar.d.ts +58 -58
  63. package/dist/{components → src/components}/Select/Select.d.ts +57 -57
  64. package/dist/{components → src/components}/SkeletonLoader/SkeletonLoader.d.ts +41 -41
  65. package/dist/{components → src/components}/SkipNavigation/SkipNavigation.d.ts +19 -19
  66. package/dist/{components → src/components}/Slider/Slider.d.ts +65 -65
  67. package/dist/{components → src/components}/StatusBadge/StatusBadge.d.ts +18 -18
  68. package/dist/{components → src/components}/StructuredContent/StructuredContent.d.ts +30 -30
  69. package/dist/{components → src/components}/StyleGuide/ColorCard.d.ts +46 -46
  70. package/dist/{components → src/components}/StyledList/StyledList.d.ts +25 -25
  71. package/dist/{components → src/components}/Table/Table.d.ts +32 -32
  72. package/dist/{components → src/components}/Tabs/Tabs.d.ts +28 -28
  73. package/dist/{components → src/components}/TagSet/TagSet.d.ts +33 -32
  74. package/dist/{components → src/components}/TagSet/TagSetExplore.d.ts +27 -27
  75. package/dist/{components → src/components}/TagSet/TagSetFilter.d.ts +26 -26
  76. package/dist/{components → src/components}/Template/Template.d.ts +140 -140
  77. package/dist/{components → src/components}/Text/Text.d.ts +24 -24
  78. package/dist/{components → src/components}/TextInput/TextInput.d.ts +88 -88
  79. package/dist/{components → src/components}/Toggle/Toggle.d.ts +42 -42
  80. package/dist/{components → src/components}/Tooltip/Tooltip.d.ts +17 -17
  81. package/dist/{components → src/components}/VideoPlayer/VideoPlayer.d.ts +40 -40
  82. package/dist/src/helpers/types.d.ts +1 -0
  83. package/dist/{hooks → src/hooks}/useCarouselStyles.d.ts +17 -17
  84. package/dist/{hooks → src/hooks}/useCloseDropDown.d.ts +7 -6
  85. package/dist/{hooks → src/hooks}/useFilterBar.d.ts +21 -21
  86. package/dist/{hooks → src/hooks}/useMultiSelect.d.ts +15 -15
  87. package/dist/{hooks → src/hooks}/useNYPLBreakpoints.d.ts +13 -13
  88. package/dist/{hooks → src/hooks}/useNYPLTheme.d.ts +67 -67
  89. package/dist/{hooks → src/hooks}/useStateWithDependencies.d.ts +5 -5
  90. package/dist/{hooks → src/hooks}/useWindowSize.d.ts +10 -10
  91. package/dist/src/index.d.ts +90 -0
  92. package/dist/{theme → src/theme}/components/accordion.d.ts +34 -34
  93. package/dist/{theme → src/theme}/components/alphabetFilter.d.ts +33 -33
  94. package/dist/{theme → src/theme}/components/audioPlayer.d.ts +16 -16
  95. package/dist/{theme → src/theme}/components/breadcrumb.d.ts +151 -138
  96. package/dist/{theme → src/theme}/components/button.d.ts +113 -113
  97. package/dist/{theme → src/theme}/components/buttonGroup.d.ts +11 -11
  98. package/dist/{theme → src/theme}/components/card.d.ts +421 -421
  99. package/dist/{theme → src/theme}/components/checkbox.d.ts +178 -178
  100. package/dist/{theme → src/theme}/components/checkboxGroup.d.ts +14 -14
  101. package/dist/{theme → src/theme}/components/componentWrapper.d.ts +12 -12
  102. package/dist/{theme → src/theme}/components/customTable.d.ts +733 -733
  103. package/dist/{theme → src/theme}/components/datePicker.d.ts +17 -17
  104. package/dist/{theme → src/theme}/components/feedbackBox.d.ts +92 -85
  105. package/dist/{theme → src/theme}/components/fieldset.d.ts +23 -23
  106. package/dist/{theme → src/theme}/components/filterBar.d.ts +46 -46
  107. package/dist/{theme → src/theme}/components/footer.d.ts +244 -241
  108. package/dist/{theme → src/theme}/components/global.d.ts +140 -140
  109. package/dist/{theme → src/theme}/components/globalMixins.d.ts +40 -40
  110. package/dist/{theme → src/theme}/components/header/header.d.ts +72 -72
  111. package/dist/{theme → src/theme}/components/header/headerLogin.d.ts +327 -327
  112. package/dist/{theme → src/theme}/components/header/headerLoginButton.d.ts +69 -69
  113. package/dist/{theme → src/theme}/components/header/headerLowerNav.d.ts +70 -70
  114. package/dist/{theme → src/theme}/components/header/headerMobileIconNav.d.ts +28 -28
  115. package/dist/{theme → src/theme}/components/header/headerMobileNav.d.ts +86 -86
  116. package/dist/{theme → src/theme}/components/header/headerMobileNavButton.d.ts +34 -34
  117. package/dist/{theme → src/theme}/components/header/headerSearchButton.d.ts +83 -83
  118. package/dist/{theme → src/theme}/components/header/headerSearchForm.d.ts +183 -183
  119. package/dist/{theme → src/theme}/components/header/headerSitewideAlerts.d.ts +42 -42
  120. package/dist/{theme → src/theme}/components/header/headerUpperNav.d.ts +72 -72
  121. package/dist/{theme → src/theme}/components/heading.d.ts +173 -173
  122. package/dist/{theme → src/theme}/components/helperErrorText.d.ts +15 -15
  123. package/dist/{theme → src/theme}/components/hero.d.ts +628 -628
  124. package/dist/{theme → src/theme}/components/horizontalRule.d.ts +18 -18
  125. package/dist/{theme → src/theme}/components/icon.d.ts +62251 -62251
  126. package/dist/{theme → src/theme}/components/image.d.ts +662 -662
  127. package/dist/{theme → src/theme}/components/label.d.ts +21 -21
  128. package/dist/{theme → src/theme}/components/link.d.ts +106 -106
  129. package/dist/{theme → src/theme}/components/list.d.ts +228 -228
  130. package/dist/{theme → src/theme}/components/logo.d.ts +477 -477
  131. package/dist/{theme → src/theme}/components/modal.d.ts +21 -21
  132. package/dist/{theme → src/theme}/components/multiSelect.d.ts +29 -29
  133. package/dist/{theme → src/theme}/components/multiSelectMenuButton.d.ts +95 -95
  134. package/dist/{theme → src/theme}/components/notification.d.ts +136 -136
  135. package/dist/{theme → src/theme}/components/pagination.d.ts +16 -16
  136. package/dist/{theme → src/theme}/components/progressIndicator.d.ts +68 -68
  137. package/dist/{theme → src/theme}/components/radio.d.ts +202 -202
  138. package/dist/{theme → src/theme}/components/radioGroup.d.ts +14 -14
  139. package/dist/{theme → src/theme}/components/searchBar.d.ts +34 -34
  140. package/dist/{theme → src/theme}/components/select.d.ts +125 -125
  141. package/dist/{theme → src/theme}/components/skeletonLoader.d.ts +105 -105
  142. package/dist/{theme → src/theme}/components/skipNavigation.d.ts +28 -28
  143. package/dist/{theme → src/theme}/components/slider.d.ts +78 -78
  144. package/dist/{theme → src/theme}/components/statusBadge.d.ts +37 -37
  145. package/dist/{theme → src/theme}/components/structuredContent.d.ts +385 -385
  146. package/dist/{theme → src/theme}/components/styledList.d.ts +51 -51
  147. package/dist/{theme → src/theme}/components/tabs.d.ts +172 -172
  148. package/dist/{theme → src/theme}/components/tagSet.d.ts +154 -154
  149. package/dist/{theme → src/theme}/components/template.d.ts +86 -86
  150. package/dist/{theme → src/theme}/components/text.d.ts +30 -30
  151. package/dist/{theme → src/theme}/components/textInput.d.ts +349 -349
  152. package/dist/{theme → src/theme}/components/toggle.d.ts +129 -129
  153. package/dist/{theme → src/theme}/components/tooltip.d.ts +19 -19
  154. package/dist/{theme → src/theme}/components/videoPlayer.d.ts +47 -47
  155. package/dist/{theme → src/theme}/foundations/breakpoints.d.ts +23 -23
  156. package/dist/{theme → src/theme}/foundations/colors.d.ts +3 -3
  157. package/dist/{theme → src/theme}/foundations/global.d.ts +68 -68
  158. package/dist/{theme → src/theme}/foundations/radii.d.ts +11 -11
  159. package/dist/{theme → src/theme}/foundations/shadows.d.ts +4 -4
  160. package/dist/{theme → src/theme}/foundations/spacing.d.ts +96 -96
  161. package/dist/{theme → src/theme}/foundations/typography.d.ts +8 -8
  162. package/dist/{theme → src/theme}/index.d.ts +20 -20
  163. package/dist/{theme → src/theme}/provider.d.ts +4 -4
  164. package/dist/src/theme/types.d.ts +1 -0
  165. package/dist/{utils → src/utils}/interfaces.d.ts +5 -5
  166. package/dist/{utils → src/utils}/utils.d.ts +39 -39
  167. package/dist/style.css +1 -0
  168. package/package.json +52 -61
  169. package/CHANGELOG.md +0 -1861
  170. package/dist/__tests__/fileMock.d.ts +0 -4
  171. package/dist/__tests__/mediaMatchMock.d.ts +0 -79
  172. package/dist/__tests__/setup.d.ts +0 -2
  173. package/dist/__tests__/utils/utils.test.d.ts +0 -1
  174. package/dist/components/Autosuggest/Autosuggest.stories.d.ts +0 -4
  175. package/dist/components/FilterBar/FilterBar.stories.d.ts +0 -7
  176. package/dist/components/Header/utils/authApiMockResponse.d.ts +0 -49
  177. package/dist/components/Header/utils/encoreCatalogLogOutTimer.d.ts +0 -4
  178. package/dist/components/Header/utils/encoreCatalogLogOutTimer.test.d.ts +0 -1
  179. package/dist/components/Header/utils/googleAnalyticsUtils.test.d.ts +0 -1
  180. package/dist/components/Header/utils/headerUtils.test.d.ts +0 -1
  181. package/dist/components/Header/utils/sitewideAlertsMocks.d.ts +0 -98
  182. package/dist/components/MultiSelect/MultiSelect.stories.d.ts +0 -4
  183. package/dist/components/MultiSelectGroup/MultiSelectGroup.stories.d.ts +0 -4
  184. package/dist/components/Placeholder/Placeholder.d.ts +0 -10
  185. package/dist/design-system-react-components.cjs.development.js +0 -17917
  186. package/dist/design-system-react-components.cjs.development.js.map +0 -1
  187. package/dist/design-system-react-components.cjs.production.min.js +0 -2
  188. package/dist/design-system-react-components.cjs.production.min.js.map +0 -1
  189. package/dist/design-system-react-components.esm.js +0 -17716
  190. package/dist/design-system-react-components.esm.js.map +0 -1
  191. package/dist/helpers/types.d.ts +0 -1
  192. package/dist/hooks/__tests__/useCarouselStyles.test.d.ts +0 -1
  193. package/dist/hooks/__tests__/useFilterBar.test.d.ts +0 -1
  194. package/dist/hooks/__tests__/useMultiSelect.test.d.ts +0 -1
  195. package/dist/hooks/__tests__/useNYPLBreakpoints.test.d.ts +0 -1
  196. package/dist/index.d.ts +0 -65
  197. package/dist/index.js +0 -8
  198. package/dist/resources.scss +0 -382
  199. package/dist/styles.css +0 -4
  200. package/dist/theme/types.d.ts +0 -1
  201. package/dist/utils/componentCategories.d.ts +0 -1
@@ -1,628 +1,628 @@
1
- declare const Hero: {
2
- baseStyle: {
3
- bgColor: string;
4
- _dark: {
5
- bgColor: string;
6
- };
7
- };
8
- variants: {
9
- primary: {
10
- alignItems: string;
11
- backgroundSize: string;
12
- backgroundPosition: string;
13
- display: string;
14
- flexFlow: {
15
- base: string;
16
- md: string;
17
- };
18
- justifyContent: string;
19
- minHeight: string;
20
- content: {
21
- bg: string;
22
- color: string;
23
- flex: {
24
- base: string;
25
- md: string;
26
- };
27
- maxWidth: {
28
- md: string;
29
- };
30
- paddingTop: string;
31
- paddingBottom: string;
32
- paddingEnd: string;
33
- paddingStart: string;
34
- a: {
35
- color: string;
36
- display: string;
37
- };
38
- heading: {
39
- marginBottom: string;
40
- };
41
- bodyText: {
42
- marginBottom: string;
43
- };
44
- _dark: {
45
- bgColor: string;
46
- color: string;
47
- };
48
- };
49
- };
50
- secondary: {
51
- heading: {
52
- _before: {
53
- bg: string;
54
- content: string;
55
- height: string;
56
- left: string;
57
- position: string;
58
- width: string;
59
- zIndex: string;
60
- };
61
- _dark: {
62
- _before: {
63
- bg: string;
64
- };
65
- };
66
- marginBottom: string;
67
- color: string;
68
- flex: string;
69
- marginTop: string;
70
- paddingBottom: string;
71
- position: string;
72
- zIndex: string;
73
- order: string;
74
- };
75
- overflowX: string;
76
- content: {
77
- paddingEnd: string;
78
- paddingStart: string;
79
- display: string;
80
- flexFlow: {
81
- base: string;
82
- md: string;
83
- };
84
- marginY: string;
85
- marginX: string;
86
- maxWidth: string;
87
- padding: string;
88
- width: string;
89
- };
90
- imgWrapper: {
91
- marginEnd: {
92
- base: string;
93
- md: string;
94
- };
95
- marginStart: {
96
- base: string;
97
- md: string;
98
- };
99
- flex: {
100
- base: string;
101
- md: string;
102
- };
103
- order: {
104
- base: string;
105
- md: string;
106
- };
107
- img: {
108
- height: string;
109
- minWidth: string;
110
- objectFit: string;
111
- width: string;
112
- };
113
- };
114
- bodyText: {
115
- paddingBottom: string;
116
- paddingEnd: {
117
- md: string;
118
- };
119
- paddingTop: string;
120
- flex: {
121
- md: string;
122
- };
123
- order: {
124
- base: string;
125
- md: string;
126
- };
127
- };
128
- };
129
- secondaryBooksAndMore: {
130
- heading: {
131
- _before: {
132
- bg: string;
133
- content: string;
134
- height: string;
135
- left: string;
136
- position: string;
137
- width: string;
138
- zIndex: string;
139
- };
140
- _dark: {
141
- _before: {
142
- bg: string;
143
- };
144
- };
145
- marginBottom: string;
146
- color: string;
147
- flex: string;
148
- marginTop: string;
149
- paddingBottom: string;
150
- position: string;
151
- zIndex: string;
152
- order: string;
153
- };
154
- overflowX: string;
155
- content: {
156
- paddingEnd: string;
157
- paddingStart: string;
158
- display: string;
159
- flexFlow: {
160
- base: string;
161
- md: string;
162
- };
163
- marginY: string;
164
- marginX: string;
165
- maxWidth: string;
166
- padding: string;
167
- width: string;
168
- };
169
- imgWrapper: {
170
- marginEnd: {
171
- base: string;
172
- md: string;
173
- };
174
- marginStart: {
175
- base: string;
176
- md: string;
177
- };
178
- flex: {
179
- base: string;
180
- md: string;
181
- };
182
- order: {
183
- base: string;
184
- md: string;
185
- };
186
- img: {
187
- height: string;
188
- minWidth: string;
189
- objectFit: string;
190
- width: string;
191
- };
192
- };
193
- bodyText: {
194
- paddingBottom: string;
195
- paddingEnd: {
196
- md: string;
197
- };
198
- paddingTop: string;
199
- flex: {
200
- md: string;
201
- };
202
- order: {
203
- base: string;
204
- md: string;
205
- };
206
- };
207
- };
208
- secondaryLocations: {
209
- heading: {
210
- _before: {
211
- bg: string;
212
- content: string;
213
- height: string;
214
- left: string;
215
- position: string;
216
- width: string;
217
- zIndex: string;
218
- };
219
- _dark: {
220
- _before: {
221
- bg: string;
222
- };
223
- };
224
- marginBottom: string;
225
- color: string;
226
- flex: string;
227
- marginTop: string;
228
- paddingBottom: string;
229
- position: string;
230
- zIndex: string;
231
- order: string;
232
- };
233
- overflowX: string;
234
- content: {
235
- paddingEnd: string;
236
- paddingStart: string;
237
- display: string;
238
- flexFlow: {
239
- base: string;
240
- md: string;
241
- };
242
- marginY: string;
243
- marginX: string;
244
- maxWidth: string;
245
- padding: string;
246
- width: string;
247
- };
248
- imgWrapper: {
249
- marginEnd: {
250
- base: string;
251
- md: string;
252
- };
253
- marginStart: {
254
- base: string;
255
- md: string;
256
- };
257
- flex: {
258
- base: string;
259
- md: string;
260
- };
261
- order: {
262
- base: string;
263
- md: string;
264
- };
265
- img: {
266
- height: string;
267
- minWidth: string;
268
- objectFit: string;
269
- width: string;
270
- };
271
- };
272
- bodyText: {
273
- paddingBottom: string;
274
- paddingEnd: {
275
- md: string;
276
- };
277
- paddingTop: string;
278
- flex: {
279
- md: string;
280
- };
281
- order: {
282
- base: string;
283
- md: string;
284
- };
285
- };
286
- };
287
- secondaryResearch: {
288
- heading: {
289
- _before: {
290
- bg: string;
291
- content: string;
292
- height: string;
293
- left: string;
294
- position: string;
295
- width: string;
296
- zIndex: string;
297
- };
298
- _dark: {
299
- _before: {
300
- bg: string;
301
- };
302
- };
303
- marginBottom: string;
304
- color: string;
305
- flex: string;
306
- marginTop: string;
307
- paddingBottom: string;
308
- position: string;
309
- zIndex: string;
310
- order: string;
311
- };
312
- overflowX: string;
313
- content: {
314
- paddingEnd: string;
315
- paddingStart: string;
316
- display: string;
317
- flexFlow: {
318
- base: string;
319
- md: string;
320
- };
321
- marginY: string;
322
- marginX: string;
323
- maxWidth: string;
324
- padding: string;
325
- width: string;
326
- };
327
- imgWrapper: {
328
- marginEnd: {
329
- base: string;
330
- md: string;
331
- };
332
- marginStart: {
333
- base: string;
334
- md: string;
335
- };
336
- flex: {
337
- base: string;
338
- md: string;
339
- };
340
- order: {
341
- base: string;
342
- md: string;
343
- };
344
- img: {
345
- height: string;
346
- minWidth: string;
347
- objectFit: string;
348
- width: string;
349
- };
350
- };
351
- bodyText: {
352
- paddingBottom: string;
353
- paddingEnd: {
354
- md: string;
355
- };
356
- paddingTop: string;
357
- flex: {
358
- md: string;
359
- };
360
- order: {
361
- base: string;
362
- md: string;
363
- };
364
- };
365
- };
366
- secondaryWhatsOn: {
367
- heading: {
368
- _before: {
369
- bg: string;
370
- content: string;
371
- height: string;
372
- left: string;
373
- position: string;
374
- width: string;
375
- zIndex: string;
376
- };
377
- _dark: {
378
- _before: {
379
- bg: string;
380
- };
381
- };
382
- marginBottom: string;
383
- color: string;
384
- flex: string;
385
- marginTop: string;
386
- paddingBottom: string;
387
- position: string;
388
- zIndex: string;
389
- order: string;
390
- };
391
- overflowX: string;
392
- content: {
393
- paddingEnd: string;
394
- paddingStart: string;
395
- display: string;
396
- flexFlow: {
397
- base: string;
398
- md: string;
399
- };
400
- marginY: string;
401
- marginX: string;
402
- maxWidth: string;
403
- padding: string;
404
- width: string;
405
- };
406
- imgWrapper: {
407
- marginEnd: {
408
- base: string;
409
- md: string;
410
- };
411
- marginStart: {
412
- base: string;
413
- md: string;
414
- };
415
- flex: {
416
- base: string;
417
- md: string;
418
- };
419
- order: {
420
- base: string;
421
- md: string;
422
- };
423
- img: {
424
- height: string;
425
- minWidth: string;
426
- objectFit: string;
427
- width: string;
428
- };
429
- };
430
- bodyText: {
431
- paddingBottom: string;
432
- paddingEnd: {
433
- md: string;
434
- };
435
- paddingTop: string;
436
- flex: {
437
- md: string;
438
- };
439
- order: {
440
- base: string;
441
- md: string;
442
- };
443
- };
444
- };
445
- tertiary: {
446
- bg: string;
447
- content: {
448
- color: string;
449
- display: string;
450
- flexFlow: string;
451
- px: string;
452
- py: {
453
- base: string;
454
- xl: string;
455
- };
456
- p: {
457
- marginBottom: string;
458
- marginTop: {
459
- base: string;
460
- xl: string;
461
- };
462
- };
463
- _dark: {
464
- color: string;
465
- };
466
- marginY: string;
467
- marginX: string;
468
- maxWidth: string;
469
- padding: string;
470
- width: string;
471
- };
472
- heading: {
473
- marginBottom: string;
474
- _lastChild: {
475
- marginBottom: string;
476
- };
477
- };
478
- p: {
479
- marginBottom: string;
480
- };
481
- _dark: {
482
- bg: string;
483
- };
484
- };
485
- campaign: {
486
- alignItems: string;
487
- backgroundSize: string;
488
- backgroundPosition: string;
489
- display: string;
490
- justifyContent: string;
491
- marginBottom: string[];
492
- minHeight: string;
493
- overflow: string;
494
- padding: {
495
- base: string;
496
- md: string;
497
- };
498
- position: string;
499
- content: {
500
- alignItems: string;
501
- bg: string;
502
- color: string;
503
- display: string;
504
- flexFlow: {
505
- base: string;
506
- lg: string;
507
- };
508
- minHeight: string;
509
- flex: {
510
- md: string;
511
- };
512
- maxWidth: {
513
- md: string;
514
- };
515
- position: {
516
- md: string;
517
- };
518
- top: {
519
- md: string;
520
- };
521
- _dark: {
522
- bg: string;
523
- color: string;
524
- };
525
- };
526
- a: {
527
- color: string;
528
- display: string;
529
- };
530
- img: {
531
- clip: string;
532
- height: {
533
- base: string;
534
- md: string;
535
- };
536
- overflow: string;
537
- position: {
538
- base: string;
539
- md: string;
540
- };
541
- width: {
542
- base: string;
543
- md: string;
544
- };
545
- wordWrap: string;
546
- };
547
- imgWrapper: {
548
- backgroundPosition: string;
549
- backgroundSize: string;
550
- minHeight: string;
551
- width: {
552
- base: string;
553
- lg: string;
554
- };
555
- };
556
- interior: {
557
- alignSelf: string;
558
- maxWidth: {
559
- md: string;
560
- };
561
- padding: {
562
- base: string;
563
- md: string;
564
- };
565
- width: {
566
- base: string;
567
- lg: string;
568
- };
569
- };
570
- };
571
- fiftyFifty: {
572
- content: {
573
- alignItems: string;
574
- display: string;
575
- flexFlow: {
576
- base: string;
577
- lg: string;
578
- };
579
- marginY: string;
580
- marginX: string;
581
- maxWidth: string;
582
- padding: string;
583
- width: string;
584
- };
585
- imgWrapper: {
586
- backgroundPosition: string;
587
- backgroundSize: string;
588
- minHeight: string;
589
- width: {
590
- base: string;
591
- lg: string;
592
- };
593
- };
594
- img: {
595
- clip: string;
596
- height: {
597
- base: string;
598
- md: string;
599
- };
600
- overflow: string;
601
- position: {
602
- base: string;
603
- md: string;
604
- };
605
- width: {
606
- base: string;
607
- md: string;
608
- };
609
- wordWrap: string;
610
- };
611
- bodyText: {
612
- alignSelf: string;
613
- maxWidth: {
614
- md: string;
615
- };
616
- padding: {
617
- base: string;
618
- md: string;
619
- };
620
- width: {
621
- base: string;
622
- lg: string;
623
- };
624
- };
625
- };
626
- };
627
- };
628
- export default Hero;
1
+ declare const Hero: {
2
+ baseStyle: {
3
+ bgColor: string;
4
+ _dark: {
5
+ bgColor: string;
6
+ };
7
+ };
8
+ variants: {
9
+ primary: {
10
+ alignItems: string;
11
+ backgroundSize: string;
12
+ backgroundPosition: string;
13
+ display: string;
14
+ flexFlow: {
15
+ base: string;
16
+ md: string;
17
+ };
18
+ justifyContent: string;
19
+ minHeight: string;
20
+ content: {
21
+ bg: string;
22
+ color: string;
23
+ flex: {
24
+ base: string;
25
+ md: string;
26
+ };
27
+ maxWidth: {
28
+ md: string;
29
+ };
30
+ paddingTop: string;
31
+ paddingBottom: string;
32
+ paddingEnd: string;
33
+ paddingStart: string;
34
+ a: {
35
+ color: string;
36
+ display: string;
37
+ };
38
+ heading: {
39
+ marginBottom: string;
40
+ };
41
+ bodyText: {
42
+ marginBottom: string;
43
+ };
44
+ _dark: {
45
+ bgColor: string;
46
+ color: string;
47
+ };
48
+ };
49
+ };
50
+ secondary: {
51
+ heading: {
52
+ _before: {
53
+ bg: string;
54
+ content: string;
55
+ height: string;
56
+ left: string;
57
+ position: string;
58
+ width: string;
59
+ zIndex: string;
60
+ };
61
+ _dark: {
62
+ _before: {
63
+ bg: string;
64
+ };
65
+ };
66
+ marginBottom: string;
67
+ color: string;
68
+ flex: string;
69
+ marginTop: string;
70
+ paddingBottom: string;
71
+ position: string;
72
+ zIndex: string;
73
+ order: string;
74
+ };
75
+ overflowX: string;
76
+ content: {
77
+ paddingEnd: string;
78
+ paddingStart: string;
79
+ display: string;
80
+ flexFlow: {
81
+ base: string;
82
+ md: string;
83
+ };
84
+ marginY: string;
85
+ marginX: string;
86
+ maxWidth: string;
87
+ padding: string;
88
+ width: string;
89
+ };
90
+ imgWrapper: {
91
+ marginEnd: {
92
+ base: string;
93
+ md: string;
94
+ };
95
+ marginStart: {
96
+ base: string;
97
+ md: string;
98
+ };
99
+ flex: {
100
+ base: string;
101
+ md: string;
102
+ };
103
+ order: {
104
+ base: string;
105
+ md: string;
106
+ };
107
+ img: {
108
+ height: string;
109
+ minWidth: string;
110
+ objectFit: string;
111
+ width: string;
112
+ };
113
+ };
114
+ bodyText: {
115
+ paddingBottom: string;
116
+ paddingEnd: {
117
+ md: string;
118
+ };
119
+ paddingTop: string;
120
+ flex: {
121
+ md: string;
122
+ };
123
+ order: {
124
+ base: string;
125
+ md: string;
126
+ };
127
+ };
128
+ };
129
+ secondaryBooksAndMore: {
130
+ heading: {
131
+ _before: {
132
+ bg: string;
133
+ content: string;
134
+ height: string;
135
+ left: string;
136
+ position: string;
137
+ width: string;
138
+ zIndex: string;
139
+ };
140
+ _dark: {
141
+ _before: {
142
+ bg: string;
143
+ };
144
+ };
145
+ marginBottom: string;
146
+ color: string;
147
+ flex: string;
148
+ marginTop: string;
149
+ paddingBottom: string;
150
+ position: string;
151
+ zIndex: string;
152
+ order: string;
153
+ };
154
+ overflowX: string;
155
+ content: {
156
+ paddingEnd: string;
157
+ paddingStart: string;
158
+ display: string;
159
+ flexFlow: {
160
+ base: string;
161
+ md: string;
162
+ };
163
+ marginY: string;
164
+ marginX: string;
165
+ maxWidth: string;
166
+ padding: string;
167
+ width: string;
168
+ };
169
+ imgWrapper: {
170
+ marginEnd: {
171
+ base: string;
172
+ md: string;
173
+ };
174
+ marginStart: {
175
+ base: string;
176
+ md: string;
177
+ };
178
+ flex: {
179
+ base: string;
180
+ md: string;
181
+ };
182
+ order: {
183
+ base: string;
184
+ md: string;
185
+ };
186
+ img: {
187
+ height: string;
188
+ minWidth: string;
189
+ objectFit: string;
190
+ width: string;
191
+ };
192
+ };
193
+ bodyText: {
194
+ paddingBottom: string;
195
+ paddingEnd: {
196
+ md: string;
197
+ };
198
+ paddingTop: string;
199
+ flex: {
200
+ md: string;
201
+ };
202
+ order: {
203
+ base: string;
204
+ md: string;
205
+ };
206
+ };
207
+ };
208
+ secondaryLocations: {
209
+ heading: {
210
+ _before: {
211
+ bg: string;
212
+ content: string;
213
+ height: string;
214
+ left: string;
215
+ position: string;
216
+ width: string;
217
+ zIndex: string;
218
+ };
219
+ _dark: {
220
+ _before: {
221
+ bg: string;
222
+ };
223
+ };
224
+ marginBottom: string;
225
+ color: string;
226
+ flex: string;
227
+ marginTop: string;
228
+ paddingBottom: string;
229
+ position: string;
230
+ zIndex: string;
231
+ order: string;
232
+ };
233
+ overflowX: string;
234
+ content: {
235
+ paddingEnd: string;
236
+ paddingStart: string;
237
+ display: string;
238
+ flexFlow: {
239
+ base: string;
240
+ md: string;
241
+ };
242
+ marginY: string;
243
+ marginX: string;
244
+ maxWidth: string;
245
+ padding: string;
246
+ width: string;
247
+ };
248
+ imgWrapper: {
249
+ marginEnd: {
250
+ base: string;
251
+ md: string;
252
+ };
253
+ marginStart: {
254
+ base: string;
255
+ md: string;
256
+ };
257
+ flex: {
258
+ base: string;
259
+ md: string;
260
+ };
261
+ order: {
262
+ base: string;
263
+ md: string;
264
+ };
265
+ img: {
266
+ height: string;
267
+ minWidth: string;
268
+ objectFit: string;
269
+ width: string;
270
+ };
271
+ };
272
+ bodyText: {
273
+ paddingBottom: string;
274
+ paddingEnd: {
275
+ md: string;
276
+ };
277
+ paddingTop: string;
278
+ flex: {
279
+ md: string;
280
+ };
281
+ order: {
282
+ base: string;
283
+ md: string;
284
+ };
285
+ };
286
+ };
287
+ secondaryResearch: {
288
+ heading: {
289
+ _before: {
290
+ bg: string;
291
+ content: string;
292
+ height: string;
293
+ left: string;
294
+ position: string;
295
+ width: string;
296
+ zIndex: string;
297
+ };
298
+ _dark: {
299
+ _before: {
300
+ bg: string;
301
+ };
302
+ };
303
+ marginBottom: string;
304
+ color: string;
305
+ flex: string;
306
+ marginTop: string;
307
+ paddingBottom: string;
308
+ position: string;
309
+ zIndex: string;
310
+ order: string;
311
+ };
312
+ overflowX: string;
313
+ content: {
314
+ paddingEnd: string;
315
+ paddingStart: string;
316
+ display: string;
317
+ flexFlow: {
318
+ base: string;
319
+ md: string;
320
+ };
321
+ marginY: string;
322
+ marginX: string;
323
+ maxWidth: string;
324
+ padding: string;
325
+ width: string;
326
+ };
327
+ imgWrapper: {
328
+ marginEnd: {
329
+ base: string;
330
+ md: string;
331
+ };
332
+ marginStart: {
333
+ base: string;
334
+ md: string;
335
+ };
336
+ flex: {
337
+ base: string;
338
+ md: string;
339
+ };
340
+ order: {
341
+ base: string;
342
+ md: string;
343
+ };
344
+ img: {
345
+ height: string;
346
+ minWidth: string;
347
+ objectFit: string;
348
+ width: string;
349
+ };
350
+ };
351
+ bodyText: {
352
+ paddingBottom: string;
353
+ paddingEnd: {
354
+ md: string;
355
+ };
356
+ paddingTop: string;
357
+ flex: {
358
+ md: string;
359
+ };
360
+ order: {
361
+ base: string;
362
+ md: string;
363
+ };
364
+ };
365
+ };
366
+ secondaryWhatsOn: {
367
+ heading: {
368
+ _before: {
369
+ bg: string;
370
+ content: string;
371
+ height: string;
372
+ left: string;
373
+ position: string;
374
+ width: string;
375
+ zIndex: string;
376
+ };
377
+ _dark: {
378
+ _before: {
379
+ bg: string;
380
+ };
381
+ };
382
+ marginBottom: string;
383
+ color: string;
384
+ flex: string;
385
+ marginTop: string;
386
+ paddingBottom: string;
387
+ position: string;
388
+ zIndex: string;
389
+ order: string;
390
+ };
391
+ overflowX: string;
392
+ content: {
393
+ paddingEnd: string;
394
+ paddingStart: string;
395
+ display: string;
396
+ flexFlow: {
397
+ base: string;
398
+ md: string;
399
+ };
400
+ marginY: string;
401
+ marginX: string;
402
+ maxWidth: string;
403
+ padding: string;
404
+ width: string;
405
+ };
406
+ imgWrapper: {
407
+ marginEnd: {
408
+ base: string;
409
+ md: string;
410
+ };
411
+ marginStart: {
412
+ base: string;
413
+ md: string;
414
+ };
415
+ flex: {
416
+ base: string;
417
+ md: string;
418
+ };
419
+ order: {
420
+ base: string;
421
+ md: string;
422
+ };
423
+ img: {
424
+ height: string;
425
+ minWidth: string;
426
+ objectFit: string;
427
+ width: string;
428
+ };
429
+ };
430
+ bodyText: {
431
+ paddingBottom: string;
432
+ paddingEnd: {
433
+ md: string;
434
+ };
435
+ paddingTop: string;
436
+ flex: {
437
+ md: string;
438
+ };
439
+ order: {
440
+ base: string;
441
+ md: string;
442
+ };
443
+ };
444
+ };
445
+ tertiary: {
446
+ bg: string;
447
+ content: {
448
+ color: string;
449
+ display: string;
450
+ flexFlow: string;
451
+ px: string;
452
+ py: {
453
+ base: string;
454
+ xl: string;
455
+ };
456
+ p: {
457
+ marginBottom: string;
458
+ marginTop: {
459
+ base: string;
460
+ xl: string;
461
+ };
462
+ };
463
+ _dark: {
464
+ color: string;
465
+ };
466
+ marginY: string;
467
+ marginX: string;
468
+ maxWidth: string;
469
+ padding: string;
470
+ width: string;
471
+ };
472
+ heading: {
473
+ marginBottom: string;
474
+ _lastChild: {
475
+ marginBottom: string;
476
+ };
477
+ };
478
+ p: {
479
+ marginBottom: string;
480
+ };
481
+ _dark: {
482
+ bg: string;
483
+ };
484
+ };
485
+ campaign: {
486
+ alignItems: string;
487
+ backgroundSize: string;
488
+ backgroundPosition: string;
489
+ display: string;
490
+ justifyContent: string;
491
+ marginBottom: string[];
492
+ minHeight: string;
493
+ overflow: string;
494
+ padding: {
495
+ base: string;
496
+ md: string;
497
+ };
498
+ position: string;
499
+ content: {
500
+ alignItems: string;
501
+ bg: string;
502
+ color: string;
503
+ display: string;
504
+ flexFlow: {
505
+ base: string;
506
+ lg: string;
507
+ };
508
+ minHeight: string;
509
+ flex: {
510
+ md: string;
511
+ };
512
+ maxWidth: {
513
+ md: string;
514
+ };
515
+ position: {
516
+ md: string;
517
+ };
518
+ top: {
519
+ md: string;
520
+ };
521
+ _dark: {
522
+ bg: string;
523
+ color: string;
524
+ };
525
+ };
526
+ a: {
527
+ color: string;
528
+ display: string;
529
+ };
530
+ img: {
531
+ clip: string;
532
+ height: {
533
+ base: string;
534
+ md: string;
535
+ };
536
+ overflow: string;
537
+ position: {
538
+ base: string;
539
+ md: string;
540
+ };
541
+ width: {
542
+ base: string;
543
+ md: string;
544
+ };
545
+ wordWrap: string;
546
+ };
547
+ imgWrapper: {
548
+ backgroundPosition: string;
549
+ backgroundSize: string;
550
+ minHeight: string;
551
+ width: {
552
+ base: string;
553
+ lg: string;
554
+ };
555
+ };
556
+ interior: {
557
+ alignSelf: string;
558
+ maxWidth: {
559
+ md: string;
560
+ };
561
+ padding: {
562
+ base: string;
563
+ md: string;
564
+ };
565
+ width: {
566
+ base: string;
567
+ lg: string;
568
+ };
569
+ };
570
+ };
571
+ fiftyFifty: {
572
+ content: {
573
+ alignItems: string;
574
+ display: string;
575
+ flexFlow: {
576
+ base: string;
577
+ lg: string;
578
+ };
579
+ marginY: string;
580
+ marginX: string;
581
+ maxWidth: string;
582
+ padding: string;
583
+ width: string;
584
+ };
585
+ imgWrapper: {
586
+ backgroundPosition: string;
587
+ backgroundSize: string;
588
+ minHeight: string;
589
+ width: {
590
+ base: string;
591
+ lg: string;
592
+ };
593
+ };
594
+ img: {
595
+ clip: string;
596
+ height: {
597
+ base: string;
598
+ md: string;
599
+ };
600
+ overflow: string;
601
+ position: {
602
+ base: string;
603
+ md: string;
604
+ };
605
+ width: {
606
+ base: string;
607
+ md: string;
608
+ };
609
+ wordWrap: string;
610
+ };
611
+ bodyText: {
612
+ alignSelf: string;
613
+ maxWidth: {
614
+ md: string;
615
+ };
616
+ padding: {
617
+ base: string;
618
+ md: string;
619
+ };
620
+ width: {
621
+ base: string;
622
+ lg: string;
623
+ };
624
+ };
625
+ };
626
+ };
627
+ };
628
+ export default Hero;