@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.
Files changed (99) hide show
  1. package/.prettierrc +2 -1
  2. package/package.json +7 -2
  3. package/src/components/card/detailsCard/DetailsCard.module.css +18 -15
  4. package/src/components/card/downloadCard/DownloadCard.module.css +11 -7
  5. package/src/components/card/horizontalImageCard/HorizontalImageCard.module.css +17 -9
  6. package/src/components/card/imageAndDetailsCard/ImageAndDetailsCard.module.css +20 -16
  7. package/src/components/card/infoCard/InfoCard.module.css +11 -22
  8. package/src/components/card/richContentCard/RichContentCard.module.css +22 -18
  9. package/src/components/container/Container.module.css +2 -2
  10. package/src/components/editableTableRow/EditableTableRow.module.css +3 -3
  11. package/src/components/formFields/select/select.module.css +21 -51
  12. package/src/components/metaIcon/MetaIcon.module.css +15 -3
  13. package/src/components/notificationPopUp/NotificationPopUp.module.css +11 -10
  14. package/src/components/quoteWrapper/QuoteWrapper.module.css +6 -6
  15. package/src/components/tag/Tag.module.css +17 -6
  16. package/src/components/topNav/index.ts +4 -0
  17. package/src/components/topNav/primaryTopNav/PrimaryTopNav.module.css +60 -0
  18. package/src/components/topNav/primaryTopNav/PrimaryTopNav.tsx +52 -0
  19. package/src/components/topNav/secondaryTopNav/SecondaryTopNav.module.css +43 -0
  20. package/src/components/topNav/{TopNav.tsx → secondaryTopNav/SecondaryTopNav.tsx} +1 -19
  21. package/src/index.ts +1 -1
  22. package/lib/components/card/detailsCard/DetailsCard.d.ts +0 -14
  23. package/lib/components/card/detailsCard/DetailsCard.js +0 -10
  24. package/lib/components/card/detailsCard/DetailsCard.module.css +0 -48
  25. package/lib/components/card/downloadCard/DownloadCard.d.ts +0 -10
  26. package/lib/components/card/downloadCard/DownloadCard.js +0 -8
  27. package/lib/components/card/downloadCard/DownloadCard.module.css +0 -23
  28. package/lib/components/card/horizontalImageCard/HorizontalImageCard.d.ts +0 -13
  29. package/lib/components/card/horizontalImageCard/HorizontalImageCard.js +0 -9
  30. package/lib/components/card/horizontalImageCard/HorizontalImageCard.module.css +0 -26
  31. package/lib/components/card/imageAndDetailsCard/ImageAndDetailsCard.d.ts +0 -14
  32. package/lib/components/card/imageAndDetailsCard/ImageAndDetailsCard.js +0 -9
  33. package/lib/components/card/imageAndDetailsCard/ImageAndDetailsCard.module.css +0 -59
  34. package/lib/components/card/index.d.ts +0 -7
  35. package/lib/components/card/index.js +0 -7
  36. package/lib/components/card/infoCard/InfoCard.d.ts +0 -7
  37. package/lib/components/card/infoCard/InfoCard.js +0 -5
  38. package/lib/components/card/infoCard/InfoCard.module.css +0 -37
  39. package/lib/components/card/richContentCard/RichContentCard.d.ts +0 -19
  40. package/lib/components/card/richContentCard/RichContentCard.js +0 -15
  41. package/lib/components/card/richContentCard/RichContentCard.module.css +0 -89
  42. package/lib/components/container/Container.d.ts +0 -6
  43. package/lib/components/container/Container.js +0 -4
  44. package/lib/components/container/Container.module.css +0 -9
  45. package/lib/components/denhaag-wrappers/breadcrumbs/Breadcrumbs.css +0 -222
  46. package/lib/components/denhaag-wrappers/breadcrumbs/Breadcrumbs.d.ts +0 -17
  47. package/lib/components/denhaag-wrappers/breadcrumbs/Breadcrumbs.js +0 -20
  48. package/lib/components/denhaag-wrappers/pagination/Pagination.css +0 -120
  49. package/lib/components/denhaag-wrappers/pagination/Pagination.d.ts +0 -9
  50. package/lib/components/denhaag-wrappers/pagination/Pagination.js +0 -15
  51. package/lib/components/editableTableRow/EditableTableRow.d.ts +0 -14
  52. package/lib/components/editableTableRow/EditableTableRow.js +0 -31
  53. package/lib/components/editableTableRow/EditableTableRow.module.css +0 -25
  54. package/lib/components/formFields/checkbox.d.ts +0 -7
  55. package/lib/components/formFields/checkbox.js +0 -3
  56. package/lib/components/formFields/index.d.ts +0 -6
  57. package/lib/components/formFields/index.js +0 -6
  58. package/lib/components/formFields/input.d.ts +0 -19
  59. package/lib/components/formFields/input.js +0 -13
  60. package/lib/components/formFields/radio.d.ts +0 -9
  61. package/lib/components/formFields/radio.js +0 -3
  62. package/lib/components/formFields/select/select.d.ts +0 -16
  63. package/lib/components/formFields/select/select.js +0 -14
  64. package/lib/components/formFields/select/select.module.css +0 -65
  65. package/lib/components/formFields/select.d.ts +0 -17
  66. package/lib/components/formFields/select.js +0 -14
  67. package/lib/components/formFields/textarea.d.ts +0 -8
  68. package/lib/components/formFields/textarea.js +0 -3
  69. package/lib/components/formFields/types.d.ts +0 -6
  70. package/lib/components/formFields/types.js +0 -1
  71. package/lib/components/imageDivider/ImageDivider.d.ts +0 -7
  72. package/lib/components/imageDivider/ImageDivider.js +0 -6
  73. package/lib/components/imageDivider/imageDivider.module.css +0 -5
  74. package/lib/components/logo/Logo.d.ts +0 -8
  75. package/lib/components/logo/Logo.js +0 -10
  76. package/lib/components/logo/Logo.module.css +0 -15
  77. package/lib/components/metaIcon/MetaIcon.d.ts +0 -7
  78. package/lib/components/metaIcon/MetaIcon.js +0 -3
  79. package/lib/components/metaIcon/MetaIcon.module.css +0 -17
  80. package/lib/components/notificationPopUp/NotificationPopUp.d.ts +0 -22
  81. package/lib/components/notificationPopUp/NotificationPopUp.js +0 -31
  82. package/lib/components/notificationPopUp/NotificationPopUp.module.css +0 -60
  83. package/lib/components/privateRoute/PrivateRoute.d.ts +0 -6
  84. package/lib/components/privateRoute/PrivateRoute.js +0 -15
  85. package/lib/components/quoteWrapper/QuoteWrapper.d.ts +0 -7
  86. package/lib/components/quoteWrapper/QuoteWrapper.js +0 -5
  87. package/lib/components/quoteWrapper/QuoteWrapper.module.css +0 -12
  88. package/lib/components/statusSteps/StatusSteps.d.ts +0 -13
  89. package/lib/components/statusSteps/StatusSteps.js +0 -5
  90. package/lib/components/tag/Tag.d.ts +0 -6
  91. package/lib/components/tag/Tag.js +0 -3
  92. package/lib/components/tag/Tag.module.css +0 -9
  93. package/lib/components/topNav/TopNav.d.ts +0 -12
  94. package/lib/components/topNav/TopNav.js +0 -10
  95. package/lib/components/topNav/TopNav.module.css +0 -71
  96. package/lib/index.d.ts +0 -24
  97. package/lib/index.js +0 -17
  98. package/src/components/topNav/TopNav.js +0 -10
  99. 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
- }