@dovetail-v2/refine 0.0.10 → 0.0.11

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.
@@ -1,4 +1,4 @@
1
- import { j as jsxRuntime } from "./index.fb9ce2b4.js";
1
+ import { j as jsxRuntime } from "./index.e18b90a8.js";
2
2
  import * as monaco from "monaco-editor";
3
3
  import { useRef, useEffect } from "react";
4
4
  import "@refinedev/core";
@@ -7,7 +7,7 @@ var __publicField = (obj, key, value) => {
7
7
  import React, { useCallback, useContext, createContext, useState, useRef, useEffect, useMemo, useLayoutEffect, forwardRef, useImperativeHandle, Suspense } from "react";
8
8
  import { ResourceContext, matchResourceFromRoute, useResource, useForm as useForm$1, pickNotDeprecated, useWarnAboutChange, useDelete, useNavigation, useUpdate, useGo, useParsed, useList, useTable, useBreadcrumb, useDeleteMany, useShow, useMenu, Refine } from "@refinedev/core";
9
9
  import { parse, stringify } from "qs";
10
- import { useLocation, useHistory, useParams, matchPath, Link, Route, NavLink, Switch, Router } from "react-router-dom";
10
+ import { useLocation, useHistory, useParams, matchPath, Link, Route, NavLink, Router } from "react-router-dom";
11
11
  import { useUIKit, Typo, Icon, kitContext } from "@cloudtower/eagle";
12
12
  import yaml from "js-yaml";
13
13
  import { isObject, get, merge, cloneDeep, set } from "lodash-es";
@@ -9667,7 +9667,7 @@ const Separator = () => {
9667
9667
  });
9668
9668
  };
9669
9669
  const MonacoYamlEditor = React.lazy(() => Promise.resolve().then(() => MonacoYamlEditor$2));
9670
- const MonacoYamlDiffEditor = React.lazy(() => import("./MonacoYamlDiffEditor.41b43f63.js"));
9670
+ const MonacoYamlDiffEditor = React.lazy(() => import("./MonacoYamlDiffEditor.7f3aa6a3.js"));
9671
9671
  const YamlEditorComponent = forwardRef(
9672
9672
  function YamlEditorComponent2(props, ref) {
9673
9673
  const {
@@ -11688,7 +11688,7 @@ const Dovetail = (props) => {
11688
11688
  return resourcesConfig.filter((c) => !c.isCustom);
11689
11689
  }, [resourcesConfig]);
11690
11690
  const content = useMemo(() => {
11691
- const _content = /* @__PURE__ */ jsxRuntime.exports.jsxs(Switch, { children: [
11691
+ const _content = /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, { children: [
11692
11692
  /* @__PURE__ */ jsxRuntime.exports.jsx(ResourceCRUD, { configs: notCustomResources, urlPrefix }),
11693
11693
  props.children
11694
11694
  ] });
package/dist/refine.js CHANGED
@@ -1,4 +1,4 @@
1
- import { aa, A, ae, B, ag, f, C, e, X, s, w, G, ar, L, ah, af, $, Q, a3, as, a6, D, a8, U, I, ai, am, _, O, K, T, a4, a7, M, a9, N, k, b, o, ac, c, ak, q, P, t, ao, an, Z, at, V, R, E, z, x, ap, y, H, d, aj, a0, S, a2, a1, a5, al, ad, v, W, aq, F, J, Y, l, p, n, m, r, a, h, g, i, ab, u } from "./index.fb9ce2b4.js";
1
+ import { aa, A, ae, B, ag, f, C, e, X, s, w, G, ar, L, ah, af, $, Q, a3, as, a6, D, a8, U, I, ai, am, _, O, K, T, a4, a7, M, a9, N, k, b, o, ac, c, ak, q, P, t, ao, an, Z, at, V, R, E, z, x, ap, y, H, d, aj, a0, S, a2, a1, a5, al, ad, v, W, aq, F, J, Y, l, p, n, m, r, a, h, g, i, ab, u } from "./index.e18b90a8.js";
2
2
  import "@cloudtower/eagle";
3
3
  import "@refinedev/core";
4
4
  import "js-yaml";
@@ -11702,7 +11702,7 @@ var __publicField = (obj, key, value) => {
11702
11702
  return resourcesConfig.filter((c) => !c.isCustom);
11703
11703
  }, [resourcesConfig]);
11704
11704
  const content = React.useMemo(() => {
11705
- const _content = /* @__PURE__ */ jsxRuntime.exports.jsxs(reactRouterDom.Switch, { children: [
11705
+ const _content = /* @__PURE__ */ jsxRuntime.exports.jsxs(jsxRuntime.exports.Fragment, { children: [
11706
11706
  /* @__PURE__ */ jsxRuntime.exports.jsx(ResourceCRUD, { configs: notCustomResources, urlPrefix }),
11707
11707
  props.children
11708
11708
  ] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dovetail-v2/refine",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",