@databricks/appkit-ui 0.10.0 → 0.10.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 (168) hide show
  1. package/dist/cli/index.d.ts +1 -1
  2. package/dist/cli/index.js +1 -0
  3. package/dist/cli/index.js.map +1 -1
  4. package/dist/react/charts/area/index.d.ts +2 -2
  5. package/dist/react/charts/bar/index.d.ts +2 -2
  6. package/dist/react/charts/base.d.ts +2 -2
  7. package/dist/react/charts/create-chart.d.ts +2 -2
  8. package/dist/react/charts/heatmap/index.d.ts +2 -2
  9. package/dist/react/charts/line/index.d.ts +2 -2
  10. package/dist/react/charts/pie/index.d.ts +3 -3
  11. package/dist/react/charts/radar/index.d.ts +2 -2
  12. package/dist/react/charts/scatter/index.d.ts +2 -2
  13. package/dist/react/charts/wrapper.d.ts +2 -2
  14. package/dist/react/table/data-table.d.ts +2 -2
  15. package/dist/react/ui/input-group.d.ts +7 -7
  16. package/dist/react/ui/input-otp.d.ts +5 -5
  17. package/dist/react/ui/input.d.ts +2 -2
  18. package/dist/react/ui/item.d.ts +11 -11
  19. package/dist/react/ui/kbd.d.ts +3 -3
  20. package/dist/react/ui/label.d.ts +2 -2
  21. package/dist/react/ui/menubar.d.ts +17 -17
  22. package/dist/react/ui/navigation-menu.d.ts +9 -9
  23. package/dist/react/ui/pagination.d.ts +8 -8
  24. package/dist/react/ui/popover.d.ts +5 -5
  25. package/dist/react/ui/progress.d.ts +2 -2
  26. package/dist/react/ui/radio-group.d.ts +3 -3
  27. package/dist/react/ui/resizable.d.ts +4 -4
  28. package/dist/react/ui/scroll-area.d.ts +3 -3
  29. package/dist/react/ui/select.d.ts +11 -11
  30. package/dist/react/ui/separator.d.ts +2 -2
  31. package/dist/react/ui/sheet.d.ts +9 -9
  32. package/dist/react/ui/sidebar.d.ts +24 -24
  33. package/dist/react/ui/skeleton.d.ts +2 -2
  34. package/dist/react/ui/slider.d.ts +2 -2
  35. package/dist/react/ui/sonner.d.ts +2 -2
  36. package/dist/react/ui/spinner.d.ts +2 -2
  37. package/dist/react/ui/switch.d.ts +2 -2
  38. package/dist/react/ui/table.d.ts +9 -9
  39. package/dist/react/ui/tabs.d.ts +5 -5
  40. package/dist/react/ui/textarea.d.ts +2 -2
  41. package/dist/react/ui/toggle-group.d.ts +3 -3
  42. package/dist/react/ui/toggle.d.ts +2 -2
  43. package/docs/docs/api/appkit/Class.AppKitError/index.html +1 -1
  44. package/docs/docs/api/appkit/Class.AuthenticationError/index.html +1 -1
  45. package/docs/docs/api/appkit/Class.ConfigurationError/index.html +1 -1
  46. package/docs/docs/api/appkit/Class.ConnectionError/index.html +1 -1
  47. package/docs/docs/api/appkit/Class.ExecutionError/index.html +1 -1
  48. package/docs/docs/api/appkit/Class.InitializationError/index.html +1 -1
  49. package/docs/docs/api/appkit/Class.Plugin/index.html +1 -1
  50. package/docs/docs/api/appkit/Class.ResourceRegistry/index.html +1 -1
  51. package/docs/docs/api/appkit/Class.ServerError/index.html +1 -1
  52. package/docs/docs/api/appkit/Class.TunnelError/index.html +1 -1
  53. package/docs/docs/api/appkit/Class.ValidationError/index.html +1 -1
  54. package/docs/docs/api/appkit/Enumeration.RequestedClaimsPermissionSet/index.html +1 -1
  55. package/docs/docs/api/appkit/Enumeration.ResourceType/index.html +1 -1
  56. package/docs/docs/api/appkit/Function.appKitTypesPlugin/index.html +1 -1
  57. package/docs/docs/api/appkit/Function.createApp/index.html +1 -1
  58. package/docs/docs/api/appkit/Function.createLakebasePool/index.html +1 -1
  59. package/docs/docs/api/appkit/Function.generateDatabaseCredential/index.html +1 -1
  60. package/docs/docs/api/appkit/Function.getExecutionContext/index.html +1 -1
  61. package/docs/docs/api/appkit/Function.getLakebaseOrmConfig/index.html +1 -1
  62. package/docs/docs/api/appkit/Function.getLakebasePgConfig/index.html +1 -1
  63. package/docs/docs/api/appkit/Function.getPluginManifest/index.html +1 -1
  64. package/docs/docs/api/appkit/Function.getResourceRequirements/index.html +1 -1
  65. package/docs/docs/api/appkit/Function.getUsernameWithApiLookup/index.html +1 -1
  66. package/docs/docs/api/appkit/Function.getWorkspaceClient/index.html +1 -1
  67. package/docs/docs/api/appkit/Function.isSQLTypeMarker/index.html +1 -1
  68. package/docs/docs/api/appkit/Interface.BasePluginConfig/index.html +1 -1
  69. package/docs/docs/api/appkit/Interface.CacheConfig/index.html +1 -1
  70. package/docs/docs/api/appkit/Interface.DatabaseCredential/index.html +1 -1
  71. package/docs/docs/api/appkit/Interface.GenerateDatabaseCredentialRequest/index.html +1 -1
  72. package/docs/docs/api/appkit/Interface.ITelemetry/index.html +1 -1
  73. package/docs/docs/api/appkit/Interface.LakebasePoolConfig/index.html +1 -1
  74. package/docs/docs/api/appkit/Interface.PluginManifest/index.html +1 -1
  75. package/docs/docs/api/appkit/Interface.RequestedClaims/index.html +1 -1
  76. package/docs/docs/api/appkit/Interface.RequestedResource/index.html +1 -1
  77. package/docs/docs/api/appkit/Interface.ResourceEntry/index.html +1 -1
  78. package/docs/docs/api/appkit/Interface.ResourceFieldEntry/index.html +1 -1
  79. package/docs/docs/api/appkit/Interface.ResourceRequirement/index.html +1 -1
  80. package/docs/docs/api/appkit/Interface.StreamExecutionSettings/index.html +1 -1
  81. package/docs/docs/api/appkit/Interface.TelemetryConfig/index.html +1 -1
  82. package/docs/docs/api/appkit/Interface.ValidationResult/index.html +1 -1
  83. package/docs/docs/api/appkit/TypeAlias.ConfigSchema/index.html +1 -1
  84. package/docs/docs/api/appkit/TypeAlias.IAppRouter/index.html +1 -1
  85. package/docs/docs/api/appkit/TypeAlias.ResourcePermission/index.html +1 -1
  86. package/docs/docs/api/appkit/TypeAlias.ToPlugin/index.html +1 -1
  87. package/docs/docs/api/appkit/Variable.sql/index.html +1 -1
  88. package/docs/docs/api/appkit/index.html +1 -1
  89. package/docs/docs/api/appkit-ui/data/AreaChart/index.html +1 -1
  90. package/docs/docs/api/appkit-ui/data/BarChart/index.html +1 -1
  91. package/docs/docs/api/appkit-ui/data/DataTable/index.html +1 -1
  92. package/docs/docs/api/appkit-ui/data/DonutChart/index.html +1 -1
  93. package/docs/docs/api/appkit-ui/data/HeatmapChart/index.html +1 -1
  94. package/docs/docs/api/appkit-ui/data/LineChart/index.html +1 -1
  95. package/docs/docs/api/appkit-ui/data/PieChart/index.html +1 -1
  96. package/docs/docs/api/appkit-ui/data/RadarChart/index.html +1 -1
  97. package/docs/docs/api/appkit-ui/data/ScatterChart/index.html +1 -1
  98. package/docs/docs/api/appkit-ui/index.html +1 -1
  99. package/docs/docs/api/appkit-ui/styling/index.html +1 -1
  100. package/docs/docs/api/appkit-ui/ui/Accordion/index.html +1 -1
  101. package/docs/docs/api/appkit-ui/ui/Alert/index.html +1 -1
  102. package/docs/docs/api/appkit-ui/ui/AlertDialog/index.html +1 -1
  103. package/docs/docs/api/appkit-ui/ui/AspectRatio/index.html +1 -1
  104. package/docs/docs/api/appkit-ui/ui/Avatar/index.html +1 -1
  105. package/docs/docs/api/appkit-ui/ui/Badge/index.html +1 -1
  106. package/docs/docs/api/appkit-ui/ui/Breadcrumb/index.html +1 -1
  107. package/docs/docs/api/appkit-ui/ui/Button/index.html +1 -1
  108. package/docs/docs/api/appkit-ui/ui/ButtonGroup/index.html +1 -1
  109. package/docs/docs/api/appkit-ui/ui/Calendar/index.html +1 -1
  110. package/docs/docs/api/appkit-ui/ui/Card/index.html +1 -1
  111. package/docs/docs/api/appkit-ui/ui/Carousel/index.html +1 -1
  112. package/docs/docs/api/appkit-ui/ui/ChartContainer/index.html +1 -1
  113. package/docs/docs/api/appkit-ui/ui/Checkbox/index.html +1 -1
  114. package/docs/docs/api/appkit-ui/ui/Collapsible/index.html +1 -1
  115. package/docs/docs/api/appkit-ui/ui/Command/index.html +1 -1
  116. package/docs/docs/api/appkit-ui/ui/ContextMenu/index.html +1 -1
  117. package/docs/docs/api/appkit-ui/ui/Dialog/index.html +1 -1
  118. package/docs/docs/api/appkit-ui/ui/Drawer/index.html +1 -1
  119. package/docs/docs/api/appkit-ui/ui/DropdownMenu/index.html +1 -1
  120. package/docs/docs/api/appkit-ui/ui/Empty/index.html +1 -1
  121. package/docs/docs/api/appkit-ui/ui/Field/index.html +1 -1
  122. package/docs/docs/api/appkit-ui/ui/FormControl/index.html +1 -1
  123. package/docs/docs/api/appkit-ui/ui/HoverCard/index.html +1 -1
  124. package/docs/docs/api/appkit-ui/ui/Input/index.html +1 -1
  125. package/docs/docs/api/appkit-ui/ui/InputGroup/index.html +1 -1
  126. package/docs/docs/api/appkit-ui/ui/InputOTP/index.html +1 -1
  127. package/docs/docs/api/appkit-ui/ui/Item/index.html +1 -1
  128. package/docs/docs/api/appkit-ui/ui/Kbd/index.html +1 -1
  129. package/docs/docs/api/appkit-ui/ui/Label/index.html +1 -1
  130. package/docs/docs/api/appkit-ui/ui/Menubar/index.html +1 -1
  131. package/docs/docs/api/appkit-ui/ui/NavigationMenu/index.html +1 -1
  132. package/docs/docs/api/appkit-ui/ui/Pagination/index.html +1 -1
  133. package/docs/docs/api/appkit-ui/ui/Popover/index.html +1 -1
  134. package/docs/docs/api/appkit-ui/ui/Progress/index.html +1 -1
  135. package/docs/docs/api/appkit-ui/ui/RadioGroup/index.html +1 -1
  136. package/docs/docs/api/appkit-ui/ui/ResizableHandle/index.html +1 -1
  137. package/docs/docs/api/appkit-ui/ui/ScrollArea/index.html +1 -1
  138. package/docs/docs/api/appkit-ui/ui/Select/index.html +1 -1
  139. package/docs/docs/api/appkit-ui/ui/Separator/index.html +1 -1
  140. package/docs/docs/api/appkit-ui/ui/Sheet/index.html +1 -1
  141. package/docs/docs/api/appkit-ui/ui/Sidebar/index.html +1 -1
  142. package/docs/docs/api/appkit-ui/ui/Skeleton/index.html +1 -1
  143. package/docs/docs/api/appkit-ui/ui/Slider/index.html +1 -1
  144. package/docs/docs/api/appkit-ui/ui/Spinner/index.html +1 -1
  145. package/docs/docs/api/appkit-ui/ui/Switch/index.html +1 -1
  146. package/docs/docs/api/appkit-ui/ui/Table/index.html +1 -1
  147. package/docs/docs/api/appkit-ui/ui/Tabs/index.html +1 -1
  148. package/docs/docs/api/appkit-ui/ui/Textarea/index.html +1 -1
  149. package/docs/docs/api/appkit-ui/ui/Toaster/index.html +1 -1
  150. package/docs/docs/api/appkit-ui/ui/Toggle/index.html +1 -1
  151. package/docs/docs/api/appkit-ui/ui/ToggleGroup/index.html +1 -1
  152. package/docs/docs/api/appkit-ui/ui/Tooltip/index.html +1 -1
  153. package/docs/docs/api/index.html +1 -1
  154. package/docs/docs/app-management/index.html +1 -1
  155. package/docs/docs/architecture/index.html +1 -1
  156. package/docs/docs/category/development/index.html +1 -1
  157. package/docs/docs/configuration/index.html +1 -1
  158. package/docs/docs/core-principles/index.html +1 -1
  159. package/docs/docs/development/ai-assisted-development/index.html +1 -1
  160. package/docs/docs/development/index.html +1 -1
  161. package/docs/docs/development/llm-guide/index.html +1 -1
  162. package/docs/docs/development/local-development/index.html +1 -1
  163. package/docs/docs/development/project-setup/index.html +1 -1
  164. package/docs/docs/development/remote-bridge/index.html +1 -1
  165. package/docs/docs/development/type-generation/index.html +1 -1
  166. package/docs/docs/index.html +1 -1
  167. package/docs/docs/plugins/index.html +1 -1
  168. package/package.json +1 -1
@@ -1 +1 @@
1
- export { };
1
+ import "dotenv/config";
package/dist/cli/index.js CHANGED
@@ -4,6 +4,7 @@ import { generateTypesCommand } from "./commands/generate-types.js";
4
4
  import { lintCommand } from "./commands/lint.js";
5
5
  import { pluginCommand } from "./commands/plugin/index.js";
6
6
  import { setupCommand } from "./commands/setup.js";
7
+ import "dotenv/config";
7
8
  import { readFileSync } from "node:fs";
8
9
  import { dirname, join } from "node:path";
9
10
  import { fileURLToPath } from "node:url";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../src/cli/index.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { readFileSync } from \"node:fs\";\nimport { dirname, join } from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\nimport { Command } from \"commander\";\nimport { docsCommand } from \"./commands/docs.js\";\nimport { generateTypesCommand } from \"./commands/generate-types.js\";\nimport { lintCommand } from \"./commands/lint.js\";\nimport { pluginCommand } from \"./commands/plugin/index.js\";\nimport { setupCommand } from \"./commands/setup.js\";\n\nconst __dirname = dirname(fileURLToPath(import.meta.url));\nconst pkgPath = join(__dirname, \"../../package.json\");\nconst pkg = JSON.parse(readFileSync(pkgPath, \"utf-8\"));\n\nconst cmd = new Command();\n\ncmd\n .name(\"appkit\")\n .description(\"CLI tools for Databricks AppKit\")\n .version(pkg.version);\n\ncmd.addCommand(setupCommand);\ncmd.addCommand(generateTypesCommand);\ncmd.addCommand(lintCommand);\ncmd.addCommand(docsCommand);\ncmd.addCommand(pluginCommand);\n\ncmd.parse();\n"],"mappings":";;;;;;;;;;;;AAaA,MAAM,UAAU,KADE,QAAQ,cAAc,OAAO,KAAK,IAAI,CAAC,EACzB,qBAAqB;AACrD,MAAM,MAAM,KAAK,MAAM,aAAa,SAAS,QAAQ,CAAC;AAEtD,MAAM,MAAM,IAAI,SAAS;AAEzB,IACG,KAAK,SAAS,CACd,YAAY,kCAAkC,CAC9C,QAAQ,IAAI,QAAQ;AAEvB,IAAI,WAAW,aAAa;AAC5B,IAAI,WAAW,qBAAqB;AACpC,IAAI,WAAW,YAAY;AAC3B,IAAI,WAAW,YAAY;AAC3B,IAAI,WAAW,cAAc;AAE7B,IAAI,OAAO"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../src/cli/index.ts"],"sourcesContent":["#!/usr/bin/env node\nimport \"dotenv/config\";\nimport { readFileSync } from \"node:fs\";\nimport { dirname, join } from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\nimport { Command } from \"commander\";\nimport { docsCommand } from \"./commands/docs.js\";\nimport { generateTypesCommand } from \"./commands/generate-types.js\";\nimport { lintCommand } from \"./commands/lint.js\";\nimport { pluginCommand } from \"./commands/plugin/index.js\";\nimport { setupCommand } from \"./commands/setup.js\";\n\nconst __dirname = dirname(fileURLToPath(import.meta.url));\nconst pkgPath = join(__dirname, \"../../package.json\");\nconst pkg = JSON.parse(readFileSync(pkgPath, \"utf-8\"));\n\nconst cmd = new Command();\n\ncmd\n .name(\"appkit\")\n .description(\"CLI tools for Databricks AppKit\")\n .version(pkg.version);\n\ncmd.addCommand(setupCommand);\ncmd.addCommand(generateTypesCommand);\ncmd.addCommand(lintCommand);\ncmd.addCommand(docsCommand);\ncmd.addCommand(pluginCommand);\n\ncmd.parse();\n"],"mappings":";;;;;;;;;;;;;AAaA,MAAM,UAAU,KADE,QAAQ,cAAc,OAAO,KAAK,IAAI,CAAC,EACzB,qBAAqB;AACrD,MAAM,MAAM,KAAK,MAAM,aAAa,SAAS,QAAQ,CAAC;AAEtD,MAAM,MAAM,IAAI,SAAS;AAEzB,IACG,KAAK,SAAS,CACd,YAAY,kCAAkC,CAC9C,QAAQ,IAAI,QAAQ;AAEvB,IAAI,WAAW,aAAa;AAC5B,IAAI,WAAW,qBAAqB;AACpC,IAAI,WAAW,YAAY;AAC3B,IAAI,WAAW,YAAY;AAC3B,IAAI,WAAW,cAAc;AAE7B,IAAI,OAAO"}
@@ -1,6 +1,6 @@
1
1
  import { AreaChartProps } from "../types.js";
2
2
  import "react";
3
- import * as react_jsx_runtime274 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime275 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/react/charts/area/index.d.ts
6
6
 
@@ -14,7 +14,7 @@ import * as react_jsx_runtime274 from "react/jsx-runtime";
14
14
  * Supports both query mode (queryKey + parameters) and data mode (static data).
15
15
  */
16
16
  declare const AreaChart: {
17
- (props: AreaChartProps): react_jsx_runtime274.JSX.Element;
17
+ (props: AreaChartProps): react_jsx_runtime275.JSX.Element;
18
18
  displayName: string;
19
19
  };
20
20
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { BarChartProps } from "../types.js";
2
2
  import "react";
3
- import * as react_jsx_runtime275 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime276 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/react/charts/bar/index.d.ts
6
6
 
@@ -14,7 +14,7 @@ import * as react_jsx_runtime275 from "react/jsx-runtime";
14
14
  * Supports both query mode (queryKey + parameters) and data mode (static data).
15
15
  */
16
16
  declare const BarChart: {
17
- (props: BarChartProps): react_jsx_runtime275.JSX.Element;
17
+ (props: BarChartProps): react_jsx_runtime276.JSX.Element;
18
18
  displayName: string;
19
19
  };
20
20
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { ChartColorPalette, ChartData, ChartType, Orientation } from "./types.js";
2
- import * as react_jsx_runtime282 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime283 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/charts/base.d.ts
5
5
  interface BaseChartProps {
@@ -83,7 +83,7 @@ declare function BaseChart({
83
83
  max,
84
84
  options: customOptions,
85
85
  className
86
- }: BaseChartProps): react_jsx_runtime282.JSX.Element;
86
+ }: BaseChartProps): react_jsx_runtime283.JSX.Element;
87
87
  //#endregion
88
88
  export { BaseChart, BaseChartProps };
89
89
  //# sourceMappingURL=base.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { ChartType, UnifiedChartProps } from "./types.js";
2
- import * as react_jsx_runtime283 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime284 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/charts/create-chart.d.ts
5
5
 
@@ -18,7 +18,7 @@ import * as react_jsx_runtime283 from "react/jsx-runtime";
18
18
  * ```
19
19
  */
20
20
  declare function createChart<TProps extends UnifiedChartProps>(chartType: ChartType, displayName: string): {
21
- (props: TProps): react_jsx_runtime283.JSX.Element;
21
+ (props: TProps): react_jsx_runtime284.JSX.Element;
22
22
  displayName: string;
23
23
  };
24
24
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { HeatmapChartProps } from "../types.js";
2
2
  import "react";
3
- import * as react_jsx_runtime276 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime277 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/react/charts/heatmap/index.d.ts
6
6
 
@@ -19,7 +19,7 @@ import * as react_jsx_runtime276 from "react/jsx-runtime";
19
19
  * Supports both query mode (queryKey + parameters) and data mode (static data).
20
20
  */
21
21
  declare const HeatmapChart: {
22
- (props: HeatmapChartProps): react_jsx_runtime276.JSX.Element;
22
+ (props: HeatmapChartProps): react_jsx_runtime277.JSX.Element;
23
23
  displayName: string;
24
24
  };
25
25
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { LineChartProps } from "../types.js";
2
2
  import "react";
3
- import * as react_jsx_runtime277 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime278 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/react/charts/line/index.d.ts
6
6
 
@@ -14,7 +14,7 @@ import * as react_jsx_runtime277 from "react/jsx-runtime";
14
14
  * Supports both query mode (queryKey + parameters) and data mode (static data).
15
15
  */
16
16
  declare const LineChart: {
17
- (props: LineChartProps): react_jsx_runtime277.JSX.Element;
17
+ (props: LineChartProps): react_jsx_runtime278.JSX.Element;
18
18
  displayName: string;
19
19
  };
20
20
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { DonutChartProps, PieChartProps } from "../types.js";
2
2
  import "react";
3
- import * as react_jsx_runtime278 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime279 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/react/charts/pie/index.d.ts
6
6
 
@@ -14,7 +14,7 @@ import * as react_jsx_runtime278 from "react/jsx-runtime";
14
14
  * Supports both query mode (queryKey + parameters) and data mode (static data).
15
15
  */
16
16
  declare const PieChart: {
17
- (props: PieChartProps): react_jsx_runtime278.JSX.Element;
17
+ (props: PieChartProps): react_jsx_runtime279.JSX.Element;
18
18
  displayName: string;
19
19
  };
20
20
  /**
@@ -27,7 +27,7 @@ declare const PieChart: {
27
27
  * Supports both query mode (queryKey + parameters) and data mode (static data).
28
28
  */
29
29
  declare const DonutChart: {
30
- (props: DonutChartProps): react_jsx_runtime278.JSX.Element;
30
+ (props: DonutChartProps): react_jsx_runtime279.JSX.Element;
31
31
  displayName: string;
32
32
  };
33
33
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { RadarChartProps } from "../types.js";
2
2
  import "react";
3
- import * as react_jsx_runtime280 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime281 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/react/charts/radar/index.d.ts
6
6
 
@@ -14,7 +14,7 @@ import * as react_jsx_runtime280 from "react/jsx-runtime";
14
14
  * Supports both query mode (queryKey + parameters) and data mode (static data).
15
15
  */
16
16
  declare const RadarChart: {
17
- (props: RadarChartProps): react_jsx_runtime280.JSX.Element;
17
+ (props: RadarChartProps): react_jsx_runtime281.JSX.Element;
18
18
  displayName: string;
19
19
  };
20
20
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { ScatterChartProps } from "../types.js";
2
2
  import "react";
3
- import * as react_jsx_runtime281 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime282 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/react/charts/scatter/index.d.ts
6
6
 
@@ -14,7 +14,7 @@ import * as react_jsx_runtime281 from "react/jsx-runtime";
14
14
  * Supports both query mode (queryKey + parameters) and data mode (static data).
15
15
  */
16
16
  declare const ScatterChart: {
17
- (props: ScatterChartProps): react_jsx_runtime281.JSX.Element;
17
+ (props: ScatterChartProps): react_jsx_runtime282.JSX.Element;
18
18
  displayName: string;
19
19
  };
20
20
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { ChartData, DataFormat } from "./types.js";
2
2
  import { ReactNode } from "react";
3
- import * as react_jsx_runtime284 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime285 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/react/charts/wrapper.d.ts
6
6
  interface ChartWrapperQueryProps {
@@ -59,7 +59,7 @@ type ChartWrapperProps = CommonProps & (ChartWrapperQueryProps | ChartWrapperDat
59
59
  * </ChartWrapper>
60
60
  * ```
61
61
  */
62
- declare function ChartWrapper(props: ChartWrapperProps): react_jsx_runtime284.JSX.Element;
62
+ declare function ChartWrapper(props: ChartWrapperProps): react_jsx_runtime285.JSX.Element;
63
63
  //#endregion
64
64
  export { ChartWrapper, ChartWrapperProps };
65
65
  //# sourceMappingURL=wrapper.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { DataTableProps } from "./types.js";
2
- import * as react_jsx_runtime285 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime144 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/table/data-table.d.ts
5
5
 
@@ -44,7 +44,7 @@ import * as react_jsx_runtime285 from "react/jsx-runtime";
44
44
  * )}
45
45
  * </DataTable>
46
46
  */
47
- declare function DataTable(props: DataTableProps): react_jsx_runtime285.JSX.Element;
47
+ declare function DataTable(props: DataTableProps): react_jsx_runtime144.JSX.Element;
48
48
  //#endregion
49
49
  export { DataTable };
50
50
  //# sourceMappingURL=data-table.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_runtime145 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime146 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
  import * as class_variance_authority_types5 from "class-variance-authority/types";
6
6
 
@@ -9,7 +9,7 @@ import * as class_variance_authority_types5 from "class-variance-authority/types
9
9
  declare function InputGroup({
10
10
  className,
11
11
  ...props
12
- }: React$1.ComponentProps<"div">): react_jsx_runtime145.JSX.Element;
12
+ }: React$1.ComponentProps<"div">): react_jsx_runtime146.JSX.Element;
13
13
  declare const inputGroupAddonVariants: (props?: ({
14
14
  align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
15
15
  } & class_variance_authority_types5.ClassProp) | undefined) => string;
@@ -18,7 +18,7 @@ declare function InputGroupAddon({
18
18
  className,
19
19
  align,
20
20
  ...props
21
- }: React$1.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime145.JSX.Element;
21
+ }: React$1.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime146.JSX.Element;
22
22
  declare const inputGroupButtonVariants: (props?: ({
23
23
  size?: "sm" | "icon-sm" | "xs" | "icon-xs" | null | undefined;
24
24
  } & class_variance_authority_types5.ClassProp) | undefined) => string;
@@ -29,22 +29,22 @@ declare function InputGroupButton({
29
29
  variant,
30
30
  size,
31
31
  ...props
32
- }: Omit<React$1.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime145.JSX.Element;
32
+ }: Omit<React$1.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime146.JSX.Element;
33
33
  /** Static text or icon displayed within an input group */
34
34
  declare function InputGroupText({
35
35
  className,
36
36
  ...props
37
- }: React$1.ComponentProps<"span">): react_jsx_runtime145.JSX.Element;
37
+ }: React$1.ComponentProps<"span">): react_jsx_runtime146.JSX.Element;
38
38
  /** Text input styled for use within an input group */
39
39
  declare function InputGroupInput({
40
40
  className,
41
41
  ...props
42
- }: React$1.ComponentProps<"input">): react_jsx_runtime145.JSX.Element;
42
+ }: React$1.ComponentProps<"input">): react_jsx_runtime146.JSX.Element;
43
43
  /** Textarea styled for use within an input group */
44
44
  declare function InputGroupTextarea({
45
45
  className,
46
46
  ...props
47
- }: React$1.ComponentProps<"textarea">): react_jsx_runtime145.JSX.Element;
47
+ }: React$1.ComponentProps<"textarea">): react_jsx_runtime146.JSX.Element;
48
48
  //#endregion
49
49
  export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea };
50
50
  //# sourceMappingURL=input-group.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime151 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime152 from "react/jsx-runtime";
3
3
  import { OTPInput } from "input-otp";
4
4
 
5
5
  //#region src/react/ui/input-otp.d.ts
@@ -10,12 +10,12 @@ declare function InputOTP({
10
10
  ...props
11
11
  }: React$1.ComponentProps<typeof OTPInput> & {
12
12
  containerClassName?: string;
13
- }): react_jsx_runtime151.JSX.Element;
13
+ }): react_jsx_runtime152.JSX.Element;
14
14
  /** Container grouping OTP input slots together */
15
15
  declare function InputOTPGroup({
16
16
  className,
17
17
  ...props
18
- }: React$1.ComponentProps<"div">): react_jsx_runtime151.JSX.Element;
18
+ }: React$1.ComponentProps<"div">): react_jsx_runtime152.JSX.Element;
19
19
  /** Individual character slot within the OTP input */
20
20
  declare function InputOTPSlot({
21
21
  index,
@@ -23,11 +23,11 @@ declare function InputOTPSlot({
23
23
  ...props
24
24
  }: React$1.ComponentProps<"div"> & {
25
25
  index: number;
26
- }): react_jsx_runtime151.JSX.Element;
26
+ }): react_jsx_runtime152.JSX.Element;
27
27
  /** Visual separator between OTP slot groups */
28
28
  declare function InputOTPSeparator({
29
29
  ...props
30
- }: React$1.ComponentProps<"div">): react_jsx_runtime151.JSX.Element;
30
+ }: React$1.ComponentProps<"div">): react_jsx_runtime152.JSX.Element;
31
31
  //#endregion
32
32
  export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot };
33
33
  //# sourceMappingURL=input-otp.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime144 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime145 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/react/ui/input.d.ts
5
5
  /** Text input field for single-line user input */
@@ -7,7 +7,7 @@ declare function Input({
7
7
  className,
8
8
  type,
9
9
  ...props
10
- }: React$1.ComponentProps<"input">): react_jsx_runtime144.JSX.Element;
10
+ }: React$1.ComponentProps<"input">): react_jsx_runtime145.JSX.Element;
11
11
  //#endregion
12
12
  export { Input };
13
13
  //# sourceMappingURL=input.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import { Separator } from "./separator.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime155 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime156 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
  import * as class_variance_authority_types7 from "class-variance-authority/types";
6
6
 
@@ -8,11 +8,11 @@ import * as class_variance_authority_types7 from "class-variance-authority/types
8
8
  declare function ItemGroup({
9
9
  className,
10
10
  ...props
11
- }: React$1.ComponentProps<"div">): react_jsx_runtime155.JSX.Element;
11
+ }: React$1.ComponentProps<"div">): react_jsx_runtime156.JSX.Element;
12
12
  declare function ItemSeparator({
13
13
  className,
14
14
  ...props
15
- }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime155.JSX.Element;
15
+ }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime156.JSX.Element;
16
16
  declare const itemVariants: (props?: ({
17
17
  variant?: "default" | "outline" | "muted" | null | undefined;
18
18
  size?: "default" | "sm" | null | undefined;
@@ -26,7 +26,7 @@ declare function Item({
26
26
  ...props
27
27
  }: React$1.ComponentProps<"div"> & VariantProps<typeof itemVariants> & {
28
28
  asChild?: boolean;
29
- }): react_jsx_runtime155.JSX.Element;
29
+ }): react_jsx_runtime156.JSX.Element;
30
30
  declare const itemMediaVariants: (props?: ({
31
31
  variant?: "default" | "icon" | "image" | null | undefined;
32
32
  } & class_variance_authority_types7.ClassProp) | undefined) => string;
@@ -34,31 +34,31 @@ declare function ItemMedia({
34
34
  className,
35
35
  variant,
36
36
  ...props
37
- }: React$1.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): react_jsx_runtime155.JSX.Element;
37
+ }: React$1.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): react_jsx_runtime156.JSX.Element;
38
38
  declare function ItemContent({
39
39
  className,
40
40
  ...props
41
- }: React$1.ComponentProps<"div">): react_jsx_runtime155.JSX.Element;
41
+ }: React$1.ComponentProps<"div">): react_jsx_runtime156.JSX.Element;
42
42
  declare function ItemTitle({
43
43
  className,
44
44
  ...props
45
- }: React$1.ComponentProps<"div">): react_jsx_runtime155.JSX.Element;
45
+ }: React$1.ComponentProps<"div">): react_jsx_runtime156.JSX.Element;
46
46
  declare function ItemDescription({
47
47
  className,
48
48
  ...props
49
- }: React$1.ComponentProps<"p">): react_jsx_runtime155.JSX.Element;
49
+ }: React$1.ComponentProps<"p">): react_jsx_runtime156.JSX.Element;
50
50
  declare function ItemActions({
51
51
  className,
52
52
  ...props
53
- }: React$1.ComponentProps<"div">): react_jsx_runtime155.JSX.Element;
53
+ }: React$1.ComponentProps<"div">): react_jsx_runtime156.JSX.Element;
54
54
  declare function ItemHeader({
55
55
  className,
56
56
  ...props
57
- }: React$1.ComponentProps<"div">): react_jsx_runtime155.JSX.Element;
57
+ }: React$1.ComponentProps<"div">): react_jsx_runtime156.JSX.Element;
58
58
  declare function ItemFooter({
59
59
  className,
60
60
  ...props
61
- }: React$1.ComponentProps<"div">): react_jsx_runtime155.JSX.Element;
61
+ }: React$1.ComponentProps<"div">): react_jsx_runtime156.JSX.Element;
62
62
  //#endregion
63
63
  export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle };
64
64
  //# sourceMappingURL=item.d.ts.map
@@ -1,15 +1,15 @@
1
- import * as react_jsx_runtime165 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime166 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/react/ui/kbd.d.ts
4
4
  /** Visual representation of keyboard keys */
5
5
  declare function Kbd({
6
6
  className,
7
7
  ...props
8
- }: React.ComponentProps<"kbd">): react_jsx_runtime165.JSX.Element;
8
+ }: React.ComponentProps<"kbd">): react_jsx_runtime166.JSX.Element;
9
9
  declare function KbdGroup({
10
10
  className,
11
11
  ...props
12
- }: React.ComponentProps<"div">): react_jsx_runtime165.JSX.Element;
12
+ }: React.ComponentProps<"div">): react_jsx_runtime166.JSX.Element;
13
13
  //#endregion
14
14
  export { Kbd, KbdGroup };
15
15
  //# sourceMappingURL=kbd.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime167 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime168 from "react/jsx-runtime";
3
3
  import * as LabelPrimitive from "@radix-ui/react-label";
4
4
 
5
5
  //#region src/react/ui/label.d.ts
@@ -7,7 +7,7 @@ import * as LabelPrimitive from "@radix-ui/react-label";
7
7
  declare function Label({
8
8
  className,
9
9
  ...props
10
- }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime167.JSX.Element;
10
+ }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime168.JSX.Element;
11
11
  //#endregion
12
12
  export { Label };
13
13
  //# sourceMappingURL=label.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime168 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime169 from "react/jsx-runtime";
3
3
  import * as MenubarPrimitive from "@radix-ui/react-menubar";
4
4
 
5
5
  //#region src/react/ui/menubar.d.ts
@@ -7,31 +7,31 @@ import * as MenubarPrimitive from "@radix-ui/react-menubar";
7
7
  declare function Menubar({
8
8
  className,
9
9
  ...props
10
- }: React$1.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime168.JSX.Element;
10
+ }: React$1.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime169.JSX.Element;
11
11
  declare function MenubarMenu({
12
12
  ...props
13
- }: React$1.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime168.JSX.Element;
13
+ }: React$1.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime169.JSX.Element;
14
14
  declare function MenubarGroup({
15
15
  ...props
16
- }: React$1.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime168.JSX.Element;
16
+ }: React$1.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime169.JSX.Element;
17
17
  declare function MenubarPortal({
18
18
  container,
19
19
  ...props
20
- }: React$1.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime168.JSX.Element;
20
+ }: React$1.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime169.JSX.Element;
21
21
  declare function MenubarRadioGroup({
22
22
  ...props
23
- }: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime168.JSX.Element;
23
+ }: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime169.JSX.Element;
24
24
  declare function MenubarTrigger({
25
25
  className,
26
26
  ...props
27
- }: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime168.JSX.Element;
27
+ }: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime169.JSX.Element;
28
28
  declare function MenubarContent({
29
29
  className,
30
30
  align,
31
31
  alignOffset,
32
32
  sideOffset,
33
33
  ...props
34
- }: React$1.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime168.JSX.Element;
34
+ }: React$1.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime169.JSX.Element;
35
35
  declare function MenubarItem({
36
36
  className,
37
37
  inset,
@@ -40,36 +40,36 @@ declare function MenubarItem({
40
40
  }: React$1.ComponentProps<typeof MenubarPrimitive.Item> & {
41
41
  inset?: boolean;
42
42
  variant?: "default" | "destructive";
43
- }): react_jsx_runtime168.JSX.Element;
43
+ }): react_jsx_runtime169.JSX.Element;
44
44
  declare function MenubarCheckboxItem({
45
45
  className,
46
46
  children,
47
47
  checked,
48
48
  ...props
49
- }: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime168.JSX.Element;
49
+ }: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime169.JSX.Element;
50
50
  declare function MenubarRadioItem({
51
51
  className,
52
52
  children,
53
53
  ...props
54
- }: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime168.JSX.Element;
54
+ }: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime169.JSX.Element;
55
55
  declare function MenubarLabel({
56
56
  className,
57
57
  inset,
58
58
  ...props
59
59
  }: React$1.ComponentProps<typeof MenubarPrimitive.Label> & {
60
60
  inset?: boolean;
61
- }): react_jsx_runtime168.JSX.Element;
61
+ }): react_jsx_runtime169.JSX.Element;
62
62
  declare function MenubarSeparator({
63
63
  className,
64
64
  ...props
65
- }: React$1.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime168.JSX.Element;
65
+ }: React$1.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime169.JSX.Element;
66
66
  declare function MenubarShortcut({
67
67
  className,
68
68
  ...props
69
- }: React$1.ComponentProps<"span">): react_jsx_runtime168.JSX.Element;
69
+ }: React$1.ComponentProps<"span">): react_jsx_runtime169.JSX.Element;
70
70
  declare function MenubarSub({
71
71
  ...props
72
- }: React$1.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime168.JSX.Element;
72
+ }: React$1.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime169.JSX.Element;
73
73
  declare function MenubarSubTrigger({
74
74
  className,
75
75
  inset,
@@ -77,11 +77,11 @@ declare function MenubarSubTrigger({
77
77
  ...props
78
78
  }: React$1.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
79
79
  inset?: boolean;
80
- }): react_jsx_runtime168.JSX.Element;
80
+ }): react_jsx_runtime169.JSX.Element;
81
81
  declare function MenubarSubContent({
82
82
  className,
83
83
  ...props
84
- }: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime168.JSX.Element;
84
+ }: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime169.JSX.Element;
85
85
  //#endregion
86
86
  export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
87
87
  //# sourceMappingURL=menubar.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime184 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime185 from "react/jsx-runtime";
3
3
  import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
4
4
  import * as class_variance_authority_types9 from "class-variance-authority/types";
5
5
 
@@ -12,44 +12,44 @@ declare function NavigationMenu({
12
12
  ...props
13
13
  }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
14
14
  viewport?: boolean;
15
- }): react_jsx_runtime184.JSX.Element;
15
+ }): react_jsx_runtime185.JSX.Element;
16
16
  /** Container list for navigation menu items */
17
17
  declare function NavigationMenuList({
18
18
  className,
19
19
  ...props
20
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime184.JSX.Element;
20
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime185.JSX.Element;
21
21
  /** Individual navigation menu item */
22
22
  declare function NavigationMenuItem({
23
23
  className,
24
24
  ...props
25
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime184.JSX.Element;
25
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime185.JSX.Element;
26
26
  declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types9.ClassProp | undefined) => string;
27
27
  /** Button that opens a navigation submenu */
28
28
  declare function NavigationMenuTrigger({
29
29
  className,
30
30
  children,
31
31
  ...props
32
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime184.JSX.Element;
32
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime185.JSX.Element;
33
33
  /** Dropdown content area for navigation submenu */
34
34
  declare function NavigationMenuContent({
35
35
  className,
36
36
  ...props
37
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime184.JSX.Element;
37
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime185.JSX.Element;
38
38
  /** Viewport container for navigation menu content */
39
39
  declare function NavigationMenuViewport({
40
40
  className,
41
41
  ...props
42
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime184.JSX.Element;
42
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime185.JSX.Element;
43
43
  /** Clickable link within navigation menu */
44
44
  declare function NavigationMenuLink({
45
45
  className,
46
46
  ...props
47
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime184.JSX.Element;
47
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime185.JSX.Element;
48
48
  /** Visual indicator for active navigation menu item */
49
49
  declare function NavigationMenuIndicator({
50
50
  className,
51
51
  ...props
52
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime184.JSX.Element;
52
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime185.JSX.Element;
53
53
  //#endregion
54
54
  export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
55
55
  //# sourceMappingURL=navigation-menu.d.ts.map