@getcatalystiq/agent-plane-ui 0.1.17 → 0.1.18

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.
package/dist/index.cjs CHANGED
@@ -2610,11 +2610,8 @@ function AgentEditForm({ agent, onSaved }) {
2610
2610
  /* @__PURE__ */ jsxRuntime.jsx("option", { value: "bypassPermissions", children: "bypassPermissions" }),
2611
2611
  /* @__PURE__ */ jsxRuntime.jsx("option", { value: "plan", children: "plan" })
2612
2612
  ] }) }) })
2613
- ] })
2614
- ] }) }),
2615
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "rounded-lg border border-muted-foreground/25 p-5", children: [
2616
- /* @__PURE__ */ jsxRuntime.jsx(SectionHeader, { title: "Identity" }),
2617
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-4", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-4", children: [
2613
+ ] }),
2614
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-4", children: [
2618
2615
  /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(FormField, { label: "SOUL.md", children: [
2619
2616
  /* @__PURE__ */ jsxRuntime.jsx(
2620
2617
  Textarea,
@@ -2649,8 +2646,8 @@ function AgentEditForm({ agent, onSaved }) {
2649
2646
  " words"
2650
2647
  ] })
2651
2648
  ] }) })
2652
- ] }) })
2653
- ] })
2649
+ ] })
2650
+ ] }) })
2654
2651
  ] });
2655
2652
  }
2656
2653
  function ToolkitMultiselect({ value, onChange }) {
package/dist/index.js CHANGED
@@ -2585,11 +2585,8 @@ function AgentEditForm({ agent, onSaved }) {
2585
2585
  /* @__PURE__ */ jsx("option", { value: "bypassPermissions", children: "bypassPermissions" }),
2586
2586
  /* @__PURE__ */ jsx("option", { value: "plan", children: "plan" })
2587
2587
  ] }) }) })
2588
- ] })
2589
- ] }) }),
2590
- /* @__PURE__ */ jsxs("div", { className: "rounded-lg border border-muted-foreground/25 p-5", children: [
2591
- /* @__PURE__ */ jsx(SectionHeader, { title: "Identity" }),
2592
- /* @__PURE__ */ jsx("div", { className: "space-y-4", children: /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-4", children: [
2588
+ ] }),
2589
+ /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-4", children: [
2593
2590
  /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(FormField, { label: "SOUL.md", children: [
2594
2591
  /* @__PURE__ */ jsx(
2595
2592
  Textarea,
@@ -2624,8 +2621,8 @@ function AgentEditForm({ agent, onSaved }) {
2624
2621
  " words"
2625
2622
  ] })
2626
2623
  ] }) })
2627
- ] }) })
2628
- ] })
2624
+ ] })
2625
+ ] }) })
2629
2626
  ] });
2630
2627
  }
2631
2628
  function ToolkitMultiselect({ value, onChange }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getcatalystiq/agent-plane-ui",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Embeddable React component library for AgentPlane",
5
5
  "type": "module",
6
6
  "exports": {