@nmorph/nmorph-ui-kit 1.0.32 → 1.0.34

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
- }, $e = "@nmorph/nmorph-ui-kit", ye = "module", be = "1.0.32", Me = "MIT", He = {
162
+ }, $e = "@nmorph/nmorph-ui-kit", ye = "module", be = "1.0.34", Me = "MIT", He = {
163
163
  node: "18.13.0",
164
164
  npm: "8.19.3"
165
165
  }, ze = "./dist/index.d.ts", Ve = "./dist/index.umd.js", ke = "./dist/index.es.js", Be = "./dist/style.css", Ne = [
@@ -7345,7 +7345,6 @@ export {
7345
7345
  Vi as capitalizeFirstChar,
7346
7346
  Q2 as deepClone,
7347
7347
  A9 as default,
7348
- Z2 as en,
7349
7348
  te as formatDateIntl,
7350
7349
  ae as formatTimestampToTime,
7351
7350
  u2 as generateUUID,
@@ -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 { ru, zh } from './locales';
9
9
  export default library;
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.32",
5
+ "version": "1.0.34",
6
6
  "license": "MIT",
7
7
  "engines": {
8
8
  "node": "18.13.0",