@riligar/auth-react 1.18.0 → 1.19.0
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/index.esm.js +3 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2102,6 +2102,8 @@ function UserProfile({
|
|
|
2102
2102
|
maxAvatarSize = 500 * 1024,
|
|
2103
2103
|
// 500KB
|
|
2104
2104
|
|
|
2105
|
+
// Custom sections (React nodes to render after built-in sections)
|
|
2106
|
+
customSections,
|
|
2105
2107
|
...containerProps
|
|
2106
2108
|
}) {
|
|
2107
2109
|
// Local state - which section is expanded
|
|
@@ -2954,7 +2956,7 @@ function UserProfile({
|
|
|
2954
2956
|
})]
|
|
2955
2957
|
})]
|
|
2956
2958
|
})]
|
|
2957
|
-
})]
|
|
2959
|
+
}), customSections]
|
|
2958
2960
|
});
|
|
2959
2961
|
|
|
2960
2962
|
// Renderizar como Modal
|