@xcelsior/ui-spreadsheets 1.1.17 → 1.1.18

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
@@ -4442,7 +4442,7 @@ function Spreadsheet({
4442
4442
  },
4443
4443
  children: /* @__PURE__ */ jsxs13("div", { className: "relative flex items-center justify-center w-full h-full", children: [
4444
4444
  /* @__PURE__ */ jsx13("span", { children: displayIndex }),
4445
- /* @__PURE__ */ jsxs13("div", { className: "absolute inset-0 flex items-center justify-evenly", children: [
4445
+ /* @__PURE__ */ jsxs13("div", { className: "absolute inset-0 flex items-center justify-between", children: [
4446
4446
  rowContextMenuItems && rowContextMenuItems.length > 0 && /* @__PURE__ */ jsx13(
4447
4447
  RowContextMenu,
4448
4448
  {