@jini-ai/ui 0.1.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.
- package/LICENSE +201 -0
- package/README.md +277 -0
- package/dist/browser/index.d.ts +4 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +10 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/useDismissOnOutsideOrEscape.d.ts +18 -0
- package/dist/browser/useDismissOnOutsideOrEscape.d.ts.map +1 -0
- package/dist/browser/useDismissOnOutsideOrEscape.js +42 -0
- package/dist/browser/useDismissOnOutsideOrEscape.js.map +1 -0
- package/dist/browser/useFileDropTarget.d.ts +25 -0
- package/dist/browser/useFileDropTarget.d.ts.map +1 -0
- package/dist/browser/useFileDropTarget.js +64 -0
- package/dist/browser/useFileDropTarget.js.map +1 -0
- package/dist/browser/useGlobalKeydown.d.ts +16 -0
- package/dist/browser/useGlobalKeydown.d.ts.map +1 -0
- package/dist/browser/useGlobalKeydown.js +60 -0
- package/dist/browser/useGlobalKeydown.js.map +1 -0
- package/dist/browser/useModalWindowDragGuard.d.ts +35 -0
- package/dist/browser/useModalWindowDragGuard.d.ts.map +1 -0
- package/dist/browser/useModalWindowDragGuard.js +51 -0
- package/dist/browser/useModalWindowDragGuard.js.map +1 -0
- package/dist/components/AgentIcon.d.ts +15 -0
- package/dist/components/AgentIcon.d.ts.map +1 -0
- package/dist/components/AgentIcon.js +80 -0
- package/dist/components/AgentIcon.js.map +1 -0
- package/dist/components/AppChromeHeader.d.ts +19 -0
- package/dist/components/AppChromeHeader.d.ts.map +1 -0
- package/dist/components/AppChromeHeader.js +11 -0
- package/dist/components/AppChromeHeader.js.map +1 -0
- package/dist/components/CustomSelect.d.ts +28 -0
- package/dist/components/CustomSelect.d.ts.map +1 -0
- package/dist/components/CustomSelect.js +167 -0
- package/dist/components/CustomSelect.js.map +1 -0
- package/dist/components/ExportDiagnosticsButton.d.ts +40 -0
- package/dist/components/ExportDiagnosticsButton.d.ts.map +1 -0
- package/dist/components/ExportDiagnosticsButton.js +112 -0
- package/dist/components/ExportDiagnosticsButton.js.map +1 -0
- package/dist/components/Icon.d.ts +15 -0
- package/dist/components/Icon.d.ts.map +1 -0
- package/dist/components/Icon.js +236 -0
- package/dist/components/Icon.js.map +1 -0
- package/dist/components/KitErrorBoundary.d.ts +13 -0
- package/dist/components/KitErrorBoundary.d.ts.map +1 -0
- package/dist/components/KitErrorBoundary.js +30 -0
- package/dist/components/KitErrorBoundary.js.map +1 -0
- package/dist/components/LanguageMenu.d.ts +23 -0
- package/dist/components/LanguageMenu.d.ts.map +1 -0
- package/dist/components/LanguageMenu.js +44 -0
- package/dist/components/LanguageMenu.js.map +1 -0
- package/dist/components/Loading.d.ts +27 -0
- package/dist/components/Loading.d.ts.map +1 -0
- package/dist/components/Loading.js +24 -0
- package/dist/components/Loading.js.map +1 -0
- package/dist/components/PaletteTweaks.d.ts +11 -0
- package/dist/components/PaletteTweaks.d.ts.map +1 -0
- package/dist/components/PaletteTweaks.js +65 -0
- package/dist/components/PaletteTweaks.js.map +1 -0
- package/dist/components/RemixIcon.d.ts +15 -0
- package/dist/components/RemixIcon.d.ts.map +1 -0
- package/dist/components/RemixIcon.js +19 -0
- package/dist/components/RemixIcon.js.map +1 -0
- package/dist/components/Toast.d.ts +18 -0
- package/dist/components/Toast.d.ts.map +1 -0
- package/dist/components/Toast.js +70 -0
- package/dist/components/Toast.js.map +1 -0
- package/dist/components/TooltipLayer.d.ts +9 -0
- package/dist/components/TooltipLayer.d.ts.map +1 -0
- package/dist/components/TooltipLayer.js +289 -0
- package/dist/components/TooltipLayer.js.map +1 -0
- package/dist/components/WorkingDirPicker.d.ts +47 -0
- package/dist/components/WorkingDirPicker.d.ts.map +1 -0
- package/dist/components/WorkingDirPicker.js +63 -0
- package/dist/components/WorkingDirPicker.js.map +1 -0
- package/dist/features/agent-tools/model-context.d.ts +30 -0
- package/dist/features/agent-tools/model-context.d.ts.map +1 -0
- package/dist/features/agent-tools/model-context.js +29 -0
- package/dist/features/agent-tools/model-context.js.map +1 -0
- package/dist/features/agent-tools/types.d.ts +34 -0
- package/dist/features/agent-tools/types.d.ts.map +1 -0
- package/dist/features/agent-tools/types.js +18 -0
- package/dist/features/agent-tools/types.js.map +1 -0
- package/dist/features/asset-grid/constants.d.ts +10 -0
- package/dist/features/asset-grid/constants.d.ts.map +1 -0
- package/dist/features/asset-grid/constants.js +10 -0
- package/dist/features/asset-grid/constants.js.map +1 -0
- package/dist/features/asset-grid/dependencies.d.ts +22 -0
- package/dist/features/asset-grid/dependencies.d.ts.map +1 -0
- package/dist/features/asset-grid/dependencies.js +70 -0
- package/dist/features/asset-grid/dependencies.js.map +1 -0
- package/dist/features/asset-grid/index.d.ts +32 -0
- package/dist/features/asset-grid/index.d.ts.map +1 -0
- package/dist/features/asset-grid/index.js +16 -0
- package/dist/features/asset-grid/index.js.map +1 -0
- package/dist/features/asset-grid/ports.d.ts +42 -0
- package/dist/features/asset-grid/ports.d.ts.map +1 -0
- package/dist/features/asset-grid/ports.js +2 -0
- package/dist/features/asset-grid/ports.js.map +1 -0
- package/dist/features/asset-grid/react/components/AssetCard.d.ts +25 -0
- package/dist/features/asset-grid/react/components/AssetCard.d.ts.map +1 -0
- package/dist/features/asset-grid/react/components/AssetCard.js +27 -0
- package/dist/features/asset-grid/react/components/AssetCard.js.map +1 -0
- package/dist/features/asset-grid/react/components/AssetGrid.d.ts +45 -0
- package/dist/features/asset-grid/react/components/AssetGrid.d.ts.map +1 -0
- package/dist/features/asset-grid/react/components/AssetGrid.js +113 -0
- package/dist/features/asset-grid/react/components/AssetGrid.js.map +1 -0
- package/dist/features/asset-grid/react/components/AssetGridBody.d.ts +19 -0
- package/dist/features/asset-grid/react/components/AssetGridBody.d.ts.map +1 -0
- package/dist/features/asset-grid/react/components/AssetGridBody.js +21 -0
- package/dist/features/asset-grid/react/components/AssetGridBody.js.map +1 -0
- package/dist/features/asset-grid/react/components/AssetGridToolbar.d.ts +23 -0
- package/dist/features/asset-grid/react/components/AssetGridToolbar.d.ts.map +1 -0
- package/dist/features/asset-grid/react/components/AssetGridToolbar.js +9 -0
- package/dist/features/asset-grid/react/components/AssetGridToolbar.js.map +1 -0
- package/dist/features/asset-grid/react/components/DeleteConfirmDialog.d.ts +15 -0
- package/dist/features/asset-grid/react/components/DeleteConfirmDialog.d.ts.map +1 -0
- package/dist/features/asset-grid/react/components/DeleteConfirmDialog.js +33 -0
- package/dist/features/asset-grid/react/components/DeleteConfirmDialog.js.map +1 -0
- package/dist/features/asset-grid/react/components/SelectionActionBar.d.ts +11 -0
- package/dist/features/asset-grid/react/components/SelectionActionBar.d.ts.map +1 -0
- package/dist/features/asset-grid/react/components/SelectionActionBar.js +8 -0
- package/dist/features/asset-grid/react/components/SelectionActionBar.js.map +1 -0
- package/dist/features/asset-grid/react/components/SelectionBand.d.ts +7 -0
- package/dist/features/asset-grid/react/components/SelectionBand.d.ts.map +1 -0
- package/dist/features/asset-grid/react/components/SelectionBand.js +8 -0
- package/dist/features/asset-grid/react/components/SelectionBand.js.map +1 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridData.d.ts +38 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridData.d.ts.map +1 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridData.js +55 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridData.js.map +1 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridKeyboardShortcuts.d.ts +15 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridKeyboardShortcuts.d.ts.map +1 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridKeyboardShortcuts.js +30 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridKeyboardShortcuts.js.map +1 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridLiveUpdates.d.ts +40 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridLiveUpdates.d.ts.map +1 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridLiveUpdates.js +119 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridLiveUpdates.js.map +1 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridSelection.d.ts +12 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridSelection.d.ts.map +1 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridSelection.js +23 -0
- package/dist/features/asset-grid/react/hooks/useAssetGridSelection.js.map +1 -0
- package/dist/features/asset-grid/react/hooks/useRubberBandDrag.d.ts +19 -0
- package/dist/features/asset-grid/react/hooks/useRubberBandDrag.d.ts.map +1 -0
- package/dist/features/asset-grid/react/hooks/useRubberBandDrag.js +112 -0
- package/dist/features/asset-grid/react/hooks/useRubberBandDrag.js.map +1 -0
- package/dist/features/asset-grid/rules.d.ts +72 -0
- package/dist/features/asset-grid/rules.d.ts.map +1 -0
- package/dist/features/asset-grid/rules.js +219 -0
- package/dist/features/asset-grid/rules.js.map +1 -0
- package/dist/features/asset-grid/types.d.ts +68 -0
- package/dist/features/asset-grid/types.d.ts.map +1 -0
- package/dist/features/asset-grid/types.js +9 -0
- package/dist/features/asset-grid/types.js.map +1 -0
- package/dist/features/asset-tree-browser/constants.d.ts +23 -0
- package/dist/features/asset-tree-browser/constants.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/constants.js +22 -0
- package/dist/features/asset-tree-browser/constants.js.map +1 -0
- package/dist/features/asset-tree-browser/dependencies.d.ts +14 -0
- package/dist/features/asset-tree-browser/dependencies.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/dependencies.js +66 -0
- package/dist/features/asset-tree-browser/dependencies.js.map +1 -0
- package/dist/features/asset-tree-browser/index.d.ts +46 -0
- package/dist/features/asset-tree-browser/index.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/index.js +23 -0
- package/dist/features/asset-tree-browser/index.js.map +1 -0
- package/dist/features/asset-tree-browser/ports.d.ts +53 -0
- package/dist/features/asset-tree-browser/ports.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/ports.js +15 -0
- package/dist/features/asset-tree-browser/ports.js.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeBreadcrumbs.d.ts +9 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeBreadcrumbs.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeBreadcrumbs.js +11 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeBreadcrumbs.js.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeBrowser.d.ts +63 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeBrowser.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeBrowser.js +150 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeBrowser.js.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeEmptyState.d.ts +8 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeEmptyState.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeEmptyState.js +8 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeEmptyState.js.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeFileRow.d.ts +33 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeFileRow.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeFileRow.js +68 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeFileRow.js.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeFolderRow.d.ts +12 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeFolderRow.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeFolderRow.js +8 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeFolderRow.js.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeRowMenu.d.ts +33 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeRowMenu.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeRowMenu.js +15 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeRowMenu.js.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeSelectionBar.d.ts +13 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeSelectionBar.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeSelectionBar.js +8 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeSelectionBar.js.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeToolbar.d.ts +14 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeToolbar.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeToolbar.js +17 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeToolbar.js.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeUploadErrorBanner.d.ts +8 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeUploadErrorBanner.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeUploadErrorBanner.js +8 -0
- package/dist/features/asset-tree-browser/react/components/AssetTreeUploadErrorBanner.js.map +1 -0
- package/dist/features/asset-tree-browser/react/components/FilePreviewPane.d.ts +39 -0
- package/dist/features/asset-tree-browser/react/components/FilePreviewPane.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/components/FilePreviewPane.js +22 -0
- package/dist/features/asset-tree-browser/react/components/FilePreviewPane.js.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeBatchActions.d.ts +30 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeBatchActions.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeBatchActions.js +63 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeBatchActions.js.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeClipboardPasteUpload.d.ts +22 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeClipboardPasteUpload.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeClipboardPasteUpload.js +22 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeClipboardPasteUpload.js.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeCopyLocalPath.d.ts +13 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeCopyLocalPath.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeCopyLocalPath.js +21 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeCopyLocalPath.js.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeDragUpload.d.ts +9 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeDragUpload.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeDragUpload.js +8 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeDragUpload.js.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeNavigation.d.ts +30 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeNavigation.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeNavigation.js +43 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeNavigation.js.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreePreview.d.ts +18 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreePreview.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreePreview.js +37 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreePreview.js.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRename.d.ts +28 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRename.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRename.js +51 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRename.js.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRowMenu.d.ts +19 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRowMenu.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRowMenu.js +24 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRowMenu.js.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeSelection.d.ts +29 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeSelection.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeSelection.js +51 -0
- package/dist/features/asset-tree-browser/react/hooks/useAssetTreeSelection.js.map +1 -0
- package/dist/features/asset-tree-browser/rules.d.ts +103 -0
- package/dist/features/asset-tree-browser/rules.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/rules.js +254 -0
- package/dist/features/asset-tree-browser/rules.js.map +1 -0
- package/dist/features/asset-tree-browser/types.d.ts +104 -0
- package/dist/features/asset-tree-browser/types.d.ts.map +1 -0
- package/dist/features/asset-tree-browser/types.js +12 -0
- package/dist/features/asset-tree-browser/types.js.map +1 -0
- package/dist/features/browser-chrome/constants.d.ts +13 -0
- package/dist/features/browser-chrome/constants.d.ts.map +1 -0
- package/dist/features/browser-chrome/constants.js +13 -0
- package/dist/features/browser-chrome/constants.js.map +1 -0
- package/dist/features/browser-chrome/dependencies.d.ts +26 -0
- package/dist/features/browser-chrome/dependencies.d.ts.map +1 -0
- package/dist/features/browser-chrome/dependencies.js +57 -0
- package/dist/features/browser-chrome/dependencies.js.map +1 -0
- package/dist/features/browser-chrome/index.d.ts +15 -0
- package/dist/features/browser-chrome/index.d.ts.map +1 -0
- package/dist/features/browser-chrome/index.js +8 -0
- package/dist/features/browser-chrome/index.js.map +1 -0
- package/dist/features/browser-chrome/ports.d.ts +16 -0
- package/dist/features/browser-chrome/ports.d.ts.map +1 -0
- package/dist/features/browser-chrome/ports.js +2 -0
- package/dist/features/browser-chrome/ports.js.map +1 -0
- package/dist/features/browser-chrome/react/components/BrowserViewportControls.d.ts +20 -0
- package/dist/features/browser-chrome/react/components/BrowserViewportControls.d.ts.map +1 -0
- package/dist/features/browser-chrome/react/components/BrowserViewportControls.js +38 -0
- package/dist/features/browser-chrome/react/components/BrowserViewportControls.js.map +1 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserBridgeRegistration.d.ts +27 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserBridgeRegistration.d.ts.map +1 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserBridgeRegistration.js +38 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserBridgeRegistration.js.map +1 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserHistory.d.ts +27 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserHistory.d.ts.map +1 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserHistory.js +48 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserHistory.js.map +1 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserNavigationStack.d.ts +24 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserNavigationStack.d.ts.map +1 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserNavigationStack.js +69 -0
- package/dist/features/browser-chrome/react/hooks/useBrowserNavigationStack.js.map +1 -0
- package/dist/features/browser-chrome/rules.d.ts +68 -0
- package/dist/features/browser-chrome/rules.d.ts.map +1 -0
- package/dist/features/browser-chrome/rules.js +269 -0
- package/dist/features/browser-chrome/rules.js.map +1 -0
- package/dist/features/browser-chrome/types.d.ts +42 -0
- package/dist/features/browser-chrome/types.d.ts.map +1 -0
- package/dist/features/browser-chrome/types.js +15 -0
- package/dist/features/browser-chrome/types.js.map +1 -0
- package/dist/features/command-palette/constants.d.ts +5 -0
- package/dist/features/command-palette/constants.d.ts.map +1 -0
- package/dist/features/command-palette/constants.js +5 -0
- package/dist/features/command-palette/constants.js.map +1 -0
- package/dist/features/command-palette/dependencies.d.ts +12 -0
- package/dist/features/command-palette/dependencies.d.ts.map +1 -0
- package/dist/features/command-palette/dependencies.js +41 -0
- package/dist/features/command-palette/dependencies.js.map +1 -0
- package/dist/features/command-palette/index.d.ts +9 -0
- package/dist/features/command-palette/index.d.ts.map +1 -0
- package/dist/features/command-palette/index.js +7 -0
- package/dist/features/command-palette/index.js.map +1 -0
- package/dist/features/command-palette/ports.d.ts +5 -0
- package/dist/features/command-palette/ports.d.ts.map +1 -0
- package/dist/features/command-palette/ports.js +6 -0
- package/dist/features/command-palette/ports.js.map +1 -0
- package/dist/features/command-palette/react/components/CommandPalette.d.ts +26 -0
- package/dist/features/command-palette/react/components/CommandPalette.d.ts.map +1 -0
- package/dist/features/command-palette/react/components/CommandPalette.js +35 -0
- package/dist/features/command-palette/react/components/CommandPalette.js.map +1 -0
- package/dist/features/command-palette/react/components/CommandPaletteRow.d.ts +10 -0
- package/dist/features/command-palette/react/components/CommandPaletteRow.d.ts.map +1 -0
- package/dist/features/command-palette/react/components/CommandPaletteRow.js +6 -0
- package/dist/features/command-palette/react/components/CommandPaletteRow.js.map +1 -0
- package/dist/features/command-palette/react/hooks/useCommandPalette.d.ts +38 -0
- package/dist/features/command-palette/react/hooks/useCommandPalette.d.ts.map +1 -0
- package/dist/features/command-palette/react/hooks/useCommandPalette.js +70 -0
- package/dist/features/command-palette/react/hooks/useCommandPalette.js.map +1 -0
- package/dist/features/command-palette/rules.d.ts +21 -0
- package/dist/features/command-palette/rules.d.ts.map +1 -0
- package/dist/features/command-palette/rules.js +72 -0
- package/dist/features/command-palette/rules.js.map +1 -0
- package/dist/features/command-palette/types.d.ts +21 -0
- package/dist/features/command-palette/types.d.ts.map +1 -0
- package/dist/features/command-palette/types.js +2 -0
- package/dist/features/command-palette/types.js.map +1 -0
- package/dist/features/connectors/ConnectorsBrowser.d.ts +33 -0
- package/dist/features/connectors/ConnectorsBrowser.d.ts.map +1 -0
- package/dist/features/connectors/ConnectorsBrowser.js +59 -0
- package/dist/features/connectors/ConnectorsBrowser.js.map +1 -0
- package/dist/features/connectors/components/ConnectorAlertList.d.ts +9 -0
- package/dist/features/connectors/components/ConnectorAlertList.d.ts.map +1 -0
- package/dist/features/connectors/components/ConnectorAlertList.js +12 -0
- package/dist/features/connectors/components/ConnectorAlertList.js.map +1 -0
- package/dist/features/connectors/components/ConnectorCard.d.ts +19 -0
- package/dist/features/connectors/components/ConnectorCard.d.ts.map +1 -0
- package/dist/features/connectors/components/ConnectorCard.js +60 -0
- package/dist/features/connectors/components/ConnectorCard.js.map +1 -0
- package/dist/features/connectors/components/ConnectorDetailDrawer.d.ts +31 -0
- package/dist/features/connectors/components/ConnectorDetailDrawer.d.ts.map +1 -0
- package/dist/features/connectors/components/ConnectorDetailDrawer.js +69 -0
- package/dist/features/connectors/components/ConnectorDetailDrawer.js.map +1 -0
- package/dist/features/connectors/components/ConnectorGate.d.ts +10 -0
- package/dist/features/connectors/components/ConnectorGate.d.ts.map +1 -0
- package/dist/features/connectors/components/ConnectorGate.js +7 -0
- package/dist/features/connectors/components/ConnectorGate.js.map +1 -0
- package/dist/features/connectors/components/ConnectorGrid.d.ts +29 -0
- package/dist/features/connectors/components/ConnectorGrid.d.ts.map +1 -0
- package/dist/features/connectors/components/ConnectorGrid.js +13 -0
- package/dist/features/connectors/components/ConnectorGrid.js.map +1 -0
- package/dist/features/connectors/components/ConnectorLogo.d.ts +15 -0
- package/dist/features/connectors/components/ConnectorLogo.d.ts.map +1 -0
- package/dist/features/connectors/components/ConnectorLogo.js +30 -0
- package/dist/features/connectors/components/ConnectorLogo.js.map +1 -0
- package/dist/features/connectors/components/ConnectorSearchBar.d.ts +11 -0
- package/dist/features/connectors/components/ConnectorSearchBar.d.ts.map +1 -0
- package/dist/features/connectors/components/ConnectorSearchBar.js +24 -0
- package/dist/features/connectors/components/ConnectorSearchBar.js.map +1 -0
- package/dist/features/connectors/components/ProviderTabBar.d.ts +10 -0
- package/dist/features/connectors/components/ProviderTabBar.d.ts.map +1 -0
- package/dist/features/connectors/components/ProviderTabBar.js +12 -0
- package/dist/features/connectors/components/ProviderTabBar.js.map +1 -0
- package/dist/features/connectors/constants.d.ts +19 -0
- package/dist/features/connectors/constants.d.ts.map +1 -0
- package/dist/features/connectors/constants.js +21 -0
- package/dist/features/connectors/constants.js.map +1 -0
- package/dist/features/connectors/dependencies.d.ts +17 -0
- package/dist/features/connectors/dependencies.d.ts.map +1 -0
- package/dist/features/connectors/dependencies.js +147 -0
- package/dist/features/connectors/dependencies.js.map +1 -0
- package/dist/features/connectors/hooks/useConnectorAuthorization.d.ts +29 -0
- package/dist/features/connectors/hooks/useConnectorAuthorization.d.ts.map +1 -0
- package/dist/features/connectors/hooks/useConnectorAuthorization.js +226 -0
- package/dist/features/connectors/hooks/useConnectorAuthorization.js.map +1 -0
- package/dist/features/connectors/hooks/useConnectorCatalog.d.ts +24 -0
- package/dist/features/connectors/hooks/useConnectorCatalog.d.ts.map +1 -0
- package/dist/features/connectors/hooks/useConnectorCatalog.js +57 -0
- package/dist/features/connectors/hooks/useConnectorCatalog.js.map +1 -0
- package/dist/features/connectors/hooks/useConnectorDetail.d.ts +25 -0
- package/dist/features/connectors/hooks/useConnectorDetail.d.ts.map +1 -0
- package/dist/features/connectors/hooks/useConnectorDetail.js +88 -0
- package/dist/features/connectors/hooks/useConnectorDetail.js.map +1 -0
- package/dist/features/connectors/hooks/useWiredConnectorsBrowser.d.ts +40 -0
- package/dist/features/connectors/hooks/useWiredConnectorsBrowser.d.ts.map +1 -0
- package/dist/features/connectors/hooks/useWiredConnectorsBrowser.js +38 -0
- package/dist/features/connectors/hooks/useWiredConnectorsBrowser.js.map +1 -0
- package/dist/features/connectors/index.d.ts +33 -0
- package/dist/features/connectors/index.d.ts.map +1 -0
- package/dist/features/connectors/index.js +17 -0
- package/dist/features/connectors/index.js.map +1 -0
- package/dist/features/connectors/ports.d.ts +52 -0
- package/dist/features/connectors/ports.d.ts.map +1 -0
- package/dist/features/connectors/ports.js +2 -0
- package/dist/features/connectors/ports.js.map +1 -0
- package/dist/features/connectors/rules.d.ts +58 -0
- package/dist/features/connectors/rules.d.ts.map +1 -0
- package/dist/features/connectors/rules.js +387 -0
- package/dist/features/connectors/rules.js.map +1 -0
- package/dist/features/connectors/types.d.ts +86 -0
- package/dist/features/connectors/types.d.ts.map +1 -0
- package/dist/features/connectors/types.js +8 -0
- package/dist/features/connectors/types.js.map +1 -0
- package/dist/features/file-dropzone/constants.d.ts +25 -0
- package/dist/features/file-dropzone/constants.d.ts.map +1 -0
- package/dist/features/file-dropzone/constants.js +52 -0
- package/dist/features/file-dropzone/constants.js.map +1 -0
- package/dist/features/file-dropzone/index.d.ts +17 -0
- package/dist/features/file-dropzone/index.d.ts.map +1 -0
- package/dist/features/file-dropzone/index.js +10 -0
- package/dist/features/file-dropzone/index.js.map +1 -0
- package/dist/features/file-dropzone/react/components/FileDropzone.d.ts +55 -0
- package/dist/features/file-dropzone/react/components/FileDropzone.d.ts.map +1 -0
- package/dist/features/file-dropzone/react/components/FileDropzone.js +61 -0
- package/dist/features/file-dropzone/react/components/FileDropzone.js.map +1 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneLightbox.d.ts +9 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneLightbox.d.ts.map +1 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneLightbox.js +44 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneLightbox.js.map +1 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneNameList.d.ts +9 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneNameList.d.ts.map +1 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneNameList.js +10 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneNameList.js.map +1 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneThumbnailGrid.d.ts +10 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneThumbnailGrid.d.ts.map +1 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneThumbnailGrid.js +44 -0
- package/dist/features/file-dropzone/react/components/FileDropzoneThumbnailGrid.js.map +1 -0
- package/dist/features/file-dropzone/react/hooks/useFileDialogTracking.d.ts +35 -0
- package/dist/features/file-dropzone/react/hooks/useFileDialogTracking.d.ts.map +1 -0
- package/dist/features/file-dropzone/react/hooks/useFileDialogTracking.js +113 -0
- package/dist/features/file-dropzone/react/hooks/useFileDialogTracking.js.map +1 -0
- package/dist/features/file-dropzone/react/hooks/useFileDropzone.d.ts +44 -0
- package/dist/features/file-dropzone/react/hooks/useFileDropzone.d.ts.map +1 -0
- package/dist/features/file-dropzone/react/hooks/useFileDropzone.js +135 -0
- package/dist/features/file-dropzone/react/hooks/useFileDropzone.js.map +1 -0
- package/dist/features/file-dropzone/react/hooks/useFileDropzonePreviews.d.ts +9 -0
- package/dist/features/file-dropzone/react/hooks/useFileDropzonePreviews.d.ts.map +1 -0
- package/dist/features/file-dropzone/react/hooks/useFileDropzonePreviews.js +133 -0
- package/dist/features/file-dropzone/react/hooks/useFileDropzonePreviews.js.map +1 -0
- package/dist/features/file-dropzone/rules.d.ts +17 -0
- package/dist/features/file-dropzone/rules.d.ts.map +1 -0
- package/dist/features/file-dropzone/rules.js +63 -0
- package/dist/features/file-dropzone/rules.js.map +1 -0
- package/dist/features/file-dropzone/types.d.ts +21 -0
- package/dist/features/file-dropzone/types.d.ts.map +1 -0
- package/dist/features/file-dropzone/types.js +14 -0
- package/dist/features/file-dropzone/types.js.map +1 -0
- package/dist/features/html-viewer/constants.d.ts +16 -0
- package/dist/features/html-viewer/constants.d.ts.map +1 -0
- package/dist/features/html-viewer/constants.js +16 -0
- package/dist/features/html-viewer/constants.js.map +1 -0
- package/dist/features/html-viewer/dependencies.d.ts +8 -0
- package/dist/features/html-viewer/dependencies.d.ts.map +1 -0
- package/dist/features/html-viewer/dependencies.js +51 -0
- package/dist/features/html-viewer/dependencies.js.map +1 -0
- package/dist/features/html-viewer/index.d.ts +18 -0
- package/dist/features/html-viewer/index.d.ts.map +1 -0
- package/dist/features/html-viewer/index.js +10 -0
- package/dist/features/html-viewer/index.js.map +1 -0
- package/dist/features/html-viewer/ports.d.ts +25 -0
- package/dist/features/html-viewer/ports.d.ts.map +1 -0
- package/dist/features/html-viewer/ports.js +2 -0
- package/dist/features/html-viewer/ports.js.map +1 -0
- package/dist/features/html-viewer/react/components/DeckNavigationControls.d.ts +11 -0
- package/dist/features/html-viewer/react/components/DeckNavigationControls.d.ts.map +1 -0
- package/dist/features/html-viewer/react/components/DeckNavigationControls.js +10 -0
- package/dist/features/html-viewer/react/components/DeckNavigationControls.js.map +1 -0
- package/dist/features/html-viewer/react/components/PresentMenu.d.ts +10 -0
- package/dist/features/html-viewer/react/components/PresentMenu.d.ts.map +1 -0
- package/dist/features/html-viewer/react/components/PresentMenu.js +17 -0
- package/dist/features/html-viewer/react/components/PresentMenu.js.map +1 -0
- package/dist/features/html-viewer/react/components/ZoomMenu.d.ts +11 -0
- package/dist/features/html-viewer/react/components/ZoomMenu.d.ts.map +1 -0
- package/dist/features/html-viewer/react/components/ZoomMenu.js +12 -0
- package/dist/features/html-viewer/react/components/ZoomMenu.js.map +1 -0
- package/dist/features/html-viewer/react/hooks/useDeckNavigation.d.ts +24 -0
- package/dist/features/html-viewer/react/hooks/useDeckNavigation.d.ts.map +1 -0
- package/dist/features/html-viewer/react/hooks/useDeckNavigation.js +37 -0
- package/dist/features/html-viewer/react/hooks/useDeckNavigation.js.map +1 -0
- package/dist/features/html-viewer/react/hooks/usePresentMode.d.ts +14 -0
- package/dist/features/html-viewer/react/hooks/usePresentMode.d.ts.map +1 -0
- package/dist/features/html-viewer/react/hooks/usePresentMode.js +28 -0
- package/dist/features/html-viewer/react/hooks/usePresentMode.js.map +1 -0
- package/dist/features/html-viewer/react/hooks/useZoomControl.d.ts +16 -0
- package/dist/features/html-viewer/react/hooks/useZoomControl.d.ts.map +1 -0
- package/dist/features/html-viewer/react/hooks/useZoomControl.js +22 -0
- package/dist/features/html-viewer/react/hooks/useZoomControl.js.map +1 -0
- package/dist/features/html-viewer/rules.d.ts +22 -0
- package/dist/features/html-viewer/rules.d.ts.map +1 -0
- package/dist/features/html-viewer/rules.js +48 -0
- package/dist/features/html-viewer/rules.js.map +1 -0
- package/dist/features/html-viewer/types.d.ts +20 -0
- package/dist/features/html-viewer/types.d.ts.map +1 -0
- package/dist/features/html-viewer/types.js +12 -0
- package/dist/features/html-viewer/types.js.map +1 -0
- package/dist/features/i18n/context.d.ts +63 -0
- package/dist/features/i18n/context.d.ts.map +1 -0
- package/dist/features/i18n/context.js +87 -0
- package/dist/features/i18n/context.js.map +1 -0
- package/dist/features/i18n/index.d.ts +6 -0
- package/dist/features/i18n/index.d.ts.map +1 -0
- package/dist/features/i18n/index.js +3 -0
- package/dist/features/i18n/index.js.map +1 -0
- package/dist/features/i18n/locale.d.ts +69 -0
- package/dist/features/i18n/locale.d.ts.map +1 -0
- package/dist/features/i18n/locale.js +86 -0
- package/dist/features/i18n/locale.js.map +1 -0
- package/dist/features/i18n/types.d.ts +26 -0
- package/dist/features/i18n/types.d.ts.map +1 -0
- package/dist/features/i18n/types.js +12 -0
- package/dist/features/i18n/types.js.map +1 -0
- package/dist/features/iframe-pool/constants.d.ts +2 -0
- package/dist/features/iframe-pool/constants.d.ts.map +1 -0
- package/dist/features/iframe-pool/constants.js +2 -0
- package/dist/features/iframe-pool/constants.js.map +1 -0
- package/dist/features/iframe-pool/index.d.ts +9 -0
- package/dist/features/iframe-pool/index.d.ts.map +1 -0
- package/dist/features/iframe-pool/index.js +7 -0
- package/dist/features/iframe-pool/index.js.map +1 -0
- package/dist/features/iframe-pool/react/components/IframeKeepAliveProvider.d.ts +16 -0
- package/dist/features/iframe-pool/react/components/IframeKeepAliveProvider.d.ts.map +1 -0
- package/dist/features/iframe-pool/react/components/IframeKeepAliveProvider.js +85 -0
- package/dist/features/iframe-pool/react/components/IframeKeepAliveProvider.js.map +1 -0
- package/dist/features/iframe-pool/react/components/PooledIframe.d.ts +12 -0
- package/dist/features/iframe-pool/react/components/PooledIframe.d.ts.map +1 -0
- package/dist/features/iframe-pool/react/components/PooledIframe.js +53 -0
- package/dist/features/iframe-pool/react/components/PooledIframe.js.map +1 -0
- package/dist/features/iframe-pool/react/dom-sync.d.ts +15 -0
- package/dist/features/iframe-pool/react/dom-sync.d.ts.map +1 -0
- package/dist/features/iframe-pool/react/dom-sync.js +119 -0
- package/dist/features/iframe-pool/react/dom-sync.js.map +1 -0
- package/dist/features/iframe-pool/react/hooks/useIframeKeepAlivePool.d.ts +10 -0
- package/dist/features/iframe-pool/react/hooks/useIframeKeepAlivePool.d.ts.map +1 -0
- package/dist/features/iframe-pool/react/hooks/useIframeKeepAlivePool.js +63 -0
- package/dist/features/iframe-pool/react/hooks/useIframeKeepAlivePool.js.map +1 -0
- package/dist/features/iframe-pool/react/pool-context.d.ts +3 -0
- package/dist/features/iframe-pool/react/pool-context.d.ts.map +1 -0
- package/dist/features/iframe-pool/react/pool-context.js +3 -0
- package/dist/features/iframe-pool/react/pool-context.js.map +1 -0
- package/dist/features/iframe-pool/rules.d.ts +17 -0
- package/dist/features/iframe-pool/rules.d.ts.map +1 -0
- package/dist/features/iframe-pool/rules.js +34 -0
- package/dist/features/iframe-pool/rules.js.map +1 -0
- package/dist/features/iframe-pool/types.d.ts +24 -0
- package/dist/features/iframe-pool/types.d.ts.map +1 -0
- package/dist/features/iframe-pool/types.js +2 -0
- package/dist/features/iframe-pool/types.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/constants.d.ts +16 -0
- package/dist/features/lexical-rich-text-editor/constants.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/constants.js +18 -0
- package/dist/features/lexical-rich-text-editor/constants.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/deserialize.d.ts +9 -0
- package/dist/features/lexical-rich-text-editor/deserialize.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/deserialize.js +55 -0
- package/dist/features/lexical-rich-text-editor/deserialize.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/index.d.ts +12 -0
- package/dist/features/lexical-rich-text-editor/index.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/index.js +11 -0
- package/dist/features/lexical-rich-text-editor/index.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/mention-node.d.ts +56 -0
- package/dist/features/lexical-rich-text-editor/mention-node.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/mention-node.js +142 -0
- package/dist/features/lexical-rich-text-editor/mention-node.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/mention-parser.d.ts +47 -0
- package/dist/features/lexical-rich-text-editor/mention-parser.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/mention-parser.js +239 -0
- package/dist/features/lexical-rich-text-editor/mention-parser.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/components/CaretFloatingLayer.d.ts +20 -0
- package/dist/features/lexical-rich-text-editor/react/components/CaretFloatingLayer.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/components/CaretFloatingLayer.js +33 -0
- package/dist/features/lexical-rich-text-editor/react/components/CaretFloatingLayer.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/components/RichTextInput.d.ts +61 -0
- package/dist/features/lexical-rich-text-editor/react/components/RichTextInput.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/components/RichTextInput.js +154 -0
- package/dist/features/lexical-rich-text-editor/react/components/RichTextInput.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useCaretFloatingLayerPosition.d.ts +15 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useCaretFloatingLayerPosition.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useCaretFloatingLayerPosition.js +54 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useCaretFloatingLayerPosition.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useKeyboardCommands.d.ts +11 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useKeyboardCommands.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useKeyboardCommands.js +70 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useKeyboardCommands.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useMentionAtomicNavigation.d.ts +8 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useMentionAtomicNavigation.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useMentionAtomicNavigation.js +63 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useMentionAtomicNavigation.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useMentionColorStamping.d.ts +18 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useMentionColorStamping.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useMentionColorStamping.js +64 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useMentionColorStamping.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/usePasteFiles.d.ts +5 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/usePasteFiles.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/usePasteFiles.js +24 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/usePasteFiles.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useSeededValue.d.ts +21 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useSeededValue.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useSeededValue.js +35 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useSeededValue.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useSyncedOnChange.d.ts +10 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useSyncedOnChange.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useSyncedOnChange.js +29 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useSyncedOnChange.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useTriggerDetection.d.ts +6 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useTriggerDetection.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useTriggerDetection.js +39 -0
- package/dist/features/lexical-rich-text-editor/react/hooks/useTriggerDetection.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/test-support/lexical-harness.d.ts +11 -0
- package/dist/features/lexical-rich-text-editor/react/test-support/lexical-harness.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/react/test-support/lexical-harness.js +35 -0
- package/dist/features/lexical-rich-text-editor/react/test-support/lexical-harness.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/rules.d.ts +83 -0
- package/dist/features/lexical-rich-text-editor/rules.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/rules.js +317 -0
- package/dist/features/lexical-rich-text-editor/rules.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/serialize.d.ts +8 -0
- package/dist/features/lexical-rich-text-editor/serialize.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/serialize.js +44 -0
- package/dist/features/lexical-rich-text-editor/serialize.js.map +1 -0
- package/dist/features/lexical-rich-text-editor/types.d.ts +83 -0
- package/dist/features/lexical-rich-text-editor/types.d.ts.map +1 -0
- package/dist/features/lexical-rich-text-editor/types.js +15 -0
- package/dist/features/lexical-rich-text-editor/types.js.map +1 -0
- package/dist/features/list-detail-panel/index.d.ts +7 -0
- package/dist/features/list-detail-panel/index.d.ts.map +1 -0
- package/dist/features/list-detail-panel/index.js +4 -0
- package/dist/features/list-detail-panel/index.js.map +1 -0
- package/dist/features/list-detail-panel/react/components/ListDetailPanel.d.ts +40 -0
- package/dist/features/list-detail-panel/react/components/ListDetailPanel.d.ts.map +1 -0
- package/dist/features/list-detail-panel/react/components/ListDetailPanel.js +23 -0
- package/dist/features/list-detail-panel/react/components/ListDetailPanel.js.map +1 -0
- package/dist/features/list-detail-panel/react/hooks/useListDetailSelection.d.ts +17 -0
- package/dist/features/list-detail-panel/react/hooks/useListDetailSelection.d.ts.map +1 -0
- package/dist/features/list-detail-panel/react/hooks/useListDetailSelection.js +23 -0
- package/dist/features/list-detail-panel/react/hooks/useListDetailSelection.js.map +1 -0
- package/dist/features/list-detail-panel/rules.d.ts +13 -0
- package/dist/features/list-detail-panel/rules.d.ts.map +1 -0
- package/dist/features/list-detail-panel/rules.js +22 -0
- package/dist/features/list-detail-panel/rules.js.map +1 -0
- package/dist/features/list-detail-panel/types.d.ts +22 -0
- package/dist/features/list-detail-panel/types.d.ts.map +1 -0
- package/dist/features/list-detail-panel/types.js +15 -0
- package/dist/features/list-detail-panel/types.js.map +1 -0
- package/dist/features/memory/async-commit-guard.d.ts +30 -0
- package/dist/features/memory/async-commit-guard.d.ts.map +1 -0
- package/dist/features/memory/async-commit-guard.js +12 -0
- package/dist/features/memory/async-commit-guard.js.map +1 -0
- package/dist/features/memory/constants.d.ts +42 -0
- package/dist/features/memory/constants.d.ts.map +1 -0
- package/dist/features/memory/constants.js +87 -0
- package/dist/features/memory/constants.js.map +1 -0
- package/dist/features/memory/dependencies.d.ts +68 -0
- package/dist/features/memory/dependencies.d.ts.map +1 -0
- package/dist/features/memory/dependencies.js +229 -0
- package/dist/features/memory/dependencies.js.map +1 -0
- package/dist/features/memory/formatters.d.ts +37 -0
- package/dist/features/memory/formatters.d.ts.map +1 -0
- package/dist/features/memory/formatters.js +343 -0
- package/dist/features/memory/formatters.js.map +1 -0
- package/dist/features/memory/index.d.ts +27 -0
- package/dist/features/memory/index.d.ts.map +1 -0
- package/dist/features/memory/index.js +26 -0
- package/dist/features/memory/index.js.map +1 -0
- package/dist/features/memory/ports.d.ts +53 -0
- package/dist/features/memory/ports.d.ts.map +1 -0
- package/dist/features/memory/ports.js +2 -0
- package/dist/features/memory/ports.js.map +1 -0
- package/dist/features/memory/react/components/MemoryAdvancedModal.d.ts +16 -0
- package/dist/features/memory/react/components/MemoryAdvancedModal.d.ts.map +1 -0
- package/dist/features/memory/react/components/MemoryAdvancedModal.js +45 -0
- package/dist/features/memory/react/components/MemoryAdvancedModal.js.map +1 -0
- package/dist/features/memory/react/components/MemoryConnectedPanel.d.ts +39 -0
- package/dist/features/memory/react/components/MemoryConnectedPanel.d.ts.map +1 -0
- package/dist/features/memory/react/components/MemoryConnectedPanel.js +56 -0
- package/dist/features/memory/react/components/MemoryConnectedPanel.js.map +1 -0
- package/dist/features/memory/react/components/MemoryEntryCard.d.ts +10 -0
- package/dist/features/memory/react/components/MemoryEntryCard.d.ts.map +1 -0
- package/dist/features/memory/react/components/MemoryEntryCard.js +16 -0
- package/dist/features/memory/react/components/MemoryEntryCard.js.map +1 -0
- package/dist/features/memory/react/components/MemoryExtractionCard.d.ts +9 -0
- package/dist/features/memory/react/components/MemoryExtractionCard.d.ts.map +1 -0
- package/dist/features/memory/react/components/MemoryExtractionCard.js +20 -0
- package/dist/features/memory/react/components/MemoryExtractionCard.js.map +1 -0
- package/dist/features/memory/react/components/MemoryHooksPanel.d.ts +8 -0
- package/dist/features/memory/react/components/MemoryHooksPanel.d.ts.map +1 -0
- package/dist/features/memory/react/components/MemoryHooksPanel.js +48 -0
- package/dist/features/memory/react/components/MemoryHooksPanel.js.map +1 -0
- package/dist/features/memory/react/components/MemoryHowPanel.d.ts +7 -0
- package/dist/features/memory/react/components/MemoryHowPanel.d.ts.map +1 -0
- package/dist/features/memory/react/components/MemoryHowPanel.js +12 -0
- package/dist/features/memory/react/components/MemoryHowPanel.js.map +1 -0
- package/dist/features/memory/react/components/MemoryList.d.ts +22 -0
- package/dist/features/memory/react/components/MemoryList.d.ts.map +1 -0
- package/dist/features/memory/react/components/MemoryList.js +27 -0
- package/dist/features/memory/react/components/MemoryList.js.map +1 -0
- package/dist/features/memory/react/components/MemoryManualEditor.d.ts +17 -0
- package/dist/features/memory/react/components/MemoryManualEditor.d.ts.map +1 -0
- package/dist/features/memory/react/components/MemoryManualEditor.js +63 -0
- package/dist/features/memory/react/components/MemoryManualEditor.js.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryConfig.hooks.d.ts +29 -0
- package/dist/features/memory/react/hooks/useMemoryConfig.hooks.d.ts.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryConfig.hooks.js +219 -0
- package/dist/features/memory/react/hooks/useMemoryConfig.hooks.js.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.d.ts +57 -0
- package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.d.ts.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.js +517 -0
- package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.js.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryEntries.hooks.d.ts +52 -0
- package/dist/features/memory/react/hooks/useMemoryEntries.hooks.d.ts.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryEntries.hooks.js +341 -0
- package/dist/features/memory/react/hooks/useMemoryEntries.hooks.js.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryExtractions.hooks.d.ts +21 -0
- package/dist/features/memory/react/hooks/useMemoryExtractions.hooks.d.ts.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryExtractions.hooks.js +181 -0
- package/dist/features/memory/react/hooks/useMemoryExtractions.hooks.js.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryExtractions.store.d.ts +69 -0
- package/dist/features/memory/react/hooks/useMemoryExtractions.store.d.ts.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryExtractions.store.js +269 -0
- package/dist/features/memory/react/hooks/useMemoryExtractions.store.js.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryFlash.hooks.d.ts +12 -0
- package/dist/features/memory/react/hooks/useMemoryFlash.hooks.d.ts.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryFlash.hooks.js +24 -0
- package/dist/features/memory/react/hooks/useMemoryFlash.hooks.js.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryNavigation.hooks.d.ts +24 -0
- package/dist/features/memory/react/hooks/useMemoryNavigation.hooks.d.ts.map +1 -0
- package/dist/features/memory/react/hooks/useMemoryNavigation.hooks.js +37 -0
- package/dist/features/memory/react/hooks/useMemoryNavigation.hooks.js.map +1 -0
- package/dist/features/memory/react/render-markdown.d.ts +2 -0
- package/dist/features/memory/react/render-markdown.d.ts.map +1 -0
- package/dist/features/memory/react/render-markdown.js +24 -0
- package/dist/features/memory/react/render-markdown.js.map +1 -0
- package/dist/features/memory/rules.d.ts +44 -0
- package/dist/features/memory/rules.d.ts.map +1 -0
- package/dist/features/memory/rules.js +73 -0
- package/dist/features/memory/rules.js.map +1 -0
- package/dist/features/memory/types.d.ts +157 -0
- package/dist/features/memory/types.d.ts.map +1 -0
- package/dist/features/memory/types.js +2 -0
- package/dist/features/memory/types.js.map +1 -0
- package/dist/features/mention-autocomplete/constants.d.ts +9 -0
- package/dist/features/mention-autocomplete/constants.d.ts.map +1 -0
- package/dist/features/mention-autocomplete/constants.js +9 -0
- package/dist/features/mention-autocomplete/constants.js.map +1 -0
- package/dist/features/mention-autocomplete/index.d.ts +17 -0
- package/dist/features/mention-autocomplete/index.d.ts.map +1 -0
- package/dist/features/mention-autocomplete/index.js +9 -0
- package/dist/features/mention-autocomplete/index.js.map +1 -0
- package/dist/features/mention-autocomplete/react/components/MentionAutocomplete.d.ts +44 -0
- package/dist/features/mention-autocomplete/react/components/MentionAutocomplete.d.ts.map +1 -0
- package/dist/features/mention-autocomplete/react/components/MentionAutocomplete.js +35 -0
- package/dist/features/mention-autocomplete/react/components/MentionAutocomplete.js.map +1 -0
- package/dist/features/mention-autocomplete/react/components/MentionCategoryTabs.d.ts +12 -0
- package/dist/features/mention-autocomplete/react/components/MentionCategoryTabs.d.ts.map +1 -0
- package/dist/features/mention-autocomplete/react/components/MentionCategoryTabs.js +15 -0
- package/dist/features/mention-autocomplete/react/components/MentionCategoryTabs.js.map +1 -0
- package/dist/features/mention-autocomplete/react/components/MentionResultItem.d.ts +17 -0
- package/dist/features/mention-autocomplete/react/components/MentionResultItem.d.ts.map +1 -0
- package/dist/features/mention-autocomplete/react/components/MentionResultItem.js +14 -0
- package/dist/features/mention-autocomplete/react/components/MentionResultItem.js.map +1 -0
- package/dist/features/mention-autocomplete/react/components/MentionResultsList.d.ts +17 -0
- package/dist/features/mention-autocomplete/react/components/MentionResultsList.d.ts.map +1 -0
- package/dist/features/mention-autocomplete/react/components/MentionResultsList.js +10 -0
- package/dist/features/mention-autocomplete/react/components/MentionResultsList.js.map +1 -0
- package/dist/features/mention-autocomplete/react/components/SelectedMentionChips.d.ts +12 -0
- package/dist/features/mention-autocomplete/react/components/SelectedMentionChips.d.ts.map +1 -0
- package/dist/features/mention-autocomplete/react/components/SelectedMentionChips.js +11 -0
- package/dist/features/mention-autocomplete/react/components/SelectedMentionChips.js.map +1 -0
- package/dist/features/mention-autocomplete/react/hooks/useMentionAutocomplete.d.ts +56 -0
- package/dist/features/mention-autocomplete/react/hooks/useMentionAutocomplete.d.ts.map +1 -0
- package/dist/features/mention-autocomplete/react/hooks/useMentionAutocomplete.js +115 -0
- package/dist/features/mention-autocomplete/react/hooks/useMentionAutocomplete.js.map +1 -0
- package/dist/features/mention-autocomplete/rules.d.ts +54 -0
- package/dist/features/mention-autocomplete/rules.d.ts.map +1 -0
- package/dist/features/mention-autocomplete/rules.js +109 -0
- package/dist/features/mention-autocomplete/rules.js.map +1 -0
- package/dist/features/mention-autocomplete/types.d.ts +56 -0
- package/dist/features/mention-autocomplete/types.d.ts.map +1 -0
- package/dist/features/mention-autocomplete/types.js +20 -0
- package/dist/features/mention-autocomplete/types.js.map +1 -0
- package/dist/features/observability/boot-timing.d.ts +32 -0
- package/dist/features/observability/boot-timing.d.ts.map +1 -0
- package/dist/features/observability/boot-timing.js +129 -0
- package/dist/features/observability/boot-timing.js.map +1 -0
- package/dist/features/observability/iframe.d.ts +35 -0
- package/dist/features/observability/iframe.d.ts.map +1 -0
- package/dist/features/observability/iframe.js +62 -0
- package/dist/features/observability/iframe.js.map +1 -0
- package/dist/features/observability/index.d.ts +19 -0
- package/dist/features/observability/index.d.ts.map +1 -0
- package/dist/features/observability/index.js +10 -0
- package/dist/features/observability/index.js.map +1 -0
- package/dist/features/observability/install.d.ts +39 -0
- package/dist/features/observability/install.d.ts.map +1 -0
- package/dist/features/observability/install.js +54 -0
- package/dist/features/observability/install.js.map +1 -0
- package/dist/features/observability/long-task.d.ts +26 -0
- package/dist/features/observability/long-task.d.ts.map +1 -0
- package/dist/features/observability/long-task.js +82 -0
- package/dist/features/observability/long-task.js.map +1 -0
- package/dist/features/observability/ports.d.ts +14 -0
- package/dist/features/observability/ports.d.ts.map +1 -0
- package/dist/features/observability/ports.js +4 -0
- package/dist/features/observability/ports.js.map +1 -0
- package/dist/features/observability/resource-error.d.ts +21 -0
- package/dist/features/observability/resource-error.d.ts.map +1 -0
- package/dist/features/observability/resource-error.js +65 -0
- package/dist/features/observability/resource-error.js.map +1 -0
- package/dist/features/observability/stuck-run.d.ts +41 -0
- package/dist/features/observability/stuck-run.d.ts.map +1 -0
- package/dist/features/observability/stuck-run.js +113 -0
- package/dist/features/observability/stuck-run.js.map +1 -0
- package/dist/features/observability/visibility.d.ts +25 -0
- package/dist/features/observability/visibility.d.ts.map +1 -0
- package/dist/features/observability/visibility.js +68 -0
- package/dist/features/observability/visibility.js.map +1 -0
- package/dist/features/observability/white-screen.d.ts +52 -0
- package/dist/features/observability/white-screen.d.ts.map +1 -0
- package/dist/features/observability/white-screen.js +190 -0
- package/dist/features/observability/white-screen.js.map +1 -0
- package/dist/features/progress-card/components/ProgressCard.d.ts +19 -0
- package/dist/features/progress-card/components/ProgressCard.d.ts.map +1 -0
- package/dist/features/progress-card/components/ProgressCard.js +30 -0
- package/dist/features/progress-card/components/ProgressCard.js.map +1 -0
- package/dist/features/progress-card/index.d.ts +7 -0
- package/dist/features/progress-card/index.d.ts.map +1 -0
- package/dist/features/progress-card/index.js +4 -0
- package/dist/features/progress-card/index.js.map +1 -0
- package/dist/features/progress-card/reference-adapters.d.ts +93 -0
- package/dist/features/progress-card/reference-adapters.d.ts.map +1 -0
- package/dist/features/progress-card/reference-adapters.js +279 -0
- package/dist/features/progress-card/reference-adapters.js.map +1 -0
- package/dist/features/progress-card/rules.d.ts +27 -0
- package/dist/features/progress-card/rules.d.ts.map +1 -0
- package/dist/features/progress-card/rules.js +69 -0
- package/dist/features/progress-card/rules.js.map +1 -0
- package/dist/features/progress-card/types.d.ts +35 -0
- package/dist/features/progress-card/types.d.ts.map +1 -0
- package/dist/features/progress-card/types.js +9 -0
- package/dist/features/progress-card/types.js.map +1 -0
- package/dist/features/resource-dashboard/constants.d.ts +7 -0
- package/dist/features/resource-dashboard/constants.d.ts.map +1 -0
- package/dist/features/resource-dashboard/constants.js +7 -0
- package/dist/features/resource-dashboard/constants.js.map +1 -0
- package/dist/features/resource-dashboard/dependencies.d.ts +48 -0
- package/dist/features/resource-dashboard/dependencies.d.ts.map +1 -0
- package/dist/features/resource-dashboard/dependencies.js +94 -0
- package/dist/features/resource-dashboard/dependencies.js.map +1 -0
- package/dist/features/resource-dashboard/index.d.ts +33 -0
- package/dist/features/resource-dashboard/index.d.ts.map +1 -0
- package/dist/features/resource-dashboard/index.js +26 -0
- package/dist/features/resource-dashboard/index.js.map +1 -0
- package/dist/features/resource-dashboard/ports.d.ts +56 -0
- package/dist/features/resource-dashboard/ports.d.ts.map +1 -0
- package/dist/features/resource-dashboard/ports.js +2 -0
- package/dist/features/resource-dashboard/ports.js.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoard.d.ts +40 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoard.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoard.js +64 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoard.js.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoardToolbar.d.ts +39 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoardToolbar.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoardToolbar.js +14 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoardToolbar.js.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoardView.d.ts +65 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoardView.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoardView.js +14 -0
- package/dist/features/resource-dashboard/react/components/ResourceBoardView.js.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceCard.d.ts +33 -0
- package/dist/features/resource-dashboard/react/components/ResourceCard.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceCard.js +37 -0
- package/dist/features/resource-dashboard/react/components/ResourceCard.js.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceKanbanBoard.d.ts +31 -0
- package/dist/features/resource-dashboard/react/components/ResourceKanbanBoard.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceKanbanBoard.js +32 -0
- package/dist/features/resource-dashboard/react/components/ResourceKanbanBoard.js.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceMetrics.d.ts +13 -0
- package/dist/features/resource-dashboard/react/components/ResourceMetrics.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceMetrics.js +13 -0
- package/dist/features/resource-dashboard/react/components/ResourceMetrics.js.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowList.d.ts +32 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowList.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowList.js +25 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowList.js.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowListItem.d.ts +28 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowListItem.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowListItem.js +14 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowListItem.js.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowListView.d.ts +48 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowListView.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowListView.js +18 -0
- package/dist/features/resource-dashboard/react/components/ResourceRowListView.js.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceRunHistoryList.d.ts +22 -0
- package/dist/features/resource-dashboard/react/components/ResourceRunHistoryList.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/components/ResourceRunHistoryList.js +20 -0
- package/dist/features/resource-dashboard/react/components/ResourceRunHistoryList.js.map +1 -0
- package/dist/features/resource-dashboard/react/components/StatusPill.d.ts +18 -0
- package/dist/features/resource-dashboard/react/components/StatusPill.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/components/StatusPill.js +16 -0
- package/dist/features/resource-dashboard/react/components/StatusPill.js.map +1 -0
- package/dist/features/resource-dashboard/react/hooks/useResourceBoard.d.ts +78 -0
- package/dist/features/resource-dashboard/react/hooks/useResourceBoard.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/hooks/useResourceBoard.js +220 -0
- package/dist/features/resource-dashboard/react/hooks/useResourceBoard.js.map +1 -0
- package/dist/features/resource-dashboard/react/hooks/useResourceRowList.d.ts +47 -0
- package/dist/features/resource-dashboard/react/hooks/useResourceRowList.d.ts.map +1 -0
- package/dist/features/resource-dashboard/react/hooks/useResourceRowList.js +137 -0
- package/dist/features/resource-dashboard/react/hooks/useResourceRowList.js.map +1 -0
- package/dist/features/resource-dashboard/rules.d.ts +44 -0
- package/dist/features/resource-dashboard/rules.d.ts.map +1 -0
- package/dist/features/resource-dashboard/rules.js +124 -0
- package/dist/features/resource-dashboard/rules.js.map +1 -0
- package/dist/features/resource-dashboard/types.d.ts +123 -0
- package/dist/features/resource-dashboard/types.d.ts.map +1 -0
- package/dist/features/resource-dashboard/types.js +30 -0
- package/dist/features/resource-dashboard/types.js.map +1 -0
- package/dist/features/revision-review/index.d.ts +5 -0
- package/dist/features/revision-review/index.d.ts.map +1 -0
- package/dist/features/revision-review/index.js +4 -0
- package/dist/features/revision-review/index.js.map +1 -0
- package/dist/features/revision-review/react/components/RevisionDiffCard.d.ts +19 -0
- package/dist/features/revision-review/react/components/RevisionDiffCard.d.ts.map +1 -0
- package/dist/features/revision-review/react/components/RevisionDiffCard.js +19 -0
- package/dist/features/revision-review/react/components/RevisionDiffCard.js.map +1 -0
- package/dist/features/revision-review/react/components/RevisionHistoryList.d.ts +7 -0
- package/dist/features/revision-review/react/components/RevisionHistoryList.d.ts.map +1 -0
- package/dist/features/revision-review/react/components/RevisionHistoryList.js +9 -0
- package/dist/features/revision-review/react/components/RevisionHistoryList.js.map +1 -0
- package/dist/features/revision-review/rules.d.ts +13 -0
- package/dist/features/revision-review/rules.d.ts.map +1 -0
- package/dist/features/revision-review/rules.js +26 -0
- package/dist/features/revision-review/rules.js.map +1 -0
- package/dist/features/revision-review/types.d.ts +25 -0
- package/dist/features/revision-review/types.d.ts.map +1 -0
- package/dist/features/revision-review/types.js +2 -0
- package/dist/features/revision-review/types.js.map +1 -0
- package/dist/features/rich-text-input/constants.d.ts +16 -0
- package/dist/features/rich-text-input/constants.d.ts.map +1 -0
- package/dist/features/rich-text-input/constants.js +18 -0
- package/dist/features/rich-text-input/constants.js.map +1 -0
- package/dist/features/rich-text-input/deserialize.d.ts +9 -0
- package/dist/features/rich-text-input/deserialize.d.ts.map +1 -0
- package/dist/features/rich-text-input/deserialize.js +55 -0
- package/dist/features/rich-text-input/deserialize.js.map +1 -0
- package/dist/features/rich-text-input/index.d.ts +12 -0
- package/dist/features/rich-text-input/index.d.ts.map +1 -0
- package/dist/features/rich-text-input/index.js +11 -0
- package/dist/features/rich-text-input/index.js.map +1 -0
- package/dist/features/rich-text-input/mention-node.d.ts +56 -0
- package/dist/features/rich-text-input/mention-node.d.ts.map +1 -0
- package/dist/features/rich-text-input/mention-node.js +142 -0
- package/dist/features/rich-text-input/mention-node.js.map +1 -0
- package/dist/features/rich-text-input/mention-parser.d.ts +47 -0
- package/dist/features/rich-text-input/mention-parser.d.ts.map +1 -0
- package/dist/features/rich-text-input/mention-parser.js +239 -0
- package/dist/features/rich-text-input/mention-parser.js.map +1 -0
- package/dist/features/rich-text-input/react/components/CaretFloatingLayer.d.ts +20 -0
- package/dist/features/rich-text-input/react/components/CaretFloatingLayer.d.ts.map +1 -0
- package/dist/features/rich-text-input/react/components/CaretFloatingLayer.js +33 -0
- package/dist/features/rich-text-input/react/components/CaretFloatingLayer.js.map +1 -0
- package/dist/features/rich-text-input/react/components/RichTextInput.d.ts +61 -0
- package/dist/features/rich-text-input/react/components/RichTextInput.d.ts.map +1 -0
- package/dist/features/rich-text-input/react/components/RichTextInput.js +154 -0
- package/dist/features/rich-text-input/react/components/RichTextInput.js.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.d.ts +15 -0
- package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.d.ts.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.js +54 -0
- package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.js.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.d.ts +11 -0
- package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.d.ts.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.js +70 -0
- package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.js.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.d.ts +8 -0
- package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.d.ts.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.js +63 -0
- package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.js.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.d.ts +18 -0
- package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.d.ts.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.js +64 -0
- package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.js.map +1 -0
- package/dist/features/rich-text-input/react/hooks/usePasteFiles.d.ts +5 -0
- package/dist/features/rich-text-input/react/hooks/usePasteFiles.d.ts.map +1 -0
- package/dist/features/rich-text-input/react/hooks/usePasteFiles.js +24 -0
- package/dist/features/rich-text-input/react/hooks/usePasteFiles.js.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useSeededValue.d.ts +21 -0
- package/dist/features/rich-text-input/react/hooks/useSeededValue.d.ts.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useSeededValue.js +35 -0
- package/dist/features/rich-text-input/react/hooks/useSeededValue.js.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.d.ts +10 -0
- package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.d.ts.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.js +29 -0
- package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.js.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useTriggerDetection.d.ts +6 -0
- package/dist/features/rich-text-input/react/hooks/useTriggerDetection.d.ts.map +1 -0
- package/dist/features/rich-text-input/react/hooks/useTriggerDetection.js +39 -0
- package/dist/features/rich-text-input/react/hooks/useTriggerDetection.js.map +1 -0
- package/dist/features/rich-text-input/react/test-support/lexical-harness.d.ts +11 -0
- package/dist/features/rich-text-input/react/test-support/lexical-harness.d.ts.map +1 -0
- package/dist/features/rich-text-input/react/test-support/lexical-harness.js +35 -0
- package/dist/features/rich-text-input/react/test-support/lexical-harness.js.map +1 -0
- package/dist/features/rich-text-input/rules.d.ts +83 -0
- package/dist/features/rich-text-input/rules.d.ts.map +1 -0
- package/dist/features/rich-text-input/rules.js +317 -0
- package/dist/features/rich-text-input/rules.js.map +1 -0
- package/dist/features/rich-text-input/serialize.d.ts +8 -0
- package/dist/features/rich-text-input/serialize.d.ts.map +1 -0
- package/dist/features/rich-text-input/serialize.js +44 -0
- package/dist/features/rich-text-input/serialize.js.map +1 -0
- package/dist/features/rich-text-input/types.d.ts +83 -0
- package/dist/features/rich-text-input/types.d.ts.map +1 -0
- package/dist/features/rich-text-input/types.js +15 -0
- package/dist/features/rich-text-input/types.js.map +1 -0
- package/dist/features/schedule-picker/constants.d.ts +12 -0
- package/dist/features/schedule-picker/constants.d.ts.map +1 -0
- package/dist/features/schedule-picker/constants.js +24 -0
- package/dist/features/schedule-picker/constants.js.map +1 -0
- package/dist/features/schedule-picker/index.d.ts +16 -0
- package/dist/features/schedule-picker/index.d.ts.map +1 -0
- package/dist/features/schedule-picker/index.js +9 -0
- package/dist/features/schedule-picker/index.js.map +1 -0
- package/dist/features/schedule-picker/react/components/RecurringSchedulePicker.d.ts +31 -0
- package/dist/features/schedule-picker/react/components/RecurringSchedulePicker.d.ts.map +1 -0
- package/dist/features/schedule-picker/react/components/RecurringSchedulePicker.js +30 -0
- package/dist/features/schedule-picker/react/components/RecurringSchedulePicker.js.map +1 -0
- package/dist/features/schedule-picker/react/components/ScheduleFields.d.ts +14 -0
- package/dist/features/schedule-picker/react/components/ScheduleFields.d.ts.map +1 -0
- package/dist/features/schedule-picker/react/components/ScheduleFields.js +16 -0
- package/dist/features/schedule-picker/react/components/ScheduleFields.js.map +1 -0
- package/dist/features/schedule-picker/react/components/ScheduleKindTabs.d.ts +9 -0
- package/dist/features/schedule-picker/react/components/ScheduleKindTabs.d.ts.map +1 -0
- package/dist/features/schedule-picker/react/components/ScheduleKindTabs.js +8 -0
- package/dist/features/schedule-picker/react/components/ScheduleKindTabs.js.map +1 -0
- package/dist/features/schedule-picker/react/components/ScheduleSummary.d.ts +23 -0
- package/dist/features/schedule-picker/react/components/ScheduleSummary.d.ts.map +1 -0
- package/dist/features/schedule-picker/react/components/ScheduleSummary.js +32 -0
- package/dist/features/schedule-picker/react/components/ScheduleSummary.js.map +1 -0
- package/dist/features/schedule-picker/react/components/WeekdayGrid.d.ts +9 -0
- package/dist/features/schedule-picker/react/components/WeekdayGrid.d.ts.map +1 -0
- package/dist/features/schedule-picker/react/components/WeekdayGrid.js +8 -0
- package/dist/features/schedule-picker/react/components/WeekdayGrid.js.map +1 -0
- package/dist/features/schedule-picker/react/hooks/useRecurringSchedulePicker.d.ts +38 -0
- package/dist/features/schedule-picker/react/hooks/useRecurringSchedulePicker.d.ts.map +1 -0
- package/dist/features/schedule-picker/react/hooks/useRecurringSchedulePicker.js +58 -0
- package/dist/features/schedule-picker/react/hooks/useRecurringSchedulePicker.js.map +1 -0
- package/dist/features/schedule-picker/rules.d.ts +40 -0
- package/dist/features/schedule-picker/rules.d.ts.map +1 -0
- package/dist/features/schedule-picker/rules.js +105 -0
- package/dist/features/schedule-picker/rules.js.map +1 -0
- package/dist/features/schedule-picker/types.d.ts +70 -0
- package/dist/features/schedule-picker/types.d.ts.map +1 -0
- package/dist/features/schedule-picker/types.js +9 -0
- package/dist/features/schedule-picker/types.js.map +1 -0
- package/dist/features/settings-dialog/index.d.ts +7 -0
- package/dist/features/settings-dialog/index.d.ts.map +1 -0
- package/dist/features/settings-dialog/index.js +4 -0
- package/dist/features/settings-dialog/index.js.map +1 -0
- package/dist/features/settings-dialog/react/components/SettingsDialogShell.d.ts +49 -0
- package/dist/features/settings-dialog/react/components/SettingsDialogShell.d.ts.map +1 -0
- package/dist/features/settings-dialog/react/components/SettingsDialogShell.js +55 -0
- package/dist/features/settings-dialog/react/components/SettingsDialogShell.js.map +1 -0
- package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.d.ts +39 -0
- package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.d.ts.map +1 -0
- package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.js +50 -0
- package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.js.map +1 -0
- package/dist/features/settings-dialog/rules.d.ts +13 -0
- package/dist/features/settings-dialog/rules.d.ts.map +1 -0
- package/dist/features/settings-dialog/rules.js +21 -0
- package/dist/features/settings-dialog/rules.js.map +1 -0
- package/dist/features/settings-dialog/tabs/appearance/constants.d.ts +12 -0
- package/dist/features/settings-dialog/tabs/appearance/constants.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/appearance/constants.js +10 -0
- package/dist/features/settings-dialog/tabs/appearance/constants.js.map +1 -0
- package/dist/features/settings-dialog/tabs/appearance/index.d.ts +6 -0
- package/dist/features/settings-dialog/tabs/appearance/index.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/appearance/index.js +3 -0
- package/dist/features/settings-dialog/tabs/appearance/index.js.map +1 -0
- package/dist/features/settings-dialog/tabs/appearance/react/components/AppearanceTab.d.ts +29 -0
- package/dist/features/settings-dialog/tabs/appearance/react/components/AppearanceTab.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/appearance/react/components/AppearanceTab.js +31 -0
- package/dist/features/settings-dialog/tabs/appearance/react/components/AppearanceTab.js.map +1 -0
- package/dist/features/settings-dialog/tabs/appearance/types.d.ts +12 -0
- package/dist/features/settings-dialog/tabs/appearance/types.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/appearance/types.js +8 -0
- package/dist/features/settings-dialog/tabs/appearance/types.js.map +1 -0
- package/dist/features/settings-dialog/tabs/instructions/index.d.ts +3 -0
- package/dist/features/settings-dialog/tabs/instructions/index.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/instructions/index.js +2 -0
- package/dist/features/settings-dialog/tabs/instructions/index.js.map +1 -0
- package/dist/features/settings-dialog/tabs/instructions/react/components/InstructionsTab.d.ts +25 -0
- package/dist/features/settings-dialog/tabs/instructions/react/components/InstructionsTab.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/instructions/react/components/InstructionsTab.js +16 -0
- package/dist/features/settings-dialog/tabs/instructions/react/components/InstructionsTab.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/constants.d.ts +8 -0
- package/dist/features/settings-dialog/tabs/integrations/constants.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/constants.js +15 -0
- package/dist/features/settings-dialog/tabs/integrations/constants.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/dependencies.d.ts +16 -0
- package/dist/features/settings-dialog/tabs/integrations/dependencies.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/dependencies.js +38 -0
- package/dist/features/settings-dialog/tabs/integrations/dependencies.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/index.d.ts +19 -0
- package/dist/features/settings-dialog/tabs/integrations/index.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/index.js +10 -0
- package/dist/features/settings-dialog/tabs/integrations/index.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/ports.d.ts +21 -0
- package/dist/features/settings-dialog/tabs/integrations/ports.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/ports.js +2 -0
- package/dist/features/settings-dialog/tabs/integrations/ports.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/ClientPicker.d.ts +27 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/ClientPicker.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/ClientPicker.js +31 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/ClientPicker.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/CodexInstallToggleButton.d.ts +12 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/CodexInstallToggleButton.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/CodexInstallToggleButton.js +21 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/CodexInstallToggleButton.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.d.ts +27 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.js +54 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/SnippetBlock.d.ts +17 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/SnippetBlock.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/SnippetBlock.js +53 -0
- package/dist/features/settings-dialog/tabs/integrations/react/components/SnippetBlock.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useCodexInstallToggle.d.ts +39 -0
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useCodexInstallToggle.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useCodexInstallToggle.js +82 -0
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useCodexInstallToggle.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useMcpInstallInfo.d.ts +26 -0
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useMcpInstallInfo.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useMcpInstallInfo.js +56 -0
- package/dist/features/settings-dialog/tabs/integrations/react/hooks/useMcpInstallInfo.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/rules.d.ts +45 -0
- package/dist/features/settings-dialog/tabs/integrations/rules.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/rules.js +181 -0
- package/dist/features/settings-dialog/tabs/integrations/rules.js.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/types.d.ts +58 -0
- package/dist/features/settings-dialog/tabs/integrations/types.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/integrations/types.js +15 -0
- package/dist/features/settings-dialog/tabs/integrations/types.js.map +1 -0
- package/dist/features/settings-dialog/tabs/language/index.d.ts +4 -0
- package/dist/features/settings-dialog/tabs/language/index.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/language/index.js +2 -0
- package/dist/features/settings-dialog/tabs/language/index.js.map +1 -0
- package/dist/features/settings-dialog/tabs/language/react/components/LanguageTab.d.ts +15 -0
- package/dist/features/settings-dialog/tabs/language/react/components/LanguageTab.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/language/react/components/LanguageTab.js +18 -0
- package/dist/features/settings-dialog/tabs/language/react/components/LanguageTab.js.map +1 -0
- package/dist/features/settings-dialog/tabs/language/types.d.ts +15 -0
- package/dist/features/settings-dialog/tabs/language/types.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/language/types.js +2 -0
- package/dist/features/settings-dialog/tabs/language/types.js.map +1 -0
- package/dist/features/settings-dialog/tabs/notifications/constants.d.ts +3 -0
- package/dist/features/settings-dialog/tabs/notifications/constants.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/notifications/constants.js +8 -0
- package/dist/features/settings-dialog/tabs/notifications/constants.js.map +1 -0
- package/dist/features/settings-dialog/tabs/notifications/index.d.ts +5 -0
- package/dist/features/settings-dialog/tabs/notifications/index.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/notifications/index.js +3 -0
- package/dist/features/settings-dialog/tabs/notifications/index.js.map +1 -0
- package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.d.ts +33 -0
- package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.js +71 -0
- package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.js.map +1 -0
- package/dist/features/settings-dialog/tabs/notifications/types.d.ts +15 -0
- package/dist/features/settings-dialog/tabs/notifications/types.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/notifications/types.js +2 -0
- package/dist/features/settings-dialog/tabs/notifications/types.js.map +1 -0
- package/dist/features/settings-dialog/tabs/privacy/index.d.ts +5 -0
- package/dist/features/settings-dialog/tabs/privacy/index.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/privacy/index.js +3 -0
- package/dist/features/settings-dialog/tabs/privacy/index.js.map +1 -0
- package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.d.ts +34 -0
- package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.js +36 -0
- package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.js.map +1 -0
- package/dist/features/settings-dialog/tabs/privacy/rules.d.ts +31 -0
- package/dist/features/settings-dialog/tabs/privacy/rules.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/privacy/rules.js +70 -0
- package/dist/features/settings-dialog/tabs/privacy/rules.js.map +1 -0
- package/dist/features/settings-dialog/tabs/privacy/types.d.ts +26 -0
- package/dist/features/settings-dialog/tabs/privacy/types.d.ts.map +1 -0
- package/dist/features/settings-dialog/tabs/privacy/types.js +13 -0
- package/dist/features/settings-dialog/tabs/privacy/types.js.map +1 -0
- package/dist/features/settings-dialog/types.d.ts +46 -0
- package/dist/features/settings-dialog/types.d.ts.map +1 -0
- package/dist/features/settings-dialog/types.js +18 -0
- package/dist/features/settings-dialog/types.js.map +1 -0
- package/dist/features/sketch-editor/constants.d.ts +46 -0
- package/dist/features/sketch-editor/constants.d.ts.map +1 -0
- package/dist/features/sketch-editor/constants.js +104 -0
- package/dist/features/sketch-editor/constants.js.map +1 -0
- package/dist/features/sketch-editor/dependencies.d.ts +4 -0
- package/dist/features/sketch-editor/dependencies.d.ts.map +1 -0
- package/dist/features/sketch-editor/dependencies.js +18 -0
- package/dist/features/sketch-editor/dependencies.js.map +1 -0
- package/dist/features/sketch-editor/dom.d.ts +38 -0
- package/dist/features/sketch-editor/dom.d.ts.map +1 -0
- package/dist/features/sketch-editor/dom.js +263 -0
- package/dist/features/sketch-editor/dom.js.map +1 -0
- package/dist/features/sketch-editor/index.d.ts +21 -0
- package/dist/features/sketch-editor/index.d.ts.map +1 -0
- package/dist/features/sketch-editor/index.js +13 -0
- package/dist/features/sketch-editor/index.js.map +1 -0
- package/dist/features/sketch-editor/ports.d.ts +52 -0
- package/dist/features/sketch-editor/ports.d.ts.map +1 -0
- package/dist/features/sketch-editor/ports.js +2 -0
- package/dist/features/sketch-editor/ports.js.map +1 -0
- package/dist/features/sketch-editor/react/components/SketchEditor.d.ts +53 -0
- package/dist/features/sketch-editor/react/components/SketchEditor.d.ts.map +1 -0
- package/dist/features/sketch-editor/react/components/SketchEditor.js +74 -0
- package/dist/features/sketch-editor/react/components/SketchEditor.js.map +1 -0
- package/dist/features/sketch-editor/react/components/SketchMainMenu.d.ts +19 -0
- package/dist/features/sketch-editor/react/components/SketchMainMenu.d.ts.map +1 -0
- package/dist/features/sketch-editor/react/components/SketchMainMenu.js +9 -0
- package/dist/features/sketch-editor/react/components/SketchMainMenu.js.map +1 -0
- package/dist/features/sketch-editor/react/components/SketchSaveStateBadge.d.ts +7 -0
- package/dist/features/sketch-editor/react/components/SketchSaveStateBadge.d.ts.map +1 -0
- package/dist/features/sketch-editor/react/components/SketchSaveStateBadge.js +7 -0
- package/dist/features/sketch-editor/react/components/SketchSaveStateBadge.js.map +1 -0
- package/dist/features/sketch-editor/react/dependencies-fake.d.ts +4 -0
- package/dist/features/sketch-editor/react/dependencies-fake.d.ts.map +1 -0
- package/dist/features/sketch-editor/react/dependencies-fake.js +76 -0
- package/dist/features/sketch-editor/react/dependencies-fake.js.map +1 -0
- package/dist/features/sketch-editor/react/hooks/useSketchDomEnhancements.d.ts +27 -0
- package/dist/features/sketch-editor/react/hooks/useSketchDomEnhancements.d.ts.map +1 -0
- package/dist/features/sketch-editor/react/hooks/useSketchDomEnhancements.js +78 -0
- package/dist/features/sketch-editor/react/hooks/useSketchDomEnhancements.js.map +1 -0
- package/dist/features/sketch-editor/react/hooks/useSketchSaveWorkflow.d.ts +41 -0
- package/dist/features/sketch-editor/react/hooks/useSketchSaveWorkflow.d.ts.map +1 -0
- package/dist/features/sketch-editor/react/hooks/useSketchSaveWorkflow.js +127 -0
- package/dist/features/sketch-editor/react/hooks/useSketchSaveWorkflow.js.map +1 -0
- package/dist/features/sketch-editor/react/hooks/useSketchScene.d.ts +28 -0
- package/dist/features/sketch-editor/react/hooks/useSketchScene.d.ts.map +1 -0
- package/dist/features/sketch-editor/react/hooks/useSketchScene.js +87 -0
- package/dist/features/sketch-editor/react/hooks/useSketchScene.js.map +1 -0
- package/dist/features/sketch-editor/react/hooks/useSketchTheme.d.ts +5 -0
- package/dist/features/sketch-editor/react/hooks/useSketchTheme.d.ts.map +1 -0
- package/dist/features/sketch-editor/react/hooks/useSketchTheme.js +22 -0
- package/dist/features/sketch-editor/react/hooks/useSketchTheme.js.map +1 -0
- package/dist/features/sketch-editor/rules.d.ts +66 -0
- package/dist/features/sketch-editor/rules.d.ts.map +1 -0
- package/dist/features/sketch-editor/rules.js +257 -0
- package/dist/features/sketch-editor/rules.js.map +1 -0
- package/dist/features/sketch-editor/types.d.ts +45 -0
- package/dist/features/sketch-editor/types.d.ts.map +1 -0
- package/dist/features/sketch-editor/types.js +8 -0
- package/dist/features/sketch-editor/types.js.map +1 -0
- package/dist/features/source-config-list/constants.d.ts +15 -0
- package/dist/features/source-config-list/constants.d.ts.map +1 -0
- package/dist/features/source-config-list/constants.js +15 -0
- package/dist/features/source-config-list/constants.js.map +1 -0
- package/dist/features/source-config-list/dependencies.d.ts +40 -0
- package/dist/features/source-config-list/dependencies.d.ts.map +1 -0
- package/dist/features/source-config-list/dependencies.js +75 -0
- package/dist/features/source-config-list/dependencies.js.map +1 -0
- package/dist/features/source-config-list/index.d.ts +23 -0
- package/dist/features/source-config-list/index.d.ts.map +1 -0
- package/dist/features/source-config-list/index.js +12 -0
- package/dist/features/source-config-list/index.js.map +1 -0
- package/dist/features/source-config-list/ports.d.ts +55 -0
- package/dist/features/source-config-list/ports.d.ts.map +1 -0
- package/dist/features/source-config-list/ports.js +2 -0
- package/dist/features/source-config-list/ports.js.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigAddForm.d.ts +40 -0
- package/dist/features/source-config-list/react/components/SourceConfigAddForm.d.ts.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigAddForm.js +25 -0
- package/dist/features/source-config-list/react/components/SourceConfigAddForm.js.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigField.d.ts +28 -0
- package/dist/features/source-config-list/react/components/SourceConfigField.d.ts.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigField.js +21 -0
- package/dist/features/source-config-list/react/components/SourceConfigField.js.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigItemCard.d.ts +35 -0
- package/dist/features/source-config-list/react/components/SourceConfigItemCard.d.ts.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigItemCard.js +41 -0
- package/dist/features/source-config-list/react/components/SourceConfigItemCard.js.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigList.d.ts +33 -0
- package/dist/features/source-config-list/react/components/SourceConfigList.d.ts.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigList.js +49 -0
- package/dist/features/source-config-list/react/components/SourceConfigList.js.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigListView.d.ts +30 -0
- package/dist/features/source-config-list/react/components/SourceConfigListView.d.ts.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigListView.js +16 -0
- package/dist/features/source-config-list/react/components/SourceConfigListView.js.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigTestControl.d.ts +19 -0
- package/dist/features/source-config-list/react/components/SourceConfigTestControl.d.ts.map +1 -0
- package/dist/features/source-config-list/react/components/SourceConfigTestControl.js +15 -0
- package/dist/features/source-config-list/react/components/SourceConfigTestControl.js.map +1 -0
- package/dist/features/source-config-list/react/hooks/useSourceConfigAddForm.d.ts +35 -0
- package/dist/features/source-config-list/react/hooks/useSourceConfigAddForm.d.ts.map +1 -0
- package/dist/features/source-config-list/react/hooks/useSourceConfigAddForm.js +55 -0
- package/dist/features/source-config-list/react/hooks/useSourceConfigAddForm.js.map +1 -0
- package/dist/features/source-config-list/react/hooks/useSourceConfigList.d.ts +55 -0
- package/dist/features/source-config-list/react/hooks/useSourceConfigList.d.ts.map +1 -0
- package/dist/features/source-config-list/react/hooks/useSourceConfigList.js +142 -0
- package/dist/features/source-config-list/react/hooks/useSourceConfigList.js.map +1 -0
- package/dist/features/source-config-list/rules.d.ts +46 -0
- package/dist/features/source-config-list/rules.d.ts.map +1 -0
- package/dist/features/source-config-list/rules.js +122 -0
- package/dist/features/source-config-list/rules.js.map +1 -0
- package/dist/features/source-config-list/types.d.ts +101 -0
- package/dist/features/source-config-list/types.d.ts.map +1 -0
- package/dist/features/source-config-list/types.js +17 -0
- package/dist/features/source-config-list/types.js.map +1 -0
- package/dist/features/tab-launcher-menu/constants.d.ts +6 -0
- package/dist/features/tab-launcher-menu/constants.d.ts.map +1 -0
- package/dist/features/tab-launcher-menu/constants.js +6 -0
- package/dist/features/tab-launcher-menu/constants.js.map +1 -0
- package/dist/features/tab-launcher-menu/index.d.ts +8 -0
- package/dist/features/tab-launcher-menu/index.d.ts.map +1 -0
- package/dist/features/tab-launcher-menu/index.js +7 -0
- package/dist/features/tab-launcher-menu/index.js.map +1 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherActionRow.d.ts +9 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherActionRow.d.ts.map +1 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherActionRow.js +5 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherActionRow.js.map +1 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherMenu.d.ts +27 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherMenu.d.ts.map +1 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherMenu.js +42 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherMenu.js.map +1 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherResultRow.d.ts +14 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherResultRow.d.ts.map +1 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherResultRow.js +5 -0
- package/dist/features/tab-launcher-menu/react/components/TabLauncherResultRow.js.map +1 -0
- package/dist/features/tab-launcher-menu/react/hooks/useTabLauncherMenu.d.ts +43 -0
- package/dist/features/tab-launcher-menu/react/hooks/useTabLauncherMenu.d.ts.map +1 -0
- package/dist/features/tab-launcher-menu/react/hooks/useTabLauncherMenu.js +120 -0
- package/dist/features/tab-launcher-menu/react/hooks/useTabLauncherMenu.js.map +1 -0
- package/dist/features/tab-launcher-menu/rules.d.ts +19 -0
- package/dist/features/tab-launcher-menu/rules.d.ts.map +1 -0
- package/dist/features/tab-launcher-menu/rules.js +63 -0
- package/dist/features/tab-launcher-menu/rules.js.map +1 -0
- package/dist/features/tab-launcher-menu/types.d.ts +56 -0
- package/dist/features/tab-launcher-menu/types.d.ts.map +1 -0
- package/dist/features/tab-launcher-menu/types.js +2 -0
- package/dist/features/tab-launcher-menu/types.js.map +1 -0
- package/dist/features/tab-strip/constants.d.ts +8 -0
- package/dist/features/tab-strip/constants.d.ts.map +1 -0
- package/dist/features/tab-strip/constants.js +8 -0
- package/dist/features/tab-strip/constants.js.map +1 -0
- package/dist/features/tab-strip/dependencies.d.ts +9 -0
- package/dist/features/tab-strip/dependencies.d.ts.map +1 -0
- package/dist/features/tab-strip/dependencies.js +21 -0
- package/dist/features/tab-strip/dependencies.js.map +1 -0
- package/dist/features/tab-strip/index.d.ts +13 -0
- package/dist/features/tab-strip/index.d.ts.map +1 -0
- package/dist/features/tab-strip/index.js +8 -0
- package/dist/features/tab-strip/index.js.map +1 -0
- package/dist/features/tab-strip/ports.d.ts +16 -0
- package/dist/features/tab-strip/ports.d.ts.map +1 -0
- package/dist/features/tab-strip/ports.js +4 -0
- package/dist/features/tab-strip/ports.js.map +1 -0
- package/dist/features/tab-strip/react/components/TabStrip.d.ts +40 -0
- package/dist/features/tab-strip/react/components/TabStrip.d.ts.map +1 -0
- package/dist/features/tab-strip/react/components/TabStrip.js +28 -0
- package/dist/features/tab-strip/react/components/TabStrip.js.map +1 -0
- package/dist/features/tab-strip/react/components/TabStripItem.d.ts +30 -0
- package/dist/features/tab-strip/react/components/TabStripItem.d.ts.map +1 -0
- package/dist/features/tab-strip/react/components/TabStripItem.js +48 -0
- package/dist/features/tab-strip/react/components/TabStripItem.js.map +1 -0
- package/dist/features/tab-strip/react/hooks/useTabStripDragReorder.d.ts +59 -0
- package/dist/features/tab-strip/react/hooks/useTabStripDragReorder.d.ts.map +1 -0
- package/dist/features/tab-strip/react/hooks/useTabStripDragReorder.js +130 -0
- package/dist/features/tab-strip/react/hooks/useTabStripDragReorder.js.map +1 -0
- package/dist/features/tab-strip/rules.d.ts +64 -0
- package/dist/features/tab-strip/rules.d.ts.map +1 -0
- package/dist/features/tab-strip/rules.js +111 -0
- package/dist/features/tab-strip/rules.js.map +1 -0
- package/dist/features/tab-strip/types.d.ts +55 -0
- package/dist/features/tab-strip/types.d.ts.map +1 -0
- package/dist/features/tab-strip/types.js +2 -0
- package/dist/features/tab-strip/types.js.map +1 -0
- package/dist/features/version-manager/constants.d.ts +17 -0
- package/dist/features/version-manager/constants.d.ts.map +1 -0
- package/dist/features/version-manager/constants.js +17 -0
- package/dist/features/version-manager/constants.js.map +1 -0
- package/dist/features/version-manager/dependencies.d.ts +17 -0
- package/dist/features/version-manager/dependencies.d.ts.map +1 -0
- package/dist/features/version-manager/dependencies.js +49 -0
- package/dist/features/version-manager/dependencies.js.map +1 -0
- package/dist/features/version-manager/index.d.ts +19 -0
- package/dist/features/version-manager/index.d.ts.map +1 -0
- package/dist/features/version-manager/index.js +11 -0
- package/dist/features/version-manager/index.js.map +1 -0
- package/dist/features/version-manager/ports.d.ts +53 -0
- package/dist/features/version-manager/ports.d.ts.map +1 -0
- package/dist/features/version-manager/ports.js +2 -0
- package/dist/features/version-manager/ports.js.map +1 -0
- package/dist/features/version-manager/react/components/VersionManagerModal.d.ts +28 -0
- package/dist/features/version-manager/react/components/VersionManagerModal.d.ts.map +1 -0
- package/dist/features/version-manager/react/components/VersionManagerModal.js +69 -0
- package/dist/features/version-manager/react/components/VersionManagerModal.js.map +1 -0
- package/dist/features/version-manager/react/components/VersionPreviewFrame.d.ts +17 -0
- package/dist/features/version-manager/react/components/VersionPreviewFrame.d.ts.map +1 -0
- package/dist/features/version-manager/react/components/VersionPreviewFrame.js +16 -0
- package/dist/features/version-manager/react/components/VersionPreviewFrame.js.map +1 -0
- package/dist/features/version-manager/react/components/VersionPromptPopover.d.ts +24 -0
- package/dist/features/version-manager/react/components/VersionPromptPopover.d.ts.map +1 -0
- package/dist/features/version-manager/react/components/VersionPromptPopover.js +24 -0
- package/dist/features/version-manager/react/components/VersionPromptPopover.js.map +1 -0
- package/dist/features/version-manager/react/components/VersionRestoreControl.d.ts +10 -0
- package/dist/features/version-manager/react/components/VersionRestoreControl.d.ts.map +1 -0
- package/dist/features/version-manager/react/components/VersionRestoreControl.js +19 -0
- package/dist/features/version-manager/react/components/VersionRestoreControl.js.map +1 -0
- package/dist/features/version-manager/react/components/VersionSidebar.d.ts +21 -0
- package/dist/features/version-manager/react/components/VersionSidebar.d.ts.map +1 -0
- package/dist/features/version-manager/react/components/VersionSidebar.js +14 -0
- package/dist/features/version-manager/react/components/VersionSidebar.js.map +1 -0
- package/dist/features/version-manager/react/hooks/usePreviewCanvasSize.d.ts +10 -0
- package/dist/features/version-manager/react/hooks/usePreviewCanvasSize.d.ts.map +1 -0
- package/dist/features/version-manager/react/hooks/usePreviewCanvasSize.js +38 -0
- package/dist/features/version-manager/react/hooks/usePreviewCanvasSize.js.map +1 -0
- package/dist/features/version-manager/react/hooks/useVersionManager.d.ts +67 -0
- package/dist/features/version-manager/react/hooks/useVersionManager.d.ts.map +1 -0
- package/dist/features/version-manager/react/hooks/useVersionManager.js +287 -0
- package/dist/features/version-manager/react/hooks/useVersionManager.js.map +1 -0
- package/dist/features/version-manager/rules.d.ts +76 -0
- package/dist/features/version-manager/rules.d.ts.map +1 -0
- package/dist/features/version-manager/rules.js +162 -0
- package/dist/features/version-manager/rules.js.map +1 -0
- package/dist/features/version-manager/types.d.ts +66 -0
- package/dist/features/version-manager/types.d.ts.map +1 -0
- package/dist/features/version-manager/types.js +12 -0
- package/dist/features/version-manager/types.js.map +1 -0
- package/dist/features/viewer-shell/constants.d.ts +11 -0
- package/dist/features/viewer-shell/constants.d.ts.map +1 -0
- package/dist/features/viewer-shell/constants.js +14 -0
- package/dist/features/viewer-shell/constants.js.map +1 -0
- package/dist/features/viewer-shell/dependencies.d.ts +8 -0
- package/dist/features/viewer-shell/dependencies.d.ts.map +1 -0
- package/dist/features/viewer-shell/dependencies.js +16 -0
- package/dist/features/viewer-shell/dependencies.js.map +1 -0
- package/dist/features/viewer-shell/index.d.ts +40 -0
- package/dist/features/viewer-shell/index.d.ts.map +1 -0
- package/dist/features/viewer-shell/index.js +21 -0
- package/dist/features/viewer-shell/index.js.map +1 -0
- package/dist/features/viewer-shell/ports.d.ts +23 -0
- package/dist/features/viewer-shell/ports.d.ts.map +1 -0
- package/dist/features/viewer-shell/ports.js +2 -0
- package/dist/features/viewer-shell/ports.js.map +1 -0
- package/dist/features/viewer-shell/react/components/AudioViewerBody.d.ts +11 -0
- package/dist/features/viewer-shell/react/components/AudioViewerBody.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/AudioViewerBody.js +9 -0
- package/dist/features/viewer-shell/react/components/AudioViewerBody.js.map +1 -0
- package/dist/features/viewer-shell/react/components/CodeWithLines.d.ts +7 -0
- package/dist/features/viewer-shell/react/components/CodeWithLines.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/CodeWithLines.js +10 -0
- package/dist/features/viewer-shell/react/components/CodeWithLines.js.map +1 -0
- package/dist/features/viewer-shell/react/components/CommentSideDock.d.ts +10 -0
- package/dist/features/viewer-shell/react/components/CommentSideDock.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/CommentSideDock.js +11 -0
- package/dist/features/viewer-shell/react/components/CommentSideDock.js.map +1 -0
- package/dist/features/viewer-shell/react/components/CommentSidePanel.d.ts +60 -0
- package/dist/features/viewer-shell/react/components/CommentSidePanel.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/CommentSidePanel.js +91 -0
- package/dist/features/viewer-shell/react/components/CommentSidePanel.js.map +1 -0
- package/dist/features/viewer-shell/react/components/ImageViewerBody.d.ts +9 -0
- package/dist/features/viewer-shell/react/components/ImageViewerBody.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/ImageViewerBody.js +8 -0
- package/dist/features/viewer-shell/react/components/ImageViewerBody.js.map +1 -0
- package/dist/features/viewer-shell/react/components/JsonPanel.d.ts +8 -0
- package/dist/features/viewer-shell/react/components/JsonPanel.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/JsonPanel.js +9 -0
- package/dist/features/viewer-shell/react/components/JsonPanel.js.map +1 -0
- package/dist/features/viewer-shell/react/components/MarkdownSplitPane.d.ts +51 -0
- package/dist/features/viewer-shell/react/components/MarkdownSplitPane.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/MarkdownSplitPane.js +43 -0
- package/dist/features/viewer-shell/react/components/MarkdownSplitPane.js.map +1 -0
- package/dist/features/viewer-shell/react/components/SegmentedToggle.d.ts +23 -0
- package/dist/features/viewer-shell/react/components/SegmentedToggle.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/SegmentedToggle.js +23 -0
- package/dist/features/viewer-shell/react/components/SegmentedToggle.js.map +1 -0
- package/dist/features/viewer-shell/react/components/SvgSourcePane.d.ts +23 -0
- package/dist/features/viewer-shell/react/components/SvgSourcePane.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/SvgSourcePane.js +18 -0
- package/dist/features/viewer-shell/react/components/SvgSourcePane.js.map +1 -0
- package/dist/features/viewer-shell/react/components/VideoViewerBody.d.ts +7 -0
- package/dist/features/viewer-shell/react/components/VideoViewerBody.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/VideoViewerBody.js +7 -0
- package/dist/features/viewer-shell/react/components/VideoViewerBody.js.map +1 -0
- package/dist/features/viewer-shell/react/components/ViewerFileActions.d.ts +17 -0
- package/dist/features/viewer-shell/react/components/ViewerFileActions.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/ViewerFileActions.js +14 -0
- package/dist/features/viewer-shell/react/components/ViewerFileActions.js.map +1 -0
- package/dist/features/viewer-shell/react/components/ViewerShell.d.ts +31 -0
- package/dist/features/viewer-shell/react/components/ViewerShell.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/ViewerShell.js +18 -0
- package/dist/features/viewer-shell/react/components/ViewerShell.js.map +1 -0
- package/dist/features/viewer-shell/react/components/ViewportSwitcher.d.ts +27 -0
- package/dist/features/viewer-shell/react/components/ViewportSwitcher.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/ViewportSwitcher.js +40 -0
- package/dist/features/viewer-shell/react/components/ViewportSwitcher.js.map +1 -0
- package/dist/features/viewer-shell/react/components/ViewportToggleGroup.d.ts +17 -0
- package/dist/features/viewer-shell/react/components/ViewportToggleGroup.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/components/ViewportToggleGroup.js +19 -0
- package/dist/features/viewer-shell/react/components/ViewportToggleGroup.js.map +1 -0
- package/dist/features/viewer-shell/react/hooks/useCommentReorder.d.ts +19 -0
- package/dist/features/viewer-shell/react/hooks/useCommentReorder.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/hooks/useCommentReorder.js +71 -0
- package/dist/features/viewer-shell/react/hooks/useCommentReorder.js.map +1 -0
- package/dist/features/viewer-shell/react/hooks/useCopyToClipboard.d.ts +22 -0
- package/dist/features/viewer-shell/react/hooks/useCopyToClipboard.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/hooks/useCopyToClipboard.js +46 -0
- package/dist/features/viewer-shell/react/hooks/useCopyToClipboard.js.map +1 -0
- package/dist/features/viewer-shell/react/hooks/useMarkdownScrollSync.d.ts +32 -0
- package/dist/features/viewer-shell/react/hooks/useMarkdownScrollSync.d.ts.map +1 -0
- package/dist/features/viewer-shell/react/hooks/useMarkdownScrollSync.js +157 -0
- package/dist/features/viewer-shell/react/hooks/useMarkdownScrollSync.js.map +1 -0
- package/dist/features/viewer-shell/rules.d.ts +93 -0
- package/dist/features/viewer-shell/rules.d.ts.map +1 -0
- package/dist/features/viewer-shell/rules.js +248 -0
- package/dist/features/viewer-shell/rules.js.map +1 -0
- package/dist/features/viewer-shell/types.d.ts +78 -0
- package/dist/features/viewer-shell/types.d.ts.map +1 -0
- package/dist/features/viewer-shell/types.js +19 -0
- package/dist/features/viewer-shell/types.js.map +1 -0
- package/dist/hooks/useCoalescedCallback.d.ts +35 -0
- package/dist/hooks/useCoalescedCallback.d.ts.map +1 -0
- package/dist/hooks/useCoalescedCallback.js +61 -0
- package/dist/hooks/useCoalescedCallback.js.map +1 -0
- package/dist/hooks/useDebouncedValue.d.ts +2 -0
- package/dist/hooks/useDebouncedValue.d.ts.map +1 -0
- package/dist/hooks/useDebouncedValue.js +14 -0
- package/dist/hooks/useDebouncedValue.js.map +1 -0
- package/dist/hooks/useInView.d.ts +19 -0
- package/dist/hooks/useInView.d.ts.map +1 -0
- package/dist/hooks/useInView.js +39 -0
- package/dist/hooks/useInView.js.map +1 -0
- package/dist/hooks/useResizableSplitPane.d.ts +44 -0
- package/dist/hooks/useResizableSplitPane.d.ts.map +1 -0
- package/dist/hooks/useResizableSplitPane.js +259 -0
- package/dist/hooks/useResizableSplitPane.js.map +1 -0
- package/dist/hooks/useStableHandler.d.ts +10 -0
- package/dist/hooks/useStableHandler.d.ts.map +1 -0
- package/dist/hooks/useStableHandler.js +17 -0
- package/dist/hooks/useStableHandler.js.map +1 -0
- package/dist/index.d.ts +86 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +90 -0
- package/dist/index.js.map +1 -0
- package/dist/react/components/AgentIcon.d.ts +15 -0
- package/dist/react/components/AgentIcon.d.ts.map +1 -0
- package/dist/react/components/AgentIcon.js +80 -0
- package/dist/react/components/AgentIcon.js.map +1 -0
- package/dist/react/components/AppChromeHeader.d.ts +19 -0
- package/dist/react/components/AppChromeHeader.d.ts.map +1 -0
- package/dist/react/components/AppChromeHeader.js +11 -0
- package/dist/react/components/AppChromeHeader.js.map +1 -0
- package/dist/react/components/BrandLogo.d.ts +77 -0
- package/dist/react/components/BrandLogo.d.ts.map +1 -0
- package/dist/react/components/BrandLogo.js +93 -0
- package/dist/react/components/BrandLogo.js.map +1 -0
- package/dist/react/components/CompactToggle.d.ts +10 -0
- package/dist/react/components/CompactToggle.d.ts.map +1 -0
- package/dist/react/components/CompactToggle.js +13 -0
- package/dist/react/components/CompactToggle.js.map +1 -0
- package/dist/react/components/ComponentKitPreview.d.ts +47 -0
- package/dist/react/components/ComponentKitPreview.d.ts.map +1 -0
- package/dist/react/components/ComponentKitPreview.js +43 -0
- package/dist/react/components/ComponentKitPreview.js.map +1 -0
- package/dist/react/components/CustomSelect.d.ts +158 -0
- package/dist/react/components/CustomSelect.d.ts.map +1 -0
- package/dist/react/components/CustomSelect.js +268 -0
- package/dist/react/components/CustomSelect.js.map +1 -0
- package/dist/react/components/EdgeScrollZones.d.ts +3 -0
- package/dist/react/components/EdgeScrollZones.d.ts.map +1 -0
- package/dist/react/components/EdgeScrollZones.js +6 -0
- package/dist/react/components/EdgeScrollZones.js.map +1 -0
- package/dist/react/components/EditorIcon.d.ts +16 -0
- package/dist/react/components/EditorIcon.d.ts.map +1 -0
- package/dist/react/components/EditorIcon.js +75 -0
- package/dist/react/components/EditorIcon.js.map +1 -0
- package/dist/react/components/ExportDiagnosticsButton.d.ts +110 -0
- package/dist/react/components/ExportDiagnosticsButton.d.ts.map +1 -0
- package/dist/react/components/ExportDiagnosticsButton.js +150 -0
- package/dist/react/components/ExportDiagnosticsButton.js.map +1 -0
- package/dist/react/components/FileImportPanel.d.ts +15 -0
- package/dist/react/components/FileImportPanel.d.ts.map +1 -0
- package/dist/react/components/FileImportPanel.js +17 -0
- package/dist/react/components/FileImportPanel.js.map +1 -0
- package/dist/react/components/HeaderActionsMenu.d.ts +72 -0
- package/dist/react/components/HeaderActionsMenu.d.ts.map +1 -0
- package/dist/react/components/HeaderActionsMenu.js +111 -0
- package/dist/react/components/HeaderActionsMenu.js.map +1 -0
- package/dist/react/components/Icon.d.ts +15 -0
- package/dist/react/components/Icon.d.ts.map +1 -0
- package/dist/react/components/Icon.js +236 -0
- package/dist/react/components/Icon.js.map +1 -0
- package/dist/react/components/ImportChoice.d.ts +11 -0
- package/dist/react/components/ImportChoice.d.ts.map +1 -0
- package/dist/react/components/ImportChoice.js +15 -0
- package/dist/react/components/ImportChoice.js.map +1 -0
- package/dist/react/components/KitErrorBoundary.d.ts +13 -0
- package/dist/react/components/KitErrorBoundary.d.ts.map +1 -0
- package/dist/react/components/KitErrorBoundary.js +30 -0
- package/dist/react/components/KitErrorBoundary.js.map +1 -0
- package/dist/react/components/LanguageMenu.d.ts +69 -0
- package/dist/react/components/LanguageMenu.d.ts.map +1 -0
- package/dist/react/components/LanguageMenu.js +102 -0
- package/dist/react/components/LanguageMenu.js.map +1 -0
- package/dist/react/components/Loading.d.ts +27 -0
- package/dist/react/components/Loading.d.ts.map +1 -0
- package/dist/react/components/Loading.js +24 -0
- package/dist/react/components/Loading.js.map +1 -0
- package/dist/react/components/Notice.d.ts +14 -0
- package/dist/react/components/Notice.d.ts.map +1 -0
- package/dist/react/components/Notice.js +23 -0
- package/dist/react/components/Notice.js.map +1 -0
- package/dist/react/components/OnboardingChipField.d.ts +21 -0
- package/dist/react/components/OnboardingChipField.d.ts.map +1 -0
- package/dist/react/components/OnboardingChipField.js +19 -0
- package/dist/react/components/OnboardingChipField.js.map +1 -0
- package/dist/react/components/OnboardingDropdown.d.ts +133 -0
- package/dist/react/components/OnboardingDropdown.d.ts.map +1 -0
- package/dist/react/components/OnboardingDropdown.js +257 -0
- package/dist/react/components/OnboardingDropdown.js.map +1 -0
- package/dist/react/components/OnboardingPanelHeader.d.ts +7 -0
- package/dist/react/components/OnboardingPanelHeader.d.ts.map +1 -0
- package/dist/react/components/OnboardingPanelHeader.js +5 -0
- package/dist/react/components/OnboardingPanelHeader.js.map +1 -0
- package/dist/react/components/OptionCards.d.ts +14 -0
- package/dist/react/components/OptionCards.d.ts.map +1 -0
- package/dist/react/components/OptionCards.js +5 -0
- package/dist/react/components/OptionCards.js.map +1 -0
- package/dist/react/components/PaletteTweaks.d.ts +65 -0
- package/dist/react/components/PaletteTweaks.d.ts.map +1 -0
- package/dist/react/components/PaletteTweaks.js +116 -0
- package/dist/react/components/PaletteTweaks.js.map +1 -0
- package/dist/react/components/PillButton.d.ts +33 -0
- package/dist/react/components/PillButton.d.ts.map +1 -0
- package/dist/react/components/PillButton.js +14 -0
- package/dist/react/components/PillButton.js.map +1 -0
- package/dist/react/components/PopoverItem.d.ts +24 -0
- package/dist/react/components/PopoverItem.d.ts.map +1 -0
- package/dist/react/components/PopoverItem.js +12 -0
- package/dist/react/components/PopoverItem.js.map +1 -0
- package/dist/react/components/PopoverMenu.d.ts +15 -0
- package/dist/react/components/PopoverMenu.d.ts.map +1 -0
- package/dist/react/components/PopoverMenu.js +13 -0
- package/dist/react/components/PopoverMenu.js.map +1 -0
- package/dist/react/components/RemixIcon.d.ts +15 -0
- package/dist/react/components/RemixIcon.d.ts.map +1 -0
- package/dist/react/components/RemixIcon.js +19 -0
- package/dist/react/components/RemixIcon.js.map +1 -0
- package/dist/react/components/StatCard.d.ts +7 -0
- package/dist/react/components/StatCard.d.ts.map +1 -0
- package/dist/react/components/StatCard.js +5 -0
- package/dist/react/components/StatCard.js.map +1 -0
- package/dist/react/components/Toast.d.ts +95 -0
- package/dist/react/components/Toast.d.ts.map +1 -0
- package/dist/react/components/Toast.js +131 -0
- package/dist/react/components/Toast.js.map +1 -0
- package/dist/react/components/ToggleRow.d.ts +10 -0
- package/dist/react/components/ToggleRow.d.ts.map +1 -0
- package/dist/react/components/ToggleRow.js +13 -0
- package/dist/react/components/ToggleRow.js.map +1 -0
- package/dist/react/components/TokenChip.d.ts +8 -0
- package/dist/react/components/TokenChip.d.ts.map +1 -0
- package/dist/react/components/TokenChip.js +6 -0
- package/dist/react/components/TokenChip.js.map +1 -0
- package/dist/react/components/TooltipLayer.d.ts +55 -0
- package/dist/react/components/TooltipLayer.d.ts.map +1 -0
- package/dist/react/components/TooltipLayer.js +294 -0
- package/dist/react/components/TooltipLayer.js.map +1 -0
- package/dist/react/components/ValueChip.d.ts +8 -0
- package/dist/react/components/ValueChip.d.ts.map +1 -0
- package/dist/react/components/ValueChip.js +6 -0
- package/dist/react/components/ValueChip.js.map +1 -0
- package/dist/react/components/WorkingDirPicker.d.ts +133 -0
- package/dist/react/components/WorkingDirPicker.d.ts.map +1 -0
- package/dist/react/components/WorkingDirPicker.js +183 -0
- package/dist/react/components/WorkingDirPicker.js.map +1 -0
- package/dist/react/hooks/useBrandFonts.d.ts +22 -0
- package/dist/react/hooks/useBrandFonts.d.ts.map +1 -0
- package/dist/react/hooks/useBrandFonts.js +75 -0
- package/dist/react/hooks/useBrandFonts.js.map +1 -0
- package/dist/react/hooks/useCoalescedCallback.d.ts +35 -0
- package/dist/react/hooks/useCoalescedCallback.d.ts.map +1 -0
- package/dist/react/hooks/useCoalescedCallback.js +61 -0
- package/dist/react/hooks/useCoalescedCallback.js.map +1 -0
- package/dist/react/hooks/useDebouncedValue.d.ts +2 -0
- package/dist/react/hooks/useDebouncedValue.d.ts.map +1 -0
- package/dist/react/hooks/useDebouncedValue.js +14 -0
- package/dist/react/hooks/useDebouncedValue.js.map +1 -0
- package/dist/react/hooks/useEdgeAutoScroll.d.ts +18 -0
- package/dist/react/hooks/useEdgeAutoScroll.d.ts.map +1 -0
- package/dist/react/hooks/useEdgeAutoScroll.js +80 -0
- package/dist/react/hooks/useEdgeAutoScroll.js.map +1 -0
- package/dist/react/hooks/useInView.d.ts +19 -0
- package/dist/react/hooks/useInView.d.ts.map +1 -0
- package/dist/react/hooks/useInView.js +39 -0
- package/dist/react/hooks/useInView.js.map +1 -0
- package/dist/react/hooks/useResizableSplitPane.d.ts +44 -0
- package/dist/react/hooks/useResizableSplitPane.d.ts.map +1 -0
- package/dist/react/hooks/useResizableSplitPane.js +259 -0
- package/dist/react/hooks/useResizableSplitPane.js.map +1 -0
- package/dist/react/hooks/useStableHandler.d.ts +10 -0
- package/dist/react/hooks/useStableHandler.d.ts.map +1 -0
- package/dist/react/hooks/useStableHandler.js +17 -0
- package/dist/react/hooks/useStableHandler.js.map +1 -0
- package/dist/utils/appearance.d.ts +32 -0
- package/dist/utils/appearance.d.ts.map +1 -0
- package/dist/utils/appearance.js +78 -0
- package/dist/utils/appearance.js.map +1 -0
- package/dist/utils/auto-open-file.d.ts +19 -0
- package/dist/utils/auto-open-file.d.ts.map +1 -0
- package/dist/utils/auto-open-file.js +161 -0
- package/dist/utils/auto-open-file.js.map +1 -0
- package/dist/utils/color-math.d.ts +34 -0
- package/dist/utils/color-math.d.ts.map +1 -0
- package/dist/utils/color-math.js +79 -0
- package/dist/utils/color-math.js.map +1 -0
- package/dist/utils/copy-to-clipboard.d.ts +11 -0
- package/dist/utils/copy-to-clipboard.d.ts.map +1 -0
- package/dist/utils/copy-to-clipboard.js +56 -0
- package/dist/utils/copy-to-clipboard.js.map +1 -0
- package/dist/utils/design-md.d.ts +27 -0
- package/dist/utils/design-md.d.ts.map +1 -0
- package/dist/utils/design-md.js +94 -0
- package/dist/utils/design-md.js.map +1 -0
- package/dist/utils/dom-subscriptions.d.ts +50 -0
- package/dist/utils/dom-subscriptions.d.ts.map +1 -0
- package/dist/utils/dom-subscriptions.js +116 -0
- package/dist/utils/dom-subscriptions.js.map +1 -0
- package/dist/utils/file-system-errors.d.ts +12 -0
- package/dist/utils/file-system-errors.d.ts.map +1 -0
- package/dist/utils/file-system-errors.js +30 -0
- package/dist/utils/file-system-errors.js.map +1 -0
- package/dist/utils/file-transfer.d.ts +10 -0
- package/dist/utils/file-transfer.d.ts.map +1 -0
- package/dist/utils/file-transfer.js +125 -0
- package/dist/utils/file-transfer.js.map +1 -0
- package/dist/utils/ime-composing.d.ts +18 -0
- package/dist/utils/ime-composing.d.ts.map +1 -0
- package/dist/utils/ime-composing.js +20 -0
- package/dist/utils/ime-composing.js.map +1 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +17 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/localized-url.d.ts +7 -0
- package/dist/utils/localized-url.d.ts.map +1 -0
- package/dist/utils/localized-url.js +16 -0
- package/dist/utils/localized-url.js.map +1 -0
- package/dist/utils/markdown-scroll-sync.d.ts +38 -0
- package/dist/utils/markdown-scroll-sync.d.ts.map +1 -0
- package/dist/utils/markdown-scroll-sync.js +277 -0
- package/dist/utils/markdown-scroll-sync.js.map +1 -0
- package/dist/utils/notifications.d.ts +51 -0
- package/dist/utils/notifications.d.ts.map +1 -0
- package/dist/utils/notifications.js +238 -0
- package/dist/utils/notifications.js.map +1 -0
- package/dist/utils/platform.d.ts +6 -0
- package/dist/utils/platform.d.ts.map +1 -0
- package/dist/utils/platform.js +8 -0
- package/dist/utils/platform.js.map +1 -0
- package/dist/utils/polygon-selection.d.ts +65 -0
- package/dist/utils/polygon-selection.d.ts.map +1 -0
- package/dist/utils/polygon-selection.js +123 -0
- package/dist/utils/polygon-selection.js.map +1 -0
- package/dist/utils/scroll-tabs-with-wheel.d.ts +19 -0
- package/dist/utils/scroll-tabs-with-wheel.d.ts.map +1 -0
- package/dist/utils/scroll-tabs-with-wheel.js +47 -0
- package/dist/utils/scroll-tabs-with-wheel.js.map +1 -0
- package/dist/utils/smooth-scroll-to-top.d.ts +30 -0
- package/dist/utils/smooth-scroll-to-top.d.ts.map +1 -0
- package/dist/utils/smooth-scroll-to-top.js +120 -0
- package/dist/utils/smooth-scroll-to-top.js.map +1 -0
- package/dist/utils/sse.d.ts +26 -0
- package/dist/utils/sse.d.ts.map +1 -0
- package/dist/utils/sse.js +51 -0
- package/dist/utils/sse.js.map +1 -0
- package/dist/utils/timezone.d.ts +18 -0
- package/dist/utils/timezone.d.ts.map +1 -0
- package/dist/utils/timezone.js +69 -0
- package/dist/utils/timezone.js.map +1 -0
- package/dist/utils/uuid.d.ts +30 -0
- package/dist/utils/uuid.d.ts.map +1 -0
- package/dist/utils/uuid.js +53 -0
- package/dist/utils/uuid.js.map +1 -0
- package/dist/utils/visual-stability.d.ts +14 -0
- package/dist/utils/visual-stability.d.ts.map +1 -0
- package/dist/utils/visual-stability.js +23 -0
- package/dist/utils/visual-stability.js.map +1 -0
- package/dist/utils/zip.d.ts +19 -0
- package/dist/utils/zip.d.ts.map +1 -0
- package/dist/utils/zip.js +132 -0
- package/dist/utils/zip.js.map +1 -0
- package/dist/vitest-chat-entry.d.ts +13 -0
- package/dist/vitest-chat-entry.d.ts.map +1 -0
- package/dist/vitest-chat-entry.js +13 -0
- package/dist/vitest-chat-entry.js.map +1 -0
- package/package.json +63 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Injectable bridge for a native (e.g. Electron) shell that can save the
|
|
3
|
+
* exported archive via a native save dialog. When not supplied, the button
|
|
4
|
+
* falls back to a browser download via `exportPath`.
|
|
5
|
+
*/
|
|
6
|
+
export interface DesktopExportBridge {
|
|
7
|
+
exportDiagnostics(): Promise<{
|
|
8
|
+
ok: true;
|
|
9
|
+
path: string;
|
|
10
|
+
} | {
|
|
11
|
+
ok: false;
|
|
12
|
+
cancelled: true;
|
|
13
|
+
} | {
|
|
14
|
+
ok: false;
|
|
15
|
+
cancelled: false;
|
|
16
|
+
message: string;
|
|
17
|
+
}>;
|
|
18
|
+
}
|
|
19
|
+
export interface ExportDiagnosticsButtonProps {
|
|
20
|
+
/** HTTP endpoint used when no `desktopBridge` is supplied. */
|
|
21
|
+
exportPath?: string;
|
|
22
|
+
/** Filename prefix for the browser-download fallback. */
|
|
23
|
+
filenamePrefix?: string;
|
|
24
|
+
/** Native-shell export bridge (e.g. Electron's contextBridge API). When
|
|
25
|
+
* present, used instead of the HTTP fallback. */
|
|
26
|
+
desktopBridge?: DesktopExportBridge;
|
|
27
|
+
labels?: Partial<{
|
|
28
|
+
button: string;
|
|
29
|
+
exporting: string;
|
|
30
|
+
success: (path: string) => string;
|
|
31
|
+
failed: (message: string) => string;
|
|
32
|
+
}>;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Renders a labeled button with a short status line below it. Works with
|
|
36
|
+
* either a native shell (via `desktopBridge`) or a browser download
|
|
37
|
+
* (via `exportPath`, a same-origin HTTP endpoint that returns the archive).
|
|
38
|
+
*/
|
|
39
|
+
export declare function ExportDiagnosticsButton({ exportPath, filenamePrefix, desktopBridge, labels, }: ExportDiagnosticsButtonProps): import("react").JSX.Element;
|
|
40
|
+
//# sourceMappingURL=ExportDiagnosticsButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExportDiagnosticsButton.d.ts","sourceRoot":"","sources":["../../src/components/ExportDiagnosticsButton.tsx"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAClC,iBAAiB,IAAI,OAAO,CACxB;QAAE,EAAE,EAAE,IAAI,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,GAC1B;QAAE,EAAE,EAAE,KAAK,CAAC;QAAC,SAAS,EAAE,IAAI,CAAA;KAAE,GAC9B;QAAE,EAAE,EAAE,KAAK,CAAC;QAAC,SAAS,EAAE,KAAK,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CACnD,CAAC;CACH;AAwDD,MAAM,WAAW,4BAA4B;IAC3C,8DAA8D;IAC9D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,yDAAyD;IACzD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;sDACkD;IAClD,aAAa,CAAC,EAAE,mBAAmB,CAAC;IACpC,MAAM,CAAC,EAAE,OAAO,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;QAClC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,MAAM,CAAC;KACrC,CAAC,CAAC;CACJ;AASD;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,EACtC,UAAsC,EACtC,cAA8B,EAC9B,aAAa,EACb,MAAM,GACP,EAAE,4BAA4B,+BA+D9B"}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useEffect, useRef, useState } from 'react';
|
|
3
|
+
import { Icon } from './Icon';
|
|
4
|
+
const STATUS_CLEAR_MS = 6000;
|
|
5
|
+
function fileNameFromHeader(header) {
|
|
6
|
+
if (header == null)
|
|
7
|
+
return null;
|
|
8
|
+
const match = /filename\*=UTF-8''([^;\n]+)|filename="([^"]+)"|filename=([^;\n]+)/i.exec(header);
|
|
9
|
+
if (match == null)
|
|
10
|
+
return null;
|
|
11
|
+
const raw = match[1] ?? match[2] ?? match[3];
|
|
12
|
+
if (raw == null)
|
|
13
|
+
return null;
|
|
14
|
+
try {
|
|
15
|
+
return decodeURIComponent(raw.trim());
|
|
16
|
+
}
|
|
17
|
+
catch {
|
|
18
|
+
return raw.trim();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
function fallbackFilename(prefix) {
|
|
22
|
+
const stamp = new Date().toISOString().replace(/[:.]/g, '-');
|
|
23
|
+
return `${prefix}-${stamp}.zip`;
|
|
24
|
+
}
|
|
25
|
+
async function exportViaHttp(exportPath, filenamePrefix) {
|
|
26
|
+
const res = await fetch(exportPath, { credentials: 'same-origin' });
|
|
27
|
+
if (!res.ok) {
|
|
28
|
+
let message = `${res.status} ${res.statusText}`;
|
|
29
|
+
try {
|
|
30
|
+
const body = await res.json();
|
|
31
|
+
if (body && typeof body.message === 'string')
|
|
32
|
+
message = body.message;
|
|
33
|
+
}
|
|
34
|
+
catch {
|
|
35
|
+
// ignore body parse errors
|
|
36
|
+
}
|
|
37
|
+
throw new Error(message);
|
|
38
|
+
}
|
|
39
|
+
const blob = await res.blob();
|
|
40
|
+
const filename = fileNameFromHeader(res.headers.get('content-disposition')) ?? fallbackFilename(filenamePrefix);
|
|
41
|
+
const url = URL.createObjectURL(blob);
|
|
42
|
+
try {
|
|
43
|
+
const link = document.createElement('a');
|
|
44
|
+
link.href = url;
|
|
45
|
+
link.download = filename;
|
|
46
|
+
document.body.appendChild(link);
|
|
47
|
+
link.click();
|
|
48
|
+
link.remove();
|
|
49
|
+
}
|
|
50
|
+
finally {
|
|
51
|
+
URL.revokeObjectURL(url);
|
|
52
|
+
}
|
|
53
|
+
return { filename };
|
|
54
|
+
}
|
|
55
|
+
const DEFAULT_LABELS = {
|
|
56
|
+
button: 'Export diagnostics',
|
|
57
|
+
exporting: 'Exporting…',
|
|
58
|
+
success: (path) => `Exported to ${path}`,
|
|
59
|
+
failed: (message) => `Export failed: ${message}`,
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Renders a labeled button with a short status line below it. Works with
|
|
63
|
+
* either a native shell (via `desktopBridge`) or a browser download
|
|
64
|
+
* (via `exportPath`, a same-origin HTTP endpoint that returns the archive).
|
|
65
|
+
*/
|
|
66
|
+
export function ExportDiagnosticsButton({ exportPath = '/api/diagnostics/export', filenamePrefix = 'diagnostics', desktopBridge, labels, }) {
|
|
67
|
+
const t = { ...DEFAULT_LABELS, ...labels };
|
|
68
|
+
const [status, setStatus] = useState({ kind: 'idle' });
|
|
69
|
+
const clearTimer = useRef(null);
|
|
70
|
+
useEffect(() => () => {
|
|
71
|
+
if (clearTimer.current != null)
|
|
72
|
+
clearTimeout(clearTimer.current);
|
|
73
|
+
}, []);
|
|
74
|
+
const scheduleClear = () => {
|
|
75
|
+
if (clearTimer.current != null)
|
|
76
|
+
clearTimeout(clearTimer.current);
|
|
77
|
+
clearTimer.current = setTimeout(() => setStatus({ kind: 'idle' }), STATUS_CLEAR_MS);
|
|
78
|
+
};
|
|
79
|
+
const handleClick = async () => {
|
|
80
|
+
if (status.kind === 'busy')
|
|
81
|
+
return;
|
|
82
|
+
setStatus({ kind: 'busy' });
|
|
83
|
+
try {
|
|
84
|
+
if (desktopBridge != null) {
|
|
85
|
+
const result = await desktopBridge.exportDiagnostics();
|
|
86
|
+
if (result.ok) {
|
|
87
|
+
setStatus({ kind: 'success', message: t.success(result.path) });
|
|
88
|
+
scheduleClear();
|
|
89
|
+
return;
|
|
90
|
+
}
|
|
91
|
+
if (result.cancelled) {
|
|
92
|
+
setStatus({ kind: 'idle' });
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
setStatus({ kind: 'error', message: t.failed(result.message) });
|
|
96
|
+
scheduleClear();
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
99
|
+
const { filename } = await exportViaHttp(exportPath, filenamePrefix);
|
|
100
|
+
setStatus({ kind: 'success', message: t.success(filename) });
|
|
101
|
+
scheduleClear();
|
|
102
|
+
}
|
|
103
|
+
catch (error) {
|
|
104
|
+
const message = error instanceof Error ? error.message : String(error);
|
|
105
|
+
setStatus({ kind: 'error', message: t.failed(message) });
|
|
106
|
+
scheduleClear();
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
const busy = status.kind === 'busy';
|
|
110
|
+
return (_jsxs("div", { className: "diagnostics-export-row", children: [_jsxs("button", { type: "button", className: "ghost diagnostics-export-button", onClick: () => void handleClick(), disabled: busy, "data-status": status.kind, children: [_jsx(Icon, { name: "download", size: 14 }), _jsx("span", { children: busy ? t.exporting : t.button })] }), status.kind === 'success' || status.kind === 'error' ? (_jsx("p", { className: `diagnostics-export-status ${status.kind}`, role: "status", children: status.message })) : null] }));
|
|
111
|
+
}
|
|
112
|
+
//# sourceMappingURL=ExportDiagnosticsButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExportDiagnosticsButton.js","sourceRoot":"","sources":["../../src/components/ExportDiagnosticsButton.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
2
|
+
export type IconName = 'alert-triangle' | 'arrow-left' | 'arrow-up' | 'attach' | 'bell' | 'blocks' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'close' | 'copy' | 'comment' | 'message-circle' | 'discord' | 'download' | 'draw' | 'edit' | 'external-link' | 'eye' | 'eye-off' | 'file' | 'file-code' | 'file-text' | 'folder' | 'folder-filled' | 'fork' | 'github' | 'github-filled' | 'grip-vertical' | 'grid' | 'globe' | 'hammer' | 'help-circle' | 'history' | 'home' | 'home-filled' | 'image' | 'import' | 'info' | 'kanban' | 'layers-filled' | 'languages' | 'layout' | 'lightbulb' | 'link' | 'lock' | 'log-out' | 'integrations-filled' | 'maximize' | 'mic' | 'minimize' | 'minus' | 'more-horizontal' | 'orbit' | 'paint-bucket' | 'panel-left' | 'palette' | 'palette-filled' | 'pencil' | 'plus' | 'plus-filled' | 'puzzle' | 'slides' | 'star' | 'swatchbook' | 'play' | 'present' | 'refresh' | 'reload' | 'search' | 'send' | 'settings' | 'share' | 'sliders' | 'smartphone' | 'spinner' | 'sparkles' | 'stop' | 'sun' | 'moon' | 'sun-moon' | 'terminal' | 'thumbs-down' | 'thumbs-up' | 'tweaks' | 'upload' | 'trash' | 'volume' | 'zoom-in' | 'zoom-out';
|
|
3
|
+
interface Props extends Omit<SVGProps<SVGSVGElement>, 'name'> {
|
|
4
|
+
name: IconName;
|
|
5
|
+
size?: number | string;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Lightweight inline-SVG icon set tuned to the design system. Stroke-based
|
|
9
|
+
* (Feather/Lucide style) so they pair cleanly with `currentColor` and adopt
|
|
10
|
+
* the local text color. Use sparingly inside buttons that already have
|
|
11
|
+
* accessible labels — set `aria-hidden` by default.
|
|
12
|
+
*/
|
|
13
|
+
export declare function Icon({ name, size, strokeWidth, ...rest }: Props): import("react").JSX.Element | null;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=Icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../src/components/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,MAAM,QAAQ,GAChB,gBAAgB,GAChB,YAAY,GACZ,UAAU,GACV,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,OAAO,GACP,cAAc,GACd,cAAc,GACd,eAAe,GACf,OAAO,GACP,MAAM,GACN,SAAS,GACT,gBAAgB,GAChB,SAAS,GACT,UAAU,GACV,MAAM,GACN,MAAM,GACN,eAAe,GACf,KAAK,GACL,SAAS,GACT,MAAM,GACN,WAAW,GACX,WAAW,GACX,QAAQ,GACR,eAAe,GACf,MAAM,GACN,QAAQ,GACR,eAAe,GACf,eAAe,GACf,MAAM,GACN,OAAO,GACP,QAAQ,GACR,aAAa,GACb,SAAS,GACT,MAAM,GACN,aAAa,GACb,OAAO,GACP,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,eAAe,GACf,WAAW,GACX,QAAQ,GACR,WAAW,GACX,MAAM,GACN,MAAM,GACN,SAAS,GACT,qBAAqB,GACrB,UAAU,GACV,KAAK,GACL,UAAU,GACV,OAAO,GACP,iBAAiB,GACjB,OAAO,GACP,cAAc,GACd,YAAY,GACZ,SAAS,GACT,gBAAgB,GAChB,QAAQ,GACR,MAAM,GACN,aAAa,GACb,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,YAAY,GACZ,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,UAAU,GACV,OAAO,GACP,SAAS,GACT,YAAY,GACZ,SAAS,GACT,UAAU,GACV,MAAM,GACN,KAAK,GACL,MAAM,GACN,UAAU,GACV,UAAU,GACV,aAAa,GACb,WAAW,GACX,QAAQ,GACR,QAAQ,GACR,OAAO,GACP,QAAQ,GACR,SAAS,GACT,UAAU,CAAC;AAEf,UAAU,KAAM,SAAQ,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAC3D,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED;;;;;GAKG;AACH,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,IAAS,EAAE,WAAiB,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,sCAsuB1E"}
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/**
|
|
3
|
+
* Lightweight inline-SVG icon set tuned to the design system. Stroke-based
|
|
4
|
+
* (Feather/Lucide style) so they pair cleanly with `currentColor` and adopt
|
|
5
|
+
* the local text color. Use sparingly inside buttons that already have
|
|
6
|
+
* accessible labels — set `aria-hidden` by default.
|
|
7
|
+
*/
|
|
8
|
+
export function Icon({ name, size = 14, strokeWidth = 1.6, ...rest }) {
|
|
9
|
+
const common = {
|
|
10
|
+
width: size,
|
|
11
|
+
height: size,
|
|
12
|
+
viewBox: '0 0 24 24',
|
|
13
|
+
fill: 'none',
|
|
14
|
+
stroke: 'currentColor',
|
|
15
|
+
strokeWidth,
|
|
16
|
+
strokeLinecap: 'round',
|
|
17
|
+
strokeLinejoin: 'round',
|
|
18
|
+
'aria-hidden': true,
|
|
19
|
+
focusable: 'false',
|
|
20
|
+
...rest,
|
|
21
|
+
};
|
|
22
|
+
switch (name) {
|
|
23
|
+
case 'alert-triangle':
|
|
24
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" }), _jsx("path", { d: "M12 9v4" }), _jsx("path", { d: "M12 17h.01" })] }));
|
|
25
|
+
case 'arrow-left':
|
|
26
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M19 12H5" }), _jsx("path", { d: "m12 19-7-7 7-7" })] }));
|
|
27
|
+
case 'arrow-up':
|
|
28
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M12 19V5" }), _jsx("path", { d: "m5 12 7-7 7 7" })] }));
|
|
29
|
+
case 'attach':
|
|
30
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" }) }));
|
|
31
|
+
case 'bell':
|
|
32
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M6 8a6 6 0 1 1 12 0c0 7 3 9 3 9H3s3-2 3-9" }), _jsx("path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0" })] }));
|
|
33
|
+
case 'blocks':
|
|
34
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2" }), _jsx("rect", { x: "14", y: "2", width: "8", height: "8", rx: "1" })] }));
|
|
35
|
+
case 'check':
|
|
36
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "M20 6 9 17l-5-5" }) }));
|
|
37
|
+
case 'chevron-down':
|
|
38
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "m6 9 6 6 6-6" }) }));
|
|
39
|
+
case 'chevron-left':
|
|
40
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "m15 18-6-6 6-6" }) }));
|
|
41
|
+
case 'chevron-right':
|
|
42
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "m9 18 6-6-6-6" }) }));
|
|
43
|
+
case 'close':
|
|
44
|
+
// Tighter X than the Lucide default (which uses coords 6→18 inside a
|
|
45
|
+
// 24-unit viewBox, so the visible glyph is only 50% of the icon box).
|
|
46
|
+
// Close buttons read as a small dot inside their container at typical
|
|
47
|
+
// 14-18px icon sizes. Extending the strokes to 4→20 lifts the visible
|
|
48
|
+
// extent to ~67% so the X feels balanced inside compact modal close
|
|
49
|
+
// buttons (PluginMediaDetail / NewProjectModal / PreviewModal) without
|
|
50
|
+
// overpowering chip-sized close icons (ChatComposer / SettingsDialog).
|
|
51
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M20 4 4 20" }), _jsx("path", { d: "m4 4 16 16" })] }));
|
|
52
|
+
case 'copy':
|
|
53
|
+
return (_jsxs("svg", { ...common, children: [_jsx("rect", { x: "9", y: "9", width: "13", height: "13", rx: "2" }), _jsx("path", { d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" })] }));
|
|
54
|
+
case 'comment':
|
|
55
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }));
|
|
56
|
+
case 'message-circle':
|
|
57
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "M21 11.5a8.4 8.4 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.4 8.4 0 0 1-3.8-.9L3 21l1.9-5.7a8.4 8.4 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.4 8.4 0 0 1 3.8-.9h.5A8.5 8.5 0 0 1 21 11v.5z" }) }));
|
|
58
|
+
case 'discord':
|
|
59
|
+
return (_jsx("svg", { ...common, fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M8.52062 13.8458C7.48059 13.8458 6.63159 12.9014 6.63159 11.7446 6.63159 10.5879 7.45936 9.64331 8.52062 9.64331 9.57123 9.64331 10.4308 10.5879 10.4096 11.7446 10.4096 12.9014 9.57123 13.8458 8.52062 13.8458ZM15.4941 13.8458C14.454 13.8458 13.604 12.9014 13.604 11.7446 13.604 10.5879 14.4328 9.64331 15.4941 9.64331 16.5447 9.64331 17.4043 10.5879 17.3831 11.7446 17.3831 12.9014 16.5553 13.8458 15.4941 13.8458ZM10.1253 4.32296 9.81655 3.76001 9.18323 3.86556C7.71915 4.10958 6.32658 4.54677 5.02544 5.14604L4.79651 5.25148 4.65507 5.46009C2.0418 9.31441 1.3258 13.1087 1.68032 16.8362L1.71897 17.2425 2.04912 17.4824C3.78851 18.7465 5.47417 19.5189 7.12727 20.0257L7.91657 20.2676 9.03013 17.5506C10.9397 18.0226 13.0592 18.0228 14.969 17.5511L16.0757 20.2683 16.8668 20.0256C18.5173 19.5193 20.2137 18.7472 21.9466 17.4811L22.2726 17.243 22.3131 16.8414C22.7491 12.5213 21.616 8.75773 19.3547 5.45652L19.2128 5.24944 18.9846 5.14504C17.6767 4.54685 16.2852 4.10981 14.8309 3.86573L14.2132 3.76207 13.8987 4.30369C13.8112 4.45445 13.7215 4.62464 13.6364 4.79687 12.5441 4.6847 11.456 4.68446 10.3726 4.79652 10.2882 4.62736 10.2025 4.4638 10.1253 4.32296ZM6.71436 16.6102C6.91235 16.7243 7.11973 16.8358 7.32557 16.9381L6.8764 18.034C5.75585 17.6259 4.61837 17.0637 3.4476 16.2557 3.22313 13.1178 3.86092 9.951 6.01196 6.68626 6.90962 6.29123 7.8535 5.98279 8.83606 5.77295 8.89631 5.89831 8.95235 6.02066 8.99839 6.12917L9.27128 6.77238 9.96259 6.67098C11.3152 6.4726 12.6772 6.47234 14.0523 6.67124L14.7424 6.77106 15.0147 6.12917C15.0621 6.01743 15.1167 5.89547 15.1743 5.77322 16.1525 5.98326 17.098 6.29212 18.0029 6.68812 19.8781 9.50857 20.8241 12.6544 20.5486 16.2552 19.3837 17.0625 18.2422 17.6249 17.1193 18.0335L16.6735 16.939C16.8799 16.8365 17.0879 16.7246 17.2865 16.6102 17.7763 16.328 18.3039 15.976 18.6402 15.6397L17.3606 14.3602C17.1969 14.5239 16.837 14.7808 16.3831 15.0423 15.9388 15.2983 15.498 15.5052 15.2164 15.5983 13.2126 16.2608 10.7883 16.2608 8.78443 15.5983 8.50285 15.5052 8.06205 15.2983 7.61772 15.0423 7.16383 14.7808 6.80392 14.5239 6.64017 14.3602L5.36065 15.6397C5.6969 15.976 6.2245 16.328 6.71436 16.6102Z" }) }));
|
|
60
|
+
case 'download':
|
|
61
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }), _jsx("path", { d: "m7 10 5 5 5-5" }), _jsx("path", { d: "M12 15V3" })] }));
|
|
62
|
+
case 'draw':
|
|
63
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z" }), _jsx("path", { d: "m14.06 6.19 3.75 3.75" })] }));
|
|
64
|
+
case 'edit':
|
|
65
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }), _jsx("path", { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" })] }));
|
|
66
|
+
case 'eye':
|
|
67
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7Z" }), _jsx("circle", { cx: "12", cy: "12", r: "3" })] }));
|
|
68
|
+
case 'eye-off':
|
|
69
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "m3 3 18 18" }), _jsx("path", { d: "M10.6 10.6a2 2 0 0 0 2.8 2.8" }), _jsx("path", { d: "M9.9 4.2A9.9 9.9 0 0 1 12 4c6.5 0 10 8 10 8a17.8 17.8 0 0 1-2.1 3.1" }), _jsx("path", { d: "M6.1 6.1C3.5 7.9 2 12 2 12s3.5 8 10 8a9.9 9.9 0 0 0 4.2-.9" })] }));
|
|
70
|
+
case 'external-link':
|
|
71
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M15 3h6v6" }), _jsx("path", { d: "M10 14 21 3" }), _jsx("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })] }));
|
|
72
|
+
case 'log-out':
|
|
73
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }), _jsx("path", { d: "m16 17 5-5-5-5" }), _jsx("path", { d: "M21 12H9" })] }));
|
|
74
|
+
case 'file':
|
|
75
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }), _jsx("path", { d: "M14 2v6h6" })] }));
|
|
76
|
+
case 'file-code':
|
|
77
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }), _jsx("path", { d: "M14 2v6h6" }), _jsx("path", { d: "m10 13-2 2 2 2" }), _jsx("path", { d: "m14 17 2-2-2-2" })] }));
|
|
78
|
+
case 'folder':
|
|
79
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }) }));
|
|
80
|
+
case 'fork':
|
|
81
|
+
return (_jsxs("svg", { ...common, children: [_jsx("circle", { cx: "6", cy: "18", r: "3" }), _jsx("circle", { cx: "18", cy: "6", r: "3" }), _jsx("circle", { cx: "18", cy: "18", r: "3" }), _jsx("path", { d: "M8.6 15.4 15.4 8.6" }), _jsx("path", { d: "M9 18h6" })] }));
|
|
82
|
+
case 'folder-filled':
|
|
83
|
+
return (_jsx("svg", { ...common, fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M2 4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21L3 21C2.45 21 2 20.55 2 20V4ZM10.5858 6L9.58579 5H4V7H9.58579L10.5858 6ZM4 9V19L20 19V7H12.4142L10.4142 9H4Z" }) }));
|
|
84
|
+
case 'github':
|
|
85
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.4 5.4 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" }), _jsx("path", { d: "M9 18c-4.51 2-5-2-7-2" })] }));
|
|
86
|
+
case 'github-filled':
|
|
87
|
+
return (_jsx("svg", { ...common, fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M5.88401 18.6533C5.58404 18.4526 5.32587 18.1975 5.0239 17.8369C4.91473 17.7065 4.47283 17.1524 4.55811 17.2583C4.09533 16.6833 3.80296 16.417 3.50156 16.3089C2.9817 16.1225 2.7114 15.5499 2.89784 15.0301C3.08428 14.5102 3.65685 14.2399 4.17672 14.4263C4.92936 14.6963 5.43847 15.1611 6.12425 16.0143C6.03025 15.8974 6.46364 16.441 6.55731 16.5529C6.74784 16.7804 6.88732 16.9182 6.99629 16.9911C7.20118 17.1283 7.58451 17.1874 8.14709 17.1311C8.17065 16.7489 8.24136 16.3783 8.34919 16.0358C5.38097 15.3104 3.70116 13.3952 3.70116 9.63971C3.70116 8.40085 4.0704 7.28393 4.75917 6.3478C4.5415 5.45392 4.57433 4.37284 5.06092 3.15636C5.1725 2.87739 5.40361 2.66338 5.69031 2.57352C5.77242 2.54973 5.81791 2.53915 5.89878 2.52673C6.70167 2.40343 7.83573 2.69705 9.31449 3.62336C10.181 3.41879 11.0885 3.315 12.0012 3.315C12.9129 3.315 13.8196 3.4186 14.6854 3.62277C16.1619 2.69 17.2986 2.39649 18.1072 2.52651C18.1919 2.54013 18.2645 2.55783 18.3249 2.57766C18.6059 2.66991 18.8316 2.88179 18.9414 3.15636C19.4279 4.37256 19.4608 5.45344 19.2433 6.3472C19.9342 7.28337 20.3012 8.39208 20.3012 9.63971C20.3012 13.3968 18.627 15.3048 15.6588 16.032C15.7837 16.447 15.8496 16.9105 15.8496 17.4121C15.8496 18.0765 15.8471 18.711 15.8424 19.4225C15.8412 19.6127 15.8397 19.8159 15.8375 20.1281C16.2129 20.2109 16.5229 20.5077 16.6031 20.9089C16.7114 21.4504 16.3602 21.9773 15.8186 22.0856C14.6794 22.3134 13.8353 21.5538 13.8353 20.5611C13.8353 20.4708 13.836 20.3417 13.8375 20.1145C13.8398 19.8015 13.8412 19.599 13.8425 19.4094C13.8471 18.7019 13.8496 18.0716 13.8496 17.4121C13.8496 16.7148 13.6664 16.2602 13.4237 16.051C12.7627 15.4812 13.0977 14.3973 13.965 14.2999C16.9314 13.9666 18.3012 12.8177 18.3012 9.63971C18.3012 8.68508 17.9893 7.89571 17.3881 7.23559C17.1301 6.95233 17.0567 6.54659 17.199 6.19087C17.3647 5.77663 17.4354 5.23384 17.2941 4.57702L17.2847 4.57968C16.7928 4.71886 16.1744 5.0198 15.4261 5.5285C15.182 5.69438 14.8772 5.74401 14.5932 5.66413C13.7729 5.43343 12.8913 5.315 12.0012 5.315C11.111 5.315 10.2294 5.43343 9.40916 5.66413C9.12662 5.74359 8.82344 5.69492 8.57997 5.53101C7.8274 5.02439 7.2056 4.72379 6.71079 4.58376C6.56735 5.23696 6.63814 5.77782 6.80336 6.19087C6.94565 6.54659 6.87219 6.95233 6.61423 7.23559C6.01715 7.8912 5.70116 8.69376 5.70116 9.63971C5.70116 12.8116 7.07225 13.9683 10.023 14.2999C10.8883 14.3971 11.2246 15.4769 10.5675 16.0482C10.3751 16.2156 10.1384 16.7802 10.1384 17.4121V20.5611C10.1384 21.5474 9.30356 22.2869 8.17878 22.09C7.63476 21.9948 7.27093 21.4766 7.36613 20.9326C7.43827 20.5204 7.75331 20.2116 8.13841 20.1276V19.1381C7.22829 19.1994 6.47656 19.0498 5.88401 18.6533Z" }) }));
|
|
88
|
+
case 'grip-vertical':
|
|
89
|
+
return (_jsxs("svg", { ...common, fill: "currentColor", stroke: "none", children: [_jsx("circle", { cx: "9", cy: "5", r: "1.45" }), _jsx("circle", { cx: "15", cy: "5", r: "1.45" }), _jsx("circle", { cx: "9", cy: "12", r: "1.45" }), _jsx("circle", { cx: "15", cy: "12", r: "1.45" }), _jsx("circle", { cx: "9", cy: "19", r: "1.45" }), _jsx("circle", { cx: "15", cy: "19", r: "1.45" })] }));
|
|
90
|
+
case 'grid':
|
|
91
|
+
return (_jsxs("svg", { ...common, children: [_jsx("rect", { x: "3", y: "3", width: "7", height: "7", rx: "1" }), _jsx("rect", { x: "14", y: "3", width: "7", height: "7", rx: "1" }), _jsx("rect", { x: "3", y: "14", width: "7", height: "7", rx: "1" }), _jsx("rect", { x: "14", y: "14", width: "7", height: "7", rx: "1" })] }));
|
|
92
|
+
case 'globe':
|
|
93
|
+
return (_jsxs("svg", { ...common, children: [_jsx("circle", { cx: "12", cy: "12", r: "10" }), _jsx("path", { d: "M2 12h20" }), _jsx("path", { d: "M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10Z" })] }));
|
|
94
|
+
case 'puzzle':
|
|
95
|
+
return (_jsx("svg", { ...common, fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M7 5C7 2.79086 8.79086 1 11 1C13.2091 1 15 2.79086 15 5H18C18.5523 5 19 5.44772 19 6V9C21.2091 9 23 10.7909 23 13C23 15.2091 21.2091 17 19 17V20C19 20.5523 18.5523 21 18 21H4C3.44772 21 3 20.5523 3 20V6C3 5.44772 3.44772 5 4 5H7ZM11 3C9.89543 3 9 3.89543 9 5C9 5.23554 9.0403 5.45952 9.11355 5.66675C9.22172 5.97282 9.17461 6.31235 8.98718 6.57739C8.79974 6.84243 8.49532 7 8.17071 7H5V19H17V15.8293C17 15.5047 17.1576 15.2003 17.4226 15.0128C17.6877 14.8254 18.0272 14.7783 18.3332 14.8865C18.5405 14.9597 18.7645 15 19 15C20.1046 15 21 14.1046 21 13C21 11.8954 20.1046 11 19 11C18.7645 11 18.5405 11.0403 18.3332 11.1135C18.0272 11.2217 17.6877 11.1746 17.4226 10.9872C17.1576 10.7997 17 10.4953 17 10.1707V7H13.8293C13.5047 7 13.2003 6.84243 13.0128 6.57739C12.8254 6.31235 12.7783 5.97282 12.8865 5.66675C12.9597 5.45952 13 5.23555 13 5C13 3.89543 12.1046 3 11 3Z" }) }));
|
|
96
|
+
case 'hammer':
|
|
97
|
+
// Lucide-style hammer — a slanted head plus diagonal handle, used
|
|
98
|
+
// to signal "tool / functionality" affordances. Pairs with the
|
|
99
|
+
// entry topbar's Use everywhere chip where a chain link would
|
|
100
|
+
// misleadingly read as a hyperlink instead of a callable tool.
|
|
101
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "m15 12-8.373 8.373a1 1 0 1 1-3-3L12 9" }), _jsx("path", { d: "m18 15 4-4" }), _jsx("path", { d: "m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5" })] }));
|
|
102
|
+
case 'help-circle':
|
|
103
|
+
return (_jsxs("svg", { ...common, children: [_jsx("circle", { cx: "12", cy: "12", r: "10" }), _jsx("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }), _jsx("path", { d: "M12 17h.01" })] }));
|
|
104
|
+
case 'history':
|
|
105
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M3 12a9 9 0 1 0 3-6.7" }), _jsx("path", { d: "M3 4v5h5" }), _jsx("path", { d: "M12 7v5l3 2" })] }));
|
|
106
|
+
case 'home':
|
|
107
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "m3 9 9-7 9 7v11a2 2 0 0 1-2 2h-4v-7h-6v7H5a2 2 0 0 1-2-2z" }) }));
|
|
108
|
+
case 'home-filled':
|
|
109
|
+
return (_jsx("svg", { ...common, fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20C20 20.5523 19.5523 21 19 21ZM6 19H18V9.15745L12 3.7029L6 9.15745V19ZM8 15H16V17H8V15Z" }) }));
|
|
110
|
+
case 'image':
|
|
111
|
+
return (_jsxs("svg", { ...common, children: [_jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }), _jsx("circle", { cx: "9", cy: "9", r: "2" }), _jsx("path", { d: "m21 15-4.5-4.5L7 20" })] }));
|
|
112
|
+
case 'panel-left':
|
|
113
|
+
return (_jsxs("svg", { ...common, children: [_jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }), _jsx("line", { x1: "9", y1: "3", x2: "9", y2: "21" })] }));
|
|
114
|
+
case 'slides':
|
|
115
|
+
return (_jsxs("svg", { ...common, children: [_jsx("rect", { x: "3", y: "7", width: "14", height: "14", rx: "2.5" }), _jsx("path", { d: "M8 3.5h10A2.5 2.5 0 0 1 20.5 6v10" })] }));
|
|
116
|
+
case 'import':
|
|
117
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }), _jsx("path", { d: "m17 8-5-5-5 5" }), _jsx("path", { d: "M12 3v12" })] }));
|
|
118
|
+
case 'info':
|
|
119
|
+
return (_jsxs("svg", { ...common, children: [_jsx("circle", { cx: "12", cy: "12", r: "10" }), _jsx("line", { x1: "12", y1: "16", x2: "12", y2: "12" }), _jsx("line", { x1: "12", y1: "8", x2: "12.01", y2: "8" })] }));
|
|
120
|
+
case 'kanban':
|
|
121
|
+
return (_jsxs("svg", { ...common, children: [_jsx("rect", { x: "3", y: "4", width: "5", height: "16", rx: "1" }), _jsx("rect", { x: "10", y: "4", width: "5", height: "10", rx: "1" }), _jsx("rect", { x: "17", y: "4", width: "4", height: "13", rx: "1" })] }));
|
|
122
|
+
case 'layers-filled':
|
|
123
|
+
return (_jsx("svg", { ...common, fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M20.0833 15.1999L21.2854 15.9212C21.5221 16.0633 21.5989 16.3704 21.4569 16.6072C21.4146 16.6776 21.3557 16.7365 21.2854 16.7787L12.5144 22.0412C12.1977 22.2313 11.8021 22.2313 11.4854 22.0412L2.71451 16.7787C2.47772 16.6366 2.40093 16.3295 2.54301 16.0927C2.58523 16.0223 2.64413 15.9634 2.71451 15.9212L3.9166 15.1999L11.9999 20.0499L20.0833 15.1999ZM20.0833 10.4999L21.2854 11.2212C21.5221 11.3633 21.5989 11.6704 21.4569 11.9072C21.4146 11.9776 21.3557 12.0365 21.2854 12.0787L11.9999 17.6499L2.71451 12.0787C2.47772 11.9366 2.40093 11.6295 2.54301 11.3927C2.58523 11.3223 2.64413 11.2634 2.71451 11.2212L3.9166 10.4999L11.9999 15.3499L20.0833 10.4999ZM12.5144 1.30864L21.2854 6.5712C21.5221 6.71327 21.5989 7.0204 21.4569 7.25719C21.4146 7.32757 21.3557 7.38647 21.2854 7.42869L11.9999 12.9999L2.71451 7.42869C2.47772 7.28662 2.40093 6.97949 2.54301 6.7427C2.58523 6.67232 2.64413 6.61343 2.71451 6.5712L11.4854 1.30864C11.8021 1.11864 12.1977 1.11864 12.5144 1.30864ZM11.9999 3.33233L5.88723 6.99995L11.9999 10.6676L18.1126 6.99995L11.9999 3.33233Z" }) }));
|
|
124
|
+
case 'languages':
|
|
125
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "m5 8 6 6" }), _jsx("path", { d: "m4 14 6-6 2-3" }), _jsx("path", { d: "M2 5h12" }), _jsx("path", { d: "M7 2h1" }), _jsx("path", { d: "m22 22-5-10-5 10" }), _jsx("path", { d: "M14 18h6" })] }));
|
|
126
|
+
case 'lightbulb':
|
|
127
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M9 18h6" }), _jsx("path", { d: "M10 22h4" }), _jsx("path", { d: "M12 2a7 7 0 0 0-4.1 12.7c.8.6 1.1 1.5 1.1 2.3h6c0-.8.3-1.7 1.1-2.3A7 7 0 0 0 12 2Z" }), _jsx("path", { d: "M10 10a2 2 0 0 1 4 0" })] }));
|
|
128
|
+
case 'link':
|
|
129
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 1 0-7.07-7.07L11.75 5.18" }), _jsx("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 1 0 7.07 7.07l1.71-1.71" })] }));
|
|
130
|
+
case 'lock':
|
|
131
|
+
return (_jsxs("svg", { ...common, children: [_jsx("rect", { x: "3", y: "11", width: "18", height: "11", rx: "2", ry: "2" }), _jsx("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })] }));
|
|
132
|
+
case 'integrations-filled':
|
|
133
|
+
return (_jsx("svg", { ...common, fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M6.00723 7.29726C6.00242 7.19876 5.99998 7.09965 5.99998 7C5.99998 3.68629 8.68627 1 12 1C13.3496 1 14.5977 1.44677 15.6006 2.20007L14.3994 3.7992C13.731 3.29712 12.9016 3 12 3C11.7239 3 11.4542 3.02798 11.1938 3.08127C9.37112 3.45426 8 5.06701 8 7C8 9.03308 9.51679 10.7119 11.4805 10.9666C12.5039 9.55847 14.055 8.70883 15.696 8.53306C16.3796 8.45983 17.0792 8.50382 17.7635 8.67248C18.3006 8.80481 18.828 9.01404 19.33 9.3039C22.1998 10.9608 23.183 14.6303 21.5262 17.5C19.8693 20.3698 16.1998 21.3531 13.33 19.6962C12.828 19.4064 12.3832 19.0543 12 18.6554C11.6169 19.0543 11.172 19.4064 10.6699 19.6963C7.80019 21.3531 4.13065 20.3699 2.47379 17.5001C0.81694 14.6304 1.80019 10.9608 4.66995 9.30397C5.17193 9.01416 5.69919 8.80494 6.23623 8.67261C6.11278 8.24646 6.03531 7.80079 6.00955 7.3413L6.00723 7.29726ZM7.14979 10.5328C6.64359 10.5989 6.14138 10.7638 5.66995 11.036C3.75678 12.1406 3.10128 14.587 4.20585 16.5001C5.31042 18.4133 7.75678 19.0688 9.66995 17.9642C10.3021 17.5993 10.7949 17.09 11.1337 16.5024C11.7429 15.4457 11.8532 14.1391 11.3649 12.9669C10.9807 12.9264 10.6072 12.8497 10.2481 12.7402C10.2028 12.7264 10.1577 12.712 10.1128 12.6972C8.91238 12.2997 7.87997 11.5335 7.14979 10.5328ZM13.1543 16.9343C13.4647 17.3396 13.8586 17.692 14.33 17.9642C16.2432 19.0687 18.6895 18.4132 19.7941 16.5C20.2936 15.635 20.4332 14.6609 20.2593 13.7511C20.0488 12.6488 19.3781 11.6409 18.33 11.0357C17.6978 10.6708 17.0104 10.4986 16.3322 10.499C15.1125 10.4998 13.9259 11.0576 13.1548 12.0666C13.2661 12.3165 13.3588 12.5707 13.4336 12.8277C13.4774 12.9785 13.5151 13.1302 13.5467 13.2825C13.5602 13.3478 13.5726 13.4131 13.5839 13.4786C13.7871 14.6567 13.6297 15.8611 13.1543 16.9343ZM18.5774 7C18.866 7.33402 19.106 7.71371 19.2866 8.12811L19.5331 8.69379C19.7136 9.10792 20.2864 9.10792 20.4668 8.69379L20.7134 8.12811C21.1529 7.11947 21.9445 6.31641 22.9323 5.87708L23.67 5.53922C24.0808 5.35653 24.0808 4.75881 23.67 4.57612L22.9748 4.25714C21.9616 3.80651 21.1558 2.97373 20.7238 1.93083L20.4706 1.31953C20.2942 0.893489 19.7058 0.893489 19.5293 1.31953L19.2761 1.93083C19.1965 2.12319 19.1041 2.3084 19 2.48538C18.5399 3.26793 17.8515 3.88963 17.0252 4.25714L16.308 4.57612C15.8973 4.75881 15.8973 5.35653 16.308 5.53922L17.0677 5.87708C17.6496 6.13591 18.1635 6.521 18.5774 7Z" }) }));
|
|
134
|
+
case 'mic':
|
|
135
|
+
return (_jsxs("svg", { ...common, children: [_jsx("rect", { x: "9", y: "2", width: "6", height: "11", rx: "3" }), _jsx("path", { d: "M19 10v1a7 7 0 0 1-14 0v-1" }), _jsx("path", { d: "M12 18v3" })] }));
|
|
136
|
+
case 'minus':
|
|
137
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "M5 12h14" }) }));
|
|
138
|
+
case 'more-horizontal':
|
|
139
|
+
return (_jsxs("svg", { ...common, fill: "currentColor", stroke: "none", children: [_jsx("circle", { cx: "5.5", cy: "12", r: "1.75" }), _jsx("circle", { cx: "12", cy: "12", r: "1.75" }), _jsx("circle", { cx: "18.5", cy: "12", r: "1.75" })] }));
|
|
140
|
+
case 'orbit':
|
|
141
|
+
// Tilted elliptical orbit + central body + a small satellite riding the
|
|
142
|
+
// path. Reads unmistakably as "orbit/automation" rather than the
|
|
143
|
+
// generic refresh loop, and the rotated ellipse keeps the silhouette
|
|
144
|
+
// distinct from `refresh` and `reload` at small sizes.
|
|
145
|
+
return (_jsxs("svg", { ...common, children: [_jsx("ellipse", { cx: "12", cy: "12", rx: "9", ry: "3.5", transform: "rotate(-25 12 12)" }), _jsx("circle", { cx: "12", cy: "12", r: "2.25", fill: "currentColor", stroke: "none" }), _jsx("circle", { cx: "16", cy: "6.8", r: "1.5", fill: "currentColor", stroke: "none" })] }));
|
|
146
|
+
case 'paint-bucket':
|
|
147
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "M11 7 6 2m12.992 10H2.041m19.104 6.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595M8.5 4.5l2.148-2.148a1.205 1.205 0 0 1 1.704 0l7.296 7.296a1.205 1.205 0 0 1 0 1.704l-7.592 7.592a3.615 3.615 0 0 1-5.112 0l-3.888-3.888a3.615 3.615 0 0 1 0-5.112L5.67 7.33" }) }));
|
|
148
|
+
case 'palette':
|
|
149
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M12 2a10 10 0 1 0 0 20 2 2 0 0 0 0-4 1.5 1.5 0 0 1-1.06-2.56l.78-.78A2 2 0 0 1 13.13 14H17a5 5 0 0 0 5-5c0-3.87-4.48-7-10-7Z" }), _jsx("circle", { cx: "7.5", cy: "10.5", r: "1", fill: "currentColor", stroke: "none" }), _jsx("circle", { cx: "9.5", cy: "6.5", r: "1", fill: "currentColor", stroke: "none" }), _jsx("circle", { cx: "14", cy: "6", r: "1", fill: "currentColor", stroke: "none" }), _jsx("circle", { cx: "17.5", cy: "9", r: "1", fill: "currentColor", stroke: "none" })] }));
|
|
150
|
+
case 'palette-filled':
|
|
151
|
+
return (_jsx("svg", { ...common, fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M12 2C17.5222 2 22 5.97778 22 10.8889C22 13.9556 19.5111 16.4444 16.4444 16.4444H14.4778C13.5556 16.4444 12.8111 17.1889 12.8111 18.1111C12.8111 18.5333 12.9778 18.9222 13.2333 19.2111C13.5 19.5111 13.6667 19.9 13.6667 20.3333C13.6667 21.2556 12.9 22 12 22C6.47778 22 2 17.5222 2 12C2 6.47778 6.47778 2 12 2ZM10.8111 18.1111C10.8111 16.0843 12.451 14.4444 14.4778 14.4444H16.4444C18.4065 14.4444 20 12.851 20 10.8889C20 7.1392 16.4677 4 12 4C7.58235 4 4 7.58235 4 12C4 16.19 7.2226 19.6285 11.324 19.9718C10.9948 19.4168 10.8111 18.7761 10.8111 18.1111ZM7.5 12C6.67157 12 6 11.3284 6 10.5C6 9.67157 6.67157 9 7.5 9C8.32843 9 9 9.67157 9 10.5C9 11.3284 8.32843 12 7.5 12ZM16.5 12C15.6716 12 15 11.3284 15 10.5C15 9.67157 15.6716 9 16.5 9C17.3284 9 18 9.67157 18 10.5C18 11.3284 17.3284 12 16.5 12ZM12 9C11.1716 9 10.5 8.32843 10.5 7.5C10.5 6.67157 11.1716 6 12 6C12.8284 6 13.5 6.67157 13.5 7.5C13.5 8.32843 12.8284 9 12 9Z" }) }));
|
|
152
|
+
case 'pencil':
|
|
153
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M12 20h9" }), _jsx("path", { d: "M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4z" })] }));
|
|
154
|
+
case 'layout':
|
|
155
|
+
// Dashboard/wireframe frame: outer card with a header band and a
|
|
156
|
+
// sidebar column — reads as "lo-fi screen layout" at small sizes.
|
|
157
|
+
return (_jsxs("svg", { ...common, children: [_jsx("rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }), _jsx("path", { d: "M3 9h18" }), _jsx("path", { d: "M9 21V9" })] }));
|
|
158
|
+
case 'smartphone':
|
|
159
|
+
return (_jsxs("svg", { ...common, children: [_jsx("rect", { x: "5", y: "2", width: "14", height: "20", rx: "2.5" }), _jsx("path", { d: "M11 18h2" })] }));
|
|
160
|
+
case 'file-text':
|
|
161
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M14 3v4a1 1 0 0 0 1 1h4" }), _jsx("path", { d: "M5 3h9l5 5v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }), _jsx("path", { d: "M8 13h8" }), _jsx("path", { d: "M8 17h6" })] }));
|
|
162
|
+
case 'plus':
|
|
163
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M12 5v14" }), _jsx("path", { d: "M5 12h14" })] }));
|
|
164
|
+
case 'plus-filled':
|
|
165
|
+
return (_jsx("svg", { ...common, fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z" }) }));
|
|
166
|
+
case 'play':
|
|
167
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "M6 4v16l14-8z" }) }));
|
|
168
|
+
case 'present':
|
|
169
|
+
return (_jsxs("svg", { ...common, children: [_jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2" }), _jsx("path", { d: "M8 21h8" }), _jsx("path", { d: "M12 17v4" })] }));
|
|
170
|
+
case 'refresh':
|
|
171
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M3 12a9 9 0 0 1 15.9-5.7L21 8" }), _jsx("path", { d: "M21 3v5h-5" }), _jsx("path", { d: "M21 12a9 9 0 0 1-15.9 5.7L3 16" }), _jsx("path", { d: "M3 21v-5h5" })] }));
|
|
172
|
+
case 'reload':
|
|
173
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M21 12a9 9 0 1 1-3-6.7" }), _jsx("path", { d: "M21 4v5h-5" })] }));
|
|
174
|
+
case 'search':
|
|
175
|
+
return (_jsxs("svg", { ...common, children: [_jsx("circle", { cx: "11", cy: "11", r: "7" }), _jsx("path", { d: "m21 21-4.3-4.3" })] }));
|
|
176
|
+
case 'send':
|
|
177
|
+
return (_jsx("svg", { ...common, fill: "currentColor", stroke: "none", children: _jsx("path", { d: "M3.48 2.41a.75.75 0 0 0-.93.94l2.43 7.9h8.52a.75.75 0 0 1 0 1.5H4.98l-2.43 7.9a.75.75 0 0 0 .93.94 60.5 60.5 0 0 0 18.44-8.98.75.75 0 0 0 0-1.22A60.5 60.5 0 0 0 3.48 2.41Z" }) }));
|
|
178
|
+
case 'settings':
|
|
179
|
+
return (_jsxs("svg", { ...common, children: [_jsx("circle", { cx: "12", cy: "12", r: "3" }), _jsx("path", { d: "M19.4 15a1.7 1.7 0 0 0 .34 1.87l.06.06a2 2 0 0 1-2.82 2.83l-.06-.07a1.7 1.7 0 0 0-1.88-.33 1.7 1.7 0 0 0-1.04 1.56V21a2 2 0 0 1-4 0v-.1A1.7 1.7 0 0 0 9 19.4a1.7 1.7 0 0 0-1.87.34l-.06.06a2 2 0 1 1-2.83-2.82l.07-.06a1.7 1.7 0 0 0 .33-1.88 1.7 1.7 0 0 0-1.56-1.04H3a2 2 0 0 1 0-4h.1a1.7 1.7 0 0 0 1.56-1.04 1.7 1.7 0 0 0-.34-1.87l-.06-.06a2 2 0 1 1 2.83-2.83l.06.07A1.7 1.7 0 0 0 9 4.6a1.7 1.7 0 0 0 1.04-1.56V3a2 2 0 1 1 4 0v.1a1.7 1.7 0 0 0 1.04 1.56 1.7 1.7 0 0 0 1.87-.34l.06-.06a2 2 0 1 1 2.83 2.83l-.07.06a1.7 1.7 0 0 0-.33 1.87V9a1.7 1.7 0 0 0 1.56 1.04H21a2 2 0 0 1 0 4h-.1a1.7 1.7 0 0 0-1.56 1.04Z" })] }));
|
|
180
|
+
case 'share':
|
|
181
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M4 12v7a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7" }), _jsx("path", { d: "m16 6-4-4-4 4" }), _jsx("path", { d: "M12 2v13" })] }));
|
|
182
|
+
case 'sliders':
|
|
183
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M4 21v-7" }), _jsx("path", { d: "M4 10V3" }), _jsx("path", { d: "M12 21v-9" }), _jsx("path", { d: "M12 8V3" }), _jsx("path", { d: "M20 21v-5" }), _jsx("path", { d: "M20 12V3" }), _jsx("path", { d: "M1 14h6" }), _jsx("path", { d: "M9 8h6" }), _jsx("path", { d: "M17 16h6" })] }));
|
|
184
|
+
case 'spinner':
|
|
185
|
+
return (_jsx("svg", { ...common, className: `icon-spin ${rest.className ?? ''}`.trim(), children: _jsx("path", { d: "M21 12a9 9 0 1 1-6.22-8.56" }) }));
|
|
186
|
+
case 'sparkles':
|
|
187
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "m12 3 1.5 4.5L18 9l-4.5 1.5L12 15l-1.5-4.5L6 9l4.5-1.5z" }), _jsx("path", { d: "M19 14v3" }), _jsx("path", { d: "M19 21v-1" }), _jsx("path", { d: "M22 17h-3" }), _jsx("path", { d: "M16 17h-1" })] }));
|
|
188
|
+
case 'star':
|
|
189
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z" }) }));
|
|
190
|
+
case 'stop':
|
|
191
|
+
return (_jsx("svg", { ...common, fill: "currentColor", stroke: "none", children: _jsx("rect", { x: "5", y: "5", width: "14", height: "14", rx: "2" }) }));
|
|
192
|
+
case 'swatchbook':
|
|
193
|
+
// Lucide-style swatchbook — a folded swatch card peeling off a stacked
|
|
194
|
+
// base. Reads as "brand kit / palette card" rather than the generic
|
|
195
|
+
// `blocks` glyph, matching the Brand Kit nav destination and the
|
|
196
|
+
// "Create Brand Kit" home chip.
|
|
197
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z" }), _jsx("path", { d: "M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7" }), _jsx("path", { d: "M7 17h.01" }), _jsx("path", { d: "m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8" })] }));
|
|
198
|
+
case 'sun':
|
|
199
|
+
return (_jsxs("svg", { ...common, children: [_jsx("circle", { cx: "12", cy: "12", r: "4" }), _jsx("path", { d: "M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41" })] }));
|
|
200
|
+
case 'moon':
|
|
201
|
+
return (_jsx("svg", { ...common, children: _jsx("path", { d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z" }) }));
|
|
202
|
+
case 'sun-moon':
|
|
203
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4" }), _jsx("path", { d: "M12 2v2" }), _jsx("path", { d: "M12 20v2" }), _jsx("path", { d: "m4.9 4.9 1.4 1.4" }), _jsx("path", { d: "m17.7 17.7 1.4 1.4" }), _jsx("path", { d: "M2 12h2" }), _jsx("path", { d: "M20 12h2" }), _jsx("path", { d: "m6.3 17.7-1.4 1.4" }), _jsx("path", { d: "m19.1 4.9-1.4 1.4" })] }));
|
|
204
|
+
case 'terminal':
|
|
205
|
+
// Lucide-style terminal — a command-prompt chevron plus an underscore
|
|
206
|
+
// input line, used for the workspace "New Terminal" launcher action and
|
|
207
|
+
// the terminal:<id> tab icon.
|
|
208
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "m7 11 3-3-3-3" }), _jsx("path", { d: "M13 13h6" })] }));
|
|
209
|
+
case 'thumbs-up':
|
|
210
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M7 10v11" }), _jsx("path", { d: "M15 6.8 14 10h4.5a2 2 0 0 1 2 2.3l-1.1 6.6A2.5 2.5 0 0 1 17 21H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h2.8L12 4a2 2 0 0 1 3 2.8Z" })] }));
|
|
211
|
+
case 'thumbs-down':
|
|
212
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M7 14V3" }), _jsx("path", { d: "m15 17.2-1-3.2h4.5a2 2 0 0 0 2-2.3L19.4 5A2.5 2.5 0 0 0 17 3H6a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h2.8L12 20a2 2 0 0 0 3-2.8Z" })] }));
|
|
213
|
+
case 'tweaks':
|
|
214
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M4 6h13" }), _jsx("circle", { cx: "19", cy: "6", r: "2" }), _jsx("path", { d: "M4 18h7" }), _jsx("circle", { cx: "13", cy: "18", r: "2" }), _jsx("path", { d: "M17 12H4" }), _jsx("circle", { cx: "19", cy: "12", r: "2" })] }));
|
|
215
|
+
case 'upload':
|
|
216
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }), _jsx("path", { d: "m17 8-5-5-5 5" }), _jsx("path", { d: "M12 3v12" })] }));
|
|
217
|
+
case 'volume':
|
|
218
|
+
// Speaker + sound waves (Lucide volume-2). A box-filling glyph so the
|
|
219
|
+
// audio row's icon reads at the same visual weight as `image`/`play`,
|
|
220
|
+
// unlike the narrow vertical `mic`.
|
|
221
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M11 5 6 9H2v6h4l5 4z" }), _jsx("path", { d: "M15.54 8.46a5 5 0 0 1 0 7.07" }), _jsx("path", { d: "M19.07 4.93a10 10 0 0 1 0 14.14" })] }));
|
|
222
|
+
case 'maximize':
|
|
223
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M8 3H5a2 2 0 0 0-2 2v3" }), _jsx("path", { d: "M16 3h3a2 2 0 0 1 2 2v3" }), _jsx("path", { d: "M21 16v3a2 2 0 0 1-2 2h-3" }), _jsx("path", { d: "M8 21H5a2 2 0 0 1-2-2v-3" })] }));
|
|
224
|
+
case 'minimize':
|
|
225
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M8 3v3a2 2 0 0 1-2 2H3" }), _jsx("path", { d: "M16 3v3a2 2 0 0 0 2 2h3" }), _jsx("path", { d: "M21 16h-3a2 2 0 0 0-2 2v3" }), _jsx("path", { d: "M3 16h3a2 2 0 0 1 2 2v3" })] }));
|
|
226
|
+
case 'zoom-in':
|
|
227
|
+
return (_jsxs("svg", { ...common, children: [_jsx("circle", { cx: "11", cy: "11", r: "7" }), _jsx("path", { d: "M11 8v6" }), _jsx("path", { d: "M8 11h6" }), _jsx("path", { d: "m21 21-4.3-4.3" })] }));
|
|
228
|
+
case 'zoom-out':
|
|
229
|
+
return (_jsxs("svg", { ...common, children: [_jsx("circle", { cx: "11", cy: "11", r: "7" }), _jsx("path", { d: "M8 11h6" }), _jsx("path", { d: "m21 21-4.3-4.3" })] }));
|
|
230
|
+
case 'trash':
|
|
231
|
+
return (_jsxs("svg", { ...common, children: [_jsx("path", { d: "M3 6h18" }), _jsx("path", { d: "M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6" }), _jsx("path", { d: "M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2" })] }));
|
|
232
|
+
default:
|
|
233
|
+
return null;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
//# sourceMappingURL=Icon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icon.js","sourceRoot":"","sources":["../../src/components/Icon.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
export interface KitErrorBoundaryProps {
|
|
3
|
+
children: ReactNode;
|
|
4
|
+
/**
|
|
5
|
+
* Called with the caught error, e.g. to forward it to an analytics sink.
|
|
6
|
+
* Defaults to a no-op — the boundary still recovers locally either way.
|
|
7
|
+
*/
|
|
8
|
+
onError?: (error: unknown) => void;
|
|
9
|
+
title?: string;
|
|
10
|
+
retryLabel?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function KitErrorBoundary({ children, onError, title, retryLabel, }: KitErrorBoundaryProps): import("react").JSX.Element;
|
|
13
|
+
//# sourceMappingURL=KitErrorBoundary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KitErrorBoundary.d.ts","sourceRoot":"","sources":["../../src/components/KitErrorBoundary.tsx"],"names":[],"mappings":"AASA,OAAO,EAAa,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AA+BlD,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,SAAS,CAAC;IACpB;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAID,wBAAgB,gBAAgB,CAAC,EAC/B,QAAQ,EACR,OAAc,EACd,KAAiD,EACjD,UAAwB,GACzB,EAAE,qBAAqB,+BAgBvB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
// KitErrorBoundary — contains render-time exceptions in a subtree so a bad
|
|
3
|
+
// input (a malformed config file, a deleted asset) never takes down the
|
|
4
|
+
// whole app with a white screen; instead the boundary catches the throw and
|
|
5
|
+
// shows a recoverable "reload view" fallback.
|
|
6
|
+
//
|
|
7
|
+
// React error boundaries must be class components (no hooks), so the generic
|
|
8
|
+
// catch lives in `ErrorBoundary` and the translated fallback is supplied by
|
|
9
|
+
// the functional `KitErrorBoundary` wrapper.
|
|
10
|
+
import { Component } from 'react';
|
|
11
|
+
class ErrorBoundary extends Component {
|
|
12
|
+
state = { hasError: false };
|
|
13
|
+
static getDerivedStateFromError() {
|
|
14
|
+
return { hasError: true };
|
|
15
|
+
}
|
|
16
|
+
componentDidCatch(error) {
|
|
17
|
+
this.props.onError?.(error);
|
|
18
|
+
}
|
|
19
|
+
retry = () => this.setState({ hasError: false });
|
|
20
|
+
render() {
|
|
21
|
+
if (this.state.hasError)
|
|
22
|
+
return this.props.fallback(this.retry);
|
|
23
|
+
return this.props.children;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
const NOOP = () => { };
|
|
27
|
+
export function KitErrorBoundary({ children, onError = NOOP, title = 'Something went wrong loading this view.', retryLabel = 'Try again', }) {
|
|
28
|
+
return (_jsx(ErrorBoundary, { onError: onError, fallback: (retry) => (_jsxs("div", { className: "jini-kit-error", role: "alert", "data-testid": "kit-error-boundary", children: [_jsx("p", { className: "jini-kit-error-text", children: title }), _jsx("button", { type: "button", className: "jini-kit-error-retry", onClick: retry, children: retryLabel })] })), children: children }));
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=KitErrorBoundary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KitErrorBoundary.js","sourceRoot":"","sources":["../../src/components/KitErrorBoundary.tsx"],"names":[],"mappings":";AAAA,2EAA2E;AAC3E,wEAAwE;AACxE,4EAA4E;AAC5E,8CAA8C;AAC9C,EAAE;AACF,6EAA6E;AAC7E,4EAA4E;AAC5E,6CAA6C;AAE7C,OAAO,EAAE,SAAS,EAAkB,MAAM,OAAO,CAAC;AAYlD,MAAM,aAAc,SAAQ,SAAiD;IAC3E,KAAK,GAAuB,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAEhD,MAAM,CAAC,wBAAwB;QAC7B,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC5B,CAAC;IAED,iBAAiB,CAAC,KAAc;QAC9B,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC;IAEO,KAAK,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC;IAEzD,MAAM;QACJ,IAAI,IAAI,CAAC,KAAK,CAAC,QAAQ;YAAE,OAAO,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAChE,OAAO,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC;IAC7B,CAAC;CACF;AAaD,MAAM,IAAI,GAAG,GAAG,EAAE,GAAE,CAAC,CAAC;AAEtB,MAAM,UAAU,gBAAgB,CAAC,EAC/B,QAAQ,EACR,OAAO,GAAG,IAAI,EACd,KAAK,GAAG,yCAAyC,EACjD,UAAU,GAAG,WAAW,GACF;IACtB,OAAO,CACL,KAAC,aAAa,IACZ,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,CACnB,eAAK,SAAS,EAAC,gBAAgB,EAAC,IAAI,EAAC,OAAO,iBAAa,oBAAoB,aAC3E,YAAG,SAAS,EAAC,qBAAqB,YAAE,KAAK,GAAK,EAC9C,iBAAQ,IAAI,EAAC,QAAQ,EAAC,SAAS,EAAC,sBAAsB,EAAC,OAAO,EAAE,KAAK,YAClE,UAAU,GACJ,IACL,CACP,YAEA,QAAQ,GACK,CACjB,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export interface LocaleOption {
|
|
2
|
+
code: string;
|
|
3
|
+
label: string;
|
|
4
|
+
}
|
|
5
|
+
interface Props {
|
|
6
|
+
/** Supported locales and their display labels — host-supplied, not hardcoded. */
|
|
7
|
+
locales: LocaleOption[];
|
|
8
|
+
locale: string;
|
|
9
|
+
onLocaleChange: (locale: string) => void;
|
|
10
|
+
compact?: boolean;
|
|
11
|
+
placement?: 'up' | 'down';
|
|
12
|
+
align?: 'start' | 'end';
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Compact language switcher rendered as a small pill that expands into a
|
|
16
|
+
* popover menu. Locale list/labels and the active locale are entirely
|
|
17
|
+
* host-supplied — this component owns only the open/close and keyboard/
|
|
18
|
+
* click-outside behavior. Animation is CSS-driven via the `open`/`closing`
|
|
19
|
+
* classes on the popover; the host supplies the actual transition.
|
|
20
|
+
*/
|
|
21
|
+
export declare function LanguageMenu({ locales, locale, onLocaleChange, compact, placement, align, }: Props): import("react").JSX.Element;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=LanguageMenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LanguageMenu.d.ts","sourceRoot":"","sources":["../../src/components/LanguageMenu.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,KAAK;IACb,iFAAiF;IACjF,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IAC1B,KAAK,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;CACzB;AAED;;;;;;GAMG;AACH,wBAAgB,YAAY,CAAC,EAC3B,OAAO,EACP,MAAM,EACN,cAAc,EACd,OAAe,EACf,SAAgB,EAChB,KAAe,GAChB,EAAE,KAAK,+BA6EP"}
|