react-admin-crud-manager 1.2.6 → 1.2.8
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 +5 -4
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5692,7 +5692,8 @@ const ea = ({
|
|
|
5692
5692
|
y.filterDrawer.overlay,
|
|
5693
5693
|
"fixed inset-0 bg-black/50 z-40 transition-opacity duration-300",
|
|
5694
5694
|
a ? "opacity-100 pointer-events-auto" : "opacity-0 pointer-events-none"
|
|
5695
|
-
)
|
|
5695
|
+
),
|
|
5696
|
+
onClick: n
|
|
5696
5697
|
}
|
|
5697
5698
|
),
|
|
5698
5699
|
/* @__PURE__ */ h(
|
|
@@ -5700,8 +5701,8 @@ const ea = ({
|
|
|
5700
5701
|
{
|
|
5701
5702
|
className: x(
|
|
5702
5703
|
y.filterDrawer.panel,
|
|
5703
|
-
"fixed top-0 right-0 h-full w-[28rem] bg-white dark:bg-gray-900 shadow-2xl z-50 flex flex-col border-l border-gray-200 dark:border-gray-700 transform transition-
|
|
5704
|
-
a ? "translate-x-0" : "translate-x-full"
|
|
5704
|
+
"fixed top-0 right-0 h-full w-[28rem] bg-white dark:bg-gray-900 shadow-2xl z-50 flex flex-col border-l border-gray-200 dark:border-gray-700 transform transition-all duration-300 ease-in-out",
|
|
5705
|
+
a ? "opacity-100 translate-x-0" : "opacity-0 translate-x-full"
|
|
5705
5706
|
),
|
|
5706
5707
|
children: [
|
|
5707
5708
|
/* @__PURE__ */ h(
|
|
@@ -6638,7 +6639,7 @@ const ea = ({
|
|
|
6638
6639
|
),
|
|
6639
6640
|
ze
|
|
6640
6641
|
),
|
|
6641
|
-
S &&
|
|
6642
|
+
S && /* @__PURE__ */ t(
|
|
6642
6643
|
ca,
|
|
6643
6644
|
{
|
|
6644
6645
|
isOpen: V,
|