@databricks/appkit-ui 0.11.0 → 0.11.1

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 (209) hide show
  1. package/dist/cli/commands/plugin/sync/sync.js +13 -10
  2. package/dist/cli/commands/plugin/sync/sync.js.map +1 -1
  3. package/dist/react/charts/area/index.d.ts +2 -2
  4. package/dist/react/charts/bar/index.d.ts +2 -2
  5. package/dist/react/charts/base.d.ts +2 -2
  6. package/dist/react/charts/base.d.ts.map +1 -1
  7. package/dist/react/charts/create-chart.d.ts +2 -2
  8. package/dist/react/charts/create-chart.d.ts.map +1 -1
  9. package/dist/react/charts/heatmap/index.d.ts +2 -2
  10. package/dist/react/charts/line/index.d.ts +2 -2
  11. package/dist/react/charts/options.d.ts.map +1 -1
  12. package/dist/react/charts/pie/index.d.ts +3 -3
  13. package/dist/react/charts/radar/index.d.ts +2 -2
  14. package/dist/react/charts/scatter/index.d.ts +2 -2
  15. package/dist/react/charts/wrapper.d.ts +2 -2
  16. package/dist/react/charts/wrapper.d.ts.map +1 -1
  17. package/dist/react/table/data-table.d.ts +2 -2
  18. package/dist/react/ui/accordion.d.ts +5 -5
  19. package/dist/react/ui/accordion.d.ts.map +1 -1
  20. package/dist/react/ui/alert-dialog.d.ts +12 -12
  21. package/dist/react/ui/alert.d.ts +4 -4
  22. package/dist/react/ui/alert.d.ts.map +1 -1
  23. package/dist/react/ui/aspect-ratio.d.ts +2 -2
  24. package/dist/react/ui/avatar.d.ts +4 -4
  25. package/dist/react/ui/badge.d.ts +2 -2
  26. package/dist/react/ui/breadcrumb.d.ts +8 -8
  27. package/dist/react/ui/button-group.d.ts +4 -4
  28. package/dist/react/ui/button.d.ts +2 -2
  29. package/dist/react/ui/calendar.d.ts +3 -3
  30. package/dist/react/ui/card.d.ts +8 -8
  31. package/dist/react/ui/carousel.d.ts +6 -6
  32. package/dist/react/ui/chart.d.ts +5 -5
  33. package/dist/react/ui/checkbox.d.ts +2 -2
  34. package/dist/react/ui/collapsible.d.ts +4 -4
  35. package/dist/react/ui/command.d.ts +10 -10
  36. package/dist/react/ui/context-menu.d.ts +16 -16
  37. package/dist/react/ui/dialog.d.ts +11 -11
  38. package/dist/react/ui/drawer.d.ts +11 -11
  39. package/dist/react/ui/drawer.d.ts.map +1 -1
  40. package/dist/react/ui/dropdown-menu.d.ts +16 -16
  41. package/dist/react/ui/empty.d.ts +7 -7
  42. package/dist/react/ui/field.d.ts +11 -11
  43. package/dist/react/ui/form.d.ts +7 -7
  44. package/dist/react/ui/hover-card.d.ts +4 -4
  45. package/dist/react/ui/input-group.d.ts +7 -7
  46. package/dist/react/ui/input-otp.d.ts +5 -5
  47. package/dist/react/ui/input.d.ts +2 -2
  48. package/dist/react/ui/item.d.ts +11 -11
  49. package/dist/react/ui/kbd.d.ts +3 -3
  50. package/dist/react/ui/label.d.ts +2 -2
  51. package/dist/react/ui/menubar.d.ts +17 -17
  52. package/dist/react/ui/navigation-menu.d.ts +9 -9
  53. package/dist/react/ui/pagination.d.ts +8 -8
  54. package/dist/react/ui/popover.d.ts +5 -5
  55. package/dist/react/ui/progress.d.ts +2 -2
  56. package/dist/react/ui/radio-group.d.ts +3 -3
  57. package/dist/react/ui/resizable.d.ts +4 -4
  58. package/dist/react/ui/scroll-area.d.ts +3 -3
  59. package/dist/react/ui/select.d.ts +11 -11
  60. package/dist/react/ui/separator.d.ts +2 -2
  61. package/dist/react/ui/sheet.d.ts +9 -9
  62. package/dist/react/ui/sidebar.d.ts +24 -24
  63. package/dist/react/ui/skeleton.d.ts +2 -2
  64. package/dist/react/ui/slider.d.ts +2 -2
  65. package/dist/react/ui/sonner.d.ts +2 -2
  66. package/dist/react/ui/spinner.d.ts +2 -2
  67. package/dist/react/ui/switch.d.ts +2 -2
  68. package/dist/react/ui/table.d.ts +9 -9
  69. package/dist/react/ui/tabs.d.ts +5 -5
  70. package/dist/react/ui/textarea.d.ts +2 -2
  71. package/dist/react/ui/toggle-group.d.ts +3 -3
  72. package/dist/react/ui/toggle.d.ts +2 -2
  73. package/dist/react/ui/tooltip.d.ts +5 -5
  74. package/dist/react/ui/tooltip.d.ts.map +1 -1
  75. package/dist/schemas/plugin-manifest.schema.json +5 -0
  76. package/docs/docs/api/appkit/Class.AppKitError/index.html +2 -2
  77. package/docs/docs/api/appkit/Class.AuthenticationError/index.html +2 -2
  78. package/docs/docs/api/appkit/Class.ConfigurationError/index.html +2 -2
  79. package/docs/docs/api/appkit/Class.ConnectionError/index.html +2 -2
  80. package/docs/docs/api/appkit/Class.ExecutionError/index.html +2 -2
  81. package/docs/docs/api/appkit/Class.InitializationError/index.html +2 -2
  82. package/docs/docs/api/appkit/Class.Plugin/index.html +2 -2
  83. package/docs/docs/api/appkit/Class.ResourceRegistry/index.html +2 -2
  84. package/docs/docs/api/appkit/Class.ServerError/index.html +2 -2
  85. package/docs/docs/api/appkit/Class.TunnelError/index.html +2 -2
  86. package/docs/docs/api/appkit/Class.ValidationError/index.html +2 -2
  87. package/docs/docs/api/appkit/Enumeration.RequestedClaimsPermissionSet/index.html +2 -2
  88. package/docs/docs/api/appkit/Enumeration.ResourceType/index.html +2 -2
  89. package/docs/docs/api/appkit/Function.appKitTypesPlugin/index.html +2 -2
  90. package/docs/docs/api/appkit/Function.createApp/index.html +2 -2
  91. package/docs/docs/api/appkit/Function.createLakebasePool/index.html +2 -2
  92. package/docs/docs/api/appkit/Function.generateDatabaseCredential/index.html +2 -2
  93. package/docs/docs/api/appkit/Function.getExecutionContext/index.html +2 -2
  94. package/docs/docs/api/appkit/Function.getLakebaseOrmConfig/index.html +2 -2
  95. package/docs/docs/api/appkit/Function.getLakebasePgConfig/index.html +2 -2
  96. package/docs/docs/api/appkit/Function.getPluginManifest/index.html +2 -2
  97. package/docs/docs/api/appkit/Function.getResourceRequirements/index.html +2 -2
  98. package/docs/docs/api/appkit/Function.getUsernameWithApiLookup/index.html +2 -2
  99. package/docs/docs/api/appkit/Function.getWorkspaceClient/index.html +2 -2
  100. package/docs/docs/api/appkit/Function.isSQLTypeMarker/index.html +2 -2
  101. package/docs/docs/api/appkit/Interface.BasePluginConfig/index.html +2 -2
  102. package/docs/docs/api/appkit/Interface.CacheConfig/index.html +2 -2
  103. package/docs/docs/api/appkit/Interface.DatabaseCredential/index.html +2 -2
  104. package/docs/docs/api/appkit/Interface.GenerateDatabaseCredentialRequest/index.html +2 -2
  105. package/docs/docs/api/appkit/Interface.ITelemetry/index.html +2 -2
  106. package/docs/docs/api/appkit/Interface.LakebasePoolConfig/index.html +2 -2
  107. package/docs/docs/api/appkit/Interface.PluginManifest/index.html +7 -3
  108. package/docs/docs/api/appkit/Interface.PluginManifest.md +11 -0
  109. package/docs/docs/api/appkit/Interface.RequestedClaims/index.html +2 -2
  110. package/docs/docs/api/appkit/Interface.RequestedResource/index.html +2 -2
  111. package/docs/docs/api/appkit/Interface.ResourceEntry/index.html +2 -2
  112. package/docs/docs/api/appkit/Interface.ResourceFieldEntry/index.html +2 -2
  113. package/docs/docs/api/appkit/Interface.ResourceRequirement/index.html +2 -2
  114. package/docs/docs/api/appkit/Interface.StreamExecutionSettings/index.html +2 -2
  115. package/docs/docs/api/appkit/Interface.TelemetryConfig/index.html +2 -2
  116. package/docs/docs/api/appkit/Interface.ValidationResult/index.html +2 -2
  117. package/docs/docs/api/appkit/TypeAlias.ConfigSchema/index.html +2 -2
  118. package/docs/docs/api/appkit/TypeAlias.IAppRouter/index.html +2 -2
  119. package/docs/docs/api/appkit/TypeAlias.ResourcePermission/index.html +2 -2
  120. package/docs/docs/api/appkit/TypeAlias.ToPlugin/index.html +2 -2
  121. package/docs/docs/api/appkit/Variable.sql/index.html +2 -2
  122. package/docs/docs/api/appkit/index.html +2 -2
  123. package/docs/docs/api/appkit-ui/data/AreaChart/index.html +2 -2
  124. package/docs/docs/api/appkit-ui/data/BarChart/index.html +2 -2
  125. package/docs/docs/api/appkit-ui/data/DataTable/index.html +2 -2
  126. package/docs/docs/api/appkit-ui/data/DonutChart/index.html +2 -2
  127. package/docs/docs/api/appkit-ui/data/HeatmapChart/index.html +2 -2
  128. package/docs/docs/api/appkit-ui/data/LineChart/index.html +2 -2
  129. package/docs/docs/api/appkit-ui/data/PieChart/index.html +2 -2
  130. package/docs/docs/api/appkit-ui/data/RadarChart/index.html +2 -2
  131. package/docs/docs/api/appkit-ui/data/ScatterChart/index.html +2 -2
  132. package/docs/docs/api/appkit-ui/index.html +2 -2
  133. package/docs/docs/api/appkit-ui/styling/index.html +2 -2
  134. package/docs/docs/api/appkit-ui/ui/Accordion/index.html +2 -2
  135. package/docs/docs/api/appkit-ui/ui/Alert/index.html +2 -2
  136. package/docs/docs/api/appkit-ui/ui/AlertDialog/index.html +2 -2
  137. package/docs/docs/api/appkit-ui/ui/AspectRatio/index.html +2 -2
  138. package/docs/docs/api/appkit-ui/ui/Avatar/index.html +2 -2
  139. package/docs/docs/api/appkit-ui/ui/Badge/index.html +2 -2
  140. package/docs/docs/api/appkit-ui/ui/Breadcrumb/index.html +2 -2
  141. package/docs/docs/api/appkit-ui/ui/Button/index.html +2 -2
  142. package/docs/docs/api/appkit-ui/ui/ButtonGroup/index.html +2 -2
  143. package/docs/docs/api/appkit-ui/ui/Calendar/index.html +2 -2
  144. package/docs/docs/api/appkit-ui/ui/Card/index.html +2 -2
  145. package/docs/docs/api/appkit-ui/ui/Carousel/index.html +2 -2
  146. package/docs/docs/api/appkit-ui/ui/ChartContainer/index.html +2 -2
  147. package/docs/docs/api/appkit-ui/ui/Checkbox/index.html +2 -2
  148. package/docs/docs/api/appkit-ui/ui/Collapsible/index.html +2 -2
  149. package/docs/docs/api/appkit-ui/ui/Command/index.html +2 -2
  150. package/docs/docs/api/appkit-ui/ui/ContextMenu/index.html +2 -2
  151. package/docs/docs/api/appkit-ui/ui/Dialog/index.html +2 -2
  152. package/docs/docs/api/appkit-ui/ui/Drawer/index.html +2 -2
  153. package/docs/docs/api/appkit-ui/ui/DropdownMenu/index.html +2 -2
  154. package/docs/docs/api/appkit-ui/ui/Empty/index.html +2 -2
  155. package/docs/docs/api/appkit-ui/ui/Field/index.html +2 -2
  156. package/docs/docs/api/appkit-ui/ui/FormControl/index.html +2 -2
  157. package/docs/docs/api/appkit-ui/ui/HoverCard/index.html +2 -2
  158. package/docs/docs/api/appkit-ui/ui/Input/index.html +2 -2
  159. package/docs/docs/api/appkit-ui/ui/InputGroup/index.html +2 -2
  160. package/docs/docs/api/appkit-ui/ui/InputOTP/index.html +2 -2
  161. package/docs/docs/api/appkit-ui/ui/Item/index.html +2 -2
  162. package/docs/docs/api/appkit-ui/ui/Kbd/index.html +2 -2
  163. package/docs/docs/api/appkit-ui/ui/Label/index.html +2 -2
  164. package/docs/docs/api/appkit-ui/ui/Menubar/index.html +2 -2
  165. package/docs/docs/api/appkit-ui/ui/NavigationMenu/index.html +2 -2
  166. package/docs/docs/api/appkit-ui/ui/Pagination/index.html +2 -2
  167. package/docs/docs/api/appkit-ui/ui/Popover/index.html +2 -2
  168. package/docs/docs/api/appkit-ui/ui/Progress/index.html +2 -2
  169. package/docs/docs/api/appkit-ui/ui/RadioGroup/index.html +2 -2
  170. package/docs/docs/api/appkit-ui/ui/ResizableHandle/index.html +2 -2
  171. package/docs/docs/api/appkit-ui/ui/ScrollArea/index.html +2 -2
  172. package/docs/docs/api/appkit-ui/ui/Select/index.html +2 -2
  173. package/docs/docs/api/appkit-ui/ui/Separator/index.html +2 -2
  174. package/docs/docs/api/appkit-ui/ui/Sheet/index.html +2 -2
  175. package/docs/docs/api/appkit-ui/ui/Sidebar/index.html +2 -2
  176. package/docs/docs/api/appkit-ui/ui/Skeleton/index.html +2 -2
  177. package/docs/docs/api/appkit-ui/ui/Slider/index.html +2 -2
  178. package/docs/docs/api/appkit-ui/ui/Spinner/index.html +2 -2
  179. package/docs/docs/api/appkit-ui/ui/Switch/index.html +2 -2
  180. package/docs/docs/api/appkit-ui/ui/Table/index.html +2 -2
  181. package/docs/docs/api/appkit-ui/ui/Tabs/index.html +2 -2
  182. package/docs/docs/api/appkit-ui/ui/Textarea/index.html +2 -2
  183. package/docs/docs/api/appkit-ui/ui/Toaster/index.html +2 -2
  184. package/docs/docs/api/appkit-ui/ui/Toggle/index.html +2 -2
  185. package/docs/docs/api/appkit-ui/ui/ToggleGroup/index.html +2 -2
  186. package/docs/docs/api/appkit-ui/ui/Tooltip/index.html +2 -2
  187. package/docs/docs/api/index.html +2 -2
  188. package/docs/docs/app-management/index.html +2 -2
  189. package/docs/docs/architecture/index.html +2 -2
  190. package/docs/docs/category/development/index.html +2 -2
  191. package/docs/docs/configuration/index.html +2 -2
  192. package/docs/docs/core-principles/index.html +2 -2
  193. package/docs/docs/development/ai-assisted-development/index.html +2 -2
  194. package/docs/docs/development/index.html +2 -2
  195. package/docs/docs/development/llm-guide/index.html +2 -2
  196. package/docs/docs/development/local-development/index.html +2 -2
  197. package/docs/docs/development/project-setup/index.html +2 -2
  198. package/docs/docs/development/remote-bridge/index.html +2 -2
  199. package/docs/docs/development/type-generation/index.html +2 -2
  200. package/docs/docs/index.html +2 -2
  201. package/docs/docs/plugins/analytics/index.html +2 -2
  202. package/docs/docs/plugins/caching/index.html +2 -2
  203. package/docs/docs/plugins/custom-plugins/index.html +2 -2
  204. package/docs/docs/plugins/execution-context/index.html +2 -2
  205. package/docs/docs/plugins/index.html +2 -2
  206. package/docs/docs/plugins/lakebase/index.html +2 -2
  207. package/docs/docs/plugins/plugin-management/index.html +2 -2
  208. package/docs/docs/plugins/server/index.html +2 -2
  209. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime26 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime38 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as class_variance_authority_types0 from "class-variance-authority/types";
5
5
 
@@ -15,7 +15,7 @@ declare function Badge({
15
15
  ...props
16
16
  }: React$1.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
17
17
  asChild?: boolean;
18
- }): react_jsx_runtime26.JSX.Element;
18
+ }): react_jsx_runtime38.JSX.Element;
19
19
  //#endregion
20
20
  export { Badge, badgeVariants };
21
21
  //# sourceMappingURL=badge.d.ts.map
@@ -1,21 +1,21 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime27 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime39 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/ui/breadcrumb.d.ts
5
5
  /** Navigation component showing the current page's location in the site hierarchy */
6
6
  declare function Breadcrumb({
7
7
  ...props
8
- }: React$1.ComponentProps<"nav">): react_jsx_runtime27.JSX.Element;
8
+ }: React$1.ComponentProps<"nav">): react_jsx_runtime39.JSX.Element;
9
9
  /** Ordered list container for breadcrumb items */
10
10
  declare function BreadcrumbList({
11
11
  className,
12
12
  ...props
13
- }: React$1.ComponentProps<"ol">): react_jsx_runtime27.JSX.Element;
13
+ }: React$1.ComponentProps<"ol">): react_jsx_runtime39.JSX.Element;
14
14
  /** Individual item in the breadcrumb trail */
15
15
  declare function BreadcrumbItem({
16
16
  className,
17
17
  ...props
18
- }: React$1.ComponentProps<"li">): react_jsx_runtime27.JSX.Element;
18
+ }: React$1.ComponentProps<"li">): react_jsx_runtime39.JSX.Element;
19
19
  /** Clickable link within a breadcrumb item */
20
20
  declare function BreadcrumbLink({
21
21
  asChild,
@@ -23,23 +23,23 @@ declare function BreadcrumbLink({
23
23
  ...props
24
24
  }: React$1.ComponentProps<"a"> & {
25
25
  asChild?: boolean;
26
- }): react_jsx_runtime27.JSX.Element;
26
+ }): react_jsx_runtime39.JSX.Element;
27
27
  /** Current page indicator in the breadcrumb trail */
28
28
  declare function BreadcrumbPage({
29
29
  className,
30
30
  ...props
31
- }: React$1.ComponentProps<"span">): react_jsx_runtime27.JSX.Element;
31
+ }: React$1.ComponentProps<"span">): react_jsx_runtime39.JSX.Element;
32
32
  /** Visual separator between breadcrumb items */
33
33
  declare function BreadcrumbSeparator({
34
34
  children,
35
35
  className,
36
36
  ...props
37
- }: React$1.ComponentProps<"li">): react_jsx_runtime27.JSX.Element;
37
+ }: React$1.ComponentProps<"li">): react_jsx_runtime39.JSX.Element;
38
38
  /** Ellipsis indicator for collapsed breadcrumb items */
39
39
  declare function BreadcrumbEllipsis({
40
40
  className,
41
41
  ...props
42
- }: React$1.ComponentProps<"span">): react_jsx_runtime27.JSX.Element;
42
+ }: React$1.ComponentProps<"span">): react_jsx_runtime39.JSX.Element;
43
43
  //#endregion
44
44
  export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
45
45
  //# sourceMappingURL=breadcrumb.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { Separator } from "./separator.js";
2
- import * as react_jsx_runtime35 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime47 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as class_variance_authority_types2 from "class-variance-authority/types";
5
5
 
@@ -12,7 +12,7 @@ declare function ButtonGroup({
12
12
  className,
13
13
  orientation,
14
14
  ...props
15
- }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime35.JSX.Element;
15
+ }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime47.JSX.Element;
16
16
  /** Text label or content within a button group */
17
17
  declare function ButtonGroupText({
18
18
  className,
@@ -20,13 +20,13 @@ declare function ButtonGroupText({
20
20
  ...props
21
21
  }: React.ComponentProps<"div"> & {
22
22
  asChild?: boolean;
23
- }): react_jsx_runtime35.JSX.Element;
23
+ }): react_jsx_runtime47.JSX.Element;
24
24
  /** Visual separator between buttons in a button group */
25
25
  declare function ButtonGroupSeparator({
26
26
  className,
27
27
  orientation,
28
28
  ...props
29
- }: React.ComponentProps<typeof Separator>): react_jsx_runtime35.JSX.Element;
29
+ }: React.ComponentProps<typeof Separator>): react_jsx_runtime47.JSX.Element;
30
30
  //#endregion
31
31
  export { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants };
32
32
  //# sourceMappingURL=button-group.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime34 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime46 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as class_variance_authority_types1 from "class-variance-authority/types";
5
5
 
@@ -17,7 +17,7 @@ declare function Button({
17
17
  ...props
18
18
  }: React$1.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
19
19
  asChild?: boolean;
20
- }): react_jsx_runtime34.JSX.Element;
20
+ }): react_jsx_runtime46.JSX.Element;
21
21
  //#endregion
22
22
  export { Button, buttonVariants };
23
23
  //# sourceMappingURL=button.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { Button } from "./button.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime39 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime50 from "react/jsx-runtime";
4
4
  import { DayButton, DayPicker } from "react-day-picker";
5
5
 
6
6
  //#region src/react/ui/calendar.d.ts
@@ -16,14 +16,14 @@ declare function Calendar({
16
16
  ...props
17
17
  }: React$1.ComponentProps<typeof DayPicker> & {
18
18
  buttonVariant?: React$1.ComponentProps<typeof Button>["variant"];
19
- }): react_jsx_runtime39.JSX.Element;
19
+ }): react_jsx_runtime50.JSX.Element;
20
20
  /** Individual day button within the calendar grid */
21
21
  declare function CalendarDayButton({
22
22
  className,
23
23
  day,
24
24
  modifiers,
25
25
  ...props
26
- }: React$1.ComponentProps<typeof DayButton>): react_jsx_runtime39.JSX.Element;
26
+ }: React$1.ComponentProps<typeof DayButton>): react_jsx_runtime50.JSX.Element;
27
27
  //#endregion
28
28
  export { Calendar, CalendarDayButton };
29
29
  //# sourceMappingURL=calendar.d.ts.map
@@ -1,42 +1,42 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime41 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime52 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/ui/card.d.ts
5
5
  /** Container for grouping related content with header, body, and footer sections */
6
6
  declare function Card({
7
7
  className,
8
8
  ...props
9
- }: React$1.ComponentProps<"div">): react_jsx_runtime41.JSX.Element;
9
+ }: React$1.ComponentProps<"div">): react_jsx_runtime52.JSX.Element;
10
10
  /** Header section containing title, description, and actions */
11
11
  declare function CardHeader({
12
12
  className,
13
13
  ...props
14
- }: React$1.ComponentProps<"div">): react_jsx_runtime41.JSX.Element;
14
+ }: React$1.ComponentProps<"div">): react_jsx_runtime52.JSX.Element;
15
15
  /** Title heading for the card */
16
16
  declare function CardTitle({
17
17
  className,
18
18
  ...props
19
- }: React$1.ComponentProps<"div">): react_jsx_runtime41.JSX.Element;
19
+ }: React$1.ComponentProps<"div">): react_jsx_runtime52.JSX.Element;
20
20
  /** Descriptive text providing context for the card */
21
21
  declare function CardDescription({
22
22
  className,
23
23
  ...props
24
- }: React$1.ComponentProps<"div">): react_jsx_runtime41.JSX.Element;
24
+ }: React$1.ComponentProps<"div">): react_jsx_runtime52.JSX.Element;
25
25
  /** Action buttons or controls positioned in the card header */
26
26
  declare function CardAction({
27
27
  className,
28
28
  ...props
29
- }: React$1.ComponentProps<"div">): react_jsx_runtime41.JSX.Element;
29
+ }: React$1.ComponentProps<"div">): react_jsx_runtime52.JSX.Element;
30
30
  /** Main content area of the card */
31
31
  declare function CardContent({
32
32
  className,
33
33
  ...props
34
- }: React$1.ComponentProps<"div">): react_jsx_runtime41.JSX.Element;
34
+ }: React$1.ComponentProps<"div">): react_jsx_runtime52.JSX.Element;
35
35
  /** Footer section for additional actions or information */
36
36
  declare function CardFooter({
37
37
  className,
38
38
  ...props
39
- }: React$1.ComponentProps<"div">): react_jsx_runtime41.JSX.Element;
39
+ }: React$1.ComponentProps<"div">): react_jsx_runtime52.JSX.Element;
40
40
  //#endregion
41
41
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
42
42
  //# sourceMappingURL=card.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { Button } from "./button.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime48 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime59 from "react/jsx-runtime";
4
4
  import useEmblaCarousel, { UseEmblaCarouselType } from "embla-carousel-react";
5
5
 
6
6
  //#region src/react/ui/carousel.d.ts
@@ -23,31 +23,31 @@ declare function Carousel({
23
23
  className,
24
24
  children,
25
25
  ...props
26
- }: React$1.ComponentProps<"div"> & CarouselProps): react_jsx_runtime48.JSX.Element;
26
+ }: React$1.ComponentProps<"div"> & CarouselProps): react_jsx_runtime59.JSX.Element;
27
27
  /** Container for carousel slides with horizontal or vertical scrolling */
28
28
  declare function CarouselContent({
29
29
  className,
30
30
  ...props
31
- }: React$1.ComponentProps<"div">): react_jsx_runtime48.JSX.Element;
31
+ }: React$1.ComponentProps<"div">): react_jsx_runtime59.JSX.Element;
32
32
  /** Individual slide within the carousel */
33
33
  declare function CarouselItem({
34
34
  className,
35
35
  ...props
36
- }: React$1.ComponentProps<"div">): react_jsx_runtime48.JSX.Element;
36
+ }: React$1.ComponentProps<"div">): react_jsx_runtime59.JSX.Element;
37
37
  /** Button to navigate to the previous carousel slide */
38
38
  declare function CarouselPrevious({
39
39
  className,
40
40
  variant,
41
41
  size,
42
42
  ...props
43
- }: React$1.ComponentProps<typeof Button>): react_jsx_runtime48.JSX.Element;
43
+ }: React$1.ComponentProps<typeof Button>): react_jsx_runtime59.JSX.Element;
44
44
  /** Button to navigate to the next carousel slide */
45
45
  declare function CarouselNext({
46
46
  className,
47
47
  variant,
48
48
  size,
49
49
  ...props
50
- }: React$1.ComponentProps<typeof Button>): react_jsx_runtime48.JSX.Element;
50
+ }: React$1.ComponentProps<typeof Button>): react_jsx_runtime59.JSX.Element;
51
51
  //#endregion
52
52
  export { Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious };
53
53
  //# sourceMappingURL=carousel.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as react0 from "react";
2
- import * as react_jsx_runtime53 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime64 from "react/jsx-runtime";
3
3
  import * as RechartsPrimitive from "recharts";
4
4
  import * as recharts_types_util_types0 from "recharts/types/util/types";
5
5
  import * as recharts_types_component_Tooltip0 from "recharts/types/component/Tooltip";
@@ -31,14 +31,14 @@ declare function ChartContainer({
31
31
  }: react0.ComponentProps<"div"> & {
32
32
  config: ChartConfig;
33
33
  children: react0.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
34
- }): react_jsx_runtime53.JSX.Element;
34
+ }): react_jsx_runtime64.JSX.Element;
35
35
  declare const ChartStyle: ({
36
36
  id,
37
37
  config
38
38
  }: {
39
39
  id: string;
40
40
  config: ChartConfig;
41
- }) => react_jsx_runtime53.JSX.Element | null;
41
+ }) => react_jsx_runtime64.JSX.Element | null;
42
42
  /**
43
43
  * A wrapper component for Recharts Tooltip with proper typing and documentation support.
44
44
  * It is needed to ensure the correct name is displayed in the docs.
@@ -94,7 +94,7 @@ declare function ChartTooltipContent({
94
94
  labelClassName?: string;
95
95
  nameKey?: string;
96
96
  labelKey?: string;
97
- }): react_jsx_runtime53.JSX.Element | null;
97
+ }): react_jsx_runtime64.JSX.Element | null;
98
98
  /**
99
99
  * A wrapper component for Recharts Legend with proper typing and documentation support.
100
100
  * It is needed to ensure the correct name is displayed in the docs.
@@ -111,7 +111,7 @@ declare function ChartLegendContent({
111
111
  payload?: any[];
112
112
  hideIcon?: boolean;
113
113
  nameKey?: string;
114
- }): react_jsx_runtime53.JSX.Element | null;
114
+ }): react_jsx_runtime64.JSX.Element | null;
115
115
  //#endregion
116
116
  export { ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent };
117
117
  //# sourceMappingURL=chart.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime57 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime68 from "react/jsx-runtime";
3
3
  import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
4
4
 
5
5
  //#region src/react/ui/checkbox.d.ts
@@ -7,7 +7,7 @@ import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
7
7
  declare function Checkbox({
8
8
  className,
9
9
  ...props
10
- }: React$1.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime57.JSX.Element;
10
+ }: React$1.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime68.JSX.Element;
11
11
  //#endregion
12
12
  export { Checkbox };
13
13
  //# sourceMappingURL=checkbox.d.ts.map
@@ -1,19 +1,19 @@
1
- import * as react_jsx_runtime58 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime69 from "react/jsx-runtime";
2
2
  import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
3
3
 
4
4
  //#region src/react/ui/collapsible.d.ts
5
5
  /** Interactive component that expands and collapses content */
6
6
  declare function Collapsible({
7
7
  ...props
8
- }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime58.JSX.Element;
8
+ }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime69.JSX.Element;
9
9
  /** Button that toggles the collapsible content visibility */
10
10
  declare function CollapsibleTrigger({
11
11
  ...props
12
- }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime58.JSX.Element;
12
+ }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime69.JSX.Element;
13
13
  /** Content area that can be expanded or collapsed */
14
14
  declare function CollapsibleContent({
15
15
  ...props
16
- }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): react_jsx_runtime58.JSX.Element;
16
+ }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): react_jsx_runtime69.JSX.Element;
17
17
  //#endregion
18
18
  export { Collapsible, CollapsibleContent, CollapsibleTrigger };
19
19
  //# sourceMappingURL=collapsible.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { Dialog } from "./dialog.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime61 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime72 from "react/jsx-runtime";
4
4
  import { Command } from "cmdk";
5
5
 
6
6
  //#region src/react/ui/command.d.ts
@@ -8,7 +8,7 @@ import { Command } from "cmdk";
8
8
  declare function Command$1({
9
9
  className,
10
10
  ...props
11
- }: React$1.ComponentProps<typeof Command>): react_jsx_runtime61.JSX.Element;
11
+ }: React$1.ComponentProps<typeof Command>): react_jsx_runtime72.JSX.Element;
12
12
  /** Dialog wrapper for the command palette */
13
13
  declare function CommandDialog({
14
14
  title,
@@ -22,41 +22,41 @@ declare function CommandDialog({
22
22
  description?: string;
23
23
  className?: string;
24
24
  showCloseButton?: boolean;
25
- }): react_jsx_runtime61.JSX.Element;
25
+ }): react_jsx_runtime72.JSX.Element;
26
26
  /** Search input field for filtering command items */
27
27
  declare function CommandInput({
28
28
  className,
29
29
  ...props
30
- }: React$1.ComponentProps<typeof Command.Input>): react_jsx_runtime61.JSX.Element;
30
+ }: React$1.ComponentProps<typeof Command.Input>): react_jsx_runtime72.JSX.Element;
31
31
  /** Scrollable list container for command items */
32
32
  declare function CommandList({
33
33
  className,
34
34
  ...props
35
- }: React$1.ComponentProps<typeof Command.List>): react_jsx_runtime61.JSX.Element;
35
+ }: React$1.ComponentProps<typeof Command.List>): react_jsx_runtime72.JSX.Element;
36
36
  /** Empty state displayed when no commands match the search */
37
37
  declare function CommandEmpty({
38
38
  ...props
39
- }: React$1.ComponentProps<typeof Command.Empty>): react_jsx_runtime61.JSX.Element;
39
+ }: React$1.ComponentProps<typeof Command.Empty>): react_jsx_runtime72.JSX.Element;
40
40
  /** Group of related command items with an optional heading */
41
41
  declare function CommandGroup({
42
42
  className,
43
43
  ...props
44
- }: React$1.ComponentProps<typeof Command.Group>): react_jsx_runtime61.JSX.Element;
44
+ }: React$1.ComponentProps<typeof Command.Group>): react_jsx_runtime72.JSX.Element;
45
45
  /** Visual separator between command groups */
46
46
  declare function CommandSeparator({
47
47
  className,
48
48
  ...props
49
- }: React$1.ComponentProps<typeof Command.Separator>): react_jsx_runtime61.JSX.Element;
49
+ }: React$1.ComponentProps<typeof Command.Separator>): react_jsx_runtime72.JSX.Element;
50
50
  /** Individual selectable command item */
51
51
  declare function CommandItem({
52
52
  className,
53
53
  ...props
54
- }: React$1.ComponentProps<typeof Command.Item>): react_jsx_runtime61.JSX.Element;
54
+ }: React$1.ComponentProps<typeof Command.Item>): react_jsx_runtime72.JSX.Element;
55
55
  /** Keyboard shortcut indicator displayed next to command items */
56
56
  declare function CommandShortcut({
57
57
  className,
58
58
  ...props
59
- }: React$1.ComponentProps<"span">): react_jsx_runtime61.JSX.Element;
59
+ }: React$1.ComponentProps<"span">): react_jsx_runtime72.JSX.Element;
60
60
  //#endregion
61
61
  export { Command$1 as Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut };
62
62
  //# sourceMappingURL=command.d.ts.map
@@ -1,28 +1,28 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime70 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime81 from "react/jsx-runtime";
3
3
  import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
4
4
 
5
5
  //#region src/react/ui/context-menu.d.ts
6
6
  /** Menu triggered by right-clicking an element */
7
7
  declare function ContextMenu({
8
8
  ...props
9
- }: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>): react_jsx_runtime70.JSX.Element;
9
+ }: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>): react_jsx_runtime81.JSX.Element;
10
10
  declare function ContextMenuTrigger({
11
11
  ...props
12
- }: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>): react_jsx_runtime70.JSX.Element;
12
+ }: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>): react_jsx_runtime81.JSX.Element;
13
13
  declare function ContextMenuGroup({
14
14
  ...props
15
- }: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>): react_jsx_runtime70.JSX.Element;
15
+ }: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>): react_jsx_runtime81.JSX.Element;
16
16
  declare function ContextMenuPortal({
17
17
  container,
18
18
  ...props
19
- }: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>): react_jsx_runtime70.JSX.Element;
19
+ }: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>): react_jsx_runtime81.JSX.Element;
20
20
  declare function ContextMenuSub({
21
21
  ...props
22
- }: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>): react_jsx_runtime70.JSX.Element;
22
+ }: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>): react_jsx_runtime81.JSX.Element;
23
23
  declare function ContextMenuRadioGroup({
24
24
  ...props
25
- }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): react_jsx_runtime70.JSX.Element;
25
+ }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): react_jsx_runtime81.JSX.Element;
26
26
  declare function ContextMenuSubTrigger({
27
27
  className,
28
28
  inset,
@@ -30,15 +30,15 @@ declare function ContextMenuSubTrigger({
30
30
  ...props
31
31
  }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
32
32
  inset?: boolean;
33
- }): react_jsx_runtime70.JSX.Element;
33
+ }): react_jsx_runtime81.JSX.Element;
34
34
  declare function ContextMenuSubContent({
35
35
  className,
36
36
  ...props
37
- }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>): react_jsx_runtime70.JSX.Element;
37
+ }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>): react_jsx_runtime81.JSX.Element;
38
38
  declare function ContextMenuContent({
39
39
  className,
40
40
  ...props
41
- }: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>): react_jsx_runtime70.JSX.Element;
41
+ }: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>): react_jsx_runtime81.JSX.Element;
42
42
  declare function ContextMenuItem({
43
43
  className,
44
44
  inset,
@@ -47,33 +47,33 @@ declare function ContextMenuItem({
47
47
  }: React$1.ComponentProps<typeof ContextMenuPrimitive.Item> & {
48
48
  inset?: boolean;
49
49
  variant?: "default" | "destructive";
50
- }): react_jsx_runtime70.JSX.Element;
50
+ }): react_jsx_runtime81.JSX.Element;
51
51
  declare function ContextMenuCheckboxItem({
52
52
  className,
53
53
  children,
54
54
  checked,
55
55
  ...props
56
- }: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): react_jsx_runtime70.JSX.Element;
56
+ }: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): react_jsx_runtime81.JSX.Element;
57
57
  declare function ContextMenuRadioItem({
58
58
  className,
59
59
  children,
60
60
  ...props
61
- }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): react_jsx_runtime70.JSX.Element;
61
+ }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): react_jsx_runtime81.JSX.Element;
62
62
  declare function ContextMenuLabel({
63
63
  className,
64
64
  inset,
65
65
  ...props
66
66
  }: React$1.ComponentProps<typeof ContextMenuPrimitive.Label> & {
67
67
  inset?: boolean;
68
- }): react_jsx_runtime70.JSX.Element;
68
+ }): react_jsx_runtime81.JSX.Element;
69
69
  declare function ContextMenuSeparator({
70
70
  className,
71
71
  ...props
72
- }: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>): react_jsx_runtime70.JSX.Element;
72
+ }: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>): react_jsx_runtime81.JSX.Element;
73
73
  declare function ContextMenuShortcut({
74
74
  className,
75
75
  ...props
76
- }: React$1.ComponentProps<"span">): react_jsx_runtime70.JSX.Element;
76
+ }: React$1.ComponentProps<"span">): react_jsx_runtime81.JSX.Element;
77
77
  //#endregion
78
78
  export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger };
79
79
  //# sourceMappingURL=context-menu.d.ts.map
@@ -1,30 +1,30 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime85 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime96 from "react/jsx-runtime";
3
3
  import * as DialogPrimitive from "@radix-ui/react-dialog";
4
4
 
5
5
  //#region src/react/ui/dialog.d.ts
6
6
  /** Modal dialog that overlays the page content */
7
7
  declare function Dialog({
8
8
  ...props
9
- }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime85.JSX.Element;
9
+ }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime96.JSX.Element;
10
10
  /** Button that opens the dialog */
11
11
  declare function DialogTrigger({
12
12
  ...props
13
- }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime85.JSX.Element;
13
+ }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime96.JSX.Element;
14
14
  /** Portal container for dialog content */
15
15
  declare function DialogPortal({
16
16
  container,
17
17
  ...props
18
- }: React$1.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime85.JSX.Element;
18
+ }: React$1.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime96.JSX.Element;
19
19
  /** Button that closes the dialog */
20
20
  declare function DialogClose({
21
21
  ...props
22
- }: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime85.JSX.Element;
22
+ }: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime96.JSX.Element;
23
23
  /** Dimmed overlay behind the dialog */
24
24
  declare function DialogOverlay({
25
25
  className,
26
26
  ...props
27
- }: React$1.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime85.JSX.Element;
27
+ }: React$1.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime96.JSX.Element;
28
28
  /** Main content area of the dialog */
29
29
  declare function DialogContent({
30
30
  className,
@@ -33,27 +33,27 @@ declare function DialogContent({
33
33
  ...props
34
34
  }: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
35
35
  showCloseButton?: boolean;
36
- }): react_jsx_runtime85.JSX.Element;
36
+ }): react_jsx_runtime96.JSX.Element;
37
37
  /** Header section of the dialog */
38
38
  declare function DialogHeader({
39
39
  className,
40
40
  ...props
41
- }: React$1.ComponentProps<"div">): react_jsx_runtime85.JSX.Element;
41
+ }: React$1.ComponentProps<"div">): react_jsx_runtime96.JSX.Element;
42
42
  /** Footer section of the dialog */
43
43
  declare function DialogFooter({
44
44
  className,
45
45
  ...props
46
- }: React$1.ComponentProps<"div">): react_jsx_runtime85.JSX.Element;
46
+ }: React$1.ComponentProps<"div">): react_jsx_runtime96.JSX.Element;
47
47
  /** Title text for the dialog */
48
48
  declare function DialogTitle({
49
49
  className,
50
50
  ...props
51
- }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime85.JSX.Element;
51
+ }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime96.JSX.Element;
52
52
  /** Description text for the dialog */
53
53
  declare function DialogDescription({
54
54
  className,
55
55
  ...props
56
- }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime85.JSX.Element;
56
+ }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime96.JSX.Element;
57
57
  //#endregion
58
58
  export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
59
59
  //# sourceMappingURL=dialog.d.ts.map
@@ -1,56 +1,56 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime95 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime106 from "react/jsx-runtime";
3
3
  import { Drawer } from "vaul";
4
4
 
5
5
  //#region src/react/ui/drawer.d.ts
6
6
  /** Draggable panel that slides in from screen edges */
7
7
  declare function Drawer$1({
8
8
  ...props
9
- }: React$1.ComponentProps<typeof Drawer.Root>): react_jsx_runtime95.JSX.Element;
9
+ }: React$1.ComponentProps<typeof Drawer.Root>): react_jsx_runtime106.JSX.Element;
10
10
  /** Button that opens the drawer */
11
11
  declare function DrawerTrigger({
12
12
  ...props
13
- }: React$1.ComponentProps<typeof Drawer.Trigger>): react_jsx_runtime95.JSX.Element;
13
+ }: React$1.ComponentProps<typeof Drawer.Trigger>): react_jsx_runtime106.JSX.Element;
14
14
  /** Portal container for drawer content */
15
15
  declare function DrawerPortal({
16
16
  container,
17
17
  ...props
18
- }: React$1.ComponentProps<typeof Drawer.Portal>): react_jsx_runtime95.JSX.Element;
18
+ }: React$1.ComponentProps<typeof Drawer.Portal>): react_jsx_runtime106.JSX.Element;
19
19
  /** Button that closes the drawer */
20
20
  declare function DrawerClose({
21
21
  ...props
22
- }: React$1.ComponentProps<typeof Drawer.Close>): react_jsx_runtime95.JSX.Element;
22
+ }: React$1.ComponentProps<typeof Drawer.Close>): react_jsx_runtime106.JSX.Element;
23
23
  /** Dimmed overlay behind the drawer */
24
24
  declare function DrawerOverlay({
25
25
  className,
26
26
  ...props
27
- }: React$1.ComponentProps<typeof Drawer.Overlay>): react_jsx_runtime95.JSX.Element;
27
+ }: React$1.ComponentProps<typeof Drawer.Overlay>): react_jsx_runtime106.JSX.Element;
28
28
  /** Main content area of the drawer */
29
29
  declare function DrawerContent({
30
30
  className,
31
31
  children,
32
32
  ...props
33
- }: React$1.ComponentProps<typeof Drawer.Content>): react_jsx_runtime95.JSX.Element;
33
+ }: React$1.ComponentProps<typeof Drawer.Content>): react_jsx_runtime106.JSX.Element;
34
34
  /** Header section of the drawer */
35
35
  declare function DrawerHeader({
36
36
  className,
37
37
  ...props
38
- }: React$1.ComponentProps<"div">): react_jsx_runtime95.JSX.Element;
38
+ }: React$1.ComponentProps<"div">): react_jsx_runtime106.JSX.Element;
39
39
  /** Footer section of the drawer */
40
40
  declare function DrawerFooter({
41
41
  className,
42
42
  ...props
43
- }: React$1.ComponentProps<"div">): react_jsx_runtime95.JSX.Element;
43
+ }: React$1.ComponentProps<"div">): react_jsx_runtime106.JSX.Element;
44
44
  /** Title text for the drawer */
45
45
  declare function DrawerTitle({
46
46
  className,
47
47
  ...props
48
- }: React$1.ComponentProps<typeof Drawer.Title>): react_jsx_runtime95.JSX.Element;
48
+ }: React$1.ComponentProps<typeof Drawer.Title>): react_jsx_runtime106.JSX.Element;
49
49
  /** Description text for the drawer */
50
50
  declare function DrawerDescription({
51
51
  className,
52
52
  ...props
53
- }: React$1.ComponentProps<typeof Drawer.Description>): react_jsx_runtime95.JSX.Element;
53
+ }: React$1.ComponentProps<typeof Drawer.Description>): react_jsx_runtime106.JSX.Element;
54
54
  //#endregion
55
55
  export { Drawer$1 as Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger };
56
56
  //# sourceMappingURL=drawer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"drawer.d.ts","names":[],"sources":["../../../src/react/ui/drawer.tsx"],"sourcesContent":[],"mappings":";;;;;;iBASS,QAAA;;GAEN,OAAA,CAAM,sBAAsB,MAAA,CAAgB,QAAK,mBAAA,CAAA,GAAA,CAAA;;AARH,iBAaxC,aAAA,CAPM;EAAA,GAAA;AAAA,CAAA,EASZ,OAAA,CAAM,cATM,CAAA,OASgB,MAAA,CAAgB,OAThC,CAAA,CAAA,EASwC,mBAAA,CAAA,GAAA,CAAA,OATxC;;iBAcN,YAAA,CAZsC;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAe5C,OAAA,CAAM,cAfsC,CAAA,OAehB,MAAA,CAAgB,MAfA,CAAA,CAAA,EAeO,mBAAA,CAAA,GAAA,CAAA,OAfP;;iBA0BtC,WAAA,CA1B2C;EAAA,GAAA;AAAA,CAAA,EA4BjD,OAAA,CAAM,cA5B2C,CAAA,OA4BrB,MAAA,CAAgB,KA5BK,CAAA,CAAA,EA4BC,mBAAA,CAAA,GAAA,CAAA,OA5BD;;AAAA,iBAiC3C,aAAA,CA5Ba;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA+BnB,OAAA,CAAM,cA/Ba,CAAA,OA+BS,MAAA,CAAgB,OA/BzB,CAAA,CAAA,EA+BiC,mBAAA,CAAA,GAAA,CAAA,OA/BjC;;iBA6Cb,aAAA,CA3CsC;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EA+C5C,OAAA,CAAM,cA/CsC,CAAA,OA+ChB,MAAA,CAAgB,OA/CA,CAAA,CAAA,EA+CQ,mBAAA,CAAA,GAAA,CAAA,OA/CR;;iBAuEtC,YAAA,CAvE8C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAuER,OAAA,CAAM,cAvEE,CAAA,KAAA,CAAA,CAAA,EAuEmB,mBAAA,CAAA,GAAA,CAAA,OAvEnB;;AAAA,iBAqF9C,YAAA,CAhFY;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAgF0B,OAAA,CAAM,cAhFhC,CAAA,KAAA,CAAA,CAAA,EAgFqD,mBAAA,CAAA,GAAA,CAAA,OAhFrD;;iBA2FZ,WAAA,CA1FP;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA6FC,OAAA,CAAM,cA7FP,CAAA,OA6F6B,MAAA,CAAgB,KA7F7C,CAAA,CAAA,EA6FmD,mBAAA,CAAA,GAAA,CAAA,OA7FnD;;iBAwGO,iBAAA,CAtGA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyGN,OAAA,CAAM,cAzGA,CAAA,OAyGsB,MAAA,CAAgB,WAzGtC,CAAA,CAAA,EAyGkD,mBAAA,CAAA,GAAA,CAAA,OAzGlD"}
1
+ {"version":3,"file":"drawer.d.ts","names":[],"sources":["../../../src/react/ui/drawer.tsx"],"sourcesContent":[],"mappings":";;;;;;iBASS,QAAA;;GAEN,OAAA,CAAM,sBAAsB,MAAA,CAAgB,QAAK,oBAAA,CAAA,GAAA,CAAA;;AARH,iBAaxC,aAAA,CAPM;EAAA,GAAA;AAAA,CAAA,EASZ,OAAA,CAAM,cATM,CAAA,OASgB,MAAA,CAAgB,OAThC,CAAA,CAAA,EASwC,oBAAA,CAAA,GAAA,CAAA,OATxC;;iBAcN,YAAA,CAZsC;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAe5C,OAAA,CAAM,cAfsC,CAAA,OAehB,MAAA,CAAgB,MAfA,CAAA,CAAA,EAeO,oBAAA,CAAA,GAAA,CAAA,OAfP;;iBA0BtC,WAAA,CA1B2C;EAAA,GAAA;AAAA,CAAA,EA4BjD,OAAA,CAAM,cA5B2C,CAAA,OA4BrB,MAAA,CAAgB,KA5BK,CAAA,CAAA,EA4BC,oBAAA,CAAA,GAAA,CAAA,OA5BD;;AAAA,iBAiC3C,aAAA,CA5Ba;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA+BnB,OAAA,CAAM,cA/Ba,CAAA,OA+BS,MAAA,CAAgB,OA/BzB,CAAA,CAAA,EA+BiC,oBAAA,CAAA,GAAA,CAAA,OA/BjC;;iBA6Cb,aAAA,CA3CsC;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EA+C5C,OAAA,CAAM,cA/CsC,CAAA,OA+ChB,MAAA,CAAgB,OA/CA,CAAA,CAAA,EA+CQ,oBAAA,CAAA,GAAA,CAAA,OA/CR;;iBAuEtC,YAAA,CAvE8C;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAuER,OAAA,CAAM,cAvEE,CAAA,KAAA,CAAA,CAAA,EAuEmB,oBAAA,CAAA,GAAA,CAAA,OAvEnB;;AAAA,iBAqF9C,YAAA,CAhFY;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAgF0B,OAAA,CAAM,cAhFhC,CAAA,KAAA,CAAA,CAAA,EAgFqD,oBAAA,CAAA,GAAA,CAAA,OAhFrD;;iBA2FZ,WAAA,CA1FP;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA6FC,OAAA,CAAM,cA7FP,CAAA,OA6F6B,MAAA,CAAgB,KA7F7C,CAAA,CAAA,EA6FmD,oBAAA,CAAA,GAAA,CAAA,OA7FnD;;iBAwGO,iBAAA,CAtGA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyGN,OAAA,CAAM,cAzGA,CAAA,OAyGsB,MAAA,CAAgB,WAzGtC,CAAA,CAAA,EAyGkD,oBAAA,CAAA,GAAA,CAAA,OAzGlD"}