@nmorph/nmorph-ui-kit 1.0.24 → 1.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/dist/index.es.js
CHANGED
|
@@ -159,7 +159,7 @@ const k2 = (t) => {
|
|
|
159
159
|
});
|
|
160
160
|
};
|
|
161
161
|
return { placement: d, placementCoords: i };
|
|
162
|
-
}, ye = "@nmorph/nmorph-ui-kit", be = "module", Me = "1.0.
|
|
162
|
+
}, ye = "@nmorph/nmorph-ui-kit", be = "module", Me = "1.0.26", He = "MIT", ze = {
|
|
163
163
|
node: "18.13.0",
|
|
164
164
|
npm: "8.19.3"
|
|
165
165
|
}, Ve = "./dist/index.d.ts", ke = "./dist/index.umd.js", Be = "./dist/index.es.js", Ne = "./dist/style.css", Ie = [
|
package/dist/src/locales/en.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export { en, ru, zh };
|
|
1
|
+
export { default as en } from './en';
|
|
2
|
+
export { default as ru } from './ru';
|
|
3
|
+
export { default as zh } from './zh';
|
package/dist/src/locales/ru.d.ts
CHANGED
package/dist/src/locales/zh.d.ts
CHANGED
package/dist/src/main.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
1
|
+
export { useNmorphTheme } from './use-nmorph-theme';
|
|
2
|
+
export { useNmorphBrowser } from './use-nmorph-browser';
|
|
3
|
+
export { useNmorphNotification } from './use-nmorph-notification';
|
|
4
|
+
export { useNmorph } from './use-nmorph';
|