@skunkworksai/ui-kit 0.1.18 → 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.
Files changed (126) hide show
  1. package/AGENTS.md +1 -1
  2. package/README.md +2 -0
  3. package/dist/index.cjs +34 -34
  4. package/dist/index.cjs.map +1 -1
  5. package/dist/index.js +14469 -14225
  6. package/dist/index.js.map +1 -1
  7. package/dist/types/assets/icons/DashboardActiveIcon.d.ts +1 -1
  8. package/dist/types/assets/icons/DashboardIcon.d.ts +1 -1
  9. package/dist/types/assets/icons/DevicesActiveIcon.d.ts +1 -1
  10. package/dist/types/assets/icons/DevicesIcon.d.ts +1 -1
  11. package/dist/types/assets/icons/InstallerActiveIcon.d.ts +1 -1
  12. package/dist/types/assets/icons/InstallerIcon.d.ts +1 -1
  13. package/dist/types/assets/icons/ManifestActiveIcon.d.ts +1 -1
  14. package/dist/types/assets/icons/ManifestIcon.d.ts +1 -1
  15. package/dist/types/assets/icons/SensorActiveIcon.d.ts +1 -1
  16. package/dist/types/assets/icons/SensorIcon.d.ts +1 -1
  17. package/dist/types/assets/icons/SiteActiveIcon.d.ts +1 -1
  18. package/dist/types/assets/icons/SiteIcon.d.ts +1 -1
  19. package/dist/types/assets/icons/XrayActiveIcon.d.ts +1 -1
  20. package/dist/types/assets/icons/XrayIcon.d.ts +1 -1
  21. package/dist/types/assets/logos/DarkLogo.d.ts +1 -1
  22. package/dist/types/assets/logos/DarkSymbol.d.ts +1 -1
  23. package/dist/types/assets/logos/PrimaryLogo.d.ts +1 -1
  24. package/dist/types/assets/logos/PrimarySymbol.d.ts +1 -1
  25. package/dist/types/assets/logos/WhiteLogo.d.ts +1 -1
  26. package/dist/types/assets/logos/WhiteSymbol.d.ts +1 -1
  27. package/dist/types/components/blocks/AppBentoMenu.d.ts +2 -2
  28. package/dist/types/components/blocks/AppDashboard.d.ts +9 -3
  29. package/dist/types/components/blocks/AppHeader.d.ts +6 -6
  30. package/dist/types/components/blocks/AppLocationTreeFilter.d.ts +1 -1
  31. package/dist/types/components/blocks/AppNotificationsMenu.d.ts +1 -1
  32. package/dist/types/components/blocks/AppPageTitle.d.ts +1 -1
  33. package/dist/types/components/blocks/AppProfile.d.ts +1 -1
  34. package/dist/types/components/blocks/AppWizardStepper.d.ts +61 -0
  35. package/dist/types/components/blocks/TableManager.d.ts +36 -14
  36. package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundDots.d.ts +1 -1
  37. package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundWave.d.ts +1 -1
  38. package/dist/types/components/blocks/backgrounds/types.d.ts +2 -0
  39. package/dist/types/components/blocks/index.d.ts +1 -0
  40. package/dist/types/components/primitives/AppAccordion.d.ts +4 -4
  41. package/dist/types/components/primitives/AppAlert.d.ts +1 -1
  42. package/dist/types/components/primitives/AppAlertDialog.d.ts +2 -2
  43. package/dist/types/components/primitives/AppAspectRatio.d.ts +1 -1
  44. package/dist/types/components/primitives/AppAvatar.d.ts +3 -3
  45. package/dist/types/components/primitives/AppBadge.d.ts +1 -1
  46. package/dist/types/components/primitives/AppBreadcrumb.d.ts +7 -7
  47. package/dist/types/components/primitives/AppButton.d.ts +1 -1
  48. package/dist/types/components/primitives/AppButtonGroup.d.ts +1 -1
  49. package/dist/types/components/primitives/AppCalendar.d.ts +1 -1
  50. package/dist/types/components/primitives/AppCard.d.ts +7 -7
  51. package/dist/types/components/primitives/AppCarousel.d.ts +5 -5
  52. package/dist/types/components/primitives/AppChart.d.ts +3 -3
  53. package/dist/types/components/primitives/AppCheckbox.d.ts +1 -1
  54. package/dist/types/components/primitives/AppCollapsible.d.ts +1 -1
  55. package/dist/types/components/primitives/AppCombobox.d.ts +7 -7
  56. package/dist/types/components/primitives/AppCommand.d.ts +9 -9
  57. package/dist/types/components/primitives/AppContextMenu.d.ts +7 -7
  58. package/dist/types/components/primitives/AppDataTable.d.ts +2 -1
  59. package/dist/types/components/primitives/AppDatePicker.d.ts +2 -1
  60. package/dist/types/components/primitives/AppDialog.d.ts +6 -6
  61. package/dist/types/components/primitives/AppDrawer.d.ts +3 -3
  62. package/dist/types/components/primitives/AppDropdownMenu.d.ts +10 -10
  63. package/dist/types/components/primitives/AppEmpty.d.ts +6 -6
  64. package/dist/types/components/primitives/AppField.d.ts +10 -10
  65. package/dist/types/components/primitives/AppForm.d.ts +2 -2
  66. package/dist/types/components/primitives/AppHoverCard.d.ts +3 -3
  67. package/dist/types/components/primitives/AppInput.d.ts +10 -1
  68. package/dist/types/components/primitives/AppKbd.d.ts +2 -2
  69. package/dist/types/components/primitives/AppLabel.d.ts +1 -1
  70. package/dist/types/components/primitives/AppMenubar.d.ts +6 -6
  71. package/dist/types/components/primitives/AppNavigationMenu.d.ts +8 -8
  72. package/dist/types/components/primitives/AppPagination.d.ts +7 -7
  73. package/dist/types/components/primitives/AppPopover.d.ts +3 -3
  74. package/dist/types/components/primitives/AppProgress.d.ts +1 -1
  75. package/dist/types/components/primitives/AppRadioGroup.d.ts +2 -2
  76. package/dist/types/components/primitives/AppScrollArea.d.ts +2 -2
  77. package/dist/types/components/primitives/AppSelect.d.ts +7 -7
  78. package/dist/types/components/primitives/AppSeparator.d.ts +1 -1
  79. package/dist/types/components/primitives/AppSheet.d.ts +6 -6
  80. package/dist/types/components/primitives/AppSidebar.d.ts +24 -24
  81. package/dist/types/components/primitives/AppSkeleton.d.ts +1 -1
  82. package/dist/types/components/primitives/AppSwitch.d.ts +1 -1
  83. package/dist/types/components/primitives/AppTable.d.ts +8 -8
  84. package/dist/types/components/primitives/AppTabs.d.ts +4 -4
  85. package/dist/types/components/primitives/AppTextarea.d.ts +7 -1
  86. package/dist/types/components/primitives/AppThemeProvider.d.ts +2 -2
  87. package/dist/types/components/primitives/AppToaster.d.ts +1 -1
  88. package/dist/types/components/primitives/AppToggle.d.ts +1 -1
  89. package/dist/types/components/primitives/AppTooltip.d.ts +4 -4
  90. package/dist/types/components/primitives/AppTypography.d.ts +1 -1
  91. package/dist/types/components/ui/alert-dialog.d.ts +2 -2
  92. package/dist/types/components/ui/badge.d.ts +1 -1
  93. package/dist/types/components/ui/breadcrumb.d.ts +2 -2
  94. package/dist/types/components/ui/button.d.ts +5 -2
  95. package/dist/types/components/ui/calendar.d.ts +1 -1
  96. package/dist/types/components/ui/card.d.ts +7 -7
  97. package/dist/types/components/ui/carousel.d.ts +5 -5
  98. package/dist/types/components/ui/chart.d.ts +4 -4
  99. package/dist/types/components/ui/combobox.d.ts +7 -7
  100. package/dist/types/components/ui/command.d.ts +9 -9
  101. package/dist/types/components/ui/context-menu.d.ts +1 -1
  102. package/dist/types/components/ui/dialog.d.ts +2 -2
  103. package/dist/types/components/ui/drawer.d.ts +2 -2
  104. package/dist/types/components/ui/dropdown-menu.d.ts +1 -1
  105. package/dist/types/components/ui/form.d.ts +2 -2
  106. package/dist/types/components/ui/input.d.ts +1 -1
  107. package/dist/types/components/ui/label.d.ts +1 -1
  108. package/dist/types/components/ui/menubar.d.ts +16 -16
  109. package/dist/types/components/ui/pagination.d.ts +5 -5
  110. package/dist/types/components/ui/scroll-text.d.ts +1 -1
  111. package/dist/types/components/ui/sheet.d.ts +2 -2
  112. package/dist/types/components/ui/sidebar.d.ts +23 -23
  113. package/dist/types/components/ui/skeleton.d.ts +1 -1
  114. package/dist/types/components/ui/sonner.d.ts +1 -1
  115. package/dist/types/hooks/use-page-title.d.ts +10 -1
  116. package/dist/ui-kit.css +1 -1
  117. package/package.json +29 -19
  118. package/rules/button.md +1 -0
  119. package/rules/dashboard.md +96 -4
  120. package/rules/header.md +23 -2
  121. package/rules/input.md +34 -2
  122. package/rules/pagetitle.md +32 -0
  123. package/rules/sidebar.md +21 -0
  124. package/rules/table-manager.md +44 -1
  125. package/rules/textarea.md +23 -1
  126. package/rules/wizard-stepper.md +207 -0
@@ -3,12 +3,12 @@ import { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, Breadcr
3
3
  * AppBreadcrumb — Displays the path to the current resource using a hierarchy of links.
4
4
  * @note If a prop you need is missing, stop and inform the design team.
5
5
  */
6
- declare function AppBreadcrumb(props: React.ComponentProps<typeof Breadcrumb>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AppBreadcrumb(props: React.ComponentProps<typeof Breadcrumb>): import("react").JSX.Element;
7
7
  /**
8
8
  * AppBreadcrumbList — The list container for AppBreadcrumb.
9
9
  * @note If a prop you need is missing, stop and inform the design team.
10
10
  */
11
- declare function AppBreadcrumbList(props: React.ComponentProps<typeof BreadcrumbList>): import("react/jsx-runtime").JSX.Element;
11
+ declare function AppBreadcrumbList(props: React.ComponentProps<typeof BreadcrumbList>): import("react").JSX.Element;
12
12
  /**
13
13
  * AppBreadcrumbItem — An individual item within AppBreadcrumb.
14
14
  * Pass `hideOnMobile` on middle segments to collapse them below sm breakpoint.
@@ -16,19 +16,19 @@ declare function AppBreadcrumbList(props: React.ComponentProps<typeof Breadcrumb
16
16
  */
17
17
  declare function AppBreadcrumbItem({ hideOnMobile, className, ...props }: React.ComponentProps<typeof BreadcrumbItem> & {
18
18
  hideOnMobile?: boolean;
19
- }): import("react/jsx-runtime").JSX.Element;
19
+ }): import("react").JSX.Element;
20
20
  /**
21
21
  * AppBreadcrumbLink — A link component for AppBreadcrumb.
22
22
  * @note If a prop you need is missing, stop and inform the design team.
23
23
  */
24
24
  declare function AppBreadcrumbLink(props: React.ComponentProps<typeof BreadcrumbLink> & {
25
25
  asChild?: boolean;
26
- }): import("react/jsx-runtime").JSX.Element;
26
+ }): import("react").JSX.Element;
27
27
  /**
28
28
  * AppBreadcrumbPage — The current page indicator for AppBreadcrumb.
29
29
  * @note If a prop you need is missing, stop and inform the design team.
30
30
  */
31
- declare function AppBreadcrumbPage(props: React.ComponentProps<typeof BreadcrumbPage>): import("react/jsx-runtime").JSX.Element;
31
+ declare function AppBreadcrumbPage(props: React.ComponentProps<typeof BreadcrumbPage>): import("react").JSX.Element;
32
32
  /**
33
33
  * AppBreadcrumbSeparator — The separator component for AppBreadcrumb items.
34
34
  * Pass `hideOnMobile` alongside a hidden `AppBreadcrumbItem` to suppress the separator on mobile too.
@@ -36,10 +36,10 @@ declare function AppBreadcrumbPage(props: React.ComponentProps<typeof Breadcrumb
36
36
  */
37
37
  declare function AppBreadcrumbSeparator({ hideOnMobile, className, ...props }: React.ComponentProps<typeof BreadcrumbSeparator> & {
38
38
  hideOnMobile?: boolean;
39
- }): import("react/jsx-runtime").JSX.Element;
39
+ }): import("react").JSX.Element;
40
40
  /**
41
41
  * AppBreadcrumbEllipsis — An ellipsis indicator for collapsed AppBreadcrumb items.
42
42
  * @note If a prop you need is missing, stop and inform the design team.
43
43
  */
44
- declare function AppBreadcrumbEllipsis(props: React.ComponentProps<typeof BreadcrumbEllipsis>): import("react/jsx-runtime").JSX.Element;
44
+ declare function AppBreadcrumbEllipsis(props: React.ComponentProps<typeof BreadcrumbEllipsis>): import("react").JSX.Element;
45
45
  export { AppBreadcrumb, AppBreadcrumbList, AppBreadcrumbItem, AppBreadcrumbLink, AppBreadcrumbPage, AppBreadcrumbSeparator, AppBreadcrumbEllipsis, };
@@ -20,5 +20,5 @@ type AppButtonProps = React.ComponentProps<typeof Button> & VariantProps<typeof
20
20
  iconLeft?: React.ReactNode;
21
21
  iconRight?: React.ReactNode;
22
22
  };
23
- declare function AppButton({ loading, iconLeft, iconRight, disabled, className, children, ...props }: AppButtonProps): import("react/jsx-runtime").JSX.Element;
23
+ declare const AppButton: React.ForwardRefExoticComponent<Omit<AppButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
24
24
  export { AppButton, type AppButtonProps };
@@ -3,7 +3,7 @@ import * as React from "react";
3
3
  * AppButtonGroup — A layout helper for grouping buttons together.
4
4
  * @note If a prop you need is missing, stop and inform the design team.
5
5
  */
6
- declare function AppButtonGroup({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AppButtonGroup({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
7
7
  declare namespace AppButtonGroup {
8
8
  var displayName: string;
9
9
  }
@@ -47,5 +47,5 @@ export type AppCalendarProps = AppCalendarSingleProps | AppCalendarRangeProps;
47
47
  *
48
48
  * @note If a prop you need is missing, stop and inform the design team.
49
49
  */
50
- declare function AppCalendar(props: AppCalendarProps): import("react/jsx-runtime").JSX.Element;
50
+ declare function AppCalendar(props: AppCalendarProps): import("react").JSX.Element;
51
51
  export { AppCalendar, addDays };
@@ -7,35 +7,35 @@ type AppCardProps = React.ComponentProps<typeof Card> & {
7
7
  * AppCard — A flexible container component for displaying content in a box.
8
8
  * @note If a prop you need is missing, stop and inform the design team.
9
9
  */
10
- declare function AppCard({ className, padding, ...props }: AppCardProps): import("react/jsx-runtime").JSX.Element;
10
+ declare function AppCard({ className, padding, ...props }: AppCardProps): import("react").JSX.Element;
11
11
  /**
12
12
  * AppCardHeader — The header section of an AppCard.
13
13
  * @note If a prop you need is missing, stop and inform the design team.
14
14
  */
15
- declare function AppCardHeader(props: React.ComponentProps<typeof CardHeader>): import("react/jsx-runtime").JSX.Element;
15
+ declare function AppCardHeader(props: React.ComponentProps<typeof CardHeader>): import("react").JSX.Element;
16
16
  /**
17
17
  * AppCardTitle — The title component for AppCard.
18
18
  * @note If a prop you need is missing, stop and inform the design team.
19
19
  */
20
- declare function AppCardTitle(props: React.ComponentProps<typeof CardTitle>): import("react/jsx-runtime").JSX.Element;
20
+ declare function AppCardTitle(props: React.ComponentProps<typeof CardTitle>): import("react").JSX.Element;
21
21
  /**
22
22
  * AppCardDescription — The description component for AppCard.
23
23
  * @note If a prop you need is missing, stop and inform the design team.
24
24
  */
25
- declare function AppCardDescription(props: React.ComponentProps<typeof CardDescription>): import("react/jsx-runtime").JSX.Element;
25
+ declare function AppCardDescription(props: React.ComponentProps<typeof CardDescription>): import("react").JSX.Element;
26
26
  /**
27
27
  * AppCardAction — An action component for AppCard.
28
28
  * @note If a prop you need is missing, stop and inform the design team.
29
29
  */
30
- declare function AppCardAction(props: React.ComponentProps<typeof CardAction>): import("react/jsx-runtime").JSX.Element;
30
+ declare function AppCardAction(props: React.ComponentProps<typeof CardAction>): import("react").JSX.Element;
31
31
  /**
32
32
  * AppCardContent — The main content area of an AppCard.
33
33
  * @note If a prop you need is missing, stop and inform the design team.
34
34
  */
35
- declare function AppCardContent(props: React.ComponentProps<typeof CardContent>): import("react/jsx-runtime").JSX.Element;
35
+ declare function AppCardContent(props: React.ComponentProps<typeof CardContent>): import("react").JSX.Element;
36
36
  /**
37
37
  * AppCardFooter — The footer section of an AppCard.
38
38
  * @note If a prop you need is missing, stop and inform the design team.
39
39
  */
40
- declare function AppCardFooter(props: React.ComponentProps<typeof CardFooter>): import("react/jsx-runtime").JSX.Element;
40
+ declare function AppCardFooter(props: React.ComponentProps<typeof CardFooter>): import("react").JSX.Element;
41
41
  export { AppCard, AppCardHeader, AppCardTitle, AppCardDescription, AppCardAction, AppCardContent, AppCardFooter, type AppCardProps, type AppCardPadding, };
@@ -6,21 +6,21 @@ import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious
6
6
  * @note AppCarouselPrevious / AppCarouselNext require a positioned parent — the carousel root has `relative` by default.
7
7
  * @note If a prop you need is missing, stop and inform the design team.
8
8
  */
9
- declare function AppCarousel(props: React.ComponentProps<typeof Carousel>): import("react/jsx-runtime").JSX.Element;
9
+ declare function AppCarousel(props: React.ComponentProps<typeof Carousel>): import("react").JSX.Element;
10
10
  /**
11
11
  * AppCarouselContent — The scrollable slide container. Wrap AppCarouselItem children inside.
12
12
  */
13
- declare function AppCarouselContent(props: React.ComponentProps<typeof CarouselContent>): import("react/jsx-runtime").JSX.Element;
13
+ declare function AppCarouselContent(props: React.ComponentProps<typeof CarouselContent>): import("react").JSX.Element;
14
14
  /**
15
15
  * AppCarouselItem — A single slide. Use `className="basis-1/2"` etc. to control width.
16
16
  */
17
- declare function AppCarouselItem(props: React.ComponentProps<typeof CarouselItem>): import("react/jsx-runtime").JSX.Element;
17
+ declare function AppCarouselItem(props: React.ComponentProps<typeof CarouselItem>): import("react").JSX.Element;
18
18
  /**
19
19
  * AppCarouselPrevious — Previous slide button. Positioned absolutely; ensure the parent has enough space.
20
20
  */
21
- declare function AppCarouselPrevious(props: React.ComponentProps<typeof CarouselPrevious>): import("react/jsx-runtime").JSX.Element;
21
+ declare function AppCarouselPrevious(props: React.ComponentProps<typeof CarouselPrevious>): import("react").JSX.Element;
22
22
  /**
23
23
  * AppCarouselNext — Next slide button. Positioned absolutely; ensure the parent has enough space.
24
24
  */
25
- declare function AppCarouselNext(props: React.ComponentProps<typeof CarouselNext>): import("react/jsx-runtime").JSX.Element;
25
+ declare function AppCarouselNext(props: React.ComponentProps<typeof CarouselNext>): import("react").JSX.Element;
26
26
  export { AppCarousel, AppCarouselContent, AppCarouselItem, AppCarouselPrevious, AppCarouselNext, type CarouselApi as AppCarouselApi, useCarousel as useAppCarousel, };
@@ -6,7 +6,7 @@ export * from "recharts";
6
6
  * @note Children must be a single Recharts chart component (BarChart, LineChart, etc.).
7
7
  * @note If a prop you need is missing, stop and inform the design team.
8
8
  */
9
- declare function AppChartContainer(props: React.ComponentProps<typeof ChartContainer>): import("react/jsx-runtime").JSX.Element;
9
+ declare function AppChartContainer(props: React.ComponentProps<typeof ChartContainer>): import("react").JSX.Element;
10
10
  /**
11
11
  * AppChartTooltip — Drop-in replacement for Recharts Tooltip. Use with AppChartTooltipContent.
12
12
  */
@@ -15,7 +15,7 @@ declare const AppChartTooltip: typeof import("recharts").Tooltip;
15
15
  * AppChartTooltipContent — Styled tooltip body. Pass as `content` prop to AppChartTooltip.
16
16
  * @note `indicator` controls the color swatch shape: "dot" | "line" | "dashed".
17
17
  */
18
- declare function AppChartTooltipContent(props: React.ComponentProps<typeof ChartTooltipContent>): import("react/jsx-runtime").JSX.Element;
18
+ declare function AppChartTooltipContent(props: React.ComponentProps<typeof ChartTooltipContent>): import("react").JSX.Element;
19
19
  /**
20
20
  * AppChartLegend — Drop-in replacement for Recharts Legend. Use with AppChartLegendContent.
21
21
  */
@@ -23,5 +23,5 @@ declare const AppChartLegend: import("react").MemoExoticComponent<(outsideProps:
23
23
  /**
24
24
  * AppChartLegendContent — Styled legend body. Pass as `content` prop to AppChartLegend.
25
25
  */
26
- declare function AppChartLegendContent(props: React.ComponentProps<typeof ChartLegendContent>): import("react/jsx-runtime").JSX.Element;
26
+ declare function AppChartLegendContent(props: React.ComponentProps<typeof ChartLegendContent>): import("react").JSX.Element;
27
27
  export { AppChartContainer, AppChartTooltip, AppChartTooltipContent, AppChartLegend, AppChartLegendContent, ChartStyle as AppChartStyle, useChart as useAppChart, type ChartConfig as AppChartConfig, };
@@ -5,5 +5,5 @@ type AppCheckboxProps = React.ComponentPropsWithoutRef<typeof CheckboxPrimitive>
5
5
  * @note Never use the raw HTML equivalent. Use AppCheckbox.
6
6
  * @note If a prop you need is missing, stop and inform the design team.
7
7
  */
8
- declare function AppCheckbox(props: AppCheckboxProps): import("react/jsx-runtime").JSX.Element;
8
+ declare function AppCheckbox(props: AppCheckboxProps): import("react").JSX.Element;
9
9
  export { AppCheckbox };
@@ -4,7 +4,7 @@ import { Collapsible } from "../ui/collapsible";
4
4
  * @note Never use the raw HTML equivalent. Use AppCollapsible.
5
5
  * @note If a prop you need is missing, stop and inform the design team.
6
6
  */
7
- declare function AppCollapsible({ className, ...props }: React.ComponentProps<typeof Collapsible>): import("react/jsx-runtime").JSX.Element;
7
+ declare function AppCollapsible({ className, ...props }: React.ComponentProps<typeof Collapsible>): import("react").JSX.Element;
8
8
  /**
9
9
  * AppCollapsibleTrigger — The trigger component for AppCollapsible.
10
10
  * @note Never use the raw HTML equivalent. Use AppCollapsibleTrigger.
@@ -8,30 +8,30 @@ import { Combobox, ComboboxInput, ComboboxContent, ComboboxList, ComboboxItem, C
8
8
  * @note Never use a raw <select> or custom dropdown. Use AppCombobox.
9
9
  * @note If a prop you need is missing, stop and inform the design team.
10
10
  */
11
- declare function AppCombobox(props: React.ComponentProps<typeof Combobox>): import("react/jsx-runtime").JSX.Element;
11
+ declare function AppCombobox(props: React.ComponentProps<typeof Combobox>): React.JSX.Element;
12
12
  /**
13
13
  * AppComboboxInput — trigger button that opens the combobox and shows the
14
14
  * current selection.
15
15
  */
16
- declare function AppComboboxInput(props: React.ComponentProps<typeof ComboboxInput>): import("react/jsx-runtime").JSX.Element;
16
+ declare function AppComboboxInput(props: React.ComponentProps<typeof ComboboxInput>): React.JSX.Element;
17
17
  /**
18
18
  * AppComboboxContent — popover panel containing the search input and item list.
19
19
  */
20
- declare function AppComboboxContent(props: React.ComponentProps<typeof ComboboxContent>): import("react/jsx-runtime").JSX.Element;
20
+ declare function AppComboboxContent(props: React.ComponentProps<typeof ComboboxContent>): React.JSX.Element;
21
21
  /**
22
22
  * AppComboboxList — renders filtered items. Pass a render function as children.
23
23
  */
24
- declare function AppComboboxList(props: React.ComponentProps<typeof ComboboxList>): import("react/jsx-runtime").JSX.Element;
24
+ declare function AppComboboxList(props: React.ComponentProps<typeof ComboboxList>): React.JSX.Element;
25
25
  /**
26
26
  * AppComboboxItem — a single selectable option inside AppComboboxList.
27
27
  */
28
- declare function AppComboboxItem(props: React.ComponentProps<typeof ComboboxItem>): import("react/jsx-runtime").JSX.Element;
28
+ declare function AppComboboxItem(props: React.ComponentProps<typeof ComboboxItem>): React.JSX.Element;
29
29
  /**
30
30
  * AppComboboxEmpty — empty-state message shown when no items match the search.
31
31
  */
32
- declare function AppComboboxEmpty(props: React.ComponentProps<typeof ComboboxEmpty>): import("react/jsx-runtime").JSX.Element;
32
+ declare function AppComboboxEmpty(props: React.ComponentProps<typeof ComboboxEmpty>): React.JSX.Element;
33
33
  /**
34
34
  * AppComboboxSeparator — divider between groups of items inside AppComboboxContent.
35
35
  */
36
- declare function AppComboboxSeparator(props: React.ComponentProps<typeof ComboboxSeparator>): import("react/jsx-runtime").JSX.Element;
36
+ declare function AppComboboxSeparator(props: React.ComponentProps<typeof ComboboxSeparator>): React.JSX.Element;
37
37
  export { AppCombobox, AppComboboxInput, AppComboboxContent, AppComboboxList, AppComboboxItem, AppComboboxEmpty, AppComboboxSeparator, };
@@ -3,45 +3,45 @@ import { Command, CommandDialog as CommandDialogBase, CommandEmpty, CommandGroup
3
3
  * AppCommand — A fast and extensible command menu.
4
4
  * @note If a prop you need is missing, stop and inform the design team.
5
5
  */
6
- declare function AppCommand({ className, ...props }: React.ComponentProps<typeof Command>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AppCommand({ className, ...props }: React.ComponentProps<typeof Command>): import("react").JSX.Element;
7
7
  /**
8
8
  * AppCommandDialog — A command menu displayed in a dialog.
9
9
  * @note If a prop you need is missing, stop and inform the design team.
10
10
  */
11
- declare function AppCommandDialog(props: React.ComponentProps<typeof CommandDialogBase>): import("react/jsx-runtime").JSX.Element;
11
+ declare function AppCommandDialog(props: React.ComponentProps<typeof CommandDialogBase>): import("react").JSX.Element;
12
12
  /**
13
13
  * AppCommandInput — The input field for AppCommand.
14
14
  * @note If a prop you need is missing, stop and inform the design team.
15
15
  */
16
- declare function AppCommandInput(props: React.ComponentProps<typeof CommandInput>): import("react/jsx-runtime").JSX.Element;
16
+ declare function AppCommandInput(props: React.ComponentProps<typeof CommandInput>): import("react").JSX.Element;
17
17
  /**
18
18
  * AppCommandList — The list container for AppCommand items.
19
19
  * @note If a prop you need is missing, stop and inform the design team.
20
20
  */
21
- declare function AppCommandList(props: React.ComponentProps<typeof CommandList>): import("react/jsx-runtime").JSX.Element;
21
+ declare function AppCommandList(props: React.ComponentProps<typeof CommandList>): import("react").JSX.Element;
22
22
  /**
23
23
  * AppCommandEmpty — The empty state indicator for AppCommand.
24
24
  * @note If a prop you need is missing, stop and inform the design team.
25
25
  */
26
- declare function AppCommandEmpty(props: React.ComponentProps<typeof CommandEmpty>): import("react/jsx-runtime").JSX.Element;
26
+ declare function AppCommandEmpty(props: React.ComponentProps<typeof CommandEmpty>): import("react").JSX.Element;
27
27
  /**
28
28
  * AppCommandGroup — A grouping component for AppCommand items.
29
29
  * @note If a prop you need is missing, stop and inform the design team.
30
30
  */
31
- declare function AppCommandGroup(props: React.ComponentProps<typeof CommandGroup>): import("react/jsx-runtime").JSX.Element;
31
+ declare function AppCommandGroup(props: React.ComponentProps<typeof CommandGroup>): import("react").JSX.Element;
32
32
  /**
33
33
  * AppCommandItem — An individual item within AppCommand.
34
34
  * @note If a prop you need is missing, stop and inform the design team.
35
35
  */
36
- declare function AppCommandItem(props: React.ComponentProps<typeof CommandItem>): import("react/jsx-runtime").JSX.Element;
36
+ declare function AppCommandItem(props: React.ComponentProps<typeof CommandItem>): import("react").JSX.Element;
37
37
  /**
38
38
  * AppCommandShortcut — A keyboard shortcut indicator for AppCommand items.
39
39
  * @note If a prop you need is missing, stop and inform the design team.
40
40
  */
41
- declare function AppCommandShortcut(props: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
41
+ declare function AppCommandShortcut(props: React.HTMLAttributes<HTMLSpanElement>): import("react").JSX.Element;
42
42
  /**
43
43
  * AppCommandSeparator — A separator component for AppCommand groups.
44
44
  * @note If a prop you need is missing, stop and inform the design team.
45
45
  */
46
- declare function AppCommandSeparator(props: React.ComponentProps<typeof CommandSeparator>): import("react/jsx-runtime").JSX.Element;
46
+ declare function AppCommandSeparator(props: React.ComponentProps<typeof CommandSeparator>): import("react").JSX.Element;
47
47
  export { AppCommand, AppCommandDialog, AppCommandInput, AppCommandList, AppCommandEmpty, AppCommandGroup, AppCommandItem, AppCommandShortcut, AppCommandSeparator, };
@@ -8,27 +8,27 @@ declare const AppContextMenu: import("react").FC<import("@radix-ui/react-context
8
8
  * AppContextMenuTrigger — The trigger component for AppContextMenu.
9
9
  * @note If a prop you need is missing, stop and inform the design team.
10
10
  */
11
- declare function AppContextMenuTrigger({ className, ...props }: React.ComponentProps<typeof ContextMenuTrigger>): import("react/jsx-runtime").JSX.Element;
11
+ declare function AppContextMenuTrigger({ className, ...props }: React.ComponentProps<typeof ContextMenuTrigger>): import("react").JSX.Element;
12
12
  /**
13
13
  * AppContextMenuContent — The content component for AppContextMenu.
14
14
  * @note If a prop you need is missing, stop and inform the design team.
15
15
  */
16
- declare function AppContextMenuContent({ className, ...props }: React.ComponentProps<typeof ContextMenuContent>): import("react/jsx-runtime").JSX.Element;
16
+ declare function AppContextMenuContent({ className, ...props }: React.ComponentProps<typeof ContextMenuContent>): import("react").JSX.Element;
17
17
  /**
18
18
  * AppContextMenuItem — An individual item within AppContextMenu.
19
19
  * @note If a prop you need is missing, stop and inform the design team.
20
20
  */
21
- declare function AppContextMenuItem({ className, ...props }: React.ComponentProps<typeof ContextMenuItem>): import("react/jsx-runtime").JSX.Element;
21
+ declare function AppContextMenuItem({ className, ...props }: React.ComponentProps<typeof ContextMenuItem>): import("react").JSX.Element;
22
22
  /**
23
23
  * AppContextMenuCheckboxItem — A checkbox item within AppContextMenu.
24
24
  * @note If a prop you need is missing, stop and inform the design team.
25
25
  */
26
- declare function AppContextMenuCheckboxItem({ className, ...props }: React.ComponentProps<typeof ContextMenuCheckboxItem>): import("react/jsx-runtime").JSX.Element;
26
+ declare function AppContextMenuCheckboxItem({ className, ...props }: React.ComponentProps<typeof ContextMenuCheckboxItem>): import("react").JSX.Element;
27
27
  /**
28
28
  * AppContextMenuRadioItem — A radio item within AppContextMenu.
29
29
  * @note If a prop you need is missing, stop and inform the design team.
30
30
  */
31
- declare function AppContextMenuRadioItem({ className, ...props }: React.ComponentProps<typeof ContextMenuRadioItem>): import("react/jsx-runtime").JSX.Element;
31
+ declare function AppContextMenuRadioItem({ className, ...props }: React.ComponentProps<typeof ContextMenuRadioItem>): import("react").JSX.Element;
32
32
  /**
33
33
  * AppContextMenuLabel — A label component for AppContextMenu sections.
34
34
  * @note If a prop you need is missing, stop and inform the design team.
@@ -46,7 +46,7 @@ declare const AppContextMenuSeparator: import("react").ForwardRefExoticComponent
46
46
  * @note If a prop you need is missing, stop and inform the design team.
47
47
  */
48
48
  declare const AppContextMenuShortcut: {
49
- ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
49
+ ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react").JSX.Element;
50
50
  displayName: string;
51
51
  };
52
52
  /**
@@ -73,7 +73,7 @@ declare const AppContextMenuSubContent: import("react").ForwardRefExoticComponen
73
73
  * AppContextMenuSubTrigger — The trigger component for an AppContextMenu sub-menu.
74
74
  * @note If a prop you need is missing, stop and inform the design team.
75
75
  */
76
- declare function AppContextMenuSubTrigger({ className, ...props }: React.ComponentProps<typeof ContextMenuSubTrigger>): import("react/jsx-runtime").JSX.Element;
76
+ declare function AppContextMenuSubTrigger({ className, ...props }: React.ComponentProps<typeof ContextMenuSubTrigger>): import("react").JSX.Element;
77
77
  /**
78
78
  * AppContextMenuRadioGroup — A radio group within AppContextMenu.
79
79
  * @note If a prop you need is missing, stop and inform the design team.
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import { type ColumnDef } from "@tanstack/react-table";
2
3
  export type { ColumnDef };
3
4
  type AppDataTableProps<TData, TValue> = {
@@ -19,5 +20,5 @@ type AppDataTableProps<TData, TValue> = {
19
20
  * @note Disable individual features via `enableSorting={false}` etc.
20
21
  * @note If a prop you need is missing, stop and inform the design team.
21
22
  */
22
- declare function AppDataTable<TData, TValue>({ data, columns, filterColumn, filterPlaceholder, pageSize, enableSorting, enableFiltering, enablePagination, enableColumnVisibility, className, }: AppDataTableProps<TData, TValue>): import("react/jsx-runtime").JSX.Element;
23
+ declare function AppDataTable<TData, TValue>({ data, columns, filterColumn, filterPlaceholder, pageSize, enableSorting, enableFiltering, enablePagination, enableColumnVisibility, className, }: AppDataTableProps<TData, TValue>): React.JSX.Element;
23
24
  export { AppDataTable, type AppDataTableProps };
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { DateRange } from "react-day-picker";
2
3
  type AppDatePickerSingleProps = {
3
4
  mode?: "single";
@@ -22,5 +23,5 @@ type AppDatePickerProps = AppDatePickerSingleProps | AppDatePickerRangeProps;
22
23
  * @note Controlled via `value` + `onChange`. Manages popover open state internally.
23
24
  * @note If a prop you need is missing, stop and inform the design team.
24
25
  */
25
- declare function AppDatePicker(props: AppDatePickerProps): import("react/jsx-runtime").JSX.Element;
26
+ declare function AppDatePicker(props: AppDatePickerProps): React.JSX.Element;
26
27
  export { AppDatePicker, type AppDatePickerProps, type AppDatePickerSingleProps, type AppDatePickerRangeProps };
@@ -10,31 +10,31 @@ type AppDialogProps = {
10
10
  * Sub-components (AppDialogContent, AppDialogHeader, etc.) swap automatically.
11
11
  * @note If a prop you need is missing, stop and inform the design team.
12
12
  */
13
- declare function AppDialog({ children, ...props }: AppDialogProps): import("react/jsx-runtime").JSX.Element;
13
+ declare function AppDialog({ children, ...props }: AppDialogProps): React.JSX.Element;
14
14
  /**
15
15
  * AppDialogTrigger — The trigger component for AppDialog.
16
16
  * @note If a prop you need is missing, stop and inform the design team.
17
17
  */
18
- declare function AppDialogTrigger(props: React.ComponentProps<typeof DialogTrigger>): import("react/jsx-runtime").JSX.Element;
18
+ declare function AppDialogTrigger(props: React.ComponentProps<typeof DialogTrigger>): React.JSX.Element;
19
19
  /**
20
20
  * AppDialogContent — The content component for AppDialog.
21
21
  * Renders as DialogContent on desktop, DrawerContent on mobile.
22
22
  * @note If a prop you need is missing, stop and inform the design team.
23
23
  */
24
- declare function AppDialogContent({ className, children, ...props }: React.ComponentPropsWithoutRef<typeof DialogContent>): import("react/jsx-runtime").JSX.Element;
24
+ declare function AppDialogContent({ className, children, ...props }: React.ComponentPropsWithoutRef<typeof DialogContent>): React.JSX.Element;
25
25
  /**
26
26
  * AppDialogHeader — The header section of an AppDialog.
27
27
  * @note If a prop you need is missing, stop and inform the design team.
28
28
  */
29
- declare function AppDialogHeader(props: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
29
+ declare function AppDialogHeader(props: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
30
30
  /**
31
31
  * AppDialogTitle — The title component for AppDialog.
32
32
  * @note If a prop you need is missing, stop and inform the design team.
33
33
  */
34
- declare function AppDialogTitle(props: React.ComponentPropsWithoutRef<typeof DialogTitle>): import("react/jsx-runtime").JSX.Element;
34
+ declare function AppDialogTitle(props: React.ComponentPropsWithoutRef<typeof DialogTitle>): React.JSX.Element;
35
35
  /**
36
36
  * AppDialogDescription — The description component for AppDialog.
37
37
  * @note If a prop you need is missing, stop and inform the design team.
38
38
  */
39
- declare function AppDialogDescription(props: React.ComponentPropsWithoutRef<typeof DialogDescription>): import("react/jsx-runtime").JSX.Element;
39
+ declare function AppDialogDescription(props: React.ComponentPropsWithoutRef<typeof DialogDescription>): React.JSX.Element;
40
40
  export { AppDialog, AppDialogTrigger, AppDialogContent, AppDialogHeader, AppDialogTitle, AppDialogDescription, };
@@ -28,13 +28,13 @@ declare const AppDrawerClose: import("react").ForwardRefExoticComponent<import("
28
28
  * AppDrawerContent — The content component for AppDrawer.
29
29
  * @note If a prop you need is missing, stop and inform the design team.
30
30
  */
31
- declare function AppDrawerContent({ className, ...props }: DrawerContentProps): import("react/jsx-runtime").JSX.Element;
31
+ declare function AppDrawerContent({ className, ...props }: DrawerContentProps): import("react").JSX.Element;
32
32
  /**
33
33
  * AppDrawerHeader — The header section of an AppDrawer.
34
34
  * @note If a prop you need is missing, stop and inform the design team.
35
35
  */
36
36
  declare const AppDrawerHeader: {
37
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
37
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react").JSX.Element;
38
38
  displayName: string;
39
39
  };
40
40
  /**
@@ -42,7 +42,7 @@ declare const AppDrawerHeader: {
42
42
  * @note If a prop you need is missing, stop and inform the design team.
43
43
  */
44
44
  declare const AppDrawerFooter: {
45
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
45
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react").JSX.Element;
46
46
  displayName: string;
47
47
  };
48
48
  /**
@@ -9,49 +9,49 @@ type AppDropdownMenuProps = React.ComponentProps<typeof DropdownMenu> & {
9
9
  * Pass `forceDropdown` to always render as a floating dropdown (e.g. when already inside a drawer).
10
10
  * @note If a prop you need is missing, stop and inform the design team.
11
11
  */
12
- declare function AppDropdownMenu({ open, onOpenChange, children, forceDropdown, ...props }: AppDropdownMenuProps): import("react/jsx-runtime").JSX.Element;
12
+ declare function AppDropdownMenu({ open, onOpenChange, children, forceDropdown, ...props }: AppDropdownMenuProps): React.JSX.Element;
13
13
  /**
14
14
  * AppDropdownMenuTrigger — The trigger component for AppDropdownMenu.
15
15
  * @note If a prop you need is missing, stop and inform the design team.
16
16
  */
17
- declare function AppDropdownMenuTrigger(props: React.ComponentProps<typeof DropdownMenuTrigger>): import("react/jsx-runtime").JSX.Element;
17
+ declare function AppDropdownMenuTrigger(props: React.ComponentProps<typeof DropdownMenuTrigger>): React.JSX.Element;
18
18
  /**
19
19
  * AppDropdownMenuContent — The content component for AppDropdownMenu.
20
20
  * Renders as DropdownMenuContent on desktop, DrawerContent on mobile.
21
21
  * @note If a prop you need is missing, stop and inform the design team.
22
22
  */
23
- declare function AppDropdownMenuContent({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuContent>): import("react/jsx-runtime").JSX.Element;
23
+ declare function AppDropdownMenuContent({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuContent>): React.JSX.Element;
24
24
  /**
25
25
  * AppDropdownMenuItem — An individual item within AppDropdownMenu.
26
26
  * @note If a prop you need is missing, stop and inform the design team.
27
27
  */
28
- declare function AppDropdownMenuItem({ className, ...props }: React.ComponentProps<typeof DropdownMenuItem>): import("react/jsx-runtime").JSX.Element;
28
+ declare function AppDropdownMenuItem({ className, ...props }: React.ComponentProps<typeof DropdownMenuItem>): React.JSX.Element;
29
29
  /**
30
30
  * AppDropdownMenuCheckboxItem — A checkbox item within AppDropdownMenu.
31
31
  * @note If a prop you need is missing, stop and inform the design team.
32
32
  */
33
- declare function AppDropdownMenuCheckboxItem({ className, ...props }: React.ComponentProps<typeof DropdownMenuCheckboxItem>): import("react/jsx-runtime").JSX.Element;
33
+ declare function AppDropdownMenuCheckboxItem({ className, ...props }: React.ComponentProps<typeof DropdownMenuCheckboxItem>): React.JSX.Element;
34
34
  /**
35
35
  * AppDropdownMenuRadioItem — A radio item within AppDropdownMenu.
36
36
  * @note If a prop you need is missing, stop and inform the design team.
37
37
  */
38
- declare function AppDropdownMenuRadioItem({ className, ...props }: React.ComponentProps<typeof DropdownMenuRadioItem>): import("react/jsx-runtime").JSX.Element;
38
+ declare function AppDropdownMenuRadioItem({ className, ...props }: React.ComponentProps<typeof DropdownMenuRadioItem>): React.JSX.Element;
39
39
  /**
40
40
  * AppDropdownMenuLabel — A label component for AppDropdownMenu sections.
41
41
  * @note If a prop you need is missing, stop and inform the design team.
42
42
  */
43
- declare function AppDropdownMenuLabel({ className, ...props }: React.ComponentProps<typeof DropdownMenuLabel>): import("react/jsx-runtime").JSX.Element;
43
+ declare function AppDropdownMenuLabel({ className, ...props }: React.ComponentProps<typeof DropdownMenuLabel>): React.JSX.Element;
44
44
  /**
45
45
  * AppDropdownMenuSeparator — A separator component for AppDropdownMenu items.
46
46
  * @note If a prop you need is missing, stop and inform the design team.
47
47
  */
48
- declare function AppDropdownMenuSeparator({ className, ...props }: React.ComponentProps<typeof DropdownMenuSeparator>): import("react/jsx-runtime").JSX.Element;
48
+ declare function AppDropdownMenuSeparator({ className, ...props }: React.ComponentProps<typeof DropdownMenuSeparator>): React.JSX.Element;
49
49
  /**
50
50
  * AppDropdownMenuShortcut — A keyboard shortcut indicator for AppDropdownMenu items.
51
51
  * Hidden on mobile (no keyboard shortcuts on touch).
52
52
  * @note If a prop you need is missing, stop and inform the design team.
53
53
  */
54
- declare function AppDropdownMenuShortcut({ className, ...props }: React.ComponentProps<typeof DropdownMenuShortcut>): import("react/jsx-runtime").JSX.Element | null;
54
+ declare function AppDropdownMenuShortcut({ className, ...props }: React.ComponentProps<typeof DropdownMenuShortcut>): React.JSX.Element | null;
55
55
  /**
56
56
  * AppDropdownMenuGroup — A grouping component for AppDropdownMenu items.
57
57
  * @note If a prop you need is missing, stop and inform the design team.
@@ -76,7 +76,7 @@ declare const AppDropdownMenuSubContent: React.ForwardRefExoticComponent<Omit<im
76
76
  * AppDropdownMenuSubTrigger — The trigger component for an AppDropdownMenu sub-menu.
77
77
  * @note If a prop you need is missing, stop and inform the design team.
78
78
  */
79
- declare function AppDropdownMenuSubTrigger({ className, ...props }: React.ComponentProps<typeof DropdownMenuSubTrigger>): import("react/jsx-runtime").JSX.Element;
79
+ declare function AppDropdownMenuSubTrigger({ className, ...props }: React.ComponentProps<typeof DropdownMenuSubTrigger>): React.JSX.Element;
80
80
  /**
81
81
  * AppDropdownMenuRadioGroup — A radio group within AppDropdownMenu.
82
82
  * @note If a prop you need is missing, stop and inform the design team.
@@ -7,29 +7,29 @@ import { Empty, EmptyHeader, EmptyTitle, EmptyDescription, EmptyContent, type Em
7
7
  * @note Use for zero-data states (no results, no items, first-time views).
8
8
  * @note If a prop you need is missing, stop and inform the design team.
9
9
  */
10
- declare function AppEmpty(props: React.ComponentProps<typeof Empty>): import("react/jsx-runtime").JSX.Element;
10
+ declare function AppEmpty(props: React.ComponentProps<typeof Empty>): React.JSX.Element;
11
11
  /**
12
12
  * AppEmptyHeader — groups AppEmptyMedia and AppEmptyTitle/AppEmptyDescription
13
13
  * into a centered column.
14
14
  */
15
- declare function AppEmptyHeader(props: React.ComponentProps<typeof EmptyHeader>): import("react/jsx-runtime").JSX.Element;
15
+ declare function AppEmptyHeader(props: React.ComponentProps<typeof EmptyHeader>): React.JSX.Element;
16
16
  /**
17
17
  * AppEmptyMedia — container for an illustration, icon, or image.
18
18
  *
19
19
  * @prop variant - "default" (bare container) | "icon" (rounded muted circle).
20
20
  */
21
- declare function AppEmptyMedia(props: EmptyMediaProps): import("react/jsx-runtime").JSX.Element;
21
+ declare function AppEmptyMedia(props: EmptyMediaProps): React.JSX.Element;
22
22
  /**
23
23
  * AppEmptyTitle — primary heading of the empty state.
24
24
  */
25
- declare function AppEmptyTitle(props: React.ComponentProps<typeof EmptyTitle>): import("react/jsx-runtime").JSX.Element;
25
+ declare function AppEmptyTitle(props: React.ComponentProps<typeof EmptyTitle>): React.JSX.Element;
26
26
  /**
27
27
  * AppEmptyDescription — supporting text below AppEmptyTitle.
28
28
  */
29
- declare function AppEmptyDescription(props: React.ComponentProps<typeof EmptyDescription>): import("react/jsx-runtime").JSX.Element;
29
+ declare function AppEmptyDescription(props: React.ComponentProps<typeof EmptyDescription>): React.JSX.Element;
30
30
  /**
31
31
  * AppEmptyContent — action area below the header (buttons, links).
32
32
  */
33
- declare function AppEmptyContent(props: React.ComponentProps<typeof EmptyContent>): import("react/jsx-runtime").JSX.Element;
33
+ declare function AppEmptyContent(props: React.ComponentProps<typeof EmptyContent>): React.JSX.Element;
34
34
  export { AppEmpty, AppEmptyHeader, AppEmptyMedia, AppEmptyTitle, AppEmptyDescription, AppEmptyContent, };
35
35
  export type { EmptyMediaProps as AppEmptyMediaProps, };
@@ -12,54 +12,54 @@ import { useField, FieldControl, FieldDescription, FieldError, FieldContent, Fie
12
12
  * @note Never wire form state manually. Use AppFieldControl to bind the input.
13
13
  * @note If a prop you need is missing, stop and inform the design team.
14
14
  */
15
- declare function AppField({ className, ...props }: FieldProps): import("react/jsx-runtime").JSX.Element;
15
+ declare function AppField({ className, ...props }: FieldProps): React.JSX.Element;
16
16
  /**
17
17
  * AppFieldLabel — label bound to AppFieldControl via FieldContext id.
18
18
  *
19
19
  * @prop required - Appends a red asterisk after the label text.
20
20
  */
21
- declare function AppFieldLabel(props: FieldLabelProps): import("react/jsx-runtime").JSX.Element;
21
+ declare function AppFieldLabel(props: FieldLabelProps): React.JSX.Element;
22
22
  /**
23
23
  * AppFieldControl — Slot wrapper that injects id, aria-describedby, and
24
24
  * aria-invalid onto the wrapped input.
25
25
  */
26
- declare function AppFieldControl(props: React.ComponentProps<typeof FieldControl>): import("react/jsx-runtime").JSX.Element;
26
+ declare function AppFieldControl(props: React.ComponentProps<typeof FieldControl>): React.JSX.Element;
27
27
  /**
28
28
  * AppFieldDescription — helper text below the input. Always rendered;
29
29
  * referenced by aria-describedby on the control.
30
30
  */
31
- declare function AppFieldDescription(props: React.ComponentProps<typeof FieldDescription>): import("react/jsx-runtime").JSX.Element;
31
+ declare function AppFieldDescription(props: React.ComponentProps<typeof FieldDescription>): React.JSX.Element;
32
32
  /**
33
33
  * AppFieldError — validation error text. Renders nothing when children is
34
34
  * empty. Referenced by aria-describedby when field is invalid.
35
35
  */
36
- declare function AppFieldError(props: React.ComponentProps<typeof FieldError>): import("react/jsx-runtime").JSX.Element;
36
+ declare function AppFieldError(props: React.ComponentProps<typeof FieldError>): React.JSX.Element;
37
37
  /**
38
38
  * AppFieldContent — vertical stack wrapper for AppFieldDescription and
39
39
  * AppFieldError.
40
40
  */
41
- declare function AppFieldContent(props: React.ComponentProps<typeof FieldContent>): import("react/jsx-runtime").JSX.Element;
41
+ declare function AppFieldContent(props: React.ComponentProps<typeof FieldContent>): React.JSX.Element;
42
42
  /**
43
43
  * AppFieldTitle — small semibold label above a group of fields (not bound
44
44
  * to a control — use AppFieldLabel for that).
45
45
  */
46
- declare function AppFieldTitle(props: React.ComponentProps<typeof FieldTitle>): import("react/jsx-runtime").JSX.Element;
46
+ declare function AppFieldTitle(props: React.ComponentProps<typeof FieldTitle>): React.JSX.Element;
47
47
  /**
48
48
  * AppFieldGroup — vertical stack of multiple AppField rows with consistent
49
49
  * gap.
50
50
  */
51
- declare function AppFieldGroup(props: React.ComponentProps<typeof FieldGroup>): import("react/jsx-runtime").JSX.Element;
51
+ declare function AppFieldGroup(props: React.ComponentProps<typeof FieldGroup>): React.JSX.Element;
52
52
  /**
53
53
  * AppFieldSet — semantic <fieldset> wrapper with browser default styles
54
54
  * stripped.
55
55
  */
56
- declare function AppFieldSet(props: FieldSetProps): import("react/jsx-runtime").JSX.Element;
56
+ declare function AppFieldSet(props: FieldSetProps): React.JSX.Element;
57
57
  /**
58
58
  * AppFieldLegend — legend for AppFieldSet.
59
59
  *
60
60
  * @prop variant - "legend" (visually hidden, sr-only) | "label" (visible,
61
61
  * styled like AppFieldLabel).
62
62
  */
63
- declare function AppFieldLegend(props: FieldLegendProps): import("react/jsx-runtime").JSX.Element;
63
+ declare function AppFieldLegend(props: FieldLegendProps): React.JSX.Element;
64
64
  export { useField as useAppField, AppField, AppFieldLabel, AppFieldControl, AppFieldDescription, AppFieldError, AppFieldContent, AppFieldTitle, AppFieldGroup, AppFieldSet, AppFieldLegend, };
65
65
  export type { FieldOrientation as AppFieldOrientation, FieldProps as AppFieldProps, FieldLabelProps as AppFieldLabelProps, FieldSetProps as AppFieldSetProps, FieldLegendProps as AppFieldLegendProps, };