sveltekit-ui 1.0.47 → 1.0.48
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.
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
import Dropdown from "../../../Dropdown/index.svelte"
|
|
5
5
|
import TextInput from "../../../TextInput/index.svelte"
|
|
6
6
|
import FileInput from "../../../FileInput/index.svelte"
|
|
7
|
+
import Checkbox from "../../../Checkbox/index.svelte"
|
|
7
8
|
|
|
8
9
|
let { manager } = $props()
|
|
9
10
|
</script>
|
package/package.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
import Dropdown from "$lib/Components/Dropdown/index.svelte"
|
|
5
5
|
import TextInput from "$lib/Components/TextInput/index.svelte"
|
|
6
6
|
import FileInput from "$lib/Components/FileInput/index.svelte"
|
|
7
|
+
import Checkbox from "$lib/Components/Checkbox/index.svelte"
|
|
7
8
|
|
|
8
9
|
let { manager } = $props()
|
|
9
10
|
</script>
|