@floegence/floe-webapp-core 0.1.5 → 0.1.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.
Files changed (87) hide show
  1. package/dist/components/file-browser/Breadcrumb.d.ts +7 -0
  2. package/dist/components/file-browser/DirectoryTree.d.ts +7 -0
  3. package/dist/components/file-browser/FileBrowser.d.ts +35 -0
  4. package/dist/components/file-browser/FileBrowserContext.d.ts +18 -0
  5. package/dist/components/file-browser/FileBrowserToolbar.d.ts +8 -0
  6. package/dist/components/file-browser/FileContextMenu.d.ts +15 -0
  7. package/dist/components/file-browser/FileGridView.d.ts +7 -0
  8. package/dist/components/file-browser/FileIcons.d.ts +14 -0
  9. package/dist/components/file-browser/FileListView.d.ts +7 -0
  10. package/dist/components/file-browser/index.d.ts +10 -0
  11. package/dist/components/file-browser/types.d.ts +104 -0
  12. package/dist/components/index.d.ts +1 -0
  13. package/dist/components/layout/Sidebar.d.ts +18 -0
  14. package/dist/components/layout/index.d.ts +1 -1
  15. package/dist/components/layout/mobileTabs.d.ts +8 -3
  16. package/dist/index.js +249 -220
  17. package/dist/index10.js +2 -2
  18. package/dist/index11.js +4 -4
  19. package/dist/index12.js +2 -2
  20. package/dist/index13.js +4 -4
  21. package/dist/index14.js +4 -4
  22. package/dist/index15.js +4 -4
  23. package/dist/index16.js +3 -3
  24. package/dist/index17.js +5 -5
  25. package/dist/index18.js +2 -2
  26. package/dist/index19.js +1 -1
  27. package/dist/index2.js +39 -39
  28. package/dist/index20.js +1 -1
  29. package/dist/index21.js +3 -3
  30. package/dist/index22.js +2 -2
  31. package/dist/index23.js +2 -2
  32. package/dist/index24.js +1 -1
  33. package/dist/index25.js +4 -4
  34. package/dist/index26.js +1 -1
  35. package/dist/index27.js +1 -1
  36. package/dist/index28.js +1 -1
  37. package/dist/index29.js +1 -1
  38. package/dist/index3.js +1 -1
  39. package/dist/index36.js +138 -42
  40. package/dist/index37.js +102 -32
  41. package/dist/index38.js +90 -23
  42. package/dist/index39.js +107 -170
  43. package/dist/index4.js +48 -34
  44. package/dist/index40.js +86 -40
  45. package/dist/index41.js +176 -64
  46. package/dist/index42.js +64 -94
  47. package/dist/index43.js +64 -110
  48. package/dist/index44.js +39 -138
  49. package/dist/index45.js +44 -35
  50. package/dist/index46.js +34 -379
  51. package/dist/index47.js +25 -13
  52. package/dist/index48.js +173 -10
  53. package/dist/index49.js +40 -16
  54. package/dist/index5.js +3 -3
  55. package/dist/index50.js +65 -9
  56. package/dist/index51.js +96 -8
  57. package/dist/index52.js +113 -52
  58. package/dist/index53.js +138 -5
  59. package/dist/index54.js +39 -3
  60. package/dist/index55.js +382 -44
  61. package/dist/index56.js +13 -26
  62. package/dist/index57.js +10 -32
  63. package/dist/index58.js +17 -92
  64. package/dist/index59.js +10 -22
  65. package/dist/index6.js +2 -2
  66. package/dist/index60.js +8 -46
  67. package/dist/index61.js +56 -14
  68. package/dist/index62.js +5 -35
  69. package/dist/index63.js +3 -64
  70. package/dist/index64.js +45 -84
  71. package/dist/index65.js +25 -13
  72. package/dist/index66.js +27 -2258
  73. package/dist/index67.js +92 -8
  74. package/dist/index68.js +25 -0
  75. package/dist/index69.js +49 -0
  76. package/dist/index7.js +1 -1
  77. package/dist/index70.js +17 -0
  78. package/dist/index71.js +38 -0
  79. package/dist/index72.js +67 -0
  80. package/dist/index73.js +87 -0
  81. package/dist/index74.js +17 -0
  82. package/dist/index75.js +2266 -0
  83. package/dist/index76.js +10 -0
  84. package/dist/index8.js +2 -2
  85. package/dist/index9.js +1 -1
  86. package/dist/styles.css +1 -1
  87. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,226 +1,255 @@
1
- import { Shell as o } from "./index2.js";
1
+ import { Shell as r } from "./index2.js";
2
2
  import { ActivityBar as i } from "./index3.js";
3
- import { Sidebar as n, SidebarItem as m, SidebarSection as p } from "./index4.js";
4
- import { TopBar as f } from "./index5.js";
5
- import { BottomBar as x, BottomBarItem as s, StatusIndicator as c } from "./index6.js";
6
- import { MobileTabBar as C } from "./index7.js";
7
- import { ResizeHandle as S } from "./index8.js";
8
- import { Panel as y, PanelContent as v, PanelHeader as D } from "./index9.js";
9
- import { DECK_GRID_CONFIG as P, DeckGrid as b } from "./index10.js";
10
- import { DeckCell as I } from "./index11.js";
11
- import { WidgetFrame as R } from "./index12.js";
12
- import { WidgetResizeHandle as B } from "./index13.js";
13
- import { WidgetPalette as G } from "./index14.js";
14
- import { WidgetTypeSwitcher as w } from "./index15.js";
15
- import { LayoutSelector as A } from "./index16.js";
16
- import { DeckTopBar as K } from "./index17.js";
17
- import { DropZonePreview as H } from "./index18.js";
18
- import { Button as E } from "./index19.js";
19
- import { Input as Q, Textarea as U } from "./index20.js";
20
- import { ConfirmDialog as Z, Dialog as j } from "./index21.js";
21
- import { FloatingWindow as J } from "./index22.js";
22
- import { Dropdown as $, Select as ee } from "./index23.js";
23
- import { Tooltip as oe } from "./index24.js";
24
- import { CommandPalette as ie } from "./index25.js";
25
- import { AnimatedBorderCard as ne, Card as me, CardContent as pe, CardDescription as de, CardFooter as fe, CardHeader as le, CardTitle as xe, Interactive3DCard as se, MorphCard as ce, NeonCard as ge } from "./index26.js";
26
- import { SnakeLoader as ue } from "./index27.js";
27
- import { LoadingOverlay as he } from "./index28.js";
28
- import { Skeleton as ve, SkeletonCard as De, SkeletonList as Te, SkeletonText as Pe } from "./index29.js";
29
- import { ArrowRightLeft as Fe, Bell as Ie, Check as Le, ChevronDown as Re, ChevronRight as ke, Copy as Be, Files as We, GitBranch as Ge, Grid as Ne, Grid3x3 as we, GripVertical as ze, LayoutDashboard as Ae, Loader2 as Me, Maximize as Ke, Minus as Oe, Moon as He, Pencil as _e, Plus as Ee, Restore as Ve, Search as Qe, Settings as Ue, Sun as Xe, Terminal as Ze, Trash as je, X as qe } from "./index30.js";
30
- import { Launchpad as Ye } from "./index31.js";
31
- import { LaunchpadItem as er } from "./index32.js";
32
- import { LaunchpadGrid as or } from "./index33.js";
33
- import { LaunchpadSearch as ir } from "./index34.js";
34
- import { LaunchpadPagination as nr } from "./index35.js";
35
- import { FloeProvider as pr } from "./index36.js";
36
- import { FloeApp as fr } from "./index37.js";
37
- import { createSimpleContext as xr } from "./index38.js";
38
- import { DEFAULT_FLOE_CONFIG as cr, FloeConfigProvider as gr, useFloeConfig as Cr, useResolvedFloeConfig as ur } from "./index39.js";
39
- import { ThemeProvider as hr, createThemeService as yr, useTheme as vr } from "./index40.js";
40
- import { LayoutProvider as Tr, createLayoutService as Pr, useLayout as br } from "./index41.js";
41
- import { CommandProvider as Ir, createCommandService as Lr, useCommand as Rr } from "./index42.js";
42
- import { NotificationContainer as Br, NotificationProvider as Wr, createNotificationService as Gr, useNotification as Nr } from "./index43.js";
43
- import { ComponentRegistryProvider as zr, createComponentRegistry as Ar, useComponentContextFactory as Mr, useComponentRegistry as Kr } from "./index44.js";
44
- import { WidgetRegistryProvider as Hr, createWidgetRegistry as _r, useWidgetRegistry as Er } from "./index45.js";
45
- import { DeckProvider as Qr, createDeckService as Ur, useDeck as Xr } from "./index46.js";
46
- import { useMediaQuery as jr } from "./index47.js";
47
- import { useDebounce as Jr } from "./index48.js";
48
- import { useResizeObserver as $r } from "./index49.js";
49
- import { useKeybind as ro } from "./index50.js";
50
- import { usePersisted as to } from "./index51.js";
51
- import { useDeckDrag as ao } from "./index52.js";
52
- import { cn as mo } from "./index53.js";
53
- import { deferNonBlocking as fo } from "./index54.js";
54
- import { clearAll as xo, debouncedSave as so, load as co, remove as go, save as Co } from "./index55.js";
55
- import { formatKeybind as So, matchKeybind as ho, parseKeybind as yo } from "./index56.js";
56
- import { lockBodyStyle as Do } from "./index57.js";
57
- import { duration as Po, easing as bo, fadeIn as Fo, listContainer as Io, listItem as Lo, panelResize as Ro, popIn as ko, scaleIn as Bo, sidebarVariants as Wo, slideInFromBottom as Go, slideInFromLeft as No, slideInFromRight as wo, slideInFromTop as zo, springConfig as Ao } from "./index58.js";
58
- import { checkCollision as Ko, constrainPosition as Oo, findFreePosition as Ho, hasCollision as _o } from "./index59.js";
59
- import { applyDragDelta as Vo, applyResizeDelta as Qo, getGridCellSize as Uo, pixelDeltaToGridDelta as Xo, positionToGridArea as Zo, snapToGrid as jo } from "./index60.js";
60
- import { applyTheme as Jo, builtInThemes as Yo, getSystemTheme as $o } from "./index61.js";
61
- import { FilesSidebarWidget as rt, SearchSidebarWidget as ot, SettingsSidebarWidget as tt, ShowcaseSidebarWidget as it, SidebarWidget as at } from "./index62.js";
62
- import { MetricsWidget as mt } from "./index63.js";
63
- import { TerminalWidget as dt } from "./index64.js";
3
+ import { Sidebar as n, SidebarContent as m, SidebarItem as p, SidebarItemList as d, SidebarSection as f } from "./index4.js";
4
+ import { TopBar as x } from "./index5.js";
5
+ import { BottomBar as c, BottomBarItem as C, StatusIndicator as g } from "./index6.js";
6
+ import { MobileTabBar as S } from "./index7.js";
7
+ import { ResizeHandle as h } from "./index8.js";
8
+ import { Panel as I, PanelContent as D, PanelHeader as v } from "./index9.js";
9
+ import { DECK_GRID_CONFIG as T, DeckGrid as P } from "./index10.js";
10
+ import { DeckCell as L } from "./index11.js";
11
+ import { WidgetFrame as k } from "./index12.js";
12
+ import { WidgetResizeHandle as G } from "./index13.js";
13
+ import { WidgetPalette as M } from "./index14.js";
14
+ import { WidgetTypeSwitcher as z } from "./index15.js";
15
+ import { LayoutSelector as O } from "./index16.js";
16
+ import { DeckTopBar as H } from "./index17.js";
17
+ import { DropZonePreview as _ } from "./index18.js";
18
+ import { Button as Q } from "./index19.js";
19
+ import { Input as X, Textarea as Z } from "./index20.js";
20
+ import { ConfirmDialog as q, Dialog as J } from "./index21.js";
21
+ import { FloatingWindow as $ } from "./index22.js";
22
+ import { Dropdown as oe, Select as re } from "./index23.js";
23
+ import { Tooltip as ie } from "./index24.js";
24
+ import { CommandPalette as ne } from "./index25.js";
25
+ import { AnimatedBorderCard as pe, Card as de, CardContent as fe, CardDescription as le, CardFooter as xe, CardHeader as se, CardTitle as ce, Interactive3DCard as Ce, MorphCard as ge, NeonCard as ue } from "./index26.js";
26
+ import { SnakeLoader as Fe } from "./index27.js";
27
+ import { LoadingOverlay as ye } from "./index28.js";
28
+ import { Skeleton as De, SkeletonCard as ve, SkeletonList as be, SkeletonText as Te } from "./index29.js";
29
+ import { ArrowRightLeft as Be, Bell as Le, Check as Re, ChevronDown as ke, ChevronRight as We, Copy as Ge, Files as we, GitBranch as Me, Grid as Ne, Grid3x3 as ze, GripVertical as Ae, LayoutDashboard as Oe, Loader2 as Ke, Maximize as He, Minus as Ve, Moon as _e, Pencil as Ee, Plus as Qe, Restore as Ue, Search as Xe, Settings as Ze, Sun as je, Terminal as qe, Trash as Je, X as Ye } from "./index30.js";
30
+ import { Launchpad as eo } from "./index31.js";
31
+ import { LaunchpadItem as ro } from "./index32.js";
32
+ import { LaunchpadGrid as io } from "./index33.js";
33
+ import { LaunchpadSearch as no } from "./index34.js";
34
+ import { LaunchpadPagination as po } from "./index35.js";
35
+ import { FileBrowser as lo } from "./index36.js";
36
+ import { FileBrowserProvider as so, useFileBrowser as co } from "./index37.js";
37
+ import { DirectoryTree as go } from "./index38.js";
38
+ import { FileListView as So } from "./index39.js";
39
+ import { FileGridView as ho } from "./index40.js";
40
+ import { FileContextMenu as Io } from "./index41.js";
41
+ import { Breadcrumb as vo } from "./index42.js";
42
+ import { FileBrowserToolbar as To } from "./index43.js";
43
+ import { CodeFileIcon as Bo, ConfigFileIcon as Lo, DocumentFileIcon as Ro, FileIcon as ko, FolderIcon as Wo, FolderOpenIcon as Go, ImageFileIcon as wo, StyleFileIcon as Mo, getFileIcon as No } from "./index44.js";
44
+ import { FloeProvider as Ao } from "./index45.js";
45
+ import { FloeApp as Ko } from "./index46.js";
46
+ import { createSimpleContext as Vo } from "./index47.js";
47
+ import { DEFAULT_FLOE_CONFIG as Eo, FloeConfigProvider as Qo, useFloeConfig as Uo, useResolvedFloeConfig as Xo } from "./index48.js";
48
+ import { ThemeProvider as jo, createThemeService as qo, useTheme as Jo } from "./index49.js";
49
+ import { LayoutProvider as $o, createLayoutService as er, useLayout as or } from "./index50.js";
50
+ import { CommandProvider as tr, createCommandService as ir, useCommand as ar } from "./index51.js";
51
+ import { NotificationContainer as mr, NotificationProvider as pr, createNotificationService as dr, useNotification as fr } from "./index52.js";
52
+ import { ComponentRegistryProvider as xr, createComponentRegistry as sr, useComponentContextFactory as cr, useComponentRegistry as Cr } from "./index53.js";
53
+ import { WidgetRegistryProvider as ur, createWidgetRegistry as Sr, useWidgetRegistry as Fr } from "./index54.js";
54
+ import { DeckProvider as yr, createDeckService as Ir, useDeck as Dr } from "./index55.js";
55
+ import { useMediaQuery as br } from "./index56.js";
56
+ import { useDebounce as Pr } from "./index57.js";
57
+ import { useResizeObserver as Lr } from "./index58.js";
58
+ import { useKeybind as kr } from "./index59.js";
59
+ import { usePersisted as Gr } from "./index60.js";
60
+ import { useDeckDrag as Mr } from "./index61.js";
61
+ import { cn as zr } from "./index62.js";
62
+ import { deferNonBlocking as Or } from "./index63.js";
63
+ import { clearAll as Hr, debouncedSave as Vr, load as _r, remove as Er, save as Qr } from "./index64.js";
64
+ import { formatKeybind as Xr, matchKeybind as Zr, parseKeybind as jr } from "./index65.js";
65
+ import { lockBodyStyle as Jr } from "./index66.js";
66
+ import { duration as $r, easing as et, fadeIn as ot, listContainer as rt, listItem as tt, panelResize as it, popIn as at, scaleIn as nt, sidebarVariants as mt, slideInFromBottom as pt, slideInFromLeft as dt, slideInFromRight as ft, slideInFromTop as lt, springConfig as xt } from "./index67.js";
67
+ import { checkCollision as ct, constrainPosition as Ct, findFreePosition as gt, hasCollision as ut } from "./index68.js";
68
+ import { applyDragDelta as Ft, applyResizeDelta as ht, getGridCellSize as yt, pixelDeltaToGridDelta as It, positionToGridArea as Dt, snapToGrid as vt } from "./index69.js";
69
+ import { applyTheme as Tt, builtInThemes as Pt, getSystemTheme as Bt } from "./index70.js";
70
+ import { FilesSidebarWidget as Rt, SearchSidebarWidget as kt, SettingsSidebarWidget as Wt, ShowcaseSidebarWidget as Gt, SidebarWidget as wt } from "./index71.js";
71
+ import { MetricsWidget as Nt } from "./index72.js";
72
+ import { TerminalWidget as At } from "./index73.js";
64
73
  export {
65
74
  i as ActivityBar,
66
- ne as AnimatedBorderCard,
67
- Fe as ArrowRightLeft,
68
- Ie as Bell,
69
- x as BottomBar,
70
- s as BottomBarItem,
71
- E as Button,
72
- me as Card,
73
- pe as CardContent,
74
- de as CardDescription,
75
- fe as CardFooter,
76
- le as CardHeader,
77
- xe as CardTitle,
78
- Le as Check,
79
- Re as ChevronDown,
80
- ke as ChevronRight,
81
- ie as CommandPalette,
82
- Ir as CommandProvider,
83
- zr as ComponentRegistryProvider,
84
- Z as ConfirmDialog,
85
- Be as Copy,
86
- P as DECK_GRID_CONFIG,
87
- cr as DEFAULT_FLOE_CONFIG,
88
- I as DeckCell,
89
- b as DeckGrid,
90
- Qr as DeckProvider,
91
- K as DeckTopBar,
92
- j as Dialog,
93
- H as DropZonePreview,
94
- $ as Dropdown,
95
- We as Files,
96
- rt as FilesSidebarWidget,
97
- J as FloatingWindow,
98
- fr as FloeApp,
99
- gr as FloeConfigProvider,
100
- pr as FloeProvider,
101
- Ge as GitBranch,
75
+ pe as AnimatedBorderCard,
76
+ Be as ArrowRightLeft,
77
+ Le as Bell,
78
+ c as BottomBar,
79
+ C as BottomBarItem,
80
+ vo as Breadcrumb,
81
+ Q as Button,
82
+ de as Card,
83
+ fe as CardContent,
84
+ le as CardDescription,
85
+ xe as CardFooter,
86
+ se as CardHeader,
87
+ ce as CardTitle,
88
+ Re as Check,
89
+ ke as ChevronDown,
90
+ We as ChevronRight,
91
+ Bo as CodeFileIcon,
92
+ ne as CommandPalette,
93
+ tr as CommandProvider,
94
+ xr as ComponentRegistryProvider,
95
+ Lo as ConfigFileIcon,
96
+ q as ConfirmDialog,
97
+ Ge as Copy,
98
+ T as DECK_GRID_CONFIG,
99
+ Eo as DEFAULT_FLOE_CONFIG,
100
+ L as DeckCell,
101
+ P as DeckGrid,
102
+ yr as DeckProvider,
103
+ H as DeckTopBar,
104
+ J as Dialog,
105
+ go as DirectoryTree,
106
+ Ro as DocumentFileIcon,
107
+ _ as DropZonePreview,
108
+ oe as Dropdown,
109
+ lo as FileBrowser,
110
+ so as FileBrowserProvider,
111
+ To as FileBrowserToolbar,
112
+ Io as FileContextMenu,
113
+ ho as FileGridView,
114
+ ko as FileIcon,
115
+ So as FileListView,
116
+ we as Files,
117
+ Rt as FilesSidebarWidget,
118
+ $ as FloatingWindow,
119
+ Ko as FloeApp,
120
+ Qo as FloeConfigProvider,
121
+ Ao as FloeProvider,
122
+ Wo as FolderIcon,
123
+ Go as FolderOpenIcon,
124
+ Me as GitBranch,
102
125
  Ne as Grid,
103
- we as Grid3x3,
104
- ze as GripVertical,
105
- Q as Input,
106
- se as Interactive3DCard,
107
- Ye as Launchpad,
108
- or as LaunchpadGrid,
109
- er as LaunchpadItem,
110
- nr as LaunchpadPagination,
111
- ir as LaunchpadSearch,
112
- Ae as LayoutDashboard,
113
- Tr as LayoutProvider,
114
- A as LayoutSelector,
115
- Me as Loader2,
116
- he as LoadingOverlay,
117
- Ke as Maximize,
118
- mt as MetricsWidget,
119
- Oe as Minus,
120
- C as MobileTabBar,
121
- He as Moon,
122
- ce as MorphCard,
123
- ge as NeonCard,
124
- Br as NotificationContainer,
125
- Wr as NotificationProvider,
126
- y as Panel,
127
- v as PanelContent,
128
- D as PanelHeader,
129
- _e as Pencil,
130
- Ee as Plus,
131
- S as ResizeHandle,
132
- Ve as Restore,
133
- Qe as Search,
134
- ot as SearchSidebarWidget,
135
- ee as Select,
136
- Ue as Settings,
137
- tt as SettingsSidebarWidget,
138
- o as Shell,
139
- it as ShowcaseSidebarWidget,
126
+ ze as Grid3x3,
127
+ Ae as GripVertical,
128
+ wo as ImageFileIcon,
129
+ X as Input,
130
+ Ce as Interactive3DCard,
131
+ eo as Launchpad,
132
+ io as LaunchpadGrid,
133
+ ro as LaunchpadItem,
134
+ po as LaunchpadPagination,
135
+ no as LaunchpadSearch,
136
+ Oe as LayoutDashboard,
137
+ $o as LayoutProvider,
138
+ O as LayoutSelector,
139
+ Ke as Loader2,
140
+ ye as LoadingOverlay,
141
+ He as Maximize,
142
+ Nt as MetricsWidget,
143
+ Ve as Minus,
144
+ S as MobileTabBar,
145
+ _e as Moon,
146
+ ge as MorphCard,
147
+ ue as NeonCard,
148
+ mr as NotificationContainer,
149
+ pr as NotificationProvider,
150
+ I as Panel,
151
+ D as PanelContent,
152
+ v as PanelHeader,
153
+ Ee as Pencil,
154
+ Qe as Plus,
155
+ h as ResizeHandle,
156
+ Ue as Restore,
157
+ Xe as Search,
158
+ kt as SearchSidebarWidget,
159
+ re as Select,
160
+ Ze as Settings,
161
+ Wt as SettingsSidebarWidget,
162
+ r as Shell,
163
+ Gt as ShowcaseSidebarWidget,
140
164
  n as Sidebar,
141
- m as SidebarItem,
142
- p as SidebarSection,
143
- at as SidebarWidget,
144
- ve as Skeleton,
145
- De as SkeletonCard,
146
- Te as SkeletonList,
147
- Pe as SkeletonText,
148
- ue as SnakeLoader,
149
- c as StatusIndicator,
150
- Xe as Sun,
151
- Ze as Terminal,
152
- dt as TerminalWidget,
153
- U as Textarea,
154
- hr as ThemeProvider,
155
- oe as Tooltip,
156
- f as TopBar,
157
- je as Trash,
158
- R as WidgetFrame,
159
- G as WidgetPalette,
160
- Hr as WidgetRegistryProvider,
161
- B as WidgetResizeHandle,
162
- w as WidgetTypeSwitcher,
163
- qe as X,
164
- Vo as applyDragDelta,
165
- Qo as applyResizeDelta,
166
- Jo as applyTheme,
167
- Yo as builtInThemes,
168
- Ko as checkCollision,
169
- xo as clearAll,
170
- mo as cn,
171
- Oo as constrainPosition,
172
- Lr as createCommandService,
173
- Ar as createComponentRegistry,
174
- Ur as createDeckService,
175
- Pr as createLayoutService,
176
- Gr as createNotificationService,
177
- xr as createSimpleContext,
178
- yr as createThemeService,
179
- _r as createWidgetRegistry,
180
- so as debouncedSave,
181
- fo as deferNonBlocking,
182
- Po as duration,
183
- bo as easing,
184
- Fo as fadeIn,
185
- Ho as findFreePosition,
186
- So as formatKeybind,
187
- Uo as getGridCellSize,
188
- $o as getSystemTheme,
189
- _o as hasCollision,
190
- Io as listContainer,
191
- Lo as listItem,
192
- co as load,
193
- Do as lockBodyStyle,
194
- ho as matchKeybind,
195
- Ro as panelResize,
196
- yo as parseKeybind,
197
- Xo as pixelDeltaToGridDelta,
198
- ko as popIn,
199
- Zo as positionToGridArea,
200
- go as remove,
201
- Co as save,
202
- Bo as scaleIn,
203
- Wo as sidebarVariants,
204
- Go as slideInFromBottom,
205
- No as slideInFromLeft,
206
- wo as slideInFromRight,
207
- zo as slideInFromTop,
208
- jo as snapToGrid,
209
- Ao as springConfig,
210
- Rr as useCommand,
211
- Mr as useComponentContextFactory,
212
- Kr as useComponentRegistry,
213
- Jr as useDebounce,
214
- Xr as useDeck,
215
- ao as useDeckDrag,
216
- Cr as useFloeConfig,
217
- ro as useKeybind,
218
- br as useLayout,
219
- jr as useMediaQuery,
220
- Nr as useNotification,
221
- to as usePersisted,
222
- $r as useResizeObserver,
223
- ur as useResolvedFloeConfig,
224
- vr as useTheme,
225
- Er as useWidgetRegistry
165
+ m as SidebarContent,
166
+ p as SidebarItem,
167
+ d as SidebarItemList,
168
+ f as SidebarSection,
169
+ wt as SidebarWidget,
170
+ De as Skeleton,
171
+ ve as SkeletonCard,
172
+ be as SkeletonList,
173
+ Te as SkeletonText,
174
+ Fe as SnakeLoader,
175
+ g as StatusIndicator,
176
+ Mo as StyleFileIcon,
177
+ je as Sun,
178
+ qe as Terminal,
179
+ At as TerminalWidget,
180
+ Z as Textarea,
181
+ jo as ThemeProvider,
182
+ ie as Tooltip,
183
+ x as TopBar,
184
+ Je as Trash,
185
+ k as WidgetFrame,
186
+ M as WidgetPalette,
187
+ ur as WidgetRegistryProvider,
188
+ G as WidgetResizeHandle,
189
+ z as WidgetTypeSwitcher,
190
+ Ye as X,
191
+ Ft as applyDragDelta,
192
+ ht as applyResizeDelta,
193
+ Tt as applyTheme,
194
+ Pt as builtInThemes,
195
+ ct as checkCollision,
196
+ Hr as clearAll,
197
+ zr as cn,
198
+ Ct as constrainPosition,
199
+ ir as createCommandService,
200
+ sr as createComponentRegistry,
201
+ Ir as createDeckService,
202
+ er as createLayoutService,
203
+ dr as createNotificationService,
204
+ Vo as createSimpleContext,
205
+ qo as createThemeService,
206
+ Sr as createWidgetRegistry,
207
+ Vr as debouncedSave,
208
+ Or as deferNonBlocking,
209
+ $r as duration,
210
+ et as easing,
211
+ ot as fadeIn,
212
+ gt as findFreePosition,
213
+ Xr as formatKeybind,
214
+ No as getFileIcon,
215
+ yt as getGridCellSize,
216
+ Bt as getSystemTheme,
217
+ ut as hasCollision,
218
+ rt as listContainer,
219
+ tt as listItem,
220
+ _r as load,
221
+ Jr as lockBodyStyle,
222
+ Zr as matchKeybind,
223
+ it as panelResize,
224
+ jr as parseKeybind,
225
+ It as pixelDeltaToGridDelta,
226
+ at as popIn,
227
+ Dt as positionToGridArea,
228
+ Er as remove,
229
+ Qr as save,
230
+ nt as scaleIn,
231
+ mt as sidebarVariants,
232
+ pt as slideInFromBottom,
233
+ dt as slideInFromLeft,
234
+ ft as slideInFromRight,
235
+ lt as slideInFromTop,
236
+ vt as snapToGrid,
237
+ xt as springConfig,
238
+ ar as useCommand,
239
+ cr as useComponentContextFactory,
240
+ Cr as useComponentRegistry,
241
+ Pr as useDebounce,
242
+ Dr as useDeck,
243
+ Mr as useDeckDrag,
244
+ co as useFileBrowser,
245
+ Uo as useFloeConfig,
246
+ kr as useKeybind,
247
+ or as useLayout,
248
+ br as useMediaQuery,
249
+ fr as useNotification,
250
+ Gr as usePersisted,
251
+ Lr as useResizeObserver,
252
+ Xo as useResolvedFloeConfig,
253
+ Jo as useTheme,
254
+ Fr as useWidgetRegistry
226
255
  };
package/dist/index10.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { template as f, insert as d, createComponent as o, effect as D, className as I, setStyleProperty as k } from "solid-js/web";
2
2
  import { createMemo as i, Show as m, For as S } from "solid-js";
3
- import { cn as y } from "./index53.js";
4
- import { useDeck as z } from "./index46.js";
3
+ import { cn as y } from "./index62.js";
4
+ import { useDeck as z } from "./index55.js";
5
5
  import { DeckCell as G } from "./index11.js";
6
6
  import { DropZonePreview as O } from "./index18.js";
7
7
  var R = /* @__PURE__ */ f('<div class="absolute inset-1 pointer-events-none z-0 rounded"style="background-image:linear-gradient(to right, color-mix(in srgb, var(--border) 15%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in srgb, var(--border) 15%, transparent) 1px, transparent 1px) ;background-size:calc((100% - 4px) / 24) 44px;background-position:0 0">'), C = /* @__PURE__ */ f('<div data-grid-cols=24 data-row-height=40 data-gap=4 style="grid-template-columns:repeat(24, 1fr);grid-auto-rows:40px;gap:4px">');
package/dist/index11.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { template as y, insert as a, createComponent as d, Dynamic as z, effect as f, className as v, style as R, setAttribute as W } from "solid-js/web";
2
2
  import { createMemo as o, Show as k } from "solid-js";
3
- import { cn as w } from "./index53.js";
4
- import { useDeck as C } from "./index46.js";
5
- import { useWidgetRegistry as $ } from "./index45.js";
6
- import { positionToGridArea as M } from "./index60.js";
3
+ import { cn as w } from "./index62.js";
4
+ import { useDeck as C } from "./index55.js";
5
+ import { useWidgetRegistry as $ } from "./index54.js";
6
+ import { positionToGridArea as M } from "./index69.js";
7
7
  import { WidgetFrame as A } from "./index12.js";
8
8
  var h = /* @__PURE__ */ y("<div>"), _ = /* @__PURE__ */ y('<div class="h-full flex items-center justify-center text-muted-foreground text-xs"><span>Widget: ');
9
9
  function N(e) {
package/dist/index12.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { delegateEvents as h, template as c, insert as i, createComponent as e, effect as v, className as x } from "solid-js/web";
2
2
  import { Show as l } from "solid-js";
3
- import { cn as $ } from "./index53.js";
4
- import { useDeck as _ } from "./index46.js";
3
+ import { cn as $ } from "./index62.js";
4
+ import { useDeck as _ } from "./index55.js";
5
5
  import { GripVertical as b, X as k } from "./index30.js";
6
6
  import { WidgetResizeHandle as d } from "./index13.js";
7
7
  import { WidgetTypeSwitcher as C } from "./index15.js";
package/dist/index13.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import { delegateEvents as G, template as Y, effect as F, className as X, use as M } from "solid-js/web";
2
2
  import { createSignal as W, onCleanup as q } from "solid-js";
3
- import { cn as H } from "./index53.js";
4
- import { useDeck as O } from "./index46.js";
5
- import { applyResizeDelta as L } from "./index60.js";
3
+ import { cn as H } from "./index62.js";
4
+ import { useDeck as O } from "./index55.js";
5
+ import { applyResizeDelta as L } from "./index69.js";
6
6
  import { DECK_GRID_CONFIG as N } from "./index10.js";
7
- import { lockBodyStyle as T } from "./index57.js";
7
+ import { lockBodyStyle as T } from "./index66.js";
8
8
  var U = /* @__PURE__ */ Y("<div style=touch-action:none>");
9
9
  const k = {
10
10
  n: "top-0 left-2 right-2 h-2 cursor-ns-resize",
package/dist/index14.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { delegateEvents as O, createComponent as e, template as l, insert as r, effect as P, className as j } from "solid-js/web";
2
2
  import { createSignal as k, Show as n, For as y } from "solid-js";
3
- import { cn as f } from "./index53.js";
4
- import { useDeck as D } from "./index46.js";
5
- import { useWidgetRegistry as F } from "./index45.js";
3
+ import { cn as f } from "./index62.js";
4
+ import { useDeck as D } from "./index55.js";
5
+ import { useWidgetRegistry as F } from "./index54.js";
6
6
  import { Plus as T, X, ChevronRight as q } from "./index30.js";
7
7
  import { Button as G } from "./index19.js";
8
- import { deferNonBlocking as H } from "./index54.js";
8
+ import { deferNonBlocking as H } from "./index63.js";
9
9
  var J = /* @__PURE__ */ l('<div class="text-center text-muted-foreground text-sm py-8">No widgets registered'), K = /* @__PURE__ */ l('<div><div class="flex items-center justify-between p-3 border-b border-border"><h2 class="text-sm font-semibold">Add Widget</h2><button class="p-1 rounded hover:bg-muted transition-colors cursor-pointer"></button></div><div class="p-2 overflow-y-auto h-[calc(100%-48px)]">'), L = /* @__PURE__ */ l('<div class="fixed inset-0 bg-black/20 z-40">'), Q = /* @__PURE__ */ l('<div class="ml-4 mt-1 space-y-1">'), U = /* @__PURE__ */ l('<div class=mb-2><button class="w-full flex items-center gap-2 p-2 rounded hover:bg-muted transition-colors text-left cursor-pointer"><span class="text-sm font-medium"></span><span class="ml-auto text-xs text-muted-foreground">'), V = /* @__PURE__ */ l('<button class="w-full flex items-center gap-2 p-2 rounded hover:bg-muted transition-colors text-left cursor-pointer"><span class=text-sm>'), Y = /* @__PURE__ */ l('<div class="w-4 h-4">');
10
10
  function ie(C) {
11
11
  const p = D(), b = F(), [d, s] = k(!1), [W, z] = k(null), S = [{
package/dist/index15.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { delegateEvents as E, createComponent as o, template as s, insert as l, effect as v, className as x, Portal as R, setStyleProperty as w, use as T } from "solid-js/web";
2
2
  import { createSignal as y, createEffect as W, onCleanup as I, Show as p, For as L } from "solid-js";
3
- import { cn as m } from "./index53.js";
4
- import { useDeck as N } from "./index46.js";
5
- import { useWidgetRegistry as z } from "./index45.js";
6
- import { deferNonBlocking as A } from "./index54.js";
3
+ import { cn as m } from "./index62.js";
4
+ import { useDeck as N } from "./index55.js";
5
+ import { useWidgetRegistry as z } from "./index54.js";
6
+ import { deferNonBlocking as A } from "./index63.js";
7
7
  import { ArrowRightLeft as B, ChevronDown as M } from "./index30.js";
8
8
  var O = /* @__PURE__ */ s('<button title="Switch widget type">'), F = /* @__PURE__ */ s('<div class="fixed inset-0 z-[9998]">'), K = /* @__PURE__ */ s('<div class="px-2 py-3 text-xs text-muted-foreground text-center">No other widget types available'), j = /* @__PURE__ */ s('<div><div class=p-1><div class="px-2 py-1.5 text-xs text-muted-foreground font-medium">Switch to'), q = /* @__PURE__ */ s('<button class="w-full flex items-center gap-2 px-2 py-1.5 rounded hover:bg-muted transition-colors text-left cursor-pointer"><span class=text-xs>'), G = /* @__PURE__ */ s('<div class="w-4 h-4">');
9
9
  function Z(f) {
package/dist/index16.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { delegateEvents as j, template as s, insert as o, createComponent as a, memo as q, effect as w, className as C } from "solid-js/web";
2
2
  import { createSignal as R, Show as v, For as G } from "solid-js";
3
- import { cn as b } from "./index53.js";
4
- import { useDeck as H } from "./index46.js";
5
- import { deferNonBlocking as g } from "./index54.js";
3
+ import { cn as b } from "./index62.js";
4
+ import { useDeck as H } from "./index55.js";
5
+ import { deferNonBlocking as g } from "./index63.js";
6
6
  import { ChevronDown as J, Check as K, Copy as M, Pencil as Q, Trash as U } from "./index30.js";
7
7
  var W = /* @__PURE__ */ s('<div class="absolute top-full left-0 mt-1 w-64 bg-popover border border-border rounded-md shadow-lg z-50 overflow-hidden"><div class="max-h-64 overflow-y-auto py-1"></div><div class="border-t border-border px-2 py-1.5"><button class="w-full text-left text-xs text-primary hover:underline cursor-pointer">+ New Layout'), X = /* @__PURE__ */ s('<div class="fixed inset-0 z-40">'), Y = /* @__PURE__ */ s('<div><button><span class="truncate max-w-[120px]">'), Z = /* @__PURE__ */ s('<span class="flex-1 text-xs truncate">'), ee = /* @__PURE__ */ s('<button class="p-1 rounded hover:bg-background transition-colors cursor-pointer"title=Rename>'), te = /* @__PURE__ */ s('<button class="p-1 rounded hover:bg-destructive/10 transition-colors cursor-pointer"title=Delete>'), re = /* @__PURE__ */ s('<div class="flex items-center gap-0.5 opacity-0 group-hover:opacity-100 transition-opacity"><button class="p-1 rounded hover:bg-background transition-colors cursor-pointer"title=Duplicate>'), ne = /* @__PURE__ */ s('<div><div class="w-4 h-4 flex-shrink-0">'), oe = /* @__PURE__ */ s('<input type=text class="flex-1 text-xs bg-background border border-border rounded px-1.5 py-0.5"autofocus>'), le = /* @__PURE__ */ s('<span class="ml-1 text-[10px] text-muted-foreground">(preset)');
8
8
  function pe(N) {
package/dist/index17.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import { delegateEvents as S, template as d, insert as i, createComponent as t, Portal as B, effect as b, className as y, setStyleProperty as k } from "solid-js/web";
2
2
  import { createSignal as $, createEffect as L, onCleanup as R, Show as a, For as A } from "solid-js";
3
- import { cn as h } from "./index53.js";
4
- import { useDeck as N } from "./index46.js";
5
- import { useLayout as T } from "./index41.js";
6
- import { useWidgetRegistry as F } from "./index45.js";
7
- import { deferNonBlocking as I } from "./index54.js";
3
+ import { cn as h } from "./index62.js";
4
+ import { useDeck as N } from "./index55.js";
5
+ import { useLayout as T } from "./index50.js";
6
+ import { useWidgetRegistry as F } from "./index54.js";
7
+ import { deferNonBlocking as I } from "./index63.js";
8
8
  import { LayoutSelector as K } from "./index16.js";
9
9
  import { Plus as j, ChevronDown as q, Check as G, Pencil as H } from "./index30.js";
10
10
  import { Button as C } from "./index19.js";
package/dist/index18.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { template as v, effect as b, className as i, setStyleProperty as m } from "solid-js/web";
2
- import { cn as n } from "./index53.js";
3
- import { positionToGridArea as f } from "./index60.js";
2
+ import { cn as n } from "./index62.js";
3
+ import { positionToGridArea as f } from "./index69.js";
4
4
  var g = /* @__PURE__ */ v("<div><div>");
5
5
  function _(a) {
6
6
  const s = () => f(a.position);
package/dist/index19.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { template as c, spread as d, mergeProps as l, insert as n, createComponent as t, memo as u, Dynamic as m } from "solid-js/web";
2
2
  import { splitProps as g, Show as p } from "solid-js";
3
- import { cn as s } from "./index53.js";
3
+ import { cn as s } from "./index62.js";
4
4
  import { Loader2 as h } from "./index30.js";
5
5
  var b = /* @__PURE__ */ c("<button type=button>");
6
6
  const f = {