agentic-ui-libs 1.1.0-beta.9 → 1.2.0-beta.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.
- package/dist/assets/agentic-ui-libs.css +521 -71
- package/dist/features/md-editor/MDEditor.d.ts.map +1 -1
- package/dist/features/md-editor/components/AIDesignPanel.d.ts +36 -0
- package/dist/features/md-editor/components/AIDesignPanel.d.ts.map +1 -0
- package/dist/features/md-editor/components/AIRefineDropdown.d.ts +10 -0
- package/dist/features/md-editor/components/AIRefineDropdown.d.ts.map +1 -0
- package/dist/features/md-editor/components/AIRefinePanel.d.ts.map +1 -1
- package/dist/features/md-editor/components/BottomToolbar.d.ts +18 -0
- package/dist/features/md-editor/components/BottomToolbar.d.ts.map +1 -0
- package/dist/features/md-editor/components/DragHandle.d.ts.map +1 -1
- package/dist/features/md-editor/components/SelectionToolbar.d.ts +11 -0
- package/dist/features/md-editor/components/SelectionToolbar.d.ts.map +1 -0
- package/dist/features/md-editor/components/UnifiedToolbar.d.ts +20 -0
- package/dist/features/md-editor/components/UnifiedToolbar.d.ts.map +1 -0
- package/dist/features/md-editor/components/VariableChip.d.ts +5 -1
- package/dist/features/md-editor/components/VariableChip.d.ts.map +1 -1
- package/dist/features/md-editor/components/index.d.ts +11 -0
- package/dist/features/md-editor/components/index.d.ts.map +1 -1
- package/dist/features/md-editor/extensions/MentionCommand.d.ts +1 -0
- package/dist/features/md-editor/extensions/MentionCommand.d.ts.map +1 -1
- package/dist/features/md-editor/extensions/SlashCommand.d.ts +1 -0
- package/dist/features/md-editor/extensions/SlashCommand.d.ts.map +1 -1
- package/dist/features/md-editor/hooks/index.d.ts +2 -0
- package/dist/features/md-editor/hooks/index.d.ts.map +1 -0
- package/dist/features/md-editor/hooks/useAIRefinementSession.d.ts +28 -0
- package/dist/features/md-editor/hooks/useAIRefinementSession.d.ts.map +1 -0
- package/dist/features/md-editor/index.d.ts +4 -3
- package/dist/features/md-editor/index.d.ts.map +1 -1
- package/dist/features/md-editor/types.d.ts +261 -50
- package/dist/features/md-editor/types.d.ts.map +1 -1
- package/dist/features/md-editor/utils/contentMatching.d.ts +94 -0
- package/dist/features/md-editor/utils/contentMatching.d.ts.map +1 -0
- package/dist/features/md-editor/utils/index.d.ts +1 -0
- package/dist/features/md-editor/utils/index.d.ts.map +1 -1
- package/dist/features/tracing/components/GenerationsList.d.ts.map +1 -1
- package/dist/features/tracing/components/SessionsList.d.ts.map +1 -1
- package/dist/features/tracing/components/TracesList.d.ts.map +1 -1
- package/dist/features/tracing/components/detail/DetailPage.d.ts.map +1 -1
- package/dist/features/tracing/components/detail/NodeDetailPanel.d.ts.map +1 -1
- package/dist/features/tracing/components/detail/ObservationNode.d.ts.map +1 -1
- package/dist/features/tracing/components/detail/TraceTree.d.ts.map +1 -1
- package/dist/features/tracing/components/detail/services/DetailPageService.d.ts.map +1 -1
- package/dist/features/tracing/components/detail/types.d.ts +1 -0
- package/dist/features/tracing/components/detail/types.d.ts.map +1 -1
- package/dist/features/tracing/components/shared/ColumnCustomization.d.ts.map +1 -1
- package/dist/features/tracing/components/shared/FilterPanel.d.ts.map +1 -1
- package/dist/features/tracing/components/shared/TracingListHeader.d.ts +4 -0
- package/dist/features/tracing/components/shared/TracingListHeader.d.ts.map +1 -1
- package/dist/features/tracing/services/TraceTreeService.d.ts +4 -1
- package/dist/features/tracing/services/TraceTreeService.d.ts.map +1 -1
- package/dist/features/tracing/services/TracingApiService.d.ts +3 -0
- package/dist/features/tracing/services/TracingApiService.d.ts.map +1 -1
- package/dist/features/tracing/services/TracingUtils.d.ts +12 -2
- package/dist/features/tracing/services/TracingUtils.d.ts.map +1 -1
- package/dist/features/tracing/types.d.ts +1 -0
- package/dist/features/tracing/types.d.ts.map +1 -1
- package/dist/index.js +4407 -1847
- package/dist/shared/ui/Avatar.d.ts +6 -4
- package/dist/shared/ui/Avatar.d.ts.map +1 -1
- package/dist/shared/ui/Button.d.ts +2 -2
- package/dist/shared/ui/Button.d.ts.map +1 -1
- package/dist/shared/ui/Card.d.ts.map +1 -1
- package/dist/ui-libs.umd.js +4399 -1839
- package/package.json +1 -1