najm-kit 2.11.13 → 2.11.15

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.
@@ -90,4 +90,4 @@ interface UiBootstrapLoader<R extends UiBootstrapResources> {
90
90
  }
91
91
  declare function createUiBootstrapLoader<R extends UiBootstrapResources>(config: UiBootstrapConfig<R>): UiBootstrapLoader<R>;
92
92
 
93
- export { type UiBootstrapConfig as U, type UiBootstrapDiagnostic as a, type UiBootstrapFailureReason as b, type UiBootstrapFetcher as c, type UiBootstrapLoader as d, type UiBootstrapResource as e, type UiBootstrapResources as f, type UiBootstrapSnapshot as g, type UiBootstrapValue as h, createUiBootstrapLoader as i };
93
+ export { type UiBootstrapResources as U, type UiBootstrapSnapshot as a, type UiBootstrapConfig as b, type UiBootstrapDiagnostic as c, type UiBootstrapFailureReason as d, type UiBootstrapFetcher as e, type UiBootstrapResource as f, type UiBootstrapValue as g, type UiBootstrapLoader as h, createUiBootstrapLoader as i };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "2.11.13",
3
+ "version": "2.11.15",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Reusable React UI component package for Najm framework",
@@ -198,7 +198,7 @@
198
198
  "@uiw/react-codemirror": "^4.25.0",
199
199
  "@vitejs/plugin-react": "^5.2.0",
200
200
  "happy-dom": "^20.11.1",
201
- "najm-i18n": "^2.1.0",
201
+ "najm-i18n": "^2.1.1",
202
202
  "postcss": "^8.5.22",
203
203
  "react-hook-form": "^7",
204
204
  "rimraf": "^6",