@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/index.js CHANGED
@@ -3236,7 +3236,7 @@ var UserButtonMenuItemIcon = styled.div`
3236
3236
  height: 100%;
3237
3237
  }
3238
3238
  `;
3239
- function UserButton({ afterSignOutUrl = "/", mode = "detailed" }) {
3239
+ function UserButton({ afterSignOutUrl = "/", mode = "simple" }) {
3240
3240
  const { user } = useInsforge();
3241
3241
  const [isOpen, setIsOpen] = useState(false);
3242
3242
  const [imageError, setImageError] = useState(false);