hans-ui-design-lib 0.0.41 → 0.0.45

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 CHANGED
@@ -185,4 +185,6 @@ npm install -D ts-loader source-map-loader
185
185
  npm install -D copy-webpack-plugin
186
186
 
187
187
  npm install -D @babel/preset-typescript react@19.2.0 react-dom@19.2.0
188
+
189
+ npm install -D mini-css-extract-plugin
188
190
  ```
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
- import { default as default_2 } from 'react';
1
+ import { default as default_2 } from '../../../../node_modules/react';
2
+ import { default as default_3 } from '../../../node_modules/react';
2
3
  import { JSX } from 'react/jsx-runtime';
3
4
 
4
5
  export declare const Button: default_2.MemoExoticComponent<(props: ButtonProps) => JSX.Element>;
@@ -18,9 +19,9 @@ declare type Color = 'primary' | 'secondary' | 'success' | 'danger' | 'warning'
18
19
 
19
20
  export declare const DynamicIconImports: Record<string, () => Promise<IconLibrary>>;
20
21
 
21
- export declare const Icon: default_2.FC<IconProps>;
22
+ export declare const Icon: default_3.FC<IconProps>;
22
23
 
23
- export declare type IconLibrary = Record<string, default_2.ComponentType<default_2.SVGProps<SVGSVGElement>>>;
24
+ export declare type IconLibrary = Record<string, default_3.ComponentType<default_3.SVGProps<SVGSVGElement>>>;
24
25
 
25
26
  export declare interface IconProps {
26
27
  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.41",
5
+ "version": "0.0.45",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.cjs.js",
@@ -35,7 +35,6 @@
35
35
  "build": "vite build && npm run copy:assets",
36
36
  "build-storybook": "storybook build",
37
37
  "build-cdn": "webpack --config webpack.mf.config.cjs --mode production",
38
- "publish": "npm version patch --no-git-tag-version && npm publish",
39
38
  "publish:patch": "npm version patch --no-git-tag-version && npm publish",
40
39
  "publish:minor": "npm version minor --no-git-tag-version && npm publish",
41
40
  "publish:major": "npm version major --no-git-tag-version && npm publish",
@@ -94,6 +93,7 @@
94
93
  "html-webpack-plugin": "^5.6.4",
95
94
  "jsdom": "^27.0.0",
96
95
  "markdown-to-jsx": "^7.7.15",
96
+ "mini-css-extract-plugin": "^2.9.4",
97
97
  "playwright": "^1.55.1",
98
98
  "prettier": "^3.6.2",
99
99
  "react": "^19.2.0",