@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.
Files changed (1795) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +277 -0
  3. package/dist/browser/index.d.ts +4 -0
  4. package/dist/browser/index.d.ts.map +1 -0
  5. package/dist/browser/index.js +10 -0
  6. package/dist/browser/index.js.map +1 -0
  7. package/dist/browser/useDismissOnOutsideOrEscape.d.ts +18 -0
  8. package/dist/browser/useDismissOnOutsideOrEscape.d.ts.map +1 -0
  9. package/dist/browser/useDismissOnOutsideOrEscape.js +42 -0
  10. package/dist/browser/useDismissOnOutsideOrEscape.js.map +1 -0
  11. package/dist/browser/useFileDropTarget.d.ts +25 -0
  12. package/dist/browser/useFileDropTarget.d.ts.map +1 -0
  13. package/dist/browser/useFileDropTarget.js +64 -0
  14. package/dist/browser/useFileDropTarget.js.map +1 -0
  15. package/dist/browser/useGlobalKeydown.d.ts +16 -0
  16. package/dist/browser/useGlobalKeydown.d.ts.map +1 -0
  17. package/dist/browser/useGlobalKeydown.js +60 -0
  18. package/dist/browser/useGlobalKeydown.js.map +1 -0
  19. package/dist/browser/useModalWindowDragGuard.d.ts +35 -0
  20. package/dist/browser/useModalWindowDragGuard.d.ts.map +1 -0
  21. package/dist/browser/useModalWindowDragGuard.js +51 -0
  22. package/dist/browser/useModalWindowDragGuard.js.map +1 -0
  23. package/dist/components/AgentIcon.d.ts +15 -0
  24. package/dist/components/AgentIcon.d.ts.map +1 -0
  25. package/dist/components/AgentIcon.js +80 -0
  26. package/dist/components/AgentIcon.js.map +1 -0
  27. package/dist/components/AppChromeHeader.d.ts +19 -0
  28. package/dist/components/AppChromeHeader.d.ts.map +1 -0
  29. package/dist/components/AppChromeHeader.js +11 -0
  30. package/dist/components/AppChromeHeader.js.map +1 -0
  31. package/dist/components/CustomSelect.d.ts +28 -0
  32. package/dist/components/CustomSelect.d.ts.map +1 -0
  33. package/dist/components/CustomSelect.js +167 -0
  34. package/dist/components/CustomSelect.js.map +1 -0
  35. package/dist/components/ExportDiagnosticsButton.d.ts +40 -0
  36. package/dist/components/ExportDiagnosticsButton.d.ts.map +1 -0
  37. package/dist/components/ExportDiagnosticsButton.js +112 -0
  38. package/dist/components/ExportDiagnosticsButton.js.map +1 -0
  39. package/dist/components/Icon.d.ts +15 -0
  40. package/dist/components/Icon.d.ts.map +1 -0
  41. package/dist/components/Icon.js +236 -0
  42. package/dist/components/Icon.js.map +1 -0
  43. package/dist/components/KitErrorBoundary.d.ts +13 -0
  44. package/dist/components/KitErrorBoundary.d.ts.map +1 -0
  45. package/dist/components/KitErrorBoundary.js +30 -0
  46. package/dist/components/KitErrorBoundary.js.map +1 -0
  47. package/dist/components/LanguageMenu.d.ts +23 -0
  48. package/dist/components/LanguageMenu.d.ts.map +1 -0
  49. package/dist/components/LanguageMenu.js +44 -0
  50. package/dist/components/LanguageMenu.js.map +1 -0
  51. package/dist/components/Loading.d.ts +27 -0
  52. package/dist/components/Loading.d.ts.map +1 -0
  53. package/dist/components/Loading.js +24 -0
  54. package/dist/components/Loading.js.map +1 -0
  55. package/dist/components/PaletteTweaks.d.ts +11 -0
  56. package/dist/components/PaletteTweaks.d.ts.map +1 -0
  57. package/dist/components/PaletteTweaks.js +65 -0
  58. package/dist/components/PaletteTweaks.js.map +1 -0
  59. package/dist/components/RemixIcon.d.ts +15 -0
  60. package/dist/components/RemixIcon.d.ts.map +1 -0
  61. package/dist/components/RemixIcon.js +19 -0
  62. package/dist/components/RemixIcon.js.map +1 -0
  63. package/dist/components/Toast.d.ts +18 -0
  64. package/dist/components/Toast.d.ts.map +1 -0
  65. package/dist/components/Toast.js +70 -0
  66. package/dist/components/Toast.js.map +1 -0
  67. package/dist/components/TooltipLayer.d.ts +9 -0
  68. package/dist/components/TooltipLayer.d.ts.map +1 -0
  69. package/dist/components/TooltipLayer.js +289 -0
  70. package/dist/components/TooltipLayer.js.map +1 -0
  71. package/dist/components/WorkingDirPicker.d.ts +47 -0
  72. package/dist/components/WorkingDirPicker.d.ts.map +1 -0
  73. package/dist/components/WorkingDirPicker.js +63 -0
  74. package/dist/components/WorkingDirPicker.js.map +1 -0
  75. package/dist/features/agent-tools/model-context.d.ts +30 -0
  76. package/dist/features/agent-tools/model-context.d.ts.map +1 -0
  77. package/dist/features/agent-tools/model-context.js +29 -0
  78. package/dist/features/agent-tools/model-context.js.map +1 -0
  79. package/dist/features/agent-tools/types.d.ts +34 -0
  80. package/dist/features/agent-tools/types.d.ts.map +1 -0
  81. package/dist/features/agent-tools/types.js +18 -0
  82. package/dist/features/agent-tools/types.js.map +1 -0
  83. package/dist/features/asset-grid/constants.d.ts +10 -0
  84. package/dist/features/asset-grid/constants.d.ts.map +1 -0
  85. package/dist/features/asset-grid/constants.js +10 -0
  86. package/dist/features/asset-grid/constants.js.map +1 -0
  87. package/dist/features/asset-grid/dependencies.d.ts +22 -0
  88. package/dist/features/asset-grid/dependencies.d.ts.map +1 -0
  89. package/dist/features/asset-grid/dependencies.js +70 -0
  90. package/dist/features/asset-grid/dependencies.js.map +1 -0
  91. package/dist/features/asset-grid/index.d.ts +32 -0
  92. package/dist/features/asset-grid/index.d.ts.map +1 -0
  93. package/dist/features/asset-grid/index.js +16 -0
  94. package/dist/features/asset-grid/index.js.map +1 -0
  95. package/dist/features/asset-grid/ports.d.ts +42 -0
  96. package/dist/features/asset-grid/ports.d.ts.map +1 -0
  97. package/dist/features/asset-grid/ports.js +2 -0
  98. package/dist/features/asset-grid/ports.js.map +1 -0
  99. package/dist/features/asset-grid/react/components/AssetCard.d.ts +25 -0
  100. package/dist/features/asset-grid/react/components/AssetCard.d.ts.map +1 -0
  101. package/dist/features/asset-grid/react/components/AssetCard.js +27 -0
  102. package/dist/features/asset-grid/react/components/AssetCard.js.map +1 -0
  103. package/dist/features/asset-grid/react/components/AssetGrid.d.ts +45 -0
  104. package/dist/features/asset-grid/react/components/AssetGrid.d.ts.map +1 -0
  105. package/dist/features/asset-grid/react/components/AssetGrid.js +113 -0
  106. package/dist/features/asset-grid/react/components/AssetGrid.js.map +1 -0
  107. package/dist/features/asset-grid/react/components/AssetGridBody.d.ts +19 -0
  108. package/dist/features/asset-grid/react/components/AssetGridBody.d.ts.map +1 -0
  109. package/dist/features/asset-grid/react/components/AssetGridBody.js +21 -0
  110. package/dist/features/asset-grid/react/components/AssetGridBody.js.map +1 -0
  111. package/dist/features/asset-grid/react/components/AssetGridToolbar.d.ts +23 -0
  112. package/dist/features/asset-grid/react/components/AssetGridToolbar.d.ts.map +1 -0
  113. package/dist/features/asset-grid/react/components/AssetGridToolbar.js +9 -0
  114. package/dist/features/asset-grid/react/components/AssetGridToolbar.js.map +1 -0
  115. package/dist/features/asset-grid/react/components/DeleteConfirmDialog.d.ts +15 -0
  116. package/dist/features/asset-grid/react/components/DeleteConfirmDialog.d.ts.map +1 -0
  117. package/dist/features/asset-grid/react/components/DeleteConfirmDialog.js +33 -0
  118. package/dist/features/asset-grid/react/components/DeleteConfirmDialog.js.map +1 -0
  119. package/dist/features/asset-grid/react/components/SelectionActionBar.d.ts +11 -0
  120. package/dist/features/asset-grid/react/components/SelectionActionBar.d.ts.map +1 -0
  121. package/dist/features/asset-grid/react/components/SelectionActionBar.js +8 -0
  122. package/dist/features/asset-grid/react/components/SelectionActionBar.js.map +1 -0
  123. package/dist/features/asset-grid/react/components/SelectionBand.d.ts +7 -0
  124. package/dist/features/asset-grid/react/components/SelectionBand.d.ts.map +1 -0
  125. package/dist/features/asset-grid/react/components/SelectionBand.js +8 -0
  126. package/dist/features/asset-grid/react/components/SelectionBand.js.map +1 -0
  127. package/dist/features/asset-grid/react/hooks/useAssetGridData.d.ts +38 -0
  128. package/dist/features/asset-grid/react/hooks/useAssetGridData.d.ts.map +1 -0
  129. package/dist/features/asset-grid/react/hooks/useAssetGridData.js +55 -0
  130. package/dist/features/asset-grid/react/hooks/useAssetGridData.js.map +1 -0
  131. package/dist/features/asset-grid/react/hooks/useAssetGridKeyboardShortcuts.d.ts +15 -0
  132. package/dist/features/asset-grid/react/hooks/useAssetGridKeyboardShortcuts.d.ts.map +1 -0
  133. package/dist/features/asset-grid/react/hooks/useAssetGridKeyboardShortcuts.js +30 -0
  134. package/dist/features/asset-grid/react/hooks/useAssetGridKeyboardShortcuts.js.map +1 -0
  135. package/dist/features/asset-grid/react/hooks/useAssetGridLiveUpdates.d.ts +40 -0
  136. package/dist/features/asset-grid/react/hooks/useAssetGridLiveUpdates.d.ts.map +1 -0
  137. package/dist/features/asset-grid/react/hooks/useAssetGridLiveUpdates.js +119 -0
  138. package/dist/features/asset-grid/react/hooks/useAssetGridLiveUpdates.js.map +1 -0
  139. package/dist/features/asset-grid/react/hooks/useAssetGridSelection.d.ts +12 -0
  140. package/dist/features/asset-grid/react/hooks/useAssetGridSelection.d.ts.map +1 -0
  141. package/dist/features/asset-grid/react/hooks/useAssetGridSelection.js +23 -0
  142. package/dist/features/asset-grid/react/hooks/useAssetGridSelection.js.map +1 -0
  143. package/dist/features/asset-grid/react/hooks/useRubberBandDrag.d.ts +19 -0
  144. package/dist/features/asset-grid/react/hooks/useRubberBandDrag.d.ts.map +1 -0
  145. package/dist/features/asset-grid/react/hooks/useRubberBandDrag.js +112 -0
  146. package/dist/features/asset-grid/react/hooks/useRubberBandDrag.js.map +1 -0
  147. package/dist/features/asset-grid/rules.d.ts +72 -0
  148. package/dist/features/asset-grid/rules.d.ts.map +1 -0
  149. package/dist/features/asset-grid/rules.js +219 -0
  150. package/dist/features/asset-grid/rules.js.map +1 -0
  151. package/dist/features/asset-grid/types.d.ts +68 -0
  152. package/dist/features/asset-grid/types.d.ts.map +1 -0
  153. package/dist/features/asset-grid/types.js +9 -0
  154. package/dist/features/asset-grid/types.js.map +1 -0
  155. package/dist/features/asset-tree-browser/constants.d.ts +23 -0
  156. package/dist/features/asset-tree-browser/constants.d.ts.map +1 -0
  157. package/dist/features/asset-tree-browser/constants.js +22 -0
  158. package/dist/features/asset-tree-browser/constants.js.map +1 -0
  159. package/dist/features/asset-tree-browser/dependencies.d.ts +14 -0
  160. package/dist/features/asset-tree-browser/dependencies.d.ts.map +1 -0
  161. package/dist/features/asset-tree-browser/dependencies.js +66 -0
  162. package/dist/features/asset-tree-browser/dependencies.js.map +1 -0
  163. package/dist/features/asset-tree-browser/index.d.ts +46 -0
  164. package/dist/features/asset-tree-browser/index.d.ts.map +1 -0
  165. package/dist/features/asset-tree-browser/index.js +23 -0
  166. package/dist/features/asset-tree-browser/index.js.map +1 -0
  167. package/dist/features/asset-tree-browser/ports.d.ts +53 -0
  168. package/dist/features/asset-tree-browser/ports.d.ts.map +1 -0
  169. package/dist/features/asset-tree-browser/ports.js +15 -0
  170. package/dist/features/asset-tree-browser/ports.js.map +1 -0
  171. package/dist/features/asset-tree-browser/react/components/AssetTreeBreadcrumbs.d.ts +9 -0
  172. package/dist/features/asset-tree-browser/react/components/AssetTreeBreadcrumbs.d.ts.map +1 -0
  173. package/dist/features/asset-tree-browser/react/components/AssetTreeBreadcrumbs.js +11 -0
  174. package/dist/features/asset-tree-browser/react/components/AssetTreeBreadcrumbs.js.map +1 -0
  175. package/dist/features/asset-tree-browser/react/components/AssetTreeBrowser.d.ts +63 -0
  176. package/dist/features/asset-tree-browser/react/components/AssetTreeBrowser.d.ts.map +1 -0
  177. package/dist/features/asset-tree-browser/react/components/AssetTreeBrowser.js +150 -0
  178. package/dist/features/asset-tree-browser/react/components/AssetTreeBrowser.js.map +1 -0
  179. package/dist/features/asset-tree-browser/react/components/AssetTreeEmptyState.d.ts +8 -0
  180. package/dist/features/asset-tree-browser/react/components/AssetTreeEmptyState.d.ts.map +1 -0
  181. package/dist/features/asset-tree-browser/react/components/AssetTreeEmptyState.js +8 -0
  182. package/dist/features/asset-tree-browser/react/components/AssetTreeEmptyState.js.map +1 -0
  183. package/dist/features/asset-tree-browser/react/components/AssetTreeFileRow.d.ts +33 -0
  184. package/dist/features/asset-tree-browser/react/components/AssetTreeFileRow.d.ts.map +1 -0
  185. package/dist/features/asset-tree-browser/react/components/AssetTreeFileRow.js +68 -0
  186. package/dist/features/asset-tree-browser/react/components/AssetTreeFileRow.js.map +1 -0
  187. package/dist/features/asset-tree-browser/react/components/AssetTreeFolderRow.d.ts +12 -0
  188. package/dist/features/asset-tree-browser/react/components/AssetTreeFolderRow.d.ts.map +1 -0
  189. package/dist/features/asset-tree-browser/react/components/AssetTreeFolderRow.js +8 -0
  190. package/dist/features/asset-tree-browser/react/components/AssetTreeFolderRow.js.map +1 -0
  191. package/dist/features/asset-tree-browser/react/components/AssetTreeRowMenu.d.ts +33 -0
  192. package/dist/features/asset-tree-browser/react/components/AssetTreeRowMenu.d.ts.map +1 -0
  193. package/dist/features/asset-tree-browser/react/components/AssetTreeRowMenu.js +15 -0
  194. package/dist/features/asset-tree-browser/react/components/AssetTreeRowMenu.js.map +1 -0
  195. package/dist/features/asset-tree-browser/react/components/AssetTreeSelectionBar.d.ts +13 -0
  196. package/dist/features/asset-tree-browser/react/components/AssetTreeSelectionBar.d.ts.map +1 -0
  197. package/dist/features/asset-tree-browser/react/components/AssetTreeSelectionBar.js +8 -0
  198. package/dist/features/asset-tree-browser/react/components/AssetTreeSelectionBar.js.map +1 -0
  199. package/dist/features/asset-tree-browser/react/components/AssetTreeToolbar.d.ts +14 -0
  200. package/dist/features/asset-tree-browser/react/components/AssetTreeToolbar.d.ts.map +1 -0
  201. package/dist/features/asset-tree-browser/react/components/AssetTreeToolbar.js +17 -0
  202. package/dist/features/asset-tree-browser/react/components/AssetTreeToolbar.js.map +1 -0
  203. package/dist/features/asset-tree-browser/react/components/AssetTreeUploadErrorBanner.d.ts +8 -0
  204. package/dist/features/asset-tree-browser/react/components/AssetTreeUploadErrorBanner.d.ts.map +1 -0
  205. package/dist/features/asset-tree-browser/react/components/AssetTreeUploadErrorBanner.js +8 -0
  206. package/dist/features/asset-tree-browser/react/components/AssetTreeUploadErrorBanner.js.map +1 -0
  207. package/dist/features/asset-tree-browser/react/components/FilePreviewPane.d.ts +39 -0
  208. package/dist/features/asset-tree-browser/react/components/FilePreviewPane.d.ts.map +1 -0
  209. package/dist/features/asset-tree-browser/react/components/FilePreviewPane.js +22 -0
  210. package/dist/features/asset-tree-browser/react/components/FilePreviewPane.js.map +1 -0
  211. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeBatchActions.d.ts +30 -0
  212. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeBatchActions.d.ts.map +1 -0
  213. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeBatchActions.js +63 -0
  214. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeBatchActions.js.map +1 -0
  215. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeClipboardPasteUpload.d.ts +22 -0
  216. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeClipboardPasteUpload.d.ts.map +1 -0
  217. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeClipboardPasteUpload.js +22 -0
  218. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeClipboardPasteUpload.js.map +1 -0
  219. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeCopyLocalPath.d.ts +13 -0
  220. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeCopyLocalPath.d.ts.map +1 -0
  221. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeCopyLocalPath.js +21 -0
  222. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeCopyLocalPath.js.map +1 -0
  223. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeDragUpload.d.ts +9 -0
  224. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeDragUpload.d.ts.map +1 -0
  225. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeDragUpload.js +8 -0
  226. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeDragUpload.js.map +1 -0
  227. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeNavigation.d.ts +30 -0
  228. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeNavigation.d.ts.map +1 -0
  229. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeNavigation.js +43 -0
  230. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeNavigation.js.map +1 -0
  231. package/dist/features/asset-tree-browser/react/hooks/useAssetTreePreview.d.ts +18 -0
  232. package/dist/features/asset-tree-browser/react/hooks/useAssetTreePreview.d.ts.map +1 -0
  233. package/dist/features/asset-tree-browser/react/hooks/useAssetTreePreview.js +37 -0
  234. package/dist/features/asset-tree-browser/react/hooks/useAssetTreePreview.js.map +1 -0
  235. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRename.d.ts +28 -0
  236. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRename.d.ts.map +1 -0
  237. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRename.js +51 -0
  238. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRename.js.map +1 -0
  239. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRowMenu.d.ts +19 -0
  240. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRowMenu.d.ts.map +1 -0
  241. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRowMenu.js +24 -0
  242. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeRowMenu.js.map +1 -0
  243. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeSelection.d.ts +29 -0
  244. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeSelection.d.ts.map +1 -0
  245. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeSelection.js +51 -0
  246. package/dist/features/asset-tree-browser/react/hooks/useAssetTreeSelection.js.map +1 -0
  247. package/dist/features/asset-tree-browser/rules.d.ts +103 -0
  248. package/dist/features/asset-tree-browser/rules.d.ts.map +1 -0
  249. package/dist/features/asset-tree-browser/rules.js +254 -0
  250. package/dist/features/asset-tree-browser/rules.js.map +1 -0
  251. package/dist/features/asset-tree-browser/types.d.ts +104 -0
  252. package/dist/features/asset-tree-browser/types.d.ts.map +1 -0
  253. package/dist/features/asset-tree-browser/types.js +12 -0
  254. package/dist/features/asset-tree-browser/types.js.map +1 -0
  255. package/dist/features/browser-chrome/constants.d.ts +13 -0
  256. package/dist/features/browser-chrome/constants.d.ts.map +1 -0
  257. package/dist/features/browser-chrome/constants.js +13 -0
  258. package/dist/features/browser-chrome/constants.js.map +1 -0
  259. package/dist/features/browser-chrome/dependencies.d.ts +26 -0
  260. package/dist/features/browser-chrome/dependencies.d.ts.map +1 -0
  261. package/dist/features/browser-chrome/dependencies.js +57 -0
  262. package/dist/features/browser-chrome/dependencies.js.map +1 -0
  263. package/dist/features/browser-chrome/index.d.ts +15 -0
  264. package/dist/features/browser-chrome/index.d.ts.map +1 -0
  265. package/dist/features/browser-chrome/index.js +8 -0
  266. package/dist/features/browser-chrome/index.js.map +1 -0
  267. package/dist/features/browser-chrome/ports.d.ts +16 -0
  268. package/dist/features/browser-chrome/ports.d.ts.map +1 -0
  269. package/dist/features/browser-chrome/ports.js +2 -0
  270. package/dist/features/browser-chrome/ports.js.map +1 -0
  271. package/dist/features/browser-chrome/react/components/BrowserViewportControls.d.ts +20 -0
  272. package/dist/features/browser-chrome/react/components/BrowserViewportControls.d.ts.map +1 -0
  273. package/dist/features/browser-chrome/react/components/BrowserViewportControls.js +38 -0
  274. package/dist/features/browser-chrome/react/components/BrowserViewportControls.js.map +1 -0
  275. package/dist/features/browser-chrome/react/hooks/useBrowserBridgeRegistration.d.ts +27 -0
  276. package/dist/features/browser-chrome/react/hooks/useBrowserBridgeRegistration.d.ts.map +1 -0
  277. package/dist/features/browser-chrome/react/hooks/useBrowserBridgeRegistration.js +38 -0
  278. package/dist/features/browser-chrome/react/hooks/useBrowserBridgeRegistration.js.map +1 -0
  279. package/dist/features/browser-chrome/react/hooks/useBrowserHistory.d.ts +27 -0
  280. package/dist/features/browser-chrome/react/hooks/useBrowserHistory.d.ts.map +1 -0
  281. package/dist/features/browser-chrome/react/hooks/useBrowserHistory.js +48 -0
  282. package/dist/features/browser-chrome/react/hooks/useBrowserHistory.js.map +1 -0
  283. package/dist/features/browser-chrome/react/hooks/useBrowserNavigationStack.d.ts +24 -0
  284. package/dist/features/browser-chrome/react/hooks/useBrowserNavigationStack.d.ts.map +1 -0
  285. package/dist/features/browser-chrome/react/hooks/useBrowserNavigationStack.js +69 -0
  286. package/dist/features/browser-chrome/react/hooks/useBrowserNavigationStack.js.map +1 -0
  287. package/dist/features/browser-chrome/rules.d.ts +68 -0
  288. package/dist/features/browser-chrome/rules.d.ts.map +1 -0
  289. package/dist/features/browser-chrome/rules.js +269 -0
  290. package/dist/features/browser-chrome/rules.js.map +1 -0
  291. package/dist/features/browser-chrome/types.d.ts +42 -0
  292. package/dist/features/browser-chrome/types.d.ts.map +1 -0
  293. package/dist/features/browser-chrome/types.js +15 -0
  294. package/dist/features/browser-chrome/types.js.map +1 -0
  295. package/dist/features/command-palette/constants.d.ts +5 -0
  296. package/dist/features/command-palette/constants.d.ts.map +1 -0
  297. package/dist/features/command-palette/constants.js +5 -0
  298. package/dist/features/command-palette/constants.js.map +1 -0
  299. package/dist/features/command-palette/dependencies.d.ts +12 -0
  300. package/dist/features/command-palette/dependencies.d.ts.map +1 -0
  301. package/dist/features/command-palette/dependencies.js +41 -0
  302. package/dist/features/command-palette/dependencies.js.map +1 -0
  303. package/dist/features/command-palette/index.d.ts +9 -0
  304. package/dist/features/command-palette/index.d.ts.map +1 -0
  305. package/dist/features/command-palette/index.js +7 -0
  306. package/dist/features/command-palette/index.js.map +1 -0
  307. package/dist/features/command-palette/ports.d.ts +5 -0
  308. package/dist/features/command-palette/ports.d.ts.map +1 -0
  309. package/dist/features/command-palette/ports.js +6 -0
  310. package/dist/features/command-palette/ports.js.map +1 -0
  311. package/dist/features/command-palette/react/components/CommandPalette.d.ts +26 -0
  312. package/dist/features/command-palette/react/components/CommandPalette.d.ts.map +1 -0
  313. package/dist/features/command-palette/react/components/CommandPalette.js +35 -0
  314. package/dist/features/command-palette/react/components/CommandPalette.js.map +1 -0
  315. package/dist/features/command-palette/react/components/CommandPaletteRow.d.ts +10 -0
  316. package/dist/features/command-palette/react/components/CommandPaletteRow.d.ts.map +1 -0
  317. package/dist/features/command-palette/react/components/CommandPaletteRow.js +6 -0
  318. package/dist/features/command-palette/react/components/CommandPaletteRow.js.map +1 -0
  319. package/dist/features/command-palette/react/hooks/useCommandPalette.d.ts +38 -0
  320. package/dist/features/command-palette/react/hooks/useCommandPalette.d.ts.map +1 -0
  321. package/dist/features/command-palette/react/hooks/useCommandPalette.js +70 -0
  322. package/dist/features/command-palette/react/hooks/useCommandPalette.js.map +1 -0
  323. package/dist/features/command-palette/rules.d.ts +21 -0
  324. package/dist/features/command-palette/rules.d.ts.map +1 -0
  325. package/dist/features/command-palette/rules.js +72 -0
  326. package/dist/features/command-palette/rules.js.map +1 -0
  327. package/dist/features/command-palette/types.d.ts +21 -0
  328. package/dist/features/command-palette/types.d.ts.map +1 -0
  329. package/dist/features/command-palette/types.js +2 -0
  330. package/dist/features/command-palette/types.js.map +1 -0
  331. package/dist/features/connectors/ConnectorsBrowser.d.ts +33 -0
  332. package/dist/features/connectors/ConnectorsBrowser.d.ts.map +1 -0
  333. package/dist/features/connectors/ConnectorsBrowser.js +59 -0
  334. package/dist/features/connectors/ConnectorsBrowser.js.map +1 -0
  335. package/dist/features/connectors/components/ConnectorAlertList.d.ts +9 -0
  336. package/dist/features/connectors/components/ConnectorAlertList.d.ts.map +1 -0
  337. package/dist/features/connectors/components/ConnectorAlertList.js +12 -0
  338. package/dist/features/connectors/components/ConnectorAlertList.js.map +1 -0
  339. package/dist/features/connectors/components/ConnectorCard.d.ts +19 -0
  340. package/dist/features/connectors/components/ConnectorCard.d.ts.map +1 -0
  341. package/dist/features/connectors/components/ConnectorCard.js +60 -0
  342. package/dist/features/connectors/components/ConnectorCard.js.map +1 -0
  343. package/dist/features/connectors/components/ConnectorDetailDrawer.d.ts +31 -0
  344. package/dist/features/connectors/components/ConnectorDetailDrawer.d.ts.map +1 -0
  345. package/dist/features/connectors/components/ConnectorDetailDrawer.js +69 -0
  346. package/dist/features/connectors/components/ConnectorDetailDrawer.js.map +1 -0
  347. package/dist/features/connectors/components/ConnectorGate.d.ts +10 -0
  348. package/dist/features/connectors/components/ConnectorGate.d.ts.map +1 -0
  349. package/dist/features/connectors/components/ConnectorGate.js +7 -0
  350. package/dist/features/connectors/components/ConnectorGate.js.map +1 -0
  351. package/dist/features/connectors/components/ConnectorGrid.d.ts +29 -0
  352. package/dist/features/connectors/components/ConnectorGrid.d.ts.map +1 -0
  353. package/dist/features/connectors/components/ConnectorGrid.js +13 -0
  354. package/dist/features/connectors/components/ConnectorGrid.js.map +1 -0
  355. package/dist/features/connectors/components/ConnectorLogo.d.ts +15 -0
  356. package/dist/features/connectors/components/ConnectorLogo.d.ts.map +1 -0
  357. package/dist/features/connectors/components/ConnectorLogo.js +30 -0
  358. package/dist/features/connectors/components/ConnectorLogo.js.map +1 -0
  359. package/dist/features/connectors/components/ConnectorSearchBar.d.ts +11 -0
  360. package/dist/features/connectors/components/ConnectorSearchBar.d.ts.map +1 -0
  361. package/dist/features/connectors/components/ConnectorSearchBar.js +24 -0
  362. package/dist/features/connectors/components/ConnectorSearchBar.js.map +1 -0
  363. package/dist/features/connectors/components/ProviderTabBar.d.ts +10 -0
  364. package/dist/features/connectors/components/ProviderTabBar.d.ts.map +1 -0
  365. package/dist/features/connectors/components/ProviderTabBar.js +12 -0
  366. package/dist/features/connectors/components/ProviderTabBar.js.map +1 -0
  367. package/dist/features/connectors/constants.d.ts +19 -0
  368. package/dist/features/connectors/constants.d.ts.map +1 -0
  369. package/dist/features/connectors/constants.js +21 -0
  370. package/dist/features/connectors/constants.js.map +1 -0
  371. package/dist/features/connectors/dependencies.d.ts +17 -0
  372. package/dist/features/connectors/dependencies.d.ts.map +1 -0
  373. package/dist/features/connectors/dependencies.js +147 -0
  374. package/dist/features/connectors/dependencies.js.map +1 -0
  375. package/dist/features/connectors/hooks/useConnectorAuthorization.d.ts +29 -0
  376. package/dist/features/connectors/hooks/useConnectorAuthorization.d.ts.map +1 -0
  377. package/dist/features/connectors/hooks/useConnectorAuthorization.js +226 -0
  378. package/dist/features/connectors/hooks/useConnectorAuthorization.js.map +1 -0
  379. package/dist/features/connectors/hooks/useConnectorCatalog.d.ts +24 -0
  380. package/dist/features/connectors/hooks/useConnectorCatalog.d.ts.map +1 -0
  381. package/dist/features/connectors/hooks/useConnectorCatalog.js +57 -0
  382. package/dist/features/connectors/hooks/useConnectorCatalog.js.map +1 -0
  383. package/dist/features/connectors/hooks/useConnectorDetail.d.ts +25 -0
  384. package/dist/features/connectors/hooks/useConnectorDetail.d.ts.map +1 -0
  385. package/dist/features/connectors/hooks/useConnectorDetail.js +88 -0
  386. package/dist/features/connectors/hooks/useConnectorDetail.js.map +1 -0
  387. package/dist/features/connectors/hooks/useWiredConnectorsBrowser.d.ts +40 -0
  388. package/dist/features/connectors/hooks/useWiredConnectorsBrowser.d.ts.map +1 -0
  389. package/dist/features/connectors/hooks/useWiredConnectorsBrowser.js +38 -0
  390. package/dist/features/connectors/hooks/useWiredConnectorsBrowser.js.map +1 -0
  391. package/dist/features/connectors/index.d.ts +33 -0
  392. package/dist/features/connectors/index.d.ts.map +1 -0
  393. package/dist/features/connectors/index.js +17 -0
  394. package/dist/features/connectors/index.js.map +1 -0
  395. package/dist/features/connectors/ports.d.ts +52 -0
  396. package/dist/features/connectors/ports.d.ts.map +1 -0
  397. package/dist/features/connectors/ports.js +2 -0
  398. package/dist/features/connectors/ports.js.map +1 -0
  399. package/dist/features/connectors/rules.d.ts +58 -0
  400. package/dist/features/connectors/rules.d.ts.map +1 -0
  401. package/dist/features/connectors/rules.js +387 -0
  402. package/dist/features/connectors/rules.js.map +1 -0
  403. package/dist/features/connectors/types.d.ts +86 -0
  404. package/dist/features/connectors/types.d.ts.map +1 -0
  405. package/dist/features/connectors/types.js +8 -0
  406. package/dist/features/connectors/types.js.map +1 -0
  407. package/dist/features/file-dropzone/constants.d.ts +25 -0
  408. package/dist/features/file-dropzone/constants.d.ts.map +1 -0
  409. package/dist/features/file-dropzone/constants.js +52 -0
  410. package/dist/features/file-dropzone/constants.js.map +1 -0
  411. package/dist/features/file-dropzone/index.d.ts +17 -0
  412. package/dist/features/file-dropzone/index.d.ts.map +1 -0
  413. package/dist/features/file-dropzone/index.js +10 -0
  414. package/dist/features/file-dropzone/index.js.map +1 -0
  415. package/dist/features/file-dropzone/react/components/FileDropzone.d.ts +55 -0
  416. package/dist/features/file-dropzone/react/components/FileDropzone.d.ts.map +1 -0
  417. package/dist/features/file-dropzone/react/components/FileDropzone.js +61 -0
  418. package/dist/features/file-dropzone/react/components/FileDropzone.js.map +1 -0
  419. package/dist/features/file-dropzone/react/components/FileDropzoneLightbox.d.ts +9 -0
  420. package/dist/features/file-dropzone/react/components/FileDropzoneLightbox.d.ts.map +1 -0
  421. package/dist/features/file-dropzone/react/components/FileDropzoneLightbox.js +44 -0
  422. package/dist/features/file-dropzone/react/components/FileDropzoneLightbox.js.map +1 -0
  423. package/dist/features/file-dropzone/react/components/FileDropzoneNameList.d.ts +9 -0
  424. package/dist/features/file-dropzone/react/components/FileDropzoneNameList.d.ts.map +1 -0
  425. package/dist/features/file-dropzone/react/components/FileDropzoneNameList.js +10 -0
  426. package/dist/features/file-dropzone/react/components/FileDropzoneNameList.js.map +1 -0
  427. package/dist/features/file-dropzone/react/components/FileDropzoneThumbnailGrid.d.ts +10 -0
  428. package/dist/features/file-dropzone/react/components/FileDropzoneThumbnailGrid.d.ts.map +1 -0
  429. package/dist/features/file-dropzone/react/components/FileDropzoneThumbnailGrid.js +44 -0
  430. package/dist/features/file-dropzone/react/components/FileDropzoneThumbnailGrid.js.map +1 -0
  431. package/dist/features/file-dropzone/react/hooks/useFileDialogTracking.d.ts +35 -0
  432. package/dist/features/file-dropzone/react/hooks/useFileDialogTracking.d.ts.map +1 -0
  433. package/dist/features/file-dropzone/react/hooks/useFileDialogTracking.js +113 -0
  434. package/dist/features/file-dropzone/react/hooks/useFileDialogTracking.js.map +1 -0
  435. package/dist/features/file-dropzone/react/hooks/useFileDropzone.d.ts +44 -0
  436. package/dist/features/file-dropzone/react/hooks/useFileDropzone.d.ts.map +1 -0
  437. package/dist/features/file-dropzone/react/hooks/useFileDropzone.js +135 -0
  438. package/dist/features/file-dropzone/react/hooks/useFileDropzone.js.map +1 -0
  439. package/dist/features/file-dropzone/react/hooks/useFileDropzonePreviews.d.ts +9 -0
  440. package/dist/features/file-dropzone/react/hooks/useFileDropzonePreviews.d.ts.map +1 -0
  441. package/dist/features/file-dropzone/react/hooks/useFileDropzonePreviews.js +133 -0
  442. package/dist/features/file-dropzone/react/hooks/useFileDropzonePreviews.js.map +1 -0
  443. package/dist/features/file-dropzone/rules.d.ts +17 -0
  444. package/dist/features/file-dropzone/rules.d.ts.map +1 -0
  445. package/dist/features/file-dropzone/rules.js +63 -0
  446. package/dist/features/file-dropzone/rules.js.map +1 -0
  447. package/dist/features/file-dropzone/types.d.ts +21 -0
  448. package/dist/features/file-dropzone/types.d.ts.map +1 -0
  449. package/dist/features/file-dropzone/types.js +14 -0
  450. package/dist/features/file-dropzone/types.js.map +1 -0
  451. package/dist/features/html-viewer/constants.d.ts +16 -0
  452. package/dist/features/html-viewer/constants.d.ts.map +1 -0
  453. package/dist/features/html-viewer/constants.js +16 -0
  454. package/dist/features/html-viewer/constants.js.map +1 -0
  455. package/dist/features/html-viewer/dependencies.d.ts +8 -0
  456. package/dist/features/html-viewer/dependencies.d.ts.map +1 -0
  457. package/dist/features/html-viewer/dependencies.js +51 -0
  458. package/dist/features/html-viewer/dependencies.js.map +1 -0
  459. package/dist/features/html-viewer/index.d.ts +18 -0
  460. package/dist/features/html-viewer/index.d.ts.map +1 -0
  461. package/dist/features/html-viewer/index.js +10 -0
  462. package/dist/features/html-viewer/index.js.map +1 -0
  463. package/dist/features/html-viewer/ports.d.ts +25 -0
  464. package/dist/features/html-viewer/ports.d.ts.map +1 -0
  465. package/dist/features/html-viewer/ports.js +2 -0
  466. package/dist/features/html-viewer/ports.js.map +1 -0
  467. package/dist/features/html-viewer/react/components/DeckNavigationControls.d.ts +11 -0
  468. package/dist/features/html-viewer/react/components/DeckNavigationControls.d.ts.map +1 -0
  469. package/dist/features/html-viewer/react/components/DeckNavigationControls.js +10 -0
  470. package/dist/features/html-viewer/react/components/DeckNavigationControls.js.map +1 -0
  471. package/dist/features/html-viewer/react/components/PresentMenu.d.ts +10 -0
  472. package/dist/features/html-viewer/react/components/PresentMenu.d.ts.map +1 -0
  473. package/dist/features/html-viewer/react/components/PresentMenu.js +17 -0
  474. package/dist/features/html-viewer/react/components/PresentMenu.js.map +1 -0
  475. package/dist/features/html-viewer/react/components/ZoomMenu.d.ts +11 -0
  476. package/dist/features/html-viewer/react/components/ZoomMenu.d.ts.map +1 -0
  477. package/dist/features/html-viewer/react/components/ZoomMenu.js +12 -0
  478. package/dist/features/html-viewer/react/components/ZoomMenu.js.map +1 -0
  479. package/dist/features/html-viewer/react/hooks/useDeckNavigation.d.ts +24 -0
  480. package/dist/features/html-viewer/react/hooks/useDeckNavigation.d.ts.map +1 -0
  481. package/dist/features/html-viewer/react/hooks/useDeckNavigation.js +37 -0
  482. package/dist/features/html-viewer/react/hooks/useDeckNavigation.js.map +1 -0
  483. package/dist/features/html-viewer/react/hooks/usePresentMode.d.ts +14 -0
  484. package/dist/features/html-viewer/react/hooks/usePresentMode.d.ts.map +1 -0
  485. package/dist/features/html-viewer/react/hooks/usePresentMode.js +28 -0
  486. package/dist/features/html-viewer/react/hooks/usePresentMode.js.map +1 -0
  487. package/dist/features/html-viewer/react/hooks/useZoomControl.d.ts +16 -0
  488. package/dist/features/html-viewer/react/hooks/useZoomControl.d.ts.map +1 -0
  489. package/dist/features/html-viewer/react/hooks/useZoomControl.js +22 -0
  490. package/dist/features/html-viewer/react/hooks/useZoomControl.js.map +1 -0
  491. package/dist/features/html-viewer/rules.d.ts +22 -0
  492. package/dist/features/html-viewer/rules.d.ts.map +1 -0
  493. package/dist/features/html-viewer/rules.js +48 -0
  494. package/dist/features/html-viewer/rules.js.map +1 -0
  495. package/dist/features/html-viewer/types.d.ts +20 -0
  496. package/dist/features/html-viewer/types.d.ts.map +1 -0
  497. package/dist/features/html-viewer/types.js +12 -0
  498. package/dist/features/html-viewer/types.js.map +1 -0
  499. package/dist/features/i18n/context.d.ts +63 -0
  500. package/dist/features/i18n/context.d.ts.map +1 -0
  501. package/dist/features/i18n/context.js +87 -0
  502. package/dist/features/i18n/context.js.map +1 -0
  503. package/dist/features/i18n/index.d.ts +6 -0
  504. package/dist/features/i18n/index.d.ts.map +1 -0
  505. package/dist/features/i18n/index.js +3 -0
  506. package/dist/features/i18n/index.js.map +1 -0
  507. package/dist/features/i18n/locale.d.ts +69 -0
  508. package/dist/features/i18n/locale.d.ts.map +1 -0
  509. package/dist/features/i18n/locale.js +86 -0
  510. package/dist/features/i18n/locale.js.map +1 -0
  511. package/dist/features/i18n/types.d.ts +26 -0
  512. package/dist/features/i18n/types.d.ts.map +1 -0
  513. package/dist/features/i18n/types.js +12 -0
  514. package/dist/features/i18n/types.js.map +1 -0
  515. package/dist/features/iframe-pool/constants.d.ts +2 -0
  516. package/dist/features/iframe-pool/constants.d.ts.map +1 -0
  517. package/dist/features/iframe-pool/constants.js +2 -0
  518. package/dist/features/iframe-pool/constants.js.map +1 -0
  519. package/dist/features/iframe-pool/index.d.ts +9 -0
  520. package/dist/features/iframe-pool/index.d.ts.map +1 -0
  521. package/dist/features/iframe-pool/index.js +7 -0
  522. package/dist/features/iframe-pool/index.js.map +1 -0
  523. package/dist/features/iframe-pool/react/components/IframeKeepAliveProvider.d.ts +16 -0
  524. package/dist/features/iframe-pool/react/components/IframeKeepAliveProvider.d.ts.map +1 -0
  525. package/dist/features/iframe-pool/react/components/IframeKeepAliveProvider.js +85 -0
  526. package/dist/features/iframe-pool/react/components/IframeKeepAliveProvider.js.map +1 -0
  527. package/dist/features/iframe-pool/react/components/PooledIframe.d.ts +12 -0
  528. package/dist/features/iframe-pool/react/components/PooledIframe.d.ts.map +1 -0
  529. package/dist/features/iframe-pool/react/components/PooledIframe.js +53 -0
  530. package/dist/features/iframe-pool/react/components/PooledIframe.js.map +1 -0
  531. package/dist/features/iframe-pool/react/dom-sync.d.ts +15 -0
  532. package/dist/features/iframe-pool/react/dom-sync.d.ts.map +1 -0
  533. package/dist/features/iframe-pool/react/dom-sync.js +119 -0
  534. package/dist/features/iframe-pool/react/dom-sync.js.map +1 -0
  535. package/dist/features/iframe-pool/react/hooks/useIframeKeepAlivePool.d.ts +10 -0
  536. package/dist/features/iframe-pool/react/hooks/useIframeKeepAlivePool.d.ts.map +1 -0
  537. package/dist/features/iframe-pool/react/hooks/useIframeKeepAlivePool.js +63 -0
  538. package/dist/features/iframe-pool/react/hooks/useIframeKeepAlivePool.js.map +1 -0
  539. package/dist/features/iframe-pool/react/pool-context.d.ts +3 -0
  540. package/dist/features/iframe-pool/react/pool-context.d.ts.map +1 -0
  541. package/dist/features/iframe-pool/react/pool-context.js +3 -0
  542. package/dist/features/iframe-pool/react/pool-context.js.map +1 -0
  543. package/dist/features/iframe-pool/rules.d.ts +17 -0
  544. package/dist/features/iframe-pool/rules.d.ts.map +1 -0
  545. package/dist/features/iframe-pool/rules.js +34 -0
  546. package/dist/features/iframe-pool/rules.js.map +1 -0
  547. package/dist/features/iframe-pool/types.d.ts +24 -0
  548. package/dist/features/iframe-pool/types.d.ts.map +1 -0
  549. package/dist/features/iframe-pool/types.js +2 -0
  550. package/dist/features/iframe-pool/types.js.map +1 -0
  551. package/dist/features/lexical-rich-text-editor/constants.d.ts +16 -0
  552. package/dist/features/lexical-rich-text-editor/constants.d.ts.map +1 -0
  553. package/dist/features/lexical-rich-text-editor/constants.js +18 -0
  554. package/dist/features/lexical-rich-text-editor/constants.js.map +1 -0
  555. package/dist/features/lexical-rich-text-editor/deserialize.d.ts +9 -0
  556. package/dist/features/lexical-rich-text-editor/deserialize.d.ts.map +1 -0
  557. package/dist/features/lexical-rich-text-editor/deserialize.js +55 -0
  558. package/dist/features/lexical-rich-text-editor/deserialize.js.map +1 -0
  559. package/dist/features/lexical-rich-text-editor/index.d.ts +12 -0
  560. package/dist/features/lexical-rich-text-editor/index.d.ts.map +1 -0
  561. package/dist/features/lexical-rich-text-editor/index.js +11 -0
  562. package/dist/features/lexical-rich-text-editor/index.js.map +1 -0
  563. package/dist/features/lexical-rich-text-editor/mention-node.d.ts +56 -0
  564. package/dist/features/lexical-rich-text-editor/mention-node.d.ts.map +1 -0
  565. package/dist/features/lexical-rich-text-editor/mention-node.js +142 -0
  566. package/dist/features/lexical-rich-text-editor/mention-node.js.map +1 -0
  567. package/dist/features/lexical-rich-text-editor/mention-parser.d.ts +47 -0
  568. package/dist/features/lexical-rich-text-editor/mention-parser.d.ts.map +1 -0
  569. package/dist/features/lexical-rich-text-editor/mention-parser.js +239 -0
  570. package/dist/features/lexical-rich-text-editor/mention-parser.js.map +1 -0
  571. package/dist/features/lexical-rich-text-editor/react/components/CaretFloatingLayer.d.ts +20 -0
  572. package/dist/features/lexical-rich-text-editor/react/components/CaretFloatingLayer.d.ts.map +1 -0
  573. package/dist/features/lexical-rich-text-editor/react/components/CaretFloatingLayer.js +33 -0
  574. package/dist/features/lexical-rich-text-editor/react/components/CaretFloatingLayer.js.map +1 -0
  575. package/dist/features/lexical-rich-text-editor/react/components/RichTextInput.d.ts +61 -0
  576. package/dist/features/lexical-rich-text-editor/react/components/RichTextInput.d.ts.map +1 -0
  577. package/dist/features/lexical-rich-text-editor/react/components/RichTextInput.js +154 -0
  578. package/dist/features/lexical-rich-text-editor/react/components/RichTextInput.js.map +1 -0
  579. package/dist/features/lexical-rich-text-editor/react/hooks/useCaretFloatingLayerPosition.d.ts +15 -0
  580. package/dist/features/lexical-rich-text-editor/react/hooks/useCaretFloatingLayerPosition.d.ts.map +1 -0
  581. package/dist/features/lexical-rich-text-editor/react/hooks/useCaretFloatingLayerPosition.js +54 -0
  582. package/dist/features/lexical-rich-text-editor/react/hooks/useCaretFloatingLayerPosition.js.map +1 -0
  583. package/dist/features/lexical-rich-text-editor/react/hooks/useKeyboardCommands.d.ts +11 -0
  584. package/dist/features/lexical-rich-text-editor/react/hooks/useKeyboardCommands.d.ts.map +1 -0
  585. package/dist/features/lexical-rich-text-editor/react/hooks/useKeyboardCommands.js +70 -0
  586. package/dist/features/lexical-rich-text-editor/react/hooks/useKeyboardCommands.js.map +1 -0
  587. package/dist/features/lexical-rich-text-editor/react/hooks/useMentionAtomicNavigation.d.ts +8 -0
  588. package/dist/features/lexical-rich-text-editor/react/hooks/useMentionAtomicNavigation.d.ts.map +1 -0
  589. package/dist/features/lexical-rich-text-editor/react/hooks/useMentionAtomicNavigation.js +63 -0
  590. package/dist/features/lexical-rich-text-editor/react/hooks/useMentionAtomicNavigation.js.map +1 -0
  591. package/dist/features/lexical-rich-text-editor/react/hooks/useMentionColorStamping.d.ts +18 -0
  592. package/dist/features/lexical-rich-text-editor/react/hooks/useMentionColorStamping.d.ts.map +1 -0
  593. package/dist/features/lexical-rich-text-editor/react/hooks/useMentionColorStamping.js +64 -0
  594. package/dist/features/lexical-rich-text-editor/react/hooks/useMentionColorStamping.js.map +1 -0
  595. package/dist/features/lexical-rich-text-editor/react/hooks/usePasteFiles.d.ts +5 -0
  596. package/dist/features/lexical-rich-text-editor/react/hooks/usePasteFiles.d.ts.map +1 -0
  597. package/dist/features/lexical-rich-text-editor/react/hooks/usePasteFiles.js +24 -0
  598. package/dist/features/lexical-rich-text-editor/react/hooks/usePasteFiles.js.map +1 -0
  599. package/dist/features/lexical-rich-text-editor/react/hooks/useSeededValue.d.ts +21 -0
  600. package/dist/features/lexical-rich-text-editor/react/hooks/useSeededValue.d.ts.map +1 -0
  601. package/dist/features/lexical-rich-text-editor/react/hooks/useSeededValue.js +35 -0
  602. package/dist/features/lexical-rich-text-editor/react/hooks/useSeededValue.js.map +1 -0
  603. package/dist/features/lexical-rich-text-editor/react/hooks/useSyncedOnChange.d.ts +10 -0
  604. package/dist/features/lexical-rich-text-editor/react/hooks/useSyncedOnChange.d.ts.map +1 -0
  605. package/dist/features/lexical-rich-text-editor/react/hooks/useSyncedOnChange.js +29 -0
  606. package/dist/features/lexical-rich-text-editor/react/hooks/useSyncedOnChange.js.map +1 -0
  607. package/dist/features/lexical-rich-text-editor/react/hooks/useTriggerDetection.d.ts +6 -0
  608. package/dist/features/lexical-rich-text-editor/react/hooks/useTriggerDetection.d.ts.map +1 -0
  609. package/dist/features/lexical-rich-text-editor/react/hooks/useTriggerDetection.js +39 -0
  610. package/dist/features/lexical-rich-text-editor/react/hooks/useTriggerDetection.js.map +1 -0
  611. package/dist/features/lexical-rich-text-editor/react/test-support/lexical-harness.d.ts +11 -0
  612. package/dist/features/lexical-rich-text-editor/react/test-support/lexical-harness.d.ts.map +1 -0
  613. package/dist/features/lexical-rich-text-editor/react/test-support/lexical-harness.js +35 -0
  614. package/dist/features/lexical-rich-text-editor/react/test-support/lexical-harness.js.map +1 -0
  615. package/dist/features/lexical-rich-text-editor/rules.d.ts +83 -0
  616. package/dist/features/lexical-rich-text-editor/rules.d.ts.map +1 -0
  617. package/dist/features/lexical-rich-text-editor/rules.js +317 -0
  618. package/dist/features/lexical-rich-text-editor/rules.js.map +1 -0
  619. package/dist/features/lexical-rich-text-editor/serialize.d.ts +8 -0
  620. package/dist/features/lexical-rich-text-editor/serialize.d.ts.map +1 -0
  621. package/dist/features/lexical-rich-text-editor/serialize.js +44 -0
  622. package/dist/features/lexical-rich-text-editor/serialize.js.map +1 -0
  623. package/dist/features/lexical-rich-text-editor/types.d.ts +83 -0
  624. package/dist/features/lexical-rich-text-editor/types.d.ts.map +1 -0
  625. package/dist/features/lexical-rich-text-editor/types.js +15 -0
  626. package/dist/features/lexical-rich-text-editor/types.js.map +1 -0
  627. package/dist/features/list-detail-panel/index.d.ts +7 -0
  628. package/dist/features/list-detail-panel/index.d.ts.map +1 -0
  629. package/dist/features/list-detail-panel/index.js +4 -0
  630. package/dist/features/list-detail-panel/index.js.map +1 -0
  631. package/dist/features/list-detail-panel/react/components/ListDetailPanel.d.ts +40 -0
  632. package/dist/features/list-detail-panel/react/components/ListDetailPanel.d.ts.map +1 -0
  633. package/dist/features/list-detail-panel/react/components/ListDetailPanel.js +23 -0
  634. package/dist/features/list-detail-panel/react/components/ListDetailPanel.js.map +1 -0
  635. package/dist/features/list-detail-panel/react/hooks/useListDetailSelection.d.ts +17 -0
  636. package/dist/features/list-detail-panel/react/hooks/useListDetailSelection.d.ts.map +1 -0
  637. package/dist/features/list-detail-panel/react/hooks/useListDetailSelection.js +23 -0
  638. package/dist/features/list-detail-panel/react/hooks/useListDetailSelection.js.map +1 -0
  639. package/dist/features/list-detail-panel/rules.d.ts +13 -0
  640. package/dist/features/list-detail-panel/rules.d.ts.map +1 -0
  641. package/dist/features/list-detail-panel/rules.js +22 -0
  642. package/dist/features/list-detail-panel/rules.js.map +1 -0
  643. package/dist/features/list-detail-panel/types.d.ts +22 -0
  644. package/dist/features/list-detail-panel/types.d.ts.map +1 -0
  645. package/dist/features/list-detail-panel/types.js +15 -0
  646. package/dist/features/list-detail-panel/types.js.map +1 -0
  647. package/dist/features/memory/async-commit-guard.d.ts +30 -0
  648. package/dist/features/memory/async-commit-guard.d.ts.map +1 -0
  649. package/dist/features/memory/async-commit-guard.js +12 -0
  650. package/dist/features/memory/async-commit-guard.js.map +1 -0
  651. package/dist/features/memory/constants.d.ts +42 -0
  652. package/dist/features/memory/constants.d.ts.map +1 -0
  653. package/dist/features/memory/constants.js +87 -0
  654. package/dist/features/memory/constants.js.map +1 -0
  655. package/dist/features/memory/dependencies.d.ts +68 -0
  656. package/dist/features/memory/dependencies.d.ts.map +1 -0
  657. package/dist/features/memory/dependencies.js +229 -0
  658. package/dist/features/memory/dependencies.js.map +1 -0
  659. package/dist/features/memory/formatters.d.ts +37 -0
  660. package/dist/features/memory/formatters.d.ts.map +1 -0
  661. package/dist/features/memory/formatters.js +343 -0
  662. package/dist/features/memory/formatters.js.map +1 -0
  663. package/dist/features/memory/index.d.ts +27 -0
  664. package/dist/features/memory/index.d.ts.map +1 -0
  665. package/dist/features/memory/index.js +26 -0
  666. package/dist/features/memory/index.js.map +1 -0
  667. package/dist/features/memory/ports.d.ts +53 -0
  668. package/dist/features/memory/ports.d.ts.map +1 -0
  669. package/dist/features/memory/ports.js +2 -0
  670. package/dist/features/memory/ports.js.map +1 -0
  671. package/dist/features/memory/react/components/MemoryAdvancedModal.d.ts +16 -0
  672. package/dist/features/memory/react/components/MemoryAdvancedModal.d.ts.map +1 -0
  673. package/dist/features/memory/react/components/MemoryAdvancedModal.js +45 -0
  674. package/dist/features/memory/react/components/MemoryAdvancedModal.js.map +1 -0
  675. package/dist/features/memory/react/components/MemoryConnectedPanel.d.ts +39 -0
  676. package/dist/features/memory/react/components/MemoryConnectedPanel.d.ts.map +1 -0
  677. package/dist/features/memory/react/components/MemoryConnectedPanel.js +56 -0
  678. package/dist/features/memory/react/components/MemoryConnectedPanel.js.map +1 -0
  679. package/dist/features/memory/react/components/MemoryEntryCard.d.ts +10 -0
  680. package/dist/features/memory/react/components/MemoryEntryCard.d.ts.map +1 -0
  681. package/dist/features/memory/react/components/MemoryEntryCard.js +16 -0
  682. package/dist/features/memory/react/components/MemoryEntryCard.js.map +1 -0
  683. package/dist/features/memory/react/components/MemoryExtractionCard.d.ts +9 -0
  684. package/dist/features/memory/react/components/MemoryExtractionCard.d.ts.map +1 -0
  685. package/dist/features/memory/react/components/MemoryExtractionCard.js +20 -0
  686. package/dist/features/memory/react/components/MemoryExtractionCard.js.map +1 -0
  687. package/dist/features/memory/react/components/MemoryHooksPanel.d.ts +8 -0
  688. package/dist/features/memory/react/components/MemoryHooksPanel.d.ts.map +1 -0
  689. package/dist/features/memory/react/components/MemoryHooksPanel.js +48 -0
  690. package/dist/features/memory/react/components/MemoryHooksPanel.js.map +1 -0
  691. package/dist/features/memory/react/components/MemoryHowPanel.d.ts +7 -0
  692. package/dist/features/memory/react/components/MemoryHowPanel.d.ts.map +1 -0
  693. package/dist/features/memory/react/components/MemoryHowPanel.js +12 -0
  694. package/dist/features/memory/react/components/MemoryHowPanel.js.map +1 -0
  695. package/dist/features/memory/react/components/MemoryList.d.ts +22 -0
  696. package/dist/features/memory/react/components/MemoryList.d.ts.map +1 -0
  697. package/dist/features/memory/react/components/MemoryList.js +27 -0
  698. package/dist/features/memory/react/components/MemoryList.js.map +1 -0
  699. package/dist/features/memory/react/components/MemoryManualEditor.d.ts +17 -0
  700. package/dist/features/memory/react/components/MemoryManualEditor.d.ts.map +1 -0
  701. package/dist/features/memory/react/components/MemoryManualEditor.js +63 -0
  702. package/dist/features/memory/react/components/MemoryManualEditor.js.map +1 -0
  703. package/dist/features/memory/react/hooks/useMemoryConfig.hooks.d.ts +29 -0
  704. package/dist/features/memory/react/hooks/useMemoryConfig.hooks.d.ts.map +1 -0
  705. package/dist/features/memory/react/hooks/useMemoryConfig.hooks.js +219 -0
  706. package/dist/features/memory/react/hooks/useMemoryConfig.hooks.js.map +1 -0
  707. package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.d.ts +57 -0
  708. package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.d.ts.map +1 -0
  709. package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.js +517 -0
  710. package/dist/features/memory/react/hooks/useMemoryConnectors.hooks.js.map +1 -0
  711. package/dist/features/memory/react/hooks/useMemoryEntries.hooks.d.ts +52 -0
  712. package/dist/features/memory/react/hooks/useMemoryEntries.hooks.d.ts.map +1 -0
  713. package/dist/features/memory/react/hooks/useMemoryEntries.hooks.js +341 -0
  714. package/dist/features/memory/react/hooks/useMemoryEntries.hooks.js.map +1 -0
  715. package/dist/features/memory/react/hooks/useMemoryExtractions.hooks.d.ts +21 -0
  716. package/dist/features/memory/react/hooks/useMemoryExtractions.hooks.d.ts.map +1 -0
  717. package/dist/features/memory/react/hooks/useMemoryExtractions.hooks.js +181 -0
  718. package/dist/features/memory/react/hooks/useMemoryExtractions.hooks.js.map +1 -0
  719. package/dist/features/memory/react/hooks/useMemoryExtractions.store.d.ts +69 -0
  720. package/dist/features/memory/react/hooks/useMemoryExtractions.store.d.ts.map +1 -0
  721. package/dist/features/memory/react/hooks/useMemoryExtractions.store.js +269 -0
  722. package/dist/features/memory/react/hooks/useMemoryExtractions.store.js.map +1 -0
  723. package/dist/features/memory/react/hooks/useMemoryFlash.hooks.d.ts +12 -0
  724. package/dist/features/memory/react/hooks/useMemoryFlash.hooks.d.ts.map +1 -0
  725. package/dist/features/memory/react/hooks/useMemoryFlash.hooks.js +24 -0
  726. package/dist/features/memory/react/hooks/useMemoryFlash.hooks.js.map +1 -0
  727. package/dist/features/memory/react/hooks/useMemoryNavigation.hooks.d.ts +24 -0
  728. package/dist/features/memory/react/hooks/useMemoryNavigation.hooks.d.ts.map +1 -0
  729. package/dist/features/memory/react/hooks/useMemoryNavigation.hooks.js +37 -0
  730. package/dist/features/memory/react/hooks/useMemoryNavigation.hooks.js.map +1 -0
  731. package/dist/features/memory/react/render-markdown.d.ts +2 -0
  732. package/dist/features/memory/react/render-markdown.d.ts.map +1 -0
  733. package/dist/features/memory/react/render-markdown.js +24 -0
  734. package/dist/features/memory/react/render-markdown.js.map +1 -0
  735. package/dist/features/memory/rules.d.ts +44 -0
  736. package/dist/features/memory/rules.d.ts.map +1 -0
  737. package/dist/features/memory/rules.js +73 -0
  738. package/dist/features/memory/rules.js.map +1 -0
  739. package/dist/features/memory/types.d.ts +157 -0
  740. package/dist/features/memory/types.d.ts.map +1 -0
  741. package/dist/features/memory/types.js +2 -0
  742. package/dist/features/memory/types.js.map +1 -0
  743. package/dist/features/mention-autocomplete/constants.d.ts +9 -0
  744. package/dist/features/mention-autocomplete/constants.d.ts.map +1 -0
  745. package/dist/features/mention-autocomplete/constants.js +9 -0
  746. package/dist/features/mention-autocomplete/constants.js.map +1 -0
  747. package/dist/features/mention-autocomplete/index.d.ts +17 -0
  748. package/dist/features/mention-autocomplete/index.d.ts.map +1 -0
  749. package/dist/features/mention-autocomplete/index.js +9 -0
  750. package/dist/features/mention-autocomplete/index.js.map +1 -0
  751. package/dist/features/mention-autocomplete/react/components/MentionAutocomplete.d.ts +44 -0
  752. package/dist/features/mention-autocomplete/react/components/MentionAutocomplete.d.ts.map +1 -0
  753. package/dist/features/mention-autocomplete/react/components/MentionAutocomplete.js +35 -0
  754. package/dist/features/mention-autocomplete/react/components/MentionAutocomplete.js.map +1 -0
  755. package/dist/features/mention-autocomplete/react/components/MentionCategoryTabs.d.ts +12 -0
  756. package/dist/features/mention-autocomplete/react/components/MentionCategoryTabs.d.ts.map +1 -0
  757. package/dist/features/mention-autocomplete/react/components/MentionCategoryTabs.js +15 -0
  758. package/dist/features/mention-autocomplete/react/components/MentionCategoryTabs.js.map +1 -0
  759. package/dist/features/mention-autocomplete/react/components/MentionResultItem.d.ts +17 -0
  760. package/dist/features/mention-autocomplete/react/components/MentionResultItem.d.ts.map +1 -0
  761. package/dist/features/mention-autocomplete/react/components/MentionResultItem.js +14 -0
  762. package/dist/features/mention-autocomplete/react/components/MentionResultItem.js.map +1 -0
  763. package/dist/features/mention-autocomplete/react/components/MentionResultsList.d.ts +17 -0
  764. package/dist/features/mention-autocomplete/react/components/MentionResultsList.d.ts.map +1 -0
  765. package/dist/features/mention-autocomplete/react/components/MentionResultsList.js +10 -0
  766. package/dist/features/mention-autocomplete/react/components/MentionResultsList.js.map +1 -0
  767. package/dist/features/mention-autocomplete/react/components/SelectedMentionChips.d.ts +12 -0
  768. package/dist/features/mention-autocomplete/react/components/SelectedMentionChips.d.ts.map +1 -0
  769. package/dist/features/mention-autocomplete/react/components/SelectedMentionChips.js +11 -0
  770. package/dist/features/mention-autocomplete/react/components/SelectedMentionChips.js.map +1 -0
  771. package/dist/features/mention-autocomplete/react/hooks/useMentionAutocomplete.d.ts +56 -0
  772. package/dist/features/mention-autocomplete/react/hooks/useMentionAutocomplete.d.ts.map +1 -0
  773. package/dist/features/mention-autocomplete/react/hooks/useMentionAutocomplete.js +115 -0
  774. package/dist/features/mention-autocomplete/react/hooks/useMentionAutocomplete.js.map +1 -0
  775. package/dist/features/mention-autocomplete/rules.d.ts +54 -0
  776. package/dist/features/mention-autocomplete/rules.d.ts.map +1 -0
  777. package/dist/features/mention-autocomplete/rules.js +109 -0
  778. package/dist/features/mention-autocomplete/rules.js.map +1 -0
  779. package/dist/features/mention-autocomplete/types.d.ts +56 -0
  780. package/dist/features/mention-autocomplete/types.d.ts.map +1 -0
  781. package/dist/features/mention-autocomplete/types.js +20 -0
  782. package/dist/features/mention-autocomplete/types.js.map +1 -0
  783. package/dist/features/observability/boot-timing.d.ts +32 -0
  784. package/dist/features/observability/boot-timing.d.ts.map +1 -0
  785. package/dist/features/observability/boot-timing.js +129 -0
  786. package/dist/features/observability/boot-timing.js.map +1 -0
  787. package/dist/features/observability/iframe.d.ts +35 -0
  788. package/dist/features/observability/iframe.d.ts.map +1 -0
  789. package/dist/features/observability/iframe.js +62 -0
  790. package/dist/features/observability/iframe.js.map +1 -0
  791. package/dist/features/observability/index.d.ts +19 -0
  792. package/dist/features/observability/index.d.ts.map +1 -0
  793. package/dist/features/observability/index.js +10 -0
  794. package/dist/features/observability/index.js.map +1 -0
  795. package/dist/features/observability/install.d.ts +39 -0
  796. package/dist/features/observability/install.d.ts.map +1 -0
  797. package/dist/features/observability/install.js +54 -0
  798. package/dist/features/observability/install.js.map +1 -0
  799. package/dist/features/observability/long-task.d.ts +26 -0
  800. package/dist/features/observability/long-task.d.ts.map +1 -0
  801. package/dist/features/observability/long-task.js +82 -0
  802. package/dist/features/observability/long-task.js.map +1 -0
  803. package/dist/features/observability/ports.d.ts +14 -0
  804. package/dist/features/observability/ports.d.ts.map +1 -0
  805. package/dist/features/observability/ports.js +4 -0
  806. package/dist/features/observability/ports.js.map +1 -0
  807. package/dist/features/observability/resource-error.d.ts +21 -0
  808. package/dist/features/observability/resource-error.d.ts.map +1 -0
  809. package/dist/features/observability/resource-error.js +65 -0
  810. package/dist/features/observability/resource-error.js.map +1 -0
  811. package/dist/features/observability/stuck-run.d.ts +41 -0
  812. package/dist/features/observability/stuck-run.d.ts.map +1 -0
  813. package/dist/features/observability/stuck-run.js +113 -0
  814. package/dist/features/observability/stuck-run.js.map +1 -0
  815. package/dist/features/observability/visibility.d.ts +25 -0
  816. package/dist/features/observability/visibility.d.ts.map +1 -0
  817. package/dist/features/observability/visibility.js +68 -0
  818. package/dist/features/observability/visibility.js.map +1 -0
  819. package/dist/features/observability/white-screen.d.ts +52 -0
  820. package/dist/features/observability/white-screen.d.ts.map +1 -0
  821. package/dist/features/observability/white-screen.js +190 -0
  822. package/dist/features/observability/white-screen.js.map +1 -0
  823. package/dist/features/progress-card/components/ProgressCard.d.ts +19 -0
  824. package/dist/features/progress-card/components/ProgressCard.d.ts.map +1 -0
  825. package/dist/features/progress-card/components/ProgressCard.js +30 -0
  826. package/dist/features/progress-card/components/ProgressCard.js.map +1 -0
  827. package/dist/features/progress-card/index.d.ts +7 -0
  828. package/dist/features/progress-card/index.d.ts.map +1 -0
  829. package/dist/features/progress-card/index.js +4 -0
  830. package/dist/features/progress-card/index.js.map +1 -0
  831. package/dist/features/progress-card/reference-adapters.d.ts +93 -0
  832. package/dist/features/progress-card/reference-adapters.d.ts.map +1 -0
  833. package/dist/features/progress-card/reference-adapters.js +279 -0
  834. package/dist/features/progress-card/reference-adapters.js.map +1 -0
  835. package/dist/features/progress-card/rules.d.ts +27 -0
  836. package/dist/features/progress-card/rules.d.ts.map +1 -0
  837. package/dist/features/progress-card/rules.js +69 -0
  838. package/dist/features/progress-card/rules.js.map +1 -0
  839. package/dist/features/progress-card/types.d.ts +35 -0
  840. package/dist/features/progress-card/types.d.ts.map +1 -0
  841. package/dist/features/progress-card/types.js +9 -0
  842. package/dist/features/progress-card/types.js.map +1 -0
  843. package/dist/features/resource-dashboard/constants.d.ts +7 -0
  844. package/dist/features/resource-dashboard/constants.d.ts.map +1 -0
  845. package/dist/features/resource-dashboard/constants.js +7 -0
  846. package/dist/features/resource-dashboard/constants.js.map +1 -0
  847. package/dist/features/resource-dashboard/dependencies.d.ts +48 -0
  848. package/dist/features/resource-dashboard/dependencies.d.ts.map +1 -0
  849. package/dist/features/resource-dashboard/dependencies.js +94 -0
  850. package/dist/features/resource-dashboard/dependencies.js.map +1 -0
  851. package/dist/features/resource-dashboard/index.d.ts +33 -0
  852. package/dist/features/resource-dashboard/index.d.ts.map +1 -0
  853. package/dist/features/resource-dashboard/index.js +26 -0
  854. package/dist/features/resource-dashboard/index.js.map +1 -0
  855. package/dist/features/resource-dashboard/ports.d.ts +56 -0
  856. package/dist/features/resource-dashboard/ports.d.ts.map +1 -0
  857. package/dist/features/resource-dashboard/ports.js +2 -0
  858. package/dist/features/resource-dashboard/ports.js.map +1 -0
  859. package/dist/features/resource-dashboard/react/components/ResourceBoard.d.ts +40 -0
  860. package/dist/features/resource-dashboard/react/components/ResourceBoard.d.ts.map +1 -0
  861. package/dist/features/resource-dashboard/react/components/ResourceBoard.js +64 -0
  862. package/dist/features/resource-dashboard/react/components/ResourceBoard.js.map +1 -0
  863. package/dist/features/resource-dashboard/react/components/ResourceBoardToolbar.d.ts +39 -0
  864. package/dist/features/resource-dashboard/react/components/ResourceBoardToolbar.d.ts.map +1 -0
  865. package/dist/features/resource-dashboard/react/components/ResourceBoardToolbar.js +14 -0
  866. package/dist/features/resource-dashboard/react/components/ResourceBoardToolbar.js.map +1 -0
  867. package/dist/features/resource-dashboard/react/components/ResourceBoardView.d.ts +65 -0
  868. package/dist/features/resource-dashboard/react/components/ResourceBoardView.d.ts.map +1 -0
  869. package/dist/features/resource-dashboard/react/components/ResourceBoardView.js +14 -0
  870. package/dist/features/resource-dashboard/react/components/ResourceBoardView.js.map +1 -0
  871. package/dist/features/resource-dashboard/react/components/ResourceCard.d.ts +33 -0
  872. package/dist/features/resource-dashboard/react/components/ResourceCard.d.ts.map +1 -0
  873. package/dist/features/resource-dashboard/react/components/ResourceCard.js +37 -0
  874. package/dist/features/resource-dashboard/react/components/ResourceCard.js.map +1 -0
  875. package/dist/features/resource-dashboard/react/components/ResourceKanbanBoard.d.ts +31 -0
  876. package/dist/features/resource-dashboard/react/components/ResourceKanbanBoard.d.ts.map +1 -0
  877. package/dist/features/resource-dashboard/react/components/ResourceKanbanBoard.js +32 -0
  878. package/dist/features/resource-dashboard/react/components/ResourceKanbanBoard.js.map +1 -0
  879. package/dist/features/resource-dashboard/react/components/ResourceMetrics.d.ts +13 -0
  880. package/dist/features/resource-dashboard/react/components/ResourceMetrics.d.ts.map +1 -0
  881. package/dist/features/resource-dashboard/react/components/ResourceMetrics.js +13 -0
  882. package/dist/features/resource-dashboard/react/components/ResourceMetrics.js.map +1 -0
  883. package/dist/features/resource-dashboard/react/components/ResourceRowList.d.ts +32 -0
  884. package/dist/features/resource-dashboard/react/components/ResourceRowList.d.ts.map +1 -0
  885. package/dist/features/resource-dashboard/react/components/ResourceRowList.js +25 -0
  886. package/dist/features/resource-dashboard/react/components/ResourceRowList.js.map +1 -0
  887. package/dist/features/resource-dashboard/react/components/ResourceRowListItem.d.ts +28 -0
  888. package/dist/features/resource-dashboard/react/components/ResourceRowListItem.d.ts.map +1 -0
  889. package/dist/features/resource-dashboard/react/components/ResourceRowListItem.js +14 -0
  890. package/dist/features/resource-dashboard/react/components/ResourceRowListItem.js.map +1 -0
  891. package/dist/features/resource-dashboard/react/components/ResourceRowListView.d.ts +48 -0
  892. package/dist/features/resource-dashboard/react/components/ResourceRowListView.d.ts.map +1 -0
  893. package/dist/features/resource-dashboard/react/components/ResourceRowListView.js +18 -0
  894. package/dist/features/resource-dashboard/react/components/ResourceRowListView.js.map +1 -0
  895. package/dist/features/resource-dashboard/react/components/ResourceRunHistoryList.d.ts +22 -0
  896. package/dist/features/resource-dashboard/react/components/ResourceRunHistoryList.d.ts.map +1 -0
  897. package/dist/features/resource-dashboard/react/components/ResourceRunHistoryList.js +20 -0
  898. package/dist/features/resource-dashboard/react/components/ResourceRunHistoryList.js.map +1 -0
  899. package/dist/features/resource-dashboard/react/components/StatusPill.d.ts +18 -0
  900. package/dist/features/resource-dashboard/react/components/StatusPill.d.ts.map +1 -0
  901. package/dist/features/resource-dashboard/react/components/StatusPill.js +16 -0
  902. package/dist/features/resource-dashboard/react/components/StatusPill.js.map +1 -0
  903. package/dist/features/resource-dashboard/react/hooks/useResourceBoard.d.ts +78 -0
  904. package/dist/features/resource-dashboard/react/hooks/useResourceBoard.d.ts.map +1 -0
  905. package/dist/features/resource-dashboard/react/hooks/useResourceBoard.js +220 -0
  906. package/dist/features/resource-dashboard/react/hooks/useResourceBoard.js.map +1 -0
  907. package/dist/features/resource-dashboard/react/hooks/useResourceRowList.d.ts +47 -0
  908. package/dist/features/resource-dashboard/react/hooks/useResourceRowList.d.ts.map +1 -0
  909. package/dist/features/resource-dashboard/react/hooks/useResourceRowList.js +137 -0
  910. package/dist/features/resource-dashboard/react/hooks/useResourceRowList.js.map +1 -0
  911. package/dist/features/resource-dashboard/rules.d.ts +44 -0
  912. package/dist/features/resource-dashboard/rules.d.ts.map +1 -0
  913. package/dist/features/resource-dashboard/rules.js +124 -0
  914. package/dist/features/resource-dashboard/rules.js.map +1 -0
  915. package/dist/features/resource-dashboard/types.d.ts +123 -0
  916. package/dist/features/resource-dashboard/types.d.ts.map +1 -0
  917. package/dist/features/resource-dashboard/types.js +30 -0
  918. package/dist/features/resource-dashboard/types.js.map +1 -0
  919. package/dist/features/revision-review/index.d.ts +5 -0
  920. package/dist/features/revision-review/index.d.ts.map +1 -0
  921. package/dist/features/revision-review/index.js +4 -0
  922. package/dist/features/revision-review/index.js.map +1 -0
  923. package/dist/features/revision-review/react/components/RevisionDiffCard.d.ts +19 -0
  924. package/dist/features/revision-review/react/components/RevisionDiffCard.d.ts.map +1 -0
  925. package/dist/features/revision-review/react/components/RevisionDiffCard.js +19 -0
  926. package/dist/features/revision-review/react/components/RevisionDiffCard.js.map +1 -0
  927. package/dist/features/revision-review/react/components/RevisionHistoryList.d.ts +7 -0
  928. package/dist/features/revision-review/react/components/RevisionHistoryList.d.ts.map +1 -0
  929. package/dist/features/revision-review/react/components/RevisionHistoryList.js +9 -0
  930. package/dist/features/revision-review/react/components/RevisionHistoryList.js.map +1 -0
  931. package/dist/features/revision-review/rules.d.ts +13 -0
  932. package/dist/features/revision-review/rules.d.ts.map +1 -0
  933. package/dist/features/revision-review/rules.js +26 -0
  934. package/dist/features/revision-review/rules.js.map +1 -0
  935. package/dist/features/revision-review/types.d.ts +25 -0
  936. package/dist/features/revision-review/types.d.ts.map +1 -0
  937. package/dist/features/revision-review/types.js +2 -0
  938. package/dist/features/revision-review/types.js.map +1 -0
  939. package/dist/features/rich-text-input/constants.d.ts +16 -0
  940. package/dist/features/rich-text-input/constants.d.ts.map +1 -0
  941. package/dist/features/rich-text-input/constants.js +18 -0
  942. package/dist/features/rich-text-input/constants.js.map +1 -0
  943. package/dist/features/rich-text-input/deserialize.d.ts +9 -0
  944. package/dist/features/rich-text-input/deserialize.d.ts.map +1 -0
  945. package/dist/features/rich-text-input/deserialize.js +55 -0
  946. package/dist/features/rich-text-input/deserialize.js.map +1 -0
  947. package/dist/features/rich-text-input/index.d.ts +12 -0
  948. package/dist/features/rich-text-input/index.d.ts.map +1 -0
  949. package/dist/features/rich-text-input/index.js +11 -0
  950. package/dist/features/rich-text-input/index.js.map +1 -0
  951. package/dist/features/rich-text-input/mention-node.d.ts +56 -0
  952. package/dist/features/rich-text-input/mention-node.d.ts.map +1 -0
  953. package/dist/features/rich-text-input/mention-node.js +142 -0
  954. package/dist/features/rich-text-input/mention-node.js.map +1 -0
  955. package/dist/features/rich-text-input/mention-parser.d.ts +47 -0
  956. package/dist/features/rich-text-input/mention-parser.d.ts.map +1 -0
  957. package/dist/features/rich-text-input/mention-parser.js +239 -0
  958. package/dist/features/rich-text-input/mention-parser.js.map +1 -0
  959. package/dist/features/rich-text-input/react/components/CaretFloatingLayer.d.ts +20 -0
  960. package/dist/features/rich-text-input/react/components/CaretFloatingLayer.d.ts.map +1 -0
  961. package/dist/features/rich-text-input/react/components/CaretFloatingLayer.js +33 -0
  962. package/dist/features/rich-text-input/react/components/CaretFloatingLayer.js.map +1 -0
  963. package/dist/features/rich-text-input/react/components/RichTextInput.d.ts +61 -0
  964. package/dist/features/rich-text-input/react/components/RichTextInput.d.ts.map +1 -0
  965. package/dist/features/rich-text-input/react/components/RichTextInput.js +154 -0
  966. package/dist/features/rich-text-input/react/components/RichTextInput.js.map +1 -0
  967. package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.d.ts +15 -0
  968. package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.d.ts.map +1 -0
  969. package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.js +54 -0
  970. package/dist/features/rich-text-input/react/hooks/useCaretFloatingLayerPosition.js.map +1 -0
  971. package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.d.ts +11 -0
  972. package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.d.ts.map +1 -0
  973. package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.js +70 -0
  974. package/dist/features/rich-text-input/react/hooks/useKeyboardCommands.js.map +1 -0
  975. package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.d.ts +8 -0
  976. package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.d.ts.map +1 -0
  977. package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.js +63 -0
  978. package/dist/features/rich-text-input/react/hooks/useMentionAtomicNavigation.js.map +1 -0
  979. package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.d.ts +18 -0
  980. package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.d.ts.map +1 -0
  981. package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.js +64 -0
  982. package/dist/features/rich-text-input/react/hooks/useMentionColorStamping.js.map +1 -0
  983. package/dist/features/rich-text-input/react/hooks/usePasteFiles.d.ts +5 -0
  984. package/dist/features/rich-text-input/react/hooks/usePasteFiles.d.ts.map +1 -0
  985. package/dist/features/rich-text-input/react/hooks/usePasteFiles.js +24 -0
  986. package/dist/features/rich-text-input/react/hooks/usePasteFiles.js.map +1 -0
  987. package/dist/features/rich-text-input/react/hooks/useSeededValue.d.ts +21 -0
  988. package/dist/features/rich-text-input/react/hooks/useSeededValue.d.ts.map +1 -0
  989. package/dist/features/rich-text-input/react/hooks/useSeededValue.js +35 -0
  990. package/dist/features/rich-text-input/react/hooks/useSeededValue.js.map +1 -0
  991. package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.d.ts +10 -0
  992. package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.d.ts.map +1 -0
  993. package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.js +29 -0
  994. package/dist/features/rich-text-input/react/hooks/useSyncedOnChange.js.map +1 -0
  995. package/dist/features/rich-text-input/react/hooks/useTriggerDetection.d.ts +6 -0
  996. package/dist/features/rich-text-input/react/hooks/useTriggerDetection.d.ts.map +1 -0
  997. package/dist/features/rich-text-input/react/hooks/useTriggerDetection.js +39 -0
  998. package/dist/features/rich-text-input/react/hooks/useTriggerDetection.js.map +1 -0
  999. package/dist/features/rich-text-input/react/test-support/lexical-harness.d.ts +11 -0
  1000. package/dist/features/rich-text-input/react/test-support/lexical-harness.d.ts.map +1 -0
  1001. package/dist/features/rich-text-input/react/test-support/lexical-harness.js +35 -0
  1002. package/dist/features/rich-text-input/react/test-support/lexical-harness.js.map +1 -0
  1003. package/dist/features/rich-text-input/rules.d.ts +83 -0
  1004. package/dist/features/rich-text-input/rules.d.ts.map +1 -0
  1005. package/dist/features/rich-text-input/rules.js +317 -0
  1006. package/dist/features/rich-text-input/rules.js.map +1 -0
  1007. package/dist/features/rich-text-input/serialize.d.ts +8 -0
  1008. package/dist/features/rich-text-input/serialize.d.ts.map +1 -0
  1009. package/dist/features/rich-text-input/serialize.js +44 -0
  1010. package/dist/features/rich-text-input/serialize.js.map +1 -0
  1011. package/dist/features/rich-text-input/types.d.ts +83 -0
  1012. package/dist/features/rich-text-input/types.d.ts.map +1 -0
  1013. package/dist/features/rich-text-input/types.js +15 -0
  1014. package/dist/features/rich-text-input/types.js.map +1 -0
  1015. package/dist/features/schedule-picker/constants.d.ts +12 -0
  1016. package/dist/features/schedule-picker/constants.d.ts.map +1 -0
  1017. package/dist/features/schedule-picker/constants.js +24 -0
  1018. package/dist/features/schedule-picker/constants.js.map +1 -0
  1019. package/dist/features/schedule-picker/index.d.ts +16 -0
  1020. package/dist/features/schedule-picker/index.d.ts.map +1 -0
  1021. package/dist/features/schedule-picker/index.js +9 -0
  1022. package/dist/features/schedule-picker/index.js.map +1 -0
  1023. package/dist/features/schedule-picker/react/components/RecurringSchedulePicker.d.ts +31 -0
  1024. package/dist/features/schedule-picker/react/components/RecurringSchedulePicker.d.ts.map +1 -0
  1025. package/dist/features/schedule-picker/react/components/RecurringSchedulePicker.js +30 -0
  1026. package/dist/features/schedule-picker/react/components/RecurringSchedulePicker.js.map +1 -0
  1027. package/dist/features/schedule-picker/react/components/ScheduleFields.d.ts +14 -0
  1028. package/dist/features/schedule-picker/react/components/ScheduleFields.d.ts.map +1 -0
  1029. package/dist/features/schedule-picker/react/components/ScheduleFields.js +16 -0
  1030. package/dist/features/schedule-picker/react/components/ScheduleFields.js.map +1 -0
  1031. package/dist/features/schedule-picker/react/components/ScheduleKindTabs.d.ts +9 -0
  1032. package/dist/features/schedule-picker/react/components/ScheduleKindTabs.d.ts.map +1 -0
  1033. package/dist/features/schedule-picker/react/components/ScheduleKindTabs.js +8 -0
  1034. package/dist/features/schedule-picker/react/components/ScheduleKindTabs.js.map +1 -0
  1035. package/dist/features/schedule-picker/react/components/ScheduleSummary.d.ts +23 -0
  1036. package/dist/features/schedule-picker/react/components/ScheduleSummary.d.ts.map +1 -0
  1037. package/dist/features/schedule-picker/react/components/ScheduleSummary.js +32 -0
  1038. package/dist/features/schedule-picker/react/components/ScheduleSummary.js.map +1 -0
  1039. package/dist/features/schedule-picker/react/components/WeekdayGrid.d.ts +9 -0
  1040. package/dist/features/schedule-picker/react/components/WeekdayGrid.d.ts.map +1 -0
  1041. package/dist/features/schedule-picker/react/components/WeekdayGrid.js +8 -0
  1042. package/dist/features/schedule-picker/react/components/WeekdayGrid.js.map +1 -0
  1043. package/dist/features/schedule-picker/react/hooks/useRecurringSchedulePicker.d.ts +38 -0
  1044. package/dist/features/schedule-picker/react/hooks/useRecurringSchedulePicker.d.ts.map +1 -0
  1045. package/dist/features/schedule-picker/react/hooks/useRecurringSchedulePicker.js +58 -0
  1046. package/dist/features/schedule-picker/react/hooks/useRecurringSchedulePicker.js.map +1 -0
  1047. package/dist/features/schedule-picker/rules.d.ts +40 -0
  1048. package/dist/features/schedule-picker/rules.d.ts.map +1 -0
  1049. package/dist/features/schedule-picker/rules.js +105 -0
  1050. package/dist/features/schedule-picker/rules.js.map +1 -0
  1051. package/dist/features/schedule-picker/types.d.ts +70 -0
  1052. package/dist/features/schedule-picker/types.d.ts.map +1 -0
  1053. package/dist/features/schedule-picker/types.js +9 -0
  1054. package/dist/features/schedule-picker/types.js.map +1 -0
  1055. package/dist/features/settings-dialog/index.d.ts +7 -0
  1056. package/dist/features/settings-dialog/index.d.ts.map +1 -0
  1057. package/dist/features/settings-dialog/index.js +4 -0
  1058. package/dist/features/settings-dialog/index.js.map +1 -0
  1059. package/dist/features/settings-dialog/react/components/SettingsDialogShell.d.ts +49 -0
  1060. package/dist/features/settings-dialog/react/components/SettingsDialogShell.d.ts.map +1 -0
  1061. package/dist/features/settings-dialog/react/components/SettingsDialogShell.js +55 -0
  1062. package/dist/features/settings-dialog/react/components/SettingsDialogShell.js.map +1 -0
  1063. package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.d.ts +39 -0
  1064. package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.d.ts.map +1 -0
  1065. package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.js +50 -0
  1066. package/dist/features/settings-dialog/react/hooks/useSettingsDialogShell.js.map +1 -0
  1067. package/dist/features/settings-dialog/rules.d.ts +13 -0
  1068. package/dist/features/settings-dialog/rules.d.ts.map +1 -0
  1069. package/dist/features/settings-dialog/rules.js +21 -0
  1070. package/dist/features/settings-dialog/rules.js.map +1 -0
  1071. package/dist/features/settings-dialog/tabs/appearance/constants.d.ts +12 -0
  1072. package/dist/features/settings-dialog/tabs/appearance/constants.d.ts.map +1 -0
  1073. package/dist/features/settings-dialog/tabs/appearance/constants.js +10 -0
  1074. package/dist/features/settings-dialog/tabs/appearance/constants.js.map +1 -0
  1075. package/dist/features/settings-dialog/tabs/appearance/index.d.ts +6 -0
  1076. package/dist/features/settings-dialog/tabs/appearance/index.d.ts.map +1 -0
  1077. package/dist/features/settings-dialog/tabs/appearance/index.js +3 -0
  1078. package/dist/features/settings-dialog/tabs/appearance/index.js.map +1 -0
  1079. package/dist/features/settings-dialog/tabs/appearance/react/components/AppearanceTab.d.ts +29 -0
  1080. package/dist/features/settings-dialog/tabs/appearance/react/components/AppearanceTab.d.ts.map +1 -0
  1081. package/dist/features/settings-dialog/tabs/appearance/react/components/AppearanceTab.js +31 -0
  1082. package/dist/features/settings-dialog/tabs/appearance/react/components/AppearanceTab.js.map +1 -0
  1083. package/dist/features/settings-dialog/tabs/appearance/types.d.ts +12 -0
  1084. package/dist/features/settings-dialog/tabs/appearance/types.d.ts.map +1 -0
  1085. package/dist/features/settings-dialog/tabs/appearance/types.js +8 -0
  1086. package/dist/features/settings-dialog/tabs/appearance/types.js.map +1 -0
  1087. package/dist/features/settings-dialog/tabs/instructions/index.d.ts +3 -0
  1088. package/dist/features/settings-dialog/tabs/instructions/index.d.ts.map +1 -0
  1089. package/dist/features/settings-dialog/tabs/instructions/index.js +2 -0
  1090. package/dist/features/settings-dialog/tabs/instructions/index.js.map +1 -0
  1091. package/dist/features/settings-dialog/tabs/instructions/react/components/InstructionsTab.d.ts +25 -0
  1092. package/dist/features/settings-dialog/tabs/instructions/react/components/InstructionsTab.d.ts.map +1 -0
  1093. package/dist/features/settings-dialog/tabs/instructions/react/components/InstructionsTab.js +16 -0
  1094. package/dist/features/settings-dialog/tabs/instructions/react/components/InstructionsTab.js.map +1 -0
  1095. package/dist/features/settings-dialog/tabs/integrations/constants.d.ts +8 -0
  1096. package/dist/features/settings-dialog/tabs/integrations/constants.d.ts.map +1 -0
  1097. package/dist/features/settings-dialog/tabs/integrations/constants.js +15 -0
  1098. package/dist/features/settings-dialog/tabs/integrations/constants.js.map +1 -0
  1099. package/dist/features/settings-dialog/tabs/integrations/dependencies.d.ts +16 -0
  1100. package/dist/features/settings-dialog/tabs/integrations/dependencies.d.ts.map +1 -0
  1101. package/dist/features/settings-dialog/tabs/integrations/dependencies.js +38 -0
  1102. package/dist/features/settings-dialog/tabs/integrations/dependencies.js.map +1 -0
  1103. package/dist/features/settings-dialog/tabs/integrations/index.d.ts +19 -0
  1104. package/dist/features/settings-dialog/tabs/integrations/index.d.ts.map +1 -0
  1105. package/dist/features/settings-dialog/tabs/integrations/index.js +10 -0
  1106. package/dist/features/settings-dialog/tabs/integrations/index.js.map +1 -0
  1107. package/dist/features/settings-dialog/tabs/integrations/ports.d.ts +21 -0
  1108. package/dist/features/settings-dialog/tabs/integrations/ports.d.ts.map +1 -0
  1109. package/dist/features/settings-dialog/tabs/integrations/ports.js +2 -0
  1110. package/dist/features/settings-dialog/tabs/integrations/ports.js.map +1 -0
  1111. package/dist/features/settings-dialog/tabs/integrations/react/components/ClientPicker.d.ts +27 -0
  1112. package/dist/features/settings-dialog/tabs/integrations/react/components/ClientPicker.d.ts.map +1 -0
  1113. package/dist/features/settings-dialog/tabs/integrations/react/components/ClientPicker.js +31 -0
  1114. package/dist/features/settings-dialog/tabs/integrations/react/components/ClientPicker.js.map +1 -0
  1115. package/dist/features/settings-dialog/tabs/integrations/react/components/CodexInstallToggleButton.d.ts +12 -0
  1116. package/dist/features/settings-dialog/tabs/integrations/react/components/CodexInstallToggleButton.d.ts.map +1 -0
  1117. package/dist/features/settings-dialog/tabs/integrations/react/components/CodexInstallToggleButton.js +21 -0
  1118. package/dist/features/settings-dialog/tabs/integrations/react/components/CodexInstallToggleButton.js.map +1 -0
  1119. package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.d.ts +27 -0
  1120. package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.d.ts.map +1 -0
  1121. package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.js +54 -0
  1122. package/dist/features/settings-dialog/tabs/integrations/react/components/IntegrationsTab.js.map +1 -0
  1123. package/dist/features/settings-dialog/tabs/integrations/react/components/SnippetBlock.d.ts +17 -0
  1124. package/dist/features/settings-dialog/tabs/integrations/react/components/SnippetBlock.d.ts.map +1 -0
  1125. package/dist/features/settings-dialog/tabs/integrations/react/components/SnippetBlock.js +53 -0
  1126. package/dist/features/settings-dialog/tabs/integrations/react/components/SnippetBlock.js.map +1 -0
  1127. package/dist/features/settings-dialog/tabs/integrations/react/hooks/useCodexInstallToggle.d.ts +39 -0
  1128. package/dist/features/settings-dialog/tabs/integrations/react/hooks/useCodexInstallToggle.d.ts.map +1 -0
  1129. package/dist/features/settings-dialog/tabs/integrations/react/hooks/useCodexInstallToggle.js +82 -0
  1130. package/dist/features/settings-dialog/tabs/integrations/react/hooks/useCodexInstallToggle.js.map +1 -0
  1131. package/dist/features/settings-dialog/tabs/integrations/react/hooks/useMcpInstallInfo.d.ts +26 -0
  1132. package/dist/features/settings-dialog/tabs/integrations/react/hooks/useMcpInstallInfo.d.ts.map +1 -0
  1133. package/dist/features/settings-dialog/tabs/integrations/react/hooks/useMcpInstallInfo.js +56 -0
  1134. package/dist/features/settings-dialog/tabs/integrations/react/hooks/useMcpInstallInfo.js.map +1 -0
  1135. package/dist/features/settings-dialog/tabs/integrations/rules.d.ts +45 -0
  1136. package/dist/features/settings-dialog/tabs/integrations/rules.d.ts.map +1 -0
  1137. package/dist/features/settings-dialog/tabs/integrations/rules.js +181 -0
  1138. package/dist/features/settings-dialog/tabs/integrations/rules.js.map +1 -0
  1139. package/dist/features/settings-dialog/tabs/integrations/types.d.ts +58 -0
  1140. package/dist/features/settings-dialog/tabs/integrations/types.d.ts.map +1 -0
  1141. package/dist/features/settings-dialog/tabs/integrations/types.js +15 -0
  1142. package/dist/features/settings-dialog/tabs/integrations/types.js.map +1 -0
  1143. package/dist/features/settings-dialog/tabs/language/index.d.ts +4 -0
  1144. package/dist/features/settings-dialog/tabs/language/index.d.ts.map +1 -0
  1145. package/dist/features/settings-dialog/tabs/language/index.js +2 -0
  1146. package/dist/features/settings-dialog/tabs/language/index.js.map +1 -0
  1147. package/dist/features/settings-dialog/tabs/language/react/components/LanguageTab.d.ts +15 -0
  1148. package/dist/features/settings-dialog/tabs/language/react/components/LanguageTab.d.ts.map +1 -0
  1149. package/dist/features/settings-dialog/tabs/language/react/components/LanguageTab.js +18 -0
  1150. package/dist/features/settings-dialog/tabs/language/react/components/LanguageTab.js.map +1 -0
  1151. package/dist/features/settings-dialog/tabs/language/types.d.ts +15 -0
  1152. package/dist/features/settings-dialog/tabs/language/types.d.ts.map +1 -0
  1153. package/dist/features/settings-dialog/tabs/language/types.js +2 -0
  1154. package/dist/features/settings-dialog/tabs/language/types.js.map +1 -0
  1155. package/dist/features/settings-dialog/tabs/notifications/constants.d.ts +3 -0
  1156. package/dist/features/settings-dialog/tabs/notifications/constants.d.ts.map +1 -0
  1157. package/dist/features/settings-dialog/tabs/notifications/constants.js +8 -0
  1158. package/dist/features/settings-dialog/tabs/notifications/constants.js.map +1 -0
  1159. package/dist/features/settings-dialog/tabs/notifications/index.d.ts +5 -0
  1160. package/dist/features/settings-dialog/tabs/notifications/index.d.ts.map +1 -0
  1161. package/dist/features/settings-dialog/tabs/notifications/index.js +3 -0
  1162. package/dist/features/settings-dialog/tabs/notifications/index.js.map +1 -0
  1163. package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.d.ts +33 -0
  1164. package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.d.ts.map +1 -0
  1165. package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.js +71 -0
  1166. package/dist/features/settings-dialog/tabs/notifications/react/components/NotificationsTab.js.map +1 -0
  1167. package/dist/features/settings-dialog/tabs/notifications/types.d.ts +15 -0
  1168. package/dist/features/settings-dialog/tabs/notifications/types.d.ts.map +1 -0
  1169. package/dist/features/settings-dialog/tabs/notifications/types.js +2 -0
  1170. package/dist/features/settings-dialog/tabs/notifications/types.js.map +1 -0
  1171. package/dist/features/settings-dialog/tabs/privacy/index.d.ts +5 -0
  1172. package/dist/features/settings-dialog/tabs/privacy/index.d.ts.map +1 -0
  1173. package/dist/features/settings-dialog/tabs/privacy/index.js +3 -0
  1174. package/dist/features/settings-dialog/tabs/privacy/index.js.map +1 -0
  1175. package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.d.ts +34 -0
  1176. package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.d.ts.map +1 -0
  1177. package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.js +36 -0
  1178. package/dist/features/settings-dialog/tabs/privacy/react/components/PrivacyTab.js.map +1 -0
  1179. package/dist/features/settings-dialog/tabs/privacy/rules.d.ts +31 -0
  1180. package/dist/features/settings-dialog/tabs/privacy/rules.d.ts.map +1 -0
  1181. package/dist/features/settings-dialog/tabs/privacy/rules.js +70 -0
  1182. package/dist/features/settings-dialog/tabs/privacy/rules.js.map +1 -0
  1183. package/dist/features/settings-dialog/tabs/privacy/types.d.ts +26 -0
  1184. package/dist/features/settings-dialog/tabs/privacy/types.d.ts.map +1 -0
  1185. package/dist/features/settings-dialog/tabs/privacy/types.js +13 -0
  1186. package/dist/features/settings-dialog/tabs/privacy/types.js.map +1 -0
  1187. package/dist/features/settings-dialog/types.d.ts +46 -0
  1188. package/dist/features/settings-dialog/types.d.ts.map +1 -0
  1189. package/dist/features/settings-dialog/types.js +18 -0
  1190. package/dist/features/settings-dialog/types.js.map +1 -0
  1191. package/dist/features/sketch-editor/constants.d.ts +46 -0
  1192. package/dist/features/sketch-editor/constants.d.ts.map +1 -0
  1193. package/dist/features/sketch-editor/constants.js +104 -0
  1194. package/dist/features/sketch-editor/constants.js.map +1 -0
  1195. package/dist/features/sketch-editor/dependencies.d.ts +4 -0
  1196. package/dist/features/sketch-editor/dependencies.d.ts.map +1 -0
  1197. package/dist/features/sketch-editor/dependencies.js +18 -0
  1198. package/dist/features/sketch-editor/dependencies.js.map +1 -0
  1199. package/dist/features/sketch-editor/dom.d.ts +38 -0
  1200. package/dist/features/sketch-editor/dom.d.ts.map +1 -0
  1201. package/dist/features/sketch-editor/dom.js +263 -0
  1202. package/dist/features/sketch-editor/dom.js.map +1 -0
  1203. package/dist/features/sketch-editor/index.d.ts +21 -0
  1204. package/dist/features/sketch-editor/index.d.ts.map +1 -0
  1205. package/dist/features/sketch-editor/index.js +13 -0
  1206. package/dist/features/sketch-editor/index.js.map +1 -0
  1207. package/dist/features/sketch-editor/ports.d.ts +52 -0
  1208. package/dist/features/sketch-editor/ports.d.ts.map +1 -0
  1209. package/dist/features/sketch-editor/ports.js +2 -0
  1210. package/dist/features/sketch-editor/ports.js.map +1 -0
  1211. package/dist/features/sketch-editor/react/components/SketchEditor.d.ts +53 -0
  1212. package/dist/features/sketch-editor/react/components/SketchEditor.d.ts.map +1 -0
  1213. package/dist/features/sketch-editor/react/components/SketchEditor.js +74 -0
  1214. package/dist/features/sketch-editor/react/components/SketchEditor.js.map +1 -0
  1215. package/dist/features/sketch-editor/react/components/SketchMainMenu.d.ts +19 -0
  1216. package/dist/features/sketch-editor/react/components/SketchMainMenu.d.ts.map +1 -0
  1217. package/dist/features/sketch-editor/react/components/SketchMainMenu.js +9 -0
  1218. package/dist/features/sketch-editor/react/components/SketchMainMenu.js.map +1 -0
  1219. package/dist/features/sketch-editor/react/components/SketchSaveStateBadge.d.ts +7 -0
  1220. package/dist/features/sketch-editor/react/components/SketchSaveStateBadge.d.ts.map +1 -0
  1221. package/dist/features/sketch-editor/react/components/SketchSaveStateBadge.js +7 -0
  1222. package/dist/features/sketch-editor/react/components/SketchSaveStateBadge.js.map +1 -0
  1223. package/dist/features/sketch-editor/react/dependencies-fake.d.ts +4 -0
  1224. package/dist/features/sketch-editor/react/dependencies-fake.d.ts.map +1 -0
  1225. package/dist/features/sketch-editor/react/dependencies-fake.js +76 -0
  1226. package/dist/features/sketch-editor/react/dependencies-fake.js.map +1 -0
  1227. package/dist/features/sketch-editor/react/hooks/useSketchDomEnhancements.d.ts +27 -0
  1228. package/dist/features/sketch-editor/react/hooks/useSketchDomEnhancements.d.ts.map +1 -0
  1229. package/dist/features/sketch-editor/react/hooks/useSketchDomEnhancements.js +78 -0
  1230. package/dist/features/sketch-editor/react/hooks/useSketchDomEnhancements.js.map +1 -0
  1231. package/dist/features/sketch-editor/react/hooks/useSketchSaveWorkflow.d.ts +41 -0
  1232. package/dist/features/sketch-editor/react/hooks/useSketchSaveWorkflow.d.ts.map +1 -0
  1233. package/dist/features/sketch-editor/react/hooks/useSketchSaveWorkflow.js +127 -0
  1234. package/dist/features/sketch-editor/react/hooks/useSketchSaveWorkflow.js.map +1 -0
  1235. package/dist/features/sketch-editor/react/hooks/useSketchScene.d.ts +28 -0
  1236. package/dist/features/sketch-editor/react/hooks/useSketchScene.d.ts.map +1 -0
  1237. package/dist/features/sketch-editor/react/hooks/useSketchScene.js +87 -0
  1238. package/dist/features/sketch-editor/react/hooks/useSketchScene.js.map +1 -0
  1239. package/dist/features/sketch-editor/react/hooks/useSketchTheme.d.ts +5 -0
  1240. package/dist/features/sketch-editor/react/hooks/useSketchTheme.d.ts.map +1 -0
  1241. package/dist/features/sketch-editor/react/hooks/useSketchTheme.js +22 -0
  1242. package/dist/features/sketch-editor/react/hooks/useSketchTheme.js.map +1 -0
  1243. package/dist/features/sketch-editor/rules.d.ts +66 -0
  1244. package/dist/features/sketch-editor/rules.d.ts.map +1 -0
  1245. package/dist/features/sketch-editor/rules.js +257 -0
  1246. package/dist/features/sketch-editor/rules.js.map +1 -0
  1247. package/dist/features/sketch-editor/types.d.ts +45 -0
  1248. package/dist/features/sketch-editor/types.d.ts.map +1 -0
  1249. package/dist/features/sketch-editor/types.js +8 -0
  1250. package/dist/features/sketch-editor/types.js.map +1 -0
  1251. package/dist/features/source-config-list/constants.d.ts +15 -0
  1252. package/dist/features/source-config-list/constants.d.ts.map +1 -0
  1253. package/dist/features/source-config-list/constants.js +15 -0
  1254. package/dist/features/source-config-list/constants.js.map +1 -0
  1255. package/dist/features/source-config-list/dependencies.d.ts +40 -0
  1256. package/dist/features/source-config-list/dependencies.d.ts.map +1 -0
  1257. package/dist/features/source-config-list/dependencies.js +75 -0
  1258. package/dist/features/source-config-list/dependencies.js.map +1 -0
  1259. package/dist/features/source-config-list/index.d.ts +23 -0
  1260. package/dist/features/source-config-list/index.d.ts.map +1 -0
  1261. package/dist/features/source-config-list/index.js +12 -0
  1262. package/dist/features/source-config-list/index.js.map +1 -0
  1263. package/dist/features/source-config-list/ports.d.ts +55 -0
  1264. package/dist/features/source-config-list/ports.d.ts.map +1 -0
  1265. package/dist/features/source-config-list/ports.js +2 -0
  1266. package/dist/features/source-config-list/ports.js.map +1 -0
  1267. package/dist/features/source-config-list/react/components/SourceConfigAddForm.d.ts +40 -0
  1268. package/dist/features/source-config-list/react/components/SourceConfigAddForm.d.ts.map +1 -0
  1269. package/dist/features/source-config-list/react/components/SourceConfigAddForm.js +25 -0
  1270. package/dist/features/source-config-list/react/components/SourceConfigAddForm.js.map +1 -0
  1271. package/dist/features/source-config-list/react/components/SourceConfigField.d.ts +28 -0
  1272. package/dist/features/source-config-list/react/components/SourceConfigField.d.ts.map +1 -0
  1273. package/dist/features/source-config-list/react/components/SourceConfigField.js +21 -0
  1274. package/dist/features/source-config-list/react/components/SourceConfigField.js.map +1 -0
  1275. package/dist/features/source-config-list/react/components/SourceConfigItemCard.d.ts +35 -0
  1276. package/dist/features/source-config-list/react/components/SourceConfigItemCard.d.ts.map +1 -0
  1277. package/dist/features/source-config-list/react/components/SourceConfigItemCard.js +41 -0
  1278. package/dist/features/source-config-list/react/components/SourceConfigItemCard.js.map +1 -0
  1279. package/dist/features/source-config-list/react/components/SourceConfigList.d.ts +33 -0
  1280. package/dist/features/source-config-list/react/components/SourceConfigList.d.ts.map +1 -0
  1281. package/dist/features/source-config-list/react/components/SourceConfigList.js +49 -0
  1282. package/dist/features/source-config-list/react/components/SourceConfigList.js.map +1 -0
  1283. package/dist/features/source-config-list/react/components/SourceConfigListView.d.ts +30 -0
  1284. package/dist/features/source-config-list/react/components/SourceConfigListView.d.ts.map +1 -0
  1285. package/dist/features/source-config-list/react/components/SourceConfigListView.js +16 -0
  1286. package/dist/features/source-config-list/react/components/SourceConfigListView.js.map +1 -0
  1287. package/dist/features/source-config-list/react/components/SourceConfigTestControl.d.ts +19 -0
  1288. package/dist/features/source-config-list/react/components/SourceConfigTestControl.d.ts.map +1 -0
  1289. package/dist/features/source-config-list/react/components/SourceConfigTestControl.js +15 -0
  1290. package/dist/features/source-config-list/react/components/SourceConfigTestControl.js.map +1 -0
  1291. package/dist/features/source-config-list/react/hooks/useSourceConfigAddForm.d.ts +35 -0
  1292. package/dist/features/source-config-list/react/hooks/useSourceConfigAddForm.d.ts.map +1 -0
  1293. package/dist/features/source-config-list/react/hooks/useSourceConfigAddForm.js +55 -0
  1294. package/dist/features/source-config-list/react/hooks/useSourceConfigAddForm.js.map +1 -0
  1295. package/dist/features/source-config-list/react/hooks/useSourceConfigList.d.ts +55 -0
  1296. package/dist/features/source-config-list/react/hooks/useSourceConfigList.d.ts.map +1 -0
  1297. package/dist/features/source-config-list/react/hooks/useSourceConfigList.js +142 -0
  1298. package/dist/features/source-config-list/react/hooks/useSourceConfigList.js.map +1 -0
  1299. package/dist/features/source-config-list/rules.d.ts +46 -0
  1300. package/dist/features/source-config-list/rules.d.ts.map +1 -0
  1301. package/dist/features/source-config-list/rules.js +122 -0
  1302. package/dist/features/source-config-list/rules.js.map +1 -0
  1303. package/dist/features/source-config-list/types.d.ts +101 -0
  1304. package/dist/features/source-config-list/types.d.ts.map +1 -0
  1305. package/dist/features/source-config-list/types.js +17 -0
  1306. package/dist/features/source-config-list/types.js.map +1 -0
  1307. package/dist/features/tab-launcher-menu/constants.d.ts +6 -0
  1308. package/dist/features/tab-launcher-menu/constants.d.ts.map +1 -0
  1309. package/dist/features/tab-launcher-menu/constants.js +6 -0
  1310. package/dist/features/tab-launcher-menu/constants.js.map +1 -0
  1311. package/dist/features/tab-launcher-menu/index.d.ts +8 -0
  1312. package/dist/features/tab-launcher-menu/index.d.ts.map +1 -0
  1313. package/dist/features/tab-launcher-menu/index.js +7 -0
  1314. package/dist/features/tab-launcher-menu/index.js.map +1 -0
  1315. package/dist/features/tab-launcher-menu/react/components/TabLauncherActionRow.d.ts +9 -0
  1316. package/dist/features/tab-launcher-menu/react/components/TabLauncherActionRow.d.ts.map +1 -0
  1317. package/dist/features/tab-launcher-menu/react/components/TabLauncherActionRow.js +5 -0
  1318. package/dist/features/tab-launcher-menu/react/components/TabLauncherActionRow.js.map +1 -0
  1319. package/dist/features/tab-launcher-menu/react/components/TabLauncherMenu.d.ts +27 -0
  1320. package/dist/features/tab-launcher-menu/react/components/TabLauncherMenu.d.ts.map +1 -0
  1321. package/dist/features/tab-launcher-menu/react/components/TabLauncherMenu.js +42 -0
  1322. package/dist/features/tab-launcher-menu/react/components/TabLauncherMenu.js.map +1 -0
  1323. package/dist/features/tab-launcher-menu/react/components/TabLauncherResultRow.d.ts +14 -0
  1324. package/dist/features/tab-launcher-menu/react/components/TabLauncherResultRow.d.ts.map +1 -0
  1325. package/dist/features/tab-launcher-menu/react/components/TabLauncherResultRow.js +5 -0
  1326. package/dist/features/tab-launcher-menu/react/components/TabLauncherResultRow.js.map +1 -0
  1327. package/dist/features/tab-launcher-menu/react/hooks/useTabLauncherMenu.d.ts +43 -0
  1328. package/dist/features/tab-launcher-menu/react/hooks/useTabLauncherMenu.d.ts.map +1 -0
  1329. package/dist/features/tab-launcher-menu/react/hooks/useTabLauncherMenu.js +120 -0
  1330. package/dist/features/tab-launcher-menu/react/hooks/useTabLauncherMenu.js.map +1 -0
  1331. package/dist/features/tab-launcher-menu/rules.d.ts +19 -0
  1332. package/dist/features/tab-launcher-menu/rules.d.ts.map +1 -0
  1333. package/dist/features/tab-launcher-menu/rules.js +63 -0
  1334. package/dist/features/tab-launcher-menu/rules.js.map +1 -0
  1335. package/dist/features/tab-launcher-menu/types.d.ts +56 -0
  1336. package/dist/features/tab-launcher-menu/types.d.ts.map +1 -0
  1337. package/dist/features/tab-launcher-menu/types.js +2 -0
  1338. package/dist/features/tab-launcher-menu/types.js.map +1 -0
  1339. package/dist/features/tab-strip/constants.d.ts +8 -0
  1340. package/dist/features/tab-strip/constants.d.ts.map +1 -0
  1341. package/dist/features/tab-strip/constants.js +8 -0
  1342. package/dist/features/tab-strip/constants.js.map +1 -0
  1343. package/dist/features/tab-strip/dependencies.d.ts +9 -0
  1344. package/dist/features/tab-strip/dependencies.d.ts.map +1 -0
  1345. package/dist/features/tab-strip/dependencies.js +21 -0
  1346. package/dist/features/tab-strip/dependencies.js.map +1 -0
  1347. package/dist/features/tab-strip/index.d.ts +13 -0
  1348. package/dist/features/tab-strip/index.d.ts.map +1 -0
  1349. package/dist/features/tab-strip/index.js +8 -0
  1350. package/dist/features/tab-strip/index.js.map +1 -0
  1351. package/dist/features/tab-strip/ports.d.ts +16 -0
  1352. package/dist/features/tab-strip/ports.d.ts.map +1 -0
  1353. package/dist/features/tab-strip/ports.js +4 -0
  1354. package/dist/features/tab-strip/ports.js.map +1 -0
  1355. package/dist/features/tab-strip/react/components/TabStrip.d.ts +40 -0
  1356. package/dist/features/tab-strip/react/components/TabStrip.d.ts.map +1 -0
  1357. package/dist/features/tab-strip/react/components/TabStrip.js +28 -0
  1358. package/dist/features/tab-strip/react/components/TabStrip.js.map +1 -0
  1359. package/dist/features/tab-strip/react/components/TabStripItem.d.ts +30 -0
  1360. package/dist/features/tab-strip/react/components/TabStripItem.d.ts.map +1 -0
  1361. package/dist/features/tab-strip/react/components/TabStripItem.js +48 -0
  1362. package/dist/features/tab-strip/react/components/TabStripItem.js.map +1 -0
  1363. package/dist/features/tab-strip/react/hooks/useTabStripDragReorder.d.ts +59 -0
  1364. package/dist/features/tab-strip/react/hooks/useTabStripDragReorder.d.ts.map +1 -0
  1365. package/dist/features/tab-strip/react/hooks/useTabStripDragReorder.js +130 -0
  1366. package/dist/features/tab-strip/react/hooks/useTabStripDragReorder.js.map +1 -0
  1367. package/dist/features/tab-strip/rules.d.ts +64 -0
  1368. package/dist/features/tab-strip/rules.d.ts.map +1 -0
  1369. package/dist/features/tab-strip/rules.js +111 -0
  1370. package/dist/features/tab-strip/rules.js.map +1 -0
  1371. package/dist/features/tab-strip/types.d.ts +55 -0
  1372. package/dist/features/tab-strip/types.d.ts.map +1 -0
  1373. package/dist/features/tab-strip/types.js +2 -0
  1374. package/dist/features/tab-strip/types.js.map +1 -0
  1375. package/dist/features/version-manager/constants.d.ts +17 -0
  1376. package/dist/features/version-manager/constants.d.ts.map +1 -0
  1377. package/dist/features/version-manager/constants.js +17 -0
  1378. package/dist/features/version-manager/constants.js.map +1 -0
  1379. package/dist/features/version-manager/dependencies.d.ts +17 -0
  1380. package/dist/features/version-manager/dependencies.d.ts.map +1 -0
  1381. package/dist/features/version-manager/dependencies.js +49 -0
  1382. package/dist/features/version-manager/dependencies.js.map +1 -0
  1383. package/dist/features/version-manager/index.d.ts +19 -0
  1384. package/dist/features/version-manager/index.d.ts.map +1 -0
  1385. package/dist/features/version-manager/index.js +11 -0
  1386. package/dist/features/version-manager/index.js.map +1 -0
  1387. package/dist/features/version-manager/ports.d.ts +53 -0
  1388. package/dist/features/version-manager/ports.d.ts.map +1 -0
  1389. package/dist/features/version-manager/ports.js +2 -0
  1390. package/dist/features/version-manager/ports.js.map +1 -0
  1391. package/dist/features/version-manager/react/components/VersionManagerModal.d.ts +28 -0
  1392. package/dist/features/version-manager/react/components/VersionManagerModal.d.ts.map +1 -0
  1393. package/dist/features/version-manager/react/components/VersionManagerModal.js +69 -0
  1394. package/dist/features/version-manager/react/components/VersionManagerModal.js.map +1 -0
  1395. package/dist/features/version-manager/react/components/VersionPreviewFrame.d.ts +17 -0
  1396. package/dist/features/version-manager/react/components/VersionPreviewFrame.d.ts.map +1 -0
  1397. package/dist/features/version-manager/react/components/VersionPreviewFrame.js +16 -0
  1398. package/dist/features/version-manager/react/components/VersionPreviewFrame.js.map +1 -0
  1399. package/dist/features/version-manager/react/components/VersionPromptPopover.d.ts +24 -0
  1400. package/dist/features/version-manager/react/components/VersionPromptPopover.d.ts.map +1 -0
  1401. package/dist/features/version-manager/react/components/VersionPromptPopover.js +24 -0
  1402. package/dist/features/version-manager/react/components/VersionPromptPopover.js.map +1 -0
  1403. package/dist/features/version-manager/react/components/VersionRestoreControl.d.ts +10 -0
  1404. package/dist/features/version-manager/react/components/VersionRestoreControl.d.ts.map +1 -0
  1405. package/dist/features/version-manager/react/components/VersionRestoreControl.js +19 -0
  1406. package/dist/features/version-manager/react/components/VersionRestoreControl.js.map +1 -0
  1407. package/dist/features/version-manager/react/components/VersionSidebar.d.ts +21 -0
  1408. package/dist/features/version-manager/react/components/VersionSidebar.d.ts.map +1 -0
  1409. package/dist/features/version-manager/react/components/VersionSidebar.js +14 -0
  1410. package/dist/features/version-manager/react/components/VersionSidebar.js.map +1 -0
  1411. package/dist/features/version-manager/react/hooks/usePreviewCanvasSize.d.ts +10 -0
  1412. package/dist/features/version-manager/react/hooks/usePreviewCanvasSize.d.ts.map +1 -0
  1413. package/dist/features/version-manager/react/hooks/usePreviewCanvasSize.js +38 -0
  1414. package/dist/features/version-manager/react/hooks/usePreviewCanvasSize.js.map +1 -0
  1415. package/dist/features/version-manager/react/hooks/useVersionManager.d.ts +67 -0
  1416. package/dist/features/version-manager/react/hooks/useVersionManager.d.ts.map +1 -0
  1417. package/dist/features/version-manager/react/hooks/useVersionManager.js +287 -0
  1418. package/dist/features/version-manager/react/hooks/useVersionManager.js.map +1 -0
  1419. package/dist/features/version-manager/rules.d.ts +76 -0
  1420. package/dist/features/version-manager/rules.d.ts.map +1 -0
  1421. package/dist/features/version-manager/rules.js +162 -0
  1422. package/dist/features/version-manager/rules.js.map +1 -0
  1423. package/dist/features/version-manager/types.d.ts +66 -0
  1424. package/dist/features/version-manager/types.d.ts.map +1 -0
  1425. package/dist/features/version-manager/types.js +12 -0
  1426. package/dist/features/version-manager/types.js.map +1 -0
  1427. package/dist/features/viewer-shell/constants.d.ts +11 -0
  1428. package/dist/features/viewer-shell/constants.d.ts.map +1 -0
  1429. package/dist/features/viewer-shell/constants.js +14 -0
  1430. package/dist/features/viewer-shell/constants.js.map +1 -0
  1431. package/dist/features/viewer-shell/dependencies.d.ts +8 -0
  1432. package/dist/features/viewer-shell/dependencies.d.ts.map +1 -0
  1433. package/dist/features/viewer-shell/dependencies.js +16 -0
  1434. package/dist/features/viewer-shell/dependencies.js.map +1 -0
  1435. package/dist/features/viewer-shell/index.d.ts +40 -0
  1436. package/dist/features/viewer-shell/index.d.ts.map +1 -0
  1437. package/dist/features/viewer-shell/index.js +21 -0
  1438. package/dist/features/viewer-shell/index.js.map +1 -0
  1439. package/dist/features/viewer-shell/ports.d.ts +23 -0
  1440. package/dist/features/viewer-shell/ports.d.ts.map +1 -0
  1441. package/dist/features/viewer-shell/ports.js +2 -0
  1442. package/dist/features/viewer-shell/ports.js.map +1 -0
  1443. package/dist/features/viewer-shell/react/components/AudioViewerBody.d.ts +11 -0
  1444. package/dist/features/viewer-shell/react/components/AudioViewerBody.d.ts.map +1 -0
  1445. package/dist/features/viewer-shell/react/components/AudioViewerBody.js +9 -0
  1446. package/dist/features/viewer-shell/react/components/AudioViewerBody.js.map +1 -0
  1447. package/dist/features/viewer-shell/react/components/CodeWithLines.d.ts +7 -0
  1448. package/dist/features/viewer-shell/react/components/CodeWithLines.d.ts.map +1 -0
  1449. package/dist/features/viewer-shell/react/components/CodeWithLines.js +10 -0
  1450. package/dist/features/viewer-shell/react/components/CodeWithLines.js.map +1 -0
  1451. package/dist/features/viewer-shell/react/components/CommentSideDock.d.ts +10 -0
  1452. package/dist/features/viewer-shell/react/components/CommentSideDock.d.ts.map +1 -0
  1453. package/dist/features/viewer-shell/react/components/CommentSideDock.js +11 -0
  1454. package/dist/features/viewer-shell/react/components/CommentSideDock.js.map +1 -0
  1455. package/dist/features/viewer-shell/react/components/CommentSidePanel.d.ts +60 -0
  1456. package/dist/features/viewer-shell/react/components/CommentSidePanel.d.ts.map +1 -0
  1457. package/dist/features/viewer-shell/react/components/CommentSidePanel.js +91 -0
  1458. package/dist/features/viewer-shell/react/components/CommentSidePanel.js.map +1 -0
  1459. package/dist/features/viewer-shell/react/components/ImageViewerBody.d.ts +9 -0
  1460. package/dist/features/viewer-shell/react/components/ImageViewerBody.d.ts.map +1 -0
  1461. package/dist/features/viewer-shell/react/components/ImageViewerBody.js +8 -0
  1462. package/dist/features/viewer-shell/react/components/ImageViewerBody.js.map +1 -0
  1463. package/dist/features/viewer-shell/react/components/JsonPanel.d.ts +8 -0
  1464. package/dist/features/viewer-shell/react/components/JsonPanel.d.ts.map +1 -0
  1465. package/dist/features/viewer-shell/react/components/JsonPanel.js +9 -0
  1466. package/dist/features/viewer-shell/react/components/JsonPanel.js.map +1 -0
  1467. package/dist/features/viewer-shell/react/components/MarkdownSplitPane.d.ts +51 -0
  1468. package/dist/features/viewer-shell/react/components/MarkdownSplitPane.d.ts.map +1 -0
  1469. package/dist/features/viewer-shell/react/components/MarkdownSplitPane.js +43 -0
  1470. package/dist/features/viewer-shell/react/components/MarkdownSplitPane.js.map +1 -0
  1471. package/dist/features/viewer-shell/react/components/SegmentedToggle.d.ts +23 -0
  1472. package/dist/features/viewer-shell/react/components/SegmentedToggle.d.ts.map +1 -0
  1473. package/dist/features/viewer-shell/react/components/SegmentedToggle.js +23 -0
  1474. package/dist/features/viewer-shell/react/components/SegmentedToggle.js.map +1 -0
  1475. package/dist/features/viewer-shell/react/components/SvgSourcePane.d.ts +23 -0
  1476. package/dist/features/viewer-shell/react/components/SvgSourcePane.d.ts.map +1 -0
  1477. package/dist/features/viewer-shell/react/components/SvgSourcePane.js +18 -0
  1478. package/dist/features/viewer-shell/react/components/SvgSourcePane.js.map +1 -0
  1479. package/dist/features/viewer-shell/react/components/VideoViewerBody.d.ts +7 -0
  1480. package/dist/features/viewer-shell/react/components/VideoViewerBody.d.ts.map +1 -0
  1481. package/dist/features/viewer-shell/react/components/VideoViewerBody.js +7 -0
  1482. package/dist/features/viewer-shell/react/components/VideoViewerBody.js.map +1 -0
  1483. package/dist/features/viewer-shell/react/components/ViewerFileActions.d.ts +17 -0
  1484. package/dist/features/viewer-shell/react/components/ViewerFileActions.d.ts.map +1 -0
  1485. package/dist/features/viewer-shell/react/components/ViewerFileActions.js +14 -0
  1486. package/dist/features/viewer-shell/react/components/ViewerFileActions.js.map +1 -0
  1487. package/dist/features/viewer-shell/react/components/ViewerShell.d.ts +31 -0
  1488. package/dist/features/viewer-shell/react/components/ViewerShell.d.ts.map +1 -0
  1489. package/dist/features/viewer-shell/react/components/ViewerShell.js +18 -0
  1490. package/dist/features/viewer-shell/react/components/ViewerShell.js.map +1 -0
  1491. package/dist/features/viewer-shell/react/components/ViewportSwitcher.d.ts +27 -0
  1492. package/dist/features/viewer-shell/react/components/ViewportSwitcher.d.ts.map +1 -0
  1493. package/dist/features/viewer-shell/react/components/ViewportSwitcher.js +40 -0
  1494. package/dist/features/viewer-shell/react/components/ViewportSwitcher.js.map +1 -0
  1495. package/dist/features/viewer-shell/react/components/ViewportToggleGroup.d.ts +17 -0
  1496. package/dist/features/viewer-shell/react/components/ViewportToggleGroup.d.ts.map +1 -0
  1497. package/dist/features/viewer-shell/react/components/ViewportToggleGroup.js +19 -0
  1498. package/dist/features/viewer-shell/react/components/ViewportToggleGroup.js.map +1 -0
  1499. package/dist/features/viewer-shell/react/hooks/useCommentReorder.d.ts +19 -0
  1500. package/dist/features/viewer-shell/react/hooks/useCommentReorder.d.ts.map +1 -0
  1501. package/dist/features/viewer-shell/react/hooks/useCommentReorder.js +71 -0
  1502. package/dist/features/viewer-shell/react/hooks/useCommentReorder.js.map +1 -0
  1503. package/dist/features/viewer-shell/react/hooks/useCopyToClipboard.d.ts +22 -0
  1504. package/dist/features/viewer-shell/react/hooks/useCopyToClipboard.d.ts.map +1 -0
  1505. package/dist/features/viewer-shell/react/hooks/useCopyToClipboard.js +46 -0
  1506. package/dist/features/viewer-shell/react/hooks/useCopyToClipboard.js.map +1 -0
  1507. package/dist/features/viewer-shell/react/hooks/useMarkdownScrollSync.d.ts +32 -0
  1508. package/dist/features/viewer-shell/react/hooks/useMarkdownScrollSync.d.ts.map +1 -0
  1509. package/dist/features/viewer-shell/react/hooks/useMarkdownScrollSync.js +157 -0
  1510. package/dist/features/viewer-shell/react/hooks/useMarkdownScrollSync.js.map +1 -0
  1511. package/dist/features/viewer-shell/rules.d.ts +93 -0
  1512. package/dist/features/viewer-shell/rules.d.ts.map +1 -0
  1513. package/dist/features/viewer-shell/rules.js +248 -0
  1514. package/dist/features/viewer-shell/rules.js.map +1 -0
  1515. package/dist/features/viewer-shell/types.d.ts +78 -0
  1516. package/dist/features/viewer-shell/types.d.ts.map +1 -0
  1517. package/dist/features/viewer-shell/types.js +19 -0
  1518. package/dist/features/viewer-shell/types.js.map +1 -0
  1519. package/dist/hooks/useCoalescedCallback.d.ts +35 -0
  1520. package/dist/hooks/useCoalescedCallback.d.ts.map +1 -0
  1521. package/dist/hooks/useCoalescedCallback.js +61 -0
  1522. package/dist/hooks/useCoalescedCallback.js.map +1 -0
  1523. package/dist/hooks/useDebouncedValue.d.ts +2 -0
  1524. package/dist/hooks/useDebouncedValue.d.ts.map +1 -0
  1525. package/dist/hooks/useDebouncedValue.js +14 -0
  1526. package/dist/hooks/useDebouncedValue.js.map +1 -0
  1527. package/dist/hooks/useInView.d.ts +19 -0
  1528. package/dist/hooks/useInView.d.ts.map +1 -0
  1529. package/dist/hooks/useInView.js +39 -0
  1530. package/dist/hooks/useInView.js.map +1 -0
  1531. package/dist/hooks/useResizableSplitPane.d.ts +44 -0
  1532. package/dist/hooks/useResizableSplitPane.d.ts.map +1 -0
  1533. package/dist/hooks/useResizableSplitPane.js +259 -0
  1534. package/dist/hooks/useResizableSplitPane.js.map +1 -0
  1535. package/dist/hooks/useStableHandler.d.ts +10 -0
  1536. package/dist/hooks/useStableHandler.d.ts.map +1 -0
  1537. package/dist/hooks/useStableHandler.js +17 -0
  1538. package/dist/hooks/useStableHandler.js.map +1 -0
  1539. package/dist/index.d.ts +86 -0
  1540. package/dist/index.d.ts.map +1 -0
  1541. package/dist/index.js +90 -0
  1542. package/dist/index.js.map +1 -0
  1543. package/dist/react/components/AgentIcon.d.ts +15 -0
  1544. package/dist/react/components/AgentIcon.d.ts.map +1 -0
  1545. package/dist/react/components/AgentIcon.js +80 -0
  1546. package/dist/react/components/AgentIcon.js.map +1 -0
  1547. package/dist/react/components/AppChromeHeader.d.ts +19 -0
  1548. package/dist/react/components/AppChromeHeader.d.ts.map +1 -0
  1549. package/dist/react/components/AppChromeHeader.js +11 -0
  1550. package/dist/react/components/AppChromeHeader.js.map +1 -0
  1551. package/dist/react/components/BrandLogo.d.ts +77 -0
  1552. package/dist/react/components/BrandLogo.d.ts.map +1 -0
  1553. package/dist/react/components/BrandLogo.js +93 -0
  1554. package/dist/react/components/BrandLogo.js.map +1 -0
  1555. package/dist/react/components/CompactToggle.d.ts +10 -0
  1556. package/dist/react/components/CompactToggle.d.ts.map +1 -0
  1557. package/dist/react/components/CompactToggle.js +13 -0
  1558. package/dist/react/components/CompactToggle.js.map +1 -0
  1559. package/dist/react/components/ComponentKitPreview.d.ts +47 -0
  1560. package/dist/react/components/ComponentKitPreview.d.ts.map +1 -0
  1561. package/dist/react/components/ComponentKitPreview.js +43 -0
  1562. package/dist/react/components/ComponentKitPreview.js.map +1 -0
  1563. package/dist/react/components/CustomSelect.d.ts +158 -0
  1564. package/dist/react/components/CustomSelect.d.ts.map +1 -0
  1565. package/dist/react/components/CustomSelect.js +268 -0
  1566. package/dist/react/components/CustomSelect.js.map +1 -0
  1567. package/dist/react/components/EdgeScrollZones.d.ts +3 -0
  1568. package/dist/react/components/EdgeScrollZones.d.ts.map +1 -0
  1569. package/dist/react/components/EdgeScrollZones.js +6 -0
  1570. package/dist/react/components/EdgeScrollZones.js.map +1 -0
  1571. package/dist/react/components/EditorIcon.d.ts +16 -0
  1572. package/dist/react/components/EditorIcon.d.ts.map +1 -0
  1573. package/dist/react/components/EditorIcon.js +75 -0
  1574. package/dist/react/components/EditorIcon.js.map +1 -0
  1575. package/dist/react/components/ExportDiagnosticsButton.d.ts +110 -0
  1576. package/dist/react/components/ExportDiagnosticsButton.d.ts.map +1 -0
  1577. package/dist/react/components/ExportDiagnosticsButton.js +150 -0
  1578. package/dist/react/components/ExportDiagnosticsButton.js.map +1 -0
  1579. package/dist/react/components/FileImportPanel.d.ts +15 -0
  1580. package/dist/react/components/FileImportPanel.d.ts.map +1 -0
  1581. package/dist/react/components/FileImportPanel.js +17 -0
  1582. package/dist/react/components/FileImportPanel.js.map +1 -0
  1583. package/dist/react/components/HeaderActionsMenu.d.ts +72 -0
  1584. package/dist/react/components/HeaderActionsMenu.d.ts.map +1 -0
  1585. package/dist/react/components/HeaderActionsMenu.js +111 -0
  1586. package/dist/react/components/HeaderActionsMenu.js.map +1 -0
  1587. package/dist/react/components/Icon.d.ts +15 -0
  1588. package/dist/react/components/Icon.d.ts.map +1 -0
  1589. package/dist/react/components/Icon.js +236 -0
  1590. package/dist/react/components/Icon.js.map +1 -0
  1591. package/dist/react/components/ImportChoice.d.ts +11 -0
  1592. package/dist/react/components/ImportChoice.d.ts.map +1 -0
  1593. package/dist/react/components/ImportChoice.js +15 -0
  1594. package/dist/react/components/ImportChoice.js.map +1 -0
  1595. package/dist/react/components/KitErrorBoundary.d.ts +13 -0
  1596. package/dist/react/components/KitErrorBoundary.d.ts.map +1 -0
  1597. package/dist/react/components/KitErrorBoundary.js +30 -0
  1598. package/dist/react/components/KitErrorBoundary.js.map +1 -0
  1599. package/dist/react/components/LanguageMenu.d.ts +69 -0
  1600. package/dist/react/components/LanguageMenu.d.ts.map +1 -0
  1601. package/dist/react/components/LanguageMenu.js +102 -0
  1602. package/dist/react/components/LanguageMenu.js.map +1 -0
  1603. package/dist/react/components/Loading.d.ts +27 -0
  1604. package/dist/react/components/Loading.d.ts.map +1 -0
  1605. package/dist/react/components/Loading.js +24 -0
  1606. package/dist/react/components/Loading.js.map +1 -0
  1607. package/dist/react/components/Notice.d.ts +14 -0
  1608. package/dist/react/components/Notice.d.ts.map +1 -0
  1609. package/dist/react/components/Notice.js +23 -0
  1610. package/dist/react/components/Notice.js.map +1 -0
  1611. package/dist/react/components/OnboardingChipField.d.ts +21 -0
  1612. package/dist/react/components/OnboardingChipField.d.ts.map +1 -0
  1613. package/dist/react/components/OnboardingChipField.js +19 -0
  1614. package/dist/react/components/OnboardingChipField.js.map +1 -0
  1615. package/dist/react/components/OnboardingDropdown.d.ts +133 -0
  1616. package/dist/react/components/OnboardingDropdown.d.ts.map +1 -0
  1617. package/dist/react/components/OnboardingDropdown.js +257 -0
  1618. package/dist/react/components/OnboardingDropdown.js.map +1 -0
  1619. package/dist/react/components/OnboardingPanelHeader.d.ts +7 -0
  1620. package/dist/react/components/OnboardingPanelHeader.d.ts.map +1 -0
  1621. package/dist/react/components/OnboardingPanelHeader.js +5 -0
  1622. package/dist/react/components/OnboardingPanelHeader.js.map +1 -0
  1623. package/dist/react/components/OptionCards.d.ts +14 -0
  1624. package/dist/react/components/OptionCards.d.ts.map +1 -0
  1625. package/dist/react/components/OptionCards.js +5 -0
  1626. package/dist/react/components/OptionCards.js.map +1 -0
  1627. package/dist/react/components/PaletteTweaks.d.ts +65 -0
  1628. package/dist/react/components/PaletteTweaks.d.ts.map +1 -0
  1629. package/dist/react/components/PaletteTweaks.js +116 -0
  1630. package/dist/react/components/PaletteTweaks.js.map +1 -0
  1631. package/dist/react/components/PillButton.d.ts +33 -0
  1632. package/dist/react/components/PillButton.d.ts.map +1 -0
  1633. package/dist/react/components/PillButton.js +14 -0
  1634. package/dist/react/components/PillButton.js.map +1 -0
  1635. package/dist/react/components/PopoverItem.d.ts +24 -0
  1636. package/dist/react/components/PopoverItem.d.ts.map +1 -0
  1637. package/dist/react/components/PopoverItem.js +12 -0
  1638. package/dist/react/components/PopoverItem.js.map +1 -0
  1639. package/dist/react/components/PopoverMenu.d.ts +15 -0
  1640. package/dist/react/components/PopoverMenu.d.ts.map +1 -0
  1641. package/dist/react/components/PopoverMenu.js +13 -0
  1642. package/dist/react/components/PopoverMenu.js.map +1 -0
  1643. package/dist/react/components/RemixIcon.d.ts +15 -0
  1644. package/dist/react/components/RemixIcon.d.ts.map +1 -0
  1645. package/dist/react/components/RemixIcon.js +19 -0
  1646. package/dist/react/components/RemixIcon.js.map +1 -0
  1647. package/dist/react/components/StatCard.d.ts +7 -0
  1648. package/dist/react/components/StatCard.d.ts.map +1 -0
  1649. package/dist/react/components/StatCard.js +5 -0
  1650. package/dist/react/components/StatCard.js.map +1 -0
  1651. package/dist/react/components/Toast.d.ts +95 -0
  1652. package/dist/react/components/Toast.d.ts.map +1 -0
  1653. package/dist/react/components/Toast.js +131 -0
  1654. package/dist/react/components/Toast.js.map +1 -0
  1655. package/dist/react/components/ToggleRow.d.ts +10 -0
  1656. package/dist/react/components/ToggleRow.d.ts.map +1 -0
  1657. package/dist/react/components/ToggleRow.js +13 -0
  1658. package/dist/react/components/ToggleRow.js.map +1 -0
  1659. package/dist/react/components/TokenChip.d.ts +8 -0
  1660. package/dist/react/components/TokenChip.d.ts.map +1 -0
  1661. package/dist/react/components/TokenChip.js +6 -0
  1662. package/dist/react/components/TokenChip.js.map +1 -0
  1663. package/dist/react/components/TooltipLayer.d.ts +55 -0
  1664. package/dist/react/components/TooltipLayer.d.ts.map +1 -0
  1665. package/dist/react/components/TooltipLayer.js +294 -0
  1666. package/dist/react/components/TooltipLayer.js.map +1 -0
  1667. package/dist/react/components/ValueChip.d.ts +8 -0
  1668. package/dist/react/components/ValueChip.d.ts.map +1 -0
  1669. package/dist/react/components/ValueChip.js +6 -0
  1670. package/dist/react/components/ValueChip.js.map +1 -0
  1671. package/dist/react/components/WorkingDirPicker.d.ts +133 -0
  1672. package/dist/react/components/WorkingDirPicker.d.ts.map +1 -0
  1673. package/dist/react/components/WorkingDirPicker.js +183 -0
  1674. package/dist/react/components/WorkingDirPicker.js.map +1 -0
  1675. package/dist/react/hooks/useBrandFonts.d.ts +22 -0
  1676. package/dist/react/hooks/useBrandFonts.d.ts.map +1 -0
  1677. package/dist/react/hooks/useBrandFonts.js +75 -0
  1678. package/dist/react/hooks/useBrandFonts.js.map +1 -0
  1679. package/dist/react/hooks/useCoalescedCallback.d.ts +35 -0
  1680. package/dist/react/hooks/useCoalescedCallback.d.ts.map +1 -0
  1681. package/dist/react/hooks/useCoalescedCallback.js +61 -0
  1682. package/dist/react/hooks/useCoalescedCallback.js.map +1 -0
  1683. package/dist/react/hooks/useDebouncedValue.d.ts +2 -0
  1684. package/dist/react/hooks/useDebouncedValue.d.ts.map +1 -0
  1685. package/dist/react/hooks/useDebouncedValue.js +14 -0
  1686. package/dist/react/hooks/useDebouncedValue.js.map +1 -0
  1687. package/dist/react/hooks/useEdgeAutoScroll.d.ts +18 -0
  1688. package/dist/react/hooks/useEdgeAutoScroll.d.ts.map +1 -0
  1689. package/dist/react/hooks/useEdgeAutoScroll.js +80 -0
  1690. package/dist/react/hooks/useEdgeAutoScroll.js.map +1 -0
  1691. package/dist/react/hooks/useInView.d.ts +19 -0
  1692. package/dist/react/hooks/useInView.d.ts.map +1 -0
  1693. package/dist/react/hooks/useInView.js +39 -0
  1694. package/dist/react/hooks/useInView.js.map +1 -0
  1695. package/dist/react/hooks/useResizableSplitPane.d.ts +44 -0
  1696. package/dist/react/hooks/useResizableSplitPane.d.ts.map +1 -0
  1697. package/dist/react/hooks/useResizableSplitPane.js +259 -0
  1698. package/dist/react/hooks/useResizableSplitPane.js.map +1 -0
  1699. package/dist/react/hooks/useStableHandler.d.ts +10 -0
  1700. package/dist/react/hooks/useStableHandler.d.ts.map +1 -0
  1701. package/dist/react/hooks/useStableHandler.js +17 -0
  1702. package/dist/react/hooks/useStableHandler.js.map +1 -0
  1703. package/dist/utils/appearance.d.ts +32 -0
  1704. package/dist/utils/appearance.d.ts.map +1 -0
  1705. package/dist/utils/appearance.js +78 -0
  1706. package/dist/utils/appearance.js.map +1 -0
  1707. package/dist/utils/auto-open-file.d.ts +19 -0
  1708. package/dist/utils/auto-open-file.d.ts.map +1 -0
  1709. package/dist/utils/auto-open-file.js +161 -0
  1710. package/dist/utils/auto-open-file.js.map +1 -0
  1711. package/dist/utils/color-math.d.ts +34 -0
  1712. package/dist/utils/color-math.d.ts.map +1 -0
  1713. package/dist/utils/color-math.js +79 -0
  1714. package/dist/utils/color-math.js.map +1 -0
  1715. package/dist/utils/copy-to-clipboard.d.ts +11 -0
  1716. package/dist/utils/copy-to-clipboard.d.ts.map +1 -0
  1717. package/dist/utils/copy-to-clipboard.js +56 -0
  1718. package/dist/utils/copy-to-clipboard.js.map +1 -0
  1719. package/dist/utils/design-md.d.ts +27 -0
  1720. package/dist/utils/design-md.d.ts.map +1 -0
  1721. package/dist/utils/design-md.js +94 -0
  1722. package/dist/utils/design-md.js.map +1 -0
  1723. package/dist/utils/dom-subscriptions.d.ts +50 -0
  1724. package/dist/utils/dom-subscriptions.d.ts.map +1 -0
  1725. package/dist/utils/dom-subscriptions.js +116 -0
  1726. package/dist/utils/dom-subscriptions.js.map +1 -0
  1727. package/dist/utils/file-system-errors.d.ts +12 -0
  1728. package/dist/utils/file-system-errors.d.ts.map +1 -0
  1729. package/dist/utils/file-system-errors.js +30 -0
  1730. package/dist/utils/file-system-errors.js.map +1 -0
  1731. package/dist/utils/file-transfer.d.ts +10 -0
  1732. package/dist/utils/file-transfer.d.ts.map +1 -0
  1733. package/dist/utils/file-transfer.js +125 -0
  1734. package/dist/utils/file-transfer.js.map +1 -0
  1735. package/dist/utils/ime-composing.d.ts +18 -0
  1736. package/dist/utils/ime-composing.d.ts.map +1 -0
  1737. package/dist/utils/ime-composing.js +20 -0
  1738. package/dist/utils/ime-composing.js.map +1 -0
  1739. package/dist/utils/index.d.ts +9 -0
  1740. package/dist/utils/index.d.ts.map +1 -0
  1741. package/dist/utils/index.js +17 -0
  1742. package/dist/utils/index.js.map +1 -0
  1743. package/dist/utils/localized-url.d.ts +7 -0
  1744. package/dist/utils/localized-url.d.ts.map +1 -0
  1745. package/dist/utils/localized-url.js +16 -0
  1746. package/dist/utils/localized-url.js.map +1 -0
  1747. package/dist/utils/markdown-scroll-sync.d.ts +38 -0
  1748. package/dist/utils/markdown-scroll-sync.d.ts.map +1 -0
  1749. package/dist/utils/markdown-scroll-sync.js +277 -0
  1750. package/dist/utils/markdown-scroll-sync.js.map +1 -0
  1751. package/dist/utils/notifications.d.ts +51 -0
  1752. package/dist/utils/notifications.d.ts.map +1 -0
  1753. package/dist/utils/notifications.js +238 -0
  1754. package/dist/utils/notifications.js.map +1 -0
  1755. package/dist/utils/platform.d.ts +6 -0
  1756. package/dist/utils/platform.d.ts.map +1 -0
  1757. package/dist/utils/platform.js +8 -0
  1758. package/dist/utils/platform.js.map +1 -0
  1759. package/dist/utils/polygon-selection.d.ts +65 -0
  1760. package/dist/utils/polygon-selection.d.ts.map +1 -0
  1761. package/dist/utils/polygon-selection.js +123 -0
  1762. package/dist/utils/polygon-selection.js.map +1 -0
  1763. package/dist/utils/scroll-tabs-with-wheel.d.ts +19 -0
  1764. package/dist/utils/scroll-tabs-with-wheel.d.ts.map +1 -0
  1765. package/dist/utils/scroll-tabs-with-wheel.js +47 -0
  1766. package/dist/utils/scroll-tabs-with-wheel.js.map +1 -0
  1767. package/dist/utils/smooth-scroll-to-top.d.ts +30 -0
  1768. package/dist/utils/smooth-scroll-to-top.d.ts.map +1 -0
  1769. package/dist/utils/smooth-scroll-to-top.js +120 -0
  1770. package/dist/utils/smooth-scroll-to-top.js.map +1 -0
  1771. package/dist/utils/sse.d.ts +26 -0
  1772. package/dist/utils/sse.d.ts.map +1 -0
  1773. package/dist/utils/sse.js +51 -0
  1774. package/dist/utils/sse.js.map +1 -0
  1775. package/dist/utils/timezone.d.ts +18 -0
  1776. package/dist/utils/timezone.d.ts.map +1 -0
  1777. package/dist/utils/timezone.js +69 -0
  1778. package/dist/utils/timezone.js.map +1 -0
  1779. package/dist/utils/uuid.d.ts +30 -0
  1780. package/dist/utils/uuid.d.ts.map +1 -0
  1781. package/dist/utils/uuid.js +53 -0
  1782. package/dist/utils/uuid.js.map +1 -0
  1783. package/dist/utils/visual-stability.d.ts +14 -0
  1784. package/dist/utils/visual-stability.d.ts.map +1 -0
  1785. package/dist/utils/visual-stability.js +23 -0
  1786. package/dist/utils/visual-stability.js.map +1 -0
  1787. package/dist/utils/zip.d.ts +19 -0
  1788. package/dist/utils/zip.d.ts.map +1 -0
  1789. package/dist/utils/zip.js +132 -0
  1790. package/dist/utils/zip.js.map +1 -0
  1791. package/dist/vitest-chat-entry.d.ts +13 -0
  1792. package/dist/vitest-chat-entry.d.ts.map +1 -0
  1793. package/dist/vitest-chat-entry.js +13 -0
  1794. package/dist/vitest-chat-entry.js.map +1 -0
  1795. 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"}