qpp-style 9.6.13 → 9.7.3
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/.storybook/main.js +19 -13
- package/components/Breadcrumb/Breadcrumb.stories.js +10 -6
- package/components/Button/Button.stories.js +0 -2
- package/components/CalloutBox/CalloutBox.stories.js +0 -2
- package/components/Card/Card.stories.js +0 -2
- package/components/Dropdown/Dropdown.stories.js +92 -0
- package/components/Dropdown/index.js +85 -0
- package/components/Footer/Footer.stories.js +7 -10
- package/components/Header/Header.stories.js +16 -20
- package/components/Infotip/Infotip.stories.js +5 -5
- package/components/Modal/Modal.stories.js +28 -30
- package/components/NotificationBanner/NotificationBanner.stories.js +10 -10
- package/components/Search/Search.stories.js +0 -2
- package/components/SideNav/AnimationGroup/AnimationGroup.jsx +7 -2
- package/components/SideNav/Links/NavLinkDrawer.jsx +38 -8
- package/components/SideNav/SideNav.stories.js +104 -185
- package/components/SideNav/UI/SideNavUI.jsx +9 -2
- package/components/Tabs/Tabs.stories.js +0 -2
- package/components/TextInput/TextInput.stories.js +0 -2
- package/components/index.js +2 -0
- package/coverage/clover.xml +1192 -0
- package/coverage/coverage-final.json +67 -0
- 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/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +79 -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/favicon.png +0 -0
- package/coverage/lcov-report/index.html +426 -0
- 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/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/react/components/Accordion/index.html +111 -0
- package/coverage/lcov-report/react/components/Accordion/index.jsx.html +359 -0
- package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +344 -0
- package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +173 -0
- package/coverage/lcov-report/react/components/Error/error.js.html +158 -0
- package/coverage/lcov-report/react/components/Error/index.html +141 -0
- package/coverage/lcov-report/react/components/Footer/FooterUI.jsx.html +845 -0
- package/coverage/lcov-report/react/components/Footer/LegacyFooterUI.jsx.html +662 -0
- package/coverage/lcov-report/react/components/Footer/SocialLinks.jsx.html +260 -0
- package/coverage/lcov-report/react/components/Footer/Subscribe.jsx.html +182 -0
- package/coverage/lcov-report/react/components/Footer/footer.js.html +170 -0
- package/coverage/lcov-report/react/components/Footer/index.html +171 -0
- package/coverage/lcov-report/react/components/Header/HeaderAccountMenu.jsx.html +587 -0
- package/coverage/lcov-report/react/components/Header/HeaderCancel.jsx.html +128 -0
- package/coverage/lcov-report/react/components/Header/HeaderContainer.jsx.html +260 -0
- package/coverage/lcov-report/react/components/Header/HeaderLogo.jsx.html +206 -0
- package/coverage/lcov-report/react/components/Header/HeaderMenuButton.js.html +230 -0
- package/coverage/lcov-report/react/components/Header/HeaderMenuItem.jsx.html +749 -0
- package/coverage/lcov-report/react/components/Header/HeaderMenuLink.js.html +230 -0
- package/coverage/lcov-report/react/components/Header/HeaderMenuSignOutButton.js.html +266 -0
- package/coverage/lcov-report/react/components/Header/HeaderMobileButton.js.html +191 -0
- package/coverage/lcov-report/react/components/Header/HeaderUI.jsx.html +557 -0
- package/coverage/lcov-report/react/components/Header/HelpIcon.jsx.html +176 -0
- package/coverage/lcov-report/react/components/Header/NavigationButtonIcon.jsx.html +161 -0
- package/coverage/lcov-report/react/components/Header/header.js.html +194 -0
- package/coverage/lcov-report/react/components/Header/hooks.js.html +236 -0
- package/coverage/lcov-report/react/components/Header/index.html +321 -0
- package/coverage/lcov-report/react/components/Header/utag-helpers.js.html +107 -0
- package/coverage/lcov-report/react/components/InfoModal/index.html +111 -0
- package/coverage/lcov-report/react/components/InfoModal/index.jsx.html +392 -0
- package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +305 -0
- package/coverage/lcov-report/react/components/Infotip/InfotipIcon.jsx.html +203 -0
- package/coverage/lcov-report/react/components/Infotip/index.html +141 -0
- package/coverage/lcov-report/react/components/Infotip/index.js.html +89 -0
- package/coverage/lcov-report/react/components/Modal/LegacyModal.jsx.html +296 -0
- package/coverage/lcov-report/react/components/Modal/Modal.jsx.html +500 -0
- package/coverage/lcov-report/react/components/Modal/index.html +141 -0
- package/coverage/lcov-report/react/components/Modal/index.jsx.html +146 -0
- package/coverage/lcov-report/react/components/NotificationBanner/NotificationBannerUI.jsx.html +950 -0
- package/coverage/lcov-report/react/components/NotificationBanner/index.html +111 -0
- package/coverage/lcov-report/react/components/NotificationBanner/index.js.html +875 -0
- package/coverage/lcov-report/react/components/SanitizedContent/index.html +111 -0
- package/coverage/lcov-report/react/components/SanitizedContent/index.jsx.html +680 -0
- 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 +863 -0
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +146 -0
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/index.html +111 -0
- package/coverage/lcov-report/react/components/SideNav/Chart/ScoreChart.jsx.html +884 -0
- package/coverage/lcov-report/react/components/SideNav/Chart/index.html +126 -0
- package/coverage/lcov-report/react/components/SideNav/Chart/index.js.html +89 -0
- package/coverage/lcov-report/react/components/SideNav/Content/LevelOneContent.jsx.html +590 -0
- package/coverage/lcov-report/react/components/SideNav/Content/LevelTwoContent.jsx.html +728 -0
- package/coverage/lcov-report/react/components/SideNav/Content/index.html +141 -0
- package/coverage/lcov-report/react/components/SideNav/Content/index.js.html +92 -0
- package/coverage/lcov-report/react/components/SideNav/Details/IndividualDetails.jsx.html +134 -0
- package/coverage/lcov-report/react/components/SideNav/Details/PracticeDetails.jsx.html +215 -0
- package/coverage/lcov-report/react/components/SideNav/Details/index.html +141 -0
- package/coverage/lcov-report/react/components/SideNav/Details/index.js.html +92 -0
- package/coverage/lcov-report/react/components/SideNav/Links/CmsSwitchLink.jsx.html +203 -0
- package/coverage/lcov-report/react/components/SideNav/Links/NavItemInline.jsx.html +242 -0
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkContainer.jsx.html +194 -0
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkDrawer.jsx.html +695 -0
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkInline.jsx.html +401 -0
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkToggle.jsx.html +182 -0
- package/coverage/lcov-report/react/components/SideNav/Links/index.html +201 -0
- package/coverage/lcov-report/react/components/SideNav/Links/index.js.html +119 -0
- package/coverage/lcov-report/react/components/SideNav/UI/SideNavUI.jsx.html +1052 -0
- package/coverage/lcov-report/react/components/SideNav/UI/index.html +126 -0
- package/coverage/lcov-report/react/components/SideNav/UI/index.js.html +89 -0
- package/coverage/lcov-report/react/components/SideNav/helpers.js.html +227 -0
- package/coverage/lcov-report/react/components/SideNav/index.html +126 -0
- package/coverage/lcov-report/react/components/SideNav/index.js.html +239 -0
- package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +344 -0
- package/coverage/lcov-report/react/components/Tooltip/index.html +141 -0
- package/coverage/lcov-report/react/components/Tooltip/index.js.html +89 -0
- package/coverage/lcov-report/react/components/Tooltip/position.js.html +284 -0
- 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 +111 -0
- package/coverage/lcov-report/react/index.html +111 -0
- package/coverage/lcov-report/react/index.js.html +173 -0
- package/coverage/lcov-report/react/lib/Chevron.jsx.html +176 -0
- package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +1697 -0
- package/coverage/lcov-report/react/lib/index.html +141 -0
- package/coverage/lcov-report/react/lib/svg-definitions.svg.html +455 -0
- package/coverage/lcov-report/react/session/index.html +156 -0
- package/coverage/lcov-report/react/session/index.js.html +95 -0
- package/coverage/lcov-report/react/session/logout.js.html +203 -0
- package/coverage/lcov-report/react/session/refresh.js.html +227 -0
- package/coverage/lcov-report/react/session/ttl.js.html +191 -0
- 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-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +170 -0
- package/coverage/lcov.info +2673 -0
- 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/tooltip-question.svg +6 -0
- package/package.json +28 -26
- 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/_main.scss +1 -0
- package/styles/components/_footer.scss +593 -0
- package/styles/components/_header.scss +887 -0
- package/styles/components/_sidebar.scss +8 -0
- package/styles/components/sidebar/_animations.scss +38 -0
- package/styles/components/sidebar/_cms.scss +61 -0
- package/styles/components/sidebar/_details.scss +58 -0
- package/styles/components/sidebar/_links.scss +415 -0
- package/styles/components/sidebar/_sidebar-animation.scss +121 -0
- package/styles/components/sidebar/_sidebar-tooltip.scss +33 -0
- package/styles/components/sidebar/_sidebar.scss +141 -0
- package/styles/components/sidebar/project-specific/_wi.scss +42 -0
- package/styles/qppds/base/_icon.scss +21 -0
- package/styles/qppds/base/index.scss +1 -0
- package/styles/qppds/components/_button.scss +1 -1
- package/styles/qppds/components/_dropdown.scss +4 -0
- package/styles/qppds/components/_pagination.scss +227 -0
- package/styles/qppds/components/index.scss +1 -0
- package/styles/qppds/components/sidebar/_links.scss +24 -2
- package/styles/qppds/components/sidebar/_sidebar-animation.scss +4 -0
- package/styles/qppds/components/sidebar/_sidebar.scss +4 -0
- package/styles/qppds/settings/mixins/_icons.scss +29 -2
- package/styles/qppds/utilities/_display-visability.scss +83 -0
- package/webpack.config.js +20 -18
- package/webpack.config.react.js +0 -1
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
/*
|
|
2
|
+
General sidebar styles
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
.sidebar {
|
|
6
|
+
background: $color-slate;
|
|
7
|
+
box-shadow: 4px 0 10px 0 transparentize($color-black, 0.7);
|
|
8
|
+
color: $color-white;
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-direction: column;
|
|
11
|
+
height: 100%;
|
|
12
|
+
overflow: hidden;
|
|
13
|
+
position: relative;
|
|
14
|
+
transition: width 0.6s ease-in-out;
|
|
15
|
+
width: $side-nav-expanded-width;
|
|
16
|
+
|
|
17
|
+
a {
|
|
18
|
+
text-decoration: none;
|
|
19
|
+
|
|
20
|
+
&:hover {
|
|
21
|
+
text-decoration: none;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&.unstyled {
|
|
25
|
+
color: inherit;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
hr {
|
|
30
|
+
border-top: 1px solid transparentize($color-white, 0.8);
|
|
31
|
+
height: 1px;
|
|
32
|
+
margin: 25px $side-nav-horizontal-padding;
|
|
33
|
+
width: auto;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
ul {
|
|
37
|
+
line-height: 1.7;
|
|
38
|
+
list-style-type: none;
|
|
39
|
+
margin: 0;
|
|
40
|
+
padding: 2px 0;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
svg {
|
|
44
|
+
position: relative;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.SVGInline {
|
|
48
|
+
display: none;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&.closed {
|
|
52
|
+
width: $side-nav-closed-width;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.alt-style {
|
|
56
|
+
background: $color-slate-dark;
|
|
57
|
+
|
|
58
|
+
.alt-style-header {
|
|
59
|
+
background: $color-slate;
|
|
60
|
+
padding-bottom: 25px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.alt-style-nav {
|
|
64
|
+
padding-bottom: 25px;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/* Sidebar content */
|
|
69
|
+
|
|
70
|
+
.sidebar-content {
|
|
71
|
+
display: flex;
|
|
72
|
+
flex-direction: column;
|
|
73
|
+
flex-grow: 1;
|
|
74
|
+
overflow-x: hidden;
|
|
75
|
+
transition: overflow-x 0.6s;
|
|
76
|
+
|
|
77
|
+
.label {
|
|
78
|
+
@include typography('Rubik', 20px, 26px, $color-white);
|
|
79
|
+
display: block;
|
|
80
|
+
font-weight: normal;
|
|
81
|
+
padding: 30px 25px 20px;
|
|
82
|
+
text-align: left;
|
|
83
|
+
white-space: inherit;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.level-one-nav {
|
|
87
|
+
background-color: $color-slate;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/* Sidebar chart */
|
|
92
|
+
|
|
93
|
+
.chart-title {
|
|
94
|
+
align-items: center;
|
|
95
|
+
display: flex;
|
|
96
|
+
flex-direction: column;
|
|
97
|
+
justify-content: center;
|
|
98
|
+
|
|
99
|
+
p {
|
|
100
|
+
margin: 0;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.title {
|
|
104
|
+
@include typography('Rubik', 16px, 22px, $color-white);
|
|
105
|
+
text-transform: uppercase;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.disclaimer {
|
|
109
|
+
@include typography(
|
|
110
|
+
'Rubik',
|
|
111
|
+
14px,
|
|
112
|
+
20px,
|
|
113
|
+
transparentize($color-white, 0.2)
|
|
114
|
+
);
|
|
115
|
+
align-items: center;
|
|
116
|
+
display: flex;
|
|
117
|
+
padding: 5px 0 10px;
|
|
118
|
+
|
|
119
|
+
svg {
|
|
120
|
+
height: 20px;
|
|
121
|
+
width: 20px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.left-icon {
|
|
125
|
+
fill: transparentize($color-white, 0.2);
|
|
126
|
+
margin-right: 10px;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.right-icon {
|
|
130
|
+
fill: $color-teal-light;
|
|
131
|
+
margin-left: 10px;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.timestamp {
|
|
136
|
+
@include typography('Rubik', 13px, 20px, $color-white);
|
|
137
|
+
padding: 5px 0 20px;
|
|
138
|
+
text-transform: uppercase;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*
|
|
2
|
+
WI specific styles
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
.sidebar {
|
|
6
|
+
&.sidebar-wi-nav .sidebar-content {
|
|
7
|
+
> .animation-group > a.link-back {
|
|
8
|
+
background: $color-slate;
|
|
9
|
+
padding-bottom: 25px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
> .animation-group:nth-child(2) {
|
|
13
|
+
background: $color-slate;
|
|
14
|
+
|
|
15
|
+
> hr {
|
|
16
|
+
margin-bottom: 0;
|
|
17
|
+
margin-top: 0;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
> .animation-group:nth-child(3) {
|
|
22
|
+
background: $color-slate;
|
|
23
|
+
padding-bottom: 25px;
|
|
24
|
+
padding-top: 25px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
> .animation-group:nth-child(4) {
|
|
28
|
+
padding: 25px $side-nav-horizontal-padding 0;
|
|
29
|
+
|
|
30
|
+
.quality-title {
|
|
31
|
+
@include typography('Rubik', 14px, 16px, $color-white);
|
|
32
|
+
font-weight: 500;
|
|
33
|
+
text-transform: uppercase;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.quality-subtitle {
|
|
37
|
+
@include typography('Rubik', 14px, 16px, $color-white);
|
|
38
|
+
padding: 10px 0 0;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@import '../settings/variables/index';
|
|
2
|
+
|
|
3
|
+
.qpp-icon-inline {
|
|
4
|
+
@include inline-icon;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.qpp-icon-inline--md {
|
|
8
|
+
@include inline-icon-md;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.qpp-icon-inline--lg {
|
|
12
|
+
@include inline-icon-lg;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.qpp-icon-mat {
|
|
16
|
+
@include mat-icon;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.qpp-icon-feather {
|
|
20
|
+
@include feather-icon;
|
|
21
|
+
}
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
// stylelint-disable selector-no-qualifying-type
|
|
3
|
+
|
|
4
|
+
.qpp-c-pagination {
|
|
5
|
+
margin: $spacing-8 0;
|
|
6
|
+
font-family: $font-rubik;
|
|
7
|
+
display: flex;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.qpp-c-pagination svg {
|
|
12
|
+
margin-bottom: -0.1em !important;
|
|
13
|
+
margin-top: -0.1em !important;
|
|
14
|
+
height: 1em !important;
|
|
15
|
+
width: 1em !important;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.qpp-c-pagination button,
|
|
19
|
+
.qppds .qpp-c-pagination button {
|
|
20
|
+
background-color: $white;
|
|
21
|
+
border-radius: rem(3px);
|
|
22
|
+
padding: rem(2px);
|
|
23
|
+
|
|
24
|
+
&:focus {
|
|
25
|
+
border: rem(1px) solid $blue-70;
|
|
26
|
+
border-radius: rem(3px);
|
|
27
|
+
box-shadow: 0 0 0 rem(4px) $blue-10;
|
|
28
|
+
outline: none;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.qpp-c-pagination a,
|
|
33
|
+
.qppds .qpp-c-pagination a {
|
|
34
|
+
text-decoration: none;
|
|
35
|
+
padding: rem(2px);
|
|
36
|
+
|
|
37
|
+
&:focus {
|
|
38
|
+
@include link-focus;
|
|
39
|
+
padding: rem(2px);
|
|
40
|
+
margin-left: 0;
|
|
41
|
+
margin-right: 0;
|
|
42
|
+
color: $blue-60;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&:hover {
|
|
46
|
+
color: $blue-60;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.qpp-c-pagination__list {
|
|
51
|
+
margin-top: 0;
|
|
52
|
+
margin-bottom: 0;
|
|
53
|
+
list-style-type: none;
|
|
54
|
+
padding-left: 0;
|
|
55
|
+
|
|
56
|
+
align-items: center;
|
|
57
|
+
display: flex;
|
|
58
|
+
flex-flow: row nowrap;
|
|
59
|
+
justify-content: center;
|
|
60
|
+
width: auto;
|
|
61
|
+
|
|
62
|
+
> li {
|
|
63
|
+
margin-bottom: 0;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// Pagination nav items
|
|
68
|
+
// 1. Prevents chromium browsers from adding additional vertical whitespace
|
|
69
|
+
.qpp-c-pagination__item {
|
|
70
|
+
display: inline-flex; // 1
|
|
71
|
+
height: $spacing-40;
|
|
72
|
+
justify-content: center;
|
|
73
|
+
line-height: 1;
|
|
74
|
+
margin-left: $spacing-8 / 2;
|
|
75
|
+
margin-right: $spacing-8 / 2;
|
|
76
|
+
min-width: $spacing-40;
|
|
77
|
+
max-width: $spacing-40;
|
|
78
|
+
|
|
79
|
+
@include at-media(sm) {
|
|
80
|
+
flex: 1 0 auto; // flex: 1 won't work in IE11
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
> a,
|
|
84
|
+
> button {
|
|
85
|
+
&:disabled {
|
|
86
|
+
background-color: $gray-10;
|
|
87
|
+
color: $gray-60;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// Don't show previous and next at mobile.
|
|
93
|
+
// Functionality exists with page buttons.
|
|
94
|
+
.qpp-c-pagination__arrow {
|
|
95
|
+
display: none;
|
|
96
|
+
max-width: unset;
|
|
97
|
+
@include at-media(sm) {
|
|
98
|
+
display: inherit;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.qpp-c-pagination__link {
|
|
103
|
+
align-items: center;
|
|
104
|
+
color: $blue-60;
|
|
105
|
+
display: inline-flex;
|
|
106
|
+
text-decoration: none;
|
|
107
|
+
|
|
108
|
+
&[disabled] {
|
|
109
|
+
opacity: 0.4 !important;
|
|
110
|
+
pointer-events: none;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&:hover,
|
|
114
|
+
&:focus,
|
|
115
|
+
&:active {
|
|
116
|
+
text-decoration: underline !important;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
&:visited {
|
|
120
|
+
color: $blue-60;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.qpp-c-pagination__button {
|
|
125
|
+
align-items: center;
|
|
126
|
+
border-color: $gray-10;
|
|
127
|
+
border-radius: rem(3px);
|
|
128
|
+
border-style: solid;
|
|
129
|
+
border-width: rem(1px);
|
|
130
|
+
color: $blue-60;
|
|
131
|
+
display: inline-flex;
|
|
132
|
+
justify-content: center;
|
|
133
|
+
padding: $spacing-16;
|
|
134
|
+
text-decoration: none;
|
|
135
|
+
width: 100%;
|
|
136
|
+
|
|
137
|
+
&:hover,
|
|
138
|
+
&.qpp-c-button--hover {
|
|
139
|
+
background-color: $gray-04;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
&:active,
|
|
143
|
+
&.qpp-c-button--active {
|
|
144
|
+
background-color: darken($gray-04, 3%);
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.qppds .qpp-c-pagination__link,
|
|
149
|
+
.qppds .qpp-c-pagination__button {
|
|
150
|
+
color: $blue-60;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.qpp-c-pagination .qpp-c-pagination__current,
|
|
154
|
+
.qppds .qpp-c-pagination .qpp-c-pagination__current {
|
|
155
|
+
background-color: $blue-60;
|
|
156
|
+
border-color: transparent;
|
|
157
|
+
color: $white;
|
|
158
|
+
|
|
159
|
+
&:hover,
|
|
160
|
+
&:focus,
|
|
161
|
+
&:active {
|
|
162
|
+
background-color: $blue-60;
|
|
163
|
+
color: $white;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.qpp-c-pagination__overflow {
|
|
168
|
+
align-items: center;
|
|
169
|
+
align-self: stretch;
|
|
170
|
+
display: inherit;
|
|
171
|
+
user-select: none;
|
|
172
|
+
padding: $spacing-16;
|
|
173
|
+
opacity: 0.5;
|
|
174
|
+
color: $blue-60;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.qpp-c-pagination__previous {
|
|
178
|
+
@include at-media(sm) {
|
|
179
|
+
margin-right: $spacing-40 / 2;
|
|
180
|
+
}
|
|
181
|
+
border: rem(1px) solid transparent;
|
|
182
|
+
svg {
|
|
183
|
+
margin-right: rem(6px) !important;
|
|
184
|
+
margin-left: 0 !important;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.qpp-c-pagination button.qpp-c-pagination__previous {
|
|
189
|
+
&:focus {
|
|
190
|
+
border: rem(1px) solid $blue-70;
|
|
191
|
+
margin-right: $spacing-40 / 2;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.qpp-c-pagination__item a.qpp-c-pagination__previous {
|
|
196
|
+
&:focus {
|
|
197
|
+
border: rem(1px) solid $blue-70;
|
|
198
|
+
margin-right: ($spacing-40 / 2);
|
|
199
|
+
margin-left: 0;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.qpp-c-pagination__next {
|
|
204
|
+
@include at-media(sm) {
|
|
205
|
+
margin-left: $spacing-40 / 2;
|
|
206
|
+
}
|
|
207
|
+
border: rem(1px) solid transparent;
|
|
208
|
+
svg {
|
|
209
|
+
margin-left: rem(6px) !important;
|
|
210
|
+
margin-right: 0 !important;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.qpp-c-pagination button.qpp-c-pagination__next {
|
|
215
|
+
border: 1px solid transparent;
|
|
216
|
+
&:focus {
|
|
217
|
+
border: rem(1px) solid $blue-70;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.qpp-c-pagination__item a.qpp-c-pagination__next {
|
|
222
|
+
&:focus {
|
|
223
|
+
border: rem(1px) solid $blue-70;
|
|
224
|
+
margin-left: $spacing-40 / 2;
|
|
225
|
+
margin-right: 0;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
@@ -63,12 +63,18 @@ Inline and back links
|
|
|
63
63
|
padding: 10px $side-nav-horizontal-padding;
|
|
64
64
|
width: $side-nav-expanded-width;
|
|
65
65
|
|
|
66
|
+
&.highlight {
|
|
67
|
+
color: $color-white;
|
|
68
|
+
border-left: solid 3px $color-teal-light;
|
|
69
|
+
}
|
|
70
|
+
|
|
66
71
|
.left-icon {
|
|
67
72
|
height: 25px;
|
|
68
73
|
margin-right: 15px;
|
|
69
74
|
min-height: 25px;
|
|
70
75
|
min-width: 25px;
|
|
71
76
|
width: 25px;
|
|
77
|
+
fill: $color-white;
|
|
72
78
|
}
|
|
73
79
|
|
|
74
80
|
&.stroke-based-icon {
|
|
@@ -227,8 +233,8 @@ Inline and back links
|
|
|
227
233
|
fill: $color-white;
|
|
228
234
|
}
|
|
229
235
|
|
|
230
|
-
&.
|
|
231
|
-
|
|
236
|
+
&.left-border-disabled {
|
|
237
|
+
border-left: 0;
|
|
232
238
|
}
|
|
233
239
|
}
|
|
234
240
|
|
|
@@ -249,6 +255,10 @@ Inline and back links
|
|
|
249
255
|
flex-grow: 1;
|
|
250
256
|
}
|
|
251
257
|
|
|
258
|
+
.hidden-nav-link-item {
|
|
259
|
+
display: none;
|
|
260
|
+
}
|
|
261
|
+
|
|
252
262
|
.right-icon {
|
|
253
263
|
height: 12px;
|
|
254
264
|
transition: transform 0.6s;
|
|
@@ -280,6 +290,10 @@ Inline and back links
|
|
|
280
290
|
.parent-link {
|
|
281
291
|
line-height: 1.3;
|
|
282
292
|
margin-left: 35px;
|
|
293
|
+
|
|
294
|
+
&.larger-item-spacing:not(:last-child) {
|
|
295
|
+
padding-bottom: 12px;
|
|
296
|
+
}
|
|
283
297
|
}
|
|
284
298
|
|
|
285
299
|
.child-link {
|
|
@@ -296,6 +310,14 @@ Inline and back links
|
|
|
296
310
|
&.currentPage {
|
|
297
311
|
background: $color-slate-dark;
|
|
298
312
|
}
|
|
313
|
+
|
|
314
|
+
&.background-highlight {
|
|
315
|
+
background-color: $color-slate-dark;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
&.larger-drawer-bottom-padding {
|
|
319
|
+
padding: 0 30px 24px 30px;
|
|
320
|
+
}
|
|
299
321
|
}
|
|
300
322
|
}
|
|
301
323
|
|
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
@mixin inline-icon {
|
|
2
|
-
margin-bottom: -0.1em; // apply negative margin so icon doesn't affect height
|
|
3
|
-
margin-top: -0.1em;
|
|
4
2
|
position: relative;
|
|
5
3
|
vertical-align: middle;
|
|
4
|
+
margin-bottom: -0.1em; // apply negative margin so icon doesn't affect height
|
|
5
|
+
margin-top: -0.1em;
|
|
6
|
+
height: 1em;
|
|
7
|
+
width: 1em;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@mixin inline-icon-md {
|
|
11
|
+
@include inline-icon;
|
|
12
|
+
margin-bottom: -0.2em;
|
|
13
|
+
margin-top: -0.3em;
|
|
14
|
+
height: 1.25em;
|
|
15
|
+
width: 1.25em;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@mixin inline-icon-lg {
|
|
19
|
+
@include inline-icon;
|
|
20
|
+
margin-bottom: -0.3em;
|
|
21
|
+
margin-top: -0.4em;
|
|
22
|
+
height: 1.5em;
|
|
23
|
+
width: 1.5em;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
@mixin mat-icon {
|
|
27
|
+
fill: currentColor;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
@mixin feather-icon {
|
|
31
|
+
stroke: currentColor;
|
|
32
|
+
fill: none;
|
|
6
33
|
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
@import '../settings/index.scss';
|
|
3
|
+
|
|
4
|
+
.qpp-u-display--block {
|
|
5
|
+
display: block !important;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.qpp-u-display--inline-block {
|
|
9
|
+
display: inline-block !important;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.qpp-u-display--inline {
|
|
13
|
+
display: inline !important;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.qpp-u-display--flex {
|
|
17
|
+
display: flex !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.qpp-u-display--inline-flex {
|
|
21
|
+
display: inline-flex !important;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.qpp-u-display--none {
|
|
25
|
+
display: none !important;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.qpp-u-visibility--hidden {
|
|
29
|
+
visibility: hidden !important;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.qpp-u-visibility--visible {
|
|
33
|
+
visibility: visible !important;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@each $breakpoint in map-keys($breakpoints) {
|
|
37
|
+
$viewport: map-get($breakpoints, $breakpoint);
|
|
38
|
+
|
|
39
|
+
@media (min-width: $viewport) {
|
|
40
|
+
.qpp-u-#{$breakpoint}-display--block {
|
|
41
|
+
display: block !important;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.qpp-u-#{$breakpoint}-display--inline-block {
|
|
45
|
+
display: inline-block !important;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.qpp-u-#{$breakpoint}-display--inline {
|
|
49
|
+
display: inline !important;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.qpp-u-#{$breakpoint}-display--flex {
|
|
53
|
+
display: flex !important;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.qpp-u-#{$breakpoint}-display--inline-flex {
|
|
57
|
+
display: inline-flex !important;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.qpp-u-#{$breakpoint}-display--none {
|
|
61
|
+
display: none !important;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.qpp-u-#{$breakpoint}-visibility--hidden {
|
|
65
|
+
visibility: hidden !important;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.qpp-u-#{$breakpoint}-visibility--visible {
|
|
69
|
+
visibility: visible !important;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.qpp-u-visually-hidden,
|
|
75
|
+
.qpp-u-visually-hidden-focusable:not(:focus) {
|
|
76
|
+
@include visually-hidden;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
@media print {
|
|
80
|
+
.qpp-u-visibility--hidden-print {
|
|
81
|
+
display: none !important;
|
|
82
|
+
}
|
|
83
|
+
}
|