@abdellatifui/react 3.2.20 → 3.2.21
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 +2 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -12569,7 +12569,8 @@ const uv = pe((e, n) => {
|
|
|
12569
12569
|
collapsable: s,
|
|
12570
12570
|
maximizeButton: l,
|
|
12571
12571
|
className: B(
|
|
12572
|
-
f && "max-w-[calc(100vw-40px)] max-h-[calc(100vh-40px)]"
|
|
12572
|
+
f && "max-w-[calc(100vw-40px)] max-h-[calc(100vh-40px)]",
|
|
12573
|
+
u
|
|
12573
12574
|
),
|
|
12574
12575
|
children: n,
|
|
12575
12576
|
...d
|