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 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)("customizer d-none d-md-block ", `customizer-${width ?? 600}`, {
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("customizer d-none d-md-block ", `customizer-${width ?? 600}`, {
1706
+ className: classNames4("r-sidebar", `customizer-${width ?? 600}`, {
1707
1707
  open: flag,
1708
1708
  fullscreen: isFullScreen
1709
1709
  }),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-table-edit",
3
3
  "license": "MIT",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",