hamzus-ui 0.0.51 → 0.0.52

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.
Files changed (3) hide show
  1. package/index.d.ts +1 -0
  2. package/index.js +1 -0
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -22,6 +22,7 @@ export { default as DatePicker } from "./src/components/hamzus-ui/DatePicker/Dat
22
22
  export { default as TextArea } from "./src/components/hamzus-ui/TextArea/TextArea.svelte"
23
23
  export { default as Checkbox } from "./src/components/hamzus-ui/Checkboxes/Checkbox/Checkbox.svelte"
24
24
  export { default as Switch } from "./src/components/hamzus-ui/Switch/Switch.svelte"
25
+ export { default as InputFile } from "./src/components/hamzus-ui/InputFile/InputFile.svelte"
25
26
 
26
27
  // navigation
27
28
  export * as Tabs from "./src/components/hamzus-ui/Tabs"
package/index.js CHANGED
@@ -18,6 +18,7 @@ export { default as DatePicker } from "./src/components/hamzus-ui/DatePicker/Dat
18
18
  export { default as TextArea } from "./src/components/hamzus-ui/TextArea/TextArea.svelte"
19
19
  export { default as Checkbox } from "./src/components/hamzus-ui/Checkboxes/Checkbox/Checkbox.svelte"
20
20
  export { default as Switch } from "./src/components/hamzus-ui/Switch/Switch.svelte"
21
+ export { default as InputFile } from "./src/components/hamzus-ui/InputFile/InputFile.svelte"
21
22
 
22
23
  // navigation
23
24
  export * as Tabs from "./src/components/hamzus-ui/Tabs"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",