ai-design-system 0.1.48 → 0.1.49
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/components/ai-elements/prompt-input.tsx +3 -6
- package/components/ai-elements/queue.tsx +2 -2
- package/components/index.ts +2 -2
- package/components/ui/dropdown-menu.tsx +2 -2
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1764,8 +1764,8 @@ export const AdjustableLayout: React.FC<AdjustableLayoutProps>;
|
|
|
1764
1764
|
// ============================================================================
|
|
1765
1765
|
|
|
1766
1766
|
export type { AppHeaderProps, TabItem } from './composites/AppHeader/interfaces';
|
|
1767
|
-
export { ModeSwitcher, ApprovalCard } from './composites';
|
|
1768
|
-
export type { ApprovalCardProps, ActionRequest, ReviewConfig } from './composites';
|
|
1767
|
+
export { ModeSwitcher, ApprovalCard, ProjectSwitcher, FormReportsDrawerForm } from './composites';
|
|
1768
|
+
export type { ApprovalCardProps, ActionRequest, ReviewConfig, ProjectSwitcherProps, Project, FormReportsDrawerFormProps } from './composites';
|
|
1769
1769
|
export { getLayoutedElements, SectionLayout } from './blocks';
|
|
1770
1770
|
export type { SectionLayoutSection } from './blocks';
|
|
1771
1771
|
export { ReactFlowProvider, applyNodeChanges, applyEdgeChanges, addEdge } from '@xyflow/react';
|
package/dist/index.js
CHANGED
|
@@ -11537,6 +11537,6 @@ var selectedWorkflowRunMock = {
|
|
|
11537
11537
|
})
|
|
11538
11538
|
});
|
|
11539
11539
|
|
|
11540
|
-
export { AIDocEditor, ApprovalCard, DashboardFeature, FormReportsFeature, ModeSwitcher, PageLayout, RefinementPanel, SectionLayout, SpecNavigator, WorkflowBuilder, WorkflowObservabilityFeature, cn, getLayoutedElements };
|
|
11540
|
+
export { AIDocEditor, ApprovalCard, DashboardFeature, FormReportsDrawerForm, FormReportsFeature, ModeSwitcher, PageLayout, ProjectSwitcher, RefinementPanel, SectionLayout, SpecNavigator, WorkflowBuilder, WorkflowObservabilityFeature, cn, getLayoutedElements };
|
|
11541
11541
|
//# sourceMappingURL=index.js.map
|
|
11542
11542
|
//# sourceMappingURL=index.js.map
|