@teamprodevs/appsmith-custom-table 1.0.0 → 1.0.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/app.js +3 -2
- package/dist/app.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/app.js
CHANGED
|
@@ -36378,7 +36378,7 @@ const Zb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36378
36378
|
cD,
|
|
36379
36379
|
{
|
|
36380
36380
|
className: re(
|
|
36381
|
-
"top-0 z-20 sticky bg-card outline-[var(--border)]
|
|
36381
|
+
"top-0 z-20 sticky bg-card outline-[var(--border)] outline",
|
|
36382
36382
|
t?.body
|
|
36383
36383
|
),
|
|
36384
36384
|
children: e.getHeaderGroups().map((o) => /* @__PURE__ */ _(OS, { className: t?.row, children: o.headers.map((a) => /* @__PURE__ */ _(
|
|
@@ -40730,7 +40730,8 @@ function Bge(e) {
|
|
|
40730
40730
|
"main",
|
|
40731
40731
|
{
|
|
40732
40732
|
className: re(
|
|
40733
|
-
"max-h-[40rem] md:max-h-[48rem] lg:max-h-[56rem] flex flex-col gap-2 overflow-auto font-sans relative
|
|
40733
|
+
"max-h-[40rem] md:max-h-[48rem] lg:max-h-[56rem] flex flex-col gap-2 overflow-auto font-sans relative ",
|
|
40734
|
+
x && "pb-2",
|
|
40734
40735
|
l?.container
|
|
40735
40736
|
),
|
|
40736
40737
|
style: { ...l?.variables },
|