@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.24", He = "MIT", ze = {
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 = [
@@ -1,3 +1,4 @@
1
1
  import { TranslateMessages } from '../main';
2
2
 
3
- export declare const translation: TranslateMessages;
3
+ declare const _default: TranslateMessages;
4
+ export default _default;
@@ -1,5 +1,3 @@
1
- import { translation as en } from './en';
2
- import { translation as ru } from './ru';
3
- import { translation as zh } from './zh';
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';
@@ -1,3 +1,4 @@
1
1
  import { TranslateMessages } from '../main';
2
2
 
3
- export declare const translation: TranslateMessages;
3
+ declare const _default: TranslateMessages;
4
+ export default _default;
@@ -1,3 +1,4 @@
1
1
  import { TranslateMessages } from '../main';
2
2
 
3
- export declare const translation: TranslateMessages;
3
+ declare const _default: TranslateMessages;
4
+ export default _default;
@@ -5,5 +5,5 @@ export * from './types/index.ts';
5
5
  export * from './outside-hooks';
6
6
  export * from './outside-utils';
7
7
  export * from './components';
8
- export * from './locales';
8
+ export { en, ru, zh } from './locales';
9
9
  export default library;
@@ -1,4 +1,4 @@
1
- export * from './use-nmorph-theme';
2
- export * from './use-nmorph-browser';
3
- export * from './use-nmorph-notification';
4
- export * from './use-nmorph';
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';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nmorph/nmorph-ui-kit",
3
3
  "type": "module",
4
4
  "private": false,
5
- "version": "1.0.24",
5
+ "version": "1.0.26",
6
6
  "license": "MIT",
7
7
  "engines": {
8
8
  "node": "18.13.0",