@nmorph/nmorph-ui-kit 0.2.64 → 0.2.65

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.
@@ -368,6 +368,7 @@ export interface LibraryOptions {
368
368
  i18n?: I18n;
369
369
  }
370
370
  export interface INmorphApplyTranslation {
371
+ outsideMessagesMerge?: boolean;
371
372
  messages?: TranslateType;
372
373
  locale?: keyof typeof Locale;
373
374
  }
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": "0.2.64",
5
+ "version": "0.2.65",
6
6
  "license": "MIT",
7
7
  "engines": {
8
8
  "node": "18.13.0",