@dotss/ui 0.0.7 β†’ 0.0.8

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 (1288) hide show
  1. package/package.json +2 -2
  2. package/.storybook/main.ts +0 -21
  3. package/.storybook/manager-head.html +0 -6
  4. package/.storybook/manager.ts +0 -11
  5. package/.storybook/preview-head.html +0 -16
  6. package/.storybook/preview.tsx +0 -56
  7. package/.turbo/turbo-build.log +0 -510
  8. package/CHANGELOG.md +0 -9
  9. package/components/Accordion/Accordion.stories.tsx +0 -131
  10. package/components/Accordion/Accordion.styles.ts +0 -70
  11. package/components/Accordion/Accordion.tsx +0 -132
  12. package/components/Accordion/index.ts +0 -3
  13. package/components/Autocomplete/Autocomplete.stories.tsx +0 -317
  14. package/components/Autocomplete/Autocomplete.styles.ts +0 -5
  15. package/components/Autocomplete/Autocomplete.tsx +0 -217
  16. package/components/Autocomplete/index.ts +0 -3
  17. package/components/Backdrop/Backdrop.stories.tsx +0 -84
  18. package/components/Backdrop/Backdrop.styles.ts +0 -69
  19. package/components/Backdrop/Backdrop.tsx +0 -140
  20. package/components/Backdrop/index.ts +0 -3
  21. package/components/Badge/Badge.stories.tsx +0 -66
  22. package/components/Badge/Badge.styles.ts +0 -75
  23. package/components/Badge/Badge.tsx +0 -67
  24. package/components/Badge/index.ts +0 -3
  25. package/components/BottomSheet/BottomSheet.stories.tsx +0 -498
  26. package/components/BottomSheet/BottomSheet.styles.ts +0 -58
  27. package/components/BottomSheet/BottomSheet.tsx +0 -186
  28. package/components/BottomSheet/BottomSheetAction/BottomSheetAction.styles.ts +0 -21
  29. package/components/BottomSheet/BottomSheetAction/BottomSheetAction.tsx +0 -28
  30. package/components/BottomSheet/BottomSheetAction/index.ts +0 -3
  31. package/components/BottomSheet/BottomSheetContent/BottomSheetContent.styles.ts +0 -17
  32. package/components/BottomSheet/BottomSheetContent/BottomSheetContent.tsx +0 -28
  33. package/components/BottomSheet/BottomSheetContent/index.ts +0 -3
  34. package/components/BottomSheet/BottomSheetText/BottomSheetText.styles.ts +0 -33
  35. package/components/BottomSheet/BottomSheetText/BottomSheetText.tsx +0 -27
  36. package/components/BottomSheet/BottomSheetText/index.ts +0 -3
  37. package/components/BottomSheet/BottomSheetTitle/BottomSheetTitle.styles.ts +0 -53
  38. package/components/BottomSheet/BottomSheetTitle/BottomSheetTitle.tsx +0 -36
  39. package/components/BottomSheet/BottomSheetTitle/index.ts +0 -3
  40. package/components/BottomSheet/index.ts +0 -8
  41. package/components/Box/Box.stories.tsx +0 -39
  42. package/components/Box/Box.styles.ts +0 -59
  43. package/components/Box/Box.tsx +0 -35
  44. package/components/Box/index.ts +0 -3
  45. package/components/Button/Button.stories.tsx +0 -136
  46. package/components/Button/Button.styles.ts +0 -420
  47. package/components/Button/Button.test.tsx +0 -68
  48. package/components/Button/Button.tsx +0 -82
  49. package/components/Button/index.ts +0 -3
  50. package/components/Card/Card.stories.tsx +0 -87
  51. package/components/Card/Card.styles.ts +0 -146
  52. package/components/Card/Card.tsx +0 -54
  53. package/components/Card/index.ts +0 -3
  54. package/components/ChainPicker/ChainPicker.stories.tsx +0 -120
  55. package/components/ChainPicker/ChainPicker.styles.ts +0 -88
  56. package/components/ChainPicker/ChainPicker.tsx +0 -211
  57. package/components/ChainPicker/index.ts +0 -5
  58. package/components/Checkbox/Checkbox.stories.tsx +0 -52
  59. package/components/Checkbox/Checkbox.styles.tsx +0 -83
  60. package/components/Checkbox/Checkbox.tsx +0 -27
  61. package/components/Checkbox/index.ts +0 -3
  62. package/components/Chip/Chip.stories.tsx +0 -88
  63. package/components/Chip/Chip.styles.ts +0 -101
  64. package/components/Chip/Chip.tsx +0 -58
  65. package/components/Chip/index.ts +0 -3
  66. package/components/CircularProgressIndicator/CircularProgressIndicator.stories.tsx +0 -61
  67. package/components/CircularProgressIndicator/CircularProgressIndicator.styles.ts +0 -78
  68. package/components/CircularProgressIndicator/CircularProgressIndicator.tsx +0 -53
  69. package/components/CircularProgressIndicator/index.tsx +0 -3
  70. package/components/ClickAwayListener/ClickAwayListener.tsx +0 -35
  71. package/components/ClickAwayListener/index.ts +0 -3
  72. package/components/DatePicker/DatePicker.stories.tsx +0 -454
  73. package/components/DatePicker/DatePicker.styles.ts +0 -301
  74. package/components/DatePicker/DatePicker.tsx +0 -780
  75. package/components/DatePicker/index.ts +0 -6
  76. package/components/Dialog/Dialog.stories.tsx +0 -579
  77. package/components/Dialog/Dialog.styles.ts +0 -50
  78. package/components/Dialog/Dialog.tsx +0 -154
  79. package/components/Dialog/DialogAction/DialogAction.styles.ts +0 -14
  80. package/components/Dialog/DialogAction/DialogAction.tsx +0 -19
  81. package/components/Dialog/DialogAction/index.ts +0 -3
  82. package/components/Dialog/DialogContent/DialogContent.styles.ts +0 -10
  83. package/components/Dialog/DialogContent/DialogContent.tsx +0 -19
  84. package/components/Dialog/DialogContent/index.ts +0 -3
  85. package/components/Dialog/DialogText/DialogText.styles.ts +0 -33
  86. package/components/Dialog/DialogText/DialogText.tsx +0 -33
  87. package/components/Dialog/DialogText/index.ts +0 -3
  88. package/components/Dialog/DialogTitle/DialogTitle.styles.ts +0 -65
  89. package/components/Dialog/DialogTitle/DialogTitle.tsx +0 -34
  90. package/components/Dialog/DialogTitle/index.ts +0 -3
  91. package/components/Dialog/index.ts +0 -8
  92. package/components/Flexbox/Flexbox.stories.tsx +0 -117
  93. package/components/Flexbox/Flexbox.styles.ts +0 -80
  94. package/components/Flexbox/Flexbox.tsx +0 -47
  95. package/components/Flexbox/index.ts +0 -3
  96. package/components/FocusBoundary/FocusBoundary.tsx +0 -117
  97. package/components/FocusBoundary/index.ts +0 -3
  98. package/components/FormControlText/FormControlText.stories.tsx +0 -90
  99. package/components/FormControlText/FormControlText.styles.ts +0 -52
  100. package/components/FormControlText/FormControlText.tsx +0 -77
  101. package/components/FormControlText/index.tsx +0 -3
  102. package/components/Icon/Icon.stories.tsx +0 -51
  103. package/components/Icon/Icon.styles.ts +0 -51
  104. package/components/Icon/Icon.tsx +0 -81
  105. package/components/Icon/index.ts +0 -3
  106. package/components/IconButton/IconButton.stories.tsx +0 -45
  107. package/components/IconButton/IconButton.styles.ts +0 -354
  108. package/components/IconButton/IconButton.tsx +0 -54
  109. package/components/IconButton/index.ts +0 -3
  110. package/components/Label/Label.stories.tsx +0 -87
  111. package/components/Label/Label.styles.ts +0 -339
  112. package/components/Label/Label.tsx +0 -64
  113. package/components/Label/index.ts +0 -3
  114. package/components/LineProgressIndicator/LineProgressIndicator.stories.tsx +0 -80
  115. package/components/LineProgressIndicator/LineProgressIndicator.styles.ts +0 -62
  116. package/components/LineProgressIndicator/LineProgressIndicator.tsx +0 -40
  117. package/components/LineProgressIndicator/index.ts +0 -3
  118. package/components/Menu/Menu.stories.tsx +0 -743
  119. package/components/Menu/Menu.styles.ts +0 -67
  120. package/components/Menu/Menu.tsx +0 -261
  121. package/components/Menu/MenuBlock/MenuBlock.styles.ts +0 -118
  122. package/components/Menu/MenuBlock/MenuBlock.tsx +0 -72
  123. package/components/Menu/MenuBlock/index.ts +0 -3
  124. package/components/Menu/index.ts +0 -5
  125. package/components/NumberKeypad/NumberKeypad.stories.tsx +0 -113
  126. package/components/NumberKeypad/NumberKeypad.styles.ts +0 -14
  127. package/components/NumberKeypad/NumberKeypad.tsx +0 -57
  128. package/components/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.styles.ts +0 -114
  129. package/components/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.tsx +0 -30
  130. package/components/NumberKeypad/NumberKeypadBlock/index.ts +0 -3
  131. package/components/NumberKeypad/index.ts +0 -5
  132. package/components/PageControl/PageControl.stories.tsx +0 -39
  133. package/components/PageControl/PageControl.styles.ts +0 -41
  134. package/components/PageControl/PageControl.tsx +0 -42
  135. package/components/PageControl/index.ts +0 -3
  136. package/components/Radio/Radio.stories.tsx +0 -52
  137. package/components/Radio/Radio.styles.tsx +0 -78
  138. package/components/Radio/Radio.tsx +0 -27
  139. package/components/Radio/index.ts +0 -3
  140. package/components/SegmentedButton/SegmentedButton.stories.tsx +0 -216
  141. package/components/SegmentedButton/SegmentedButton.styles.ts +0 -21
  142. package/components/SegmentedButton/SegmentedButton.tsx +0 -76
  143. package/components/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.styles.ts +0 -179
  144. package/components/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.tsx +0 -71
  145. package/components/SegmentedButton/SegmentedButtonBlock/index.ts +0 -3
  146. package/components/SegmentedButton/index.ts +0 -5
  147. package/components/Select/Option/Option.styles.ts +0 -115
  148. package/components/Select/Option/Option.tsx +0 -66
  149. package/components/Select/Option/index.ts +0 -3
  150. package/components/Select/Select.stories.tsx +0 -273
  151. package/components/Select/Select.styles.ts +0 -159
  152. package/components/Select/Select.tsx +0 -310
  153. package/components/Select/index.ts +0 -5
  154. package/components/Skeleton/Skeleton.stories.tsx +0 -54
  155. package/components/Skeleton/Skeleton.styles.ts +0 -100
  156. package/components/Skeleton/Skeleton.tsx +0 -41
  157. package/components/Skeleton/index.ts +0 -3
  158. package/components/Slider/Slider.stories.tsx +0 -116
  159. package/components/Slider/Slider.styles.ts +0 -66
  160. package/components/Slider/Slider.tsx +0 -179
  161. package/components/Slider/index.ts +0 -3
  162. package/components/Snackbar/Snackbar.stories.tsx +0 -374
  163. package/components/Snackbar/Snackbar.styles.ts +0 -138
  164. package/components/Snackbar/Snackbar.tsx +0 -248
  165. package/components/Snackbar/index.ts +0 -3
  166. package/components/Switch/Switch.stories.tsx +0 -52
  167. package/components/Switch/Switch.styles.ts +0 -103
  168. package/components/Switch/Switch.tsx +0 -56
  169. package/components/Switch/index.ts +0 -3
  170. package/components/Tab/Tab.stories.tsx +0 -240
  171. package/components/Tab/Tab.styles.ts +0 -48
  172. package/components/Tab/Tab.tsx +0 -316
  173. package/components/Tab/TabBlock/TabBlock.styles.ts +0 -53
  174. package/components/Tab/TabBlock/TabBlock.tsx +0 -67
  175. package/components/Tab/TabBlock/index.ts +0 -3
  176. package/components/Tab/index.ts +0 -4
  177. package/components/TextArea/TextArea.stories.tsx +0 -102
  178. package/components/TextArea/TextArea.styles.ts +0 -186
  179. package/components/TextArea/TextArea.tsx +0 -130
  180. package/components/TextArea/index.ts +0 -3
  181. package/components/TextField/TextField.stories.tsx +0 -107
  182. package/components/TextField/TextField.styles.ts +0 -260
  183. package/components/TextField/TextField.test.tsx +0 -43
  184. package/components/TextField/TextField.tsx +0 -137
  185. package/components/TextField/index.ts +0 -3
  186. package/components/Tooltip/Tooltip.stories.tsx +0 -162
  187. package/components/Tooltip/Tooltip.styles.ts +0 -278
  188. package/components/Tooltip/Tooltip.tsx +0 -127
  189. package/components/Tooltip/index.ts +0 -3
  190. package/components/Typography/Typography.stories.tsx +0 -161
  191. package/components/Typography/Typography.styles.ts +0 -63
  192. package/components/Typography/Typography.tsx +0 -66
  193. package/components/Typography/index.ts +0 -3
  194. package/components/index.ts +0 -43
  195. package/core/GlobalStyle.tsx +0 -72
  196. package/core/ThemeContext.ts +0 -10
  197. package/core/ThemeProvider.tsx +0 -34
  198. package/core/useTheme.ts +0 -11
  199. package/deploy/deploy.env +0 -1
  200. package/deploy/deploy.sh +0 -102
  201. package/deploy/release_body.md +0 -3
  202. package/eslint.config.mjs +0 -10
  203. package/global.d.ts +0 -1
  204. package/hooks/index.ts +0 -1
  205. package/hooks/useCheckHoverPossible/useCheckHoverPossible.ts +0 -20
  206. package/index.ts +0 -1
  207. package/node_modules/@chromatic-com/storybook/LICENSE +0 -21
  208. package/node_modules/@chromatic-com/storybook/README.md +0 -61
  209. package/node_modules/@chromatic-com/storybook/dist/index.js +0 -5
  210. package/node_modules/@chromatic-com/storybook/dist/index.mjs +0 -3
  211. package/node_modules/@chromatic-com/storybook/dist/manager.mjs +0 -369
  212. package/node_modules/@chromatic-com/storybook/dist/preset.js +0 -679
  213. package/node_modules/@chromatic-com/storybook/package.json +0 -170
  214. package/node_modules/@chromatic-com/storybook/preset.js +0 -1
  215. package/node_modules/@chromatic-com/storybook/types.d.ts +0 -4
  216. package/node_modules/@emotion/react/LICENSE +0 -21
  217. package/node_modules/@emotion/react/README.md +0 -48
  218. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.default.js +0 -1
  219. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.js +0 -19
  220. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.mjs +0 -2
  221. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.default.js +0 -1
  222. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.js +0 -19
  223. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.mjs +0 -2
  224. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.esm.js +0 -11
  225. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js +0 -11
  226. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.d.mts +0 -3
  227. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.d.ts +0 -3
  228. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.default.d.ts +0 -1
  229. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.default.js +0 -1
  230. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.js +0 -19
  231. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.mjs +0 -2
  232. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.default.js +0 -1
  233. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.js +0 -19
  234. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.mjs +0 -2
  235. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.default.js +0 -1
  236. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.js +0 -19
  237. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.mjs +0 -2
  238. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.esm.js +0 -11
  239. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.esm.js +0 -11
  240. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.default.js +0 -1
  241. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.js +0 -19
  242. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.mjs +0 -2
  243. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.esm.js +0 -11
  244. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js +0 -11
  245. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.umd.min.js +0 -2
  246. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.umd.min.js.map +0 -1
  247. package/node_modules/@emotion/react/_isolated-hnrs/package.json +0 -10
  248. package/node_modules/@emotion/react/dist/declarations/src/_isolated-hnrs.d.ts +0 -3
  249. package/node_modules/@emotion/react/dist/declarations/src/class-names.d.ts +0 -18
  250. package/node_modules/@emotion/react/dist/declarations/src/context.d.ts +0 -6
  251. package/node_modules/@emotion/react/dist/declarations/src/css.d.ts +0 -5
  252. package/node_modules/@emotion/react/dist/declarations/src/global.d.ts +0 -7
  253. package/node_modules/@emotion/react/dist/declarations/src/index.d.ts +0 -14
  254. package/node_modules/@emotion/react/dist/declarations/src/jsx-dev-runtime.d.ts +0 -6
  255. package/node_modules/@emotion/react/dist/declarations/src/jsx-namespace.d.ts +0 -64
  256. package/node_modules/@emotion/react/dist/declarations/src/jsx-runtime.d.ts +0 -7
  257. package/node_modules/@emotion/react/dist/declarations/src/jsx.d.ts +0 -22
  258. package/node_modules/@emotion/react/dist/declarations/src/keyframes.d.ts +0 -10
  259. package/node_modules/@emotion/react/dist/declarations/src/theming.d.ts +0 -28
  260. package/node_modules/@emotion/react/dist/declarations/src/types.d.ts +0 -7
  261. package/node_modules/@emotion/react/dist/emotion-element-010f37fa.development.edge-light.cjs.js +0 -313
  262. package/node_modules/@emotion/react/dist/emotion-element-25f9958c.browser.cjs.js +0 -191
  263. package/node_modules/@emotion/react/dist/emotion-element-4787f564.browser.development.cjs.js +0 -274
  264. package/node_modules/@emotion/react/dist/emotion-element-489459f2.browser.development.esm.js +0 -240
  265. package/node_modules/@emotion/react/dist/emotion-element-516430c7.development.edge-light.esm.js +0 -280
  266. package/node_modules/@emotion/react/dist/emotion-element-782f682d.development.esm.js +0 -282
  267. package/node_modules/@emotion/react/dist/emotion-element-8113875a.edge-light.esm.js +0 -196
  268. package/node_modules/@emotion/react/dist/emotion-element-a1829a1e.cjs.js +0 -233
  269. package/node_modules/@emotion/react/dist/emotion-element-af3dc15b.edge-light.cjs.js +0 -230
  270. package/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +0 -198
  271. package/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js +0 -316
  272. package/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +0 -156
  273. package/node_modules/@emotion/react/dist/emotion-react.browser.cjs.js +0 -279
  274. package/node_modules/@emotion/react/dist/emotion-react.browser.cjs.mjs +0 -15
  275. package/node_modules/@emotion/react/dist/emotion-react.browser.development.cjs.js +0 -639
  276. package/node_modules/@emotion/react/dist/emotion-react.browser.development.cjs.mjs +0 -15
  277. package/node_modules/@emotion/react/dist/emotion-react.browser.development.esm.js +0 -605
  278. package/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +0 -245
  279. package/node_modules/@emotion/react/dist/emotion-react.cjs.d.mts +0 -2
  280. package/node_modules/@emotion/react/dist/emotion-react.cjs.d.ts +0 -2
  281. package/node_modules/@emotion/react/dist/emotion-react.cjs.js +0 -329
  282. package/node_modules/@emotion/react/dist/emotion-react.cjs.mjs +0 -15
  283. package/node_modules/@emotion/react/dist/emotion-react.development.cjs.js +0 -689
  284. package/node_modules/@emotion/react/dist/emotion-react.development.cjs.mjs +0 -15
  285. package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.cjs.js +0 -630
  286. package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.cjs.mjs +0 -15
  287. package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.esm.js +0 -593
  288. package/node_modules/@emotion/react/dist/emotion-react.development.esm.js +0 -652
  289. package/node_modules/@emotion/react/dist/emotion-react.edge-light.cjs.js +0 -270
  290. package/node_modules/@emotion/react/dist/emotion-react.edge-light.cjs.mjs +0 -15
  291. package/node_modules/@emotion/react/dist/emotion-react.edge-light.esm.js +0 -233
  292. package/node_modules/@emotion/react/dist/emotion-react.esm.js +0 -292
  293. package/node_modules/@emotion/react/dist/emotion-react.umd.min.js +0 -2
  294. package/node_modules/@emotion/react/dist/emotion-react.umd.min.js.map +0 -1
  295. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.cjs.js +0 -47
  296. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.cjs.mjs +0 -4
  297. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.cjs.js +0 -47
  298. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.cjs.mjs +0 -4
  299. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.esm.js +0 -22
  300. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js +0 -22
  301. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.d.mts +0 -2
  302. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.d.ts +0 -2
  303. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.js +0 -47
  304. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.mjs +0 -4
  305. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.cjs.js +0 -47
  306. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.cjs.mjs +0 -4
  307. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.cjs.js +0 -47
  308. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.cjs.mjs +0 -4
  309. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.esm.js +0 -22
  310. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.esm.js +0 -22
  311. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.cjs.js +0 -47
  312. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.cjs.mjs +0 -4
  313. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.esm.js +0 -22
  314. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.esm.js +0 -22
  315. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.umd.min.js +0 -2
  316. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.umd.min.js.map +0 -1
  317. package/node_modules/@emotion/react/jsx-dev-runtime/package.json +0 -10
  318. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.cjs.js +0 -55
  319. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.cjs.mjs +0 -5
  320. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.cjs.js +0 -55
  321. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.cjs.mjs +0 -5
  322. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.esm.js +0 -29
  323. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js +0 -29
  324. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.d.mts +0 -2
  325. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.d.ts +0 -2
  326. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.js +0 -55
  327. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.mjs +0 -5
  328. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.cjs.js +0 -55
  329. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.cjs.mjs +0 -5
  330. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.cjs.js +0 -55
  331. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.cjs.mjs +0 -5
  332. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.esm.js +0 -29
  333. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.esm.js +0 -29
  334. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.cjs.js +0 -55
  335. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.cjs.mjs +0 -5
  336. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.esm.js +0 -29
  337. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js +0 -29
  338. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.umd.min.js +0 -2
  339. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.umd.min.js.map +0 -1
  340. package/node_modules/@emotion/react/jsx-runtime/package.json +0 -10
  341. package/node_modules/@emotion/react/macro.d.mts +0 -1
  342. package/node_modules/@emotion/react/macro.d.ts +0 -1
  343. package/node_modules/@emotion/react/macro.js +0 -1
  344. package/node_modules/@emotion/react/package.json +0 -318
  345. package/node_modules/@emotion/react/src/_isolated-hnrs.ts +0 -15
  346. package/node_modules/@emotion/react/src/class-names.tsx +0 -180
  347. package/node_modules/@emotion/react/src/conditions/false.ts +0 -1
  348. package/node_modules/@emotion/react/src/conditions/is-browser.ts +0 -1
  349. package/node_modules/@emotion/react/src/conditions/true.ts +0 -1
  350. package/node_modules/@emotion/react/src/context.tsx +0 -72
  351. package/node_modules/@emotion/react/src/css.ts +0 -14
  352. package/node_modules/@emotion/react/src/emotion-element.tsx +0 -193
  353. package/node_modules/@emotion/react/src/get-label-from-stack-trace.ts +0 -55
  354. package/node_modules/@emotion/react/src/global.tsx +0 -147
  355. package/node_modules/@emotion/react/src/index.ts +0 -63
  356. package/node_modules/@emotion/react/src/jsx-dev-runtime.ts +0 -37
  357. package/node_modules/@emotion/react/src/jsx-namespace.ts +0 -107
  358. package/node_modules/@emotion/react/src/jsx-runtime.ts +0 -32
  359. package/node_modules/@emotion/react/src/jsx.ts +0 -45
  360. package/node_modules/@emotion/react/src/keyframes.ts +0 -27
  361. package/node_modules/@emotion/react/src/theming.tsx +0 -105
  362. package/node_modules/@emotion/react/src/types.ts +0 -14
  363. package/node_modules/@emotion/react/src/utils.ts +0 -1
  364. package/node_modules/@emotion/react/types/css-prop.d.ts +0 -9
  365. package/node_modules/@emotion/serialize/LICENSE +0 -21
  366. package/node_modules/@emotion/serialize/dist/declarations/src/index.d.ts +0 -35
  367. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.d.mts +0 -2
  368. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.d.ts +0 -2
  369. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.js +0 -246
  370. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.mjs +0 -3
  371. package/node_modules/@emotion/serialize/dist/emotion-serialize.development.cjs.js +0 -314
  372. package/node_modules/@emotion/serialize/dist/emotion-serialize.development.cjs.mjs +0 -3
  373. package/node_modules/@emotion/serialize/dist/emotion-serialize.development.esm.js +0 -304
  374. package/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -236
  375. package/node_modules/@emotion/serialize/package.json +0 -54
  376. package/node_modules/@emotion/serialize/src/conditions/false.ts +0 -1
  377. package/node_modules/@emotion/serialize/src/conditions/true.ts +0 -1
  378. package/node_modules/@emotion/serialize/src/index.ts +0 -451
  379. package/node_modules/@emotion/styled/LICENSE +0 -21
  380. package/node_modules/@emotion/styled/README.md +0 -31
  381. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.default.js +0 -1
  382. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.js +0 -198
  383. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.mjs +0 -2
  384. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.default.js +0 -1
  385. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.js +0 -212
  386. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.mjs +0 -2
  387. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.esm.js +0 -185
  388. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js +0 -171
  389. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.d.mts +0 -3
  390. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.d.ts +0 -3
  391. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.default.d.ts +0 -1
  392. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.default.js +0 -1
  393. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.js +0 -216
  394. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.mjs +0 -2
  395. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.default.js +0 -1
  396. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.js +0 -230
  397. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.mjs +0 -2
  398. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.default.js +0 -1
  399. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.js +0 -228
  400. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.mjs +0 -2
  401. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.esm.js +0 -201
  402. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.esm.js +0 -203
  403. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.default.js +0 -1
  404. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.js +0 -214
  405. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.mjs +0 -2
  406. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.esm.js +0 -187
  407. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js +0 -189
  408. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.umd.min.js +0 -2
  409. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.umd.min.js.map +0 -1
  410. package/node_modules/@emotion/styled/base/package.json +0 -9
  411. package/node_modules/@emotion/styled/dist/declarations/src/base.d.ts +0 -4
  412. package/node_modules/@emotion/styled/dist/declarations/src/index.d.ts +0 -15
  413. package/node_modules/@emotion/styled/dist/declarations/src/jsx-namespace.d.ts +0 -5
  414. package/node_modules/@emotion/styled/dist/declarations/src/types.d.ts +0 -88
  415. package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.default.js +0 -1
  416. package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.js +0 -23
  417. package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.mjs +0 -2
  418. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.default.js +0 -1
  419. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.js +0 -23
  420. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.mjs +0 -2
  421. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.esm.js +0 -19
  422. package/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js +0 -19
  423. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.d.mts +0 -3
  424. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.d.ts +0 -3
  425. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.default.d.ts +0 -1
  426. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.default.js +0 -1
  427. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.js +0 -23
  428. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.mjs +0 -2
  429. package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.default.js +0 -1
  430. package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.js +0 -23
  431. package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.mjs +0 -2
  432. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.default.js +0 -1
  433. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.js +0 -23
  434. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.mjs +0 -2
  435. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.esm.js +0 -19
  436. package/node_modules/@emotion/styled/dist/emotion-styled.development.esm.js +0 -19
  437. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.default.js +0 -1
  438. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.js +0 -23
  439. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.mjs +0 -2
  440. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.esm.js +0 -19
  441. package/node_modules/@emotion/styled/dist/emotion-styled.esm.js +0 -19
  442. package/node_modules/@emotion/styled/dist/emotion-styled.umd.min.js +0 -2
  443. package/node_modules/@emotion/styled/dist/emotion-styled.umd.min.js.map +0 -1
  444. package/node_modules/@emotion/styled/macro.d.mts +0 -3
  445. package/node_modules/@emotion/styled/macro.d.ts +0 -3
  446. package/node_modules/@emotion/styled/macro.js +0 -1
  447. package/node_modules/@emotion/styled/package.json +0 -195
  448. package/node_modules/@emotion/styled/src/base.tsx +0 -229
  449. package/node_modules/@emotion/styled/src/conditions/false.ts +0 -1
  450. package/node_modules/@emotion/styled/src/conditions/is-browser.ts +0 -1
  451. package/node_modules/@emotion/styled/src/conditions/true.ts +0 -1
  452. package/node_modules/@emotion/styled/src/index.ts +0 -42
  453. package/node_modules/@emotion/styled/src/jsx-namespace.ts +0 -12
  454. package/node_modules/@emotion/styled/src/tags.ts +0 -138
  455. package/node_modules/@emotion/styled/src/types.ts +0 -190
  456. package/node_modules/@emotion/styled/src/utils.ts +0 -38
  457. package/node_modules/@storybook/addon-a11y/README.md +0 -13
  458. package/node_modules/@storybook/addon-a11y/dist/chunk-CEH6MNVV.mjs +0 -3
  459. package/node_modules/@storybook/addon-a11y/dist/index.d.ts +0 -40
  460. package/node_modules/@storybook/addon-a11y/dist/index.js +0 -25
  461. package/node_modules/@storybook/addon-a11y/dist/index.mjs +0 -8
  462. package/node_modules/@storybook/addon-a11y/dist/manager.js +0 -11
  463. package/node_modules/@storybook/addon-a11y/dist/matchers-7Z3WT2CE.mjs +0 -16
  464. package/node_modules/@storybook/addon-a11y/dist/matchers-TIWVOQAP.mjs +0 -18
  465. package/node_modules/@storybook/addon-a11y/dist/postinstall.js +0 -69
  466. package/node_modules/@storybook/addon-a11y/dist/preview.d.ts +0 -25
  467. package/node_modules/@storybook/addon-a11y/dist/preview.js +0 -24
  468. package/node_modules/@storybook/addon-a11y/dist/preview.mjs +0 -7
  469. package/node_modules/@storybook/addon-a11y/manager.js +0 -1
  470. package/node_modules/@storybook/addon-a11y/package.json +0 -115
  471. package/node_modules/@storybook/addon-a11y/preview.js +0 -1
  472. package/node_modules/@storybook/addon-docs/README.md +0 -154
  473. package/node_modules/@storybook/addon-docs/angular/README.md +0 -256
  474. package/node_modules/@storybook/addon-docs/angular/index.d.ts +0 -1
  475. package/node_modules/@storybook/addon-docs/angular/index.js +0 -6
  476. package/node_modules/@storybook/addon-docs/common/README.md +0 -98
  477. package/node_modules/@storybook/addon-docs/dist/DocsRenderer-CFRXHY34.mjs +0 -2
  478. package/node_modules/@storybook/addon-docs/dist/blocks.d.ts +0 -2
  479. package/node_modules/@storybook/addon-docs/dist/blocks.js +0 -1
  480. package/node_modules/@storybook/addon-docs/dist/blocks.mjs +0 -4
  481. package/node_modules/@storybook/addon-docs/dist/chunk-H6MOWX77.mjs +0 -3
  482. package/node_modules/@storybook/addon-docs/dist/chunk-NUUEMKO5.mjs +0 -7
  483. package/node_modules/@storybook/addon-docs/dist/chunk-PRSJUHPQ.mjs +0 -5
  484. package/node_modules/@storybook/addon-docs/dist/index.d.ts +0 -198
  485. package/node_modules/@storybook/addon-docs/dist/index.js +0 -1
  486. package/node_modules/@storybook/addon-docs/dist/index.mjs +0 -9
  487. package/node_modules/@storybook/addon-docs/dist/manager.d.ts +0 -2
  488. package/node_modules/@storybook/addon-docs/dist/manager.js +0 -1
  489. package/node_modules/@storybook/addon-docs/dist/manager.mjs +0 -8
  490. package/node_modules/@storybook/addon-docs/dist/mdx-loader.d.ts +0 -5940
  491. package/node_modules/@storybook/addon-docs/dist/mdx-loader.js +0 -56
  492. package/node_modules/@storybook/addon-docs/dist/mdx-loader.mjs +0 -59
  493. package/node_modules/@storybook/addon-docs/dist/preset.d.ts +0 -20
  494. package/node_modules/@storybook/addon-docs/dist/preset.js +0 -53
  495. package/node_modules/@storybook/addon-docs/dist/preview.d.ts +0 -3
  496. package/node_modules/@storybook/addon-docs/dist/preview.js +0 -1
  497. package/node_modules/@storybook/addon-docs/dist/preview.mjs +0 -2
  498. package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.d.ts +0 -1
  499. package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.js +0 -1
  500. package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.mjs +0 -1
  501. package/node_modules/@storybook/addon-docs/ember/README.md +0 -153
  502. package/node_modules/@storybook/addon-docs/ember/index.d.ts +0 -1
  503. package/node_modules/@storybook/addon-docs/ember/index.js +0 -5
  504. package/node_modules/@storybook/addon-docs/package.json +0 -171
  505. package/node_modules/@storybook/addon-docs/preset.js +0 -1
  506. package/node_modules/@storybook/addon-docs/preview.js +0 -1
  507. package/node_modules/@storybook/addon-docs/react/README.md +0 -149
  508. package/node_modules/@storybook/addon-docs/svelte/HOC.svelte +0 -7
  509. package/node_modules/@storybook/addon-docs/vue/README.md +0 -152
  510. package/node_modules/@storybook/addon-docs/web-components/README.md +0 -131
  511. package/node_modules/@storybook/addon-docs/web-components/index.js +0 -1
  512. package/node_modules/@storybook/addon-essentials/README.md +0 -57
  513. package/node_modules/@storybook/addon-essentials/dist/actions/manager.js +0 -1
  514. package/node_modules/@storybook/addon-essentials/dist/actions/preview.d.ts +0 -7
  515. package/node_modules/@storybook/addon-essentials/dist/actions/preview.js +0 -12
  516. package/node_modules/@storybook/addon-essentials/dist/actions/preview.mjs +0 -1
  517. package/node_modules/@storybook/addon-essentials/dist/backgrounds/manager.js +0 -1
  518. package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.d.ts +0 -1
  519. package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.js +0 -12
  520. package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.mjs +0 -1
  521. package/node_modules/@storybook/addon-essentials/dist/controls/manager.js +0 -1
  522. package/node_modules/@storybook/addon-essentials/dist/docs/manager.js +0 -1
  523. package/node_modules/@storybook/addon-essentials/dist/docs/mdx-react-shim.js +0 -12
  524. package/node_modules/@storybook/addon-essentials/dist/docs/preset.js +0 -14
  525. package/node_modules/@storybook/addon-essentials/dist/docs/preview.d.ts +0 -1
  526. package/node_modules/@storybook/addon-essentials/dist/docs/preview.js +0 -12
  527. package/node_modules/@storybook/addon-essentials/dist/docs/preview.mjs +0 -1
  528. package/node_modules/@storybook/addon-essentials/dist/highlight/preview.d.ts +0 -1
  529. package/node_modules/@storybook/addon-essentials/dist/highlight/preview.js +0 -12
  530. package/node_modules/@storybook/addon-essentials/dist/highlight/preview.mjs +0 -1
  531. package/node_modules/@storybook/addon-essentials/dist/index.d.ts +0 -5
  532. package/node_modules/@storybook/addon-essentials/dist/index.js +0 -42
  533. package/node_modules/@storybook/addon-essentials/dist/index.mjs +0 -12
  534. package/node_modules/@storybook/addon-essentials/dist/measure/manager.js +0 -1
  535. package/node_modules/@storybook/addon-essentials/dist/measure/preview.d.ts +0 -1
  536. package/node_modules/@storybook/addon-essentials/dist/measure/preview.js +0 -12
  537. package/node_modules/@storybook/addon-essentials/dist/measure/preview.mjs +0 -1
  538. package/node_modules/@storybook/addon-essentials/dist/outline/manager.js +0 -1
  539. package/node_modules/@storybook/addon-essentials/dist/outline/preview.d.ts +0 -1
  540. package/node_modules/@storybook/addon-essentials/dist/outline/preview.js +0 -12
  541. package/node_modules/@storybook/addon-essentials/dist/outline/preview.mjs +0 -1
  542. package/node_modules/@storybook/addon-essentials/dist/preset.js +0 -9
  543. package/node_modules/@storybook/addon-essentials/dist/preview.d.ts +0 -5
  544. package/node_modules/@storybook/addon-essentials/dist/preview.js +0 -42
  545. package/node_modules/@storybook/addon-essentials/dist/preview.mjs +0 -12
  546. package/node_modules/@storybook/addon-essentials/dist/toolbars/manager.js +0 -1
  547. package/node_modules/@storybook/addon-essentials/dist/viewport/manager.js +0 -1
  548. package/node_modules/@storybook/addon-essentials/dist/viewport/preview.d.ts +0 -1
  549. package/node_modules/@storybook/addon-essentials/dist/viewport/preview.js +0 -12
  550. package/node_modules/@storybook/addon-essentials/dist/viewport/preview.mjs +0 -1
  551. package/node_modules/@storybook/addon-essentials/package.json +0 -162
  552. package/node_modules/@storybook/addon-essentials/preset.js +0 -1
  553. package/node_modules/@storybook/addon-interactions/README.md +0 -57
  554. package/node_modules/@storybook/addon-interactions/dist/index.d.ts +0 -5
  555. package/node_modules/@storybook/addon-interactions/dist/index.js +0 -9
  556. package/node_modules/@storybook/addon-interactions/dist/index.mjs +0 -7
  557. package/node_modules/@storybook/addon-interactions/dist/manager.css +0 -1
  558. package/node_modules/@storybook/addon-interactions/dist/manager.js +0 -19
  559. package/node_modules/@storybook/addon-interactions/dist/preset.js +0 -9
  560. package/node_modules/@storybook/addon-interactions/dist/preview.d.ts +0 -20
  561. package/node_modules/@storybook/addon-interactions/dist/preview.js +0 -9
  562. package/node_modules/@storybook/addon-interactions/dist/preview.mjs +0 -6
  563. package/node_modules/@storybook/addon-interactions/manager.js +0 -1
  564. package/node_modules/@storybook/addon-interactions/package.json +0 -109
  565. package/node_modules/@storybook/addon-interactions/preset.js +0 -1
  566. package/node_modules/@storybook/addon-interactions/preview.js +0 -1
  567. package/node_modules/@storybook/addon-links/README.md +0 -147
  568. package/node_modules/@storybook/addon-links/dist/chunk-DQW2J2JG.mjs +0 -8
  569. package/node_modules/@storybook/addon-links/dist/index.d.ts +0 -20
  570. package/node_modules/@storybook/addon-links/dist/index.js +0 -16
  571. package/node_modules/@storybook/addon-links/dist/index.mjs +0 -7
  572. package/node_modules/@storybook/addon-links/dist/manager.js +0 -3
  573. package/node_modules/@storybook/addon-links/dist/preview.d.ts +0 -3
  574. package/node_modules/@storybook/addon-links/dist/preview.js +0 -10
  575. package/node_modules/@storybook/addon-links/dist/preview.mjs +0 -8
  576. package/node_modules/@storybook/addon-links/dist/react/index.d.ts +0 -24
  577. package/node_modules/@storybook/addon-links/dist/react/index.js +0 -15
  578. package/node_modules/@storybook/addon-links/dist/react/index.mjs +0 -6
  579. package/node_modules/@storybook/addon-links/manager.js +0 -1
  580. package/node_modules/@storybook/addon-links/package.json +0 -110
  581. package/node_modules/@storybook/addon-links/preview.js +0 -1
  582. package/node_modules/@storybook/addon-links/react.d.ts +0 -1
  583. package/node_modules/@storybook/addon-links/react.js +0 -3
  584. package/node_modules/@storybook/blocks/README.md +0 -23
  585. package/node_modules/@storybook/blocks/dist/Color-YHDXOIA2.mjs +0 -9
  586. package/node_modules/@storybook/blocks/dist/chunk-2PTXLE6R.mjs +0 -3
  587. package/node_modules/@storybook/blocks/dist/index.d.ts +0 -1032
  588. package/node_modules/@storybook/blocks/dist/index.js +0 -198
  589. package/node_modules/@storybook/blocks/dist/index.mjs +0 -214
  590. package/node_modules/@storybook/blocks/package.json +0 -86
  591. package/node_modules/@storybook/manager-api/package.json +0 -46
  592. package/node_modules/@storybook/manager-api/shim.d.ts +0 -2
  593. package/node_modules/@storybook/manager-api/shim.js +0 -1
  594. package/node_modules/@storybook/manager-api/shim.mjs +0 -1
  595. package/node_modules/@storybook/react/README.md +0 -1
  596. package/node_modules/@storybook/react/dist/chunk-EWIU6LHT.mjs +0 -56
  597. package/node_modules/@storybook/react/dist/chunk-TENYCC3B.mjs +0 -8
  598. package/node_modules/@storybook/react/dist/chunk-XP5HYGXS.mjs +0 -3
  599. package/node_modules/@storybook/react/dist/chunk-ZGTCCPPZ.mjs +0 -7
  600. package/node_modules/@storybook/react/dist/entry-preview-docs.d.ts +0 -20
  601. package/node_modules/@storybook/react/dist/entry-preview-docs.js +0 -47
  602. package/node_modules/@storybook/react/dist/entry-preview-docs.mjs +0 -2
  603. package/node_modules/@storybook/react/dist/entry-preview-rsc.d.ts +0 -7
  604. package/node_modules/@storybook/react/dist/entry-preview-rsc.js +0 -1
  605. package/node_modules/@storybook/react/dist/entry-preview-rsc.mjs +0 -5
  606. package/node_modules/@storybook/react/dist/entry-preview.d.ts +0 -19
  607. package/node_modules/@storybook/react/dist/entry-preview.js +0 -1
  608. package/node_modules/@storybook/react/dist/entry-preview.mjs +0 -2
  609. package/node_modules/@storybook/react/dist/index.d.ts +0 -91
  610. package/node_modules/@storybook/react/dist/index.js +0 -47
  611. package/node_modules/@storybook/react/dist/index.mjs +0 -11
  612. package/node_modules/@storybook/react/dist/playwright.d.ts +0 -1
  613. package/node_modules/@storybook/react/dist/playwright.js +0 -1
  614. package/node_modules/@storybook/react/dist/playwright.mjs +0 -2
  615. package/node_modules/@storybook/react/dist/preset.d.ts +0 -18
  616. package/node_modules/@storybook/react/dist/preset.js +0 -1
  617. package/node_modules/@storybook/react/dist/preview.d.ts +0 -199
  618. package/node_modules/@storybook/react/dist/preview.js +0 -47
  619. package/node_modules/@storybook/react/dist/preview.mjs +0 -4
  620. package/node_modules/@storybook/react/dist/public-types-f2c70f25.d.ts +0 -230
  621. package/node_modules/@storybook/react/dist/types-5617c98e.d.ts +0 -27
  622. package/node_modules/@storybook/react/package.json +0 -136
  623. package/node_modules/@storybook/react/preset.js +0 -1
  624. package/node_modules/@storybook/react/template/cli/.eslintrc.json +0 -5
  625. package/node_modules/@storybook/react/template/cli/js/Button.jsx +0 -39
  626. package/node_modules/@storybook/react/template/cli/js/Button.stories.js +0 -49
  627. package/node_modules/@storybook/react/template/cli/js/Header.jsx +0 -56
  628. package/node_modules/@storybook/react/template/cli/js/Header.stories.js +0 -29
  629. package/node_modules/@storybook/react/template/cli/js/Page.jsx +0 -69
  630. package/node_modules/@storybook/react/template/cli/js/Page.stories.js +0 -28
  631. package/node_modules/@storybook/react/template/cli/ts-3-8/Button.stories.ts +0 -53
  632. package/node_modules/@storybook/react/template/cli/ts-3-8/Button.tsx +0 -37
  633. package/node_modules/@storybook/react/template/cli/ts-3-8/Header.stories.ts +0 -33
  634. package/node_modules/@storybook/react/template/cli/ts-3-8/Header.tsx +0 -56
  635. package/node_modules/@storybook/react/template/cli/ts-3-8/Page.stories.ts +0 -32
  636. package/node_modules/@storybook/react/template/cli/ts-3-8/Page.tsx +0 -73
  637. package/node_modules/@storybook/react/template/cli/ts-4-9/Button.stories.ts +0 -53
  638. package/node_modules/@storybook/react/template/cli/ts-4-9/Button.tsx +0 -37
  639. package/node_modules/@storybook/react/template/cli/ts-4-9/Header.stories.ts +0 -33
  640. package/node_modules/@storybook/react/template/cli/ts-4-9/Header.tsx +0 -56
  641. package/node_modules/@storybook/react/template/cli/ts-4-9/Page.stories.ts +0 -32
  642. package/node_modules/@storybook/react/template/cli/ts-4-9/Page.tsx +0 -73
  643. package/node_modules/@storybook/react-vite/README.md +0 -3
  644. package/node_modules/@storybook/react-vite/dist/index.d.ts +0 -49
  645. package/node_modules/@storybook/react-vite/dist/index.js +0 -1
  646. package/node_modules/@storybook/react-vite/dist/index.mjs +0 -1
  647. package/node_modules/@storybook/react-vite/dist/node/index.d.ts +0 -9
  648. package/node_modules/@storybook/react-vite/dist/node/index.js +0 -1
  649. package/node_modules/@storybook/react-vite/dist/node/index.mjs +0 -3
  650. package/node_modules/@storybook/react-vite/dist/preset.d.ts +0 -10
  651. package/node_modules/@storybook/react-vite/dist/preset.js +0 -1
  652. package/node_modules/@storybook/react-vite/package.json +0 -111
  653. package/node_modules/@storybook/react-vite/preset.js +0 -1
  654. package/node_modules/@storybook/test/README.md +0 -41
  655. package/node_modules/@storybook/test/dist/index.d.ts +0 -186
  656. package/node_modules/@storybook/test/dist/index.js +0 -193
  657. package/node_modules/@storybook/test/dist/index.mjs +0 -199
  658. package/node_modules/@storybook/test/package.json +0 -85
  659. package/node_modules/@storybook/theming/create.d.ts +0 -2
  660. package/node_modules/@storybook/theming/create.js +0 -1
  661. package/node_modules/@storybook/theming/create.mjs +0 -1
  662. package/node_modules/@storybook/theming/package.json +0 -52
  663. package/node_modules/@storybook/theming/shim.d.ts +0 -2
  664. package/node_modules/@storybook/theming/shim.js +0 -1
  665. package/node_modules/@storybook/theming/shim.mjs +0 -1
  666. package/node_modules/@testing-library/jest-dom/LICENSE +0 -20
  667. package/node_modules/@testing-library/jest-dom/README.md +0 -1706
  668. package/node_modules/@testing-library/jest-dom/dist/index.js +0 -12
  669. package/node_modules/@testing-library/jest-dom/dist/index.mjs +0 -10
  670. package/node_modules/@testing-library/jest-dom/dist/jest-globals.js +0 -16
  671. package/node_modules/@testing-library/jest-dom/dist/jest-globals.mjs +0 -14
  672. package/node_modules/@testing-library/jest-dom/dist/matchers-7fb38cd4.js +0 -1945
  673. package/node_modules/@testing-library/jest-dom/dist/matchers-c85aadf8.mjs +0 -1914
  674. package/node_modules/@testing-library/jest-dom/dist/matchers.js +0 -42
  675. package/node_modules/@testing-library/jest-dom/dist/matchers.mjs +0 -8
  676. package/node_modules/@testing-library/jest-dom/dist/vitest.js +0 -16
  677. package/node_modules/@testing-library/jest-dom/dist/vitest.mjs +0 -14
  678. package/node_modules/@testing-library/jest-dom/jest-globals.d.ts +0 -1
  679. package/node_modules/@testing-library/jest-dom/jest-globals.js +0 -4
  680. package/node_modules/@testing-library/jest-dom/matchers.d.ts +0 -3
  681. package/node_modules/@testing-library/jest-dom/matchers.js +0 -2
  682. package/node_modules/@testing-library/jest-dom/package.json +0 -153
  683. package/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-custom-expect-types.test.ts +0 -100
  684. package/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-types.test.ts +0 -120
  685. package/node_modules/@testing-library/jest-dom/types/__tests__/bun/tsconfig.json +0 -9
  686. package/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-custom-expect-types.test.ts +0 -100
  687. package/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-types.test.ts +0 -119
  688. package/node_modules/@testing-library/jest-dom/types/__tests__/jest/tsconfig.json +0 -9
  689. package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-custom-expect-types.test.ts +0 -97
  690. package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-types.test.ts +0 -120
  691. package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/tsconfig.json +0 -9
  692. package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/tsconfig.json +0 -9
  693. package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-custom-expect-types.test.ts +0 -97
  694. package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-types.test.ts +0 -120
  695. package/node_modules/@testing-library/jest-dom/types/bun.d.ts +0 -11
  696. package/node_modules/@testing-library/jest-dom/types/index.d.ts +0 -1
  697. package/node_modules/@testing-library/jest-dom/types/jest-globals.d.ts +0 -11
  698. package/node_modules/@testing-library/jest-dom/types/jest.d.ts +0 -13
  699. package/node_modules/@testing-library/jest-dom/types/matchers-standalone.d.ts +0 -30
  700. package/node_modules/@testing-library/jest-dom/types/matchers.d.ts +0 -771
  701. package/node_modules/@testing-library/jest-dom/types/vitest.d.ts +0 -15
  702. package/node_modules/@testing-library/jest-dom/vitest.d.ts +0 -1
  703. package/node_modules/@testing-library/jest-dom/vitest.js +0 -4
  704. package/node_modules/@testing-library/react/LICENSE +0 -20
  705. package/node_modules/@testing-library/react/README.md +0 -688
  706. package/node_modules/@testing-library/react/dist/@testing-library/react.cjs.js +0 -532
  707. package/node_modules/@testing-library/react/dist/@testing-library/react.esm.js +0 -492
  708. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.cjs.js +0 -496
  709. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.esm.js +0 -456
  710. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js +0 -13017
  711. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js.map +0 -1
  712. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js +0 -2
  713. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js.map +0 -1
  714. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.js +0 -13053
  715. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.js.map +0 -1
  716. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js +0 -2
  717. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js.map +0 -1
  718. package/node_modules/@testing-library/react/dist/act-compat.js +0 -81
  719. package/node_modules/@testing-library/react/dist/config.js +0 -33
  720. package/node_modules/@testing-library/react/dist/fire-event.js +0 -70
  721. package/node_modules/@testing-library/react/dist/index.js +0 -52
  722. package/node_modules/@testing-library/react/dist/pure.js +0 -335
  723. package/node_modules/@testing-library/react/dont-cleanup-after-each.js +0 -1
  724. package/node_modules/@testing-library/react/package.json +0 -111
  725. package/node_modules/@testing-library/react/pure.d.ts +0 -1
  726. package/node_modules/@testing-library/react/pure.js +0 -2
  727. package/node_modules/@testing-library/react/types/index.d.ts +0 -257
  728. package/node_modules/@testing-library/react/types/pure.d.ts +0 -1
  729. package/node_modules/@testing-library/user-event/LICENSE +0 -20
  730. package/node_modules/@testing-library/user-event/README.md +0 -124
  731. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/copy.js +0 -22
  732. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/cut.js +0 -22
  733. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/index.js +0 -11
  734. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/paste.js +0 -25
  735. package/node_modules/@testing-library/user-event/dist/cjs/convenience/click.js +0 -35
  736. package/node_modules/@testing-library/user-event/dist/cjs/convenience/hover.js +0 -19
  737. package/node_modules/@testing-library/user-event/dist/cjs/convenience/index.js +0 -14
  738. package/node_modules/@testing-library/user-event/dist/cjs/convenience/tab.js +0 -7
  739. package/node_modules/@testing-library/user-event/dist/cjs/document/UI.js +0 -92
  740. package/node_modules/@testing-library/user-event/dist/cjs/document/copySelection.js +0 -29
  741. package/node_modules/@testing-library/user-event/dist/cjs/document/getValueOrTextContent.js +0 -18
  742. package/node_modules/@testing-library/user-event/dist/cjs/document/index.js +0 -17
  743. package/node_modules/@testing-library/user-event/dist/cjs/document/interceptor.js +0 -104
  744. package/node_modules/@testing-library/user-event/dist/cjs/document/patchFocus.js +0 -104
  745. package/node_modules/@testing-library/user-event/dist/cjs/document/prepareDocument.js +0 -58
  746. package/node_modules/@testing-library/user-event/dist/cjs/document/trackValue.js +0 -57
  747. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/click.js +0 -32
  748. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/cut.js +0 -14
  749. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/index.js +0 -13
  750. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keydown.js +0 -128
  751. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keypress.js +0 -51
  752. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keyup.js +0 -17
  753. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/paste.js +0 -18
  754. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/registry.js +0 -5
  755. package/node_modules/@testing-library/user-event/dist/cjs/event/createEvent.js +0 -207
  756. package/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js +0 -54
  757. package/node_modules/@testing-library/user-event/dist/cjs/event/eventMap.js +0 -281
  758. package/node_modules/@testing-library/user-event/dist/cjs/event/focus.js +0 -34
  759. package/node_modules/@testing-library/user-event/dist/cjs/event/index.js +0 -22
  760. package/node_modules/@testing-library/user-event/dist/cjs/event/input.js +0 -157
  761. package/node_modules/@testing-library/user-event/dist/cjs/event/radio.js +0 -27
  762. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/getInputRange.js +0 -18
  763. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/getTargetTypeAndSelection.js +0 -31
  764. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/index.js +0 -24
  765. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelection.js +0 -21
  766. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelectionPerMouse.js +0 -40
  767. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/moveSelection.js +0 -38
  768. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/resolveCaretPosition.js +0 -61
  769. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/selectAll.js +0 -38
  770. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelection.js +0 -21
  771. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionPerMouse.js +0 -81
  772. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionRange.js +0 -31
  773. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/updateSelectionOnFocus.js +0 -40
  774. package/node_modules/@testing-library/user-event/dist/cjs/event/types.js +0 -2
  775. package/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js +0 -9
  776. package/node_modules/@testing-library/user-event/dist/cjs/index.js +0 -12
  777. package/node_modules/@testing-library/user-event/dist/cjs/keyboard/index.js +0 -40
  778. package/node_modules/@testing-library/user-event/dist/cjs/keyboard/keyMap.js +0 -178
  779. package/node_modules/@testing-library/user-event/dist/cjs/keyboard/parseKeyDef.js +0 -45
  780. package/node_modules/@testing-library/user-event/dist/cjs/options.js +0 -14
  781. package/node_modules/@testing-library/user-event/dist/cjs/package.json +0 -3
  782. package/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js +0 -74
  783. package/node_modules/@testing-library/user-event/dist/cjs/pointer/keyMap.js +0 -33
  784. package/node_modules/@testing-library/user-event/dist/cjs/pointer/parseKeyDef.js +0 -23
  785. package/node_modules/@testing-library/user-event/dist/cjs/setup/api.js +0 -35
  786. package/node_modules/@testing-library/user-event/dist/cjs/setup/directApi.js +0 -75
  787. package/node_modules/@testing-library/user-event/dist/cjs/setup/index.js +0 -11
  788. package/node_modules/@testing-library/user-event/dist/cjs/setup/setup.js +0 -125
  789. package/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js +0 -11
  790. package/node_modules/@testing-library/user-event/dist/cjs/system/index.js +0 -44
  791. package/node_modules/@testing-library/user-event/dist/cjs/system/keyboard.js +0 -169
  792. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/buttons.js +0 -84
  793. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/device.js +0 -34
  794. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js +0 -159
  795. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js +0 -207
  796. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/pointer.js +0 -131
  797. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/shared.js +0 -8
  798. package/node_modules/@testing-library/user-event/dist/cjs/utility/clear.js +0 -32
  799. package/node_modules/@testing-library/user-event/dist/cjs/utility/index.js +0 -14
  800. package/node_modules/@testing-library/user-event/dist/cjs/utility/selectOptions.js +0 -114
  801. package/node_modules/@testing-library/user-event/dist/cjs/utility/type.js +0 -23
  802. package/node_modules/@testing-library/user-event/dist/cjs/utility/upload.js +0 -62
  803. package/node_modules/@testing-library/user-event/dist/cjs/utils/click/isClickableInput.js +0 -20
  804. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Blob.js +0 -16
  805. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Clipboard.js +0 -169
  806. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/DataTransfer.js +0 -136
  807. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/FileList.js +0 -24
  808. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isContentEditable.js +0 -18
  809. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isEditable.js +0 -29
  810. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/maxLength.js +0 -26
  811. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/setFiles.js +0 -59
  812. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/timeValue.js +0 -40
  813. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/cursor.js +0 -126
  814. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getActiveElement.js +0 -23
  815. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getTabDestination.js +0 -80
  816. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/isFocusable.js +0 -9
  817. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selection.js +0 -20
  818. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selector.js +0 -14
  819. package/node_modules/@testing-library/user-event/dist/cjs/utils/index.js +0 -78
  820. package/node_modules/@testing-library/user-event/dist/cjs/utils/keyDef/readNextDescriptor.js +0 -92
  821. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/cloneEvent.js +0 -7
  822. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/findClosest.js +0 -14
  823. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getDocumentFromNode.js +0 -10
  824. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getTreeDiff.js +0 -25
  825. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getWindow.js +0 -19
  826. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDescendantOrSelf.js +0 -14
  827. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDisabled.js +0 -33
  828. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isElementType.js +0 -20
  829. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isVisible.js +0 -19
  830. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/level.js +0 -17
  831. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/wait.js +0 -14
  832. package/node_modules/@testing-library/user-event/dist/cjs/utils/pointer/cssPointerEvents.js +0 -103
  833. package/node_modules/@testing-library/user-event/dist/esm/clipboard/copy.js +0 -20
  834. package/node_modules/@testing-library/user-event/dist/esm/clipboard/cut.js +0 -20
  835. package/node_modules/@testing-library/user-event/dist/esm/clipboard/index.js +0 -3
  836. package/node_modules/@testing-library/user-event/dist/esm/clipboard/paste.js +0 -23
  837. package/node_modules/@testing-library/user-event/dist/esm/convenience/click.js +0 -31
  838. package/node_modules/@testing-library/user-event/dist/esm/convenience/hover.js +0 -16
  839. package/node_modules/@testing-library/user-event/dist/esm/convenience/index.js +0 -3
  840. package/node_modules/@testing-library/user-event/dist/esm/convenience/tab.js +0 -5
  841. package/node_modules/@testing-library/user-event/dist/esm/document/UI.js +0 -79
  842. package/node_modules/@testing-library/user-event/dist/esm/document/copySelection.js +0 -27
  843. package/node_modules/@testing-library/user-event/dist/esm/document/getValueOrTextContent.js +0 -16
  844. package/node_modules/@testing-library/user-event/dist/esm/document/index.js +0 -4
  845. package/node_modules/@testing-library/user-event/dist/esm/document/interceptor.js +0 -99
  846. package/node_modules/@testing-library/user-event/dist/esm/document/patchFocus.js +0 -101
  847. package/node_modules/@testing-library/user-event/dist/esm/document/prepareDocument.js +0 -56
  848. package/node_modules/@testing-library/user-event/dist/esm/document/trackValue.js +0 -53
  849. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/click.js +0 -30
  850. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/cut.js +0 -12
  851. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/index.js +0 -7
  852. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keydown.js +0 -126
  853. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keypress.js +0 -49
  854. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keyup.js +0 -15
  855. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/paste.js +0 -16
  856. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/registry.js +0 -3
  857. package/node_modules/@testing-library/user-event/dist/esm/event/createEvent.js +0 -205
  858. package/node_modules/@testing-library/user-event/dist/esm/event/dispatchEvent.js +0 -50
  859. package/node_modules/@testing-library/user-event/dist/esm/event/eventMap.js +0 -277
  860. package/node_modules/@testing-library/user-event/dist/esm/event/focus.js +0 -31
  861. package/node_modules/@testing-library/user-event/dist/esm/event/index.js +0 -7
  862. package/node_modules/@testing-library/user-event/dist/esm/event/input.js +0 -155
  863. package/node_modules/@testing-library/user-event/dist/esm/event/radio.js +0 -25
  864. package/node_modules/@testing-library/user-event/dist/esm/event/selection/getInputRange.js +0 -16
  865. package/node_modules/@testing-library/user-event/dist/esm/event/selection/getTargetTypeAndSelection.js +0 -29
  866. package/node_modules/@testing-library/user-event/dist/esm/event/selection/index.js +0 -9
  867. package/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelection.js +0 -19
  868. package/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelectionPerMouse.js +0 -38
  869. package/node_modules/@testing-library/user-event/dist/esm/event/selection/moveSelection.js +0 -36
  870. package/node_modules/@testing-library/user-event/dist/esm/event/selection/resolveCaretPosition.js +0 -59
  871. package/node_modules/@testing-library/user-event/dist/esm/event/selection/selectAll.js +0 -35
  872. package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelection.js +0 -19
  873. package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionPerMouse.js +0 -79
  874. package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionRange.js +0 -29
  875. package/node_modules/@testing-library/user-event/dist/esm/event/selection/updateSelectionOnFocus.js +0 -38
  876. package/node_modules/@testing-library/user-event/dist/esm/event/types.js +0 -1
  877. package/node_modules/@testing-library/user-event/dist/esm/event/wrapEvent.js +0 -7
  878. package/node_modules/@testing-library/user-event/dist/esm/index.js +0 -2
  879. package/node_modules/@testing-library/user-event/dist/esm/keyboard/index.js +0 -37
  880. package/node_modules/@testing-library/user-event/dist/esm/keyboard/keyMap.js +0 -176
  881. package/node_modules/@testing-library/user-event/dist/esm/keyboard/parseKeyDef.js +0 -43
  882. package/node_modules/@testing-library/user-event/dist/esm/options.js +0 -12
  883. package/node_modules/@testing-library/user-event/dist/esm/package.json +0 -3
  884. package/node_modules/@testing-library/user-event/dist/esm/pointer/index.js +0 -72
  885. package/node_modules/@testing-library/user-event/dist/esm/pointer/keyMap.js +0 -31
  886. package/node_modules/@testing-library/user-event/dist/esm/pointer/parseKeyDef.js +0 -21
  887. package/node_modules/@testing-library/user-event/dist/esm/setup/api.js +0 -33
  888. package/node_modules/@testing-library/user-event/dist/esm/setup/directApi.js +0 -58
  889. package/node_modules/@testing-library/user-event/dist/esm/setup/index.js +0 -9
  890. package/node_modules/@testing-library/user-event/dist/esm/setup/setup.js +0 -119
  891. package/node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js +0 -9
  892. package/node_modules/@testing-library/user-event/dist/esm/system/index.js +0 -42
  893. package/node_modules/@testing-library/user-event/dist/esm/system/keyboard.js +0 -166
  894. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/buttons.js +0 -78
  895. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/device.js +0 -32
  896. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/index.js +0 -157
  897. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/mouse.js +0 -205
  898. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/pointer.js +0 -129
  899. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/shared.js +0 -6
  900. package/node_modules/@testing-library/user-event/dist/esm/utility/clear.js +0 -30
  901. package/node_modules/@testing-library/user-event/dist/esm/utility/index.js +0 -4
  902. package/node_modules/@testing-library/user-event/dist/esm/utility/selectOptions.js +0 -111
  903. package/node_modules/@testing-library/user-event/dist/esm/utility/type.js +0 -21
  904. package/node_modules/@testing-library/user-event/dist/esm/utility/upload.js +0 -60
  905. package/node_modules/@testing-library/user-event/dist/esm/utils/click/isClickableInput.js +0 -18
  906. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Blob.js +0 -14
  907. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Clipboard.js +0 -162
  908. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/DataTransfer.js +0 -133
  909. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/FileList.js +0 -22
  910. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/isContentEditable.js +0 -15
  911. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/isEditable.js +0 -26
  912. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/maxLength.js +0 -23
  913. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/setFiles.js +0 -57
  914. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/timeValue.js +0 -37
  915. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/cursor.js +0 -124
  916. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/getActiveElement.js +0 -20
  917. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/getTabDestination.js +0 -78
  918. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/isFocusable.js +0 -7
  919. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/selection.js +0 -17
  920. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/selector.js +0 -12
  921. package/node_modules/@testing-library/user-event/dist/esm/utils/index.js +0 -29
  922. package/node_modules/@testing-library/user-event/dist/esm/utils/keyDef/readNextDescriptor.js +0 -90
  923. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/cloneEvent.js +0 -5
  924. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/findClosest.js +0 -12
  925. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getDocumentFromNode.js +0 -8
  926. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getTreeDiff.js +0 -23
  927. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getWindow.js +0 -17
  928. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDescendantOrSelf.js +0 -12
  929. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDisabled.js +0 -31
  930. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isElementType.js +0 -18
  931. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isVisible.js +0 -17
  932. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/level.js +0 -13
  933. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/wait.js +0 -12
  934. package/node_modules/@testing-library/user-event/dist/esm/utils/pointer/cssPointerEvents.js +0 -100
  935. package/node_modules/@testing-library/user-event/dist/types/clipboard/copy.d.ts +0 -2
  936. package/node_modules/@testing-library/user-event/dist/types/clipboard/cut.d.ts +0 -2
  937. package/node_modules/@testing-library/user-event/dist/types/clipboard/index.d.ts +0 -3
  938. package/node_modules/@testing-library/user-event/dist/types/clipboard/paste.d.ts +0 -2
  939. package/node_modules/@testing-library/user-event/dist/types/convenience/click.d.ts +0 -4
  940. package/node_modules/@testing-library/user-event/dist/types/convenience/hover.d.ts +0 -3
  941. package/node_modules/@testing-library/user-event/dist/types/convenience/index.d.ts +0 -3
  942. package/node_modules/@testing-library/user-event/dist/types/convenience/tab.d.ts +0 -4
  943. package/node_modules/@testing-library/user-event/dist/types/document/UI.d.ts +0 -42
  944. package/node_modules/@testing-library/user-event/dist/types/document/copySelection.d.ts +0 -1
  945. package/node_modules/@testing-library/user-event/dist/types/document/getValueOrTextContent.d.ts +0 -1
  946. package/node_modules/@testing-library/user-event/dist/types/document/index.d.ts +0 -5
  947. package/node_modules/@testing-library/user-event/dist/types/document/interceptor.d.ts +0 -19
  948. package/node_modules/@testing-library/user-event/dist/types/document/patchFocus.d.ts +0 -9
  949. package/node_modules/@testing-library/user-event/dist/types/document/prepareDocument.d.ts +0 -8
  950. package/node_modules/@testing-library/user-event/dist/types/document/trackValue.d.ts +0 -17
  951. package/node_modules/@testing-library/user-event/dist/types/event/behavior/click.d.ts +0 -1
  952. package/node_modules/@testing-library/user-event/dist/types/event/behavior/cut.d.ts +0 -1
  953. package/node_modules/@testing-library/user-event/dist/types/event/behavior/index.d.ts +0 -8
  954. package/node_modules/@testing-library/user-event/dist/types/event/behavior/keydown.d.ts +0 -1
  955. package/node_modules/@testing-library/user-event/dist/types/event/behavior/keypress.d.ts +0 -1
  956. package/node_modules/@testing-library/user-event/dist/types/event/behavior/keyup.d.ts +0 -1
  957. package/node_modules/@testing-library/user-event/dist/types/event/behavior/paste.d.ts +0 -1
  958. package/node_modules/@testing-library/user-event/dist/types/event/behavior/registry.d.ts +0 -9
  959. package/node_modules/@testing-library/user-event/dist/types/event/createEvent.d.ts +0 -2
  960. package/node_modules/@testing-library/user-event/dist/types/event/dispatchEvent.d.ts +0 -5
  961. package/node_modules/@testing-library/user-event/dist/types/event/eventMap.d.ts +0 -265
  962. package/node_modules/@testing-library/user-event/dist/types/event/focus.d.ts +0 -5
  963. package/node_modules/@testing-library/user-event/dist/types/event/index.d.ts +0 -7
  964. package/node_modules/@testing-library/user-event/dist/types/event/input.d.ts +0 -2
  965. package/node_modules/@testing-library/user-event/dist/types/event/radio.d.ts +0 -4
  966. package/node_modules/@testing-library/user-event/dist/types/event/selection/getInputRange.d.ts +0 -5
  967. package/node_modules/@testing-library/user-event/dist/types/event/selection/getTargetTypeAndSelection.d.ts +0 -10
  968. package/node_modules/@testing-library/user-event/dist/types/event/selection/index.d.ts +0 -15
  969. package/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelection.d.ts +0 -8
  970. package/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelectionPerMouse.d.ts +0 -7
  971. package/node_modules/@testing-library/user-event/dist/types/event/selection/moveSelection.d.ts +0 -4
  972. package/node_modules/@testing-library/user-event/dist/types/event/selection/resolveCaretPosition.d.ts +0 -8
  973. package/node_modules/@testing-library/user-event/dist/types/event/selection/selectAll.d.ts +0 -5
  974. package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelection.d.ts +0 -10
  975. package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionPerMouse.d.ts +0 -8
  976. package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionRange.d.ts +0 -6
  977. package/node_modules/@testing-library/user-event/dist/types/event/selection/updateSelectionOnFocus.d.ts +0 -5
  978. package/node_modules/@testing-library/user-event/dist/types/event/types.d.ts +0 -20
  979. package/node_modules/@testing-library/user-event/dist/types/event/wrapEvent.d.ts +0 -1
  980. package/node_modules/@testing-library/user-event/dist/types/index.d.ts +0 -6
  981. package/node_modules/@testing-library/user-event/dist/types/keyboard/index.d.ts +0 -3
  982. package/node_modules/@testing-library/user-event/dist/types/keyboard/keyMap.d.ts +0 -5
  983. package/node_modules/@testing-library/user-event/dist/types/keyboard/parseKeyDef.d.ts +0 -17
  984. package/node_modules/@testing-library/user-event/dist/types/options.d.ts +0 -115
  985. package/node_modules/@testing-library/user-event/dist/types/pointer/index.d.ts +0 -28
  986. package/node_modules/@testing-library/user-event/dist/types/pointer/keyMap.d.ts +0 -2
  987. package/node_modules/@testing-library/user-event/dist/types/pointer/parseKeyDef.d.ts +0 -6
  988. package/node_modules/@testing-library/user-event/dist/types/setup/api.d.ts +0 -23
  989. package/node_modules/@testing-library/user-event/dist/types/setup/directApi.d.ts +0 -24
  990. package/node_modules/@testing-library/user-event/dist/types/setup/index.d.ts +0 -22
  991. package/node_modules/@testing-library/user-event/dist/types/setup/setup.d.ts +0 -44
  992. package/node_modules/@testing-library/user-event/dist/types/setup/wrapAsync.d.ts +0 -4
  993. package/node_modules/@testing-library/user-event/dist/types/system/index.d.ts +0 -10
  994. package/node_modules/@testing-library/user-event/dist/types/system/keyboard.d.ts +0 -50
  995. package/node_modules/@testing-library/user-event/dist/types/system/pointer/buttons.d.ts +0 -23
  996. package/node_modules/@testing-library/user-event/dist/types/system/pointer/device.d.ts +0 -8
  997. package/node_modules/@testing-library/user-event/dist/types/system/pointer/index.d.ts +0 -21
  998. package/node_modules/@testing-library/user-event/dist/types/system/pointer/mouse.d.ts +0 -31
  999. package/node_modules/@testing-library/user-event/dist/types/system/pointer/pointer.d.ts +0 -32
  1000. package/node_modules/@testing-library/user-event/dist/types/system/pointer/shared.d.ts +0 -20
  1001. package/node_modules/@testing-library/user-event/dist/types/utility/clear.d.ts +0 -2
  1002. package/node_modules/@testing-library/user-event/dist/types/utility/index.d.ts +0 -4
  1003. package/node_modules/@testing-library/user-event/dist/types/utility/selectOptions.d.ts +0 -3
  1004. package/node_modules/@testing-library/user-event/dist/types/utility/type.d.ts +0 -9
  1005. package/node_modules/@testing-library/user-event/dist/types/utility/upload.d.ts +0 -5
  1006. package/node_modules/@testing-library/user-event/dist/types/utils/click/isClickableInput.d.ts +0 -15
  1007. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Blob.d.ts +0 -3
  1008. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Clipboard.d.ts +0 -11
  1009. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/DataTransfer.d.ts +0 -2
  1010. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/FileList.d.ts +0 -1
  1011. package/node_modules/@testing-library/user-event/dist/types/utils/edit/isContentEditable.d.ts +0 -7
  1012. package/node_modules/@testing-library/user-event/dist/types/utils/edit/isEditable.d.ts +0 -24
  1013. package/node_modules/@testing-library/user-event/dist/types/utils/edit/maxLength.d.ts +0 -14
  1014. package/node_modules/@testing-library/user-event/dist/types/utils/edit/setFiles.d.ts +0 -12
  1015. package/node_modules/@testing-library/user-event/dist/types/utils/edit/timeValue.d.ts +0 -4
  1016. package/node_modules/@testing-library/user-event/dist/types/utils/focus/cursor.d.ts +0 -9
  1017. package/node_modules/@testing-library/user-event/dist/types/utils/focus/getActiveElement.d.ts +0 -2
  1018. package/node_modules/@testing-library/user-event/dist/types/utils/focus/getTabDestination.d.ts +0 -1
  1019. package/node_modules/@testing-library/user-event/dist/types/utils/focus/isFocusable.d.ts +0 -1
  1020. package/node_modules/@testing-library/user-event/dist/types/utils/focus/selection.d.ts +0 -8
  1021. package/node_modules/@testing-library/user-event/dist/types/utils/focus/selector.d.ts +0 -1
  1022. package/node_modules/@testing-library/user-event/dist/types/utils/index.d.ts +0 -29
  1023. package/node_modules/@testing-library/user-event/dist/types/utils/keyDef/readNextDescriptor.d.ts +0 -21
  1024. package/node_modules/@testing-library/user-event/dist/types/utils/misc/cloneEvent.d.ts +0 -1
  1025. package/node_modules/@testing-library/user-event/dist/types/utils/misc/findClosest.d.ts +0 -1
  1026. package/node_modules/@testing-library/user-event/dist/types/utils/misc/getDocumentFromNode.d.ts +0 -1
  1027. package/node_modules/@testing-library/user-event/dist/types/utils/misc/getTreeDiff.d.ts +0 -1
  1028. package/node_modules/@testing-library/user-event/dist/types/utils/misc/getWindow.d.ts +0 -1
  1029. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isDescendantOrSelf.d.ts +0 -1
  1030. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isDisabled.d.ts +0 -1
  1031. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isElementType.d.ts +0 -5
  1032. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isVisible.d.ts +0 -1
  1033. package/node_modules/@testing-library/user-event/dist/types/utils/misc/level.d.ts +0 -8
  1034. package/node_modules/@testing-library/user-event/dist/types/utils/misc/wait.d.ts +0 -2
  1035. package/node_modules/@testing-library/user-event/dist/types/utils/pointer/cssPointerEvents.d.ts +0 -19
  1036. package/node_modules/@testing-library/user-event/package.json +0 -112
  1037. package/node_modules/@types/node/LICENSE +0 -21
  1038. package/node_modules/@types/node/README.md +0 -15
  1039. package/node_modules/@types/node/assert/strict.d.ts +0 -8
  1040. package/node_modules/@types/node/assert.d.ts +0 -1040
  1041. package/node_modules/@types/node/async_hooks.d.ts +0 -541
  1042. package/node_modules/@types/node/buffer.d.ts +0 -2363
  1043. package/node_modules/@types/node/child_process.d.ts +0 -1542
  1044. package/node_modules/@types/node/cluster.d.ts +0 -578
  1045. package/node_modules/@types/node/console.d.ts +0 -452
  1046. package/node_modules/@types/node/constants.d.ts +0 -19
  1047. package/node_modules/@types/node/crypto.d.ts +0 -4522
  1048. package/node_modules/@types/node/dgram.d.ts +0 -596
  1049. package/node_modules/@types/node/diagnostics_channel.d.ts +0 -545
  1050. package/node_modules/@types/node/dns/promises.d.ts +0 -473
  1051. package/node_modules/@types/node/dns.d.ts +0 -853
  1052. package/node_modules/@types/node/dom-events.d.ts +0 -124
  1053. package/node_modules/@types/node/domain.d.ts +0 -170
  1054. package/node_modules/@types/node/events.d.ts +0 -884
  1055. package/node_modules/@types/node/fs/promises.d.ts +0 -1245
  1056. package/node_modules/@types/node/fs.d.ts +0 -4317
  1057. package/node_modules/@types/node/globals.d.ts +0 -411
  1058. package/node_modules/@types/node/globals.global.d.ts +0 -1
  1059. package/node_modules/@types/node/http.d.ts +0 -1889
  1060. package/node_modules/@types/node/http2.d.ts +0 -2418
  1061. package/node_modules/@types/node/https.d.ts +0 -550
  1062. package/node_modules/@types/node/index.d.ts +0 -89
  1063. package/node_modules/@types/node/inspector.d.ts +0 -2746
  1064. package/node_modules/@types/node/module.d.ts +0 -315
  1065. package/node_modules/@types/node/net.d.ts +0 -996
  1066. package/node_modules/@types/node/os.d.ts +0 -495
  1067. package/node_modules/@types/node/package.json +0 -217
  1068. package/node_modules/@types/node/path.d.ts +0 -191
  1069. package/node_modules/@types/node/perf_hooks.d.ts +0 -645
  1070. package/node_modules/@types/node/process.d.ts +0 -1747
  1071. package/node_modules/@types/node/punycode.d.ts +0 -117
  1072. package/node_modules/@types/node/querystring.d.ts +0 -153
  1073. package/node_modules/@types/node/readline/promises.d.ts +0 -150
  1074. package/node_modules/@types/node/readline.d.ts +0 -540
  1075. package/node_modules/@types/node/repl.d.ts +0 -430
  1076. package/node_modules/@types/node/sea.d.ts +0 -153
  1077. package/node_modules/@types/node/stream/consumers.d.ts +0 -12
  1078. package/node_modules/@types/node/stream/promises.d.ts +0 -83
  1079. package/node_modules/@types/node/stream/web.d.ts +0 -367
  1080. package/node_modules/@types/node/stream.d.ts +0 -1707
  1081. package/node_modules/@types/node/string_decoder.d.ts +0 -67
  1082. package/node_modules/@types/node/test.d.ts +0 -1470
  1083. package/node_modules/@types/node/timers/promises.d.ts +0 -97
  1084. package/node_modules/@types/node/timers.d.ts +0 -240
  1085. package/node_modules/@types/node/tls.d.ts +0 -1217
  1086. package/node_modules/@types/node/trace_events.d.ts +0 -197
  1087. package/node_modules/@types/node/tty.d.ts +0 -208
  1088. package/node_modules/@types/node/url.d.ts +0 -944
  1089. package/node_modules/@types/node/util.d.ts +0 -2276
  1090. package/node_modules/@types/node/v8.d.ts +0 -764
  1091. package/node_modules/@types/node/vm.d.ts +0 -921
  1092. package/node_modules/@types/node/wasi.d.ts +0 -181
  1093. package/node_modules/@types/node/worker_threads.d.ts +0 -691
  1094. package/node_modules/@types/node/zlib.d.ts +0 -530
  1095. package/node_modules/@types/react/LICENSE +0 -21
  1096. package/node_modules/@types/react/README.md +0 -15
  1097. package/node_modules/@types/react/canary.d.ts +0 -157
  1098. package/node_modules/@types/react/experimental.d.ts +0 -127
  1099. package/node_modules/@types/react/global.d.ts +0 -160
  1100. package/node_modules/@types/react/index.d.ts +0 -4537
  1101. package/node_modules/@types/react/jsx-dev-runtime.d.ts +0 -45
  1102. package/node_modules/@types/react/jsx-runtime.d.ts +0 -36
  1103. package/node_modules/@types/react/package.json +0 -210
  1104. package/node_modules/@types/react/ts5.0/canary.d.ts +0 -157
  1105. package/node_modules/@types/react/ts5.0/experimental.d.ts +0 -127
  1106. package/node_modules/@types/react/ts5.0/global.d.ts +0 -160
  1107. package/node_modules/@types/react/ts5.0/index.d.ts +0 -4524
  1108. package/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts +0 -44
  1109. package/node_modules/@types/react/ts5.0/jsx-runtime.d.ts +0 -35
  1110. package/node_modules/@types/react-dom/LICENSE +0 -21
  1111. package/node_modules/@types/react-dom/README.md +0 -16
  1112. package/node_modules/@types/react-dom/canary.d.ts +0 -185
  1113. package/node_modules/@types/react-dom/client.d.ts +0 -72
  1114. package/node_modules/@types/react-dom/experimental.d.ts +0 -36
  1115. package/node_modules/@types/react-dom/index.d.ts +0 -150
  1116. package/node_modules/@types/react-dom/package.json +0 -88
  1117. package/node_modules/@types/react-dom/server.d.ts +0 -131
  1118. package/node_modules/@types/react-dom/test-utils/index.d.ts +0 -402
  1119. package/node_modules/@vitest/ui/LICENSE +0 -21
  1120. package/node_modules/@vitest/ui/README.md +0 -21
  1121. package/node_modules/@vitest/ui/dist/client/assets/index-9agQl9q3.js +0 -35
  1122. package/node_modules/@vitest/ui/dist/client/assets/index-fUmMsp0O.css +0 -1
  1123. package/node_modules/@vitest/ui/dist/client/bg.png +0 -0
  1124. package/node_modules/@vitest/ui/dist/client/favicon.svg +0 -5
  1125. package/node_modules/@vitest/ui/dist/client/index.html +0 -26
  1126. package/node_modules/@vitest/ui/dist/index.d.ts +0 -6
  1127. package/node_modules/@vitest/ui/dist/index.js +0 -70
  1128. package/node_modules/@vitest/ui/dist/reporter.js +0 -109
  1129. package/node_modules/@vitest/ui/package.json +0 -89
  1130. package/node_modules/@vitest/ui/reporter.d.ts +0 -4
  1131. package/node_modules/@vitest/ui/shim.d.ts +0 -3
  1132. package/pnpm-lock.yaml +0 -6986
  1133. package/resources/tictoccroc/icons/colorLine/calendar-color-line.svg +0 -4
  1134. package/resources/tictoccroc/icons/colorLine/capacity-color-line.svg +0 -6
  1135. package/resources/tictoccroc/icons/colorLine/goods-color-line.svg +0 -4
  1136. package/resources/tictoccroc/icons/colorLine/index.ts +0 -5
  1137. package/resources/tictoccroc/icons/colorLine/kids-color-line.svg +0 -5
  1138. package/resources/tictoccroc/icons/colorLine/time-color-line.svg +0 -4
  1139. package/resources/tictoccroc/icons/emoji/average-plane-emoji.svg +0 -13
  1140. package/resources/tictoccroc/icons/emoji/excellent-plane-emoji.svg +0 -13
  1141. package/resources/tictoccroc/icons/emoji/good-plane-emoji.svg +0 -13
  1142. package/resources/tictoccroc/icons/emoji/index.ts +0 -3
  1143. package/resources/tictoccroc/icons/etc/cash-etc.svg +0 -5
  1144. package/resources/tictoccroc/icons/etc/check-etc.svg +0 -4
  1145. package/resources/tictoccroc/icons/etc/coupon-etc.svg +0 -16
  1146. package/resources/tictoccroc/icons/etc/index.ts +0 -5
  1147. package/resources/tictoccroc/icons/etc/point-etc.svg +0 -5
  1148. package/resources/tictoccroc/icons/etc/unscheduled-etc.svg +0 -19
  1149. package/resources/tictoccroc/icons/fill/alert-fill.svg +0 -3
  1150. package/resources/tictoccroc/icons/fill/apply-fill.svg +0 -3
  1151. package/resources/tictoccroc/icons/fill/arrow-down-fill.svg +0 -3
  1152. package/resources/tictoccroc/icons/fill/arrow-left-fill.svg +0 -3
  1153. package/resources/tictoccroc/icons/fill/arrow-right-fill.svg +0 -3
  1154. package/resources/tictoccroc/icons/fill/arrow-up-fill.svg +0 -3
  1155. package/resources/tictoccroc/icons/fill/chatting-fill.svg +0 -3
  1156. package/resources/tictoccroc/icons/fill/clr-fill.svg +0 -3
  1157. package/resources/tictoccroc/icons/fill/complete-fill.svg +0 -3
  1158. package/resources/tictoccroc/icons/fill/home-fill.svg +0 -3
  1159. package/resources/tictoccroc/icons/fill/index.ts +0 -19
  1160. package/resources/tictoccroc/icons/fill/info-fill.svg +0 -3
  1161. package/resources/tictoccroc/icons/fill/invalid-fill.svg +0 -3
  1162. package/resources/tictoccroc/icons/fill/like-fill.svg +0 -4
  1163. package/resources/tictoccroc/icons/fill/met-fill.svg +0 -3
  1164. package/resources/tictoccroc/icons/fill/ongoing-fill.svg +0 -3
  1165. package/resources/tictoccroc/icons/fill/review-fill.svg +0 -3
  1166. package/resources/tictoccroc/icons/fill/schedule-fill.svg +0 -3
  1167. package/resources/tictoccroc/icons/fill/tooltip-fill.svg +0 -3
  1168. package/resources/tictoccroc/icons/fill/user-fill.svg +0 -4
  1169. package/resources/tictoccroc/icons/index.ts +0 -5
  1170. package/resources/tictoccroc/icons/line/alarm-line.svg +0 -4
  1171. package/resources/tictoccroc/icons/line/align-edit.svg +0 -5
  1172. package/resources/tictoccroc/icons/line/align-line.svg +0 -4
  1173. package/resources/tictoccroc/icons/line/apply-line.svg +0 -7
  1174. package/resources/tictoccroc/icons/line/arrow-back-line.svg +0 -3
  1175. package/resources/tictoccroc/icons/line/arrow-downward-line.svg +0 -3
  1176. package/resources/tictoccroc/icons/line/arrow-forward-line.svg +0 -3
  1177. package/resources/tictoccroc/icons/line/arrow-upward-line.svg +0 -3
  1178. package/resources/tictoccroc/icons/line/attach-line.svg +0 -3
  1179. package/resources/tictoccroc/icons/line/ban-line.svg +0 -3
  1180. package/resources/tictoccroc/icons/line/browser-line.svg +0 -6
  1181. package/resources/tictoccroc/icons/line/calendar-line.svg +0 -3
  1182. package/resources/tictoccroc/icons/line/call-line.svg +0 -3
  1183. package/resources/tictoccroc/icons/line/camera-line.svg +0 -5
  1184. package/resources/tictoccroc/icons/line/card-line.svg +0 -3
  1185. package/resources/tictoccroc/icons/line/cash-line.svg +0 -4
  1186. package/resources/tictoccroc/icons/line/certificate-line.svg +0 -3
  1187. package/resources/tictoccroc/icons/line/chat-line.svg +0 -3
  1188. package/resources/tictoccroc/icons/line/chatting-line.svg +0 -7
  1189. package/resources/tictoccroc/icons/line/check-line.svg +0 -3
  1190. package/resources/tictoccroc/icons/line/chevron-down-line.svg +0 -3
  1191. package/resources/tictoccroc/icons/line/chevron-left-line.svg +0 -3
  1192. package/resources/tictoccroc/icons/line/chevron-right-line.svg +0 -3
  1193. package/resources/tictoccroc/icons/line/chevron-up-line.svg +0 -3
  1194. package/resources/tictoccroc/icons/line/close-line.svg +0 -3
  1195. package/resources/tictoccroc/icons/line/copy-line.svg +0 -3
  1196. package/resources/tictoccroc/icons/line/delete-line.svg +0 -6
  1197. package/resources/tictoccroc/icons/line/download-line.svg +0 -4
  1198. package/resources/tictoccroc/icons/line/eye-invisible-line.svg +0 -7
  1199. package/resources/tictoccroc/icons/line/eye-visible-line.svg +0 -3
  1200. package/resources/tictoccroc/icons/line/filter-line.svg +0 -5
  1201. package/resources/tictoccroc/icons/line/fullview-line.svg +0 -6
  1202. package/resources/tictoccroc/icons/line/goods-line.svg +0 -3
  1203. package/resources/tictoccroc/icons/line/hamburger-line.svg +0 -3
  1204. package/resources/tictoccroc/icons/line/headphone-line.svg +0 -3
  1205. package/resources/tictoccroc/icons/line/home-line.svg +0 -4
  1206. package/resources/tictoccroc/icons/line/img-disable-line.svg +0 -3
  1207. package/resources/tictoccroc/icons/line/img-line.svg +0 -4
  1208. package/resources/tictoccroc/icons/line/index.ts +0 -72
  1209. package/resources/tictoccroc/icons/line/information-line.svg +0 -4
  1210. package/resources/tictoccroc/icons/line/instagram-line.svg +0 -5
  1211. package/resources/tictoccroc/icons/line/insurance-line.svg +0 -4
  1212. package/resources/tictoccroc/icons/line/kids-line.svg +0 -6
  1213. package/resources/tictoccroc/icons/line/like-line.svg +0 -4
  1214. package/resources/tictoccroc/icons/line/link-line.svg +0 -5
  1215. package/resources/tictoccroc/icons/line/location-line.svg +0 -4
  1216. package/resources/tictoccroc/icons/line/match-type-line.svg +0 -4
  1217. package/resources/tictoccroc/icons/line/met-line.svg +0 -4
  1218. package/resources/tictoccroc/icons/line/minus-line.svg +0 -3
  1219. package/resources/tictoccroc/icons/line/mobile-line.svg +0 -4
  1220. package/resources/tictoccroc/icons/line/modify-line.svg +0 -4
  1221. package/resources/tictoccroc/icons/line/money-line.svg +0 -4
  1222. package/resources/tictoccroc/icons/line/more-line.svg +0 -6
  1223. package/resources/tictoccroc/icons/line/parking-line.svg +0 -5
  1224. package/resources/tictoccroc/icons/line/plus-line.svg +0 -3
  1225. package/resources/tictoccroc/icons/line/receipt-line.svg +0 -5
  1226. package/resources/tictoccroc/icons/line/reset-line.svg +0 -3
  1227. package/resources/tictoccroc/icons/line/schedule-line.svg +0 -13
  1228. package/resources/tictoccroc/icons/line/search-line.svg +0 -3
  1229. package/resources/tictoccroc/icons/line/setting-line.svg +0 -4
  1230. package/resources/tictoccroc/icons/line/share-line.svg +0 -5
  1231. package/resources/tictoccroc/icons/line/sms-line.svg +0 -4
  1232. package/resources/tictoccroc/icons/line/sound-line.svg +0 -5
  1233. package/resources/tictoccroc/icons/line/sound-off-line.svg +0 -4
  1234. package/resources/tictoccroc/icons/line/special-line.svg +0 -4
  1235. package/resources/tictoccroc/icons/line/time-line.svg +0 -4
  1236. package/resources/tictoccroc/icons/line/toy-line.svg +0 -3
  1237. package/resources/tictoccroc/icons/line/university-line.svg +0 -3
  1238. package/resources/tictoccroc/icons/line/upload-line.svg +0 -4
  1239. package/resources/tictoccroc/icons/line/user-line.svg +0 -6
  1240. package/resources/tictoccroc/icons/line/video-camera-line.svg +0 -4
  1241. package/resources/tictoccroc/icons/line/warning1-line.svg +0 -5
  1242. package/resources/tictoccroc/icons/line/warning2-line.svg +0 -4
  1243. package/resources/tictoccroc/icons/line/wifi-line.svg +0 -6
  1244. package/stories/Introduction.mdx +0 -113
  1245. package/stories/foundations/tictoccroc-parent.mdx +0 -189
  1246. package/stories/foundations/tictoccroc-teacher.mdx +0 -189
  1247. package/themes/tictoccroc/colors/background.ts +0 -9
  1248. package/themes/tictoccroc/colors/blue.ts +0 -16
  1249. package/themes/tictoccroc/colors/classType.ts +0 -12
  1250. package/themes/tictoccroc/colors/etc.ts +0 -12
  1251. package/themes/tictoccroc/colors/green.ts +0 -16
  1252. package/themes/tictoccroc/colors/grey.ts +0 -18
  1253. package/themes/tictoccroc/colors/index.ts +0 -8
  1254. package/themes/tictoccroc/colors/pink.ts +0 -16
  1255. package/themes/tictoccroc/colors/yellow.ts +0 -16
  1256. package/themes/tictoccroc/index.ts +0 -5
  1257. package/themes/tictoccroc/parentLight.ts +0 -65
  1258. package/themes/tictoccroc/teacherLight.ts +0 -65
  1259. package/themes/tictoccroc/typography/body.ts +0 -76
  1260. package/themes/tictoccroc/typography/caption.ts +0 -111
  1261. package/themes/tictoccroc/typography/display.ts +0 -90
  1262. package/themes/tictoccroc/typography/headline.ts +0 -132
  1263. package/themes/tictoccroc/typography/index.ts +0 -4
  1264. package/tsconfig.json +0 -32
  1265. package/typings/color.ts +0 -37
  1266. package/typings/component.ts +0 -59
  1267. package/typings/index.ts +0 -7
  1268. package/typings/theme/core.ts +0 -72
  1269. package/typings/theme/tictoccroc.ts +0 -29
  1270. package/typings/typography.ts +0 -30
  1271. package/typings/utility.ts +0 -20
  1272. package/utils/convertNumberToCSSValue.ts +0 -12
  1273. package/utils/debounce/debounce.ts +0 -17
  1274. package/utils/getContrastRatio/getContrastRatio.test.ts +0 -19
  1275. package/utils/getContrastRatio/getContrastRatio.ts +0 -12
  1276. package/utils/getContrastingTextColor/getContrastingTextColor.test.ts +0 -27
  1277. package/utils/getContrastingTextColor/getContrastingTextColor.ts +0 -33
  1278. package/utils/getIconLabel/getIconLabel.ts +0 -115
  1279. package/utils/getInterpolation/getInterpolation.ts +0 -16
  1280. package/utils/getPaletteColor/getPaletteColor.test.ts +0 -26
  1281. package/utils/getPaletteColor/getPaletteColor.ts +0 -71
  1282. package/utils/getRelativeLuminance/getRelativeLuminance.test.ts +0 -23
  1283. package/utils/getRelativeLuminance/getRelativeLuminance.ts +0 -7
  1284. package/utils/getSibling/getSibling.ts +0 -27
  1285. package/utils/hexToRgb/hexToRgb.test.ts +0 -28
  1286. package/utils/hexToRgb/hexToRgb.ts +0 -15
  1287. package/vite.config.mts +0 -188
  1288. package/vitest.setup.ts +0 -7
@@ -1,688 +0,0 @@
1
- <div align="center">
2
- <h1>React Testing Library</h1>
3
-
4
- <a href="https://www.emojione.com/emoji/1f410">
5
- <img
6
- height="80"
7
- width="80"
8
- alt="goat"
9
- src="https://raw.githubusercontent.com/testing-library/react-testing-library/main/other/goat.png"
10
- />
11
- </a>
12
-
13
- <p>Simple and complete React DOM testing utilities that encourage good testing
14
- practices.</p>
15
-
16
- <br />
17
-
18
- [**Read The Docs**](https://testing-library.com/react) |
19
- [Edit the docs](https://github.com/testing-library/testing-library-docs)
20
-
21
- <br />
22
- </div>
23
-
24
- <hr />
25
-
26
- <!-- prettier-ignore-start -->
27
- [![Build Status][build-badge]][build]
28
- [![Code Coverage][coverage-badge]][coverage]
29
- [![version][version-badge]][package]
30
- [![downloads][downloads-badge]][npmtrends]
31
- [![MIT License][license-badge]][license]
32
- [![All Contributors][all-contributors-badge]](#contributors)
33
- [![PRs Welcome][prs-badge]][prs]
34
- [![Code of Conduct][coc-badge]][coc]
35
- [![Discord][discord-badge]][discord]
36
-
37
- [![Watch on GitHub][github-watch-badge]][github-watch]
38
- [![Star on GitHub][github-star-badge]][github-star]
39
- [![Tweet][twitter-badge]][twitter]
40
- <!-- prettier-ignore-end -->
41
-
42
- <div align="center">
43
- <a href="https://testingjavascript.com">
44
- <img
45
- width="500"
46
- alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application."
47
- src="https://raw.githubusercontent.com/testing-library/react-testing-library/main/other/testingjavascript.jpg"
48
- />
49
- </a>
50
- </div>
51
-
52
- ## Table of Contents
53
-
54
- <!-- START doctoc generated TOC please keep comment here to allow auto update -->
55
- <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
56
-
57
- - [The problem](#the-problem)
58
- - [The solution](#the-solution)
59
- - [Installation](#installation)
60
- - [Suppressing unnecessary warnings on React DOM 16.8](#suppressing-unnecessary-warnings-on-react-dom-168)
61
- - [Examples](#examples)
62
- - [Basic Example](#basic-example)
63
- - [Complex Example](#complex-example)
64
- - [More Examples](#more-examples)
65
- - [Hooks](#hooks)
66
- - [Guiding Principles](#guiding-principles)
67
- - [Docs](#docs)
68
- - [Issues](#issues)
69
- - [πŸ› Bugs](#-bugs)
70
- - [πŸ’‘ Feature Requests](#-feature-requests)
71
- - [❓ Questions](#-questions)
72
- - [Contributors](#contributors)
73
- - [LICENSE](#license)
74
-
75
- <!-- END doctoc generated TOC please keep comment here to allow auto update -->
76
-
77
- ## The problem
78
-
79
- You want to write maintainable tests for your React components. As a part of
80
- this goal, you want your tests to avoid including implementation details of your
81
- components and rather focus on making your tests give you the confidence for
82
- which they are intended. As part of this, you want your testbase to be
83
- maintainable in the long run so refactors of your components (changes to
84
- implementation but not functionality) don't break your tests and slow you and
85
- your team down.
86
-
87
- ## The solution
88
-
89
- The `React Testing Library` is a very lightweight solution for testing React
90
- components. It provides light utility functions on top of `react-dom` and
91
- `react-dom/test-utils`, in a way that encourages better testing practices. Its
92
- primary guiding principle is:
93
-
94
- > [The more your tests resemble the way your software is used, the more
95
- > confidence they can give you.][guiding-principle]
96
-
97
- ## Installation
98
-
99
- This module is distributed via [npm][npm] which is bundled with [node][node] and
100
- should be installed as one of your project's `devDependencies`:
101
-
102
- ```
103
- npm install --save-dev @testing-library/react
104
- ```
105
-
106
- or
107
-
108
- for installation via [yarn][yarn]
109
-
110
- ```
111
- yarn add --dev @testing-library/react
112
- ```
113
-
114
- This library has `peerDependencies` listings for `react` and `react-dom`.
115
-
116
- _React Testing Library versions 13+ require React v18. If your project uses an
117
- older version of React, be sure to install version 12:_
118
-
119
- ```
120
- npm install --save-dev @testing-library/react@12
121
-
122
-
123
- yarn add --dev @testing-library/react@12
124
- ```
125
-
126
- You may also be interested in installing `@testing-library/jest-dom` so you can
127
- use [the custom jest matchers](https://github.com/testing-library/jest-dom).
128
-
129
- > [**Docs**](https://testing-library.com/react)
130
-
131
- ### Suppressing unnecessary warnings on React DOM 16.8
132
-
133
- There is a known compatibility issue with React DOM 16.8 where you will see the
134
- following warning:
135
-
136
- ```
137
- Warning: An update to ComponentName inside a test was not wrapped in act(...).
138
- ```
139
-
140
- If you cannot upgrade to React DOM 16.9, you may suppress the warnings by adding
141
- the following snippet to your test configuration
142
- ([learn more](https://github.com/testing-library/react-testing-library/issues/281)):
143
-
144
- ```js
145
- // this is just a little hack to silence a warning that we'll get until we
146
- // upgrade to 16.9. See also: https://github.com/facebook/react/pull/14853
147
- const originalError = console.error
148
- beforeAll(() => {
149
- console.error = (...args) => {
150
- if (/Warning.*not wrapped in act/.test(args[0])) {
151
- return
152
- }
153
- originalError.call(console, ...args)
154
- }
155
- })
156
-
157
- afterAll(() => {
158
- console.error = originalError
159
- })
160
- ```
161
-
162
- ## Examples
163
-
164
- ### Basic Example
165
-
166
- ```jsx
167
- // hidden-message.js
168
- import * as React from 'react'
169
-
170
- // NOTE: React Testing Library works well with React Hooks and classes.
171
- // Your tests will be the same regardless of how you write your components.
172
- function HiddenMessage({children}) {
173
- const [showMessage, setShowMessage] = React.useState(false)
174
- return (
175
- <div>
176
- <label htmlFor="toggle">Show Message</label>
177
- <input
178
- id="toggle"
179
- type="checkbox"
180
- onChange={e => setShowMessage(e.target.checked)}
181
- checked={showMessage}
182
- />
183
- {showMessage ? children : null}
184
- </div>
185
- )
186
- }
187
-
188
- export default HiddenMessage
189
- ```
190
-
191
- ```jsx
192
- // __tests__/hidden-message.js
193
- // these imports are something you'd normally configure Jest to import for you
194
- // automatically. Learn more in the setup docs: https://testing-library.com/docs/react-testing-library/setup#cleanup
195
- import '@testing-library/jest-dom'
196
- // NOTE: jest-dom adds handy assertions to Jest and is recommended, but not required
197
-
198
- import * as React from 'react'
199
- import {render, fireEvent, screen} from '@testing-library/react'
200
- import HiddenMessage from '../hidden-message'
201
-
202
- test('shows the children when the checkbox is checked', () => {
203
- const testMessage = 'Test Message'
204
- render(<HiddenMessage>{testMessage}</HiddenMessage>)
205
-
206
- // query* functions will return the element or null if it cannot be found
207
- // get* functions will return the element or throw an error if it cannot be found
208
- expect(screen.queryByText(testMessage)).toBeNull()
209
-
210
- // the queries can accept a regex to make your selectors more resilient to content tweaks and changes.
211
- fireEvent.click(screen.getByLabelText(/show/i))
212
-
213
- // .toBeInTheDocument() is an assertion that comes from jest-dom
214
- // otherwise you could use .toBeDefined()
215
- expect(screen.getByText(testMessage)).toBeInTheDocument()
216
- })
217
- ```
218
-
219
- ### Complex Example
220
-
221
- ```jsx
222
- // login.js
223
- import * as React from 'react'
224
-
225
- function Login() {
226
- const [state, setState] = React.useReducer((s, a) => ({...s, ...a}), {
227
- resolved: false,
228
- loading: false,
229
- error: null,
230
- })
231
-
232
- function handleSubmit(event) {
233
- event.preventDefault()
234
- const {usernameInput, passwordInput} = event.target.elements
235
-
236
- setState({loading: true, resolved: false, error: null})
237
-
238
- window
239
- .fetch('/api/login', {
240
- method: 'POST',
241
- headers: {'Content-Type': 'application/json'},
242
- body: JSON.stringify({
243
- username: usernameInput.value,
244
- password: passwordInput.value,
245
- }),
246
- })
247
- .then(r => r.json().then(data => (r.ok ? data : Promise.reject(data))))
248
- .then(
249
- user => {
250
- setState({loading: false, resolved: true, error: null})
251
- window.localStorage.setItem('token', user.token)
252
- },
253
- error => {
254
- setState({loading: false, resolved: false, error: error.message})
255
- },
256
- )
257
- }
258
-
259
- return (
260
- <div>
261
- <form onSubmit={handleSubmit}>
262
- <div>
263
- <label htmlFor="usernameInput">Username</label>
264
- <input id="usernameInput" />
265
- </div>
266
- <div>
267
- <label htmlFor="passwordInput">Password</label>
268
- <input id="passwordInput" type="password" />
269
- </div>
270
- <button type="submit">Submit{state.loading ? '...' : null}</button>
271
- </form>
272
- {state.error ? <div role="alert">{state.error}</div> : null}
273
- {state.resolved ? (
274
- <div role="alert">Congrats! You're signed in!</div>
275
- ) : null}
276
- </div>
277
- )
278
- }
279
-
280
- export default Login
281
- ```
282
-
283
- ```jsx
284
- // __tests__/login.js
285
- // again, these first two imports are something you'd normally handle in
286
- // your testing framework configuration rather than importing them in every file.
287
- import '@testing-library/jest-dom'
288
- import * as React from 'react'
289
- // import API mocking utilities from Mock Service Worker.
290
- import {rest} from 'msw'
291
- import {setupServer} from 'msw/node'
292
- // import testing utilities
293
- import {render, fireEvent, screen} from '@testing-library/react'
294
- import Login from '../login'
295
-
296
- const fakeUserResponse = {token: 'fake_user_token'}
297
- const server = setupServer(
298
- rest.post('/api/login', (req, res, ctx) => {
299
- return res(ctx.json(fakeUserResponse))
300
- }),
301
- )
302
-
303
- beforeAll(() => server.listen())
304
- afterEach(() => {
305
- server.resetHandlers()
306
- window.localStorage.removeItem('token')
307
- })
308
- afterAll(() => server.close())
309
-
310
- test('allows the user to login successfully', async () => {
311
- render(<Login />)
312
-
313
- // fill out the form
314
- fireEvent.change(screen.getByLabelText(/username/i), {
315
- target: {value: 'chuck'},
316
- })
317
- fireEvent.change(screen.getByLabelText(/password/i), {
318
- target: {value: 'norris'},
319
- })
320
-
321
- fireEvent.click(screen.getByText(/submit/i))
322
-
323
- // just like a manual tester, we'll instruct our test to wait for the alert
324
- // to show up before continuing with our assertions.
325
- const alert = await screen.findByRole('alert')
326
-
327
- // .toHaveTextContent() comes from jest-dom's assertions
328
- // otherwise you could use expect(alert.textContent).toMatch(/congrats/i)
329
- // but jest-dom will give you better error messages which is why it's recommended
330
- expect(alert).toHaveTextContent(/congrats/i)
331
- expect(window.localStorage.getItem('token')).toEqual(fakeUserResponse.token)
332
- })
333
-
334
- test('handles server exceptions', async () => {
335
- // mock the server error response for this test suite only.
336
- server.use(
337
- rest.post('/api/login', (req, res, ctx) => {
338
- return res(ctx.status(500), ctx.json({message: 'Internal server error'}))
339
- }),
340
- )
341
-
342
- render(<Login />)
343
-
344
- // fill out the form
345
- fireEvent.change(screen.getByLabelText(/username/i), {
346
- target: {value: 'chuck'},
347
- })
348
- fireEvent.change(screen.getByLabelText(/password/i), {
349
- target: {value: 'norris'},
350
- })
351
-
352
- fireEvent.click(screen.getByText(/submit/i))
353
-
354
- // wait for the error message
355
- const alert = await screen.findByRole('alert')
356
-
357
- expect(alert).toHaveTextContent(/internal server error/i)
358
- expect(window.localStorage.getItem('token')).toBeNull()
359
- })
360
- ```
361
-
362
- > We recommend using [Mock Service Worker](https://github.com/mswjs/msw) library
363
- > to declaratively mock API communication in your tests instead of stubbing
364
- > `window.fetch`, or relying on third-party adapters.
365
-
366
- ### More Examples
367
-
368
- > We're in the process of moving examples to the
369
- > [docs site](https://testing-library.com/docs/example-codesandbox)
370
-
371
- You'll find runnable examples of testing with different libraries in
372
- [the `react-testing-library-examples` codesandbox](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples).
373
- Some included are:
374
-
375
- - [`react-redux`](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/main/?fontsize=14&module=%2Fsrc%2F__tests__%2Freact-redux.js&previewwindow=tests)
376
- - [`react-router`](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/main/?fontsize=14&module=%2Fsrc%2F__tests__%2Freact-router.js&previewwindow=tests)
377
- - [`react-context`](https://codesandbox.io/s/github/kentcdodds/react-testing-library-examples/tree/main/?fontsize=14&module=%2Fsrc%2F__tests__%2Freact-context.js&previewwindow=tests)
378
-
379
- ## Hooks
380
-
381
- If you are interested in testing a custom hook, check out [React Hooks Testing
382
- Library][react-hooks-testing-library].
383
-
384
- > NOTE: it is not recommended to test single-use custom hooks in isolation from
385
- > the components where it's being used. It's better to test the component that's
386
- > using the hook rather than the hook itself. The `React Hooks Testing Library`
387
- > is intended to be used for reusable hooks/libraries.
388
-
389
- ## Guiding Principles
390
-
391
- > [The more your tests resemble the way your software is used, the more
392
- > confidence they can give you.][guiding-principle]
393
-
394
- We try to only expose methods and utilities that encourage you to write tests
395
- that closely resemble how your React components are used.
396
-
397
- Utilities are included in this project based on the following guiding
398
- principles:
399
-
400
- 1. If it relates to rendering components, it deals with DOM nodes rather than
401
- component instances, nor should it encourage dealing with component
402
- instances.
403
- 2. It should be generally useful for testing individual React components or
404
- full React applications. While this library is focused on `react-dom`,
405
- utilities could be included even if they don't directly relate to
406
- `react-dom`.
407
- 3. Utility implementations and APIs should be simple and flexible.
408
-
409
- Most importantly, we want React Testing Library to be pretty light-weight,
410
- simple, and easy to understand.
411
-
412
- ## Docs
413
-
414
- [**Read The Docs**](https://testing-library.com/react) |
415
- [Edit the docs](https://github.com/testing-library/testing-library-docs)
416
-
417
- ## Issues
418
-
419
- Looking to contribute? Look for the [Good First Issue][good-first-issue] label.
420
-
421
- ### πŸ› Bugs
422
-
423
- Please file an issue for bugs, missing documentation, or unexpected behavior.
424
-
425
- [**See Bugs**][bugs]
426
-
427
- ### πŸ’‘ Feature Requests
428
-
429
- Please file an issue to suggest new features. Vote on feature requests by adding
430
- a πŸ‘. This helps maintainers prioritize what to work on.
431
-
432
- [**See Feature Requests**][requests]
433
-
434
- ### ❓ Questions
435
-
436
- For questions related to using the library, please visit a support community
437
- instead of filing an issue on GitHub.
438
-
439
- - [Discord][discord]
440
- - [Stack Overflow][stackoverflow]
441
-
442
- ## Contributors
443
-
444
- Thanks goes to these people ([emoji key][emojis]):
445
-
446
- <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
447
- <!-- prettier-ignore-start -->
448
- <!-- markdownlint-disable -->
449
- <table>
450
- <tbody>
451
- <tr>
452
- <td align="center" valign="top" width="14.28%"><a href="https://kentcdodds.com"><img src="https://avatars.githubusercontent.com/u/1500684?v=3?s=100" width="100px;" alt="Kent C. Dodds"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=kentcdodds" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=kentcdodds" title="Documentation">πŸ“–</a> <a href="#infra-kentcdodds" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=kentcdodds" title="Tests">⚠️</a></td>
453
- <td align="center" valign="top" width="14.28%"><a href="http://audiolion.github.io"><img src="https://avatars1.githubusercontent.com/u/2430381?v=4?s=100" width="100px;" alt="Ryan Castner"/><br /><sub><b>Ryan Castner</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=audiolion" title="Documentation">πŸ“–</a></td>
454
- <td align="center" valign="top" width="14.28%"><a href="https://www.dnlsandiego.com"><img src="https://avatars0.githubusercontent.com/u/8008023?v=4?s=100" width="100px;" alt="Daniel Sandiego"/><br /><sub><b>Daniel Sandiego</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=dnlsandiego" title="Code">πŸ’»</a></td>
455
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/Miklet"><img src="https://avatars2.githubusercontent.com/u/12592677?v=4?s=100" width="100px;" alt="PaweΕ‚ MikoΕ‚ajczyk"/><br /><sub><b>PaweΕ‚ MikoΕ‚ajczyk</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=Miklet" title="Code">πŸ’»</a></td>
456
- <td align="center" valign="top" width="14.28%"><a href="http://co.linkedin.com/in/alejandronanez/"><img src="https://avatars3.githubusercontent.com/u/464978?v=4?s=100" width="100px;" alt="Alejandro ÑÑñez Ortiz"/><br /><sub><b>Alejandro ÑÑñez Ortiz</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=alejandronanez" title="Documentation">πŸ“–</a></td>
457
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/pbomb"><img src="https://avatars0.githubusercontent.com/u/1402095?v=4?s=100" width="100px;" alt="Matt Parrish"/><br /><sub><b>Matt Parrish</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Apbomb" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=pbomb" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=pbomb" title="Documentation">πŸ“–</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=pbomb" title="Tests">⚠️</a></td>
458
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/wKovacs64"><img src="https://avatars1.githubusercontent.com/u/1288694?v=4?s=100" width="100px;" alt="Justin Hall"/><br /><sub><b>Justin Hall</b></sub></a><br /><a href="#platform-wKovacs64" title="Packaging/porting to new platform">πŸ“¦</a></td>
459
- </tr>
460
- <tr>
461
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/antoaravinth"><img src="https://avatars1.githubusercontent.com/u/1241511?s=460&v=4?s=100" width="100px;" alt="Anto Aravinth"/><br /><sub><b>Anto Aravinth</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=antoaravinth" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=antoaravinth" title="Tests">⚠️</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=antoaravinth" title="Documentation">πŸ“–</a></td>
462
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/JonahMoses"><img src="https://avatars2.githubusercontent.com/u/3462296?v=4?s=100" width="100px;" alt="Jonah Moses"/><br /><sub><b>Jonah Moses</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=JonahMoses" title="Documentation">πŸ“–</a></td>
463
- <td align="center" valign="top" width="14.28%"><a href="http://team.thebrain.pro"><img src="https://avatars1.githubusercontent.com/u/4002543?v=4?s=100" width="100px;" alt="Łukasz Gandecki"/><br /><sub><b>Łukasz Gandecki</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=lgandecki" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=lgandecki" title="Tests">⚠️</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=lgandecki" title="Documentation">πŸ“–</a></td>
464
- <td align="center" valign="top" width="14.28%"><a href="https://sompylasar.github.io"><img src="https://avatars2.githubusercontent.com/u/498274?v=4?s=100" width="100px;" alt="Ivan Babak"/><br /><sub><b>Ivan Babak</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Asompylasar" title="Bug reports">πŸ›</a> <a href="#ideas-sompylasar" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
465
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/jday3"><img src="https://avatars3.githubusercontent.com/u/4439618?v=4?s=100" width="100px;" alt="Jesse Day"/><br /><sub><b>Jesse Day</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=jday3" title="Code">πŸ’»</a></td>
466
- <td align="center" valign="top" width="14.28%"><a href="http://gnapse.github.io"><img src="https://avatars0.githubusercontent.com/u/15199?v=4?s=100" width="100px;" alt="Ernesto GarcΓ­a"/><br /><sub><b>Ernesto GarcΓ­a</b></sub></a><br /><a href="#question-gnapse" title="Answering Questions">πŸ’¬</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=gnapse" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=gnapse" title="Documentation">πŸ“–</a></td>
467
- <td align="center" valign="top" width="14.28%"><a href="http://jomaxx.com"><img src="https://avatars2.githubusercontent.com/u/2747424?v=4?s=100" width="100px;" alt="Josef Maxx Blake"/><br /><sub><b>Josef Maxx Blake</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=jomaxx" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=jomaxx" title="Documentation">πŸ“–</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=jomaxx" title="Tests">⚠️</a></td>
468
- </tr>
469
- <tr>
470
- <td align="center" valign="top" width="14.28%"><a href="https://twitter.com/baranovskim"><img src="https://avatars1.githubusercontent.com/u/29602306?v=4?s=100" width="100px;" alt="Michal Baranowski"/><br /><sub><b>Michal Baranowski</b></sub></a><br /><a href="#blog-mbaranovski" title="Blogposts">πŸ“</a> <a href="#tutorial-mbaranovski" title="Tutorials">βœ…</a></td>
471
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/aputhin"><img src="https://avatars3.githubusercontent.com/u/13985684?v=4?s=100" width="100px;" alt="Arthur Puthin"/><br /><sub><b>Arthur Puthin</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=aputhin" title="Documentation">πŸ“–</a></td>
472
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/thchia"><img src="https://avatars2.githubusercontent.com/u/21194045?v=4?s=100" width="100px;" alt="Thomas Chia"/><br /><sub><b>Thomas Chia</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=thchia" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=thchia" title="Documentation">πŸ“–</a></td>
473
- <td align="center" valign="top" width="14.28%"><a href="http://ilegra.com/"><img src="https://avatars3.githubusercontent.com/u/20430611?v=4?s=100" width="100px;" alt="Thiago Galvani"/><br /><sub><b>Thiago Galvani</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=thiagopaiva99" title="Documentation">πŸ“–</a></td>
474
- <td align="center" valign="top" width="14.28%"><a href="http://Chriswcs.github.io"><img src="https://avatars1.githubusercontent.com/u/19828824?v=4?s=100" width="100px;" alt="Christian"/><br /><sub><b>Christian</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=ChrisWcs" title="Tests">⚠️</a></td>
475
- <td align="center" valign="top" width="14.28%"><a href="https://alexkrolick.com"><img src="https://avatars3.githubusercontent.com/u/1571667?v=4?s=100" width="100px;" alt="Alex Krolick"/><br /><sub><b>Alex Krolick</b></sub></a><br /><a href="#question-alexkrolick" title="Answering Questions">πŸ’¬</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=alexkrolick" title="Documentation">πŸ“–</a> <a href="#example-alexkrolick" title="Examples">πŸ’‘</a> <a href="#ideas-alexkrolick" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
476
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/johann-sonntagbauer"><img src="https://avatars3.githubusercontent.com/u/1239401?v=4?s=100" width="100px;" alt="Johann Hubert Sonntagbauer"/><br /><sub><b>Johann Hubert Sonntagbauer</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=johann-sonntagbauer" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=johann-sonntagbauer" title="Documentation">πŸ“–</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=johann-sonntagbauer" title="Tests">⚠️</a></td>
477
- </tr>
478
- <tr>
479
- <td align="center" valign="top" width="14.28%"><a href="http://www.maddijoyce.com"><img src="https://avatars2.githubusercontent.com/u/2224291?v=4?s=100" width="100px;" alt="Maddi Joyce"/><br /><sub><b>Maddi Joyce</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=maddijoyce" title="Code">πŸ’»</a></td>
480
- <td align="center" valign="top" width="14.28%"><a href="http://www.vicesoftware.com"><img src="https://avatars2.githubusercontent.com/u/10080111?v=4?s=100" width="100px;" alt="Ryan Vice"/><br /><sub><b>Ryan Vice</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=RyanAtViceSoftware" title="Documentation">πŸ“–</a></td>
481
- <td align="center" valign="top" width="14.28%"><a href="https://ianwilson.io"><img src="https://avatars1.githubusercontent.com/u/7942604?v=4?s=100" width="100px;" alt="Ian Wilson"/><br /><sub><b>Ian Wilson</b></sub></a><br /><a href="#blog-iwilsonq" title="Blogposts">πŸ“</a> <a href="#tutorial-iwilsonq" title="Tutorials">βœ…</a></td>
482
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/InExtremaRes"><img src="https://avatars2.githubusercontent.com/u/1635491?v=4?s=100" width="100px;" alt="Daniel"/><br /><sub><b>Daniel</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3AInExtremaRes" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=InExtremaRes" title="Code">πŸ’»</a></td>
483
- <td align="center" valign="top" width="14.28%"><a href="https://twitter.com/Gpx"><img src="https://avatars0.githubusercontent.com/u/767959?v=4?s=100" width="100px;" alt="Giorgio Polvara"/><br /><sub><b>Giorgio Polvara</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3AGpx" title="Bug reports">πŸ›</a> <a href="#ideas-Gpx" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
484
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/jgoz"><img src="https://avatars2.githubusercontent.com/u/132233?v=4?s=100" width="100px;" alt="John Gozde"/><br /><sub><b>John Gozde</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=jgoz" title="Code">πŸ’»</a></td>
485
- <td align="center" valign="top" width="14.28%"><a href="https://twitter.com/SavePointSam"><img src="https://avatars0.githubusercontent.com/u/8203211?v=4?s=100" width="100px;" alt="Sam Horton"/><br /><sub><b>Sam Horton</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=SavePointSam" title="Documentation">πŸ“–</a> <a href="#example-SavePointSam" title="Examples">πŸ’‘</a> <a href="#ideas-SavePointSam" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
486
- </tr>
487
- <tr>
488
- <td align="center" valign="top" width="14.28%"><a href="http://www.richardkotze.com"><img src="https://avatars2.githubusercontent.com/u/10452163?v=4?s=100" width="100px;" alt="Richard Kotze (mobile)"/><br /><sub><b>Richard Kotze (mobile)</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=rkotze" title="Documentation">πŸ“–</a></td>
489
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/sotobuild"><img src="https://avatars2.githubusercontent.com/u/10819833?v=4?s=100" width="100px;" alt="Brahian E. Soto Mercedes"/><br /><sub><b>Brahian E. Soto Mercedes</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=sotobuild" title="Documentation">πŸ“–</a></td>
490
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/bdelaforest"><img src="https://avatars2.githubusercontent.com/u/7151559?v=4?s=100" width="100px;" alt="Benoit de La Forest"/><br /><sub><b>Benoit de La Forest</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=bdelaforest" title="Documentation">πŸ“–</a></td>
491
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/thesalah"><img src="https://avatars3.githubusercontent.com/u/6624197?v=4?s=100" width="100px;" alt="Salah"/><br /><sub><b>Salah</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=thesalah" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=thesalah" title="Tests">⚠️</a></td>
492
- <td align="center" valign="top" width="14.28%"><a href="http://gordonizer.com"><img src="https://avatars2.githubusercontent.com/u/370054?v=4?s=100" width="100px;" alt="Adam Gordon"/><br /><sub><b>Adam Gordon</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Aicfantv" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=icfantv" title="Code">πŸ’»</a></td>
493
- <td align="center" valign="top" width="14.28%"><a href="https://silvenon.com"><img src="https://avatars2.githubusercontent.com/u/471278?v=4?s=100" width="100px;" alt="Matija MarohniΔ‡"/><br /><sub><b>Matija MarohniΔ‡</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=silvenon" title="Documentation">πŸ“–</a></td>
494
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/Dajust"><img src="https://avatars3.githubusercontent.com/u/8015514?v=4?s=100" width="100px;" alt="Justice Mba"/><br /><sub><b>Justice Mba</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=Dajust" title="Documentation">πŸ“–</a></td>
495
- </tr>
496
- <tr>
497
- <td align="center" valign="top" width="14.28%"><a href="https://markpollmann.com/"><img src="https://avatars2.githubusercontent.com/u/5286559?v=4?s=100" width="100px;" alt="Mark Pollmann"/><br /><sub><b>Mark Pollmann</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=MarkPollmann" title="Documentation">πŸ“–</a></td>
498
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/ehteshamkafeel"><img src="https://avatars1.githubusercontent.com/u/1213123?v=4?s=100" width="100px;" alt="Ehtesham Kafeel"/><br /><sub><b>Ehtesham Kafeel</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=ehteshamkafeel" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=ehteshamkafeel" title="Documentation">πŸ“–</a></td>
499
- <td align="center" valign="top" width="14.28%"><a href="http://jpavon.com"><img src="https://avatars2.githubusercontent.com/u/1493505?v=4?s=100" width="100px;" alt="Julio PavΓ³n"/><br /><sub><b>Julio PavΓ³n</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=jpavon" title="Code">πŸ’»</a></td>
500
- <td align="center" valign="top" width="14.28%"><a href="http://www.duncanleung.com/"><img src="https://avatars3.githubusercontent.com/u/1765048?v=4?s=100" width="100px;" alt="Duncan L"/><br /><sub><b>Duncan L</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=duncanleung" title="Documentation">πŸ“–</a> <a href="#example-duncanleung" title="Examples">πŸ’‘</a></td>
501
- <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/tyagow/?locale=en_US"><img src="https://avatars1.githubusercontent.com/u/700778?v=4?s=100" width="100px;" alt="Tiago Almeida"/><br /><sub><b>Tiago Almeida</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=tyagow" title="Documentation">πŸ“–</a></td>
502
- <td align="center" valign="top" width="14.28%"><a href="http://rbrtsmith.com/"><img src="https://avatars2.githubusercontent.com/u/4982001?v=4?s=100" width="100px;" alt="Robert Smith"/><br /><sub><b>Robert Smith</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Arbrtsmith" title="Bug reports">πŸ›</a></td>
503
- <td align="center" valign="top" width="14.28%"><a href="https://offbyone.tech"><img src="https://avatars0.githubusercontent.com/u/1700355?v=4?s=100" width="100px;" alt="Zach Green"/><br /><sub><b>Zach Green</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=zgreen" title="Documentation">πŸ“–</a></td>
504
- </tr>
505
- <tr>
506
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/dadamssg"><img src="https://avatars3.githubusercontent.com/u/881986?v=4?s=100" width="100px;" alt="dadamssg"/><br /><sub><b>dadamssg</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=dadamssg" title="Documentation">πŸ“–</a></td>
507
- <td align="center" valign="top" width="14.28%"><a href="https://www.yaabed.com/"><img src="https://avatars0.githubusercontent.com/u/8734097?v=4?s=100" width="100px;" alt="Yazan Aabed"/><br /><sub><b>Yazan Aabed</b></sub></a><br /><a href="#blog-YazanAabeed" title="Blogposts">πŸ“</a></td>
508
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/timbonicus"><img src="https://avatars0.githubusercontent.com/u/556258?v=4?s=100" width="100px;" alt="Tim"/><br /><sub><b>Tim</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Atimbonicus" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=timbonicus" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=timbonicus" title="Documentation">πŸ“–</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=timbonicus" title="Tests">⚠️</a></td>
509
- <td align="center" valign="top" width="14.28%"><a href="http://divyanshu.xyz"><img src="https://avatars3.githubusercontent.com/u/6682655?v=4?s=100" width="100px;" alt="Divyanshu Maithani"/><br /><sub><b>Divyanshu Maithani</b></sub></a><br /><a href="#tutorial-divyanshu013" title="Tutorials">βœ…</a> <a href="#video-divyanshu013" title="Videos">πŸ“Ή</a></td>
510
- <td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/metagrover"><img src="https://avatars2.githubusercontent.com/u/9116042?v=4?s=100" width="100px;" alt="Deepak Grover"/><br /><sub><b>Deepak Grover</b></sub></a><br /><a href="#tutorial-metagrover" title="Tutorials">βœ…</a> <a href="#video-metagrover" title="Videos">πŸ“Ή</a></td>
511
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/eyalcohen4"><img src="https://avatars0.githubusercontent.com/u/16276358?v=4?s=100" width="100px;" alt="Eyal Cohen"/><br /><sub><b>Eyal Cohen</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=eyalcohen4" title="Documentation">πŸ“–</a></td>
512
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/petermakowski"><img src="https://avatars3.githubusercontent.com/u/7452681?v=4?s=100" width="100px;" alt="Peter Makowski"/><br /><sub><b>Peter Makowski</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=petermakowski" title="Documentation">πŸ“–</a></td>
513
- </tr>
514
- <tr>
515
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/Michielnuyts"><img src="https://avatars2.githubusercontent.com/u/20361668?v=4?s=100" width="100px;" alt="Michiel Nuyts"/><br /><sub><b>Michiel Nuyts</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=Michielnuyts" title="Documentation">πŸ“–</a></td>
516
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/joeynimu"><img src="https://avatars0.githubusercontent.com/u/1195863?v=4?s=100" width="100px;" alt="Joe Ng'ethe"/><br /><sub><b>Joe Ng'ethe</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=joeynimu" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=joeynimu" title="Documentation">πŸ“–</a></td>
517
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/Enikol"><img src="https://avatars3.githubusercontent.com/u/19998290?v=4?s=100" width="100px;" alt="Kate"/><br /><sub><b>Kate</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=Enikol" title="Documentation">πŸ“–</a></td>
518
- <td align="center" valign="top" width="14.28%"><a href="http://www.seanrparker.com"><img src="https://avatars1.githubusercontent.com/u/11980217?v=4?s=100" width="100px;" alt="Sean"/><br /><sub><b>Sean</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=SeanRParker" title="Documentation">πŸ“–</a></td>
519
- <td align="center" valign="top" width="14.28%"><a href="http://jlongster.com"><img src="https://avatars2.githubusercontent.com/u/17031?v=4?s=100" width="100px;" alt="James Long"/><br /><sub><b>James Long</b></sub></a><br /><a href="#ideas-jlongster" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#platform-jlongster" title="Packaging/porting to new platform">πŸ“¦</a></td>
520
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/hhagely"><img src="https://avatars1.githubusercontent.com/u/10118777?v=4?s=100" width="100px;" alt="Herb Hagely"/><br /><sub><b>Herb Hagely</b></sub></a><br /><a href="#example-hhagely" title="Examples">πŸ’‘</a></td>
521
- <td align="center" valign="top" width="14.28%"><a href="http://www.wendtedesigns.com/"><img src="https://avatars2.githubusercontent.com/u/5779538?v=4?s=100" width="100px;" alt="Alex Wendte"/><br /><sub><b>Alex Wendte</b></sub></a><br /><a href="#example-themostcolm" title="Examples">πŸ’‘</a></td>
522
- </tr>
523
- <tr>
524
- <td align="center" valign="top" width="14.28%"><a href="http://www.aboutmonica.com"><img src="https://avatars0.githubusercontent.com/u/6998954?v=4?s=100" width="100px;" alt="Monica Powell"/><br /><sub><b>Monica Powell</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=M0nica" title="Documentation">πŸ“–</a></td>
525
- <td align="center" valign="top" width="14.28%"><a href="http://sivkoff.com"><img src="https://avatars1.githubusercontent.com/u/2699953?v=4?s=100" width="100px;" alt="Vitaly Sivkov"/><br /><sub><b>Vitaly Sivkov</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=sivkoff" title="Code">πŸ’»</a></td>
526
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/weyert"><img src="https://avatars3.githubusercontent.com/u/7049?v=4?s=100" width="100px;" alt="Weyert de Boer"/><br /><sub><b>Weyert de Boer</b></sub></a><br /><a href="#ideas-weyert" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3Aweyert" title="Reviewed Pull Requests">πŸ‘€</a> <a href="#design-weyert" title="Design">🎨</a></td>
527
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/EstebanMarin"><img src="https://avatars3.githubusercontent.com/u/13613037?v=4?s=100" width="100px;" alt="EstebanMarin"/><br /><sub><b>EstebanMarin</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=EstebanMarin" title="Documentation">πŸ“–</a></td>
528
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/vctormb"><img src="https://avatars2.githubusercontent.com/u/13953703?v=4?s=100" width="100px;" alt="Victor Martins"/><br /><sub><b>Victor Martins</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=vctormb" title="Documentation">πŸ“–</a></td>
529
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/RoystonS"><img src="https://avatars0.githubusercontent.com/u/19773?v=4?s=100" width="100px;" alt="Royston Shufflebotham"/><br /><sub><b>Royston Shufflebotham</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3ARoystonS" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=RoystonS" title="Documentation">πŸ“–</a> <a href="#example-RoystonS" title="Examples">πŸ’‘</a></td>
530
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/chrbala"><img src="https://avatars0.githubusercontent.com/u/6834804?v=4?s=100" width="100px;" alt="chrbala"/><br /><sub><b>chrbala</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=chrbala" title="Code">πŸ’»</a></td>
531
- </tr>
532
- <tr>
533
- <td align="center" valign="top" width="14.28%"><a href="http://donavon.com"><img src="https://avatars3.githubusercontent.com/u/887639?v=4?s=100" width="100px;" alt="Donavon West"/><br /><sub><b>Donavon West</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=donavon" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=donavon" title="Documentation">πŸ“–</a> <a href="#ideas-donavon" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=donavon" title="Tests">⚠️</a></td>
534
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/maisano"><img src="https://avatars2.githubusercontent.com/u/689081?v=4?s=100" width="100px;" alt="Richard Maisano"/><br /><sub><b>Richard Maisano</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=maisano" title="Code">πŸ’»</a></td>
535
- <td align="center" valign="top" width="14.28%"><a href="https://www.marcobiedermann.com"><img src="https://avatars0.githubusercontent.com/u/5244986?v=4?s=100" width="100px;" alt="Marco Biedermann"/><br /><sub><b>Marco Biedermann</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=marcobiedermann" title="Code">πŸ’»</a> <a href="#maintenance-marcobiedermann" title="Maintenance">🚧</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=marcobiedermann" title="Tests">⚠️</a></td>
536
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/alexzherdev"><img src="https://avatars3.githubusercontent.com/u/93752?v=4?s=100" width="100px;" alt="Alex Zherdev"/><br /><sub><b>Alex Zherdev</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Aalexzherdev" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=alexzherdev" title="Code">πŸ’»</a></td>
537
- <td align="center" valign="top" width="14.28%"><a href="https://twitter.com/Andrewmat"><img src="https://avatars0.githubusercontent.com/u/5133846?v=4?s=100" width="100px;" alt="AndrΓ© Matulionis dos Santos"/><br /><sub><b>AndrΓ© Matulionis dos Santos</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=Andrewmat" title="Code">πŸ’»</a> <a href="#example-Andrewmat" title="Examples">πŸ’‘</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=Andrewmat" title="Tests">⚠️</a></td>
538
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/FredyC"><img src="https://avatars0.githubusercontent.com/u/1096340?v=4?s=100" width="100px;" alt="Daniel K."/><br /><sub><b>Daniel K.</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3AFredyC" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=FredyC" title="Code">πŸ’»</a> <a href="#ideas-FredyC" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=FredyC" title="Tests">⚠️</a> <a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3AFredyC" title="Reviewed Pull Requests">πŸ‘€</a></td>
539
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/mohamedmagdy17593"><img src="https://avatars0.githubusercontent.com/u/40938625?v=4?s=100" width="100px;" alt="mohamedmagdy17593"/><br /><sub><b>mohamedmagdy17593</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=mohamedmagdy17593" title="Code">πŸ’»</a></td>
540
- </tr>
541
- <tr>
542
- <td align="center" valign="top" width="14.28%"><a href="http://lorensr.me"><img src="https://avatars2.githubusercontent.com/u/251288?v=4?s=100" width="100px;" alt="Loren ☺️"/><br /><sub><b>Loren ☺️</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=lorensr" title="Documentation">πŸ“–</a></td>
543
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/MarkFalconbridge"><img src="https://avatars1.githubusercontent.com/u/20678943?v=4?s=100" width="100px;" alt="MarkFalconbridge"/><br /><sub><b>MarkFalconbridge</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3AMarkFalconbridge" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=MarkFalconbridge" title="Code">πŸ’»</a></td>
544
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/viniciusavieira"><img src="https://avatars0.githubusercontent.com/u/2073019?v=4?s=100" width="100px;" alt="Vinicius"/><br /><sub><b>Vinicius</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=viniciusavieira" title="Documentation">πŸ“–</a> <a href="#example-viniciusavieira" title="Examples">πŸ’‘</a></td>
545
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/pschyma"><img src="https://avatars2.githubusercontent.com/u/2489928?v=4?s=100" width="100px;" alt="Peter Schyma"/><br /><sub><b>Peter Schyma</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=pschyma" title="Code">πŸ’»</a></td>
546
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/ianschmitz"><img src="https://avatars1.githubusercontent.com/u/6355370?v=4?s=100" width="100px;" alt="Ian Schmitz"/><br /><sub><b>Ian Schmitz</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=ianschmitz" title="Documentation">πŸ“–</a></td>
547
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/joual"><img src="https://avatars0.githubusercontent.com/u/157877?v=4?s=100" width="100px;" alt="Joel Marcotte"/><br /><sub><b>Joel Marcotte</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Ajoual" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=joual" title="Tests">⚠️</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=joual" title="Code">πŸ’»</a></td>
548
- <td align="center" valign="top" width="14.28%"><a href="http://aledustet.com"><img src="https://avatars3.githubusercontent.com/u/2413802?v=4?s=100" width="100px;" alt="Alejandro Dustet"/><br /><sub><b>Alejandro Dustet</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Aaledustet" title="Bug reports">πŸ›</a></td>
549
- </tr>
550
- <tr>
551
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/bcarroll22"><img src="https://avatars2.githubusercontent.com/u/11020406?v=4?s=100" width="100px;" alt="Brandon Carroll"/><br /><sub><b>Brandon Carroll</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=bcarroll22" title="Documentation">πŸ“–</a></td>
552
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/lucas0707"><img src="https://avatars1.githubusercontent.com/u/26284338?v=4?s=100" width="100px;" alt="Lucas Machado"/><br /><sub><b>Lucas Machado</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=lucas0707" title="Documentation">πŸ“–</a></td>
553
- <td align="center" valign="top" width="14.28%"><a href="http://pascalduez.me"><img src="https://avatars3.githubusercontent.com/u/335467?v=4?s=100" width="100px;" alt="Pascal Duez"/><br /><sub><b>Pascal Duez</b></sub></a><br /><a href="#platform-pascalduez" title="Packaging/porting to new platform">πŸ“¦</a></td>
554
- <td align="center" valign="top" width="14.28%"><a href="https://twitter.com/minh_ngvyen"><img src="https://avatars3.githubusercontent.com/u/2852660?v=4?s=100" width="100px;" alt="Minh Nguyen"/><br /><sub><b>Minh Nguyen</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=NMinhNguyen" title="Code">πŸ’»</a></td>
555
- <td align="center" valign="top" width="14.28%"><a href="http://iababy46.blogspot.tw/"><img src="https://avatars0.githubusercontent.com/u/11155585?v=4?s=100" width="100px;" alt="LiaoJimmy"/><br /><sub><b>LiaoJimmy</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=LiaoJimmy" title="Documentation">πŸ“–</a></td>
556
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/threepointone"><img src="https://avatars2.githubusercontent.com/u/18808?v=4?s=100" width="100px;" alt="Sunil Pai"/><br /><sub><b>Sunil Pai</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=threepointone" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=threepointone" title="Tests">⚠️</a></td>
557
- <td align="center" valign="top" width="14.28%"><a href="http://twitter.com/dan_abramov"><img src="https://avatars0.githubusercontent.com/u/810438?v=4?s=100" width="100px;" alt="Dan Abramov"/><br /><sub><b>Dan Abramov</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3Agaearon" title="Reviewed Pull Requests">πŸ‘€</a></td>
558
- </tr>
559
- <tr>
560
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/ChristianMurphy"><img src="https://avatars3.githubusercontent.com/u/3107513?v=4?s=100" width="100px;" alt="Christian Murphy"/><br /><sub><b>Christian Murphy</b></sub></a><br /><a href="#infra-ChristianMurphy" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a></td>
561
- <td align="center" valign="top" width="14.28%"><a href="https://jeetiss.github.io/"><img src="https://avatars1.githubusercontent.com/u/6726016?v=4?s=100" width="100px;" alt="Ivakhnenko Dmitry"/><br /><sub><b>Ivakhnenko Dmitry</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=jeetiss" title="Code">πŸ’»</a></td>
562
- <td align="center" valign="top" width="14.28%"><a href="https://ghuser.io/jamesgeorge007"><img src="https://avatars2.githubusercontent.com/u/25279263?v=4?s=100" width="100px;" alt="James George"/><br /><sub><b>James George</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=jamesgeorge007" title="Documentation">πŸ“–</a></td>
563
- <td align="center" valign="top" width="14.28%"><a href="https://joaofernandes.me/"><img src="https://avatars1.githubusercontent.com/u/1075053?v=4?s=100" width="100px;" alt="JoΓ£o Fernandes"/><br /><sub><b>JoΓ£o Fernandes</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=JSFernandes" title="Documentation">πŸ“–</a></td>
564
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/alejandroperea"><img src="https://avatars3.githubusercontent.com/u/6084749?v=4?s=100" width="100px;" alt="Alejandro Perea"/><br /><sub><b>Alejandro Perea</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3Aalejandroperea" title="Reviewed Pull Requests">πŸ‘€</a></td>
565
- <td align="center" valign="top" width="14.28%"><a href="https://nickmccurdy.com/"><img src="https://avatars0.githubusercontent.com/u/927220?v=4?s=100" width="100px;" alt="Nick McCurdy"/><br /><sub><b>Nick McCurdy</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3Anickmccurdy" title="Reviewed Pull Requests">πŸ‘€</a> <a href="#question-nickmccurdy" title="Answering Questions">πŸ’¬</a> <a href="#infra-nickmccurdy" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a></td>
566
- <td align="center" valign="top" width="14.28%"><a href="https://twitter.com/sebsilbermann"><img src="https://avatars3.githubusercontent.com/u/12292047?v=4?s=100" width="100px;" alt="Sebastian Silbermann"/><br /><sub><b>Sebastian Silbermann</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3Aeps1lon" title="Reviewed Pull Requests">πŸ‘€</a></td>
567
- </tr>
568
- <tr>
569
- <td align="center" valign="top" width="14.28%"><a href="https://afontcu.dev"><img src="https://avatars0.githubusercontent.com/u/9197791?v=4?s=100" width="100px;" alt="AdriΓ  Fontcuberta"/><br /><sub><b>AdriΓ  Fontcuberta</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3Aafontcu" title="Reviewed Pull Requests">πŸ‘€</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=afontcu" title="Documentation">πŸ“–</a></td>
570
- <td align="center" valign="top" width="14.28%"><a href="https://blog.johnnyreilly.com/"><img src="https://avatars0.githubusercontent.com/u/1010525?v=4?s=100" width="100px;" alt="John Reilly"/><br /><sub><b>John Reilly</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3Ajohnnyreilly" title="Reviewed Pull Requests">πŸ‘€</a></td>
571
- <td align="center" valign="top" width="14.28%"><a href="https://michaeldeboey.be"><img src="https://avatars3.githubusercontent.com/u/6643991?v=4?s=100" width="100px;" alt="MichaΓ«l De Boey"/><br /><sub><b>MichaΓ«l De Boey</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3AMichaelDeBoey" title="Reviewed Pull Requests">πŸ‘€</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=MichaelDeBoey" title="Code">πŸ’»</a></td>
572
- <td align="center" valign="top" width="14.28%"><a href="https://cimbul.com"><img src="https://avatars2.githubusercontent.com/u/927923?v=4?s=100" width="100px;" alt="Tim Yates"/><br /><sub><b>Tim Yates</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3Acimbul" title="Reviewed Pull Requests">πŸ‘€</a></td>
573
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/eventualbuddha"><img src="https://avatars3.githubusercontent.com/u/1938?v=4?s=100" width="100px;" alt="Brian Donovan"/><br /><sub><b>Brian Donovan</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=eventualbuddha" title="Code">πŸ’»</a></td>
574
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/JaysQubeXon"><img src="https://avatars1.githubusercontent.com/u/18309230?v=4?s=100" width="100px;" alt="Noam Gabriel Jacobson"/><br /><sub><b>Noam Gabriel Jacobson</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=JaysQubeXon" title="Documentation">πŸ“–</a></td>
575
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/rvdkooy"><img src="https://avatars1.githubusercontent.com/u/4119960?v=4?s=100" width="100px;" alt="Ronald van der Kooij"/><br /><sub><b>Ronald van der Kooij</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=rvdkooy" title="Tests">⚠️</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=rvdkooy" title="Code">πŸ’»</a></td>
576
- </tr>
577
- <tr>
578
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/aayushrajvanshi"><img src="https://avatars0.githubusercontent.com/u/14968551?v=4?s=100" width="100px;" alt="Aayush Rajvanshi"/><br /><sub><b>Aayush Rajvanshi</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=aayushrajvanshi" title="Documentation">πŸ“–</a></td>
579
- <td align="center" valign="top" width="14.28%"><a href="https://elyalamillo.com"><img src="https://avatars2.githubusercontent.com/u/24350492?v=4?s=100" width="100px;" alt="Ely Alamillo"/><br /><sub><b>Ely Alamillo</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=ely-alamillo" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=ely-alamillo" title="Tests">⚠️</a></td>
580
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/danieljcafonso"><img src="https://avatars3.githubusercontent.com/u/35337607?v=4?s=100" width="100px;" alt="Daniel Afonso"/><br /><sub><b>Daniel Afonso</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=danieljcafonso" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=danieljcafonso" title="Tests">⚠️</a></td>
581
- <td align="center" valign="top" width="14.28%"><a href="http://www.laurensbosscher.nl"><img src="https://avatars0.githubusercontent.com/u/13363196?v=4?s=100" width="100px;" alt="Laurens Bosscher"/><br /><sub><b>Laurens Bosscher</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=LaurensBosscher" title="Code">πŸ’»</a></td>
582
- <td align="center" valign="top" width="14.28%"><a href="https://twitter.com/__sakito__"><img src="https://avatars1.githubusercontent.com/u/15010907?v=4?s=100" width="100px;" alt="Sakito Mukai"/><br /><sub><b>Sakito Mukai</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=sakito21" title="Documentation">πŸ“–</a></td>
583
- <td align="center" valign="top" width="14.28%"><a href="http://turkerteke.com"><img src="https://avatars3.githubusercontent.com/u/12457162?v=4?s=100" width="100px;" alt="TΓΌrker Teke"/><br /><sub><b>TΓΌrker Teke</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=tteke" title="Documentation">πŸ“–</a></td>
584
- <td align="center" valign="top" width="14.28%"><a href="http://linkedin.com/in/zachbrogan"><img src="https://avatars1.githubusercontent.com/u/319162?v=4?s=100" width="100px;" alt="Zach Brogan"/><br /><sub><b>Zach Brogan</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=zbrogz" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=zbrogz" title="Tests">⚠️</a></td>
585
- </tr>
586
- <tr>
587
- <td align="center" valign="top" width="14.28%"><a href="https://ryota-murakami.github.io/"><img src="https://avatars2.githubusercontent.com/u/5501268?v=4?s=100" width="100px;" alt="Ryota Murakami"/><br /><sub><b>Ryota Murakami</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=ryota-murakami" title="Documentation">πŸ“–</a></td>
588
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/hottmanmichael"><img src="https://avatars3.githubusercontent.com/u/10534502?v=4?s=100" width="100px;" alt="Michael Hottman"/><br /><sub><b>Michael Hottman</b></sub></a><br /><a href="#ideas-hottmanmichael" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
589
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/stevenfitzpatrick"><img src="https://avatars0.githubusercontent.com/u/23268855?v=4?s=100" width="100px;" alt="Steven Fitzpatrick"/><br /><sub><b>Steven Fitzpatrick</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Astevenfitzpatrick" title="Bug reports">πŸ›</a></td>
590
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/juangl"><img src="https://avatars0.githubusercontent.com/u/1887029?v=4?s=100" width="100px;" alt="Juan Je GarcΓ­a"/><br /><sub><b>Juan Je GarcΓ­a</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=juangl" title="Documentation">πŸ“–</a></td>
591
- <td align="center" valign="top" width="14.28%"><a href="https://ghuser.io/Ishaan28malik"><img src="https://avatars3.githubusercontent.com/u/27343592?v=4?s=100" width="100px;" alt="Championrunner"/><br /><sub><b>Championrunner</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=Ishaan28malik" title="Documentation">πŸ“–</a></td>
592
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/samtsai"><img src="https://avatars0.githubusercontent.com/u/225526?v=4?s=100" width="100px;" alt="Sam Tsai"/><br /><sub><b>Sam Tsai</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=samtsai" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=samtsai" title="Tests">⚠️</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=samtsai" title="Documentation">πŸ“–</a></td>
593
- <td align="center" valign="top" width="14.28%"><a href="https://www.echooff.dev"><img src="https://avatars0.githubusercontent.com/u/149248?v=4?s=100" width="100px;" alt="Christian Rackerseder"/><br /><sub><b>Christian Rackerseder</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=screendriver" title="Code">πŸ’»</a></td>
594
- </tr>
595
- <tr>
596
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/NiGhTTraX"><img src="https://avatars0.githubusercontent.com/u/485061?v=4?s=100" width="100px;" alt="Andrei Picus"/><br /><sub><b>Andrei Picus</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3ANiGhTTraX" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3ANiGhTTraX" title="Reviewed Pull Requests">πŸ‘€</a></td>
597
- <td align="center" valign="top" width="14.28%"><a href="https://redd.one"><img src="https://avatars3.githubusercontent.com/u/14984911?v=4?s=100" width="100px;" alt="Artem Zakharchenko"/><br /><sub><b>Artem Zakharchenko</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=kettanaito" title="Documentation">πŸ“–</a></td>
598
- <td align="center" valign="top" width="14.28%"><a href="http://michaelsiek.com"><img src="https://avatars0.githubusercontent.com/u/45568605?v=4?s=100" width="100px;" alt="Michael"/><br /><sub><b>Michael</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=michael-siek" title="Documentation">πŸ“–</a></td>
599
- <td align="center" valign="top" width="14.28%"><a href="http://2dubbing.tistory.com"><img src="https://avatars2.githubusercontent.com/u/15885679?v=4?s=100" width="100px;" alt="Braden Lee"/><br /><sub><b>Braden Lee</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=2dubbing" title="Documentation">πŸ“–</a></td>
600
- <td align="center" valign="top" width="14.28%"><a href="http://kamranicus.com/"><img src="https://avatars1.githubusercontent.com/u/563819?v=4?s=100" width="100px;" alt="Kamran Ayub"/><br /><sub><b>Kamran Ayub</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=kamranayub" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=kamranayub" title="Tests">⚠️</a></td>
601
- <td align="center" valign="top" width="14.28%"><a href="https://twitter.com/matanbobi"><img src="https://avatars2.githubusercontent.com/u/12711091?v=4?s=100" width="100px;" alt="Matan Borenkraout"/><br /><sub><b>Matan Borenkraout</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=MatanBobi" title="Code">πŸ’»</a></td>
602
- <td align="center" valign="top" width="14.28%"><a href="http://ryanbigg.com"><img src="https://avatars3.githubusercontent.com/u/2687?v=4?s=100" width="100px;" alt="Ryan Bigg"/><br /><sub><b>Ryan Bigg</b></sub></a><br /><a href="#maintenance-radar" title="Maintenance">🚧</a></td>
603
- </tr>
604
- <tr>
605
- <td align="center" valign="top" width="14.28%"><a href="https://antonhalim.com"><img src="https://avatars1.githubusercontent.com/u/10498035?v=4?s=100" width="100px;" alt="Anton Halim"/><br /><sub><b>Anton Halim</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=antonhalim" title="Documentation">πŸ“–</a></td>
606
- <td align="center" valign="top" width="14.28%"><a href="http://artmalko.ru"><img src="https://avatars0.githubusercontent.com/u/1823689?v=4?s=100" width="100px;" alt="Artem Malko"/><br /><sub><b>Artem Malko</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=artem-malko" title="Code">πŸ’»</a></td>
607
- <td align="center" valign="top" width="14.28%"><a href="http://gerritalex.de"><img src="https://avatars1.githubusercontent.com/u/29307652?v=4?s=100" width="100px;" alt="Gerrit Alex"/><br /><sub><b>Gerrit Alex</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=ljosberinn" title="Code">πŸ’»</a></td>
608
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/karthick3018"><img src="https://avatars1.githubusercontent.com/u/47154512?v=4?s=100" width="100px;" alt="Karthick Raja"/><br /><sub><b>Karthick Raja</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=karthick3018" title="Code">πŸ’»</a></td>
609
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/theashraf"><img src="https://avatars1.githubusercontent.com/u/39750790?v=4?s=100" width="100px;" alt="Abdelrahman Ashraf"/><br /><sub><b>Abdelrahman Ashraf</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=theashraf" title="Code">πŸ’»</a></td>
610
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/lidoravitan"><img src="https://avatars0.githubusercontent.com/u/35113398?v=4?s=100" width="100px;" alt="Lidor Avitan"/><br /><sub><b>Lidor Avitan</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=lidoravitan" title="Documentation">πŸ“–</a></td>
611
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/ljharb"><img src="https://avatars1.githubusercontent.com/u/45469?v=4?s=100" width="100px;" alt="Jordan Harband"/><br /><sub><b>Jordan Harband</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/pulls?q=is%3Apr+reviewed-by%3Aljharb" title="Reviewed Pull Requests">πŸ‘€</a> <a href="#ideas-ljharb" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
612
- </tr>
613
- <tr>
614
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/marcosvega91"><img src="https://avatars2.githubusercontent.com/u/5365582?v=4?s=100" width="100px;" alt="Marco Moretti"/><br /><sub><b>Marco Moretti</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=marcosvega91" title="Code">πŸ’»</a></td>
615
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/sanchit121"><img src="https://avatars2.githubusercontent.com/u/30828115?v=4?s=100" width="100px;" alt="sanchit121"/><br /><sub><b>sanchit121</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Asanchit121" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=sanchit121" title="Code">πŸ’»</a></td>
616
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/solufa"><img src="https://avatars.githubusercontent.com/u/9402912?v=4?s=100" width="100px;" alt="Solufa"/><br /><sub><b>Solufa</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Asolufa" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=solufa" title="Code">πŸ’»</a></td>
617
- <td align="center" valign="top" width="14.28%"><a href="https://codepen.io/ariperkkio/"><img src="https://avatars.githubusercontent.com/u/14806298?v=4?s=100" width="100px;" alt="Ari Perkkiâ"/><br /><sub><b>Ari Perkkiâ</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=AriPerkkio" title="Tests">⚠️</a></td>
618
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/jhnns"><img src="https://avatars.githubusercontent.com/u/781746?v=4?s=100" width="100px;" alt="Johannes Ewald"/><br /><sub><b>Johannes Ewald</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=jhnns" title="Code">πŸ’»</a></td>
619
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/anpaopao"><img src="https://avatars.githubusercontent.com/u/44686792?v=4?s=100" width="100px;" alt="Angus J. Pope"/><br /><sub><b>Angus J. Pope</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=anpaopao" title="Documentation">πŸ“–</a></td>
620
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/leschdom"><img src="https://avatars.githubusercontent.com/u/62334278?v=4?s=100" width="100px;" alt="Dominik Lesch"/><br /><sub><b>Dominik Lesch</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=leschdom" title="Documentation">πŸ“–</a></td>
621
- </tr>
622
- <tr>
623
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/ImADrafter"><img src="https://avatars.githubusercontent.com/u/44379989?v=4?s=100" width="100px;" alt="Marcos GΓ³mez"/><br /><sub><b>Marcos GΓ³mez</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=ImADrafter" title="Documentation">πŸ“–</a></td>
624
- <td align="center" valign="top" width="14.28%"><a href="https://www.akashshyam.online/"><img src="https://avatars.githubusercontent.com/u/56759828?v=4?s=100" width="100px;" alt="Akash Shyam"/><br /><sub><b>Akash Shyam</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Aakashshyamdev" title="Bug reports">πŸ›</a></td>
625
- <td align="center" valign="top" width="14.28%"><a href="https://hen.ne.ke"><img src="https://avatars.githubusercontent.com/u/4312191?v=4?s=100" width="100px;" alt="Fabian Meumertzheim"/><br /><sub><b>Fabian Meumertzheim</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=fmeum" title="Code">πŸ’»</a> <a href="https://github.com/testing-library/react-testing-library/issues?q=author%3Afmeum" title="Bug reports">πŸ›</a></td>
626
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/Nokel81"><img src="https://avatars.githubusercontent.com/u/8225332?v=4?s=100" width="100px;" alt="Sebastian Malton"/><br /><sub><b>Sebastian Malton</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/issues?q=author%3ANokel81" title="Bug reports">πŸ›</a> <a href="https://github.com/testing-library/react-testing-library/commits?author=Nokel81" title="Code">πŸ’»</a></td>
627
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/mboettcher"><img src="https://avatars.githubusercontent.com/u/2325337?v=4?s=100" width="100px;" alt="Martin BΓΆttcher"/><br /><sub><b>Martin BΓΆttcher</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=mboettcher" title="Code">πŸ’»</a></td>
628
- <td align="center" valign="top" width="14.28%"><a href="http://tkdodo.eu"><img src="https://avatars.githubusercontent.com/u/1021430?v=4?s=100" width="100px;" alt="Dominik Dorfmeister"/><br /><sub><b>Dominik Dorfmeister</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=TkDodo" title="Code">πŸ’»</a></td>
629
- <td align="center" valign="top" width="14.28%"><a href="https://stephensauceda.com"><img src="https://avatars.githubusercontent.com/u/1017723?v=4?s=100" width="100px;" alt="Stephen Sauceda"/><br /><sub><b>Stephen Sauceda</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=stephensauceda" title="Documentation">πŸ“–</a></td>
630
- </tr>
631
- <tr>
632
- <td align="center" valign="top" width="14.28%"><a href="http://cmdcolin.github.io"><img src="https://avatars.githubusercontent.com/u/6511937?v=4?s=100" width="100px;" alt="Colin Diesh"/><br /><sub><b>Colin Diesh</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=cmdcolin" title="Documentation">πŸ“–</a></td>
633
- <td align="center" valign="top" width="14.28%"><a href="http://yinm.info"><img src="https://avatars.githubusercontent.com/u/13295106?v=4?s=100" width="100px;" alt="Yusuke Iinuma"/><br /><sub><b>Yusuke Iinuma</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=yinm" title="Code">πŸ’»</a></td>
634
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/trappar"><img src="https://avatars.githubusercontent.com/u/525726?v=4?s=100" width="100px;" alt="Jeff Way"/><br /><sub><b>Jeff Way</b></sub></a><br /><a href="https://github.com/testing-library/react-testing-library/commits?author=trappar" title="Code">πŸ’»</a></td>
635
- </tr>
636
- </tbody>
637
- </table>
638
-
639
- <!-- markdownlint-restore -->
640
- <!-- prettier-ignore-end -->
641
-
642
- <!-- ALL-CONTRIBUTORS-LIST:END -->
643
-
644
- This project follows the [all-contributors][all-contributors] specification.
645
- Contributions of any kind welcome!
646
-
647
- ## LICENSE
648
-
649
- [MIT](LICENSE)
650
-
651
- <!-- prettier-ignore-start -->
652
-
653
- [npm]: https://www.npmjs.com/
654
- [yarn]: https://classic.yarnpkg.com
655
- [node]: https://nodejs.org
656
- [build-badge]: https://img.shields.io/github/actions/workflow/status/testing-library/react-testing-library/validate.yml?branch=main&logo=github
657
- [build]: https://github.com/testing-library/react-testing-library/actions?query=workflow%3Avalidate
658
- [coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/react-testing-library.svg?style=flat-square
659
- [coverage]: https://codecov.io/github/testing-library/react-testing-library
660
- [version-badge]: https://img.shields.io/npm/v/@testing-library/react.svg?style=flat-square
661
- [package]: https://www.npmjs.com/package/@testing-library/react
662
- [downloads-badge]: https://img.shields.io/npm/dm/@testing-library/react.svg?style=flat-square
663
- [npmtrends]: http://www.npmtrends.com/@testing-library/react
664
- [license-badge]: https://img.shields.io/npm/l/@testing-library/react.svg?style=flat-square
665
- [license]: https://github.com/testing-library/react-testing-library/blob/main/LICENSE
666
- [prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
667
- [prs]: http://makeapullrequest.com
668
- [coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
669
- [coc]: https://github.com/testing-library/react-testing-library/blob/main/CODE_OF_CONDUCT.md
670
- [github-watch-badge]: https://img.shields.io/github/watchers/testing-library/react-testing-library.svg?style=social
671
- [github-watch]: https://github.com/testing-library/react-testing-library/watchers
672
- [github-star-badge]: https://img.shields.io/github/stars/testing-library/react-testing-library.svg?style=social
673
- [github-star]: https://github.com/testing-library/react-testing-library/stargazers
674
- [twitter]: https://twitter.com/intent/tweet?text=Check%20out%20react-testing-library%20by%20%40@TestingLib%20https%3A%2F%2Fgithub.com%2Ftesting-library%2Freact-testing-library%20%F0%9F%91%8D
675
- [twitter-badge]: https://img.shields.io/twitter/url/https/github.com/testing-library/react-testing-library.svg?style=social
676
- [emojis]: https://github.com/all-contributors/all-contributors#emoji-key
677
- [all-contributors]: https://github.com/all-contributors/all-contributors
678
- [all-contributors-badge]: https://img.shields.io/github/all-contributors/testing-library/react-testing-library?color=orange&style=flat-square
679
- [guiding-principle]: https://twitter.com/kentcdodds/status/977018512689455106
680
- [bugs]: https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc
681
- [requests]: https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen
682
- [good-first-issue]: https://github.com/testing-library/react-testing-library/issues?utf8=βœ“&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A"good+first+issue"+
683
- [discord-badge]: https://img.shields.io/discord/723559267868737556.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square
684
- [discord]: https://discord.gg/testing-library
685
- [stackoverflow]: https://stackoverflow.com/questions/tagged/react-testing-library
686
- [react-hooks-testing-library]: https://github.com/testing-library/react-hooks-testing-library
687
-
688
- <!-- prettier-ignore-end -->