@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.mjs CHANGED
@@ -6306,7 +6306,7 @@ var TableContent = ({
6306
6306
  ]
6307
6307
  }
6308
6308
  ),
6309
- /* @__PURE__ */ jsx("div", { className: "h-auto w-full overflow-x-auto", children: /* @__PURE__ */ jsxs("table", { className: cn("w-full", paginationVariant === "primary" ? "mb-8" : "mb-0"), children: [
6309
+ /* @__PURE__ */ jsx("div", { className: "h-auto w-full overflow-x-auto", children: /* @__PURE__ */ jsxs("table", { className: cn("w-full", paginationVariant === "primary" && !noPagination ? "mb-8" : "mb-0"), children: [
6310
6310
  /* @__PURE__ */ jsx("thead", { className: "border-b border-gray-300 bg-gray-0", children: /* @__PURE__ */ jsxs("tr", { children: [
6311
6311
  selectable && /* @__PURE__ */ jsx("th", { className: "!w-[20px] py-3 pl-3", children: /* @__PURE__ */ jsx(Skeleton, { className: "h-4 w-4" }) }),
6312
6312
  visibleColumns.map((_, index) => /* @__PURE__ */ jsx("th", { className: "px-6 py-3", children: /* @__PURE__ */ jsx(Skeleton, { className: "h-4 w-24" }) }, index))
@@ -6374,7 +6374,7 @@ var TableContent = ({
6374
6374
  /* @__PURE__ */ jsx(Button, { onClick: handleDeleteSelection, $variant: "warning", className: "max-w-[101px] text-xs", children: "Deletar" })
6375
6375
  ] })
6376
6376
  ] }),
6377
- /* @__PURE__ */ jsx("div", { className: "h-auto w-full overflow-x-auto transition-all duration-300", children: /* @__PURE__ */ jsxs("table", { className: cn("w-full", paginationVariant === "primary" ? "mb-8" : "mb-0"), children: [
6377
+ /* @__PURE__ */ jsx("div", { className: "h-auto w-full overflow-x-auto transition-all duration-300", children: /* @__PURE__ */ jsxs("table", { className: cn("w-full", paginationVariant === "primary" && !noPagination ? "mb-8" : "mb-0"), children: [
6378
6378
  /* @__PURE__ */ jsx("thead", { className: "border-b border-gray-300 bg-gray-0", children: /* @__PURE__ */ jsxs("tr", { children: [
6379
6379
  selectable && /* @__PURE__ */ jsx("th", { className: "!w-[20px] py-3 pl-3 text-left text-xs font-bold uppercase text-gray-700", children: /* @__PURE__ */ jsx(
6380
6380
  "input",