@floegence/floe-webapp-core 0.36.3 → 0.36.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui.js CHANGED
@@ -1,105 +1,108 @@
1
1
  import { AffixInput as e, Input as t, NumberInput as a, Textarea as i } from "./components/ui/Input.js";
2
- import { AnimatedBorderCard as n, Card as p, CardContent as f, CardDescription as x, CardFooter as c, CardHeader as C, CardTitle as d, Interactive3DCard as l, MorphCard as s, NeonCard as g } from "./components/ui/Card.js";
3
- import { AreaChart as T, DataBarChart as u, DataPieChart as S, LineChart as I, MonitoringChart as k } from "./components/ui/Charts.js";
4
- import { Button as A } from "./components/ui/Button.js";
5
- import { Checkbox as L, CheckboxGroup as B, CheckboxList as P } from "./components/ui/Checkbox.js";
6
- import { CircularProgress as b, LinearProgress as E, SegmentedProgress as N, StepsProgress as _ } from "./components/ui/Progress.js";
7
- import { CommandPalette as v } from "./components/ui/CommandPalette.js";
8
- import { ConfirmDialog as M, Dialog as W } from "./components/ui/Dialog.js";
9
- import { DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR as U, LOCAL_INTERACTION_SURFACE_ATTR as z, isLocalInteractionSurfaceTarget as G, resolveSurfaceInteractionTargetRole as H } from "./components/ui/localInteractionSurface.js";
10
- import { DirectoryInput as Q } from "./components/ui/DirectoryInput.js";
11
- import { DirectoryPicker as q } from "./components/ui/DirectoryPicker.js";
12
- import { Dropdown as V, Select as X } from "./components/ui/Dropdown.js";
13
- import { ErrorBlock as Z, HighlightBlock as $, InfoBlock as rr, NoteBlock as or, SuccessBlock as er, TipBlock as tr, WarningBlock as ar } from "./components/ui/HighlightBlock.js";
14
- import { FileSavePicker as mr } from "./components/ui/FileSavePicker.js";
15
- import { FloatingWindow as pr } from "./components/ui/FloatingWindow.js";
16
- import { Form as xr, FormActions as cr, FormControl as Cr, FormDescription as dr, FormDivider as lr, FormField as sr, FormLabel as gr, FormMessage as Fr, FormRow as Tr, FormSection as ur, useFormSubmitting as Sr } from "./components/ui/Form.js";
17
- import { InfiniteCanvas as kr } from "./components/ui/InfiniteCanvas.js";
18
- import { MobileKeyboard as Ar } from "./components/ui/MobileKeyboard.js";
19
- import { Pagination as Lr } from "./components/ui/Pagination.js";
20
- import { ProcessingIndicator as Pr } from "./components/ui/ProcessingIndicator.js";
21
- import { QuoteBlock as br } from "./components/ui/QuoteBlock.js";
22
- import { RadioGroup as Nr, RadioList as _r, RadioOption as Or } from "./components/ui/Radio.js";
23
- import { SegmentedControl as wr } from "./components/ui/SegmentedControl.js";
24
- import { Stepper as Wr, Wizard as yr, useWizard as Ur } from "./components/ui/Stepper.js";
25
- import { Switch as Gr } from "./components/ui/Switch.js";
26
- import { TabPanel as Kr, Tabs as Qr } from "./components/ui/Tabs.js";
27
- import { Tag as qr } from "./components/ui/Tag.js";
28
- import { Tooltip as Vr } from "./components/ui/Tooltip.js";
2
+ import { AnimatedBorderCard as n, Card as p, CardContent as f, CardDescription as C, CardFooter as c, CardHeader as x, CardTitle as d, Interactive3DCard as l, MorphCard as s, NeonCard as T } from "./components/ui/Card.js";
3
+ import { AreaChart as F, DataBarChart as E, DataPieChart as L, LineChart as S, MonitoringChart as u } from "./components/ui/Charts.js";
4
+ import { Button as D } from "./components/ui/Button.js";
5
+ import { Checkbox as h, CheckboxGroup as k, CheckboxList as A } from "./components/ui/Checkbox.js";
6
+ import { CircularProgress as B, LinearProgress as b, SegmentedProgress as P, StepsProgress as O } from "./components/ui/Progress.js";
7
+ import { CommandPalette as N } from "./components/ui/CommandPalette.js";
8
+ import { ConfirmDialog as H, Dialog as w } from "./components/ui/Dialog.js";
9
+ import { DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR as M, DEFAULT_WORKBENCH_WIDGET_SHELL_SELECTOR as U, LOCAL_INTERACTION_SURFACE_ATTR as y, WORKBENCH_WIDGET_SHELL_ATTR as K, isLocalInteractionSurfaceTarget as z, resolveSurfaceInteractionTargetRole as Q, resolveWorkbenchWidgetEventOwnership as j } from "./components/ui/localInteractionSurface.js";
10
+ import { DirectoryInput as J } from "./components/ui/DirectoryInput.js";
11
+ import { DirectoryPicker as X } from "./components/ui/DirectoryPicker.js";
12
+ import { Dropdown as Z, Select as $ } from "./components/ui/Dropdown.js";
13
+ import { ErrorBlock as or, HighlightBlock as er, InfoBlock as tr, NoteBlock as ar, SuccessBlock as ir, TipBlock as mr, WarningBlock as nr } from "./components/ui/HighlightBlock.js";
14
+ import { FileSavePicker as fr } from "./components/ui/FileSavePicker.js";
15
+ import { FloatingWindow as cr } from "./components/ui/FloatingWindow.js";
16
+ import { Form as dr, FormActions as lr, FormControl as sr, FormDescription as Tr, FormDivider as gr, FormField as Fr, FormLabel as Er, FormMessage as Lr, FormRow as Sr, FormSection as ur, useFormSubmitting as Ir } from "./components/ui/Form.js";
17
+ import { InfiniteCanvas as Rr } from "./components/ui/InfiniteCanvas.js";
18
+ import { MobileKeyboard as kr } from "./components/ui/MobileKeyboard.js";
19
+ import { Pagination as _r } from "./components/ui/Pagination.js";
20
+ import { ProcessingIndicator as br } from "./components/ui/ProcessingIndicator.js";
21
+ import { QuoteBlock as Or } from "./components/ui/QuoteBlock.js";
22
+ import { RadioGroup as Nr, RadioList as vr, RadioOption as Hr } from "./components/ui/Radio.js";
23
+ import { SegmentedControl as Gr } from "./components/ui/SegmentedControl.js";
24
+ import { Stepper as Ur, Wizard as yr, useWizard as Kr } from "./components/ui/Stepper.js";
25
+ import { Switch as Qr } from "./components/ui/Switch.js";
26
+ import { TabPanel as qr, Tabs as Jr } from "./components/ui/Tabs.js";
27
+ import { Tag as Xr } from "./components/ui/Tag.js";
28
+ import { Tooltip as Zr } from "./components/ui/Tooltip.js";
29
29
  export {
30
30
  e as AffixInput,
31
31
  n as AnimatedBorderCard,
32
- T as AreaChart,
33
- A as Button,
32
+ F as AreaChart,
33
+ D as Button,
34
34
  p as Card,
35
35
  f as CardContent,
36
- x as CardDescription,
36
+ C as CardDescription,
37
37
  c as CardFooter,
38
- C as CardHeader,
38
+ x as CardHeader,
39
39
  d as CardTitle,
40
- L as Checkbox,
41
- B as CheckboxGroup,
42
- P as CheckboxList,
43
- b as CircularProgress,
44
- v as CommandPalette,
45
- M as ConfirmDialog,
46
- U as DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR,
47
- u as DataBarChart,
48
- S as DataPieChart,
49
- W as Dialog,
50
- Q as DirectoryInput,
51
- q as DirectoryPicker,
52
- V as Dropdown,
53
- Z as ErrorBlock,
54
- mr as FileSavePicker,
55
- pr as FloatingWindow,
56
- xr as Form,
57
- cr as FormActions,
58
- Cr as FormControl,
59
- dr as FormDescription,
60
- lr as FormDivider,
61
- sr as FormField,
62
- gr as FormLabel,
63
- Fr as FormMessage,
64
- Tr as FormRow,
40
+ h as Checkbox,
41
+ k as CheckboxGroup,
42
+ A as CheckboxList,
43
+ B as CircularProgress,
44
+ N as CommandPalette,
45
+ H as ConfirmDialog,
46
+ M as DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR,
47
+ U as DEFAULT_WORKBENCH_WIDGET_SHELL_SELECTOR,
48
+ E as DataBarChart,
49
+ L as DataPieChart,
50
+ w as Dialog,
51
+ J as DirectoryInput,
52
+ X as DirectoryPicker,
53
+ Z as Dropdown,
54
+ or as ErrorBlock,
55
+ fr as FileSavePicker,
56
+ cr as FloatingWindow,
57
+ dr as Form,
58
+ lr as FormActions,
59
+ sr as FormControl,
60
+ Tr as FormDescription,
61
+ gr as FormDivider,
62
+ Fr as FormField,
63
+ Er as FormLabel,
64
+ Lr as FormMessage,
65
+ Sr as FormRow,
65
66
  ur as FormSection,
66
- $ as HighlightBlock,
67
- kr as InfiniteCanvas,
68
- rr as InfoBlock,
67
+ er as HighlightBlock,
68
+ Rr as InfiniteCanvas,
69
+ tr as InfoBlock,
69
70
  t as Input,
70
71
  l as Interactive3DCard,
71
- z as LOCAL_INTERACTION_SURFACE_ATTR,
72
- I as LineChart,
73
- E as LinearProgress,
74
- Ar as MobileKeyboard,
75
- k as MonitoringChart,
72
+ y as LOCAL_INTERACTION_SURFACE_ATTR,
73
+ S as LineChart,
74
+ b as LinearProgress,
75
+ kr as MobileKeyboard,
76
+ u as MonitoringChart,
76
77
  s as MorphCard,
77
- g as NeonCard,
78
- or as NoteBlock,
78
+ T as NeonCard,
79
+ ar as NoteBlock,
79
80
  a as NumberInput,
80
- Lr as Pagination,
81
- Pr as ProcessingIndicator,
82
- br as QuoteBlock,
81
+ _r as Pagination,
82
+ br as ProcessingIndicator,
83
+ Or as QuoteBlock,
83
84
  Nr as RadioGroup,
84
- _r as RadioList,
85
- Or as RadioOption,
86
- wr as SegmentedControl,
87
- N as SegmentedProgress,
88
- X as Select,
89
- Wr as Stepper,
90
- _ as StepsProgress,
91
- er as SuccessBlock,
92
- Gr as Switch,
93
- Kr as TabPanel,
94
- Qr as Tabs,
95
- qr as Tag,
85
+ vr as RadioList,
86
+ Hr as RadioOption,
87
+ Gr as SegmentedControl,
88
+ P as SegmentedProgress,
89
+ $ as Select,
90
+ Ur as Stepper,
91
+ O as StepsProgress,
92
+ ir as SuccessBlock,
93
+ Qr as Switch,
94
+ qr as TabPanel,
95
+ Jr as Tabs,
96
+ Xr as Tag,
96
97
  i as Textarea,
97
- tr as TipBlock,
98
- Vr as Tooltip,
99
- ar as WarningBlock,
98
+ mr as TipBlock,
99
+ Zr as Tooltip,
100
+ K as WORKBENCH_WIDGET_SHELL_ATTR,
101
+ nr as WarningBlock,
100
102
  yr as Wizard,
101
- G as isLocalInteractionSurfaceTarget,
102
- H as resolveSurfaceInteractionTargetRole,
103
- Sr as useFormSubmitting,
104
- Ur as useWizard
103
+ z as isLocalInteractionSurfaceTarget,
104
+ Q as resolveSurfaceInteractionTargetRole,
105
+ j as resolveWorkbenchWidgetEventOwnership,
106
+ Ir as useFormSubmitting,
107
+ Kr as useWizard
105
108
  };
@@ -108,6 +108,7 @@
108
108
  width: 100%;
109
109
  height: 100%;
110
110
  overflow: hidden;
111
+ isolation: isolate;
111
112
  }
112
113
 
113
114
  .workbench-surface__body {
package/dist/workbench.js CHANGED
@@ -1,23 +1,24 @@
1
1
  import { DEFAULT_WORKBENCH_VIEWPORT as o, WORKBENCH_WIDGET_TYPES as t } from "./components/workbench/types.js";
2
- import { WIDGET_REGISTRY as n, createWorkbenchFilterState as c, getWidgetEntry as a, isValidWorkbenchWidgetType as i, resolveWorkbenchWidgetDefinitions as b } from "./components/workbench/widgets/widgetRegistry.js";
3
- import { WorkbenchContextMenu as h } from "./components/workbench/WorkbenchContextMenu.js";
4
- import { WorkbenchOverlay as E } from "./components/workbench/WorkbenchOverlay.js";
2
+ import { WIDGET_REGISTRY as n, createWorkbenchFilterState as c, getWidgetEntry as a, isValidWorkbenchWidgetType as b, resolveWorkbenchWidgetDefinitions as h } from "./components/workbench/widgets/widgetRegistry.js";
3
+ import { WorkbenchContextMenu as k } from "./components/workbench/WorkbenchContextMenu.js";
4
+ import { WorkbenchOverlay as p } from "./components/workbench/WorkbenchOverlay.js";
5
5
  import { WorkbenchSurface as x } from "./components/workbench/WorkbenchSurface.js";
6
- import { createDefaultWorkbenchState as T, createWorkbenchId as d, sanitizeWorkbenchState as l } from "./components/workbench/workbenchHelpers.js";
6
+ import { createDefaultWorkbenchState as m, createWorkbenchId as T, createWorkbenchRenderLayerMap as l, sanitizeWorkbenchState as R } from "./components/workbench/workbenchHelpers.js";
7
7
  import { useWorkbenchModel as s } from "./components/workbench/useWorkbenchModel.js";
8
8
  export {
9
9
  o as DEFAULT_WORKBENCH_VIEWPORT,
10
10
  n as WIDGET_REGISTRY,
11
11
  t as WORKBENCH_WIDGET_TYPES,
12
- h as WorkbenchContextMenu,
13
- E as WorkbenchOverlay,
12
+ k as WorkbenchContextMenu,
13
+ p as WorkbenchOverlay,
14
14
  x as WorkbenchSurface,
15
- T as createDefaultWorkbenchState,
15
+ m as createDefaultWorkbenchState,
16
16
  c as createWorkbenchFilterState,
17
- d as createWorkbenchId,
17
+ T as createWorkbenchId,
18
+ l as createWorkbenchRenderLayerMap,
18
19
  a as getWidgetEntry,
19
- i as isValidWorkbenchWidgetType,
20
- b as resolveWorkbenchWidgetDefinitions,
21
- l as sanitizeWorkbenchState,
20
+ b as isValidWorkbenchWidgetType,
21
+ h as resolveWorkbenchWidgetDefinitions,
22
+ R as sanitizeWorkbenchState,
22
23
  s as useWorkbenchModel
23
24
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.36.3",
3
+ "version": "0.36.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",