@grapadigital/shared-app-modules 0.0.69 → 0.0.70
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/components.js +3 -3
- package/package.json +3 -2
package/dist/components.js
CHANGED
|
@@ -819,7 +819,7 @@ const TA = P(
|
|
|
819
819
|
!g.isEnabled && /* @__PURE__ */ t(R, { children: "Busque uma Ação..." }),
|
|
820
820
|
g.fetchStatus !== "idle" && g.isPending && /* @__PURE__ */ c(R, { className: "flex items-center justify-center gap-2", children: [
|
|
821
821
|
/* @__PURE__ */ t(U, { className: "size-4 animate-spin" }),
|
|
822
|
-
"
|
|
822
|
+
"Buscando..."
|
|
823
823
|
] }),
|
|
824
824
|
/* @__PURE__ */ t(eA, { children: x?.map((l) => /* @__PURE__ */ c(
|
|
825
825
|
tA,
|
|
@@ -850,7 +850,7 @@ const TA = P(
|
|
|
850
850
|
] });
|
|
851
851
|
}
|
|
852
852
|
);
|
|
853
|
-
TA.displayName = "
|
|
853
|
+
TA.displayName = "CampaignsSelectInput";
|
|
854
854
|
const ZA = async ({
|
|
855
855
|
filter: A,
|
|
856
856
|
environment: e
|
|
@@ -1022,7 +1022,7 @@ const KA = P(
|
|
|
1022
1022
|
!g.isEnabled && /* @__PURE__ */ t(v, { children: "Busque um influenciador..." }),
|
|
1023
1023
|
g.fetchStatus !== "idle" && g.isPending && /* @__PURE__ */ c(v, { className: "flex items-center justify-center gap-2", children: [
|
|
1024
1024
|
/* @__PURE__ */ t(U, { className: "size-4 animate-spin" }),
|
|
1025
|
-
"
|
|
1025
|
+
"Buscando..."
|
|
1026
1026
|
] }),
|
|
1027
1027
|
/* @__PURE__ */ t(gA, { children: x?.map((l) => /* @__PURE__ */ c(
|
|
1028
1028
|
uA,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grapadigital/shared-app-modules",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.70",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
@@ -168,6 +168,7 @@
|
|
|
168
168
|
"dev": "vite",
|
|
169
169
|
"build": "rm -rf dist && tsc -b && vite build",
|
|
170
170
|
"lint": "eslint .",
|
|
171
|
-
"preview": "vite preview"
|
|
171
|
+
"preview": "vite preview",
|
|
172
|
+
"lib:publish": "pnpm build && pnpm publish --no-git-checks"
|
|
172
173
|
}
|
|
173
174
|
}
|