@nypl/design-system-react-components 1.0.0 → 1.0.3-beta

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 (296) hide show
  1. package/README.md +3 -5
  2. package/dist/components/Checkbox/Checkbox.d.ts +0 -1
  3. package/dist/components/ComponentWrapper/ComponentWrapper.d.ts +8 -0
  4. package/dist/components/Heading/Heading.d.ts +2 -0
  5. package/dist/components/Logo/Logo.d.ts +1 -1
  6. package/dist/components/Logo/LogoSvgs.d.ts +4 -0
  7. package/dist/components/Slider/Slider.d.ts +1 -2
  8. package/dist/components/TextInput/TextInput.d.ts +2 -1
  9. package/dist/design-system-react-components.cjs.development.js +1038 -674
  10. package/dist/design-system-react-components.cjs.development.js.map +1 -1
  11. package/dist/design-system-react-components.cjs.production.min.js +1 -1
  12. package/dist/design-system-react-components.cjs.production.min.js.map +1 -1
  13. package/dist/design-system-react-components.esm.js +1039 -675
  14. package/dist/design-system-react-components.esm.js.map +1 -1
  15. package/dist/hooks/{tests → __tests__}/useCarouselStyles.test.d.ts +0 -0
  16. package/dist/theme/components/button.d.ts +1 -0
  17. package/dist/theme/components/card.d.ts +98 -13
  18. package/dist/theme/components/checkboxGroup.d.ts +1 -1
  19. package/dist/theme/components/global.d.ts +2 -2
  20. package/dist/theme/components/heading.d.ts +4 -16
  21. package/dist/theme/components/image.d.ts +6 -0
  22. package/dist/theme/components/radio.d.ts +8 -0
  23. package/dist/theme/components/radioGroup.d.ts +1 -1
  24. package/dist/theme/components/skipNavigation.d.ts +3 -0
  25. package/dist/theme/components/structuredContent.d.ts +0 -5
  26. package/dist/theme/components/template.d.ts +4 -1
  27. package/dist/utils/utils.d.ts +15 -0
  28. package/package.json +6 -7
  29. package/CHANGELOG.md +0 -1399
  30. package/src/__tests__/fileMock.ts +0 -6
  31. package/src/__tests__/setup.ts +0 -27
  32. package/src/__tests__/utils/utils.test.ts +0 -18
  33. package/src/components/AccessibilityGuide/SkipNavigation.stories.mdx +0 -42
  34. package/src/components/Accordion/Accordion.stories.mdx +0 -361
  35. package/src/components/Accordion/Accordion.test.tsx +0 -237
  36. package/src/components/Accordion/Accordion.tsx +0 -136
  37. package/src/components/Accordion/__snapshots__/Accordion.test.tsx.snap +0 -734
  38. package/src/components/Autosuggest/Autosuggest.stories.mdx +0 -75
  39. package/src/components/Autosuggest/Autosuggest.stories.tsx +0 -211
  40. package/src/components/Autosuggest/_Autosuggest.scss +0 -51
  41. package/src/components/Breadcrumbs/Breadcrumbs.stories.mdx +0 -231
  42. package/src/components/Breadcrumbs/Breadcrumbs.test.tsx +0 -144
  43. package/src/components/Breadcrumbs/Breadcrumbs.tsx +0 -98
  44. package/src/components/Breadcrumbs/__snapshots__/Breadcrumbs.test.tsx.snap +0 -695
  45. package/src/components/Button/Button.stories.mdx +0 -320
  46. package/src/components/Button/Button.test.tsx +0 -184
  47. package/src/components/Button/Button.tsx +0 -95
  48. package/src/components/Button/__snapshots__/Button.test.tsx.snap +0 -106
  49. package/src/components/ButtonGroup/ButtonGroup.stories.mdx +0 -147
  50. package/src/components/ButtonGroup/ButtonGroup.test.tsx +0 -141
  51. package/src/components/ButtonGroup/ButtonGroup.tsx +0 -99
  52. package/src/components/ButtonGroup/__snapshots__/ButtonGroup.test.tsx.snap +0 -117
  53. package/src/components/Card/Card.stories.mdx +0 -1043
  54. package/src/components/Card/Card.test.tsx +0 -388
  55. package/src/components/Card/Card.tsx +0 -345
  56. package/src/components/Card/__snapshots__/Card.test.tsx.snap +0 -568
  57. package/src/components/Chakra/Box.stories.mdx +0 -52
  58. package/src/components/Chakra/Center.stories.mdx +0 -96
  59. package/src/components/Chakra/Flex.stories.mdx +0 -111
  60. package/src/components/Chakra/Grid.stories.mdx +0 -89
  61. package/src/components/Chakra/Stack.stories.mdx +0 -109
  62. package/src/components/Checkbox/Checkbox.stories.mdx +0 -243
  63. package/src/components/Checkbox/Checkbox.test.tsx +0 -319
  64. package/src/components/Checkbox/Checkbox.tsx +0 -166
  65. package/src/components/Checkbox/__snapshots__/Checkbox.test.tsx.snap +0 -616
  66. package/src/components/CheckboxGroup/CheckboxGroup.stories.mdx +0 -462
  67. package/src/components/CheckboxGroup/CheckboxGroup.test.tsx +0 -492
  68. package/src/components/CheckboxGroup/CheckboxGroup.tsx +0 -173
  69. package/src/components/CheckboxGroup/__snapshots__/CheckboxGroup.test.tsx.snap +0 -1722
  70. package/src/components/ComponentWrapper/ComponentWrapper.test.tsx +0 -163
  71. package/src/components/ComponentWrapper/ComponentWrapper.tsx +0 -67
  72. package/src/components/ComponentWrapper/__snapshots__/ComponentWrapper.test.tsx.snap +0 -98
  73. package/src/components/DatePicker/DatePicker.stories.mdx +0 -452
  74. package/src/components/DatePicker/DatePicker.test.tsx +0 -940
  75. package/src/components/DatePicker/DatePicker.tsx +0 -450
  76. package/src/components/DatePicker/_DatePicker.scss +0 -100
  77. package/src/components/DatePicker/__snapshots__/DatePicker.test.tsx.snap +0 -889
  78. package/src/components/Fieldset/Fieldset.stories.mdx +0 -96
  79. package/src/components/Fieldset/Fieldset.test.tsx +0 -155
  80. package/src/components/Fieldset/Fieldset.tsx +0 -55
  81. package/src/components/Fieldset/__snapshots__/Fieldset.test.tsx.snap +0 -89
  82. package/src/components/Form/Form.stories.mdx +0 -426
  83. package/src/components/Form/Form.test.tsx +0 -234
  84. package/src/components/Form/Form.tsx +0 -124
  85. package/src/components/Form/__snapshots__/Form.test.tsx.snap +0 -115
  86. package/src/components/Grid/SimpleGrid.stories.mdx +0 -338
  87. package/src/components/Grid/SimpleGrid.test.tsx +0 -79
  88. package/src/components/Grid/SimpleGrid.tsx +0 -49
  89. package/src/components/Grid/__snapshots__/SimpleGrid.test.tsx.snap +0 -23
  90. package/src/components/Heading/Heading.stories.mdx +0 -184
  91. package/src/components/Heading/Heading.test.tsx +0 -171
  92. package/src/components/Heading/Heading.tsx +0 -101
  93. package/src/components/Heading/__snapshots__/Heading.test.tsx.snap +0 -90
  94. package/src/components/HelperErrorText/HelperErrorText.stories.mdx +0 -172
  95. package/src/components/HelperErrorText/HelperErrorText.test.tsx +0 -114
  96. package/src/components/HelperErrorText/HelperErrorText.tsx +0 -62
  97. package/src/components/HelperErrorText/__snapshots__/HelperErrorText.test.tsx.snap +0 -93
  98. package/src/components/Hero/Hero.stories.mdx +0 -378
  99. package/src/components/Hero/Hero.test.tsx +0 -611
  100. package/src/components/Hero/Hero.tsx +0 -203
  101. package/src/components/Hero/__snapshots__/Hero.test.tsx.snap +0 -379
  102. package/src/components/HorizontalRule/HorizontalRule.stories.mdx +0 -73
  103. package/src/components/HorizontalRule/HorizontalRule.test.tsx +0 -54
  104. package/src/components/HorizontalRule/HorizontalRule.tsx +0 -27
  105. package/src/components/HorizontalRule/__snapshots__/HorizontalRule.test.tsx.snap +0 -44
  106. package/src/components/Icons/Icon.stories.mdx +0 -413
  107. package/src/components/Icons/Icon.test.tsx +0 -120
  108. package/src/components/Icons/Icon.tsx +0 -187
  109. package/src/components/Icons/IconSvgs.tsx +0 -64
  110. package/src/components/Icons/__snapshots__/Icon.test.tsx.snap +0 -129
  111. package/src/components/Image/Image.stories.mdx +0 -332
  112. package/src/components/Image/Image.test.tsx +0 -155
  113. package/src/components/Image/Image.tsx +0 -171
  114. package/src/components/Image/__snapshots__/Image.test.tsx.snap +0 -269
  115. package/src/components/Label/Label.stories.mdx +0 -100
  116. package/src/components/Label/Label.test.tsx +0 -116
  117. package/src/components/Label/Label.tsx +0 -55
  118. package/src/components/Label/__snapshots__/Label.test.tsx.snap +0 -45
  119. package/src/components/Link/Link.stories.mdx +0 -249
  120. package/src/components/Link/Link.test.tsx +0 -224
  121. package/src/components/Link/Link.tsx +0 -178
  122. package/src/components/Link/__snapshots__/Link.test.tsx.snap +0 -286
  123. package/src/components/List/List.stories.mdx +0 -393
  124. package/src/components/List/List.test.tsx +0 -265
  125. package/src/components/List/List.tsx +0 -156
  126. package/src/components/List/__snapshots__/List.test.tsx.snap +0 -213
  127. package/src/components/Logo/Logo.stories.mdx +0 -290
  128. package/src/components/Logo/Logo.test.tsx +0 -116
  129. package/src/components/Logo/Logo.tsx +0 -147
  130. package/src/components/Logo/LogoSvgs.tsx +0 -82
  131. package/src/components/Logo/__snapshots__/Logo.test.tsx.snap +0 -142
  132. package/src/components/Modal/Modal.stories.mdx +0 -301
  133. package/src/components/Modal/Modal.test.tsx +0 -157
  134. package/src/components/Modal/Modal.tsx +0 -154
  135. package/src/components/Modal/__snapshots__/Modal.test.tsx.snap +0 -25
  136. package/src/components/Notification/Notification.stories.mdx +0 -358
  137. package/src/components/Notification/Notification.test.tsx +0 -279
  138. package/src/components/Notification/Notification.tsx +0 -224
  139. package/src/components/Notification/__snapshots__/Notification.test.tsx.snap +0 -525
  140. package/src/components/Pagination/Pagination.stories.mdx +0 -184
  141. package/src/components/Pagination/Pagination.test.tsx +0 -419
  142. package/src/components/Pagination/Pagination.tsx +0 -269
  143. package/src/components/Pagination/__snapshots__/Pagination.test.tsx.snap +0 -544
  144. package/src/components/Placeholder/Placeholder.tsx +0 -19
  145. package/src/components/ProgressIndicator/ProgressIndicator.stories.mdx +0 -360
  146. package/src/components/ProgressIndicator/ProgressIndicator.test.tsx +0 -298
  147. package/src/components/ProgressIndicator/ProgressIndicator.tsx +0 -132
  148. package/src/components/ProgressIndicator/__snapshots__/ProgressIndicator.test.tsx.snap +0 -434
  149. package/src/components/Radio/Radio.stories.mdx +0 -216
  150. package/src/components/Radio/Radio.test.tsx +0 -247
  151. package/src/components/Radio/Radio.tsx +0 -128
  152. package/src/components/Radio/__snapshots__/Radio.test.tsx.snap +0 -411
  153. package/src/components/RadioGroup/RadioGroup.stories.mdx +0 -478
  154. package/src/components/RadioGroup/RadioGroup.test.tsx +0 -471
  155. package/src/components/RadioGroup/RadioGroup.tsx +0 -170
  156. package/src/components/RadioGroup/__snapshots__/RadioGroup.test.tsx.snap +0 -1430
  157. package/src/components/SearchBar/SearchBar.stories.mdx +0 -518
  158. package/src/components/SearchBar/SearchBar.test.tsx +0 -435
  159. package/src/components/SearchBar/SearchBar.tsx +0 -210
  160. package/src/components/SearchBar/__snapshots__/SearchBar.test.tsx.snap +0 -1027
  161. package/src/components/Select/Select.stories.mdx +0 -439
  162. package/src/components/Select/Select.test.tsx +0 -358
  163. package/src/components/Select/Select.tsx +0 -181
  164. package/src/components/Select/__snapshots__/Select.test.tsx.snap +0 -885
  165. package/src/components/SkeletonLoader/SkeletonLoader.stories.mdx +0 -142
  166. package/src/components/SkeletonLoader/SkeletonLoader.test.tsx +0 -116
  167. package/src/components/SkeletonLoader/SkeletonLoader.tsx +0 -123
  168. package/src/components/SkeletonLoader/__snapshots__/SkeletonLoader.test.tsx.snap +0 -898
  169. package/src/components/SkipNavigation/SkipNavigation.stories.mdx +0 -90
  170. package/src/components/SkipNavigation/SkipNavigation.test.tsx +0 -63
  171. package/src/components/SkipNavigation/SkipNavigation.tsx +0 -51
  172. package/src/components/SkipNavigation/__snapshots__/SkipNavigation.test.tsx.snap +0 -130
  173. package/src/components/Slider/Slider.stories.mdx +0 -628
  174. package/src/components/Slider/Slider.test.tsx +0 -736
  175. package/src/components/Slider/Slider.tsx +0 -322
  176. package/src/components/Slider/__snapshots__/Slider.test.tsx.snap +0 -2153
  177. package/src/components/StatusBadge/StatusBadge.stories.mdx +0 -109
  178. package/src/components/StatusBadge/StatusBadge.test.tsx +0 -70
  179. package/src/components/StatusBadge/StatusBadge.tsx +0 -35
  180. package/src/components/StatusBadge/__snapshots__/StatusBadge.test.tsx.snap +0 -47
  181. package/src/components/StructuredContent/StructuredContent.stories.mdx +0 -567
  182. package/src/components/StructuredContent/StructuredContent.test.tsx +0 -435
  183. package/src/components/StructuredContent/StructuredContent.tsx +0 -139
  184. package/src/components/StructuredContent/__snapshots__/StructuredContent.test.tsx.snap +0 -368
  185. package/src/components/StyleGuide/Bidirectionality.stories.mdx +0 -206
  186. package/src/components/StyleGuide/Breakpoints.stories.mdx +0 -55
  187. package/src/components/StyleGuide/Buttons.stories.mdx +0 -194
  188. package/src/components/StyleGuide/ColorCard.tsx +0 -43
  189. package/src/components/StyleGuide/Colors.stories.mdx +0 -201
  190. package/src/components/StyleGuide/DesignTokens.stories.mdx +0 -193
  191. package/src/components/StyleGuide/Forms.stories.mdx +0 -94
  192. package/src/components/StyleGuide/Iconography.stories.mdx +0 -142
  193. package/src/components/StyleGuide/Spacing.stories.mdx +0 -116
  194. package/src/components/StyleGuide/Typography.stories.mdx +0 -419
  195. package/src/components/Table/Table.stories.mdx +0 -276
  196. package/src/components/Table/Table.test.tsx +0 -208
  197. package/src/components/Table/Table.tsx +0 -131
  198. package/src/components/Table/__snapshots__/Table.test.tsx.snap +0 -1703
  199. package/src/components/Tabs/Tabs.stories.mdx +0 -338
  200. package/src/components/Tabs/Tabs.test.tsx +0 -298
  201. package/src/components/Tabs/Tabs.tsx +0 -264
  202. package/src/components/Tabs/__snapshots__/Tabs.test.tsx.snap +0 -584
  203. package/src/components/Template/Template.stories.mdx +0 -691
  204. package/src/components/Template/Template.test.tsx +0 -309
  205. package/src/components/Template/Template.tsx +0 -326
  206. package/src/components/Template/__snapshots__/Template.test.tsx.snap +0 -342
  207. package/src/components/Text/Text.stories.mdx +0 -103
  208. package/src/components/Text/Text.test.tsx +0 -63
  209. package/src/components/Text/Text.tsx +0 -50
  210. package/src/components/Text/__snapshots__/Text.test.tsx.snap +0 -50
  211. package/src/components/TextInput/TextInput.stories.mdx +0 -268
  212. package/src/components/TextInput/TextInput.test.tsx +0 -451
  213. package/src/components/TextInput/TextInput.tsx +0 -240
  214. package/src/components/TextInput/__snapshots__/TextInput.test.tsx.snap +0 -264
  215. package/src/components/Toggle/Toggle.stories.mdx +0 -237
  216. package/src/components/Toggle/Toggle.test.tsx +0 -170
  217. package/src/components/Toggle/Toggle.tsx +0 -126
  218. package/src/components/Toggle/__snapshots__/Toggle.test.tsx.snap +0 -442
  219. package/src/components/VideoPlayer/VideoPlayer.stories.mdx +0 -211
  220. package/src/components/VideoPlayer/VideoPlayer.test.tsx +0 -308
  221. package/src/components/VideoPlayer/VideoPlayer.tsx +0 -188
  222. package/src/components/VideoPlayer/__snapshots__/VideoPlayer.test.tsx.snap +0 -187
  223. package/src/docs/Chakra.stories.mdx +0 -563
  224. package/src/docs/Welcome.stories.mdx +0 -148
  225. package/src/helpers/types.ts +0 -1
  226. package/src/hooks/tests/useCarouselStyles.test.ts +0 -140
  227. package/src/hooks/tests/useNYPLTheme.test.tsx +0 -36
  228. package/src/hooks/useCarouselStyles.stories.mdx +0 -30
  229. package/src/hooks/useCarouselStyles.ts +0 -35
  230. package/src/hooks/useNYPLTheme.stories.mdx +0 -98
  231. package/src/hooks/useNYPLTheme.ts +0 -91
  232. package/src/hooks/useWindowSize.stories.mdx +0 -23
  233. package/src/hooks/useWindowSize.ts +0 -40
  234. package/src/index.ts +0 -136
  235. package/src/resources.scss +0 -6
  236. package/src/styles/base/_01-breakpoints.scss +0 -27
  237. package/src/styles/base/_02-mixins.scss +0 -103
  238. package/src/styles/base/_place-holder.scss +0 -33
  239. package/src/styles/space/_space-inline.scss +0 -79
  240. package/src/styles/space/_space-inset.scss +0 -57
  241. package/src/styles/space/_space-stack.scss +0 -116
  242. package/src/styles.scss +0 -23
  243. package/src/theme/components/accordion.ts +0 -25
  244. package/src/theme/components/breadcrumb.ts +0 -94
  245. package/src/theme/components/button.ts +0 -132
  246. package/src/theme/components/buttonGroup.ts +0 -10
  247. package/src/theme/components/card.ts +0 -231
  248. package/src/theme/components/checkbox.ts +0 -110
  249. package/src/theme/components/checkboxGroup.ts +0 -10
  250. package/src/theme/components/componentWrapper.ts +0 -14
  251. package/src/theme/components/customTable.ts +0 -77
  252. package/src/theme/components/datePicker.ts +0 -17
  253. package/src/theme/components/fieldset.ts +0 -23
  254. package/src/theme/components/global.ts +0 -91
  255. package/src/theme/components/globalMixins.ts +0 -24
  256. package/src/theme/components/heading.ts +0 -79
  257. package/src/theme/components/helperErrorText.ts +0 -14
  258. package/src/theme/components/hero.ts +0 -238
  259. package/src/theme/components/horizontalRule.ts +0 -17
  260. package/src/theme/components/icon.ts +0 -88
  261. package/src/theme/components/image.ts +0 -135
  262. package/src/theme/components/label.ts +0 -15
  263. package/src/theme/components/link.ts +0 -63
  264. package/src/theme/components/list.ts +0 -88
  265. package/src/theme/components/logo.ts +0 -58
  266. package/src/theme/components/notification.ts +0 -132
  267. package/src/theme/components/pagination.ts +0 -17
  268. package/src/theme/components/progressIndicator.ts +0 -67
  269. package/src/theme/components/radio.ts +0 -103
  270. package/src/theme/components/radioGroup.ts +0 -10
  271. package/src/theme/components/searchBar.ts +0 -19
  272. package/src/theme/components/select.ts +0 -72
  273. package/src/theme/components/skeletonLoader.ts +0 -113
  274. package/src/theme/components/skipNavigation.ts +0 -26
  275. package/src/theme/components/slider.ts +0 -95
  276. package/src/theme/components/statusBadge.ts +0 -26
  277. package/src/theme/components/structuredContent.ts +0 -149
  278. package/src/theme/components/tabs.ts +0 -109
  279. package/src/theme/components/template.ts +0 -114
  280. package/src/theme/components/text.ts +0 -38
  281. package/src/theme/components/textInput.ts +0 -65
  282. package/src/theme/components/toggle.ts +0 -109
  283. package/src/theme/components/videoPlayer.ts +0 -47
  284. package/src/theme/foundations/breakpoints.ts +0 -24
  285. package/src/theme/foundations/colors.ts +0 -212
  286. package/src/theme/foundations/global.ts +0 -43
  287. package/src/theme/foundations/radii.ts +0 -7
  288. package/src/theme/foundations/shadows.ts +0 -5
  289. package/src/theme/foundations/spacing.ts +0 -136
  290. package/src/theme/foundations/typography.ts +0 -107
  291. package/src/theme/index.ts +0 -131
  292. package/src/theme/provider.tsx +0 -9
  293. package/src/theme/types.ts +0 -1
  294. package/src/utils/componentCategories.ts +0 -152
  295. package/src/utils/interfaces.ts +0 -5
  296. package/src/utils/utils.ts +0 -44
@@ -1,1027 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`SearchBar renders the UI snapshot correctly 1`] = `
4
- <div
5
- className="css-1xdhyk6"
6
- >
7
- <form
8
- aria-label="SearchBar label - Search for items in Animal Crossing New Horizons"
9
- className="css-1xdhyk6"
10
- id="searchbar-form-basic"
11
- onSubmit={[MockFunction]}
12
- role="search"
13
- >
14
- <div
15
- className="css-1xdhyk6"
16
- >
17
- <input
18
- aria-label="Item Search"
19
- className="chakra-input css-0"
20
- disabled={false}
21
- id="searchbar-textinput-basic"
22
- name="textInputName"
23
- onBlur={[Function]}
24
- onChange={[MockFunction]}
25
- onFocus={[Function]}
26
- placeholder="Item Search "
27
- required={false}
28
- step={null}
29
- type="text"
30
- />
31
-
32
- </div>
33
- <button
34
- className="chakra-button css-1me3d5y"
35
- data-testid="button"
36
- id="searchbar-button-basic"
37
- type="submit"
38
- >
39
- <svg
40
- aria-hidden={true}
41
- className="chakra-icon css-1grhd2q"
42
- focusable={false}
43
- id="searchbar-icon-basic"
44
- role="img"
45
- title="search icon"
46
- viewBox="0 0 24 24"
47
- >
48
- <g
49
- stroke="currentColor"
50
- strokeWidth="1.5"
51
- >
52
- <path
53
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
54
- fill="none"
55
- strokeLinecap="round"
56
- />
57
- <path
58
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
59
- fill="currentColor"
60
- strokeLinecap="round"
61
- />
62
- <circle
63
- cx="12"
64
- cy="12"
65
- fill="none"
66
- r="11.25"
67
- strokeMiterlimit="10"
68
- />
69
- </g>
70
- </svg>
71
- Search
72
- </button>
73
- </form>
74
- <div
75
- aria-atomic={true}
76
- aria-live="off"
77
- className="css-1xdhyk6"
78
- dangerouslySetInnerHTML={
79
- Object {
80
- "__html": "Search for items in Animal Crossing New Horizons",
81
- }
82
- }
83
- data-isinvalid={false}
84
- id="basic-helperText"
85
- />
86
- </div>
87
- `;
88
-
89
- exports[`SearchBar renders the UI snapshot correctly 2`] = `
90
- <div
91
- className="css-1xdhyk6"
92
- >
93
- <form
94
- aria-label="SearchBar label - Search for items in Animal Crossing New Horizons"
95
- className="css-1xdhyk6"
96
- id="searchbar-form-withSelect"
97
- onSubmit={[MockFunction]}
98
- role="search"
99
- >
100
- <div
101
- className="css-1xdhyk6"
102
- >
103
- <div
104
- className="css-0"
105
- >
106
- <div
107
- className="chakra-select__wrapper css-42b2qy"
108
- >
109
- <select
110
- aria-label="Select a category"
111
- className="chakra-select css-1ik61og"
112
- disabled={false}
113
- id="searchbar-select-withSelect"
114
- name="selectName"
115
- onBlur={[Function]}
116
- onChange={[Function]}
117
- onFocus={[Function]}
118
- required={false}
119
- value="Songs"
120
- >
121
- <option
122
- value="Art"
123
- >
124
- Art
125
- </option>
126
- <option
127
- value="Bushes"
128
- >
129
- Bushes
130
- </option>
131
- <option
132
- value="Clothing"
133
- >
134
- Clothing
135
- </option>
136
- <option
137
- value="Flowers"
138
- >
139
- Flowers
140
- </option>
141
- <option
142
- value="Fossils"
143
- >
144
- Fossils
145
- </option>
146
- <option
147
- value="Fruits"
148
- >
149
- Fruits
150
- </option>
151
- <option
152
- value="Furniture"
153
- >
154
- Furniture
155
- </option>
156
- <option
157
- value="Songs"
158
- >
159
- Songs
160
- </option>
161
- <option
162
- value="Tools"
163
- >
164
- Tools
165
- </option>
166
- <option
167
- value="Villagers"
168
- >
169
- Villagers
170
- </option>
171
- </select>
172
- <div
173
- className="chakra-select__icon-wrapper css-162mkon"
174
- >
175
- <svg
176
- aria-hidden={true}
177
- className="chakra-icon chakra-select__icon css-1grhd2q"
178
- focusable={false}
179
- id="searchbar-select-withSelect-icon"
180
- role="presentation"
181
- style={
182
- Object {
183
- "color": "currentColor",
184
- "height": "1em",
185
- "width": "1em",
186
- }
187
- }
188
- title="arrow icon"
189
- viewBox="0 0 24 24"
190
- >
191
- <g
192
- stroke="currentColor"
193
- strokeWidth="1.5"
194
- >
195
- <path
196
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
197
- fill="none"
198
- strokeLinecap="round"
199
- />
200
- <path
201
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
202
- fill="currentColor"
203
- strokeLinecap="round"
204
- />
205
- <circle
206
- cx="12"
207
- cy="12"
208
- fill="none"
209
- r="11.25"
210
- strokeMiterlimit="10"
211
- />
212
- </g>
213
- </svg>
214
- </div>
215
- </div>
216
- </div>
217
-
218
- </div>
219
- <div
220
- className="css-1xdhyk6"
221
- >
222
- <input
223
- aria-label="Item Search"
224
- className="chakra-input css-0"
225
- disabled={false}
226
- id="searchbar-textinput-withSelect"
227
- name="textInputName"
228
- onBlur={[Function]}
229
- onChange={[MockFunction]}
230
- onFocus={[Function]}
231
- placeholder="Item Search "
232
- required={false}
233
- step={null}
234
- type="text"
235
- />
236
-
237
- </div>
238
- <button
239
- className="chakra-button css-1me3d5y"
240
- data-testid="button"
241
- id="searchbar-button-withSelect"
242
- type="submit"
243
- >
244
- <svg
245
- aria-hidden={true}
246
- className="chakra-icon css-1grhd2q"
247
- focusable={false}
248
- id="searchbar-icon-withSelect"
249
- role="img"
250
- title="search icon"
251
- viewBox="0 0 24 24"
252
- >
253
- <g
254
- stroke="currentColor"
255
- strokeWidth="1.5"
256
- >
257
- <path
258
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
259
- fill="none"
260
- strokeLinecap="round"
261
- />
262
- <path
263
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
264
- fill="currentColor"
265
- strokeLinecap="round"
266
- />
267
- <circle
268
- cx="12"
269
- cy="12"
270
- fill="none"
271
- r="11.25"
272
- strokeMiterlimit="10"
273
- />
274
- </g>
275
- </svg>
276
- Search
277
- </button>
278
- </form>
279
- <div
280
- aria-atomic={true}
281
- aria-live="off"
282
- className="css-1xdhyk6"
283
- dangerouslySetInnerHTML={
284
- Object {
285
- "__html": "Search for items in Animal Crossing New Horizons",
286
- }
287
- }
288
- data-isinvalid={false}
289
- id="withSelect-helperText"
290
- />
291
- </div>
292
- `;
293
-
294
- exports[`SearchBar renders the UI snapshot correctly 3`] = `
295
- <div
296
- className="css-1xdhyk6"
297
- >
298
- <form
299
- aria-label="SearchBar label"
300
- className="css-1xdhyk6"
301
- id="searchbar-form-withoutHelperText"
302
- onSubmit={[MockFunction]}
303
- role="search"
304
- >
305
- <div
306
- className="css-1xdhyk6"
307
- >
308
- <input
309
- aria-label="Item Search"
310
- className="chakra-input css-0"
311
- disabled={false}
312
- id="searchbar-textinput-withoutHelperText"
313
- name="textInputName"
314
- onBlur={[Function]}
315
- onChange={[MockFunction]}
316
- onFocus={[Function]}
317
- placeholder="Item Search "
318
- required={false}
319
- step={null}
320
- type="text"
321
- />
322
-
323
- </div>
324
- <button
325
- className="chakra-button css-1me3d5y"
326
- data-testid="button"
327
- id="searchbar-button-withoutHelperText"
328
- type="submit"
329
- >
330
- <svg
331
- aria-hidden={true}
332
- className="chakra-icon css-1grhd2q"
333
- focusable={false}
334
- id="searchbar-icon-withoutHelperText"
335
- role="img"
336
- title="search icon"
337
- viewBox="0 0 24 24"
338
- >
339
- <g
340
- stroke="currentColor"
341
- strokeWidth="1.5"
342
- >
343
- <path
344
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
345
- fill="none"
346
- strokeLinecap="round"
347
- />
348
- <path
349
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
350
- fill="currentColor"
351
- strokeLinecap="round"
352
- />
353
- <circle
354
- cx="12"
355
- cy="12"
356
- fill="none"
357
- r="11.25"
358
- strokeMiterlimit="10"
359
- />
360
- </g>
361
- </svg>
362
- Search
363
- </button>
364
- </form>
365
- </div>
366
- `;
367
-
368
- exports[`SearchBar renders the UI snapshot correctly 4`] = `
369
- <div
370
- className="css-1xdhyk6"
371
- >
372
- <form
373
- aria-label="SearchBar label"
374
- className="css-1xdhyk6"
375
- id="searchbar-form-invalidState"
376
- onSubmit={[MockFunction]}
377
- role="search"
378
- >
379
- <div
380
- className="css-1xdhyk6"
381
- >
382
- <input
383
- aria-invalid={true}
384
- aria-label="Item Search - There is an error related to this field."
385
- className="chakra-input css-0"
386
- disabled={false}
387
- id="searchbar-textinput-invalidState"
388
- name="textInputName"
389
- onBlur={[Function]}
390
- onChange={[MockFunction]}
391
- onFocus={[Function]}
392
- placeholder="Item Search "
393
- required={false}
394
- step={null}
395
- type="text"
396
- />
397
- </div>
398
- <button
399
- className="chakra-button css-1me3d5y"
400
- data-testid="button"
401
- id="searchbar-button-invalidState"
402
- type="submit"
403
- >
404
- <svg
405
- aria-hidden={true}
406
- className="chakra-icon css-1grhd2q"
407
- focusable={false}
408
- id="searchbar-icon-invalidState"
409
- role="img"
410
- title="search icon"
411
- viewBox="0 0 24 24"
412
- >
413
- <g
414
- stroke="currentColor"
415
- strokeWidth="1.5"
416
- >
417
- <path
418
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
419
- fill="none"
420
- strokeLinecap="round"
421
- />
422
- <path
423
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
424
- fill="currentColor"
425
- strokeLinecap="round"
426
- />
427
- <circle
428
- cx="12"
429
- cy="12"
430
- fill="none"
431
- r="11.25"
432
- strokeMiterlimit="10"
433
- />
434
- </g>
435
- </svg>
436
- Search
437
- </button>
438
- </form>
439
- </div>
440
- `;
441
-
442
- exports[`SearchBar renders the UI snapshot correctly 5`] = `
443
- <div
444
- className="css-1xdhyk6"
445
- >
446
- <form
447
- aria-label="SearchBar label"
448
- className="css-1xdhyk6"
449
- id="searchbar-form-disabledState"
450
- onSubmit={[MockFunction]}
451
- role="search"
452
- >
453
- <div
454
- className="css-1xdhyk6"
455
- >
456
- <input
457
- aria-label="Item Search"
458
- className="chakra-input css-0"
459
- disabled={true}
460
- id="searchbar-textinput-disabledState"
461
- name="textInputName"
462
- onBlur={[Function]}
463
- onChange={[MockFunction]}
464
- onFocus={[Function]}
465
- placeholder="Item Search "
466
- required={false}
467
- step={null}
468
- type="text"
469
- />
470
-
471
- </div>
472
- <button
473
- className="chakra-button css-1me3d5y"
474
- data-testid="button"
475
- disabled={true}
476
- id="searchbar-button-disabledState"
477
- type="submit"
478
- >
479
- <svg
480
- aria-hidden={true}
481
- className="chakra-icon css-1grhd2q"
482
- focusable={false}
483
- id="searchbar-icon-disabledState"
484
- role="img"
485
- title="search icon"
486
- viewBox="0 0 24 24"
487
- >
488
- <g
489
- stroke="currentColor"
490
- strokeWidth="1.5"
491
- >
492
- <path
493
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
494
- fill="none"
495
- strokeLinecap="round"
496
- />
497
- <path
498
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
499
- fill="currentColor"
500
- strokeLinecap="round"
501
- />
502
- <circle
503
- cx="12"
504
- cy="12"
505
- fill="none"
506
- r="11.25"
507
- strokeMiterlimit="10"
508
- />
509
- </g>
510
- </svg>
511
- Search
512
- </button>
513
- </form>
514
- </div>
515
- `;
516
-
517
- exports[`SearchBar renders the UI snapshot correctly 6`] = `
518
- <div
519
- className="css-1xdhyk6"
520
- >
521
- <form
522
- aria-label="SearchBar label"
523
- className="css-1xdhyk6"
524
- id="searchbar-form-requiredState"
525
- onSubmit={[MockFunction]}
526
- role="search"
527
- >
528
- <div
529
- className="css-1xdhyk6"
530
- >
531
- <input
532
- aria-label="Item Search"
533
- aria-required={true}
534
- className="chakra-input css-0"
535
- disabled={true}
536
- id="searchbar-textinput-requiredState"
537
- name="textInputName"
538
- onBlur={[Function]}
539
- onChange={[MockFunction]}
540
- onFocus={[Function]}
541
- placeholder="Item Search (Required)"
542
- required={true}
543
- step={null}
544
- type="text"
545
- />
546
-
547
- </div>
548
- <button
549
- className="chakra-button css-1me3d5y"
550
- data-testid="button"
551
- disabled={true}
552
- id="searchbar-button-requiredState"
553
- type="submit"
554
- >
555
- <svg
556
- aria-hidden={true}
557
- className="chakra-icon css-1grhd2q"
558
- focusable={false}
559
- id="searchbar-icon-requiredState"
560
- role="img"
561
- title="search icon"
562
- viewBox="0 0 24 24"
563
- >
564
- <g
565
- stroke="currentColor"
566
- strokeWidth="1.5"
567
- >
568
- <path
569
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
570
- fill="none"
571
- strokeLinecap="round"
572
- />
573
- <path
574
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
575
- fill="currentColor"
576
- strokeLinecap="round"
577
- />
578
- <circle
579
- cx="12"
580
- cy="12"
581
- fill="none"
582
- r="11.25"
583
- strokeMiterlimit="10"
584
- />
585
- </g>
586
- </svg>
587
- Search
588
- </button>
589
- </form>
590
- </div>
591
- `;
592
-
593
- exports[`SearchBar renders the UI snapshot correctly 7`] = `
594
- <div
595
- className="css-1xdhyk6"
596
- >
597
- <form
598
- aria-label="SearchBar label"
599
- className="css-1xdhyk6"
600
- id="searchbar-form-noBrandButtonType"
601
- onSubmit={[MockFunction]}
602
- role="search"
603
- >
604
- <div
605
- className="css-1xdhyk6"
606
- >
607
- <input
608
- aria-label="Item Search"
609
- aria-required={true}
610
- className="chakra-input css-0"
611
- disabled={true}
612
- id="searchbar-textinput-noBrandButtonType"
613
- name="textInputName"
614
- onBlur={[Function]}
615
- onChange={[MockFunction]}
616
- onFocus={[Function]}
617
- placeholder="Item Search (Required)"
618
- required={true}
619
- step={null}
620
- type="text"
621
- />
622
-
623
- </div>
624
- <button
625
- className="chakra-button css-1me3d5y"
626
- data-testid="button"
627
- disabled={true}
628
- id="searchbar-button-noBrandButtonType"
629
- type="submit"
630
- >
631
- <svg
632
- aria-hidden={true}
633
- className="chakra-icon css-1grhd2q"
634
- focusable={false}
635
- id="searchbar-icon-noBrandButtonType"
636
- role="img"
637
- title="search icon"
638
- viewBox="0 0 24 24"
639
- >
640
- <g
641
- stroke="currentColor"
642
- strokeWidth="1.5"
643
- >
644
- <path
645
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
646
- fill="none"
647
- strokeLinecap="round"
648
- />
649
- <path
650
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
651
- fill="currentColor"
652
- strokeLinecap="round"
653
- />
654
- <circle
655
- cx="12"
656
- cy="12"
657
- fill="none"
658
- r="11.25"
659
- strokeMiterlimit="10"
660
- />
661
- </g>
662
- </svg>
663
- Search
664
- </button>
665
- </form>
666
- </div>
667
- `;
668
-
669
- exports[`SearchBar renders the UI snapshot correctly 8`] = `
670
- <div
671
- className="css-1xdhyk6"
672
- >
673
- <h2
674
- className="chakra-heading css-1xdhyk6"
675
- id="withHeading-heading"
676
- >
677
- A Heading
678
- </h2>
679
- <form
680
- aria-label="SearchBar label"
681
- className="css-1xdhyk6"
682
- id="searchbar-form-withHeading"
683
- onSubmit={[MockFunction]}
684
- role="search"
685
- >
686
- <button
687
- className="chakra-button css-1me3d5y"
688
- data-testid="button"
689
- id="searchbar-button-withHeading"
690
- type="submit"
691
- >
692
- <svg
693
- aria-hidden={true}
694
- className="chakra-icon css-1grhd2q"
695
- focusable={false}
696
- id="searchbar-icon-withHeading"
697
- role="img"
698
- title="search icon"
699
- viewBox="0 0 24 24"
700
- >
701
- <g
702
- stroke="currentColor"
703
- strokeWidth="1.5"
704
- >
705
- <path
706
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
707
- fill="none"
708
- strokeLinecap="round"
709
- />
710
- <path
711
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
712
- fill="currentColor"
713
- strokeLinecap="round"
714
- />
715
- <circle
716
- cx="12"
717
- cy="12"
718
- fill="none"
719
- r="11.25"
720
- strokeMiterlimit="10"
721
- />
722
- </g>
723
- </svg>
724
- Search
725
- </button>
726
- </form>
727
- </div>
728
- `;
729
-
730
- exports[`SearchBar renders the UI snapshot correctly 9`] = `
731
- <div
732
- className="css-1xdhyk6"
733
- >
734
- <p
735
- className="chakra-text css-1xdhyk6"
736
- >
737
- A description
738
- </p>
739
- <form
740
- aria-label="SearchBar label"
741
- className="css-1xdhyk6"
742
- id="searchbar-form-withDescription"
743
- onSubmit={[MockFunction]}
744
- role="search"
745
- >
746
- <button
747
- className="chakra-button css-1me3d5y"
748
- data-testid="button"
749
- id="searchbar-button-withDescription"
750
- type="submit"
751
- >
752
- <svg
753
- aria-hidden={true}
754
- className="chakra-icon css-1grhd2q"
755
- focusable={false}
756
- id="searchbar-icon-withDescription"
757
- role="img"
758
- title="search icon"
759
- viewBox="0 0 24 24"
760
- >
761
- <g
762
- stroke="currentColor"
763
- strokeWidth="1.5"
764
- >
765
- <path
766
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
767
- fill="none"
768
- strokeLinecap="round"
769
- />
770
- <path
771
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
772
- fill="currentColor"
773
- strokeLinecap="round"
774
- />
775
- <circle
776
- cx="12"
777
- cy="12"
778
- fill="none"
779
- r="11.25"
780
- strokeMiterlimit="10"
781
- />
782
- </g>
783
- </svg>
784
- Search
785
- </button>
786
- </form>
787
- </div>
788
- `;
789
-
790
- exports[`SearchBar renders the UI snapshot correctly 10`] = `
791
- <div
792
- className="css-1xdhyk6"
793
- >
794
- <h2
795
- className="chakra-heading css-1xdhyk6"
796
- id="withHeadingAndDescription-heading"
797
- >
798
- A Heading
799
- </h2>
800
- <p
801
- className="chakra-text css-1xdhyk6"
802
- >
803
- A description
804
- </p>
805
- <form
806
- aria-label="SearchBar label"
807
- className="css-1xdhyk6"
808
- id="searchbar-form-withHeadingAndDescription"
809
- onSubmit={[MockFunction]}
810
- role="search"
811
- >
812
- <button
813
- className="chakra-button css-1me3d5y"
814
- data-testid="button"
815
- id="searchbar-button-withHeadingAndDescription"
816
- type="submit"
817
- >
818
- <svg
819
- aria-hidden={true}
820
- className="chakra-icon css-1grhd2q"
821
- focusable={false}
822
- id="searchbar-icon-withHeadingAndDescription"
823
- role="img"
824
- title="search icon"
825
- viewBox="0 0 24 24"
826
- >
827
- <g
828
- stroke="currentColor"
829
- strokeWidth="1.5"
830
- >
831
- <path
832
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
833
- fill="none"
834
- strokeLinecap="round"
835
- />
836
- <path
837
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
838
- fill="currentColor"
839
- strokeLinecap="round"
840
- />
841
- <circle
842
- cx="12"
843
- cy="12"
844
- fill="none"
845
- r="11.25"
846
- strokeMiterlimit="10"
847
- />
848
- </g>
849
- </svg>
850
- Search
851
- </button>
852
- </form>
853
- </div>
854
- `;
855
-
856
- exports[`SearchBar renders the UI snapshot correctly 11`] = `
857
- <div
858
- className="css-1xdhyk6"
859
- >
860
- <form
861
- aria-label="SearchBar label - Search for items in Animal Crossing New Horizons"
862
- className="css-kle7zy"
863
- id="searchbar-form-chakra"
864
- onSubmit={[MockFunction]}
865
- role="search"
866
- >
867
- <div
868
- className="css-1xdhyk6"
869
- >
870
- <input
871
- aria-label="Item Search"
872
- className="chakra-input css-0"
873
- disabled={false}
874
- id="searchbar-textinput-chakra"
875
- name="textInputName"
876
- onBlur={[Function]}
877
- onChange={[MockFunction]}
878
- onFocus={[Function]}
879
- placeholder="Item Search "
880
- required={false}
881
- step={null}
882
- type="text"
883
- />
884
-
885
- </div>
886
- <button
887
- className="chakra-button css-1me3d5y"
888
- data-testid="button"
889
- id="searchbar-button-chakra"
890
- type="submit"
891
- >
892
- <svg
893
- aria-hidden={true}
894
- className="chakra-icon css-1grhd2q"
895
- focusable={false}
896
- id="searchbar-icon-chakra"
897
- role="img"
898
- title="search icon"
899
- viewBox="0 0 24 24"
900
- >
901
- <g
902
- stroke="currentColor"
903
- strokeWidth="1.5"
904
- >
905
- <path
906
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
907
- fill="none"
908
- strokeLinecap="round"
909
- />
910
- <path
911
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
912
- fill="currentColor"
913
- strokeLinecap="round"
914
- />
915
- <circle
916
- cx="12"
917
- cy="12"
918
- fill="none"
919
- r="11.25"
920
- strokeMiterlimit="10"
921
- />
922
- </g>
923
- </svg>
924
- Search
925
- </button>
926
- </form>
927
- <div
928
- aria-atomic={true}
929
- aria-live="off"
930
- className="css-1xdhyk6"
931
- dangerouslySetInnerHTML={
932
- Object {
933
- "__html": "Search for items in Animal Crossing New Horizons",
934
- }
935
- }
936
- data-isinvalid={false}
937
- id="chakra-helperText"
938
- />
939
- </div>
940
- `;
941
-
942
- exports[`SearchBar renders the UI snapshot correctly 12`] = `
943
- <div
944
- className="css-1xdhyk6"
945
- data-testid="props"
946
- >
947
- <form
948
- aria-label="SearchBar label - Search for items in Animal Crossing New Horizons"
949
- className="css-1xdhyk6"
950
- id="searchbar-form-props"
951
- onSubmit={[MockFunction]}
952
- role="search"
953
- >
954
- <div
955
- className="css-1xdhyk6"
956
- >
957
- <input
958
- aria-label="Item Search"
959
- className="chakra-input css-0"
960
- disabled={false}
961
- id="searchbar-textinput-props"
962
- name="textInputName"
963
- onBlur={[Function]}
964
- onChange={[MockFunction]}
965
- onFocus={[Function]}
966
- placeholder="Item Search "
967
- required={false}
968
- step={null}
969
- type="text"
970
- />
971
-
972
- </div>
973
- <button
974
- className="chakra-button css-1me3d5y"
975
- data-testid="button"
976
- id="searchbar-button-props"
977
- type="submit"
978
- >
979
- <svg
980
- aria-hidden={true}
981
- className="chakra-icon css-1grhd2q"
982
- focusable={false}
983
- id="searchbar-icon-props"
984
- role="img"
985
- title="search icon"
986
- viewBox="0 0 24 24"
987
- >
988
- <g
989
- stroke="currentColor"
990
- strokeWidth="1.5"
991
- >
992
- <path
993
- d="M9,9a3,3,0,1,1,4,2.829,1.5,1.5,0,0,0-1,1.415V14.25"
994
- fill="none"
995
- strokeLinecap="round"
996
- />
997
- <path
998
- d="M12,17.25a.375.375,0,1,0,.375.375A.375.375,0,0,0,12,17.25h0"
999
- fill="currentColor"
1000
- strokeLinecap="round"
1001
- />
1002
- <circle
1003
- cx="12"
1004
- cy="12"
1005
- fill="none"
1006
- r="11.25"
1007
- strokeMiterlimit="10"
1008
- />
1009
- </g>
1010
- </svg>
1011
- Search
1012
- </button>
1013
- </form>
1014
- <div
1015
- aria-atomic={true}
1016
- aria-live="off"
1017
- className="css-1xdhyk6"
1018
- dangerouslySetInnerHTML={
1019
- Object {
1020
- "__html": "Search for items in Animal Crossing New Horizons",
1021
- }
1022
- }
1023
- data-isinvalid={false}
1024
- id="props-helperText"
1025
- />
1026
- </div>
1027
- `;