hamzus-ui 0.0.70 → 0.0.72
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
|
@@ -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
|
File without changes
|