hamzus-ui 0.0.145 → 0.0.146
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 +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ export * as Sidebar from "./src/layout/Sidebar"
|
|
|
63
63
|
export { default as Portal } from "./src/components/hamzus-ui/Portal/Portal.svelte"
|
|
64
64
|
|
|
65
65
|
// utils
|
|
66
|
-
export { config
|
|
66
|
+
export { config, init } from "./src/utils/hamzus.config.js";
|
|
67
67
|
export { getCookie as getCookie } from "./src/utils/clientCookie.js"
|
|
68
68
|
export { setCookie as setCookie } from "./src/utils/clientCookie.js"
|
|
69
69
|
export { decode as decode } from "./src/utils/polyfill.js"
|
package/index.js
CHANGED
|
@@ -60,7 +60,7 @@ export * as Sidebar from "./src/layout/Sidebar"
|
|
|
60
60
|
export { default as Portal } from "./src/components/hamzus-ui/Portal/Portal.svelte"
|
|
61
61
|
|
|
62
62
|
// utils
|
|
63
|
-
export { config
|
|
63
|
+
export { config, init } from "./src/utils/hamzus.config.js";
|
|
64
64
|
export { getCookie as getCookie } from "./src/utils/clientCookie.js"
|
|
65
65
|
export { setCookie as setCookie } from "./src/utils/clientCookie.js"
|
|
66
66
|
export { decode as decode } from "./src/utils/polyfill.js"
|