hans-ui-design-lib 0.0.57 → 0.0.65
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 +2 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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.vercel.app/
|
|
17
|
-
- **Node Version to build this project: 22.18.0 and npm
|
|
17
|
+
- **Node Version to build this project: 22.18.0 and npm 11.8.0**
|
|
18
18
|
|
|
19
19
|
## 📦 Installation
|
|
20
20
|
|
|
@@ -186,6 +186,7 @@ npm run publish:[UPDATE-TYPE]
|
|
|
186
186
|
```
|
|
187
187
|
|
|
188
188
|
UPDATE-TYPES: patch | minor | major
|
|
189
|
+
|
|
189
190
|
The build is going to generate the folder 'dist' on root of this application.
|
|
190
191
|
The command publish is going to update the npm lib.
|
|
191
192
|
|
|
@@ -269,7 +270,3 @@ npm i -D react-icons
|
|
|
269
270
|
|
|
270
271
|
npm i -D react react-dom react-to-webcomponent @ungap/custom-elements
|
|
271
272
|
```
|
|
272
|
-
|
|
273
|
-
```
|
|
274
|
-
|
|
275
|
-
```
|