@conduction/components 1.0.26 → 1.0.29
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/.prettierrc +2 -1
- package/package.json +7 -2
- package/src/components/card/detailsCard/DetailsCard.module.css +18 -15
- package/src/components/card/downloadCard/DownloadCard.module.css +11 -7
- package/src/components/card/horizontalImageCard/HorizontalImageCard.module.css +17 -9
- package/src/components/card/imageAndDetailsCard/ImageAndDetailsCard.module.css +20 -16
- package/src/components/card/infoCard/InfoCard.module.css +11 -22
- package/src/components/card/richContentCard/RichContentCard.module.css +22 -18
- package/src/components/container/Container.module.css +2 -2
- package/src/components/editableTableRow/EditableTableRow.module.css +3 -3
- package/src/components/formFields/select/select.module.css +21 -51
- package/src/components/metaIcon/MetaIcon.module.css +15 -3
- package/src/components/notificationPopUp/NotificationPopUp.module.css +11 -10
- package/src/components/quoteWrapper/QuoteWrapper.module.css +6 -6
- package/src/components/tag/Tag.module.css +17 -6
- package/src/components/topNav/index.ts +4 -0
- package/src/components/topNav/primaryTopNav/PrimaryTopNav.module.css +60 -0
- package/src/components/topNav/primaryTopNav/PrimaryTopNav.tsx +52 -0
- package/src/components/topNav/secondaryTopNav/SecondaryTopNav.module.css +43 -0
- package/src/components/topNav/{TopNav.tsx → secondaryTopNav/SecondaryTopNav.tsx} +1 -19
- package/src/index.ts +1 -1
- package/lib/components/card/detailsCard/DetailsCard.d.ts +0 -14
- package/lib/components/card/detailsCard/DetailsCard.js +0 -10
- package/lib/components/card/detailsCard/DetailsCard.module.css +0 -48
- package/lib/components/card/downloadCard/DownloadCard.d.ts +0 -10
- package/lib/components/card/downloadCard/DownloadCard.js +0 -8
- package/lib/components/card/downloadCard/DownloadCard.module.css +0 -23
- package/lib/components/card/horizontalImageCard/HorizontalImageCard.d.ts +0 -13
- package/lib/components/card/horizontalImageCard/HorizontalImageCard.js +0 -9
- package/lib/components/card/horizontalImageCard/HorizontalImageCard.module.css +0 -26
- package/lib/components/card/imageAndDetailsCard/ImageAndDetailsCard.d.ts +0 -14
- package/lib/components/card/imageAndDetailsCard/ImageAndDetailsCard.js +0 -9
- package/lib/components/card/imageAndDetailsCard/ImageAndDetailsCard.module.css +0 -59
- package/lib/components/card/index.d.ts +0 -7
- package/lib/components/card/index.js +0 -7
- package/lib/components/card/infoCard/InfoCard.d.ts +0 -7
- package/lib/components/card/infoCard/InfoCard.js +0 -5
- package/lib/components/card/infoCard/InfoCard.module.css +0 -37
- package/lib/components/card/richContentCard/RichContentCard.d.ts +0 -19
- package/lib/components/card/richContentCard/RichContentCard.js +0 -15
- package/lib/components/card/richContentCard/RichContentCard.module.css +0 -89
- package/lib/components/container/Container.d.ts +0 -6
- package/lib/components/container/Container.js +0 -4
- package/lib/components/container/Container.module.css +0 -9
- package/lib/components/denhaag-wrappers/breadcrumbs/Breadcrumbs.css +0 -222
- package/lib/components/denhaag-wrappers/breadcrumbs/Breadcrumbs.d.ts +0 -17
- package/lib/components/denhaag-wrappers/breadcrumbs/Breadcrumbs.js +0 -20
- package/lib/components/denhaag-wrappers/pagination/Pagination.css +0 -120
- package/lib/components/denhaag-wrappers/pagination/Pagination.d.ts +0 -9
- package/lib/components/denhaag-wrappers/pagination/Pagination.js +0 -15
- package/lib/components/editableTableRow/EditableTableRow.d.ts +0 -14
- package/lib/components/editableTableRow/EditableTableRow.js +0 -31
- package/lib/components/editableTableRow/EditableTableRow.module.css +0 -25
- package/lib/components/formFields/checkbox.d.ts +0 -7
- package/lib/components/formFields/checkbox.js +0 -3
- package/lib/components/formFields/index.d.ts +0 -6
- package/lib/components/formFields/index.js +0 -6
- package/lib/components/formFields/input.d.ts +0 -19
- package/lib/components/formFields/input.js +0 -13
- package/lib/components/formFields/radio.d.ts +0 -9
- package/lib/components/formFields/radio.js +0 -3
- package/lib/components/formFields/select/select.d.ts +0 -16
- package/lib/components/formFields/select/select.js +0 -14
- package/lib/components/formFields/select/select.module.css +0 -65
- package/lib/components/formFields/select.d.ts +0 -17
- package/lib/components/formFields/select.js +0 -14
- package/lib/components/formFields/textarea.d.ts +0 -8
- package/lib/components/formFields/textarea.js +0 -3
- package/lib/components/formFields/types.d.ts +0 -6
- package/lib/components/formFields/types.js +0 -1
- package/lib/components/imageDivider/ImageDivider.d.ts +0 -7
- package/lib/components/imageDivider/ImageDivider.js +0 -6
- package/lib/components/imageDivider/imageDivider.module.css +0 -5
- package/lib/components/logo/Logo.d.ts +0 -8
- package/lib/components/logo/Logo.js +0 -10
- package/lib/components/logo/Logo.module.css +0 -15
- package/lib/components/metaIcon/MetaIcon.d.ts +0 -7
- package/lib/components/metaIcon/MetaIcon.js +0 -3
- package/lib/components/metaIcon/MetaIcon.module.css +0 -17
- package/lib/components/notificationPopUp/NotificationPopUp.d.ts +0 -22
- package/lib/components/notificationPopUp/NotificationPopUp.js +0 -31
- package/lib/components/notificationPopUp/NotificationPopUp.module.css +0 -60
- package/lib/components/privateRoute/PrivateRoute.d.ts +0 -6
- package/lib/components/privateRoute/PrivateRoute.js +0 -15
- package/lib/components/quoteWrapper/QuoteWrapper.d.ts +0 -7
- package/lib/components/quoteWrapper/QuoteWrapper.js +0 -5
- package/lib/components/quoteWrapper/QuoteWrapper.module.css +0 -12
- package/lib/components/statusSteps/StatusSteps.d.ts +0 -13
- package/lib/components/statusSteps/StatusSteps.js +0 -5
- package/lib/components/tag/Tag.d.ts +0 -6
- package/lib/components/tag/Tag.js +0 -3
- package/lib/components/tag/Tag.module.css +0 -9
- package/lib/components/topNav/TopNav.d.ts +0 -12
- package/lib/components/topNav/TopNav.js +0 -10
- package/lib/components/topNav/TopNav.module.css +0 -71
- package/lib/index.d.ts +0 -24
- package/lib/index.js +0 -17
- package/src/components/topNav/TopNav.js +0 -10
- package/src/components/topNav/TopNav.module.css +0 -71
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--conduction-top-nav-space-inline-lg: 1.25rem;
|
|
3
|
-
|
|
4
|
-
--conduction-top-nav-color-primary: #ffffff;
|
|
5
|
-
--conduction-top-nav-background-color-primary: #0b71a1;
|
|
6
|
-
--conduction-top-nav-background-color-primary-hover: rgba(255, 255, 255, 0.2);
|
|
7
|
-
|
|
8
|
-
--conduction-top-nav-font-size-secondary: 16px;
|
|
9
|
-
--conduction-top-nav-color-secondary: #ffffff;
|
|
10
|
-
--conduction-top-nav-background-color-secondary: #084f70;
|
|
11
|
-
--conduction-top-nav-background-color-secondary-hover: rgba(0, 0, 0, 0.2);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/*
|
|
15
|
-
* Global
|
|
16
|
-
*/
|
|
17
|
-
.primary:hover,
|
|
18
|
-
.secondary:hover {
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.ul {
|
|
23
|
-
margin: unset;
|
|
24
|
-
display: flex;
|
|
25
|
-
padding-inline-start: unset;
|
|
26
|
-
align-items: center;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.li {
|
|
30
|
-
list-style-type: none;
|
|
31
|
-
display: block;
|
|
32
|
-
padding-inline-start: var(--conduction-top-nav-space-inline-lg);
|
|
33
|
-
padding-inline-end: var(--conduction-top-nav-space-inline-lg);
|
|
34
|
-
padding-block-start: var(--conduction-top-nav-space-inline-lg);
|
|
35
|
-
padding-block-end: var(--conduction-top-nav-space-inline-lg);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/*
|
|
39
|
-
* Primary Top Navigation
|
|
40
|
-
*/
|
|
41
|
-
.primary {
|
|
42
|
-
font-weight: 500;
|
|
43
|
-
width: fit-content;
|
|
44
|
-
background-color: var(--conduction-top-nav-background-color-primary);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.primary .link {
|
|
48
|
-
color: var(--conduction-top-nav-color-primary);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.primary .li:hover {
|
|
52
|
-
background-color: var(--conduction-top-nav-background-color-primary-hover);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/*
|
|
56
|
-
* Secondary Top Navigation
|
|
57
|
-
*/
|
|
58
|
-
.secondary {
|
|
59
|
-
font-weight: 100;
|
|
60
|
-
width: fit-content;
|
|
61
|
-
font-size: var(--conduction-top-nav-font-size-secondary);
|
|
62
|
-
background-color: var(--conduction-top-nav-background-color-secondary);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.secondary .link {
|
|
66
|
-
color: var(--conduction-top-nav-color-secondary);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.secondary .li:hover {
|
|
70
|
-
background-color: var(--conduction-top-nav-background-color-secondary-hover);
|
|
71
|
-
}
|