@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,83 +1,83 @@
1
- declare const HeaderSearchButton: {
2
- baseStyle: ({ isOpen }: {
3
- isOpen: any;
4
- }) => {
5
- alignItems: string;
6
- borderRadius: string;
7
- backgroundColor: string;
8
- color: string;
9
- fontSize: string;
10
- fontWeight: string;
11
- minHeight: {
12
- md: string;
13
- };
14
- minWidth: {
15
- md: string;
16
- };
17
- textDecoration: string;
18
- _dark: {
19
- bgColor: string;
20
- color: string;
21
- };
22
- span: {
23
- alignItems: string;
24
- borderBottom: {
25
- md: string;
26
- };
27
- display: string;
28
- lineHeight: string;
29
- _dark: {
30
- borderBottom: string | {
31
- md: string;
32
- };
33
- borderColor: {
34
- md: string;
35
- };
36
- };
37
- };
38
- svg: {
39
- marginLeft: {
40
- base: string;
41
- md: string;
42
- };
43
- fill: {
44
- base: string;
45
- md: string;
46
- };
47
- _dark: {
48
- fill: {
49
- base: string;
50
- md: string;
51
- };
52
- };
53
- };
54
- _hover: {
55
- backgroundColor: string;
56
- color: string;
57
- textDecoration: string;
58
- svg: {
59
- fill: {
60
- base: string;
61
- md: string;
62
- };
63
- };
64
- _dark: {
65
- color: string;
66
- svg: {
67
- fill: {
68
- base: string;
69
- md: string;
70
- };
71
- };
72
- };
73
- };
74
- _focus: {
75
- borderRadius: string;
76
- outlineColor: string;
77
- outlineOffset: string;
78
- outlineStyle: string;
79
- outlineWidth: string;
80
- };
81
- };
82
- };
83
- export default HeaderSearchButton;
1
+ declare const HeaderSearchButton: {
2
+ baseStyle: ({ isOpen }: {
3
+ isOpen: any;
4
+ }) => {
5
+ alignItems: string;
6
+ borderRadius: string;
7
+ backgroundColor: string;
8
+ color: string;
9
+ fontSize: string;
10
+ fontWeight: string;
11
+ minHeight: {
12
+ md: string;
13
+ };
14
+ minWidth: {
15
+ md: string;
16
+ };
17
+ textDecoration: string;
18
+ _dark: {
19
+ bgColor: string;
20
+ color: string;
21
+ };
22
+ span: {
23
+ alignItems: string;
24
+ borderBottom: {
25
+ md: string;
26
+ };
27
+ display: string;
28
+ lineHeight: string;
29
+ _dark: {
30
+ borderBottom: string | {
31
+ md: string;
32
+ };
33
+ borderColor: {
34
+ md: string;
35
+ };
36
+ };
37
+ };
38
+ svg: {
39
+ marginLeft: {
40
+ base: string;
41
+ md: string;
42
+ };
43
+ fill: {
44
+ base: string;
45
+ md: string;
46
+ };
47
+ _dark: {
48
+ fill: {
49
+ base: string;
50
+ md: string;
51
+ };
52
+ };
53
+ };
54
+ _hover: {
55
+ backgroundColor: string;
56
+ color: string;
57
+ textDecoration: string;
58
+ svg: {
59
+ fill: {
60
+ base: string;
61
+ md: string;
62
+ };
63
+ };
64
+ _dark: {
65
+ color: string;
66
+ svg: {
67
+ fill: {
68
+ base: string;
69
+ md: string;
70
+ };
71
+ };
72
+ };
73
+ };
74
+ _focus: {
75
+ borderRadius: string;
76
+ outlineColor: string;
77
+ outlineOffset: string;
78
+ outlineStyle: string;
79
+ outlineWidth: string;
80
+ };
81
+ };
82
+ };
83
+ export default HeaderSearchButton;
@@ -1,183 +1,183 @@
1
- declare const HeaderSearchForm: {
2
- parts: string[];
3
- baseStyle: {
4
- color: string;
5
- backgroundColor: string;
6
- left: string;
7
- minHeight: {
8
- base: string;
9
- md: string;
10
- };
11
- position: string;
12
- whiteSpace: string;
13
- width: string;
14
- zIndex: string;
15
- svg: {
16
- color: string;
17
- fill: string;
18
- marginTop: string;
19
- };
20
- form: {
21
- margin: {
22
- md: string;
23
- };
24
- maxWidth: {
25
- md: string;
26
- };
27
- whiteSpace: string;
28
- "> div": {
29
- margin: string;
30
- marginLeft: {
31
- md: string;
32
- lg: string;
33
- };
34
- marginRight: {
35
- md: string;
36
- };
37
- };
38
- };
39
- "#radio-group-search-type": {
40
- margin: {
41
- base: string;
42
- md: string;
43
- };
44
- };
45
- textInput: {
46
- label: {
47
- fontSize: {
48
- base: string;
49
- md: string;
50
- };
51
- };
52
- input: {
53
- borderRadius: {
54
- md: string;
55
- };
56
- color: string;
57
- minHeight: {
58
- base: string;
59
- md: string;
60
- };
61
- paddingLeft: {
62
- base: string;
63
- md: string;
64
- };
65
- _placeholder: {
66
- fontSize: {
67
- base: string;
68
- };
69
- fontStyle: string;
70
- };
71
- _focus: {
72
- borderRadius: string;
73
- outlineColor: string;
74
- outlineOffset: string;
75
- outlineStyle: string;
76
- outlineWidth: string;
77
- };
78
- _hover: {
79
- borderRadius: string;
80
- outlineColor: string;
81
- outlineOffset: string;
82
- outlineStyle: string;
83
- outlineWidth: string;
84
- };
85
- _dark: {
86
- color: string;
87
- };
88
- };
89
- };
90
- searchBtn: {
91
- alignSelf: string;
92
- backgroundColor: string;
93
- borderColor: string;
94
- borderRadius: string;
95
- borderWidth: string;
96
- height: {
97
- base: string;
98
- md: string;
99
- };
100
- marginTop: string;
101
- marginEnd: string;
102
- maxHeight: string;
103
- svg: {
104
- marginTop: string;
105
- };
106
- width: {
107
- base: string;
108
- md: string;
109
- };
110
- _focus: {
111
- borderRadius: string;
112
- outlineColor: string;
113
- outlineOffset: string;
114
- outlineStyle: string;
115
- outlineWidth: string;
116
- };
117
- _hover: {
118
- borderRadius: string;
119
- outlineColor: string;
120
- outlineOffset: string;
121
- outlineStyle: string;
122
- outlineWidth: string;
123
- backgroundColor: string;
124
- };
125
- };
126
- radio: {
127
- backgroundColor: string;
128
- border: string;
129
- _focus: {
130
- borderRadius: string;
131
- outlineColor: string;
132
- outlineOffset: string;
133
- outlineStyle: string;
134
- outlineWidth: string;
135
- };
136
- _hover: {
137
- borderRadius: string;
138
- outlineColor: string;
139
- outlineOffset: string;
140
- outlineStyle: string;
141
- outlineWidth: string;
142
- };
143
- };
144
- ".chakra-radio": {
145
- alignItems: string;
146
- };
147
- ".chakra-radio__label": {
148
- fontWeight: string;
149
- };
150
- mobileBtns: {
151
- alignItems: string;
152
- backgroundColor: string;
153
- borderRadius: string;
154
- display: string;
155
- fontSize: string;
156
- flex: string;
157
- justifyContent: string;
158
- padding: string;
159
- svg: {
160
- fill: string;
161
- marginLeft: string;
162
- };
163
- _hover: {
164
- backgroundColor: string;
165
- };
166
- _focus: {
167
- borderRadius: string;
168
- outlineColor: string;
169
- outlineOffset: string;
170
- outlineStyle: string;
171
- outlineWidth: string;
172
- };
173
- };
174
- _dark: {
175
- bgColor: string;
176
- color: string;
177
- label: {
178
- color: string;
179
- };
180
- };
181
- };
182
- };
183
- export default HeaderSearchForm;
1
+ declare const HeaderSearchForm: {
2
+ parts: string[];
3
+ baseStyle: {
4
+ color: string;
5
+ backgroundColor: string;
6
+ left: string;
7
+ minHeight: {
8
+ base: string;
9
+ md: string;
10
+ };
11
+ position: string;
12
+ whiteSpace: string;
13
+ width: string;
14
+ zIndex: string;
15
+ svg: {
16
+ color: string;
17
+ fill: string;
18
+ marginTop: string;
19
+ };
20
+ form: {
21
+ margin: {
22
+ md: string;
23
+ };
24
+ maxWidth: {
25
+ md: string;
26
+ };
27
+ whiteSpace: string;
28
+ "> div": {
29
+ margin: string;
30
+ marginLeft: {
31
+ md: string;
32
+ lg: string;
33
+ };
34
+ marginRight: {
35
+ md: string;
36
+ };
37
+ };
38
+ };
39
+ "#radio-group-search-type": {
40
+ margin: {
41
+ base: string;
42
+ md: string;
43
+ };
44
+ };
45
+ textInput: {
46
+ label: {
47
+ fontSize: {
48
+ base: string;
49
+ md: string;
50
+ };
51
+ };
52
+ input: {
53
+ borderRadius: {
54
+ md: string;
55
+ };
56
+ color: string;
57
+ minHeight: {
58
+ base: string;
59
+ md: string;
60
+ };
61
+ paddingLeft: {
62
+ base: string;
63
+ md: string;
64
+ };
65
+ _placeholder: {
66
+ fontSize: {
67
+ base: string;
68
+ };
69
+ fontStyle: string;
70
+ };
71
+ _focus: {
72
+ borderRadius: string;
73
+ outlineColor: string;
74
+ outlineOffset: string;
75
+ outlineStyle: string;
76
+ outlineWidth: string;
77
+ };
78
+ _hover: {
79
+ borderRadius: string;
80
+ outlineColor: string;
81
+ outlineOffset: string;
82
+ outlineStyle: string;
83
+ outlineWidth: string;
84
+ };
85
+ _dark: {
86
+ color: string;
87
+ };
88
+ };
89
+ };
90
+ searchBtn: {
91
+ alignSelf: string;
92
+ backgroundColor: string;
93
+ borderColor: string;
94
+ borderRadius: string;
95
+ borderWidth: string;
96
+ height: {
97
+ base: string;
98
+ md: string;
99
+ };
100
+ marginTop: string;
101
+ marginEnd: string;
102
+ maxHeight: string;
103
+ svg: {
104
+ marginTop: string;
105
+ };
106
+ width: {
107
+ base: string;
108
+ md: string;
109
+ };
110
+ _focus: {
111
+ borderRadius: string;
112
+ outlineColor: string;
113
+ outlineOffset: string;
114
+ outlineStyle: string;
115
+ outlineWidth: string;
116
+ };
117
+ _hover: {
118
+ borderRadius: string;
119
+ outlineColor: string;
120
+ outlineOffset: string;
121
+ outlineStyle: string;
122
+ outlineWidth: string;
123
+ backgroundColor: string;
124
+ };
125
+ };
126
+ radio: {
127
+ backgroundColor: string;
128
+ border: string;
129
+ _focus: {
130
+ borderRadius: string;
131
+ outlineColor: string;
132
+ outlineOffset: string;
133
+ outlineStyle: string;
134
+ outlineWidth: string;
135
+ };
136
+ _hover: {
137
+ borderRadius: string;
138
+ outlineColor: string;
139
+ outlineOffset: string;
140
+ outlineStyle: string;
141
+ outlineWidth: string;
142
+ };
143
+ };
144
+ ".chakra-radio": {
145
+ alignItems: string;
146
+ };
147
+ ".chakra-radio__label": {
148
+ fontWeight: string;
149
+ };
150
+ mobileBtns: {
151
+ alignItems: string;
152
+ backgroundColor: string;
153
+ borderRadius: string;
154
+ display: string;
155
+ fontSize: string;
156
+ flex: string;
157
+ justifyContent: string;
158
+ padding: string;
159
+ svg: {
160
+ fill: string;
161
+ marginLeft: string;
162
+ };
163
+ _hover: {
164
+ backgroundColor: string;
165
+ };
166
+ _focus: {
167
+ borderRadius: string;
168
+ outlineColor: string;
169
+ outlineOffset: string;
170
+ outlineStyle: string;
171
+ outlineWidth: string;
172
+ };
173
+ };
174
+ _dark: {
175
+ bgColor: string;
176
+ color: string;
177
+ label: {
178
+ color: string;
179
+ };
180
+ };
181
+ };
182
+ };
183
+ export default HeaderSearchForm;
@@ -1,42 +1,42 @@
1
- declare const SitewideAlerts: {
2
- baseStyle: {
3
- backgroundColor: string;
4
- borderBottom: {
5
- base: string;
6
- md: string;
7
- };
8
- fontSize: string;
9
- fontWeight: string;
10
- lineHeight: string;
11
- minHeight: {
12
- base: string;
13
- md: string;
14
- };
15
- paddingX: string;
16
- ul: {
17
- marginBottom: string;
18
- a: {
19
- textDecoration: string;
20
- };
21
- p: {
22
- marginBottom: string;
23
- };
24
- _dark: {
25
- color: string;
26
- a: {
27
- color: string;
28
- _hover: {
29
- color: string;
30
- };
31
- };
32
- };
33
- };
34
- _dark: {
35
- backgroundColor: string;
36
- borderBottom: string;
37
- borderColor: string;
38
- color: string;
39
- };
40
- };
41
- };
42
- export default SitewideAlerts;
1
+ declare const SitewideAlerts: {
2
+ baseStyle: {
3
+ backgroundColor: string;
4
+ borderBottom: {
5
+ base: string;
6
+ md: string;
7
+ };
8
+ fontSize: string;
9
+ fontWeight: string;
10
+ lineHeight: string;
11
+ minHeight: {
12
+ base: string;
13
+ md: string;
14
+ };
15
+ paddingX: string;
16
+ ul: {
17
+ marginBottom: string;
18
+ a: {
19
+ textDecoration: string;
20
+ };
21
+ p: {
22
+ marginBottom: string;
23
+ };
24
+ _dark: {
25
+ color: string;
26
+ a: {
27
+ color: string;
28
+ _hover: {
29
+ color: string;
30
+ };
31
+ };
32
+ };
33
+ };
34
+ _dark: {
35
+ backgroundColor: string;
36
+ borderBottom: string;
37
+ borderColor: string;
38
+ color: string;
39
+ };
40
+ };
41
+ };
42
+ export default SitewideAlerts;