@chainberry/ui-components 1.0.45 → 1.0.47
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 +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +19461 -19621
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2552,7 +2552,7 @@ export declare function UserMenu({ name, avatarSrc, navMode, onNavModeChange, he
|
|
|
2552
2552
|
/** current app-header version — V1 (no search) or V2 (search) */
|
|
2553
2553
|
headerMode?: HeaderMode;
|
|
2554
2554
|
onHeaderModeChange?: (mode: HeaderMode) => void;
|
|
2555
|
-
/** "minimal" drops every prototype switch, leaving Account information ·
|
|
2555
|
+
/** "minimal" drops every prototype switch, leaving Account information · Sign out */
|
|
2556
2556
|
variant?: UserMenuVariant;
|
|
2557
2557
|
onAccount?: () => void;
|
|
2558
2558
|
/** navigate to a route id — powers the auth-screen previews */
|
|
@@ -2571,7 +2571,7 @@ export declare function UserMenu({ name, avatarSrc, navMode, onNavModeChange, he
|
|
|
2571
2571
|
}): JSX.Element;
|
|
2572
2572
|
|
|
2573
2573
|
/** Which items the menu carries — the full prototype menu with all the demo
|
|
2574
|
-
switches, or the short production-shaped list (Account information ·
|
|
2574
|
+
switches, or the short production-shaped list (Account information · Sign out). */
|
|
2575
2575
|
declare type UserMenuVariant = "full" | "minimal";
|
|
2576
2576
|
|
|
2577
2577
|
export declare function UserRowActions({ label, onAction, hideEdit, hideDelete, }: {
|