@yeverlibs/ds 1.0.12 → 1.0.13

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
@@ -6336,7 +6336,7 @@ var TableContent = ({
6336
6336
  ]
6337
6337
  }
6338
6338
  ),
6339
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-auto w-full overflow-x-auto", children: /* @__PURE__ */ jsxRuntime.jsxs("table", { className: cn("w-full", paginationVariant === "primary" ? "mb-8" : "mb-0"), children: [
6339
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-auto w-full overflow-x-auto", children: /* @__PURE__ */ jsxRuntime.jsxs("table", { className: cn("w-full", paginationVariant === "primary" && !noPagination ? "mb-8" : "mb-0"), children: [
6340
6340
  /* @__PURE__ */ jsxRuntime.jsx("thead", { className: "border-b border-gray-300 bg-gray-0", children: /* @__PURE__ */ jsxRuntime.jsxs("tr", { children: [
6341
6341
  selectable && /* @__PURE__ */ jsxRuntime.jsx("th", { className: "!w-[20px] py-3 pl-3", children: /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: "h-4 w-4" }) }),
6342
6342
  visibleColumns.map((_, index) => /* @__PURE__ */ jsxRuntime.jsx("th", { className: "px-6 py-3", children: /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: "h-4 w-24" }) }, index))
@@ -6404,7 +6404,7 @@ var TableContent = ({
6404
6404
  /* @__PURE__ */ jsxRuntime.jsx(Button, { onClick: handleDeleteSelection, $variant: "warning", className: "max-w-[101px] text-xs", children: "Deletar" })
6405
6405
  ] })
6406
6406
  ] }),
6407
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-auto w-full overflow-x-auto transition-all duration-300", children: /* @__PURE__ */ jsxRuntime.jsxs("table", { className: cn("w-full", paginationVariant === "primary" ? "mb-8" : "mb-0"), children: [
6407
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-auto w-full overflow-x-auto transition-all duration-300", children: /* @__PURE__ */ jsxRuntime.jsxs("table", { className: cn("w-full", paginationVariant === "primary" && !noPagination ? "mb-8" : "mb-0"), children: [
6408
6408
  /* @__PURE__ */ jsxRuntime.jsx("thead", { className: "border-b border-gray-300 bg-gray-0", children: /* @__PURE__ */ jsxRuntime.jsxs("tr", { children: [
6409
6409
  selectable && /* @__PURE__ */ jsxRuntime.jsx("th", { className: "!w-[20px] py-3 pl-3 text-left text-xs font-bold uppercase text-gray-700", children: /* @__PURE__ */ jsxRuntime.jsx(
6410
6410
  "input",