react-table-edit 1.1.2 → 1.1.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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1742,7 +1742,7 @@ var Sidebar = (props) => {
|
|
|
1742
1742
|
/* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
1743
1743
|
"div",
|
|
1744
1744
|
{
|
|
1745
|
-
className: (0, import_classnames8.default)("
|
|
1745
|
+
className: (0, import_classnames8.default)("r-sidebar", `customizer-${width ?? 600}`, {
|
|
1746
1746
|
open: flag,
|
|
1747
1747
|
fullscreen: isFullScreen
|
|
1748
1748
|
}),
|
package/dist/index.mjs
CHANGED
|
@@ -1703,7 +1703,7 @@ var Sidebar = (props) => {
|
|
|
1703
1703
|
/* @__PURE__ */ jsxs9(
|
|
1704
1704
|
"div",
|
|
1705
1705
|
{
|
|
1706
|
-
className: classNames4("
|
|
1706
|
+
className: classNames4("r-sidebar", `customizer-${width ?? 600}`, {
|
|
1707
1707
|
open: flag,
|
|
1708
1708
|
fullscreen: isFullScreen
|
|
1709
1709
|
}),
|