@code0-tech/pictor 0.0.0-mvp.31 → 0.0.0-mvp.32

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 (134) hide show
  1. package/dist/components/avatar/Avatar.js +7 -7
  2. package/dist/components/breadcrumb/Breadcrumb.js +4 -4
  3. package/dist/components/button/Button.js +8 -8
  4. package/dist/components/context-menu/ContextMenu.js +131 -131
  5. package/dist/components/d-flow/DFlow.edges.hook.js +22 -22
  6. package/dist/components/d-flow/DFlow.js +32 -32
  7. package/dist/components/d-flow/DFlow.nodes.hook.js +8 -8
  8. package/dist/components/d-flow-file/DFlowTabDefault.js +16 -16
  9. package/dist/components/d-flow-folder/DFlowFolder.js +13 -13
  10. package/dist/components/d-flow-folder/DFlowFolderContextMenu.js +5 -5
  11. package/dist/components/d-flow-folder/DFlowFolderCreateDialog.js +13 -13
  12. package/dist/components/d-flow-folder/DFlowFolderDeleteDialog.js +5 -5
  13. package/dist/components/d-flow-folder/DFlowFolderRenameDialog.js +11 -11
  14. package/dist/components/d-flow-function/DFlowFunctionDefaultCard.js +7 -7
  15. package/dist/components/d-flow-function/DFlowFunctionSuggestionCard.js +9 -9
  16. package/dist/components/d-flow-function/DFlowFunctionTriggerCard.js +12 -12
  17. package/dist/components/d-flow-input/DFlowInputDataType.js +16 -16
  18. package/dist/components/d-flow-input/DFlowInputNodeBadge.js +8 -8
  19. package/dist/components/d-flow-input/DFlowInputReferenceBadge.js +4 -4
  20. package/dist/components/d-flow-panel/DFlowExport.js +5 -5
  21. package/dist/components/d-flow-panel/DFlowPanelControl.js +4 -4
  22. package/dist/components/d-flow-suggestion/DFlowFunctionSuggestions.hook.js +4 -4
  23. package/dist/components/d-flow-suggestion/DFlowSuggestion.hook.js +7 -7
  24. package/dist/components/d-flow-suggestion/DFlowSuggestionMenu.js +12 -12
  25. package/dist/components/d-flow-suggestion/DFlowSuggestionSearchInput.js +5 -5
  26. package/dist/components/d-flow-suggestion/DFlowValueSuggestions.hook.js +4 -4
  27. package/dist/components/d-flow-validation/DNodeValidation.hook.js +3 -3
  28. package/dist/components/d-fullscreen/DFullScreen.js +2 -2
  29. package/dist/components/d-member/DNamespaceMemberList.js +5 -5
  30. package/dist/components/d-organization/DOrganizationList.js +7 -7
  31. package/dist/components/d-organization/DOrganizationMenu.js +5 -5
  32. package/dist/components/d-organization/DOrganizatonContent.js +22 -22
  33. package/dist/components/d-project/DNamespaceProjectContent.js +6 -6
  34. package/dist/components/d-project/DNamespaceProjectList.js +5 -5
  35. package/dist/components/d-project/DNamespaceProjectMenu.js +2 -2
  36. package/dist/components/d-role/DNamespaceRolePermissions.js +5 -5
  37. package/dist/components/d-runtime/DRuntimeList.js +7 -7
  38. package/dist/components/d-user/DUser.session.hook.js +2 -2
  39. package/dist/components/d-user/DUserContent.js +13 -13
  40. package/dist/components/d-user/DUserList.js +9 -9
  41. package/dist/components/form/CheckboxInput.js +4 -4
  42. package/dist/components/form/EmailInput.js +9 -9
  43. package/dist/components/form/Input.js +311 -230
  44. package/dist/components/form/Input.utils.js +1 -1
  45. package/dist/components/form/InputContentEditable.hook.d.ts +14 -2
  46. package/dist/components/form/InputContentEditable.hook.js +296 -317
  47. package/dist/components/form/NumberInput.js +9 -9
  48. package/dist/components/form/PasswordInput.js +2 -2
  49. package/dist/components/form/SwitchInput.js +7 -7
  50. package/dist/components/form/TextInput.js +6 -6
  51. package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +2 -2
  52. package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +8 -8
  53. package/dist/utils/objectStore.js +15 -15
  54. package/dist/utils/reactiveArrayService.js +10 -10
  55. package/package.json +18 -18
  56. package/dist/_virtual/_commonjsHelpers.js +0 -6
  57. package/dist/_virtual/index.js +0 -4
  58. package/dist/_virtual/index2.js +0 -4
  59. package/dist/_virtual/react-contenteditable.js +0 -7
  60. package/dist/_virtual/react-contenteditable2.js +0 -4
  61. package/dist/_virtual/react-dom-server-legacy.browser.development.js +0 -4
  62. package/dist/_virtual/react-dom-server-legacy.browser.production.js +0 -4
  63. package/dist/_virtual/react-dom-server.browser.development.js +0 -4
  64. package/dist/_virtual/react-dom-server.browser.production.js +0 -4
  65. package/dist/_virtual/react-is.development.js +0 -4
  66. package/dist/_virtual/react-is.production.min.js +0 -4
  67. package/dist/_virtual/server.browser.js +0 -5
  68. package/dist/_virtual/server.browser2.js +0 -4
  69. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -527
  70. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -402
  71. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -208
  72. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -136
  73. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -130
  74. package/dist/node_modules/@radix-ui/primitive/dist/index.js +0 -9
  75. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +0 -24
  76. package/dist/node_modules/@radix-ui/react-collection/dist/index.js +0 -48
  77. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -29
  78. package/dist/node_modules/@radix-ui/react-context/dist/index.js +0 -53
  79. package/dist/node_modules/@radix-ui/react-context-menu/dist/index.js +0 -222
  80. package/dist/node_modules/@radix-ui/react-direction/dist/index.js +0 -10
  81. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -127
  82. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -17
  83. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -136
  84. package/dist/node_modules/@radix-ui/react-id/dist/index.js +0 -13
  85. package/dist/node_modules/@radix-ui/react-menu/dist/index.js +0 -636
  86. package/dist/node_modules/@radix-ui/react-popper/dist/index.js +0 -219
  87. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +0 -15
  88. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +0 -70
  89. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +0 -36
  90. package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js +0 -183
  91. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +0 -49
  92. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -10
  93. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -52
  94. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -14
  95. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -6
  96. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +0 -27
  97. package/dist/node_modules/aria-hidden/dist/es2015/index.js +0 -52
  98. package/dist/node_modules/fast-deep-equal/index.js +0 -31
  99. package/dist/node_modules/get-nonce/dist/es2015/index.js +0 -7
  100. package/dist/node_modules/object-assign/index.js +0 -49
  101. package/dist/node_modules/prop-types/checkPropTypes.js +0 -54
  102. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -52
  103. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -329
  104. package/dist/node_modules/prop-types/index.js +0 -17
  105. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -10
  106. package/dist/node_modules/prop-types/lib/has.js +0 -7
  107. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -87
  108. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -70
  109. package/dist/node_modules/prop-types/node_modules/react-is/index.js +0 -10
  110. package/dist/node_modules/react-contenteditable/lib/react-contenteditable.js +0 -132
  111. package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +0 -6235
  112. package/dist/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +0 -4096
  113. package/dist/node_modules/react-dom/cjs/react-dom-server.browser.development.js +0 -6753
  114. package/dist/node_modules/react-dom/cjs/react-dom-server.browser.production.js +0 -4645
  115. package/dist/node_modules/react-dom/server.browser.js +0 -15
  116. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -11
  117. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -112
  118. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -31
  119. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -16
  120. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -68
  121. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -5
  122. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -7
  123. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -71
  124. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -7
  125. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -25
  126. package/dist/node_modules/react-style-singleton/dist/es2015/component.js +0 -11
  127. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +0 -15
  128. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -30
  129. package/dist/node_modules/tslib/tslib.es6.js +0 -27
  130. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -6
  131. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -26
  132. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -25
  133. package/dist/node_modules/use-sidecar/dist/es2015/exports.js +0 -18
  134. package/dist/node_modules/use-sidecar/dist/es2015/medium.js +0 -67
@@ -1,20 +1,20 @@
1
- import { jsx as n } from "react/jsx-runtime";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import u from "react";
3
3
  import { Input as i } from "./Input.js";
4
4
  import { IconMinus as a, IconPlus as l } from "@tabler/icons-react";
5
5
  import { Button as e } from "../button/Button.js";
6
- const N = u.forwardRef((o, t) => {
7
- t = t || u.useRef(null);
6
+ const d = u.forwardRef((o, n) => {
7
+ n = n || u.useRef(null);
8
8
  const {
9
9
  step: r = 1,
10
10
  ...c
11
11
  } = o;
12
- return /* @__PURE__ */ n(i, { className: "number-input", right: /* @__PURE__ */ n(e, { variant: "none", onClick: () => {
13
- t.current && (t.current.value || (t.current.value = "0"), t.current.value = (Number.parseInt(t.current.value) + r).toString());
14
- }, children: /* @__PURE__ */ n(l, { size: 13 }) }), left: /* @__PURE__ */ n(e, { variant: "none", onClick: () => {
15
- t.current && (t.current.value || (t.current.value = "0"), t.current.value = (Number.parseInt(t.current.value) - r).toString());
16
- }, children: /* @__PURE__ */ n(a, { size: 13 }) }), leftType: "action", type: "number", ref: t, ...c });
12
+ return /* @__PURE__ */ t(i, { className: "number-input", right: /* @__PURE__ */ t(e, { variant: "none", onClick: () => {
13
+ n.current && (n.current.value || (n.current.value = "0"), n.current.value = (Number.parseInt(n.current.value) + r).toString());
14
+ }, children: /* @__PURE__ */ t(l, { size: 13 }) }), left: /* @__PURE__ */ t(e, { variant: "none", onClick: () => {
15
+ n.current && (n.current.value || (n.current.value = "0"), n.current.value = (Number.parseInt(n.current.value) - r).toString());
16
+ }, children: /* @__PURE__ */ t(a, { size: 13 }) }), leftType: "action", type: "number", ref: n, ...c });
17
17
  });
18
18
  export {
19
- N as NumberInput
19
+ d as NumberInput
20
20
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import n from "react";
3
3
  import { Input as f } from "./Input.js";
4
- import { IconEye as d, IconX as h } from "@tabler/icons-react";
4
+ import { IconEye as h, IconX as d } from "@tabler/icons-react";
5
5
  import { Button as i } from "../button/Button.js";
6
6
  import { clearInputElement as y } from "./Input.utils.js";
7
7
  const C = n.forwardRef((p, t) => {
@@ -12,7 +12,7 @@ const C = n.forwardRef((p, t) => {
12
12
  right: c,
13
13
  ...u
14
14
  } = p, l = (r) => (y(t.current), r.stopPropagation(), r.preventDefault(), !1), m = (r) => (t.current instanceof HTMLInputElement && (t.current.type === "password" ? t.current.type = "text" : t.current.type === "text" && (t.current.type = "password")), r.stopPropagation(), r.preventDefault(), !1), o = [c];
15
- return a && o.push(/* @__PURE__ */ e(i, { variant: "none", onClick: (r) => m(r), children: /* @__PURE__ */ e(d, { size: 13 }) })), s && o.push(/* @__PURE__ */ e(i, { variant: "none", onClick: (r) => l(r), children: /* @__PURE__ */ e(h, { size: 13 }) })), /* @__PURE__ */ e(f, { right: o, rightType: "action", type: "password", ref: t, ...u });
15
+ return a && o.push(/* @__PURE__ */ e(i, { variant: "none", onClick: (r) => m(r), children: /* @__PURE__ */ e(h, { size: 13 }) })), s && o.push(/* @__PURE__ */ e(i, { variant: "none", onClick: (r) => l(r), children: /* @__PURE__ */ e(d, { size: 13 }) })), /* @__PURE__ */ e(f, { right: o, rightType: "action", type: "password", ref: t, ...u });
16
16
  });
17
17
  export {
18
18
  C as PasswordInput
@@ -1,18 +1,18 @@
1
- import { jsx as n } from "react/jsx-runtime";
1
+ import { jsx as u } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { Input as p } from "./Input.js";
4
4
  const m = e.forwardRef((r, t) => {
5
5
  t = t || e.useRef(null);
6
6
  const {
7
- value: l,
8
- initialValue: o,
9
- ...u
7
+ value: o,
8
+ initialValue: l,
9
+ ...n
10
10
  } = r;
11
- return /* @__PURE__ */ n(p, { wrapperComponent: {
11
+ return /* @__PURE__ */ u(p, { wrapperComponent: {
12
12
  className: "switch-input"
13
- }, type: "checkbox", right: null, left: null, ref: t, value: l, ...o ? {
13
+ }, type: "checkbox", right: null, left: null, ref: t, value: o, ...l ? {
14
14
  defaultChecked: !0
15
- } : {}, ...u });
15
+ } : {}, ...n });
16
16
  });
17
17
  export {
18
18
  m as SwitchInput
@@ -4,17 +4,17 @@ import { Input as u } from "./Input.js";
4
4
  import { IconX as f } from "@tabler/icons-react";
5
5
  import { Button as p } from "../button/Button.js";
6
6
  import { clearInputElement as s } from "./Input.utils.js";
7
- const R = i.forwardRef((r, t) => {
7
+ const b = i.forwardRef((r, t) => {
8
8
  t = t || i.useRef(null);
9
9
  const {
10
10
  clearable: l = !1,
11
- right: a,
12
- ...m
11
+ right: m,
12
+ ...a
13
13
  } = r, c = (o) => {
14
14
  s(t.current), r.onClear && r.onClear(o);
15
- }, n = [a];
16
- return l && n.push(/* @__PURE__ */ e(p, { variant: "none", onClick: (o) => c(o), children: /* @__PURE__ */ e(f, { size: 13 }) })), /* @__PURE__ */ e(u, { right: n, type: "text", ref: t, ...m });
15
+ }, n = [m];
16
+ return l && n.push(/* @__PURE__ */ e(p, { variant: "none", onClick: (o) => c(o), children: /* @__PURE__ */ e(f, { size: 13 }) })), /* @__PURE__ */ e(u, { right: n, type: "text", ref: t, ...a });
17
17
  });
18
18
  export {
19
- R as TextInput
19
+ b as TextInput
20
20
  };
@@ -1,7 +1,7 @@
1
1
  import { __exports as e } from "../../../_virtual/react-compiler-runtime.development.js";
2
2
  import a from "react";
3
3
  var n;
4
- function l() {
4
+ function s() {
5
5
  return n ? e : (n = 1, process.env.NODE_ENV !== "production" && (function() {
6
6
  var t = a.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
7
7
  e.c = function(r) {
@@ -17,5 +17,5 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
17
17
  })(), e);
18
18
  }
19
19
  export {
20
- l as __require
20
+ s as __require
21
21
  };
@@ -1,14 +1,14 @@
1
- import { __exports as e } from "../../../_virtual/react-compiler-runtime.production.js";
1
+ import { __exports as r } from "../../../_virtual/react-compiler-runtime.production.js";
2
2
  import o from "react";
3
- var r;
4
- function n() {
5
- if (r) return e;
6
- r = 1;
3
+ var e;
4
+ function u() {
5
+ if (e) return r;
6
+ e = 1;
7
7
  var t = o.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
8
- return e.c = function(_) {
8
+ return r.c = function(_) {
9
9
  return t.H.useMemoCache(_);
10
- }, e;
10
+ }, r;
11
11
  }
12
12
  export {
13
- n as __require
13
+ u as __require
14
14
  };
@@ -1,34 +1,34 @@
1
1
  import o from "react";
2
- function n(e, t, r) {
3
- return (t = u(t)) in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e;
2
+ function n(e, r, t) {
3
+ return (r = u(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
4
4
  }
5
5
  function u(e) {
6
- var t = c(e, "string");
7
- return typeof t == "symbol" ? t : t + "";
6
+ var r = c(e, "string");
7
+ return typeof r == "symbol" ? r : r + "";
8
8
  }
9
- function c(e, t) {
9
+ function c(e, r) {
10
10
  if (typeof e != "object" || !e) return e;
11
- var r = e[Symbol.toPrimitive];
12
- if (r !== void 0) {
13
- var i = r.call(e, t);
11
+ var t = e[Symbol.toPrimitive];
12
+ if (t !== void 0) {
13
+ var i = t.call(e, r);
14
14
  if (typeof i != "object") return i;
15
15
  throw new TypeError("@@toPrimitive must return a primitive value.");
16
16
  }
17
- return (t === "string" ? String : Number)(e);
17
+ return (r === "string" ? String : Number)(e);
18
18
  }
19
19
  class f {
20
- constructor(t) {
21
- n(this, "store", void 0), this.store = t;
20
+ constructor(r) {
21
+ n(this, "store", void 0), this.store = r;
22
22
  }
23
23
  object() {
24
24
  return this.store[0];
25
25
  }
26
26
  }
27
- const a = (e, t, r) => {
28
- const i = o.useState(r);
29
- return [i[0], t ? t(i) : new e(i)];
27
+ const v = (e, r, t) => {
28
+ const i = o.useState(t);
29
+ return [i[0], r ? r(i) : new e(i)];
30
30
  };
31
31
  export {
32
32
  f as ObjectService,
33
- a as createObjectService
33
+ v as createObjectService
34
34
  };
@@ -1,8 +1,8 @@
1
1
  import n, { startTransition as a } from "react";
2
- function v(t, e, r) {
3
- return (e = y(e)) in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
2
+ function y(t, e, r) {
3
+ return (e = l(e)) in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
4
4
  }
5
- function y(t) {
5
+ function l(t) {
6
6
  var e = h(t, "string");
7
7
  return typeof e == "symbol" ? e : e + "";
8
8
  }
@@ -16,9 +16,9 @@ function h(t, e) {
16
16
  }
17
17
  return (e === "string" ? String : Number)(t);
18
18
  }
19
- class d {
19
+ class b {
20
20
  constructor(e) {
21
- v(this, "access", void 0), this.access = e;
21
+ y(this, "access", void 0), this.access = e;
22
22
  }
23
23
  delete(e) {
24
24
  a(() => {
@@ -59,7 +59,7 @@ class d {
59
59
  });
60
60
  }
61
61
  }
62
- function b(t, e = []) {
62
+ function d(t, e = []) {
63
63
  const [r, s] = n.useState(Array.isArray(e) ? e : []), c = n.useRef(r);
64
64
  n.useEffect(() => {
65
65
  c.current = r;
@@ -73,9 +73,9 @@ function b(t, e = []) {
73
73
  return f;
74
74
  }
75
75
  };
76
- return ((l) => {
76
+ return ((v) => {
77
77
  try {
78
- return !!new new Proxy(l, f)();
78
+ return !!new new Proxy(v, f)();
79
79
  } catch {
80
80
  return !1;
81
81
  }
@@ -86,6 +86,6 @@ function b(t, e = []) {
86
86
  }, [o, e]), [r, o];
87
87
  }
88
88
  export {
89
- d as ReactiveArrayService,
90
- b as useReactiveArrayService
89
+ b as ReactiveArrayService,
90
+ d as useReactiveArrayService
91
91
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code0-tech/pictor",
3
- "version": "0.0.0-mvp.31",
3
+ "version": "0.0.0-mvp.32",
4
4
  "type": "module",
5
5
  "description": "A simple template for a custom React component library",
6
6
  "scripts": {
@@ -27,6 +27,7 @@
27
27
  "@radix-ui/react-dialog": "^1.1.15",
28
28
  "@radix-ui/react-dropdown-menu": "^2.1.16",
29
29
  "@radix-ui/react-one-time-password-field": "^0.1.8",
30
+ "@radix-ui/react-context-menu": "^2.2.16",
30
31
  "@radix-ui/react-radio-group": "^1.3.8",
31
32
  "@radix-ui/react-scroll-area": "^1.2.10",
32
33
  "@radix-ui/react-tabs": "^1.1.13",
@@ -46,7 +47,7 @@
46
47
  "@storybook/react-vite": "^10.1.2",
47
48
  "@tabler/icons-react": "3.35.0",
48
49
  "@types/jest-image-snapshot": "^6.4.0",
49
- "@types/react": "^19.2.7",
50
+ "@types/react": "^19.2.3",
50
51
  "@types/react-dom": "^19.2.3",
51
52
  "@vitejs/plugin-react": "^5.1.1",
52
53
  "@vitest/browser-playwright": "^4.0.14",
@@ -58,6 +59,7 @@
58
59
  "cmdk": "^1.1.1",
59
60
  "concurrently": "^9.2.1",
60
61
  "css-loader": "^7.1.2",
62
+ "react-contenteditable": "^3.3.7",
61
63
  "html-webpack-plugin": "^5.6.5",
62
64
  "identity-obj-proxy": "^3.0.0",
63
65
  "jest-image-snapshot": "^6.5.1",
@@ -93,34 +95,32 @@
93
95
  ],
94
96
  "types": "dist/index.d.ts",
95
97
  "peerDependencies": {
96
- "@ariakit/react": "^0.4.5",
98
+ "react-contenteditable": "^3.3.7",
99
+ "@ariakit/react": "^0.4.17",
97
100
  "@code0-tech/sagittarius-graphql-types": "0.0.0-a2b1f5e9adf8f52b5a0f235ca9906ac5a699b4fc",
98
- "@radix-ui/react-checkbox": "^1.3.2",
99
- "@radix-ui/react-dialog": "^1.1.14",
100
- "@radix-ui/react-dropdown-menu": "^2.1.15",
101
- "@radix-ui/react-one-time-password-field": "^0.1.7",
102
- "@radix-ui/react-radio-group": "^1.3.7",
101
+ "@radix-ui/react-checkbox": "^1.3.3",
102
+ "@radix-ui/react-dialog": "^1.1.15",
103
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
104
+ "@radix-ui/react-one-time-password-field": "^0.1.8",
105
+ "@radix-ui/react-context-menu": "^2.2.16",
106
+ "@radix-ui/react-radio-group": "^1.3.8",
103
107
  "@radix-ui/react-scroll-area": "^1.2.10",
104
- "@radix-ui/react-tabs": "^1.1.12",
105
- "@radix-ui/react-toggle-group": "^1.1.10",
108
+ "@radix-ui/react-tabs": "^1.1.13",
109
+ "@radix-ui/react-toggle-group": "^1.1.11",
106
110
  "@radix-ui/react-tooltip": "^1.2.8",
107
- "@tabler/icons-react": "^3.5.0",
108
- "@xyflow/react": "^12.8.2",
111
+ "@tabler/icons-react": "3.35.0",
112
+ "@xyflow/react": "^12.10.0",
109
113
  "cmdk": "^1.1.1",
110
114
  "js-md5": "^0.8.3",
111
115
  "merge-props": "^6.0.0",
112
116
  "overlap-area": "^1.1.0",
113
117
  "react": "^18.0.0 || ^19.0.0",
114
118
  "react-dom": "^18.0.0 || ^19.0.0",
115
- "react-resizable-panels": "^3.0.3 || ^4.0.0",
116
- "react-zoom-pan-pinch": "^3.6.1",
119
+ "react-resizable-panels": "^4.3.1",
120
+ "react-zoom-pan-pinch": "^3.7.0",
117
121
  "sonner": "^2.0.7"
118
122
  },
119
123
  "publishConfig": {
120
124
  "access": "public"
121
- },
122
- "dependencies": {
123
- "@radix-ui/react-context-menu": "^2.2.16",
124
- "react-contenteditable": "^3.3.7"
125
125
  }
126
126
  }
@@ -1,6 +0,0 @@
1
- function e(t) {
2
- return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
3
- }
4
- export {
5
- e as getDefaultExportFromCjs
6
- };
@@ -1,4 +0,0 @@
1
- var p = { exports: {} };
2
- export {
3
- p as __module
4
- };
@@ -1,4 +0,0 @@
1
- var e = { exports: {} };
2
- export {
3
- e as __module
4
- };
@@ -1,7 +0,0 @@
1
- import { getDefaultExportFromCjs as t } from "./_commonjsHelpers.js";
2
- import { __require as e } from "../node_modules/react-contenteditable/lib/react-contenteditable.js";
3
- var r = e();
4
- const i = /* @__PURE__ */ t(r);
5
- export {
6
- i as default
7
- };
@@ -1,4 +0,0 @@
1
- var e = {};
2
- export {
3
- e as __exports
4
- };
@@ -1,4 +0,0 @@
1
- var e = {};
2
- export {
3
- e as __exports
4
- };
@@ -1,4 +0,0 @@
1
- var r = {};
2
- export {
3
- r as __exports
4
- };
@@ -1,4 +0,0 @@
1
- var e = {};
2
- export {
3
- e as __exports
4
- };
@@ -1,4 +0,0 @@
1
- var r = {};
2
- export {
3
- r as __exports
4
- };
@@ -1,4 +0,0 @@
1
- var e = {};
2
- export {
3
- e as __exports
4
- };
@@ -1,4 +0,0 @@
1
- var r = {};
2
- export {
3
- r as __exports
4
- };
@@ -1,5 +0,0 @@
1
- import { __require as r } from "../node_modules/react-dom/server.browser.js";
2
- var s = r();
3
- export {
4
- s
5
- };
@@ -1,4 +0,0 @@
1
- var r = {};
2
- export {
3
- r as __exports
4
- };