hans-ui-design-lib 0.0.37 → 0.0.38

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- import { default as default_2 } from '../../../../node_modules/react';
2
- import { default as default_3 } from '../../../node_modules/react';
1
+ import { default as default_2 } from 'react';
3
2
  import { JSX } from 'react/jsx-runtime';
4
3
 
5
4
  export declare const Button: default_2.MemoExoticComponent<(props: ButtonProps) => JSX.Element>;
@@ -19,9 +18,9 @@ declare type Color = 'primary' | 'secondary' | 'success' | 'danger' | 'warning'
19
18
 
20
19
  export declare const DynamicIconImports: Record<string, () => Promise<IconLibrary>>;
21
20
 
22
- export declare const Icon: default_3.FC<IconProps>;
21
+ export declare const Icon: default_2.FC<IconProps>;
23
22
 
24
- export declare type IconLibrary = Record<string, default_3.ComponentType<default_3.SVGProps<SVGSVGElement>>>;
23
+ export declare type IconLibrary = Record<string, default_2.ComponentType<default_2.SVGProps<SVGSVGElement>>>;
25
24
 
26
25
  export declare interface IconProps {
27
26
  name?: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "hans-ui-design-lib",
3
3
  "description": "UI Design System Base Lib",
4
4
  "author": "Victor Hanszman",
5
- "version": "0.0.37",
5
+ "version": "0.0.38",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.cjs.js",