hamzus-ui 0.0.181 → 0.0.182

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.181",
3
+ "version": "0.0.182",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -140,6 +140,10 @@ export const data = {
140
140
  label:"input",
141
141
  href:"/input",
142
142
  },
143
+ {
144
+ label:"input nombre",
145
+ href:"/input-number",
146
+ },
143
147
  {
144
148
  label:"selection",
145
149
  href:"/selector",