@insforge/react 0.7.9 → 0.7.10
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/components.cjs +1 -1
- package/dist/components.cjs.map +1 -1
- package/dist/components.js +1 -1
- package/dist/components.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3243,7 +3243,7 @@ var UserButtonMenuItemIcon = styled__default.default.div`
|
|
|
3243
3243
|
height: 100%;
|
|
3244
3244
|
}
|
|
3245
3245
|
`;
|
|
3246
|
-
function UserButton({ afterSignOutUrl = "/", mode = "
|
|
3246
|
+
function UserButton({ afterSignOutUrl = "/", mode = "simple" }) {
|
|
3247
3247
|
const { user } = useInsforge();
|
|
3248
3248
|
const [isOpen, setIsOpen] = react.useState(false);
|
|
3249
3249
|
const [imageError, setImageError] = react.useState(false);
|