react-base-data-table 0.3.4 → 0.3.6
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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1615,7 +1615,7 @@ function El(e) {
|
|
|
1615
1615
|
"div",
|
|
1616
1616
|
{
|
|
1617
1617
|
ref: o,
|
|
1618
|
-
className: `absolute mt-1 bg-white shadow-xs p-3 w-60 z- rounded-md font-normal border border-border-color-light ${n ? "right-0" : ""}`,
|
|
1618
|
+
className: `absolute mt-1 bg-white shadow-xs p-3 w-60 z-200 rounded-md font-normal border border-border-color-light ${n ? "right-0" : ""}`,
|
|
1619
1619
|
children: [
|
|
1620
1620
|
/* @__PURE__ */ y.jsx("div", { className: "font-semibold mb-1", children: "Filter by value:" }),
|
|
1621
1621
|
/* @__PURE__ */ y.jsxs("form", { onSubmit: u, children: [
|
|
@@ -10508,7 +10508,7 @@ function dC(e) {
|
|
|
10508
10508
|
] });
|
|
10509
10509
|
}
|
|
10510
10510
|
function gC(e) {
|
|
10511
|
-
return /* @__PURE__ */ y.jsx(
|
|
10511
|
+
return /* @__PURE__ */ y.jsx("div", { className: "react-base-table", children: /* @__PURE__ */ y.jsx(ml, { children: /* @__PURE__ */ y.jsx(dC, { ...e }) }) });
|
|
10512
10512
|
}
|
|
10513
10513
|
export {
|
|
10514
10514
|
gC as BaseTable
|