@insforge/react 0.6.9 → 0.6.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.
@@ -171,6 +171,8 @@ interface UserButtonProps {
171
171
  }
172
172
  /**
173
173
  * User profile button with dropdown menu and sign-out functionality.
174
+ *
175
+ * Styles are powered by Emotion CSS-in-JS to prevent FOUC in SSR environments.
174
176
  */
175
177
  declare function UserButton({ afterSignOutUrl, mode }: UserButtonProps): react_jsx_runtime.JSX.Element | null;
176
178
 
@@ -171,6 +171,8 @@ interface UserButtonProps {
171
171
  }
172
172
  /**
173
173
  * User profile button with dropdown menu and sign-out functionality.
174
+ *
175
+ * Styles are powered by Emotion CSS-in-JS to prevent FOUC in SSR environments.
174
176
  */
175
177
  declare function UserButton({ afterSignOutUrl, mode }: UserButtonProps): react_jsx_runtime.JSX.Element | null;
176
178