agentic-ui-libs 1.1.0-beta.8 → 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 +4415 -1848
- 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 +4407 -1840
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MDEditor.d.ts","sourceRoot":"","sources":["../../../src/features/md-editor/MDEditor.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EACV,aAAa,EACb,WAAW,
|
|
1
|
+
{"version":3,"file":"MDEditor.d.ts","sourceRoot":"","sources":["../../../src/features/md-editor/MDEditor.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EACV,aAAa,EACb,WAAW,EAQZ,MAAM,SAAS,CAAC;AAgBjB,OAAO,wBAAwB,CAAC;AAyBhC,eAAO,MAAM,QAAQ,uGAugCpB,CAAC;AAIF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { AIRefineRequest, AIRefineResponse, SelectionRange, AIRefinementState, AIRefinementActions } from '../types';
|
|
3
|
+
export interface AIDesignPanelProps {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
onRefine: (request: AIRefineRequest) => Promise<AIRefineResponse>;
|
|
7
|
+
onInsert: (text: string) => void;
|
|
8
|
+
onReplace?: (text: string) => void;
|
|
9
|
+
editorContent: string;
|
|
10
|
+
initialAction?: {
|
|
11
|
+
action: string;
|
|
12
|
+
selectedText: string;
|
|
13
|
+
customPrompt?: string;
|
|
14
|
+
} | null;
|
|
15
|
+
/** Selection context for smart replace/insert */
|
|
16
|
+
selectionContext?: {
|
|
17
|
+
/** Selection range - null for full document */
|
|
18
|
+
selectionRange: SelectionRange | null;
|
|
19
|
+
/** Whether operating on partial selection */
|
|
20
|
+
isSelection: boolean;
|
|
21
|
+
};
|
|
22
|
+
theme?: 'light' | 'dark';
|
|
23
|
+
/** Callback when AI generates content (true) or content is cleared (false) */
|
|
24
|
+
onContentGenerated?: (hasContent: boolean) => void;
|
|
25
|
+
/** Whether the original selected text has been modified */
|
|
26
|
+
selectionModified?: boolean;
|
|
27
|
+
/** Reason why the selection is considered modified */
|
|
28
|
+
selectionModifiedReason?: string;
|
|
29
|
+
/** Session state from useAIRefinementSession hook */
|
|
30
|
+
sessionState?: AIRefinementState;
|
|
31
|
+
/** Actions from useAIRefinementSession hook */
|
|
32
|
+
sessionActions?: AIRefinementActions;
|
|
33
|
+
}
|
|
34
|
+
export declare const AIDesignPanel: React.FC<AIDesignPanelProps>;
|
|
35
|
+
export default AIDesignPanel;
|
|
36
|
+
//# sourceMappingURL=AIDesignPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AIDesignPanel.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/AIDesignPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,KAAK,EACV,eAAe,EACf,gBAAgB,EAEhB,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACpB,MAAM,UAAU,CAAC;AA8ClB,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAClE,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE;QACd,MAAM,EAAE,MAAM,CAAC;QACf,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,GAAG,IAAI,CAAC;IACT,iDAAiD;IACjD,gBAAgB,CAAC,EAAE;QACjB,+CAA+C;QAC/C,cAAc,EAAE,cAAc,GAAG,IAAI,CAAC;QACtC,6CAA6C;QAC7C,WAAW,EAAE,OAAO,CAAC;KACtB,CAAC;IACF,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACzB,8EAA8E;IAC9E,kBAAkB,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IACnD,2DAA2D;IAC3D,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,sDAAsD;IACtD,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAOjC,qDAAqD;IACrD,YAAY,CAAC,EAAE,iBAAiB,CAAC;IACjC,+CAA+C;IAC/C,cAAc,CAAC,EAAE,mBAAmB,CAAC;CACtC;AAoBD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAilBtD,CAAC;AAyCF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface AIRefineDropdownProps {
|
|
3
|
+
onAction: (actionType: string, instruction?: string) => Promise<void>;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
theme?: 'light' | 'dark';
|
|
6
|
+
isLoading?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const AIRefineDropdown: React.FC<AIRefineDropdownProps>;
|
|
9
|
+
export default AIRefineDropdown;
|
|
10
|
+
//# sourceMappingURL=AIRefineDropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AIRefineDropdown.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/AIRefineDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAWxE,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACtE,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAoCD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAiN5D,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AIRefinePanel.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/AIRefinePanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAoBjF,OAAO,KAAK,EACV,kBAAkB,EAOnB,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"AIRefinePanel.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/AIRefinePanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAoBjF,OAAO,KAAK,EACV,kBAAkB,EAOnB,MAAM,UAAU,CAAC;AAiDlB,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAouCtD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { Editor } from '@tiptap/react';
|
|
3
|
+
import type { AIRefineRequest, AIRefineResponse } from '../types';
|
|
4
|
+
export type EditorMode = 'editor' | 'raw' | 'preview';
|
|
5
|
+
export interface BottomToolbarProps {
|
|
6
|
+
editor: Editor | null;
|
|
7
|
+
mode: EditorMode;
|
|
8
|
+
onModeChange: (mode: EditorMode) => void;
|
|
9
|
+
onAIRefine?: (request: AIRefineRequest) => Promise<AIRefineResponse>;
|
|
10
|
+
showAIButton?: boolean;
|
|
11
|
+
/** Called when the AI button is clicked - opens the AI side panel */
|
|
12
|
+
onAIButtonClick?: () => void;
|
|
13
|
+
theme?: 'light' | 'dark';
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare const BottomToolbar: React.FC<BottomToolbarProps>;
|
|
17
|
+
export default BottomToolbar;
|
|
18
|
+
//# sourceMappingURL=BottomToolbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BottomToolbar.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/BottomToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAgB5C,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAElE,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAC;AAEtD,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IACzC,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,gBAAgB,CAAC,CAAC;IACrE,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,qEAAqE;IACrE,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAkED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA6RtD,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DragHandle.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/DragHandle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAG5C,UAAU,eAAe;IACvB,MAAM,EAAE,MAAM,CAAC;CAChB;AAQD,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"DragHandle.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/DragHandle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAG5C,UAAU,eAAe;IACvB,MAAM,EAAE,MAAM,CAAC;CAChB;AAQD,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAqfhD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Editor } from '@tiptap/react';
|
|
3
|
+
export interface SelectionToolbarProps {
|
|
4
|
+
editor: Editor;
|
|
5
|
+
theme?: 'light' | 'dark';
|
|
6
|
+
showAIButton?: boolean;
|
|
7
|
+
onAIClick?: () => void;
|
|
8
|
+
}
|
|
9
|
+
export declare const SelectionToolbar: React.FC<SelectionToolbarProps>;
|
|
10
|
+
export default SelectionToolbar;
|
|
11
|
+
//# sourceMappingURL=SelectionToolbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectionToolbar.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/SelectionToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAc,MAAM,EAAE,MAAM,eAAe,CAAC;AAanD,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAqCD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CA8K5D,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { Editor } from '@tiptap/react';
|
|
3
|
+
import type { AIRefineRequest, AIRefineResponse, AIRefineAction } from '../types';
|
|
4
|
+
export type EditorMode = 'editor' | 'preview';
|
|
5
|
+
export interface UnifiedToolbarProps {
|
|
6
|
+
editor: Editor | null;
|
|
7
|
+
mode: EditorMode;
|
|
8
|
+
onModeChange: (mode: EditorMode) => void;
|
|
9
|
+
onAIRefine?: (request: AIRefineRequest) => Promise<AIRefineResponse>;
|
|
10
|
+
showAIButton?: boolean;
|
|
11
|
+
onAIAction?: (action: AIRefineAction, selectedText: string, customPrompt?: string) => void;
|
|
12
|
+
theme?: 'light' | 'dark';
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
containerRef?: React.RefObject<HTMLDivElement>;
|
|
15
|
+
/** Whether toolbar should move to follow text selection. Default: false */
|
|
16
|
+
followSelection?: boolean;
|
|
17
|
+
}
|
|
18
|
+
export declare const UnifiedToolbar: React.FC<UnifiedToolbarProps>;
|
|
19
|
+
export default UnifiedToolbar;
|
|
20
|
+
//# sourceMappingURL=UnifiedToolbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UnifiedToolbar.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/UnifiedToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AACxE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAoB5C,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAElF,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,SAAS,CAAC;AAgB9C,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IACzC,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,gBAAgB,CAAC,CAAC;IACrE,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3F,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IAC/C,2EAA2E;IAC3E,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAiED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAohBxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -2,11 +2,15 @@ import React from 'react';
|
|
|
2
2
|
import type { NodeViewProps } from '@tiptap/react';
|
|
3
3
|
import type { VariableChipProps } from '../types';
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* VariableChipComponent - Simplified inline variable display
|
|
6
|
+
*
|
|
7
|
+
* New design: Plain text style `{{variable_name}}` without badges or colors
|
|
6
8
|
*/
|
|
7
9
|
export declare const VariableChipComponent: React.FC<NodeViewProps>;
|
|
8
10
|
/**
|
|
9
11
|
* Standalone VariableChip component for use outside the editor
|
|
12
|
+
*
|
|
13
|
+
* Simplified design: Plain `{{variable_name}}` text
|
|
10
14
|
*/
|
|
11
15
|
export declare const VariableChip: React.FC<VariableChipProps>;
|
|
12
16
|
//# sourceMappingURL=VariableChip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VariableChip.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/VariableChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,EAAgB,iBAAiB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"VariableChip.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/VariableChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,EAAgB,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAwBhE;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAgEzD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA8CpD,CAAC"}
|
|
@@ -3,7 +3,18 @@ export { MentionChip, MentionChipComponent } from './MentionChip';
|
|
|
3
3
|
export { SlashMenu } from './SlashMenu';
|
|
4
4
|
export type { SlashMenuRef } from './SlashMenu';
|
|
5
5
|
export { VariableMenu } from './VariableMenu';
|
|
6
|
+
/** @deprecated Use BottomToolbar instead */
|
|
6
7
|
export { InlineToolbar, LinkEditor } from './InlineToolbar';
|
|
7
8
|
export { DragHandle } from './DragHandle';
|
|
8
9
|
export { TableToolbar } from './TableToolbar';
|
|
10
|
+
export { BottomToolbar } from './BottomToolbar';
|
|
11
|
+
export type { BottomToolbarProps, EditorMode } from './BottomToolbar';
|
|
12
|
+
export { AIRefineDropdown } from './AIRefineDropdown';
|
|
13
|
+
export type { AIRefineDropdownProps } from './AIRefineDropdown';
|
|
14
|
+
export { AIDesignPanel } from './AIDesignPanel';
|
|
15
|
+
export type { AIDesignPanelProps } from './AIDesignPanel';
|
|
16
|
+
export { UnifiedToolbar } from './UnifiedToolbar';
|
|
17
|
+
export type { UnifiedToolbarProps } from './UnifiedToolbar';
|
|
18
|
+
export { SelectionToolbar } from './SelectionToolbar';
|
|
19
|
+
export type { SelectionToolbarProps } from './SelectionToolbar';
|
|
9
20
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/components/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,4CAA4C;AAC5C,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -8,6 +8,7 @@ export interface MentionCommandOptions {
|
|
|
8
8
|
onSelectItem?: (item: Mention) => void;
|
|
9
9
|
suggestionsLoading?: boolean;
|
|
10
10
|
getSuggestions?: () => SuggestionsGetter;
|
|
11
|
+
getContainer?: () => HTMLElement | null;
|
|
11
12
|
}
|
|
12
13
|
export declare const MentionCommandExtension: Extension<MentionCommandOptions, any>;
|
|
13
14
|
//# sourceMappingURL=MentionCommand.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MentionCommand.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/extensions/MentionCommand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAKzC,OAAO,KAAK,EAAE,OAAO,EAAqB,MAAM,UAAU,CAAC;AAE3D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAKxD,MAAM,WAAW,qBAAqB;IAEpC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAEvC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B,cAAc,CAAC,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"MentionCommand.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/extensions/MentionCommand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAKzC,OAAO,KAAK,EAAE,OAAO,EAAqB,MAAM,UAAU,CAAC;AAE3D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAKxD,MAAM,WAAW,qBAAqB;IAEpC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;IACtB,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAEvC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B,cAAc,CAAC,EAAE,MAAM,iBAAiB,CAAC;IAEzC,YAAY,CAAC,EAAE,MAAM,WAAW,GAAG,IAAI,CAAC;CACzC;AAED,eAAO,MAAM,uBAAuB,uCAoJlC,CAAC"}
|
|
@@ -25,6 +25,7 @@ export interface SlashCommandOptions {
|
|
|
25
25
|
highlightMentions?: boolean;
|
|
26
26
|
suggestionsLoading?: boolean;
|
|
27
27
|
getSuggestions?: () => SuggestionsGetter;
|
|
28
|
+
getContainer?: () => HTMLElement | null;
|
|
28
29
|
}
|
|
29
30
|
export declare const SlashCommandExtension: Extension<SlashCommandOptions, any>;
|
|
30
31
|
export declare function createSlashCommandSuggestion(categories: SlashMenuCategory[], onCommand?: (editor: Editor, category: SlashMenuCategory) => void): Partial<SuggestionOptions<SlashMenuCategory>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SlashCommand.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/extensions/SlashCommand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAc,iBAAiB,EAAmB,MAAM,oBAAoB,CAAC;AAIpF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAMrE,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,OAAO,EAAE,CAAC;IAClB,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,SAAS,EAAE,OAAO,EAAE,CAAC;IACrB,YAAY,EAAE,QAAQ,EAAE,CAAC;IACzB,eAAe,EAAE,QAAQ,EAAE,CAAC;IAC5B,eAAe,EAAE,QAAQ,EAAE,CAAC;IAC5B,gBAAgB,EAAE,QAAQ,EAAE,CAAC;IAC7B,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,mBAAmB;IAClC,UAAU,EAAE,OAAO,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAE1D,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;IACtB,YAAY,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC1B,eAAe,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC7B,eAAe,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC7B,gBAAgB,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC9B,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,GAAG,OAAO,KAAK,IAAI,CAAC;IAElD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B,cAAc,CAAC,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"SlashCommand.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/extensions/SlashCommand.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAc,iBAAiB,EAAmB,MAAM,oBAAoB,CAAC;AAIpF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAMrE,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,OAAO,EAAE,CAAC;IAClB,KAAK,EAAE,OAAO,EAAE,CAAC;IACjB,SAAS,EAAE,OAAO,EAAE,CAAC;IACrB,YAAY,EAAE,QAAQ,EAAE,CAAC;IACzB,eAAe,EAAE,QAAQ,EAAE,CAAC;IAC5B,eAAe,EAAE,QAAQ,EAAE,CAAC;IAC5B,gBAAgB,EAAE,QAAQ,EAAE,CAAC;IAC7B,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,mBAAmB;IAClC,UAAU,EAAE,OAAO,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAE1D,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;IACtB,YAAY,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC1B,eAAe,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC7B,eAAe,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC7B,gBAAgB,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC9B,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,GAAG,OAAO,KAAK,IAAI,CAAC;IAElD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B,cAAc,CAAC,EAAE,MAAM,iBAAiB,CAAC;IAEzC,YAAY,CAAC,EAAE,MAAM,WAAW,GAAG,IAAI,CAAC;CACzC;AAED,eAAO,MAAM,qBAAqB,qCA4KhC,CAAC;AAGH,wBAAgB,4BAA4B,CAC1C,UAAU,EAAE,iBAAiB,EAAE,EAC/B,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,iBAAiB,KAAK,IAAI,GAChE,OAAO,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC,CAmB/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/hooks/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,sBAAsB,EACtB,KAAK,6BAA6B,EAClC,KAAK,4BAA4B,GAClC,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AI Refinement Session Hook
|
|
3
|
+
*
|
|
4
|
+
* Central state management for AI refinement operations using a reducer-based
|
|
5
|
+
* state machine. Handles all scenarios including:
|
|
6
|
+
* - Full document and selection modes
|
|
7
|
+
* - Follow-up refinements with proper context chaining
|
|
8
|
+
* - Selection changes while panel is open
|
|
9
|
+
* - Document modification detection
|
|
10
|
+
* - Apply operations with content-based matching
|
|
11
|
+
*/
|
|
12
|
+
import type { Editor } from '@tiptap/react';
|
|
13
|
+
import type { AIRefinementState, AIRefinementActions, AIRefineRequest, AIRefineResponse, AIPromptType, AIAgentContext } from '../types';
|
|
14
|
+
export interface UseAIRefinementSessionOptions {
|
|
15
|
+
editor: Editor | null;
|
|
16
|
+
onRefine: ((request: AIRefineRequest) => Promise<AIRefineResponse>) | undefined;
|
|
17
|
+
editorContent: string;
|
|
18
|
+
promptType?: AIPromptType;
|
|
19
|
+
agentContext?: AIAgentContext;
|
|
20
|
+
}
|
|
21
|
+
export interface UseAIRefinementSessionReturn {
|
|
22
|
+
state: AIRefinementState;
|
|
23
|
+
actions: AIRefinementActions;
|
|
24
|
+
isOpen: boolean;
|
|
25
|
+
}
|
|
26
|
+
export declare function useAIRefinementSession({ editor, onRefine, editorContent, promptType, agentContext, }: UseAIRefinementSessionOptions): UseAIRefinementSessionReturn;
|
|
27
|
+
export default useAIRefinementSession;
|
|
28
|
+
//# sourceMappingURL=useAIRefinementSession.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAIRefinementSession.d.ts","sourceRoot":"","sources":["../../../../src/features/md-editor/hooks/useAIRefinementSession.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,KAAK,EACV,iBAAiB,EACjB,mBAAmB,EAGnB,eAAe,EACf,gBAAgB,EAEhB,YAAY,EACZ,cAAc,EAGf,MAAM,UAAU,CAAC;AA4TlB,MAAM,WAAW,6BAA6B;IAC5C,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,eAAe,KAAK,OAAO,CAAC,gBAAgB,CAAC,CAAC,GAAG,SAAS,CAAC;IAChF,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,YAAY,CAAC,EAAE,cAAc,CAAC;CAC/B;AAED,MAAM,WAAW,4BAA4B;IAC3C,KAAK,EAAE,iBAAiB,CAAC;IACzB,OAAO,EAAE,mBAAmB,CAAC;IAC7B,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,wBAAgB,sBAAsB,CAAC,EACrC,MAAM,EACN,QAAQ,EACR,aAAa,EACb,UAAU,EACV,YAAY,GACb,EAAE,6BAA6B,GAAG,4BAA4B,CAoa9D;AAED,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export { MDEditor, default } from './MDEditor';
|
|
2
|
-
export type { BlockType, InlineStyle, TextSegment, VariableSegment, MentionSegment, InlineContent, Block, BlockMeta, EditorDocument, VariableType, Variable, VariableCategory, MentionType, Mention, MentionCategory, SlashMenuItem, SlashMenuCategory, SlashMenuConfig, MenuPosition, ToolbarItem, MDEditorFeatures, MDEditorProps, MDEditorRef, SuggestionsData, VariableChipProps, MentionChipProps, SlashMenuProps, InlineToolbarProps, CategoryMenuProps, VariableChipNodeAttrs, MentionChipNodeAttrs, AIPanelPosition, AIRefineConfig, AIRefineContext, AIMessage,
|
|
3
|
-
export { VariableChip, VariableChipComponent, MentionChip, MentionChipComponent, SlashMenu, VariableMenu, InlineToolbar, LinkEditor, TableToolbar, } from './components';
|
|
2
|
+
export type { BlockType, InlineStyle, TextSegment, VariableSegment, MentionSegment, InlineContent, Block, BlockMeta, EditorDocument, VariableType, Variable, VariableCategory, MentionType, Mention, MentionCategory, SlashMenuItem, SlashMenuCategory, SlashMenuConfig, MenuPosition, ToolbarItem, MDEditorFeatures, EditorMode, MDEditorProps, MDEditorRef, SuggestionsData, VariableChipProps, MentionChipProps, SlashMenuProps, InlineToolbarProps, CategoryMenuProps, VariableChipNodeAttrs, MentionChipNodeAttrs, AIPanelPosition, AIRefineConfig, AIRefineContext, AIMessage, AIRefineAction, AIPromptType, AIRefinementScope, AIAgentContext, AIRefineRequest, AIRefineResponse, AIRefinePanelProps, AIDesignPanelProps, AIActionContext, SelectionRange, SelectionFingerprint, RefinementSession, SessionStatus, AIRefinementState, AIRefinementActions, ApplyResult, } from './types';
|
|
3
|
+
export { VariableChip, VariableChipComponent, MentionChip, MentionChipComponent, SlashMenu, VariableMenu, InlineToolbar, LinkEditor, TableToolbar, BottomToolbar, AIRefineDropdown, AIDesignPanel, UnifiedToolbar, SelectionToolbar, } from './components';
|
|
4
4
|
export { AIRefinePanel } from './components/AIRefinePanel';
|
|
5
5
|
export { AIContextMenu } from './components/AIContextMenu';
|
|
6
6
|
export { VariableChipExtension, MentionChipExtension, SlashCommandExtension, createSlashCommandSuggestion, } from './extensions';
|
|
7
7
|
export { AIRefineExtension } from './extensions/AIRefineExtension';
|
|
8
|
-
export { editorJsonToMarkdown, markdownToEditorJson, documentToEditorJson, editorJsonToDocument, } from './utils';
|
|
8
|
+
export { editorJsonToMarkdown, markdownToEditorJson, documentToEditorJson, editorJsonToDocument, createSelectionFingerprint, createFullDocumentFingerprint, findSelectionInDocument, validateFingerprint, fingerprintsMatch, generateSessionId, } from './utils';
|
|
9
|
+
export { useAIRefinementSession, type UseAIRefinementSessionOptions, type UseAIRefinementSessionReturn, } from './hooks';
|
|
9
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/md-editor/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAG/C,YAAY,EAEV,SAAS,EACT,WAAW,EACX,WAAW,EACX,eAAe,EACf,cAAc,EACd,aAAa,EACb,KAAK,EACL,SAAS,EACT,cAAc,EAEd,YAAY,EACZ,QAAQ,EACR,gBAAgB,EAEhB,WAAW,EACX,OAAO,EACP,eAAe,EAEf,aAAa,EACb,iBAAiB,EACjB,eAAe,EACf,YAAY,EAEZ,WAAW,EAEX,gBAAgB,EAEhB,aAAa,EACb,WAAW,EACX,eAAe,EAEf,iBAAiB,EACjB,gBAAgB,EAChB,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EAEjB,qBAAqB,EACrB,oBAAoB,EAEpB,eAAe,EACf,cAAc,EACd,eAAe,EACf,SAAS,EACT,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/features/md-editor/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAG/C,YAAY,EAEV,SAAS,EACT,WAAW,EACX,WAAW,EACX,eAAe,EACf,cAAc,EACd,aAAa,EACb,KAAK,EACL,SAAS,EACT,cAAc,EAEd,YAAY,EACZ,QAAQ,EACR,gBAAgB,EAEhB,WAAW,EACX,OAAO,EACP,eAAe,EAEf,aAAa,EACb,iBAAiB,EACjB,eAAe,EACf,YAAY,EAEZ,WAAW,EAEX,gBAAgB,EAEhB,UAAU,EAEV,aAAa,EACb,WAAW,EACX,eAAe,EAEf,iBAAiB,EACjB,gBAAgB,EAChB,cAAc,EACd,kBAAkB,EAClB,iBAAiB,EAEjB,qBAAqB,EACrB,oBAAoB,EAEpB,eAAe,EACf,cAAc,EACd,eAAe,EACf,SAAS,EACT,cAAc,EACd,YAAY,EACZ,iBAAiB,EACjB,cAAc,EACd,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,EAClB,eAAe,EACf,cAAc,EAEd,oBAAoB,EACpB,iBAAiB,EACjB,aAAa,EACb,iBAAiB,EACjB,mBAAmB,EACnB,WAAW,GACZ,MAAM,SAAS,CAAC;AAGjB,OAAO,EACL,YAAY,EACZ,qBAAqB,EACrB,WAAW,EACX,oBAAoB,EACpB,SAAS,EACT,YAAY,EACZ,aAAa,EACb,UAAU,EACV,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,aAAa,EACb,cAAc,EACd,gBAAgB,GACjB,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAG3D,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,qBAAqB,EACrB,4BAA4B,GAC7B,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAGnE,OAAO,EACL,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EAEpB,0BAA0B,EAC1B,6BAA6B,EAC7B,uBAAuB,EACvB,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,SAAS,CAAC;AAGjB,OAAO,EACL,sBAAsB,EACtB,KAAK,6BAA6B,EAClC,KAAK,4BAA4B,GAClC,MAAM,SAAS,CAAC"}
|