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