@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.js
CHANGED
|
@@ -2105,6 +2105,8 @@ function UserProfile({
|
|
|
2105
2105
|
maxAvatarSize = 500 * 1024,
|
|
2106
2106
|
// 500KB
|
|
2107
2107
|
|
|
2108
|
+
// Custom sections (React nodes to render after built-in sections)
|
|
2109
|
+
customSections,
|
|
2108
2110
|
...containerProps
|
|
2109
2111
|
}) {
|
|
2110
2112
|
// Local state - which section is expanded
|
|
@@ -2957,7 +2959,7 @@ function UserProfile({
|
|
|
2957
2959
|
})]
|
|
2958
2960
|
})]
|
|
2959
2961
|
})]
|
|
2960
|
-
})]
|
|
2962
|
+
}), customSections]
|
|
2961
2963
|
});
|
|
2962
2964
|
|
|
2963
2965
|
// Renderizar como Modal
|