@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/styles/globals.css +0 -3
- package/dist/styles/globals.css.map +1 -1
- package/package.json +1 -1
- package/src/components/Spreadsheet.tsx +2 -2
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-
|
|
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
|
{
|