@skunkworksai/ui-kit 0.1.23 → 0.1.25-a
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 +34 -34
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14469 -14225
- package/dist/index.js.map +1 -1
- package/dist/types/assets/icons/DashboardActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/DashboardIcon.d.ts +1 -1
- package/dist/types/assets/icons/DevicesActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/DevicesIcon.d.ts +1 -1
- package/dist/types/assets/icons/InstallerActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/InstallerIcon.d.ts +1 -1
- package/dist/types/assets/icons/ManifestActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/ManifestIcon.d.ts +1 -1
- package/dist/types/assets/icons/SensorActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/SensorIcon.d.ts +1 -1
- package/dist/types/assets/icons/SiteActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/SiteIcon.d.ts +1 -1
- package/dist/types/assets/icons/XrayActiveIcon.d.ts +1 -1
- package/dist/types/assets/icons/XrayIcon.d.ts +1 -1
- package/dist/types/assets/logos/DarkLogo.d.ts +1 -1
- package/dist/types/assets/logos/DarkSymbol.d.ts +1 -1
- package/dist/types/assets/logos/PrimaryLogo.d.ts +1 -1
- package/dist/types/assets/logos/PrimarySymbol.d.ts +1 -1
- package/dist/types/assets/logos/WhiteLogo.d.ts +1 -1
- package/dist/types/assets/logos/WhiteSymbol.d.ts +1 -1
- package/dist/types/components/blocks/AppBentoMenu.d.ts +2 -2
- package/dist/types/components/blocks/AppDashboard.d.ts +9 -3
- package/dist/types/components/blocks/AppHeader.d.ts +6 -6
- package/dist/types/components/blocks/AppLocationTreeFilter.d.ts +1 -1
- package/dist/types/components/blocks/AppNotificationsMenu.d.ts +1 -1
- package/dist/types/components/blocks/AppPageTitle.d.ts +1 -1
- package/dist/types/components/blocks/AppProfile.d.ts +1 -1
- package/dist/types/components/blocks/AppWizardStepper.d.ts +61 -0
- package/dist/types/components/blocks/TableManager.d.ts +36 -14
- package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundDots.d.ts +1 -1
- package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundWave.d.ts +1 -1
- package/dist/types/components/blocks/backgrounds/types.d.ts +2 -0
- package/dist/types/components/blocks/index.d.ts +1 -0
- package/dist/types/components/primitives/AppAccordion.d.ts +4 -4
- package/dist/types/components/primitives/AppAlert.d.ts +1 -1
- package/dist/types/components/primitives/AppAlertDialog.d.ts +2 -2
- package/dist/types/components/primitives/AppAspectRatio.d.ts +1 -1
- package/dist/types/components/primitives/AppAvatar.d.ts +3 -3
- package/dist/types/components/primitives/AppBadge.d.ts +1 -1
- package/dist/types/components/primitives/AppBreadcrumb.d.ts +7 -7
- package/dist/types/components/primitives/AppButton.d.ts +1 -1
- package/dist/types/components/primitives/AppButtonGroup.d.ts +1 -1
- package/dist/types/components/primitives/AppCalendar.d.ts +1 -1
- package/dist/types/components/primitives/AppCard.d.ts +7 -7
- package/dist/types/components/primitives/AppCarousel.d.ts +5 -5
- package/dist/types/components/primitives/AppChart.d.ts +3 -3
- package/dist/types/components/primitives/AppCheckbox.d.ts +1 -1
- package/dist/types/components/primitives/AppCollapsible.d.ts +1 -1
- package/dist/types/components/primitives/AppCombobox.d.ts +7 -7
- package/dist/types/components/primitives/AppCommand.d.ts +9 -9
- package/dist/types/components/primitives/AppContextMenu.d.ts +7 -7
- package/dist/types/components/primitives/AppDataTable.d.ts +2 -1
- package/dist/types/components/primitives/AppDatePicker.d.ts +2 -1
- package/dist/types/components/primitives/AppDialog.d.ts +6 -6
- package/dist/types/components/primitives/AppDrawer.d.ts +3 -3
- package/dist/types/components/primitives/AppDropdownMenu.d.ts +10 -10
- package/dist/types/components/primitives/AppEmpty.d.ts +6 -6
- package/dist/types/components/primitives/AppField.d.ts +10 -10
- package/dist/types/components/primitives/AppForm.d.ts +2 -2
- package/dist/types/components/primitives/AppHoverCard.d.ts +3 -3
- package/dist/types/components/primitives/AppInput.d.ts +10 -1
- package/dist/types/components/primitives/AppKbd.d.ts +2 -2
- package/dist/types/components/primitives/AppLabel.d.ts +1 -1
- package/dist/types/components/primitives/AppMenubar.d.ts +6 -6
- package/dist/types/components/primitives/AppNavigationMenu.d.ts +8 -8
- package/dist/types/components/primitives/AppPagination.d.ts +7 -7
- package/dist/types/components/primitives/AppPopover.d.ts +3 -3
- package/dist/types/components/primitives/AppProgress.d.ts +1 -1
- package/dist/types/components/primitives/AppRadioGroup.d.ts +2 -2
- package/dist/types/components/primitives/AppScrollArea.d.ts +2 -2
- package/dist/types/components/primitives/AppSelect.d.ts +7 -7
- package/dist/types/components/primitives/AppSeparator.d.ts +1 -1
- package/dist/types/components/primitives/AppSheet.d.ts +6 -6
- package/dist/types/components/primitives/AppSidebar.d.ts +24 -24
- package/dist/types/components/primitives/AppSkeleton.d.ts +1 -1
- package/dist/types/components/primitives/AppSwitch.d.ts +1 -1
- package/dist/types/components/primitives/AppTable.d.ts +8 -8
- package/dist/types/components/primitives/AppTabs.d.ts +4 -4
- package/dist/types/components/primitives/AppTextarea.d.ts +7 -1
- package/dist/types/components/primitives/AppThemeProvider.d.ts +2 -2
- package/dist/types/components/primitives/AppToaster.d.ts +1 -1
- package/dist/types/components/primitives/AppToggle.d.ts +1 -1
- package/dist/types/components/primitives/AppTooltip.d.ts +4 -4
- package/dist/types/components/primitives/AppTypography.d.ts +1 -1
- package/dist/types/components/ui/alert-dialog.d.ts +2 -2
- package/dist/types/components/ui/badge.d.ts +1 -1
- package/dist/types/components/ui/breadcrumb.d.ts +2 -2
- package/dist/types/components/ui/button.d.ts +5 -2
- package/dist/types/components/ui/calendar.d.ts +1 -1
- package/dist/types/components/ui/card.d.ts +7 -7
- package/dist/types/components/ui/carousel.d.ts +5 -5
- package/dist/types/components/ui/chart.d.ts +4 -4
- package/dist/types/components/ui/combobox.d.ts +7 -7
- package/dist/types/components/ui/command.d.ts +9 -9
- package/dist/types/components/ui/context-menu.d.ts +1 -1
- package/dist/types/components/ui/dialog.d.ts +2 -2
- package/dist/types/components/ui/drawer.d.ts +2 -2
- package/dist/types/components/ui/dropdown-menu.d.ts +1 -1
- package/dist/types/components/ui/form.d.ts +2 -2
- package/dist/types/components/ui/input.d.ts +1 -1
- package/dist/types/components/ui/label.d.ts +1 -1
- package/dist/types/components/ui/menubar.d.ts +16 -16
- package/dist/types/components/ui/pagination.d.ts +5 -5
- package/dist/types/components/ui/scroll-text.d.ts +1 -1
- package/dist/types/components/ui/sheet.d.ts +2 -2
- package/dist/types/components/ui/sidebar.d.ts +23 -23
- package/dist/types/components/ui/skeleton.d.ts +1 -1
- package/dist/types/components/ui/sonner.d.ts +1 -1
- package/dist/types/hooks/use-page-title.d.ts +10 -1
- package/dist/ui-kit.css +1 -1
- package/package.json +9 -9
- package/rules/dashboard.md +40 -0
- package/rules/header.md +3 -1
- package/rules/sidebar.md +21 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function DashboardActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function DashboardActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function DashboardIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function DashboardIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function DevicesActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function DevicesActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function DevicesIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function DevicesIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function InstallerActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function InstallerActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function InstallerIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function InstallerIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function ManifestActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function ManifestActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function ManifestIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function ManifestIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function SensorActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function SensorActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function SensorIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function SensorIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function SiteActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function SiteActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function SiteIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function SiteIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function XrayActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function XrayActiveIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function XrayIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function XrayIcon({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function DarkLogo({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function DarkLogo({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function DarkSymbol({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function DarkSymbol({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function PrimaryLogo({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function PrimaryLogo({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function PrimarySymbol({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function PrimarySymbol({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function WhiteLogo({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function WhiteLogo({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SVGProps } from "react";
|
|
2
|
-
export declare function WhiteSymbol({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react
|
|
2
|
+
export declare function WhiteSymbol({ width, height, ...props }: SVGProps<SVGSVGElement>): import("react").JSX.Element;
|
|
@@ -12,7 +12,7 @@ export type AppBentoMenuItemProps = {
|
|
|
12
12
|
app: BentoApp;
|
|
13
13
|
className?: string;
|
|
14
14
|
};
|
|
15
|
-
declare function AppBentoMenuItem({ app, className }: AppBentoMenuItemProps):
|
|
15
|
+
declare function AppBentoMenuItem({ app, className }: AppBentoMenuItemProps): React.JSX.Element;
|
|
16
16
|
declare namespace AppBentoMenuItem {
|
|
17
17
|
var displayName: string;
|
|
18
18
|
}
|
|
@@ -24,7 +24,7 @@ export type AppBentoMenuProps = {
|
|
|
24
24
|
children?: React.ReactNode;
|
|
25
25
|
className?: string;
|
|
26
26
|
};
|
|
27
|
-
declare function AppBentoMenu({ apps, cols, children, className, }: AppBentoMenuProps):
|
|
27
|
+
declare function AppBentoMenu({ apps, cols, children, className, }: AppBentoMenuProps): React.JSX.Element;
|
|
28
28
|
declare namespace AppBentoMenu {
|
|
29
29
|
var displayName: string;
|
|
30
30
|
}
|
|
@@ -6,7 +6,7 @@ import { type AppSidebarBrandProps } from "../primitives/AppSidebar";
|
|
|
6
6
|
* AppDashboardContent — The main column next to the sidebar.
|
|
7
7
|
* Internal layout primitive — used by AppDashboard, not by agents.
|
|
8
8
|
*/
|
|
9
|
-
declare function AppDashboardContent({ className, ...props }: React.HTMLAttributes<HTMLDivElement>):
|
|
9
|
+
declare function AppDashboardContent({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
10
10
|
declare namespace AppDashboardContent {
|
|
11
11
|
var displayName: string;
|
|
12
12
|
}
|
|
@@ -14,7 +14,7 @@ declare namespace AppDashboardContent {
|
|
|
14
14
|
* AppDashboardMain — The primary content area with a rounded top-left corner.
|
|
15
15
|
* Internal layout primitive — used by AppDashboard, not by agents.
|
|
16
16
|
*/
|
|
17
|
-
declare function AppDashboardMain({ className, ...props }: React.HTMLAttributes<HTMLElement>):
|
|
17
|
+
declare function AppDashboardMain({ className, ...props }: React.HTMLAttributes<HTMLElement>): React.JSX.Element;
|
|
18
18
|
declare namespace AppDashboardMain {
|
|
19
19
|
var displayName: string;
|
|
20
20
|
}
|
|
@@ -111,10 +111,16 @@ export type AppDashboardProps = {
|
|
|
111
111
|
* Defaults to WhiteLogo / WhiteSymbol when omitted.
|
|
112
112
|
*/
|
|
113
113
|
brand?: Omit<AppSidebarBrandProps, "className">;
|
|
114
|
+
/**
|
|
115
|
+
* Content rendered at the bottom of the sidebar, inside AppSidebarFooter.
|
|
116
|
+
* Consumer owns the markup — pass any ReactNode (card, user info, wallet widget, etc.).
|
|
117
|
+
* Omit to render no footer.
|
|
118
|
+
*/
|
|
119
|
+
sidebarFooter?: React.ReactNode;
|
|
114
120
|
/** Page content rendered inside the main area. */
|
|
115
121
|
children: React.ReactNode;
|
|
116
122
|
};
|
|
117
|
-
declare function AppDashboard({ nav: navProp, header, brand, sidebarWidth, headerHeight, mainClassName, backgroundTheme, animated, background, pageTitle, children, }: AppDashboardProps):
|
|
123
|
+
declare function AppDashboard({ nav: navProp, header, brand, sidebarWidth, headerHeight, mainClassName, backgroundTheme, animated, background, pageTitle, sidebarFooter, children, }: AppDashboardProps): React.JSX.Element;
|
|
118
124
|
declare namespace AppDashboard {
|
|
119
125
|
var displayName: string;
|
|
120
126
|
}
|
|
@@ -7,7 +7,7 @@ import { type AppProfileUser } from "./AppProfile";
|
|
|
7
7
|
* Handles horizontal padding and gap between children.
|
|
8
8
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
9
9
|
*/
|
|
10
|
-
declare function AppHeaderContent({ className, ...props }: React.HTMLAttributes<HTMLDivElement>):
|
|
10
|
+
declare function AppHeaderContent({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
11
11
|
declare namespace AppHeaderContent {
|
|
12
12
|
var displayName: string;
|
|
13
13
|
}
|
|
@@ -15,7 +15,7 @@ declare namespace AppHeaderContent {
|
|
|
15
15
|
* AppHeaderTitle — Optional page or section label inside AppHeader.
|
|
16
16
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
17
17
|
*/
|
|
18
|
-
declare function AppHeaderTitle({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>):
|
|
18
|
+
declare function AppHeaderTitle({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
|
|
19
19
|
declare namespace AppHeaderTitle {
|
|
20
20
|
var displayName: string;
|
|
21
21
|
}
|
|
@@ -23,7 +23,7 @@ declare namespace AppHeaderTitle {
|
|
|
23
23
|
* AppHeaderSearchbar — Flex-1 layout slot for search input groups.
|
|
24
24
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
25
25
|
*/
|
|
26
|
-
declare function AppHeaderSearchbar({ className, ...props }: React.HTMLAttributes<HTMLDivElement>):
|
|
26
|
+
declare function AppHeaderSearchbar({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
27
27
|
declare namespace AppHeaderSearchbar {
|
|
28
28
|
var displayName: string;
|
|
29
29
|
}
|
|
@@ -31,7 +31,7 @@ declare namespace AppHeaderSearchbar {
|
|
|
31
31
|
* AppHeaderActions — Right-side slot for header controls.
|
|
32
32
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
33
33
|
*/
|
|
34
|
-
declare function AppHeaderActions({ className, ...props }: React.HTMLAttributes<HTMLDivElement>):
|
|
34
|
+
declare function AppHeaderActions({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
35
35
|
declare namespace AppHeaderActions {
|
|
36
36
|
var displayName: string;
|
|
37
37
|
}
|
|
@@ -51,7 +51,7 @@ export type AppHeaderNetworkComboboxProps = {
|
|
|
51
51
|
*
|
|
52
52
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
53
53
|
*/
|
|
54
|
-
declare function AppHeaderNetworkCombobox({ networks, value: valueProp, onValueChange, }: AppHeaderNetworkComboboxProps):
|
|
54
|
+
declare function AppHeaderNetworkCombobox({ networks, value: valueProp, onValueChange, }: AppHeaderNetworkComboboxProps): React.JSX.Element;
|
|
55
55
|
declare namespace AppHeaderNetworkCombobox {
|
|
56
56
|
var displayName: string;
|
|
57
57
|
}
|
|
@@ -191,7 +191,7 @@ export type AppHeaderProps = React.HTMLAttributes<HTMLElement> & {
|
|
|
191
191
|
*
|
|
192
192
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
193
193
|
*/
|
|
194
|
-
declare function AppHeader({ className, searchbar, actions, avatar, networkSelect, networks, currentNetwork, onNetworkChange, showThemeToggle, showBento, bentoApps, bentoCols, showNotifications, notifications, notificationsTotal, onShowMoreNotifications, onMarkAllNotificationsRead, notificationsMenu, profile, onSettings, onAdministrator, onLogout, profileMenu, ...props }: AppHeaderProps):
|
|
194
|
+
declare function AppHeader({ className, searchbar, actions, avatar, networkSelect, networks, currentNetwork, onNetworkChange, showThemeToggle, showBento, bentoApps, bentoCols, showNotifications, notifications, notificationsTotal, onShowMoreNotifications, onMarkAllNotificationsRead, notificationsMenu, profile, onSettings, onAdministrator, onLogout, profileMenu, ...props }: AppHeaderProps): React.JSX.Element;
|
|
195
195
|
declare namespace AppHeader {
|
|
196
196
|
var displayName: string;
|
|
197
197
|
}
|
|
@@ -41,4 +41,4 @@ export type AppLocationTreeFilterProps = {
|
|
|
41
41
|
/** Extra classes on the root container */
|
|
42
42
|
className?: string;
|
|
43
43
|
};
|
|
44
|
-
export declare function AppLocationTreeFilter({ data, title, showHelp, searchPlaceholder, unallocated, selected, onSelect, className, }: AppLocationTreeFilterProps): import("react
|
|
44
|
+
export declare function AppLocationTreeFilter({ data, title, showHelp, searchPlaceholder, unallocated, selected, onSelect, className, }: AppLocationTreeFilterProps): import("react").JSX.Element;
|
|
@@ -43,7 +43,7 @@ export type AppNotificationsMenuProps = {
|
|
|
43
43
|
*
|
|
44
44
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
45
45
|
*/
|
|
46
|
-
declare function AppNotificationsMenu({ notifications, totalCount, pageSize, onShowMore, onMarkAllAsRead, open, onOpenChange, trigger, className, }: AppNotificationsMenuProps):
|
|
46
|
+
declare function AppNotificationsMenu({ notifications, totalCount, pageSize, onShowMore, onMarkAllAsRead, open, onOpenChange, trigger, className, }: AppNotificationsMenuProps): React.JSX.Element;
|
|
47
47
|
declare namespace AppNotificationsMenu {
|
|
48
48
|
var displayName: string;
|
|
49
49
|
}
|
|
@@ -79,7 +79,7 @@ export type AppPageTitleProps = {
|
|
|
79
79
|
*
|
|
80
80
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
81
81
|
*/
|
|
82
|
-
declare function AppPageTitle({ title, subtitle, breadcrumbs, actions, icon, titleColor, hidden, className, }: AppPageTitleProps):
|
|
82
|
+
declare function AppPageTitle({ title, subtitle, breadcrumbs, actions, icon, titleColor, hidden, className, }: AppPageTitleProps): React.JSX.Element | null;
|
|
83
83
|
declare namespace AppPageTitle {
|
|
84
84
|
var displayName: string;
|
|
85
85
|
}
|
|
@@ -46,7 +46,7 @@ export type AppProfileProps = {
|
|
|
46
46
|
*
|
|
47
47
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
48
48
|
*/
|
|
49
|
-
declare function AppProfile({ user, items, onSettings, onAdministrator, onLogout, open, onOpenChange, trigger, className, }: AppProfileProps):
|
|
49
|
+
declare function AppProfile({ user, items, onSettings, onAdministrator, onLogout, open, onOpenChange, trigger, className, }: AppProfileProps): React.JSX.Element;
|
|
50
50
|
declare namespace AppProfile {
|
|
51
51
|
var displayName: string;
|
|
52
52
|
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export type AppWizardStep = {
|
|
3
|
+
/** Stable id used for keys and click handlers. */
|
|
4
|
+
id: string;
|
|
5
|
+
/** Step label shown beside or below the indicator. */
|
|
6
|
+
label: string;
|
|
7
|
+
/** Optional sub-label shown under the main label. */
|
|
8
|
+
description?: string;
|
|
9
|
+
};
|
|
10
|
+
export type AppWizardStepperProps = {
|
|
11
|
+
steps: AppWizardStep[];
|
|
12
|
+
/** Index of active step (0-based). Steps before activeIndex are completed. */
|
|
13
|
+
activeIndex: number;
|
|
14
|
+
/** Orientation. @default "horizontal" */
|
|
15
|
+
orientation?: "horizontal" | "vertical";
|
|
16
|
+
/**
|
|
17
|
+
* Fires when a completed or active step indicator is clicked.
|
|
18
|
+
* Upcoming steps are not interactive.
|
|
19
|
+
*/
|
|
20
|
+
onStepClick?: (step: AppWizardStep, index: number) => void;
|
|
21
|
+
/**
|
|
22
|
+
* Hide labels (icon-only mode).
|
|
23
|
+
* - `undefined` (default): hidden below `md`, visible on `md+` (CSS-only, SR-visible on mobile).
|
|
24
|
+
* - `true`: always hidden (SR-only).
|
|
25
|
+
* - `false`: always visible.
|
|
26
|
+
*/
|
|
27
|
+
hideLabels?: boolean;
|
|
28
|
+
className?: string;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* AppWizardStepper — Multi-step progress indicator for wizard flows.
|
|
32
|
+
*
|
|
33
|
+
* Steps before `activeIndex` are completed (filled with check icon).
|
|
34
|
+
* The step at `activeIndex` is active (outlined with primary ring).
|
|
35
|
+
* Steps after are upcoming (muted).
|
|
36
|
+
*
|
|
37
|
+
* @example Horizontal (default)
|
|
38
|
+
* ```tsx
|
|
39
|
+
* const STEPS = [
|
|
40
|
+
* { id: "details", label: "Details" },
|
|
41
|
+
* { id: "review", label: "Review" },
|
|
42
|
+
* { id: "confirm", label: "Confirm" },
|
|
43
|
+
* ]
|
|
44
|
+
*
|
|
45
|
+
* <AppWizardStepper
|
|
46
|
+
* steps={STEPS}
|
|
47
|
+
* activeIndex={1}
|
|
48
|
+
* onStepClick={(step, i) => setActiveIndex(i)}
|
|
49
|
+
* />
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @note Upcoming steps are never clickable. Forward navigation must be gated by parent.
|
|
53
|
+
* @note Labels hidden below `md` by default (CSS-only; screen-reader visible on all sizes).
|
|
54
|
+
* Pass `hideLabels={false}` to show labels at all breakpoints.
|
|
55
|
+
* @note Memoize `steps` and `onStepClick` to avoid unnecessary re-renders.
|
|
56
|
+
*/
|
|
57
|
+
declare function AppWizardStepper({ steps, activeIndex, orientation, onStepClick, hideLabels, className, }: AppWizardStepperProps): React.JSX.Element;
|
|
58
|
+
declare namespace AppWizardStepper {
|
|
59
|
+
var displayName: string;
|
|
60
|
+
}
|
|
61
|
+
export { AppWizardStepper };
|
|
@@ -61,30 +61,52 @@ export type TableManagerProps<T extends {
|
|
|
61
61
|
*/
|
|
62
62
|
declare function TableManager<T extends {
|
|
63
63
|
id: string | number;
|
|
64
|
-
}>({ columns, data, totalCount, loading, defaultRowsPerPage, defaultVisibleColumns, defaultFilters, onSearchChange, onFilterChange, onDateRangeChange, onPageChange, onRowsPerPageChange, onSelectionChange, children, }: TableManagerProps<T>):
|
|
64
|
+
}>({ columns, data, totalCount, loading, defaultRowsPerPage, defaultVisibleColumns, defaultFilters, onSearchChange, onFilterChange, onDateRangeChange, onPageChange, onRowsPerPageChange, onSelectionChange, children, }: TableManagerProps<T>): React.JSX.Element;
|
|
65
65
|
declare namespace TableManager {
|
|
66
66
|
var displayName: string;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* TableManagerToolbar — Flex container for the search input and toolbar actions.
|
|
70
|
+
*
|
|
71
|
+
* @prop layout
|
|
72
|
+
* - "wrap" (default): flex-wrap, multi-row on narrow viewports. Back-compat.
|
|
73
|
+
* - "inline": responsive single-row layout. Mobile: search row 1, actions row 2.
|
|
74
|
+
* Desktop (md+): search + actions on one row with justify-between.
|
|
75
|
+
* Pair with `<TableManagerSearch wrapperClassName="w-full md:w-64" />` so search
|
|
76
|
+
* does not stretch full-width on desktop.
|
|
77
|
+
*
|
|
70
78
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
71
79
|
*/
|
|
72
|
-
declare function TableManagerToolbar({ className, children, }: {
|
|
80
|
+
declare function TableManagerToolbar({ className, layout, children, }: {
|
|
73
81
|
className?: string;
|
|
82
|
+
/**
|
|
83
|
+
* Layout mode.
|
|
84
|
+
* - "wrap" (default): flex-wrap, multi-row. Back-compat.
|
|
85
|
+
* - "inline": single row on md+, stacked on mobile. Use when search + actions + pagination coexist.
|
|
86
|
+
*/
|
|
87
|
+
layout?: "wrap" | "inline";
|
|
74
88
|
children: React.ReactNode;
|
|
75
|
-
}):
|
|
89
|
+
}): React.JSX.Element;
|
|
76
90
|
declare namespace TableManagerToolbar {
|
|
77
91
|
var displayName: string;
|
|
78
92
|
}
|
|
79
93
|
/**
|
|
80
94
|
* TableManagerSearch — Search input that fires onSearchChange (debounced 300ms).
|
|
95
|
+
*
|
|
96
|
+
* @prop wrapperClassName - Forwarded to `AppInput.wrapperClassName`. Controls the outer wrapper
|
|
97
|
+
* width. Default `w-64`. Override with `wrapperClassName="w-auto"` for intrinsic width or
|
|
98
|
+
* `wrapperClassName="flex-1"` to fill remaining row space inside an inline toolbar.
|
|
99
|
+
* Mobile-first example: `wrapperClassName="w-full md:w-64"`.
|
|
100
|
+
* @prop className - Applied to the inner `<input>` element (not the wrapper).
|
|
101
|
+
*
|
|
81
102
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
82
103
|
*/
|
|
83
|
-
declare function TableManagerSearch({ placeholder, debounceMs, className, }: {
|
|
104
|
+
declare function TableManagerSearch({ placeholder, debounceMs, className, wrapperClassName, }: {
|
|
84
105
|
placeholder?: string;
|
|
85
106
|
debounceMs?: number;
|
|
86
107
|
className?: string;
|
|
87
|
-
|
|
108
|
+
wrapperClassName?: string;
|
|
109
|
+
}): React.JSX.Element;
|
|
88
110
|
declare namespace TableManagerSearch {
|
|
89
111
|
var displayName: string;
|
|
90
112
|
}
|
|
@@ -95,7 +117,7 @@ declare namespace TableManagerSearch {
|
|
|
95
117
|
declare function TableManagerToolbarActions({ className, children, }: {
|
|
96
118
|
className?: string;
|
|
97
119
|
children: React.ReactNode;
|
|
98
|
-
}):
|
|
120
|
+
}): React.JSX.Element;
|
|
99
121
|
declare namespace TableManagerToolbarActions {
|
|
100
122
|
var displayName: string;
|
|
101
123
|
}
|
|
@@ -111,7 +133,7 @@ declare function TableManagerMultiFilter({ name, label, icon, options, searchPla
|
|
|
111
133
|
options: TableManagerFilterOption[];
|
|
112
134
|
searchPlaceholder?: string;
|
|
113
135
|
className?: string;
|
|
114
|
-
}):
|
|
136
|
+
}): React.JSX.Element;
|
|
115
137
|
declare namespace TableManagerMultiFilter {
|
|
116
138
|
var displayName: string;
|
|
117
139
|
}
|
|
@@ -122,7 +144,7 @@ declare namespace TableManagerMultiFilter {
|
|
|
122
144
|
declare function TableManagerDateRange({ placeholder, className, }: {
|
|
123
145
|
placeholder?: string;
|
|
124
146
|
className?: string;
|
|
125
|
-
}):
|
|
147
|
+
}): React.JSX.Element;
|
|
126
148
|
declare namespace TableManagerDateRange {
|
|
127
149
|
var displayName: string;
|
|
128
150
|
}
|
|
@@ -133,7 +155,7 @@ declare namespace TableManagerDateRange {
|
|
|
133
155
|
declare function TableManagerRowsPerPage({ options, className, }: {
|
|
134
156
|
options?: number[];
|
|
135
157
|
className?: string;
|
|
136
|
-
}):
|
|
158
|
+
}): React.JSX.Element;
|
|
137
159
|
declare namespace TableManagerRowsPerPage {
|
|
138
160
|
var displayName: string;
|
|
139
161
|
}
|
|
@@ -143,7 +165,7 @@ declare namespace TableManagerRowsPerPage {
|
|
|
143
165
|
*/
|
|
144
166
|
declare function TableManagerPagination({ className }: {
|
|
145
167
|
className?: string;
|
|
146
|
-
}):
|
|
168
|
+
}): React.JSX.Element;
|
|
147
169
|
declare namespace TableManagerPagination {
|
|
148
170
|
var displayName: string;
|
|
149
171
|
}
|
|
@@ -154,7 +176,7 @@ declare namespace TableManagerPagination {
|
|
|
154
176
|
*/
|
|
155
177
|
declare function TableManagerColumnToggle({ className }: {
|
|
156
178
|
className?: string;
|
|
157
|
-
}):
|
|
179
|
+
}): React.JSX.Element;
|
|
158
180
|
declare namespace TableManagerColumnToggle {
|
|
159
181
|
var displayName: string;
|
|
160
182
|
}
|
|
@@ -166,7 +188,7 @@ declare function TableManagerExport({ options, onExport, className, }: {
|
|
|
166
188
|
options: TableManagerExportOption[];
|
|
167
189
|
onExport: (format: string) => void;
|
|
168
190
|
className?: string;
|
|
169
|
-
}):
|
|
191
|
+
}): React.JSX.Element;
|
|
170
192
|
declare namespace TableManagerExport {
|
|
171
193
|
var displayName: string;
|
|
172
194
|
}
|
|
@@ -177,7 +199,7 @@ declare namespace TableManagerExport {
|
|
|
177
199
|
*/
|
|
178
200
|
declare function TableManagerContent({ className }: {
|
|
179
201
|
className?: string;
|
|
180
|
-
}):
|
|
202
|
+
}): React.JSX.Element;
|
|
181
203
|
declare namespace TableManagerContent {
|
|
182
204
|
var displayName: string;
|
|
183
205
|
}
|
|
@@ -187,7 +209,7 @@ declare namespace TableManagerContent {
|
|
|
187
209
|
*/
|
|
188
210
|
declare function TableManagerFooter({ className }: {
|
|
189
211
|
className?: string;
|
|
190
|
-
}):
|
|
212
|
+
}): React.JSX.Element;
|
|
191
213
|
declare namespace TableManagerFooter {
|
|
192
214
|
var displayName: string;
|
|
193
215
|
}
|
|
@@ -7,7 +7,7 @@ import { type AppDashboardBackgroundProps } from "./types";
|
|
|
7
7
|
* Reads animated/interactive/themeClass from AppDashboardBackgroundContext when used inside AppDashboard.
|
|
8
8
|
* Can also be used standalone — props override context.
|
|
9
9
|
*/
|
|
10
|
-
declare function AppDashboardBackgroundDots({ animated: animatedProp, interactive: interactiveProp, className, ...props }: AppDashboardBackgroundProps & Omit<React.ComponentProps<typeof motion.div>, "children">):
|
|
10
|
+
declare function AppDashboardBackgroundDots({ animated: animatedProp, interactive: interactiveProp, color: colorProp, className, ...props }: AppDashboardBackgroundProps & Omit<React.ComponentProps<typeof motion.div>, "children">): React.JSX.Element;
|
|
11
11
|
declare namespace AppDashboardBackgroundDots {
|
|
12
12
|
var displayName: string;
|
|
13
13
|
}
|
|
@@ -7,7 +7,7 @@ import { type AppDashboardBackgroundProps } from "./types";
|
|
|
7
7
|
* Reads animated/interactive/themeClass from AppDashboardBackgroundContext when used inside AppDashboard.
|
|
8
8
|
* Can also be used standalone — props override context.
|
|
9
9
|
*/
|
|
10
|
-
declare function AppDashboardBackgroundWave({ animated: animatedProp, interactive: interactiveProp, className, ...props }: AppDashboardBackgroundProps & Omit<React.ComponentProps<typeof motion.div>, "children">):
|
|
10
|
+
declare function AppDashboardBackgroundWave({ animated: animatedProp, interactive: interactiveProp, color: colorProp, glowColor: glowColorProp, className, ...props }: AppDashboardBackgroundProps & Omit<React.ComponentProps<typeof motion.div>, "children">): React.JSX.Element;
|
|
11
11
|
declare namespace AppDashboardBackgroundWave {
|
|
12
12
|
var displayName: string;
|
|
13
13
|
}
|
|
@@ -7,3 +7,4 @@ export { AppBentoMenu, AppBentoMenuItem, DEFAULT_BENTO_APPS, type BentoApp, type
|
|
|
7
7
|
export { AppPageTitle, type AppPageTitleProps, type AppPageTitleBreadcrumb, } from "./AppPageTitle";
|
|
8
8
|
export { AppLocationTreeFilter, type AppLocationTreeFilterProps, type TreeNode, type UnallocatedConfig, } from "./AppLocationTreeFilter";
|
|
9
9
|
export { TableManager, TableManagerToolbar, TableManagerSearch, TableManagerToolbarActions, TableManagerMultiFilter, TableManagerDateRange, TableManagerRowsPerPage, TableManagerPagination, TableManagerColumnToggle, TableManagerExport, TableManagerContent, TableManagerFooter, type TableManagerColumnDef, type TableManagerFilterOption, type TableManagerExportOption, type TableManagerProps, } from "./TableManager";
|
|
10
|
+
export { AppWizardStepper, type AppWizardStep, type AppWizardStepperProps, } from "./AppWizardStepper";
|
|
@@ -3,20 +3,20 @@ import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from "..
|
|
|
3
3
|
* AppAccordion — A vertically stacked set of interactive headings that each reveal a section of content.
|
|
4
4
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
5
5
|
*/
|
|
6
|
-
declare function AppAccordion({ className, ...props }: React.ComponentProps<typeof Accordion>): import("react
|
|
6
|
+
declare function AppAccordion({ className, ...props }: React.ComponentProps<typeof Accordion>): import("react").JSX.Element;
|
|
7
7
|
/**
|
|
8
8
|
* AppAccordionItem — The item component for AppAccordion.
|
|
9
9
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
10
10
|
*/
|
|
11
|
-
declare function AppAccordionItem(props: React.ComponentProps<typeof AccordionItem>): import("react
|
|
11
|
+
declare function AppAccordionItem(props: React.ComponentProps<typeof AccordionItem>): import("react").JSX.Element;
|
|
12
12
|
/**
|
|
13
13
|
* AppAccordionTrigger — The trigger component for AppAccordion.
|
|
14
14
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
15
15
|
*/
|
|
16
|
-
declare function AppAccordionTrigger(props: React.ComponentProps<typeof AccordionTrigger>): import("react
|
|
16
|
+
declare function AppAccordionTrigger(props: React.ComponentProps<typeof AccordionTrigger>): import("react").JSX.Element;
|
|
17
17
|
/**
|
|
18
18
|
* AppAccordionContent — The content component for AppAccordion.
|
|
19
19
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
20
20
|
*/
|
|
21
|
-
declare function AppAccordionContent(props: React.ComponentProps<typeof AccordionContent>): import("react
|
|
21
|
+
declare function AppAccordionContent(props: React.ComponentProps<typeof AccordionContent>): import("react").JSX.Element;
|
|
22
22
|
export { AppAccordion, AppAccordionItem, AppAccordionTrigger, AppAccordionContent };
|
|
@@ -13,7 +13,7 @@ type AppAlertProps = Omit<React.ComponentProps<typeof Alert>, "variant"> & {
|
|
|
13
13
|
* AppAlert — Displays a callout for user attention.
|
|
14
14
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
15
15
|
*/
|
|
16
|
-
declare function AppAlert({ variant, className, ...props }: AppAlertProps):
|
|
16
|
+
declare function AppAlert({ variant, className, ...props }: AppAlertProps): React.JSX.Element;
|
|
17
17
|
/**
|
|
18
18
|
* AppAlertTitle — The title component for AppAlert.
|
|
19
19
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
@@ -40,7 +40,7 @@ declare const AppAlertDialogContent: React.ForwardRefExoticComponent<Omit<import
|
|
|
40
40
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
41
41
|
*/
|
|
42
42
|
declare const AppAlertDialogHeader: {
|
|
43
|
-
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>):
|
|
43
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
44
44
|
displayName: string;
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
@@ -48,7 +48,7 @@ declare const AppAlertDialogHeader: {
|
|
|
48
48
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
49
49
|
*/
|
|
50
50
|
declare const AppAlertDialogFooter: {
|
|
51
|
-
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>):
|
|
51
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
52
52
|
displayName: string;
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
@@ -3,5 +3,5 @@ import { AspectRatio } from "../ui/aspect-ratio";
|
|
|
3
3
|
* AppAspectRatio — Displays content within a desired ratio.
|
|
4
4
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
5
5
|
*/
|
|
6
|
-
declare function AppAspectRatio({ className, ...props }: React.ComponentProps<typeof AspectRatio>): import("react
|
|
6
|
+
declare function AppAspectRatio({ className, ...props }: React.ComponentProps<typeof AspectRatio>): import("react").JSX.Element;
|
|
7
7
|
export { AppAspectRatio };
|
|
@@ -3,15 +3,15 @@ import { Avatar, AvatarFallback, AvatarImage } from "../ui/avatar";
|
|
|
3
3
|
* AppAvatar — An image element with a fallback for representing the user.
|
|
4
4
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
5
5
|
*/
|
|
6
|
-
declare function AppAvatar(props: React.ComponentProps<typeof Avatar>): import("react
|
|
6
|
+
declare function AppAvatar(props: React.ComponentProps<typeof Avatar>): import("react").JSX.Element;
|
|
7
7
|
/**
|
|
8
8
|
* AppAvatarImage — The image component for AppAvatar.
|
|
9
9
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
10
10
|
*/
|
|
11
|
-
declare function AppAvatarImage(props: React.ComponentProps<typeof AvatarImage>): import("react
|
|
11
|
+
declare function AppAvatarImage(props: React.ComponentProps<typeof AvatarImage>): import("react").JSX.Element;
|
|
12
12
|
/**
|
|
13
13
|
* AppAvatarFallback — The fallback component for AppAvatar.
|
|
14
14
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
15
15
|
*/
|
|
16
|
-
declare function AppAvatarFallback(props: React.ComponentProps<typeof AvatarFallback>): import("react
|
|
16
|
+
declare function AppAvatarFallback(props: React.ComponentProps<typeof AvatarFallback>): import("react").JSX.Element;
|
|
17
17
|
export { AppAvatar, AppAvatarImage, AppAvatarFallback };
|
|
@@ -5,5 +5,5 @@ type AppBadgeProps = React.ComponentProps<typeof Badge> & VariantProps<typeof ba
|
|
|
5
5
|
* AppBadge — Displays a badge or a component that looks like a badge.
|
|
6
6
|
* @note If a prop you need is missing, stop and inform the design team.
|
|
7
7
|
*/
|
|
8
|
-
declare function AppBadge(props: AppBadgeProps): import("react
|
|
8
|
+
declare function AppBadge(props: AppBadgeProps): import("react").JSX.Element;
|
|
9
9
|
export { AppBadge, type AppBadgeProps };
|