@loadsmart/miranda-react 2.0.1 → 3.0.0-beta.1
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/dist/components/Accordion/Accordion.d.ts +19 -0
- package/dist/components/Accordion/AccordionContent.d.ts +10 -0
- package/dist/components/Accordion/AccordionTitle.d.ts +16 -0
- package/dist/components/Accordion/index.d.ts +2 -0
- package/dist/components/Badge/Badge.d.ts +12 -0
- package/dist/components/Badge/index.d.ts +2 -0
- package/dist/components/Banner/Banner.d.ts +14 -24
- package/dist/components/Banner/BannerActionPrimary.d.ts +10 -10
- package/dist/components/Banner/BannerActionSecondary.d.ts +10 -10
- package/dist/components/Banner/BannerActions.d.ts +6 -11
- package/dist/components/Banner/BannerDescription.d.ts +6 -11
- package/dist/components/Banner/BannerIcon.d.ts +6 -11
- package/dist/components/Banner/BannerTitle.d.ts +6 -11
- package/dist/components/Banner/index.d.ts +0 -1
- package/dist/components/Button/Button.d.ts +9 -9
- package/dist/components/Button/index.d.ts +0 -1
- package/dist/components/Card/Card.d.ts +28 -16
- package/dist/components/Card/CardActionPrimary.d.ts +17 -0
- package/dist/components/Card/CardActionSecondary.d.ts +17 -0
- package/dist/components/Card/CardActionTertiary.d.ts +17 -0
- package/dist/components/Card/CardBody.d.ts +6 -6
- package/dist/components/Card/CardDivider.d.ts +6 -7
- package/dist/components/Card/CardFooter.d.ts +12 -0
- package/dist/components/Card/CardSubtitle.d.ts +6 -6
- package/dist/components/Card/CardTitle.d.ts +10 -8
- package/dist/components/Card/index.d.ts +0 -1
- package/dist/components/Checkbox/Checkbox.d.ts +10 -11
- package/dist/components/Checkbox/index.d.ts +0 -1
- package/dist/components/Dialog/Dialog.d.ts +30 -54
- package/dist/components/Dialog/DialogActionPrimary.d.ts +10 -10
- package/dist/components/Dialog/DialogActionSecondary.d.ts +10 -10
- package/dist/components/Dialog/DialogActionTertiary.d.ts +10 -10
- package/dist/components/Dialog/DialogActions.d.ts +5 -5
- package/dist/components/Dialog/DialogBody.d.ts +5 -5
- package/dist/components/Dialog/DialogClose.d.ts +7 -9
- package/dist/components/Dialog/DialogFooter.d.ts +5 -5
- package/dist/components/Dialog/DialogHeader.d.ts +5 -5
- package/dist/components/Dialog/index.d.ts +0 -1
- package/dist/components/Divider/Divider.d.ts +12 -12
- package/dist/components/Divider/index.d.ts +0 -1
- package/dist/components/Drawer/Drawer.d.ts +38 -0
- package/dist/components/Drawer/DrawerActionPrimary.d.ts +17 -0
- package/dist/components/Drawer/DrawerActionSecondary.d.ts +17 -0
- package/dist/components/Drawer/DrawerActionTertiary.d.ts +17 -0
- package/dist/components/Drawer/DrawerActions.d.ts +12 -0
- package/dist/components/Drawer/DrawerBody.d.ts +12 -0
- package/dist/components/Drawer/DrawerClose.d.ts +14 -0
- package/dist/components/Drawer/DrawerHeader.d.ts +12 -0
- package/dist/components/Drawer/index.d.ts +4 -0
- package/dist/components/Dropdown/Dropdown.d.ts +22 -0
- package/dist/components/Dropdown/DropdownItem.d.ts +16 -0
- package/dist/components/Dropdown/DropdownMenu.d.ts +12 -0
- package/dist/components/Dropdown/DropdownTrigger.d.ts +15 -0
- package/dist/components/Dropdown/index.d.ts +5 -0
- package/dist/components/EmptyState/EmptyState.d.ts +23 -0
- package/dist/components/EmptyState/EmptyStateAction.d.ts +17 -0
- package/dist/components/EmptyState/EmptyStateHeader.d.ts +12 -0
- package/dist/components/EmptyState/EmptyStateIllustration.d.ts +12 -0
- package/dist/components/EmptyState/EmptyStateMessage.d.ts +12 -0
- package/dist/components/EmptyState/index.d.ts +4 -0
- package/dist/components/Field/Field.d.ts +8 -12
- package/dist/components/Field/FieldHint.d.ts +10 -8
- package/dist/components/Field/FieldLabel.d.ts +6 -6
- package/dist/components/Field/index.d.ts +0 -1
- package/dist/components/Header/Header.d.ts +18 -0
- package/dist/components/Header/HeaderActions.d.ts +12 -0
- package/dist/components/Header/HeaderBackButton.d.ts +10 -0
- package/dist/components/Header/HeaderContent.d.ts +12 -0
- package/dist/components/Header/HeaderTitle.d.ts +12 -0
- package/dist/components/Header/SubHeader.d.ts +12 -0
- package/dist/components/Header/index.d.ts +8 -0
- package/dist/components/Icon/Icon.d.ts +19 -0
- package/dist/components/Icon/index.d.ts +2 -0
- package/dist/components/Label/Label.d.ts +12 -0
- package/dist/components/LabeledValue/LabeledValue.d.ts +25 -0
- package/dist/components/LabeledValue/index.d.ts +1 -0
- package/dist/components/Layout/Box.d.ts +6 -6
- package/dist/components/Layout/Grid.d.ts +6 -6
- package/dist/components/Layout/Group.d.ts +6 -6
- package/dist/components/Layout/Layout.d.ts +12 -13
- package/dist/components/Layout/Row.d.ts +18 -0
- package/dist/components/Layout/Sidebar.d.ts +12 -14
- package/dist/components/Layout/Stack.d.ts +6 -7
- package/dist/components/Layout/Switcher.d.ts +6 -7
- package/dist/components/Layout/index.d.ts +2 -1
- package/dist/components/Link/Link.d.ts +14 -0
- package/dist/components/Link/index.d.ts +2 -0
- package/dist/components/LogoLoader/LogoLoader.d.ts +13 -0
- package/dist/components/LogoLoader/index.d.ts +2 -0
- package/dist/components/PageContent/Body.d.ts +12 -0
- package/dist/components/PageContent/PageContent.d.ts +14 -0
- package/dist/components/PageContent/index.d.ts +1 -0
- package/dist/components/Pagination/Pagination.d.ts +16 -0
- package/dist/components/Pagination/index.d.ts +2 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts +6 -7
- package/dist/components/ProgressBar/index.d.ts +0 -1
- package/dist/components/ProgressBarCountdown/ProgressBarCountdown.d.ts +5 -7
- package/dist/components/ProgressBarCountdown/index.d.ts +0 -1
- package/dist/components/RadioGroup/Radio.d.ts +8 -8
- package/dist/components/RadioGroup/RadioGroup.d.ts +9 -14
- package/dist/components/RadioGroup/index.d.ts +0 -1
- package/dist/components/Section/Section.d.ts +9 -11
- package/dist/components/Section/SectionTitle.d.ts +10 -9
- package/dist/components/Section/index.d.ts +0 -1
- package/dist/components/SpinnerWheel/SpinnerWheel.d.ts +13 -0
- package/dist/components/SpinnerWheel/index.d.ts +2 -0
- package/dist/components/Steps/Step.d.ts +12 -0
- package/dist/components/Steps/Steps.d.ts +20 -0
- package/dist/components/Steps/index.d.ts +5 -0
- package/dist/components/Steps/useSteps.d.ts +10 -0
- package/dist/components/Switch/Switch.d.ts +14 -0
- package/dist/components/Switch/index.d.ts +2 -0
- package/dist/components/Table/Table.d.ts +33 -0
- package/dist/components/Table/TableActions.d.ts +12 -0
- package/dist/components/Table/TableBody.d.ts +12 -0
- package/dist/components/Table/TableCell.d.ts +12 -0
- package/dist/components/Table/TableFeedback.d.ts +12 -0
- package/dist/components/Table/TableFoot.d.ts +12 -0
- package/dist/components/Table/TableHead.d.ts +12 -0
- package/dist/components/Table/TableHeadCell.d.ts +15 -0
- package/dist/components/Table/TableRow.d.ts +12 -0
- package/dist/components/Table/TableToolbar.d.ts +12 -0
- package/dist/components/Table/index.d.ts +21 -0
- package/dist/components/Tabs/Tab.d.ts +9 -8
- package/dist/components/Tabs/TabPanel.d.ts +6 -7
- package/dist/components/Tabs/Tabs.d.ts +12 -13
- package/dist/components/Tabs/index.d.ts +0 -1
- package/dist/components/Tag/ActionableTag.d.ts +20 -0
- package/dist/components/Tag/Tag.d.ts +8 -11
- package/dist/components/Tag/index.d.ts +2 -1
- package/dist/components/Text/Text.d.ts +11 -13
- package/dist/components/Text/index.d.ts +0 -1
- package/dist/components/TextArea/TextArea.d.ts +18 -0
- package/dist/components/TextArea/index.d.ts +2 -0
- package/dist/components/TextField/TextField.d.ts +13 -11
- package/dist/components/TextField/index.d.ts +0 -1
- package/dist/components/Timeline/Timeline.d.ts +22 -0
- package/dist/components/Timeline/TimelineExpandableItem.d.ts +12 -0
- package/dist/components/Timeline/TimelineItem.d.ts +12 -0
- package/dist/components/Timeline/TimelineItemBody.d.ts +12 -0
- package/dist/components/Timeline/TimelineItemFooter.d.ts +12 -0
- package/dist/components/Timeline/TimelineItemHeader.d.ts +12 -0
- package/dist/components/Timeline/TimelineItemHeaderSubtitle.d.ts +12 -0
- package/dist/components/Timeline/TimelineItemHeaderTitle.d.ts +12 -0
- package/dist/components/Timeline/TimelineItemIcon.d.ts +12 -0
- package/dist/components/Timeline/index.d.ts +10 -0
- package/dist/components/ToggleGroup/Toggle.d.ts +9 -8
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +18 -13
- package/dist/components/ToggleGroup/index.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.d.ts +10 -11
- package/dist/components/Tooltip/index.d.ts +0 -1
- package/dist/index.d.ts +87 -1
- package/dist/index.js +1198 -3
- package/dist/styles/variables.css +2 -0
- package/dist/styles/variables.scss +3 -0
- package/dist/tests/constants.d.ts +0 -1
- package/dist/tests/types.d.ts +0 -1
- package/dist/tokens.d.ts +2 -0
- package/dist/tokens.js +2 -0
- package/dist/utils/createComponent.d.ts +5 -45
- package/dist/utils/types.d.ts +6 -1
- package/dist/utils/utils.d.ts +0 -1
- package/package.json +12 -16
- package/dist/components/Banner/Banner.d.ts.map +0 -1
- package/dist/components/Banner/BannerActionPrimary.d.ts.map +0 -1
- package/dist/components/Banner/BannerActionSecondary.d.ts.map +0 -1
- package/dist/components/Banner/BannerActions.d.ts.map +0 -1
- package/dist/components/Banner/BannerDescription.d.ts.map +0 -1
- package/dist/components/Banner/BannerIcon.d.ts.map +0 -1
- package/dist/components/Banner/BannerTitle.d.ts.map +0 -1
- package/dist/components/Banner/index.d.ts.map +0 -1
- package/dist/components/Button/Button.d.ts.map +0 -1
- package/dist/components/Button/index.d.ts.map +0 -1
- package/dist/components/Card/Card.d.ts.map +0 -1
- package/dist/components/Card/CardBody.d.ts.map +0 -1
- package/dist/components/Card/CardDivider.d.ts.map +0 -1
- package/dist/components/Card/CardSubtitle.d.ts.map +0 -1
- package/dist/components/Card/CardTitle.d.ts.map +0 -1
- package/dist/components/Card/index.d.ts.map +0 -1
- package/dist/components/Checkbox/Checkbox.d.ts.map +0 -1
- package/dist/components/Checkbox/index.d.ts.map +0 -1
- package/dist/components/Dialog/Dialog.d.ts.map +0 -1
- package/dist/components/Dialog/DialogActionPrimary.d.ts.map +0 -1
- package/dist/components/Dialog/DialogActionSecondary.d.ts.map +0 -1
- package/dist/components/Dialog/DialogActionTertiary.d.ts.map +0 -1
- package/dist/components/Dialog/DialogActions.d.ts.map +0 -1
- package/dist/components/Dialog/DialogBody.d.ts.map +0 -1
- package/dist/components/Dialog/DialogClose.d.ts.map +0 -1
- package/dist/components/Dialog/DialogFooter.d.ts.map +0 -1
- package/dist/components/Dialog/DialogHeader.d.ts.map +0 -1
- package/dist/components/Dialog/index.d.ts.map +0 -1
- package/dist/components/Divider/Divider.d.ts.map +0 -1
- package/dist/components/Divider/index.d.ts.map +0 -1
- package/dist/components/Field/Field.d.ts.map +0 -1
- package/dist/components/Field/FieldHint.d.ts.map +0 -1
- package/dist/components/Field/FieldLabel.d.ts.map +0 -1
- package/dist/components/Field/index.d.ts.map +0 -1
- package/dist/components/Layout/Box.d.ts.map +0 -1
- package/dist/components/Layout/Grid.d.ts.map +0 -1
- package/dist/components/Layout/Group.d.ts.map +0 -1
- package/dist/components/Layout/Layout.d.ts.map +0 -1
- package/dist/components/Layout/Sidebar.d.ts.map +0 -1
- package/dist/components/Layout/Stack.d.ts.map +0 -1
- package/dist/components/Layout/Switcher.d.ts.map +0 -1
- package/dist/components/Layout/index.d.ts.map +0 -1
- package/dist/components/ProgressBar/ProgressBar.d.ts.map +0 -1
- package/dist/components/ProgressBar/index.d.ts.map +0 -1
- package/dist/components/ProgressBarCountdown/ProgressBarCountdown.d.ts.map +0 -1
- package/dist/components/ProgressBarCountdown/index.d.ts.map +0 -1
- package/dist/components/RadioGroup/Radio.d.ts.map +0 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts.map +0 -1
- package/dist/components/RadioGroup/index.d.ts.map +0 -1
- package/dist/components/Section/Section.d.ts.map +0 -1
- package/dist/components/Section/SectionTitle.d.ts.map +0 -1
- package/dist/components/Section/index.d.ts.map +0 -1
- package/dist/components/Tabs/Tab.d.ts.map +0 -1
- package/dist/components/Tabs/TabPanel.d.ts.map +0 -1
- package/dist/components/Tabs/Tabs.d.ts.map +0 -1
- package/dist/components/Tabs/index.d.ts.map +0 -1
- package/dist/components/Tag/Tag.d.ts.map +0 -1
- package/dist/components/Tag/index.d.ts.map +0 -1
- package/dist/components/Text/Text.d.ts.map +0 -1
- package/dist/components/Text/index.d.ts.map +0 -1
- package/dist/components/TextField/TextField.d.ts.map +0 -1
- package/dist/components/TextField/index.d.ts.map +0 -1
- package/dist/components/ToggleGroup/Toggle.d.ts.map +0 -1
- package/dist/components/ToggleGroup/ToggleGroup.d.ts.map +0 -1
- package/dist/components/ToggleGroup/index.d.ts.map +0 -1
- package/dist/components/Tooltip/Tooltip.d.ts.map +0 -1
- package/dist/components/Tooltip/index.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/tests/constants.d.ts.map +0 -1
- package/dist/tests/types.d.ts.map +0 -1
- package/dist/utils/createComponent.d.ts.map +0 -1
- package/dist/utils/types.d.ts.map +0 -1
- package/dist/utils/utils.d.ts.map +0 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { EmptyStateIllustration as WCEmptyStateIllustration } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-empty-state-illustration': WebComponentProps<WCEmptyStateIllustration>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare const EmptyStateIllustration: import("@lit/react").ReactWebComponent<WCEmptyStateIllustration, {}>;
|
|
12
|
+
export type EmptyStateIllustrationProps = ComponentProps<typeof EmptyStateIllustration>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { EmptyStateMessage as WCEmptyStateMessage } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-empty-state-message': WebComponentProps<WCEmptyStateMessage>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare const EmptyStateMessage: import("@lit/react").ReactWebComponent<WCEmptyStateMessage, {}>;
|
|
12
|
+
export type EmptyStateMessageProps = ComponentProps<typeof EmptyStateMessage>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { EmptyState } from './EmptyState';
|
|
2
|
+
export type { EmptyStateProps, EmptyStateIllustrationProps, EmptyStateHeaderProps, EmptyStateMessageProps, EmptyStateActionProps, } from './EmptyState';
|
|
3
|
+
export { EMPTY_STATE_VARIANTS } from '@loadsmart/miranda-wc';
|
|
4
|
+
export type { EmptyStateVariant } from '@loadsmart/miranda-wc';
|
|
@@ -1,20 +1,16 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
3
|
import { Field as WCField } from '@loadsmart/miranda-wc';
|
|
4
|
-
import { FieldLabel } from './FieldLabel';
|
|
5
|
-
import { FieldHint } from './FieldHint';
|
|
6
|
-
export type FieldProps = HTMLAttributes<WCField> & WCFieldProps;
|
|
7
4
|
declare global {
|
|
8
5
|
namespace JSX {
|
|
9
6
|
interface IntrinsicElements {
|
|
10
|
-
'm-field':
|
|
7
|
+
'm-field': WebComponentProps<WCField>;
|
|
11
8
|
}
|
|
12
9
|
}
|
|
13
10
|
}
|
|
14
|
-
declare
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
11
|
+
declare const Field: import("@lit/react").ReactWebComponent<WCField, {}> & {
|
|
12
|
+
Label: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").FieldLabel, {}>;
|
|
13
|
+
Hint: import("react").ForwardRefExoticComponent<Omit<import("./FieldHint").FieldHintProps, "ref"> & import("react").RefAttributes<import("@loadsmart/miranda-wc").FieldHint>>;
|
|
14
|
+
};
|
|
15
|
+
export type FieldProps = ComponentProps<typeof Field>;
|
|
19
16
|
export default Field;
|
|
20
|
-
//# sourceMappingURL=Field.d.ts.map
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
|
|
4
|
-
leading?: string;
|
|
5
|
-
}
|
|
1
|
+
import type { ComponentProps, ReactNode } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { FieldHint as WCFieldHint } from '@loadsmart/miranda-wc';
|
|
6
4
|
declare global {
|
|
7
5
|
namespace JSX {
|
|
8
6
|
interface IntrinsicElements {
|
|
9
|
-
'm-field-hint':
|
|
7
|
+
'm-field-hint': WebComponentProps<WCFieldHint>;
|
|
10
8
|
}
|
|
11
9
|
}
|
|
12
10
|
}
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
declare const WiredFieldHint: import("@lit/react").ReactWebComponent<WCFieldHint, {}>;
|
|
12
|
+
export interface FieldHintProps extends Omit<ComponentProps<typeof WiredFieldHint>, 'slot'> {
|
|
13
|
+
leading?: ReactNode;
|
|
14
|
+
}
|
|
15
|
+
export declare const FieldHint: import("react").ForwardRefExoticComponent<Omit<FieldHintProps, "ref"> & import("react").RefAttributes<WCFieldHint>>;
|
|
16
|
+
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { FieldLabel as WCFieldLabel } from '@loadsmart/miranda-wc';
|
|
4
4
|
declare global {
|
|
5
5
|
namespace JSX {
|
|
6
6
|
interface IntrinsicElements {
|
|
7
|
-
'm-field-label':
|
|
7
|
+
'm-field-label': WebComponentProps<WCFieldLabel>;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
export declare
|
|
12
|
-
|
|
11
|
+
export declare const FieldLabel: import("@lit/react").ReactWebComponent<WCFieldLabel, {}>;
|
|
12
|
+
export type FieldLabelProps = ComponentProps<typeof FieldLabel>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { Header as WCHeader } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-header': WebComponentProps<WCHeader>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare const Header: import("@lit/react").ReactWebComponent<WCHeader, {}> & {
|
|
12
|
+
Actions: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").HeaderActions, {}>;
|
|
13
|
+
Content: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").HeaderContent, {}>;
|
|
14
|
+
Title: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").HeaderTitle, {}>;
|
|
15
|
+
SubHeader: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").SubHeader, {}>;
|
|
16
|
+
BackButton: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").BackButton, {}>;
|
|
17
|
+
};
|
|
18
|
+
export type HeaderProps = ComponentProps<typeof Header>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { HeaderActions as WCHeaderActions } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-header-actions': WebComponentProps<WCHeaderActions>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare const HeaderActions: import("@lit/react").ReactWebComponent<WCHeaderActions, {}>;
|
|
12
|
+
export type HeaderActionsProps = ComponentProps<typeof HeaderActions>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { WebComponentProps } from '@lit/react';
|
|
2
|
+
import { BackButton as WCBackButton } from '@loadsmart/miranda-wc';
|
|
3
|
+
declare global {
|
|
4
|
+
namespace JSX {
|
|
5
|
+
interface IntrinsicElements {
|
|
6
|
+
'm-back-button': WebComponentProps<WCBackButton>;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
export declare const HeaderBackButton: import("@lit/react").ReactWebComponent<WCBackButton, {}>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { HeaderContent as WCHeaderContent } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-header-content': WebComponentProps<WCHeaderContent>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare const HeaderContent: import("@lit/react").ReactWebComponent<WCHeaderContent, {}>;
|
|
12
|
+
export type HeaderContentProps = ComponentProps<typeof HeaderContent>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { HeaderTitle as WCHeaderTitle } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-header-title': WebComponentProps<WCHeaderTitle>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare const HeaderTitle: import("@lit/react").ReactWebComponent<WCHeaderTitle, {}>;
|
|
12
|
+
export type HeaderTitleProps = ComponentProps<typeof HeaderTitle>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { SubHeader as WCSubHeader } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-sub-header': WebComponentProps<WCSubHeader>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare const SubHeader: import("@lit/react").ReactWebComponent<WCSubHeader, {}>;
|
|
12
|
+
export type SubHeaderProps = ComponentProps<typeof SubHeader>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { Header } from './Header';
|
|
2
|
+
export type { HeaderProps } from './Header';
|
|
3
|
+
export { HeaderActions } from './HeaderActions';
|
|
4
|
+
export type { HeaderActionsProps } from './HeaderActions';
|
|
5
|
+
export { SubHeader } from './SubHeader';
|
|
6
|
+
export type { SubHeaderProps } from './SubHeader';
|
|
7
|
+
export { HeaderTitle } from './HeaderTitle';
|
|
8
|
+
export type { HeaderTitleProps } from './HeaderTitle';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { Icon as WCIcon } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-icon': WebComponentProps<WCIcon>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
declare module 'react' {
|
|
12
|
+
interface CSSProperties {
|
|
13
|
+
'--m-icon-size'?: string;
|
|
14
|
+
'--m-icon-color'?: string;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
declare const Icon: import("@lit/react").ReactWebComponent<WCIcon, {}>;
|
|
18
|
+
export type IconProps = ComponentProps<typeof Icon>;
|
|
19
|
+
export default Icon;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { Label as WCLabel } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-label': WebComponentProps<WCLabel>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare const Label: import("@lit/react").ReactWebComponent<WCLabel, {}>;
|
|
12
|
+
export type LabelProps = ComponentProps<typeof Label>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { ComponentProps, ReactNode } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { LabeledValue as WCLabeledValue, LabeledValueLabel as WCLabeledValueLabel, LabeledValueValue as WCLabeledValueValue } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-labeled-value': WebComponentProps<WCLabeledValue>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare const LabeledValueLabel: import("@lit/react").ReactWebComponent<WCLabeledValueLabel, {}>;
|
|
12
|
+
export declare const LabeledValueValue: import("@lit/react").ReactWebComponent<WCLabeledValueValue, {}>;
|
|
13
|
+
declare const WiredLabeledValue: import("@lit/react").ReactWebComponent<WCLabeledValue, {}> & {
|
|
14
|
+
Label: import("@lit/react").ReactWebComponent<WCLabeledValueLabel, {}>;
|
|
15
|
+
Value: import("@lit/react").ReactWebComponent<WCLabeledValueValue, {}>;
|
|
16
|
+
};
|
|
17
|
+
export type LabeledValueProps = Omit<ComponentProps<typeof WiredLabeledValue>, 'label' | 'value'> & {
|
|
18
|
+
label?: ReactNode;
|
|
19
|
+
value?: ReactNode;
|
|
20
|
+
};
|
|
21
|
+
export declare const LabeledValue: import("react").ForwardRefExoticComponent<Omit<LabeledValueProps, "ref"> & import("react").RefAttributes<WCLabeledValue>> & {
|
|
22
|
+
Label: import("@lit/react").ReactWebComponent<WCLabeledValueLabel, {}>;
|
|
23
|
+
Value: import("@lit/react").ReactWebComponent<WCLabeledValueValue, {}>;
|
|
24
|
+
};
|
|
25
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './LabeledValue';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { Box as WCBox } from '@loadsmart/miranda-wc';
|
|
4
4
|
declare global {
|
|
5
5
|
namespace JSX {
|
|
6
6
|
interface IntrinsicElements {
|
|
7
|
-
'm-box':
|
|
7
|
+
'm-box': WebComponentProps<WCBox>;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
declare
|
|
11
|
+
declare const Box: import("@lit/react").ReactWebComponent<WCBox, {}>;
|
|
12
|
+
export type BoxProps = ComponentProps<typeof Box>;
|
|
12
13
|
export default Box;
|
|
13
|
-
//# sourceMappingURL=Box.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { Grid as WCGrid } from '@loadsmart/miranda-wc';
|
|
4
4
|
declare global {
|
|
5
5
|
namespace JSX {
|
|
6
6
|
interface IntrinsicElements {
|
|
7
|
-
'm-grid':
|
|
7
|
+
'm-grid': WebComponentProps<WCGrid>;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
declare
|
|
11
|
+
declare const Grid: import("@lit/react").ReactWebComponent<WCGrid, {}>;
|
|
12
|
+
export type GridProps = ComponentProps<typeof Grid>;
|
|
12
13
|
export default Grid;
|
|
13
|
-
//# sourceMappingURL=Grid.d.ts.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { Group as WCGroup } from '@loadsmart/miranda-wc';
|
|
4
4
|
declare global {
|
|
5
5
|
namespace JSX {
|
|
6
6
|
interface IntrinsicElements {
|
|
7
|
-
'm-group':
|
|
7
|
+
'm-group': WebComponentProps<WCGroup>;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
|
-
declare
|
|
11
|
+
declare const Group: import("@lit/react").ReactWebComponent<WCGroup, {}>;
|
|
12
|
+
export type GroupProps = ComponentProps<typeof Group>;
|
|
12
13
|
export default Group;
|
|
13
|
-
//# sourceMappingURL=Group.d.ts.map
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import Box from './Box';
|
|
2
|
-
import Group from './Group';
|
|
3
|
-
import Stack from './Stack';
|
|
4
|
-
import Grid from './Grid';
|
|
5
|
-
import Sidebar from './Sidebar';
|
|
6
|
-
import Switcher from './Switcher';
|
|
7
1
|
declare const Layout: {
|
|
8
2
|
(): null;
|
|
9
|
-
Box:
|
|
10
|
-
Group:
|
|
11
|
-
Stack:
|
|
12
|
-
Grid:
|
|
13
|
-
Sidebar:
|
|
14
|
-
|
|
3
|
+
Box: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").Box, {}>;
|
|
4
|
+
Group: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").Group, {}>;
|
|
5
|
+
Stack: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").Stack, {}>;
|
|
6
|
+
Grid: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").Grid, {}>;
|
|
7
|
+
Sidebar: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").Sidebar, {}> & {
|
|
8
|
+
Side: import("react").ForwardRefExoticComponent<Omit<import("./Sidebar").SidebarSideProps, "ref"> & import("react").RefAttributes<import("@loadsmart/miranda-wc").Box>>;
|
|
9
|
+
Content: import("react").ForwardRefExoticComponent<Omit<import("./Sidebar").SidebarContentProps, "ref"> & import("react").RefAttributes<import("@loadsmart/miranda-wc").Box>>;
|
|
10
|
+
};
|
|
11
|
+
Switcher: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").Switcher, {}>;
|
|
12
|
+
Container: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").Container, {}>;
|
|
13
|
+
Row: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").Row, {}>;
|
|
14
|
+
Column: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").Column, {}>;
|
|
15
15
|
};
|
|
16
16
|
export default Layout;
|
|
17
|
-
//# sourceMappingURL=Layout.d.ts.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { Container as WCContainer, Row as WCRow, Column as WCColumn } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-container': WebComponentProps<WCContainer>;
|
|
8
|
+
'm-row': WebComponentProps<WCRow>;
|
|
9
|
+
'm-column': WebComponentProps<WCColumn>;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
export declare const Container: import("@lit/react").ReactWebComponent<WCContainer, {}>;
|
|
14
|
+
export declare const Row: import("@lit/react").ReactWebComponent<WCRow, {}>;
|
|
15
|
+
export declare const Column: import("@lit/react").ReactWebComponent<WCColumn, {}>;
|
|
16
|
+
export type ContainerProps = ComponentProps<typeof Container>;
|
|
17
|
+
export type RowProps = ComponentProps<typeof Row>;
|
|
18
|
+
export type ColumnProps = ComponentProps<typeof Column>;
|
|
@@ -1,22 +1,20 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
1
|
+
import type { WebComponentProps } from '@lit/react';
|
|
2
|
+
import type { Box as WCBox } from '@loadsmart/miranda-wc';
|
|
3
|
+
import { Sidebar as WCSidebar } from '@loadsmart/miranda-wc';
|
|
4
|
+
import type { ComponentProps } from 'react';
|
|
3
5
|
import type { BoxProps } from './Box';
|
|
4
6
|
declare global {
|
|
5
7
|
namespace JSX {
|
|
6
8
|
interface IntrinsicElements {
|
|
7
|
-
'm-sidebar':
|
|
9
|
+
'm-sidebar': WebComponentProps<WCSidebar>;
|
|
8
10
|
}
|
|
9
11
|
}
|
|
10
12
|
}
|
|
11
|
-
export type SidebarSideProps = BoxProps
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
var Side: typeof SidebarSide;
|
|
19
|
-
var Content: typeof SidebarContent;
|
|
20
|
-
}
|
|
13
|
+
export type SidebarSideProps = Omit<BoxProps, 'slot'>;
|
|
14
|
+
export type SidebarContentProps = Omit<BoxProps, 'slot'>;
|
|
15
|
+
declare const Sidebar: import("@lit/react").ReactWebComponent<WCSidebar, {}> & {
|
|
16
|
+
Side: import("react").ForwardRefExoticComponent<Omit<SidebarSideProps, "ref"> & import("react").RefAttributes<WCBox>>;
|
|
17
|
+
Content: import("react").ForwardRefExoticComponent<Omit<SidebarContentProps, "ref"> & import("react").RefAttributes<WCBox>>;
|
|
18
|
+
};
|
|
19
|
+
export type SidebarProps = ComponentProps<typeof Sidebar>;
|
|
21
20
|
export default Sidebar;
|
|
22
|
-
//# sourceMappingURL=Sidebar.d.ts.map
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import
|
|
2
|
-
import type {
|
|
3
|
-
import
|
|
4
|
-
export type StackProps = React.HTMLAttributes<HTMLElement> & WCStackProps;
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { Stack as WCStack } from '@loadsmart/miranda-wc';
|
|
5
4
|
declare global {
|
|
6
5
|
namespace JSX {
|
|
7
6
|
interface IntrinsicElements {
|
|
8
|
-
'm-stack':
|
|
7
|
+
'm-stack': WebComponentProps<WCStack>;
|
|
9
8
|
}
|
|
10
9
|
}
|
|
11
10
|
}
|
|
12
|
-
declare
|
|
11
|
+
declare const Stack: import("@lit/react").ReactWebComponent<WCStack, {}>;
|
|
12
|
+
export type StackProps = ComponentProps<typeof Stack>;
|
|
13
13
|
export default Stack;
|
|
14
|
-
//# sourceMappingURL=Stack.d.ts.map
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import
|
|
2
|
-
import type {
|
|
3
|
-
import
|
|
4
|
-
export type SwitcherProps = React.HTMLAttributes<HTMLElement> & WCSwitcherProps;
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { Switcher as WCSwitcher } from '@loadsmart/miranda-wc';
|
|
5
4
|
declare global {
|
|
6
5
|
namespace JSX {
|
|
7
6
|
interface IntrinsicElements {
|
|
8
|
-
'm-switcher':
|
|
7
|
+
'm-switcher': WebComponentProps<WCSwitcher>;
|
|
9
8
|
}
|
|
10
9
|
}
|
|
11
10
|
}
|
|
12
|
-
declare
|
|
11
|
+
declare const Switcher: import("@lit/react").ReactWebComponent<WCSwitcher, {}>;
|
|
12
|
+
export type SwitcherProps = ComponentProps<typeof Switcher>;
|
|
13
13
|
export default Switcher;
|
|
14
|
-
//# sourceMappingURL=Switcher.d.ts.map
|
|
@@ -5,4 +5,5 @@ export { default as Stack, type StackProps } from './Stack';
|
|
|
5
5
|
export { default as Grid, type GridProps } from './Grid';
|
|
6
6
|
export { default as Sidebar, type SidebarProps, type SidebarSideProps, type SidebarContentProps, } from './Sidebar';
|
|
7
7
|
export { default as Switcher, type SwitcherProps } from './Switcher';
|
|
8
|
-
|
|
8
|
+
export { Row, Column, Container } from './Row';
|
|
9
|
+
export type { RowProps, ColumnProps, ContainerProps } from './Row';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { Link as WCLink } from '@loadsmart/miranda-wc';
|
|
4
|
+
import type { LinkReferrerPolicy, LinkSize, LinkTarget } from '@loadsmart/miranda-wc';
|
|
5
|
+
declare global {
|
|
6
|
+
namespace JSX {
|
|
7
|
+
interface IntrinsicElements {
|
|
8
|
+
'm-link': WebComponentProps<WCLink>;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
export declare const Link: import("@lit/react").ReactWebComponent<WCLink, {}>;
|
|
13
|
+
export type LinkProps = ComponentProps<typeof Link>;
|
|
14
|
+
export type { LinkReferrerPolicy, LinkSize, LinkTarget };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { WebComponentProps } from '@lit/react';
|
|
2
|
+
import { LogoLoader as WCLogoLoader } from '@loadsmart/miranda-wc';
|
|
3
|
+
import type { ComponentProps } from 'react';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-logo-loader': WebComponentProps<WCLogoLoader>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
declare const LogoLoader: import("@lit/react").ReactWebComponent<WCLogoLoader, {}>;
|
|
12
|
+
export type LogoLoaderProps = ComponentProps<typeof LogoLoader>;
|
|
13
|
+
export default LogoLoader;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
|
+
import { Body as WCBody } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-body': WebComponentProps<WCBody>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare const Body: import("@lit/react").ReactWebComponent<WCBody, {}>;
|
|
12
|
+
export type BodyProps = ComponentProps<typeof Body>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { WebComponentProps } from '@lit/react';
|
|
2
|
+
import type { ComponentProps } from 'react';
|
|
3
|
+
import { PageContent as WCPageContent } from '@loadsmart/miranda-wc';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'm-page-content': WebComponentProps<WCPageContent>;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
export declare const PageContent: import("@lit/react").ReactWebComponent<WCPageContent, {}> & {
|
|
12
|
+
Body: import("@lit/react").ReactWebComponent<import("@loadsmart/miranda-wc").Body, {}>;
|
|
13
|
+
};
|
|
14
|
+
export type PageContentProps = ComponentProps<typeof PageContent>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PageContent } from './PageContent';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { EventName, WebComponentProps } from '@lit/react';
|
|
3
|
+
import type { PaginationChangeEventDetails } from '@loadsmart/miranda-wc';
|
|
4
|
+
import { Pagination as WCPagination } from '@loadsmart/miranda-wc';
|
|
5
|
+
declare global {
|
|
6
|
+
namespace JSX {
|
|
7
|
+
interface IntrinsicElements {
|
|
8
|
+
'm-pagination': WebComponentProps<WCPagination>;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
declare const Pagination: import("@lit/react").ReactWebComponent<WCPagination, {
|
|
13
|
+
onChange: EventName<CustomEvent<PaginationChangeEventDetails>>;
|
|
14
|
+
}>;
|
|
15
|
+
export type PaginationProps = ComponentProps<typeof Pagination>;
|
|
16
|
+
export default Pagination;
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import
|
|
1
|
+
import type { ComponentProps } from 'react';
|
|
2
|
+
import type { WebComponentProps } from '@lit/react';
|
|
3
3
|
import { ProgressBar as WCProgressBar } from '@loadsmart/miranda-wc';
|
|
4
|
-
import type {
|
|
4
|
+
import type { ProgressBarVariant as WCProgressBarVariant } from '@loadsmart/miranda-wc';
|
|
5
5
|
export type ProgressBarVariant = WCProgressBarVariant;
|
|
6
|
-
export type ProgressBarProps = React.HTMLAttributes<HTMLElement> & WCProgressBarProps;
|
|
7
6
|
declare global {
|
|
8
7
|
namespace JSX {
|
|
9
8
|
interface IntrinsicElements {
|
|
10
|
-
'm-progress-bar':
|
|
9
|
+
'm-progress-bar': WebComponentProps<WCProgressBar>;
|
|
11
10
|
}
|
|
12
11
|
}
|
|
13
12
|
}
|
|
14
|
-
declare
|
|
13
|
+
declare const ProgressBar: import("@lit/react").ReactWebComponent<WCProgressBar, {}>;
|
|
14
|
+
export type ProgressBarProps = ComponentProps<typeof ProgressBar>;
|
|
15
15
|
export default ProgressBar;
|
|
16
|
-
//# sourceMappingURL=ProgressBar.d.ts.map
|