pixel-react-excel-sheet 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/lib/index.esm.js
CHANGED
|
@@ -49437,6 +49437,7 @@ const Cell = ({
|
|
|
49437
49437
|
}
|
|
49438
49438
|
return jsxs("td", {
|
|
49439
49439
|
ref: rootRef,
|
|
49440
|
+
style: data?.style,
|
|
49440
49441
|
className: classNames('Spreadsheet__cell', data?.className, {
|
|
49441
49442
|
'Spreadsheet__active-cell': active || dragging
|
|
49442
49443
|
}),
|
|
@@ -49990,8 +49991,8 @@ const ExcelFile = ({
|
|
|
49990
49991
|
value: '',
|
|
49991
49992
|
style: {
|
|
49992
49993
|
color: "var(--brand-color)",
|
|
49993
|
-
backgroundColor: "var(--
|
|
49994
|
-
borderColor: "var(--
|
|
49994
|
+
backgroundColor: "var(--drawer-footer-bg)",
|
|
49995
|
+
borderColor: "var(--toggle-strip-color)"
|
|
49995
49996
|
}
|
|
49996
49997
|
};
|
|
49997
49998
|
const [selectedSheet, setSelectedSheet] = useState({
|