hamzus-ui 0.0.49 → 0.0.50

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
@@ -12,6 +12,7 @@ export { default as Link } from "./src/components/hamzus-ui/Link/Link.svelte"
12
12
  export { default as Kbd } from "./src/components/hamzus-ui/Kbd/Kbd.svelte"
13
13
 
14
14
  // dialog
15
+ export { toast as toast } from "./src/components/hamzus-ui/Toast/toast.js"
15
16
  export { default as Dialog } from "./src/components/hamzus-ui/Dialog/Dialog.svelte"
16
17
 
17
18
  // form
package/index.js CHANGED
@@ -9,6 +9,7 @@ export { default as AlertCard } from "./src/components/hamzus-ui/AlertCard/Alert
9
9
  export { default as Link } from "./src/components/hamzus-ui/Link/Link.svelte"
10
10
  export { default as Kbd } from "./src/components/hamzus-ui/KBD/KBD.svelte"
11
11
  // dialog
12
+ export { toast as toast } from "./src/components/hamzus-ui/Toast/toast.js"
12
13
  export { default as Dialog } from "./src/components/hamzus-ui/Dialog/Dialog.svelte"
13
14
  // form
14
15
  export { default as Form } from "./src/components/hamzus-ui/Form/Form.svelte"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",