@abdellatifui/react 3.2.72 → 3.2.73
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 +1 -1
- package/package.json +1 -1
package/dist/nextgen.js
CHANGED
|
@@ -20925,7 +20925,7 @@ const uk = ye((e, n) => {
|
|
|
20925
20925
|
{
|
|
20926
20926
|
ref: l,
|
|
20927
20927
|
className: "absolute left-0 opacity-0 transition-opacity duration-300 ease-linear",
|
|
20928
|
-
style: { width: p -
|
|
20928
|
+
style: { width: p - 30, marginTop: m },
|
|
20929
20929
|
children: s?.expanded && d(s) || null
|
|
20930
20930
|
}
|
|
20931
20931
|
);
|