cleanplate 0.1.7 → 0.1.8
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 +15 -0
- package/dist/components/accordion/Accordion.d.ts.map +1 -0
- package/dist/components/accordion/index.d.ts +3 -0
- package/dist/components/accordion/index.d.ts.map +1 -0
- package/dist/components/alert/Alert.d.ts +20 -0
- package/dist/components/alert/Alert.d.ts.map +1 -0
- package/dist/components/alert/index.d.ts +3 -0
- package/dist/components/alert/index.d.ts.map +1 -0
- package/dist/components/animated/Animated.d.ts +21 -0
- package/dist/components/animated/Animated.d.ts.map +1 -0
- package/dist/components/animated/index.d.ts +3 -0
- package/dist/components/animated/index.d.ts.map +1 -0
- package/dist/components/app-shell/AppShell.d.ts +5 -0
- package/dist/components/app-shell/AppShell.d.ts.map +1 -0
- package/dist/components/app-shell/index.d.ts +3 -0
- package/dist/components/app-shell/index.d.ts.map +1 -0
- package/dist/components/avatar/Avatar.d.ts +22 -0
- package/dist/components/avatar/Avatar.d.ts.map +1 -0
- package/dist/components/avatar/index.d.ts +3 -0
- package/dist/components/avatar/index.d.ts.map +1 -0
- package/dist/components/badge/Badge.d.ts +13 -0
- package/dist/components/badge/Badge.d.ts.map +1 -0
- package/dist/components/badge/index.d.ts +3 -0
- package/dist/components/badge/index.d.ts.map +1 -0
- package/dist/components/bottom-sheet/BottomSheet.d.ts +18 -0
- package/dist/components/bottom-sheet/BottomSheet.d.ts.map +1 -0
- package/dist/components/bottom-sheet/index.d.ts +3 -0
- package/dist/components/bottom-sheet/index.d.ts.map +1 -0
- package/dist/components/breadcrumb/AppShell.d.ts +5 -0
- package/dist/components/breadcrumb/AppShell.d.ts.map +1 -0
- package/dist/components/breadcrumb/index.d.ts +3 -0
- package/dist/components/breadcrumb/index.d.ts.map +1 -0
- package/dist/components/button/Button.d.ts +21 -0
- package/dist/components/button/Button.d.ts.map +1 -0
- package/dist/components/button/index.d.ts +4 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/confirm-dialog/ConfirmDialog.d.ts +38 -0
- package/dist/components/confirm-dialog/ConfirmDialog.d.ts.map +1 -0
- package/dist/components/confirm-dialog/index.d.ts +3 -0
- package/dist/components/confirm-dialog/index.d.ts.map +1 -0
- package/dist/components/container/Container.d.ts +30 -0
- package/dist/components/container/Container.d.ts.map +1 -0
- package/dist/components/container/index.d.ts +3 -0
- package/dist/components/container/index.d.ts.map +1 -0
- package/dist/components/dropdown/Dropdown.d.ts +32 -0
- package/dist/components/dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/dropdown/index.d.ts +3 -0
- package/dist/components/dropdown/index.d.ts.map +1 -0
- package/dist/components/footer/Footer.d.ts +22 -0
- package/dist/components/footer/Footer.d.ts.map +1 -0
- package/dist/components/footer/index.d.ts +3 -0
- package/dist/components/footer/index.d.ts.map +1 -0
- package/dist/components/form-controls/Checkbox.d.ts +14 -0
- package/dist/components/form-controls/Checkbox.d.ts.map +1 -0
- package/dist/components/form-controls/Date.d.ts +11 -0
- package/dist/components/form-controls/Date.d.ts.map +1 -0
- package/dist/components/form-controls/File.d.ts +15 -0
- package/dist/components/form-controls/File.d.ts.map +1 -0
- package/dist/components/form-controls/Input.d.ts +18 -0
- package/dist/components/form-controls/Input.d.ts.map +1 -0
- package/dist/components/form-controls/Radio.d.ts +15 -0
- package/dist/components/form-controls/Radio.d.ts.map +1 -0
- package/dist/components/form-controls/Select.d.ts +18 -0
- package/dist/components/form-controls/Select.d.ts.map +1 -0
- package/dist/components/form-controls/Stepper.d.ts +17 -0
- package/dist/components/form-controls/Stepper.d.ts.map +1 -0
- package/dist/components/form-controls/TextArea.d.ts +16 -0
- package/dist/components/form-controls/TextArea.d.ts.map +1 -0
- package/dist/components/form-controls/Toggle.d.ts +15 -0
- package/dist/components/form-controls/Toggle.d.ts.map +1 -0
- package/dist/components/form-controls/index.d.ts +22 -0
- package/dist/components/form-controls/index.d.ts.map +1 -0
- package/dist/components/header/Header.d.ts +30 -0
- package/dist/components/header/Header.d.ts.map +1 -0
- package/dist/components/header/index.d.ts +3 -0
- package/dist/components/header/index.d.ts.map +1 -0
- package/dist/components/icon/Icon.d.ts +12 -0
- package/dist/components/icon/Icon.d.ts.map +1 -0
- package/dist/components/icon/index.d.ts +4 -0
- package/dist/components/icon/index.d.ts.map +1 -0
- package/dist/components/media-object/MediaObject.d.ts +18 -0
- package/dist/components/media-object/MediaObject.d.ts.map +1 -0
- package/dist/components/media-object/index.d.ts +4 -0
- package/dist/components/media-object/index.d.ts.map +1 -0
- package/dist/components/menu-list/MenuList.d.ts +24 -0
- package/dist/components/menu-list/MenuList.d.ts.map +1 -0
- package/dist/components/menu-list/index.d.ts +3 -0
- package/dist/components/menu-list/index.d.ts.map +1 -0
- package/dist/components/modal/Modal.d.ts +40 -0
- package/dist/components/modal/Modal.d.ts.map +1 -0
- package/dist/components/modal/index.d.ts +3 -0
- package/dist/components/modal/index.d.ts.map +1 -0
- package/dist/components/page-header/PageHeader.d.ts +5 -0
- package/dist/components/page-header/PageHeader.d.ts.map +1 -0
- package/dist/components/page-header/index.d.ts +3 -0
- package/dist/components/page-header/index.d.ts.map +1 -0
- package/dist/components/pagination/Pagination.d.ts +30 -0
- package/dist/components/pagination/Pagination.d.ts.map +1 -0
- package/dist/components/pagination/index.d.ts +3 -0
- package/dist/components/pagination/index.d.ts.map +1 -0
- package/dist/components/pills/Pills.d.ts +24 -0
- package/dist/components/pills/Pills.d.ts.map +1 -0
- package/dist/components/pills/index.d.ts +3 -0
- package/dist/components/pills/index.d.ts.map +1 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +20 -0
- package/dist/components/progress-bar/ProgressBar.d.ts.map +1 -0
- package/dist/components/progress-bar/index.d.ts +3 -0
- package/dist/components/progress-bar/index.d.ts.map +1 -0
- package/dist/components/spinner/Spinner.d.ts +15 -0
- package/dist/components/spinner/Spinner.d.ts.map +1 -0
- package/dist/components/spinner/index.d.ts +3 -0
- package/dist/components/spinner/index.d.ts.map +1 -0
- package/dist/components/stepper/Stepper.d.ts +16 -0
- package/dist/components/stepper/Stepper.d.ts.map +1 -0
- package/dist/components/stepper/index.d.ts +3 -0
- package/dist/components/stepper/index.d.ts.map +1 -0
- package/dist/components/table/Table.d.ts +37 -0
- package/dist/components/table/Table.d.ts.map +1 -0
- package/dist/components/table/index.d.ts +3 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/toast/Toast.d.ts +15 -0
- package/dist/components/toast/Toast.d.ts.map +1 -0
- package/dist/components/toast/index.d.ts +3 -0
- package/dist/components/toast/index.d.ts.map +1 -0
- package/dist/components/typography/Typography.d.ts +20 -0
- package/dist/components/typography/Typography.d.ts.map +1 -0
- package/dist/components/typography/index.d.ts +4 -0
- package/dist/components/typography/index.d.ts.map +1 -0
- package/dist/constants/common.d.ts +17 -0
- package/dist/constants/common.d.ts.map +1 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +3 -3
- package/dist/index.js +3 -3
- package/dist/utils/common.d.ts +9 -0
- package/dist/utils/common.d.ts.map +1 -0
- package/dist/utils/get-class-names.d.ts +2 -0
- package/dist/utils/get-class-names.d.ts.map +1 -0
- package/docs/Button.md +175 -0
- package/docs/Icon.md +194 -0
- package/docs/MediaObject.md +303 -0
- package/docs/Typography.md +226 -0
- package/docs-template-sample.md +67 -0
- package/llms.txt +76 -0
- package/package.json +12 -3
- package/tsconfig.json +26 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default Accordion;
|
|
2
|
+
declare function Accordion({ size, variant, margin, className, }: {
|
|
3
|
+
size?: string;
|
|
4
|
+
variant?: string;
|
|
5
|
+
margin?: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare namespace Accordion {
|
|
9
|
+
namespace propTypes {
|
|
10
|
+
let size: any;
|
|
11
|
+
let variant: any;
|
|
12
|
+
let margin: any;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=Accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/Accordion.jsx"],"names":[],"mappings":";AAUA;;;;;4CAoBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/index.js"],"names":[],"mappings":";sBAAsB,iBAAiB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export default Alert;
|
|
2
|
+
declare function Alert({ message, size, variant, canDismiss, onDismiss, margin, }: {
|
|
3
|
+
message: any;
|
|
4
|
+
size?: string;
|
|
5
|
+
variant?: string;
|
|
6
|
+
canDismiss?: boolean;
|
|
7
|
+
onDismiss: any;
|
|
8
|
+
margin?: string[];
|
|
9
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare namespace Alert {
|
|
11
|
+
namespace propTypes {
|
|
12
|
+
let message: any;
|
|
13
|
+
let canDismiss: any;
|
|
14
|
+
let onDismiss: any;
|
|
15
|
+
let size: any;
|
|
16
|
+
let variant: any;
|
|
17
|
+
let margin: any;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=Alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/components/alert/Alert.jsx"],"names":[],"mappings":";AAWA;;;;;;;4CAuCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/alert/index.js"],"names":[],"mappings":";kBAAkB,aAAa"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export default Animated;
|
|
2
|
+
declare function Animated({ animationType, as: Component, children, margin, delay, className, isBlock, ...otherProps }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
animationType?: string;
|
|
5
|
+
as?: string;
|
|
6
|
+
children: any;
|
|
7
|
+
margin?: string[];
|
|
8
|
+
delay?: number;
|
|
9
|
+
className?: string;
|
|
10
|
+
isBlock?: boolean;
|
|
11
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare namespace Animated {
|
|
13
|
+
namespace propTypes {
|
|
14
|
+
let className: any;
|
|
15
|
+
let children: any;
|
|
16
|
+
let delay: any;
|
|
17
|
+
let animationType: any;
|
|
18
|
+
let margin: any;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=Animated.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Animated.d.ts","sourceRoot":"","sources":["../../../src/components/animated/Animated.jsx"],"names":[],"mappings":";AAYA;;;;;;;;;4CA0CC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/animated/index.js"],"names":[],"mappings":";qBAAqB,gBAAgB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppShell.d.ts","sourceRoot":"","sources":["../../../src/components/app-shell/AppShell.jsx"],"names":[],"mappings":";AAEA;;4CAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/app-shell/index.js"],"names":[],"mappings":";qBAAqB,gBAAgB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default Avatar;
|
|
2
|
+
declare function Avatar({ size, margin, onClick, name, image, icon, className, }: {
|
|
3
|
+
size?: string;
|
|
4
|
+
margin?: string;
|
|
5
|
+
onClick: any;
|
|
6
|
+
name?: string;
|
|
7
|
+
image?: string;
|
|
8
|
+
icon?: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare namespace Avatar {
|
|
12
|
+
namespace propTypes {
|
|
13
|
+
let name: any;
|
|
14
|
+
let image: any;
|
|
15
|
+
let icon: any;
|
|
16
|
+
let className: any;
|
|
17
|
+
let size: any;
|
|
18
|
+
let margin: any;
|
|
19
|
+
let onClick: any;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=Avatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../src/components/avatar/Avatar.jsx"],"names":[],"mappings":";AASA;;;;;;;;4CAkCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/avatar/index.js"],"names":[],"mappings":";mBAAmB,cAAc"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default Badge;
|
|
2
|
+
declare function Badge({ label, variant }: {
|
|
3
|
+
label: any;
|
|
4
|
+
variant?: string;
|
|
5
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare namespace Badge {
|
|
7
|
+
namespace propTypes {
|
|
8
|
+
let label: any;
|
|
9
|
+
let size: any;
|
|
10
|
+
let variant: any;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=Badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../src/components/badge/Badge.jsx"],"names":[],"mappings":";AAIA;;;4CAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/badge/index.js"],"names":[],"mappings":";kBAAkB,aAAa"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default BottomSheet;
|
|
2
|
+
declare function BottomSheet({ margin, className, children, isOpen, onClose }: {
|
|
3
|
+
margin: any;
|
|
4
|
+
className: any;
|
|
5
|
+
children: any;
|
|
6
|
+
isOpen: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare namespace BottomSheet {
|
|
10
|
+
namespace propTypes {
|
|
11
|
+
let isOpen: any;
|
|
12
|
+
let className: any;
|
|
13
|
+
let onClose: any;
|
|
14
|
+
let margin: any;
|
|
15
|
+
let children: any;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=BottomSheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../src/components/bottom-sheet/BottomSheet.jsx"],"names":[],"mappings":";AAeA;;;;;;4CA6IC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/bottom-sheet/index.js"],"names":[],"mappings":";wBAAwB,mBAAmB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppShell.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/AppShell.jsx"],"names":[],"mappings":";AAEA;;4CAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/index.js"],"names":[],"mappings":";qBAAqB,gBAAgB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SPACING_OPTIONS } from "../../constants/common";
|
|
3
|
+
export type ButtonSize = "small" | "medium";
|
|
4
|
+
export type ButtonVariant = "solid" | "outline" | "ghost" | "icon";
|
|
5
|
+
export type SpacingOption = typeof SPACING_OPTIONS[number];
|
|
6
|
+
export type ButtonMargin = string | SpacingOption[];
|
|
7
|
+
export interface ButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick"> {
|
|
8
|
+
children?: React.ReactNode;
|
|
9
|
+
isLoading?: boolean;
|
|
10
|
+
isDisabled?: boolean;
|
|
11
|
+
isFluid?: boolean;
|
|
12
|
+
size?: ButtonSize;
|
|
13
|
+
variant?: ButtonVariant;
|
|
14
|
+
margin?: ButtonMargin;
|
|
15
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void;
|
|
16
|
+
className?: string;
|
|
17
|
+
type?: "button" | "submit" | "reset";
|
|
18
|
+
}
|
|
19
|
+
declare const Button: React.FC<ButtonProps>;
|
|
20
|
+
export default Button;
|
|
21
|
+
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAGzD,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,CAAC;AAE5C,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAEnE,MAAM,MAAM,aAAa,GAAG,OAAO,eAAe,CAAC,MAAM,CAAC,CAAC;AAE3D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,aAAa,EAAE,CAAC;AAEpD,MAAM,WAAW,WACf,SAAQ,IAAI,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;CACtC;AAED,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAoDjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAE9B,eAAe,MAAM,CAAC;AACtB,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export default ConfirmDialog;
|
|
2
|
+
declare function ConfirmDialog({ isOpen, onClose, title, description, primaryButtonLabel, onPrimaryButtonClick, secondaryButtonLabel, onSecondaryButtonClick, size, variant, showCloseButton, closeOnOverlayClick, closeOnEscape, className, overlayClassName, }: {
|
|
3
|
+
isOpen?: boolean;
|
|
4
|
+
onClose: any;
|
|
5
|
+
title?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
primaryButtonLabel?: string;
|
|
8
|
+
onPrimaryButtonClick: any;
|
|
9
|
+
secondaryButtonLabel?: string;
|
|
10
|
+
onSecondaryButtonClick: any;
|
|
11
|
+
size?: string;
|
|
12
|
+
variant?: string;
|
|
13
|
+
showCloseButton?: boolean;
|
|
14
|
+
closeOnOverlayClick?: boolean;
|
|
15
|
+
closeOnEscape?: boolean;
|
|
16
|
+
className?: string;
|
|
17
|
+
overlayClassName?: string;
|
|
18
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
declare namespace ConfirmDialog {
|
|
20
|
+
namespace propTypes {
|
|
21
|
+
let isOpen: any;
|
|
22
|
+
let onClose: any;
|
|
23
|
+
let title: any;
|
|
24
|
+
let description: any;
|
|
25
|
+
let primaryButtonLabel: any;
|
|
26
|
+
let onPrimaryButtonClick: any;
|
|
27
|
+
let secondaryButtonLabel: any;
|
|
28
|
+
let onSecondaryButtonClick: any;
|
|
29
|
+
let size: any;
|
|
30
|
+
let variant: any;
|
|
31
|
+
let showCloseButton: any;
|
|
32
|
+
let closeOnOverlayClick: any;
|
|
33
|
+
let closeOnEscape: any;
|
|
34
|
+
let className: any;
|
|
35
|
+
let overlayClassName: any;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=ConfirmDialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmDialog.d.ts","sourceRoot":"","sources":["../../../src/components/confirm-dialog/ConfirmDialog.jsx"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;;;4CAsKC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/confirm-dialog/index.js"],"names":[],"mappings":";0BAA0B,qBAAqB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export default Container;
|
|
2
|
+
declare function Container({ children, margin, padding, display, align, justify, width, showBorder, className, onClick, style, gap, }: {
|
|
3
|
+
children: any;
|
|
4
|
+
margin?: string;
|
|
5
|
+
padding?: string;
|
|
6
|
+
display?: string;
|
|
7
|
+
align?: string;
|
|
8
|
+
justify?: string;
|
|
9
|
+
width?: string;
|
|
10
|
+
showBorder?: boolean;
|
|
11
|
+
className?: string;
|
|
12
|
+
onClick: any;
|
|
13
|
+
style: any;
|
|
14
|
+
gap?: string;
|
|
15
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
declare namespace Container {
|
|
17
|
+
namespace propTypes {
|
|
18
|
+
let display: any;
|
|
19
|
+
let width: any;
|
|
20
|
+
let showBorder: any;
|
|
21
|
+
let justify: any;
|
|
22
|
+
let align: any;
|
|
23
|
+
let onClick: any;
|
|
24
|
+
let margin: any;
|
|
25
|
+
let padding: any;
|
|
26
|
+
let gap: any;
|
|
27
|
+
let style: any;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=Container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../src/components/container/Container.jsx"],"names":[],"mappings":";AAUA;;;;;;;;;;;;;4CAoDC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/container/index.js"],"names":[],"mappings":";sBAAsB,iBAAiB"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export default Dropdown;
|
|
2
|
+
declare function Dropdown({ trigger, content, placement, offset: offsetValue, shift: shiftValue, flip: flipValue, closeOnClickOutside, closeOnEscape, className, contentClassName, renderTrigger, triggerLabel, }: {
|
|
3
|
+
trigger: any;
|
|
4
|
+
content: any;
|
|
5
|
+
placement?: string;
|
|
6
|
+
offset?: number;
|
|
7
|
+
shift?: boolean;
|
|
8
|
+
flip?: boolean;
|
|
9
|
+
closeOnClickOutside?: boolean;
|
|
10
|
+
closeOnEscape?: boolean;
|
|
11
|
+
className?: string;
|
|
12
|
+
contentClassName?: string;
|
|
13
|
+
renderTrigger: any;
|
|
14
|
+
triggerLabel: any;
|
|
15
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
declare namespace Dropdown {
|
|
17
|
+
namespace propTypes {
|
|
18
|
+
let trigger: any;
|
|
19
|
+
let content: any;
|
|
20
|
+
let placement: any;
|
|
21
|
+
let offset: any;
|
|
22
|
+
let shift: any;
|
|
23
|
+
let flip: any;
|
|
24
|
+
let closeOnClickOutside: any;
|
|
25
|
+
let closeOnEscape: any;
|
|
26
|
+
let className: any;
|
|
27
|
+
let contentClassName: any;
|
|
28
|
+
let renderTrigger: any;
|
|
29
|
+
let triggerLabel: any;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/Dropdown.jsx"],"names":[],"mappings":";AAMA;;;;;;;;;;;;;4CA+PC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/index.js"],"names":[],"mappings":";qBAAqB,gBAAgB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default Footer;
|
|
2
|
+
declare function Footer({ margin, size, variant, brandName, poweredByLabel, poweredByLink, children, className, }: {
|
|
3
|
+
margin?: string;
|
|
4
|
+
size?: string;
|
|
5
|
+
variant?: string;
|
|
6
|
+
brandName?: string;
|
|
7
|
+
poweredByLabel?: string;
|
|
8
|
+
poweredByLink?: string;
|
|
9
|
+
children: any;
|
|
10
|
+
className?: string;
|
|
11
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare namespace Footer {
|
|
13
|
+
namespace propTypes {
|
|
14
|
+
let brandName: any;
|
|
15
|
+
let poweredByLabel: any;
|
|
16
|
+
let poweredByLink: any;
|
|
17
|
+
let size: any;
|
|
18
|
+
let variant: any;
|
|
19
|
+
let margin: any;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=Footer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../src/components/footer/Footer.jsx"],"names":[],"mappings":";AASA;;;;;;;;;4CAwCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/footer/index.js"],"names":[],"mappings":";mBAAmB,cAAc"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default Checkbox;
|
|
2
|
+
declare function Checkbox({ name, id, onChange, defaultValue, value, label, isDisabled, className, isFluid, error, }: {
|
|
3
|
+
name: any;
|
|
4
|
+
id: any;
|
|
5
|
+
onChange: any;
|
|
6
|
+
defaultValue: any;
|
|
7
|
+
value: any;
|
|
8
|
+
label?: string;
|
|
9
|
+
isDisabled?: boolean;
|
|
10
|
+
className?: string;
|
|
11
|
+
isFluid?: boolean;
|
|
12
|
+
error?: string;
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
//# sourceMappingURL=Checkbox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/form-controls/Checkbox.jsx"],"names":[],"mappings":";AAIA;;;;;;;;;;;4CA4CC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default Date;
|
|
2
|
+
declare function Date({ onChange, defaultValue, label, isDisabled, className, error, isFluid, }: {
|
|
3
|
+
onChange: any;
|
|
4
|
+
defaultValue?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
isDisabled?: boolean;
|
|
7
|
+
className?: string;
|
|
8
|
+
error?: string;
|
|
9
|
+
isFluid?: boolean;
|
|
10
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
//# sourceMappingURL=Date.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Date.d.ts","sourceRoot":"","sources":["../../../src/components/form-controls/Date.jsx"],"names":[],"mappings":";AASA;;;;;;;;4CAgGC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default File;
|
|
2
|
+
declare function File({ name, id, onChange, defaultValue, value, label, isDisabled, type, className, isFluid, error, }: {
|
|
3
|
+
name: any;
|
|
4
|
+
id: any;
|
|
5
|
+
onChange: any;
|
|
6
|
+
defaultValue: any;
|
|
7
|
+
value: any;
|
|
8
|
+
label?: string;
|
|
9
|
+
isDisabled?: boolean;
|
|
10
|
+
type?: string;
|
|
11
|
+
className?: string;
|
|
12
|
+
isFluid?: boolean;
|
|
13
|
+
error?: string;
|
|
14
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
//# sourceMappingURL=File.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"File.d.ts","sourceRoot":"","sources":["../../../src/components/form-controls/File.jsx"],"names":[],"mappings":";AAGA;;;;;;;;;;;;4CAwCC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default Input;
|
|
2
|
+
declare function Input({ name, id, onChange, onKeyDown, defaultValue, value, label, isDisabled, isRequired, isFluid, type, className, placeholder, error, }: {
|
|
3
|
+
name: any;
|
|
4
|
+
id: any;
|
|
5
|
+
onChange: any;
|
|
6
|
+
onKeyDown: any;
|
|
7
|
+
defaultValue: any;
|
|
8
|
+
value: any;
|
|
9
|
+
label?: string;
|
|
10
|
+
isDisabled?: boolean;
|
|
11
|
+
isRequired?: boolean;
|
|
12
|
+
isFluid?: boolean;
|
|
13
|
+
type?: string;
|
|
14
|
+
className?: string;
|
|
15
|
+
placeholder?: string;
|
|
16
|
+
error?: string;
|
|
17
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
//# sourceMappingURL=Input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../src/components/form-controls/Input.jsx"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;;;4CAqDC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default Radio;
|
|
2
|
+
declare function Radio({ name, id, onChange, defaultValue, value, label, isDisabled, type, className, isFluid, error, }: {
|
|
3
|
+
name: any;
|
|
4
|
+
id: any;
|
|
5
|
+
onChange: any;
|
|
6
|
+
defaultValue: any;
|
|
7
|
+
value: any;
|
|
8
|
+
label?: string;
|
|
9
|
+
isDisabled?: boolean;
|
|
10
|
+
type?: string;
|
|
11
|
+
className?: string;
|
|
12
|
+
isFluid?: boolean;
|
|
13
|
+
error?: string;
|
|
14
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
//# sourceMappingURL=Radio.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Radio.d.ts","sourceRoot":"","sources":["../../../src/components/form-controls/Radio.jsx"],"names":[],"mappings":";AAGA;;;;;;;;;;;;4CAwCC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default Select;
|
|
2
|
+
declare function Select({ onChange, value, label, isDisabled, className, triggerClassName, triggerActiveClassName, contentsClassName, options, isRequired, placeholder, error, isFluid, isMulti, }: {
|
|
3
|
+
onChange: any;
|
|
4
|
+
value: any;
|
|
5
|
+
label?: string;
|
|
6
|
+
isDisabled?: boolean;
|
|
7
|
+
className?: string;
|
|
8
|
+
triggerClassName?: string;
|
|
9
|
+
triggerActiveClassName?: string;
|
|
10
|
+
contentsClassName?: string;
|
|
11
|
+
options?: any[];
|
|
12
|
+
isRequired?: boolean;
|
|
13
|
+
placeholder?: string;
|
|
14
|
+
error?: string;
|
|
15
|
+
isFluid?: boolean;
|
|
16
|
+
isMulti?: boolean;
|
|
17
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/components/form-controls/Select.jsx"],"names":[],"mappings":";AAKA;;;;;;;;;;;;;;;4CAuJC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default Stepper;
|
|
2
|
+
declare function Stepper({ name, id, onChange, defaultValue, value, label, isDisabled, isRequired, isFluid, type, className, placeholder, error, }: {
|
|
3
|
+
name: any;
|
|
4
|
+
id: any;
|
|
5
|
+
onChange: any;
|
|
6
|
+
defaultValue: any;
|
|
7
|
+
value: any;
|
|
8
|
+
label?: string;
|
|
9
|
+
isDisabled?: boolean;
|
|
10
|
+
isRequired?: boolean;
|
|
11
|
+
isFluid?: boolean;
|
|
12
|
+
type?: string;
|
|
13
|
+
className?: string;
|
|
14
|
+
placeholder?: string;
|
|
15
|
+
error?: string;
|
|
16
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
//# sourceMappingURL=Stepper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../src/components/form-controls/Stepper.jsx"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;;4CA+CC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default TextArea;
|
|
2
|
+
declare function TextArea({ name, id, onChange, defaultValue, value, label, isDisabled, isRequired, isFluid, className, placeholder, error, }: {
|
|
3
|
+
name: any;
|
|
4
|
+
id: any;
|
|
5
|
+
onChange: any;
|
|
6
|
+
defaultValue: any;
|
|
7
|
+
value: any;
|
|
8
|
+
label?: string;
|
|
9
|
+
isDisabled?: boolean;
|
|
10
|
+
isRequired?: boolean;
|
|
11
|
+
isFluid?: boolean;
|
|
12
|
+
className?: string;
|
|
13
|
+
placeholder?: string;
|
|
14
|
+
error?: string;
|
|
15
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
//# sourceMappingURL=TextArea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/components/form-controls/TextArea.jsx"],"names":[],"mappings":";AAGA;;;;;;;;;;;;;4CA4CC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default Toggle;
|
|
2
|
+
declare function Toggle({ name, id, onChange, defaultValue, value, label, isDisabled, type, className, isFluid, error, }: {
|
|
3
|
+
name: any;
|
|
4
|
+
id: any;
|
|
5
|
+
onChange: any;
|
|
6
|
+
defaultValue: any;
|
|
7
|
+
value: any;
|
|
8
|
+
label?: string;
|
|
9
|
+
isDisabled?: boolean;
|
|
10
|
+
type?: string;
|
|
11
|
+
className?: string;
|
|
12
|
+
isFluid?: boolean;
|
|
13
|
+
error?: string;
|
|
14
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
//# sourceMappingURL=Toggle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toggle.d.ts","sourceRoot":"","sources":["../../../src/components/form-controls/Toggle.jsx"],"names":[],"mappings":";AAGA;;;;;;;;;;;;4CAwCC"}
|