qpp-style 9.8.2 → 9.8.6
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/components/SideNav/UI/default-content.json +1 -2
- package/components/SideNav/helpers.js +2 -2
- package/coverage/clover.xml +639 -635
- package/coverage/coverage-final.json +66 -65
- package/coverage/lcov-report/Header/HeaderUI.jsx.html +1418 -0
- package/coverage/lcov-report/Header/index.html +111 -0
- package/coverage/lcov-report/HeaderUI.jsx.html +578 -0
- package/coverage/lcov-report/SideNav/UI/index.html +111 -0
- package/coverage/lcov-report/SideNav/UI/index.js.html +89 -0
- package/coverage/lcov-report/components/Accordion/index.html +111 -0
- package/coverage/lcov-report/components/Accordion/index.jsx.html +359 -0
- package/coverage/lcov-report/components/Error/Collapsible.jsx.html +344 -0
- package/coverage/lcov-report/components/Error/ErrorUI.jsx.html +173 -0
- package/coverage/lcov-report/components/Error/index.html +126 -0
- package/coverage/lcov-report/components/Footer/FooterUI.jsx.html +845 -0
- package/coverage/lcov-report/components/Footer/LegacyFooterUI.jsx.html +662 -0
- package/coverage/lcov-report/components/Footer/SocialLinks.jsx.html +260 -0
- package/coverage/lcov-report/components/Footer/Subscribe.jsx.html +182 -0
- package/coverage/lcov-report/components/Footer/index.html +156 -0
- package/coverage/lcov-report/components/InfoModal/index.html +111 -0
- package/coverage/lcov-report/components/InfoModal/index.jsx.html +392 -0
- package/coverage/lcov-report/components/Infotip/Infotip.jsx.html +305 -0
- package/coverage/lcov-report/components/Infotip/InfotipIcon.jsx.html +203 -0
- package/coverage/lcov-report/components/Infotip/index.html +141 -0
- package/coverage/lcov-report/components/Infotip/index.js.html +89 -0
- package/coverage/lcov-report/components/SanitizedContent/index.html +111 -0
- package/coverage/lcov-report/components/SanitizedContent/index.jsx.html +680 -0
- package/coverage/lcov-report/components/SessionDialogUI.jsx.html +863 -0
- package/coverage/lcov-report/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +140 -0
- package/coverage/lcov-report/components/SideNav/AnimationGroup/index.html +111 -0
- package/coverage/lcov-report/components/SideNav/Chart/ScoreChart.jsx.html +884 -0
- package/coverage/lcov-report/components/SideNav/Chart/index.html +126 -0
- package/coverage/lcov-report/components/SideNav/Chart/index.js.html +89 -0
- package/coverage/lcov-report/components/SideNav/Content/LevelOneContent.jsx.html +1007 -0
- package/coverage/lcov-report/components/SideNav/Content/LevelTwoContent.jsx.html +722 -0
- package/coverage/lcov-report/components/SideNav/Content/index.html +141 -0
- package/coverage/lcov-report/components/SideNav/Content/index.js.html +92 -0
- package/coverage/lcov-report/components/SideNav/Details/IndividualDetails.jsx.html +134 -0
- package/coverage/lcov-report/components/SideNav/Details/PracticeDetails.jsx.html +203 -0
- package/coverage/lcov-report/components/SideNav/Details/index.html +141 -0
- package/coverage/lcov-report/components/SideNav/Details/index.js.html +92 -0
- package/coverage/lcov-report/components/SideNav/Links/CmsSwitchLink.jsx.html +203 -0
- package/coverage/lcov-report/components/SideNav/Links/NavItemInline.jsx.html +242 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkContainer.jsx.html +209 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkDrawer.jsx.html +659 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkInline.jsx.html +401 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkToggle.jsx.html +182 -0
- package/coverage/lcov-report/components/SideNav/Links/index.html +201 -0
- package/coverage/lcov-report/components/SideNav/Links/index.js.html +119 -0
- package/coverage/lcov-report/components/SideNav/UI/SideNavUI.jsx.html +1103 -0
- package/coverage/lcov-report/components/SideNav/UI/index.html +126 -0
- package/coverage/lcov-report/components/SideNav/UI/index.js.html +89 -0
- package/coverage/lcov-report/components/SideNav/helpers.js.html +221 -0
- package/coverage/lcov-report/components/SideNav/index.html +111 -0
- package/coverage/lcov-report/components/Tooltip/Tooltip.jsx.html +344 -0
- package/coverage/lcov-report/components/Tooltip/index.html +141 -0
- package/coverage/lcov-report/components/Tooltip/index.js.html +89 -0
- package/coverage/lcov-report/components/Tooltip/position.js.html +284 -0
- package/coverage/lcov-report/components/index.html +111 -0
- package/coverage/lcov-report/index.html +158 -143
- package/coverage/lcov-report/lib/Chevron.jsx.html +161 -0
- package/coverage/lcov-report/lib/SvgComponents.jsx.html +1697 -0
- package/coverage/lcov-report/lib/index.html +141 -0
- package/coverage/lcov-report/lib/svg-definitions.svg.html +455 -0
- package/coverage/lcov-report/react/components/Accordion/index.html +19 -19
- package/coverage/lcov-report/react/components/Accordion/index.jsx.html +18 -18
- package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +15 -15
- package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +4 -4
- package/coverage/lcov-report/react/components/Error/error.js.html +1 -1
- package/coverage/lcov-report/react/components/Error/index.html +1 -1
- package/coverage/lcov-report/react/components/Footer/FooterUI.jsx.html +139 -13
- package/coverage/lcov-report/react/components/Footer/LegacyFooterUI.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Footer/SocialLinks.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Footer/Subscribe.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Footer/footer.js.html +1 -1
- package/coverage/lcov-report/react/components/Footer/index.html +18 -18
- package/coverage/lcov-report/react/components/Header/HeaderAccountMenu.jsx.html +112 -34
- package/coverage/lcov-report/react/components/Header/HeaderCancel.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderContainer.jsx.html +13 -19
- package/coverage/lcov-report/react/components/Header/HeaderLogo.jsx.html +6 -6
- package/coverage/lcov-report/react/components/Header/HeaderMenuButton.js.html +6 -6
- package/coverage/lcov-report/react/components/Header/HeaderMenuItem.jsx.html +146 -26
- package/coverage/lcov-report/react/components/Header/HeaderMenuLink.js.html +8 -2
- package/coverage/lcov-report/react/components/Header/HeaderMenuSignOutButton.js.html +21 -6
- package/coverage/lcov-report/react/components/Header/HeaderMobileButton.js.html +5 -2
- package/coverage/lcov-report/react/components/Header/HeaderUI.jsx.html +41 -155
- package/coverage/lcov-report/react/components/Header/HelpIcon.jsx.html +13 -7
- package/coverage/lcov-report/react/components/Header/NavigationButtonIcon.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/header.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/hooks.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/index.html +34 -34
- package/coverage/lcov-report/react/components/Header/utag-helpers.js.html +3 -6
- package/coverage/lcov-report/react/components/InfoModal/index.html +1 -1
- package/coverage/lcov-report/react/components/InfoModal/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/InfotipIcon.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/index.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Modal/LegacyModal.jsx.html +3 -3
- package/coverage/lcov-report/react/components/Modal/Modal.jsx.html +83 -47
- package/coverage/lcov-report/react/components/Modal/index.html +32 -32
- package/coverage/lcov-report/react/components/Modal/index.jsx.html +29 -29
- package/coverage/lcov-report/react/components/NotificationBanner/NotificationBannerUI.jsx.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/index.html +20 -20
- package/coverage/lcov-report/react/components/NotificationBanner/index.js.html +875 -0
- package/coverage/lcov-report/react/components/SanitizedContent/index.html +1 -1
- package/coverage/lcov-report/react/components/SanitizedContent/index.jsx.html +5 -5
- package/coverage/lcov-report/react/components/SessionDialog/index.html +111 -0
- package/coverage/lcov-report/react/components/SessionDialog/sessionDialog.js.html +158 -0
- package/coverage/lcov-report/react/components/SessionDialogUI.jsx.html +69 -45
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +10 -4
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/ScoreChart.jsx.html +44 -44
- package/coverage/lcov-report/react/components/SideNav/Chart/index.html +19 -19
- package/coverage/lcov-report/react/components/SideNav/Chart/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/LevelOneContent.jsx.html +140 -557
- package/coverage/lcov-report/react/components/SideNav/Content/LevelTwoContent.jsx.html +19 -13
- package/coverage/lcov-report/react/components/SideNav/Content/index.html +21 -21
- package/coverage/lcov-report/react/components/SideNav/Content/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Details/IndividualDetails.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Details/PracticeDetails.jsx.html +19 -7
- package/coverage/lcov-report/react/components/SideNav/Details/index.html +13 -13
- package/coverage/lcov-report/react/components/SideNav/Details/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/CmsSwitchLink.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/NavItemInline.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkContainer.jsx.html +47 -62
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkDrawer.jsx.html +56 -20
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkInline.jsx.html +41 -41
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkToggle.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/index.html +36 -36
- package/coverage/lcov-report/react/components/SideNav/Links/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/UI/SideNavUI.jsx.html +127 -178
- package/coverage/lcov-report/react/components/SideNav/UI/index.html +17 -17
- package/coverage/lcov-report/react/components/SideNav/UI/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/helpers.js.html +14 -8
- package/coverage/lcov-report/react/components/SideNav/index.html +11 -11
- package/coverage/lcov-report/react/components/SideNav/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +12 -12
- package/coverage/lcov-report/react/components/Tooltip/index.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/position.js.html +15 -15
- package/coverage/lcov-report/react/components/hooks/index.html +111 -0
- package/coverage/lcov-report/react/components/hooks/useGetConfig.js.html +302 -0
- package/coverage/lcov-report/react/components/index.html +1 -1
- package/coverage/lcov-report/react/index.html +13 -13
- package/coverage/lcov-report/react/index.js.html +22 -7
- package/coverage/lcov-report/react/lib/Chevron.jsx.html +25 -10
- package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +64 -28
- package/coverage/lcov-report/react/lib/index.html +15 -15
- package/coverage/lcov-report/react/lib/svg-definitions.svg.html +1 -1
- package/coverage/lcov-report/react/session/index.html +1 -1
- package/coverage/lcov-report/react/session/index.js.html +1 -1
- package/coverage/lcov-report/react/session/logout.js.html +1 -1
- package/coverage/lcov-report/react/session/refresh.js.html +1 -1
- package/coverage/lcov-report/react/session/ttl.js.html +1 -1
- package/coverage/lcov-report/session/index.html +126 -0
- package/coverage/lcov-report/session/index.js.html +95 -0
- package/coverage/lcov-report/session/logout.js.html +203 -0
- package/coverage/lcov-report/session/refresh.js.html +227 -0
- package/coverage/lcov-report/session/ttl.js.html +191 -0
- package/coverage/lcov.info +1218 -1190
- package/dist/browser.js +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/images/icons/svg/arrow-down.svg +1 -1
- package/images/icons/svg/arrow-download.svg +1 -1
- package/images/icons/svg/arrow-right.svg +1 -1
- package/images/icons/svg/calendar.svg +1 -1
- package/images/icons/svg/download.svg +1 -1
- package/images/icons/svg/external.svg +1 -1
- package/images/icons/svg/file-upload.svg +1 -1
- package/images/icons/svg/tooltip-question.svg +1 -1
- package/images/icons/svg/trash.svg +1 -1
- package/images/icons/svg/upload.svg +1 -1
- package/package.json +15 -15
- package/storybook-static/0.284246fa7dd756530022.manager.bundle.js +1 -0
- package/storybook-static/0.e444ffe0.iframe.bundle.js +1 -0
- package/storybook-static/4.38e07a72.iframe.bundle.js +3 -0
- package/storybook-static/4.38e07a72.iframe.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/4.38e07a72.iframe.bundle.js.map +1 -0
- package/storybook-static/4.5a2288a7314de45771fd.manager.bundle.js +2 -0
- package/storybook-static/4.5a2288a7314de45771fd.manager.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/5.96d29e90.iframe.bundle.js +1 -0
- package/storybook-static/5.f669e5db79f970f4eeda.manager.bundle.js +2 -0
- package/storybook-static/5.f669e5db79f970f4eeda.manager.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/6.fbe12c4b.iframe.bundle.js +3 -0
- package/storybook-static/6.fbe12c4b.iframe.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/6.fbe12c4b.iframe.bundle.js.map +1 -0
- package/storybook-static/6.fc183cb0948fa18c4851.manager.bundle.js +1 -0
- package/storybook-static/7.6262147d7bfe4804e70d.manager.bundle.js +1 -0
- package/storybook-static/7.9e6103c8.iframe.bundle.js +1 -0
- package/storybook-static/8.88a822e73e773dbd9da6.manager.bundle.js +1 -0
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/fonts/FontAwesome.otf +0 -0
- package/storybook-static/fonts/OFL.txt +92 -0
- package/storybook-static/fonts/Rubik-Black.ttf +0 -0
- package/storybook-static/fonts/Rubik-BlackItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Bold.ttf +0 -0
- package/storybook-static/fonts/Rubik-BoldItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Italic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Light.ttf +0 -0
- package/storybook-static/fonts/Rubik-LightItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Medium.ttf +0 -0
- package/storybook-static/fonts/Rubik-MediumItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Regular.ttf +0 -0
- package/storybook-static/fonts/fontawesome-webfont.eot +0 -0
- package/storybook-static/fonts/fontawesome-webfont.svg +2671 -0
- package/storybook-static/fonts/fontawesome-webfont.ttf +0 -0
- package/storybook-static/fonts/fontawesome-webfont.woff +0 -0
- package/storybook-static/fonts/fontawesome-webfont.woff2 +0 -0
- package/storybook-static/iframe.html +138 -0
- package/storybook-static/images/favicon/android-chrome-192x192.png +0 -0
- package/storybook-static/images/favicon/android-chrome-256x256.png +0 -0
- package/storybook-static/images/favicon/apple-touch-icon.png +0 -0
- package/storybook-static/images/favicon/browserconfig.xml +9 -0
- package/storybook-static/images/favicon/favicon-16x16.png +0 -0
- package/storybook-static/images/favicon/favicon-32x32.png +0 -0
- package/storybook-static/images/favicon/favicon.ico +0 -0
- package/storybook-static/images/favicon/manifest.json +18 -0
- package/storybook-static/images/favicon/mstile-150x150.png +0 -0
- package/storybook-static/images/favicon/safari-pinned-tab.svg +32 -0
- package/storybook-static/images/hhs-logo-black.svg +10 -0
- package/storybook-static/images/hhs-logo-white.svg +10 -0
- package/storybook-static/images/icons/close-x.svg +6 -0
- package/storybook-static/images/icons/help-headset.svg +21 -0
- package/storybook-static/images/icons/svg/arrow-down.svg +3 -0
- package/storybook-static/images/icons/svg/arrow-download.svg +5 -0
- package/storybook-static/images/icons/svg/arrow-right.svg +5 -0
- package/storybook-static/images/icons/svg/close.svg +3 -0
- package/storybook-static/images/icons/svg/download.svg +1 -0
- package/storybook-static/images/icons/svg/external.svg +4 -0
- package/storybook-static/images/icons/svg/file-upload.svg +1 -0
- package/storybook-static/images/icons/svg/print.svg +4 -0
- package/storybook-static/images/icons/svg/trash.svg +5 -0
- package/storybook-static/images/icons/svg/upload.svg +3 -0
- package/storybook-static/images/qpp_logo_reversed.png +0 -0
- package/storybook-static/images/qpp_logo_rgb_color.png +0 -0
- package/storybook-static/index.html +55 -0
- package/storybook-static/main.18ac9bfd601c66f4bee6.manager.bundle.js +1 -0
- package/storybook-static/main.9d42b744.iframe.bundle.js +1 -0
- package/storybook-static/runtime~main.d17fbed7a9ad1d2c431e.manager.bundle.js +1 -0
- package/storybook-static/runtime~main.ed6e2009.iframe.bundle.js +1 -0
- package/storybook-static/static/media/Bitter-Bold.091bd4b7.woff +0 -0
- package/storybook-static/static/media/Bitter-Bold.24bf01e4.woff2 +0 -0
- package/storybook-static/static/media/Bitter-Bold.46bc29e4.ttf +0 -0
- package/storybook-static/static/media/Bitter-Bold.790f4f2f.eot +0 -0
- package/storybook-static/static/media/Bitter-Italic.1fa5390c.eot +0 -0
- package/storybook-static/static/media/Bitter-Italic.25e5675f.woff +0 -0
- package/storybook-static/static/media/Bitter-Italic.2eb18f5a.ttf +0 -0
- package/storybook-static/static/media/Bitter-Italic.34644574.woff2 +0 -0
- package/storybook-static/static/media/Bitter-Regular.4b22b6e8.woff +0 -0
- package/storybook-static/static/media/Bitter-Regular.559e7075.eot +0 -0
- package/storybook-static/static/media/Bitter-Regular.8db0301b.ttf +0 -0
- package/storybook-static/static/media/Bitter-Regular.f4e2f1f1.woff2 +0 -0
- package/storybook-static/static/media/FontAwesome.91f80bba.otf +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.202d819d.eot +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.92e570c6.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.da71e99a.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.e75949bb.woff +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.72daa33a.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.74ead3a8.woff +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.ae19388f.eot +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.ec7a2746.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.63a5fa7d.woff +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.66451be4.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.7882d20f.eot +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.ca4dd835.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.17ded75f.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.2a5adf6c.woff +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.6059fecb.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.c9808185.eot +0 -0
- package/storybook-static/static/media/Rubik-Bold.31bbd4d2.ttf +0 -0
- package/storybook-static/static/media/Rubik-Light.c90e2014.ttf +0 -0
- package/storybook-static/static/media/Rubik-Medium.5daa89aa.ttf +0 -0
- package/storybook-static/static/media/Rubik-Regular.cdf97d58.ttf +0 -0
- package/storybook-static/static/media/fontawesome-webfont.1e59d233.ttf +0 -0
- package/storybook-static/static/media/fontawesome-webfont.20fd1704.woff2 +0 -0
- package/storybook-static/static/media/fontawesome-webfont.8b43027f.eot +0 -0
- package/storybook-static/static/media/fontawesome-webfont.f691f37e.woff +0 -0
- package/storybook-static/vendors~main.3604044d8484c1c4d1f7.manager.bundle.js +2 -0
- package/storybook-static/vendors~main.3604044d8484c1c4d1f7.manager.bundle.js.LICENSE.txt +88 -0
- package/storybook-static/vendors~main.7f923d15.iframe.bundle.js +3 -0
- package/storybook-static/vendors~main.7f923d15.iframe.bundle.js.LICENSE.txt +152 -0
- package/storybook-static/vendors~main.7f923d15.iframe.bundle.js.map +1 -0
- package/styles/qppds/components/_modal.scss +22 -0
- package/styles/qppds/utilities/_display-visability.scss +8 -0
- package/styles/qppds/utilities/_height.scss +38 -0
- package/styles/qppds/utilities/_width.scss +35 -0
- package/styles/qppds/utilities/index.scss +1 -0
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
126
|
Code coverage generated by
|
|
127
127
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at
|
|
128
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
129
129
|
</div>
|
|
130
130
|
</div>
|
|
131
131
|
<script src="../../../prettify.js"></script>
|
|
@@ -73,7 +73,7 @@ export default Infotip;
|
|
|
73
73
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
74
74
|
Code coverage generated by
|
|
75
75
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
76
|
-
at
|
|
76
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
77
77
|
</div>
|
|
78
78
|
</div>
|
|
79
79
|
<script src="../../../prettify.js"></script>
|
|
@@ -191,11 +191,11 @@
|
|
|
191
191
|
<span class="cline-any cline-neutral"> </span>
|
|
192
192
|
<span class="cline-any cline-neutral"> </span>
|
|
193
193
|
<span class="cline-any cline-neutral"> </span>
|
|
194
|
-
<span class="cline-any cline-yes">
|
|
194
|
+
<span class="cline-any cline-yes">3x</span>
|
|
195
195
|
<span class="cline-any cline-no"> </span>
|
|
196
196
|
<span class="cline-any cline-neutral"> </span>
|
|
197
197
|
<span class="cline-any cline-neutral"> </span>
|
|
198
|
-
<span class="cline-any cline-yes">
|
|
198
|
+
<span class="cline-any cline-yes">3x</span>
|
|
199
199
|
<span class="cline-any cline-neutral"> </span>
|
|
200
200
|
<span class="cline-any cline-neutral"> </span>
|
|
201
201
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -280,7 +280,7 @@ export default displayModal;
|
|
|
280
280
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
281
281
|
Code coverage generated by
|
|
282
282
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
283
|
-
at
|
|
283
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
284
284
|
</div>
|
|
285
285
|
</div>
|
|
286
286
|
<script src="../../../prettify.js"></script>
|
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">92.86% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>13/14</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">63.16% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>12/19</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">75% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>3/4</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">92.86% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>13/14</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
57
|
</div>
|
|
58
|
-
<div class='status-line
|
|
58
|
+
<div class='status-line high'></div>
|
|
59
59
|
<pre><table class="coverage">
|
|
60
60
|
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
61
61
|
<a name='L2'></a><a href='#L2'>2</a>
|
|
@@ -185,13 +185,25 @@
|
|
|
185
185
|
<a name='L126'></a><a href='#L126'>126</a>
|
|
186
186
|
<a name='L127'></a><a href='#L127'>127</a>
|
|
187
187
|
<a name='L128'></a><a href='#L128'>128</a>
|
|
188
|
-
<a name='L129'></a><a href='#L129'>129</a
|
|
188
|
+
<a name='L129'></a><a href='#L129'>129</a>
|
|
189
|
+
<a name='L130'></a><a href='#L130'>130</a>
|
|
190
|
+
<a name='L131'></a><a href='#L131'>131</a>
|
|
191
|
+
<a name='L132'></a><a href='#L132'>132</a>
|
|
192
|
+
<a name='L133'></a><a href='#L133'>133</a>
|
|
193
|
+
<a name='L134'></a><a href='#L134'>134</a>
|
|
194
|
+
<a name='L135'></a><a href='#L135'>135</a>
|
|
195
|
+
<a name='L136'></a><a href='#L136'>136</a>
|
|
196
|
+
<a name='L137'></a><a href='#L137'>137</a>
|
|
197
|
+
<a name='L138'></a><a href='#L138'>138</a>
|
|
198
|
+
<a name='L139'></a><a href='#L139'>139</a>
|
|
199
|
+
<a name='L140'></a><a href='#L140'>140</a>
|
|
200
|
+
<a name='L141'></a><a href='#L141'>141</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
189
201
|
<span class="cline-any cline-neutral"> </span>
|
|
190
202
|
<span class="cline-any cline-neutral"> </span>
|
|
191
203
|
<span class="cline-any cline-neutral"> </span>
|
|
192
204
|
<span class="cline-any cline-neutral"> </span>
|
|
193
205
|
<span class="cline-any cline-neutral"> </span>
|
|
194
|
-
<span class="cline-any cline-yes">
|
|
206
|
+
<span class="cline-any cline-yes">3x</span>
|
|
195
207
|
<span class="cline-any cline-neutral"> </span>
|
|
196
208
|
<span class="cline-any cline-neutral"> </span>
|
|
197
209
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -201,15 +213,15 @@
|
|
|
201
213
|
<span class="cline-any cline-neutral"> </span>
|
|
202
214
|
<span class="cline-any cline-neutral"> </span>
|
|
203
215
|
<span class="cline-any cline-neutral"> </span>
|
|
204
|
-
<span class="cline-any cline-
|
|
205
|
-
<span class="cline-any cline-
|
|
206
|
-
<span class="cline-any cline-
|
|
216
|
+
<span class="cline-any cline-yes">44x</span>
|
|
217
|
+
<span class="cline-any cline-yes">44x</span>
|
|
218
|
+
<span class="cline-any cline-yes">44x</span>
|
|
207
219
|
<span class="cline-any cline-neutral"> </span>
|
|
208
|
-
<span class="cline-any cline-
|
|
209
|
-
<span class="cline-any cline-
|
|
220
|
+
<span class="cline-any cline-yes">44x</span>
|
|
221
|
+
<span class="cline-any cline-yes">38x</span>
|
|
210
222
|
<span class="cline-any cline-neutral"> </span>
|
|
211
223
|
<span class="cline-any cline-neutral"> </span>
|
|
212
|
-
<span class="cline-any cline-
|
|
224
|
+
<span class="cline-any cline-yes">44x</span>
|
|
213
225
|
<span class="cline-any cline-neutral"> </span>
|
|
214
226
|
<span class="cline-any cline-neutral"> </span>
|
|
215
227
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -218,18 +230,21 @@
|
|
|
218
230
|
<span class="cline-any cline-neutral"> </span>
|
|
219
231
|
<span class="cline-any cline-neutral"> </span>
|
|
220
232
|
<span class="cline-any cline-neutral"> </span>
|
|
221
|
-
<span class="cline-any cline-no"> </span>
|
|
222
233
|
<span class="cline-any cline-neutral"> </span>
|
|
234
|
+
<span class="cline-any cline-yes">1x</span>
|
|
223
235
|
<span class="cline-any cline-neutral"> </span>
|
|
224
236
|
<span class="cline-any cline-neutral"> </span>
|
|
225
|
-
<span class="cline-any cline-no"> </span>
|
|
226
237
|
<span class="cline-any cline-neutral"> </span>
|
|
227
238
|
<span class="cline-any cline-no"> </span>
|
|
228
239
|
<span class="cline-any cline-neutral"> </span>
|
|
240
|
+
<span class="cline-any cline-yes">1x</span>
|
|
241
|
+
<span class="cline-any cline-neutral"> </span>
|
|
242
|
+
<span class="cline-any cline-neutral"> </span>
|
|
243
|
+
<span class="cline-any cline-neutral"> </span>
|
|
244
|
+
<span class="cline-any cline-yes">1x</span>
|
|
245
|
+
<span class="cline-any cline-yes">1x</span>
|
|
229
246
|
<span class="cline-any cline-neutral"> </span>
|
|
230
247
|
<span class="cline-any cline-neutral"> </span>
|
|
231
|
-
<span class="cline-any cline-no"> </span>
|
|
232
|
-
<span class="cline-any cline-no"> </span>
|
|
233
248
|
<span class="cline-any cline-neutral"> </span>
|
|
234
249
|
<span class="cline-any cline-neutral"> </span>
|
|
235
250
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -283,7 +298,6 @@
|
|
|
283
298
|
<span class="cline-any cline-neutral"> </span>
|
|
284
299
|
<span class="cline-any cline-neutral"> </span>
|
|
285
300
|
<span class="cline-any cline-neutral"> </span>
|
|
286
|
-
<span class="cline-any cline-yes">2x</span>
|
|
287
301
|
<span class="cline-any cline-neutral"> </span>
|
|
288
302
|
<span class="cline-any cline-neutral"> </span>
|
|
289
303
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -293,6 +307,7 @@
|
|
|
293
307
|
<span class="cline-any cline-neutral"> </span>
|
|
294
308
|
<span class="cline-any cline-neutral"> </span>
|
|
295
309
|
<span class="cline-any cline-neutral"> </span>
|
|
310
|
+
<span class="cline-any cline-yes">3x</span>
|
|
296
311
|
<span class="cline-any cline-neutral"> </span>
|
|
297
312
|
<span class="cline-any cline-neutral"> </span>
|
|
298
313
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -303,7 +318,16 @@
|
|
|
303
318
|
<span class="cline-any cline-neutral"> </span>
|
|
304
319
|
<span class="cline-any cline-neutral"> </span>
|
|
305
320
|
<span class="cline-any cline-neutral"> </span>
|
|
306
|
-
<span class="cline-any cline-
|
|
321
|
+
<span class="cline-any cline-neutral"> </span>
|
|
322
|
+
<span class="cline-any cline-neutral"> </span>
|
|
323
|
+
<span class="cline-any cline-neutral"> </span>
|
|
324
|
+
<span class="cline-any cline-neutral"> </span>
|
|
325
|
+
<span class="cline-any cline-neutral"> </span>
|
|
326
|
+
<span class="cline-any cline-neutral"> </span>
|
|
327
|
+
<span class="cline-any cline-neutral"> </span>
|
|
328
|
+
<span class="cline-any cline-neutral"> </span>
|
|
329
|
+
<span class="cline-any cline-neutral"> </span>
|
|
330
|
+
<span class="cline-any cline-yes">3x</span>
|
|
307
331
|
<span class="cline-any cline-neutral"> </span>
|
|
308
332
|
<span class="cline-any cline-neutral"> </span>
|
|
309
333
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -317,9 +341,9 @@
|
|
|
317
341
|
import ReactModal from 'react-modal';
|
|
318
342
|
import PropTypes from 'prop-types';
|
|
319
343
|
|
|
320
|
-
import {
|
|
344
|
+
import { CloseXIcon2 } from '../../lib/SvgComponents.jsx';
|
|
321
345
|
|
|
322
|
-
const Modal =
|
|
346
|
+
const Modal = ({
|
|
323
347
|
children,
|
|
324
348
|
onRequestClose,
|
|
325
349
|
title,
|
|
@@ -329,67 +353,78 @@ const Modal = <span class="fstat-no" title="function not covered" >({</span>
|
|
|
329
353
|
isOpen,
|
|
330
354
|
...props
|
|
331
355
|
}) => {
|
|
332
|
-
const [overflowSeparator, setOverflowSeparator] =
|
|
333
|
-
const closeButtonRef =
|
|
334
|
-
const contentRef =
|
|
356
|
+
const [overflowSeparator, setOverflowSeparator] = useState(false);
|
|
357
|
+
const closeButtonRef = useRef(null);
|
|
358
|
+
const contentRef = useRef(null);
|
|
335
359
|
|
|
336
|
-
|
|
337
|
-
|
|
360
|
+
useEffect(() => {
|
|
361
|
+
ReactModal.setAppElement(appElement);
|
|
338
362
|
}, []);
|
|
339
363
|
|
|
340
|
-
|
|
364
|
+
return (
|
|
341
365
|
<ReactModal
|
|
342
366
|
onRequestClose={onRequestClose}
|
|
343
367
|
portalClassName="qpp-c-modal"
|
|
344
368
|
className="qpp-c-modal__content"
|
|
345
369
|
overlayClassName="qpp-c-modal__overlay"
|
|
370
|
+
bodyOpenClassName="qpp-c-modal__body-open"
|
|
346
371
|
isOpen={isOpen}
|
|
347
|
-
onAfterOpen={
|
|
372
|
+
onAfterOpen={() => {
|
|
348
373
|
// Add heading separator based on overflow
|
|
349
|
-
<span class="
|
|
350
|
-
contentRef.scrollHeight >
|
|
374
|
+
<span class="missing-if-branch" title="if path not taken" >I</span>if (
|
|
375
|
+
contentRef.current?.scrollHeight >
|
|
351
376
|
document.documentElement.clientHeight * 0.6
|
|
352
377
|
) {
|
|
353
378
|
<span class="cstat-no" title="statement not covered" > setOverflowSeparator(true);</span>
|
|
354
379
|
} else {
|
|
355
|
-
|
|
380
|
+
setOverflowSeparator(false);
|
|
356
381
|
}
|
|
357
382
|
|
|
358
383
|
// Set default focus
|
|
359
|
-
<span class="
|
|
360
|
-
|
|
384
|
+
<span class="missing-if-branch" title="else path not taken" >E</span>if (closeButtonRef?.current) {
|
|
385
|
+
closeButtonRef.current.focus();
|
|
361
386
|
}
|
|
362
387
|
}}
|
|
388
|
+
aria={{
|
|
389
|
+
labelledby: 'modal-heading',
|
|
390
|
+
describedby: 'modal-body',
|
|
391
|
+
}}
|
|
363
392
|
{...props}
|
|
364
393
|
>
|
|
365
394
|
<div
|
|
366
395
|
className={`qpp-c-modal__header ${
|
|
367
|
-
overflowSeparator ? 'qpp-c-modal__header-sep'
|
|
396
|
+
overflowSeparator ? <span class="branch-0 cbranch-no" title="branch not covered" >'qpp-c-modal__header-sep' </span>: ''
|
|
368
397
|
}`}
|
|
369
398
|
>
|
|
370
|
-
<h3>{title}</h3>
|
|
399
|
+
<h3 id="modal-heading">{title}</h3>
|
|
371
400
|
<button
|
|
372
401
|
className="closex qpp-c-button qpp-c-button--text qpp-u-color--black"
|
|
373
|
-
aria-label="
|
|
402
|
+
aria-label="close modal"
|
|
374
403
|
data-testid="modal-close-btn"
|
|
375
404
|
onClick={onRequestClose}
|
|
376
405
|
ref={closeButtonRef}
|
|
377
406
|
>
|
|
378
|
-
<
|
|
407
|
+
<CloseXIcon2 />
|
|
379
408
|
</button>
|
|
380
409
|
</div>
|
|
381
|
-
<div
|
|
410
|
+
<div
|
|
411
|
+
id="modal-body"
|
|
412
|
+
className="qpp-c-modal__body"
|
|
413
|
+
ref={contentRef}
|
|
414
|
+
tabIndex={overflowSeparator ? <span class="branch-0 cbranch-no" title="branch not covered" >"0" </span>: undefined}
|
|
415
|
+
>
|
|
382
416
|
{children}
|
|
383
417
|
</div>
|
|
384
|
-
{(primary || secondary) && (
|
|
418
|
+
{(primary || <span class="branch-1 cbranch-no" title="branch not covered" >secondary)</span> && (
|
|
385
419
|
<div className="qpp-c-modal__footer">
|
|
386
420
|
{secondary && (
|
|
387
421
|
<button
|
|
388
422
|
className={`qpp-c-button qpp-c-button--secondary ${
|
|
389
|
-
primary ? 'qpp-u-margin-right--16' : ''
|
|
423
|
+
primary ? 'qpp-u-margin-right--16' : <span class="branch-1 cbranch-no" title="branch not covered" >''</span>
|
|
390
424
|
}`}
|
|
391
425
|
loading={secondary.loading}
|
|
392
|
-
onClick={secondary.onClick || onRequestClose}
|
|
426
|
+
onClick={secondary.onClick || <span class="branch-1 cbranch-no" title="branch not covered" >onRequestClose}</span>
|
|
427
|
+
aria-label={secondary.title}
|
|
393
428
|
data-testid="modal-secondary-btn"
|
|
394
429
|
>
|
|
395
430
|
{secondary.title}
|
|
@@ -401,6 +436,7 @@ const Modal = <span class="fstat-no" title="function not covered" >({</span>
|
|
|
401
436
|
loading={primary.loading}
|
|
402
437
|
onClick={primary.onClick}
|
|
403
438
|
data-testid="modal-primary-btn"
|
|
439
|
+
aria-label={primary.title}
|
|
404
440
|
>
|
|
405
441
|
{primary.title}
|
|
406
442
|
</button>
|
|
@@ -436,7 +472,7 @@ Modal.defaultProps = {
|
|
|
436
472
|
title: undefined,
|
|
437
473
|
primary: null,
|
|
438
474
|
secondary: null,
|
|
439
|
-
appElement: 'body > *:not(.
|
|
475
|
+
appElement: 'body > *:not(.qpp-c-modal)',
|
|
440
476
|
isOpen: false,
|
|
441
477
|
};
|
|
442
478
|
|
|
@@ -448,7 +484,7 @@ export default Modal;
|
|
|
448
484
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
449
485
|
Code coverage generated by
|
|
450
486
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
451
|
-
at
|
|
487
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
452
488
|
</div>
|
|
453
489
|
</div>
|
|
454
490
|
<script src="../../../prettify.js"></script>
|
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">63.64% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>21/33</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">56.52% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>13/23</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">36.36% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>4/11</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">63.64% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>21/33</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
57
|
</div>
|
|
58
|
-
<div class='status-line
|
|
58
|
+
<div class='status-line medium'></div>
|
|
59
59
|
<div class="pad1">
|
|
60
60
|
<table class="coverage-summary">
|
|
61
61
|
<thead>
|
|
@@ -88,33 +88,33 @@
|
|
|
88
88
|
</tr>
|
|
89
89
|
|
|
90
90
|
<tr>
|
|
91
|
-
<td class="file
|
|
92
|
-
<td data-value="
|
|
93
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
91
|
+
<td class="file high" data-value="Modal.jsx"><a href="Modal.jsx.html">Modal.jsx</a></td>
|
|
92
|
+
<td data-value="92.86" class="pic high">
|
|
93
|
+
<div class="chart"><div class="cover-fill" style="width: 92%"></div><div class="cover-empty" style="width: 8%"></div></div>
|
|
94
94
|
</td>
|
|
95
|
-
<td data-value="
|
|
96
|
-
<td data-value="14" class="abs
|
|
97
|
-
<td data-value="
|
|
98
|
-
<td data-value="
|
|
99
|
-
<td data-value="
|
|
100
|
-
<td data-value="4" class="abs
|
|
101
|
-
<td data-value="
|
|
102
|
-
<td data-value="14" class="abs
|
|
95
|
+
<td data-value="92.86" class="pct high">92.86%</td>
|
|
96
|
+
<td data-value="14" class="abs high">13/14</td>
|
|
97
|
+
<td data-value="63.16" class="pct medium">63.16%</td>
|
|
98
|
+
<td data-value="19" class="abs medium">12/19</td>
|
|
99
|
+
<td data-value="75" class="pct medium">75%</td>
|
|
100
|
+
<td data-value="4" class="abs medium">3/4</td>
|
|
101
|
+
<td data-value="92.86" class="pct high">92.86%</td>
|
|
102
|
+
<td data-value="14" class="abs high">13/14</td>
|
|
103
103
|
</tr>
|
|
104
104
|
|
|
105
105
|
<tr>
|
|
106
|
-
<td class="file
|
|
107
|
-
<td data-value="
|
|
108
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
106
|
+
<td class="file high" data-value="index.jsx"><a href="index.jsx.html">index.jsx</a></td>
|
|
107
|
+
<td data-value="85.71" class="pic high">
|
|
108
|
+
<div class="chart"><div class="cover-fill" style="width: 85%"></div><div class="cover-empty" style="width: 15%"></div></div>
|
|
109
109
|
</td>
|
|
110
|
-
<td data-value="
|
|
111
|
-
<td data-value="7" class="abs
|
|
112
|
-
<td data-value="
|
|
113
|
-
<td data-value="2" class="abs
|
|
114
|
-
<td data-value="
|
|
115
|
-
<td data-value="1" class="abs
|
|
116
|
-
<td data-value="
|
|
117
|
-
<td data-value="7" class="abs
|
|
110
|
+
<td data-value="85.71" class="pct high">85.71%</td>
|
|
111
|
+
<td data-value="7" class="abs high">6/7</td>
|
|
112
|
+
<td data-value="50" class="pct medium">50%</td>
|
|
113
|
+
<td data-value="2" class="abs medium">1/2</td>
|
|
114
|
+
<td data-value="100" class="pct high">100%</td>
|
|
115
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
116
|
+
<td data-value="85.71" class="pct high">85.71%</td>
|
|
117
|
+
<td data-value="7" class="abs high">6/7</td>
|
|
118
118
|
</tr>
|
|
119
119
|
|
|
120
120
|
</tbody>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
126
|
Code coverage generated by
|
|
127
127
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at
|
|
128
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
129
129
|
</div>
|
|
130
130
|
</div>
|
|
131
131
|
<script src="../../../prettify.js"></script>
|
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">85.71% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>6/7</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">50% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>1/2</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>1/1</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">85.71% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>6/7</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
57
|
</div>
|
|
58
|
-
<div class='status-line
|
|
58
|
+
<div class='status-line high'></div>
|
|
59
59
|
<pre><table class="coverage">
|
|
60
60
|
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
61
61
|
<a name='L2'></a><a href='#L2'>2</a>
|
|
@@ -85,44 +85,44 @@
|
|
|
85
85
|
<span class="cline-any cline-neutral"> </span>
|
|
86
86
|
<span class="cline-any cline-neutral"> </span>
|
|
87
87
|
<span class="cline-any cline-neutral"> </span>
|
|
88
|
-
<span class="cline-any cline-yes">
|
|
89
|
-
<span class="cline-any cline-
|
|
90
|
-
<span class="cline-any cline-
|
|
88
|
+
<span class="cline-any cline-yes">3x</span>
|
|
89
|
+
<span class="cline-any cline-yes">44x</span>
|
|
90
|
+
<span class="cline-any cline-yes">44x</span>
|
|
91
91
|
<span class="cline-any cline-neutral"> </span>
|
|
92
92
|
<span class="cline-any cline-no"> </span>
|
|
93
93
|
<span class="cline-any cline-neutral"> </span>
|
|
94
94
|
<span class="cline-any cline-neutral"> </span>
|
|
95
|
-
<span class="cline-any cline-yes">
|
|
95
|
+
<span class="cline-any cline-yes">3x</span>
|
|
96
96
|
<span class="cline-any cline-neutral"> </span>
|
|
97
97
|
<span class="cline-any cline-neutral"> </span>
|
|
98
|
-
<span class="cline-any cline-yes">
|
|
98
|
+
<span class="cline-any cline-yes">3x</span>
|
|
99
99
|
<span class="cline-any cline-neutral"> </span>
|
|
100
100
|
<span class="cline-any cline-neutral"> </span>
|
|
101
|
-
<span class="cline-any cline-yes">
|
|
101
|
+
<span class="cline-any cline-yes">3x</span>
|
|
102
102
|
<span class="cline-any cline-neutral"> </span>
|
|
103
103
|
<span class="cline-any cline-neutral"> </span>
|
|
104
|
-
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import React from 'react'
|
|
105
|
-
import PropTypes from 'prop-types'
|
|
104
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import React from 'react';
|
|
105
|
+
import PropTypes from 'prop-types';
|
|
106
106
|
|
|
107
|
-
import LegacyModal from './LegacyModal'
|
|
108
|
-
import DsModal from './Modal'
|
|
107
|
+
import LegacyModal from './LegacyModal';
|
|
108
|
+
import DsModal from './Modal';
|
|
109
109
|
|
|
110
|
-
const Modal =
|
|
111
|
-
<span class="
|
|
112
|
-
|
|
110
|
+
const Modal = ({ useDesignSystem, ...rest }) => {
|
|
111
|
+
<span class="missing-if-branch" title="else path not taken" >E</span>if (useDesignSystem) {
|
|
112
|
+
return <DsModal {...rest} />;
|
|
113
113
|
}
|
|
114
|
-
<span class="cstat-no" title="statement not covered" > return <LegacyModal {...rest} />
|
|
115
|
-
}
|
|
114
|
+
<span class="cstat-no" title="statement not covered" > return <LegacyModal {...rest} />;</span>
|
|
115
|
+
};
|
|
116
116
|
|
|
117
117
|
Modal.propTypes = {
|
|
118
118
|
useDesignSystem: PropTypes.bool,
|
|
119
|
-
}
|
|
119
|
+
};
|
|
120
120
|
Modal.defaultProps = {
|
|
121
121
|
useDesignSystem: false,
|
|
122
|
-
}
|
|
123
|
-
Modal.displayName = 'Modal'
|
|
122
|
+
};
|
|
123
|
+
Modal.displayName = 'Modal';
|
|
124
124
|
|
|
125
|
-
export default Modal
|
|
125
|
+
export default Modal;
|
|
126
126
|
</pre></td></tr></table></pre>
|
|
127
127
|
|
|
128
128
|
<div class='push'></div><!-- for sticky footer -->
|
|
@@ -130,7 +130,7 @@ export default Modal
|
|
|
130
130
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
131
131
|
Code coverage generated by
|
|
132
132
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
133
|
-
at
|
|
133
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
134
134
|
</div>
|
|
135
135
|
</div>
|
|
136
136
|
<script src="../../../prettify.js"></script>
|
package/coverage/lcov-report/react/components/NotificationBanner/NotificationBannerUI.jsx.html
CHANGED
|
@@ -934,7 +934,7 @@ NotificationBannerUI.defaultProps = {
|
|
|
934
934
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
935
935
|
Code coverage generated by
|
|
936
936
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
937
|
-
at
|
|
937
|
+
at Tue Apr 20 2021 13:45:22 GMT-0700 (Pacific Daylight Time)
|
|
938
938
|
</div>
|
|
939
939
|
</div>
|
|
940
940
|
<script src="../../../prettify.js"></script>
|