@ilo-org/react 0.0.17 → 0.1.0
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/CHANGELOG.md +28 -0
- package/lib/cjs/AccordionCtx-fe08ff45.js +9 -0
- package/lib/cjs/Callout.args-bcd5a9f1.js +17 -0
- package/lib/cjs/DailyMotion-97d1831a.js +260 -0
- package/lib/cjs/Facebook-ccb27d1d.js +240 -0
- package/lib/cjs/FilePlayer-81b9fc3f.js +597 -0
- package/lib/cjs/GlobalCtx-97e4b433.js +9 -0
- package/lib/cjs/Kaltura-d6c19814.js +236 -0
- package/lib/cjs/ListCtx-7db7fe04.js +9 -0
- package/lib/cjs/Mixcloud-f02a460e.js +223 -0
- package/lib/cjs/Preview-8238ea6e.js +227 -0
- package/lib/cjs/SoundCloud-cd1b1590.js +250 -0
- package/lib/cjs/Streamable-f47da42a.js +235 -0
- package/lib/cjs/TagCtx-929c7753.js +7 -0
- package/lib/cjs/Twitch-c503e140.js +245 -0
- package/lib/cjs/Vidyard-d9c2f073.js +238 -0
- package/lib/cjs/Vimeo-009601ef.js +286 -0
- package/lib/cjs/Wistia-8c9f4c58.js +289 -0
- package/lib/cjs/YouTube-ec5847d4.js +378 -0
- package/lib/cjs/_commonjsHelpers-9f9f50a8.js +39 -0
- package/lib/cjs/components/Accordion/Accordion.js +47 -0
- package/lib/cjs/components/Accordion/AccordionButton.js +34 -0
- package/lib/cjs/components/Accordion/AccordionItem.js +21 -0
- package/lib/cjs/components/Accordion/AccordionPanel.js +30 -0
- package/lib/cjs/components/Accordion/index.js +22 -0
- package/lib/cjs/components/Button/Button.js +36 -0
- package/lib/cjs/components/Button/index.js +39 -0
- package/lib/cjs/components/Callout/Callout.js +47 -0
- package/lib/cjs/components/Callout/index.js +19 -0
- package/lib/cjs/components/Checkbox/Checkbox.js +34 -0
- package/lib/cjs/components/Checkbox/index.js +17 -0
- package/lib/cjs/components/ChoiceGroup/ChoiceGroup.js +34 -0
- package/lib/cjs/components/ChoiceGroup/index.js +19 -0
- package/lib/cjs/components/Collapse/Collapse.js +725 -0
- package/lib/cjs/components/Collapse/index.js +18 -0
- package/lib/cjs/components/ContextMenu/ContextMenu.js +20 -0
- package/lib/cjs/components/ContextMenu/index.js +13 -0
- package/lib/cjs/components/Credit/Credit.js +33 -0
- package/lib/cjs/components/Credit/index.js +13 -0
- package/lib/cjs/components/DatePicker/DatePicker.js +32 -0
- package/lib/cjs/components/DatePicker/index.js +17 -0
- package/lib/cjs/components/Dropdown/Dropdown.js +35 -0
- package/lib/cjs/components/Dropdown/index.js +17 -0
- package/lib/cjs/components/Empty/Empty.js +19 -0
- package/lib/cjs/components/Empty/index.js +13 -0
- package/lib/cjs/components/Fieldset/Fieldset.js +24 -0
- package/lib/cjs/components/Fieldset/index.js +15 -0
- package/lib/cjs/components/FileUpload/FileUpload.js +35 -0
- package/lib/cjs/components/FileUpload/index.js +17 -0
- package/lib/cjs/components/Form/Form.js +66 -0
- package/lib/cjs/components/Form/index.js +31 -0
- package/lib/cjs/components/FormElement/FormElement.js +19 -0
- package/lib/cjs/components/FormElement/index.js +8 -0
- package/lib/cjs/components/FormGroup/FormGroup.js +58 -0
- package/lib/cjs/components/FormGroup/index.js +26 -0
- package/lib/cjs/components/GlobalProvider/GlobalProvider.js +18 -0
- package/lib/cjs/components/GlobalProvider/index.js +11 -0
- package/lib/cjs/components/Heading/Heading.js +22 -0
- package/lib/cjs/components/Heading/index.js +13 -0
- package/lib/cjs/components/Hero/Hero.js +25 -0
- package/lib/cjs/components/Hero/HeroCard.js +25 -0
- package/lib/cjs/components/Hero/index.js +17 -0
- package/lib/cjs/components/Icon/Icon.js +43 -0
- package/lib/cjs/components/Icon/index.js +13 -0
- package/lib/cjs/components/Image/Image.js +31 -0
- package/lib/cjs/components/Image/index.js +14 -0
- package/lib/cjs/components/Input/Input.js +32 -0
- package/lib/cjs/components/Input/index.js +17 -0
- package/lib/cjs/components/Link/Link.js +23 -0
- package/lib/cjs/components/Link/index.js +13 -0
- package/lib/cjs/components/LinkList/LinkList.js +22 -0
- package/lib/cjs/components/LinkList/index.js +13 -0
- package/lib/cjs/components/List/List.js +25 -0
- package/lib/cjs/components/List/ListItem.js +21 -0
- package/lib/cjs/components/List/index.js +16 -0
- package/lib/cjs/components/Loading/Loading.js +21 -0
- package/lib/cjs/components/Loading/index.js +13 -0
- package/lib/cjs/components/Notification/Notification.js +41 -0
- package/lib/cjs/components/Notification/index.js +17 -0
- package/lib/cjs/components/NumberPicker/NumberPicker.js +32 -0
- package/lib/cjs/components/NumberPicker/index.js +17 -0
- package/lib/cjs/components/Pagination/Pagination.js +49 -0
- package/lib/cjs/components/Pagination/index.js +13 -0
- package/lib/cjs/components/Profile/Profile.js +19 -0
- package/lib/cjs/components/Profile/index.js +13 -0
- package/lib/cjs/components/Radio/Radio.js +29 -0
- package/lib/cjs/components/Radio/index.js +14 -0
- package/lib/cjs/components/ReadMore/ReadMore.js +38 -0
- package/lib/cjs/components/ReadMore/index.js +14 -0
- package/lib/cjs/components/RichText/RichText.js +19 -0
- package/lib/cjs/components/RichText/index.js +13 -0
- package/lib/cjs/components/SearchField/SearchField.js +38 -0
- package/lib/cjs/components/SearchField/index.js +18 -0
- package/lib/cjs/components/TableOfContents/TableOfContents.js +22 -0
- package/lib/cjs/components/TableOfContents/index.js +13 -0
- package/lib/cjs/components/Tag/Tag.js +54 -0
- package/lib/cjs/components/Tag/TagSet.js +46 -0
- package/lib/cjs/components/Tag/index.js +20 -0
- package/lib/cjs/components/Textarea/Textarea.js +32 -0
- package/lib/cjs/components/Textarea/index.js +17 -0
- package/lib/cjs/components/Tooltip/Tooltip.js +103 -0
- package/lib/cjs/components/Tooltip/index.js +14 -0
- package/lib/cjs/components/Video/Video.js +29 -0
- package/lib/cjs/components/Video/VideoPlayer.js +1452 -0
- package/lib/cjs/components/Video/index.js +20 -0
- package/lib/cjs/components/index.js +115 -0
- package/lib/cjs/css-9c93400b.js +81 -0
- package/lib/cjs/hooks/index.js +13 -0
- package/lib/cjs/hooks/useGlobalSettings.js +13 -0
- package/lib/cjs/hooks/useVideoPlayer.js +75 -0
- package/lib/cjs/index-1b6434f0.js +1191 -0
- package/lib/cjs/index.js +115 -0
- package/lib/cjs/patterns-b55db71f.js +579 -0
- package/lib/cjs/utils/checkArrayDuplicates.js +7 -0
- package/lib/cjs/utils/createChainedFunction.js +30 -0
- package/lib/cjs/utils/getDefaultDimensionValue.js +22 -0
- package/lib/cjs/utils/hoursMinutesSeconds.js +12 -0
- package/lib/cjs/utils/index.js +18 -0
- package/lib/cjs/utils/transitionEndListener.js +161 -0
- package/lib/cjs/utils/triggerBrowserReflow.js +8 -0
- package/lib/esm/AccordionCtx-8c051900.js +6 -0
- package/lib/esm/Callout.args-3a0e0416.js +15 -0
- package/lib/esm/DailyMotion-b35dc8bb.js +258 -0
- package/lib/esm/Facebook-c3c77787.js +238 -0
- package/lib/esm/FilePlayer-540e4c5a.js +595 -0
- package/lib/esm/GlobalCtx-7fb23cfa.js +7 -0
- package/lib/esm/Kaltura-4ac3cda3.js +234 -0
- package/lib/esm/ListCtx-da435fdf.js +6 -0
- package/lib/esm/Mixcloud-3d4e0760.js +221 -0
- package/lib/esm/Preview-6d2a6792.js +225 -0
- package/lib/esm/SoundCloud-306d6c78.js +248 -0
- package/lib/esm/Streamable-aa3d544e.js +233 -0
- package/lib/esm/TagCtx-34c545fe.js +5 -0
- package/lib/esm/Twitch-4a1a1565.js +243 -0
- package/lib/esm/Vidyard-fe74c274.js +236 -0
- package/lib/esm/Vimeo-074f2c39.js +284 -0
- package/lib/esm/Wistia-0a2b73b0.js +287 -0
- package/lib/esm/YouTube-d58f130b.js +376 -0
- package/lib/esm/_commonjsHelpers-849bcf65.js +35 -0
- package/lib/esm/components/Accordion/Accordion.js +45 -0
- package/lib/esm/components/Accordion/AccordionButton.js +32 -0
- package/lib/esm/components/Accordion/AccordionItem.js +19 -0
- package/lib/esm/components/Accordion/AccordionPanel.js +28 -0
- package/lib/esm/components/Accordion/index.js +13 -0
- package/lib/esm/components/Button/Button.js +34 -0
- package/lib/esm/components/Button/index.js +36 -0
- package/lib/esm/components/Callout/Callout.js +45 -0
- package/lib/esm/components/Callout/index.js +12 -0
- package/lib/esm/components/Checkbox/Checkbox.js +32 -0
- package/lib/esm/components/Checkbox/index.js +11 -0
- package/lib/esm/components/ChoiceGroup/ChoiceGroup.js +32 -0
- package/lib/esm/components/ChoiceGroup/index.js +13 -0
- package/lib/esm/components/Collapse/Collapse.js +723 -0
- package/lib/esm/components/Collapse/index.js +12 -0
- package/lib/esm/components/ContextMenu/ContextMenu.js +18 -0
- package/lib/esm/components/ContextMenu/index.js +7 -0
- package/lib/esm/components/Credit/Credit.js +31 -0
- package/lib/esm/components/Credit/index.js +7 -0
- package/lib/esm/components/DatePicker/DatePicker.js +30 -0
- package/lib/esm/components/DatePicker/index.js +11 -0
- package/lib/esm/components/Dropdown/Dropdown.js +33 -0
- package/lib/esm/components/Dropdown/index.js +11 -0
- package/lib/esm/components/Empty/Empty.js +17 -0
- package/lib/esm/components/Empty/index.js +7 -0
- package/lib/esm/components/Fieldset/Fieldset.js +22 -0
- package/lib/esm/components/Fieldset/index.js +9 -0
- package/lib/esm/components/FileUpload/FileUpload.js +33 -0
- package/lib/esm/components/FileUpload/index.js +11 -0
- package/lib/esm/components/Form/Form.js +64 -0
- package/lib/esm/components/Form/index.js +25 -0
- package/lib/esm/components/FormElement/FormElement.js +17 -0
- package/lib/esm/components/FormElement/index.js +2 -0
- package/lib/esm/components/FormGroup/FormGroup.js +56 -0
- package/lib/esm/components/FormGroup/index.js +20 -0
- package/lib/esm/components/GlobalProvider/GlobalProvider.js +16 -0
- package/lib/esm/components/GlobalProvider/index.js +4 -0
- package/lib/esm/components/Heading/Heading.js +20 -0
- package/lib/esm/components/Heading/index.js +7 -0
- package/lib/esm/components/Hero/Hero.js +23 -0
- package/lib/esm/components/Hero/HeroCard.js +23 -0
- package/lib/esm/components/Hero/index.js +10 -0
- package/lib/esm/components/Icon/Icon.js +22 -0
- package/lib/esm/components/Icon/index.js +7 -0
- package/lib/esm/components/Image/Image.js +29 -0
- package/lib/esm/components/Image/index.js +8 -0
- package/lib/esm/components/Input/Input.js +30 -0
- package/lib/esm/components/Input/index.js +11 -0
- package/lib/esm/components/Link/Link.js +21 -0
- package/lib/esm/components/Link/index.js +7 -0
- package/lib/esm/components/LinkList/LinkList.js +20 -0
- package/lib/esm/components/LinkList/index.js +7 -0
- package/lib/esm/components/List/List.js +23 -0
- package/lib/esm/components/List/ListItem.js +19 -0
- package/lib/esm/components/List/index.js +9 -0
- package/lib/esm/components/Loading/Loading.js +19 -0
- package/lib/esm/components/Loading/index.js +7 -0
- package/lib/esm/components/Notification/Notification.js +39 -0
- package/lib/esm/components/Notification/index.js +11 -0
- package/lib/esm/components/NumberPicker/NumberPicker.js +30 -0
- package/lib/esm/components/NumberPicker/index.js +11 -0
- package/lib/esm/components/Pagination/Pagination.js +47 -0
- package/lib/esm/components/Pagination/index.js +7 -0
- package/lib/esm/components/Profile/Profile.js +17 -0
- package/lib/esm/components/Profile/index.js +7 -0
- package/lib/esm/components/Radio/Radio.js +27 -0
- package/lib/esm/components/Radio/index.js +8 -0
- package/lib/esm/components/ReadMore/ReadMore.js +36 -0
- package/lib/esm/components/ReadMore/index.js +8 -0
- package/lib/esm/components/RichText/RichText.js +17 -0
- package/lib/esm/components/RichText/index.js +7 -0
- package/lib/esm/components/SearchField/SearchField.js +36 -0
- package/lib/esm/components/SearchField/index.js +12 -0
- package/lib/esm/components/TableOfContents/TableOfContents.js +20 -0
- package/lib/esm/components/TableOfContents/index.js +7 -0
- package/lib/esm/components/Tag/Tag.js +52 -0
- package/lib/esm/components/Tag/TagSet.js +44 -0
- package/lib/esm/components/Tag/index.js +13 -0
- package/lib/esm/components/Textarea/Textarea.js +30 -0
- package/lib/esm/components/Textarea/index.js +11 -0
- package/lib/esm/components/Tooltip/Tooltip.js +101 -0
- package/lib/esm/components/Tooltip/index.js +8 -0
- package/lib/esm/components/Video/Video.js +27 -0
- package/lib/esm/components/Video/VideoPlayer.js +1450 -0
- package/lib/esm/components/Video/index.js +14 -0
- package/lib/esm/components/index.js +68 -0
- package/lib/esm/css-7414f50b.js +79 -0
- package/lib/esm/hooks/index.js +6 -0
- package/lib/esm/hooks/useGlobalSettings.js +11 -0
- package/lib/esm/hooks/useVideoPlayer.js +73 -0
- package/lib/esm/index-8ebb2cc1.js +1191 -0
- package/lib/esm/index.js +68 -0
- package/lib/esm/patterns-3a3fa9d6.js +575 -0
- package/lib/esm/utils/checkArrayDuplicates.js +5 -0
- package/lib/esm/utils/createChainedFunction.js +28 -0
- package/lib/esm/utils/getDefaultDimensionValue.js +20 -0
- package/lib/esm/utils/hoursMinutesSeconds.js +10 -0
- package/lib/esm/utils/index.js +7 -0
- package/lib/esm/utils/transitionEndListener.js +159 -0
- package/lib/esm/utils/triggerBrowserReflow.js +6 -0
- package/lib/types/react/src/components/Accordion/Accordion.d.ts +4 -0
- package/lib/types/react/src/components/Accordion/Accordion.props.d.ts +33 -0
- package/lib/types/react/src/components/Accordion/AccordionButton.d.ts +4 -0
- package/lib/types/react/src/components/Accordion/AccordionButton.props.d.ts +11 -0
- package/lib/types/react/src/components/Accordion/AccordionCtx.d.ts +4 -0
- package/lib/types/react/src/components/Accordion/AccordionItem.d.ts +4 -0
- package/lib/types/react/src/components/Accordion/AccordionItem.props.d.ts +21 -0
- package/lib/types/react/src/components/Accordion/AccordionPanel.d.ts +4 -0
- package/lib/types/react/src/components/Accordion/AccordionPanel.props.d.ts +17 -0
- package/lib/types/react/src/components/Accordion/index.d.ts +4 -0
- package/lib/types/react/src/components/Button/Button.args.d.ts +11 -0
- package/lib/types/react/src/components/Button/Button.d.ts +4 -0
- package/lib/types/react/src/components/Button/Button.props.d.ts +64 -0
- package/lib/types/react/src/components/Button/index.d.ts +2 -0
- package/lib/types/react/src/components/Callout/Callout.args.d.ts +8 -0
- package/lib/types/react/src/components/Callout/Callout.d.ts +4 -0
- package/lib/types/react/src/components/Callout/Callout.props.d.ts +50 -0
- package/lib/types/react/src/components/Callout/index.d.ts +2 -0
- package/lib/types/react/src/components/Checkbox/Checkbox.d.ts +4 -0
- package/lib/types/react/src/components/Checkbox/Checkbox.props.d.ts +13 -0
- package/lib/types/react/src/components/Checkbox/index.d.ts +1 -0
- package/lib/types/react/src/components/ChoiceGroup/ChoiceGroup.d.ts +4 -0
- package/lib/types/react/src/components/ChoiceGroup/ChoiceGroup.props.d.ts +20 -0
- package/lib/types/react/src/components/ChoiceGroup/index.d.ts +1 -0
- package/lib/types/react/src/components/Collapse/Collapse.d.ts +3 -0
- package/lib/types/react/src/components/Collapse/Collapse.props.d.ts +76 -0
- package/lib/types/react/src/components/Collapse/index.d.ts +1 -0
- package/lib/types/react/src/components/ContextMenu/ContextMenu.d.ts +4 -0
- package/lib/types/react/src/components/ContextMenu/ContextMenu.props.d.ts +25 -0
- package/lib/types/react/src/components/ContextMenu/index.d.ts +1 -0
- package/lib/types/react/src/components/Credit/Credit.d.ts +4 -0
- package/lib/types/react/src/components/Credit/Credit.props.d.ts +10 -0
- package/lib/types/react/src/components/Credit/index.d.ts +1 -0
- package/lib/types/react/src/components/DatePicker/DatePicker.d.ts +4 -0
- package/lib/types/react/src/components/DatePicker/DatePicker.props.d.ts +54 -0
- package/lib/types/react/src/components/DatePicker/index.d.ts +1 -0
- package/lib/types/react/src/components/Dropdown/Dropdown.d.ts +4 -0
- package/lib/types/react/src/components/Dropdown/Dropdown.props.d.ts +69 -0
- package/lib/types/react/src/components/Dropdown/index.d.ts +1 -0
- package/lib/types/react/src/components/Empty/Empty.d.ts +4 -0
- package/lib/types/react/src/components/Empty/Empty.props.d.ts +11 -0
- package/lib/types/react/src/components/Empty/index.d.ts +1 -0
- package/lib/types/react/src/components/Fieldset/Fieldset.d.ts +4 -0
- package/lib/types/react/src/components/Fieldset/Fieldset.props.d.ts +35 -0
- package/lib/types/react/src/components/Fieldset/index.d.ts +1 -0
- package/lib/types/react/src/components/FileUpload/FileUpload.d.ts +4 -0
- package/lib/types/react/src/components/FileUpload/FileUpload.props.d.ts +50 -0
- package/lib/types/react/src/components/FileUpload/index.d.ts +1 -0
- package/lib/types/react/src/components/Form/Form.d.ts +4 -0
- package/lib/types/react/src/components/Form/Form.props.d.ts +114 -0
- package/lib/types/react/src/components/Form/index.d.ts +1 -0
- package/lib/types/react/src/components/FormElement/FormElement.d.ts +4 -0
- package/lib/types/react/src/components/FormElement/FormElement.props.d.ts +47 -0
- package/lib/types/react/src/components/FormElement/index.d.ts +1 -0
- package/lib/types/react/src/components/FormGroup/FormGroup.d.ts +4 -0
- package/lib/types/react/src/components/FormGroup/FormGroup.props.d.ts +81 -0
- package/lib/types/react/src/components/FormGroup/index.d.ts +1 -0
- package/lib/types/react/src/components/GlobalProvider/GlobalCtx.d.ts +2 -0
- package/lib/types/react/src/components/GlobalProvider/GlobalProvider.d.ts +4 -0
- package/lib/types/react/src/components/GlobalProvider/GlobalProvider.props.d.ts +13 -0
- package/lib/types/react/src/components/GlobalProvider/index.d.ts +2 -0
- package/lib/types/react/src/components/Heading/Heading.d.ts +4 -0
- package/lib/types/react/src/components/Heading/Heading.props.d.ts +20 -0
- package/lib/types/react/src/components/Heading/index.d.ts +1 -0
- package/lib/types/react/src/components/Hero/Hero.d.ts +4 -0
- package/lib/types/react/src/components/Hero/Hero.props.d.ts +25 -0
- package/lib/types/react/src/components/Hero/HeroCard.d.ts +4 -0
- package/lib/types/react/src/components/Hero/HeroCard.props.d.ts +54 -0
- package/lib/types/react/src/components/Hero/index.d.ts +2 -0
- package/lib/types/react/src/components/Icon/Icon.d.ts +4 -0
- package/lib/types/react/src/components/Icon/Icon.props.d.ts +14 -0
- package/lib/types/react/src/components/Icon/index.d.ts +1 -0
- package/lib/types/react/src/components/Image/Image.d.ts +4 -0
- package/lib/types/react/src/components/Image/Image.props.d.ts +33 -0
- package/lib/types/react/src/components/Image/index.d.ts +1 -0
- package/lib/types/react/src/components/Input/Input.d.ts +4 -0
- package/lib/types/react/src/components/Input/Input.props.d.ts +51 -0
- package/lib/types/react/src/components/Input/index.d.ts +1 -0
- package/lib/types/react/src/components/Link/Link.d.ts +4 -0
- package/lib/types/react/src/components/Link/Link.props.d.ts +32 -0
- package/lib/types/react/src/components/Link/index.d.ts +1 -0
- package/lib/types/react/src/components/LinkList/LinkList.d.ts +4 -0
- package/lib/types/react/src/components/LinkList/LinkList.props.d.ts +44 -0
- package/lib/types/react/src/components/LinkList/index.d.ts +1 -0
- package/lib/types/react/src/components/List/List.d.ts +4 -0
- package/lib/types/react/src/components/List/List.props.d.ts +31 -0
- package/lib/types/react/src/components/List/ListCtx.d.ts +4 -0
- package/lib/types/react/src/components/List/ListItem.d.ts +4 -0
- package/lib/types/react/src/components/List/ListItem.props.d.ts +21 -0
- package/lib/types/react/src/components/List/index.d.ts +2 -0
- package/lib/types/react/src/components/Loading/Loading.d.ts +4 -0
- package/lib/types/react/src/components/Loading/Loading.props.d.ts +19 -0
- package/lib/types/react/src/components/Loading/index.d.ts +1 -0
- package/lib/types/react/src/components/Notification/Notification.d.ts +4 -0
- package/lib/types/react/src/components/Notification/Notification.props.d.ts +56 -0
- package/lib/types/react/src/components/Notification/index.d.ts +1 -0
- package/lib/types/react/src/components/NumberPicker/NumberPicker.d.ts +4 -0
- package/lib/types/react/src/components/NumberPicker/NumberPicker.props.d.ts +46 -0
- package/lib/types/react/src/components/NumberPicker/index.d.ts +1 -0
- package/lib/types/react/src/components/Pagination/Pagination.d.ts +4 -0
- package/lib/types/react/src/components/Pagination/Pagination.props.d.ts +54 -0
- package/lib/types/react/src/components/Pagination/index.d.ts +1 -0
- package/lib/types/react/src/components/Profile/Profile.d.ts +4 -0
- package/lib/types/react/src/components/Profile/Profile.props.d.ts +37 -0
- package/lib/types/react/src/components/Profile/index.d.ts +1 -0
- package/lib/types/react/src/components/Radio/Radio.d.ts +4 -0
- package/lib/types/react/src/components/Radio/Radio.props.d.ts +14 -0
- package/lib/types/react/src/components/Radio/index.d.ts +1 -0
- package/lib/types/react/src/components/ReadMore/ReadMore.d.ts +4 -0
- package/lib/types/react/src/components/ReadMore/ReadMore.props.d.ts +32 -0
- package/lib/types/react/src/components/ReadMore/index.d.ts +1 -0
- package/lib/types/react/src/components/RichText/RichText.d.ts +4 -0
- package/lib/types/react/src/components/RichText/RichText.props.d.ts +10 -0
- package/lib/types/react/src/components/RichText/index.d.ts +1 -0
- package/lib/types/react/src/components/SearchField/SearchField.d.ts +4 -0
- package/lib/types/react/src/components/SearchField/SearchField.props.d.ts +29 -0
- package/lib/types/react/src/components/SearchField/index.d.ts +1 -0
- package/lib/types/react/src/components/TableOfContents/TableOfContents.d.ts +4 -0
- package/lib/types/react/src/components/TableOfContents/TableOfContents.props.d.ts +20 -0
- package/lib/types/react/src/components/TableOfContents/index.d.ts +1 -0
- package/lib/types/react/src/components/Tag/Tag.d.ts +4 -0
- package/lib/types/react/src/components/Tag/Tag.props.d.ts +28 -0
- package/lib/types/react/src/components/Tag/TagCtx.d.ts +2 -0
- package/lib/types/react/src/components/Tag/TagSet.d.ts +4 -0
- package/lib/types/react/src/components/Tag/TagSet.props.d.ts +30 -0
- package/lib/types/react/src/components/Tag/index.d.ts +2 -0
- package/lib/types/react/src/components/Textarea/Textarea.d.ts +4 -0
- package/lib/types/react/src/components/Textarea/Textarea.props.d.ts +59 -0
- package/lib/types/react/src/components/Textarea/index.d.ts +1 -0
- package/lib/types/react/src/components/Tooltip/Tooltip.d.ts +4 -0
- package/lib/types/react/src/components/Tooltip/Tooltip.props.d.ts +35 -0
- package/lib/types/react/src/components/Tooltip/index.d.ts +1 -0
- package/lib/types/react/src/components/Video/Video.d.ts +4 -0
- package/lib/types/react/src/components/Video/Video.props.d.ts +66 -0
- package/lib/types/react/src/components/Video/VideoPlayer.d.ts +4 -0
- package/lib/types/react/src/components/Video/VideoPlayer.props.d.ts +67 -0
- package/lib/types/react/src/components/Video/index.d.ts +1 -0
- package/lib/types/react/src/components/index.d.ts +39 -0
- package/lib/types/react/src/hooks/index.d.ts +2 -0
- package/lib/types/react/src/hooks/useGlobalSettings.d.ts +4 -0
- package/lib/types/react/src/hooks/useVideoPlayer.d.ts +12 -0
- package/lib/types/react/src/index.d.ts +1 -0
- package/lib/types/react/src/types/index.d.ts +26 -0
- package/lib/types/react/src/utils/checkArrayDuplicates.d.ts +1 -0
- package/lib/types/react/src/utils/createChainedFunction.d.ts +11 -0
- package/lib/types/react/src/utils/getDefaultDimensionValue.d.ts +3 -0
- package/lib/types/react/src/utils/hoursMinutesSeconds.d.ts +1 -0
- package/lib/types/react/src/utils/index.d.ts +6 -0
- package/lib/types/react/src/utils/transitionEndListener.d.ts +1 -0
- package/lib/types/react/src/utils/triggerBrowserReflow.d.ts +1 -0
- package/package.json +115 -77
- package/public/hero.jpg +0 -0
- package/public/ilo-dg.jpg +0 -0
- package/public/ilo-headquarters.jpg +0 -0
- package/public/large.jpg +0 -0
- package/public/media-file-poster.jpg +0 -0
- package/public/medium.jpg +0 -0
- package/public/small.jpg +0 -0
- package/public/video-example.mp4 +0 -0
- package/public/youtube-video-poster.avif +0 -0
- package/rollup.config.mjs +70 -0
- package/src/components/Accordion/Accordion.args.ts +1 -1
- package/src/components/Accordion/{Accordion.props.d.ts → Accordion.props.ts} +6 -4
- package/src/components/Accordion/Accordion.tsx +4 -12
- package/src/components/Accordion/{AccordionButton.props.d.ts → AccordionButton.props.ts} +0 -0
- package/src/components/Accordion/AccordionButton.tsx +2 -4
- package/src/components/Accordion/AccordionCtx.ts +9 -0
- package/src/components/Accordion/{AccordionItem.props.d.ts → AccordionItem.props.ts} +0 -0
- package/src/components/Accordion/AccordionItem.tsx +3 -9
- package/src/components/Accordion/{AccordionPanel.props.d.ts → AccordionPanel.props.ts} +0 -0
- package/src/components/Accordion/AccordionPanel.tsx +2 -3
- package/src/components/Accordion/index.ts +0 -0
- package/src/components/Button/Button.args.ts +12 -467
- package/src/components/Button/{Button.props.d.ts → Button.props.ts} +17 -7
- package/src/components/Button/Button.tsx +9 -1
- package/src/components/Button/index.ts +1 -0
- package/src/components/Callout/Callout.args.ts +17 -43
- package/src/components/Callout/{Callout.props.d.ts → Callout.props.ts} +2 -3
- package/src/components/Callout/Callout.tsx +4 -4
- package/src/components/Callout/index.ts +1 -0
- package/src/components/Checkbox/Checkbox.args.ts +1 -3
- package/src/components/Checkbox/Checkbox.props.ts +13 -0
- package/src/components/Checkbox/Checkbox.tsx +1 -1
- package/src/components/ChoiceGroup/ChoiceGroup.args.ts +15 -12
- package/src/components/ChoiceGroup/ChoiceGroup.props.ts +25 -0
- package/src/components/ChoiceGroup/ChoiceGroup.tsx +1 -1
- package/src/components/Collapse/{Collapse.props.d.ts → Collapse.props.ts} +0 -0
- package/src/components/Collapse/Collapse.tsx +4 -4
- package/src/components/ContextMenu/ContextMenu.args.ts +10 -10
- package/src/components/ContextMenu/{ContextMenu.props.d.ts → ContextMenu.props.ts} +0 -0
- package/src/components/Credit/{Credit.props.d.ts → Credit.props.ts} +0 -0
- package/src/components/DatePicker/DatePicker.args.ts +6 -6
- package/src/components/DatePicker/{DatePicker.props.d.ts → DatePicker.props.ts} +1 -3
- package/src/components/DatePicker/DatePicker.tsx +4 -4
- package/src/components/Dropdown/Dropdown.args.ts +5 -5
- package/src/components/Dropdown/{Dropdown.props.d.ts → Dropdown.props.ts} +1 -1
- package/src/components/Dropdown/Dropdown.tsx +1 -1
- package/src/components/Empty/{Empty.props.d.ts → Empty.props.ts} +7 -0
- package/src/components/Empty/Empty.tsx +2 -2
- package/src/components/Fieldset/{Fieldset.props.d.ts → Fieldset.props.ts} +10 -3
- package/src/components/Fieldset/Fieldset.tsx +4 -4
- package/src/components/FileUpload/FileUpload.args.ts +4 -4
- package/src/components/FileUpload/{FileUpload.props.d.ts → FileUpload.props.ts} +1 -3
- package/src/components/FileUpload/FileUpload.tsx +1 -1
- package/src/components/Form/Form.args.ts +4 -82
- package/src/components/Form/Form.props.ts +137 -0
- package/src/components/FormElement/{FormElement.props.d.ts → FormElement.props.ts} +12 -5
- package/src/components/FormElement/FormElement.tsx +9 -16
- package/src/components/FormGroup/FormGroup.args.ts +2 -1
- package/src/components/FormGroup/FormGroup.props.ts +102 -0
- package/src/components/GlobalProvider/GlobalCtx.ts +6 -0
- package/src/components/GlobalProvider/{GlobalProvider.props.d.ts → GlobalProvider.props.ts} +1 -1
- package/src/components/GlobalProvider/GlobalProvider.tsx +3 -9
- package/src/components/GlobalProvider/index.ts +2 -0
- package/src/components/Heading/Heading.args.ts +9 -6
- package/src/components/Heading/{Heading.props.d.ts → Heading.props.ts} +3 -3
- package/src/components/Hero/Hero.args.ts +14 -14
- package/src/components/Hero/{Hero.props.d.ts → Hero.props.ts} +7 -6
- package/src/components/Hero/Hero.tsx +1 -1
- package/src/components/Hero/{HeroCard.props.d.ts → HeroCard.props.ts} +6 -6
- package/src/components/Icon/{Icon.props.d.ts → Icon.props.ts} +1 -1
- package/src/components/Image/Image.args.ts +9 -15
- package/src/components/Image/{Image.props.d.ts → Image.props.ts} +0 -0
- package/src/components/Input/Input.args.ts +10 -10
- package/src/components/Input/{Input.props.d.ts → Input.props.ts} +3 -3
- package/src/components/Input/Input.tsx +1 -1
- package/src/components/Link/{Link.props.d.ts → Link.props.ts} +8 -3
- package/src/components/Link/Link.tsx +3 -10
- package/src/components/LinkList/{LinkList.props.d.ts → LinkList.props.ts} +2 -2
- package/src/components/List/List.args.ts +0 -4
- package/src/components/List/{List.props.d.ts → List.props.ts} +9 -8
- package/src/components/List/List.tsx +3 -4
- package/src/components/List/ListCtx.ts +7 -0
- package/src/components/List/{ListItem.props.d.ts → ListItem.props.ts} +0 -0
- package/src/components/List/ListItem.tsx +3 -4
- package/src/components/Loading/{Loading.props.d.ts → Loading.props.ts} +3 -3
- package/src/components/Notification/{Notification.props.d.ts → Notification.props.ts} +3 -3
- package/src/components/Notification/Notification.tsx +1 -1
- package/src/components/NumberPicker/NumberPicker.args.ts +4 -4
- package/src/components/NumberPicker/{NumberPicker.props.d.ts → NumberPicker.props.ts} +1 -1
- package/src/components/NumberPicker/NumberPicker.tsx +1 -1
- package/src/components/Pagination/Pagination.args.ts +2 -2
- package/src/components/Pagination/{Pagination.props.d.ts → Pagination.props.ts} +1 -1
- package/src/components/Profile/Profile.args.ts +16 -16
- package/src/components/Profile/{Profile.props.d.ts → Profile.props.ts} +0 -0
- package/src/components/Radio/Radio.args.ts +3 -4
- package/src/components/Radio/Radio.props.ts +14 -0
- package/src/components/Radio/Radio.tsx +1 -1
- package/src/components/ReadMore/ReadMore.args.ts +23 -0
- package/src/components/ReadMore/{ReadMore.props.d.ts → ReadMore.props.ts} +2 -2
- package/src/components/RichText/{RichText.props.d.ts → RichText.props.ts} +1 -1
- package/src/components/RichText/richText.args.ts +25 -2
- package/src/components/SearchField/SearchField.args.ts +8 -8
- package/src/components/SearchField/{SearchField.props.d.ts → SearchField.props.ts} +3 -3
- package/src/components/SearchField/SearchField.tsx +26 -19
- package/src/components/TableOfContents/{TableOfContents.props.d.ts → TableOfContents.props.ts} +0 -0
- package/src/components/Tag/{Tag.props.d.ts → Tag.props.ts} +4 -4
- package/src/components/Tag/Tag.tsx +8 -3
- package/src/components/Tag/TagCtx.ts +4 -0
- package/src/components/Tag/TagSet.args.ts +0 -2
- package/src/components/Tag/{TagSet.props.d.ts → TagSet.props.ts} +5 -4
- package/src/components/Tag/TagSet.tsx +3 -13
- package/src/components/Textarea/Textarea.args.ts +0 -10
- package/src/components/Textarea/{Textarea.props.d.ts → Textarea.props.ts} +5 -3
- package/src/components/Textarea/Textarea.tsx +1 -1
- package/src/components/Tooltip/Tooltip.args.ts +4 -8
- package/src/components/Tooltip/{Tooltip.props.d.ts → Tooltip.props.ts} +4 -9
- package/src/components/Tooltip/Tooltip.tsx +3 -2
- package/src/components/Video/Video.args.ts +16 -44
- package/src/components/Video/{Video.props.d.ts → Video.props.ts} +8 -13
- package/src/components/Video/Video.tsx +2 -2
- package/src/components/Video/{VideoPlayer.props.d.ts → VideoPlayer.props.ts} +7 -5
- package/src/components/Video/VideoPlayer.tsx +2 -2
- package/src/components/Video/media-file-poster.jpg +0 -0
- package/src/components/index.ts +44 -0
- package/src/hooks/index.ts +2 -0
- package/src/index.ts +1 -19
- package/src/types/index.ts +27 -26
- package/src/utils/index.ts +6 -0
- package/tsconfig.build.json +7 -3
- package/.eslintrc.js +0 -36
- package/.storybook/main.js +0 -28
- package/.storybook/manager-head.html +0 -2
- package/.storybook/manager.js +0 -6
- package/.storybook/preview.tsx +0 -40
- package/.storybook/styles.scss +0 -1
- package/.storybook/theme.js +0 -11
- package/.turbo/turbo-build.log +0 -531
- package/.turbo/turbo-check.log +0 -4
- package/.turbo/turbo-test.log +0 -889
- package/=6.4.0 +0 -115
- package/=7.21.4 +0 -21
- package/lib/index.esm.js +0 -24
- package/lib/index.esm.js.map +0 -1
- package/lib/index.js +0 -24
- package/lib/index.js.map +0 -1
- package/rollup.config.js +0 -40
- package/src/__tests__/Accordion.test.tsx +0 -52
- package/src/__tests__/Button.test.tsx +0 -60
- package/src/__tests__/Callout.test.tsx +0 -41
- package/src/__tests__/ContextMenu.test.tsx +0 -19
- package/src/__tests__/Dropdown.test.tsx +0 -38
- package/src/__tests__/Form.test.tsx +0 -34
- package/src/__tests__/Heading.test.tsx +0 -51
- package/src/__tests__/Hero.test.tsx +0 -22
- package/src/__tests__/Image.test.tsx +0 -21
- package/src/__tests__/LinkList.test.tsx +0 -17
- package/src/__tests__/List.test.tsx +0 -37
- package/src/__tests__/Loading.text.tsx +0 -33
- package/src/__tests__/Notification.test.tsx +0 -39
- package/src/__tests__/Pagination.test.tsx +0 -58
- package/src/__tests__/Profile.test.tsx +0 -48
- package/src/__tests__/ReadMore.test.tsx +0 -42
- package/src/__tests__/RichText.test.tsx +0 -16
- package/src/__tests__/SearchField.test.tsx +0 -35
- package/src/__tests__/TableOfContents.test.tsx +0 -12
- package/src/__tests__/Tag.test.tsx +0 -10
- package/src/components/Checkbox/Checkbox.props.d.ts +0 -61
- package/src/components/ChoiceGroup/ChoiceGroup.props.d.ts +0 -57
- package/src/components/Empty/Empty.args.ts +0 -14
- package/src/components/Form/Form.props.d.ts +0 -84
- package/src/components/FormGroup/FormGroup.props.d.ts +0 -71
- package/src/components/GlobalProvider/index.js +0 -4
- package/src/components/Link/Link.args.ts +0 -36
- package/src/components/Radio/Radio.props.d.ts +0 -66
- package/src/components/ReadMore/readMore.args.ts +0 -35
- package/src/setup.ts +0 -6
- package/src/stories/Accordion.stories.tsx +0 -99
- package/src/stories/Button.stories.tsx +0 -375
- package/src/stories/Callout.stories.tsx +0 -195
- package/src/stories/ContextMenu.stories.tsx +0 -80
- package/src/stories/Dropdown.stories.tsx +0 -91
- package/src/stories/Empty.stories.tsx +0 -48
- package/src/stories/Form.stories.tsx +0 -67
- package/src/stories/Heading.stories.tsx +0 -191
- package/src/stories/Hero.stories.tsx +0 -194
- package/src/stories/Image.stories.tsx +0 -71
- package/src/stories/Introduction.stories.mdx +0 -258
- package/src/stories/Link.stories.tsx +0 -104
- package/src/stories/LinkList.stories.tsx +0 -74
- package/src/stories/List.stories.tsx +0 -255
- package/src/stories/Loading.stories.tsx +0 -103
- package/src/stories/Notification.stories.tsx +0 -176
- package/src/stories/Pagination.stories.tsx +0 -63
- package/src/stories/Profile.stories.tsx +0 -84
- package/src/stories/ReadMore.stories.tsx +0 -80
- package/src/stories/RichText.stories.tsx +0 -59
- package/src/stories/SearchField.stories.tsx +0 -87
- package/src/stories/TableOfContents.stories.tsx +0 -50
- package/src/stories/Tag.stories.tsx +0 -226
- package/src/stories/Tooltip.stories.tsx +0 -92
- package/src/stories/Video.stories.tsx +0 -69
- package/src/stories/Welcome.stories.mdx +0 -63
- package/src/stories/assets/code-brackets.svg +0 -1
- package/src/stories/assets/colors.svg +0 -1
- package/src/stories/assets/comments.svg +0 -1
- package/src/stories/assets/direction.svg +0 -1
- package/src/stories/assets/flow.svg +0 -1
- package/src/stories/assets/plugin.svg +0 -1
- package/src/stories/assets/repo.svg +0 -1
- package/src/stories/assets/stackalt.svg +0 -1
- package/storybook-static/01daf23af61cc99e9d75.woff2 +0 -0
- package/storybook-static/06a2da828c8b6497ba7a.woff +0 -0
- package/storybook-static/0fa24adac56865ac7e5f.ttf +0 -0
- package/storybook-static/160.a21381a2.iframe.bundle.js +0 -1
- package/storybook-static/1dbed2ef5cef8fcb4cbe.ttf +0 -0
- package/storybook-static/1fa1c16a4a45d13f0df8.ttf +0 -0
- package/storybook-static/212.faba6ad0.iframe.bundle.js +0 -7
- package/storybook-static/212.faba6ad0.iframe.bundle.js.LICENSE.txt +0 -108
- package/storybook-static/212.faba6ad0.iframe.bundle.js.map +0 -1
- package/storybook-static/23cdaa8575b5e003dcde.eot +0 -0
- package/storybook-static/247.21581a11a07ce2f03d0c.manager.bundle.js +0 -2
- package/storybook-static/247.21581a11a07ce2f03d0c.manager.bundle.js.LICENSE.txt +0 -8
- package/storybook-static/247.271b628d.iframe.bundle.js +0 -2
- package/storybook-static/247.271b628d.iframe.bundle.js.LICENSE.txt +0 -8
- package/storybook-static/259.03b8a6d8.iframe.bundle.js +0 -1
- package/storybook-static/27d33755a2b827666dc5.woff +0 -0
- package/storybook-static/294.491cce4d5ae7b9c2ffce.manager.bundle.js +0 -1
- package/storybook-static/294.549e3f8d.iframe.bundle.js +0 -1
- package/storybook-static/409a9c398a28ee4d74ff.eot +0 -0
- package/storybook-static/444.6156221a84c3a87f5c02.manager.bundle.js +0 -2
- package/storybook-static/444.6156221a84c3a87f5c02.manager.bundle.js.LICENSE.txt +0 -94
- package/storybook-static/4bf5fc6f93ba10519c82.eot +0 -0
- package/storybook-static/504.f9ef513c.iframe.bundle.js +0 -2
- package/storybook-static/504.f9ef513c.iframe.bundle.js.LICENSE.txt +0 -11
- package/storybook-static/639.044e85595b528d3f28da.manager.bundle.js +0 -2
- package/storybook-static/639.044e85595b528d3f28da.manager.bundle.js.LICENSE.txt +0 -31
- package/storybook-static/639.c568c669.iframe.bundle.js +0 -2
- package/storybook-static/639.c568c669.iframe.bundle.js.LICENSE.txt +0 -31
- package/storybook-static/642.1f308c6d963e823cc20e.manager.bundle.js +0 -2
- package/storybook-static/642.1f308c6d963e823cc20e.manager.bundle.js.LICENSE.txt +0 -12
- package/storybook-static/642.d92dc22b.iframe.bundle.js +0 -2
- package/storybook-static/642.d92dc22b.iframe.bundle.js.LICENSE.txt +0 -12
- package/storybook-static/6a159f0a2005668f1f78.woff +0 -0
- package/storybook-static/720.f44d4e1f5203b6083ae4.manager.bundle.js +0 -1
- package/storybook-static/73ba1c910e0f7bfc6b18.woff2 +0 -0
- package/storybook-static/837.1b65801453b1ce7ef7d1.manager.bundle.js +0 -1
- package/storybook-static/837.95523cc4.iframe.bundle.js +0 -1
- package/storybook-static/8a142c29a318c432117a.woff +0 -0
- package/storybook-static/914.d1f142bbe477c1136f06.manager.bundle.js +0 -1
- package/storybook-static/914.feb1fea5.iframe.bundle.js +0 -1
- package/storybook-static/9db5d05810cb98f2831f.ttf +0 -0
- package/storybook-static/9ff97e342523931a4992.eot +0 -0
- package/storybook-static/a40d436619020fb67db5.woff +0 -0
- package/storybook-static/a46b8d4aa3504103cdde.ttf +0 -0
- package/storybook-static/b53d0e74edc5a5fbef0a.ttf +0 -0
- package/storybook-static/c12a83f816844ff94375.ttf +0 -0
- package/storybook-static/c807e115c00aaffbac11.woff2 +0 -0
- package/storybook-static/cadb6b94d6b0ecc3a86a.woff2 +0 -0
- package/storybook-static/d0cff1b064bcd84324fe.eot +0 -0
- package/storybook-static/d3434771ad7e9030387e.ttf +0 -0
- package/storybook-static/d8610c2a4fe5c177f4f6.woff +0 -0
- package/storybook-static/d970f426740b938f39e1.woff +0 -0
- package/storybook-static/d9c7eba773ff1c8df5bb.eot +0 -0
- package/storybook-static/dd4645bdb2f1e1a47ed7.woff2 +0 -0
- package/storybook-static/e0a63577ac642885f067.eot +0 -0
- package/storybook-static/f632ebfa0d7b7085d542.woff2 +0 -0
- package/storybook-static/f93e2252d7112c3bcca5.woff2 +0 -0
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/iframe.html +0 -364
- package/storybook-static/index.html +0 -59
- package/storybook-static/main.28d30a3024752e90423a.manager.bundle.js +0 -1
- package/storybook-static/main.3ae24e12.iframe.bundle.js +0 -1
- package/storybook-static/project.json +0 -1
- package/storybook-static/reactPlayerDailyMotion.469cc00f.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerFacebook.1423bb15.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerFilePlayer.e19e24a0.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerKaltura.d1eb0868.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerMixcloud.9f1b1691.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerPreview.9295696b.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerSoundCloud.d420395c.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerStreamable.9b655bf3.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerTwitch.e90e6dea.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerVidyard.a37ae6b3.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerVimeo.a7f367ee.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerWistia.fb351944.iframe.bundle.js +0 -1
- package/storybook-static/reactPlayerYouTube.3514e11a.iframe.bundle.js +0 -1
- package/storybook-static/runtime~main.3bae6a4f.iframe.bundle.js +0 -1
- package/storybook-static/runtime~main.e45b096081911dbee3c7.manager.bundle.js +0 -1
- package/storybook-static/static/css/main.4deb891d.css +0 -3
- package/storybook-static/static/css/main.4deb891d.css.map +0 -1
package/.turbo/turbo-test.log
DELETED
|
@@ -1,889 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @ilo-org/react@0.0.17 test /home/runner/work/designsystem/designsystem/packages/react
|
|
3
|
-
> NODE_OPTIONS=--experimental-vm-modules SKIP_PREFLIGHT_CHECK=true react-scripts test --watchAll=false --setupFilesAfterEnv ./src/setup.ts
|
|
4
|
-
|
|
5
|
-
(node:3109) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
|
|
6
|
-
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
7
|
-
PASS src/__tests__/Button.test.tsx
|
|
8
|
-
PASS src/__tests__/Pagination.test.tsx
|
|
9
|
-
PASS src/__tests__/Profile.test.tsx
|
|
10
|
-
PASS src/__tests__/Heading.test.tsx
|
|
11
|
-
PASS src/__tests__/Accordion.test.tsx
|
|
12
|
-
● Console
|
|
13
|
-
|
|
14
|
-
console.log
|
|
15
|
-
<ref *1> HTMLButtonElement {
|
|
16
|
-
'__reactFiber$ukzwfpfn0hj': <ref *2> FiberNode {
|
|
17
|
-
tag: 5,
|
|
18
|
-
key: null,
|
|
19
|
-
elementType: 'button',
|
|
20
|
-
type: 'button',
|
|
21
|
-
stateNode: [Circular *1],
|
|
22
|
-
return: FiberNode {
|
|
23
|
-
tag: 5,
|
|
24
|
-
key: null,
|
|
25
|
-
elementType: 'div',
|
|
26
|
-
type: 'div',
|
|
27
|
-
stateNode: [HTMLDivElement],
|
|
28
|
-
return: [FiberNode],
|
|
29
|
-
child: [Circular *2],
|
|
30
|
-
sibling: null,
|
|
31
|
-
index: 0,
|
|
32
|
-
ref: null,
|
|
33
|
-
pendingProps: [Object],
|
|
34
|
-
memoizedProps: [Object],
|
|
35
|
-
updateQueue: null,
|
|
36
|
-
memoizedState: null,
|
|
37
|
-
dependencies: null,
|
|
38
|
-
mode: 0,
|
|
39
|
-
flags: 0,
|
|
40
|
-
nextEffect: null,
|
|
41
|
-
firstEffect: null,
|
|
42
|
-
lastEffect: null,
|
|
43
|
-
lanes: 0,
|
|
44
|
-
childLanes: 0,
|
|
45
|
-
alternate: [FiberNode],
|
|
46
|
-
actualDuration: 0,
|
|
47
|
-
actualStartTime: -1,
|
|
48
|
-
selfBaseDuration: 0,
|
|
49
|
-
treeBaseDuration: 0,
|
|
50
|
-
_debugID: 30,
|
|
51
|
-
_debugSource: [Object],
|
|
52
|
-
_debugOwner: [FiberNode],
|
|
53
|
-
_debugNeedsRemount: false,
|
|
54
|
-
_debugHookTypes: null
|
|
55
|
-
},
|
|
56
|
-
child: null,
|
|
57
|
-
sibling: null,
|
|
58
|
-
index: 0,
|
|
59
|
-
ref: null,
|
|
60
|
-
pendingProps: {
|
|
61
|
-
className: 'ilo--accordion--button',
|
|
62
|
-
'aria-expanded': false,
|
|
63
|
-
onClick: [Function: onClick],
|
|
64
|
-
'aria-controls': 'panel-l1',
|
|
65
|
-
id: 'button-l1',
|
|
66
|
-
children: 'Item1'
|
|
67
|
-
},
|
|
68
|
-
memoizedProps: {
|
|
69
|
-
className: 'ilo--accordion--button',
|
|
70
|
-
'aria-expanded': false,
|
|
71
|
-
onClick: [Function: onClick],
|
|
72
|
-
'aria-controls': 'panel-l1',
|
|
73
|
-
id: 'button-l1',
|
|
74
|
-
children: 'Item1'
|
|
75
|
-
},
|
|
76
|
-
updateQueue: null,
|
|
77
|
-
memoizedState: null,
|
|
78
|
-
dependencies: null,
|
|
79
|
-
mode: 0,
|
|
80
|
-
flags: 0,
|
|
81
|
-
nextEffect: null,
|
|
82
|
-
firstEffect: null,
|
|
83
|
-
lastEffect: null,
|
|
84
|
-
lanes: 0,
|
|
85
|
-
childLanes: 0,
|
|
86
|
-
alternate: FiberNode {
|
|
87
|
-
tag: 5,
|
|
88
|
-
key: null,
|
|
89
|
-
elementType: 'button',
|
|
90
|
-
type: 'button',
|
|
91
|
-
stateNode: [Circular *1],
|
|
92
|
-
return: [FiberNode],
|
|
93
|
-
child: null,
|
|
94
|
-
sibling: null,
|
|
95
|
-
index: 0,
|
|
96
|
-
ref: null,
|
|
97
|
-
pendingProps: [Object],
|
|
98
|
-
memoizedProps: [Object],
|
|
99
|
-
updateQueue: null,
|
|
100
|
-
memoizedState: null,
|
|
101
|
-
dependencies: null,
|
|
102
|
-
mode: 0,
|
|
103
|
-
flags: 4,
|
|
104
|
-
nextEffect: null,
|
|
105
|
-
firstEffect: null,
|
|
106
|
-
lastEffect: null,
|
|
107
|
-
lanes: 0,
|
|
108
|
-
childLanes: 0,
|
|
109
|
-
alternate: [Circular *2],
|
|
110
|
-
actualDuration: 0,
|
|
111
|
-
actualStartTime: -1,
|
|
112
|
-
selfBaseDuration: 0,
|
|
113
|
-
treeBaseDuration: 0,
|
|
114
|
-
_debugID: 32,
|
|
115
|
-
_debugSource: [Object],
|
|
116
|
-
_debugOwner: [FiberNode],
|
|
117
|
-
_debugNeedsRemount: false,
|
|
118
|
-
_debugHookTypes: null
|
|
119
|
-
},
|
|
120
|
-
actualDuration: 0,
|
|
121
|
-
actualStartTime: -1,
|
|
122
|
-
selfBaseDuration: 0,
|
|
123
|
-
treeBaseDuration: 0,
|
|
124
|
-
_debugID: 32,
|
|
125
|
-
_debugSource: {
|
|
126
|
-
fileName: '/home/runner/work/designsystem/designsystem/packages/react/src/components/Accordion/AccordionButton.tsx',
|
|
127
|
-
lineNumber: 46,
|
|
128
|
-
columnNumber: 7
|
|
129
|
-
},
|
|
130
|
-
_debugOwner: FiberNode {
|
|
131
|
-
tag: 0,
|
|
132
|
-
key: null,
|
|
133
|
-
elementType: [Function: AccordionButton],
|
|
134
|
-
type: [Function: AccordionButton],
|
|
135
|
-
stateNode: null,
|
|
136
|
-
return: [FiberNode],
|
|
137
|
-
child: [FiberNode],
|
|
138
|
-
sibling: [FiberNode],
|
|
139
|
-
index: 0,
|
|
140
|
-
ref: null,
|
|
141
|
-
pendingProps: [Object],
|
|
142
|
-
memoizedProps: [Object],
|
|
143
|
-
updateQueue: null,
|
|
144
|
-
memoizedState: null,
|
|
145
|
-
dependencies: [Object],
|
|
146
|
-
mode: 0,
|
|
147
|
-
flags: 0,
|
|
148
|
-
nextEffect: null,
|
|
149
|
-
firstEffect: null,
|
|
150
|
-
lastEffect: null,
|
|
151
|
-
lanes: 0,
|
|
152
|
-
childLanes: 0,
|
|
153
|
-
alternate: [FiberNode],
|
|
154
|
-
actualDuration: 0,
|
|
155
|
-
actualStartTime: -1,
|
|
156
|
-
selfBaseDuration: 0,
|
|
157
|
-
treeBaseDuration: 0,
|
|
158
|
-
_debugID: 27,
|
|
159
|
-
_debugSource: [Object],
|
|
160
|
-
_debugOwner: [FiberNode],
|
|
161
|
-
_debugNeedsRemount: false,
|
|
162
|
-
_debugHookTypes: [Array]
|
|
163
|
-
},
|
|
164
|
-
_debugNeedsRemount: false,
|
|
165
|
-
_debugHookTypes: null
|
|
166
|
-
},
|
|
167
|
-
'__reactProps$ukzwfpfn0hj': {
|
|
168
|
-
className: 'ilo--accordion--button',
|
|
169
|
-
'aria-expanded': true,
|
|
170
|
-
onClick: [Function: onClick],
|
|
171
|
-
'aria-controls': 'panel-l1',
|
|
172
|
-
id: 'button-l1',
|
|
173
|
-
children: 'Item1'
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
at onButtonClick (src/components/Accordion/Accordion.args.ts:5:13)
|
|
178
|
-
|
|
179
|
-
console.log
|
|
180
|
-
<ref *1> HTMLButtonElement {
|
|
181
|
-
'__reactFiber$ukzwfpfn0hj': <ref *2> FiberNode {
|
|
182
|
-
tag: 5,
|
|
183
|
-
key: null,
|
|
184
|
-
elementType: 'button',
|
|
185
|
-
type: 'button',
|
|
186
|
-
stateNode: [Circular *1],
|
|
187
|
-
return: FiberNode {
|
|
188
|
-
tag: 5,
|
|
189
|
-
key: null,
|
|
190
|
-
elementType: 'div',
|
|
191
|
-
type: 'div',
|
|
192
|
-
stateNode: [HTMLDivElement],
|
|
193
|
-
return: [FiberNode],
|
|
194
|
-
child: [Circular *2],
|
|
195
|
-
sibling: null,
|
|
196
|
-
index: 0,
|
|
197
|
-
ref: null,
|
|
198
|
-
pendingProps: [Object],
|
|
199
|
-
memoizedProps: [Object],
|
|
200
|
-
updateQueue: null,
|
|
201
|
-
memoizedState: null,
|
|
202
|
-
dependencies: null,
|
|
203
|
-
mode: 0,
|
|
204
|
-
flags: 0,
|
|
205
|
-
nextEffect: null,
|
|
206
|
-
firstEffect: null,
|
|
207
|
-
lastEffect: null,
|
|
208
|
-
lanes: 0,
|
|
209
|
-
childLanes: 0,
|
|
210
|
-
alternate: [FiberNode],
|
|
211
|
-
actualDuration: 0,
|
|
212
|
-
actualStartTime: -1,
|
|
213
|
-
selfBaseDuration: 0,
|
|
214
|
-
treeBaseDuration: 0,
|
|
215
|
-
_debugID: 259,
|
|
216
|
-
_debugSource: [Object],
|
|
217
|
-
_debugOwner: [FiberNode],
|
|
218
|
-
_debugNeedsRemount: false,
|
|
219
|
-
_debugHookTypes: null
|
|
220
|
-
},
|
|
221
|
-
child: null,
|
|
222
|
-
sibling: null,
|
|
223
|
-
index: 0,
|
|
224
|
-
ref: null,
|
|
225
|
-
pendingProps: {
|
|
226
|
-
className: 'ilo--accordion--button',
|
|
227
|
-
'aria-expanded': false,
|
|
228
|
-
onClick: [Function: onClick],
|
|
229
|
-
'aria-controls': 'panel-l1',
|
|
230
|
-
id: 'button-l1',
|
|
231
|
-
children: 'Item1'
|
|
232
|
-
},
|
|
233
|
-
memoizedProps: {
|
|
234
|
-
className: 'ilo--accordion--button',
|
|
235
|
-
'aria-expanded': false,
|
|
236
|
-
onClick: [Function: onClick],
|
|
237
|
-
'aria-controls': 'panel-l1',
|
|
238
|
-
id: 'button-l1',
|
|
239
|
-
children: 'Item1'
|
|
240
|
-
},
|
|
241
|
-
updateQueue: null,
|
|
242
|
-
memoizedState: null,
|
|
243
|
-
dependencies: null,
|
|
244
|
-
mode: 0,
|
|
245
|
-
flags: 0,
|
|
246
|
-
nextEffect: null,
|
|
247
|
-
firstEffect: null,
|
|
248
|
-
lastEffect: null,
|
|
249
|
-
lanes: 0,
|
|
250
|
-
childLanes: 0,
|
|
251
|
-
alternate: FiberNode {
|
|
252
|
-
tag: 5,
|
|
253
|
-
key: null,
|
|
254
|
-
elementType: 'button',
|
|
255
|
-
type: 'button',
|
|
256
|
-
stateNode: [Circular *1],
|
|
257
|
-
return: [FiberNode],
|
|
258
|
-
child: null,
|
|
259
|
-
sibling: null,
|
|
260
|
-
index: 0,
|
|
261
|
-
ref: null,
|
|
262
|
-
pendingProps: [Object],
|
|
263
|
-
memoizedProps: [Object],
|
|
264
|
-
updateQueue: null,
|
|
265
|
-
memoizedState: null,
|
|
266
|
-
dependencies: null,
|
|
267
|
-
mode: 0,
|
|
268
|
-
flags: 4,
|
|
269
|
-
nextEffect: null,
|
|
270
|
-
firstEffect: null,
|
|
271
|
-
lastEffect: null,
|
|
272
|
-
lanes: 0,
|
|
273
|
-
childLanes: 0,
|
|
274
|
-
alternate: [Circular *2],
|
|
275
|
-
actualDuration: 0,
|
|
276
|
-
actualStartTime: -1,
|
|
277
|
-
selfBaseDuration: 0,
|
|
278
|
-
treeBaseDuration: 0,
|
|
279
|
-
_debugID: 261,
|
|
280
|
-
_debugSource: [Object],
|
|
281
|
-
_debugOwner: [FiberNode],
|
|
282
|
-
_debugNeedsRemount: false,
|
|
283
|
-
_debugHookTypes: null
|
|
284
|
-
},
|
|
285
|
-
actualDuration: 0,
|
|
286
|
-
actualStartTime: -1,
|
|
287
|
-
selfBaseDuration: 0,
|
|
288
|
-
treeBaseDuration: 0,
|
|
289
|
-
_debugID: 261,
|
|
290
|
-
_debugSource: {
|
|
291
|
-
fileName: '/home/runner/work/designsystem/designsystem/packages/react/src/components/Accordion/AccordionButton.tsx',
|
|
292
|
-
lineNumber: 46,
|
|
293
|
-
columnNumber: 7
|
|
294
|
-
},
|
|
295
|
-
_debugOwner: FiberNode {
|
|
296
|
-
tag: 0,
|
|
297
|
-
key: null,
|
|
298
|
-
elementType: [Function: AccordionButton],
|
|
299
|
-
type: [Function: AccordionButton],
|
|
300
|
-
stateNode: null,
|
|
301
|
-
return: [FiberNode],
|
|
302
|
-
child: [FiberNode],
|
|
303
|
-
sibling: [FiberNode],
|
|
304
|
-
index: 0,
|
|
305
|
-
ref: null,
|
|
306
|
-
pendingProps: [Object],
|
|
307
|
-
memoizedProps: [Object],
|
|
308
|
-
updateQueue: null,
|
|
309
|
-
memoizedState: null,
|
|
310
|
-
dependencies: [Object],
|
|
311
|
-
mode: 0,
|
|
312
|
-
flags: 0,
|
|
313
|
-
nextEffect: null,
|
|
314
|
-
firstEffect: null,
|
|
315
|
-
lastEffect: null,
|
|
316
|
-
lanes: 0,
|
|
317
|
-
childLanes: 0,
|
|
318
|
-
alternate: [FiberNode],
|
|
319
|
-
actualDuration: 0,
|
|
320
|
-
actualStartTime: -1,
|
|
321
|
-
selfBaseDuration: 0,
|
|
322
|
-
treeBaseDuration: 0,
|
|
323
|
-
_debugID: 256,
|
|
324
|
-
_debugSource: [Object],
|
|
325
|
-
_debugOwner: [FiberNode],
|
|
326
|
-
_debugNeedsRemount: false,
|
|
327
|
-
_debugHookTypes: [Array]
|
|
328
|
-
},
|
|
329
|
-
_debugNeedsRemount: false,
|
|
330
|
-
_debugHookTypes: null
|
|
331
|
-
},
|
|
332
|
-
'__reactProps$ukzwfpfn0hj': {
|
|
333
|
-
className: 'ilo--accordion--button',
|
|
334
|
-
'aria-expanded': true,
|
|
335
|
-
onClick: [Function: onClick],
|
|
336
|
-
'aria-controls': 'panel-l1',
|
|
337
|
-
id: 'button-l1',
|
|
338
|
-
children: 'Item1'
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
at onButtonClick (src/components/Accordion/Accordion.args.ts:5:13)
|
|
343
|
-
|
|
344
|
-
console.log
|
|
345
|
-
<ref *1> HTMLButtonElement {
|
|
346
|
-
'__reactFiber$ukzwfpfn0hj': <ref *2> FiberNode {
|
|
347
|
-
tag: 5,
|
|
348
|
-
key: null,
|
|
349
|
-
elementType: 'button',
|
|
350
|
-
type: 'button',
|
|
351
|
-
stateNode: [Circular *1],
|
|
352
|
-
return: FiberNode {
|
|
353
|
-
tag: 5,
|
|
354
|
-
key: null,
|
|
355
|
-
elementType: 'div',
|
|
356
|
-
type: 'div',
|
|
357
|
-
stateNode: [HTMLDivElement],
|
|
358
|
-
return: [FiberNode],
|
|
359
|
-
child: [Circular *2],
|
|
360
|
-
sibling: null,
|
|
361
|
-
index: 0,
|
|
362
|
-
ref: null,
|
|
363
|
-
pendingProps: [Object],
|
|
364
|
-
memoizedProps: [Object],
|
|
365
|
-
updateQueue: null,
|
|
366
|
-
memoizedState: null,
|
|
367
|
-
dependencies: null,
|
|
368
|
-
mode: 0,
|
|
369
|
-
flags: 0,
|
|
370
|
-
nextEffect: null,
|
|
371
|
-
firstEffect: null,
|
|
372
|
-
lastEffect: null,
|
|
373
|
-
lanes: 0,
|
|
374
|
-
childLanes: 0,
|
|
375
|
-
alternate: [FiberNode],
|
|
376
|
-
actualDuration: 0,
|
|
377
|
-
actualStartTime: -1,
|
|
378
|
-
selfBaseDuration: 0,
|
|
379
|
-
treeBaseDuration: 0,
|
|
380
|
-
_debugID: 488,
|
|
381
|
-
_debugSource: [Object],
|
|
382
|
-
_debugOwner: [FiberNode],
|
|
383
|
-
_debugNeedsRemount: false,
|
|
384
|
-
_debugHookTypes: null
|
|
385
|
-
},
|
|
386
|
-
child: null,
|
|
387
|
-
sibling: null,
|
|
388
|
-
index: 0,
|
|
389
|
-
ref: null,
|
|
390
|
-
pendingProps: {
|
|
391
|
-
className: 'ilo--accordion--button',
|
|
392
|
-
'aria-expanded': false,
|
|
393
|
-
onClick: [Function: onClick],
|
|
394
|
-
'aria-controls': 'panel-l1',
|
|
395
|
-
id: 'button-l1',
|
|
396
|
-
children: 'Item1'
|
|
397
|
-
},
|
|
398
|
-
memoizedProps: {
|
|
399
|
-
className: 'ilo--accordion--button',
|
|
400
|
-
'aria-expanded': false,
|
|
401
|
-
onClick: [Function: onClick],
|
|
402
|
-
'aria-controls': 'panel-l1',
|
|
403
|
-
id: 'button-l1',
|
|
404
|
-
children: 'Item1'
|
|
405
|
-
},
|
|
406
|
-
updateQueue: null,
|
|
407
|
-
memoizedState: null,
|
|
408
|
-
dependencies: null,
|
|
409
|
-
mode: 0,
|
|
410
|
-
flags: 0,
|
|
411
|
-
nextEffect: null,
|
|
412
|
-
firstEffect: null,
|
|
413
|
-
lastEffect: null,
|
|
414
|
-
lanes: 0,
|
|
415
|
-
childLanes: 0,
|
|
416
|
-
alternate: FiberNode {
|
|
417
|
-
tag: 5,
|
|
418
|
-
key: null,
|
|
419
|
-
elementType: 'button',
|
|
420
|
-
type: 'button',
|
|
421
|
-
stateNode: [Circular *1],
|
|
422
|
-
return: [FiberNode],
|
|
423
|
-
child: null,
|
|
424
|
-
sibling: null,
|
|
425
|
-
index: 0,
|
|
426
|
-
ref: null,
|
|
427
|
-
pendingProps: [Object],
|
|
428
|
-
memoizedProps: [Object],
|
|
429
|
-
updateQueue: null,
|
|
430
|
-
memoizedState: null,
|
|
431
|
-
dependencies: null,
|
|
432
|
-
mode: 0,
|
|
433
|
-
flags: 4,
|
|
434
|
-
nextEffect: null,
|
|
435
|
-
firstEffect: null,
|
|
436
|
-
lastEffect: null,
|
|
437
|
-
lanes: 0,
|
|
438
|
-
childLanes: 0,
|
|
439
|
-
alternate: [Circular *2],
|
|
440
|
-
actualDuration: 0,
|
|
441
|
-
actualStartTime: -1,
|
|
442
|
-
selfBaseDuration: 0,
|
|
443
|
-
treeBaseDuration: 0,
|
|
444
|
-
_debugID: 490,
|
|
445
|
-
_debugSource: [Object],
|
|
446
|
-
_debugOwner: [FiberNode],
|
|
447
|
-
_debugNeedsRemount: false,
|
|
448
|
-
_debugHookTypes: null
|
|
449
|
-
},
|
|
450
|
-
actualDuration: 0,
|
|
451
|
-
actualStartTime: -1,
|
|
452
|
-
selfBaseDuration: 0,
|
|
453
|
-
treeBaseDuration: 0,
|
|
454
|
-
_debugID: 490,
|
|
455
|
-
_debugSource: {
|
|
456
|
-
fileName: '/home/runner/work/designsystem/designsystem/packages/react/src/components/Accordion/AccordionButton.tsx',
|
|
457
|
-
lineNumber: 46,
|
|
458
|
-
columnNumber: 7
|
|
459
|
-
},
|
|
460
|
-
_debugOwner: FiberNode {
|
|
461
|
-
tag: 0,
|
|
462
|
-
key: null,
|
|
463
|
-
elementType: [Function: AccordionButton],
|
|
464
|
-
type: [Function: AccordionButton],
|
|
465
|
-
stateNode: null,
|
|
466
|
-
return: [FiberNode],
|
|
467
|
-
child: [FiberNode],
|
|
468
|
-
sibling: [FiberNode],
|
|
469
|
-
index: 0,
|
|
470
|
-
ref: null,
|
|
471
|
-
pendingProps: [Object],
|
|
472
|
-
memoizedProps: [Object],
|
|
473
|
-
updateQueue: null,
|
|
474
|
-
memoizedState: null,
|
|
475
|
-
dependencies: [Object],
|
|
476
|
-
mode: 0,
|
|
477
|
-
flags: 0,
|
|
478
|
-
nextEffect: null,
|
|
479
|
-
firstEffect: null,
|
|
480
|
-
lastEffect: null,
|
|
481
|
-
lanes: 0,
|
|
482
|
-
childLanes: 0,
|
|
483
|
-
alternate: [FiberNode],
|
|
484
|
-
actualDuration: 0,
|
|
485
|
-
actualStartTime: -1,
|
|
486
|
-
selfBaseDuration: 0,
|
|
487
|
-
treeBaseDuration: 0,
|
|
488
|
-
_debugID: 485,
|
|
489
|
-
_debugSource: [Object],
|
|
490
|
-
_debugOwner: [FiberNode],
|
|
491
|
-
_debugNeedsRemount: false,
|
|
492
|
-
_debugHookTypes: [Array]
|
|
493
|
-
},
|
|
494
|
-
_debugNeedsRemount: false,
|
|
495
|
-
_debugHookTypes: null
|
|
496
|
-
},
|
|
497
|
-
'__reactProps$ukzwfpfn0hj': {
|
|
498
|
-
className: 'ilo--accordion--button',
|
|
499
|
-
'aria-expanded': true,
|
|
500
|
-
onClick: [Function: onClick],
|
|
501
|
-
'aria-controls': 'panel-l1',
|
|
502
|
-
id: 'button-l1',
|
|
503
|
-
children: 'Item1'
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
at onButtonClick (src/components/Accordion/Accordion.args.ts:5:13)
|
|
508
|
-
|
|
509
|
-
PASS src/__tests__/Callout.test.tsx
|
|
510
|
-
● Console
|
|
511
|
-
|
|
512
|
-
console.log
|
|
513
|
-
<ref *1> HTMLHeadingElement {
|
|
514
|
-
'__reactFiber$f9ajgme1f97': <ref *2> FiberNode {
|
|
515
|
-
tag: 5,
|
|
516
|
-
key: null,
|
|
517
|
-
elementType: 'h5',
|
|
518
|
-
type: 'h5',
|
|
519
|
-
stateNode: [Circular *1],
|
|
520
|
-
return: FiberNode {
|
|
521
|
-
tag: 5,
|
|
522
|
-
key: null,
|
|
523
|
-
elementType: 'div',
|
|
524
|
-
type: 'div',
|
|
525
|
-
stateNode: [HTMLDivElement],
|
|
526
|
-
return: [FiberNode],
|
|
527
|
-
child: [Circular *2],
|
|
528
|
-
sibling: [FiberNode],
|
|
529
|
-
index: 0,
|
|
530
|
-
ref: null,
|
|
531
|
-
pendingProps: [Object],
|
|
532
|
-
memoizedProps: [Object],
|
|
533
|
-
updateQueue: null,
|
|
534
|
-
memoizedState: null,
|
|
535
|
-
dependencies: null,
|
|
536
|
-
mode: 0,
|
|
537
|
-
flags: 0,
|
|
538
|
-
nextEffect: null,
|
|
539
|
-
firstEffect: null,
|
|
540
|
-
lastEffect: null,
|
|
541
|
-
lanes: 0,
|
|
542
|
-
childLanes: 0,
|
|
543
|
-
alternate: null,
|
|
544
|
-
actualDuration: 0,
|
|
545
|
-
actualStartTime: -1,
|
|
546
|
-
selfBaseDuration: 0,
|
|
547
|
-
treeBaseDuration: 0,
|
|
548
|
-
_debugID: 14,
|
|
549
|
-
_debugSource: [Object],
|
|
550
|
-
_debugOwner: [FiberNode],
|
|
551
|
-
_debugNeedsRemount: false,
|
|
552
|
-
_debugHookTypes: null
|
|
553
|
-
},
|
|
554
|
-
child: null,
|
|
555
|
-
sibling: FiberNode {
|
|
556
|
-
tag: 5,
|
|
557
|
-
key: null,
|
|
558
|
-
elementType: 'button',
|
|
559
|
-
type: 'button',
|
|
560
|
-
stateNode: [HTMLButtonElement],
|
|
561
|
-
return: [FiberNode],
|
|
562
|
-
child: [FiberNode],
|
|
563
|
-
sibling: null,
|
|
564
|
-
index: 1,
|
|
565
|
-
ref: null,
|
|
566
|
-
pendingProps: [Object],
|
|
567
|
-
memoizedProps: [Object],
|
|
568
|
-
updateQueue: null,
|
|
569
|
-
memoizedState: null,
|
|
570
|
-
dependencies: null,
|
|
571
|
-
mode: 0,
|
|
572
|
-
flags: 0,
|
|
573
|
-
nextEffect: null,
|
|
574
|
-
firstEffect: null,
|
|
575
|
-
lastEffect: null,
|
|
576
|
-
lanes: 0,
|
|
577
|
-
childLanes: 0,
|
|
578
|
-
alternate: null,
|
|
579
|
-
actualDuration: 0,
|
|
580
|
-
actualStartTime: -1,
|
|
581
|
-
selfBaseDuration: 0,
|
|
582
|
-
treeBaseDuration: 0,
|
|
583
|
-
_debugID: 19,
|
|
584
|
-
_debugSource: [Object],
|
|
585
|
-
_debugOwner: [FiberNode],
|
|
586
|
-
_debugNeedsRemount: false,
|
|
587
|
-
_debugHookTypes: null
|
|
588
|
-
},
|
|
589
|
-
index: 0,
|
|
590
|
-
ref: null,
|
|
591
|
-
pendingProps: { className: 'undefined--callout--headline', children: 'With CTA' },
|
|
592
|
-
memoizedProps: { className: 'undefined--callout--headline', children: 'With CTA' },
|
|
593
|
-
updateQueue: null,
|
|
594
|
-
memoizedState: null,
|
|
595
|
-
dependencies: null,
|
|
596
|
-
mode: 0,
|
|
597
|
-
flags: 0,
|
|
598
|
-
nextEffect: null,
|
|
599
|
-
firstEffect: null,
|
|
600
|
-
lastEffect: null,
|
|
601
|
-
lanes: 0,
|
|
602
|
-
childLanes: 0,
|
|
603
|
-
alternate: null,
|
|
604
|
-
actualDuration: 0,
|
|
605
|
-
actualStartTime: -1,
|
|
606
|
-
selfBaseDuration: 0,
|
|
607
|
-
treeBaseDuration: 0,
|
|
608
|
-
_debugID: 18,
|
|
609
|
-
_debugSource: {
|
|
610
|
-
fileName: '/home/runner/work/designsystem/designsystem/packages/react/src/components/Callout/Callout.tsx',
|
|
611
|
-
lineNumber: 61,
|
|
612
|
-
columnNumber: 11
|
|
613
|
-
},
|
|
614
|
-
_debugOwner: FiberNode {
|
|
615
|
-
tag: 0,
|
|
616
|
-
key: null,
|
|
617
|
-
elementType: [Function: Callout],
|
|
618
|
-
type: [Function: Callout],
|
|
619
|
-
stateNode: null,
|
|
620
|
-
return: [FiberNode],
|
|
621
|
-
child: [FiberNode],
|
|
622
|
-
sibling: null,
|
|
623
|
-
index: 0,
|
|
624
|
-
ref: null,
|
|
625
|
-
pendingProps: [Object],
|
|
626
|
-
memoizedProps: [Object],
|
|
627
|
-
updateQueue: [Object],
|
|
628
|
-
memoizedState: [Object],
|
|
629
|
-
dependencies: [Object],
|
|
630
|
-
mode: 0,
|
|
631
|
-
flags: 517,
|
|
632
|
-
nextEffect: null,
|
|
633
|
-
firstEffect: null,
|
|
634
|
-
lastEffect: null,
|
|
635
|
-
lanes: 0,
|
|
636
|
-
childLanes: 0,
|
|
637
|
-
alternate: null,
|
|
638
|
-
actualDuration: 0,
|
|
639
|
-
actualStartTime: -1,
|
|
640
|
-
selfBaseDuration: 0,
|
|
641
|
-
treeBaseDuration: 0,
|
|
642
|
-
_debugID: 4,
|
|
643
|
-
_debugSource: [Object],
|
|
644
|
-
_debugOwner: null,
|
|
645
|
-
_debugNeedsRemount: false,
|
|
646
|
-
_debugHookTypes: [Array]
|
|
647
|
-
},
|
|
648
|
-
_debugNeedsRemount: false,
|
|
649
|
-
_debugHookTypes: null
|
|
650
|
-
},
|
|
651
|
-
'__reactProps$f9ajgme1f97': { className: 'undefined--callout--headline', children: 'With CTA' }
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
at Object.<anonymous> (src/__tests__/Callout.test.tsx:14:13)
|
|
655
|
-
|
|
656
|
-
PASS src/__tests__/Notification.test.tsx
|
|
657
|
-
● Console
|
|
658
|
-
|
|
659
|
-
console.log
|
|
660
|
-
<ref *1> HTMLHeadingElement {
|
|
661
|
-
'__reactFiber$ztxh2swd5wo': <ref *2> FiberNode {
|
|
662
|
-
tag: 5,
|
|
663
|
-
key: null,
|
|
664
|
-
elementType: 'h2',
|
|
665
|
-
type: 'h2',
|
|
666
|
-
stateNode: [Circular *1],
|
|
667
|
-
return: FiberNode {
|
|
668
|
-
tag: 5,
|
|
669
|
-
key: null,
|
|
670
|
-
elementType: 'div',
|
|
671
|
-
type: 'div',
|
|
672
|
-
stateNode: [HTMLDivElement],
|
|
673
|
-
return: [FiberNode],
|
|
674
|
-
child: [Circular *2],
|
|
675
|
-
sibling: [FiberNode],
|
|
676
|
-
index: 0,
|
|
677
|
-
ref: null,
|
|
678
|
-
pendingProps: [Object],
|
|
679
|
-
memoizedProps: [Object],
|
|
680
|
-
updateQueue: null,
|
|
681
|
-
memoizedState: null,
|
|
682
|
-
dependencies: null,
|
|
683
|
-
mode: 0,
|
|
684
|
-
flags: 0,
|
|
685
|
-
nextEffect: null,
|
|
686
|
-
firstEffect: null,
|
|
687
|
-
lastEffect: null,
|
|
688
|
-
lanes: 0,
|
|
689
|
-
childLanes: 0,
|
|
690
|
-
alternate: null,
|
|
691
|
-
actualDuration: 0,
|
|
692
|
-
actualStartTime: -1,
|
|
693
|
-
selfBaseDuration: 0,
|
|
694
|
-
treeBaseDuration: 0,
|
|
695
|
-
_debugID: 8,
|
|
696
|
-
_debugSource: [Object],
|
|
697
|
-
_debugOwner: [FiberNode],
|
|
698
|
-
_debugNeedsRemount: false,
|
|
699
|
-
_debugHookTypes: null
|
|
700
|
-
},
|
|
701
|
-
child: null,
|
|
702
|
-
sibling: FiberNode {
|
|
703
|
-
tag: 5,
|
|
704
|
-
key: null,
|
|
705
|
-
elementType: 'p',
|
|
706
|
-
type: 'p',
|
|
707
|
-
stateNode: [HTMLParagraphElement],
|
|
708
|
-
return: [FiberNode],
|
|
709
|
-
child: null,
|
|
710
|
-
sibling: [FiberNode],
|
|
711
|
-
index: 1,
|
|
712
|
-
ref: null,
|
|
713
|
-
pendingProps: [Object],
|
|
714
|
-
memoizedProps: [Object],
|
|
715
|
-
updateQueue: null,
|
|
716
|
-
memoizedState: null,
|
|
717
|
-
dependencies: null,
|
|
718
|
-
mode: 0,
|
|
719
|
-
flags: 0,
|
|
720
|
-
nextEffect: null,
|
|
721
|
-
firstEffect: null,
|
|
722
|
-
lastEffect: null,
|
|
723
|
-
lanes: 0,
|
|
724
|
-
childLanes: 0,
|
|
725
|
-
alternate: null,
|
|
726
|
-
actualDuration: 0,
|
|
727
|
-
actualStartTime: -1,
|
|
728
|
-
selfBaseDuration: 0,
|
|
729
|
-
treeBaseDuration: 0,
|
|
730
|
-
_debugID: 12,
|
|
731
|
-
_debugSource: [Object],
|
|
732
|
-
_debugOwner: [FiberNode],
|
|
733
|
-
_debugNeedsRemount: false,
|
|
734
|
-
_debugHookTypes: null
|
|
735
|
-
},
|
|
736
|
-
index: 0,
|
|
737
|
-
ref: null,
|
|
738
|
-
pendingProps: {
|
|
739
|
-
className: 'undefined--notification--headline',
|
|
740
|
-
children: 'With CTA'
|
|
741
|
-
},
|
|
742
|
-
memoizedProps: {
|
|
743
|
-
className: 'undefined--notification--headline',
|
|
744
|
-
children: 'With CTA'
|
|
745
|
-
},
|
|
746
|
-
updateQueue: null,
|
|
747
|
-
memoizedState: null,
|
|
748
|
-
dependencies: null,
|
|
749
|
-
mode: 0,
|
|
750
|
-
flags: 0,
|
|
751
|
-
nextEffect: null,
|
|
752
|
-
firstEffect: null,
|
|
753
|
-
lastEffect: null,
|
|
754
|
-
lanes: 0,
|
|
755
|
-
childLanes: 0,
|
|
756
|
-
alternate: null,
|
|
757
|
-
actualDuration: 0,
|
|
758
|
-
actualStartTime: -1,
|
|
759
|
-
selfBaseDuration: 0,
|
|
760
|
-
treeBaseDuration: 0,
|
|
761
|
-
_debugID: 11,
|
|
762
|
-
_debugSource: {
|
|
763
|
-
fileName: '/home/runner/work/designsystem/designsystem/packages/react/src/components/Notification/Notification.tsx',
|
|
764
|
-
lineNumber: 56,
|
|
765
|
-
columnNumber: 13
|
|
766
|
-
},
|
|
767
|
-
_debugOwner: FiberNode {
|
|
768
|
-
tag: 0,
|
|
769
|
-
key: null,
|
|
770
|
-
elementType: [Function: Notification],
|
|
771
|
-
type: [Function: Notification],
|
|
772
|
-
stateNode: null,
|
|
773
|
-
return: [FiberNode],
|
|
774
|
-
child: [FiberNode],
|
|
775
|
-
sibling: null,
|
|
776
|
-
index: 0,
|
|
777
|
-
ref: null,
|
|
778
|
-
pendingProps: [Object],
|
|
779
|
-
memoizedProps: [Object],
|
|
780
|
-
updateQueue: null,
|
|
781
|
-
memoizedState: [Object],
|
|
782
|
-
dependencies: [Object],
|
|
783
|
-
mode: 0,
|
|
784
|
-
flags: 1,
|
|
785
|
-
nextEffect: null,
|
|
786
|
-
firstEffect: null,
|
|
787
|
-
lastEffect: null,
|
|
788
|
-
lanes: 0,
|
|
789
|
-
childLanes: 0,
|
|
790
|
-
alternate: null,
|
|
791
|
-
actualDuration: 0,
|
|
792
|
-
actualStartTime: -1,
|
|
793
|
-
selfBaseDuration: 0,
|
|
794
|
-
treeBaseDuration: 0,
|
|
795
|
-
_debugID: 4,
|
|
796
|
-
_debugSource: [Object],
|
|
797
|
-
_debugOwner: null,
|
|
798
|
-
_debugNeedsRemount: false,
|
|
799
|
-
_debugHookTypes: [Array]
|
|
800
|
-
},
|
|
801
|
-
_debugNeedsRemount: false,
|
|
802
|
-
_debugHookTypes: null
|
|
803
|
-
},
|
|
804
|
-
'__reactProps$ztxh2swd5wo': {
|
|
805
|
-
className: 'undefined--notification--headline',
|
|
806
|
-
children: 'With CTA'
|
|
807
|
-
}
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
at Object.<anonymous> (src/__tests__/Notification.test.tsx:11:13)
|
|
811
|
-
|
|
812
|
-
PASS src/__tests__/ReadMore.test.tsx
|
|
813
|
-
PASS src/__tests__/List.test.tsx
|
|
814
|
-
PASS src/__tests__/Dropdown.test.tsx
|
|
815
|
-
PASS src/__tests__/SearchField.test.tsx
|
|
816
|
-
● Console
|
|
817
|
-
|
|
818
|
-
console.error
|
|
819
|
-
Error: Not implemented: HTMLFormElement.prototype.submit
|
|
820
|
-
at module.exports (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:9:17)
|
|
821
|
-
at HTMLFormElementImpl.submit (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5)
|
|
822
|
-
at HTMLFormElementImpl._doSubmit (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10)
|
|
823
|
-
at HTMLInputElementImpl._activationBehavior (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js:204:12)
|
|
824
|
-
at HTMLInputElementImpl._dispatch (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26)
|
|
825
|
-
at HTMLInputElementImpl.dispatchEvent (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
|
|
826
|
-
at HTMLInputElement.dispatchEvent (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
|
|
827
|
-
at /home/runner/work/designsystem/designsystem/node_modules/.pnpm/@testing-library+dom@8.19.0/node_modules/@testing-library/dom/dist/events.js:25:20
|
|
828
|
-
at /home/runner/work/designsystem/designsystem/node_modules/.pnpm/@testing-library+react@12.1.5_react-dom@17.0.2+react@17.0.2/node_modules/@testing-library/react/dist/pure.js:66:16
|
|
829
|
-
at batchedUpdates$1 (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/react-dom@17.0.2_react@17.0.2/node_modules/react-dom/cjs/react-dom.development.js:22380:12)
|
|
830
|
-
at act (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/react-dom@17.0.2_react@17.0.2/node_modules/react-dom/cjs/react-dom-test-utils.development.js:1042:14)
|
|
831
|
-
at Object.eventWrapper (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/@testing-library+react@12.1.5_react-dom@17.0.2+react@17.0.2/node_modules/@testing-library/react/dist/pure.js:65:28)
|
|
832
|
-
at fireEvent (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/@testing-library+dom@8.19.0/node_modules/@testing-library/dom/dist/events.js:16:35)
|
|
833
|
-
at Function.fireEvent.<computed> [as click] (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/@testing-library+dom@8.19.0/node_modules/@testing-library/dom/dist/events.js:125:36)
|
|
834
|
-
at Function.click (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/@testing-library+react@12.1.5_react-dom@17.0.2+react@17.0.2/node_modules/@testing-library/react/dist/fire-event.js:18:52)
|
|
835
|
-
at Object.<anonymous> (/home/runner/work/designsystem/designsystem/packages/react/src/__tests__/SearchField.test.tsx:32:15)
|
|
836
|
-
at Promise.then.completed (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jest-circus@27.5.1/node_modules/jest-circus/build/utils.js:391:28)
|
|
837
|
-
at new Promise (<anonymous>)
|
|
838
|
-
at callAsyncCircusFn (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jest-circus@27.5.1/node_modules/jest-circus/build/utils.js:316:10)
|
|
839
|
-
at _callCircusTest (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jest-circus@27.5.1/node_modules/jest-circus/build/run.js:218:40)
|
|
840
|
-
at _runTest (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jest-circus@27.5.1/node_modules/jest-circus/build/run.js:155:3)
|
|
841
|
-
at _runTestsForDescribeBlock (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jest-circus@27.5.1/node_modules/jest-circus/build/run.js:66:9)
|
|
842
|
-
at _runTestsForDescribeBlock (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jest-circus@27.5.1/node_modules/jest-circus/build/run.js:60:9)
|
|
843
|
-
at run (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jest-circus@27.5.1/node_modules/jest-circus/build/run.js:25:3)
|
|
844
|
-
at runAndTransformResultsToJestFormat (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jest-circus@27.5.1/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:170:21)
|
|
845
|
-
at jestAdapter (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jest-circus@27.5.1/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:82:19)
|
|
846
|
-
at runTestInternal (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jest-runner@27.5.1/node_modules/jest-runner/build/runTest.js:389:16)
|
|
847
|
-
at runTest (/home/runner/work/designsystem/designsystem/node_modules/.pnpm/jest-runner@27.5.1/node_modules/jest-runner/build/runTest.js:475:34) undefined
|
|
848
|
-
|
|
849
|
-
30 | render(<SearchField {...searchFieldArgs.searchfield} callback={onClick} />);
|
|
850
|
-
31 | const buttonElement = screen.getAllByRole("button");
|
|
851
|
-
> 32 | fireEvent.click(buttonElement[0]);
|
|
852
|
-
| ^
|
|
853
|
-
33 | expect(onClick).toHaveBeenCalled();
|
|
854
|
-
34 | });
|
|
855
|
-
35 | });
|
|
856
|
-
|
|
857
|
-
at VirtualConsole.<anonymous> (../../node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/virtual-console.js:29:45)
|
|
858
|
-
at module.exports (../../node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/browser/not-implemented.js:12:26)
|
|
859
|
-
at HTMLFormElementImpl.submit (../../node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:88:5)
|
|
860
|
-
at HTMLFormElementImpl._doSubmit (../../node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js:80:10)
|
|
861
|
-
at HTMLInputElementImpl._activationBehavior (../../node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js:204:12)
|
|
862
|
-
at HTMLInputElementImpl._dispatch (../../node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:240:26)
|
|
863
|
-
at HTMLInputElementImpl.dispatchEvent (../../node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
|
|
864
|
-
at HTMLInputElement.dispatchEvent (../../node_modules/.pnpm/jsdom@16.7.0/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
|
|
865
|
-
at ../../node_modules/.pnpm/@testing-library+dom@8.19.0/node_modules/@testing-library/dom/dist/events.js:25:20
|
|
866
|
-
at ../../node_modules/.pnpm/@testing-library+react@12.1.5_react-dom@17.0.2+react@17.0.2/node_modules/@testing-library/react/dist/pure.js:66:16
|
|
867
|
-
at batchedUpdates$1 (../../node_modules/.pnpm/react-dom@17.0.2_react@17.0.2/node_modules/react-dom/cjs/react-dom.development.js:22380:12)
|
|
868
|
-
at act (../../node_modules/.pnpm/react-dom@17.0.2_react@17.0.2/node_modules/react-dom/cjs/react-dom-test-utils.development.js:1042:14)
|
|
869
|
-
at Object.eventWrapper (../../node_modules/.pnpm/@testing-library+react@12.1.5_react-dom@17.0.2+react@17.0.2/node_modules/@testing-library/react/dist/pure.js:65:28)
|
|
870
|
-
at fireEvent (../../node_modules/.pnpm/@testing-library+dom@8.19.0/node_modules/@testing-library/dom/dist/events.js:16:35)
|
|
871
|
-
at Function.fireEvent.<computed> [as click] (../../node_modules/.pnpm/@testing-library+dom@8.19.0/node_modules/@testing-library/dom/dist/events.js:125:36)
|
|
872
|
-
at Function.click (../../node_modules/.pnpm/@testing-library+react@12.1.5_react-dom@17.0.2+react@17.0.2/node_modules/@testing-library/react/dist/fire-event.js:18:52)
|
|
873
|
-
at Object.<anonymous> (src/__tests__/SearchField.test.tsx:32:15)
|
|
874
|
-
|
|
875
|
-
PASS src/__tests__/Form.test.tsx
|
|
876
|
-
PASS src/__tests__/Loading.text.tsx
|
|
877
|
-
PASS src/__tests__/Hero.test.tsx
|
|
878
|
-
PASS src/__tests__/ContextMenu.test.tsx
|
|
879
|
-
PASS src/__tests__/Image.test.tsx
|
|
880
|
-
PASS src/__tests__/LinkList.test.tsx
|
|
881
|
-
PASS src/__tests__/RichText.test.tsx
|
|
882
|
-
PASS src/__tests__/TableOfContents.test.tsx
|
|
883
|
-
PASS src/__tests__/Tag.test.tsx
|
|
884
|
-
|
|
885
|
-
Test Suites: 20 passed, 20 total
|
|
886
|
-
Tests: 66 passed, 66 total
|
|
887
|
-
Snapshots: 0 total
|
|
888
|
-
Time: 18.258 s
|
|
889
|
-
Ran all test suites.
|