@floegence/floe-webapp-core 0.36.26 → 0.36.28

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,17 +1,17 @@
1
1
  import { AffixInput as e, Input as t, NumberInput as a, Textarea as i } from "./components/ui/Input.js";
2
- import { AnimatedBorderCard as c, Card as T, CardContent as C, CardDescription as l, CardFooter as p, CardHeader as m, CardTitle as s, Interactive3DCard as f, MorphCard as A, NeonCard as _ } from "./components/ui/Card.js";
3
- import { AreaChart as R, DataBarChart as S, DataPieChart as d, LineChart as x, MonitoringChart as u } from "./components/ui/Charts.js";
4
- import { Button as I } from "./components/ui/Button.js";
2
+ import { AnimatedBorderCard as c, Card as T, CardContent as l, CardDescription as C, CardFooter as p, CardHeader as m, CardTitle as s, Interactive3DCard as f, MorphCard as A, NeonCard as _ } from "./components/ui/Card.js";
3
+ import { AreaChart as S, DataBarChart as R, DataPieChart as x, LineChart as d, MonitoringChart as u } from "./components/ui/Charts.js";
4
+ import { Button as F } from "./components/ui/Button.js";
5
5
  import { CANVAS_WHEEL_INTERACTIVE_ATTR as g, DEFAULT_CANVAS_WHEEL_INTERACTIVE_SELECTOR as P, DEFAULT_LOCAL_INTERACTION_SURFACE_SELECTOR as O, DEFAULT_WORKBENCH_WIDGET_ACTIVATION_SURFACE_SELECTOR as W, DEFAULT_WORKBENCH_WIDGET_SHELL_SELECTOR as D, LOCAL_INTERACTION_SURFACE_ATTR as h, WORKBENCH_WIDGET_ACTIVATION_SURFACE_ATTR as v, WORKBENCH_WIDGET_SHELL_ATTR as N, isLocalInteractionSurfaceTarget as k, resolveSurfaceInteractionTargetRole as B, resolveSurfaceWheelRouting as b, resolveWorkbenchWidgetEventOwnership as H, resolveWorkbenchWidgetLocalTypingTarget as U, shouldActivateWorkbenchWidgetLocalTarget as G } from "./components/ui/localInteractionSurface.js";
6
6
  import { Checkbox as V, CheckboxGroup as w, CheckboxList as y } from "./components/ui/Checkbox.js";
7
7
  import { CircularProgress as j, LinearProgress as z, SegmentedProgress as Y, StepsProgress as Q } from "./components/ui/Progress.js";
8
8
  import { CommandPalette as q } from "./components/ui/CommandPalette.js";
9
9
  import { ConfirmDialog as X, Dialog as $ } from "./components/ui/Dialog.js";
10
- import { DIALOG_SURFACE_BOUNDARY_ATTR as or, DIALOG_SURFACE_HOST_ATTR as er, SURFACE_PORTAL_HOST_ATTR as tr, SURFACE_PORTAL_LAYER_ATTR as ar, __resetSurfacePortalScopeForTests as ir, ensureSurfacePortalInteractionTracking as nr, isSurfacePortalMode as cr, projectSurfacePortalPosition as Tr, projectSurfacePortalRect as Cr, resolveSurfacePortalBoundaryRect as lr, resolveSurfacePortalHost as pr, resolveSurfacePortalMount as mr, resolveSurfacePortalMountRect as sr } from "./components/ui/dialogSurfaceScope.js";
10
+ import { DIALOG_SURFACE_BOUNDARY_ATTR as or, DIALOG_SURFACE_HOST_ATTR as er, SURFACE_PORTAL_HOST_ATTR as tr, SURFACE_PORTAL_LAYER_ATTR as ar, __resetSurfacePortalScopeForTests as ir, ensureSurfacePortalInteractionTracking as nr, isSurfacePortalMode as cr, projectSurfacePortalPosition as Tr, projectSurfacePortalRect as lr, resolveSurfacePortalBoundaryRect as Cr, resolveSurfacePortalHost as pr, resolveSurfacePortalMount as mr, resolveSurfacePortalMountRect as sr } from "./components/ui/dialogSurfaceScope.js";
11
11
  import { DirectoryInput as Ar } from "./components/ui/DirectoryInput.js";
12
12
  import { DirectoryPicker as Er } from "./components/ui/DirectoryPicker.js";
13
- import { Dropdown as Sr, Select as dr } from "./components/ui/Dropdown.js";
14
- import { ErrorBlock as ur, HighlightBlock as Lr, InfoBlock as Ir, NoteBlock as Fr, SuccessBlock as gr, TipBlock as Pr, WarningBlock as Or } from "./components/ui/HighlightBlock.js";
13
+ import { Dropdown as Rr, Select as xr } from "./components/ui/Dropdown.js";
14
+ import { ErrorBlock as ur, HighlightBlock as Lr, InfoBlock as Fr, NoteBlock as Ir, SuccessBlock as gr, TipBlock as Pr, WarningBlock as Or } from "./components/ui/HighlightBlock.js";
15
15
  import { FileSavePicker as Dr } from "./components/ui/FileSavePicker.js";
16
16
  import { FloatingWindow as vr } from "./components/ui/FloatingWindow.js";
17
17
  import { Form as kr, FormActions as Br, FormControl as br, FormDescription as Hr, FormDivider as Ur, FormField as Gr, FormLabel as Mr, FormMessage as Vr, FormRow as wr, FormSection as yr, useFormSubmitting as Kr } from "./components/ui/Form.js";
@@ -22,22 +22,23 @@ import { ProcessingIndicator as Xr } from "./components/ui/ProcessingIndicator.j
22
22
  import { QuoteBlock as ro } from "./components/ui/QuoteBlock.js";
23
23
  import { RadioGroup as eo, RadioList as to, RadioOption as ao } from "./components/ui/Radio.js";
24
24
  import { SegmentedControl as no } from "./components/ui/SegmentedControl.js";
25
- import { Stepper as To, Wizard as Co, useWizard as lo } from "./components/ui/Stepper.js";
26
- import { Switch as mo } from "./components/ui/Switch.js";
27
- import { TabPanel as fo, Tabs as Ao } from "./components/ui/Tabs.js";
28
- import { Tag as Eo } from "./components/ui/Tag.js";
29
- import { Tooltip as So } from "./components/ui/Tooltip.js";
30
- import { clientToCanvasLocal as uo, clientToCanvasWorld as Lo, createViewportFromZoomAnchor as Io, isPointInsideCanvasRect as Fo, localToCanvasWorld as go } from "./components/ui/canvasGeometry.js";
31
- import { startPointerSession as Oo } from "./components/ui/pointerSession.js";
25
+ import { Stepper as To, Wizard as lo, useWizard as Co } from "./components/ui/Stepper.js";
26
+ import { SurfaceFloatingLayer as mo } from "./components/ui/SurfaceFloatingLayer.js";
27
+ import { Switch as fo } from "./components/ui/Switch.js";
28
+ import { TabPanel as _o, Tabs as Eo } from "./components/ui/Tabs.js";
29
+ import { Tag as Ro } from "./components/ui/Tag.js";
30
+ import { Tooltip as uo } from "./components/ui/Tooltip.js";
31
+ import { clientToCanvasLocal as Fo, clientToCanvasWorld as Io, createViewportFromZoomAnchor as go, isPointInsideCanvasRect as Po, localToCanvasWorld as Oo } from "./components/ui/canvasGeometry.js";
32
+ import { startPointerSession as Do } from "./components/ui/pointerSession.js";
32
33
  export {
33
34
  e as AffixInput,
34
35
  c as AnimatedBorderCard,
35
- R as AreaChart,
36
- I as Button,
36
+ S as AreaChart,
37
+ F as Button,
37
38
  g as CANVAS_WHEEL_INTERACTIVE_ATTR,
38
39
  T as Card,
39
- C as CardContent,
40
- l as CardDescription,
40
+ l as CardContent,
41
+ C as CardDescription,
41
42
  p as CardFooter,
42
43
  m as CardHeader,
43
44
  s as CardTitle,
@@ -53,12 +54,12 @@ export {
53
54
  D as DEFAULT_WORKBENCH_WIDGET_SHELL_SELECTOR,
54
55
  or as DIALOG_SURFACE_BOUNDARY_ATTR,
55
56
  er as DIALOG_SURFACE_HOST_ATTR,
56
- S as DataBarChart,
57
- d as DataPieChart,
57
+ R as DataBarChart,
58
+ x as DataPieChart,
58
59
  $ as Dialog,
59
60
  Ar as DirectoryInput,
60
61
  Er as DirectoryPicker,
61
- Sr as Dropdown,
62
+ Rr as Dropdown,
62
63
  ur as ErrorBlock,
63
64
  Dr as FileSavePicker,
64
65
  vr as FloatingWindow,
@@ -74,17 +75,17 @@ export {
74
75
  yr as FormSection,
75
76
  Lr as HighlightBlock,
76
77
  zr as InfiniteCanvas,
77
- Ir as InfoBlock,
78
+ Fr as InfoBlock,
78
79
  t as Input,
79
80
  f as Interactive3DCard,
80
81
  h as LOCAL_INTERACTION_SURFACE_ATTR,
81
- x as LineChart,
82
+ d as LineChart,
82
83
  z as LinearProgress,
83
84
  Qr as MobileKeyboard,
84
85
  u as MonitoringChart,
85
86
  A as MorphCard,
86
87
  _ as NeonCard,
87
- Fr as NoteBlock,
88
+ Ir as NoteBlock,
88
89
  a as NumberInput,
89
90
  qr as Pagination,
90
91
  Xr as ProcessingIndicator,
@@ -96,34 +97,35 @@ export {
96
97
  ar as SURFACE_PORTAL_LAYER_ATTR,
97
98
  no as SegmentedControl,
98
99
  Y as SegmentedProgress,
99
- dr as Select,
100
+ xr as Select,
100
101
  To as Stepper,
101
102
  Q as StepsProgress,
102
103
  gr as SuccessBlock,
103
- mo as Switch,
104
- fo as TabPanel,
105
- Ao as Tabs,
106
- Eo as Tag,
104
+ mo as SurfaceFloatingLayer,
105
+ fo as Switch,
106
+ _o as TabPanel,
107
+ Eo as Tabs,
108
+ Ro as Tag,
107
109
  i as Textarea,
108
110
  Pr as TipBlock,
109
- So as Tooltip,
111
+ uo as Tooltip,
110
112
  v as WORKBENCH_WIDGET_ACTIVATION_SURFACE_ATTR,
111
113
  N as WORKBENCH_WIDGET_SHELL_ATTR,
112
114
  Or as WarningBlock,
113
- Co as Wizard,
115
+ lo as Wizard,
114
116
  ir as __resetSurfacePortalScopeForTests,
115
- uo as clientToCanvasLocal,
116
- Lo as clientToCanvasWorld,
117
- Io as createViewportFromZoomAnchor,
117
+ Fo as clientToCanvasLocal,
118
+ Io as clientToCanvasWorld,
119
+ go as createViewportFromZoomAnchor,
118
120
  nr as ensureSurfacePortalInteractionTracking,
119
121
  k as isLocalInteractionSurfaceTarget,
120
- Fo as isPointInsideCanvasRect,
122
+ Po as isPointInsideCanvasRect,
121
123
  cr as isSurfacePortalMode,
122
- go as localToCanvasWorld,
124
+ Oo as localToCanvasWorld,
123
125
  Tr as projectSurfacePortalPosition,
124
- Cr as projectSurfacePortalRect,
126
+ lr as projectSurfacePortalRect,
125
127
  B as resolveSurfaceInteractionTargetRole,
126
- lr as resolveSurfacePortalBoundaryRect,
128
+ Cr as resolveSurfacePortalBoundaryRect,
127
129
  pr as resolveSurfacePortalHost,
128
130
  mr as resolveSurfacePortalMount,
129
131
  sr as resolveSurfacePortalMountRect,
@@ -131,7 +133,7 @@ export {
131
133
  H as resolveWorkbenchWidgetEventOwnership,
132
134
  U as resolveWorkbenchWidgetLocalTypingTarget,
133
135
  G as shouldActivateWorkbenchWidgetLocalTarget,
134
- Oo as startPointerSession,
136
+ Do as startPointerSession,
135
137
  Kr as useFormSubmitting,
136
- lo as useWizard
138
+ Co as useWizard
137
139
  };
@@ -648,6 +648,21 @@
648
648
  text-align: left;
649
649
  }
650
650
 
651
+ .workbench-context-menu__icon {
652
+ display: inline-flex;
653
+ align-items: center;
654
+ justify-content: center;
655
+ width: 14px;
656
+ height: 14px;
657
+ flex-shrink: 0;
658
+ }
659
+
660
+ .workbench-context-menu__icon-svg {
661
+ width: 14px;
662
+ height: 14px;
663
+ flex-shrink: 0;
664
+ }
665
+
651
666
  .workbench-context-menu__item:hover {
652
667
  background: var(--accent, #f2f2f2);
653
668
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-core",
3
- "version": "0.36.26",
3
+ "version": "0.36.28",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",