@abdellatifui/react 3.2.73 → 3.2.74
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
|
@@ -20924,8 +20924,9 @@ const uk = ye((e, n) => {
|
|
|
20924
20924
|
"div",
|
|
20925
20925
|
{
|
|
20926
20926
|
ref: l,
|
|
20927
|
+
"data-width": p,
|
|
20927
20928
|
className: "absolute left-0 opacity-0 transition-opacity duration-300 ease-linear",
|
|
20928
|
-
style: { width: p -
|
|
20929
|
+
style: { width: p - 60, marginTop: m },
|
|
20929
20930
|
children: s?.expanded && d(s) || null
|
|
20930
20931
|
}
|
|
20931
20932
|
);
|