hans-ui-design-lib 1.0.4 → 1.0.9
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 +3 -3
- package/package.json +6 -7
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ This library provides reusable, styled and documented UI components with a consi
|
|
|
5
5
|
|
|
6
6
|
## 🚀 Features
|
|
7
7
|
|
|
8
|
-
- ⚛️ **React 19.
|
|
8
|
+
- ⚛️ **React 19.2.4** with **TypeScript 5.8.3** for type safety
|
|
9
9
|
- 🎨 **TailwindCSS + SCSS** for styling flexibility
|
|
10
10
|
- 📖 **Storybook** for interactive component documentation
|
|
11
11
|
- ✅ **Vitest + React Testing Library + JSDOM** for unit and integration testing
|
|
@@ -14,7 +14,7 @@ This library provides reusable, styled and documented UI components with a consi
|
|
|
14
14
|
- ⚡ **Vite** as the bundler for fast builds and DX
|
|
15
15
|
- 🌍 Ready to be published and consumed via **npm**
|
|
16
16
|
- 📖 Documentation ready to be used (deployed by **Vercel**) at https://hans-ui-design-lib-doc.vercel.app/
|
|
17
|
-
- **Node Version to build this project:
|
|
17
|
+
- **Node Version to build this project: 24.14.1 and npm 11.11.0**
|
|
18
18
|
|
|
19
19
|
## 📦 Installation
|
|
20
20
|
|
|
@@ -335,7 +335,7 @@ http://localhost:5173/hans-ui-web-components.js
|
|
|
335
335
|
|
|
336
336
|
## 🛠️ Tech Stack
|
|
337
337
|
|
|
338
|
-
- **React 19.
|
|
338
|
+
- **React 19.2.4**
|
|
339
339
|
- **TypeScript 5.8.3**
|
|
340
340
|
- **Vite**
|
|
341
341
|
- **Storybook**
|
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": "1.0.
|
|
5
|
+
"version": "1.0.9",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.cjs.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"start": "vite",
|
|
32
32
|
"preview": "vite preview",
|
|
33
33
|
"storybook": "storybook dev -p 6006",
|
|
34
|
-
"copy:assets": "
|
|
34
|
+
"copy:assets": "node ./src/scripts/copy-assets.js",
|
|
35
35
|
"build": "vite build && npm run copy:assets",
|
|
36
36
|
"build:local": "npm run build && npm pack --pack-destination dist",
|
|
37
37
|
"build:storybook": "storybook build",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"@tailwindcss/vite": "^4.1.14",
|
|
70
70
|
"@testing-library/jest-dom": "^6.8.0",
|
|
71
71
|
"@testing-library/react": "^16.3.0",
|
|
72
|
-
"@types/react": "^19.2.
|
|
73
|
-
"@types/react-dom": "^19.2.
|
|
72
|
+
"@types/react": "^19.2.14",
|
|
73
|
+
"@types/react-dom": "^19.2.3",
|
|
74
74
|
"@types/testing-library__jest-dom": "^5.14.9",
|
|
75
75
|
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
|
76
76
|
"@typescript-eslint/parser": "^8.44.1",
|
|
@@ -79,7 +79,6 @@
|
|
|
79
79
|
"@vitest/browser": "^3.2.4",
|
|
80
80
|
"@vitest/coverage-v8": "^3.2.4",
|
|
81
81
|
"@vitest/ui": "^3.2.4",
|
|
82
|
-
"cpx": "^1.5.0",
|
|
83
82
|
"eslint": "^9.36.0",
|
|
84
83
|
"eslint-config-prettier": "^10.1.8",
|
|
85
84
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -91,8 +90,8 @@
|
|
|
91
90
|
"markdown-to-jsx": "^7.7.15",
|
|
92
91
|
"playwright": "^1.55.1",
|
|
93
92
|
"prettier": "^3.6.2",
|
|
94
|
-
"react": "^19.2.
|
|
95
|
-
"react-dom": "^19.2.
|
|
93
|
+
"react": "^19.2.4",
|
|
94
|
+
"react-dom": "^19.2.4",
|
|
96
95
|
"react-icons": "^5.5.0",
|
|
97
96
|
"react-to-webcomponent": "^2.0.1",
|
|
98
97
|
"sass": "^1.93.2",
|