@abdellatifui/react 3.2.103 → 3.2.104
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/nextgen.js +6 -2
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -5966,11 +5966,15 @@ const sh = Ce("flex items-center justify-center z-1 css-iuur1", {
|
|
|
5966
5966
|
current: o.current,
|
|
5967
5967
|
open: _,
|
|
5968
5968
|
close: H,
|
|
5969
|
+
props: e,
|
|
5970
|
+
isLastItemInArray: g,
|
|
5971
|
+
applyStackRules: z,
|
|
5972
|
+
bodyClick: S,
|
|
5969
5973
|
get isOpen() {
|
|
5970
5974
|
return n;
|
|
5971
5975
|
}
|
|
5972
5976
|
}),
|
|
5973
|
-
[H, _, n]
|
|
5977
|
+
[H, _, n, g, z, S]
|
|
5974
5978
|
), q(() => {
|
|
5975
5979
|
F({ open: n, ref: w, container: O, children: x, props: e, _children: s, id: r });
|
|
5976
5980
|
}, [n]);
|
|
@@ -6000,7 +6004,7 @@ const sh = Ce("flex items-center justify-center z-1 css-iuur1", {
|
|
|
6000
6004
|
hf,
|
|
6001
6005
|
{
|
|
6002
6006
|
onClickAway: (M) => {
|
|
6003
|
-
$({ event: M, open: n, ref: w, container: O, children: x, props: e, _children: s, id: r }), S && z && g && H();
|
|
6007
|
+
$({ event: M, open: n, applyStackRules: z, isLastItemInArray: g, ref: w, container: O, children: x, props: e, _children: s, id: r }), S && z && g && H();
|
|
6004
6008
|
},
|
|
6005
6009
|
children: s || x
|
|
6006
6010
|
}
|