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
|
@@ -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">64% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>16/25</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">62.5% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>5/8</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">44.44% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>4/9</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">66.67% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>16/24</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -216,45 +216,7 @@
|
|
|
216
216
|
<a name='L157'></a><a href='#L157'>157</a>
|
|
217
217
|
<a name='L158'></a><a href='#L158'>158</a>
|
|
218
218
|
<a name='L159'></a><a href='#L159'>159</a>
|
|
219
|
-
<a name='L160'></a><a href='#L160'>160</a>
|
|
220
|
-
<a name='L161'></a><a href='#L161'>161</a>
|
|
221
|
-
<a name='L162'></a><a href='#L162'>162</a>
|
|
222
|
-
<a name='L163'></a><a href='#L163'>163</a>
|
|
223
|
-
<a name='L164'></a><a href='#L164'>164</a>
|
|
224
|
-
<a name='L165'></a><a href='#L165'>165</a>
|
|
225
|
-
<a name='L166'></a><a href='#L166'>166</a>
|
|
226
|
-
<a name='L167'></a><a href='#L167'>167</a>
|
|
227
|
-
<a name='L168'></a><a href='#L168'>168</a>
|
|
228
|
-
<a name='L169'></a><a href='#L169'>169</a>
|
|
229
|
-
<a name='L170'></a><a href='#L170'>170</a>
|
|
230
|
-
<a name='L171'></a><a href='#L171'>171</a>
|
|
231
|
-
<a name='L172'></a><a href='#L172'>172</a>
|
|
232
|
-
<a name='L173'></a><a href='#L173'>173</a>
|
|
233
|
-
<a name='L174'></a><a href='#L174'>174</a>
|
|
234
|
-
<a name='L175'></a><a href='#L175'>175</a>
|
|
235
|
-
<a name='L176'></a><a href='#L176'>176</a>
|
|
236
|
-
<a name='L177'></a><a href='#L177'>177</a>
|
|
237
|
-
<a name='L178'></a><a href='#L178'>178</a>
|
|
238
|
-
<a name='L179'></a><a href='#L179'>179</a>
|
|
239
|
-
<a name='L180'></a><a href='#L180'>180</a>
|
|
240
|
-
<a name='L181'></a><a href='#L181'>181</a>
|
|
241
|
-
<a name='L182'></a><a href='#L182'>182</a>
|
|
242
|
-
<a name='L183'></a><a href='#L183'>183</a>
|
|
243
|
-
<a name='L184'></a><a href='#L184'>184</a>
|
|
244
|
-
<a name='L185'></a><a href='#L185'>185</a>
|
|
245
|
-
<a name='L186'></a><a href='#L186'>186</a>
|
|
246
|
-
<a name='L187'></a><a href='#L187'>187</a>
|
|
247
|
-
<a name='L188'></a><a href='#L188'>188</a>
|
|
248
|
-
<a name='L189'></a><a href='#L189'>189</a>
|
|
249
|
-
<a name='L190'></a><a href='#L190'>190</a>
|
|
250
|
-
<a name='L191'></a><a href='#L191'>191</a>
|
|
251
|
-
<a name='L192'></a><a href='#L192'>192</a>
|
|
252
|
-
<a name='L193'></a><a href='#L193'>193</a>
|
|
253
|
-
<a name='L194'></a><a href='#L194'>194</a>
|
|
254
|
-
<a name='L195'></a><a href='#L195'>195</a>
|
|
255
|
-
<a name='L196'></a><a href='#L196'>196</a>
|
|
256
|
-
<a name='L197'></a><a href='#L197'>197</a>
|
|
257
|
-
<a name='L198'></a><a href='#L198'>198</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
219
|
+
<a name='L160'></a><a href='#L160'>160</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
258
220
|
<span class="cline-any cline-neutral"> </span>
|
|
259
221
|
<span class="cline-any cline-neutral"> </span>
|
|
260
222
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -267,9 +229,6 @@
|
|
|
267
229
|
<span class="cline-any cline-neutral"> </span>
|
|
268
230
|
<span class="cline-any cline-neutral"> </span>
|
|
269
231
|
<span class="cline-any cline-neutral"> </span>
|
|
270
|
-
<span class="cline-any cline-neutral"> </span>
|
|
271
|
-
<span class="cline-any cline-yes">2x</span>
|
|
272
|
-
<span class="cline-any cline-neutral"> </span>
|
|
273
232
|
<span class="cline-any cline-yes">2x</span>
|
|
274
233
|
<span class="cline-any cline-neutral"> </span>
|
|
275
234
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -284,13 +243,11 @@
|
|
|
284
243
|
<span class="cline-any cline-neutral"> </span>
|
|
285
244
|
<span class="cline-any cline-neutral"> </span>
|
|
286
245
|
<span class="cline-any cline-neutral"> </span>
|
|
287
|
-
<span class="cline-any cline-yes">
|
|
288
|
-
<span class="cline-any cline-yes">5x</span>
|
|
289
|
-
<span class="cline-any cline-yes">5x</span>
|
|
246
|
+
<span class="cline-any cline-yes">4x</span>
|
|
290
247
|
<span class="cline-any cline-neutral"> </span>
|
|
291
|
-
<span class="cline-any cline-yes">
|
|
248
|
+
<span class="cline-any cline-yes">4x</span>
|
|
292
249
|
<span class="cline-any cline-neutral"> </span>
|
|
293
|
-
<span class="cline-any cline-yes">
|
|
250
|
+
<span class="cline-any cline-yes">4x</span>
|
|
294
251
|
<span class="cline-any cline-neutral"> </span>
|
|
295
252
|
<span class="cline-any cline-neutral"> </span>
|
|
296
253
|
<span class="cline-any cline-yes">2x</span>
|
|
@@ -306,50 +263,16 @@
|
|
|
306
263
|
<span class="cline-any cline-neutral"> </span>
|
|
307
264
|
<span class="cline-any cline-neutral"> </span>
|
|
308
265
|
<span class="cline-any cline-neutral"> </span>
|
|
266
|
+
<span class="cline-any cline-yes">4x</span>
|
|
309
267
|
<span class="cline-any cline-neutral"> </span>
|
|
310
268
|
<span class="cline-any cline-neutral"> </span>
|
|
311
269
|
<span class="cline-any cline-neutral"> </span>
|
|
312
270
|
<span class="cline-any cline-neutral"> </span>
|
|
313
|
-
<span class="cline-any cline-yes">5x</span>
|
|
314
|
-
<span class="cline-any cline-yes">2x</span>
|
|
315
|
-
<span class="cline-any cline-neutral"> </span>
|
|
316
|
-
<span class="cline-any cline-neutral"> </span>
|
|
317
|
-
<span class="cline-any cline-yes">2x</span>
|
|
318
|
-
<span class="cline-any cline-neutral"> </span>
|
|
319
|
-
<span class="cline-any cline-neutral"> </span>
|
|
320
|
-
<span class="cline-any cline-neutral"> </span>
|
|
321
|
-
<span class="cline-any cline-yes">1x</span>
|
|
322
|
-
<span class="cline-any cline-yes">1x</span>
|
|
323
|
-
<span class="cline-any cline-neutral"> </span>
|
|
324
|
-
<span class="cline-any cline-yes">1x</span>
|
|
325
|
-
<span class="cline-any cline-yes">1x</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-neutral"> </span>
|
|
331
|
-
<span class="cline-any cline-neutral"> </span>
|
|
332
|
-
<span class="cline-any cline-yes">1x</span>
|
|
333
|
-
<span class="cline-any cline-neutral"> </span>
|
|
334
|
-
<span class="cline-any cline-neutral"> </span>
|
|
335
|
-
<span class="cline-any cline-neutral"> </span>
|
|
336
271
|
<span class="cline-any cline-neutral"> </span>
|
|
337
272
|
<span class="cline-any cline-neutral"> </span>
|
|
273
|
+
<span class="cline-any cline-yes">4x</span>
|
|
338
274
|
<span class="cline-any cline-neutral"> </span>
|
|
339
|
-
<span class="cline-any cline-
|
|
340
|
-
<span class="cline-any cline-neutral"> </span>
|
|
341
|
-
<span class="cline-any cline-neutral"> </span>
|
|
342
|
-
<span class="cline-any cline-yes">1x</span>
|
|
343
|
-
<span class="cline-any cline-yes">1x</span>
|
|
344
|
-
<span class="cline-any cline-neutral"> </span>
|
|
345
|
-
<span class="cline-any cline-neutral"> </span>
|
|
346
|
-
<span class="cline-any cline-no"> </span>
|
|
347
|
-
<span class="cline-any cline-no"> </span>
|
|
348
|
-
<span class="cline-any cline-neutral"> </span>
|
|
349
|
-
<span class="cline-any cline-neutral"> </span>
|
|
350
|
-
<span class="cline-any cline-neutral"> </span>
|
|
351
|
-
<span class="cline-any cline-neutral"> </span>
|
|
352
|
-
<span class="cline-any cline-yes">5x</span>
|
|
275
|
+
<span class="cline-any cline-yes">4x</span>
|
|
353
276
|
<span class="cline-any cline-no"> </span>
|
|
354
277
|
<span class="cline-any cline-neutral"> </span>
|
|
355
278
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -363,7 +286,7 @@
|
|
|
363
286
|
<span class="cline-any cline-neutral"> </span>
|
|
364
287
|
<span class="cline-any cline-neutral"> </span>
|
|
365
288
|
<span class="cline-any cline-neutral"> </span>
|
|
366
|
-
<span class="cline-any cline-yes">
|
|
289
|
+
<span class="cline-any cline-yes">4x</span>
|
|
367
290
|
<span class="cline-any cline-no"> </span>
|
|
368
291
|
<span class="cline-any cline-neutral"> </span>
|
|
369
292
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -380,8 +303,8 @@
|
|
|
380
303
|
<span class="cline-any cline-neutral"> </span>
|
|
381
304
|
<span class="cline-any cline-neutral"> </span>
|
|
382
305
|
<span class="cline-any cline-neutral"> </span>
|
|
383
|
-
<span class="cline-any cline-yes">
|
|
384
|
-
<span class="cline-any cline-yes">
|
|
306
|
+
<span class="cline-any cline-yes">4x</span>
|
|
307
|
+
<span class="cline-any cline-yes">2x</span>
|
|
385
308
|
<span class="cline-any cline-neutral"> </span>
|
|
386
309
|
<span class="cline-any cline-neutral"> </span>
|
|
387
310
|
<span class="cline-any cline-yes">2x</span>
|
|
@@ -398,15 +321,16 @@
|
|
|
398
321
|
<span class="cline-any cline-neutral"> </span>
|
|
399
322
|
<span class="cline-any cline-neutral"> </span>
|
|
400
323
|
<span class="cline-any cline-neutral"> </span>
|
|
324
|
+
<span class="cline-any cline-yes">2x</span>
|
|
401
325
|
<span class="cline-any cline-neutral"> </span>
|
|
326
|
+
<span class="cline-any cline-no"> </span>
|
|
402
327
|
<span class="cline-any cline-neutral"> </span>
|
|
403
328
|
<span class="cline-any cline-neutral"> </span>
|
|
404
329
|
<span class="cline-any cline-neutral"> </span>
|
|
405
330
|
<span class="cline-any cline-neutral"> </span>
|
|
406
331
|
<span class="cline-any cline-neutral"> </span>
|
|
407
|
-
<span class="cline-any cline-yes">2x</span>
|
|
408
|
-
<span class="cline-any cline-neutral"> </span>
|
|
409
332
|
<span class="cline-any cline-neutral"> </span>
|
|
333
|
+
<span class="cline-any cline-no"> </span>
|
|
410
334
|
<span class="cline-any cline-neutral"> </span>
|
|
411
335
|
<span class="cline-any cline-neutral"> </span>
|
|
412
336
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -451,9 +375,8 @@
|
|
|
451
375
|
<span class="cline-any cline-neutral"> </span>
|
|
452
376
|
<span class="cline-any cline-neutral"> </span>
|
|
453
377
|
<span class="cline-any cline-neutral"> </span>
|
|
454
|
-
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import React, { useState
|
|
378
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import React, { useState } from 'react';
|
|
455
379
|
import PropTypes from 'prop-types';
|
|
456
|
-
import axios from 'axios';
|
|
457
380
|
|
|
458
381
|
import HeaderAccountMenu from './HeaderAccountMenu.jsx';
|
|
459
382
|
import HeaderCancel from './HeaderCancel.jsx';
|
|
@@ -463,9 +386,7 @@ import HeaderMobileButton from './HeaderMobileButton';
|
|
|
463
386
|
import HelpIcon from './HelpIcon';
|
|
464
387
|
import defaultHeaderContent from './default-content.json';
|
|
465
388
|
import { HeaderStateProvider } from './hooks';
|
|
466
|
-
|
|
467
|
-
// Time the local storage content item will be active, in minutes
|
|
468
|
-
const CONTENT_STORAGE_EXPIRATION_TIMEOUT = 30;
|
|
389
|
+
import useGetConfig from '../hooks/useGetConfig';
|
|
469
390
|
|
|
470
391
|
const HeaderUI = ({
|
|
471
392
|
fbpPerformanceYear,
|
|
@@ -482,8 +403,6 @@ const HeaderUI = ({
|
|
|
482
403
|
RouterLink,
|
|
483
404
|
}) => {
|
|
484
405
|
const [isMobileMenuExpanded, setIsMobileMenuExpanded] = useState(false);
|
|
485
|
-
const [content, setContent] = useState(null);
|
|
486
|
-
const [newStyle, setNewStyle] = useState(false);
|
|
487
406
|
|
|
488
407
|
const mapContentToRows = (config) => {
|
|
489
408
|
// Append transposed array to content
|
|
@@ -503,48 +422,14 @@ const HeaderUI = ({
|
|
|
503
422
|
});
|
|
504
423
|
};
|
|
505
424
|
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
if (
|
|
515
|
-
storageContent?.content &&
|
|
516
|
-
new Date().valueOf() < storageContent.expiration
|
|
517
|
-
) {
|
|
518
|
-
setContent(mapContentToRows(storageContent.content));
|
|
519
|
-
setNewStyle(storageContent.newStyle);
|
|
520
|
-
} else {
|
|
521
|
-
const origin = window.location.origin;
|
|
522
|
-
axios
|
|
523
|
-
.get(
|
|
524
|
-
!origin.includes('localhost')
|
|
525
|
-
? <span class="branch-0 cbranch-no" title="branch not covered" >`${origin}/config/header`</span>
|
|
526
|
-
: 'https://qpp.cms.gov/config/header'
|
|
527
|
-
)
|
|
528
|
-
.then(({ data: { data = <span class="branch-0 cbranch-no" title="branch not covered" >{} </span>} }) => {
|
|
529
|
-
localStorage.setItem(
|
|
530
|
-
'qpp_top_nav_content',
|
|
531
|
-
JSON.stringify({
|
|
532
|
-
newStyle: data.newStyle,
|
|
533
|
-
content: data.content,
|
|
534
|
-
expiration:
|
|
535
|
-
new Date().valueOf() +
|
|
536
|
-
CONTENT_STORAGE_EXPIRATION_TIMEOUT * 60 * 1000,
|
|
537
|
-
})
|
|
538
|
-
);
|
|
539
|
-
setNewStyle(data.newStyle);
|
|
540
|
-
setContent(mapContentToRows(data.content));
|
|
541
|
-
})
|
|
542
|
-
.catch(<span class="fstat-no" title="function not covered" >(e</span>) => {
|
|
543
|
-
<span class="cstat-no" title="statement not covered" > setNewStyle(false);</span>
|
|
544
|
-
<span class="cstat-no" title="statement not covered" > setContent(mapContentToRows(defaultHeaderContent));</span>
|
|
545
|
-
});
|
|
546
|
-
}
|
|
547
|
-
}, []);
|
|
425
|
+
const result = useGetConfig({
|
|
426
|
+
localStorageName: 'qpp_top_nav_content',
|
|
427
|
+
url: '/config/header',
|
|
428
|
+
timeout: 30,
|
|
429
|
+
defaultContent: defaultHeaderContent,
|
|
430
|
+
});
|
|
431
|
+
|
|
432
|
+
const content = mapContentToRows(result?.content);
|
|
548
433
|
|
|
549
434
|
<span class="missing-if-branch" title="if path not taken" >I</span>if (showCancelButton) {
|
|
550
435
|
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
@@ -593,17 +478,18 @@ const HeaderUI = ({
|
|
|
593
478
|
isMobileMenuExpanded={isMobileMenuExpanded}
|
|
594
479
|
/>
|
|
595
480
|
<nav aria-label="Primary navigation" hidden={!isMobileMenuExpanded}>
|
|
596
|
-
<ul
|
|
597
|
-
className={
|
|
598
|
-
newStyle
|
|
599
|
-
? <span class="branch-0 cbranch-no" title="branch not covered" >'navigation-menu navigation-new-style'</span>
|
|
600
|
-
: 'navigation-menu'
|
|
601
|
-
}
|
|
602
|
-
>
|
|
481
|
+
<ul className="navigation-menu navigation-new-style">
|
|
603
482
|
{content.map((header) => (
|
|
604
|
-
<HeaderMenuItem
|
|
483
|
+
<HeaderMenuItem
|
|
484
|
+
handleClick={<span class="fstat-no" title="function not covered" >()</span> => {
|
|
485
|
+
<span class="cstat-no" title="statement not covered" > setIsMobileMenuExpanded(!isMobileMenuExpanded);</span>
|
|
486
|
+
}}
|
|
487
|
+
key={header.name}
|
|
488
|
+
{...header}
|
|
489
|
+
/>
|
|
605
490
|
))}
|
|
606
491
|
<HeaderAccountMenu
|
|
492
|
+
handleClick={<span class="fstat-no" title="function not covered" >()</span> => <span class="cstat-no" title="statement not covered" >setIsMobileMenuExpanded(!isMobileMenuExpanded)}</span>
|
|
607
493
|
fbpPerformanceYear={fbpPerformanceYear}
|
|
608
494
|
feedbackPerformanceYear={feedbackPerformanceYear}
|
|
609
495
|
isLoginEnabled={isLoginEnabled}
|
|
@@ -655,7 +541,7 @@ export default HeaderUI;
|
|
|
655
541
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
656
542
|
Code coverage generated by
|
|
657
543
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
658
|
-
at
|
|
544
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
659
545
|
</div>
|
|
660
546
|
</div>
|
|
661
547
|
<script src="../../../prettify.js"></script>
|
|
@@ -87,7 +87,9 @@
|
|
|
87
87
|
<a name='L28'></a><a href='#L28'>28</a>
|
|
88
88
|
<a name='L29'></a><a href='#L29'>29</a>
|
|
89
89
|
<a name='L30'></a><a href='#L30'>30</a>
|
|
90
|
-
<a name='L31'></a><a href='#L31'>31</a
|
|
90
|
+
<a name='L31'></a><a href='#L31'>31</a>
|
|
91
|
+
<a name='L32'></a><a href='#L32'>32</a>
|
|
92
|
+
<a name='L33'></a><a href='#L33'>33</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
91
93
|
<span class="cline-any cline-neutral"> </span>
|
|
92
94
|
<span class="cline-any cline-yes">2x</span>
|
|
93
95
|
<span class="cline-any cline-yes">2x</span>
|
|
@@ -117,7 +119,9 @@
|
|
|
117
119
|
<span class="cline-any cline-neutral"> </span>
|
|
118
120
|
<span class="cline-any cline-neutral"> </span>
|
|
119
121
|
<span class="cline-any cline-neutral"> </span>
|
|
120
|
-
<span class="cline-any cline-neutral"> </span
|
|
122
|
+
<span class="cline-any cline-neutral"> </span>
|
|
123
|
+
<span class="cline-any cline-neutral"> </span>
|
|
124
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import React from 'react';
|
|
121
125
|
|
|
122
126
|
const HelpIcon = () => (
|
|
123
127
|
<a
|
|
@@ -128,7 +132,8 @@ const HelpIcon = () => (
|
|
|
128
132
|
data-track-label="QPP Service Center Phone"
|
|
129
133
|
>
|
|
130
134
|
<svg viewBox="0 0 28 28" className="header-help-icon">
|
|
131
|
-
<path
|
|
135
|
+
<path
|
|
136
|
+
d="M23.9,5.9c0-0.6-0.2-1.1-0.6-1.5c-2.5-2.5-5.7-3.8-9.2-3.8S7.2,1.9,4.8,4.4c-0.4,0.4-0.6,1-0.6,1.5
|
|
132
137
|
c0,0.4,0.1,0.8,0.3,1.1c-1.3,1.9-2,4.1-2,6.6v2.9c0,2.1,1.1,4,2.9,5.1c0,1.2,1,2.1,2.2,2.1c1.2,0,2.2-1,2.2-2.2v-6.5
|
|
133
138
|
c0-1.2-1-2.2-2.2-2.2c-1.1,0-2,0.8-2.1,1.8H3.8v-1.1c0-2.1,0.6-4,1.7-5.6C5.8,8.1,6,8.1,6.3,8.1c0.6,0,1.1-0.2,1.5-0.6
|
|
134
139
|
c1.6-1.6,3.8-2.5,6.2-2.5s4.5,0.9,6.2,2.5c0.4,0.4,1,0.6,1.5,0.6c0.3,0,0.5,0,0.7-0.1c1.1,1.6,1.7,3.6,1.7,5.6v1.1h-1.5
|
|
@@ -140,13 +145,14 @@ const HelpIcon = () => (
|
|
|
140
145
|
C16.6,24.5,16.9,24.8,16.9,25.2z M19.8,21.6v-6.5c0-0.4,0.3-0.7,0.7-0.7s0.7,0.3,0.7,0.7v6.5c0,0.4-0.3,0.7-0.7,0.7
|
|
141
146
|
S19.8,22,19.8,21.6z M22.7,16.2h1.5v0.4c0,1.3-0.5,2.5-1.5,3.3V16.2z M21.2,6.5c-1.9-1.9-4.5-3-7.2-3s-5.3,1.1-7.2,3
|
|
142
147
|
c-0.3,0.3-0.8,0.3-1,0C5.7,6.3,5.6,6.1,5.6,5.9s0.1-0.4,0.2-0.5C8,3.2,10.9,2,14,2s6,1.2,8.2,3.4l0,0c0.1,0.1,0.2,0.3,0.2,0.5
|
|
143
|
-
s-0.1,0.4-0.2,0.5C21.9,6.7,21.5,6.7,21.2,6.5z"
|
|
148
|
+
s-0.1,0.4-0.2,0.5C21.9,6.7,21.5,6.7,21.2,6.5z"
|
|
149
|
+
/>
|
|
144
150
|
</svg>
|
|
145
151
|
<span>Help</span>
|
|
146
152
|
</a>
|
|
147
|
-
)
|
|
153
|
+
);
|
|
148
154
|
|
|
149
|
-
export default HelpIcon
|
|
155
|
+
export default HelpIcon;
|
|
150
156
|
</pre></td></tr></table></pre>
|
|
151
157
|
|
|
152
158
|
<div class='push'></div><!-- for sticky footer -->
|
|
@@ -154,7 +160,7 @@ export default HelpIcon
|
|
|
154
160
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
155
161
|
Code coverage generated by
|
|
156
162
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
157
|
-
at
|
|
163
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
158
164
|
</div>
|
|
159
165
|
</div>
|
|
160
166
|
<script src="../../../prettify.js"></script>
|
|
@@ -145,7 +145,7 @@ export default NavigationButtonIcon;
|
|
|
145
145
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
146
146
|
Code coverage generated by
|
|
147
147
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
148
|
-
at
|
|
148
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
149
149
|
</div>
|
|
150
150
|
</div>
|
|
151
151
|
<script src="../../../prettify.js"></script>
|
|
@@ -178,7 +178,7 @@ export default class Header {
|
|
|
178
178
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
179
179
|
Code coverage generated by
|
|
180
180
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
181
|
-
at
|
|
181
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
182
182
|
</div>
|
|
183
183
|
</div>
|
|
184
184
|
<script src="../../../prettify.js"></script>
|
|
@@ -220,7 +220,7 @@ export const useHeaderState = () => {
|
|
|
220
220
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
221
221
|
Code coverage generated by
|
|
222
222
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
223
|
-
at
|
|
223
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
224
224
|
</div>
|
|
225
225
|
</div>
|
|
226
226
|
<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">52.72% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>97/184</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">32.61% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>30/92</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">33.33% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>19/
|
|
42
|
+
<span class='fraction'>19/57</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">53.67% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>95/177</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -149,17 +149,17 @@
|
|
|
149
149
|
|
|
150
150
|
<tr>
|
|
151
151
|
<td class="file medium" data-value="HeaderMenuItem.jsx"><a href="HeaderMenuItem.jsx.html">HeaderMenuItem.jsx</a></td>
|
|
152
|
-
<td data-value="
|
|
153
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
152
|
+
<td data-value="56.1" class="pic medium">
|
|
153
|
+
<div class="chart"><div class="cover-fill" style="width: 56%"></div><div class="cover-empty" style="width: 44%"></div></div>
|
|
154
154
|
</td>
|
|
155
|
-
<td data-value="
|
|
156
|
-
<td data-value="
|
|
155
|
+
<td data-value="56.1" class="pct medium">56.1%</td>
|
|
156
|
+
<td data-value="41" class="abs medium">23/41</td>
|
|
157
|
+
<td data-value="26.67" class="pct low">26.67%</td>
|
|
158
|
+
<td data-value="30" class="abs low">8/30</td>
|
|
157
159
|
<td data-value="33.33" class="pct low">33.33%</td>
|
|
158
|
-
<td data-value="
|
|
159
|
-
<td data-value="
|
|
160
|
-
<td data-value="
|
|
161
|
-
<td data-value="53.33" class="pct medium">53.33%</td>
|
|
162
|
-
<td data-value="30" class="abs medium">16/30</td>
|
|
160
|
+
<td data-value="12" class="abs low">4/12</td>
|
|
161
|
+
<td data-value="55" class="pct medium">55%</td>
|
|
162
|
+
<td data-value="40" class="abs medium">22/40</td>
|
|
163
163
|
</tr>
|
|
164
164
|
|
|
165
165
|
<tr>
|
|
@@ -179,17 +179,17 @@
|
|
|
179
179
|
|
|
180
180
|
<tr>
|
|
181
181
|
<td class="file low" data-value="HeaderMenuSignOutButton.js"><a href="HeaderMenuSignOutButton.js.html">HeaderMenuSignOutButton.js</a></td>
|
|
182
|
-
<td data-value="
|
|
183
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
182
|
+
<td data-value="17.65" class="pic low">
|
|
183
|
+
<div class="chart"><div class="cover-fill" style="width: 17%"></div><div class="cover-empty" style="width: 83%"></div></div>
|
|
184
184
|
</td>
|
|
185
|
-
<td data-value="
|
|
186
|
-
<td data-value="
|
|
185
|
+
<td data-value="17.65" class="pct low">17.65%</td>
|
|
186
|
+
<td data-value="17" class="abs low">3/17</td>
|
|
187
187
|
<td data-value="100" class="pct high">100%</td>
|
|
188
188
|
<td data-value="0" class="abs high">0/0</td>
|
|
189
189
|
<td data-value="0" class="pct low">0%</td>
|
|
190
190
|
<td data-value="7" class="abs low">0/7</td>
|
|
191
|
-
<td data-value="
|
|
192
|
-
<td data-value="
|
|
191
|
+
<td data-value="20" class="pct low">20%</td>
|
|
192
|
+
<td data-value="15" class="abs low">3/15</td>
|
|
193
193
|
</tr>
|
|
194
194
|
|
|
195
195
|
<tr>
|
|
@@ -209,17 +209,17 @@
|
|
|
209
209
|
|
|
210
210
|
<tr>
|
|
211
211
|
<td class="file medium" data-value="HeaderUI.jsx"><a href="HeaderUI.jsx.html">HeaderUI.jsx</a></td>
|
|
212
|
-
<td data-value="
|
|
213
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
212
|
+
<td data-value="64" class="pic medium">
|
|
213
|
+
<div class="chart"><div class="cover-fill" style="width: 64%"></div><div class="cover-empty" style="width: 36%"></div></div>
|
|
214
214
|
</td>
|
|
215
|
-
<td data-value="
|
|
216
|
-
<td data-value="
|
|
217
|
-
<td data-value="
|
|
218
|
-
<td data-value="
|
|
219
|
-
<td data-value="
|
|
220
|
-
<td data-value="
|
|
221
|
-
<td data-value="
|
|
222
|
-
<td data-value="
|
|
215
|
+
<td data-value="64" class="pct medium">64%</td>
|
|
216
|
+
<td data-value="25" class="abs medium">16/25</td>
|
|
217
|
+
<td data-value="62.5" class="pct medium">62.5%</td>
|
|
218
|
+
<td data-value="8" class="abs medium">5/8</td>
|
|
219
|
+
<td data-value="44.44" class="pct low">44.44%</td>
|
|
220
|
+
<td data-value="9" class="abs low">4/9</td>
|
|
221
|
+
<td data-value="66.67" class="pct medium">66.67%</td>
|
|
222
|
+
<td data-value="24" class="abs medium">16/24</td>
|
|
223
223
|
</tr>
|
|
224
224
|
|
|
225
225
|
<tr>
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
306
306
|
Code coverage generated by
|
|
307
307
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
308
|
-
at
|
|
308
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
309
309
|
</div>
|
|
310
310
|
</div>
|
|
311
311
|
<script src="../../../prettify.js"></script>
|
|
@@ -66,8 +66,7 @@
|
|
|
66
66
|
<a name='L7'></a><a href='#L7'>7</a>
|
|
67
67
|
<a name='L8'></a><a href='#L8'>8</a>
|
|
68
68
|
<a name='L9'></a><a href='#L9'>9</a>
|
|
69
|
-
<a name='L10'></a><a href='#L10'>10</a>
|
|
70
|
-
<a name='L11'></a><a href='#L11'>11</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
|
|
69
|
+
<a name='L10'></a><a href='#L10'>10</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">2x</span>
|
|
71
70
|
<span class="cline-any cline-no"> </span>
|
|
72
71
|
<span class="cline-any cline-neutral"> </span>
|
|
73
72
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -76,7 +75,6 @@
|
|
|
76
75
|
<span class="cline-any cline-neutral"> </span>
|
|
77
76
|
<span class="cline-any cline-neutral"> </span>
|
|
78
77
|
<span class="cline-any cline-neutral"> </span>
|
|
79
|
-
<span class="cline-any cline-neutral"> </span>
|
|
80
78
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">export const setUtagLink = <span class="fstat-no" title="function not covered" >(e</span>ventCategory, eventAction, eventLabel) =>
|
|
81
79
|
<span class="cstat-no" title="statement not covered" > window?.utag?.link({</span>
|
|
82
80
|
ga_event_category: eventCategory,
|
|
@@ -85,8 +83,7 @@
|
|
|
85
83
|
page_title: `${window.document.title}`,
|
|
86
84
|
page_url: `${window.location.pathname}`,
|
|
87
85
|
event: 'trackEvent',
|
|
88
|
-
})
|
|
89
|
-
|
|
86
|
+
});
|
|
90
87
|
</pre></td></tr></table></pre>
|
|
91
88
|
|
|
92
89
|
<div class='push'></div><!-- for sticky footer -->
|
|
@@ -94,7 +91,7 @@
|
|
|
94
91
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
92
|
Code coverage generated by
|
|
96
93
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
94
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
98
95
|
</div>
|
|
99
96
|
</div>
|
|
100
97
|
<script src="../../../prettify.js"></script>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
96
|
Code coverage generated by
|
|
97
97
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
98
|
+
at Tue Apr 20 2021 13:20:50 GMT-0700 (Pacific Daylight Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../../prettify.js"></script>
|
|
@@ -376,7 +376,7 @@ export default InfoModal;
|
|
|
376
376
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
377
377
|
Code coverage generated by
|
|
378
378
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
379
|
-
at
|
|
379
|
+
at Tue Apr 20 2021 13:20:50 GMT-0700 (Pacific Daylight Time)
|
|
380
380
|
</div>
|
|
381
381
|
</div>
|
|
382
382
|
<script src="../../../prettify.js"></script>
|
|
@@ -289,7 +289,7 @@ export default Infotip;
|
|
|
289
289
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
290
290
|
Code coverage generated by
|
|
291
291
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
292
|
-
at
|
|
292
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
293
293
|
</div>
|
|
294
294
|
</div>
|
|
295
295
|
<script src="../../../prettify.js"></script>
|
|
@@ -187,7 +187,7 @@ InfotipIcon.defaultProps = {
|
|
|
187
187
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
188
188
|
Code coverage generated by
|
|
189
189
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
190
|
-
at
|
|
190
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
191
191
|
</div>
|
|
192
192
|
</div>
|
|
193
193
|
<script src="../../../prettify.js"></script>
|