@prosperitainova/mirage-ui 1.0.76 → 1.0.78
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/README.md +32 -32
- package/dist/cjs/index.js +7 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +1 -1
- package/dist/cjs/types/lib/BalanceAlert/BalanceAlert.d.ts +8 -8
- package/dist/cjs/types/lib/BalanceAlert/BalanceAlert.stories.d.ts +8 -8
- package/dist/cjs/types/lib/BalanceAlert/index.d.ts +1 -1
- package/dist/cjs/types/lib/Breadcrumb/Breadcrumb.d.ts +11 -11
- package/dist/cjs/types/lib/Breadcrumb/Breadcrumb.stories.d.ts +13 -14
- package/dist/cjs/types/lib/Breadcrumb/index.d.ts +1 -1
- package/dist/cjs/types/lib/Button/Button.d.ts +34 -34
- package/dist/cjs/types/lib/Button/Button.stories.d.ts +16 -17
- package/dist/cjs/types/lib/Button/index.d.ts +1 -1
- package/dist/cjs/types/lib/ButtonDropdown/ButtonDropdown.d.ts +20 -20
- package/dist/cjs/types/lib/ButtonDropdown/ButtonDropdown.stories.d.ts +11 -12
- package/dist/cjs/types/lib/ButtonDropdown/index.d.ts +1 -1
- package/dist/cjs/types/lib/ButtonMoreDetails/ButtonMoreDetails.d.ts +19 -19
- package/dist/cjs/types/lib/ButtonMoreDetails/ButtonMoreDetails.stories.d.ts +16 -16
- package/dist/cjs/types/lib/ButtonMoreDetails/index.d.ts +1 -1
- package/dist/cjs/types/lib/Checkbox/Checkbox.d.ts +13 -13
- package/dist/cjs/types/lib/Checkbox/Checkbox.stories.d.ts +8 -9
- package/dist/cjs/types/lib/Checkbox/index.d.ts +1 -1
- package/dist/cjs/types/lib/CustomSelect/CustomSelect.d.ts +11 -11
- package/dist/cjs/types/lib/CustomSelect/CustomSelect.stories.d.ts +5 -5
- package/dist/cjs/types/lib/CustomSelect/index.d.ts +1 -1
- package/dist/cjs/types/lib/CustomSelect/style.d.ts +3 -3
- package/dist/cjs/types/lib/Dropzone/Dropzone.d.ts +8 -9
- package/dist/cjs/types/lib/Dropzone/Dropzone.stories.d.ts +8 -9
- package/dist/cjs/types/lib/Dropzone/index.d.ts +1 -1
- package/dist/cjs/types/lib/Input/Input.d.ts +16 -16
- package/dist/cjs/types/lib/Input/Input.stories.d.ts +11 -12
- package/dist/cjs/types/lib/Input/index.d.ts +1 -1
- package/dist/cjs/types/lib/InputCurrency/InputCurrency.d.ts +22 -22
- package/dist/cjs/types/lib/InputCurrency/InputCurrency.stories.d.ts +8 -9
- package/dist/cjs/types/lib/InputCurrency/index.d.ts +1 -1
- package/dist/cjs/types/lib/InputToken/InputToken.d.ts +7 -7
- package/dist/cjs/types/lib/InputToken/InputToken.stories.d.ts +8 -8
- package/dist/cjs/types/lib/InputToken/index.d.ts +1 -1
- package/dist/cjs/types/lib/InteractiveModal/InteractiveModal.d.ts +12 -12
- package/dist/cjs/types/lib/InteractiveModal/InteractiveModal.stories.d.ts +8 -9
- package/dist/cjs/types/lib/InteractiveModal/TesterInteractiveModal.d.ts +2 -3
- package/dist/cjs/types/lib/InteractiveModal/TesterInteractiveModal.stories.d.ts +8 -9
- package/dist/cjs/types/lib/InteractiveModal/index.d.ts +1 -1
- package/dist/cjs/types/lib/LateralModal/LateralModal.d.ts +11 -11
- package/dist/cjs/types/lib/LateralModal/LateralModal.stories.d.ts +8 -9
- package/dist/cjs/types/lib/LateralModal/TesterLateralModal.d.ts +2 -3
- package/dist/cjs/types/lib/LateralModal/TesterLateralModal.stories.d.ts +8 -9
- package/dist/cjs/types/lib/LateralModal/index.d.ts +1 -1
- package/dist/cjs/types/lib/MenuDropdown/MenuDropdown.d.ts +16 -16
- package/dist/cjs/types/lib/MenuDropdown/MenuDropdown.stories.d.ts +8 -9
- package/dist/cjs/types/lib/MenuDropdown/index.d.ts +1 -1
- package/dist/cjs/types/lib/NotificationsBar/NotificationsBar.d.ts +19 -20
- package/dist/cjs/types/lib/NotificationsBar/NotificationsBar.stories.d.ts +9 -10
- package/dist/cjs/types/lib/NotificationsBar/index.d.ts +1 -1
- package/dist/cjs/types/lib/Pagination/Pagination.d.ts +10 -10
- package/dist/cjs/types/lib/Pagination/index.d.ts +1 -1
- package/dist/cjs/types/lib/ParcelSelector/ParcelSelector.d.ts +7 -7
- package/dist/cjs/types/lib/ParcelSelector/ParcelSelector.stories.d.ts +8 -8
- package/dist/cjs/types/lib/ParcelSelector/index.d.ts +1 -1
- package/dist/cjs/types/lib/ProgressBar/ProgressBar.d.ts +6 -6
- package/dist/cjs/types/lib/ProgressBar/ProgressBar.stories.d.ts +8 -9
- package/dist/cjs/types/lib/ProgressBar/index.d.ts +1 -1
- package/dist/cjs/types/lib/Radio/Radio.d.ts +10 -11
- package/dist/cjs/types/lib/Radio/Radio.stories.d.ts +8 -9
- package/dist/cjs/types/lib/Radio/index.d.ts +1 -1
- package/dist/cjs/types/lib/RadioGroup/Radio.d.ts +12 -12
- package/dist/cjs/types/lib/RadioGroup/RadioGroup.d.ts +20 -20
- package/dist/cjs/types/lib/RadioGroup/RadioGroup.stories.d.ts +8 -9
- package/dist/cjs/types/lib/RadioGroup/index.d.ts +1 -1
- package/dist/cjs/types/lib/ReturnButton/ReturnButton.d.ts +7 -7
- package/dist/cjs/types/lib/ReturnButton/ReturnButton.stories.d.ts +8 -9
- package/dist/cjs/types/lib/ReturnButton/index.d.ts +1 -1
- package/dist/cjs/types/lib/Search/Search.d.ts +12 -12
- package/dist/cjs/types/lib/Search/Search.stories.d.ts +8 -9
- package/dist/cjs/types/lib/Search/index.d.ts +1 -1
- package/dist/cjs/types/lib/SideBar/SideBar.d.ts +15 -15
- package/dist/cjs/types/lib/SideBar/SideBar.stories.d.ts +7 -7
- package/dist/cjs/types/lib/SideBar/index.d.ts +1 -1
- package/dist/cjs/types/lib/Spacer/Spacer.d.ts +8 -9
- package/dist/cjs/types/lib/Spacer/index.d.ts +1 -1
- package/dist/cjs/types/lib/SummaryPanel/SummaryPanel.d.ts +16 -16
- package/dist/cjs/types/lib/SummaryPanel/SummaryPanel.stories.d.ts +8 -9
- package/dist/cjs/types/lib/SummaryPanel/index.d.ts +1 -1
- package/dist/cjs/types/lib/TabMenu/TabMenu.d.ts +13 -13
- package/dist/cjs/types/lib/TabMenu/TabMenu.stories.d.ts +8 -8
- package/dist/cjs/types/lib/TabMenu/index.d.ts +1 -1
- package/dist/cjs/types/lib/Table/Table.d.ts +15 -15
- package/dist/cjs/types/lib/Table/Table.stories.d.ts +8 -9
- package/dist/cjs/types/lib/Table/index.d.ts +1 -1
- package/dist/cjs/types/lib/Toast/TesterToast.d.ts +2 -3
- package/dist/cjs/types/lib/Toast/TesterToast.stories.d.ts +8 -9
- package/dist/cjs/types/lib/Toast/Toast.d.ts +12 -12
- package/dist/cjs/types/lib/Toast/Toast.stories.d.ts +10 -11
- package/dist/cjs/types/lib/Toast/index.d.ts +1 -1
- package/dist/cjs/types/lib/Toggle/Toggle.d.ts +7 -8
- package/dist/cjs/types/lib/Toggle/Toggle.stories.d.ts +9 -10
- package/dist/cjs/types/lib/Toggle/index.d.ts +1 -1
- package/dist/cjs/types/lib/index.d.ts +29 -29
- package/dist/cjs/types/setupTests.d.ts +1 -1
- package/dist/cjs/types/theme/DefaultTheme.d.ts +4 -4
- package/dist/cjs/types/theme/index.d.ts +2 -2
- package/dist/cjs/types/theme/prosperitaTheme.d.ts +3 -3
- package/dist/cjs/types/utils.d.ts +1 -1
- package/dist/esm/index.js +7 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +1 -1
- package/dist/esm/types/lib/BalanceAlert/BalanceAlert.d.ts +8 -8
- package/dist/esm/types/lib/BalanceAlert/BalanceAlert.stories.d.ts +8 -8
- package/dist/esm/types/lib/BalanceAlert/index.d.ts +1 -1
- package/dist/esm/types/lib/Breadcrumb/Breadcrumb.d.ts +11 -11
- package/dist/esm/types/lib/Breadcrumb/Breadcrumb.stories.d.ts +13 -14
- package/dist/esm/types/lib/Breadcrumb/index.d.ts +1 -1
- package/dist/esm/types/lib/Button/Button.d.ts +34 -34
- package/dist/esm/types/lib/Button/Button.stories.d.ts +16 -17
- package/dist/esm/types/lib/Button/index.d.ts +1 -1
- package/dist/esm/types/lib/ButtonDropdown/ButtonDropdown.d.ts +20 -20
- package/dist/esm/types/lib/ButtonDropdown/ButtonDropdown.stories.d.ts +11 -12
- package/dist/esm/types/lib/ButtonDropdown/index.d.ts +1 -1
- package/dist/esm/types/lib/ButtonMoreDetails/ButtonMoreDetails.d.ts +19 -19
- package/dist/esm/types/lib/ButtonMoreDetails/ButtonMoreDetails.stories.d.ts +16 -16
- package/dist/esm/types/lib/ButtonMoreDetails/index.d.ts +1 -1
- package/dist/esm/types/lib/Checkbox/Checkbox.d.ts +13 -13
- package/dist/esm/types/lib/Checkbox/Checkbox.stories.d.ts +8 -9
- package/dist/esm/types/lib/Checkbox/index.d.ts +1 -1
- package/dist/esm/types/lib/CustomSelect/CustomSelect.d.ts +11 -11
- package/dist/esm/types/lib/CustomSelect/CustomSelect.stories.d.ts +5 -5
- package/dist/esm/types/lib/CustomSelect/index.d.ts +1 -1
- package/dist/esm/types/lib/CustomSelect/style.d.ts +3 -3
- package/dist/esm/types/lib/Dropzone/Dropzone.d.ts +8 -9
- package/dist/esm/types/lib/Dropzone/Dropzone.stories.d.ts +8 -9
- package/dist/esm/types/lib/Dropzone/index.d.ts +1 -1
- package/dist/esm/types/lib/Input/Input.d.ts +16 -16
- package/dist/esm/types/lib/Input/Input.stories.d.ts +11 -12
- package/dist/esm/types/lib/Input/index.d.ts +1 -1
- package/dist/esm/types/lib/InputCurrency/InputCurrency.d.ts +22 -22
- package/dist/esm/types/lib/InputCurrency/InputCurrency.stories.d.ts +8 -9
- package/dist/esm/types/lib/InputCurrency/index.d.ts +1 -1
- package/dist/esm/types/lib/InputToken/InputToken.d.ts +7 -7
- package/dist/esm/types/lib/InputToken/InputToken.stories.d.ts +8 -8
- package/dist/esm/types/lib/InputToken/index.d.ts +1 -1
- package/dist/esm/types/lib/InteractiveModal/InteractiveModal.d.ts +12 -12
- package/dist/esm/types/lib/InteractiveModal/InteractiveModal.stories.d.ts +8 -9
- package/dist/esm/types/lib/InteractiveModal/TesterInteractiveModal.d.ts +2 -3
- package/dist/esm/types/lib/InteractiveModal/TesterInteractiveModal.stories.d.ts +8 -9
- package/dist/esm/types/lib/InteractiveModal/index.d.ts +1 -1
- package/dist/esm/types/lib/LateralModal/LateralModal.d.ts +11 -11
- package/dist/esm/types/lib/LateralModal/LateralModal.stories.d.ts +8 -9
- package/dist/esm/types/lib/LateralModal/TesterLateralModal.d.ts +2 -3
- package/dist/esm/types/lib/LateralModal/TesterLateralModal.stories.d.ts +8 -9
- package/dist/esm/types/lib/LateralModal/index.d.ts +1 -1
- package/dist/esm/types/lib/MenuDropdown/MenuDropdown.d.ts +16 -16
- package/dist/esm/types/lib/MenuDropdown/MenuDropdown.stories.d.ts +8 -9
- package/dist/esm/types/lib/MenuDropdown/index.d.ts +1 -1
- package/dist/esm/types/lib/NotificationsBar/NotificationsBar.d.ts +19 -20
- package/dist/esm/types/lib/NotificationsBar/NotificationsBar.stories.d.ts +9 -10
- package/dist/esm/types/lib/NotificationsBar/index.d.ts +1 -1
- package/dist/esm/types/lib/Pagination/Pagination.d.ts +10 -10
- package/dist/esm/types/lib/Pagination/index.d.ts +1 -1
- package/dist/esm/types/lib/ParcelSelector/ParcelSelector.d.ts +7 -7
- package/dist/esm/types/lib/ParcelSelector/ParcelSelector.stories.d.ts +8 -8
- package/dist/esm/types/lib/ParcelSelector/index.d.ts +1 -1
- package/dist/esm/types/lib/ProgressBar/ProgressBar.d.ts +6 -6
- package/dist/esm/types/lib/ProgressBar/ProgressBar.stories.d.ts +8 -9
- package/dist/esm/types/lib/ProgressBar/index.d.ts +1 -1
- package/dist/esm/types/lib/Radio/Radio.d.ts +10 -11
- package/dist/esm/types/lib/Radio/Radio.stories.d.ts +8 -9
- package/dist/esm/types/lib/Radio/index.d.ts +1 -1
- package/dist/esm/types/lib/RadioGroup/Radio.d.ts +12 -12
- package/dist/esm/types/lib/RadioGroup/RadioGroup.d.ts +20 -20
- package/dist/esm/types/lib/RadioGroup/RadioGroup.stories.d.ts +8 -9
- package/dist/esm/types/lib/RadioGroup/index.d.ts +1 -1
- package/dist/esm/types/lib/ReturnButton/ReturnButton.d.ts +7 -7
- package/dist/esm/types/lib/ReturnButton/ReturnButton.stories.d.ts +8 -9
- package/dist/esm/types/lib/ReturnButton/index.d.ts +1 -1
- package/dist/esm/types/lib/Search/Search.d.ts +12 -12
- package/dist/esm/types/lib/Search/Search.stories.d.ts +8 -9
- package/dist/esm/types/lib/Search/index.d.ts +1 -1
- package/dist/esm/types/lib/SideBar/SideBar.d.ts +15 -15
- package/dist/esm/types/lib/SideBar/SideBar.stories.d.ts +7 -7
- package/dist/esm/types/lib/SideBar/index.d.ts +1 -1
- package/dist/esm/types/lib/Spacer/Spacer.d.ts +8 -9
- package/dist/esm/types/lib/Spacer/index.d.ts +1 -1
- package/dist/esm/types/lib/SummaryPanel/SummaryPanel.d.ts +16 -16
- package/dist/esm/types/lib/SummaryPanel/SummaryPanel.stories.d.ts +8 -9
- package/dist/esm/types/lib/SummaryPanel/index.d.ts +1 -1
- package/dist/esm/types/lib/TabMenu/TabMenu.d.ts +13 -13
- package/dist/esm/types/lib/TabMenu/TabMenu.stories.d.ts +8 -8
- package/dist/esm/types/lib/TabMenu/index.d.ts +1 -1
- package/dist/esm/types/lib/Table/Table.d.ts +15 -15
- package/dist/esm/types/lib/Table/Table.stories.d.ts +8 -9
- package/dist/esm/types/lib/Table/index.d.ts +1 -1
- package/dist/esm/types/lib/Toast/TesterToast.d.ts +2 -3
- package/dist/esm/types/lib/Toast/TesterToast.stories.d.ts +8 -9
- package/dist/esm/types/lib/Toast/Toast.d.ts +12 -12
- package/dist/esm/types/lib/Toast/Toast.stories.d.ts +10 -11
- package/dist/esm/types/lib/Toast/index.d.ts +1 -1
- package/dist/esm/types/lib/Toggle/Toggle.d.ts +7 -8
- package/dist/esm/types/lib/Toggle/Toggle.stories.d.ts +9 -10
- package/dist/esm/types/lib/Toggle/index.d.ts +1 -1
- package/dist/esm/types/lib/index.d.ts +29 -29
- package/dist/esm/types/setupTests.d.ts +1 -1
- package/dist/esm/types/theme/DefaultTheme.d.ts +4 -4
- package/dist/esm/types/theme/index.d.ts +2 -2
- package/dist/esm/types/theme/prosperitaTheme.d.ts +3 -3
- package/dist/esm/types/utils.d.ts +1 -1
- package/dist/index.d.ts +273 -272
- package/dist/index.d.ts.map +1 -0
- package/package.json +105 -105
- package/dist/cjs/types/lib/InputCurrency/bolos.d.ts +0 -2
- package/dist/esm/types/lib/InputCurrency/bolos.d.ts +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./lib";
|
|
1
|
+
export * from "./lib";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "bootstrap/dist/css/bootstrap.min.css";
|
|
2
|
-
export type BalanceAlertProps = {
|
|
3
|
-
title: string;
|
|
4
|
-
message: string;
|
|
5
|
-
show?: boolean;
|
|
6
|
-
};
|
|
7
|
-
declare const BalanceAlert: (props: BalanceAlertProps) => JSX.Element;
|
|
8
|
-
export default BalanceAlert;
|
|
1
|
+
import "bootstrap/dist/css/bootstrap.min.css";
|
|
2
|
+
export type BalanceAlertProps = {
|
|
3
|
+
title: string;
|
|
4
|
+
message: string;
|
|
5
|
+
show?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const BalanceAlert: (props: BalanceAlertProps) => JSX.Element;
|
|
8
|
+
export default BalanceAlert;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BalanceAlertProps } from "./BalanceAlert";
|
|
2
|
-
import { Story } from "@storybook/react";
|
|
3
|
-
declare const CheckStories: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: (props: BalanceAlertProps) => JSX.Element;
|
|
6
|
-
};
|
|
7
|
-
export default CheckStories;
|
|
8
|
-
export declare const BalanceAlertStory: Story<BalanceAlertProps>;
|
|
1
|
+
import { BalanceAlertProps } from "./BalanceAlert";
|
|
2
|
+
import { Story } from "@storybook/react";
|
|
3
|
+
declare const CheckStories: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: BalanceAlertProps) => JSX.Element;
|
|
6
|
+
};
|
|
7
|
+
export default CheckStories;
|
|
8
|
+
export declare const BalanceAlertStory: Story<BalanceAlertProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "./BalanceAlert";
|
|
1
|
+
export { default } from "./BalanceAlert";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import "../../../src/theme/fonts/ProximaNova.css";
|
|
2
|
-
type ItemsProps = {
|
|
3
|
-
label: string;
|
|
4
|
-
href: string;
|
|
5
|
-
img?: string;
|
|
6
|
-
};
|
|
7
|
-
type BreadcrumbProps = {
|
|
8
|
-
menus: ItemsProps[];
|
|
9
|
-
};
|
|
10
|
-
declare const Breadcrumb: (props: BreadcrumbProps) => JSX.Element;
|
|
11
|
-
export default Breadcrumb;
|
|
1
|
+
import "../../../src/theme/fonts/ProximaNova.css";
|
|
2
|
+
type ItemsProps = {
|
|
3
|
+
label: string;
|
|
4
|
+
href: string;
|
|
5
|
+
img?: string;
|
|
6
|
+
};
|
|
7
|
+
type BreadcrumbProps = {
|
|
8
|
+
menus: ItemsProps[];
|
|
9
|
+
};
|
|
10
|
+
declare const Breadcrumb: (props: BreadcrumbProps) => JSX.Element;
|
|
11
|
+
export default Breadcrumb;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
export
|
|
14
|
-
export declare const BreadcrumbStory: Story<import("@storybook/react").Args>;
|
|
1
|
+
import { Story } from "@storybook/react";
|
|
2
|
+
declare const BreadcrumbStories: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: (props: {
|
|
5
|
+
menus: {
|
|
6
|
+
label: string;
|
|
7
|
+
href: string;
|
|
8
|
+
img?: string | undefined;
|
|
9
|
+
}[];
|
|
10
|
+
}) => JSX.Element;
|
|
11
|
+
};
|
|
12
|
+
export default BreadcrumbStories;
|
|
13
|
+
export declare const BreadcrumbStory: Story<import("@storybook/react").Args>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "./Breadcrumb";
|
|
1
|
+
export { default } from "./Breadcrumb";
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import React, { ButtonHTMLAttributes } from "react";
|
|
2
|
-
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
-
export declare const AppButton: import("styled-components").StyledComponent<"button", any, React.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
4
|
-
mode: "main" | "border" | "phantom";
|
|
5
|
-
link?: boolean | undefined;
|
|
6
|
-
icon?: string | undefined;
|
|
7
|
-
iconPosition?: "left" | "right" | undefined;
|
|
8
|
-
arrow?: "left" | "right" | undefined;
|
|
9
|
-
danger?: boolean | undefined;
|
|
10
|
-
disabled?: boolean | undefined;
|
|
11
|
-
loading?: boolean | undefined;
|
|
12
|
-
label?: string | undefined;
|
|
13
|
-
value?: string | undefined;
|
|
14
|
-
type?: string | undefined;
|
|
15
|
-
full?: boolean | undefined;
|
|
16
|
-
children?: JSX.Element | undefined;
|
|
17
|
-
}, never>;
|
|
18
|
-
export type ButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
19
|
-
mode: "main" | "border" | "phantom";
|
|
20
|
-
link?: boolean;
|
|
21
|
-
icon?: string;
|
|
22
|
-
iconPosition?: "left" | "right";
|
|
23
|
-
arrow?: "left" | "right";
|
|
24
|
-
danger?: boolean;
|
|
25
|
-
disabled?: boolean;
|
|
26
|
-
loading?: boolean;
|
|
27
|
-
label?: string;
|
|
28
|
-
value?: string;
|
|
29
|
-
type?: string;
|
|
30
|
-
full?: boolean;
|
|
31
|
-
children?: JSX.Element;
|
|
32
|
-
};
|
|
33
|
-
declare const Button: ({ onClick, ...props }: ButtonProps) => JSX.Element;
|
|
34
|
-
export default Button;
|
|
1
|
+
import React, { ButtonHTMLAttributes } from "react";
|
|
2
|
+
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
+
export declare const AppButton: import("styled-components").StyledComponent<"button", any, React.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
4
|
+
mode: "main" | "border" | "phantom";
|
|
5
|
+
link?: boolean | undefined;
|
|
6
|
+
icon?: string | undefined;
|
|
7
|
+
iconPosition?: "left" | "right" | undefined;
|
|
8
|
+
arrow?: "left" | "right" | undefined;
|
|
9
|
+
danger?: boolean | undefined;
|
|
10
|
+
disabled?: boolean | undefined;
|
|
11
|
+
loading?: boolean | undefined;
|
|
12
|
+
label?: string | undefined;
|
|
13
|
+
value?: string | undefined;
|
|
14
|
+
type?: string | undefined;
|
|
15
|
+
full?: boolean | undefined;
|
|
16
|
+
children?: JSX.Element | undefined;
|
|
17
|
+
}, never>;
|
|
18
|
+
export type ButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
19
|
+
mode: "main" | "border" | "phantom";
|
|
20
|
+
link?: boolean;
|
|
21
|
+
icon?: string;
|
|
22
|
+
iconPosition?: "left" | "right";
|
|
23
|
+
arrow?: "left" | "right";
|
|
24
|
+
danger?: boolean;
|
|
25
|
+
disabled?: boolean;
|
|
26
|
+
loading?: boolean;
|
|
27
|
+
label?: string;
|
|
28
|
+
value?: string;
|
|
29
|
+
type?: string;
|
|
30
|
+
full?: boolean;
|
|
31
|
+
children?: JSX.Element;
|
|
32
|
+
};
|
|
33
|
+
declare const Button: ({ onClick, ...props }: ButtonProps) => JSX.Element;
|
|
34
|
+
export default Button;
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const Link: Story<ButtonProps>;
|
|
1
|
+
import { ButtonProps } from "./Button";
|
|
2
|
+
import { Story } from "@storybook/react";
|
|
3
|
+
declare const ButtonStories: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: ({ onClick, ...props }: ButtonProps) => JSX.Element;
|
|
6
|
+
};
|
|
7
|
+
export default ButtonStories;
|
|
8
|
+
export declare const Main: Story<ButtonProps>;
|
|
9
|
+
export declare const Border: Story<ButtonProps>;
|
|
10
|
+
export declare const Phantom: Story<ButtonProps>;
|
|
11
|
+
export declare const Danger: Story<ButtonProps>;
|
|
12
|
+
export declare const MainWithIcon: Story<ButtonProps>;
|
|
13
|
+
export declare const BorderWithIcon: Story<ButtonProps>;
|
|
14
|
+
export declare const Arrow: Story<ButtonProps>;
|
|
15
|
+
export declare const Icon: Story<ButtonProps>;
|
|
16
|
+
export declare const Link: Story<ButtonProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "./Button";
|
|
1
|
+
export { default } from "./Button";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ButtonHTMLAttributes } from "react";
|
|
2
|
-
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
-
export type DropdownOptions = {
|
|
4
|
-
value?: string;
|
|
5
|
-
label?: string;
|
|
6
|
-
color?: string;
|
|
7
|
-
onClick?: () => void;
|
|
8
|
-
};
|
|
9
|
-
export type ButtonDropdownProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
10
|
-
mode: "main" | "border";
|
|
11
|
-
icon?: string;
|
|
12
|
-
label?: string;
|
|
13
|
-
loading?: boolean;
|
|
14
|
-
value?: string;
|
|
15
|
-
type?: string;
|
|
16
|
-
double?: boolean;
|
|
17
|
-
options?: DropdownOptions[];
|
|
18
|
-
};
|
|
19
|
-
declare const ButtonDropdown: (props: ButtonDropdownProps) => JSX.Element;
|
|
20
|
-
export default ButtonDropdown;
|
|
1
|
+
import { ButtonHTMLAttributes } from "react";
|
|
2
|
+
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
+
export type DropdownOptions = {
|
|
4
|
+
value?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
color?: string;
|
|
7
|
+
onClick?: () => void;
|
|
8
|
+
};
|
|
9
|
+
export type ButtonDropdownProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
10
|
+
mode: "main" | "border";
|
|
11
|
+
icon?: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
loading?: boolean;
|
|
14
|
+
value?: string;
|
|
15
|
+
type?: string;
|
|
16
|
+
double?: boolean;
|
|
17
|
+
options?: DropdownOptions[];
|
|
18
|
+
};
|
|
19
|
+
declare const ButtonDropdown: (props: ButtonDropdownProps) => JSX.Element;
|
|
20
|
+
export default ButtonDropdown;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const DoubleBorder: Story<ButtonDropdownProps>;
|
|
1
|
+
import { ButtonDropdownProps } from "./ButtonDropdown";
|
|
2
|
+
import { Story } from "@storybook/react";
|
|
3
|
+
declare const ButtonStories: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: ButtonDropdownProps) => JSX.Element;
|
|
6
|
+
};
|
|
7
|
+
export default ButtonStories;
|
|
8
|
+
export declare const Main: Story<ButtonDropdownProps>;
|
|
9
|
+
export declare const Border: Story<ButtonDropdownProps>;
|
|
10
|
+
export declare const DoubleMain: Story<ButtonDropdownProps>;
|
|
11
|
+
export declare const DoubleBorder: Story<ButtonDropdownProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "./ButtonDropdown";
|
|
1
|
+
export { default } from "./ButtonDropdown";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ButtonHTMLAttributes } from "react";
|
|
2
|
-
type DropContainerProps = {
|
|
3
|
-
open?: boolean;
|
|
4
|
-
};
|
|
5
|
-
export type DropdownOptions = {
|
|
6
|
-
value: string;
|
|
7
|
-
label: string;
|
|
8
|
-
color?: string;
|
|
9
|
-
icon?: string;
|
|
10
|
-
onClick?: (value: string) => void;
|
|
11
|
-
};
|
|
12
|
-
export type ButtonMoreDetailsProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
13
|
-
icon?: string;
|
|
14
|
-
value?: string;
|
|
15
|
-
options?: DropdownOptions[];
|
|
16
|
-
open?: boolean;
|
|
17
|
-
};
|
|
18
|
-
declare const ButtonMoreDetails: (props: ButtonMoreDetailsProps & DropContainerProps) => JSX.Element;
|
|
19
|
-
export default ButtonMoreDetails;
|
|
1
|
+
import { ButtonHTMLAttributes } from "react";
|
|
2
|
+
type DropContainerProps = {
|
|
3
|
+
open?: boolean;
|
|
4
|
+
};
|
|
5
|
+
export type DropdownOptions = {
|
|
6
|
+
value: string;
|
|
7
|
+
label: string;
|
|
8
|
+
color?: string;
|
|
9
|
+
icon?: string;
|
|
10
|
+
onClick?: (value: string) => void;
|
|
11
|
+
};
|
|
12
|
+
export type ButtonMoreDetailsProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
13
|
+
icon?: string;
|
|
14
|
+
value?: string;
|
|
15
|
+
options?: DropdownOptions[];
|
|
16
|
+
open?: boolean;
|
|
17
|
+
};
|
|
18
|
+
declare const ButtonMoreDetails: (props: ButtonMoreDetailsProps & DropContainerProps) => JSX.Element;
|
|
19
|
+
export default ButtonMoreDetails;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { ButtonMoreDetailsProps } from "./ButtonMoreDetails";
|
|
3
|
-
import { Story } from "@storybook/react";
|
|
4
|
-
declare const ButtonMoreDetailsStories: {
|
|
5
|
-
title: string;
|
|
6
|
-
component: (props: React.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
7
|
-
icon?: string | undefined;
|
|
8
|
-
value?: string | undefined;
|
|
9
|
-
options?: import("./ButtonMoreDetails").DropdownOptions[] | undefined;
|
|
10
|
-
open?: boolean | undefined;
|
|
11
|
-
} & {
|
|
12
|
-
open?: boolean | undefined;
|
|
13
|
-
}) => JSX.Element;
|
|
14
|
-
};
|
|
15
|
-
export default ButtonMoreDetailsStories;
|
|
16
|
-
export declare const ButtonMoreDetailsStory: Story<ButtonMoreDetailsProps>;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ButtonMoreDetailsProps } from "./ButtonMoreDetails";
|
|
3
|
+
import { Story } from "@storybook/react";
|
|
4
|
+
declare const ButtonMoreDetailsStories: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: (props: React.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
7
|
+
icon?: string | undefined;
|
|
8
|
+
value?: string | undefined;
|
|
9
|
+
options?: import("./ButtonMoreDetails").DropdownOptions[] | undefined;
|
|
10
|
+
open?: boolean | undefined;
|
|
11
|
+
} & {
|
|
12
|
+
open?: boolean | undefined;
|
|
13
|
+
}) => JSX.Element;
|
|
14
|
+
};
|
|
15
|
+
export default ButtonMoreDetailsStories;
|
|
16
|
+
export declare const ButtonMoreDetailsStory: Story<ButtonMoreDetailsProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "./ButtonMoreDetails";
|
|
1
|
+
export { default } from "./ButtonMoreDetails";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React, { InputHTMLAttributes } from "react";
|
|
2
|
-
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
-
export type CheckboxProps = InputHTMLAttributes<HTMLInputElement> & {
|
|
4
|
-
label?: string;
|
|
5
|
-
disabled?: boolean;
|
|
6
|
-
checked?: boolean;
|
|
7
|
-
position?: "top" | "bottom" | "left" | "right";
|
|
8
|
-
name?: string;
|
|
9
|
-
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
10
|
-
onClick?: (event: React.MouseEvent<HTMLInputElement>) => void;
|
|
11
|
-
};
|
|
12
|
-
declare const Checkbox: ({ onChange, ...props }: CheckboxProps) => JSX.Element;
|
|
13
|
-
export default Checkbox;
|
|
1
|
+
import React, { InputHTMLAttributes } from "react";
|
|
2
|
+
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
+
export type CheckboxProps = InputHTMLAttributes<HTMLInputElement> & {
|
|
4
|
+
label?: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
checked?: boolean;
|
|
7
|
+
position?: "top" | "bottom" | "left" | "right";
|
|
8
|
+
name?: string;
|
|
9
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
10
|
+
onClick?: (event: React.MouseEvent<HTMLInputElement>) => void;
|
|
11
|
+
};
|
|
12
|
+
declare const Checkbox: ({ onChange, ...props }: CheckboxProps) => JSX.Element;
|
|
13
|
+
export default Checkbox;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
export declare const CheckboxStory: Story<CheckboxProps>;
|
|
1
|
+
import { CheckboxProps } from "./Checkbox";
|
|
2
|
+
import { Story } from "@storybook/react";
|
|
3
|
+
declare const CheckStories: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: ({ onChange, ...props }: CheckboxProps) => JSX.Element;
|
|
6
|
+
};
|
|
7
|
+
export default CheckStories;
|
|
8
|
+
export declare const CheckboxStory: Story<CheckboxProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "./Checkbox";
|
|
1
|
+
export { default } from "./Checkbox";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Props as ReactSelectProps } from "react-select";
|
|
2
|
-
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
-
export type SelectProps = Omit<ReactSelectProps, "onChange"> & {
|
|
4
|
-
onChange?: (event: any) => void;
|
|
5
|
-
error?: string | boolean;
|
|
6
|
-
success?: boolean;
|
|
7
|
-
helper?: string;
|
|
8
|
-
label?: string;
|
|
9
|
-
};
|
|
10
|
-
declare const CustomSelect: (props: SelectProps) => JSX.Element;
|
|
11
|
-
export default CustomSelect;
|
|
1
|
+
import { Props as ReactSelectProps } from "react-select";
|
|
2
|
+
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
+
export type SelectProps = Omit<ReactSelectProps, "onChange"> & {
|
|
4
|
+
onChange?: (event: any) => void;
|
|
5
|
+
error?: string | boolean;
|
|
6
|
+
success?: boolean;
|
|
7
|
+
helper?: string;
|
|
8
|
+
label?: string;
|
|
9
|
+
};
|
|
10
|
+
declare const CustomSelect: (props: SelectProps) => JSX.Element;
|
|
11
|
+
export default CustomSelect;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SelectProps } from "./CustomSelect";
|
|
2
|
-
import { Story, Meta } from "@storybook/react";
|
|
3
|
-
declare const SelectStories: Meta<SelectProps>;
|
|
4
|
-
export default SelectStories;
|
|
5
|
-
export declare const Primary: Story<SelectProps>;
|
|
1
|
+
import { SelectProps } from "./CustomSelect";
|
|
2
|
+
import { Story, Meta } from "@storybook/react";
|
|
3
|
+
declare const SelectStories: Meta<SelectProps>;
|
|
4
|
+
export default SelectStories;
|
|
5
|
+
export declare const Primary: Story<SelectProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "./CustomSelect";
|
|
1
|
+
export { default } from "./CustomSelect";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { StylesConfig } from "react-select";
|
|
2
|
-
declare const ReactSelectStyles: StylesConfig;
|
|
3
|
-
export default ReactSelectStyles;
|
|
1
|
+
import { StylesConfig } from "react-select";
|
|
2
|
+
declare const ReactSelectStyles: StylesConfig;
|
|
3
|
+
export default ReactSelectStyles;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export default Dropzone;
|
|
1
|
+
import "../../../src/theme/fonts/ProximaNova.css";
|
|
2
|
+
export type DropzoneProps = {
|
|
3
|
+
error?: string;
|
|
4
|
+
helper?: string;
|
|
5
|
+
onFilesChanged?: (files: File[]) => void;
|
|
6
|
+
};
|
|
7
|
+
declare const Dropzone: (props: DropzoneProps) => JSX.Element;
|
|
8
|
+
export default Dropzone;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
export declare const DropzoneStory: Story<DropzoneProps>;
|
|
1
|
+
import { DropzoneProps } from "./Dropzone";
|
|
2
|
+
import { Story } from "@storybook/react";
|
|
3
|
+
declare const DropzoneStories: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: DropzoneProps) => JSX.Element;
|
|
6
|
+
};
|
|
7
|
+
export default DropzoneStories;
|
|
8
|
+
export declare const DropzoneStory: Story<DropzoneProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "./Dropzone";
|
|
1
|
+
export { default } from "./Dropzone";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { InputHTMLAttributes, TextareaHTMLAttributes } from "react";
|
|
2
|
-
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
-
export type InputProps = InputHTMLAttributes<HTMLInputElement> & TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
|
4
|
-
value?: string | number | boolean | readonly string[] | undefined;
|
|
5
|
-
error?: string | boolean;
|
|
6
|
-
success?: boolean;
|
|
7
|
-
helper?: string;
|
|
8
|
-
label?: string;
|
|
9
|
-
newPassword?: boolean;
|
|
10
|
-
newPasswordLevel?: string;
|
|
11
|
-
search?: boolean;
|
|
12
|
-
mask?: string;
|
|
13
|
-
maskChar?: string | null;
|
|
14
|
-
};
|
|
15
|
-
declare const Input: (props: InputProps) => JSX.Element;
|
|
16
|
-
export default Input;
|
|
1
|
+
import { InputHTMLAttributes, TextareaHTMLAttributes } from "react";
|
|
2
|
+
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
+
export type InputProps = InputHTMLAttributes<HTMLInputElement> & TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
|
4
|
+
value?: string | number | boolean | readonly string[] | undefined;
|
|
5
|
+
error?: string | boolean;
|
|
6
|
+
success?: boolean;
|
|
7
|
+
helper?: string;
|
|
8
|
+
label?: string;
|
|
9
|
+
newPassword?: boolean;
|
|
10
|
+
newPasswordLevel?: string;
|
|
11
|
+
search?: boolean;
|
|
12
|
+
mask?: string;
|
|
13
|
+
maskChar?: string | null;
|
|
14
|
+
};
|
|
15
|
+
declare const Input: (props: InputProps) => JSX.Element;
|
|
16
|
+
export default Input;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const Password: Story<InputProps>;
|
|
1
|
+
import { InputProps } from "./Input";
|
|
2
|
+
import { Story } from "@storybook/react";
|
|
3
|
+
declare const InputStories: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: InputProps) => JSX.Element;
|
|
6
|
+
};
|
|
7
|
+
export default InputStories;
|
|
8
|
+
export declare const Text: Story<InputProps>;
|
|
9
|
+
export declare const TextArea: Story<InputProps>;
|
|
10
|
+
export declare const Date: Story<InputProps>;
|
|
11
|
+
export declare const Password: Story<InputProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from "./Input";
|
|
1
|
+
export { default } from "./Input";
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { ChangeEvent, InputHTMLAttributes, TextareaHTMLAttributes } from "react";
|
|
2
|
-
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
-
export type InputCurrencyProps = InputHTMLAttributes<HTMLInputElement> & TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
|
4
|
-
value?: string;
|
|
5
|
-
error?: string | boolean;
|
|
6
|
-
success?: boolean;
|
|
7
|
-
helper?: string;
|
|
8
|
-
label?: string;
|
|
9
|
-
newPassword?: boolean;
|
|
10
|
-
newPasswordLevel?: string;
|
|
11
|
-
search?: boolean;
|
|
12
|
-
mask?: string;
|
|
13
|
-
required?: boolean;
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
type?: string;
|
|
16
|
-
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
17
|
-
maxLength?: number;
|
|
18
|
-
fontSize?: "normal" | "large";
|
|
19
|
-
name?: string;
|
|
20
|
-
};
|
|
21
|
-
declare const InputCurrency: (props: InputCurrencyProps) => JSX.Element;
|
|
22
|
-
export default InputCurrency;
|
|
1
|
+
import { ChangeEvent, InputHTMLAttributes, TextareaHTMLAttributes } from "react";
|
|
2
|
+
import "../../../src/theme/fonts/ProximaNova.css";
|
|
3
|
+
export type InputCurrencyProps = InputHTMLAttributes<HTMLInputElement> & TextareaHTMLAttributes<HTMLTextAreaElement> & {
|
|
4
|
+
value?: string;
|
|
5
|
+
error?: string | boolean;
|
|
6
|
+
success?: boolean;
|
|
7
|
+
helper?: string;
|
|
8
|
+
label?: string;
|
|
9
|
+
newPassword?: boolean;
|
|
10
|
+
newPasswordLevel?: string;
|
|
11
|
+
search?: boolean;
|
|
12
|
+
mask?: string;
|
|
13
|
+
required?: boolean;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
type?: string;
|
|
16
|
+
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
17
|
+
maxLength?: number;
|
|
18
|
+
fontSize?: "normal" | "large";
|
|
19
|
+
name?: string;
|
|
20
|
+
};
|
|
21
|
+
declare const InputCurrency: (props: InputCurrencyProps) => JSX.Element;
|
|
22
|
+
export default InputCurrency;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
export declare const Number: Story<InputCurrencyProps>;
|
|
1
|
+
import { InputCurrencyProps } from "./InputCurrency";
|
|
2
|
+
import { Story } from "@storybook/react";
|
|
3
|
+
declare const InputNumberStories: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: InputCurrencyProps) => JSX.Element;
|
|
6
|
+
};
|
|
7
|
+
export default InputNumberStories;
|
|
8
|
+
export declare const Number: Story<InputCurrencyProps>;
|