fui-material 0.2.17 → 0.2.18
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/package.json +1 -1
- package/dist/cjs/types/icons/FCopyAdd/FCopyAdd.d.ts +0 -12
- package/dist/cjs/types/icons/FCopyAdd/FCopyAdd.stories.d.ts +0 -8
- package/dist/cjs/types/icons/FCopyAdd/index.d.ts +0 -1
- package/dist/cjs/types/material/FIcons/FArrowIcon/FArrowIcon.d.ts +0 -13
- package/dist/cjs/types/material/FIcons/FArrowIcon/FArrowIcon.stories.d.ts +0 -9
- package/dist/cjs/types/material/FIcons/FArrowIcon/index.d.ts +0 -1
- package/dist/cjs/types/material/FIcons/FCheckIcon/FCheckIcon.d.ts +0 -12
- package/dist/cjs/types/material/FIcons/FCheckIcon/FCheckIcon.stories.d.ts +0 -8
- package/dist/cjs/types/material/FIcons/FCheckIcon/index.d.ts +0 -1
- package/dist/cjs/types/material/FIcons/FCloseIcon/FCloseIcon.d.ts +0 -10
- package/dist/cjs/types/material/FIcons/FCloseIcon/FCloseIcon.stories.d.ts +0 -7
- package/dist/cjs/types/material/FIcons/FCloseIcon/index.d.ts +0 -1
- package/dist/cjs/types/material/FIcons/FDownloadIcon/FDownloadIcon.d.ts +0 -11
- package/dist/cjs/types/material/FIcons/FDownloadIcon/FDownloadIcon.stories.d.ts +0 -8
- package/dist/cjs/types/material/FIcons/FDownloadIcon/index.d.ts +0 -1
- package/dist/cjs/types/material/FIcons/FListIcon/FListIcon.d.ts +0 -12
- package/dist/cjs/types/material/FIcons/FListIcon/FListIcon.stories.d.ts +0 -8
- package/dist/cjs/types/material/FIcons/FListIcon/index.d.ts +0 -1
- package/dist/cjs/types/material/FIcons/FPenIcon/FPenIcon.d.ts +0 -12
- package/dist/cjs/types/material/FIcons/FPenIcon/FPenIcon.stories.d.ts +0 -8
- package/dist/cjs/types/material/FIcons/FPenIcon/index.d.ts +0 -1
- package/dist/cjs/types/material/FIcons/FPlusIcon/FPlusIcon.d.ts +0 -12
- package/dist/cjs/types/material/FIcons/FPlusIcon/FPlusIcon.stories.d.ts +0 -8
- package/dist/cjs/types/material/FIcons/FPlusIcon/index.d.ts +0 -1
- package/dist/cjs/types/material/FIcons/FTrashIcon/FTrashIcon.d.ts +0 -12
- package/dist/cjs/types/material/FIcons/FTrashIcon/FTrashIcon.stories.d.ts +0 -8
- package/dist/cjs/types/material/FIcons/FTrashIcon/index.d.ts +0 -1
- package/dist/esm/types/icons/FCopyAdd/FCopyAdd.d.ts +0 -12
- package/dist/esm/types/icons/FCopyAdd/FCopyAdd.stories.d.ts +0 -8
- package/dist/esm/types/icons/FCopyAdd/index.d.ts +0 -1
- package/dist/esm/types/material/FIcons/FArrowIcon/FArrowIcon.d.ts +0 -13
- package/dist/esm/types/material/FIcons/FArrowIcon/FArrowIcon.stories.d.ts +0 -9
- package/dist/esm/types/material/FIcons/FArrowIcon/index.d.ts +0 -1
- package/dist/esm/types/material/FIcons/FCheckIcon/FCheckIcon.d.ts +0 -12
- package/dist/esm/types/material/FIcons/FCheckIcon/FCheckIcon.stories.d.ts +0 -8
- package/dist/esm/types/material/FIcons/FCheckIcon/index.d.ts +0 -1
- package/dist/esm/types/material/FIcons/FCloseIcon/FCloseIcon.d.ts +0 -10
- package/dist/esm/types/material/FIcons/FCloseIcon/FCloseIcon.stories.d.ts +0 -7
- package/dist/esm/types/material/FIcons/FCloseIcon/index.d.ts +0 -1
- package/dist/esm/types/material/FIcons/FDownloadIcon/FDownloadIcon.d.ts +0 -11
- package/dist/esm/types/material/FIcons/FDownloadIcon/FDownloadIcon.stories.d.ts +0 -8
- package/dist/esm/types/material/FIcons/FDownloadIcon/index.d.ts +0 -1
- package/dist/esm/types/material/FIcons/FListIcon/FListIcon.d.ts +0 -12
- package/dist/esm/types/material/FIcons/FListIcon/FListIcon.stories.d.ts +0 -8
- package/dist/esm/types/material/FIcons/FListIcon/index.d.ts +0 -1
- package/dist/esm/types/material/FIcons/FPenIcon/FPenIcon.d.ts +0 -12
- package/dist/esm/types/material/FIcons/FPenIcon/FPenIcon.stories.d.ts +0 -8
- package/dist/esm/types/material/FIcons/FPenIcon/index.d.ts +0 -1
- package/dist/esm/types/material/FIcons/FPlusIcon/FPlusIcon.d.ts +0 -12
- package/dist/esm/types/material/FIcons/FPlusIcon/FPlusIcon.stories.d.ts +0 -8
- package/dist/esm/types/material/FIcons/FPlusIcon/index.d.ts +0 -1
- package/dist/esm/types/material/FIcons/FTrashIcon/FTrashIcon.d.ts +0 -12
- package/dist/esm/types/material/FIcons/FTrashIcon/FTrashIcon.stories.d.ts +0 -8
- package/dist/esm/types/material/FIcons/FTrashIcon/index.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../material/statick/Colors.css";
|
|
3
|
-
export interface IFCopyAdd {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FCopyAdd: ({ color, size, st, id, className, handleClick }: IFCopyAdd) => JSX.Element;
|
|
12
|
-
export default FCopyAdd;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFCopyAdd } from "./FCopyAdd";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFCopyAdd) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFCopyAdd>;
|
|
8
|
-
export declare const ColorContained: Story<IFCopyAdd>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FCopyAdd";
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFArrowIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
direction?: 'up' | 'down' | 'left' | 'right';
|
|
8
|
-
handleClick?: () => void;
|
|
9
|
-
id?: string;
|
|
10
|
-
className?: string;
|
|
11
|
-
}
|
|
12
|
-
declare const FArrowIcon: ({ color, size, st, direction, handleClick, id, className }: IFArrowIcon) => JSX.Element;
|
|
13
|
-
export default FArrowIcon;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
4
|
-
import { IFArrowIcon } from "./FArrowIcon";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, direction, handleClick, id, className }: IFArrowIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFArrowIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFArrowIcon>;
|
|
9
|
-
export declare const Direction: Story<IFArrowIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FArrowIcon";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFCheckIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FCheckIcon: ({ color, size, st, id, className, handleClick }: IFCheckIcon) => JSX.Element;
|
|
12
|
-
export default FCheckIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFCheckIcon } from "./FCheckIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFCheckIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFCheckIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFCheckIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FCheckIcon";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React, { FC } from 'react';
|
|
2
|
-
import "./FIcoClose.css";
|
|
3
|
-
export interface IFCloseIcon {
|
|
4
|
-
handleClose?: () => void;
|
|
5
|
-
st?: React.CSSProperties;
|
|
6
|
-
className?: string;
|
|
7
|
-
id?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const FCloseIcon: FC<IFCloseIcon>;
|
|
10
|
-
export default FCloseIcon;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
4
|
-
import { IFCloseIcon } from "./FCloseIcon";
|
|
5
|
-
declare const _default: ComponentMeta<React.FC<IFCloseIcon>>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFCloseIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FCloseIcon";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IFDownloadIcon {
|
|
3
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
4
|
-
size?: number;
|
|
5
|
-
st?: React.CSSProperties;
|
|
6
|
-
id?: string;
|
|
7
|
-
className?: string;
|
|
8
|
-
handleClick?: () => void;
|
|
9
|
-
}
|
|
10
|
-
declare const FDownloadIcon: ({ color, size, st, id, className, handleClick }: IFDownloadIcon) => JSX.Element;
|
|
11
|
-
export default FDownloadIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFDownloadIcon } from "./FDownloadIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFDownloadIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFDownloadIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFDownloadIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FDownloadIcon";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFListIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FListIcon: ({ color, size, st, id, className, handleClick }: IFListIcon) => JSX.Element;
|
|
12
|
-
export default FListIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFListIcon } from "./FListIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFListIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFListIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFListIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FListIcon";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFPenIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FPenIcon: ({ color, size, st, id, className, handleClick }: IFPenIcon) => JSX.Element;
|
|
12
|
-
export default FPenIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFPenIcon } from "./FPenIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFPenIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFPenIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFPenIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FPenIcon";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFPlusIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FPlusIcon: ({ color, size, st, className, id, handleClick }: IFPlusIcon) => JSX.Element;
|
|
12
|
-
export default FPlusIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFPlusIcon } from "./FPlusIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, className, id, handleClick }: IFPlusIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFPlusIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFPlusIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FPlusIcon";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFTrashIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FTrashIcon: ({ color, size, st, id, className, handleClick }: IFTrashIcon) => JSX.Element;
|
|
12
|
-
export default FTrashIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFTrashIcon } from "./FTrashIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFTrashIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFTrashIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFTrashIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FTrashIcon";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../material/statick/Colors.css";
|
|
3
|
-
export interface IFCopyAdd {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FCopyAdd: ({ color, size, st, id, className, handleClick }: IFCopyAdd) => JSX.Element;
|
|
12
|
-
export default FCopyAdd;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFCopyAdd } from "./FCopyAdd";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFCopyAdd) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFCopyAdd>;
|
|
8
|
-
export declare const ColorContained: Story<IFCopyAdd>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FCopyAdd";
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFArrowIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
direction?: 'up' | 'down' | 'left' | 'right';
|
|
8
|
-
handleClick?: () => void;
|
|
9
|
-
id?: string;
|
|
10
|
-
className?: string;
|
|
11
|
-
}
|
|
12
|
-
declare const FArrowIcon: ({ color, size, st, direction, handleClick, id, className }: IFArrowIcon) => JSX.Element;
|
|
13
|
-
export default FArrowIcon;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
4
|
-
import { IFArrowIcon } from "./FArrowIcon";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, direction, handleClick, id, className }: IFArrowIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFArrowIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFArrowIcon>;
|
|
9
|
-
export declare const Direction: Story<IFArrowIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FArrowIcon";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFCheckIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FCheckIcon: ({ color, size, st, id, className, handleClick }: IFCheckIcon) => JSX.Element;
|
|
12
|
-
export default FCheckIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFCheckIcon } from "./FCheckIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFCheckIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFCheckIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFCheckIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FCheckIcon";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React, { FC } from 'react';
|
|
2
|
-
import "./FIcoClose.css";
|
|
3
|
-
export interface IFCloseIcon {
|
|
4
|
-
handleClose?: () => void;
|
|
5
|
-
st?: React.CSSProperties;
|
|
6
|
-
className?: string;
|
|
7
|
-
id?: string;
|
|
8
|
-
}
|
|
9
|
-
declare const FCloseIcon: FC<IFCloseIcon>;
|
|
10
|
-
export default FCloseIcon;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
4
|
-
import { IFCloseIcon } from "./FCloseIcon";
|
|
5
|
-
declare const _default: ComponentMeta<React.FC<IFCloseIcon>>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFCloseIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FCloseIcon";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IFDownloadIcon {
|
|
3
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
4
|
-
size?: number;
|
|
5
|
-
st?: React.CSSProperties;
|
|
6
|
-
id?: string;
|
|
7
|
-
className?: string;
|
|
8
|
-
handleClick?: () => void;
|
|
9
|
-
}
|
|
10
|
-
declare const FDownloadIcon: ({ color, size, st, id, className, handleClick }: IFDownloadIcon) => JSX.Element;
|
|
11
|
-
export default FDownloadIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFDownloadIcon } from "./FDownloadIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFDownloadIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFDownloadIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFDownloadIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FDownloadIcon";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFListIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FListIcon: ({ color, size, st, id, className, handleClick }: IFListIcon) => JSX.Element;
|
|
12
|
-
export default FListIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFListIcon } from "./FListIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFListIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFListIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFListIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FListIcon";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFPenIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FPenIcon: ({ color, size, st, id, className, handleClick }: IFPenIcon) => JSX.Element;
|
|
12
|
-
export default FPenIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFPenIcon } from "./FPenIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFPenIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFPenIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFPenIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FPenIcon";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFPlusIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FPlusIcon: ({ color, size, st, className, id, handleClick }: IFPlusIcon) => JSX.Element;
|
|
12
|
-
export default FPlusIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFPlusIcon } from "./FPlusIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, className, id, handleClick }: IFPlusIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFPlusIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFPlusIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FPlusIcon";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import "../../statick/Colors.css";
|
|
3
|
-
export interface IFTrashIcon {
|
|
4
|
-
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'link';
|
|
5
|
-
size?: number;
|
|
6
|
-
st?: React.CSSProperties;
|
|
7
|
-
id?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
handleClick?: () => void;
|
|
10
|
-
}
|
|
11
|
-
declare const FTrashIcon: ({ color, size, st, id, className, handleClick }: IFTrashIcon) => JSX.Element;
|
|
12
|
-
export default FTrashIcon;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ComponentMeta, Story } from '@storybook/react';
|
|
3
|
-
import { IFTrashIcon } from "./FTrashIcon";
|
|
4
|
-
import "bootstrap/dist/css/bootstrap.css";
|
|
5
|
-
declare const _default: ComponentMeta<({ color, size, st, id, className, handleClick }: IFTrashIcon) => JSX.Element>;
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: Story<IFTrashIcon>;
|
|
8
|
-
export declare const ColorContained: Story<IFTrashIcon>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./FTrashIcon";
|