@insforge/react 0.7.8 → 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/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 = "detailed" }) {
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);