nexus-shell 0.1.3 → 0.1.6

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 (30) hide show
  1. package/dist/components/layout/DialogueMappingShell.d.ts +4 -0
  2. package/dist/components/widgets/DataGrid.d.ts +22 -0
  3. package/dist/components/widgets/DialogueMappingWidget.d.ts +7 -0
  4. package/dist/components/widgets/MockupReviewWidget.d.ts +3 -0
  5. package/dist/components/widgets/WelcomeTab.d.ts +8 -0
  6. package/dist/components/widgets/dialogue-mapper/IbisNode.d.ts +5 -0
  7. package/dist/components/widgets/mockup-reviewer/ExecutionOverlay.d.ts +10 -0
  8. package/dist/components/widgets/mockup-reviewer/HtmlShadowRenderer.d.ts +9 -0
  9. package/dist/components/widgets/mockup-reviewer/ImplementationPlanWorkspace.d.ts +8 -0
  10. package/dist/components/widgets/mockup-reviewer/MockupReviewWorkspace.d.ts +10 -0
  11. package/dist/components/widgets/mockup-reviewer/ReviewSidebar.d.ts +3 -0
  12. package/dist/components/widgets/mockup-reviewer/ReviewToolbar.d.ts +12 -0
  13. package/dist/components/widgets/mockup-reviewer/WorkflowMapper.d.ts +7 -0
  14. package/dist/core/registry/PluginRegistry.d.ts +5 -0
  15. package/dist/core/services/DialogueMappingService.d.ts +44 -0
  16. package/dist/core/services/MockupReviewService.d.ts +58 -0
  17. package/dist/index-_5L3ci3g.js +76855 -0
  18. package/dist/index.d.ts +7 -1
  19. package/dist/{maplibre-gl-BWsNxx57.js → maplibre-gl-i0lu_iJf.js} +1 -1
  20. package/dist/nexus-shell.es.js +27 -21
  21. package/dist/nexus-shell.umd.js +547 -195
  22. package/dist/stories/DataGrid.stories.d.ts +12 -0
  23. package/dist/stories/DialogueMappingShell.stories.d.ts +9 -0
  24. package/dist/stories/DialogueMappingWidget.stories.d.ts +9 -0
  25. package/dist/stories/IbisNode.stories.d.ts +10 -0
  26. package/dist/stories/MockupReviewWidget.stories.d.ts +9 -0
  27. package/dist/stories/MockupReviewerLayout.stories.d.ts +8 -0
  28. package/dist/style.css +1 -1
  29. package/package.json +3 -1
  30. package/dist/index-DG52PCQ8.js +0 -72909
package/dist/index.d.ts CHANGED
@@ -11,9 +11,15 @@ export { ChatPane } from './components/widgets/ChatPane';
11
11
  export { TerminalPane } from './components/widgets/TerminalPane';
12
12
  export { AgentManager, type Agent, type AgentManagerProps } from './components/widgets/AgentManager';
13
13
  export { WargameMap, type WargameMapProps, type UnitData, type AttackData, type TerrainHexData } from './components/widgets/WargameMap';
14
+ export { DataGrid, type DataGridProps, type IDataGridColumn } from './components/widgets/DataGrid';
15
+ export { MockupReviewWidget } from './components/widgets/MockupReviewWidget';
16
+ export { useMockupReviewStore, type IMockupAnnotation, type IMockupVersion, type IMockupView } from './core/services/MockupReviewService';
17
+ export { DialogueMappingWidget } from './components/widgets/DialogueMappingWidget';
18
+ export { DialogueMappingShell } from './components/layout/DialogueMappingShell';
19
+ export { useDialogueMappingStore, type IDialogueNodeData, type IbisNodeType } from './core/services/DialogueMappingService';
14
20
  export { commandRegistry, type ICommand } from './core/registry/CommandRegistry';
15
21
  export { menuRegistry, type IMenuItem } from './core/registry/MenuRegistry';
16
- export { pluginRegistry, type IPlugin } from './core/registry/PluginRegistry';
22
+ export { pluginRegistry, type IPlugin, type PluginStatus } from './core/registry/PluginRegistry';
17
23
  export { componentRegistry, type ComponentConstructor } from './core/registry/ComponentRegistry';
18
24
  export { initializeShell } from './core/Boot';
19
25
  export { useLayoutStore } from './core/services/LayoutService';
@@ -1,7 +1,7 @@
1
1
  var L_ = Object.defineProperty;
2
2
  var B_ = (or, lr, ki) => lr in or ? L_(or, lr, { enumerable: !0, configurable: !0, writable: !0, value: ki }) : or[lr] = ki;
3
3
  var Ce = (or, lr, ki) => B_(or, typeof lr != "symbol" ? lr + "" : lr, ki);
4
- import { g as O_, c as V_ } from "./index-DG52PCQ8.js";
4
+ import { g as O_, c as V_ } from "./index-_5L3ci3g.js";
5
5
  function j_(or, lr) {
6
6
  for (var ki = 0; ki < lr.length; ki++) {
7
7
  const Gi = lr[ki];
@@ -1,29 +1,35 @@
1
- import { A as s, a as t, C as r, b as i, M as o, S as u, d as S, e as n, f as m, T as g, h as l, U as d, W as h, i as y, j as b, k as c, m as p, p as P, u as R, l as T, n as B, o as C, q as M, r as W, s as f, t as A } from "./index-DG52PCQ8.js";
1
+ import { A as s, a as t, C as r, b as i, D as o, d as u, e as S, M as g, f as n, S as l, h as p, i as d, j as m, T as h, k as y, U as M, W as c, l as R, m as W, n as b, o as D, p as P, u as T, q as v, r as B, s as C, t as f, v as k, w, x as A, y as x, z } from "./index-_5L3ci3g.js";
2
2
  export {
3
3
  s as ActivityBar,
4
4
  t as AgentManager,
5
5
  r as ChatPane,
6
6
  i as CommandPalette,
7
- o as MenuBar,
8
- u as SearchWidget,
9
- S as ShellLayout,
10
- n as SidebarPane,
7
+ o as DataGrid,
8
+ u as DialogueMappingShell,
9
+ S as DialogueMappingWidget,
10
+ g as MenuBar,
11
+ n as MockupReviewWidget,
12
+ l as SearchWidget,
13
+ p as ShellLayout,
14
+ d as SidebarPane,
11
15
  m as StatusBar,
12
- g as TerminalPane,
13
- l as TreeWidget,
14
- d as UserProfile,
15
- h as WargameMap,
16
- y as commandRegistry,
17
- b as componentRegistry,
18
- c as initializeShell,
19
- p as menuRegistry,
16
+ h as TerminalPane,
17
+ y as TreeWidget,
18
+ M as UserProfile,
19
+ c as WargameMap,
20
+ R as commandRegistry,
21
+ W as componentRegistry,
22
+ b as initializeShell,
23
+ D as menuRegistry,
20
24
  P as pluginRegistry,
21
- R as useChatStore,
22
- T as useKeyboardShortcuts,
23
- B as useLayoutStore,
24
- C as useRightSidebarStore,
25
- M as useSidebarStore,
26
- W as useStatusBarStore,
27
- f as useTerminalStore,
28
- A as useThemeStore
25
+ T as useChatStore,
26
+ v as useDialogueMappingStore,
27
+ B as useKeyboardShortcuts,
28
+ C as useLayoutStore,
29
+ f as useMockupReviewStore,
30
+ k as useRightSidebarStore,
31
+ w as useSidebarStore,
32
+ A as useStatusBarStore,
33
+ x as useTerminalStore,
34
+ z as useThemeStore
29
35
  };