@abdellatifui/react 3.2.97 → 3.2.100
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 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -21035,7 +21035,12 @@ const uk = ye((e, n) => {
|
|
|
21035
21035
|
{
|
|
21036
21036
|
ref: l,
|
|
21037
21037
|
"data-width": f.width,
|
|
21038
|
-
|
|
21038
|
+
"data-expanded": s?.expanded?.toString?.(),
|
|
21039
|
+
"data-row-index": o,
|
|
21040
|
+
className: L(
|
|
21041
|
+
"absolute left-0 opacity-0 transition-opacity duration-300 ease-linear",
|
|
21042
|
+
s?.expanded && "h-full"
|
|
21043
|
+
),
|
|
21039
21044
|
style: { width: f.width, marginTop: p },
|
|
21040
21045
|
children: s?.expanded && g(s) || null
|
|
21041
21046
|
}
|