@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.js
CHANGED
|
@@ -4485,7 +4485,7 @@ function Spreadsheet({
|
|
|
4485
4485
|
},
|
|
4486
4486
|
children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "relative flex items-center justify-center w-full h-full", children: [
|
|
4487
4487
|
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { children: displayIndex }),
|
|
4488
|
-
/* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "absolute inset-0 flex items-center justify-
|
|
4488
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "absolute inset-0 flex items-center justify-between", children: [
|
|
4489
4489
|
rowContextMenuItems && rowContextMenuItems.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
4490
4490
|
RowContextMenu,
|
|
4491
4491
|
{
|