@databricks/appkit-ui 0.5.4 → 0.7.0

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 (233) hide show
  1. package/CLAUDE.md +23 -1
  2. package/NOTICE.md +3 -1
  3. package/bin/appkit.js +0 -0
  4. package/dist/cli/commands/plugins-sync.js +369 -0
  5. package/dist/cli/commands/plugins-sync.js.map +1 -0
  6. package/dist/cli/commands/plugins.js +19 -0
  7. package/dist/cli/commands/plugins.js.map +1 -0
  8. package/dist/cli/index.js +2 -0
  9. package/dist/cli/index.js.map +1 -1
  10. package/dist/react/charts/area/index.d.ts +2 -2
  11. package/dist/react/charts/bar/index.d.ts +2 -2
  12. package/dist/react/charts/base.d.ts +2 -2
  13. package/dist/react/charts/base.d.ts.map +1 -1
  14. package/dist/react/charts/create-chart.d.ts +2 -2
  15. package/dist/react/charts/create-chart.d.ts.map +1 -1
  16. package/dist/react/charts/heatmap/index.d.ts +2 -2
  17. package/dist/react/charts/line/index.d.ts +2 -2
  18. package/dist/react/charts/options.d.ts.map +1 -1
  19. package/dist/react/charts/pie/index.d.ts +3 -3
  20. package/dist/react/charts/radar/index.d.ts +2 -2
  21. package/dist/react/charts/scatter/index.d.ts +2 -2
  22. package/dist/react/charts/wrapper.d.ts +2 -2
  23. package/dist/react/charts/wrapper.d.ts.map +1 -1
  24. package/dist/react/table/data-table.d.ts +2 -2
  25. package/dist/react/table/data-table.d.ts.map +1 -1
  26. package/dist/react/ui/accordion.d.ts +5 -5
  27. package/dist/react/ui/accordion.d.ts.map +1 -1
  28. package/dist/react/ui/alert-dialog.d.ts +12 -12
  29. package/dist/react/ui/alert.d.ts +4 -4
  30. package/dist/react/ui/alert.d.ts.map +1 -1
  31. package/dist/react/ui/aspect-ratio.d.ts +2 -2
  32. package/dist/react/ui/avatar.d.ts +4 -4
  33. package/dist/react/ui/badge.d.ts +2 -2
  34. package/dist/react/ui/breadcrumb.d.ts +8 -8
  35. package/dist/react/ui/button-group.d.ts +4 -4
  36. package/dist/react/ui/button.d.ts +2 -2
  37. package/dist/react/ui/calendar.d.ts +3 -3
  38. package/dist/react/ui/card.d.ts +8 -8
  39. package/dist/react/ui/carousel.d.ts +6 -6
  40. package/dist/react/ui/chart.d.ts +5 -5
  41. package/dist/react/ui/checkbox.d.ts +2 -2
  42. package/dist/react/ui/collapsible.d.ts +4 -4
  43. package/dist/react/ui/command.d.ts +10 -10
  44. package/dist/react/ui/context-menu.d.ts +16 -16
  45. package/dist/react/ui/dialog.d.ts +11 -11
  46. package/dist/react/ui/drawer.d.ts +11 -11
  47. package/dist/react/ui/drawer.d.ts.map +1 -1
  48. package/dist/react/ui/dropdown-menu.d.ts +16 -16
  49. package/dist/react/ui/empty.d.ts +7 -7
  50. package/dist/react/ui/field.d.ts +11 -11
  51. package/dist/react/ui/form.d.ts +7 -7
  52. package/dist/react/ui/hover-card.d.ts +4 -4
  53. package/dist/react/ui/input-group.d.ts +7 -7
  54. package/dist/react/ui/input-otp.d.ts +5 -5
  55. package/dist/react/ui/input.d.ts +2 -2
  56. package/dist/react/ui/item.d.ts +11 -11
  57. package/dist/react/ui/kbd.d.ts +3 -3
  58. package/dist/react/ui/label.d.ts +2 -2
  59. package/dist/react/ui/menubar.d.ts +17 -17
  60. package/dist/react/ui/navigation-menu.d.ts +9 -9
  61. package/dist/react/ui/pagination.d.ts +8 -8
  62. package/dist/react/ui/popover.d.ts +5 -5
  63. package/dist/react/ui/progress.d.ts +2 -2
  64. package/dist/react/ui/radio-group.d.ts +3 -3
  65. package/dist/react/ui/resizable.d.ts +4 -4
  66. package/dist/react/ui/scroll-area.d.ts +3 -3
  67. package/dist/react/ui/select.d.ts +11 -11
  68. package/dist/react/ui/separator.d.ts +2 -2
  69. package/dist/react/ui/sheet.d.ts +9 -9
  70. package/dist/react/ui/sidebar.d.ts +24 -24
  71. package/dist/react/ui/skeleton.d.ts +2 -2
  72. package/dist/react/ui/slider.d.ts +2 -2
  73. package/dist/react/ui/sonner.d.ts +2 -2
  74. package/dist/react/ui/spinner.d.ts +2 -2
  75. package/dist/react/ui/switch.d.ts +2 -2
  76. package/dist/react/ui/table.d.ts +9 -9
  77. package/dist/react/ui/tabs.d.ts +5 -5
  78. package/dist/react/ui/textarea.d.ts +2 -2
  79. package/dist/react/ui/toggle-group.d.ts +3 -3
  80. package/dist/react/ui/toggle.d.ts +2 -2
  81. package/dist/react/ui/tooltip.d.ts +5 -5
  82. package/dist/react/ui/tooltip.d.ts.map +1 -1
  83. package/docs/docs/api/appkit/Class.AppKitError/index.html +5 -5
  84. package/docs/docs/api/appkit/Class.AuthenticationError/index.html +4 -4
  85. package/docs/docs/api/appkit/Class.ConfigurationError/index.html +4 -4
  86. package/docs/docs/api/appkit/Class.ConnectionError/index.html +4 -4
  87. package/docs/docs/api/appkit/Class.ExecutionError/index.html +4 -4
  88. package/docs/docs/api/appkit/Class.InitializationError/index.html +4 -4
  89. package/docs/docs/api/appkit/Class.Plugin/index.html +28 -16
  90. package/docs/docs/api/appkit/Class.Plugin.md +90 -30
  91. package/docs/docs/api/appkit/Class.ResourceRegistry/index.html +150 -0
  92. package/docs/docs/api/appkit/Class.ResourceRegistry.md +301 -0
  93. package/docs/docs/api/appkit/Class.ServerError/index.html +5 -5
  94. package/docs/docs/api/appkit/Class.TunnelError/index.html +4 -4
  95. package/docs/docs/api/appkit/Class.ValidationError/index.html +4 -4
  96. package/docs/docs/api/appkit/Enumeration.RequestedClaimsPermissionSet/index.html +21 -0
  97. package/docs/docs/api/appkit/Enumeration.RequestedClaimsPermissionSet.md +14 -0
  98. package/docs/docs/api/appkit/Enumeration.ResourceType/index.html +66 -0
  99. package/docs/docs/api/appkit/Enumeration.ResourceType.md +135 -0
  100. package/docs/docs/api/appkit/Function.appKitTypesPlugin/index.html +4 -4
  101. package/docs/docs/api/appkit/Function.createApp/index.html +5 -5
  102. package/docs/docs/api/appkit/Function.createLakebasePool/index.html +24 -0
  103. package/docs/docs/api/appkit/Function.createLakebasePool.md +20 -0
  104. package/docs/docs/api/appkit/Function.generateDatabaseCredential/index.html +30 -0
  105. package/docs/docs/api/appkit/Function.generateDatabaseCredential.md +57 -0
  106. package/docs/docs/api/appkit/Function.getExecutionContext/index.html +5 -5
  107. package/docs/docs/api/appkit/Function.getLakebaseOrmConfig/index.html +39 -0
  108. package/docs/docs/api/appkit/Function.getLakebaseOrmConfig.md +90 -0
  109. package/docs/docs/api/appkit/Function.getLakebasePgConfig/index.html +27 -0
  110. package/docs/docs/api/appkit/Function.getLakebasePgConfig.md +31 -0
  111. package/docs/docs/api/appkit/Function.getPluginManifest/index.html +26 -0
  112. package/docs/docs/api/appkit/Function.getPluginManifest.md +24 -0
  113. package/docs/docs/api/appkit/Function.getResourceRequirements/index.html +28 -0
  114. package/docs/docs/api/appkit/Function.getResourceRequirements.md +42 -0
  115. package/docs/docs/api/appkit/Function.getWorkspaceClient/index.html +22 -0
  116. package/docs/docs/api/appkit/Function.getWorkspaceClient.md +18 -0
  117. package/docs/docs/api/appkit/Function.isSQLTypeMarker/index.html +5 -5
  118. package/docs/docs/api/appkit/Interface.BasePluginConfig/index.html +4 -4
  119. package/docs/docs/api/appkit/Interface.CacheConfig/index.html +5 -5
  120. package/docs/docs/api/appkit/Interface.DatabaseCredential/index.html +28 -0
  121. package/docs/docs/api/appkit/Interface.DatabaseCredential.md +32 -0
  122. package/docs/docs/api/appkit/Interface.GenerateDatabaseCredentialRequest/index.html +38 -0
  123. package/docs/docs/api/appkit/Interface.GenerateDatabaseCredentialRequest.md +54 -0
  124. package/docs/docs/api/appkit/Interface.ITelemetry/index.html +5 -5
  125. package/docs/docs/api/appkit/Interface.LakebasePoolConfig/index.html +79 -0
  126. package/docs/docs/api/appkit/Interface.LakebasePoolConfig.md +126 -0
  127. package/docs/docs/api/appkit/Interface.PluginManifest/index.html +63 -0
  128. package/docs/docs/api/appkit/Interface.PluginManifest.md +135 -0
  129. package/docs/docs/api/appkit/Interface.RequestedClaims/index.html +26 -0
  130. package/docs/docs/api/appkit/Interface.RequestedClaims.md +25 -0
  131. package/docs/docs/api/appkit/Interface.RequestedResource/index.html +27 -0
  132. package/docs/docs/api/appkit/Interface.RequestedResource.md +32 -0
  133. package/docs/docs/api/appkit/Interface.ResourceEntry/index.html +83 -0
  134. package/docs/docs/api/appkit/Interface.ResourceEntry.md +156 -0
  135. package/docs/docs/api/appkit/Interface.ResourceFieldEntry/index.html +26 -0
  136. package/docs/docs/api/appkit/Interface.ResourceFieldEntry.md +25 -0
  137. package/docs/docs/api/appkit/Interface.ResourceRequirement/index.html +51 -0
  138. package/docs/docs/api/appkit/Interface.ResourceRequirement.md +84 -0
  139. package/docs/docs/api/appkit/Interface.StreamExecutionSettings/index.html +5 -5
  140. package/docs/docs/api/appkit/Interface.TelemetryConfig/index.html +5 -5
  141. package/docs/docs/api/appkit/Interface.ValidationResult/index.html +29 -0
  142. package/docs/docs/api/appkit/Interface.ValidationResult.md +36 -0
  143. package/docs/docs/api/appkit/TypeAlias.ConfigSchema/index.html +21 -0
  144. package/docs/docs/api/appkit/TypeAlias.ConfigSchema.md +12 -0
  145. package/docs/docs/api/appkit/TypeAlias.IAppRouter/index.html +5 -5
  146. package/docs/docs/api/appkit/TypeAlias.ResourcePermission/index.html +18 -0
  147. package/docs/docs/api/appkit/TypeAlias.ResourcePermission.md +20 -0
  148. package/docs/docs/api/appkit/Variable.sql/index.html +5 -5
  149. package/docs/docs/api/appkit/index.html +10 -8
  150. package/docs/docs/api/appkit-ui/data/AreaChart/index.html +3 -3
  151. package/docs/docs/api/appkit-ui/data/BarChart/index.html +3 -3
  152. package/docs/docs/api/appkit-ui/data/DataTable/index.html +3 -3
  153. package/docs/docs/api/appkit-ui/data/DonutChart/index.html +3 -3
  154. package/docs/docs/api/appkit-ui/data/HeatmapChart/index.html +3 -3
  155. package/docs/docs/api/appkit-ui/data/LineChart/index.html +3 -3
  156. package/docs/docs/api/appkit-ui/data/PieChart/index.html +3 -3
  157. package/docs/docs/api/appkit-ui/data/RadarChart/index.html +3 -3
  158. package/docs/docs/api/appkit-ui/data/ScatterChart/index.html +3 -3
  159. package/docs/docs/api/appkit-ui/index.html +3 -3
  160. package/docs/docs/api/appkit-ui/styling/index.html +3 -3
  161. package/docs/docs/api/appkit-ui/ui/Accordion/index.html +3 -3
  162. package/docs/docs/api/appkit-ui/ui/Alert/index.html +3 -3
  163. package/docs/docs/api/appkit-ui/ui/AlertDialog/index.html +3 -3
  164. package/docs/docs/api/appkit-ui/ui/AspectRatio/index.html +3 -3
  165. package/docs/docs/api/appkit-ui/ui/Avatar/index.html +3 -3
  166. package/docs/docs/api/appkit-ui/ui/Badge/index.html +3 -3
  167. package/docs/docs/api/appkit-ui/ui/Breadcrumb/index.html +3 -3
  168. package/docs/docs/api/appkit-ui/ui/Button/index.html +3 -3
  169. package/docs/docs/api/appkit-ui/ui/ButtonGroup/index.html +3 -3
  170. package/docs/docs/api/appkit-ui/ui/Calendar/index.html +3 -3
  171. package/docs/docs/api/appkit-ui/ui/Card/index.html +3 -3
  172. package/docs/docs/api/appkit-ui/ui/Carousel/index.html +3 -3
  173. package/docs/docs/api/appkit-ui/ui/ChartContainer/index.html +3 -3
  174. package/docs/docs/api/appkit-ui/ui/Checkbox/index.html +3 -3
  175. package/docs/docs/api/appkit-ui/ui/Collapsible/index.html +3 -3
  176. package/docs/docs/api/appkit-ui/ui/Command/index.html +3 -3
  177. package/docs/docs/api/appkit-ui/ui/ContextMenu/index.html +3 -3
  178. package/docs/docs/api/appkit-ui/ui/Dialog/index.html +3 -3
  179. package/docs/docs/api/appkit-ui/ui/Drawer/index.html +3 -3
  180. package/docs/docs/api/appkit-ui/ui/DropdownMenu/index.html +3 -3
  181. package/docs/docs/api/appkit-ui/ui/Empty/index.html +3 -3
  182. package/docs/docs/api/appkit-ui/ui/Field/index.html +3 -3
  183. package/docs/docs/api/appkit-ui/ui/FormControl/index.html +3 -3
  184. package/docs/docs/api/appkit-ui/ui/HoverCard/index.html +3 -3
  185. package/docs/docs/api/appkit-ui/ui/Input/index.html +3 -3
  186. package/docs/docs/api/appkit-ui/ui/InputGroup/index.html +3 -3
  187. package/docs/docs/api/appkit-ui/ui/InputOTP/index.html +3 -3
  188. package/docs/docs/api/appkit-ui/ui/Item/index.html +3 -3
  189. package/docs/docs/api/appkit-ui/ui/Kbd/index.html +3 -3
  190. package/docs/docs/api/appkit-ui/ui/Label/index.html +3 -3
  191. package/docs/docs/api/appkit-ui/ui/Menubar/index.html +3 -3
  192. package/docs/docs/api/appkit-ui/ui/NavigationMenu/index.html +3 -3
  193. package/docs/docs/api/appkit-ui/ui/Pagination/index.html +3 -3
  194. package/docs/docs/api/appkit-ui/ui/Popover/index.html +3 -3
  195. package/docs/docs/api/appkit-ui/ui/Progress/index.html +3 -3
  196. package/docs/docs/api/appkit-ui/ui/RadioGroup/index.html +3 -3
  197. package/docs/docs/api/appkit-ui/ui/ResizableHandle/index.html +3 -3
  198. package/docs/docs/api/appkit-ui/ui/ScrollArea/index.html +3 -3
  199. package/docs/docs/api/appkit-ui/ui/Select/index.html +3 -3
  200. package/docs/docs/api/appkit-ui/ui/Separator/index.html +3 -3
  201. package/docs/docs/api/appkit-ui/ui/Sheet/index.html +3 -3
  202. package/docs/docs/api/appkit-ui/ui/Sidebar/index.html +3 -3
  203. package/docs/docs/api/appkit-ui/ui/Skeleton/index.html +3 -3
  204. package/docs/docs/api/appkit-ui/ui/Slider/index.html +3 -3
  205. package/docs/docs/api/appkit-ui/ui/Spinner/index.html +3 -3
  206. package/docs/docs/api/appkit-ui/ui/Switch/index.html +3 -3
  207. package/docs/docs/api/appkit-ui/ui/Table/index.html +3 -3
  208. package/docs/docs/api/appkit-ui/ui/Tabs/index.html +3 -3
  209. package/docs/docs/api/appkit-ui/ui/Textarea/index.html +3 -3
  210. package/docs/docs/api/appkit-ui/ui/Toaster/index.html +3 -3
  211. package/docs/docs/api/appkit-ui/ui/Toggle/index.html +3 -3
  212. package/docs/docs/api/appkit-ui/ui/ToggleGroup/index.html +3 -3
  213. package/docs/docs/api/appkit-ui/ui/Tooltip/index.html +3 -3
  214. package/docs/docs/api/appkit.md +55 -28
  215. package/docs/docs/api/index.html +3 -3
  216. package/docs/docs/app-management/index.html +3 -3
  217. package/docs/docs/architecture/index.html +4 -4
  218. package/docs/docs/architecture.md +1 -1
  219. package/docs/docs/category/development/index.html +3 -3
  220. package/docs/docs/configuration/index.html +3 -3
  221. package/docs/docs/core-principles/index.html +3 -3
  222. package/docs/docs/development/ai-assisted-development/index.html +3 -3
  223. package/docs/docs/development/index.html +3 -3
  224. package/docs/docs/development/llm-guide/index.html +3 -3
  225. package/docs/docs/development/local-development/index.html +3 -3
  226. package/docs/docs/development/project-setup/index.html +3 -3
  227. package/docs/docs/development/remote-bridge/index.html +3 -3
  228. package/docs/docs/development/type-generation/index.html +3 -3
  229. package/docs/docs/index.html +3 -3
  230. package/docs/docs/plugins/index.html +18 -8
  231. package/docs/docs/plugins.md +82 -4
  232. package/llms.txt +23 -1
  233. package/package.json +3 -1
package/llms.txt CHANGED
@@ -32,20 +32,42 @@ The CLI will display the documentation content directly in the terminal.
32
32
  - [Class: ConnectionError](./docs/docs/api./docs/Class.ConnectionError.md): Error thrown when a connection or network operation fails.
33
33
  - [Class: ExecutionError](./docs/docs/api./docs/Class.ExecutionError.md): Error thrown when an operation execution fails.
34
34
  - [Class: InitializationError](./docs/docs/api./docs/Class.InitializationError.md): Error thrown when a service or component is not properly initialized.
35
- - [Abstract Class: Plugin<TConfig>](./docs/docs/api./docs/Class.Plugin.md): Base abstract class for creating AppKit plugins
35
+ - [Abstract Class: Plugin<TConfig>](./docs/docs/api./docs/Class.Plugin.md): Base abstract class for creating AppKit plugins.
36
+ - [Class: ResourceRegistry](./docs/docs/api./docs/Class.ResourceRegistry.md): Central registry for tracking plugin resource requirements.
36
37
  - [Class: ServerError](./docs/docs/api./docs/Class.ServerError.md): Error thrown when server lifecycle operations fail.
37
38
  - [Class: TunnelError](./docs/docs/api./docs/Class.TunnelError.md): Error thrown when remote tunnel operations fail.
38
39
  - [Class: ValidationError](./docs/docs/api./docs/Class.ValidationError.md): Error thrown when input validation fails.
40
+ - [Enumeration: RequestedClaimsPermissionSet](./docs/docs/api./docs/Enumeration.RequestedClaimsPermissionSet.md): Permission set for Unity Catalog table access
41
+ - [Enumeration: ResourceType](./docs/docs/api./docs/Enumeration.ResourceType.md): Supported resource types that plugins can depend on.
39
42
  - [Function: appKitTypesPlugin()](./docs/docs/api./docs/Function.appKitTypesPlugin.md): Vite plugin to generate types for AppKit queries.
40
43
  - [Function: createApp()](./docs/docs/api./docs/Function.createApp.md): Bootstraps AppKit with the provided configuration.
44
+ - [Function: createLakebasePool()](./docs/docs/api./docs/Function.createLakebasePool.md): Create a Lakebase pool with appkit's logger integration.
45
+ - [Function: generateDatabaseCredential()](./docs/docs/api./docs/Function.generateDatabaseCredential.md): Generate OAuth credentials for Postgres database connection using the proper Postgres API.
41
46
  - [Function: getExecutionContext()](./docs/docs/api./docs/Function.getExecutionContext.md): Get the current execution context.
47
+ - [Function: getLakebaseOrmConfig()](./docs/docs/api./docs/Function.getLakebaseOrmConfig.md): Get Lakebase connection configuration for ORMs that don't accept pg.Pool directly.
48
+ - [Function: getLakebasePgConfig()](./docs/docs/api./docs/Function.getLakebasePgConfig.md): Get Lakebase connection configuration for PostgreSQL clients.
49
+ - [Function: getPluginManifest()](./docs/docs/api./docs/Function.getPluginManifest.md): Loads and validates the manifest from a plugin constructor.
50
+ - [Function: getResourceRequirements()](./docs/docs/api./docs/Function.getResourceRequirements.md): Gets the resource requirements from a plugin's manifest.
51
+ - [Function: getWorkspaceClient()](./docs/docs/api./docs/Function.getWorkspaceClient.md): Get workspace client from config or SDK default auth chain
42
52
  - [Function: isSQLTypeMarker()](./docs/docs/api./docs/Function.isSQLTypeMarker.md): Type guard to check if a value is a SQL type marker
43
53
  - [Interface: BasePluginConfig](./docs/docs/api./docs/Interface.BasePluginConfig.md): Base configuration interface for AppKit plugins
44
54
  - [Interface: CacheConfig](./docs/docs/api./docs/Interface.CacheConfig.md): Configuration for caching
55
+ - [Interface: DatabaseCredential](./docs/docs/api./docs/Interface.DatabaseCredential.md): Database credentials with OAuth token for Postgres connection
56
+ - [Interface: GenerateDatabaseCredentialRequest](./docs/docs/api./docs/Interface.GenerateDatabaseCredentialRequest.md): Request parameters for generating database OAuth credentials
45
57
  - [Interface: ITelemetry](./docs/docs/api./docs/Interface.ITelemetry.md): Plugin-facing interface for OpenTelemetry instrumentation.
58
+ - [Interface: LakebasePoolConfig](./docs/docs/api./docs/Interface.LakebasePoolConfig.md): Configuration for creating a Lakebase connection pool
59
+ - [Interface: PluginManifest](./docs/docs/api./docs/Interface.PluginManifest.md): Plugin manifest that declares metadata and resource requirements.
60
+ - [Interface: RequestedClaims](./docs/docs/api./docs/Interface.RequestedClaims.md): Optional claims for fine-grained Unity Catalog table permissions
61
+ - [Interface: RequestedResource](./docs/docs/api./docs/Interface.RequestedResource.md): Resource to request permissions for in Unity Catalog
62
+ - [Interface: ResourceEntry](./docs/docs/api./docs/Interface.ResourceEntry.md): Internal representation of a resource in the registry.
63
+ - [Interface: ResourceFieldEntry](./docs/docs/api./docs/Interface.ResourceFieldEntry.md): Defines a single field for a resource. Each field has its own environment variable and optional description.
64
+ - [Interface: ResourceRequirement](./docs/docs/api./docs/Interface.ResourceRequirement.md): Declares a resource requirement for a plugin.
46
65
  - [Interface: StreamExecutionSettings](./docs/docs/api./docs/Interface.StreamExecutionSettings.md): Configuration for streaming execution with default and user-scoped settings
47
66
  - [Interface: TelemetryConfig](./docs/docs/api./docs/Interface.TelemetryConfig.md): OpenTelemetry configuration for AppKit applications
67
+ - [Interface: ValidationResult](./docs/docs/api./docs/Interface.ValidationResult.md): Result of validating all registered resources against the environment.
68
+ - [Type Alias: ConfigSchema](./docs/docs/api./docs/TypeAlias.ConfigSchema.md): Configuration schema definition for plugin config.
48
69
  - [Type Alias: IAppRouter](./docs/docs/api./docs/TypeAlias.IAppRouter.md): Express router type for plugin route registration
70
+ - [Type Alias: ResourcePermission](./docs/docs/api./docs/TypeAlias.ResourcePermission.md): Union of all possible permission levels across all resource types.
49
71
  - [Variable: sql](./docs/docs/api./docs/Variable.sql.md): SQL helper namespace
50
72
  - [@databricks/appkit-ui](./docs/docs/api/appkit-ui.md): The library provides a set of UI primitives for building Databricks apps in React.
51
73
  - [AreaChart](./docs/docs/api/appkit-ui/data/AreaChart.md): Area Chart component for trend visualization with filled areas.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@databricks/appkit-ui",
3
3
  "type": "module",
4
- "version": "0.5.4",
4
+ "version": "0.7.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/databricks/appkit.git"
@@ -82,6 +82,8 @@
82
82
  "vaul": "^1.1.2",
83
83
  "zod": "^4.1.13",
84
84
  "@ast-grep/napi": "^0.37.0",
85
+ "ajv": "^8.17.1",
86
+ "ajv-formats": "^3.0.1",
85
87
  "commander": "^12.1.0"
86
88
  },
87
89
  "peerDependencies": {