@dotss/ui 0.0.6 β 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.
- package/package.json +2 -2
- package/.storybook/main.ts +0 -21
- package/.storybook/manager-head.html +0 -6
- package/.storybook/manager.ts +0 -11
- package/.storybook/preview-head.html +0 -16
- package/.storybook/preview.tsx +0 -56
- package/.turbo/turbo-build.log +0 -510
- package/CHANGELOG.md +0 -9
- package/components/Accordion/Accordion.stories.tsx +0 -131
- package/components/Accordion/Accordion.styles.ts +0 -70
- package/components/Accordion/Accordion.tsx +0 -132
- package/components/Accordion/index.ts +0 -3
- package/components/Autocomplete/Autocomplete.stories.tsx +0 -317
- package/components/Autocomplete/Autocomplete.styles.ts +0 -5
- package/components/Autocomplete/Autocomplete.tsx +0 -217
- package/components/Autocomplete/index.ts +0 -3
- package/components/Backdrop/Backdrop.stories.tsx +0 -84
- package/components/Backdrop/Backdrop.styles.ts +0 -69
- package/components/Backdrop/Backdrop.tsx +0 -140
- package/components/Backdrop/index.ts +0 -3
- package/components/Badge/Badge.stories.tsx +0 -66
- package/components/Badge/Badge.styles.ts +0 -75
- package/components/Badge/Badge.tsx +0 -67
- package/components/Badge/index.ts +0 -3
- package/components/BottomSheet/BottomSheet.stories.tsx +0 -498
- package/components/BottomSheet/BottomSheet.styles.ts +0 -58
- package/components/BottomSheet/BottomSheet.tsx +0 -186
- package/components/BottomSheet/BottomSheetAction/BottomSheetAction.styles.ts +0 -21
- package/components/BottomSheet/BottomSheetAction/BottomSheetAction.tsx +0 -28
- package/components/BottomSheet/BottomSheetAction/index.ts +0 -3
- package/components/BottomSheet/BottomSheetContent/BottomSheetContent.styles.ts +0 -17
- package/components/BottomSheet/BottomSheetContent/BottomSheetContent.tsx +0 -28
- package/components/BottomSheet/BottomSheetContent/index.ts +0 -3
- package/components/BottomSheet/BottomSheetText/BottomSheetText.styles.ts +0 -33
- package/components/BottomSheet/BottomSheetText/BottomSheetText.tsx +0 -27
- package/components/BottomSheet/BottomSheetText/index.ts +0 -3
- package/components/BottomSheet/BottomSheetTitle/BottomSheetTitle.styles.ts +0 -53
- package/components/BottomSheet/BottomSheetTitle/BottomSheetTitle.tsx +0 -36
- package/components/BottomSheet/BottomSheetTitle/index.ts +0 -3
- package/components/BottomSheet/index.ts +0 -8
- package/components/Box/Box.stories.tsx +0 -39
- package/components/Box/Box.styles.ts +0 -59
- package/components/Box/Box.tsx +0 -35
- package/components/Box/index.ts +0 -3
- package/components/Button/Button.stories.tsx +0 -136
- package/components/Button/Button.styles.ts +0 -420
- package/components/Button/Button.test.tsx +0 -68
- package/components/Button/Button.tsx +0 -82
- package/components/Button/index.ts +0 -3
- package/components/Card/Card.stories.tsx +0 -87
- package/components/Card/Card.styles.ts +0 -146
- package/components/Card/Card.tsx +0 -54
- package/components/Card/index.ts +0 -3
- package/components/ChainPicker/ChainPicker.stories.tsx +0 -120
- package/components/ChainPicker/ChainPicker.styles.ts +0 -88
- package/components/ChainPicker/ChainPicker.tsx +0 -211
- package/components/ChainPicker/index.ts +0 -5
- package/components/Checkbox/Checkbox.stories.tsx +0 -52
- package/components/Checkbox/Checkbox.styles.tsx +0 -83
- package/components/Checkbox/Checkbox.tsx +0 -27
- package/components/Checkbox/index.ts +0 -3
- package/components/Chip/Chip.stories.tsx +0 -88
- package/components/Chip/Chip.styles.ts +0 -101
- package/components/Chip/Chip.tsx +0 -58
- package/components/Chip/index.ts +0 -3
- package/components/CircularProgressIndicator/CircularProgressIndicator.stories.tsx +0 -61
- package/components/CircularProgressIndicator/CircularProgressIndicator.styles.ts +0 -78
- package/components/CircularProgressIndicator/CircularProgressIndicator.tsx +0 -53
- package/components/CircularProgressIndicator/index.tsx +0 -3
- package/components/ClickAwayListener/ClickAwayListener.tsx +0 -35
- package/components/ClickAwayListener/index.ts +0 -3
- package/components/DatePicker/DatePicker.stories.tsx +0 -454
- package/components/DatePicker/DatePicker.styles.ts +0 -301
- package/components/DatePicker/DatePicker.tsx +0 -780
- package/components/DatePicker/index.ts +0 -6
- package/components/Dialog/Dialog.stories.tsx +0 -579
- package/components/Dialog/Dialog.styles.ts +0 -50
- package/components/Dialog/Dialog.tsx +0 -154
- package/components/Dialog/DialogAction/DialogAction.styles.ts +0 -14
- package/components/Dialog/DialogAction/DialogAction.tsx +0 -19
- package/components/Dialog/DialogAction/index.ts +0 -3
- package/components/Dialog/DialogContent/DialogContent.styles.ts +0 -10
- package/components/Dialog/DialogContent/DialogContent.tsx +0 -19
- package/components/Dialog/DialogContent/index.ts +0 -3
- package/components/Dialog/DialogText/DialogText.styles.ts +0 -33
- package/components/Dialog/DialogText/DialogText.tsx +0 -33
- package/components/Dialog/DialogText/index.ts +0 -3
- package/components/Dialog/DialogTitle/DialogTitle.styles.ts +0 -65
- package/components/Dialog/DialogTitle/DialogTitle.tsx +0 -34
- package/components/Dialog/DialogTitle/index.ts +0 -3
- package/components/Dialog/index.ts +0 -8
- package/components/Flexbox/Flexbox.stories.tsx +0 -117
- package/components/Flexbox/Flexbox.styles.ts +0 -80
- package/components/Flexbox/Flexbox.tsx +0 -47
- package/components/Flexbox/index.ts +0 -3
- package/components/FocusBoundary/FocusBoundary.tsx +0 -117
- package/components/FocusBoundary/index.ts +0 -3
- package/components/FormControlText/FormControlText.stories.tsx +0 -90
- package/components/FormControlText/FormControlText.styles.ts +0 -52
- package/components/FormControlText/FormControlText.tsx +0 -77
- package/components/FormControlText/index.tsx +0 -3
- package/components/Icon/Icon.stories.tsx +0 -51
- package/components/Icon/Icon.styles.ts +0 -51
- package/components/Icon/Icon.tsx +0 -81
- package/components/Icon/index.ts +0 -3
- package/components/IconButton/IconButton.stories.tsx +0 -45
- package/components/IconButton/IconButton.styles.ts +0 -354
- package/components/IconButton/IconButton.tsx +0 -54
- package/components/IconButton/index.ts +0 -3
- package/components/Label/Label.stories.tsx +0 -87
- package/components/Label/Label.styles.ts +0 -339
- package/components/Label/Label.tsx +0 -64
- package/components/Label/index.ts +0 -3
- package/components/LineProgressIndicator/LineProgressIndicator.stories.tsx +0 -80
- package/components/LineProgressIndicator/LineProgressIndicator.styles.ts +0 -62
- package/components/LineProgressIndicator/LineProgressIndicator.tsx +0 -40
- package/components/LineProgressIndicator/index.ts +0 -3
- package/components/Menu/Menu.stories.tsx +0 -743
- package/components/Menu/Menu.styles.ts +0 -67
- package/components/Menu/Menu.tsx +0 -261
- package/components/Menu/MenuBlock/MenuBlock.styles.ts +0 -118
- package/components/Menu/MenuBlock/MenuBlock.tsx +0 -72
- package/components/Menu/MenuBlock/index.ts +0 -3
- package/components/Menu/index.ts +0 -5
- package/components/NumberKeypad/NumberKeypad.stories.tsx +0 -113
- package/components/NumberKeypad/NumberKeypad.styles.ts +0 -14
- package/components/NumberKeypad/NumberKeypad.tsx +0 -57
- package/components/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.styles.ts +0 -114
- package/components/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.tsx +0 -30
- package/components/NumberKeypad/NumberKeypadBlock/index.ts +0 -3
- package/components/NumberKeypad/index.ts +0 -5
- package/components/PageControl/PageControl.stories.tsx +0 -39
- package/components/PageControl/PageControl.styles.ts +0 -41
- package/components/PageControl/PageControl.tsx +0 -42
- package/components/PageControl/index.ts +0 -3
- package/components/Radio/Radio.stories.tsx +0 -52
- package/components/Radio/Radio.styles.tsx +0 -78
- package/components/Radio/Radio.tsx +0 -27
- package/components/Radio/index.ts +0 -3
- package/components/SegmentedButton/SegmentedButton.stories.tsx +0 -216
- package/components/SegmentedButton/SegmentedButton.styles.ts +0 -21
- package/components/SegmentedButton/SegmentedButton.tsx +0 -76
- package/components/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.styles.ts +0 -179
- package/components/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.tsx +0 -71
- package/components/SegmentedButton/SegmentedButtonBlock/index.ts +0 -3
- package/components/SegmentedButton/index.ts +0 -5
- package/components/Select/Option/Option.styles.ts +0 -115
- package/components/Select/Option/Option.tsx +0 -66
- package/components/Select/Option/index.ts +0 -3
- package/components/Select/Select.stories.tsx +0 -273
- package/components/Select/Select.styles.ts +0 -159
- package/components/Select/Select.tsx +0 -310
- package/components/Select/index.ts +0 -5
- package/components/Skeleton/Skeleton.stories.tsx +0 -54
- package/components/Skeleton/Skeleton.styles.ts +0 -100
- package/components/Skeleton/Skeleton.tsx +0 -41
- package/components/Skeleton/index.ts +0 -3
- package/components/Slider/Slider.stories.tsx +0 -116
- package/components/Slider/Slider.styles.ts +0 -66
- package/components/Slider/Slider.tsx +0 -179
- package/components/Slider/index.ts +0 -3
- package/components/Snackbar/Snackbar.stories.tsx +0 -374
- package/components/Snackbar/Snackbar.styles.ts +0 -138
- package/components/Snackbar/Snackbar.tsx +0 -248
- package/components/Snackbar/index.ts +0 -3
- package/components/Switch/Switch.stories.tsx +0 -52
- package/components/Switch/Switch.styles.ts +0 -103
- package/components/Switch/Switch.tsx +0 -56
- package/components/Switch/index.ts +0 -3
- package/components/Tab/Tab.stories.tsx +0 -240
- package/components/Tab/Tab.styles.ts +0 -48
- package/components/Tab/Tab.tsx +0 -316
- package/components/Tab/TabBlock/TabBlock.styles.ts +0 -53
- package/components/Tab/TabBlock/TabBlock.tsx +0 -67
- package/components/Tab/TabBlock/index.ts +0 -3
- package/components/Tab/index.ts +0 -4
- package/components/TextArea/TextArea.stories.tsx +0 -102
- package/components/TextArea/TextArea.styles.ts +0 -186
- package/components/TextArea/TextArea.tsx +0 -130
- package/components/TextArea/index.ts +0 -3
- package/components/TextField/TextField.stories.tsx +0 -107
- package/components/TextField/TextField.styles.ts +0 -260
- package/components/TextField/TextField.test.tsx +0 -43
- package/components/TextField/TextField.tsx +0 -137
- package/components/TextField/index.ts +0 -3
- package/components/Tooltip/Tooltip.stories.tsx +0 -162
- package/components/Tooltip/Tooltip.styles.ts +0 -278
- package/components/Tooltip/Tooltip.tsx +0 -127
- package/components/Tooltip/index.ts +0 -3
- package/components/Typography/Typography.stories.tsx +0 -161
- package/components/Typography/Typography.styles.ts +0 -63
- package/components/Typography/Typography.tsx +0 -66
- package/components/Typography/index.ts +0 -3
- package/components/index.ts +0 -43
- package/core/GlobalStyle.tsx +0 -72
- package/core/ThemeContext.ts +0 -10
- package/core/ThemeProvider.tsx +0 -34
- package/core/useTheme.ts +0 -11
- package/deploy/deploy.env +0 -1
- package/deploy/deploy.sh +0 -102
- package/deploy/release_body.md +0 -3
- package/eslint.config.mjs +0 -10
- package/global.d.ts +0 -1
- package/hooks/index.ts +0 -1
- package/hooks/useCheckHoverPossible/useCheckHoverPossible.ts +0 -20
- package/index.ts +0 -1
- package/node_modules/@chromatic-com/storybook/LICENSE +0 -21
- package/node_modules/@chromatic-com/storybook/README.md +0 -61
- package/node_modules/@chromatic-com/storybook/dist/index.js +0 -5
- package/node_modules/@chromatic-com/storybook/dist/index.mjs +0 -3
- package/node_modules/@chromatic-com/storybook/dist/manager.mjs +0 -369
- package/node_modules/@chromatic-com/storybook/dist/preset.js +0 -679
- package/node_modules/@chromatic-com/storybook/package.json +0 -170
- package/node_modules/@chromatic-com/storybook/preset.js +0 -1
- package/node_modules/@chromatic-com/storybook/types.d.ts +0 -4
- package/node_modules/@emotion/react/LICENSE +0 -21
- package/node_modules/@emotion/react/README.md +0 -48
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.default.js +0 -1
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.js +0 -19
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.mjs +0 -2
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.default.js +0 -1
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.js +0 -19
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.mjs +0 -2
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.esm.js +0 -11
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js +0 -11
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.d.mts +0 -3
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.d.ts +0 -3
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.default.d.ts +0 -1
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.default.js +0 -1
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.js +0 -19
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.mjs +0 -2
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.default.js +0 -1
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.js +0 -19
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.mjs +0 -2
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.default.js +0 -1
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.js +0 -19
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.mjs +0 -2
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.esm.js +0 -11
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.esm.js +0 -11
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.default.js +0 -1
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.js +0 -19
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.mjs +0 -2
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.esm.js +0 -11
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js +0 -11
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.umd.min.js +0 -2
- package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.umd.min.js.map +0 -1
- package/node_modules/@emotion/react/_isolated-hnrs/package.json +0 -10
- package/node_modules/@emotion/react/dist/declarations/src/_isolated-hnrs.d.ts +0 -3
- package/node_modules/@emotion/react/dist/declarations/src/class-names.d.ts +0 -18
- package/node_modules/@emotion/react/dist/declarations/src/context.d.ts +0 -6
- package/node_modules/@emotion/react/dist/declarations/src/css.d.ts +0 -5
- package/node_modules/@emotion/react/dist/declarations/src/global.d.ts +0 -7
- package/node_modules/@emotion/react/dist/declarations/src/index.d.ts +0 -14
- package/node_modules/@emotion/react/dist/declarations/src/jsx-dev-runtime.d.ts +0 -6
- package/node_modules/@emotion/react/dist/declarations/src/jsx-namespace.d.ts +0 -64
- package/node_modules/@emotion/react/dist/declarations/src/jsx-runtime.d.ts +0 -7
- package/node_modules/@emotion/react/dist/declarations/src/jsx.d.ts +0 -22
- package/node_modules/@emotion/react/dist/declarations/src/keyframes.d.ts +0 -10
- package/node_modules/@emotion/react/dist/declarations/src/theming.d.ts +0 -28
- package/node_modules/@emotion/react/dist/declarations/src/types.d.ts +0 -7
- package/node_modules/@emotion/react/dist/emotion-element-010f37fa.development.edge-light.cjs.js +0 -313
- package/node_modules/@emotion/react/dist/emotion-element-25f9958c.browser.cjs.js +0 -191
- package/node_modules/@emotion/react/dist/emotion-element-4787f564.browser.development.cjs.js +0 -274
- package/node_modules/@emotion/react/dist/emotion-element-489459f2.browser.development.esm.js +0 -240
- package/node_modules/@emotion/react/dist/emotion-element-516430c7.development.edge-light.esm.js +0 -280
- package/node_modules/@emotion/react/dist/emotion-element-782f682d.development.esm.js +0 -282
- package/node_modules/@emotion/react/dist/emotion-element-8113875a.edge-light.esm.js +0 -196
- package/node_modules/@emotion/react/dist/emotion-element-a1829a1e.cjs.js +0 -233
- package/node_modules/@emotion/react/dist/emotion-element-af3dc15b.edge-light.cjs.js +0 -230
- package/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +0 -198
- package/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js +0 -316
- package/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +0 -156
- package/node_modules/@emotion/react/dist/emotion-react.browser.cjs.js +0 -279
- package/node_modules/@emotion/react/dist/emotion-react.browser.cjs.mjs +0 -15
- package/node_modules/@emotion/react/dist/emotion-react.browser.development.cjs.js +0 -639
- package/node_modules/@emotion/react/dist/emotion-react.browser.development.cjs.mjs +0 -15
- package/node_modules/@emotion/react/dist/emotion-react.browser.development.esm.js +0 -605
- package/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +0 -245
- package/node_modules/@emotion/react/dist/emotion-react.cjs.d.mts +0 -2
- package/node_modules/@emotion/react/dist/emotion-react.cjs.d.ts +0 -2
- package/node_modules/@emotion/react/dist/emotion-react.cjs.js +0 -329
- package/node_modules/@emotion/react/dist/emotion-react.cjs.mjs +0 -15
- package/node_modules/@emotion/react/dist/emotion-react.development.cjs.js +0 -689
- package/node_modules/@emotion/react/dist/emotion-react.development.cjs.mjs +0 -15
- package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.cjs.js +0 -630
- package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.cjs.mjs +0 -15
- package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.esm.js +0 -593
- package/node_modules/@emotion/react/dist/emotion-react.development.esm.js +0 -652
- package/node_modules/@emotion/react/dist/emotion-react.edge-light.cjs.js +0 -270
- package/node_modules/@emotion/react/dist/emotion-react.edge-light.cjs.mjs +0 -15
- package/node_modules/@emotion/react/dist/emotion-react.edge-light.esm.js +0 -233
- package/node_modules/@emotion/react/dist/emotion-react.esm.js +0 -292
- package/node_modules/@emotion/react/dist/emotion-react.umd.min.js +0 -2
- package/node_modules/@emotion/react/dist/emotion-react.umd.min.js.map +0 -1
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.cjs.js +0 -47
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.cjs.mjs +0 -4
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.cjs.js +0 -47
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.cjs.mjs +0 -4
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.esm.js +0 -22
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js +0 -22
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.d.mts +0 -2
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.d.ts +0 -2
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.js +0 -47
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.mjs +0 -4
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.cjs.js +0 -47
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.cjs.mjs +0 -4
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.cjs.js +0 -47
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.cjs.mjs +0 -4
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.esm.js +0 -22
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.esm.js +0 -22
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.cjs.js +0 -47
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.cjs.mjs +0 -4
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.esm.js +0 -22
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.esm.js +0 -22
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.umd.min.js +0 -2
- package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.umd.min.js.map +0 -1
- package/node_modules/@emotion/react/jsx-dev-runtime/package.json +0 -10
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.cjs.js +0 -55
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.cjs.mjs +0 -5
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.cjs.js +0 -55
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.cjs.mjs +0 -5
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.esm.js +0 -29
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js +0 -29
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.d.mts +0 -2
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.d.ts +0 -2
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.js +0 -55
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.mjs +0 -5
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.cjs.js +0 -55
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.cjs.mjs +0 -5
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.cjs.js +0 -55
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.cjs.mjs +0 -5
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.esm.js +0 -29
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.esm.js +0 -29
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.cjs.js +0 -55
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.cjs.mjs +0 -5
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.esm.js +0 -29
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js +0 -29
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.umd.min.js +0 -2
- package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.umd.min.js.map +0 -1
- package/node_modules/@emotion/react/jsx-runtime/package.json +0 -10
- package/node_modules/@emotion/react/macro.d.mts +0 -1
- package/node_modules/@emotion/react/macro.d.ts +0 -1
- package/node_modules/@emotion/react/macro.js +0 -1
- package/node_modules/@emotion/react/package.json +0 -318
- package/node_modules/@emotion/react/src/_isolated-hnrs.ts +0 -15
- package/node_modules/@emotion/react/src/class-names.tsx +0 -180
- package/node_modules/@emotion/react/src/conditions/false.ts +0 -1
- package/node_modules/@emotion/react/src/conditions/is-browser.ts +0 -1
- package/node_modules/@emotion/react/src/conditions/true.ts +0 -1
- package/node_modules/@emotion/react/src/context.tsx +0 -72
- package/node_modules/@emotion/react/src/css.ts +0 -14
- package/node_modules/@emotion/react/src/emotion-element.tsx +0 -193
- package/node_modules/@emotion/react/src/get-label-from-stack-trace.ts +0 -55
- package/node_modules/@emotion/react/src/global.tsx +0 -147
- package/node_modules/@emotion/react/src/index.ts +0 -63
- package/node_modules/@emotion/react/src/jsx-dev-runtime.ts +0 -37
- package/node_modules/@emotion/react/src/jsx-namespace.ts +0 -107
- package/node_modules/@emotion/react/src/jsx-runtime.ts +0 -32
- package/node_modules/@emotion/react/src/jsx.ts +0 -45
- package/node_modules/@emotion/react/src/keyframes.ts +0 -27
- package/node_modules/@emotion/react/src/theming.tsx +0 -105
- package/node_modules/@emotion/react/src/types.ts +0 -14
- package/node_modules/@emotion/react/src/utils.ts +0 -1
- package/node_modules/@emotion/react/types/css-prop.d.ts +0 -9
- package/node_modules/@emotion/serialize/LICENSE +0 -21
- package/node_modules/@emotion/serialize/dist/declarations/src/index.d.ts +0 -35
- package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.d.mts +0 -2
- package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.d.ts +0 -2
- package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.js +0 -246
- package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.mjs +0 -3
- package/node_modules/@emotion/serialize/dist/emotion-serialize.development.cjs.js +0 -314
- package/node_modules/@emotion/serialize/dist/emotion-serialize.development.cjs.mjs +0 -3
- package/node_modules/@emotion/serialize/dist/emotion-serialize.development.esm.js +0 -304
- package/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -236
- package/node_modules/@emotion/serialize/package.json +0 -54
- package/node_modules/@emotion/serialize/src/conditions/false.ts +0 -1
- package/node_modules/@emotion/serialize/src/conditions/true.ts +0 -1
- package/node_modules/@emotion/serialize/src/index.ts +0 -451
- package/node_modules/@emotion/styled/LICENSE +0 -21
- package/node_modules/@emotion/styled/README.md +0 -31
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.js +0 -198
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.js +0 -212
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.esm.js +0 -185
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js +0 -171
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.d.mts +0 -3
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.d.ts +0 -3
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.default.d.ts +0 -1
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.js +0 -216
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.js +0 -230
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.js +0 -228
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.esm.js +0 -201
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.esm.js +0 -203
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.js +0 -214
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.esm.js +0 -187
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js +0 -189
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.umd.min.js +0 -2
- package/node_modules/@emotion/styled/base/dist/emotion-styled-base.umd.min.js.map +0 -1
- package/node_modules/@emotion/styled/base/package.json +0 -9
- package/node_modules/@emotion/styled/dist/declarations/src/base.d.ts +0 -4
- package/node_modules/@emotion/styled/dist/declarations/src/index.d.ts +0 -15
- package/node_modules/@emotion/styled/dist/declarations/src/jsx-namespace.d.ts +0 -5
- package/node_modules/@emotion/styled/dist/declarations/src/types.d.ts +0 -88
- package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.js +0 -23
- package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.js +0 -23
- package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.esm.js +0 -19
- package/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js +0 -19
- package/node_modules/@emotion/styled/dist/emotion-styled.cjs.d.mts +0 -3
- package/node_modules/@emotion/styled/dist/emotion-styled.cjs.d.ts +0 -3
- package/node_modules/@emotion/styled/dist/emotion-styled.cjs.default.d.ts +0 -1
- package/node_modules/@emotion/styled/dist/emotion-styled.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/dist/emotion-styled.cjs.js +0 -23
- package/node_modules/@emotion/styled/dist/emotion-styled.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.js +0 -23
- package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.js +0 -23
- package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.esm.js +0 -19
- package/node_modules/@emotion/styled/dist/emotion-styled.development.esm.js +0 -19
- package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.default.js +0 -1
- package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.js +0 -23
- package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.mjs +0 -2
- package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.esm.js +0 -19
- package/node_modules/@emotion/styled/dist/emotion-styled.esm.js +0 -19
- package/node_modules/@emotion/styled/dist/emotion-styled.umd.min.js +0 -2
- package/node_modules/@emotion/styled/dist/emotion-styled.umd.min.js.map +0 -1
- package/node_modules/@emotion/styled/macro.d.mts +0 -3
- package/node_modules/@emotion/styled/macro.d.ts +0 -3
- package/node_modules/@emotion/styled/macro.js +0 -1
- package/node_modules/@emotion/styled/package.json +0 -195
- package/node_modules/@emotion/styled/src/base.tsx +0 -229
- package/node_modules/@emotion/styled/src/conditions/false.ts +0 -1
- package/node_modules/@emotion/styled/src/conditions/is-browser.ts +0 -1
- package/node_modules/@emotion/styled/src/conditions/true.ts +0 -1
- package/node_modules/@emotion/styled/src/index.ts +0 -42
- package/node_modules/@emotion/styled/src/jsx-namespace.ts +0 -12
- package/node_modules/@emotion/styled/src/tags.ts +0 -138
- package/node_modules/@emotion/styled/src/types.ts +0 -190
- package/node_modules/@emotion/styled/src/utils.ts +0 -38
- package/node_modules/@storybook/addon-a11y/README.md +0 -13
- package/node_modules/@storybook/addon-a11y/dist/chunk-CEH6MNVV.mjs +0 -3
- package/node_modules/@storybook/addon-a11y/dist/index.d.ts +0 -40
- package/node_modules/@storybook/addon-a11y/dist/index.js +0 -25
- package/node_modules/@storybook/addon-a11y/dist/index.mjs +0 -8
- package/node_modules/@storybook/addon-a11y/dist/manager.js +0 -11
- package/node_modules/@storybook/addon-a11y/dist/matchers-7Z3WT2CE.mjs +0 -16
- package/node_modules/@storybook/addon-a11y/dist/matchers-TIWVOQAP.mjs +0 -18
- package/node_modules/@storybook/addon-a11y/dist/postinstall.js +0 -69
- package/node_modules/@storybook/addon-a11y/dist/preview.d.ts +0 -25
- package/node_modules/@storybook/addon-a11y/dist/preview.js +0 -24
- package/node_modules/@storybook/addon-a11y/dist/preview.mjs +0 -7
- package/node_modules/@storybook/addon-a11y/manager.js +0 -1
- package/node_modules/@storybook/addon-a11y/package.json +0 -115
- package/node_modules/@storybook/addon-a11y/preview.js +0 -1
- package/node_modules/@storybook/addon-docs/README.md +0 -154
- package/node_modules/@storybook/addon-docs/angular/README.md +0 -256
- package/node_modules/@storybook/addon-docs/angular/index.d.ts +0 -1
- package/node_modules/@storybook/addon-docs/angular/index.js +0 -6
- package/node_modules/@storybook/addon-docs/common/README.md +0 -98
- package/node_modules/@storybook/addon-docs/dist/DocsRenderer-CFRXHY34.mjs +0 -2
- package/node_modules/@storybook/addon-docs/dist/blocks.d.ts +0 -2
- package/node_modules/@storybook/addon-docs/dist/blocks.js +0 -1
- package/node_modules/@storybook/addon-docs/dist/blocks.mjs +0 -4
- package/node_modules/@storybook/addon-docs/dist/chunk-H6MOWX77.mjs +0 -3
- package/node_modules/@storybook/addon-docs/dist/chunk-NUUEMKO5.mjs +0 -7
- package/node_modules/@storybook/addon-docs/dist/chunk-PRSJUHPQ.mjs +0 -5
- package/node_modules/@storybook/addon-docs/dist/index.d.ts +0 -198
- package/node_modules/@storybook/addon-docs/dist/index.js +0 -1
- package/node_modules/@storybook/addon-docs/dist/index.mjs +0 -9
- package/node_modules/@storybook/addon-docs/dist/manager.d.ts +0 -2
- package/node_modules/@storybook/addon-docs/dist/manager.js +0 -1
- package/node_modules/@storybook/addon-docs/dist/manager.mjs +0 -8
- package/node_modules/@storybook/addon-docs/dist/mdx-loader.d.ts +0 -5940
- package/node_modules/@storybook/addon-docs/dist/mdx-loader.js +0 -56
- package/node_modules/@storybook/addon-docs/dist/mdx-loader.mjs +0 -59
- package/node_modules/@storybook/addon-docs/dist/preset.d.ts +0 -20
- package/node_modules/@storybook/addon-docs/dist/preset.js +0 -53
- package/node_modules/@storybook/addon-docs/dist/preview.d.ts +0 -3
- package/node_modules/@storybook/addon-docs/dist/preview.js +0 -1
- package/node_modules/@storybook/addon-docs/dist/preview.mjs +0 -2
- package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.d.ts +0 -1
- package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.js +0 -1
- package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.mjs +0 -1
- package/node_modules/@storybook/addon-docs/ember/README.md +0 -153
- package/node_modules/@storybook/addon-docs/ember/index.d.ts +0 -1
- package/node_modules/@storybook/addon-docs/ember/index.js +0 -5
- package/node_modules/@storybook/addon-docs/package.json +0 -171
- package/node_modules/@storybook/addon-docs/preset.js +0 -1
- package/node_modules/@storybook/addon-docs/preview.js +0 -1
- package/node_modules/@storybook/addon-docs/react/README.md +0 -149
- package/node_modules/@storybook/addon-docs/svelte/HOC.svelte +0 -7
- package/node_modules/@storybook/addon-docs/vue/README.md +0 -152
- package/node_modules/@storybook/addon-docs/web-components/README.md +0 -131
- package/node_modules/@storybook/addon-docs/web-components/index.js +0 -1
- package/node_modules/@storybook/addon-essentials/README.md +0 -57
- package/node_modules/@storybook/addon-essentials/dist/actions/manager.js +0 -1
- package/node_modules/@storybook/addon-essentials/dist/actions/preview.d.ts +0 -7
- package/node_modules/@storybook/addon-essentials/dist/actions/preview.js +0 -12
- package/node_modules/@storybook/addon-essentials/dist/actions/preview.mjs +0 -1
- package/node_modules/@storybook/addon-essentials/dist/backgrounds/manager.js +0 -1
- package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.d.ts +0 -1
- package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.js +0 -12
- package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.mjs +0 -1
- package/node_modules/@storybook/addon-essentials/dist/controls/manager.js +0 -1
- package/node_modules/@storybook/addon-essentials/dist/docs/manager.js +0 -1
- package/node_modules/@storybook/addon-essentials/dist/docs/mdx-react-shim.js +0 -12
- package/node_modules/@storybook/addon-essentials/dist/docs/preset.js +0 -14
- package/node_modules/@storybook/addon-essentials/dist/docs/preview.d.ts +0 -1
- package/node_modules/@storybook/addon-essentials/dist/docs/preview.js +0 -12
- package/node_modules/@storybook/addon-essentials/dist/docs/preview.mjs +0 -1
- package/node_modules/@storybook/addon-essentials/dist/highlight/preview.d.ts +0 -1
- package/node_modules/@storybook/addon-essentials/dist/highlight/preview.js +0 -12
- package/node_modules/@storybook/addon-essentials/dist/highlight/preview.mjs +0 -1
- package/node_modules/@storybook/addon-essentials/dist/index.d.ts +0 -5
- package/node_modules/@storybook/addon-essentials/dist/index.js +0 -42
- package/node_modules/@storybook/addon-essentials/dist/index.mjs +0 -12
- package/node_modules/@storybook/addon-essentials/dist/measure/manager.js +0 -1
- package/node_modules/@storybook/addon-essentials/dist/measure/preview.d.ts +0 -1
- package/node_modules/@storybook/addon-essentials/dist/measure/preview.js +0 -12
- package/node_modules/@storybook/addon-essentials/dist/measure/preview.mjs +0 -1
- package/node_modules/@storybook/addon-essentials/dist/outline/manager.js +0 -1
- package/node_modules/@storybook/addon-essentials/dist/outline/preview.d.ts +0 -1
- package/node_modules/@storybook/addon-essentials/dist/outline/preview.js +0 -12
- package/node_modules/@storybook/addon-essentials/dist/outline/preview.mjs +0 -1
- package/node_modules/@storybook/addon-essentials/dist/preset.js +0 -9
- package/node_modules/@storybook/addon-essentials/dist/preview.d.ts +0 -5
- package/node_modules/@storybook/addon-essentials/dist/preview.js +0 -42
- package/node_modules/@storybook/addon-essentials/dist/preview.mjs +0 -12
- package/node_modules/@storybook/addon-essentials/dist/toolbars/manager.js +0 -1
- package/node_modules/@storybook/addon-essentials/dist/viewport/manager.js +0 -1
- package/node_modules/@storybook/addon-essentials/dist/viewport/preview.d.ts +0 -1
- package/node_modules/@storybook/addon-essentials/dist/viewport/preview.js +0 -12
- package/node_modules/@storybook/addon-essentials/dist/viewport/preview.mjs +0 -1
- package/node_modules/@storybook/addon-essentials/package.json +0 -162
- package/node_modules/@storybook/addon-essentials/preset.js +0 -1
- package/node_modules/@storybook/addon-interactions/README.md +0 -57
- package/node_modules/@storybook/addon-interactions/dist/index.d.ts +0 -5
- package/node_modules/@storybook/addon-interactions/dist/index.js +0 -9
- package/node_modules/@storybook/addon-interactions/dist/index.mjs +0 -7
- package/node_modules/@storybook/addon-interactions/dist/manager.css +0 -1
- package/node_modules/@storybook/addon-interactions/dist/manager.js +0 -19
- package/node_modules/@storybook/addon-interactions/dist/preset.js +0 -9
- package/node_modules/@storybook/addon-interactions/dist/preview.d.ts +0 -20
- package/node_modules/@storybook/addon-interactions/dist/preview.js +0 -9
- package/node_modules/@storybook/addon-interactions/dist/preview.mjs +0 -6
- package/node_modules/@storybook/addon-interactions/manager.js +0 -1
- package/node_modules/@storybook/addon-interactions/package.json +0 -109
- package/node_modules/@storybook/addon-interactions/preset.js +0 -1
- package/node_modules/@storybook/addon-interactions/preview.js +0 -1
- package/node_modules/@storybook/addon-links/README.md +0 -147
- package/node_modules/@storybook/addon-links/dist/chunk-DQW2J2JG.mjs +0 -8
- package/node_modules/@storybook/addon-links/dist/index.d.ts +0 -20
- package/node_modules/@storybook/addon-links/dist/index.js +0 -16
- package/node_modules/@storybook/addon-links/dist/index.mjs +0 -7
- package/node_modules/@storybook/addon-links/dist/manager.js +0 -3
- package/node_modules/@storybook/addon-links/dist/preview.d.ts +0 -3
- package/node_modules/@storybook/addon-links/dist/preview.js +0 -10
- package/node_modules/@storybook/addon-links/dist/preview.mjs +0 -8
- package/node_modules/@storybook/addon-links/dist/react/index.d.ts +0 -24
- package/node_modules/@storybook/addon-links/dist/react/index.js +0 -15
- package/node_modules/@storybook/addon-links/dist/react/index.mjs +0 -6
- package/node_modules/@storybook/addon-links/manager.js +0 -1
- package/node_modules/@storybook/addon-links/package.json +0 -110
- package/node_modules/@storybook/addon-links/preview.js +0 -1
- package/node_modules/@storybook/addon-links/react.d.ts +0 -1
- package/node_modules/@storybook/addon-links/react.js +0 -3
- package/node_modules/@storybook/blocks/README.md +0 -23
- package/node_modules/@storybook/blocks/dist/Color-YHDXOIA2.mjs +0 -9
- package/node_modules/@storybook/blocks/dist/chunk-2PTXLE6R.mjs +0 -3
- package/node_modules/@storybook/blocks/dist/index.d.ts +0 -1032
- package/node_modules/@storybook/blocks/dist/index.js +0 -198
- package/node_modules/@storybook/blocks/dist/index.mjs +0 -214
- package/node_modules/@storybook/blocks/package.json +0 -86
- package/node_modules/@storybook/manager-api/package.json +0 -46
- package/node_modules/@storybook/manager-api/shim.d.ts +0 -2
- package/node_modules/@storybook/manager-api/shim.js +0 -1
- package/node_modules/@storybook/manager-api/shim.mjs +0 -1
- package/node_modules/@storybook/react/README.md +0 -1
- package/node_modules/@storybook/react/dist/chunk-EWIU6LHT.mjs +0 -56
- package/node_modules/@storybook/react/dist/chunk-TENYCC3B.mjs +0 -8
- package/node_modules/@storybook/react/dist/chunk-XP5HYGXS.mjs +0 -3
- package/node_modules/@storybook/react/dist/chunk-ZGTCCPPZ.mjs +0 -7
- package/node_modules/@storybook/react/dist/entry-preview-docs.d.ts +0 -20
- package/node_modules/@storybook/react/dist/entry-preview-docs.js +0 -47
- package/node_modules/@storybook/react/dist/entry-preview-docs.mjs +0 -2
- package/node_modules/@storybook/react/dist/entry-preview-rsc.d.ts +0 -7
- package/node_modules/@storybook/react/dist/entry-preview-rsc.js +0 -1
- package/node_modules/@storybook/react/dist/entry-preview-rsc.mjs +0 -5
- package/node_modules/@storybook/react/dist/entry-preview.d.ts +0 -19
- package/node_modules/@storybook/react/dist/entry-preview.js +0 -1
- package/node_modules/@storybook/react/dist/entry-preview.mjs +0 -2
- package/node_modules/@storybook/react/dist/index.d.ts +0 -91
- package/node_modules/@storybook/react/dist/index.js +0 -47
- package/node_modules/@storybook/react/dist/index.mjs +0 -11
- package/node_modules/@storybook/react/dist/playwright.d.ts +0 -1
- package/node_modules/@storybook/react/dist/playwright.js +0 -1
- package/node_modules/@storybook/react/dist/playwright.mjs +0 -2
- package/node_modules/@storybook/react/dist/preset.d.ts +0 -18
- package/node_modules/@storybook/react/dist/preset.js +0 -1
- package/node_modules/@storybook/react/dist/preview.d.ts +0 -199
- package/node_modules/@storybook/react/dist/preview.js +0 -47
- package/node_modules/@storybook/react/dist/preview.mjs +0 -4
- package/node_modules/@storybook/react/dist/public-types-f2c70f25.d.ts +0 -230
- package/node_modules/@storybook/react/dist/types-5617c98e.d.ts +0 -27
- package/node_modules/@storybook/react/package.json +0 -136
- package/node_modules/@storybook/react/preset.js +0 -1
- package/node_modules/@storybook/react/template/cli/.eslintrc.json +0 -5
- package/node_modules/@storybook/react/template/cli/js/Button.jsx +0 -39
- package/node_modules/@storybook/react/template/cli/js/Button.stories.js +0 -49
- package/node_modules/@storybook/react/template/cli/js/Header.jsx +0 -56
- package/node_modules/@storybook/react/template/cli/js/Header.stories.js +0 -29
- package/node_modules/@storybook/react/template/cli/js/Page.jsx +0 -69
- package/node_modules/@storybook/react/template/cli/js/Page.stories.js +0 -28
- package/node_modules/@storybook/react/template/cli/ts-3-8/Button.stories.ts +0 -53
- package/node_modules/@storybook/react/template/cli/ts-3-8/Button.tsx +0 -37
- package/node_modules/@storybook/react/template/cli/ts-3-8/Header.stories.ts +0 -33
- package/node_modules/@storybook/react/template/cli/ts-3-8/Header.tsx +0 -56
- package/node_modules/@storybook/react/template/cli/ts-3-8/Page.stories.ts +0 -32
- package/node_modules/@storybook/react/template/cli/ts-3-8/Page.tsx +0 -73
- package/node_modules/@storybook/react/template/cli/ts-4-9/Button.stories.ts +0 -53
- package/node_modules/@storybook/react/template/cli/ts-4-9/Button.tsx +0 -37
- package/node_modules/@storybook/react/template/cli/ts-4-9/Header.stories.ts +0 -33
- package/node_modules/@storybook/react/template/cli/ts-4-9/Header.tsx +0 -56
- package/node_modules/@storybook/react/template/cli/ts-4-9/Page.stories.ts +0 -32
- package/node_modules/@storybook/react/template/cli/ts-4-9/Page.tsx +0 -73
- package/node_modules/@storybook/react-vite/README.md +0 -3
- package/node_modules/@storybook/react-vite/dist/index.d.ts +0 -49
- package/node_modules/@storybook/react-vite/dist/index.js +0 -1
- package/node_modules/@storybook/react-vite/dist/index.mjs +0 -1
- package/node_modules/@storybook/react-vite/dist/node/index.d.ts +0 -9
- package/node_modules/@storybook/react-vite/dist/node/index.js +0 -1
- package/node_modules/@storybook/react-vite/dist/node/index.mjs +0 -3
- package/node_modules/@storybook/react-vite/dist/preset.d.ts +0 -10
- package/node_modules/@storybook/react-vite/dist/preset.js +0 -1
- package/node_modules/@storybook/react-vite/package.json +0 -111
- package/node_modules/@storybook/react-vite/preset.js +0 -1
- package/node_modules/@storybook/test/README.md +0 -41
- package/node_modules/@storybook/test/dist/index.d.ts +0 -186
- package/node_modules/@storybook/test/dist/index.js +0 -193
- package/node_modules/@storybook/test/dist/index.mjs +0 -199
- package/node_modules/@storybook/test/package.json +0 -85
- package/node_modules/@storybook/theming/create.d.ts +0 -2
- package/node_modules/@storybook/theming/create.js +0 -1
- package/node_modules/@storybook/theming/create.mjs +0 -1
- package/node_modules/@storybook/theming/package.json +0 -52
- package/node_modules/@storybook/theming/shim.d.ts +0 -2
- package/node_modules/@storybook/theming/shim.js +0 -1
- package/node_modules/@storybook/theming/shim.mjs +0 -1
- package/node_modules/@testing-library/jest-dom/LICENSE +0 -20
- package/node_modules/@testing-library/jest-dom/README.md +0 -1706
- package/node_modules/@testing-library/jest-dom/dist/index.js +0 -12
- package/node_modules/@testing-library/jest-dom/dist/index.mjs +0 -10
- package/node_modules/@testing-library/jest-dom/dist/jest-globals.js +0 -16
- package/node_modules/@testing-library/jest-dom/dist/jest-globals.mjs +0 -14
- package/node_modules/@testing-library/jest-dom/dist/matchers-7fb38cd4.js +0 -1945
- package/node_modules/@testing-library/jest-dom/dist/matchers-c85aadf8.mjs +0 -1914
- package/node_modules/@testing-library/jest-dom/dist/matchers.js +0 -42
- package/node_modules/@testing-library/jest-dom/dist/matchers.mjs +0 -8
- package/node_modules/@testing-library/jest-dom/dist/vitest.js +0 -16
- package/node_modules/@testing-library/jest-dom/dist/vitest.mjs +0 -14
- package/node_modules/@testing-library/jest-dom/jest-globals.d.ts +0 -1
- package/node_modules/@testing-library/jest-dom/jest-globals.js +0 -4
- package/node_modules/@testing-library/jest-dom/matchers.d.ts +0 -3
- package/node_modules/@testing-library/jest-dom/matchers.js +0 -2
- package/node_modules/@testing-library/jest-dom/package.json +0 -153
- package/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-custom-expect-types.test.ts +0 -100
- package/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-types.test.ts +0 -120
- package/node_modules/@testing-library/jest-dom/types/__tests__/bun/tsconfig.json +0 -9
- package/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-custom-expect-types.test.ts +0 -100
- package/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-types.test.ts +0 -119
- package/node_modules/@testing-library/jest-dom/types/__tests__/jest/tsconfig.json +0 -9
- package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-custom-expect-types.test.ts +0 -97
- package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-types.test.ts +0 -120
- package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/tsconfig.json +0 -9
- package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/tsconfig.json +0 -9
- package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-custom-expect-types.test.ts +0 -97
- package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-types.test.ts +0 -120
- package/node_modules/@testing-library/jest-dom/types/bun.d.ts +0 -11
- package/node_modules/@testing-library/jest-dom/types/index.d.ts +0 -1
- package/node_modules/@testing-library/jest-dom/types/jest-globals.d.ts +0 -11
- package/node_modules/@testing-library/jest-dom/types/jest.d.ts +0 -13
- package/node_modules/@testing-library/jest-dom/types/matchers-standalone.d.ts +0 -30
- package/node_modules/@testing-library/jest-dom/types/matchers.d.ts +0 -771
- package/node_modules/@testing-library/jest-dom/types/vitest.d.ts +0 -15
- package/node_modules/@testing-library/jest-dom/vitest.d.ts +0 -1
- package/node_modules/@testing-library/jest-dom/vitest.js +0 -4
- package/node_modules/@testing-library/react/LICENSE +0 -20
- package/node_modules/@testing-library/react/README.md +0 -688
- package/node_modules/@testing-library/react/dist/@testing-library/react.cjs.js +0 -532
- package/node_modules/@testing-library/react/dist/@testing-library/react.esm.js +0 -492
- package/node_modules/@testing-library/react/dist/@testing-library/react.pure.cjs.js +0 -496
- package/node_modules/@testing-library/react/dist/@testing-library/react.pure.esm.js +0 -456
- package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js +0 -13017
- package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js.map +0 -1
- package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js +0 -2
- package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js.map +0 -1
- package/node_modules/@testing-library/react/dist/@testing-library/react.umd.js +0 -13053
- package/node_modules/@testing-library/react/dist/@testing-library/react.umd.js.map +0 -1
- package/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js +0 -2
- package/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js.map +0 -1
- package/node_modules/@testing-library/react/dist/act-compat.js +0 -81
- package/node_modules/@testing-library/react/dist/config.js +0 -33
- package/node_modules/@testing-library/react/dist/fire-event.js +0 -70
- package/node_modules/@testing-library/react/dist/index.js +0 -52
- package/node_modules/@testing-library/react/dist/pure.js +0 -335
- package/node_modules/@testing-library/react/dont-cleanup-after-each.js +0 -1
- package/node_modules/@testing-library/react/package.json +0 -111
- package/node_modules/@testing-library/react/pure.d.ts +0 -1
- package/node_modules/@testing-library/react/pure.js +0 -2
- package/node_modules/@testing-library/react/types/index.d.ts +0 -257
- package/node_modules/@testing-library/react/types/pure.d.ts +0 -1
- package/node_modules/@testing-library/user-event/LICENSE +0 -20
- package/node_modules/@testing-library/user-event/README.md +0 -124
- package/node_modules/@testing-library/user-event/dist/cjs/clipboard/copy.js +0 -22
- package/node_modules/@testing-library/user-event/dist/cjs/clipboard/cut.js +0 -22
- package/node_modules/@testing-library/user-event/dist/cjs/clipboard/index.js +0 -11
- package/node_modules/@testing-library/user-event/dist/cjs/clipboard/paste.js +0 -25
- package/node_modules/@testing-library/user-event/dist/cjs/convenience/click.js +0 -35
- package/node_modules/@testing-library/user-event/dist/cjs/convenience/hover.js +0 -19
- package/node_modules/@testing-library/user-event/dist/cjs/convenience/index.js +0 -14
- package/node_modules/@testing-library/user-event/dist/cjs/convenience/tab.js +0 -7
- package/node_modules/@testing-library/user-event/dist/cjs/document/UI.js +0 -92
- package/node_modules/@testing-library/user-event/dist/cjs/document/copySelection.js +0 -29
- package/node_modules/@testing-library/user-event/dist/cjs/document/getValueOrTextContent.js +0 -18
- package/node_modules/@testing-library/user-event/dist/cjs/document/index.js +0 -17
- package/node_modules/@testing-library/user-event/dist/cjs/document/interceptor.js +0 -104
- package/node_modules/@testing-library/user-event/dist/cjs/document/patchFocus.js +0 -104
- package/node_modules/@testing-library/user-event/dist/cjs/document/prepareDocument.js +0 -58
- package/node_modules/@testing-library/user-event/dist/cjs/document/trackValue.js +0 -57
- package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/click.js +0 -32
- package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/cut.js +0 -14
- package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/index.js +0 -13
- package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keydown.js +0 -128
- package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keypress.js +0 -51
- package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keyup.js +0 -17
- package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/paste.js +0 -18
- package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/registry.js +0 -5
- package/node_modules/@testing-library/user-event/dist/cjs/event/createEvent.js +0 -207
- package/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js +0 -54
- package/node_modules/@testing-library/user-event/dist/cjs/event/eventMap.js +0 -281
- package/node_modules/@testing-library/user-event/dist/cjs/event/focus.js +0 -34
- package/node_modules/@testing-library/user-event/dist/cjs/event/index.js +0 -22
- package/node_modules/@testing-library/user-event/dist/cjs/event/input.js +0 -157
- package/node_modules/@testing-library/user-event/dist/cjs/event/radio.js +0 -27
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/getInputRange.js +0 -18
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/getTargetTypeAndSelection.js +0 -31
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/index.js +0 -24
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelection.js +0 -21
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelectionPerMouse.js +0 -40
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/moveSelection.js +0 -38
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/resolveCaretPosition.js +0 -61
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/selectAll.js +0 -38
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelection.js +0 -21
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionPerMouse.js +0 -81
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionRange.js +0 -31
- package/node_modules/@testing-library/user-event/dist/cjs/event/selection/updateSelectionOnFocus.js +0 -40
- package/node_modules/@testing-library/user-event/dist/cjs/event/types.js +0 -2
- package/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js +0 -9
- package/node_modules/@testing-library/user-event/dist/cjs/index.js +0 -12
- package/node_modules/@testing-library/user-event/dist/cjs/keyboard/index.js +0 -40
- package/node_modules/@testing-library/user-event/dist/cjs/keyboard/keyMap.js +0 -178
- package/node_modules/@testing-library/user-event/dist/cjs/keyboard/parseKeyDef.js +0 -45
- package/node_modules/@testing-library/user-event/dist/cjs/options.js +0 -14
- package/node_modules/@testing-library/user-event/dist/cjs/package.json +0 -3
- package/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js +0 -74
- package/node_modules/@testing-library/user-event/dist/cjs/pointer/keyMap.js +0 -33
- package/node_modules/@testing-library/user-event/dist/cjs/pointer/parseKeyDef.js +0 -23
- package/node_modules/@testing-library/user-event/dist/cjs/setup/api.js +0 -35
- package/node_modules/@testing-library/user-event/dist/cjs/setup/directApi.js +0 -75
- package/node_modules/@testing-library/user-event/dist/cjs/setup/index.js +0 -11
- package/node_modules/@testing-library/user-event/dist/cjs/setup/setup.js +0 -125
- package/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js +0 -11
- package/node_modules/@testing-library/user-event/dist/cjs/system/index.js +0 -44
- package/node_modules/@testing-library/user-event/dist/cjs/system/keyboard.js +0 -169
- package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/buttons.js +0 -84
- package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/device.js +0 -34
- package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js +0 -159
- package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js +0 -207
- package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/pointer.js +0 -131
- package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/shared.js +0 -8
- package/node_modules/@testing-library/user-event/dist/cjs/utility/clear.js +0 -32
- package/node_modules/@testing-library/user-event/dist/cjs/utility/index.js +0 -14
- package/node_modules/@testing-library/user-event/dist/cjs/utility/selectOptions.js +0 -114
- package/node_modules/@testing-library/user-event/dist/cjs/utility/type.js +0 -23
- package/node_modules/@testing-library/user-event/dist/cjs/utility/upload.js +0 -62
- package/node_modules/@testing-library/user-event/dist/cjs/utils/click/isClickableInput.js +0 -20
- package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Blob.js +0 -16
- package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Clipboard.js +0 -169
- package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/DataTransfer.js +0 -136
- package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/FileList.js +0 -24
- package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isContentEditable.js +0 -18
- package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isEditable.js +0 -29
- package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/maxLength.js +0 -26
- package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/setFiles.js +0 -59
- package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/timeValue.js +0 -40
- package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/cursor.js +0 -126
- package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getActiveElement.js +0 -23
- package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getTabDestination.js +0 -80
- package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/isFocusable.js +0 -9
- package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selection.js +0 -20
- package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selector.js +0 -14
- package/node_modules/@testing-library/user-event/dist/cjs/utils/index.js +0 -78
- package/node_modules/@testing-library/user-event/dist/cjs/utils/keyDef/readNextDescriptor.js +0 -92
- package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/cloneEvent.js +0 -7
- package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/findClosest.js +0 -14
- package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getDocumentFromNode.js +0 -10
- package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getTreeDiff.js +0 -25
- package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getWindow.js +0 -19
- package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDescendantOrSelf.js +0 -14
- package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDisabled.js +0 -33
- package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isElementType.js +0 -20
- package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isVisible.js +0 -19
- package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/level.js +0 -17
- package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/wait.js +0 -14
- package/node_modules/@testing-library/user-event/dist/cjs/utils/pointer/cssPointerEvents.js +0 -103
- package/node_modules/@testing-library/user-event/dist/esm/clipboard/copy.js +0 -20
- package/node_modules/@testing-library/user-event/dist/esm/clipboard/cut.js +0 -20
- package/node_modules/@testing-library/user-event/dist/esm/clipboard/index.js +0 -3
- package/node_modules/@testing-library/user-event/dist/esm/clipboard/paste.js +0 -23
- package/node_modules/@testing-library/user-event/dist/esm/convenience/click.js +0 -31
- package/node_modules/@testing-library/user-event/dist/esm/convenience/hover.js +0 -16
- package/node_modules/@testing-library/user-event/dist/esm/convenience/index.js +0 -3
- package/node_modules/@testing-library/user-event/dist/esm/convenience/tab.js +0 -5
- package/node_modules/@testing-library/user-event/dist/esm/document/UI.js +0 -79
- package/node_modules/@testing-library/user-event/dist/esm/document/copySelection.js +0 -27
- package/node_modules/@testing-library/user-event/dist/esm/document/getValueOrTextContent.js +0 -16
- package/node_modules/@testing-library/user-event/dist/esm/document/index.js +0 -4
- package/node_modules/@testing-library/user-event/dist/esm/document/interceptor.js +0 -99
- package/node_modules/@testing-library/user-event/dist/esm/document/patchFocus.js +0 -101
- package/node_modules/@testing-library/user-event/dist/esm/document/prepareDocument.js +0 -56
- package/node_modules/@testing-library/user-event/dist/esm/document/trackValue.js +0 -53
- package/node_modules/@testing-library/user-event/dist/esm/event/behavior/click.js +0 -30
- package/node_modules/@testing-library/user-event/dist/esm/event/behavior/cut.js +0 -12
- package/node_modules/@testing-library/user-event/dist/esm/event/behavior/index.js +0 -7
- package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keydown.js +0 -126
- package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keypress.js +0 -49
- package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keyup.js +0 -15
- package/node_modules/@testing-library/user-event/dist/esm/event/behavior/paste.js +0 -16
- package/node_modules/@testing-library/user-event/dist/esm/event/behavior/registry.js +0 -3
- package/node_modules/@testing-library/user-event/dist/esm/event/createEvent.js +0 -205
- package/node_modules/@testing-library/user-event/dist/esm/event/dispatchEvent.js +0 -50
- package/node_modules/@testing-library/user-event/dist/esm/event/eventMap.js +0 -277
- package/node_modules/@testing-library/user-event/dist/esm/event/focus.js +0 -31
- package/node_modules/@testing-library/user-event/dist/esm/event/index.js +0 -7
- package/node_modules/@testing-library/user-event/dist/esm/event/input.js +0 -155
- package/node_modules/@testing-library/user-event/dist/esm/event/radio.js +0 -25
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/getInputRange.js +0 -16
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/getTargetTypeAndSelection.js +0 -29
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/index.js +0 -9
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelection.js +0 -19
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelectionPerMouse.js +0 -38
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/moveSelection.js +0 -36
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/resolveCaretPosition.js +0 -59
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/selectAll.js +0 -35
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelection.js +0 -19
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionPerMouse.js +0 -79
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionRange.js +0 -29
- package/node_modules/@testing-library/user-event/dist/esm/event/selection/updateSelectionOnFocus.js +0 -38
- package/node_modules/@testing-library/user-event/dist/esm/event/types.js +0 -1
- package/node_modules/@testing-library/user-event/dist/esm/event/wrapEvent.js +0 -7
- package/node_modules/@testing-library/user-event/dist/esm/index.js +0 -2
- package/node_modules/@testing-library/user-event/dist/esm/keyboard/index.js +0 -37
- package/node_modules/@testing-library/user-event/dist/esm/keyboard/keyMap.js +0 -176
- package/node_modules/@testing-library/user-event/dist/esm/keyboard/parseKeyDef.js +0 -43
- package/node_modules/@testing-library/user-event/dist/esm/options.js +0 -12
- package/node_modules/@testing-library/user-event/dist/esm/package.json +0 -3
- package/node_modules/@testing-library/user-event/dist/esm/pointer/index.js +0 -72
- package/node_modules/@testing-library/user-event/dist/esm/pointer/keyMap.js +0 -31
- package/node_modules/@testing-library/user-event/dist/esm/pointer/parseKeyDef.js +0 -21
- package/node_modules/@testing-library/user-event/dist/esm/setup/api.js +0 -33
- package/node_modules/@testing-library/user-event/dist/esm/setup/directApi.js +0 -58
- package/node_modules/@testing-library/user-event/dist/esm/setup/index.js +0 -9
- package/node_modules/@testing-library/user-event/dist/esm/setup/setup.js +0 -119
- package/node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js +0 -9
- package/node_modules/@testing-library/user-event/dist/esm/system/index.js +0 -42
- package/node_modules/@testing-library/user-event/dist/esm/system/keyboard.js +0 -166
- package/node_modules/@testing-library/user-event/dist/esm/system/pointer/buttons.js +0 -78
- package/node_modules/@testing-library/user-event/dist/esm/system/pointer/device.js +0 -32
- package/node_modules/@testing-library/user-event/dist/esm/system/pointer/index.js +0 -157
- package/node_modules/@testing-library/user-event/dist/esm/system/pointer/mouse.js +0 -205
- package/node_modules/@testing-library/user-event/dist/esm/system/pointer/pointer.js +0 -129
- package/node_modules/@testing-library/user-event/dist/esm/system/pointer/shared.js +0 -6
- package/node_modules/@testing-library/user-event/dist/esm/utility/clear.js +0 -30
- package/node_modules/@testing-library/user-event/dist/esm/utility/index.js +0 -4
- package/node_modules/@testing-library/user-event/dist/esm/utility/selectOptions.js +0 -111
- package/node_modules/@testing-library/user-event/dist/esm/utility/type.js +0 -21
- package/node_modules/@testing-library/user-event/dist/esm/utility/upload.js +0 -60
- package/node_modules/@testing-library/user-event/dist/esm/utils/click/isClickableInput.js +0 -18
- package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Blob.js +0 -14
- package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Clipboard.js +0 -162
- package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/DataTransfer.js +0 -133
- package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/FileList.js +0 -22
- package/node_modules/@testing-library/user-event/dist/esm/utils/edit/isContentEditable.js +0 -15
- package/node_modules/@testing-library/user-event/dist/esm/utils/edit/isEditable.js +0 -26
- package/node_modules/@testing-library/user-event/dist/esm/utils/edit/maxLength.js +0 -23
- package/node_modules/@testing-library/user-event/dist/esm/utils/edit/setFiles.js +0 -57
- package/node_modules/@testing-library/user-event/dist/esm/utils/edit/timeValue.js +0 -37
- package/node_modules/@testing-library/user-event/dist/esm/utils/focus/cursor.js +0 -124
- package/node_modules/@testing-library/user-event/dist/esm/utils/focus/getActiveElement.js +0 -20
- package/node_modules/@testing-library/user-event/dist/esm/utils/focus/getTabDestination.js +0 -78
- package/node_modules/@testing-library/user-event/dist/esm/utils/focus/isFocusable.js +0 -7
- package/node_modules/@testing-library/user-event/dist/esm/utils/focus/selection.js +0 -17
- package/node_modules/@testing-library/user-event/dist/esm/utils/focus/selector.js +0 -12
- package/node_modules/@testing-library/user-event/dist/esm/utils/index.js +0 -29
- package/node_modules/@testing-library/user-event/dist/esm/utils/keyDef/readNextDescriptor.js +0 -90
- package/node_modules/@testing-library/user-event/dist/esm/utils/misc/cloneEvent.js +0 -5
- package/node_modules/@testing-library/user-event/dist/esm/utils/misc/findClosest.js +0 -12
- package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getDocumentFromNode.js +0 -8
- package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getTreeDiff.js +0 -23
- package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getWindow.js +0 -17
- package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDescendantOrSelf.js +0 -12
- package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDisabled.js +0 -31
- package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isElementType.js +0 -18
- package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isVisible.js +0 -17
- package/node_modules/@testing-library/user-event/dist/esm/utils/misc/level.js +0 -13
- package/node_modules/@testing-library/user-event/dist/esm/utils/misc/wait.js +0 -12
- package/node_modules/@testing-library/user-event/dist/esm/utils/pointer/cssPointerEvents.js +0 -100
- package/node_modules/@testing-library/user-event/dist/types/clipboard/copy.d.ts +0 -2
- package/node_modules/@testing-library/user-event/dist/types/clipboard/cut.d.ts +0 -2
- package/node_modules/@testing-library/user-event/dist/types/clipboard/index.d.ts +0 -3
- package/node_modules/@testing-library/user-event/dist/types/clipboard/paste.d.ts +0 -2
- package/node_modules/@testing-library/user-event/dist/types/convenience/click.d.ts +0 -4
- package/node_modules/@testing-library/user-event/dist/types/convenience/hover.d.ts +0 -3
- package/node_modules/@testing-library/user-event/dist/types/convenience/index.d.ts +0 -3
- package/node_modules/@testing-library/user-event/dist/types/convenience/tab.d.ts +0 -4
- package/node_modules/@testing-library/user-event/dist/types/document/UI.d.ts +0 -42
- package/node_modules/@testing-library/user-event/dist/types/document/copySelection.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/document/getValueOrTextContent.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/document/index.d.ts +0 -5
- package/node_modules/@testing-library/user-event/dist/types/document/interceptor.d.ts +0 -19
- package/node_modules/@testing-library/user-event/dist/types/document/patchFocus.d.ts +0 -9
- package/node_modules/@testing-library/user-event/dist/types/document/prepareDocument.d.ts +0 -8
- package/node_modules/@testing-library/user-event/dist/types/document/trackValue.d.ts +0 -17
- package/node_modules/@testing-library/user-event/dist/types/event/behavior/click.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/event/behavior/cut.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/event/behavior/index.d.ts +0 -8
- package/node_modules/@testing-library/user-event/dist/types/event/behavior/keydown.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/event/behavior/keypress.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/event/behavior/keyup.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/event/behavior/paste.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/event/behavior/registry.d.ts +0 -9
- package/node_modules/@testing-library/user-event/dist/types/event/createEvent.d.ts +0 -2
- package/node_modules/@testing-library/user-event/dist/types/event/dispatchEvent.d.ts +0 -5
- package/node_modules/@testing-library/user-event/dist/types/event/eventMap.d.ts +0 -265
- package/node_modules/@testing-library/user-event/dist/types/event/focus.d.ts +0 -5
- package/node_modules/@testing-library/user-event/dist/types/event/index.d.ts +0 -7
- package/node_modules/@testing-library/user-event/dist/types/event/input.d.ts +0 -2
- package/node_modules/@testing-library/user-event/dist/types/event/radio.d.ts +0 -4
- package/node_modules/@testing-library/user-event/dist/types/event/selection/getInputRange.d.ts +0 -5
- package/node_modules/@testing-library/user-event/dist/types/event/selection/getTargetTypeAndSelection.d.ts +0 -10
- package/node_modules/@testing-library/user-event/dist/types/event/selection/index.d.ts +0 -15
- package/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelection.d.ts +0 -8
- package/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelectionPerMouse.d.ts +0 -7
- package/node_modules/@testing-library/user-event/dist/types/event/selection/moveSelection.d.ts +0 -4
- package/node_modules/@testing-library/user-event/dist/types/event/selection/resolveCaretPosition.d.ts +0 -8
- package/node_modules/@testing-library/user-event/dist/types/event/selection/selectAll.d.ts +0 -5
- package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelection.d.ts +0 -10
- package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionPerMouse.d.ts +0 -8
- package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionRange.d.ts +0 -6
- package/node_modules/@testing-library/user-event/dist/types/event/selection/updateSelectionOnFocus.d.ts +0 -5
- package/node_modules/@testing-library/user-event/dist/types/event/types.d.ts +0 -20
- package/node_modules/@testing-library/user-event/dist/types/event/wrapEvent.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/index.d.ts +0 -6
- package/node_modules/@testing-library/user-event/dist/types/keyboard/index.d.ts +0 -3
- package/node_modules/@testing-library/user-event/dist/types/keyboard/keyMap.d.ts +0 -5
- package/node_modules/@testing-library/user-event/dist/types/keyboard/parseKeyDef.d.ts +0 -17
- package/node_modules/@testing-library/user-event/dist/types/options.d.ts +0 -115
- package/node_modules/@testing-library/user-event/dist/types/pointer/index.d.ts +0 -28
- package/node_modules/@testing-library/user-event/dist/types/pointer/keyMap.d.ts +0 -2
- package/node_modules/@testing-library/user-event/dist/types/pointer/parseKeyDef.d.ts +0 -6
- package/node_modules/@testing-library/user-event/dist/types/setup/api.d.ts +0 -23
- package/node_modules/@testing-library/user-event/dist/types/setup/directApi.d.ts +0 -24
- package/node_modules/@testing-library/user-event/dist/types/setup/index.d.ts +0 -22
- package/node_modules/@testing-library/user-event/dist/types/setup/setup.d.ts +0 -44
- package/node_modules/@testing-library/user-event/dist/types/setup/wrapAsync.d.ts +0 -4
- package/node_modules/@testing-library/user-event/dist/types/system/index.d.ts +0 -10
- package/node_modules/@testing-library/user-event/dist/types/system/keyboard.d.ts +0 -50
- package/node_modules/@testing-library/user-event/dist/types/system/pointer/buttons.d.ts +0 -23
- package/node_modules/@testing-library/user-event/dist/types/system/pointer/device.d.ts +0 -8
- package/node_modules/@testing-library/user-event/dist/types/system/pointer/index.d.ts +0 -21
- package/node_modules/@testing-library/user-event/dist/types/system/pointer/mouse.d.ts +0 -31
- package/node_modules/@testing-library/user-event/dist/types/system/pointer/pointer.d.ts +0 -32
- package/node_modules/@testing-library/user-event/dist/types/system/pointer/shared.d.ts +0 -20
- package/node_modules/@testing-library/user-event/dist/types/utility/clear.d.ts +0 -2
- package/node_modules/@testing-library/user-event/dist/types/utility/index.d.ts +0 -4
- package/node_modules/@testing-library/user-event/dist/types/utility/selectOptions.d.ts +0 -3
- package/node_modules/@testing-library/user-event/dist/types/utility/type.d.ts +0 -9
- package/node_modules/@testing-library/user-event/dist/types/utility/upload.d.ts +0 -5
- package/node_modules/@testing-library/user-event/dist/types/utils/click/isClickableInput.d.ts +0 -15
- package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Blob.d.ts +0 -3
- package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Clipboard.d.ts +0 -11
- package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/DataTransfer.d.ts +0 -2
- package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/FileList.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/edit/isContentEditable.d.ts +0 -7
- package/node_modules/@testing-library/user-event/dist/types/utils/edit/isEditable.d.ts +0 -24
- package/node_modules/@testing-library/user-event/dist/types/utils/edit/maxLength.d.ts +0 -14
- package/node_modules/@testing-library/user-event/dist/types/utils/edit/setFiles.d.ts +0 -12
- package/node_modules/@testing-library/user-event/dist/types/utils/edit/timeValue.d.ts +0 -4
- package/node_modules/@testing-library/user-event/dist/types/utils/focus/cursor.d.ts +0 -9
- package/node_modules/@testing-library/user-event/dist/types/utils/focus/getActiveElement.d.ts +0 -2
- package/node_modules/@testing-library/user-event/dist/types/utils/focus/getTabDestination.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/focus/isFocusable.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/focus/selection.d.ts +0 -8
- package/node_modules/@testing-library/user-event/dist/types/utils/focus/selector.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/index.d.ts +0 -29
- package/node_modules/@testing-library/user-event/dist/types/utils/keyDef/readNextDescriptor.d.ts +0 -21
- package/node_modules/@testing-library/user-event/dist/types/utils/misc/cloneEvent.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/misc/findClosest.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/misc/getDocumentFromNode.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/misc/getTreeDiff.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/misc/getWindow.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/misc/isDescendantOrSelf.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/misc/isDisabled.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/misc/isElementType.d.ts +0 -5
- package/node_modules/@testing-library/user-event/dist/types/utils/misc/isVisible.d.ts +0 -1
- package/node_modules/@testing-library/user-event/dist/types/utils/misc/level.d.ts +0 -8
- package/node_modules/@testing-library/user-event/dist/types/utils/misc/wait.d.ts +0 -2
- package/node_modules/@testing-library/user-event/dist/types/utils/pointer/cssPointerEvents.d.ts +0 -19
- package/node_modules/@testing-library/user-event/package.json +0 -112
- package/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@types/node/README.md +0 -15
- package/node_modules/@types/node/assert/strict.d.ts +0 -8
- package/node_modules/@types/node/assert.d.ts +0 -1040
- package/node_modules/@types/node/async_hooks.d.ts +0 -541
- package/node_modules/@types/node/buffer.d.ts +0 -2363
- package/node_modules/@types/node/child_process.d.ts +0 -1542
- package/node_modules/@types/node/cluster.d.ts +0 -578
- package/node_modules/@types/node/console.d.ts +0 -452
- package/node_modules/@types/node/constants.d.ts +0 -19
- package/node_modules/@types/node/crypto.d.ts +0 -4522
- package/node_modules/@types/node/dgram.d.ts +0 -596
- package/node_modules/@types/node/diagnostics_channel.d.ts +0 -545
- package/node_modules/@types/node/dns/promises.d.ts +0 -473
- package/node_modules/@types/node/dns.d.ts +0 -853
- package/node_modules/@types/node/dom-events.d.ts +0 -124
- package/node_modules/@types/node/domain.d.ts +0 -170
- package/node_modules/@types/node/events.d.ts +0 -884
- package/node_modules/@types/node/fs/promises.d.ts +0 -1245
- package/node_modules/@types/node/fs.d.ts +0 -4317
- package/node_modules/@types/node/globals.d.ts +0 -411
- package/node_modules/@types/node/globals.global.d.ts +0 -1
- package/node_modules/@types/node/http.d.ts +0 -1889
- package/node_modules/@types/node/http2.d.ts +0 -2418
- package/node_modules/@types/node/https.d.ts +0 -550
- package/node_modules/@types/node/index.d.ts +0 -89
- package/node_modules/@types/node/inspector.d.ts +0 -2746
- package/node_modules/@types/node/module.d.ts +0 -315
- package/node_modules/@types/node/net.d.ts +0 -996
- package/node_modules/@types/node/os.d.ts +0 -495
- package/node_modules/@types/node/package.json +0 -217
- package/node_modules/@types/node/path.d.ts +0 -191
- package/node_modules/@types/node/perf_hooks.d.ts +0 -645
- package/node_modules/@types/node/process.d.ts +0 -1747
- package/node_modules/@types/node/punycode.d.ts +0 -117
- package/node_modules/@types/node/querystring.d.ts +0 -153
- package/node_modules/@types/node/readline/promises.d.ts +0 -150
- package/node_modules/@types/node/readline.d.ts +0 -540
- package/node_modules/@types/node/repl.d.ts +0 -430
- package/node_modules/@types/node/sea.d.ts +0 -153
- package/node_modules/@types/node/stream/consumers.d.ts +0 -12
- package/node_modules/@types/node/stream/promises.d.ts +0 -83
- package/node_modules/@types/node/stream/web.d.ts +0 -367
- package/node_modules/@types/node/stream.d.ts +0 -1707
- package/node_modules/@types/node/string_decoder.d.ts +0 -67
- package/node_modules/@types/node/test.d.ts +0 -1470
- package/node_modules/@types/node/timers/promises.d.ts +0 -97
- package/node_modules/@types/node/timers.d.ts +0 -240
- package/node_modules/@types/node/tls.d.ts +0 -1217
- package/node_modules/@types/node/trace_events.d.ts +0 -197
- package/node_modules/@types/node/tty.d.ts +0 -208
- package/node_modules/@types/node/url.d.ts +0 -944
- package/node_modules/@types/node/util.d.ts +0 -2276
- package/node_modules/@types/node/v8.d.ts +0 -764
- package/node_modules/@types/node/vm.d.ts +0 -921
- package/node_modules/@types/node/wasi.d.ts +0 -181
- package/node_modules/@types/node/worker_threads.d.ts +0 -691
- package/node_modules/@types/node/zlib.d.ts +0 -530
- package/node_modules/@types/react/LICENSE +0 -21
- package/node_modules/@types/react/README.md +0 -15
- package/node_modules/@types/react/canary.d.ts +0 -157
- package/node_modules/@types/react/experimental.d.ts +0 -127
- package/node_modules/@types/react/global.d.ts +0 -160
- package/node_modules/@types/react/index.d.ts +0 -4537
- package/node_modules/@types/react/jsx-dev-runtime.d.ts +0 -45
- package/node_modules/@types/react/jsx-runtime.d.ts +0 -36
- package/node_modules/@types/react/package.json +0 -210
- package/node_modules/@types/react/ts5.0/canary.d.ts +0 -157
- package/node_modules/@types/react/ts5.0/experimental.d.ts +0 -127
- package/node_modules/@types/react/ts5.0/global.d.ts +0 -160
- package/node_modules/@types/react/ts5.0/index.d.ts +0 -4524
- package/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts +0 -44
- package/node_modules/@types/react/ts5.0/jsx-runtime.d.ts +0 -35
- package/node_modules/@types/react-dom/LICENSE +0 -21
- package/node_modules/@types/react-dom/README.md +0 -16
- package/node_modules/@types/react-dom/canary.d.ts +0 -185
- package/node_modules/@types/react-dom/client.d.ts +0 -72
- package/node_modules/@types/react-dom/experimental.d.ts +0 -36
- package/node_modules/@types/react-dom/index.d.ts +0 -150
- package/node_modules/@types/react-dom/package.json +0 -88
- package/node_modules/@types/react-dom/server.d.ts +0 -131
- package/node_modules/@types/react-dom/test-utils/index.d.ts +0 -402
- package/node_modules/@vitest/ui/LICENSE +0 -21
- package/node_modules/@vitest/ui/README.md +0 -21
- package/node_modules/@vitest/ui/dist/client/assets/index-9agQl9q3.js +0 -35
- package/node_modules/@vitest/ui/dist/client/assets/index-fUmMsp0O.css +0 -1
- package/node_modules/@vitest/ui/dist/client/bg.png +0 -0
- package/node_modules/@vitest/ui/dist/client/favicon.svg +0 -5
- package/node_modules/@vitest/ui/dist/client/index.html +0 -26
- package/node_modules/@vitest/ui/dist/index.d.ts +0 -6
- package/node_modules/@vitest/ui/dist/index.js +0 -70
- package/node_modules/@vitest/ui/dist/reporter.js +0 -109
- package/node_modules/@vitest/ui/package.json +0 -89
- package/node_modules/@vitest/ui/reporter.d.ts +0 -4
- package/node_modules/@vitest/ui/shim.d.ts +0 -3
- package/pnpm-lock.yaml +0 -6986
- package/resources/tictoccroc/icons/colorLine/calendar-color-line.svg +0 -4
- package/resources/tictoccroc/icons/colorLine/capacity-color-line.svg +0 -6
- package/resources/tictoccroc/icons/colorLine/goods-color-line.svg +0 -4
- package/resources/tictoccroc/icons/colorLine/index.ts +0 -5
- package/resources/tictoccroc/icons/colorLine/kids-color-line.svg +0 -5
- package/resources/tictoccroc/icons/colorLine/time-color-line.svg +0 -4
- package/resources/tictoccroc/icons/emoji/average-plane-emoji.svg +0 -13
- package/resources/tictoccroc/icons/emoji/excellent-plane-emoji.svg +0 -13
- package/resources/tictoccroc/icons/emoji/good-plane-emoji.svg +0 -13
- package/resources/tictoccroc/icons/emoji/index.ts +0 -3
- package/resources/tictoccroc/icons/etc/cash-etc.svg +0 -5
- package/resources/tictoccroc/icons/etc/check-etc.svg +0 -4
- package/resources/tictoccroc/icons/etc/coupon-etc.svg +0 -16
- package/resources/tictoccroc/icons/etc/index.ts +0 -5
- package/resources/tictoccroc/icons/etc/point-etc.svg +0 -5
- package/resources/tictoccroc/icons/etc/unscheduled-etc.svg +0 -19
- package/resources/tictoccroc/icons/fill/alert-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/apply-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/arrow-down-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/arrow-left-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/arrow-right-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/arrow-up-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/chatting-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/clr-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/complete-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/home-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/index.ts +0 -19
- package/resources/tictoccroc/icons/fill/info-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/invalid-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/like-fill.svg +0 -4
- package/resources/tictoccroc/icons/fill/met-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/ongoing-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/review-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/schedule-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/tooltip-fill.svg +0 -3
- package/resources/tictoccroc/icons/fill/user-fill.svg +0 -4
- package/resources/tictoccroc/icons/index.ts +0 -5
- package/resources/tictoccroc/icons/line/alarm-line.svg +0 -4
- package/resources/tictoccroc/icons/line/align-edit.svg +0 -5
- package/resources/tictoccroc/icons/line/align-line.svg +0 -4
- package/resources/tictoccroc/icons/line/apply-line.svg +0 -7
- package/resources/tictoccroc/icons/line/arrow-back-line.svg +0 -3
- package/resources/tictoccroc/icons/line/arrow-downward-line.svg +0 -3
- package/resources/tictoccroc/icons/line/arrow-forward-line.svg +0 -3
- package/resources/tictoccroc/icons/line/arrow-upward-line.svg +0 -3
- package/resources/tictoccroc/icons/line/attach-line.svg +0 -3
- package/resources/tictoccroc/icons/line/ban-line.svg +0 -3
- package/resources/tictoccroc/icons/line/browser-line.svg +0 -6
- package/resources/tictoccroc/icons/line/calendar-line.svg +0 -3
- package/resources/tictoccroc/icons/line/call-line.svg +0 -3
- package/resources/tictoccroc/icons/line/camera-line.svg +0 -5
- package/resources/tictoccroc/icons/line/card-line.svg +0 -3
- package/resources/tictoccroc/icons/line/cash-line.svg +0 -4
- package/resources/tictoccroc/icons/line/certificate-line.svg +0 -3
- package/resources/tictoccroc/icons/line/chat-line.svg +0 -3
- package/resources/tictoccroc/icons/line/chatting-line.svg +0 -7
- package/resources/tictoccroc/icons/line/check-line.svg +0 -3
- package/resources/tictoccroc/icons/line/chevron-down-line.svg +0 -3
- package/resources/tictoccroc/icons/line/chevron-left-line.svg +0 -3
- package/resources/tictoccroc/icons/line/chevron-right-line.svg +0 -3
- package/resources/tictoccroc/icons/line/chevron-up-line.svg +0 -3
- package/resources/tictoccroc/icons/line/close-line.svg +0 -3
- package/resources/tictoccroc/icons/line/copy-line.svg +0 -3
- package/resources/tictoccroc/icons/line/delete-line.svg +0 -6
- package/resources/tictoccroc/icons/line/download-line.svg +0 -4
- package/resources/tictoccroc/icons/line/eye-invisible-line.svg +0 -7
- package/resources/tictoccroc/icons/line/eye-visible-line.svg +0 -3
- package/resources/tictoccroc/icons/line/filter-line.svg +0 -5
- package/resources/tictoccroc/icons/line/fullview-line.svg +0 -6
- package/resources/tictoccroc/icons/line/goods-line.svg +0 -3
- package/resources/tictoccroc/icons/line/hamburger-line.svg +0 -3
- package/resources/tictoccroc/icons/line/headphone-line.svg +0 -3
- package/resources/tictoccroc/icons/line/home-line.svg +0 -4
- package/resources/tictoccroc/icons/line/img-disable-line.svg +0 -3
- package/resources/tictoccroc/icons/line/img-line.svg +0 -4
- package/resources/tictoccroc/icons/line/index.ts +0 -72
- package/resources/tictoccroc/icons/line/information-line.svg +0 -4
- package/resources/tictoccroc/icons/line/instagram-line.svg +0 -5
- package/resources/tictoccroc/icons/line/insurance-line.svg +0 -4
- package/resources/tictoccroc/icons/line/kids-line.svg +0 -6
- package/resources/tictoccroc/icons/line/like-line.svg +0 -4
- package/resources/tictoccroc/icons/line/link-line.svg +0 -5
- package/resources/tictoccroc/icons/line/location-line.svg +0 -4
- package/resources/tictoccroc/icons/line/match-type-line.svg +0 -4
- package/resources/tictoccroc/icons/line/met-line.svg +0 -4
- package/resources/tictoccroc/icons/line/minus-line.svg +0 -3
- package/resources/tictoccroc/icons/line/mobile-line.svg +0 -4
- package/resources/tictoccroc/icons/line/modify-line.svg +0 -4
- package/resources/tictoccroc/icons/line/money-line.svg +0 -4
- package/resources/tictoccroc/icons/line/more-line.svg +0 -6
- package/resources/tictoccroc/icons/line/parking-line.svg +0 -5
- package/resources/tictoccroc/icons/line/plus-line.svg +0 -3
- package/resources/tictoccroc/icons/line/receipt-line.svg +0 -5
- package/resources/tictoccroc/icons/line/reset-line.svg +0 -3
- package/resources/tictoccroc/icons/line/schedule-line.svg +0 -13
- package/resources/tictoccroc/icons/line/search-line.svg +0 -3
- package/resources/tictoccroc/icons/line/setting-line.svg +0 -4
- package/resources/tictoccroc/icons/line/share-line.svg +0 -5
- package/resources/tictoccroc/icons/line/sms-line.svg +0 -4
- package/resources/tictoccroc/icons/line/sound-line.svg +0 -5
- package/resources/tictoccroc/icons/line/sound-off-line.svg +0 -4
- package/resources/tictoccroc/icons/line/special-line.svg +0 -4
- package/resources/tictoccroc/icons/line/time-line.svg +0 -4
- package/resources/tictoccroc/icons/line/toy-line.svg +0 -3
- package/resources/tictoccroc/icons/line/university-line.svg +0 -3
- package/resources/tictoccroc/icons/line/upload-line.svg +0 -4
- package/resources/tictoccroc/icons/line/user-line.svg +0 -6
- package/resources/tictoccroc/icons/line/video-camera-line.svg +0 -4
- package/resources/tictoccroc/icons/line/warning1-line.svg +0 -5
- package/resources/tictoccroc/icons/line/warning2-line.svg +0 -4
- package/resources/tictoccroc/icons/line/wifi-line.svg +0 -6
- package/stories/Introduction.mdx +0 -113
- package/stories/foundations/tictoccroc-parent.mdx +0 -189
- package/stories/foundations/tictoccroc-teacher.mdx +0 -189
- package/themes/tictoccroc/colors/background.ts +0 -9
- package/themes/tictoccroc/colors/blue.ts +0 -16
- package/themes/tictoccroc/colors/classType.ts +0 -12
- package/themes/tictoccroc/colors/etc.ts +0 -12
- package/themes/tictoccroc/colors/green.ts +0 -16
- package/themes/tictoccroc/colors/grey.ts +0 -18
- package/themes/tictoccroc/colors/index.ts +0 -8
- package/themes/tictoccroc/colors/pink.ts +0 -16
- package/themes/tictoccroc/colors/yellow.ts +0 -16
- package/themes/tictoccroc/index.ts +0 -5
- package/themes/tictoccroc/parentLight.ts +0 -65
- package/themes/tictoccroc/teacherLight.ts +0 -65
- package/themes/tictoccroc/typography/body.ts +0 -76
- package/themes/tictoccroc/typography/caption.ts +0 -111
- package/themes/tictoccroc/typography/display.ts +0 -90
- package/themes/tictoccroc/typography/headline.ts +0 -132
- package/themes/tictoccroc/typography/index.ts +0 -4
- package/tsconfig.json +0 -32
- package/typings/color.ts +0 -37
- package/typings/component.ts +0 -59
- package/typings/index.ts +0 -7
- package/typings/theme/core.ts +0 -72
- package/typings/theme/tictoccroc.ts +0 -29
- package/typings/typography.ts +0 -30
- package/typings/utility.ts +0 -20
- package/utils/convertNumberToCSSValue.ts +0 -12
- package/utils/debounce/debounce.ts +0 -17
- package/utils/getContrastRatio/getContrastRatio.test.ts +0 -19
- package/utils/getContrastRatio/getContrastRatio.ts +0 -12
- package/utils/getContrastingTextColor/getContrastingTextColor.test.ts +0 -27
- package/utils/getContrastingTextColor/getContrastingTextColor.ts +0 -33
- package/utils/getIconLabel/getIconLabel.ts +0 -115
- package/utils/getInterpolation/getInterpolation.ts +0 -16
- package/utils/getPaletteColor/getPaletteColor.test.ts +0 -26
- package/utils/getPaletteColor/getPaletteColor.ts +0 -71
- package/utils/getRelativeLuminance/getRelativeLuminance.test.ts +0 -23
- package/utils/getRelativeLuminance/getRelativeLuminance.ts +0 -7
- package/utils/getSibling/getSibling.ts +0 -27
- package/utils/hexToRgb/hexToRgb.test.ts +0 -28
- package/utils/hexToRgb/hexToRgb.ts +0 -15
- package/vite.config.mts +0 -188
- package/vitest.setup.ts +0 -7
|
@@ -1,1706 +0,0 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<h1>jest-dom</h1>
|
|
3
|
-
|
|
4
|
-
<a href="https://www.emojione.com/emoji/1f989">
|
|
5
|
-
<img
|
|
6
|
-
height="80"
|
|
7
|
-
width="80"
|
|
8
|
-
alt="owl"
|
|
9
|
-
src="https://raw.githubusercontent.com/testing-library/jest-dom/main/other/owl.png"
|
|
10
|
-
/>
|
|
11
|
-
</a>
|
|
12
|
-
|
|
13
|
-
<p>Custom jest matchers to test the state of the DOM</p>
|
|
14
|
-
|
|
15
|
-
</div>
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
<!-- prettier-ignore-start -->
|
|
20
|
-
[![Build Status][build-badge]][build]
|
|
21
|
-
[![Code Coverage][coverage-badge]][coverage]
|
|
22
|
-
[![version][version-badge]][package] [![downloads][downloads-badge]][npmtrends]
|
|
23
|
-
[![MIT License][license-badge]][license]
|
|
24
|
-
|
|
25
|
-
[](#contributors-)
|
|
26
|
-
[![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc]
|
|
27
|
-
[![Discord][discord-badge]][discord]
|
|
28
|
-
|
|
29
|
-
[![Watch on GitHub][github-watch-badge]][github-watch]
|
|
30
|
-
[![Star on GitHub][github-star-badge]][github-star]
|
|
31
|
-
[![Tweet][twitter-badge]][twitter]
|
|
32
|
-
<!-- prettier-ignore-end -->
|
|
33
|
-
|
|
34
|
-
## The problem
|
|
35
|
-
|
|
36
|
-
You want to use [jest][] to write tests that assert various things about the
|
|
37
|
-
state of a DOM. As part of that goal, you want to avoid all the repetitive
|
|
38
|
-
patterns that arise in doing so. Checking for an element's attributes, its text
|
|
39
|
-
content, its css classes, you name it.
|
|
40
|
-
|
|
41
|
-
## This solution
|
|
42
|
-
|
|
43
|
-
The `@testing-library/jest-dom` library provides a set of custom jest matchers
|
|
44
|
-
that you can use to extend jest. These will make your tests more declarative,
|
|
45
|
-
clear to read and to maintain.
|
|
46
|
-
|
|
47
|
-
## Table of Contents
|
|
48
|
-
|
|
49
|
-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
50
|
-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
51
|
-
|
|
52
|
-
- [Installation](#installation)
|
|
53
|
-
- [Usage](#usage)
|
|
54
|
-
- [With `@jest/globals`](#with-jestglobals)
|
|
55
|
-
- [With Vitest](#with-vitest)
|
|
56
|
-
- [With TypeScript](#with-typescript)
|
|
57
|
-
- [With another Jest-compatible `expect`](#with-another-jest-compatible-expect)
|
|
58
|
-
- [Custom matchers](#custom-matchers)
|
|
59
|
-
- [`toBeDisabled`](#tobedisabled)
|
|
60
|
-
- [`toBeEnabled`](#tobeenabled)
|
|
61
|
-
- [`toBeEmptyDOMElement`](#tobeemptydomelement)
|
|
62
|
-
- [`toBeInTheDocument`](#tobeinthedocument)
|
|
63
|
-
- [`toBeInvalid`](#tobeinvalid)
|
|
64
|
-
- [`toBeRequired`](#toberequired)
|
|
65
|
-
- [`toBeValid`](#tobevalid)
|
|
66
|
-
- [`toBeVisible`](#tobevisible)
|
|
67
|
-
- [`toContainElement`](#tocontainelement)
|
|
68
|
-
- [`toContainHTML`](#tocontainhtml)
|
|
69
|
-
- [`toHaveAccessibleDescription`](#tohaveaccessibledescription)
|
|
70
|
-
- [`toHaveAccessibleErrorMessage`](#tohaveaccessibleerrormessage)
|
|
71
|
-
- [`toHaveAccessibleName`](#tohaveaccessiblename)
|
|
72
|
-
- [`toHaveAttribute`](#tohaveattribute)
|
|
73
|
-
- [`toHaveClass`](#tohaveclass)
|
|
74
|
-
- [`toHaveFocus`](#tohavefocus)
|
|
75
|
-
- [`toHaveFormValues`](#tohaveformvalues)
|
|
76
|
-
- [`toHaveStyle`](#tohavestyle)
|
|
77
|
-
- [`toHaveTextContent`](#tohavetextcontent)
|
|
78
|
-
- [`toHaveValue`](#tohavevalue)
|
|
79
|
-
- [`toHaveDisplayValue`](#tohavedisplayvalue)
|
|
80
|
-
- [`toBeChecked`](#tobechecked)
|
|
81
|
-
- [`toBePartiallyChecked`](#tobepartiallychecked)
|
|
82
|
-
- [`toHaveRole`](#tohaverole)
|
|
83
|
-
- [`toHaveErrorMessage`](#tohaveerrormessage)
|
|
84
|
-
- [`toHaveSelection`](#tohaveselection)
|
|
85
|
-
- [Deprecated matchers](#deprecated-matchers)
|
|
86
|
-
- [`toBeEmpty`](#tobeempty)
|
|
87
|
-
- [`toBeInTheDOM`](#tobeinthedom)
|
|
88
|
-
- [`toHaveDescription`](#tohavedescription)
|
|
89
|
-
- [Inspiration](#inspiration)
|
|
90
|
-
- [Other Solutions](#other-solutions)
|
|
91
|
-
- [Guiding Principles](#guiding-principles)
|
|
92
|
-
- [Contributors](#contributors)
|
|
93
|
-
- [LICENSE](#license)
|
|
94
|
-
|
|
95
|
-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
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/jest-dom
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
or
|
|
107
|
-
|
|
108
|
-
for installation with [yarn](https://yarnpkg.com/) package manager.
|
|
109
|
-
|
|
110
|
-
```
|
|
111
|
-
yarn add --dev @testing-library/jest-dom
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
> Note: We also recommend installing the jest-dom eslint plugin which provides
|
|
115
|
-
> auto-fixable lint rules that prevent false positive tests and improve test
|
|
116
|
-
> readability by ensuring you are using the right matchers in your tests. More
|
|
117
|
-
> details can be found at
|
|
118
|
-
> [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom).
|
|
119
|
-
|
|
120
|
-
## Usage
|
|
121
|
-
|
|
122
|
-
Import `@testing-library/jest-dom` once (for instance in your [tests setup
|
|
123
|
-
file][]) and you're good to go:
|
|
124
|
-
|
|
125
|
-
[tests setup file]:
|
|
126
|
-
https://jestjs.io/docs/en/configuration.html#setupfilesafterenv-array
|
|
127
|
-
|
|
128
|
-
```javascript
|
|
129
|
-
// In your own jest-setup.js (or any other name)
|
|
130
|
-
import '@testing-library/jest-dom'
|
|
131
|
-
|
|
132
|
-
// In jest.config.js add (if you haven't already)
|
|
133
|
-
setupFilesAfterEnv: ['<rootDir>/jest-setup.js']
|
|
134
|
-
```
|
|
135
|
-
|
|
136
|
-
### With `@jest/globals`
|
|
137
|
-
|
|
138
|
-
If you are using [`@jest/globals`][jest-globals announcement] with
|
|
139
|
-
[`injectGlobals: false`][inject-globals docs], you will need to use a different
|
|
140
|
-
import in your tests setup file:
|
|
141
|
-
|
|
142
|
-
```javascript
|
|
143
|
-
// In your own jest-setup.js (or any other name)
|
|
144
|
-
import '@testing-library/jest-dom/jest-globals'
|
|
145
|
-
```
|
|
146
|
-
|
|
147
|
-
[jest-globals announcement]:
|
|
148
|
-
https://jestjs.io/blog/2020/05/05/jest-26#a-new-way-to-consume-jest---jestglobals
|
|
149
|
-
[inject-globals docs]:
|
|
150
|
-
https://jestjs.io/docs/configuration#injectglobals-boolean
|
|
151
|
-
|
|
152
|
-
### With Vitest
|
|
153
|
-
|
|
154
|
-
If you are using [vitest][], this module will work as-is, but you will need to
|
|
155
|
-
use a different import in your tests setup file. This file should be added to
|
|
156
|
-
the [`setupFiles`][vitest setupfiles] property in your vitest config:
|
|
157
|
-
|
|
158
|
-
```javascript
|
|
159
|
-
// In your own vitest-setup.js (or any other name)
|
|
160
|
-
import '@testing-library/jest-dom/vitest'
|
|
161
|
-
|
|
162
|
-
// In vitest.config.js add (if you haven't already)
|
|
163
|
-
setupFiles: ['./vitest-setup.js']
|
|
164
|
-
```
|
|
165
|
-
|
|
166
|
-
Also, depending on your local setup, you may need to update your
|
|
167
|
-
`tsconfig.json`:
|
|
168
|
-
|
|
169
|
-
```json
|
|
170
|
-
// In tsconfig.json
|
|
171
|
-
"compilerOptions": {
|
|
172
|
-
...
|
|
173
|
-
"types": ["vitest/globals", "@testing-library/jest-dom"]
|
|
174
|
-
},
|
|
175
|
-
"include": [
|
|
176
|
-
...
|
|
177
|
-
"./vitest.setup.ts"
|
|
178
|
-
],
|
|
179
|
-
```
|
|
180
|
-
|
|
181
|
-
[vitest]: https://vitest.dev/
|
|
182
|
-
[vitest setupfiles]: https://vitest.dev/config/#setupfiles
|
|
183
|
-
|
|
184
|
-
### With TypeScript
|
|
185
|
-
|
|
186
|
-
If you're using TypeScript, make sure your setup file is a `.ts` and not a `.js`
|
|
187
|
-
to include the necessary types.
|
|
188
|
-
|
|
189
|
-
You will also need to include your setup file in your `tsconfig.json` if you
|
|
190
|
-
haven't already:
|
|
191
|
-
|
|
192
|
-
```json
|
|
193
|
-
// In tsconfig.json
|
|
194
|
-
"include": [
|
|
195
|
-
...
|
|
196
|
-
"./jest-setup.ts"
|
|
197
|
-
],
|
|
198
|
-
```
|
|
199
|
-
|
|
200
|
-
### With another Jest-compatible `expect`
|
|
201
|
-
|
|
202
|
-
If you are using a different test runner that is compatible with Jest's `expect`
|
|
203
|
-
interface, it might be possible to use it with this library:
|
|
204
|
-
|
|
205
|
-
```javascript
|
|
206
|
-
import * as matchers from '@testing-library/jest-dom/matchers'
|
|
207
|
-
import {expect} from 'my-test-runner/expect'
|
|
208
|
-
|
|
209
|
-
expect.extend(matchers)
|
|
210
|
-
```
|
|
211
|
-
|
|
212
|
-
## Custom matchers
|
|
213
|
-
|
|
214
|
-
`@testing-library/jest-dom` can work with any library or framework that returns
|
|
215
|
-
DOM elements from queries. The custom matcher examples below are written using
|
|
216
|
-
matchers from `@testing-library`'s suite of libraries (e.g. `getByTestId`,
|
|
217
|
-
`queryByTestId`, `getByText`, etc.)
|
|
218
|
-
|
|
219
|
-
### `toBeDisabled`
|
|
220
|
-
|
|
221
|
-
```typescript
|
|
222
|
-
toBeDisabled()
|
|
223
|
-
```
|
|
224
|
-
|
|
225
|
-
This allows you to check whether an element is disabled from the user's
|
|
226
|
-
perspective. According to the specification, the following elements can be
|
|
227
|
-
[disabled](https://html.spec.whatwg.org/multipage/semantics-other.html#disabled-elements):
|
|
228
|
-
`button`, `input`, `select`, `textarea`, `optgroup`, `option`, `fieldset`, and
|
|
229
|
-
custom elements.
|
|
230
|
-
|
|
231
|
-
This custom matcher considers an element as disabled if the element is among the
|
|
232
|
-
types of elements that can be disabled (listed above), and the `disabled`
|
|
233
|
-
attribute is present. It will also consider the element as disabled if it's
|
|
234
|
-
inside a parent form element that supports being disabled and has the `disabled`
|
|
235
|
-
attribute present.
|
|
236
|
-
|
|
237
|
-
#### Examples
|
|
238
|
-
|
|
239
|
-
```html
|
|
240
|
-
<button data-testid="button" type="submit" disabled>submit</button>
|
|
241
|
-
<fieldset disabled><input type="text" data-testid="input" /></fieldset>
|
|
242
|
-
<a href="..." disabled>link</a>
|
|
243
|
-
```
|
|
244
|
-
|
|
245
|
-
```javascript
|
|
246
|
-
expect(getByTestId('button')).toBeDisabled()
|
|
247
|
-
expect(getByTestId('input')).toBeDisabled()
|
|
248
|
-
expect(getByText('link')).not.toBeDisabled()
|
|
249
|
-
```
|
|
250
|
-
|
|
251
|
-
> This custom matcher does not take into account the presence or absence of the
|
|
252
|
-
> `aria-disabled` attribute. For more on why this is the case, check
|
|
253
|
-
> [#144](https://github.com/testing-library/jest-dom/issues/144).
|
|
254
|
-
|
|
255
|
-
<hr />
|
|
256
|
-
|
|
257
|
-
### `toBeEnabled`
|
|
258
|
-
|
|
259
|
-
```typescript
|
|
260
|
-
toBeEnabled()
|
|
261
|
-
```
|
|
262
|
-
|
|
263
|
-
This allows you to check whether an element is not disabled from the user's
|
|
264
|
-
perspective.
|
|
265
|
-
|
|
266
|
-
It works like `not.toBeDisabled()`. Use this matcher to avoid double negation in
|
|
267
|
-
your tests.
|
|
268
|
-
|
|
269
|
-
> This custom matcher does not take into account the presence or absence of the
|
|
270
|
-
> `aria-disabled` attribute. For more on why this is the case, check
|
|
271
|
-
> [#144](https://github.com/testing-library/jest-dom/issues/144).
|
|
272
|
-
|
|
273
|
-
<hr />
|
|
274
|
-
|
|
275
|
-
### `toBeEmptyDOMElement`
|
|
276
|
-
|
|
277
|
-
```typescript
|
|
278
|
-
toBeEmptyDOMElement()
|
|
279
|
-
```
|
|
280
|
-
|
|
281
|
-
This allows you to assert whether an element has no visible content for the
|
|
282
|
-
user. It ignores comments but will fail if the element contains white-space.
|
|
283
|
-
|
|
284
|
-
#### Examples
|
|
285
|
-
|
|
286
|
-
```html
|
|
287
|
-
<span data-testid="not-empty"><span data-testid="empty"></span></span>
|
|
288
|
-
<span data-testid="with-whitespace"> </span>
|
|
289
|
-
<span data-testid="with-comment"><!-- comment --></span>
|
|
290
|
-
```
|
|
291
|
-
|
|
292
|
-
```javascript
|
|
293
|
-
expect(getByTestId('empty')).toBeEmptyDOMElement()
|
|
294
|
-
expect(getByTestId('not-empty')).not.toBeEmptyDOMElement()
|
|
295
|
-
expect(getByTestId('with-whitespace')).not.toBeEmptyDOMElement()
|
|
296
|
-
```
|
|
297
|
-
|
|
298
|
-
<hr />
|
|
299
|
-
|
|
300
|
-
### `toBeInTheDocument`
|
|
301
|
-
|
|
302
|
-
```typescript
|
|
303
|
-
toBeInTheDocument()
|
|
304
|
-
```
|
|
305
|
-
|
|
306
|
-
This allows you to assert whether an element is present in the document or not.
|
|
307
|
-
|
|
308
|
-
#### Examples
|
|
309
|
-
|
|
310
|
-
```html
|
|
311
|
-
<span data-testid="html-element"><span>Html Element</span></span>
|
|
312
|
-
<svg data-testid="svg-element"></svg>
|
|
313
|
-
```
|
|
314
|
-
|
|
315
|
-
```javascript
|
|
316
|
-
expect(
|
|
317
|
-
getByTestId(document.documentElement, 'html-element'),
|
|
318
|
-
).toBeInTheDocument()
|
|
319
|
-
expect(getByTestId(document.documentElement, 'svg-element')).toBeInTheDocument()
|
|
320
|
-
expect(
|
|
321
|
-
queryByTestId(document.documentElement, 'does-not-exist'),
|
|
322
|
-
).not.toBeInTheDocument()
|
|
323
|
-
```
|
|
324
|
-
|
|
325
|
-
> Note: This matcher does not find detached elements. The element must be added
|
|
326
|
-
> to the document to be found by toBeInTheDocument. If you desire to search in a
|
|
327
|
-
> detached element please use: [`toContainElement`](#tocontainelement)
|
|
328
|
-
|
|
329
|
-
<hr />
|
|
330
|
-
|
|
331
|
-
### `toBeInvalid`
|
|
332
|
-
|
|
333
|
-
```typescript
|
|
334
|
-
toBeInvalid()
|
|
335
|
-
```
|
|
336
|
-
|
|
337
|
-
This allows you to check if an element, is currently invalid.
|
|
338
|
-
|
|
339
|
-
An element is invalid if it has an
|
|
340
|
-
[`aria-invalid` attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-invalid_attribute)
|
|
341
|
-
with no value or a value of `"true"`, or if the result of
|
|
342
|
-
[`checkValidity()`](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation)
|
|
343
|
-
is `false`.
|
|
344
|
-
|
|
345
|
-
#### Examples
|
|
346
|
-
|
|
347
|
-
```html
|
|
348
|
-
<input data-testid="no-aria-invalid" />
|
|
349
|
-
<input data-testid="aria-invalid" aria-invalid />
|
|
350
|
-
<input data-testid="aria-invalid-value" aria-invalid="true" />
|
|
351
|
-
<input data-testid="aria-invalid-false" aria-invalid="false" />
|
|
352
|
-
|
|
353
|
-
<form data-testid="valid-form">
|
|
354
|
-
<input />
|
|
355
|
-
</form>
|
|
356
|
-
|
|
357
|
-
<form data-testid="invalid-form">
|
|
358
|
-
<input required />
|
|
359
|
-
</form>
|
|
360
|
-
```
|
|
361
|
-
|
|
362
|
-
```javascript
|
|
363
|
-
expect(getByTestId('no-aria-invalid')).not.toBeInvalid()
|
|
364
|
-
expect(getByTestId('aria-invalid')).toBeInvalid()
|
|
365
|
-
expect(getByTestId('aria-invalid-value')).toBeInvalid()
|
|
366
|
-
expect(getByTestId('aria-invalid-false')).not.toBeInvalid()
|
|
367
|
-
|
|
368
|
-
expect(getByTestId('valid-form')).not.toBeInvalid()
|
|
369
|
-
expect(getByTestId('invalid-form')).toBeInvalid()
|
|
370
|
-
```
|
|
371
|
-
|
|
372
|
-
<hr />
|
|
373
|
-
|
|
374
|
-
### `toBeRequired`
|
|
375
|
-
|
|
376
|
-
```typescript
|
|
377
|
-
toBeRequired()
|
|
378
|
-
```
|
|
379
|
-
|
|
380
|
-
This allows you to check if a form element is currently required.
|
|
381
|
-
|
|
382
|
-
An element is required if it is having a `required` or `aria-required="true"`
|
|
383
|
-
attribute.
|
|
384
|
-
|
|
385
|
-
#### Examples
|
|
386
|
-
|
|
387
|
-
```html
|
|
388
|
-
<input data-testid="required-input" required />
|
|
389
|
-
<input data-testid="aria-required-input" aria-required="true" />
|
|
390
|
-
<input data-testid="conflicted-input" required aria-required="false" />
|
|
391
|
-
<input data-testid="aria-not-required-input" aria-required="false" />
|
|
392
|
-
<input data-testid="optional-input" />
|
|
393
|
-
<input data-testid="unsupported-type" type="image" required />
|
|
394
|
-
<select data-testid="select" required></select>
|
|
395
|
-
<textarea data-testid="textarea" required></textarea>
|
|
396
|
-
<div data-testid="supported-role" role="tree" required></div>
|
|
397
|
-
<div data-testid="supported-role-aria" role="tree" aria-required="true"></div>
|
|
398
|
-
```
|
|
399
|
-
|
|
400
|
-
```javascript
|
|
401
|
-
expect(getByTestId('required-input')).toBeRequired()
|
|
402
|
-
expect(getByTestId('aria-required-input')).toBeRequired()
|
|
403
|
-
expect(getByTestId('conflicted-input')).toBeRequired()
|
|
404
|
-
expect(getByTestId('aria-not-required-input')).not.toBeRequired()
|
|
405
|
-
expect(getByTestId('optional-input')).not.toBeRequired()
|
|
406
|
-
expect(getByTestId('unsupported-type')).not.toBeRequired()
|
|
407
|
-
expect(getByTestId('select')).toBeRequired()
|
|
408
|
-
expect(getByTestId('textarea')).toBeRequired()
|
|
409
|
-
expect(getByTestId('supported-role')).not.toBeRequired()
|
|
410
|
-
expect(getByTestId('supported-role-aria')).toBeRequired()
|
|
411
|
-
```
|
|
412
|
-
|
|
413
|
-
<hr />
|
|
414
|
-
|
|
415
|
-
### `toBeValid`
|
|
416
|
-
|
|
417
|
-
```typescript
|
|
418
|
-
toBeValid()
|
|
419
|
-
```
|
|
420
|
-
|
|
421
|
-
This allows you to check if the value of an element, is currently valid.
|
|
422
|
-
|
|
423
|
-
An element is valid if it has no
|
|
424
|
-
[`aria-invalid` attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-invalid_attribute)s
|
|
425
|
-
or an attribute value of `"false"`. The result of
|
|
426
|
-
[`checkValidity()`](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation)
|
|
427
|
-
must also be `true` if it's a form element.
|
|
428
|
-
|
|
429
|
-
#### Examples
|
|
430
|
-
|
|
431
|
-
```html
|
|
432
|
-
<input data-testid="no-aria-invalid" />
|
|
433
|
-
<input data-testid="aria-invalid" aria-invalid />
|
|
434
|
-
<input data-testid="aria-invalid-value" aria-invalid="true" />
|
|
435
|
-
<input data-testid="aria-invalid-false" aria-invalid="false" />
|
|
436
|
-
|
|
437
|
-
<form data-testid="valid-form">
|
|
438
|
-
<input />
|
|
439
|
-
</form>
|
|
440
|
-
|
|
441
|
-
<form data-testid="invalid-form">
|
|
442
|
-
<input required />
|
|
443
|
-
</form>
|
|
444
|
-
```
|
|
445
|
-
|
|
446
|
-
```javascript
|
|
447
|
-
expect(getByTestId('no-aria-invalid')).toBeValid()
|
|
448
|
-
expect(getByTestId('aria-invalid')).not.toBeValid()
|
|
449
|
-
expect(getByTestId('aria-invalid-value')).not.toBeValid()
|
|
450
|
-
expect(getByTestId('aria-invalid-false')).toBeValid()
|
|
451
|
-
|
|
452
|
-
expect(getByTestId('valid-form')).toBeValid()
|
|
453
|
-
expect(getByTestId('invalid-form')).not.toBeValid()
|
|
454
|
-
```
|
|
455
|
-
|
|
456
|
-
<hr />
|
|
457
|
-
|
|
458
|
-
### `toBeVisible`
|
|
459
|
-
|
|
460
|
-
```typescript
|
|
461
|
-
toBeVisible()
|
|
462
|
-
```
|
|
463
|
-
|
|
464
|
-
This allows you to check if an element is currently visible to the user.
|
|
465
|
-
|
|
466
|
-
An element is visible if **all** the following conditions are met:
|
|
467
|
-
|
|
468
|
-
- it is present in the document
|
|
469
|
-
- it does not have its css property `display` set to `none`
|
|
470
|
-
- it does not have its css property `visibility` set to either `hidden` or
|
|
471
|
-
`collapse`
|
|
472
|
-
- it does not have its css property `opacity` set to `0`
|
|
473
|
-
- its parent element is also visible (and so on up to the top of the DOM tree)
|
|
474
|
-
- it does not have the
|
|
475
|
-
[`hidden`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden)
|
|
476
|
-
attribute
|
|
477
|
-
- if `<details />` it has the `open` attribute
|
|
478
|
-
|
|
479
|
-
#### Examples
|
|
480
|
-
|
|
481
|
-
```html
|
|
482
|
-
<div data-testid="zero-opacity" style="opacity: 0">Zero Opacity Example</div>
|
|
483
|
-
<div data-testid="visibility-hidden" style="visibility: hidden">
|
|
484
|
-
Visibility Hidden Example
|
|
485
|
-
</div>
|
|
486
|
-
<div data-testid="display-none" style="display: none">Display None Example</div>
|
|
487
|
-
<div style="opacity: 0">
|
|
488
|
-
<span data-testid="hidden-parent">Hidden Parent Example</span>
|
|
489
|
-
</div>
|
|
490
|
-
<div data-testid="visible">Visible Example</div>
|
|
491
|
-
<div data-testid="hidden-attribute" hidden>Hidden Attribute Example</div>
|
|
492
|
-
<details>
|
|
493
|
-
<summary>Title of hidden text</summary>
|
|
494
|
-
Hidden Details Example
|
|
495
|
-
</details>
|
|
496
|
-
<details open>
|
|
497
|
-
<summary>Title of visible text</summary>
|
|
498
|
-
<div>Visible Details Example</div>
|
|
499
|
-
</details>
|
|
500
|
-
```
|
|
501
|
-
|
|
502
|
-
```javascript
|
|
503
|
-
expect(getByText('Zero Opacity Example')).not.toBeVisible()
|
|
504
|
-
expect(getByText('Visibility Hidden Example')).not.toBeVisible()
|
|
505
|
-
expect(getByText('Display None Example')).not.toBeVisible()
|
|
506
|
-
expect(getByText('Hidden Parent Example')).not.toBeVisible()
|
|
507
|
-
expect(getByText('Visible Example')).toBeVisible()
|
|
508
|
-
expect(getByText('Hidden Attribute Example')).not.toBeVisible()
|
|
509
|
-
expect(getByText('Hidden Details Example')).not.toBeVisible()
|
|
510
|
-
expect(getByText('Visible Details Example')).toBeVisible()
|
|
511
|
-
```
|
|
512
|
-
|
|
513
|
-
<hr />
|
|
514
|
-
|
|
515
|
-
### `toContainElement`
|
|
516
|
-
|
|
517
|
-
```typescript
|
|
518
|
-
toContainElement(element: HTMLElement | SVGElement | null)
|
|
519
|
-
```
|
|
520
|
-
|
|
521
|
-
This allows you to assert whether an element contains another element as a
|
|
522
|
-
descendant or not.
|
|
523
|
-
|
|
524
|
-
#### Examples
|
|
525
|
-
|
|
526
|
-
```html
|
|
527
|
-
<span data-testid="ancestor"><span data-testid="descendant"></span></span>
|
|
528
|
-
```
|
|
529
|
-
|
|
530
|
-
```javascript
|
|
531
|
-
const ancestor = getByTestId('ancestor')
|
|
532
|
-
const descendant = getByTestId('descendant')
|
|
533
|
-
const nonExistantElement = getByTestId('does-not-exist')
|
|
534
|
-
|
|
535
|
-
expect(ancestor).toContainElement(descendant)
|
|
536
|
-
expect(descendant).not.toContainElement(ancestor)
|
|
537
|
-
expect(ancestor).not.toContainElement(nonExistantElement)
|
|
538
|
-
```
|
|
539
|
-
|
|
540
|
-
<hr />
|
|
541
|
-
|
|
542
|
-
### `toContainHTML`
|
|
543
|
-
|
|
544
|
-
```typescript
|
|
545
|
-
toContainHTML(htmlText: string)
|
|
546
|
-
```
|
|
547
|
-
|
|
548
|
-
Assert whether a string representing a HTML element is contained in another
|
|
549
|
-
element. The string should contain valid html, and not any incomplete html.
|
|
550
|
-
|
|
551
|
-
#### Examples
|
|
552
|
-
|
|
553
|
-
```html
|
|
554
|
-
<span data-testid="parent"><span data-testid="child"></span></span>
|
|
555
|
-
```
|
|
556
|
-
|
|
557
|
-
```javascript
|
|
558
|
-
// These are valid uses
|
|
559
|
-
expect(getByTestId('parent')).toContainHTML('<span data-testid="child"></span>')
|
|
560
|
-
expect(getByTestId('parent')).toContainHTML('<span data-testid="child" />')
|
|
561
|
-
expect(getByTestId('parent')).not.toContainHTML('<br />')
|
|
562
|
-
|
|
563
|
-
// These won't work
|
|
564
|
-
expect(getByTestId('parent')).toContainHTML('data-testid="child"')
|
|
565
|
-
expect(getByTestId('parent')).toContainHTML('data-testid')
|
|
566
|
-
expect(getByTestId('parent')).toContainHTML('</span>')
|
|
567
|
-
```
|
|
568
|
-
|
|
569
|
-
> Chances are you probably do not need to use this matcher. We encourage testing
|
|
570
|
-
> from the perspective of how the user perceives the app in a browser. That's
|
|
571
|
-
> why testing against a specific DOM structure is not advised.
|
|
572
|
-
>
|
|
573
|
-
> It could be useful in situations where the code being tested renders html that
|
|
574
|
-
> was obtained from an external source, and you want to validate that that html
|
|
575
|
-
> code was used as intended.
|
|
576
|
-
>
|
|
577
|
-
> It should not be used to check DOM structure that you control. Please use
|
|
578
|
-
> [`toContainElement`](#tocontainelement) instead.
|
|
579
|
-
|
|
580
|
-
<hr />
|
|
581
|
-
|
|
582
|
-
### `toHaveAccessibleDescription`
|
|
583
|
-
|
|
584
|
-
```typescript
|
|
585
|
-
toHaveAccessibleDescription(expectedAccessibleDescription?: string | RegExp)
|
|
586
|
-
```
|
|
587
|
-
|
|
588
|
-
This allows you to assert that an element has the expected
|
|
589
|
-
[accessible description](https://w3c.github.io/accname/).
|
|
590
|
-
|
|
591
|
-
You can pass the exact string of the expected accessible description, or you can
|
|
592
|
-
make a partial match passing a regular expression, or by using
|
|
593
|
-
[expect.stringContaining](https://jestjs.io/docs/en/expect.html#expectnotstringcontainingstring)/[expect.stringMatching](https://jestjs.io/docs/en/expect.html#expectstringmatchingstring-regexp).
|
|
594
|
-
|
|
595
|
-
#### Examples
|
|
596
|
-
|
|
597
|
-
```html
|
|
598
|
-
<a
|
|
599
|
-
data-testid="link"
|
|
600
|
-
href="/"
|
|
601
|
-
aria-label="Home page"
|
|
602
|
-
title="A link to start over"
|
|
603
|
-
>Start</a
|
|
604
|
-
>
|
|
605
|
-
<a data-testid="extra-link" href="/about" aria-label="About page">About</a>
|
|
606
|
-
<img src="avatar.jpg" data-testid="avatar" alt="User profile pic" />
|
|
607
|
-
<img
|
|
608
|
-
src="logo.jpg"
|
|
609
|
-
data-testid="logo"
|
|
610
|
-
alt="Company logo"
|
|
611
|
-
aria-describedby="t1"
|
|
612
|
-
/>
|
|
613
|
-
<span id="t1" role="presentation">The logo of Our Company</span>
|
|
614
|
-
<img
|
|
615
|
-
src="logo.jpg"
|
|
616
|
-
data-testid="logo2"
|
|
617
|
-
alt="Company logo"
|
|
618
|
-
aria-description="The logo of Our Company"
|
|
619
|
-
/>
|
|
620
|
-
```
|
|
621
|
-
|
|
622
|
-
```js
|
|
623
|
-
expect(getByTestId('link')).toHaveAccessibleDescription()
|
|
624
|
-
expect(getByTestId('link')).toHaveAccessibleDescription('A link to start over')
|
|
625
|
-
expect(getByTestId('link')).not.toHaveAccessibleDescription('Home page')
|
|
626
|
-
expect(getByTestId('extra-link')).not.toHaveAccessibleDescription()
|
|
627
|
-
expect(getByTestId('avatar')).not.toHaveAccessibleDescription()
|
|
628
|
-
expect(getByTestId('logo')).not.toHaveAccessibleDescription('Company logo')
|
|
629
|
-
expect(getByTestId('logo')).toHaveAccessibleDescription(
|
|
630
|
-
'The logo of Our Company',
|
|
631
|
-
)
|
|
632
|
-
expect(getByTestId('logo2')).toHaveAccessibleDescription(
|
|
633
|
-
'The logo of Our Company',
|
|
634
|
-
)
|
|
635
|
-
```
|
|
636
|
-
|
|
637
|
-
<hr />
|
|
638
|
-
|
|
639
|
-
### `toHaveAccessibleErrorMessage`
|
|
640
|
-
|
|
641
|
-
```typescript
|
|
642
|
-
toHaveAccessibleErrorMessage(expectedAccessibleErrorMessage?: string | RegExp)
|
|
643
|
-
```
|
|
644
|
-
|
|
645
|
-
This allows you to assert that an element has the expected
|
|
646
|
-
[accessible error message](https://w3c.github.io/aria/#aria-errormessage).
|
|
647
|
-
|
|
648
|
-
You can pass the exact string of the expected accessible error message.
|
|
649
|
-
Alternatively, you can perform a partial match by passing a regular expression
|
|
650
|
-
or by using
|
|
651
|
-
[expect.stringContaining](https://jestjs.io/docs/en/expect.html#expectnotstringcontainingstring)/[expect.stringMatching](https://jestjs.io/docs/en/expect.html#expectstringmatchingstring-regexp).
|
|
652
|
-
|
|
653
|
-
#### Examples
|
|
654
|
-
|
|
655
|
-
```html
|
|
656
|
-
<input
|
|
657
|
-
aria-label="Has Error"
|
|
658
|
-
aria-invalid="true"
|
|
659
|
-
aria-errormessage="error-message"
|
|
660
|
-
/>
|
|
661
|
-
<div id="error-message" role="alert">This field is invalid</div>
|
|
662
|
-
|
|
663
|
-
<input aria-label="No Error Attributes" />
|
|
664
|
-
<input
|
|
665
|
-
aria-label="Not Invalid"
|
|
666
|
-
aria-invalid="false"
|
|
667
|
-
aria-errormessage="error-message"
|
|
668
|
-
/>
|
|
669
|
-
```
|
|
670
|
-
|
|
671
|
-
```js
|
|
672
|
-
// Inputs with Valid Error Messages
|
|
673
|
-
expect(getByRole('textbox', {name: 'Has Error'})).toHaveAccessibleErrorMessage()
|
|
674
|
-
expect(getByRole('textbox', {name: 'Has Error'})).toHaveAccessibleErrorMessage(
|
|
675
|
-
'This field is invalid',
|
|
676
|
-
)
|
|
677
|
-
expect(getByRole('textbox', {name: 'Has Error'})).toHaveAccessibleErrorMessage(
|
|
678
|
-
/invalid/i,
|
|
679
|
-
)
|
|
680
|
-
expect(
|
|
681
|
-
getByRole('textbox', {name: 'Has Error'}),
|
|
682
|
-
).not.toHaveAccessibleErrorMessage('This field is absolutely correct!')
|
|
683
|
-
|
|
684
|
-
// Inputs without Valid Error Messages
|
|
685
|
-
expect(
|
|
686
|
-
getByRole('textbox', {name: 'No Error Attributes'}),
|
|
687
|
-
).not.toHaveAccessibleErrorMessage()
|
|
688
|
-
|
|
689
|
-
expect(
|
|
690
|
-
getByRole('textbox', {name: 'Not Invalid'}),
|
|
691
|
-
).not.toHaveAccessibleErrorMessage()
|
|
692
|
-
```
|
|
693
|
-
|
|
694
|
-
<hr />
|
|
695
|
-
|
|
696
|
-
### `toHaveAccessibleName`
|
|
697
|
-
|
|
698
|
-
```typescript
|
|
699
|
-
toHaveAccessibleName(expectedAccessibleName?: string | RegExp)
|
|
700
|
-
```
|
|
701
|
-
|
|
702
|
-
This allows you to assert that an element has the expected
|
|
703
|
-
[accessible name](https://w3c.github.io/accname/). It is useful, for instance,
|
|
704
|
-
to assert that form elements and buttons are properly labelled.
|
|
705
|
-
|
|
706
|
-
You can pass the exact string of the expected accessible name, or you can make a
|
|
707
|
-
partial match passing a regular expression, or by using
|
|
708
|
-
[expect.stringContaining](https://jestjs.io/docs/en/expect.html#expectnotstringcontainingstring)/[expect.stringMatching](https://jestjs.io/docs/en/expect.html#expectstringmatchingstring-regexp).
|
|
709
|
-
|
|
710
|
-
#### Examples
|
|
711
|
-
|
|
712
|
-
```html
|
|
713
|
-
<img data-testid="img-alt" src="" alt="Test alt" />
|
|
714
|
-
<img data-testid="img-empty-alt" src="" alt="" />
|
|
715
|
-
<svg data-testid="svg-title"><title>Test title</title></svg>
|
|
716
|
-
<button data-testid="button-img-alt"><img src="" alt="Test" /></button>
|
|
717
|
-
<p><img data-testid="img-paragraph" src="" alt="" /> Test content</p>
|
|
718
|
-
<button data-testid="svg-button"><svg><title>Test</title></svg></p>
|
|
719
|
-
<div><svg data-testid="svg-without-title"></svg></div>
|
|
720
|
-
<input data-testid="input-title" title="test" />
|
|
721
|
-
```
|
|
722
|
-
|
|
723
|
-
```javascript
|
|
724
|
-
expect(getByTestId('img-alt')).toHaveAccessibleName('Test alt')
|
|
725
|
-
expect(getByTestId('img-empty-alt')).not.toHaveAccessibleName()
|
|
726
|
-
expect(getByTestId('svg-title')).toHaveAccessibleName('Test title')
|
|
727
|
-
expect(getByTestId('button-img-alt')).toHaveAccessibleName()
|
|
728
|
-
expect(getByTestId('img-paragraph')).not.toHaveAccessibleName()
|
|
729
|
-
expect(getByTestId('svg-button')).toHaveAccessibleName()
|
|
730
|
-
expect(getByTestId('svg-without-title')).not.toHaveAccessibleName()
|
|
731
|
-
expect(getByTestId('input-title')).toHaveAccessibleName()
|
|
732
|
-
```
|
|
733
|
-
|
|
734
|
-
<hr />
|
|
735
|
-
|
|
736
|
-
### `toHaveAttribute`
|
|
737
|
-
|
|
738
|
-
```typescript
|
|
739
|
-
toHaveAttribute(attr: string, value?: any)
|
|
740
|
-
```
|
|
741
|
-
|
|
742
|
-
This allows you to check whether the given element has an attribute or not. You
|
|
743
|
-
can also optionally check that the attribute has a specific expected value or
|
|
744
|
-
partial match using
|
|
745
|
-
[expect.stringContaining](https://jestjs.io/docs/en/expect.html#expectnotstringcontainingstring)/[expect.stringMatching](https://jestjs.io/docs/en/expect.html#expectstringmatchingstring-regexp)
|
|
746
|
-
|
|
747
|
-
#### Examples
|
|
748
|
-
|
|
749
|
-
```html
|
|
750
|
-
<button data-testid="ok-button" type="submit" disabled>ok</button>
|
|
751
|
-
```
|
|
752
|
-
|
|
753
|
-
```javascript
|
|
754
|
-
const button = getByTestId('ok-button')
|
|
755
|
-
|
|
756
|
-
expect(button).toHaveAttribute('disabled')
|
|
757
|
-
expect(button).toHaveAttribute('type', 'submit')
|
|
758
|
-
expect(button).not.toHaveAttribute('type', 'button')
|
|
759
|
-
|
|
760
|
-
expect(button).toHaveAttribute('type', expect.stringContaining('sub'))
|
|
761
|
-
expect(button).toHaveAttribute('type', expect.not.stringContaining('but'))
|
|
762
|
-
```
|
|
763
|
-
|
|
764
|
-
<hr />
|
|
765
|
-
|
|
766
|
-
### `toHaveClass`
|
|
767
|
-
|
|
768
|
-
```typescript
|
|
769
|
-
toHaveClass(...classNames: string[], options?: {exact: boolean})
|
|
770
|
-
```
|
|
771
|
-
|
|
772
|
-
This allows you to check whether the given element has certain classes within
|
|
773
|
-
its `class` attribute. You must provide at least one class, unless you are
|
|
774
|
-
asserting that an element does not have any classes.
|
|
775
|
-
|
|
776
|
-
The list of class names may include strings and regular expressions. Regular
|
|
777
|
-
expressions are matched against each individual class in the target element, and
|
|
778
|
-
it is NOT matched against its full `class` attribute value as whole.
|
|
779
|
-
|
|
780
|
-
#### Examples
|
|
781
|
-
|
|
782
|
-
```html
|
|
783
|
-
<button data-testid="delete-button" class="btn extra btn-danger">
|
|
784
|
-
Delete item
|
|
785
|
-
</button>
|
|
786
|
-
<button data-testid="no-classes">No Classes</button>
|
|
787
|
-
```
|
|
788
|
-
|
|
789
|
-
```javascript
|
|
790
|
-
const deleteButton = getByTestId('delete-button')
|
|
791
|
-
const noClasses = getByTestId('no-classes')
|
|
792
|
-
|
|
793
|
-
expect(deleteButton).toHaveClass('extra')
|
|
794
|
-
expect(deleteButton).toHaveClass('btn-danger btn')
|
|
795
|
-
expect(deleteButton).toHaveClass(/danger/, 'btn')
|
|
796
|
-
expect(deleteButton).toHaveClass('btn-danger', 'btn')
|
|
797
|
-
expect(deleteButton).not.toHaveClass('btn-link')
|
|
798
|
-
expect(deleteButton).not.toHaveClass(/link/)
|
|
799
|
-
expect(deleteButton).not.toHaveClass(/btn extra/) // It does not match
|
|
800
|
-
|
|
801
|
-
expect(deleteButton).toHaveClass('btn-danger extra btn', {exact: true}) // to check if the element has EXACTLY a set of classes
|
|
802
|
-
expect(deleteButton).not.toHaveClass('btn-danger extra', {exact: true}) // if it has more than expected it is going to fail
|
|
803
|
-
|
|
804
|
-
expect(noClasses).not.toHaveClass()
|
|
805
|
-
```
|
|
806
|
-
|
|
807
|
-
<hr />
|
|
808
|
-
|
|
809
|
-
### `toHaveFocus`
|
|
810
|
-
|
|
811
|
-
```typescript
|
|
812
|
-
toHaveFocus()
|
|
813
|
-
```
|
|
814
|
-
|
|
815
|
-
This allows you to assert whether an element has focus or not.
|
|
816
|
-
|
|
817
|
-
#### Examples
|
|
818
|
-
|
|
819
|
-
```html
|
|
820
|
-
<div><input type="text" data-testid="element-to-focus" /></div>
|
|
821
|
-
```
|
|
822
|
-
|
|
823
|
-
```javascript
|
|
824
|
-
const input = getByTestId('element-to-focus')
|
|
825
|
-
|
|
826
|
-
input.focus()
|
|
827
|
-
expect(input).toHaveFocus()
|
|
828
|
-
|
|
829
|
-
input.blur()
|
|
830
|
-
expect(input).not.toHaveFocus()
|
|
831
|
-
```
|
|
832
|
-
|
|
833
|
-
<hr />
|
|
834
|
-
|
|
835
|
-
### `toHaveFormValues`
|
|
836
|
-
|
|
837
|
-
```typescript
|
|
838
|
-
toHaveFormValues(expectedValues: {
|
|
839
|
-
[name: string]: any
|
|
840
|
-
})
|
|
841
|
-
```
|
|
842
|
-
|
|
843
|
-
This allows you to check if a form or fieldset contains form controls for each
|
|
844
|
-
given name, and having the specified value.
|
|
845
|
-
|
|
846
|
-
> It is important to stress that this matcher can only be invoked on a [form][]
|
|
847
|
-
> or a [fieldset][] element.
|
|
848
|
-
>
|
|
849
|
-
> This allows it to take advantage of the [.elements][] property in `form` and
|
|
850
|
-
> `fieldset` to reliably fetch all form controls within them.
|
|
851
|
-
>
|
|
852
|
-
> This also avoids the possibility that users provide a container that contains
|
|
853
|
-
> more than one `form`, thereby intermixing form controls that are not related,
|
|
854
|
-
> and could even conflict with one another.
|
|
855
|
-
|
|
856
|
-
This matcher abstracts away the particularities with which a form control value
|
|
857
|
-
is obtained depending on the type of form control. For instance, `<input>`
|
|
858
|
-
elements have a `value` attribute, but `<select>` elements do not. Here's a list
|
|
859
|
-
of all cases covered:
|
|
860
|
-
|
|
861
|
-
- `<input type="number">` elements return the value as a **number**, instead of
|
|
862
|
-
a string.
|
|
863
|
-
- `<input type="checkbox">` elements:
|
|
864
|
-
- if there's a single one with the given `name` attribute, it is treated as a
|
|
865
|
-
**boolean**, returning `true` if the checkbox is checked, `false` if
|
|
866
|
-
unchecked.
|
|
867
|
-
- if there's more than one checkbox with the same `name` attribute, they are
|
|
868
|
-
all treated collectively as a single form control, which returns the value
|
|
869
|
-
as an **array** containing all the values of the selected checkboxes in the
|
|
870
|
-
collection.
|
|
871
|
-
- `<input type="radio">` elements are all grouped by the `name` attribute, and
|
|
872
|
-
such a group treated as a single form control. This form control returns the
|
|
873
|
-
value as a **string** corresponding to the `value` attribute of the selected
|
|
874
|
-
radio button within the group.
|
|
875
|
-
- `<input type="text">` elements return the value as a **string**. This also
|
|
876
|
-
applies to `<input>` elements having any other possible `type` attribute
|
|
877
|
-
that's not explicitly covered in different rules above (e.g. `search`,
|
|
878
|
-
`email`, `date`, `password`, `hidden`, etc.)
|
|
879
|
-
- `<select>` elements without the `multiple` attribute return the value as a
|
|
880
|
-
**string** corresponding to the `value` attribute of the selected `option`, or
|
|
881
|
-
`undefined` if there's no selected option.
|
|
882
|
-
- `<select multiple>` elements return the value as an **array** containing all
|
|
883
|
-
the values of the [selected options][].
|
|
884
|
-
- `<textarea>` elements return their value as a **string**. The value
|
|
885
|
-
corresponds to their node content.
|
|
886
|
-
|
|
887
|
-
The above rules make it easy, for instance, to switch from using a single select
|
|
888
|
-
control to using a group of radio buttons. Or to switch from a multi select
|
|
889
|
-
control, to using a group of checkboxes. The resulting set of form values used
|
|
890
|
-
by this matcher to compare against would be the same.
|
|
891
|
-
|
|
892
|
-
[selected options]:
|
|
893
|
-
https://developer.mozilla.org/en-US/docs/Web/API/HTMLSelectElement/selectedOptions
|
|
894
|
-
[form]: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement
|
|
895
|
-
[fieldset]: https://developer.mozilla.org/en-US/docs/Web/API/HTMLFieldSetElement
|
|
896
|
-
[.elements]:
|
|
897
|
-
https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/elements
|
|
898
|
-
|
|
899
|
-
#### Examples
|
|
900
|
-
|
|
901
|
-
```html
|
|
902
|
-
<form data-testid="login-form">
|
|
903
|
-
<input type="text" name="username" value="jane.doe" />
|
|
904
|
-
<input type="password" name="password" value="12345678" />
|
|
905
|
-
<input type="checkbox" name="rememberMe" checked />
|
|
906
|
-
<button type="submit">Sign in</button>
|
|
907
|
-
</form>
|
|
908
|
-
```
|
|
909
|
-
|
|
910
|
-
```javascript
|
|
911
|
-
expect(getByTestId('login-form')).toHaveFormValues({
|
|
912
|
-
username: 'jane.doe',
|
|
913
|
-
rememberMe: true,
|
|
914
|
-
})
|
|
915
|
-
```
|
|
916
|
-
|
|
917
|
-
<hr />
|
|
918
|
-
|
|
919
|
-
### `toHaveStyle`
|
|
920
|
-
|
|
921
|
-
```typescript
|
|
922
|
-
toHaveStyle(css: string | object)
|
|
923
|
-
```
|
|
924
|
-
|
|
925
|
-
This allows you to check if a certain element has some specific css properties
|
|
926
|
-
with specific values applied. It matches only if the element has _all_ the
|
|
927
|
-
expected properties applied, not just some of them.
|
|
928
|
-
|
|
929
|
-
#### Examples
|
|
930
|
-
|
|
931
|
-
```html
|
|
932
|
-
<button
|
|
933
|
-
data-testid="delete-button"
|
|
934
|
-
style="display: none; background-color: red"
|
|
935
|
-
>
|
|
936
|
-
Delete item
|
|
937
|
-
</button>
|
|
938
|
-
```
|
|
939
|
-
|
|
940
|
-
```javascript
|
|
941
|
-
const button = getByTestId('delete-button')
|
|
942
|
-
|
|
943
|
-
expect(button).toHaveStyle('display: none')
|
|
944
|
-
expect(button).toHaveStyle({display: 'none'})
|
|
945
|
-
expect(button).toHaveStyle(`
|
|
946
|
-
background-color: red;
|
|
947
|
-
display: none;
|
|
948
|
-
`)
|
|
949
|
-
expect(button).toHaveStyle({
|
|
950
|
-
backgroundColor: 'red',
|
|
951
|
-
display: 'none',
|
|
952
|
-
})
|
|
953
|
-
expect(button).not.toHaveStyle(`
|
|
954
|
-
background-color: blue;
|
|
955
|
-
display: none;
|
|
956
|
-
`)
|
|
957
|
-
expect(button).not.toHaveStyle({
|
|
958
|
-
backgroundColor: 'blue',
|
|
959
|
-
display: 'none',
|
|
960
|
-
})
|
|
961
|
-
```
|
|
962
|
-
|
|
963
|
-
This also works with rules that are applied to the element via a class name for
|
|
964
|
-
which some rules are defined in a stylesheet currently active in the document.
|
|
965
|
-
The usual rules of css precedence apply.
|
|
966
|
-
|
|
967
|
-
<hr />
|
|
968
|
-
|
|
969
|
-
### `toHaveTextContent`
|
|
970
|
-
|
|
971
|
-
```typescript
|
|
972
|
-
toHaveTextContent(text: string | RegExp, options?: {normalizeWhitespace: boolean})
|
|
973
|
-
```
|
|
974
|
-
|
|
975
|
-
This allows you to check whether the given node has a text content or not. This
|
|
976
|
-
supports elements, but also text nodes and fragments.
|
|
977
|
-
|
|
978
|
-
When a `string` argument is passed through, it will perform a partial
|
|
979
|
-
case-sensitive match to the node content.
|
|
980
|
-
|
|
981
|
-
To perform a case-insensitive match, you can use a `RegExp` with the `/i`
|
|
982
|
-
modifier.
|
|
983
|
-
|
|
984
|
-
If you want to match the whole content, you can use a `RegExp` to do it.
|
|
985
|
-
|
|
986
|
-
#### Examples
|
|
987
|
-
|
|
988
|
-
```html
|
|
989
|
-
<span data-testid="text-content">Text Content</span>
|
|
990
|
-
```
|
|
991
|
-
|
|
992
|
-
```javascript
|
|
993
|
-
const element = getByTestId('text-content')
|
|
994
|
-
|
|
995
|
-
expect(element).toHaveTextContent('Content')
|
|
996
|
-
expect(element).toHaveTextContent(/^Text Content$/) // to match the whole content
|
|
997
|
-
expect(element).toHaveTextContent(/content$/i) // to use case-insensitive match
|
|
998
|
-
expect(element).not.toHaveTextContent('content')
|
|
999
|
-
```
|
|
1000
|
-
|
|
1001
|
-
<hr />
|
|
1002
|
-
|
|
1003
|
-
### `toHaveValue`
|
|
1004
|
-
|
|
1005
|
-
```typescript
|
|
1006
|
-
toHaveValue(value: string | string[] | number)
|
|
1007
|
-
```
|
|
1008
|
-
|
|
1009
|
-
This allows you to check whether the given form element has the specified value.
|
|
1010
|
-
It accepts `<input>`, `<select>` and `<textarea>` elements with the exception of
|
|
1011
|
-
`<input type="checkbox">` and `<input type="radio">`, which can be meaningfully
|
|
1012
|
-
matched only using [`toBeChecked`](#tobechecked) or
|
|
1013
|
-
[`toHaveFormValues`](#tohaveformvalues).
|
|
1014
|
-
|
|
1015
|
-
It also accepts elements with roles `meter`, `progressbar`, `slider` or
|
|
1016
|
-
`spinbutton` and checks their `aria-valuenow` attribute (as a number).
|
|
1017
|
-
|
|
1018
|
-
For all other form elements, the value is matched using the same algorithm as in
|
|
1019
|
-
[`toHaveFormValues`](#tohaveformvalues) does.
|
|
1020
|
-
|
|
1021
|
-
#### Examples
|
|
1022
|
-
|
|
1023
|
-
```html
|
|
1024
|
-
<input type="text" value="text" data-testid="input-text" />
|
|
1025
|
-
<input type="number" value="5" data-testid="input-number" />
|
|
1026
|
-
<input type="text" data-testid="input-empty" />
|
|
1027
|
-
<select multiple data-testid="select-number">
|
|
1028
|
-
<option value="first">First Value</option>
|
|
1029
|
-
<option value="second" selected>Second Value</option>
|
|
1030
|
-
<option value="third" selected>Third Value</option>
|
|
1031
|
-
</select>
|
|
1032
|
-
```
|
|
1033
|
-
|
|
1034
|
-
##### Using DOM Testing Library
|
|
1035
|
-
|
|
1036
|
-
```javascript
|
|
1037
|
-
const textInput = getByTestId('input-text')
|
|
1038
|
-
const numberInput = getByTestId('input-number')
|
|
1039
|
-
const emptyInput = getByTestId('input-empty')
|
|
1040
|
-
const selectInput = getByTestId('select-number')
|
|
1041
|
-
|
|
1042
|
-
expect(textInput).toHaveValue('text')
|
|
1043
|
-
expect(numberInput).toHaveValue(5)
|
|
1044
|
-
expect(emptyInput).not.toHaveValue()
|
|
1045
|
-
expect(selectInput).toHaveValue(['second', 'third'])
|
|
1046
|
-
```
|
|
1047
|
-
|
|
1048
|
-
<hr />
|
|
1049
|
-
|
|
1050
|
-
### `toHaveDisplayValue`
|
|
1051
|
-
|
|
1052
|
-
```typescript
|
|
1053
|
-
toHaveDisplayValue(value: string | RegExp | (string|RegExp)[])
|
|
1054
|
-
```
|
|
1055
|
-
|
|
1056
|
-
This allows you to check whether the given form element has the specified
|
|
1057
|
-
displayed value (the one the end user will see). It accepts `<input>`,
|
|
1058
|
-
`<select>` and `<textarea>` elements with the exception of
|
|
1059
|
-
`<input type="checkbox">` and `<input type="radio">`, which can be meaningfully
|
|
1060
|
-
matched only using [`toBeChecked`](#tobechecked) or
|
|
1061
|
-
[`toHaveFormValues`](#tohaveformvalues).
|
|
1062
|
-
|
|
1063
|
-
#### Examples
|
|
1064
|
-
|
|
1065
|
-
```html
|
|
1066
|
-
<label for="input-example">First name</label>
|
|
1067
|
-
<input type="text" id="input-example" value="Luca" />
|
|
1068
|
-
|
|
1069
|
-
<label for="textarea-example">Description</label>
|
|
1070
|
-
<textarea id="textarea-example">An example description here.</textarea>
|
|
1071
|
-
|
|
1072
|
-
<label for="single-select-example">Fruit</label>
|
|
1073
|
-
<select id="single-select-example">
|
|
1074
|
-
<option value="">Select a fruit...</option>
|
|
1075
|
-
<option value="banana">Banana</option>
|
|
1076
|
-
<option value="ananas">Ananas</option>
|
|
1077
|
-
<option value="avocado">Avocado</option>
|
|
1078
|
-
</select>
|
|
1079
|
-
|
|
1080
|
-
<label for="multiple-select-example">Fruits</label>
|
|
1081
|
-
<select id="multiple-select-example" multiple>
|
|
1082
|
-
<option value="">Select a fruit...</option>
|
|
1083
|
-
<option value="banana" selected>Banana</option>
|
|
1084
|
-
<option value="ananas">Ananas</option>
|
|
1085
|
-
<option value="avocado" selected>Avocado</option>
|
|
1086
|
-
</select>
|
|
1087
|
-
```
|
|
1088
|
-
|
|
1089
|
-
##### Using DOM Testing Library
|
|
1090
|
-
|
|
1091
|
-
```javascript
|
|
1092
|
-
const input = screen.getByLabelText('First name')
|
|
1093
|
-
const textarea = screen.getByLabelText('Description')
|
|
1094
|
-
const selectSingle = screen.getByLabelText('Fruit')
|
|
1095
|
-
const selectMultiple = screen.getByLabelText('Fruits')
|
|
1096
|
-
|
|
1097
|
-
expect(input).toHaveDisplayValue('Luca')
|
|
1098
|
-
expect(input).toHaveDisplayValue(/Luc/)
|
|
1099
|
-
expect(textarea).toHaveDisplayValue('An example description here.')
|
|
1100
|
-
expect(textarea).toHaveDisplayValue(/example/)
|
|
1101
|
-
expect(selectSingle).toHaveDisplayValue('Select a fruit...')
|
|
1102
|
-
expect(selectSingle).toHaveDisplayValue(/Select/)
|
|
1103
|
-
expect(selectMultiple).toHaveDisplayValue([/Avocado/, 'Banana'])
|
|
1104
|
-
```
|
|
1105
|
-
|
|
1106
|
-
<hr />
|
|
1107
|
-
|
|
1108
|
-
### `toBeChecked`
|
|
1109
|
-
|
|
1110
|
-
```typescript
|
|
1111
|
-
toBeChecked()
|
|
1112
|
-
```
|
|
1113
|
-
|
|
1114
|
-
This allows you to check whether the given element is checked. It accepts an
|
|
1115
|
-
`input` of type `checkbox` or `radio` and elements with a `role` of `checkbox`,
|
|
1116
|
-
`radio` or `switch` with a valid `aria-checked` attribute of `"true"` or
|
|
1117
|
-
`"false"`.
|
|
1118
|
-
|
|
1119
|
-
#### Examples
|
|
1120
|
-
|
|
1121
|
-
```html
|
|
1122
|
-
<input type="checkbox" checked data-testid="input-checkbox-checked" />
|
|
1123
|
-
<input type="checkbox" data-testid="input-checkbox-unchecked" />
|
|
1124
|
-
<div role="checkbox" aria-checked="true" data-testid="aria-checkbox-checked" />
|
|
1125
|
-
<div
|
|
1126
|
-
role="checkbox"
|
|
1127
|
-
aria-checked="false"
|
|
1128
|
-
data-testid="aria-checkbox-unchecked"
|
|
1129
|
-
/>
|
|
1130
|
-
|
|
1131
|
-
<input type="radio" checked value="foo" data-testid="input-radio-checked" />
|
|
1132
|
-
<input type="radio" value="foo" data-testid="input-radio-unchecked" />
|
|
1133
|
-
<div role="radio" aria-checked="true" data-testid="aria-radio-checked" />
|
|
1134
|
-
<div role="radio" aria-checked="false" data-testid="aria-radio-unchecked" />
|
|
1135
|
-
<div role="switch" aria-checked="true" data-testid="aria-switch-checked" />
|
|
1136
|
-
<div role="switch" aria-checked="false" data-testid="aria-switch-unchecked" />
|
|
1137
|
-
```
|
|
1138
|
-
|
|
1139
|
-
```javascript
|
|
1140
|
-
const inputCheckboxChecked = getByTestId('input-checkbox-checked')
|
|
1141
|
-
const inputCheckboxUnchecked = getByTestId('input-checkbox-unchecked')
|
|
1142
|
-
const ariaCheckboxChecked = getByTestId('aria-checkbox-checked')
|
|
1143
|
-
const ariaCheckboxUnchecked = getByTestId('aria-checkbox-unchecked')
|
|
1144
|
-
expect(inputCheckboxChecked).toBeChecked()
|
|
1145
|
-
expect(inputCheckboxUnchecked).not.toBeChecked()
|
|
1146
|
-
expect(ariaCheckboxChecked).toBeChecked()
|
|
1147
|
-
expect(ariaCheckboxUnchecked).not.toBeChecked()
|
|
1148
|
-
|
|
1149
|
-
const inputRadioChecked = getByTestId('input-radio-checked')
|
|
1150
|
-
const inputRadioUnchecked = getByTestId('input-radio-unchecked')
|
|
1151
|
-
const ariaRadioChecked = getByTestId('aria-radio-checked')
|
|
1152
|
-
const ariaRadioUnchecked = getByTestId('aria-radio-unchecked')
|
|
1153
|
-
expect(inputRadioChecked).toBeChecked()
|
|
1154
|
-
expect(inputRadioUnchecked).not.toBeChecked()
|
|
1155
|
-
expect(ariaRadioChecked).toBeChecked()
|
|
1156
|
-
expect(ariaRadioUnchecked).not.toBeChecked()
|
|
1157
|
-
|
|
1158
|
-
const ariaSwitchChecked = getByTestId('aria-switch-checked')
|
|
1159
|
-
const ariaSwitchUnchecked = getByTestId('aria-switch-unchecked')
|
|
1160
|
-
expect(ariaSwitchChecked).toBeChecked()
|
|
1161
|
-
expect(ariaSwitchUnchecked).not.toBeChecked()
|
|
1162
|
-
```
|
|
1163
|
-
|
|
1164
|
-
<hr />
|
|
1165
|
-
|
|
1166
|
-
### `toBePartiallyChecked`
|
|
1167
|
-
|
|
1168
|
-
```typescript
|
|
1169
|
-
toBePartiallyChecked()
|
|
1170
|
-
```
|
|
1171
|
-
|
|
1172
|
-
This allows you to check whether the given element is partially checked. It
|
|
1173
|
-
accepts an `input` of type `checkbox` and elements with a `role` of `checkbox`
|
|
1174
|
-
with a `aria-checked="mixed"`, or `input` of type `checkbox` with
|
|
1175
|
-
`indeterminate` set to `true`
|
|
1176
|
-
|
|
1177
|
-
#### Examples
|
|
1178
|
-
|
|
1179
|
-
```html
|
|
1180
|
-
<input type="checkbox" aria-checked="mixed" data-testid="aria-checkbox-mixed" />
|
|
1181
|
-
<input type="checkbox" checked data-testid="input-checkbox-checked" />
|
|
1182
|
-
<input type="checkbox" data-testid="input-checkbox-unchecked" />
|
|
1183
|
-
<div role="checkbox" aria-checked="true" data-testid="aria-checkbox-checked" />
|
|
1184
|
-
<div
|
|
1185
|
-
role="checkbox"
|
|
1186
|
-
aria-checked="false"
|
|
1187
|
-
data-testid="aria-checkbox-unchecked"
|
|
1188
|
-
/>
|
|
1189
|
-
<input type="checkbox" data-testid="input-checkbox-indeterminate" />
|
|
1190
|
-
```
|
|
1191
|
-
|
|
1192
|
-
```javascript
|
|
1193
|
-
const ariaCheckboxMixed = getByTestId('aria-checkbox-mixed')
|
|
1194
|
-
const inputCheckboxChecked = getByTestId('input-checkbox-checked')
|
|
1195
|
-
const inputCheckboxUnchecked = getByTestId('input-checkbox-unchecked')
|
|
1196
|
-
const ariaCheckboxChecked = getByTestId('aria-checkbox-checked')
|
|
1197
|
-
const ariaCheckboxUnchecked = getByTestId('aria-checkbox-unchecked')
|
|
1198
|
-
const inputCheckboxIndeterminate = getByTestId('input-checkbox-indeterminate')
|
|
1199
|
-
|
|
1200
|
-
expect(ariaCheckboxMixed).toBePartiallyChecked()
|
|
1201
|
-
expect(inputCheckboxChecked).not.toBePartiallyChecked()
|
|
1202
|
-
expect(inputCheckboxUnchecked).not.toBePartiallyChecked()
|
|
1203
|
-
expect(ariaCheckboxChecked).not.toBePartiallyChecked()
|
|
1204
|
-
expect(ariaCheckboxUnchecked).not.toBePartiallyChecked()
|
|
1205
|
-
|
|
1206
|
-
inputCheckboxIndeterminate.indeterminate = true
|
|
1207
|
-
expect(inputCheckboxIndeterminate).toBePartiallyChecked()
|
|
1208
|
-
```
|
|
1209
|
-
|
|
1210
|
-
<hr />
|
|
1211
|
-
|
|
1212
|
-
### `toHaveRole`
|
|
1213
|
-
|
|
1214
|
-
This allows you to assert that an element has the expected
|
|
1215
|
-
[role](https://www.w3.org/TR/html-aria/#docconformance).
|
|
1216
|
-
|
|
1217
|
-
This is useful in cases where you already have access to an element via some
|
|
1218
|
-
query other than the role itself, and want to make additional assertions
|
|
1219
|
-
regarding its accessibility.
|
|
1220
|
-
|
|
1221
|
-
The role can match either an explicit role (via the `role` attribute), or an
|
|
1222
|
-
implicit one via the
|
|
1223
|
-
[implicit ARIA semantics](https://www.w3.org/TR/html-aria/).
|
|
1224
|
-
|
|
1225
|
-
Note: roles are matched literally by string equality, without inheriting from
|
|
1226
|
-
the ARIA role hierarchy. As a result, querying a superclass role like 'checkbox'
|
|
1227
|
-
will not include elements with a subclass role like 'switch'.
|
|
1228
|
-
|
|
1229
|
-
```typescript
|
|
1230
|
-
toHaveRole(expectedRole: string)
|
|
1231
|
-
```
|
|
1232
|
-
|
|
1233
|
-
```html
|
|
1234
|
-
<button data-testid="button">Continue</button>
|
|
1235
|
-
<div role="button" data-testid="button-explicit">Continue</button>
|
|
1236
|
-
<button role="switch button" data-testid="button-explicit-multiple">Continue</button>
|
|
1237
|
-
<a href="/about" data-testid="link">About</a>
|
|
1238
|
-
<a data-testid="link-invalid">Invalid link<a/>
|
|
1239
|
-
```
|
|
1240
|
-
|
|
1241
|
-
```javascript
|
|
1242
|
-
expect(getByTestId('button')).toHaveRole('button')
|
|
1243
|
-
expect(getByTestId('button-explicit')).toHaveRole('button')
|
|
1244
|
-
expect(getByTestId('button-explicit-multiple')).toHaveRole('button')
|
|
1245
|
-
expect(getByTestId('button-explicit-multiple')).toHaveRole('switch')
|
|
1246
|
-
expect(getByTestId('link')).toHaveRole('link')
|
|
1247
|
-
expect(getByTestId('link-invalid')).not.toHaveRole('link')
|
|
1248
|
-
expect(getByTestId('link-invalid')).toHaveRole('generic')
|
|
1249
|
-
```
|
|
1250
|
-
|
|
1251
|
-
<hr />
|
|
1252
|
-
|
|
1253
|
-
### `toHaveErrorMessage`
|
|
1254
|
-
|
|
1255
|
-
> This custom matcher is deprecated. Prefer
|
|
1256
|
-
> [`toHaveAccessibleErrorMessage`](#tohaveaccessibleerrormessage) instead, which
|
|
1257
|
-
> is more comprehensive in implementing the official spec.
|
|
1258
|
-
|
|
1259
|
-
```typescript
|
|
1260
|
-
toHaveErrorMessage(text: string | RegExp)
|
|
1261
|
-
```
|
|
1262
|
-
|
|
1263
|
-
This allows you to check whether the given element has an
|
|
1264
|
-
[ARIA error message](https://www.w3.org/TR/wai-aria/#aria-errormessage) or not.
|
|
1265
|
-
|
|
1266
|
-
Use the `aria-errormessage` attribute to reference another element that contains
|
|
1267
|
-
custom error message text. Multiple ids is **NOT** allowed. Authors MUST use
|
|
1268
|
-
`aria-invalid` in conjunction with `aria-errormessage`. Learn more from
|
|
1269
|
-
[`aria-errormessage` spec](https://www.w3.org/TR/wai-aria/#aria-errormessage).
|
|
1270
|
-
|
|
1271
|
-
Whitespace is normalized.
|
|
1272
|
-
|
|
1273
|
-
When a `string` argument is passed through, it will perform a whole
|
|
1274
|
-
case-sensitive match to the error message text.
|
|
1275
|
-
|
|
1276
|
-
To perform a case-insensitive match, you can use a `RegExp` with the `/i`
|
|
1277
|
-
modifier.
|
|
1278
|
-
|
|
1279
|
-
To perform a partial match, you can pass a `RegExp` or use
|
|
1280
|
-
`expect.stringContaining("partial string")`.
|
|
1281
|
-
|
|
1282
|
-
#### Examples
|
|
1283
|
-
|
|
1284
|
-
```html
|
|
1285
|
-
<label for="startTime"> Please enter a start time for the meeting: </label>
|
|
1286
|
-
<input
|
|
1287
|
-
id="startTime"
|
|
1288
|
-
type="text"
|
|
1289
|
-
aria-errormessage="msgID"
|
|
1290
|
-
aria-invalid="true"
|
|
1291
|
-
value="11:30 PM"
|
|
1292
|
-
/>
|
|
1293
|
-
<span id="msgID" aria-live="assertive" style="visibility:visible">
|
|
1294
|
-
Invalid time: the time must be between 9:00 AM and 5:00 PM
|
|
1295
|
-
</span>
|
|
1296
|
-
```
|
|
1297
|
-
|
|
1298
|
-
```javascript
|
|
1299
|
-
const timeInput = getByLabel('startTime')
|
|
1300
|
-
|
|
1301
|
-
expect(timeInput).toHaveErrorMessage(
|
|
1302
|
-
'Invalid time: the time must be between 9:00 AM and 5:00 PM',
|
|
1303
|
-
)
|
|
1304
|
-
expect(timeInput).toHaveErrorMessage(/invalid time/i) // to partially match
|
|
1305
|
-
expect(timeInput).toHaveErrorMessage(expect.stringContaining('Invalid time')) // to partially match
|
|
1306
|
-
expect(timeInput).not.toHaveErrorMessage('Pikachu!')
|
|
1307
|
-
```
|
|
1308
|
-
|
|
1309
|
-
## Deprecated matchers
|
|
1310
|
-
|
|
1311
|
-
### `toBeEmpty`
|
|
1312
|
-
|
|
1313
|
-
> Note: This matcher is being deprecated due to a name clash with
|
|
1314
|
-
> `jest-extended`. See more info in #216. In the future, please use only
|
|
1315
|
-
> [`toBeEmptyDOMElement`](#toBeEmptyDOMElement)
|
|
1316
|
-
|
|
1317
|
-
```typescript
|
|
1318
|
-
toBeEmpty()
|
|
1319
|
-
```
|
|
1320
|
-
|
|
1321
|
-
This allows you to assert whether an element has content or not.
|
|
1322
|
-
|
|
1323
|
-
#### Examples
|
|
1324
|
-
|
|
1325
|
-
```html
|
|
1326
|
-
<span data-testid="not-empty"><span data-testid="empty"></span></span>
|
|
1327
|
-
```
|
|
1328
|
-
|
|
1329
|
-
```javascript
|
|
1330
|
-
expect(getByTestId('empty')).toBeEmpty()
|
|
1331
|
-
expect(getByTestId('not-empty')).not.toBeEmpty()
|
|
1332
|
-
```
|
|
1333
|
-
|
|
1334
|
-
<hr />
|
|
1335
|
-
|
|
1336
|
-
### `toBeInTheDOM`
|
|
1337
|
-
|
|
1338
|
-
> This custom matcher is deprecated. Prefer
|
|
1339
|
-
> [`toBeInTheDocument`](#tobeinthedocument) instead.
|
|
1340
|
-
|
|
1341
|
-
```typescript
|
|
1342
|
-
toBeInTheDOM()
|
|
1343
|
-
```
|
|
1344
|
-
|
|
1345
|
-
This allows you to check whether a value is a DOM element, or not.
|
|
1346
|
-
|
|
1347
|
-
Contrary to what its name implies, this matcher only checks that you passed to
|
|
1348
|
-
it a valid DOM element. It does not have a clear definition of what "the DOM"
|
|
1349
|
-
is. Therefore, it does not check whether that element is contained anywhere.
|
|
1350
|
-
|
|
1351
|
-
This is the main reason why this matcher is deprecated, and will be removed in
|
|
1352
|
-
the next major release. You can follow the discussion around this decision in
|
|
1353
|
-
more detail [here](https://github.com/testing-library/jest-dom/issues/34).
|
|
1354
|
-
|
|
1355
|
-
As an alternative, you can use [`toBeInTheDocument`](#tobeinthedocument) or
|
|
1356
|
-
[`toContainElement`](#tocontainelement). Or if you just want to check if a value
|
|
1357
|
-
is indeed an `HTMLElement` you can always use some of
|
|
1358
|
-
[jest's built-in matchers](https://jestjs.io/docs/en/expect#tobeinstanceofclass):
|
|
1359
|
-
|
|
1360
|
-
```js
|
|
1361
|
-
expect(document.querySelector('.ok-button')).toBeInstanceOf(HTMLElement)
|
|
1362
|
-
expect(document.querySelector('.cancel-button')).toBeTruthy()
|
|
1363
|
-
```
|
|
1364
|
-
|
|
1365
|
-
> Note: The differences between `toBeInTheDOM` and `toBeInTheDocument` are
|
|
1366
|
-
> significant. Replacing all uses of `toBeInTheDOM` with `toBeInTheDocument`
|
|
1367
|
-
> will likely cause unintended consequences in your tests. Please make sure when
|
|
1368
|
-
> replacing `toBeInTheDOM` to read through the documentation of the proposed
|
|
1369
|
-
> alternatives to see which use case works better for your needs.
|
|
1370
|
-
|
|
1371
|
-
<hr />
|
|
1372
|
-
|
|
1373
|
-
### `toHaveDescription`
|
|
1374
|
-
|
|
1375
|
-
> This custom matcher is deprecated. Prefer
|
|
1376
|
-
> [`toHaveAccessibleDescription`](#tohaveaccessibledescription) instead, which
|
|
1377
|
-
> is more comprehensive in implementing the official spec.
|
|
1378
|
-
|
|
1379
|
-
```typescript
|
|
1380
|
-
toHaveDescription(text: string | RegExp)
|
|
1381
|
-
```
|
|
1382
|
-
|
|
1383
|
-
This allows you to check whether the given element has a description or not.
|
|
1384
|
-
|
|
1385
|
-
An element gets its description via the
|
|
1386
|
-
[`aria-describedby` attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute).
|
|
1387
|
-
Set this to the `id` of one or more other elements. These elements may be nested
|
|
1388
|
-
inside, be outside, or a sibling of the passed in element.
|
|
1389
|
-
|
|
1390
|
-
Whitespace is normalized. Using multiple ids will
|
|
1391
|
-
[join the referenced elementsβ text content separated by a space](https://www.w3.org/TR/accname-1.1/#mapping_additional_nd_description).
|
|
1392
|
-
|
|
1393
|
-
When a `string` argument is passed through, it will perform a whole
|
|
1394
|
-
case-sensitive match to the description text.
|
|
1395
|
-
|
|
1396
|
-
To perform a case-insensitive match, you can use a `RegExp` with the `/i`
|
|
1397
|
-
modifier.
|
|
1398
|
-
|
|
1399
|
-
To perform a partial match, you can pass a `RegExp` or use
|
|
1400
|
-
`expect.stringContaining("partial string")`.
|
|
1401
|
-
|
|
1402
|
-
#### Examples
|
|
1403
|
-
|
|
1404
|
-
```html
|
|
1405
|
-
<button aria-label="Close" aria-describedby="description-close">X</button>
|
|
1406
|
-
<div id="description-close">Closing will discard any changes</div>
|
|
1407
|
-
|
|
1408
|
-
<button>Delete</button>
|
|
1409
|
-
```
|
|
1410
|
-
|
|
1411
|
-
```javascript
|
|
1412
|
-
const closeButton = getByRole('button', {name: 'Close'})
|
|
1413
|
-
|
|
1414
|
-
expect(closeButton).toHaveDescription('Closing will discard any changes')
|
|
1415
|
-
expect(closeButton).toHaveDescription(/will discard/) // to partially match
|
|
1416
|
-
expect(closeButton).toHaveDescription(expect.stringContaining('will discard')) // to partially match
|
|
1417
|
-
expect(closeButton).toHaveDescription(/^closing/i) // to use case-insensitive match
|
|
1418
|
-
expect(closeButton).not.toHaveDescription('Other description')
|
|
1419
|
-
|
|
1420
|
-
const deleteButton = getByRole('button', {name: 'Delete'})
|
|
1421
|
-
expect(deleteButton).not.toHaveDescription()
|
|
1422
|
-
expect(deleteButton).toHaveDescription('') // Missing or empty description always becomes a blank string
|
|
1423
|
-
```
|
|
1424
|
-
|
|
1425
|
-
<hr />
|
|
1426
|
-
|
|
1427
|
-
### `toHaveSelection`
|
|
1428
|
-
|
|
1429
|
-
This allows to assert that an element has a
|
|
1430
|
-
[text selection](https://developer.mozilla.org/en-US/docs/Web/API/Selection).
|
|
1431
|
-
|
|
1432
|
-
This is useful to check if text or part of the text is selected within an
|
|
1433
|
-
element. The element can be either an input of type text, a textarea, or any
|
|
1434
|
-
other element that contains text, such as a paragraph, span, div etc.
|
|
1435
|
-
|
|
1436
|
-
NOTE: the expected selection is a string, it does not allow to check for
|
|
1437
|
-
selection range indeces.
|
|
1438
|
-
|
|
1439
|
-
```typescript
|
|
1440
|
-
toHaveSelection(expectedSelection?: string)
|
|
1441
|
-
```
|
|
1442
|
-
|
|
1443
|
-
```html
|
|
1444
|
-
<div>
|
|
1445
|
-
<input type="text" value="text selected text" data-testid="text" />
|
|
1446
|
-
<textarea data-testid="textarea">text selected text</textarea>
|
|
1447
|
-
<p data-testid="prev">prev</p>
|
|
1448
|
-
<p data-testid="parent">
|
|
1449
|
-
text <span data-testid="child">selected</span> text
|
|
1450
|
-
</p>
|
|
1451
|
-
<p data-testid="next">next</p>
|
|
1452
|
-
</div>
|
|
1453
|
-
```
|
|
1454
|
-
|
|
1455
|
-
```javascript
|
|
1456
|
-
getByTestId('text').setSelectionRange(5, 13)
|
|
1457
|
-
expect(getByTestId('text')).toHaveSelection('selected')
|
|
1458
|
-
|
|
1459
|
-
getByTestId('textarea').setSelectionRange(0, 5)
|
|
1460
|
-
expect('textarea').toHaveSelection('text ')
|
|
1461
|
-
|
|
1462
|
-
const selection = document.getSelection()
|
|
1463
|
-
const range = document.createRange()
|
|
1464
|
-
selection.removeAllRanges()
|
|
1465
|
-
selection.empty()
|
|
1466
|
-
selection.addRange(range)
|
|
1467
|
-
|
|
1468
|
-
// selection of child applies to the parent as well
|
|
1469
|
-
range.selectNodeContents(getByTestId('child'))
|
|
1470
|
-
expect(getByTestId('child')).toHaveSelection('selected')
|
|
1471
|
-
expect(getByTestId('parent')).toHaveSelection('selected')
|
|
1472
|
-
|
|
1473
|
-
// selection that applies from prev all, parent text before child, and part child.
|
|
1474
|
-
range.setStart(getByTestId('prev'), 0)
|
|
1475
|
-
range.setEnd(getByTestId('child').childNodes[0], 3)
|
|
1476
|
-
expect(queryByTestId('prev')).toHaveSelection('prev')
|
|
1477
|
-
expect(queryByTestId('child')).toHaveSelection('sel')
|
|
1478
|
-
expect(queryByTestId('parent')).toHaveSelection('text sel')
|
|
1479
|
-
expect(queryByTestId('next')).not.toHaveSelection()
|
|
1480
|
-
|
|
1481
|
-
// selection that applies from part child, parent text after child and part next.
|
|
1482
|
-
range.setStart(getByTestId('child').childNodes[0], 3)
|
|
1483
|
-
range.setEnd(getByTestId('next').childNodes[0], 2)
|
|
1484
|
-
expect(queryByTestId('child')).toHaveSelection('ected')
|
|
1485
|
-
expect(queryByTestId('parent')).toHaveSelection('ected text')
|
|
1486
|
-
expect(queryByTestId('prev')).not.toHaveSelection()
|
|
1487
|
-
expect(queryByTestId('next')).toHaveSelection('ne')
|
|
1488
|
-
```
|
|
1489
|
-
|
|
1490
|
-
## Inspiration
|
|
1491
|
-
|
|
1492
|
-
This whole library was extracted out of Kent C. Dodds' [DOM Testing
|
|
1493
|
-
Library][dom-testing-library], which was in turn extracted out of [React Testing
|
|
1494
|
-
Library][react-testing-library].
|
|
1495
|
-
|
|
1496
|
-
The intention is to make this available to be used independently of these other
|
|
1497
|
-
libraries, and also to make it more clear that these other libraries are
|
|
1498
|
-
independent from jest, and can be used with other tests runners as well.
|
|
1499
|
-
|
|
1500
|
-
## Other Solutions
|
|
1501
|
-
|
|
1502
|
-
I'm not aware of any, if you are please [make a pull request][prs] and add it
|
|
1503
|
-
here!
|
|
1504
|
-
|
|
1505
|
-
If you would like to further test the accessibility and validity of the DOM
|
|
1506
|
-
consider [`jest-axe`](https://github.com/nickcolley/jest-axe). It doesn't
|
|
1507
|
-
overlap with `jest-dom` but can complement it for more in-depth accessibility
|
|
1508
|
-
checking (eg: validating `aria` attributes or ensuring unique id attributes).
|
|
1509
|
-
|
|
1510
|
-
## Guiding Principles
|
|
1511
|
-
|
|
1512
|
-
> [The more your tests resemble the way your software is used, the more
|
|
1513
|
-
> confidence they can give you.][guiding-principle]
|
|
1514
|
-
|
|
1515
|
-
This library follows the same guiding principles as its mother library [DOM
|
|
1516
|
-
Testing Library][dom-testing-library]. Go [check them out][guiding-principle]
|
|
1517
|
-
for more details.
|
|
1518
|
-
|
|
1519
|
-
Additionally, with respect to custom DOM matchers, this library aims to maintain
|
|
1520
|
-
a minimal but useful set of them, while avoiding bloating itself with merely
|
|
1521
|
-
convenient ones that can be easily achieved with other APIs. In general, the
|
|
1522
|
-
overall criteria for what is considered a useful custom matcher to add to this
|
|
1523
|
-
library, is that doing the equivalent assertion on our own makes the test code
|
|
1524
|
-
more verbose, less clear in its intent, and/or harder to read.
|
|
1525
|
-
|
|
1526
|
-
## Contributors
|
|
1527
|
-
|
|
1528
|
-
Thanks goes to these people ([emoji key][emojis]):
|
|
1529
|
-
|
|
1530
|
-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
1531
|
-
<!-- prettier-ignore-start -->
|
|
1532
|
-
<!-- markdownlint-disable -->
|
|
1533
|
-
<table>
|
|
1534
|
-
<tbody>
|
|
1535
|
-
<tr>
|
|
1536
|
-
<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/jest-dom/commits?author=kentcdodds" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=kentcdodds" title="Documentation">π</a> <a href="#infra-kentcdodds" title="Infrastructure (Hosting, Build-Tools, etc)">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=kentcdodds" title="Tests">β οΈ</a></td>
|
|
1537
|
-
<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/jest-dom/commits?author=audiolion" title="Documentation">π</a></td>
|
|
1538
|
-
<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/jest-dom/commits?author=dnlsandiego" title="Code">π»</a></td>
|
|
1539
|
-
<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/jest-dom/commits?author=Miklet" title="Code">π»</a></td>
|
|
1540
|
-
<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/jest-dom/commits?author=alejandronanez" title="Documentation">π</a></td>
|
|
1541
|
-
<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/jest-dom/issues?q=author%3Apbomb" title="Bug reports">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=pbomb" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=pbomb" title="Documentation">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=pbomb" title="Tests">β οΈ</a></td>
|
|
1542
|
-
<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>
|
|
1543
|
-
</tr>
|
|
1544
|
-
<tr>
|
|
1545
|
-
<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/jest-dom/commits?author=antoaravinth" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=antoaravinth" title="Tests">β οΈ</a> <a href="https://github.com/testing-library/jest-dom/commits?author=antoaravinth" title="Documentation">π</a></td>
|
|
1546
|
-
<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/jest-dom/commits?author=JonahMoses" title="Documentation">π</a></td>
|
|
1547
|
-
<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/jest-dom/commits?author=lgandecki" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=lgandecki" title="Tests">β οΈ</a> <a href="https://github.com/testing-library/jest-dom/commits?author=lgandecki" title="Documentation">π</a></td>
|
|
1548
|
-
<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/jest-dom/issues?q=author%3Asompylasar" title="Bug reports">π</a> <a href="#ideas-sompylasar" title="Ideas, Planning, & Feedback">π€</a></td>
|
|
1549
|
-
<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/jest-dom/commits?author=jday3" title="Code">π»</a></td>
|
|
1550
|
-
<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="https://github.com/testing-library/jest-dom/commits?author=gnapse" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=gnapse" title="Documentation">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=gnapse" title="Tests">β οΈ</a></td>
|
|
1551
|
-
<td align="center" valign="top" width="14.28%"><a href="http://ociweb.com/mark/"><img src="https://avatars0.githubusercontent.com/u/79312?v=4?s=100" width="100px;" alt="Mark Volkmann"/><br /><sub><b>Mark Volkmann</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/issues?q=author%3Amvolkmann" title="Bug reports">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=mvolkmann" title="Code">π»</a></td>
|
|
1552
|
-
</tr>
|
|
1553
|
-
<tr>
|
|
1554
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/smacpherson64"><img src="https://avatars1.githubusercontent.com/u/1659099?v=4?s=100" width="100px;" alt="smacpherson64"/><br /><sub><b>smacpherson64</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=smacpherson64" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=smacpherson64" title="Documentation">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=smacpherson64" title="Tests">β οΈ</a></td>
|
|
1555
|
-
<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/jest-dom/issues?q=author%3Ajgoz" title="Bug reports">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=jgoz" title="Code">π»</a></td>
|
|
1556
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/callada"><img src="https://avatars2.githubusercontent.com/u/7830590?v=4?s=100" width="100px;" alt="Iwona"/><br /><sub><b>Iwona</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=callada" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=callada" title="Documentation">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=callada" title="Tests">β οΈ</a></td>
|
|
1557
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/6ewis"><img src="https://avatars0.githubusercontent.com/u/840609?v=4?s=100" width="100px;" alt="Lewis"/><br /><sub><b>Lewis</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=6ewis" title="Code">π»</a></td>
|
|
1558
|
-
<td align="center" valign="top" width="14.28%"><a href="https://blog.lourenci.com/"><img src="https://avatars3.githubusercontent.com/u/2339362?v=4?s=100" width="100px;" alt="Leandro Lourenci"/><br /><sub><b>Leandro Lourenci</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/issues?q=author%3Alourenci" title="Bug reports">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=lourenci" title="Documentation">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=lourenci" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=lourenci" title="Tests">β οΈ</a></td>
|
|
1559
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mufasa71"><img src="https://avatars1.githubusercontent.com/u/626420?v=4?s=100" width="100px;" alt="Shukhrat Mukimov"/><br /><sub><b>Shukhrat Mukimov</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/issues?q=author%3Amufasa71" title="Bug reports">π</a></td>
|
|
1560
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dreyks"><img src="https://avatars3.githubusercontent.com/u/1481264?v=4?s=100" width="100px;" alt="Roman Usherenko"/><br /><sub><b>Roman Usherenko</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=dreyks" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=dreyks" title="Tests">β οΈ</a></td>
|
|
1561
|
-
</tr>
|
|
1562
|
-
<tr>
|
|
1563
|
-
<td align="center" valign="top" width="14.28%"><a href="http://josephhsu.com"><img src="https://avatars1.githubusercontent.com/u/648?v=4?s=100" width="100px;" alt="Joe Hsu"/><br /><sub><b>Joe Hsu</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=jhsu" title="Documentation">π</a></td>
|
|
1564
|
-
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/diegohaz"><img src="https://avatars3.githubusercontent.com/u/3068563?v=4?s=100" width="100px;" alt="Haz"/><br /><sub><b>Haz</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/issues?q=author%3Adiegohaz" title="Bug reports">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=diegohaz" title="Code">π»</a> <a href="#ideas-diegohaz" title="Ideas, Planning, & Feedback">π€</a></td>
|
|
1565
|
-
<td align="center" valign="top" width="14.28%"><a href="https://blog.revathskumar.com"><img src="https://avatars3.githubusercontent.com/u/463904?v=4?s=100" width="100px;" alt="Revath S Kumar"/><br /><sub><b>Revath S Kumar</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=revathskumar" title="Code">π»</a></td>
|
|
1566
|
-
<td align="center" valign="top" width="14.28%"><a href="https://raccoon.studio"><img src="https://avatars0.githubusercontent.com/u/4989733?v=4?s=100" width="100px;" alt="hiwelo."/><br /><sub><b>hiwelo.</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=hiwelo" title="Code">π»</a> <a href="#ideas-hiwelo" title="Ideas, Planning, & Feedback">π€</a> <a href="https://github.com/testing-library/jest-dom/commits?author=hiwelo" title="Tests">β οΈ</a></td>
|
|
1567
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lukaszfiszer"><img src="https://avatars3.githubusercontent.com/u/1201711?v=4?s=100" width="100px;" alt="Εukasz Fiszer"/><br /><sub><b>Εukasz Fiszer</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=lukaszfiszer" title="Code">π»</a></td>
|
|
1568
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jeanchung"><img src="https://avatars0.githubusercontent.com/u/10778036?v=4?s=100" width="100px;" alt="Jean Chung"/><br /><sub><b>Jean Chung</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=jeanchung" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=jeanchung" title="Tests">β οΈ</a></td>
|
|
1569
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/CarlaTeo"><img src="https://avatars3.githubusercontent.com/u/9220147?v=4?s=100" width="100px;" alt="CarlaTeo"/><br /><sub><b>CarlaTeo</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=CarlaTeo" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=CarlaTeo" title="Tests">β οΈ</a></td>
|
|
1570
|
-
</tr>
|
|
1571
|
-
<tr>
|
|
1572
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/YardenShoham"><img src="https://avatars3.githubusercontent.com/u/20454870?v=4?s=100" width="100px;" alt="Yarden Shoham"/><br /><sub><b>Yarden Shoham</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=YardenShoham" title="Documentation">π</a></td>
|
|
1573
|
-
<td align="center" valign="top" width="14.28%"><a href="http://jagascript.com"><img src="https://avatars0.githubusercontent.com/u/4562878?v=4?s=100" width="100px;" alt="Jaga Santagostino"/><br /><sub><b>Jaga Santagostino</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/issues?q=author%3Akandros" title="Bug reports">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=kandros" title="Tests">β οΈ</a> <a href="https://github.com/testing-library/jest-dom/commits?author=kandros" title="Documentation">π</a></td>
|
|
1574
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/connormeredith"><img src="https://avatars0.githubusercontent.com/u/4907463?v=4?s=100" width="100px;" alt="Connor Meredith"/><br /><sub><b>Connor Meredith</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=connormeredith" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=connormeredith" title="Tests">β οΈ</a> <a href="https://github.com/testing-library/jest-dom/commits?author=connormeredith" title="Documentation">π</a></td>
|
|
1575
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pwolaq"><img src="https://avatars3.githubusercontent.com/u/10261750?v=4?s=100" width="100px;" alt="Pawel Wolak"/><br /><sub><b>Pawel Wolak</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=pwolaq" title="Tests">β οΈ</a> <a href="https://github.com/testing-library/jest-dom/commits?author=pwolaq" title="Code">π»</a></td>
|
|
1576
|
-
<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="#infra-MichaelDeBoey" title="Infrastructure (Hosting, Build-Tools, etc)">π</a></td>
|
|
1577
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jzarzeckis"><img src="https://avatars3.githubusercontent.com/u/919350?v=4?s=100" width="100px;" alt="JΔnis ZarΕΎeckis"/><br /><sub><b>JΔnis ZarΕΎeckis</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=jzarzeckis" title="Documentation">π</a></td>
|
|
1578
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/koala-lava"><img src="https://avatars0.githubusercontent.com/u/15828770?v=4?s=100" width="100px;" alt="koala-lava"/><br /><sub><b>koala-lava</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=koala-lava" title="Documentation">π</a></td>
|
|
1579
|
-
</tr>
|
|
1580
|
-
<tr>
|
|
1581
|
-
<td align="center" valign="top" width="14.28%"><a href="https://jpblanco.dev"><img src="https://avatars1.githubusercontent.com/u/16567863?v=4?s=100" width="100px;" alt="Juan Pablo Blanco"/><br /><sub><b>Juan Pablo Blanco</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=JPBlancoDB" title="Documentation">π</a></td>
|
|
1582
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/benmonro"><img src="https://avatars3.githubusercontent.com/u/399236?v=4?s=100" width="100px;" alt="Ben Monro"/><br /><sub><b>Ben Monro</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=benmonro" title="Documentation">π</a></td>
|
|
1583
|
-
<td align="center" valign="top" width="14.28%"><a href="http://jeffbernstein.io"><img src="https://avatars1.githubusercontent.com/u/6685560?v=4?s=100" width="100px;" alt="Jeff Bernstein"/><br /><sub><b>Jeff Bernstein</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=jeffbernst" title="Documentation">π</a></td>
|
|
1584
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SergiCL"><img src="https://avatars3.githubusercontent.com/u/41625166?v=4?s=100" width="100px;" alt="Sergi"/><br /><sub><b>Sergi</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=SergiCL" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=SergiCL" title="Tests">β οΈ</a></td>
|
|
1585
|
-
<td align="center" valign="top" width="14.28%"><a href="https://skovy.dev"><img src="https://avatars1.githubusercontent.com/u/5247455?v=4?s=100" width="100px;" alt="Spencer Miskoviak"/><br /><sub><b>Spencer Miskoviak</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=skovy" title="Documentation">π</a></td>
|
|
1586
|
-
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/jonrimmer"><img src="https://avatars1.githubusercontent.com/u/183786?v=4?s=100" width="100px;" alt="Jon Rimmer"/><br /><sub><b>Jon Rimmer</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=jonrimmer" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=jonrimmer" title="Tests">β οΈ</a></td>
|
|
1587
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cloud-walker"><img src="https://avatars3.githubusercontent.com/u/1144075?v=4?s=100" width="100px;" alt="Luca Barone"/><br /><sub><b>Luca Barone</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=cloud-walker" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=cloud-walker" title="Tests">β οΈ</a> <a href="#ideas-cloud-walker" title="Ideas, Planning, & Feedback">π€</a></td>
|
|
1588
|
-
</tr>
|
|
1589
|
-
<tr>
|
|
1590
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mfelmy"><img src="https://avatars2.githubusercontent.com/u/29504917?v=4?s=100" width="100px;" alt="Malte Felmy"/><br /><sub><b>Malte Felmy</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=mfelmy" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=mfelmy" title="Tests">β οΈ</a></td>
|
|
1591
|
-
<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/jest-dom/commits?author=Ishaan28malik" title="Documentation">π</a></td>
|
|
1592
|
-
<td align="center" valign="top" width="14.28%"><a href="https://icing.space/"><img src="https://avatars0.githubusercontent.com/u/2635733?v=4?s=100" width="100px;" alt="Patrick Smith"/><br /><sub><b>Patrick Smith</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=BurntCaramel" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=BurntCaramel" title="Tests">β οΈ</a> <a href="https://github.com/testing-library/jest-dom/commits?author=BurntCaramel" title="Documentation">π</a></td>
|
|
1593
|
-
<td align="center" valign="top" width="14.28%"><a href="https://rubenmoya.dev"><img src="https://avatars3.githubusercontent.com/u/905225?v=4?s=100" width="100px;" alt="RubΓ©n Moya"/><br /><sub><b>RubΓ©n Moya</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=rubenmoya" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=rubenmoya" title="Tests">β οΈ</a> <a href="https://github.com/testing-library/jest-dom/commits?author=rubenmoya" title="Documentation">π</a></td>
|
|
1594
|
-
<td align="center" valign="top" width="14.28%"><a href="https://danielavalero.com/"><img src="https://avatars1.githubusercontent.com/u/1307954?v=4?s=100" width="100px;" alt="Daniela Valero"/><br /><sub><b>Daniela Valero</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=DanielaValero" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=DanielaValero" title="Tests">β οΈ</a> <a href="https://github.com/testing-library/jest-dom/commits?author=DanielaValero" title="Documentation">π</a></td>
|
|
1595
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/missilev"><img src="https://avatars1.githubusercontent.com/u/33201468?v=4?s=100" width="100px;" alt="Vladislav Katsura"/><br /><sub><b>Vladislav Katsura</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=missilev" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=missilev" title="Tests">β οΈ</a></td>
|
|
1596
|
-
<td align="center" valign="top" width="14.28%"><a href="http://stderr.timfischbach.de"><img src="https://avatars3.githubusercontent.com/u/26554?v=4?s=100" width="100px;" alt="Tim Fischbach"/><br /><sub><b>Tim Fischbach</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=tf" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=tf" title="Tests">β οΈ</a> <a href="#ideas-tf" title="Ideas, Planning, & Feedback">π€</a></td>
|
|
1597
|
-
</tr>
|
|
1598
|
-
<tr>
|
|
1599
|
-
<td align="center" valign="top" width="14.28%"><a href="http://katieboedges.com/"><img src="https://avatars1.githubusercontent.com/u/8322476?v=4?s=100" width="100px;" alt="Katie Boedges"/><br /><sub><b>Katie Boedges</b></sub></a><br /><a href="#infra-kboedges" title="Infrastructure (Hosting, Build-Tools, etc)">π</a></td>
|
|
1600
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/brrianalexis"><img src="https://avatars2.githubusercontent.com/u/51463930?v=4?s=100" width="100px;" alt="Brian Alexis"/><br /><sub><b>Brian Alexis</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=brrianalexis" title="Tests">β οΈ</a></td>
|
|
1601
|
-
<td align="center" valign="top" width="14.28%"><a href="https://twitter.com/boriscoder"><img src="https://avatars2.githubusercontent.com/u/812240?v=4?s=100" width="100px;" alt="Boris Serdiuk"/><br /><sub><b>Boris Serdiuk</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/issues?q=author%3Ajust-boris" title="Bug reports">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=just-boris" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=just-boris" title="Tests">β οΈ</a></td>
|
|
1602
|
-
<td align="center" valign="top" width="14.28%"><a href="http://danawoodman.com"><img src="https://avatars1.githubusercontent.com/u/157695?v=4?s=100" width="100px;" alt="Dana Woodman"/><br /><sub><b>Dana Woodman</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=danawoodman" title="Documentation">π</a></td>
|
|
1603
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MoSattler"><img src="https://avatars2.githubusercontent.com/u/64152453?v=4?s=100" width="100px;" alt="Mo Sattler"/><br /><sub><b>Mo Sattler</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=MoSattler" title="Documentation">π</a></td>
|
|
1604
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/geoffrich"><img src="https://avatars2.githubusercontent.com/u/4992896?v=4?s=100" width="100px;" alt="Geoff Rich"/><br /><sub><b>Geoff Rich</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=geoffrich" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=geoffrich" title="Tests">β οΈ</a> <a href="#ideas-geoffrich" title="Ideas, Planning, & Feedback">π€</a> <a href="https://github.com/testing-library/jest-dom/issues?q=author%3Ageoffrich" title="Bug reports">π</a></td>
|
|
1605
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/syneva-runyan"><img src="https://avatars0.githubusercontent.com/u/20505588?v=4?s=100" width="100px;" alt="Syneva"/><br /><sub><b>Syneva</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=syneva-runyan" title="Code">π»</a></td>
|
|
1606
|
-
</tr>
|
|
1607
|
-
<tr>
|
|
1608
|
-
<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/jest-dom/commits?author=nickmccurdy" title="Documentation">π</a> <a href="https://github.com/testing-library/jest-dom/issues?q=author%3Anickmccurdy" title="Bug reports">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=nickmccurdy" title="Code">π»</a></td>
|
|
1609
|
-
<td align="center" valign="top" width="14.28%"><a href="https://obedparla.com/"><img src="https://avatars1.githubusercontent.com/u/10674462?v=4?s=100" width="100px;" alt="Obed Marquez Parlapiano"/><br /><sub><b>Obed Marquez Parlapiano</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=obedparla" title="Documentation">π</a></td>
|
|
1610
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/calebeby"><img src="https://avatars.githubusercontent.com/u/13206945?v=4?s=100" width="100px;" alt="Caleb Eby"/><br /><sub><b>Caleb Eby</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=calebeby" title="Documentation">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=calebeby" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=calebeby" title="Tests">β οΈ</a></td>
|
|
1611
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/marcelbarner"><img src="https://avatars.githubusercontent.com/u/12788744?v=4?s=100" width="100px;" alt="Marcel Barner"/><br /><sub><b>Marcel Barner</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=marcelbarner" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=marcelbarner" title="Tests">β οΈ</a></td>
|
|
1612
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SevenOutman"><img src="https://avatars.githubusercontent.com/u/8225666?v=4?s=100" width="100px;" alt="Doma"/><br /><sub><b>Doma</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=SevenOutman" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=SevenOutman" title="Tests">β οΈ</a></td>
|
|
1613
|
-
<td align="center" valign="top" width="14.28%"><a href="http://everlong.org/"><img src="https://avatars.githubusercontent.com/u/454175?v=4?s=100" width="100px;" alt="Julien Wajsberg"/><br /><sub><b>Julien Wajsberg</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=julienw" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=julienw" title="Tests">β οΈ</a></td>
|
|
1614
|
-
<td align="center" valign="top" width="14.28%"><a href="http://lichess.org/@/StevenEmily"><img src="https://avatars.githubusercontent.com/u/58114641?v=4?s=100" width="100px;" alt="steven nguyen"/><br /><sub><b>steven nguyen</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=icecream17" title="Documentation">π</a></td>
|
|
1615
|
-
</tr>
|
|
1616
|
-
<tr>
|
|
1617
|
-
<td align="center" valign="top" width="14.28%"><a href="http://tu4mo.com"><img src="https://avatars.githubusercontent.com/u/16735302?v=4?s=100" width="100px;" alt="tu4mo"/><br /><sub><b>tu4mo</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=tu4mo" title="Documentation">π</a></td>
|
|
1618
|
-
<td align="center" valign="top" width="14.28%"><a href="https://matan.io"><img src="https://avatars.githubusercontent.com/u/12711091?v=4?s=100" width="100px;" alt="Matan Borenkraout"/><br /><sub><b>Matan Borenkraout</b></sub></a><br /><a href="#platform-MatanBobi" title="Packaging/porting to new platform">π¦</a></td>
|
|
1619
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yannbf"><img src="https://avatars.githubusercontent.com/u/1671563?v=4?s=100" width="100px;" alt="Yann Braga"/><br /><sub><b>Yann Braga</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=yannbf" title="Code">π»</a></td>
|
|
1620
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/IanVS"><img src="https://avatars.githubusercontent.com/u/4616705?v=4?s=100" width="100px;" alt="Ian VanSchooten"/><br /><sub><b>Ian VanSchooten</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=IanVS" title="Code">π»</a></td>
|
|
1621
|
-
<td align="center" valign="top" width="14.28%"><a href="http://chantalbroeren.nl"><img src="https://avatars.githubusercontent.com/u/7499806?v=4?s=100" width="100px;" alt="Chantal Broeren"/><br /><sub><b>Chantal Broeren</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=cbroeren" title="Documentation">π</a></td>
|
|
1622
|
-
<td align="center" valign="top" width="14.28%"><a href="https://jeremie.astori.fr"><img src="https://avatars.githubusercontent.com/u/113730?v=4?s=100" width="100px;" alt="JΓ©rΓ©mie Astori"/><br /><sub><b>JΓ©rΓ©mie Astori</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=astorije" title="Code">π»</a> <a href="#ideas-astorije" title="Ideas, Planning, & Feedback">π€</a></td>
|
|
1623
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ashleyryan"><img src="https://avatars.githubusercontent.com/u/9469374?v=4?s=100" width="100px;" alt="Ashley Ryan"/><br /><sub><b>Ashley Ryan</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=ashleyryan" title="Code">π»</a> <a href="#ideas-ashleyryan" title="Ideas, Planning, & Feedback">π€</a></td>
|
|
1624
|
-
</tr>
|
|
1625
|
-
<tr>
|
|
1626
|
-
<td align="center" valign="top" width="14.28%"><a href="http://fotis.xyz"><img src="https://avatars.githubusercontent.com/u/3210764?v=4?s=100" width="100px;" alt="Fotis Papadogeorgopoulos"/><br /><sub><b>Fotis Papadogeorgopoulos</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=fpapado" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=fpapado" title="Documentation">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=fpapado" title="Tests">β οΈ</a></td>
|
|
1627
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jakeboone02"><img src="https://avatars.githubusercontent.com/u/366438?v=4?s=100" width="100px;" alt="Jake Boone"/><br /><sub><b>Jake Boone</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=jakeboone02" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=jakeboone02" title="Tests">β οΈ</a></td>
|
|
1628
|
-
<td align="center" valign="top" width="14.28%"><a href="http://www.stekoe.de"><img src="https://avatars.githubusercontent.com/u/1809221?v=4?s=100" width="100px;" alt="Stephan KΓΆninger"/><br /><sub><b>Stephan KΓΆninger</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/issues?q=author%3ASteKoe" title="Bug reports">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=SteKoe" title="Code">π»</a></td>
|
|
1629
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kryops"><img src="https://avatars.githubusercontent.com/u/1042594?v=4?s=100" width="100px;" alt="Michael Manzinger"/><br /><sub><b>Michael Manzinger</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/issues?q=author%3Akryops" title="Bug reports">π</a> <a href="https://github.com/testing-library/jest-dom/commits?author=kryops" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=kryops" title="Tests">β οΈ</a></td>
|
|
1630
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dennis273"><img src="https://avatars.githubusercontent.com/u/19815164?v=4?s=100" width="100px;" alt="Dennis Chen"/><br /><sub><b>Dennis Chen</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=Dennis273" title="Code">π»</a></td>
|
|
1631
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/tonyhallett"><img src="https://avatars.githubusercontent.com/u/11292998?v=4?s=100" width="100px;" alt="Tony Hallett"/><br /><sub><b>Tony Hallett</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/issues?q=author%3Atonyhallett" title="Bug reports">π</a></td>
|
|
1632
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ddolcimascolo"><img src="https://avatars.githubusercontent.com/u/5468291?v=4?s=100" width="100px;" alt="David DOLCIMASCOLO"/><br /><sub><b>David DOLCIMASCOLO</b></sub></a><br /><a href="#maintenance-ddolcimascolo" title="Maintenance">π§</a></td>
|
|
1633
|
-
</tr>
|
|
1634
|
-
<tr>
|
|
1635
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aleks-elkin"><img src="https://avatars.githubusercontent.com/u/55530374?v=4?s=100" width="100px;" alt="Aleksandr Elkin"/><br /><sub><b>Aleksandr Elkin</b></sub></a><br /><a href="#maintenance-aleks-elkin" title="Maintenance">π§</a></td>
|
|
1636
|
-
<td align="center" valign="top" width="14.28%"><a href="https://www.vorant94.io/"><img src="https://avatars.githubusercontent.com/u/9719319?v=4?s=100" width="100px;" alt="Mordechai Dror"/><br /><sub><b>Mordechai Dror</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=vorant94" title="Code">π»</a></td>
|
|
1637
|
-
<td align="center" valign="top" width="14.28%"><a href="http://www.waynevanson.com"><img src="https://avatars.githubusercontent.com/u/29592214?v=4?s=100" width="100px;" alt="Wayne Van Son"/><br /><sub><b>Wayne Van Son</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=waynevanson" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=waynevanson" title="Tests">β οΈ</a></td>
|
|
1638
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/idanen"><img src="https://avatars.githubusercontent.com/u/1687893?v=4?s=100" width="100px;" alt="Idan Entin"/><br /><sub><b>Idan Entin</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=idanen" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=idanen" title="Tests">β οΈ</a></td>
|
|
1639
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mibcadet"><img src="https://avatars.githubusercontent.com/u/925500?v=4?s=100" width="100px;" alt="mibcadet"/><br /><sub><b>mibcadet</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=mibcadet" title="Documentation">π</a></td>
|
|
1640
|
-
<td align="center" valign="top" width="14.28%"><a href="https://silviuaavram.com"><img src="https://avatars.githubusercontent.com/u/11275392?v=4?s=100" width="100px;" alt="Silviu Alexandru Avram"/><br /><sub><b>Silviu Alexandru Avram</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=silviuaavram" title="Code">π»</a> <a href="https://github.com/testing-library/jest-dom/commits?author=silviuaavram" title="Tests">β οΈ</a></td>
|
|
1641
|
-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/G-Rath"><img src="https://avatars.githubusercontent.com/u/3151613?v=4?s=100" width="100px;" alt="Gareth Jones"/><br /><sub><b>Gareth Jones</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/commits?author=G-Rath" title="Code">π»</a></td>
|
|
1642
|
-
</tr>
|
|
1643
|
-
<tr>
|
|
1644
|
-
<td align="center" valign="top" width="14.28%"><a href="https://billyjanitsch.com"><img src="https://avatars.githubusercontent.com/u/1158733?v=4?s=100" width="100px;" alt="Billy Janitsch"/><br /><sub><b>Billy Janitsch</b></sub></a><br /><a href="https://github.com/testing-library/jest-dom/issues?q=author%3Abillyjanitsch" title="Bug reports">π</a></td>
|
|
1645
|
-
</tr>
|
|
1646
|
-
</tbody>
|
|
1647
|
-
</table>
|
|
1648
|
-
|
|
1649
|
-
<!-- markdownlint-restore -->
|
|
1650
|
-
<!-- prettier-ignore-end -->
|
|
1651
|
-
|
|
1652
|
-
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
1653
|
-
|
|
1654
|
-
This project follows the [all-contributors][all-contributors] specification.
|
|
1655
|
-
Contributions of any kind welcome!
|
|
1656
|
-
|
|
1657
|
-
## LICENSE
|
|
1658
|
-
|
|
1659
|
-
MIT
|
|
1660
|
-
|
|
1661
|
-
<!-- prettier-ignore-start -->
|
|
1662
|
-
[jest]: https://facebook.github.io/jest/
|
|
1663
|
-
[dom-testing-library]: https://github.com/testing-library/dom-testing-library
|
|
1664
|
-
[react-testing-library]:
|
|
1665
|
-
https://github.com/testing-library/react-testing-library
|
|
1666
|
-
[npm]: https://www.npmjs.com/
|
|
1667
|
-
[node]: https://nodejs.org
|
|
1668
|
-
[build-badge]: https://img.shields.io/github/workflow/status/testing-library/jest-dom/validate?logo=github&style=flat-square
|
|
1669
|
-
[build]: https://github.com/testing-library/jest-dom/actions?query=workflow%3Avalidate
|
|
1670
|
-
[coverage-badge]:
|
|
1671
|
-
https://img.shields.io/codecov/c/github/testing-library/jest-dom.svg?style=flat-square
|
|
1672
|
-
[coverage]: https://codecov.io/github/testing-library/jest-dom
|
|
1673
|
-
[version-badge]:
|
|
1674
|
-
https://img.shields.io/npm/v/@testing-library/jest-dom.svg?style=flat-square
|
|
1675
|
-
[package]: https://www.npmjs.com/package/@testing-library/jest-dom
|
|
1676
|
-
[downloads-badge]:
|
|
1677
|
-
https://img.shields.io/npm/dm/@testing-library/jest-dom.svg?style=flat-square
|
|
1678
|
-
[npmtrends]: http://www.npmtrends.com/@testing-library/jest-dom
|
|
1679
|
-
[license-badge]:
|
|
1680
|
-
https://img.shields.io/npm/l/@testing-library/jest-dom.svg?style=flat-square
|
|
1681
|
-
[license]: https://github.com/testing-library/jest-dom/blob/main/LICENSE
|
|
1682
|
-
[prs-badge]:
|
|
1683
|
-
https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
|
|
1684
|
-
[prs]: http://makeapullrequest.com
|
|
1685
|
-
[coc-badge]:
|
|
1686
|
-
https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
|
|
1687
|
-
[coc]:
|
|
1688
|
-
https://github.com/testing-library/jest-dom/blob/main/other/CODE_OF_CONDUCT.md
|
|
1689
|
-
[github-watch-badge]:
|
|
1690
|
-
https://img.shields.io/github/watchers/testing-library/jest-dom.svg?style=social
|
|
1691
|
-
[github-watch]: https://github.com/testing-library/jest-dom/watchers
|
|
1692
|
-
[github-star-badge]:
|
|
1693
|
-
https://img.shields.io/github/stars/testing-library/jest-dom.svg?style=social
|
|
1694
|
-
[github-star]: https://github.com/testing-library/jest-dom/stargazers
|
|
1695
|
-
[twitter]:
|
|
1696
|
-
https://twitter.com/intent/tweet?text=Check%20out%20jest-dom%20by%20%40gnapse%20https%3A%2F%2Fgithub.com%2Ftesting-library%2Fjest-dom%20%F0%9F%91%8D
|
|
1697
|
-
[twitter-badge]:
|
|
1698
|
-
https://img.shields.io/twitter/url/https/github.com/testing-library/jest-dom.svg?style=social
|
|
1699
|
-
[emojis]: https://github.com/all-contributors/all-contributors#emoji-key
|
|
1700
|
-
[all-contributors]: https://github.com/all-contributors/all-contributors
|
|
1701
|
-
[all-contributors-badge]:
|
|
1702
|
-
https://img.shields.io/github/all-contributors/testing-library/jest-dom?color=orange&style=flat-square
|
|
1703
|
-
[guiding-principle]: https://testing-library.com/docs/guiding-principles
|
|
1704
|
-
[discord-badge]: https://img.shields.io/discord/723559267868737556.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square
|
|
1705
|
-
[discord]: https://discord.gg/testing-library
|
|
1706
|
-
<!-- prettier-ignore-end -->
|