hamzus-ui 0.0.181 → 0.0.183

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/index.d.ts CHANGED
@@ -20,6 +20,7 @@ export { default as Dialog } from "./src/components/hamzus-ui/Dialog/Dialog.svel
20
20
  // form
21
21
  export { default as Form } from "./src/components/hamzus-ui/Form/Form.svelte"
22
22
  export { default as Input } from "./src/components/hamzus-ui/Input/Input.svelte"
23
+ export { default as InputNumber } from "./src/components/hamzus-ui/InputNumber/InputNumber.svelte"
23
24
  export { default as TextArea } from "./src/components/hamzus-ui/TextArea/TextArea.svelte"
24
25
  export { default as Checkbox } from "./src/components/hamzus-ui/Checkboxes/Checkbox/Checkbox.svelte"
25
26
  export { default as Switch } from "./src/components/hamzus-ui/Switch/Switch.svelte"
package/index.js CHANGED
@@ -16,6 +16,7 @@ export { default as Dialog } from "./src/components/hamzus-ui/Dialog/Dialog.svel
16
16
  // form
17
17
  export { default as Form } from "./src/components/hamzus-ui/Form/Form.svelte"
18
18
  export { default as Input } from "./src/components/hamzus-ui/Input/Input.svelte"
19
+ export { default as InputNumber } from "./src/components/hamzus-ui/InputNumber/InputNumber.svelte"
19
20
  export { default as InputSelector } from "./src/components/hamzus-ui/InputSelector/InputSelector.svelte"
20
21
  export { default as TextArea } from "./src/components/hamzus-ui/TextArea/TextArea.svelte"
21
22
  export { default as Checkbox } from "./src/components/hamzus-ui/Checkboxes/Checkbox/Checkbox.svelte"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.181",
3
+ "version": "0.0.183",
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",