@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.
- 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/primaryTopNav/PrimaryTopNav.module.css +15 -15
- package/src/components/topNav/secondaryTopNav/SecondaryTopNav.module.css +15 -15
- 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 -75
- package/lib/components/topNav/index.d.ts +0 -3
- package/lib/components/topNav/index.js +0 -3
- package/lib/components/topNav/primaryTopNav/PrimaryTopNav.d.ts +0 -17
- package/lib/components/topNav/primaryTopNav/PrimaryTopNav.js +0 -7
- package/lib/components/topNav/primaryTopNav/PrimaryTopNav.module.css +0 -60
- package/lib/components/topNav/secondaryTopNav/SecondaryTopNav.d.ts +0 -11
- package/lib/components/topNav/secondaryTopNav/SecondaryTopNav.js +0 -7
- package/lib/components/topNav/secondaryTopNav/SecondaryTopNav.module.css +0 -43
- package/lib/index.d.ts +0 -24
- 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, };
|