hamzus-ui 0.0.70 → 0.0.71

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
@@ -24,6 +24,7 @@ export { default as Checkbox } from "./src/components/hamzus-ui/Checkboxes/Check
24
24
  export { default as Switch } from "./src/components/hamzus-ui/Switch/Switch.svelte"
25
25
  export { default as InputFile } from "./src/components/hamzus-ui/InputFile/InputFile.svelte"
26
26
  export { default as Slider } from "./src/components/hamzus-ui/Slider/Slider.svelte"
27
+ export { default as SoundTrack } from "./src/components/hamzus-ui/SoundTrack/SoundTrack.svelte"
27
28
 
28
29
  // navigation
29
30
  export * as Tabs from "./src/components/hamzus-ui/Tabs"
package/index.js CHANGED
@@ -20,6 +20,7 @@ export { default as Checkbox } from "./src/components/hamzus-ui/Checkboxes/Check
20
20
  export { default as Switch } from "./src/components/hamzus-ui/Switch/Switch.svelte"
21
21
  export { default as InputFile } from "./src/components/hamzus-ui/InputFile/InputFile.svelte"
22
22
  export { default as Slider } from "./src/components/hamzus-ui/Slider/Slider.svelte"
23
+ export { default as SoundTrack } from "./src/components/hamzus-ui/SoundTrack/SoundTrack.svelte"
23
24
 
24
25
  // navigation
25
26
  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.70",
3
+ "version": "0.0.71",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",