hamzus-ui 0.0.24 → 0.0.26
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/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import { open, actualRoute } from './SideBar';
|
|
3
3
|
|
|
4
|
-
import IconButton from '
|
|
4
|
+
import IconButton from '../../components/hamzus-ui/IconButton/IconButton.svelte';
|
|
5
5
|
import * as Tooltip from '../../components/hamzus-ui/AdvancedTooltip';
|
|
6
|
-
import Link from '
|
|
7
|
-
import Kbd from '
|
|
6
|
+
import Link from '../../components/hamzus-ui/Link/Link.svelte';
|
|
7
|
+
import Kbd from '../../components/hamzus-ui/KBD/KBD.svelte';
|
|
8
8
|
|
|
9
9
|
function toggleNav() {
|
|
10
10
|
const monEvenement = new CustomEvent('openNav', {});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as Root } from './Root.svelte';
|
|
2
|
-
export { default as
|
|
2
|
+
export { default as Sidebar } from './SideBar.svelte';
|
|
3
3
|
export { default as TopBar } from './TopBar.svelte';
|
|
4
4
|
// special
|
|
5
5
|
export { default as Separator } from './Separator.svelte';
|