@insforge/react 1.0.0 → 1.0.2-dev.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.
@@ -2570,6 +2570,8 @@ var VerificationCodeInput = styled.input`
2570
2570
  font-weight: ${theme.fontWeight.semibold};
2571
2571
  border: 1px solid ${theme.colors.border};
2572
2572
  border-radius: ${theme.radius.sm};
2573
+ background-color: ${theme.colors.bgWhite};
2574
+ color: ${theme.colors.text};
2573
2575
  transition: border-color ${theme.transition.base};
2574
2576
  font-family: ${theme.fontFamily.manrope};
2575
2577
 
@@ -4786,18 +4788,10 @@ function UserButton({ afterSignOutUrl = "/", mode = "simple" }) {
4786
4788
  ]
4787
4789
  }
4788
4790
  ),
4789
- isOpen && /* @__PURE__ */ jsxRuntime.jsx(
4790
- UserButtonMenu,
4791
- {
4792
- ref: menuRef,
4793
- $openUpward: openUpward,
4794
- $horizontalOffset: horizontalOffset,
4795
- children: /* @__PURE__ */ jsxRuntime.jsx(SignOutButton, { afterSignOutUrl, children: /* @__PURE__ */ jsxRuntime.jsxs(UserButtonMenuItem, { $signout: true, onClick: () => setIsOpen(false), children: [
4796
- /* @__PURE__ */ jsxRuntime.jsx(UserButtonMenuItemIcon, { children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.LogOut, {}) }),
4797
- "Sign out"
4798
- ] }) })
4799
- }
4800
- )
4791
+ isOpen && /* @__PURE__ */ jsxRuntime.jsx(UserButtonMenu, { ref: menuRef, $openUpward: openUpward, $horizontalOffset: horizontalOffset, children: /* @__PURE__ */ jsxRuntime.jsx(SignOutButton, { afterSignOutUrl, children: /* @__PURE__ */ jsxRuntime.jsxs(UserButtonMenuItem, { $signout: true, onClick: () => setIsOpen(false), children: [
4792
+ /* @__PURE__ */ jsxRuntime.jsx(UserButtonMenuItemIcon, { children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.LogOut, {}) }),
4793
+ "Sign out"
4794
+ ] }) }) })
4801
4795
  ] });
4802
4796
  }
4803
4797
  function Protect({