@paubox/ui 0.2.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { IconProps } from './SvgProps';
2
+
3
+ export declare const ChevronDown: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ export default ChevronDown;
@@ -0,0 +1,4 @@
1
+ import { IconProps } from './SvgProps';
2
+
3
+ export declare const ChevronLeft: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ export default ChevronLeft;
@@ -0,0 +1,4 @@
1
+ import { IconProps } from './SvgProps';
2
+
3
+ export declare const ChevronRight: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ export default ChevronRight;
@@ -0,0 +1,4 @@
1
+ import { IconProps } from './SvgProps';
2
+
3
+ export declare const ChevronUp: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ export default ChevronUp;
@@ -0,0 +1,4 @@
1
+ import { IconProps } from './SvgProps';
2
+
3
+ export declare const Delete: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ export default Delete;
@@ -0,0 +1,4 @@
1
+ import { IconProps } from './SvgProps';
2
+
3
+ export declare const Edit: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ export default Edit;
@@ -0,0 +1,4 @@
1
+ import { IconProps } from './SvgProps';
2
+
3
+ export declare const MoreVertical: (props: IconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ export default MoreVertical;
package/icons/index.d.ts CHANGED
@@ -1,13 +1,19 @@
1
1
  export * from './Add';
2
2
  export * from './Calendar';
3
+ export * from './Cancel';
4
+ export * from './ChevronDown';
5
+ export * from './ChevronLeft';
6
+ export * from './ChevronRight';
7
+ export * from './ChevronUp';
3
8
  export * from './Close';
9
+ export * from './Delete';
10
+ export * from './Edit';
4
11
  export * from './Error';
5
12
  export * from './Info';
6
- export * from './KeyboardArrowDown';
7
13
  export * from './LoadingWheel';
14
+ export * from './MoreVertical';
8
15
  export * from './Return';
9
16
  export * from './SearchIcon';
10
17
  export * from './Success';
11
18
  export * from './Warning';
12
- export * from './Cancel';
13
19
  export * from './SvgProps';
package/index.d.ts CHANGED
@@ -1,11 +1,14 @@
1
1
  export * from './lib/AlertBar/AlertBar';
2
2
  export * from './lib/Button/Button';
3
3
  export * from './lib/Calendar/Calendar';
4
+ export * from './lib/Checkbox/Checkbox';
4
5
  export * from './lib/DatePicker/DatePicker';
5
6
  export * from './lib/Dropdown/Dropdown';
6
7
  export * from './lib/Dropdown/DropdownOption';
7
8
  export * from './lib/Inputs/index';
9
+ export * from './lib/Pagination/Pagination';
8
10
  export * from './lib/Popper/Popper';
11
+ export * from './lib/Table/Table';
9
12
  export * from './lib/Tooltip/Tooltip';
10
13
  export * from './lib/Typography/Typography';
11
14
  export * from './icons/index';