@floegence/floe-webapp-core 0.33.6 → 0.33.7

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.
@@ -6,6 +6,7 @@ export declare const FolderIcon: (props: FileIconProps) => JSX.Element;
6
6
  export declare const FolderOpenIcon: (props: FileIconProps) => JSX.Element;
7
7
  export declare const FileIcon: (props: FileIconProps) => JSX.Element;
8
8
  export declare const CodeFileIcon: (props: FileIconProps) => JSX.Element;
9
+ export declare const ShellScriptFileIcon: (props: FileIconProps) => JSX.Element;
9
10
  export declare const ImageFileIcon: (props: FileIconProps) => JSX.Element;
10
11
  export declare const DocumentFileIcon: (props: FileIconProps) => JSX.Element;
11
12
  export declare const ConfigFileIcon: (props: FileIconProps) => JSX.Element;
@@ -1,53 +1,57 @@
1
- import { effect as t, setAttribute as e, template as n } from "solid-js/web";
2
- import { createUniqueId as c } from "solid-js";
3
- var v = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><defs><linearGradient x1=0% y1=0% x2=0% y2=100%><stop offset=0% style=stop-color:var(--warning);stop-opacity:1></stop><stop offset=100% style="stop-color:color-mix(in srgb, var(--warning) 80%, var(--foreground));stop-opacity:1"></stop></linearGradient></defs><path d="M3 5a2 2 0 0 1 2-2h4.586a1 1 0 0 1 .707.293L12 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5z">'), h = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><defs><linearGradient x1=0% y1=0% x2=0% y2=100%><stop offset=0% style=stop-color:var(--warning);stop-opacity:1></stop><stop offset=100% style="stop-color:color-mix(in srgb, var(--warning) 70%, var(--foreground));stop-opacity:1"></stop></linearGradient></defs><path d="M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7.414A2 2 0 0 0 20.414 6L18 3.586A2 2 0 0 0 16.586 3H5zm4 2h7.586L19 7.414V17H5V5h4z"></path><path fill=var(--background) opacity=0.3 d="M3 8l4-3h14l-4 3H3z">'), u = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"fill=none stroke=currentColor stroke-width=1.5 stroke-linecap=round stroke-linejoin=round><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8">'), f = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><path fill=var(--info) opacity=0.2 d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"></path><path fill=none stroke=var(--info) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline fill=none stroke=var(--info) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="14 2 14 8 20 8"></polyline><path fill=none stroke=var(--info) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="m10 13-2 2 2 2m4-4 2 2-2 2">'), k = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><path fill=var(--success) opacity=0.2 d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"></path><path fill=none stroke=var(--success) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline fill=none stroke=var(--success) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="14 2 14 8 20 8"></polyline><circle cx=10 cy=13 r=2 fill=var(--success)></circle><path fill=none stroke=var(--success) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="m20 17-3-3-4 4-2-2-5 3">'), w = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><path fill=var(--error) opacity=0.2 d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"></path><path fill=none stroke=var(--error) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline fill=none stroke=var(--error) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="14 2 14 8 20 8"></polyline><line x1=8 y1=13 x2=16 y2=13 stroke=var(--error) stroke-width=1.5 stroke-linecap=round></line><line x1=8 y1=17 x2=14 y2=17 stroke=var(--error) stroke-width=1.5 stroke-linecap=round>'), g = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><path fill=var(--warning) opacity=0.2 d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"></path><path fill=none stroke=var(--warning) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline fill=none stroke=var(--warning) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="14 2 14 8 20 8"></polyline><path fill=none stroke=var(--warning) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M10 12v4h2m-2-4h2l2 4">'), y = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><path fill=var(--primary) opacity=0.2 d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"></path><path fill=none stroke=var(--primary) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline fill=none stroke=var(--primary) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="14 2 14 8 20 8"></polyline><path fill=none stroke=var(--primary) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M9 14h6m-3-3v6">');
4
- const z = (r) => {
5
- const l = `floe-folder-gradient-${c()}`;
1
+ import { effect as t, setAttribute as r, template as n } from "solid-js/web";
2
+ import { createUniqueId as d } from "solid-js";
3
+ var h = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><defs><linearGradient x1=0% y1=0% x2=0% y2=100%><stop offset=0% style=stop-color:var(--warning);stop-opacity:1></stop><stop offset=100% style="stop-color:color-mix(in srgb, var(--warning) 80%, var(--foreground));stop-opacity:1"></stop></linearGradient></defs><path d="M3 5a2 2 0 0 1 2-2h4.586a1 1 0 0 1 .707.293L12 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5z">'), v = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><defs><linearGradient x1=0% y1=0% x2=0% y2=100%><stop offset=0% style=stop-color:var(--warning);stop-opacity:1></stop><stop offset=100% style="stop-color:color-mix(in srgb, var(--warning) 70%, var(--foreground));stop-opacity:1"></stop></linearGradient></defs><path d="M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7.414A2 2 0 0 0 20.414 6L18 3.586A2 2 0 0 0 16.586 3H5zm4 2h7.586L19 7.414V17H5V5h4z"></path><path fill=var(--background) opacity=0.3 d="M3 8l4-3h14l-4 3H3z">'), u = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"fill=none stroke=currentColor stroke-width=1.5 stroke-linecap=round stroke-linejoin=round><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8">'), k = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><path fill=var(--info) opacity=0.2 d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"></path><path fill=none stroke=var(--info) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline fill=none stroke=var(--info) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="14 2 14 8 20 8"></polyline><path fill=none stroke=var(--info) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="m10 13-2 2 2 2m4-4 2 2-2 2">'), w = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><path fill=var(--success) opacity=0.2 d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"></path><path fill=none stroke=var(--success) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline fill=none stroke=var(--success) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="14 2 14 8 20 8"></polyline><polyline fill=none stroke=var(--success) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="8 13 11 15 8 17"></polyline><line x1=13 y1=17 x2=16.5 y2=17 stroke=var(--success) stroke-width=1.5 stroke-linecap=round>'), f = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><path fill=var(--success) opacity=0.2 d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"></path><path fill=none stroke=var(--success) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline fill=none stroke=var(--success) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="14 2 14 8 20 8"></polyline><circle cx=10 cy=13 r=2 fill=var(--success)></circle><path fill=none stroke=var(--success) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="m20 17-3-3-4 4-2-2-5 3">'), g = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><path fill=var(--error) opacity=0.2 d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"></path><path fill=none stroke=var(--error) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline fill=none stroke=var(--error) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="14 2 14 8 20 8"></polyline><line x1=8 y1=13 x2=16 y2=13 stroke=var(--error) stroke-width=1.5 stroke-linecap=round></line><line x1=8 y1=17 x2=14 y2=17 stroke=var(--error) stroke-width=1.5 stroke-linecap=round>'), y = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><path fill=var(--warning) opacity=0.2 d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"></path><path fill=none stroke=var(--warning) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline fill=none stroke=var(--warning) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="14 2 14 8 20 8"></polyline><path fill=none stroke=var(--warning) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M10 12v4h2m-2-4h2l2 4">'), x = /* @__PURE__ */ n('<svg xmlns=http://www.w3.org/2000/svg viewBox="0 0 24 24"><path fill=var(--primary) opacity=0.2 d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"></path><path fill=none stroke=var(--primary) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline fill=none stroke=var(--primary) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round points="14 2 14 8 20 8"></polyline><path fill=none stroke=var(--primary) stroke-width=1.5 stroke-linecap=round stroke-linejoin=round d="M9 14h6m-3-3v6">');
4
+ const b = (e) => {
5
+ const l = `floe-folder-gradient-${d()}`;
6
6
  return (() => {
7
- var s = v(), i = s.firstChild, a = i.firstChild, p = a.firstChild;
7
+ var s = h(), i = s.firstChild, a = i.firstChild, p = a.firstChild;
8
8
  p.nextSibling;
9
- var d = i.nextSibling;
10
- return e(a, "id", l), e(d, "fill", `url(#${l})`), t(() => e(s, "class", r.class)), s;
9
+ var c = i.nextSibling;
10
+ return r(a, "id", l), r(c, "fill", `url(#${l})`), t(() => r(s, "class", e.class)), s;
11
11
  })();
12
- }, H = (r) => {
13
- const l = `floe-folder-open-gradient-${c()}`;
12
+ }, C = (e) => {
13
+ const l = `floe-folder-open-gradient-${d()}`;
14
14
  return (() => {
15
- var s = h(), i = s.firstChild, a = i.firstChild, p = a.firstChild;
15
+ var s = v(), i = s.firstChild, a = i.firstChild, p = a.firstChild;
16
16
  p.nextSibling;
17
- var d = i.nextSibling;
18
- return e(a, "id", l), e(d, "fill", `url(#${l})`), t(() => e(s, "class", r.class)), s;
17
+ var c = i.nextSibling;
18
+ return r(a, "id", l), r(c, "fill", `url(#${l})`), t(() => r(s, "class", e.class)), s;
19
19
  })();
20
- }, x = (r) => (() => {
20
+ }, m = (e) => (() => {
21
21
  var o = u();
22
- return t(() => e(o, "class", r.class)), o;
23
- })(), m = (r) => (() => {
24
- var o = f();
25
- return t(() => e(o, "class", r.class)), o;
26
- })(), $ = (r) => (() => {
22
+ return t(() => r(o, "class", e.class)), o;
23
+ })(), $ = (e) => (() => {
27
24
  var o = k();
28
- return t(() => e(o, "class", r.class)), o;
29
- })(), _ = (r) => (() => {
25
+ return t(() => r(o, "class", e.class)), o;
26
+ })(), _ = (e) => (() => {
30
27
  var o = w();
31
- return t(() => e(o, "class", r.class)), o;
32
- })(), j = (r) => (() => {
28
+ return t(() => r(o, "class", e.class)), o;
29
+ })(), j = (e) => (() => {
30
+ var o = f();
31
+ return t(() => r(o, "class", e.class)), o;
32
+ })(), z = (e) => (() => {
33
33
  var o = g();
34
- return t(() => e(o, "class", r.class)), o;
35
- })(), I = (r) => (() => {
34
+ return t(() => r(o, "class", e.class)), o;
35
+ })(), I = (e) => (() => {
36
36
  var o = y();
37
- return t(() => e(o, "class", r.class)), o;
37
+ return t(() => r(o, "class", e.class)), o;
38
+ })(), M = (e) => (() => {
39
+ var o = x();
40
+ return t(() => r(o, "class", e.class)), o;
38
41
  })();
39
- function V(r) {
40
- const o = r?.toLowerCase();
41
- return ["ts", "tsx", "js", "jsx", "py", "rb", "go", "rs", "java", "c", "cpp", "h", "hpp", "vue", "svelte"].includes(o ?? "") ? m : ["png", "jpg", "jpeg", "gif", "svg", "webp", "ico", "bmp"].includes(o ?? "") ? $ : ["pdf", "doc", "docx", "xls", "xlsx", "ppt", "pptx", "txt", "md", "rtf"].includes(o ?? "") ? _ : ["json", "yaml", "yml", "toml", "xml", "ini", "env", "config"].includes(o ?? "") ? j : ["css", "scss", "sass", "less", "styl"].includes(o ?? "") ? I : x;
42
+ function F(e) {
43
+ const o = e?.toLowerCase();
44
+ return ["sh", "bash", "zsh", "fish", "ksh", "csh"].includes(o ?? "") ? _ : ["ts", "tsx", "js", "jsx", "py", "rb", "go", "rs", "java", "c", "cpp", "h", "hpp", "vue", "svelte"].includes(o ?? "") ? $ : ["png", "jpg", "jpeg", "gif", "svg", "webp", "ico", "bmp"].includes(o ?? "") ? j : ["pdf", "doc", "docx", "xls", "xlsx", "ppt", "pptx", "txt", "md", "rtf"].includes(o ?? "") ? z : ["json", "yaml", "yml", "toml", "xml", "ini", "env", "config"].includes(o ?? "") ? I : ["css", "scss", "sass", "less", "styl"].includes(o ?? "") ? M : m;
42
45
  }
43
46
  export {
44
- m as CodeFileIcon,
45
- j as ConfigFileIcon,
46
- _ as DocumentFileIcon,
47
- x as FileIcon,
48
- z as FolderIcon,
49
- H as FolderOpenIcon,
50
- $ as ImageFileIcon,
51
- I as StyleFileIcon,
52
- V as getFileIcon
47
+ $ as CodeFileIcon,
48
+ I as ConfigFileIcon,
49
+ z as DocumentFileIcon,
50
+ m as FileIcon,
51
+ b as FolderIcon,
52
+ C as FolderOpenIcon,
53
+ j as ImageFileIcon,
54
+ _ as ShellScriptFileIcon,
55
+ M as StyleFileIcon,
56
+ F as getFileIcon
53
57
  };
@@ -6,5 +6,5 @@ export { FileGridView, type FileGridViewProps } from './FileGridView';
6
6
  export { FileContextMenu, type FileContextMenuProps, type BuiltinContextMenuAction, type HideItemsValue } from './FileContextMenu';
7
7
  export { Breadcrumb, type BreadcrumbProps } from './Breadcrumb';
8
8
  export { FileBrowserToolbar, type FileBrowserToolbarProps } from './FileBrowserToolbar';
9
- export { FolderIcon, FolderOpenIcon, FileIcon, CodeFileIcon, ImageFileIcon, DocumentFileIcon, ConfigFileIcon, StyleFileIcon, getFileIcon, } from './FileIcons';
9
+ export { FolderIcon, FolderOpenIcon, FileIcon, CodeFileIcon, ShellScriptFileIcon, ImageFileIcon, DocumentFileIcon, ConfigFileIcon, StyleFileIcon, getFileIcon, } from './FileIcons';
10
10
  export type { FileItem, ViewMode, SortField, SortDirection, SortConfig, FileListColumnRatios, FileBrowserContextValue, ContextMenuActionType, ContextMenuItem, ContextMenuEvent, ContextMenuCallbacks, OptimisticUpdateType, OptimisticRemove, OptimisticUpdate, OptimisticInsert, OptimisticOperation, ScrollPosition, } from './types';
@@ -1,29 +1,30 @@
1
1
  import { Breadcrumb as r } from "./components/file-browser/Breadcrumb.js";
2
- import { CodeFileIcon as l, ConfigFileIcon as t, DocumentFileIcon as F, FileIcon as n, FolderIcon as c, FolderOpenIcon as m, ImageFileIcon as f, StyleFileIcon as p, getFileIcon as x } from "./components/file-browser/FileIcons.js";
3
- import { DirectoryTree as d } from "./components/file-browser/DirectoryTree.js";
4
- import { FileBrowser as w } from "./components/file-browser/FileBrowser.js";
5
- import { FileBrowserProvider as u, useFileBrowser as a } from "./components/file-browser/FileBrowserContext.js";
6
- import { FileBrowserToolbar as C } from "./components/file-browser/FileBrowserToolbar.js";
2
+ import { CodeFileIcon as l, ConfigFileIcon as t, DocumentFileIcon as F, FileIcon as n, FolderIcon as c, FolderOpenIcon as m, ImageFileIcon as p, ShellScriptFileIcon as I, StyleFileIcon as f, getFileIcon as x } from "./components/file-browser/FileIcons.js";
3
+ import { DirectoryTree as s } from "./components/file-browser/DirectoryTree.js";
4
+ import { FileBrowser as B } from "./components/file-browser/FileBrowser.js";
5
+ import { FileBrowserProvider as a, useFileBrowser as g } from "./components/file-browser/FileBrowserContext.js";
6
+ import { FileBrowserToolbar as S } from "./components/file-browser/FileBrowserToolbar.js";
7
7
  import { FileContextMenu as y } from "./components/file-browser/FileContextMenu.js";
8
8
  import { FileGridView as T } from "./components/file-browser/FileGridView.js";
9
- import { FileListView as v } from "./components/file-browser/FileListView.js";
9
+ import { FileListView as h } from "./components/file-browser/FileListView.js";
10
10
  export {
11
11
  r as Breadcrumb,
12
12
  l as CodeFileIcon,
13
13
  t as ConfigFileIcon,
14
- d as DirectoryTree,
14
+ s as DirectoryTree,
15
15
  F as DocumentFileIcon,
16
- w as FileBrowser,
17
- u as FileBrowserProvider,
18
- C as FileBrowserToolbar,
16
+ B as FileBrowser,
17
+ a as FileBrowserProvider,
18
+ S as FileBrowserToolbar,
19
19
  y as FileContextMenu,
20
20
  T as FileGridView,
21
21
  n as FileIcon,
22
- v as FileListView,
22
+ h as FileListView,
23
23
  c as FolderIcon,
24
24
  m as FolderOpenIcon,
25
- f as ImageFileIcon,
26
- p as StyleFileIcon,
25
+ p as ImageFileIcon,
26
+ I as ShellScriptFileIcon,
27
+ f as StyleFileIcon,
27
28
  x as getFileIcon,
28
- a as useFileBrowser
29
+ g as useFileBrowser
29
30
  };
package/dist/full.js CHANGED
@@ -19,119 +19,119 @@ import { ChecklistBlock as Et } from "./components/chat/blocks/ChecklistBlock.js
19
19
  import { CircularProgress as Ot, LinearProgress as Ut, SegmentedProgress as Nt, StepsProgress as zt } from "./components/ui/Progress.js";
20
20
  import { CodeBlock as _t } from "./components/chat/blocks/CodeBlock.js";
21
21
  import { CodeDiffBlock as Zt } from "./components/chat/blocks/CodeDiffBlock.js";
22
- import { CodeFileIcon as qt, ConfigFileIcon as jt, DocumentFileIcon as Jt, FileIcon as Yt, FolderIcon as $t, FolderOpenIcon as ei, ImageFileIcon as oi, StyleFileIcon as ri, getFileIcon as ti } from "./components/file-browser/FileIcons.js";
23
- import { CommandPalette as ni } from "./components/ui/CommandPalette.js";
24
- import { CommandProvider as ci, createCommandService as mi, useCommand as pi } from "./context/CommandContext.js";
25
- import { ComponentRegistryProvider as fi, createComponentRegistry as si, hasComponentRegistryContext as di, useComponentContextFactory as xi, useComponentRegistry as Ii, useOptionalComponentRegistry as gi } from "./context/ComponentRegistry.js";
26
- import { ConfirmDialog as ui, Dialog as hi } from "./components/ui/Dialog.js";
27
- import { ConnectionStatus as Si } from "./components/chat/status/ConnectionStatus.js";
28
- import { DECK_GRID_CONFIG as Bi, DeckGrid as Pi, getGridConfigFromElement as yi } from "./components/deck/DeckGrid.js";
29
- import { DEFAULT_FLOE_CONFIG as Mi, FloeConfigProvider as Ti, useFloeConfig as vi, useResolvedFloeConfig as wi } from "./context/FloeConfigContext.js";
30
- import { DEFAULT_VIRTUAL_LIST_CONFIG as Wi } from "./components/chat/types.js";
31
- import { DeckCell as Ai } from "./components/deck/DeckCell.js";
32
- import { DeckProvider as Gi, createDeckService as Hi, useDeck as Ei } from "./context/DeckContext.js";
33
- import { DeckTopBar as Oi } from "./components/deck/DeckTopBar.js";
34
- import { DirectoryInput as Ni } from "./components/ui/DirectoryInput.js";
35
- import { DirectoryPicker as Ki } from "./components/ui/DirectoryPicker.js";
36
- import { DirectoryTree as Qi } from "./components/file-browser/DirectoryTree.js";
37
- import { DropZonePreview as Xi } from "./components/deck/DropZonePreview.js";
38
- import { Dropdown as ji, Select as Ji } from "./components/ui/Dropdown.js";
39
- import { ErrorBlock as $i, HighlightBlock as en, InfoBlock as on, NoteBlock as rn, SuccessBlock as tn, TipBlock as nn, WarningBlock as an } from "./components/ui/HighlightBlock.js";
40
- import { FileBlock as mn } from "./components/chat/blocks/FileBlock.js";
41
- import { FileBrowser as ln } from "./components/file-browser/FileBrowser.js";
42
- import { FileBrowserDragProvider as sn, hasFileBrowserDragContext as dn, useFileBrowserDrag as xn } from "./context/FileBrowserDragContext.js";
43
- import { FileBrowserProvider as gn, useFileBrowser as Cn } from "./components/file-browser/FileBrowserContext.js";
44
- import { FileBrowserToolbar as hn } from "./components/file-browser/FileBrowserToolbar.js";
45
- import { FileContextMenu as Sn } from "./components/file-browser/FileContextMenu.js";
46
- import { FileGridView as Bn } from "./components/file-browser/FileGridView.js";
47
- import { FileListView as yn } from "./components/file-browser/FileListView.js";
48
- import { FileSavePicker as Mn } from "./components/ui/FileSavePicker.js";
49
- import { FilesSidebarWidget as vn, SearchSidebarWidget as wn, SettingsSidebarWidget as bn, ShowcaseSidebarWidget as Wn, SidebarWidget as Ln } from "./widgets/SidebarWidget.js";
50
- import { FloatingWindow as Rn } from "./components/ui/FloatingWindow.js";
51
- import { FloeApp as Hn } from "./app/FloeApp.js";
52
- import { FloeRegistryRuntime as Vn } from "./app/FloeRegistryRuntime.js";
53
- import { Form as Un, FormActions as Nn, FormControl as zn, FormDescription as Kn, FormDivider as _n, FormField as Qn, FormLabel as Zn, FormMessage as Xn, FormRow as qn, FormSection as jn, useFormSubmitting as Jn } from "./components/ui/Form.js";
54
- import { ImageBlock as $n } from "./components/chat/blocks/ImageBlock.js";
55
- import { KeepAliveStack as oa } from "./components/layout/KeepAliveStack.js";
56
- import { Launchpad as ta } from "./components/launchpad/Launchpad.js";
57
- import { LaunchpadGrid as na } from "./components/launchpad/LaunchpadGrid.js";
58
- import { LaunchpadItem as ca } from "./components/launchpad/LaunchpadItem.js";
59
- import { LaunchpadModal as pa } from "./components/launchpad/LaunchpadModal.js";
60
- import { LaunchpadPagination as fa } from "./components/launchpad/LaunchpadPagination.js";
61
- import { LaunchpadSearch as da } from "./components/launchpad/LaunchpadSearch.js";
62
- import { LayoutProvider as Ia, createLayoutService as ga, useLayout as Ca } from "./context/LayoutContext.js";
63
- import { LayoutSelector as ha } from "./components/deck/LayoutSelector.js";
64
- import { LoadingOverlay as Sa } from "./components/loading/LoadingOverlay.js";
65
- import { MarkdownBlock as Ba } from "./components/chat/blocks/MarkdownBlock.js";
66
- import { MermaidBlock as ya } from "./components/chat/blocks/MermaidBlock.js";
67
- import { MessageActions as Ma } from "./components/chat/message/MessageActions.js";
68
- import { MessageAvatar as va } from "./components/chat/message/MessageAvatar.js";
69
- import { MessageBubble as ba } from "./components/chat/message/MessageBubble.js";
70
- import { MessageItem as La } from "./components/chat/message/MessageItem.js";
71
- import { MessageMeta as Ra } from "./components/chat/message/MessageMeta.js";
72
- import { MetricsWidget as Ha } from "./widgets/MetricsWidget.js";
73
- import { MobileTabBar as Va } from "./components/layout/MobileTabBar.js";
74
- import { NotificationContainer as Ua, NotificationProvider as Na, createNotificationService as za, useNotification as Ka } from "./context/NotificationContext.js";
75
- import { Pagination as Qa } from "./components/ui/Pagination.js";
76
- import { Panel as Xa, PanelContent as qa, PanelHeader as ja } from "./components/layout/Panel.js";
77
- import { ProcessingIndicator as Ya } from "./components/ui/ProcessingIndicator.js";
78
- import { QuoteBlock as ec } from "./components/ui/QuoteBlock.js";
79
- import { RadioGroup as rc, RadioList as tc, RadioOption as ic } from "./components/ui/Radio.js";
80
- import { ResizeHandle as ac } from "./components/layout/ResizeHandle.js";
81
- import { SegmentedControl as mc } from "./components/ui/SegmentedControl.js";
82
- import { Shell as lc } from "./components/layout/Shell.js";
83
- import { ShellBlock as sc } from "./components/chat/blocks/ShellBlock.js";
84
- import { Sidebar as xc, SidebarContent as Ic, SidebarItem as gc, SidebarItemList as Cc, SidebarSection as uc } from "./components/layout/Sidebar.js";
85
- import { SidebarPane as kc } from "./components/layout/SidebarPane.js";
86
- import { Skeleton as Fc, SkeletonCard as Bc, SkeletonList as Pc, SkeletonText as yc } from "./components/loading/Skeleton.js";
87
- import { SnakeLoader as Mc } from "./components/loading/SnakeLoader.js";
88
- import { Stepper as vc, Wizard as wc, useWizard as bc } from "./components/ui/Stepper.js";
89
- import { StreamingCursor as Lc } from "./components/chat/status/StreamingCursor.js";
90
- import { SvgBlock as Rc } from "./components/chat/blocks/SvgBlock.js";
91
- import { Switch as Hc } from "./components/ui/Switch.js";
92
- import { TabPanel as Vc, Tabs as Oc } from "./components/ui/Tabs.js";
93
- import { TerminalWidget as Nc } from "./widgets/TerminalWidget.js";
94
- import { TextBlock as Kc } from "./components/chat/blocks/TextBlock.js";
95
- import { ThemeProvider as Qc, createThemeService as Zc, useTheme as Xc } from "./context/ThemeContext.js";
96
- import { ThinkingBlock as jc } from "./components/chat/blocks/ThinkingBlock.js";
97
- import { ToolCallBlock as Yc } from "./components/chat/blocks/ToolCallBlock.js";
98
- import { Tooltip as em } from "./components/ui/Tooltip.js";
99
- import { TopBar as rm } from "./components/layout/TopBar.js";
100
- import { TopBarIconButton as im } from "./components/layout/TopBarIconButton.js";
101
- import { ViewActivationProvider as am, useViewActivation as cm } from "./context/ViewActivationContext.js";
102
- import { VirtualMessageList as pm } from "./components/chat/message-list/VirtualMessageList.js";
103
- import { WidgetFrame as fm } from "./components/deck/WidgetFrame.js";
104
- import { WidgetPalette as dm } from "./components/deck/WidgetPalette.js";
105
- import { WidgetRegistryProvider as Im, createWidgetRegistry as gm, useWidgetRegistry as Cm } from "./context/WidgetRegistry.js";
106
- import { WidgetResizeHandle as hm } from "./components/deck/WidgetResizeHandle.js";
107
- import { WidgetStateProvider as Sm, useCurrentWidgetId as Fm, useWidgetState as Bm, useWidgetStateContext as Pm } from "./context/WidgetStateContext.js";
108
- import { WidgetTypeSwitcher as Dm } from "./components/deck/WidgetTypeSwitcher.js";
109
- import { WorkingIndicator as Tm } from "./components/chat/status/WorkingIndicator.js";
110
- import { applyDragDelta as wm, applyResizeDelta as bm, getGridCellSize as Wm, pixelDeltaToGridDelta as Lm, positionToGridArea as Am, snapToGrid as Rm } from "./utils/gridLayout.js";
111
- import { buildAssistantNoticeEvents as Hm, createStreamEventBuilder as Em, isStreamEvent as Vm } from "./components/chat/streamEvents.js";
112
- import { checkCollision as Um, constrainPosition as Nm, findFreePosition as zm, hasCollision as Km } from "./utils/gridCollision.js";
113
- import { cn as Qm } from "./utils/cn.js";
114
- import { computeCodeDiff as Xm, computeCodeDiffSync as qm, configureDiffWorker as jm, createDiffWorker as Jm, hasDiffWorker as Ym, terminateDiffWorker as $m, waitForDiffWorker as ep } from "./components/chat/hooks/useCodeDiff.js";
115
- import { configureMarkdownWorker as rp, createMarkdownWorker as tp, hasMarkdownWorker as ip, renderMarkdown as np, renderMarkdownSync as ap, terminateMarkdownWorker as cp, waitForMarkdownWorker as mp } from "./components/chat/hooks/useMarkdown.js";
116
- import { configureMermaidWorker as lp, configureSyncMermaid as fp, renderMermaid as sp, terminateMermaidWorker as dp, useMermaid as xp } from "./components/chat/hooks/useMermaid.js";
117
- import { configureShikiWorker as gp, configureSyncHighlighter as Cp, highlightCode as up, terminateShikiWorker as hp, useCodeHighlight as kp } from "./components/chat/hooks/useCodeHighlight.js";
118
- import { createSimpleContext as Fp } from "./context/createSimpleContext.js";
119
- import { deferAfterPaint as Pp, deferNonBlocking as yp } from "./utils/defer.js";
120
- import { duration as Mp, easing as Tp, fadeIn as vp, listContainer as wp, listItem as bp, panelResize as Wp, popIn as Lp, scaleIn as Ap, sidebarVariants as Rp, slideInFromBottom as Gp, slideInFromLeft as Hp, slideInFromRight as Ep, slideInFromTop as Vp, springConfig as Op } from "./utils/animations.js";
121
- import { formatKeybind as Np, matchKeybind as zp, parseKeybind as Kp } from "./utils/keybind.js";
122
- import { isTypingElement as Qp, shouldIgnoreHotkeys as Zp } from "./utils/dom.js";
123
- import { lockBodyStyle as qp } from "./utils/bodyStyleLock.js";
124
- import { registerCommandContributions as Jp, useCommandContributions as Yp } from "./hooks/useCommandContributions.js";
125
- import { useAttachments as el } from "./components/chat/hooks/useAttachments.js";
126
- import { useAutoScroll as rl } from "./components/chat/hooks/useAutoScroll.js";
127
- import { useDebounce as il } from "./hooks/useDebounce.js";
128
- import { useDeckDrag as al } from "./hooks/useDeckDrag.js";
129
- import { useFileBrowserDropTarget as ml, useFileBrowserItemDrag as pl } from "./hooks/useFileBrowserDrag.js";
130
- import { useKeybind as fl } from "./hooks/useKeybind.js";
131
- import { useMediaQuery as dl } from "./hooks/useMediaQuery.js";
132
- import { usePersisted as Il } from "./hooks/usePersisted.js";
133
- import { useResizeObserver as Cl } from "./hooks/useResizeObserver.js";
134
- import { useVirtualList as hl } from "./components/chat/hooks/useVirtualList.js";
22
+ import { CodeFileIcon as qt, ConfigFileIcon as jt, DocumentFileIcon as Jt, FileIcon as Yt, FolderIcon as $t, FolderOpenIcon as ei, ImageFileIcon as oi, ShellScriptFileIcon as ri, StyleFileIcon as ti, getFileIcon as ii } from "./components/file-browser/FileIcons.js";
23
+ import { CommandPalette as ai } from "./components/ui/CommandPalette.js";
24
+ import { CommandProvider as mi, createCommandService as pi, useCommand as li } from "./context/CommandContext.js";
25
+ import { ComponentRegistryProvider as si, createComponentRegistry as di, hasComponentRegistryContext as xi, useComponentContextFactory as Ii, useComponentRegistry as gi, useOptionalComponentRegistry as Ci } from "./context/ComponentRegistry.js";
26
+ import { ConfirmDialog as hi, Dialog as ki } from "./components/ui/Dialog.js";
27
+ import { ConnectionStatus as Fi } from "./components/chat/status/ConnectionStatus.js";
28
+ import { DECK_GRID_CONFIG as Pi, DeckGrid as yi, getGridConfigFromElement as Di } from "./components/deck/DeckGrid.js";
29
+ import { DEFAULT_FLOE_CONFIG as Ti, FloeConfigProvider as vi, useFloeConfig as wi, useResolvedFloeConfig as bi } from "./context/FloeConfigContext.js";
30
+ import { DEFAULT_VIRTUAL_LIST_CONFIG as Li } from "./components/chat/types.js";
31
+ import { DeckCell as Ri } from "./components/deck/DeckCell.js";
32
+ import { DeckProvider as Hi, createDeckService as Ei, useDeck as Vi } from "./context/DeckContext.js";
33
+ import { DeckTopBar as Ui } from "./components/deck/DeckTopBar.js";
34
+ import { DirectoryInput as zi } from "./components/ui/DirectoryInput.js";
35
+ import { DirectoryPicker as _i } from "./components/ui/DirectoryPicker.js";
36
+ import { DirectoryTree as Zi } from "./components/file-browser/DirectoryTree.js";
37
+ import { DropZonePreview as qi } from "./components/deck/DropZonePreview.js";
38
+ import { Dropdown as Ji, Select as Yi } from "./components/ui/Dropdown.js";
39
+ import { ErrorBlock as en, HighlightBlock as on, InfoBlock as rn, NoteBlock as tn, SuccessBlock as nn, TipBlock as an, WarningBlock as cn } from "./components/ui/HighlightBlock.js";
40
+ import { FileBlock as pn } from "./components/chat/blocks/FileBlock.js";
41
+ import { FileBrowser as fn } from "./components/file-browser/FileBrowser.js";
42
+ import { FileBrowserDragProvider as dn, hasFileBrowserDragContext as xn, useFileBrowserDrag as In } from "./context/FileBrowserDragContext.js";
43
+ import { FileBrowserProvider as Cn, useFileBrowser as un } from "./components/file-browser/FileBrowserContext.js";
44
+ import { FileBrowserToolbar as kn } from "./components/file-browser/FileBrowserToolbar.js";
45
+ import { FileContextMenu as Fn } from "./components/file-browser/FileContextMenu.js";
46
+ import { FileGridView as Pn } from "./components/file-browser/FileGridView.js";
47
+ import { FileListView as Dn } from "./components/file-browser/FileListView.js";
48
+ import { FileSavePicker as Tn } from "./components/ui/FileSavePicker.js";
49
+ import { FilesSidebarWidget as wn, SearchSidebarWidget as bn, SettingsSidebarWidget as Wn, ShowcaseSidebarWidget as Ln, SidebarWidget as An } from "./widgets/SidebarWidget.js";
50
+ import { FloatingWindow as Gn } from "./components/ui/FloatingWindow.js";
51
+ import { FloeApp as En } from "./app/FloeApp.js";
52
+ import { FloeRegistryRuntime as On } from "./app/FloeRegistryRuntime.js";
53
+ import { Form as Nn, FormActions as zn, FormControl as Kn, FormDescription as _n, FormDivider as Qn, FormField as Zn, FormLabel as Xn, FormMessage as qn, FormRow as jn, FormSection as Jn, useFormSubmitting as Yn } from "./components/ui/Form.js";
54
+ import { ImageBlock as ea } from "./components/chat/blocks/ImageBlock.js";
55
+ import { KeepAliveStack as ra } from "./components/layout/KeepAliveStack.js";
56
+ import { Launchpad as ia } from "./components/launchpad/Launchpad.js";
57
+ import { LaunchpadGrid as aa } from "./components/launchpad/LaunchpadGrid.js";
58
+ import { LaunchpadItem as ma } from "./components/launchpad/LaunchpadItem.js";
59
+ import { LaunchpadModal as la } from "./components/launchpad/LaunchpadModal.js";
60
+ import { LaunchpadPagination as sa } from "./components/launchpad/LaunchpadPagination.js";
61
+ import { LaunchpadSearch as xa } from "./components/launchpad/LaunchpadSearch.js";
62
+ import { LayoutProvider as ga, createLayoutService as Ca, useLayout as ua } from "./context/LayoutContext.js";
63
+ import { LayoutSelector as ka } from "./components/deck/LayoutSelector.js";
64
+ import { LoadingOverlay as Fa } from "./components/loading/LoadingOverlay.js";
65
+ import { MarkdownBlock as Pa } from "./components/chat/blocks/MarkdownBlock.js";
66
+ import { MermaidBlock as Da } from "./components/chat/blocks/MermaidBlock.js";
67
+ import { MessageActions as Ta } from "./components/chat/message/MessageActions.js";
68
+ import { MessageAvatar as wa } from "./components/chat/message/MessageAvatar.js";
69
+ import { MessageBubble as Wa } from "./components/chat/message/MessageBubble.js";
70
+ import { MessageItem as Aa } from "./components/chat/message/MessageItem.js";
71
+ import { MessageMeta as Ga } from "./components/chat/message/MessageMeta.js";
72
+ import { MetricsWidget as Ea } from "./widgets/MetricsWidget.js";
73
+ import { MobileTabBar as Oa } from "./components/layout/MobileTabBar.js";
74
+ import { NotificationContainer as Na, NotificationProvider as za, createNotificationService as Ka, useNotification as _a } from "./context/NotificationContext.js";
75
+ import { Pagination as Za } from "./components/ui/Pagination.js";
76
+ import { Panel as qa, PanelContent as ja, PanelHeader as Ja } from "./components/layout/Panel.js";
77
+ import { ProcessingIndicator as $a } from "./components/ui/ProcessingIndicator.js";
78
+ import { QuoteBlock as oc } from "./components/ui/QuoteBlock.js";
79
+ import { RadioGroup as tc, RadioList as ic, RadioOption as nc } from "./components/ui/Radio.js";
80
+ import { ResizeHandle as cc } from "./components/layout/ResizeHandle.js";
81
+ import { SegmentedControl as pc } from "./components/ui/SegmentedControl.js";
82
+ import { Shell as fc } from "./components/layout/Shell.js";
83
+ import { ShellBlock as dc } from "./components/chat/blocks/ShellBlock.js";
84
+ import { Sidebar as Ic, SidebarContent as gc, SidebarItem as Cc, SidebarItemList as uc, SidebarSection as hc } from "./components/layout/Sidebar.js";
85
+ import { SidebarPane as Sc } from "./components/layout/SidebarPane.js";
86
+ import { Skeleton as Bc, SkeletonCard as Pc, SkeletonList as yc, SkeletonText as Dc } from "./components/loading/Skeleton.js";
87
+ import { SnakeLoader as Tc } from "./components/loading/SnakeLoader.js";
88
+ import { Stepper as wc, Wizard as bc, useWizard as Wc } from "./components/ui/Stepper.js";
89
+ import { StreamingCursor as Ac } from "./components/chat/status/StreamingCursor.js";
90
+ import { SvgBlock as Gc } from "./components/chat/blocks/SvgBlock.js";
91
+ import { Switch as Ec } from "./components/ui/Switch.js";
92
+ import { TabPanel as Oc, Tabs as Uc } from "./components/ui/Tabs.js";
93
+ import { TerminalWidget as zc } from "./widgets/TerminalWidget.js";
94
+ import { TextBlock as _c } from "./components/chat/blocks/TextBlock.js";
95
+ import { ThemeProvider as Zc, createThemeService as Xc, useTheme as qc } from "./context/ThemeContext.js";
96
+ import { ThinkingBlock as Jc } from "./components/chat/blocks/ThinkingBlock.js";
97
+ import { ToolCallBlock as $c } from "./components/chat/blocks/ToolCallBlock.js";
98
+ import { Tooltip as om } from "./components/ui/Tooltip.js";
99
+ import { TopBar as tm } from "./components/layout/TopBar.js";
100
+ import { TopBarIconButton as nm } from "./components/layout/TopBarIconButton.js";
101
+ import { ViewActivationProvider as cm, useViewActivation as mm } from "./context/ViewActivationContext.js";
102
+ import { VirtualMessageList as lm } from "./components/chat/message-list/VirtualMessageList.js";
103
+ import { WidgetFrame as sm } from "./components/deck/WidgetFrame.js";
104
+ import { WidgetPalette as xm } from "./components/deck/WidgetPalette.js";
105
+ import { WidgetRegistryProvider as gm, createWidgetRegistry as Cm, useWidgetRegistry as um } from "./context/WidgetRegistry.js";
106
+ import { WidgetResizeHandle as km } from "./components/deck/WidgetResizeHandle.js";
107
+ import { WidgetStateProvider as Fm, useCurrentWidgetId as Bm, useWidgetState as Pm, useWidgetStateContext as ym } from "./context/WidgetStateContext.js";
108
+ import { WidgetTypeSwitcher as Mm } from "./components/deck/WidgetTypeSwitcher.js";
109
+ import { WorkingIndicator as vm } from "./components/chat/status/WorkingIndicator.js";
110
+ import { applyDragDelta as bm, applyResizeDelta as Wm, getGridCellSize as Lm, pixelDeltaToGridDelta as Am, positionToGridArea as Rm, snapToGrid as Gm } from "./utils/gridLayout.js";
111
+ import { buildAssistantNoticeEvents as Em, createStreamEventBuilder as Vm, isStreamEvent as Om } from "./components/chat/streamEvents.js";
112
+ import { checkCollision as Nm, constrainPosition as zm, findFreePosition as Km, hasCollision as _m } from "./utils/gridCollision.js";
113
+ import { cn as Zm } from "./utils/cn.js";
114
+ import { computeCodeDiff as qm, computeCodeDiffSync as jm, configureDiffWorker as Jm, createDiffWorker as Ym, hasDiffWorker as $m, terminateDiffWorker as ep, waitForDiffWorker as op } from "./components/chat/hooks/useCodeDiff.js";
115
+ import { configureMarkdownWorker as tp, createMarkdownWorker as ip, hasMarkdownWorker as np, renderMarkdown as ap, renderMarkdownSync as cp, terminateMarkdownWorker as mp, waitForMarkdownWorker as pp } from "./components/chat/hooks/useMarkdown.js";
116
+ import { configureMermaidWorker as fp, configureSyncMermaid as sp, renderMermaid as dp, terminateMermaidWorker as xp, useMermaid as Ip } from "./components/chat/hooks/useMermaid.js";
117
+ import { configureShikiWorker as Cp, configureSyncHighlighter as up, highlightCode as hp, terminateShikiWorker as kp, useCodeHighlight as Sp } from "./components/chat/hooks/useCodeHighlight.js";
118
+ import { createSimpleContext as Bp } from "./context/createSimpleContext.js";
119
+ import { deferAfterPaint as yp, deferNonBlocking as Dp } from "./utils/defer.js";
120
+ import { duration as Tp, easing as vp, fadeIn as wp, listContainer as bp, listItem as Wp, panelResize as Lp, popIn as Ap, scaleIn as Rp, sidebarVariants as Gp, slideInFromBottom as Hp, slideInFromLeft as Ep, slideInFromRight as Vp, slideInFromTop as Op, springConfig as Up } from "./utils/animations.js";
121
+ import { formatKeybind as zp, matchKeybind as Kp, parseKeybind as _p } from "./utils/keybind.js";
122
+ import { isTypingElement as Zp, shouldIgnoreHotkeys as Xp } from "./utils/dom.js";
123
+ import { lockBodyStyle as jp } from "./utils/bodyStyleLock.js";
124
+ import { registerCommandContributions as Yp, useCommandContributions as $p } from "./hooks/useCommandContributions.js";
125
+ import { useAttachments as ol } from "./components/chat/hooks/useAttachments.js";
126
+ import { useAutoScroll as tl } from "./components/chat/hooks/useAutoScroll.js";
127
+ import { useDebounce as nl } from "./hooks/useDebounce.js";
128
+ import { useDeckDrag as cl } from "./hooks/useDeckDrag.js";
129
+ import { useFileBrowserDropTarget as pl, useFileBrowserItemDrag as ll } from "./hooks/useFileBrowserDrag.js";
130
+ import { useKeybind as sl } from "./hooks/useKeybind.js";
131
+ import { useMediaQuery as xl } from "./hooks/useMediaQuery.js";
132
+ import { usePersisted as gl } from "./hooks/usePersisted.js";
133
+ import { useResizeObserver as ul } from "./hooks/useResizeObserver.js";
134
+ import { useVirtualList as kl } from "./components/chat/hooks/useVirtualList.js";
135
135
  export {
136
136
  m as Activity,
137
137
  zr as ActivityAppsMain,
@@ -202,87 +202,87 @@ export {
202
202
  Zt as CodeDiffBlock,
203
203
  qt as CodeFileIcon,
204
204
  X as CodeIcon,
205
- ni as CommandPalette,
206
- ci as CommandProvider,
205
+ ai as CommandPalette,
206
+ mi as CommandProvider,
207
207
  q as CompassIcon,
208
- fi as ComponentRegistryProvider,
208
+ si as ComponentRegistryProvider,
209
209
  jt as ConfigFileIcon,
210
- ui as ConfirmDialog,
211
- Si as ConnectionStatus,
210
+ hi as ConfirmDialog,
211
+ Fi as ConnectionStatus,
212
212
  j as Copy,
213
213
  J as CopyCheck,
214
214
  Y as CopyCheckIcon,
215
215
  $ as CopyIcon,
216
216
  ee as Cpu,
217
217
  oe as CreditCardIcon,
218
- Bi as DECK_GRID_CONFIG,
219
- Mi as DEFAULT_FLOE_CONFIG,
220
- Wi as DEFAULT_VIRTUAL_LIST_CONFIG,
218
+ Pi as DECK_GRID_CONFIG,
219
+ Ti as DEFAULT_FLOE_CONFIG,
220
+ Li as DEFAULT_VIRTUAL_LIST_CONFIG,
221
221
  lt as DataBarChart,
222
222
  ft as DataPieChart,
223
223
  re as Database,
224
224
  te as DatabaseIcon,
225
- Ai as DeckCell,
226
- Pi as DeckGrid,
227
- Gi as DeckProvider,
228
- Oi as DeckTopBar,
229
- hi as Dialog,
230
- Ni as DirectoryInput,
231
- Ki as DirectoryPicker,
232
- Qi as DirectoryTree,
225
+ Ri as DeckCell,
226
+ yi as DeckGrid,
227
+ Hi as DeckProvider,
228
+ Ui as DeckTopBar,
229
+ ki as Dialog,
230
+ zi as DirectoryInput,
231
+ _i as DirectoryPicker,
232
+ Zi as DirectoryTree,
233
233
  Jt as DocumentFileIcon,
234
234
  ie as DollarIcon,
235
235
  ne as Download,
236
236
  ae as DownloadIcon,
237
- Xi as DropZonePreview,
238
- ji as Dropdown,
237
+ qi as DropZonePreview,
238
+ Ji as Dropdown,
239
239
  ce as EditIcon,
240
- $i as ErrorBlock,
240
+ en as ErrorBlock,
241
241
  me as ErrorIcon,
242
242
  pe as ExternalLink,
243
243
  le as Eye,
244
244
  fe as EyeIcon,
245
245
  se as EyeOff,
246
- mn as FileBlock,
247
- ln as FileBrowser,
248
- sn as FileBrowserDragProvider,
249
- gn as FileBrowserProvider,
250
- hn as FileBrowserToolbar,
246
+ pn as FileBlock,
247
+ fn as FileBrowser,
248
+ dn as FileBrowserDragProvider,
249
+ Cn as FileBrowserProvider,
250
+ kn as FileBrowserToolbar,
251
251
  de as FileCode,
252
- Sn as FileContextMenu,
253
- Bn as FileGridView,
252
+ Fn as FileContextMenu,
253
+ Pn as FileGridView,
254
254
  Yt as FileIcon,
255
- yn as FileListView,
255
+ Dn as FileListView,
256
256
  xe as FilePlus,
257
257
  Ie as FilePlusIcon,
258
- Mn as FileSavePicker,
258
+ Tn as FileSavePicker,
259
259
  ge as FileText,
260
260
  Ce as Files,
261
- vn as FilesSidebarWidget,
261
+ wn as FilesSidebarWidget,
262
262
  ue as Filter,
263
263
  he as FilterIcon,
264
264
  ke as FireIcon,
265
- Rn as FloatingWindow,
266
- Hn as FloeApp,
267
- Ti as FloeConfigProvider,
265
+ Gn as FloatingWindow,
266
+ En as FloeApp,
267
+ vi as FloeConfigProvider,
268
268
  r as FloeProvider,
269
- Vn as FloeRegistryRuntime,
269
+ On as FloeRegistryRuntime,
270
270
  Se as Folder,
271
271
  $t as FolderIcon,
272
272
  Fe as FolderOpen,
273
273
  ei as FolderOpenIcon,
274
274
  Be as FolderPlus,
275
275
  Pe as FolderPlusIcon,
276
- Un as Form,
277
- Nn as FormActions,
278
- zn as FormControl,
279
- Kn as FormDescription,
280
- _n as FormDivider,
281
- Qn as FormField,
282
- Zn as FormLabel,
283
- Xn as FormMessage,
284
- qn as FormRow,
285
- jn as FormSection,
276
+ Nn as Form,
277
+ zn as FormActions,
278
+ Kn as FormControl,
279
+ _n as FormDescription,
280
+ Qn as FormDivider,
281
+ Zn as FormField,
282
+ Xn as FormLabel,
283
+ qn as FormMessage,
284
+ jn as FormRow,
285
+ Jn as FormSection,
286
286
  ye as GiftIcon,
287
287
  De as GitBranch,
288
288
  Me as GitBranchIcon,
@@ -296,65 +296,65 @@ export {
296
296
  Re as Heart,
297
297
  Ge as HeartIcon,
298
298
  He as HelpIcon,
299
- en as HighlightBlock,
299
+ on as HighlightBlock,
300
300
  Ee as Highlighter,
301
301
  Ve as History,
302
302
  Oe as Home,
303
303
  Ue as HomeIcon,
304
304
  Ne as Image,
305
- $n as ImageBlock,
305
+ ea as ImageBlock,
306
306
  oi as ImageFileIcon,
307
307
  ze as ImageIcon,
308
308
  Ke as Info,
309
- on as InfoBlock,
309
+ rn as InfoBlock,
310
310
  _e as InfoIcon,
311
311
  Xr as Input,
312
312
  nt as Interactive3DCard,
313
- oa as KeepAliveStack,
313
+ ra as KeepAliveStack,
314
314
  Qe as Key,
315
315
  Ze as KeyIcon,
316
- ta as Launchpad,
317
- na as LaunchpadGrid,
318
- ca as LaunchpadItem,
319
- pa as LaunchpadModal,
320
- fa as LaunchpadPagination,
321
- da as LaunchpadSearch,
316
+ ia as Launchpad,
317
+ aa as LaunchpadGrid,
318
+ ma as LaunchpadItem,
319
+ la as LaunchpadModal,
320
+ sa as LaunchpadPagination,
321
+ xa as LaunchpadSearch,
322
322
  Xe as Layers,
323
323
  qe as LayersIcon,
324
324
  je as LayoutDashboard,
325
- Ia as LayoutProvider,
326
- ha as LayoutSelector,
325
+ ga as LayoutProvider,
326
+ ka as LayoutSelector,
327
327
  st as LineChart,
328
328
  Ut as LinearProgress,
329
329
  Je as Link,
330
330
  Ye as LinkIcon,
331
331
  $e as Loader2,
332
332
  eo as LoadingIcon,
333
- Sa as LoadingOverlay,
333
+ Fa as LoadingOverlay,
334
334
  oo as Lock,
335
335
  ro as LockIcon,
336
336
  to as MagicIcon,
337
337
  io as Mail,
338
338
  no as MailIcon,
339
339
  ao as MapPinIcon,
340
- Ba as MarkdownBlock,
340
+ Pa as MarkdownBlock,
341
341
  co as Maximize,
342
342
  mo as Menu,
343
- ya as MermaidBlock,
344
- Ma as MessageActions,
345
- va as MessageAvatar,
346
- ba as MessageBubble,
343
+ Da as MermaidBlock,
344
+ Ta as MessageActions,
345
+ wa as MessageAvatar,
346
+ Wa as MessageBubble,
347
347
  po as MessageIcon,
348
- La as MessageItem,
349
- Ra as MessageMeta,
348
+ Aa as MessageItem,
349
+ Ga as MessageMeta,
350
350
  lo as MessageSquare,
351
- Ha as MetricsWidget,
351
+ Ea as MetricsWidget,
352
352
  fo as Mic,
353
353
  so as MicIcon,
354
354
  xo as MicOff,
355
355
  Io as Minus,
356
356
  go as MinusIcon,
357
- Va as MobileTabBar,
357
+ Oa as MobileTabBar,
358
358
  dt as MonitoringChart,
359
359
  Co as Moon,
360
360
  uo as MoonIcon,
@@ -363,16 +363,16 @@ export {
363
363
  at as MorphCard,
364
364
  So as MuteIcon,
365
365
  ct as NeonCard,
366
- rn as NoteBlock,
367
- Ua as NotificationContainer,
368
- Na as NotificationProvider,
366
+ tn as NoteBlock,
367
+ Na as NotificationContainer,
368
+ za as NotificationProvider,
369
369
  qr as NumberInput,
370
370
  Fo as Package,
371
371
  Bo as PackageIcon,
372
- Qa as Pagination,
373
- Xa as Panel,
374
- qa as PanelContent,
375
- ja as PanelHeader,
372
+ Za as Pagination,
373
+ qa as Panel,
374
+ ja as PanelContent,
375
+ Ja as PanelHeader,
376
376
  Po as Paperclip,
377
377
  yo as Paste,
378
378
  Do as PasteIcon,
@@ -389,85 +389,86 @@ export {
389
389
  Ho as PlusIcon,
390
390
  Eo as PowerIcon,
391
391
  Vo as PrinterIcon,
392
- Ya as ProcessingIndicator,
392
+ $a as ProcessingIndicator,
393
393
  Oo as Quote,
394
- ec as QuoteBlock,
395
- rc as RadioGroup,
396
- tc as RadioList,
397
- ic as RadioOption,
394
+ oc as QuoteBlock,
395
+ tc as RadioGroup,
396
+ ic as RadioList,
397
+ nc as RadioOption,
398
398
  Uo as Refresh,
399
399
  No as RefreshIcon,
400
- ac as ResizeHandle,
400
+ cc as ResizeHandle,
401
401
  zo as Restore,
402
402
  Ko as RocketIcon,
403
403
  _o as Save,
404
404
  Qo as SaveIcon,
405
405
  Zo as Search,
406
406
  Xo as SearchIcon,
407
- wn as SearchSidebarWidget,
408
- mc as SegmentedControl,
407
+ bn as SearchSidebarWidget,
408
+ pc as SegmentedControl,
409
409
  Nt as SegmentedProgress,
410
- Ji as Select,
410
+ Yi as Select,
411
411
  qo as Send,
412
412
  jo as SendIcon,
413
413
  Jo as Settings,
414
414
  Yo as SettingsIcon,
415
- bn as SettingsSidebarWidget,
415
+ Wn as SettingsSidebarWidget,
416
416
  $o as ShareIcon,
417
- lc as Shell,
418
- sc as ShellBlock,
417
+ fc as Shell,
418
+ dc as ShellBlock,
419
+ ri as ShellScriptFileIcon,
419
420
  er as Shield,
420
421
  or as ShieldCheck,
421
422
  rr as ShieldIcon,
422
- Wn as ShowcaseSidebarWidget,
423
- xc as Sidebar,
424
- Ic as SidebarContent,
425
- gc as SidebarItem,
426
- Cc as SidebarItemList,
427
- kc as SidebarPane,
428
- uc as SidebarSection,
429
- Ln as SidebarWidget,
430
- Fc as Skeleton,
431
- Bc as SkeletonCard,
432
- Pc as SkeletonList,
433
- yc as SkeletonText,
434
- Mc as SnakeLoader,
423
+ Ln as ShowcaseSidebarWidget,
424
+ Ic as Sidebar,
425
+ gc as SidebarContent,
426
+ Cc as SidebarItem,
427
+ uc as SidebarItemList,
428
+ Sc as SidebarPane,
429
+ hc as SidebarSection,
430
+ An as SidebarWidget,
431
+ Bc as Skeleton,
432
+ Pc as SkeletonCard,
433
+ yc as SkeletonList,
434
+ Dc as SkeletonText,
435
+ Tc as SnakeLoader,
435
436
  tr as SparkleIcon,
436
437
  ir as Sparkles,
437
438
  nr as Star,
438
439
  ar as StarIcon,
439
440
  St as StatusIndicator,
440
- vc as Stepper,
441
+ wc as Stepper,
441
442
  zt as StepsProgress,
442
443
  cr as Stop,
443
- Lc as StreamingCursor,
444
- ri as StyleFileIcon,
445
- tn as SuccessBlock,
444
+ Ac as StreamingCursor,
445
+ ti as StyleFileIcon,
446
+ nn as SuccessBlock,
446
447
  mr as SuccessIcon,
447
448
  pr as Sun,
448
449
  lr as SunIcon,
449
- Rc as SvgBlock,
450
- Hc as Switch,
451
- Vc as TabPanel,
452
- Oc as Tabs,
450
+ Gc as SvgBlock,
451
+ Ec as Switch,
452
+ Oc as TabPanel,
453
+ Uc as Tabs,
453
454
  fr as Tag,
454
455
  sr as TagIcon,
455
456
  dr as TargetIcon,
456
457
  xr as Terminal,
457
458
  Ir as TerminalIcon,
458
- Nc as TerminalWidget,
459
- Kc as TextBlock,
459
+ zc as TerminalWidget,
460
+ _c as TextBlock,
460
461
  jr as Textarea,
461
- Qc as ThemeProvider,
462
- jc as ThinkingBlock,
462
+ Zc as ThemeProvider,
463
+ Jc as ThinkingBlock,
463
464
  gr as ThumbsDownIcon,
464
465
  Cr as ThumbsUpIcon,
465
466
  ur as Timer,
466
- nn as TipBlock,
467
- Yc as ToolCallBlock,
468
- em as Tooltip,
469
- rm as TopBar,
470
- im as TopBarIconButton,
467
+ an as TipBlock,
468
+ $c as ToolCallBlock,
469
+ om as Tooltip,
470
+ tm as TopBar,
471
+ nm as TopBarIconButton,
471
472
  hr as Trash,
472
473
  kr as TrashIcon,
473
474
  Sr as TrendingDown,
@@ -479,135 +480,135 @@ export {
479
480
  Mr as UserIcon,
480
481
  Tr as Video,
481
482
  vr as VideoIcon,
482
- am as ViewActivationProvider,
483
- pm as VirtualMessageList,
483
+ cm as ViewActivationProvider,
484
+ lm as VirtualMessageList,
484
485
  wr as Volume,
485
486
  br as VolumeIcon,
486
487
  Wr as VolumeOff,
487
488
  Lr as Wand,
488
- an as WarningBlock,
489
+ cn as WarningBlock,
489
490
  Ar as WarningIcon,
490
- fm as WidgetFrame,
491
- dm as WidgetPalette,
492
- Im as WidgetRegistryProvider,
493
- hm as WidgetResizeHandle,
494
- Sm as WidgetStateProvider,
495
- Dm as WidgetTypeSwitcher,
491
+ sm as WidgetFrame,
492
+ xm as WidgetPalette,
493
+ gm as WidgetRegistryProvider,
494
+ km as WidgetResizeHandle,
495
+ Fm as WidgetStateProvider,
496
+ Mm as WidgetTypeSwitcher,
496
497
  Rr as WifiIcon,
497
498
  Gr as WifiOffIcon,
498
- wc as Wizard,
499
+ bc as Wizard,
499
500
  Hr as Workflow,
500
- Tm as WorkingIndicator,
501
+ vm as WorkingIndicator,
501
502
  Er as X,
502
503
  Vr as XCircle,
503
504
  Or as Zap,
504
505
  Ur as ZapIcon,
505
- wm as applyDragDelta,
506
- bm as applyResizeDelta,
506
+ bm as applyDragDelta,
507
+ Wm as applyResizeDelta,
507
508
  i as applyTheme,
508
- Hm as buildAssistantNoticeEvents,
509
+ Em as buildAssistantNoticeEvents,
509
510
  n as builtInThemes,
510
- Um as checkCollision,
511
- Qm as cn,
512
- Xm as computeCodeDiff,
513
- qm as computeCodeDiffSync,
514
- jm as configureDiffWorker,
515
- rp as configureMarkdownWorker,
516
- lp as configureMermaidWorker,
517
- gp as configureShikiWorker,
518
- Cp as configureSyncHighlighter,
519
- fp as configureSyncMermaid,
520
- Nm as constrainPosition,
521
- mi as createCommandService,
522
- si as createComponentRegistry,
523
- Hi as createDeckService,
524
- Jm as createDiffWorker,
525
- ga as createLayoutService,
526
- tp as createMarkdownWorker,
527
- za as createNotificationService,
528
- Fp as createSimpleContext,
529
- Em as createStreamEventBuilder,
530
- Zc as createThemeService,
531
- gm as createWidgetRegistry,
532
- Pp as deferAfterPaint,
533
- yp as deferNonBlocking,
534
- Mp as duration,
535
- Tp as easing,
536
- vp as fadeIn,
537
- zm as findFreePosition,
538
- Np as formatKeybind,
539
- ti as getFileIcon,
540
- Wm as getGridCellSize,
541
- yi as getGridConfigFromElement,
511
+ Nm as checkCollision,
512
+ Zm as cn,
513
+ qm as computeCodeDiff,
514
+ jm as computeCodeDiffSync,
515
+ Jm as configureDiffWorker,
516
+ tp as configureMarkdownWorker,
517
+ fp as configureMermaidWorker,
518
+ Cp as configureShikiWorker,
519
+ up as configureSyncHighlighter,
520
+ sp as configureSyncMermaid,
521
+ zm as constrainPosition,
522
+ pi as createCommandService,
523
+ di as createComponentRegistry,
524
+ Ei as createDeckService,
525
+ Ym as createDiffWorker,
526
+ Ca as createLayoutService,
527
+ ip as createMarkdownWorker,
528
+ Ka as createNotificationService,
529
+ Bp as createSimpleContext,
530
+ Vm as createStreamEventBuilder,
531
+ Xc as createThemeService,
532
+ Cm as createWidgetRegistry,
533
+ yp as deferAfterPaint,
534
+ Dp as deferNonBlocking,
535
+ Tp as duration,
536
+ vp as easing,
537
+ wp as fadeIn,
538
+ Km as findFreePosition,
539
+ zp as formatKeybind,
540
+ ii as getFileIcon,
541
+ Lm as getGridCellSize,
542
+ Di as getGridConfigFromElement,
542
543
  a as getSystemTheme,
543
- Km as hasCollision,
544
- di as hasComponentRegistryContext,
545
- Ym as hasDiffWorker,
546
- dn as hasFileBrowserDragContext,
547
- ip as hasMarkdownWorker,
548
- up as highlightCode,
549
- Vm as isStreamEvent,
550
- Qp as isTypingElement,
551
- wp as listContainer,
552
- bp as listItem,
553
- qp as lockBodyStyle,
554
- zp as matchKeybind,
555
- Wp as panelResize,
556
- Kp as parseKeybind,
557
- Lm as pixelDeltaToGridDelta,
558
- Lp as popIn,
559
- Am as positionToGridArea,
560
- Jp as registerCommandContributions,
561
- np as renderMarkdown,
562
- ap as renderMarkdownSync,
563
- sp as renderMermaid,
564
- Ap as scaleIn,
565
- Zp as shouldIgnoreHotkeys,
566
- Rp as sidebarVariants,
567
- Gp as slideInFromBottom,
568
- Hp as slideInFromLeft,
569
- Ep as slideInFromRight,
570
- Vp as slideInFromTop,
571
- Rm as snapToGrid,
572
- Op as springConfig,
573
- $m as terminateDiffWorker,
574
- cp as terminateMarkdownWorker,
575
- dp as terminateMermaidWorker,
576
- hp as terminateShikiWorker,
577
- el as useAttachments,
578
- rl as useAutoScroll,
544
+ _m as hasCollision,
545
+ xi as hasComponentRegistryContext,
546
+ $m as hasDiffWorker,
547
+ xn as hasFileBrowserDragContext,
548
+ np as hasMarkdownWorker,
549
+ hp as highlightCode,
550
+ Om as isStreamEvent,
551
+ Zp as isTypingElement,
552
+ bp as listContainer,
553
+ Wp as listItem,
554
+ jp as lockBodyStyle,
555
+ Kp as matchKeybind,
556
+ Lp as panelResize,
557
+ _p as parseKeybind,
558
+ Am as pixelDeltaToGridDelta,
559
+ Ap as popIn,
560
+ Rm as positionToGridArea,
561
+ Yp as registerCommandContributions,
562
+ ap as renderMarkdown,
563
+ cp as renderMarkdownSync,
564
+ dp as renderMermaid,
565
+ Rp as scaleIn,
566
+ Xp as shouldIgnoreHotkeys,
567
+ Gp as sidebarVariants,
568
+ Hp as slideInFromBottom,
569
+ Ep as slideInFromLeft,
570
+ Vp as slideInFromRight,
571
+ Op as slideInFromTop,
572
+ Gm as snapToGrid,
573
+ Up as springConfig,
574
+ ep as terminateDiffWorker,
575
+ mp as terminateMarkdownWorker,
576
+ xp as terminateMermaidWorker,
577
+ kp as terminateShikiWorker,
578
+ ol as useAttachments,
579
+ tl as useAutoScroll,
579
580
  Wt as useChatContext,
580
- kp as useCodeHighlight,
581
- pi as useCommand,
582
- Yp as useCommandContributions,
583
- xi as useComponentContextFactory,
584
- Ii as useComponentRegistry,
585
- Fm as useCurrentWidgetId,
586
- il as useDebounce,
587
- Ei as useDeck,
588
- al as useDeckDrag,
589
- Cn as useFileBrowser,
590
- xn as useFileBrowserDrag,
591
- ml as useFileBrowserDropTarget,
592
- pl as useFileBrowserItemDrag,
593
- vi as useFloeConfig,
594
- Jn as useFormSubmitting,
595
- fl as useKeybind,
596
- Ca as useLayout,
597
- dl as useMediaQuery,
598
- xp as useMermaid,
599
- Ka as useNotification,
600
- gi as useOptionalComponentRegistry,
601
- Il as usePersisted,
602
- Cl as useResizeObserver,
603
- wi as useResolvedFloeConfig,
604
- Xc as useTheme,
605
- cm as useViewActivation,
606
- hl as useVirtualList,
607
- Cm as useWidgetRegistry,
608
- Bm as useWidgetState,
609
- Pm as useWidgetStateContext,
610
- bc as useWizard,
611
- ep as waitForDiffWorker,
612
- mp as waitForMarkdownWorker
581
+ Sp as useCodeHighlight,
582
+ li as useCommand,
583
+ $p as useCommandContributions,
584
+ Ii as useComponentContextFactory,
585
+ gi as useComponentRegistry,
586
+ Bm as useCurrentWidgetId,
587
+ nl as useDebounce,
588
+ Vi as useDeck,
589
+ cl as useDeckDrag,
590
+ un as useFileBrowser,
591
+ In as useFileBrowserDrag,
592
+ pl as useFileBrowserDropTarget,
593
+ ll as useFileBrowserItemDrag,
594
+ wi as useFloeConfig,
595
+ Yn as useFormSubmitting,
596
+ sl as useKeybind,
597
+ ua as useLayout,
598
+ xl as useMediaQuery,
599
+ Ip as useMermaid,
600
+ _a as useNotification,
601
+ Ci as useOptionalComponentRegistry,
602
+ gl as usePersisted,
603
+ ul as useResizeObserver,
604
+ bi as useResolvedFloeConfig,
605
+ qc as useTheme,
606
+ mm as useViewActivation,
607
+ kl as useVirtualList,
608
+ um as useWidgetRegistry,
609
+ Pm as useWidgetState,
610
+ ym as useWidgetStateContext,
611
+ Wc as useWizard,
612
+ op as waitForDiffWorker,
613
+ pp as waitForMarkdownWorker
613
614
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.33.6",
3
+ "version": "0.33.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",