analytica-frontend-lib 1.2.62 → 1.2.64
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/Support/index.js +2 -2
- package/dist/Support/index.js.map +1 -1
- package/dist/Support/index.mjs +2 -2
- package/dist/Support/index.mjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2090 -2070
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1527 -1508
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -1
package/dist/Support/index.js
CHANGED
|
@@ -2453,8 +2453,8 @@ var Support = ({
|
|
|
2453
2453
|
}
|
|
2454
2454
|
];
|
|
2455
2455
|
const emptyImage = emptyStateImage || suporthistory_default;
|
|
2456
|
-
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "flex flex-col w-full h-full
|
|
2457
|
-
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "flex flex-col w-full h-full
|
|
2456
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "flex flex-col w-full h-full overflow-y-auto", children: [
|
|
2457
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "flex flex-col w-full h-full", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "space-y-4", children: [
|
|
2458
2458
|
/* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "flex w-full mb-4 flex-row items-center justify-between not-lg:gap-4 lg:gap-6", children: [
|
|
2459
2459
|
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("h1", { className: "font-bold leading-[28px] tracking-[0.2px] text-text-950 text-xl mt-4 sm:text-2xl sm:flex-1 sm:self-end sm:mt-0", children: title }),
|
|
2460
2460
|
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("div", { className: "sm:flex-shrink-0 sm:self-end", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|