@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.
@@ -2660,7 +2660,7 @@ var UserButtonMenuItemIcon = styled__default.default.div`
2660
2660
  height: 100%;
2661
2661
  }
2662
2662
  `;
2663
- function UserButton({ afterSignOutUrl = "/", mode = "detailed" }) {
2663
+ function UserButton({ afterSignOutUrl = "/", mode = "simple" }) {
2664
2664
  const { user } = useInsforge();
2665
2665
  const [isOpen, setIsOpen] = react.useState(false);
2666
2666
  const [imageError, setImageError] = react.useState(false);