@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.
Files changed (118) hide show
  1. package/dist/index.cjs +34 -34
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.js +14469 -14225
  4. package/dist/index.js.map +1 -1
  5. package/dist/types/assets/icons/DashboardActiveIcon.d.ts +1 -1
  6. package/dist/types/assets/icons/DashboardIcon.d.ts +1 -1
  7. package/dist/types/assets/icons/DevicesActiveIcon.d.ts +1 -1
  8. package/dist/types/assets/icons/DevicesIcon.d.ts +1 -1
  9. package/dist/types/assets/icons/InstallerActiveIcon.d.ts +1 -1
  10. package/dist/types/assets/icons/InstallerIcon.d.ts +1 -1
  11. package/dist/types/assets/icons/ManifestActiveIcon.d.ts +1 -1
  12. package/dist/types/assets/icons/ManifestIcon.d.ts +1 -1
  13. package/dist/types/assets/icons/SensorActiveIcon.d.ts +1 -1
  14. package/dist/types/assets/icons/SensorIcon.d.ts +1 -1
  15. package/dist/types/assets/icons/SiteActiveIcon.d.ts +1 -1
  16. package/dist/types/assets/icons/SiteIcon.d.ts +1 -1
  17. package/dist/types/assets/icons/XrayActiveIcon.d.ts +1 -1
  18. package/dist/types/assets/icons/XrayIcon.d.ts +1 -1
  19. package/dist/types/assets/logos/DarkLogo.d.ts +1 -1
  20. package/dist/types/assets/logos/DarkSymbol.d.ts +1 -1
  21. package/dist/types/assets/logos/PrimaryLogo.d.ts +1 -1
  22. package/dist/types/assets/logos/PrimarySymbol.d.ts +1 -1
  23. package/dist/types/assets/logos/WhiteLogo.d.ts +1 -1
  24. package/dist/types/assets/logos/WhiteSymbol.d.ts +1 -1
  25. package/dist/types/components/blocks/AppBentoMenu.d.ts +2 -2
  26. package/dist/types/components/blocks/AppDashboard.d.ts +9 -3
  27. package/dist/types/components/blocks/AppHeader.d.ts +6 -6
  28. package/dist/types/components/blocks/AppLocationTreeFilter.d.ts +1 -1
  29. package/dist/types/components/blocks/AppNotificationsMenu.d.ts +1 -1
  30. package/dist/types/components/blocks/AppPageTitle.d.ts +1 -1
  31. package/dist/types/components/blocks/AppProfile.d.ts +1 -1
  32. package/dist/types/components/blocks/AppWizardStepper.d.ts +61 -0
  33. package/dist/types/components/blocks/TableManager.d.ts +36 -14
  34. package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundDots.d.ts +1 -1
  35. package/dist/types/components/blocks/backgrounds/AppDashboardBackgroundWave.d.ts +1 -1
  36. package/dist/types/components/blocks/backgrounds/types.d.ts +2 -0
  37. package/dist/types/components/blocks/index.d.ts +1 -0
  38. package/dist/types/components/primitives/AppAccordion.d.ts +4 -4
  39. package/dist/types/components/primitives/AppAlert.d.ts +1 -1
  40. package/dist/types/components/primitives/AppAlertDialog.d.ts +2 -2
  41. package/dist/types/components/primitives/AppAspectRatio.d.ts +1 -1
  42. package/dist/types/components/primitives/AppAvatar.d.ts +3 -3
  43. package/dist/types/components/primitives/AppBadge.d.ts +1 -1
  44. package/dist/types/components/primitives/AppBreadcrumb.d.ts +7 -7
  45. package/dist/types/components/primitives/AppButton.d.ts +1 -1
  46. package/dist/types/components/primitives/AppButtonGroup.d.ts +1 -1
  47. package/dist/types/components/primitives/AppCalendar.d.ts +1 -1
  48. package/dist/types/components/primitives/AppCard.d.ts +7 -7
  49. package/dist/types/components/primitives/AppCarousel.d.ts +5 -5
  50. package/dist/types/components/primitives/AppChart.d.ts +3 -3
  51. package/dist/types/components/primitives/AppCheckbox.d.ts +1 -1
  52. package/dist/types/components/primitives/AppCollapsible.d.ts +1 -1
  53. package/dist/types/components/primitives/AppCombobox.d.ts +7 -7
  54. package/dist/types/components/primitives/AppCommand.d.ts +9 -9
  55. package/dist/types/components/primitives/AppContextMenu.d.ts +7 -7
  56. package/dist/types/components/primitives/AppDataTable.d.ts +2 -1
  57. package/dist/types/components/primitives/AppDatePicker.d.ts +2 -1
  58. package/dist/types/components/primitives/AppDialog.d.ts +6 -6
  59. package/dist/types/components/primitives/AppDrawer.d.ts +3 -3
  60. package/dist/types/components/primitives/AppDropdownMenu.d.ts +10 -10
  61. package/dist/types/components/primitives/AppEmpty.d.ts +6 -6
  62. package/dist/types/components/primitives/AppField.d.ts +10 -10
  63. package/dist/types/components/primitives/AppForm.d.ts +2 -2
  64. package/dist/types/components/primitives/AppHoverCard.d.ts +3 -3
  65. package/dist/types/components/primitives/AppInput.d.ts +10 -1
  66. package/dist/types/components/primitives/AppKbd.d.ts +2 -2
  67. package/dist/types/components/primitives/AppLabel.d.ts +1 -1
  68. package/dist/types/components/primitives/AppMenubar.d.ts +6 -6
  69. package/dist/types/components/primitives/AppNavigationMenu.d.ts +8 -8
  70. package/dist/types/components/primitives/AppPagination.d.ts +7 -7
  71. package/dist/types/components/primitives/AppPopover.d.ts +3 -3
  72. package/dist/types/components/primitives/AppProgress.d.ts +1 -1
  73. package/dist/types/components/primitives/AppRadioGroup.d.ts +2 -2
  74. package/dist/types/components/primitives/AppScrollArea.d.ts +2 -2
  75. package/dist/types/components/primitives/AppSelect.d.ts +7 -7
  76. package/dist/types/components/primitives/AppSeparator.d.ts +1 -1
  77. package/dist/types/components/primitives/AppSheet.d.ts +6 -6
  78. package/dist/types/components/primitives/AppSidebar.d.ts +24 -24
  79. package/dist/types/components/primitives/AppSkeleton.d.ts +1 -1
  80. package/dist/types/components/primitives/AppSwitch.d.ts +1 -1
  81. package/dist/types/components/primitives/AppTable.d.ts +8 -8
  82. package/dist/types/components/primitives/AppTabs.d.ts +4 -4
  83. package/dist/types/components/primitives/AppTextarea.d.ts +7 -1
  84. package/dist/types/components/primitives/AppThemeProvider.d.ts +2 -2
  85. package/dist/types/components/primitives/AppToaster.d.ts +1 -1
  86. package/dist/types/components/primitives/AppToggle.d.ts +1 -1
  87. package/dist/types/components/primitives/AppTooltip.d.ts +4 -4
  88. package/dist/types/components/primitives/AppTypography.d.ts +1 -1
  89. package/dist/types/components/ui/alert-dialog.d.ts +2 -2
  90. package/dist/types/components/ui/badge.d.ts +1 -1
  91. package/dist/types/components/ui/breadcrumb.d.ts +2 -2
  92. package/dist/types/components/ui/button.d.ts +5 -2
  93. package/dist/types/components/ui/calendar.d.ts +1 -1
  94. package/dist/types/components/ui/card.d.ts +7 -7
  95. package/dist/types/components/ui/carousel.d.ts +5 -5
  96. package/dist/types/components/ui/chart.d.ts +4 -4
  97. package/dist/types/components/ui/combobox.d.ts +7 -7
  98. package/dist/types/components/ui/command.d.ts +9 -9
  99. package/dist/types/components/ui/context-menu.d.ts +1 -1
  100. package/dist/types/components/ui/dialog.d.ts +2 -2
  101. package/dist/types/components/ui/drawer.d.ts +2 -2
  102. package/dist/types/components/ui/dropdown-menu.d.ts +1 -1
  103. package/dist/types/components/ui/form.d.ts +2 -2
  104. package/dist/types/components/ui/input.d.ts +1 -1
  105. package/dist/types/components/ui/label.d.ts +1 -1
  106. package/dist/types/components/ui/menubar.d.ts +16 -16
  107. package/dist/types/components/ui/pagination.d.ts +5 -5
  108. package/dist/types/components/ui/scroll-text.d.ts +1 -1
  109. package/dist/types/components/ui/sheet.d.ts +2 -2
  110. package/dist/types/components/ui/sidebar.d.ts +23 -23
  111. package/dist/types/components/ui/skeleton.d.ts +1 -1
  112. package/dist/types/components/ui/sonner.d.ts +1 -1
  113. package/dist/types/hooks/use-page-title.d.ts +10 -1
  114. package/dist/ui-kit.css +1 -1
  115. package/package.json +9 -9
  116. package/rules/dashboard.md +40 -0
  117. package/rules/header.md +3 -1
  118. package/rules/sidebar.md +21 -0
@@ -3,7 +3,7 @@
3
3
  * @note Never use the raw HTML equivalent. Use AppForm.
4
4
  * @note If a prop you need is missing, stop and inform the design team.
5
5
  */
6
- declare const AppForm: <TFieldValues extends import("react-hook-form").FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: import("react-hook-form").FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
6
+ declare const AppForm: <TFieldValues extends import("react-hook-form").FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, handleSubmit, unregister, control, register, setFocus, subscribe, }: import("react-hook-form").FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
7
7
  /**
8
8
  * AppFormItem — A wrapper for form elements within AppForm.
9
9
  * @note Never use the raw HTML equivalent. Use AppFormItem.
@@ -39,7 +39,7 @@ declare const AppFormMessage: import("react").ForwardRefExoticComponent<import("
39
39
  * @note Never use the raw HTML equivalent. Use AppFormField.
40
40
  * @note If a prop you need is missing, stop and inform the design team.
41
41
  */
42
- declare const AppFormField: <TFieldValues extends import("react-hook-form").FieldValues = import("react-hook-form").FieldValues, TName extends import("react-hook-form").FieldPath<TFieldValues> = import("react-hook-form").FieldPath<TFieldValues>>({ ...props }: import("react-hook-form").ControllerProps<TFieldValues, TName>) => import("react/jsx-runtime").JSX.Element;
42
+ declare const AppFormField: <TFieldValues extends import("react-hook-form").FieldValues = import("react-hook-form").FieldValues, TName extends import("react-hook-form").FieldPath<TFieldValues> = import("react-hook-form").FieldPath<TFieldValues>>({ ...props }: import("react-hook-form").ControllerProps<TFieldValues, TName>) => import("react").JSX.Element;
43
43
  /**
44
44
  * useAppFormField — A hook for accessing form field state.
45
45
  * @note If a prop you need is missing, stop and inform the design team.
@@ -3,17 +3,17 @@ import { HoverCard, HoverCardContent } from "../ui/hover-card";
3
3
  * AppHoverCard — For sighted users to preview content available behind a link.
4
4
  * @note If a prop you need is missing, stop and inform the design team.
5
5
  */
6
- declare function AppHoverCard(props: React.ComponentProps<typeof HoverCard>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AppHoverCard(props: React.ComponentProps<typeof HoverCard>): import("react").JSX.Element;
7
7
  /**
8
8
  * AppHoverCardTrigger — The trigger component for AppHoverCard.
9
9
  * @note If a prop you need is missing, stop and inform the design team.
10
10
  */
11
11
  declare function AppHoverCardTrigger({ children }: {
12
12
  children: React.ReactNode;
13
- }): import("react/jsx-runtime").JSX.Element;
13
+ }): import("react").JSX.Element;
14
14
  /**
15
15
  * AppHoverCardContent — The content component for AppHoverCard. Suppressed on mobile (no hover on touch).
16
16
  * @note If a prop you need is missing, stop and inform the design team.
17
17
  */
18
- declare function AppHoverCardContent({ className, ...props }: React.ComponentPropsWithoutRef<typeof HoverCardContent>): import("react/jsx-runtime").JSX.Element | null;
18
+ declare function AppHoverCardContent({ className, ...props }: React.ComponentPropsWithoutRef<typeof HoverCardContent>): import("react").JSX.Element | null;
19
19
  export { AppHoverCard, AppHoverCardTrigger, AppHoverCardContent };
@@ -7,6 +7,13 @@ import { Input } from "../ui/input";
7
7
  * Padding is adjusted automatically. Do not add padding or position it manually.
8
8
  * @prop rightAdornment - Renders an icon or element inside the right edge of the input.
9
9
  * Padding is adjusted automatically. Do not add padding or position it manually.
10
+ * @prop wrapperClassName - Applied to the outer wrapper div when adornments are present.
11
+ * Use to override the default `w-full`. Silently ignored when no adornments are set.
12
+ * `className` always routes to the inner `<Input>` element.
13
+ *
14
+ * @example Width override inside a flex toolbar:
15
+ * <AppInput leftAdornment={<Search />} wrapperClassName="w-full md:w-64" />
16
+ * <AppInput leftAdornment={<Search />} wrapperClassName="flex-1" />
10
17
  *
11
18
  * @note Never use a raw <input> element. Use AppInput.
12
19
  * @note Do not wrap AppInput in a relative div to position adornments — use these props instead.
@@ -15,7 +22,9 @@ import { Input } from "../ui/input";
15
22
  type AppInputProps = React.ComponentProps<typeof Input> & {
16
23
  leftAdornment?: React.ReactNode;
17
24
  rightAdornment?: React.ReactNode;
25
+ /** Applied to the outer wrapper when adornments are present. Use to override default `w-full`. Ignored without adornments. */
26
+ wrapperClassName?: string;
18
27
  };
19
- declare function AppInput({ leftAdornment, rightAdornment, className, ...props }: AppInputProps): import("react/jsx-runtime").JSX.Element;
28
+ declare function AppInput({ leftAdornment, rightAdornment, className, wrapperClassName, ...props }: AppInputProps): React.JSX.Element;
20
29
  export { AppInput };
21
30
  export type { AppInputProps };
@@ -7,11 +7,11 @@ import { Kbd, KbdGroup } from "../ui/kbd";
7
7
  * gap.
8
8
  * @note If a prop you need is missing, stop and inform the design team.
9
9
  */
10
- declare function AppKbd(props: React.ComponentProps<typeof Kbd>): import("react/jsx-runtime").JSX.Element;
10
+ declare function AppKbd(props: React.ComponentProps<typeof Kbd>): React.JSX.Element;
11
11
  /**
12
12
  * AppKbdGroup — inline row of AppKbd keys with consistent gap.
13
13
  */
14
- declare function AppKbdGroup(props: React.ComponentProps<typeof KbdGroup>): import("react/jsx-runtime").JSX.Element;
14
+ declare function AppKbdGroup(props: React.ComponentProps<typeof KbdGroup>): React.JSX.Element;
15
15
  type AppKbdProps = React.ComponentProps<typeof Kbd>;
16
16
  type AppKbdGroupProps = React.ComponentProps<typeof KbdGroup>;
17
17
  export { AppKbd, AppKbdGroup };
@@ -4,5 +4,5 @@ import { Label } from "../ui/label";
4
4
  * @note Never use the raw HTML equivalent. Use AppLabel.
5
5
  * @note If a prop you need is missing, stop and inform the design team.
6
6
  */
7
- declare function AppLabel(props: React.ComponentProps<typeof Label>): import("react/jsx-runtime").JSX.Element;
7
+ declare function AppLabel(props: React.ComponentProps<typeof Label>): import("react").JSX.Element;
8
8
  export { AppLabel };
@@ -4,7 +4,7 @@ import { Menubar, MenubarMenu, MenubarTrigger, MenubarContent, MenubarItem, Menu
4
4
  * Scrolls horizontally on mobile when items overflow.
5
5
  * @note If a prop you need is missing, stop and inform the design team.
6
6
  */
7
- declare function AppMenubar({ className, ...props }: React.ComponentProps<typeof Menubar>): import("react/jsx-runtime").JSX.Element;
7
+ declare function AppMenubar({ className, ...props }: React.ComponentProps<typeof Menubar>): import("react").JSX.Element;
8
8
  /**
9
9
  * AppMenubarMenu — An individual menu within AppMenubar.
10
10
  * @note If a prop you need is missing, stop and inform the design team.
@@ -14,7 +14,7 @@ declare const AppMenubarMenu: typeof MenubarMenu;
14
14
  * AppMenubarTrigger — The trigger component for an AppMenubar menu.
15
15
  * @note If a prop you need is missing, stop and inform the design team.
16
16
  */
17
- declare function AppMenubarTrigger({ className, ...props }: React.ComponentProps<typeof MenubarTrigger>): import("react/jsx-runtime").JSX.Element;
17
+ declare function AppMenubarTrigger({ className, ...props }: React.ComponentProps<typeof MenubarTrigger>): import("react").JSX.Element;
18
18
  /**
19
19
  * AppMenubarContent — The content component for an AppMenubar menu.
20
20
  * @note If a prop you need is missing, stop and inform the design team.
@@ -24,7 +24,7 @@ declare const AppMenubarContent: typeof MenubarContent;
24
24
  * AppMenubarItem — An individual item within an AppMenubar menu.
25
25
  * @note If a prop you need is missing, stop and inform the design team.
26
26
  */
27
- declare function AppMenubarItem({ className, ...props }: React.ComponentProps<typeof MenubarItem>): import("react/jsx-runtime").JSX.Element;
27
+ declare function AppMenubarItem({ className, ...props }: React.ComponentProps<typeof MenubarItem>): import("react").JSX.Element;
28
28
  /**
29
29
  * AppMenubarSeparator — A separator component for AppMenubar menu items.
30
30
  * @note If a prop you need is missing, stop and inform the design team.
@@ -39,7 +39,7 @@ declare const AppMenubarLabel: typeof MenubarLabel;
39
39
  * AppMenubarCheckboxItem — A checkbox item within an AppMenubar menu.
40
40
  * @note If a prop you need is missing, stop and inform the design team.
41
41
  */
42
- declare function AppMenubarCheckboxItem({ className, ...props }: React.ComponentProps<typeof MenubarCheckboxItem>): import("react/jsx-runtime").JSX.Element;
42
+ declare function AppMenubarCheckboxItem({ className, ...props }: React.ComponentProps<typeof MenubarCheckboxItem>): import("react").JSX.Element;
43
43
  /**
44
44
  * AppMenubarRadioGroup — A radio group within an AppMenubar menu.
45
45
  * @note If a prop you need is missing, stop and inform the design team.
@@ -49,7 +49,7 @@ declare const AppMenubarRadioGroup: typeof MenubarRadioGroup;
49
49
  * AppMenubarRadioItem — A radio item within an AppMenubar menu.
50
50
  * @note If a prop you need is missing, stop and inform the design team.
51
51
  */
52
- declare function AppMenubarRadioItem({ className, ...props }: React.ComponentProps<typeof MenubarRadioItem>): import("react/jsx-runtime").JSX.Element;
52
+ declare function AppMenubarRadioItem({ className, ...props }: React.ComponentProps<typeof MenubarRadioItem>): import("react").JSX.Element;
53
53
  /**
54
54
  * AppMenubarPortal — The portal component for AppMenubar menu content.
55
55
  * @note If a prop you need is missing, stop and inform the design team.
@@ -74,7 +74,7 @@ declare const AppMenubarSubContent: typeof MenubarSubContent;
74
74
  * AppMenubarSubTrigger — The trigger component for an AppMenubar sub-menu.
75
75
  * @note If a prop you need is missing, stop and inform the design team.
76
76
  */
77
- declare function AppMenubarSubTrigger({ className, ...props }: React.ComponentProps<typeof MenubarSubTrigger>): import("react/jsx-runtime").JSX.Element;
77
+ declare function AppMenubarSubTrigger({ className, ...props }: React.ComponentProps<typeof MenubarSubTrigger>): import("react").JSX.Element;
78
78
  /**
79
79
  * AppMenubarShortcut — A keyboard shortcut indicator for AppMenubar menu items.
80
80
  * @note If a prop you need is missing, stop and inform the design team.
@@ -4,48 +4,48 @@ import { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, Navigat
4
4
  * @note Never use the raw HTML equivalent. Use AppNavigationMenu.
5
5
  * @note If a prop you need is missing, stop and inform the design team.
6
6
  */
7
- declare function AppNavigationMenu(props: React.ComponentProps<typeof NavigationMenu>): import("react/jsx-runtime").JSX.Element;
7
+ declare function AppNavigationMenu(props: React.ComponentProps<typeof NavigationMenu>): import("react").JSX.Element;
8
8
  /**
9
9
  * AppNavigationMenuList — The list container for AppNavigationMenu items.
10
10
  * Scrolls horizontally on mobile when items overflow.
11
11
  * @note Never use the raw HTML equivalent. Use AppNavigationMenuList.
12
12
  * @note If a prop you need is missing, stop and inform the design team.
13
13
  */
14
- declare function AppNavigationMenuList({ className, ...props }: React.ComponentProps<typeof NavigationMenuList>): import("react/jsx-runtime").JSX.Element;
14
+ declare function AppNavigationMenuList({ className, ...props }: React.ComponentProps<typeof NavigationMenuList>): import("react").JSX.Element;
15
15
  /**
16
16
  * AppNavigationMenuItem — An individual item within AppNavigationMenu.
17
17
  * @note Never use the raw HTML equivalent. Use AppNavigationMenuItem.
18
18
  * @note If a prop you need is missing, stop and inform the design team.
19
19
  */
20
- declare function AppNavigationMenuItem(props: React.ComponentProps<typeof NavigationMenuItem>): import("react/jsx-runtime").JSX.Element;
20
+ declare function AppNavigationMenuItem(props: React.ComponentProps<typeof NavigationMenuItem>): import("react").JSX.Element;
21
21
  /**
22
22
  * AppNavigationMenuTrigger — The trigger component for AppNavigationMenu items with sub-content.
23
23
  * @note Never use the raw HTML equivalent. Use AppNavigationMenuTrigger.
24
24
  * @note If a prop you need is missing, stop and inform the design team.
25
25
  */
26
- declare function AppNavigationMenuTrigger({ className, ...props }: React.ComponentProps<typeof NavigationMenuTrigger>): import("react/jsx-runtime").JSX.Element;
26
+ declare function AppNavigationMenuTrigger({ className, ...props }: React.ComponentProps<typeof NavigationMenuTrigger>): import("react").JSX.Element;
27
27
  /**
28
28
  * AppNavigationMenuContent — The sub-content component for AppNavigationMenu items.
29
29
  * @note Never use the raw HTML equivalent. Use AppNavigationMenuContent.
30
30
  * @note If a prop you need is missing, stop and inform the design team.
31
31
  */
32
- declare function AppNavigationMenuContent(props: React.ComponentProps<typeof NavigationMenuContent>): import("react/jsx-runtime").JSX.Element;
32
+ declare function AppNavigationMenuContent(props: React.ComponentProps<typeof NavigationMenuContent>): import("react").JSX.Element;
33
33
  /**
34
34
  * AppNavigationMenuLink — A link component within AppNavigationMenu.
35
35
  * @note Never use the raw HTML equivalent. Use AppNavigationMenuLink.
36
36
  * @note If a prop you need is missing, stop and inform the design team.
37
37
  */
38
- declare function AppNavigationMenuLink({ className, ...props }: React.ComponentProps<typeof NavigationMenuLink>): import("react/jsx-runtime").JSX.Element;
38
+ declare function AppNavigationMenuLink({ className, ...props }: React.ComponentProps<typeof NavigationMenuLink>): import("react").JSX.Element;
39
39
  /**
40
40
  * AppNavigationMenuIndicator — An indicator for the active AppNavigationMenu item.
41
41
  * @note Never use the raw HTML equivalent. Use AppNavigationMenuIndicator.
42
42
  * @note If a prop you need is missing, stop and inform the design team.
43
43
  */
44
- declare function AppNavigationMenuIndicator(props: React.ComponentProps<typeof NavigationMenuIndicator>): import("react/jsx-runtime").JSX.Element;
44
+ declare function AppNavigationMenuIndicator(props: React.ComponentProps<typeof NavigationMenuIndicator>): import("react").JSX.Element;
45
45
  /**
46
46
  * AppNavigationMenuViewport — The viewport component where sub-content is rendered in AppNavigationMenu.
47
47
  * @note Never use the raw HTML equivalent. Use AppNavigationMenuViewport.
48
48
  * @note If a prop you need is missing, stop and inform the design team.
49
49
  */
50
- declare function AppNavigationMenuViewport(props: React.ComponentProps<typeof NavigationMenuViewport>): import("react/jsx-runtime").JSX.Element;
50
+ declare function AppNavigationMenuViewport(props: React.ComponentProps<typeof NavigationMenuViewport>): import("react").JSX.Element;
51
51
  export { AppNavigationMenu, AppNavigationMenuList, AppNavigationMenuItem, AppNavigationMenuTrigger, AppNavigationMenuContent, AppNavigationMenuLink, AppNavigationMenuIndicator, AppNavigationMenuViewport, navigationMenuTriggerStyle, };
@@ -4,19 +4,19 @@ import { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, Pagi
4
4
  * @note Never use the raw HTML equivalent. Use AppPagination.
5
5
  * @note If a prop you need is missing, stop and inform the design team.
6
6
  */
7
- declare function AppPagination(props: React.ComponentProps<typeof Pagination>): import("react/jsx-runtime").JSX.Element;
7
+ declare function AppPagination(props: React.ComponentProps<typeof Pagination>): import("react").JSX.Element;
8
8
  /**
9
9
  * AppPaginationContent — The list container for AppPagination items.
10
10
  * @note Never use the raw HTML equivalent. Use AppPaginationContent.
11
11
  * @note If a prop you need is missing, stop and inform the design team.
12
12
  */
13
- declare function AppPaginationContent(props: React.ComponentProps<typeof PaginationContent>): import("react/jsx-runtime").JSX.Element;
13
+ declare function AppPaginationContent(props: React.ComponentProps<typeof PaginationContent>): import("react").JSX.Element;
14
14
  /**
15
15
  * AppPaginationItem — An individual item within AppPagination.
16
16
  * @note Never use the raw HTML equivalent. Use AppPaginationItem.
17
17
  * @note If a prop you need is missing, stop and inform the design team.
18
18
  */
19
- declare function AppPaginationItem(props: React.ComponentProps<typeof PaginationItem>): import("react/jsx-runtime").JSX.Element;
19
+ declare function AppPaginationItem(props: React.ComponentProps<typeof PaginationItem>): import("react").JSX.Element;
20
20
  /**
21
21
  * AppPaginationLink — A link component within AppPagination. Hidden on mobile (<640px) — prev/next always visible.
22
22
  * @note Never use the raw HTML equivalent. Use AppPaginationLink.
@@ -24,23 +24,23 @@ declare function AppPaginationItem(props: React.ComponentProps<typeof Pagination
24
24
  */
25
25
  declare function AppPaginationLink({ className, ...props }: React.ComponentProps<typeof PaginationLink> & {
26
26
  isActive?: boolean;
27
- }): import("react/jsx-runtime").JSX.Element;
27
+ }): import("react").JSX.Element;
28
28
  /**
29
29
  * AppPaginationPrevious — A button for navigating to the previous page in AppPagination.
30
30
  * @note Never use the raw HTML equivalent. Use AppPaginationPrevious.
31
31
  * @note If a prop you need is missing, stop and inform the design team.
32
32
  */
33
- declare function AppPaginationPrevious(props: React.ComponentProps<typeof PaginationPrevious>): import("react/jsx-runtime").JSX.Element;
33
+ declare function AppPaginationPrevious(props: React.ComponentProps<typeof PaginationPrevious>): import("react").JSX.Element;
34
34
  /**
35
35
  * AppPaginationNext — A button for navigating to the next page in AppPagination.
36
36
  * @note Never use the raw HTML equivalent. Use AppPaginationNext.
37
37
  * @note If a prop you need is missing, stop and inform the design team.
38
38
  */
39
- declare function AppPaginationNext(props: React.ComponentProps<typeof PaginationNext>): import("react/jsx-runtime").JSX.Element;
39
+ declare function AppPaginationNext(props: React.ComponentProps<typeof PaginationNext>): import("react").JSX.Element;
40
40
  /**
41
41
  * AppPaginationEllipsis — An ellipsis indicator for collapsed AppPagination items. Hidden on mobile (<640px).
42
42
  * @note Never use the raw HTML equivalent. Use AppPaginationEllipsis.
43
43
  * @note If a prop you need is missing, stop and inform the design team.
44
44
  */
45
- declare function AppPaginationEllipsis({ className, ...props }: React.ComponentProps<typeof PaginationEllipsis>): import("react/jsx-runtime").JSX.Element;
45
+ declare function AppPaginationEllipsis({ className, ...props }: React.ComponentProps<typeof PaginationEllipsis>): import("react").JSX.Element;
46
46
  export { AppPagination, AppPaginationContent, AppPaginationItem, AppPaginationLink, AppPaginationPrevious, AppPaginationNext, AppPaginationEllipsis, };
@@ -5,16 +5,16 @@ type AppPopoverProps = React.ComponentProps<typeof Popover>;
5
5
  * AppPopover — Floating popover on desktop, bottom drawer on mobile (<768px).
6
6
  * @note If a prop you need is missing, stop and inform the design team.
7
7
  */
8
- declare function AppPopover({ children, ...props }: AppPopoverProps): import("react/jsx-runtime").JSX.Element;
8
+ declare function AppPopover({ children, ...props }: AppPopoverProps): React.JSX.Element;
9
9
  /**
10
10
  * AppPopoverTrigger — The trigger component for AppPopover.
11
11
  * @note If a prop you need is missing, stop and inform the design team.
12
12
  */
13
- declare function AppPopoverTrigger(props: React.ComponentProps<typeof PopoverTrigger>): import("react/jsx-runtime").JSX.Element;
13
+ declare function AppPopoverTrigger(props: React.ComponentProps<typeof PopoverTrigger>): React.JSX.Element;
14
14
  /**
15
15
  * AppPopoverContent — The content component for AppPopover.
16
16
  * Renders as PopoverContent on desktop, DrawerContent on mobile.
17
17
  * @note If a prop you need is missing, stop and inform the design team.
18
18
  */
19
- declare function AppPopoverContent({ className, children, ...props }: React.ComponentPropsWithoutRef<typeof PopoverContent>): import("react/jsx-runtime").JSX.Element;
19
+ declare function AppPopoverContent({ className, children, ...props }: React.ComponentPropsWithoutRef<typeof PopoverContent>): React.JSX.Element;
20
20
  export { AppPopover, AppPopoverTrigger, AppPopoverContent };
@@ -5,5 +5,5 @@ type AppProgressProps = React.ComponentPropsWithoutRef<typeof Progress>;
5
5
  * @note Never use the raw HTML equivalent. Use AppProgress.
6
6
  * @note If a prop you need is missing, stop and inform the design team.
7
7
  */
8
- declare function AppProgress({ className, ...props }: AppProgressProps): import("react/jsx-runtime").JSX.Element;
8
+ declare function AppProgress({ className, ...props }: AppProgressProps): import("react").JSX.Element;
9
9
  export { AppProgress };
@@ -5,11 +5,11 @@ type AppRadioGroupProps = React.ComponentPropsWithoutRef<typeof RadioGroup>;
5
5
  * @note Never use the raw HTML equivalent. Use AppRadioGroup.
6
6
  * @note If a prop you need is missing, stop and inform the design team.
7
7
  */
8
- declare function AppRadioGroup(props: AppRadioGroupProps): import("react/jsx-runtime").JSX.Element;
8
+ declare function AppRadioGroup(props: AppRadioGroupProps): import("react").JSX.Element;
9
9
  /**
10
10
  * AppRadioGroupItem — An individual radio button within AppRadioGroup.
11
11
  * @note Never use the raw HTML equivalent. Use AppRadioGroupItem.
12
12
  * @note If a prop you need is missing, stop and inform the design team.
13
13
  */
14
- declare function AppRadioGroupItem(props: React.ComponentPropsWithoutRef<typeof RadioGroupItem>): import("react/jsx-runtime").JSX.Element;
14
+ declare function AppRadioGroupItem(props: React.ComponentPropsWithoutRef<typeof RadioGroupItem>): import("react").JSX.Element;
15
15
  export { AppRadioGroup, AppRadioGroupItem };
@@ -3,10 +3,10 @@ import { ScrollArea, ScrollBar } from "../ui/scroll-area";
3
3
  * AppScrollArea — Augments native scroll functionality for custom, cross-browser styling.
4
4
  * @note If a prop you need is missing, stop and inform the design team.
5
5
  */
6
- declare function AppScrollArea({ className, ...props }: React.ComponentProps<typeof ScrollArea>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AppScrollArea({ className, ...props }: React.ComponentProps<typeof ScrollArea>): import("react").JSX.Element;
7
7
  /**
8
8
  * AppScrollBar — The scrollbar component for AppScrollArea.
9
9
  * @note If a prop you need is missing, stop and inform the design team.
10
10
  */
11
- declare function AppScrollBar(props: React.ComponentProps<typeof ScrollBar>): import("react/jsx-runtime").JSX.Element;
11
+ declare function AppScrollBar(props: React.ComponentProps<typeof ScrollBar>): import("react").JSX.Element;
12
12
  export { AppScrollArea, AppScrollBar };
@@ -7,7 +7,7 @@ import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrig
7
7
  * @note Never use a raw <select> element. Use AppSelect.
8
8
  * @note If a prop you need is missing, stop and inform the design team.
9
9
  */
10
- declare function AppSelect(props: React.ComponentProps<typeof Select>): import("react/jsx-runtime").JSX.Element;
10
+ declare function AppSelect(props: React.ComponentProps<typeof Select>): React.JSX.Element;
11
11
  /**
12
12
  * AppSelectTrigger — the visible button that opens the select dropdown.
13
13
  *
@@ -19,28 +19,28 @@ declare function AppSelect(props: React.ComponentProps<typeof Select>): import("
19
19
  type AppSelectTriggerProps = React.ComponentPropsWithoutRef<typeof SelectTrigger> & {
20
20
  loading?: boolean;
21
21
  };
22
- declare function AppSelectTrigger({ className, loading, disabled, children, ...props }: AppSelectTriggerProps): import("react/jsx-runtime").JSX.Element;
22
+ declare function AppSelectTrigger({ className, loading, disabled, children, ...props }: AppSelectTriggerProps): React.JSX.Element;
23
23
  /**
24
24
  * AppSelectValue — displays the current selected value inside AppSelectTrigger.
25
25
  */
26
- declare function AppSelectValue(props: React.ComponentPropsWithoutRef<typeof SelectValue>): import("react/jsx-runtime").JSX.Element;
26
+ declare function AppSelectValue(props: React.ComponentPropsWithoutRef<typeof SelectValue>): React.JSX.Element;
27
27
  /**
28
28
  * AppSelectContent — the dropdown panel containing AppSelectItem entries.
29
29
  */
30
- declare function AppSelectContent(props: React.ComponentPropsWithoutRef<typeof SelectContent>): import("react/jsx-runtime").JSX.Element;
30
+ declare function AppSelectContent(props: React.ComponentPropsWithoutRef<typeof SelectContent>): React.JSX.Element;
31
31
  /**
32
32
  * AppSelectGroup — groups related AppSelectItems together. Required when using AppSelectLabel.
33
33
  * @note Always wrap AppSelectLabel + its items inside AppSelectGroup.
34
34
  */
35
- declare function AppSelectGroup(props: React.ComponentPropsWithoutRef<typeof SelectGroup>): import("react/jsx-runtime").JSX.Element;
35
+ declare function AppSelectGroup(props: React.ComponentPropsWithoutRef<typeof SelectGroup>): React.JSX.Element;
36
36
  /**
37
37
  * AppSelectItem — a single option inside AppSelectContent.
38
38
  */
39
- declare function AppSelectItem(props: React.ComponentPropsWithoutRef<typeof SelectItem>): import("react/jsx-runtime").JSX.Element;
39
+ declare function AppSelectItem(props: React.ComponentPropsWithoutRef<typeof SelectItem>): React.JSX.Element;
40
40
  /**
41
41
  * AppSelectLabel — a non-interactive label for grouping items inside AppSelectContent.
42
42
  * @note Must be used inside AppSelectGroup.
43
43
  */
44
- declare function AppSelectLabel(props: React.ComponentPropsWithoutRef<typeof SelectLabel>): import("react/jsx-runtime").JSX.Element;
44
+ declare function AppSelectLabel(props: React.ComponentPropsWithoutRef<typeof SelectLabel>): React.JSX.Element;
45
45
  export { AppSelect, AppSelectTrigger, AppSelectValue, AppSelectContent, AppSelectGroup, AppSelectItem, AppSelectLabel, };
46
46
  export type { AppSelectTriggerProps };
@@ -4,5 +4,5 @@ import { Separator } from "../ui/separator";
4
4
  * @note Never use the raw HTML equivalent. Use AppSeparator.
5
5
  * @note If a prop you need is missing, stop and inform the design team.
6
6
  */
7
- declare function AppSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): import("react/jsx-runtime").JSX.Element;
7
+ declare function AppSeparator({ className, ...props }: React.ComponentProps<typeof Separator>): import("react").JSX.Element;
8
8
  export { AppSeparator };
@@ -3,30 +3,30 @@ import { Sheet, SheetContent, SheetDescription, SheetTitle, SheetTrigger } from
3
3
  * AppSheet — Extends the Dialog component to display content that complements the main screen content.
4
4
  * @note If a prop you need is missing, stop and inform the design team.
5
5
  */
6
- declare function AppSheet(props: React.ComponentProps<typeof Sheet>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AppSheet(props: React.ComponentProps<typeof Sheet>): import("react").JSX.Element;
7
7
  /**
8
8
  * AppSheetTrigger — The trigger component for AppSheet.
9
9
  * @note If a prop you need is missing, stop and inform the design team.
10
10
  */
11
- declare function AppSheetTrigger(props: React.ComponentProps<typeof SheetTrigger>): import("react/jsx-runtime").JSX.Element;
11
+ declare function AppSheetTrigger(props: React.ComponentProps<typeof SheetTrigger>): import("react").JSX.Element;
12
12
  /**
13
13
  * AppSheetContent — The content component for AppSheet.
14
14
  * @note If a prop you need is missing, stop and inform the design team.
15
15
  */
16
- declare function AppSheetContent({ className, ...props }: React.ComponentPropsWithoutRef<typeof SheetContent>): import("react/jsx-runtime").JSX.Element;
16
+ declare function AppSheetContent({ className, ...props }: React.ComponentPropsWithoutRef<typeof SheetContent>): import("react").JSX.Element;
17
17
  /**
18
18
  * AppSheetHeader — The header section of an AppSheet.
19
19
  * @note If a prop you need is missing, stop and inform the design team.
20
20
  */
21
- declare function AppSheetHeader(props: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
21
+ declare function AppSheetHeader(props: React.HTMLAttributes<HTMLDivElement>): import("react").JSX.Element;
22
22
  /**
23
23
  * AppSheetTitle — The title component for AppSheet.
24
24
  * @note If a prop you need is missing, stop and inform the design team.
25
25
  */
26
- declare function AppSheetTitle(props: React.ComponentPropsWithoutRef<typeof SheetTitle>): import("react/jsx-runtime").JSX.Element;
26
+ declare function AppSheetTitle(props: React.ComponentPropsWithoutRef<typeof SheetTitle>): import("react").JSX.Element;
27
27
  /**
28
28
  * AppSheetDescription — The description component for AppSheet.
29
29
  * @note If a prop you need is missing, stop and inform the design team.
30
30
  */
31
- declare function AppSheetDescription(props: React.ComponentPropsWithoutRef<typeof SheetDescription>): import("react/jsx-runtime").JSX.Element;
31
+ declare function AppSheetDescription(props: React.ComponentPropsWithoutRef<typeof SheetDescription>): import("react").JSX.Element;
32
32
  export { AppSheet, AppSheetTrigger, AppSheetContent, AppSheetHeader, AppSheetTitle, AppSheetDescription };
@@ -21,7 +21,7 @@ export type AppSidebarBrandProps = {
21
21
  showChevron?: boolean;
22
22
  className?: string;
23
23
  };
24
- declare function AppSidebarBrand({ logo, collapsedLogo, logoAlt, dropdown, showChevron, className, }: AppSidebarBrandProps): import("react/jsx-runtime").JSX.Element;
24
+ declare function AppSidebarBrand({ logo, collapsedLogo, logoAlt, dropdown, showChevron, className, }: AppSidebarBrandProps): React.JSX.Element;
25
25
  export type AppSidebarDefaultNavItem = {
26
26
  title: string;
27
27
  icon: React.ElementType;
@@ -33,27 +33,27 @@ export type AppSidebarDefaultNavSection = {
33
33
  items: AppSidebarDefaultNavItem[];
34
34
  };
35
35
  export declare const DEFAULT_NAV: AppSidebarDefaultNavSection[];
36
- declare function AppSidebarProvider(props: React.ComponentProps<typeof SidebarProvider>): import("react/jsx-runtime").JSX.Element;
37
- declare function AppSidebar({ className, ...props }: React.ComponentProps<typeof Sidebar>): import("react/jsx-runtime").JSX.Element;
38
- declare function AppSidebarTrigger(props: React.ComponentProps<typeof SidebarTrigger>): import("react/jsx-runtime").JSX.Element;
39
- declare function AppSidebarRail(props: React.ComponentProps<typeof SidebarRail>): import("react/jsx-runtime").JSX.Element;
40
- declare function AppSidebarInset(props: React.ComponentProps<typeof SidebarInset>): import("react/jsx-runtime").JSX.Element;
41
- declare function AppSidebarInput(props: React.ComponentProps<typeof SidebarInput>): import("react/jsx-runtime").JSX.Element;
42
- declare function AppSidebarHeader(props: React.ComponentProps<typeof SidebarHeader>): import("react/jsx-runtime").JSX.Element;
43
- declare function AppSidebarFooter(props: React.ComponentProps<typeof SidebarFooter>): import("react/jsx-runtime").JSX.Element;
44
- declare function AppSidebarSeparator(props: React.ComponentProps<typeof SidebarSeparator>): import("react/jsx-runtime").JSX.Element;
45
- declare function AppSidebarContent(props: React.ComponentProps<typeof SidebarContent>): import("react/jsx-runtime").JSX.Element;
46
- declare function AppSidebarGroup(props: React.ComponentProps<typeof SidebarGroup>): import("react/jsx-runtime").JSX.Element;
47
- declare function AppSidebarGroupLabel(props: React.ComponentProps<typeof SidebarGroupLabel>): import("react/jsx-runtime").JSX.Element;
48
- declare function AppSidebarGroupAction(props: React.ComponentProps<typeof SidebarGroupAction>): import("react/jsx-runtime").JSX.Element;
49
- declare function AppSidebarGroupContent(props: React.ComponentProps<typeof SidebarGroupContent>): import("react/jsx-runtime").JSX.Element;
50
- declare function AppSidebarMenu({ className, ...props }: React.ComponentProps<typeof SidebarMenu>): import("react/jsx-runtime").JSX.Element;
51
- declare function AppSidebarMenuItem(props: React.ComponentProps<typeof SidebarMenuItem>): import("react/jsx-runtime").JSX.Element;
52
- declare function AppSidebarMenuButton({ className, ...props }: React.ComponentProps<typeof SidebarMenuButton>): import("react/jsx-runtime").JSX.Element;
53
- declare function AppSidebarMenuAction(props: React.ComponentProps<typeof SidebarMenuAction>): import("react/jsx-runtime").JSX.Element;
54
- declare function AppSidebarMenuBadge(props: React.ComponentProps<typeof SidebarMenuBadge>): import("react/jsx-runtime").JSX.Element;
55
- declare function AppSidebarMenuSkeleton(props: React.ComponentProps<typeof SidebarMenuSkeleton>): import("react/jsx-runtime").JSX.Element;
56
- declare function AppSidebarMenuSub(props: React.ComponentProps<typeof SidebarMenuSub>): import("react/jsx-runtime").JSX.Element;
57
- declare function AppSidebarMenuSubItem(props: React.ComponentProps<typeof SidebarMenuSubItem>): import("react/jsx-runtime").JSX.Element;
58
- declare function AppSidebarMenuSubButton(props: React.ComponentProps<typeof SidebarMenuSubButton>): import("react/jsx-runtime").JSX.Element;
36
+ declare function AppSidebarProvider(props: React.ComponentProps<typeof SidebarProvider>): React.JSX.Element;
37
+ declare function AppSidebar({ className, ...props }: React.ComponentProps<typeof Sidebar>): React.JSX.Element;
38
+ declare function AppSidebarTrigger(props: React.ComponentProps<typeof SidebarTrigger>): React.JSX.Element;
39
+ declare function AppSidebarRail(props: React.ComponentProps<typeof SidebarRail>): React.JSX.Element;
40
+ declare function AppSidebarInset(props: React.ComponentProps<typeof SidebarInset>): React.JSX.Element;
41
+ declare function AppSidebarInput(props: React.ComponentProps<typeof SidebarInput>): React.JSX.Element;
42
+ declare function AppSidebarHeader(props: React.ComponentProps<typeof SidebarHeader>): React.JSX.Element;
43
+ declare function AppSidebarFooter(props: React.ComponentProps<typeof SidebarFooter>): React.JSX.Element;
44
+ declare function AppSidebarSeparator(props: React.ComponentProps<typeof SidebarSeparator>): React.JSX.Element;
45
+ declare function AppSidebarContent(props: React.ComponentProps<typeof SidebarContent>): React.JSX.Element;
46
+ declare function AppSidebarGroup(props: React.ComponentProps<typeof SidebarGroup>): React.JSX.Element;
47
+ declare function AppSidebarGroupLabel(props: React.ComponentProps<typeof SidebarGroupLabel>): React.JSX.Element;
48
+ declare function AppSidebarGroupAction(props: React.ComponentProps<typeof SidebarGroupAction>): React.JSX.Element;
49
+ declare function AppSidebarGroupContent(props: React.ComponentProps<typeof SidebarGroupContent>): React.JSX.Element;
50
+ declare function AppSidebarMenu({ className, ...props }: React.ComponentProps<typeof SidebarMenu>): React.JSX.Element;
51
+ declare function AppSidebarMenuItem(props: React.ComponentProps<typeof SidebarMenuItem>): React.JSX.Element;
52
+ declare function AppSidebarMenuButton({ className, ...props }: React.ComponentProps<typeof SidebarMenuButton>): React.JSX.Element;
53
+ declare function AppSidebarMenuAction(props: React.ComponentProps<typeof SidebarMenuAction>): React.JSX.Element;
54
+ declare function AppSidebarMenuBadge(props: React.ComponentProps<typeof SidebarMenuBadge>): React.JSX.Element;
55
+ declare function AppSidebarMenuSkeleton(props: React.ComponentProps<typeof SidebarMenuSkeleton>): React.JSX.Element;
56
+ declare function AppSidebarMenuSub(props: React.ComponentProps<typeof SidebarMenuSub>): React.JSX.Element;
57
+ declare function AppSidebarMenuSubItem(props: React.ComponentProps<typeof SidebarMenuSubItem>): React.JSX.Element;
58
+ declare function AppSidebarMenuSubButton(props: React.ComponentProps<typeof SidebarMenuSubButton>): React.JSX.Element;
59
59
  export { AppSidebar, AppSidebarBrand, AppSidebarContent, AppSidebarFooter, AppSidebarGroup, AppSidebarGroupAction, AppSidebarGroupContent, AppSidebarGroupLabel, AppSidebarHeader, AppSidebarInput, AppSidebarInset, AppSidebarMenu, AppSidebarMenuAction, AppSidebarMenuBadge, AppSidebarMenuButton, AppSidebarMenuItem, AppSidebarMenuSkeleton, AppSidebarMenuSub, AppSidebarMenuSubButton, AppSidebarMenuSubItem, AppSidebarProvider, AppSidebarRail, AppSidebarSeparator, AppSidebarTrigger, useSidebar, };
@@ -2,5 +2,5 @@
2
2
  * AppSkeleton — Used to show a placeholder while content is loading.
3
3
  * @note If a prop you need is missing, stop and inform the design team.
4
4
  */
5
- declare function AppSkeleton(props: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
5
+ declare function AppSkeleton(props: React.HTMLAttributes<HTMLDivElement>): import("react").JSX.Element;
6
6
  export { AppSkeleton };
@@ -4,5 +4,5 @@ type AppSwitchProps = React.ComponentPropsWithoutRef<typeof Switch>;
4
4
  * AppSwitch — A control that allows the user to toggle between checked and unchecked states.
5
5
  * @note If a prop you need is missing, stop and inform the design team.
6
6
  */
7
- declare function AppSwitch(props: AppSwitchProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function AppSwitch(props: AppSwitchProps): import("react").JSX.Element;
8
8
  export { AppSwitch };
@@ -6,48 +6,48 @@ import { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, Tabl
6
6
  * @note If a prop you need is missing, stop and inform the design team.
7
7
  */
8
8
  type AppTableProps = React.ComponentProps<typeof Table>;
9
- declare function AppTable(props: AppTableProps): import("react/jsx-runtime").JSX.Element;
9
+ declare function AppTable(props: AppTableProps): React.JSX.Element;
10
10
  /**
11
11
  * AppTableHeader — The header section of an AppTable.
12
12
  * @note Never use the raw HTML equivalent. Use AppTableHeader.
13
13
  */
14
14
  type AppTableHeaderProps = React.ComponentProps<typeof TableHeader>;
15
- declare function AppTableHeader(props: AppTableHeaderProps): import("react/jsx-runtime").JSX.Element;
15
+ declare function AppTableHeader(props: AppTableHeaderProps): React.JSX.Element;
16
16
  /**
17
17
  * AppTableBody — The body section of an AppTable.
18
18
  * @note Never use the raw HTML equivalent. Use AppTableBody.
19
19
  */
20
20
  type AppTableBodyProps = React.ComponentProps<typeof TableBody>;
21
- declare function AppTableBody(props: AppTableBodyProps): import("react/jsx-runtime").JSX.Element;
21
+ declare function AppTableBody(props: AppTableBodyProps): React.JSX.Element;
22
22
  /**
23
23
  * AppTableFooter — The footer section of an AppTable.
24
24
  * @note Never use the raw HTML equivalent. Use AppTableFooter.
25
25
  */
26
26
  type AppTableFooterProps = React.ComponentProps<typeof TableFooter>;
27
- declare function AppTableFooter(props: AppTableFooterProps): import("react/jsx-runtime").JSX.Element;
27
+ declare function AppTableFooter(props: AppTableFooterProps): React.JSX.Element;
28
28
  /**
29
29
  * AppTableHead — A header cell within an AppTable.
30
30
  * @note Never use the raw HTML equivalent. Use AppTableHead.
31
31
  */
32
32
  type AppTableHeadProps = React.ComponentProps<typeof TableHead>;
33
- declare function AppTableHead(props: AppTableHeadProps): import("react/jsx-runtime").JSX.Element;
33
+ declare function AppTableHead(props: AppTableHeadProps): React.JSX.Element;
34
34
  /**
35
35
  * AppTableRow — A row within an AppTable.
36
36
  * @note Never use the raw HTML equivalent. Use AppTableRow.
37
37
  * @note Set data-state="selected" to apply the selection highlight.
38
38
  */
39
39
  type AppTableRowProps = React.ComponentProps<typeof TableRow>;
40
- declare function AppTableRow(props: AppTableRowProps): import("react/jsx-runtime").JSX.Element;
40
+ declare function AppTableRow(props: AppTableRowProps): React.JSX.Element;
41
41
  /**
42
42
  * AppTableCell — A cell within an AppTable.
43
43
  * @note Never use the raw HTML equivalent. Use AppTableCell.
44
44
  */
45
45
  type AppTableCellProps = React.ComponentProps<typeof TableCell>;
46
- declare function AppTableCell(props: AppTableCellProps): import("react/jsx-runtime").JSX.Element;
46
+ declare function AppTableCell(props: AppTableCellProps): React.JSX.Element;
47
47
  /**
48
48
  * AppTableCaption — A caption for an AppTable. Place as the first child of AppTable.
49
49
  * @note Never use the raw HTML equivalent. Use AppTableCaption.
50
50
  */
51
51
  type AppTableCaptionProps = React.ComponentProps<typeof TableCaption>;
52
- declare function AppTableCaption(props: AppTableCaptionProps): import("react/jsx-runtime").JSX.Element;
52
+ declare function AppTableCaption(props: AppTableCaptionProps): React.JSX.Element;
53
53
  export { AppTable, type AppTableProps, AppTableHeader, type AppTableHeaderProps, AppTableBody, type AppTableBodyProps, AppTableFooter, type AppTableFooterProps, AppTableHead, type AppTableHeadProps, AppTableRow, type AppTableRowProps, AppTableCell, type AppTableCellProps, AppTableCaption, type AppTableCaptionProps, };
@@ -3,8 +3,8 @@ import { Tabs, TabsContent, TabsList, TabsTrigger, type TabsVariant } from "../u
3
3
  type AppTabsProps = React.ComponentProps<typeof Tabs> & {
4
4
  variant?: TabsVariant;
5
5
  };
6
- declare function AppTabs({ variant, className, ...props }: AppTabsProps): import("react/jsx-runtime").JSX.Element;
7
- declare function AppTabsList({ className, ...props }: Omit<React.ComponentProps<typeof TabsList>, "variant">): import("react/jsx-runtime").JSX.Element;
8
- declare function AppTabsTrigger(props: Omit<React.ComponentProps<typeof TabsTrigger>, "variant">): import("react/jsx-runtime").JSX.Element;
9
- declare function AppTabsContent(props: React.ComponentProps<typeof TabsContent>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AppTabs({ variant, className, ...props }: AppTabsProps): React.JSX.Element;
7
+ declare function AppTabsList({ className, ...props }: Omit<React.ComponentProps<typeof TabsList>, "variant">): React.JSX.Element;
8
+ declare function AppTabsTrigger(props: Omit<React.ComponentProps<typeof TabsTrigger>, "variant">): React.JSX.Element;
9
+ declare function AppTabsContent(props: React.ComponentProps<typeof TabsContent>): React.JSX.Element;
10
10
  export { AppTabs, AppTabsList, AppTabsTrigger, AppTabsContent, type AppTabsProps };
@@ -1,9 +1,15 @@
1
+ import * as React from "react";
1
2
  import { Textarea } from "../ui/textarea";
2
3
  type AppTextareaProps = React.ComponentPropsWithoutRef<typeof Textarea>;
3
4
  /**
4
5
  * AppTextarea — A multi-line text input component.
6
+ *
7
+ * Applies `bg-transparent dark:bg-input/30` to match `AppInput` dark-mode visibility.
8
+ * Caller's `className` always wins (cn merges in declaration order).
9
+ *
5
10
  * @note Never use the raw HTML equivalent. Use AppTextarea.
6
11
  * @note If a prop you need is missing, stop and inform the design team.
7
12
  */
8
- declare function AppTextarea(props: AppTextareaProps): import("react/jsx-runtime").JSX.Element;
13
+ declare function AppTextarea({ className, ...props }: AppTextareaProps): React.JSX.Element;
9
14
  export { AppTextarea };
15
+ export type { AppTextareaProps };
@@ -24,7 +24,7 @@ export type AppThemeProviderProps = {
24
24
  * ```
25
25
  * @note If a prop you need is missing, stop and inform the design team.
26
26
  */
27
- declare function AppThemeProvider({ children, storageKey, defaultTheme, }: AppThemeProviderProps): import("react/jsx-runtime").JSX.Element;
27
+ declare function AppThemeProvider({ children, storageKey, defaultTheme, }: AppThemeProviderProps): React.JSX.Element;
28
28
  declare namespace AppThemeProvider {
29
29
  var displayName: string;
30
30
  }
@@ -39,7 +39,7 @@ declare function useAppTheme(): AppThemeContextValue;
39
39
  * Requires AppThemeProvider to be present in the tree.
40
40
  * @note If a prop you need is missing, stop and inform the design team.
41
41
  */
42
- declare function AppThemeToggle({ ...props }: React.ComponentProps<typeof AppButton>): import("react/jsx-runtime").JSX.Element;
42
+ declare function AppThemeToggle({ ...props }: React.ComponentProps<typeof AppButton>): React.JSX.Element;
43
43
  declare namespace AppThemeToggle {
44
44
  var displayName: string;
45
45
  }
@@ -3,5 +3,5 @@ import { toast as appToast } from "sonner";
3
3
  * AppToaster — A component that displays toast notifications.
4
4
  * @note If a prop you need is missing, stop and inform the design team.
5
5
  */
6
- declare const AppToaster: () => import("react/jsx-runtime").JSX.Element;
6
+ declare const AppToaster: () => import("react").JSX.Element;
7
7
  export { AppToaster, appToast as toast };