@xcelsior/ui-spreadsheets 1.3.2 → 1.3.3

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
@@ -5371,12 +5371,12 @@ function Spreadsheet({
5371
5371
  })
5372
5372
  ] })
5373
5373
  ] }),
5374
- /* @__PURE__ */ jsx14("tbody", { children: isLoading ? Array.from({ length: Math.min(pageSize, 10) }).map((_, rowIdx) => /* @__PURE__ */ jsxs14("tr", { children: [
5374
+ /* @__PURE__ */ jsx14("tbody", { children: isLoading ? Array.from({ length: Math.min(pageSize, 40) }).map((_, rowIdx) => /* @__PURE__ */ jsxs14("tr", { children: [
5375
5375
  /* @__PURE__ */ jsx14(
5376
5376
  "td",
5377
5377
  {
5378
5378
  className: cn(
5379
- "border border-gray-200 sticky",
5379
+ "sticky",
5380
5380
  effectiveCompactMode ? "px-1.5 py-0.5" : "px-2.5 py-1.5"
5381
5381
  ),
5382
5382
  style: {
@@ -5400,7 +5400,6 @@ function Spreadsheet({
5400
5400
  return /* @__PURE__ */ jsx14(
5401
5401
  "td",
5402
5402
  {
5403
- className: "border border-gray-200",
5404
5403
  style: { backgroundColor: rowIdx % 2 !== 0 ? "#f9fafb" : "white" }
5405
5404
  },
5406
5405
  `skeleton-${rowIdx}-placeholder-${item.groupId}`
@@ -5410,7 +5409,6 @@ function Spreadsheet({
5410
5409
  "td",
5411
5410
  {
5412
5411
  className: cn(
5413
- "border border-gray-200",
5414
5412
  effectiveCompactMode ? "px-1.5 py-0.5" : "px-2.5 py-1.5"
5415
5413
  ),
5416
5414
  style: {