@greatapps/greatagents-ui 0.3.0 → 0.3.1
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.js
CHANGED
|
@@ -3590,7 +3590,7 @@ function AgentsPage({
|
|
|
3590
3590
|
subtitle = "Gerencie seus agentes de atendimento inteligente"
|
|
3591
3591
|
}) {
|
|
3592
3592
|
const [createOpen, setCreateOpen] = useState12(false);
|
|
3593
|
-
return /* @__PURE__ */ jsxs13("div", { className: "flex flex-col gap-4 p-4", children: [
|
|
3593
|
+
return /* @__PURE__ */ jsxs13("div", { className: "flex flex-col gap-4 p-4 md:p-6", children: [
|
|
3594
3594
|
/* @__PURE__ */ jsxs13("div", { className: "flex items-center justify-between", children: [
|
|
3595
3595
|
/* @__PURE__ */ jsxs13("div", { children: [
|
|
3596
3596
|
/* @__PURE__ */ jsx15("h1", { className: "text-xl font-semibold", children: title }),
|
|
@@ -3717,7 +3717,7 @@ function ToolsPage({
|
|
|
3717
3717
|
}) {
|
|
3718
3718
|
const [createOpen, setCreateOpen] = useState14(false);
|
|
3719
3719
|
const [editTool, setEditTool] = useState14(void 0);
|
|
3720
|
-
return /* @__PURE__ */ jsxs15("div", { className: "flex flex-col gap-4 p-4", children: [
|
|
3720
|
+
return /* @__PURE__ */ jsxs15("div", { className: "flex flex-col gap-4 p-4 md:p-6", children: [
|
|
3721
3721
|
/* @__PURE__ */ jsxs15("div", { className: "flex items-center justify-between", children: [
|
|
3722
3722
|
/* @__PURE__ */ jsxs15("div", { children: [
|
|
3723
3723
|
/* @__PURE__ */ jsx17("h1", { className: "text-xl font-semibold", children: title }),
|
|
@@ -3763,7 +3763,7 @@ function CredentialsPage({
|
|
|
3763
3763
|
const { data: credentialsData, isLoading: credentialsLoading } = useToolCredentials(config);
|
|
3764
3764
|
const [createOpen, setCreateOpen] = useState15(false);
|
|
3765
3765
|
const credentials = credentialsData?.data || [];
|
|
3766
|
-
return /* @__PURE__ */ jsxs16("div", { className: "flex flex-col gap-4 p-4", children: [
|
|
3766
|
+
return /* @__PURE__ */ jsxs16("div", { className: "flex flex-col gap-4 p-4 md:p-6", children: [
|
|
3767
3767
|
/* @__PURE__ */ jsxs16("div", { className: "flex items-center justify-between", children: [
|
|
3768
3768
|
/* @__PURE__ */ jsxs16("div", { children: [
|
|
3769
3769
|
/* @__PURE__ */ jsx18("h1", { className: "text-xl font-semibold", children: title }),
|