qpp-style 9.44.1 → 9.44.2
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/Infotip/InfotipContent.jsx +1 -0
- package/coverage/clover.xml +461 -569
- package/coverage/coverage-final.json +68 -70
- package/coverage/lcov-report/{components/SideNav/Links/NavItemInline.jsx.html → Infotip.jsx.html} +123 -72
- package/coverage/lcov-report/{components/SideNav/Links/CmsSwitchLink.jsx.html → InfotipContent.jsx.html} +71 -56
- package/coverage/lcov-report/{components/SideNav/Content/LevelOneContent.jsx.html → InfotipIcon.jsx.html} +53 -77
- package/coverage/lcov-report/components/Accordion/index.html +21 -21
- package/coverage/lcov-report/components/Accordion/index.jsx.html +113 -113
- package/coverage/lcov-report/components/{Dropdown → Button}/index.html +17 -17
- package/coverage/lcov-report/components/Button/index.js.html +355 -0
- package/coverage/lcov-report/components/Error/Collapsible.jsx.html +98 -98
- package/coverage/lcov-report/components/Error/ErrorUI.jsx.html +33 -33
- package/coverage/lcov-report/components/Error/index.html +23 -23
- package/coverage/lcov-report/components/Footer/FooterUI.jsx.html +211 -211
- package/coverage/lcov-report/components/Footer/SocialLinks.jsx.html +62 -62
- package/coverage/lcov-report/components/Footer/Subscribe.jsx.html +36 -36
- package/coverage/lcov-report/components/Footer/index.html +13 -13
- package/coverage/lcov-report/components/{SideNav/Content → GovBanner}/index.html +29 -44
- package/coverage/lcov-report/components/GovBanner/index.js.html +436 -0
- package/coverage/lcov-report/components/Header/HeaderAccountMenu.jsx.html +367 -0
- package/coverage/lcov-report/components/{SideNav/Details/IndividualDetails.jsx.html → Header/HeaderCancel.jsx.html} +35 -41
- package/coverage/lcov-report/components/Header/HeaderContainer.jsx.html +307 -0
- package/coverage/lcov-report/components/Header/HeaderLogo.jsx.html +211 -0
- package/coverage/lcov-report/components/Header/HeaderMenuButton.js.html +235 -0
- package/coverage/lcov-report/components/Header/HeaderMenuItem.jsx.html +802 -0
- package/coverage/lcov-report/components/Header/HeaderMenuLink.js.html +253 -0
- package/coverage/lcov-report/components/Header/HeaderMenuSignOutButton.js.html +271 -0
- package/coverage/lcov-report/components/Header/HeaderMobileButton.js.html +196 -0
- package/coverage/lcov-report/components/Header/HeaderUI.jsx.html +586 -0
- package/coverage/lcov-report/components/Header/HelpIcon.jsx.html +181 -0
- package/coverage/lcov-report/components/Header/ImpersonatorBanner.jsx.html +328 -0
- package/coverage/lcov-report/components/Header/NavigationButtonIcon.jsx.html +166 -0
- package/coverage/lcov-report/components/Header/hooks.js.html +283 -0
- package/coverage/lcov-report/components/Header/index.html +326 -0
- package/coverage/lcov-report/components/{SideNav/Links/index.js.html → Header/utag-helpers.js.html} +34 -46
- package/coverage/lcov-report/components/Infotip/Infotip.jsx.html +90 -90
- package/coverage/lcov-report/components/Infotip/InfotipContent.jsx.html +50 -50
- package/coverage/lcov-report/components/Infotip/InfotipIcon.jsx.html +49 -49
- package/coverage/lcov-report/components/Infotip/index.html +25 -40
- package/coverage/lcov-report/components/Infotip/index.js.html +1 -1
- package/coverage/lcov-report/components/Modal/LegacyModal.jsx.html +116 -116
- package/coverage/lcov-report/components/Modal/Modal.jsx.html +252 -252
- package/coverage/lcov-report/components/Modal/index.html +38 -38
- package/coverage/lcov-report/components/Modal/index.jsx.html +31 -31
- package/coverage/lcov-report/components/NotificationBanner/CollapsedView.js.html +202 -0
- package/coverage/lcov-report/components/NotificationBanner/ExpandedView.js.html +220 -0
- package/coverage/lcov-report/components/{SideNav/Details → NotificationBanner}/index.html +46 -46
- package/coverage/lcov-report/components/NotificationBanner/index.js.html +748 -0
- package/coverage/lcov-report/components/SanitizedContent/index.html +21 -21
- package/coverage/lcov-report/components/SanitizedContent/index.jsx.html +257 -257
- package/coverage/lcov-report/components/SessionDialogUI.jsx.html +440 -440
- package/coverage/lcov-report/components/SideNav/Chart/ScoreChart.jsx.html +8 -8
- package/coverage/lcov-report/components/SideNav/Chart/index.html +1 -16
- package/coverage/lcov-report/components/SideNav/Content/SelectRole/index.html +19 -34
- package/coverage/lcov-report/components/SideNav/Content/SelectRole/utils.js.html +147 -147
- package/coverage/lcov-report/components/SideNav/helpers.js.html +565 -544
- package/coverage/lcov-report/components/SideNav/index.html +19 -19
- package/coverage/lcov-report/components/Tooltip/Tooltip.jsx.html +9 -9
- package/coverage/lcov-report/components/Tooltip/index.html +1 -1
- package/coverage/lcov-report/components/Tooltip/index.js.html +1 -1
- package/coverage/lcov-report/components/Tooltip/position.js.html +1 -1
- package/coverage/lcov-report/components/hooks/index.html +21 -21
- package/coverage/lcov-report/components/hooks/useGetConfig.js.html +131 -128
- package/coverage/lcov-report/components/index.html +21 -21
- package/coverage/lcov-report/index.html +124 -124
- package/coverage/lcov-report/{components/SideNav/UI/index.js.html → index.js.html} +12 -12
- package/coverage/lcov-report/lib/Chevron.jsx.html +36 -36
- package/coverage/lcov-report/lib/SvgComponents.jsx.html +1161 -1161
- package/coverage/lcov-report/lib/index.html +24 -24
- package/coverage/lcov-report/react/components/Accordion/index.html +21 -21
- package/coverage/lcov-report/react/components/Accordion/index.jsx.html +41 -41
- package/coverage/lcov-report/react/components/Button/index.html +1 -1
- package/coverage/lcov-report/react/components/Button/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Dropdown/index.html +1 -1
- package/coverage/lcov-report/react/components/Dropdown/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +1 -1
- 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 +4 -4
- 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 +1 -1
- package/coverage/lcov-report/react/components/GovBanner/index.html +1 -1
- package/coverage/lcov-report/react/components/GovBanner/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderAccountMenu.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderCancel.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderContainer.jsx.html +60 -12
- package/coverage/lcov-report/react/components/Header/HeaderLogo.jsx.html +20 -14
- package/coverage/lcov-report/react/components/Header/HeaderMenuButton.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderMenuItem.jsx.html +2 -2
- package/coverage/lcov-report/react/components/Header/HeaderMenuLink.js.html +7 -7
- package/coverage/lcov-report/react/components/Header/HeaderMenuSignOutButton.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderMobileButton.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderUI.jsx.html +34 -25
- package/coverage/lcov-report/react/components/Header/HelpIcon.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/ImpersonatorBanner.jsx.html +33 -15
- 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 +37 -37
- package/coverage/lcov-report/react/components/Header/utag-helpers.js.html +1 -1
- package/coverage/lcov-report/{components/SideNav/AnimationGroup → react/components/HeaderSearchBar}/index.html +22 -22
- package/coverage/lcov-report/{components/Dropdown/index.js.html → react/components/HeaderSearchBar/index.jsx.html} +109 -106
- package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +2 -2
- package/coverage/lcov-report/react/components/Infotip/InfotipContent.jsx.html +9 -3
- 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 +1 -1
- package/coverage/lcov-report/react/components/Modal/Modal.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Modal/index.html +1 -1
- package/coverage/lcov-report/react/components/Modal/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/CollapsedView.js.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/ExpandedView.js.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/index.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SanitizedContent/index.html +21 -21
- package/coverage/lcov-report/react/components/SanitizedContent/index.jsx.html +23 -23
- package/coverage/lcov-report/react/components/Session/Session.jsx.html +61 -91
- package/coverage/lcov-report/react/components/Session/SessionDialogWrapped.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Session/index.html +15 -15
- package/coverage/lcov-report/react/components/Session/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SessionDialog/index.html +1 -1
- package/coverage/lcov-report/react/components/SessionDialog/sessionDialog.js.html +1 -1
- package/coverage/lcov-report/react/components/SessionDialogUI.jsx.html +30 -90
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +3 -3
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/ScoreChart.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/LevelOneContent.jsx.html +48 -18
- package/coverage/lcov-report/react/components/SideNav/Content/LevelTwoContent.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/index.html +26 -26
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/index.js.html +14 -38
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/utils.js.html +62 -83
- package/coverage/lcov-report/react/components/SideNav/Content/index.html +5 -5
- 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 +1 -1
- package/coverage/lcov-report/react/components/SideNav/Details/index.html +1 -1
- 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 +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkDrawer.jsx.html +5 -2
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkInline.jsx.html +5 -2
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkToggle.jsx.html +4 -4
- package/coverage/lcov-report/react/components/SideNav/Links/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/index.js.html +1 -1
- package/coverage/lcov-report/{components/Footer/LegacyFooterUI.jsx.html → react/components/SideNav/UI/DynamicContent.jsx.html} +210 -246
- package/coverage/lcov-report/react/components/SideNav/UI/SideNavUI.jsx.html +41 -536
- package/coverage/lcov-report/react/components/SideNav/UI/default-markup.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/UI/index.html +34 -19
- package/coverage/lcov-report/react/components/SideNav/UI/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/helpers.js.html +15 -1068
- package/coverage/lcov-report/react/components/SideNav/index.html +21 -21
- package/coverage/lcov-report/react/components/SideNav/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +2 -2
- 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 +1 -1
- package/coverage/lcov-report/react/components/hooks/index.html +14 -14
- package/coverage/lcov-report/react/components/hooks/useGetConfig.js.html +12 -15
- package/coverage/lcov-report/react/components/index.html +21 -21
- package/coverage/lcov-report/react/index.html +13 -13
- package/coverage/lcov-report/react/index.js.html +13 -28
- package/coverage/lcov-report/react/lib/Chevron.jsx.html +14 -14
- package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +2 -2
- package/coverage/lcov-report/react/lib/index.html +16 -16
- package/coverage/lcov-report/react/lib/svg-definitions.svg.html +1 -1
- package/coverage/lcov-report/react/session/index.html +29 -44
- package/coverage/lcov-report/react/session/index.js.html +1 -1
- package/coverage/lcov-report/react/session/isAuthV2.js.html +1 -1
- package/coverage/lcov-report/react/session/logout.js.html +50 -44
- package/coverage/lcov-report/react/session/refresh.js.html +8 -17
- package/coverage/lcov-report/react/session/ttl.js.html +9 -21
- package/coverage/lcov-report/session/index.html +53 -53
- package/coverage/lcov-report/session/index.js.html +13 -13
- package/coverage/lcov-report/session/logout.js.html +137 -137
- package/coverage/lcov-report/session/refresh.js.html +90 -90
- package/coverage/lcov-report/session/ttl.js.html +77 -77
- package/coverage/lcov.info +754 -978
- 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/package.json +1 -1
- package/coverage/lcov-report/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +0 -166
- package/coverage/lcov-report/components/SideNav/Chart/index.js.html +0 -94
- package/coverage/lcov-report/components/SideNav/Content/LevelTwoContent.jsx.html +0 -733
- package/coverage/lcov-report/components/SideNav/Content/SelectRole/index.js.html +0 -319
- package/coverage/lcov-report/components/SideNav/Content/index.js.html +0 -94
- package/coverage/lcov-report/components/SideNav/Details/PracticeDetails.jsx.html +0 -220
- package/coverage/lcov-report/components/SideNav/Details/index.js.html +0 -97
- package/coverage/lcov-report/components/SideNav/Links/NavLinkContainer.jsx.html +0 -199
- package/coverage/lcov-report/components/SideNav/Links/NavLinkDrawer.jsx.html +0 -970
- package/coverage/lcov-report/components/SideNav/Links/NavLinkInline.jsx.html +0 -415
- package/coverage/lcov-report/components/SideNav/Links/NavLinkToggle.jsx.html +0 -187
- package/coverage/lcov-report/components/SideNav/Links/index.html +0 -206
- package/coverage/lcov-report/components/SideNav/UI/SideNavUI.jsx.html +0 -1033
- package/coverage/lcov-report/components/SideNav/UI/default-markup.js.html +0 -97
- package/coverage/lcov-report/components/SideNav/UI/index.html +0 -146
- package/coverage/lcov-report/lib/svg-definitions.svg.html +0 -460
- package/styles/components/_footer.scss +0 -593
- package/styles/components/_header.scss +0 -890
- package/styles/components/_sidebar.scss +0 -8
- package/styles/components/sidebar/_animations.scss +0 -38
- package/styles/components/sidebar/_cms.scss +0 -61
- package/styles/components/sidebar/_details.scss +0 -58
- package/styles/components/sidebar/_links.scss +0 -420
- package/styles/components/sidebar/_sidebar-animation.scss +0 -121
- package/styles/components/sidebar/_sidebar-tooltip.scss +0 -33
- package/styles/components/sidebar/_sidebar.scss +0 -141
- package/styles/components/sidebar/project-specific/_wi.scss +0 -42
- package/styles/qppds/components/_infotip-content.scss +0 -49
- package/styles/qppds/components/_spinner.scss +0 -46
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Sidebar animations
|
|
3
|
-
*/
|
|
4
|
-
@-webkit-keyframes left-bounce {
|
|
5
|
-
0% {
|
|
6
|
-
left: 0;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
25% {
|
|
10
|
-
left: 4px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
50% {
|
|
14
|
-
left: 6px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
100% {
|
|
18
|
-
left: 0;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
@-webkit-keyframes right-bounce {
|
|
23
|
-
0% {
|
|
24
|
-
right: 0;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
25% {
|
|
28
|
-
right: 4px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
50% {
|
|
32
|
-
right: 6px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
100% {
|
|
36
|
-
right: 0;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
CMS specific styles
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
.sidebar {
|
|
6
|
-
.cms-header {
|
|
7
|
-
padding: 25px 25px 0;
|
|
8
|
-
|
|
9
|
-
.quality-title {
|
|
10
|
-
@include typography("Rubik", 14px, 16px, $color-white);
|
|
11
|
-
font-weight: 500;
|
|
12
|
-
text-transform: uppercase;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.quality-subtitle {
|
|
16
|
-
@include typography("Rubik", 14px, 16px, $color-white);
|
|
17
|
-
padding: 10px 0 0;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.cms-content {
|
|
22
|
-
padding-left: 40px;
|
|
23
|
-
padding-top: 10px;
|
|
24
|
-
|
|
25
|
-
.due-date,
|
|
26
|
-
.completed,
|
|
27
|
-
.trial-period {
|
|
28
|
-
@include typography(
|
|
29
|
-
"Rubik",
|
|
30
|
-
14px,
|
|
31
|
-
20px,
|
|
32
|
-
transparentize($color-white, 0.2)
|
|
33
|
-
);
|
|
34
|
-
|
|
35
|
-
& span {
|
|
36
|
-
color: $color-white;
|
|
37
|
-
font-family: "Rubik", sans-serif;
|
|
38
|
-
font-weight: 500;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
a.button {
|
|
43
|
-
@include typography("Rubik", 14px, 20px, $color-teal-light);
|
|
44
|
-
background: transparent;
|
|
45
|
-
border: 2px solid $color-teal-light;
|
|
46
|
-
border-radius: 28px;
|
|
47
|
-
cursor: pointer;
|
|
48
|
-
display: inline-block;
|
|
49
|
-
margin: 10px 0;
|
|
50
|
-
padding: 15px 30px;
|
|
51
|
-
text-align: center;
|
|
52
|
-
text-transform: uppercase;
|
|
53
|
-
width: 100%;
|
|
54
|
-
|
|
55
|
-
&:hover {
|
|
56
|
-
border-color: $color-white;
|
|
57
|
-
color: $color-white;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Shared details
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
.sidebar {
|
|
6
|
-
/* Practice details styles */
|
|
7
|
-
|
|
8
|
-
.practice-container {
|
|
9
|
-
padding: 0 25px;
|
|
10
|
-
|
|
11
|
-
.practice-name {
|
|
12
|
-
@include typography("Rubik", 20px, 26px, $color-white);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.practice-tin,
|
|
16
|
-
.vg-id {
|
|
17
|
-
@include typography("Rubik", 14px, 16px, $color-white);
|
|
18
|
-
padding-top: 10px;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/* Individual details */
|
|
23
|
-
|
|
24
|
-
.individual-container {
|
|
25
|
-
padding: 25px 25px 0;
|
|
26
|
-
|
|
27
|
-
.individual-name {
|
|
28
|
-
@include typography("Rubik", 16px, 22px, $color-white);
|
|
29
|
-
font-weight: 500;
|
|
30
|
-
text-transform: uppercase;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.individual-npi {
|
|
34
|
-
@include typography("Rubik", 14px, 16px, $color-white);
|
|
35
|
-
padding: 10px 0 0;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.individual-link {
|
|
39
|
-
@include typography("Rubik", 14px, 20px, $color-teal-light);
|
|
40
|
-
padding-bottom: 10px;
|
|
41
|
-
|
|
42
|
-
&:hover {
|
|
43
|
-
color: $color-white;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.practice-container,
|
|
49
|
-
.individual-container {
|
|
50
|
-
width: $side-nav-expanded-width;
|
|
51
|
-
|
|
52
|
-
.switch-practice,
|
|
53
|
-
.switch-clinician {
|
|
54
|
-
margin: 0;
|
|
55
|
-
padding-top: 10px;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
@@ -1,420 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Inline and back links
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
.sidebar {
|
|
6
|
-
.disabled {
|
|
7
|
-
color: $color-gray-medium !important;
|
|
8
|
-
fill: $color-gray-medium !important;
|
|
9
|
-
pointer-events: none;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.link-inline,
|
|
13
|
-
.link-collapsed {
|
|
14
|
-
border-left: 3px solid transparent;
|
|
15
|
-
|
|
16
|
-
&.stroke-based-icon {
|
|
17
|
-
stroke: $color-teal-light;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
&.stroke-based-icon.active {
|
|
21
|
-
stroke: $color-white;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.link-inline,
|
|
26
|
-
.link-back,
|
|
27
|
-
.account-home-link {
|
|
28
|
-
@include typography("Rubik", 16px, 22px, $color-teal-light);
|
|
29
|
-
@include hover($color-white);
|
|
30
|
-
align-items: center;
|
|
31
|
-
display: flex;
|
|
32
|
-
fill: $color-teal-light;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.account-home-link {
|
|
36
|
-
padding: 25px $side-nav-horizontal-padding 0;
|
|
37
|
-
width: $side-nav-expanded-width;
|
|
38
|
-
|
|
39
|
-
.left-icon {
|
|
40
|
-
height: 25px;
|
|
41
|
-
margin-right: 15px;
|
|
42
|
-
width: 25px;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.link-back {
|
|
47
|
-
padding: 25px $side-nav-horizontal-padding 0;
|
|
48
|
-
|
|
49
|
-
.left-icon {
|
|
50
|
-
height: 12px;
|
|
51
|
-
margin-right: 15px;
|
|
52
|
-
width: 12px;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&:hover {
|
|
56
|
-
& > svg {
|
|
57
|
-
animation: left-bounce 0.6s;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.link-inline {
|
|
63
|
-
padding: 10px $side-nav-horizontal-padding;
|
|
64
|
-
width: $side-nav-expanded-width;
|
|
65
|
-
|
|
66
|
-
.left-icon {
|
|
67
|
-
height: 25px;
|
|
68
|
-
margin-right: 15px;
|
|
69
|
-
min-height: 25px;
|
|
70
|
-
min-width: 25px;
|
|
71
|
-
width: 25px;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&.stroke-based-icon {
|
|
75
|
-
@include stroke-hover($color-white);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.link-collapse,
|
|
80
|
-
.link-expand {
|
|
81
|
-
align-items: center;
|
|
82
|
-
background: $color-slate;
|
|
83
|
-
border: none;
|
|
84
|
-
border-top: 1px solid $color-gray-medium;
|
|
85
|
-
display: flex;
|
|
86
|
-
fill: $color-gray-medium;
|
|
87
|
-
justify-content: center;
|
|
88
|
-
text-transform: uppercase;
|
|
89
|
-
|
|
90
|
-
.left-icon {
|
|
91
|
-
height: 40px;
|
|
92
|
-
width: 40px;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.link-collapse {
|
|
97
|
-
@include typography("Rubik", 14px, 0, $color-gray-medium);
|
|
98
|
-
padding: 20px 0;
|
|
99
|
-
|
|
100
|
-
.left-icon {
|
|
101
|
-
margin-right: 15px;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
&.alt-style {
|
|
105
|
-
background: $color-slate-dark;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.link-expand {
|
|
110
|
-
@include typography("Rubik", 14px, 14px, $color-gray-medium);
|
|
111
|
-
flex-direction: column;
|
|
112
|
-
padding: 6px 0 20px;
|
|
113
|
-
|
|
114
|
-
.left-icon {
|
|
115
|
-
margin-right: 0;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
&.alt-style {
|
|
119
|
-
background: $color-slate-dark;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.link-icon {
|
|
124
|
-
cursor: pointer;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
/* Active link */
|
|
128
|
-
|
|
129
|
-
.active {
|
|
130
|
-
background: $color-slate-dark;
|
|
131
|
-
border-color: $color-teal-light;
|
|
132
|
-
color: $color-white;
|
|
133
|
-
fill: $color-white;
|
|
134
|
-
|
|
135
|
-
&.link-collapsed {
|
|
136
|
-
fill: $color-white;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
&.light {
|
|
140
|
-
background: $color-slate;
|
|
141
|
-
border-left: solid 3px $color-teal-light;
|
|
142
|
-
color: $color-white;
|
|
143
|
-
fill: $color-white;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
&[disabled] {
|
|
147
|
-
background: none;
|
|
148
|
-
border-left: 0;
|
|
149
|
-
color: $color-gray-dark;
|
|
150
|
-
fill: $color-gray-dark;
|
|
151
|
-
padding-left: 30px;
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.sidebar-content {
|
|
157
|
-
/* Override colors for static drawer */
|
|
158
|
-
|
|
159
|
-
.static-drawer {
|
|
160
|
-
> .currentPage {
|
|
161
|
-
background-color: $color-slate !important;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.left-icon {
|
|
165
|
-
fill: $color-white !important;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
/* Collapsed links (when the sidebar is collapsed) */
|
|
170
|
-
|
|
171
|
-
.link-collapsed {
|
|
172
|
-
@include typography("Rubik", 16px, 22px, $color-teal-light);
|
|
173
|
-
align-items: center;
|
|
174
|
-
display: flex;
|
|
175
|
-
fill: $color-teal-light;
|
|
176
|
-
padding: 10px $side-nav-horizontal-padding;
|
|
177
|
-
width: $side-nav-expanded-width; // this only works because .sidebar has overflow hidden
|
|
178
|
-
|
|
179
|
-
.left-icon {
|
|
180
|
-
height: 25px;
|
|
181
|
-
margin-right: 15px;
|
|
182
|
-
min-height: 25px;
|
|
183
|
-
min-width: 25px;
|
|
184
|
-
width: 25px;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
&[disabled] {
|
|
188
|
-
@include typography("Rubik", 16px, 22px, $color-gray-dark);
|
|
189
|
-
|
|
190
|
-
.left-icon {
|
|
191
|
-
fill: $color-white;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.link-drawer .drawer a {
|
|
197
|
-
@include typography("Rubik", 14px, 22px, $color-teal-light);
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.link-slide-out .switcher-content li a {
|
|
201
|
-
@include typography("Rubik", 16px, 22px, $color-teal-light);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.link-drawer .drawer .active-link > a,
|
|
205
|
-
.link-drawer .drawer a:hover {
|
|
206
|
-
color: $color-white;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
/* Drawer links */
|
|
210
|
-
|
|
211
|
-
.link-drawer {
|
|
212
|
-
display: flex;
|
|
213
|
-
flex-direction: column;
|
|
214
|
-
width: $side-nav-expanded-width;
|
|
215
|
-
|
|
216
|
-
button {
|
|
217
|
-
background: transparent;
|
|
218
|
-
border: none;
|
|
219
|
-
border-left: 3px solid transparent;
|
|
220
|
-
border-radius: 0;
|
|
221
|
-
text-align: left;
|
|
222
|
-
|
|
223
|
-
&.expanded {
|
|
224
|
-
background-color: $color-slate-dark;
|
|
225
|
-
border-left: solid 3px $color-teal-light;
|
|
226
|
-
color: $color-white;
|
|
227
|
-
fill: $color-white;
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
> .currentPage {
|
|
232
|
-
background-color: $color-slate-dark;
|
|
233
|
-
color: $color-white;
|
|
234
|
-
fill: $color-white;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.link-inline.currentPage,
|
|
238
|
-
.link-collapsed.currentPage {
|
|
239
|
-
border-color: $color-teal-light;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.link-body {
|
|
243
|
-
align-items: center;
|
|
244
|
-
display: flex;
|
|
245
|
-
flex-grow: 1;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.right-icon {
|
|
249
|
-
height: 12px;
|
|
250
|
-
transition: transform 0.6s;
|
|
251
|
-
width: 12px;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.rotated {
|
|
255
|
-
transform: rotate(180deg);
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.drawer {
|
|
259
|
-
height: 0;
|
|
260
|
-
opacity: 0;
|
|
261
|
-
overflow: hidden;
|
|
262
|
-
padding: 0;
|
|
263
|
-
transition: opacity 0.25s;
|
|
264
|
-
|
|
265
|
-
li {
|
|
266
|
-
margin-left: 30px;
|
|
267
|
-
padding: 2px 0;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.active-link {
|
|
271
|
-
color: $color-white;
|
|
272
|
-
list-style: disc;
|
|
273
|
-
margin-left: 18px;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.parent-link {
|
|
277
|
-
line-height: 1.3;
|
|
278
|
-
margin-left: 35px;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.child-link {
|
|
282
|
-
margin-left: 18px;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
&.open {
|
|
286
|
-
height: auto;
|
|
287
|
-
opacity: 1;
|
|
288
|
-
padding: 0 30px 10px 30px;
|
|
289
|
-
transition: opacity 0.25s;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
&.currentPage {
|
|
293
|
-
background: $color-slate-dark;
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
/* Slide-out links */
|
|
299
|
-
|
|
300
|
-
.link-slide-out {
|
|
301
|
-
.switcher {
|
|
302
|
-
@include typography("Rubik", 14px, 16px, $color-gray-medium);
|
|
303
|
-
align-items: center;
|
|
304
|
-
display: flex;
|
|
305
|
-
fill: $color-gray-medium;
|
|
306
|
-
flex-direction: row;
|
|
307
|
-
|
|
308
|
-
svg {
|
|
309
|
-
height: 12px;
|
|
310
|
-
width: 12px;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.link-body {
|
|
314
|
-
flex-grow: 1;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.left-icon {
|
|
318
|
-
margin-right: 10px;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.right-icon {
|
|
322
|
-
transition: transform 0.6s;
|
|
323
|
-
|
|
324
|
-
&.rotated {
|
|
325
|
-
transform: rotate(180deg);
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.switcher-content {
|
|
331
|
-
@include typography("Rubik", 16px, 22px, $color-teal-light);
|
|
332
|
-
background: $color-slate-dark;
|
|
333
|
-
height: 100%;
|
|
334
|
-
left: 0;
|
|
335
|
-
opacity: 0;
|
|
336
|
-
padding: 0 25px;
|
|
337
|
-
position: absolute;
|
|
338
|
-
top: 0;
|
|
339
|
-
transition:
|
|
340
|
-
z-index 0.6s step-start,
|
|
341
|
-
opacity 0.6s step-end,
|
|
342
|
-
left 0.6s;
|
|
343
|
-
width: $side-nav-expanded-width;
|
|
344
|
-
z-index: -1;
|
|
345
|
-
|
|
346
|
-
li {
|
|
347
|
-
padding-bottom: 15px;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.practices-title {
|
|
351
|
-
@include typography("Rubik", 18px, 26px, $color-white);
|
|
352
|
-
font-weight: 500;
|
|
353
|
-
padding: 23px 0;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
&.open {
|
|
357
|
-
left: $side-nav-expanded-width;
|
|
358
|
-
opacity: 1;
|
|
359
|
-
transition:
|
|
360
|
-
z-index 0.6s step-end,
|
|
361
|
-
left 0.6s;
|
|
362
|
-
z-index: 1;
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
/* Switch Clinician/Practice */
|
|
368
|
-
|
|
369
|
-
.switch-container {
|
|
370
|
-
margin: 20px 0 0 25px;
|
|
371
|
-
width: calc(
|
|
372
|
-
#{$side-nav-expanded-width} - (#{$side-nav-horizontal-padding} * 2)
|
|
373
|
-
);
|
|
374
|
-
|
|
375
|
-
.switch-link,
|
|
376
|
-
.button-partition {
|
|
377
|
-
align-items: center;
|
|
378
|
-
color: $color-teal-light;
|
|
379
|
-
display: flex;
|
|
380
|
-
justify-content: space-between;
|
|
381
|
-
|
|
382
|
-
.icon {
|
|
383
|
-
fill: $color-teal-light;
|
|
384
|
-
margin-right: 10px;
|
|
385
|
-
width: 15px;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
.right-icon {
|
|
389
|
-
margin-right: 0;
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.switch-link:hover {
|
|
394
|
-
span {
|
|
395
|
-
color: $color-white;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.icon {
|
|
399
|
-
fill: $color-white;
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
.sidebar .link-inline[disabled] {
|
|
406
|
-
color: $color-gray-dark;
|
|
407
|
-
|
|
408
|
-
.left-icon,
|
|
409
|
-
.right-icon {
|
|
410
|
-
fill: $color-gray-dark;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
.left-icon.always-open {
|
|
414
|
-
fill: $color-white;
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.sidebar-content .link-slide-out .switcher:hover > .right-icon {
|
|
419
|
-
animation: right-bounce 0.6s;
|
|
420
|
-
}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
$drawerMaxHeight: 225px;
|
|
2
|
-
$simpleMaxHeight: 105px;
|
|
3
|
-
$chartMaxHeight: 306px;
|
|
4
|
-
$detailsMaxHeight: 130px;
|
|
5
|
-
|
|
6
|
-
@mixin delayKeyframes($name, $maxHeight) {
|
|
7
|
-
@keyframes delayRemove#{$name} {
|
|
8
|
-
0% {
|
|
9
|
-
max-height: $maxHeight;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
100% {
|
|
13
|
-
max-height: 0;
|
|
14
|
-
padding-top: 0;
|
|
15
|
-
padding-bottom: 0;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@keyframes delayAdd#{$name} {
|
|
20
|
-
0% {
|
|
21
|
-
max-height: 0;
|
|
22
|
-
padding-top: 0;
|
|
23
|
-
padding-bottom: 0;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
100% {
|
|
27
|
-
max-height: $maxHeight;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
@include delayKeyframes("Drawer", $drawerMaxHeight);
|
|
32
|
-
@include delayKeyframes("Simple", $simpleMaxHeight);
|
|
33
|
-
@include delayKeyframes("Chart", $chartMaxHeight);
|
|
34
|
-
@include delayKeyframes("Details", $detailsMaxHeight);
|
|
35
|
-
|
|
36
|
-
.animation-group {
|
|
37
|
-
transition: opacity 0.5s ease-in-out;
|
|
38
|
-
opacity: 0;
|
|
39
|
-
overflow: hidden;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.animation-group-enter {
|
|
43
|
-
opacity: 1;
|
|
44
|
-
transition-delay: 0.5s;
|
|
45
|
-
|
|
46
|
-
animation-delay: 0s;
|
|
47
|
-
animation-duration: 0.6s;
|
|
48
|
-
animation-fill-mode: forwards;
|
|
49
|
-
animation-name: delayAddSimple;
|
|
50
|
-
animation-timing-function: ease-in-out;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.animation-group-exit {
|
|
54
|
-
opacity: 0;
|
|
55
|
-
|
|
56
|
-
animation-delay: 0.3s;
|
|
57
|
-
animation-duration: 0.6s;
|
|
58
|
-
animation-fill-mode: forwards;
|
|
59
|
-
animation-name: delayRemoveSimple;
|
|
60
|
-
animation-timing-function: ease-in-out;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
// custom max heights
|
|
64
|
-
.animation-group-details.animation-group-enter {
|
|
65
|
-
animation-name: delayAddDetails;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.animation-group-details.animation-group-exit {
|
|
69
|
-
animation-name: delayRemoveDetails;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.animation-group-chart.animation-group-enter {
|
|
73
|
-
animation-name: delayAddChart;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.animation-group-chart.animation-group-exit {
|
|
77
|
-
animation-name: delayRemoveChart;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.link-drawer {
|
|
81
|
-
.animation-group-enter {
|
|
82
|
-
animation-name: delayAddDrawer;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.animation-group-exit {
|
|
86
|
-
animation-name: delayRemoveDrawer;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.sidebar {
|
|
91
|
-
.animation-flat {
|
|
92
|
-
width: 100%;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
&.closed {
|
|
96
|
-
transition-delay: 0.5s;
|
|
97
|
-
|
|
98
|
-
.animation-flat > nav > ul > li {
|
|
99
|
-
> a,
|
|
100
|
-
> .link-drawer > button {
|
|
101
|
-
transition: padding 0.7s ease-out 0.3s;
|
|
102
|
-
padding-left: 30px;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
&:not(.closed) {
|
|
108
|
-
transition-delay: 0s;
|
|
109
|
-
|
|
110
|
-
.animation-flat {
|
|
111
|
-
transition-delay: 0s;
|
|
112
|
-
|
|
113
|
-
nav > ul > li {
|
|
114
|
-
> a,
|
|
115
|
-
> .link-drawer > button {
|
|
116
|
-
transition: padding 0.7s ease-out 0s;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
}
|