@gen-epix/ui 1.8.6 → 1.8.7

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.
Files changed (2) hide show
  1. package/dist/index.js +18 -17
  2. package/package.json +3 -2
package/dist/index.js CHANGED
@@ -181306,23 +181306,6 @@ const Pzt = ({ anchorElement: r, onClose: e }) => {
181306
181306
  )
181307
181307
  }
181308
181308
  );
181309
- }, kUt = () => {
181310
- const { config: r } = vt.instance, e = r.getTouchIconUrl();
181311
- e && document.querySelector('link[rel="icon"]')?.setAttribute("href", e), to.baseUrl = r.getAPIBaseUrl(), to.defaultRequestTimeout = r.defaultRequestTimeout, to.onRequest = [
181312
- Kn.instance.onRequest.bind(Kn.instance),
181313
- $a.instance.onRequest.bind($a.instance)
181314
- ], to.onResponseFulfilled = [
181315
- $a.instance.onResponseFulfilled.bind($a.instance),
181316
- Hp.instance.onResponseFulfilled.bind(Hp.instance)
181317
- ], to.onResponseRejected = [
181318
- $a.instance.onResponseRejected.bind($a.instance),
181319
- Kn.instance.onResponseRejected.bind(Kn.instance)
181320
- ];
181321
- const t = No.instance, n = un.instance;
181322
- return lFt(r.nonce), /* @__PURE__ */ S.jsx(gBe, { client: t.queryClient, children: /* @__PURE__ */ S.jsx(ZMe, { value: i0.instance.emotionCache, children: /* @__PURE__ */ S.jsxs(LMe, { theme: vt.instance.config.theme, children: [
181323
- /* @__PURE__ */ S.jsx(kMe, {}),
181324
- /* @__PURE__ */ S.jsx(x4, { FallbackComponent: hzt, children: /* @__PURE__ */ S.jsx(DWe, { router: n.router }) })
181325
- ] }) }) });
181326
181309
  };
181327
181310
  class i0 {
181328
181311
  static __instance;
@@ -181340,6 +181323,24 @@ class i0 {
181340
181323
  return i0.__instance = i0.__instance || new i0(), i0.__instance;
181341
181324
  }
181342
181325
  }
181326
+ const kUt = () => {
181327
+ const { config: r } = vt.instance, e = r.getTouchIconUrl();
181328
+ e && document.querySelector('link[rel="icon"]')?.setAttribute("href", e), to.baseUrl = r.getAPIBaseUrl(), to.defaultRequestTimeout = r.defaultRequestTimeout, to.onRequest = [
181329
+ Kn.instance.onRequest.bind(Kn.instance),
181330
+ $a.instance.onRequest.bind($a.instance)
181331
+ ], to.onResponseFulfilled = [
181332
+ $a.instance.onResponseFulfilled.bind($a.instance),
181333
+ Hp.instance.onResponseFulfilled.bind(Hp.instance)
181334
+ ], to.onResponseRejected = [
181335
+ $a.instance.onResponseRejected.bind($a.instance),
181336
+ Kn.instance.onResponseRejected.bind(Kn.instance)
181337
+ ];
181338
+ const t = No.instance, n = un.instance, a = i0.instance;
181339
+ return lFt(r.nonce), /* @__PURE__ */ S.jsx(gBe, { client: t.queryClient, children: /* @__PURE__ */ S.jsx(ZMe, { value: a.emotionCache, children: /* @__PURE__ */ S.jsxs(LMe, { theme: vt.instance.config.theme, children: [
181340
+ /* @__PURE__ */ S.jsx(kMe, {}),
181341
+ /* @__PURE__ */ S.jsx(x4, { FallbackComponent: hzt, children: /* @__PURE__ */ S.jsx(DWe, { router: n.router }) })
181342
+ ] }) }) });
181343
+ };
181343
181344
  export {
181344
181345
  Zr as ADMIN_PAGE_CATEGORY,
181345
181346
  pa as AbacApi,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gen-epix/ui",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "license": "EUPL-1.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -30,7 +30,8 @@
30
30
  "overrides": {
31
31
  "@openapitools/openapi-generator-cli": {
32
32
  "axios": "$axios"
33
- }
33
+ },
34
+ "typescript": "$typescript"
34
35
  },
35
36
  "peerDependencies": {
36
37
  "@emotion/cache": "11.14.0",