@dxos/plugin-simple-layout 0.8.4-main.9735255 → 0.8.4-main.abd8ff62ef

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 (259) hide show
  1. package/dist/lib/browser/SimpleLayoutPlugin-Q5BZE6KD.mjs +50 -0
  2. package/dist/lib/browser/SimpleLayoutPlugin-Q5BZE6KD.mjs.map +7 -0
  3. package/dist/lib/browser/index.mjs +18 -96
  4. package/dist/lib/browser/index.mjs.map +4 -4
  5. package/dist/lib/browser/meta.json +1 -1
  6. package/dist/lib/browser/translations.mjs +34 -0
  7. package/dist/lib/browser/translations.mjs.map +7 -0
  8. package/dist/lib/node-esm/SimpleLayoutPlugin-OD45TNPO.mjs +52 -0
  9. package/dist/lib/node-esm/SimpleLayoutPlugin-OD45TNPO.mjs.map +7 -0
  10. package/dist/lib/node-esm/index.mjs +18 -95
  11. package/dist/lib/node-esm/index.mjs.map +4 -4
  12. package/dist/lib/node-esm/meta.json +1 -1
  13. package/dist/lib/node-esm/translations.mjs +36 -0
  14. package/dist/lib/node-esm/translations.mjs.map +7 -0
  15. package/dist/types/src/SimpleLayoutPlugin.d.ts +2 -1
  16. package/dist/types/src/SimpleLayoutPlugin.d.ts.map +1 -1
  17. package/dist/types/src/capabilities/app-graph-builder.d.ts +6 -0
  18. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -0
  19. package/dist/types/src/capabilities/index.d.ts +21 -6
  20. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  21. package/dist/types/src/capabilities/operation-handler.d.ts +6 -0
  22. package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -0
  23. package/dist/types/src/capabilities/{react-root/react-root.d.ts → react-root.d.ts} +1 -1
  24. package/dist/types/src/capabilities/react-root.d.ts.map +1 -0
  25. package/dist/types/src/capabilities/react-surface.d.ts +5 -0
  26. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
  27. package/dist/types/src/capabilities/{spotlight-dismiss/spotlight-dismiss.d.ts → spotlight-dismiss.d.ts} +1 -1
  28. package/dist/types/src/capabilities/spotlight-dismiss.d.ts.map +1 -0
  29. package/dist/types/src/capabilities/{state/state.d.ts → state.d.ts} +2 -2
  30. package/dist/types/src/capabilities/state.d.ts.map +1 -0
  31. package/dist/types/src/capabilities/url-handler.d.ts +12 -0
  32. package/dist/types/src/capabilities/url-handler.d.ts.map +1 -0
  33. package/dist/types/src/components/ContentError.stories.d.ts +27 -22
  34. package/dist/types/src/components/ContentError.stories.d.ts.map +1 -1
  35. package/dist/types/src/components/DebugOverlay/DebugOverlay.d.ts +19 -0
  36. package/dist/types/src/components/DebugOverlay/DebugOverlay.d.ts.map +1 -0
  37. package/dist/types/src/components/DebugOverlay/index.d.ts +2 -0
  38. package/dist/types/src/components/DebugOverlay/index.d.ts.map +1 -0
  39. package/dist/types/src/components/Dialog/Dialog.d.ts.map +1 -1
  40. package/dist/types/src/components/Home/Home.d.ts.map +1 -1
  41. package/dist/types/src/components/Loading/Loading.d.ts +3 -0
  42. package/dist/types/src/components/Loading/Loading.d.ts.map +1 -0
  43. package/dist/types/src/components/{ContentLoading.stories.d.ts → Loading/Loading.stories.d.ts} +1 -1
  44. package/dist/types/src/components/Loading/Loading.stories.d.ts.map +1 -0
  45. package/dist/types/src/components/Loading/index.d.ts +2 -0
  46. package/dist/types/src/components/Loading/index.d.ts.map +1 -0
  47. package/dist/types/src/components/MobileLayout/MobileLayout.d.ts +35 -0
  48. package/dist/types/src/components/MobileLayout/MobileLayout.d.ts.map +1 -0
  49. package/dist/types/src/components/MobileLayout/MobileLayout.stories.d.ts +7 -0
  50. package/dist/types/src/components/MobileLayout/MobileLayout.stories.d.ts.map +1 -0
  51. package/dist/types/src/components/MobileLayout/index.d.ts +2 -0
  52. package/dist/types/src/components/MobileLayout/index.d.ts.map +1 -0
  53. package/dist/types/src/components/NavBranch/NavBranch.d.ts +11 -0
  54. package/dist/types/src/components/NavBranch/NavBranch.d.ts.map +1 -0
  55. package/dist/types/src/components/NavBranch/index.d.ts +2 -0
  56. package/dist/types/src/components/NavBranch/index.d.ts.map +1 -0
  57. package/dist/types/src/components/Popover/Popover.d.ts.map +1 -1
  58. package/dist/types/src/components/SimpleLayout/AppBar.d.ts +24 -0
  59. package/dist/types/src/components/SimpleLayout/AppBar.d.ts.map +1 -0
  60. package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts +54 -0
  61. package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts.map +1 -0
  62. package/dist/types/src/components/SimpleLayout/Drawer.d.ts +4 -7
  63. package/dist/types/src/components/SimpleLayout/Drawer.d.ts.map +1 -1
  64. package/dist/types/src/components/SimpleLayout/Main.d.ts +4 -7
  65. package/dist/types/src/components/SimpleLayout/Main.d.ts.map +1 -1
  66. package/dist/types/src/components/SimpleLayout/NavBar.d.ts +13 -8
  67. package/dist/types/src/components/SimpleLayout/NavBar.d.ts.map +1 -1
  68. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts +32 -26
  69. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts.map +1 -1
  70. package/dist/types/src/components/SimpleLayout/SimpleLayout.d.ts.map +1 -1
  71. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts +26 -25
  72. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts.map +1 -1
  73. package/dist/types/src/components/SimpleLayout/index.d.ts +3 -0
  74. package/dist/types/src/components/SimpleLayout/index.d.ts.map +1 -1
  75. package/dist/types/src/components/hooks.d.ts +4 -2
  76. package/dist/types/src/components/hooks.d.ts.map +1 -1
  77. package/dist/types/src/components/index.d.ts +4 -2
  78. package/dist/types/src/components/index.d.ts.map +1 -1
  79. package/dist/types/src/hooks/actions.d.ts +19 -0
  80. package/dist/types/src/hooks/actions.d.ts.map +1 -0
  81. package/dist/types/src/hooks/index.d.ts +4 -0
  82. package/dist/types/src/hooks/index.d.ts.map +1 -1
  83. package/dist/types/src/hooks/useAppBarProps.d.ts +7 -0
  84. package/dist/types/src/hooks/useAppBarProps.d.ts.map +1 -0
  85. package/dist/types/src/hooks/useCompanions.d.ts +5 -1
  86. package/dist/types/src/hooks/useCompanions.d.ts.map +1 -1
  87. package/dist/types/src/hooks/useDrawerActions.d.ts +13 -0
  88. package/dist/types/src/hooks/useDrawerActions.d.ts.map +1 -0
  89. package/dist/types/src/hooks/useNavbarActions.d.ts +14 -0
  90. package/dist/types/src/hooks/useNavbarActions.d.ts.map +1 -0
  91. package/dist/types/src/hooks/useSimpleLayoutState.d.ts +3 -3
  92. package/dist/types/src/hooks/useSimpleLayoutState.d.ts.map +1 -1
  93. package/dist/types/src/index.d.ts +3 -1
  94. package/dist/types/src/index.d.ts.map +1 -1
  95. package/dist/types/src/operations/close.d.ts +5 -0
  96. package/dist/types/src/operations/close.d.ts.map +1 -0
  97. package/dist/types/src/operations/index.d.ts +3 -0
  98. package/dist/types/src/operations/index.d.ts.map +1 -0
  99. package/dist/types/src/operations/open.d.ts +5 -0
  100. package/dist/types/src/operations/open.d.ts.map +1 -0
  101. package/dist/types/src/operations/revert-workspace.d.ts +5 -0
  102. package/dist/types/src/operations/revert-workspace.d.ts.map +1 -0
  103. package/dist/types/src/operations/set-layout-mode.d.ts +5 -0
  104. package/dist/types/src/operations/set-layout-mode.d.ts.map +1 -0
  105. package/dist/types/src/operations/set.d.ts +5 -0
  106. package/dist/types/src/operations/set.d.ts.map +1 -0
  107. package/dist/types/src/operations/state-access.d.ts +8 -0
  108. package/dist/types/src/operations/state-access.d.ts.map +1 -0
  109. package/dist/types/src/operations/switch-workspace.d.ts +5 -0
  110. package/dist/types/src/operations/switch-workspace.d.ts.map +1 -0
  111. package/dist/types/src/operations/update-complementary.d.ts +5 -0
  112. package/dist/types/src/operations/update-complementary.d.ts.map +1 -0
  113. package/dist/types/src/operations/update-dialog.d.ts +5 -0
  114. package/dist/types/src/operations/update-dialog.d.ts.map +1 -0
  115. package/dist/types/src/operations/update-popover.d.ts +5 -0
  116. package/dist/types/src/operations/update-popover.d.ts.map +1 -0
  117. package/dist/types/src/operations/update-sidebar.d.ts +5 -0
  118. package/dist/types/src/operations/update-sidebar.d.ts.map +1 -0
  119. package/dist/types/src/translations.d.ts +26 -20
  120. package/dist/types/src/translations.d.ts.map +1 -1
  121. package/dist/types/src/types/capabilities.d.ts +17 -8
  122. package/dist/types/src/types/capabilities.d.ts.map +1 -1
  123. package/dist/types/src/types/events.d.ts.map +1 -1
  124. package/dist/types/tsconfig.tsbuildinfo +1 -1
  125. package/package.json +54 -30
  126. package/src/SimpleLayoutPlugin.ts +26 -14
  127. package/src/capabilities/app-graph-builder.ts +21 -0
  128. package/src/capabilities/index.ts +13 -6
  129. package/src/capabilities/operation-handler.ts +14 -0
  130. package/src/capabilities/{react-root/react-root.tsx → react-root.tsx} +4 -4
  131. package/src/capabilities/react-surface.tsx +50 -0
  132. package/src/capabilities/{spotlight-dismiss/spotlight-dismiss.ts → spotlight-dismiss.ts} +2 -2
  133. package/src/capabilities/{state/state.tsx → state.tsx} +6 -5
  134. package/src/capabilities/url-handler.ts +161 -0
  135. package/src/components/ContentError.stories.tsx +9 -8
  136. package/src/components/DebugOverlay/DebugOverlay.tsx +96 -0
  137. package/src/components/DebugOverlay/index.ts +5 -0
  138. package/src/components/Dialog/Dialog.tsx +17 -6
  139. package/src/components/Home/Home.tsx +51 -43
  140. package/src/components/{ContentLoading.stories.tsx → Loading/Loading.stories.tsx} +5 -5
  141. package/src/components/{ContentLoading.tsx → Loading/Loading.tsx} +2 -2
  142. package/src/components/Loading/index.ts +5 -0
  143. package/src/components/MobileLayout/MobileLayout.stories.tsx +133 -0
  144. package/src/components/MobileLayout/MobileLayout.tsx +374 -0
  145. package/src/components/MobileLayout/index.ts +5 -0
  146. package/src/components/NavBranch/NavBranch.tsx +124 -0
  147. package/src/components/{Workspace → NavBranch}/index.ts +1 -1
  148. package/src/components/Popover/Popover.tsx +13 -9
  149. package/src/components/SimpleLayout/AppBar.stories.tsx +144 -0
  150. package/src/components/SimpleLayout/AppBar.tsx +94 -0
  151. package/src/components/SimpleLayout/Drawer.tsx +44 -91
  152. package/src/components/SimpleLayout/Main.tsx +40 -34
  153. package/src/components/SimpleLayout/NavBar.stories.tsx +132 -24
  154. package/src/components/SimpleLayout/NavBar.tsx +18 -51
  155. package/src/components/SimpleLayout/SimpleLayout.stories.tsx +46 -60
  156. package/src/components/SimpleLayout/SimpleLayout.tsx +41 -23
  157. package/src/components/SimpleLayout/index.ts +3 -0
  158. package/src/components/hooks.ts +9 -9
  159. package/src/components/index.ts +4 -2
  160. package/src/hooks/actions.ts +84 -0
  161. package/src/hooks/index.ts +4 -0
  162. package/src/hooks/useAppBarProps.ts +95 -0
  163. package/src/hooks/useCompanions.ts +8 -5
  164. package/src/hooks/useDrawerActions.ts +100 -0
  165. package/src/hooks/useNavbarActions.ts +87 -0
  166. package/src/hooks/useSimpleLayoutState.ts +5 -5
  167. package/src/index.ts +7 -1
  168. package/src/meta.ts +1 -1
  169. package/src/operations/close.ts +34 -0
  170. package/src/operations/index.ts +16 -0
  171. package/src/operations/open.ts +63 -0
  172. package/src/operations/revert-workspace.ts +22 -0
  173. package/src/operations/set-layout-mode.ts +12 -0
  174. package/src/operations/set.ts +23 -0
  175. package/src/operations/state-access.ts +19 -0
  176. package/src/operations/switch-workspace.ts +26 -0
  177. package/src/operations/update-complementary.ts +35 -0
  178. package/src/operations/update-dialog.ts +28 -0
  179. package/src/operations/update-popover.ts +35 -0
  180. package/src/operations/update-sidebar.ts +12 -0
  181. package/src/translations.ts +21 -19
  182. package/src/types/capabilities.ts +14 -10
  183. package/src/types/events.ts +3 -2
  184. package/dist/lib/browser/chunk-LR3EE3VB.mjs +0 -789
  185. package/dist/lib/browser/chunk-LR3EE3VB.mjs.map +0 -7
  186. package/dist/lib/browser/chunk-P77G4YTR.mjs +0 -29
  187. package/dist/lib/browser/chunk-P77G4YTR.mjs.map +0 -7
  188. package/dist/lib/browser/operation-resolver-775UYAC2.mjs +0 -203
  189. package/dist/lib/browser/operation-resolver-775UYAC2.mjs.map +0 -7
  190. package/dist/lib/browser/react-root-KM55OMGJ.mjs +0 -21
  191. package/dist/lib/browser/react-root-KM55OMGJ.mjs.map +0 -7
  192. package/dist/lib/browser/react-surface-BABGAWGY.mjs +0 -39
  193. package/dist/lib/browser/react-surface-BABGAWGY.mjs.map +0 -7
  194. package/dist/lib/browser/spotlight-dismiss-VSNOPETH.mjs +0 -66
  195. package/dist/lib/browser/spotlight-dismiss-VSNOPETH.mjs.map +0 -7
  196. package/dist/lib/browser/state-OUFTC2KV.mjs +0 -47
  197. package/dist/lib/browser/state-OUFTC2KV.mjs.map +0 -7
  198. package/dist/lib/browser/url-handler-DOUFQIAC.mjs +0 -54
  199. package/dist/lib/browser/url-handler-DOUFQIAC.mjs.map +0 -7
  200. package/dist/lib/node-esm/chunk-F5TEKVJG.mjs +0 -31
  201. package/dist/lib/node-esm/chunk-F5TEKVJG.mjs.map +0 -7
  202. package/dist/lib/node-esm/chunk-HB2B3LLG.mjs +0 -790
  203. package/dist/lib/node-esm/chunk-HB2B3LLG.mjs.map +0 -7
  204. package/dist/lib/node-esm/operation-resolver-LDNYS3DI.mjs +0 -204
  205. package/dist/lib/node-esm/operation-resolver-LDNYS3DI.mjs.map +0 -7
  206. package/dist/lib/node-esm/react-root-36UYFEEB.mjs +0 -22
  207. package/dist/lib/node-esm/react-root-36UYFEEB.mjs.map +0 -7
  208. package/dist/lib/node-esm/react-surface-CGHFVWU3.mjs +0 -40
  209. package/dist/lib/node-esm/react-surface-CGHFVWU3.mjs.map +0 -7
  210. package/dist/lib/node-esm/spotlight-dismiss-L5PCWIJG.mjs +0 -68
  211. package/dist/lib/node-esm/spotlight-dismiss-L5PCWIJG.mjs.map +0 -7
  212. package/dist/lib/node-esm/state-Q2ZA26W5.mjs +0 -48
  213. package/dist/lib/node-esm/state-Q2ZA26W5.mjs.map +0 -7
  214. package/dist/lib/node-esm/url-handler-DVAZZEUO.mjs +0 -55
  215. package/dist/lib/node-esm/url-handler-DVAZZEUO.mjs.map +0 -7
  216. package/dist/types/src/capabilities/operation-resolver/index.d.ts +0 -3
  217. package/dist/types/src/capabilities/operation-resolver/index.d.ts.map +0 -1
  218. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts +0 -5
  219. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +0 -1
  220. package/dist/types/src/capabilities/react-root/index.d.ts +0 -6
  221. package/dist/types/src/capabilities/react-root/index.d.ts.map +0 -1
  222. package/dist/types/src/capabilities/react-root/react-root.d.ts.map +0 -1
  223. package/dist/types/src/capabilities/react-surface/index.d.ts +0 -3
  224. package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
  225. package/dist/types/src/capabilities/react-surface/react-surface.d.ts +0 -5
  226. package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
  227. package/dist/types/src/capabilities/spotlight-dismiss/index.d.ts +0 -3
  228. package/dist/types/src/capabilities/spotlight-dismiss/index.d.ts.map +0 -1
  229. package/dist/types/src/capabilities/spotlight-dismiss/spotlight-dismiss.d.ts.map +0 -1
  230. package/dist/types/src/capabilities/state/index.d.ts +0 -13
  231. package/dist/types/src/capabilities/state/index.d.ts.map +0 -1
  232. package/dist/types/src/capabilities/state/state.d.ts.map +0 -1
  233. package/dist/types/src/capabilities/url-handler/index.d.ts +0 -3
  234. package/dist/types/src/capabilities/url-handler/index.d.ts.map +0 -1
  235. package/dist/types/src/capabilities/url-handler/url-handler.d.ts +0 -10
  236. package/dist/types/src/capabilities/url-handler/url-handler.d.ts.map +0 -1
  237. package/dist/types/src/components/ContentError.d.ts +0 -5
  238. package/dist/types/src/components/ContentError.d.ts.map +0 -1
  239. package/dist/types/src/components/ContentLoading.d.ts +0 -3
  240. package/dist/types/src/components/ContentLoading.d.ts.map +0 -1
  241. package/dist/types/src/components/ContentLoading.stories.d.ts.map +0 -1
  242. package/dist/types/src/components/SimpleLayout/Banner.d.ts +0 -8
  243. package/dist/types/src/components/SimpleLayout/Banner.d.ts.map +0 -1
  244. package/dist/types/src/components/Workspace/Workspace.d.ts +0 -9
  245. package/dist/types/src/components/Workspace/Workspace.d.ts.map +0 -1
  246. package/dist/types/src/components/Workspace/index.d.ts +0 -2
  247. package/dist/types/src/components/Workspace/index.d.ts.map +0 -1
  248. package/src/capabilities/operation-resolver/index.ts +0 -10
  249. package/src/capabilities/operation-resolver/operation-resolver.ts +0 -215
  250. package/src/capabilities/react-root/index.ts +0 -7
  251. package/src/capabilities/react-surface/index.ts +0 -7
  252. package/src/capabilities/react-surface/react-surface.tsx +0 -40
  253. package/src/capabilities/spotlight-dismiss/index.ts +0 -7
  254. package/src/capabilities/state/index.ts +0 -9
  255. package/src/capabilities/url-handler/index.ts +0 -7
  256. package/src/capabilities/url-handler/url-handler.ts +0 -80
  257. package/src/components/ContentError.tsx +0 -23
  258. package/src/components/SimpleLayout/Banner.tsx +0 -113
  259. package/src/components/Workspace/Workspace.tsx +0 -115
@@ -2,25 +2,97 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
+ import { Atom } from '@effect-atom/atom-react';
5
6
  import { type Meta, type StoryObj } from '@storybook/react-vite';
7
+ import React, { useMemo } from 'react';
8
+ import { type Mock, expect, fn, screen, userEvent, within } from 'storybook/test';
6
9
 
7
- import { withPluginManager } from '@dxos/app-framework/testing';
8
- import { corePlugins } from '@dxos/plugin-testing';
9
- import { withTheme } from '@dxos/react-ui/testing';
10
+ import { type ActionGraphProps, createGapSeparator, createMenuAction, createMenuItemGroup } from '@dxos/react-ui-menu';
11
+ import { withLayout, withTheme } from '@dxos/react-ui/testing';
12
+ import { withRegistry } from '@dxos/storybook-utils';
10
13
 
11
- import { translations } from '../../translations';
14
+ import { translations } from '#translations';
12
15
 
13
16
  import { NavBar } from './NavBar';
14
17
 
18
+ const MAIN_MENU_GROUP_ID = 'navbar-main-menu';
19
+
20
+ const buildEmptyActions = (): ActionGraphProps => ({ nodes: [], edges: [] });
21
+
22
+ const buildCompanionOnlyActions = (): ActionGraphProps => {
23
+ const result: ActionGraphProps = { nodes: [], edges: [] };
24
+ const companions = [
25
+ createMenuAction('companion-browse', () => console.log('Browse'), {
26
+ icon: 'ph--house--regular',
27
+ label: 'Browse',
28
+ iconOnly: true,
29
+ }),
30
+ createMenuAction('companion-notifications', () => console.log('Notifications'), {
31
+ icon: 'ph--bell--regular',
32
+ label: 'Notifications',
33
+ iconOnly: true,
34
+ }),
35
+ createMenuAction('companion-profile', () => console.log('Profile'), {
36
+ icon: 'ph--user--regular',
37
+ label: 'Profile',
38
+ iconOnly: true,
39
+ }),
40
+ ];
41
+ result.nodes.push(...companions);
42
+ result.edges.push(...companions.map((c) => ({ source: 'root', target: c.id, relation: 'child' })));
43
+ return result;
44
+ };
45
+
46
+ const buildDefaultActions = (): ActionGraphProps => {
47
+ const result: ActionGraphProps = { nodes: [], edges: [] };
48
+ const gapSeparator = createGapSeparator('navbar-gap');
49
+ const mainMenuGroup = createMenuItemGroup(MAIN_MENU_GROUP_ID, {
50
+ variant: 'dropdownMenu',
51
+ icon: 'ph--plus--regular',
52
+ iconOnly: true,
53
+ label: 'Main menu',
54
+ testId: 'simpleLayoutPlugin.addSpace',
55
+ });
56
+ const companions = [
57
+ createMenuAction('companion-browse', () => console.log('Browse'), {
58
+ icon: 'ph--house--regular',
59
+ label: 'Browse',
60
+ iconOnly: true,
61
+ }),
62
+ createMenuAction('companion-notifications', () => console.log('Notifications'), {
63
+ icon: 'ph--bell--regular',
64
+ label: 'Notifications',
65
+ iconOnly: true,
66
+ }),
67
+ ];
68
+ const menuActions = [
69
+ createMenuAction('action-create-space', () => console.log('Create space'), {
70
+ icon: 'ph--planet--regular',
71
+ label: 'Create space',
72
+ }),
73
+ createMenuAction('action-join-space', () => console.log('Join space'), {
74
+ icon: 'ph--sign-in--regular',
75
+ label: 'Join space',
76
+ }),
77
+ createMenuAction('action-settings', () => console.log('Settings'), {
78
+ icon: 'ph--gear--regular',
79
+ label: 'Settings',
80
+ }),
81
+ ];
82
+ result.nodes.push(...companions, ...gapSeparator.nodes, mainMenuGroup, ...menuActions);
83
+ result.edges.push(
84
+ ...companions.map((c) => ({ source: 'root', target: c.id, relation: 'child' })),
85
+ ...gapSeparator.edges,
86
+ { source: 'root', target: mainMenuGroup.id, relation: 'child' },
87
+ ...menuActions.map((action) => ({ source: MAIN_MENU_GROUP_ID, target: action.id, relation: 'child' })),
88
+ );
89
+ return result;
90
+ };
91
+
15
92
  const meta = {
16
- title: 'plugins/plugin-simple-layout/NavBar',
93
+ title: 'plugins/plugin-simple-layout/components/NavBar',
17
94
  component: NavBar,
18
- decorators: [
19
- withTheme,
20
- withPluginManager({
21
- plugins: [...corePlugins()],
22
- }),
23
- ],
95
+ decorators: [withTheme(), withLayout({ layout: 'fullscreen' }), withRegistry],
24
96
  parameters: {
25
97
  layout: 'fullscreen',
26
98
  translations,
@@ -31,26 +103,62 @@ export default meta;
31
103
 
32
104
  type Story = StoryObj<typeof meta>;
33
105
 
106
+ const DefaultStory = ({ onAction }: { onAction: (action: { id: string }) => void }) => {
107
+ const actions = useMemo(() => Atom.make(buildDefaultActions()).pipe(Atom.keepAlive), []);
108
+
109
+ return <NavBar classNames='border-y border-separator' actions={actions} onAction={onAction} />;
110
+ };
111
+
34
112
  export const Default: Story = {
113
+ tags: ['test'],
35
114
  args: {
36
- activeId: undefined,
115
+ onAction: fn(),
116
+ } as any,
117
+ render: (args: any) => <DefaultStory onAction={args.onAction} />,
118
+ play: async ({ args, canvasElement }) => {
119
+ const canvas = within(canvasElement);
120
+
121
+ // Verify the navbar renders with the toolbar.
122
+ await expect(canvas.getByRole('toolbar')).toBeInTheDocument();
123
+
124
+ // Test companion action click (Browse button).
125
+ const browseButton = canvas.getByRole('button', { name: /browse/i });
126
+ await expect(browseButton).toBeInTheDocument();
127
+ await userEvent.click(browseButton);
128
+ await expect(args.onAction).toHaveBeenCalledTimes(1);
129
+ await expect((args.onAction as Mock).mock.calls[0][0]).toHaveProperty('id', 'companion-browse');
130
+
131
+ // Test dropdown menu opens and action fires.
132
+ const menuTrigger = canvas.getByRole('button', { name: /main menu/i });
133
+ await expect(menuTrigger).toBeInTheDocument();
134
+ await userEvent.click(menuTrigger);
135
+
136
+ // Wait for menu to open and click an action (menu items render in a portal).
137
+ const createSpaceAction = await screen.findByRole('menuitem', { name: /create space/i });
138
+ await userEvent.click(createSpaceAction);
139
+ await expect(args.onAction).toHaveBeenCalledTimes(2);
140
+ await expect((args.onAction as Mock).mock.calls[1][0]).toHaveProperty('id', 'action-create-space');
37
141
  },
38
142
  };
39
143
 
40
- export const BrowseActive: Story = {
41
- args: {
42
- activeId: 'some-document',
43
- },
144
+ const CompanionsOnlyStory = () => {
145
+ const actions = useMemo(() => Atom.make(buildCompanionOnlyActions()).pipe(Atom.keepAlive), []);
146
+
147
+ return <NavBar actions={actions} onAction={(action) => console.log('Action:', action.id)} />;
44
148
  };
45
149
 
46
- export const NotificationsActive: Story = {
47
- args: {
48
- activeId: 'notifications',
49
- },
150
+ export const CompanionsOnly: Story = {
151
+ args: {} as any,
152
+ render: () => <CompanionsOnlyStory />,
50
153
  };
51
154
 
52
- export const ProfileActive: Story = {
53
- args: {
54
- activeId: 'profile',
55
- },
155
+ const EmptyStory = () => {
156
+ const actions = useMemo(() => Atom.make(buildEmptyActions()).pipe(Atom.keepAlive), []);
157
+
158
+ return <NavBar actions={actions} onAction={(action) => console.log('Action:', action.id)} />;
159
+ };
160
+
161
+ export const Empty: Story = {
162
+ args: {} as any,
163
+ render: () => <EmptyStory />,
56
164
  };
@@ -2,65 +2,32 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
+ import { type Atom } from '@effect-atom/atom-react';
5
6
  import React from 'react';
6
7
 
7
- import { Common } from '@dxos/app-framework';
8
- import { useAppGraph, useOperationInvoker } from '@dxos/app-framework/react';
9
- import { Node, useActionRunner, useConnections } from '@dxos/plugin-graph';
10
- import { IconButton, type ThemedClassName, Toolbar, Tooltip, toLocalizedString, useTranslation } from '@dxos/react-ui';
11
- import { DropdownMenu, MenuProvider } from '@dxos/react-ui-menu';
12
- import { mx } from '@dxos/ui-theme';
13
-
14
- import { useCompanions } from '../../hooks';
15
- import { meta } from '../../meta';
8
+ import { type ActionExecutor, type ActionGraphProps, Menu, useMenuActions } from '@dxos/react-ui-menu';
9
+ import { composable, composableProps } from '@dxos/ui-theme';
16
10
 
17
11
  const NAVBAR_NAME = 'SimpleLayout.NavBar';
18
12
 
19
- export type NavBarProps = ThemedClassName<{
20
- /** Active AppGraph node ID. */
21
- activeId?: string;
22
- }>;
23
-
24
- export const NavBar = ({ classNames, activeId }: NavBarProps) => {
25
- const { t } = useTranslation(meta.id);
26
- const { graph } = useAppGraph();
27
- const runAction = useActionRunner();
28
- const { invokePromise } = useOperationInvoker();
29
-
30
- const connections = useConnections(graph, Node.RootId);
31
- const menuActions = connections.filter((node) => node.properties.disposition === 'menu');
13
+ export type NavBarProps = {
14
+ /** Action graph atom for the toolbar. */
15
+ actions: Atom.Atom<ActionGraphProps>;
16
+ /** Action executor callback. */
17
+ onAction?: ActionExecutor;
18
+ };
32
19
 
33
- const companions = useCompanions(activeId);
20
+ /**
21
+ * Presentational navbar component that renders a toolbar from an action graph.
22
+ */
23
+ export const NavBar = composable<HTMLDivElement, NavBarProps>(({ actions, onAction, ...props }, forwardedRef) => {
24
+ const menuActions = useMenuActions(actions);
34
25
 
35
26
  return (
36
- <Toolbar.Root classNames={mx('justify-center', classNames)}>
37
- {companions.map((companion) => (
38
- <Toolbar.IconButton
39
- key={companion.id}
40
- icon={companion.properties.icon ?? 'ph--placeholder--regular'}
41
- iconOnly
42
- label={toLocalizedString(companion.properties.label, t)}
43
- onClick={() => {
44
- void invokePromise(Common.LayoutOperation.Open, {
45
- subject: [companion.id],
46
- });
47
- }}
48
- />
49
- ))}
50
-
51
- <Toolbar.Separator variant='gap' />
52
-
53
- <MenuProvider onAction={runAction}>
54
- <DropdownMenu.Root items={menuActions}>
55
- <Tooltip.Trigger asChild content={t('app menu label')}>
56
- <DropdownMenu.Trigger asChild data-testid='simpleLayoutPlugin.addSpace'>
57
- <IconButton icon='ph--plus--regular' iconOnly label={t('main menu label')} />
58
- </DropdownMenu.Trigger>
59
- </Tooltip.Trigger>
60
- </DropdownMenu.Root>
61
- </MenuProvider>
62
- </Toolbar.Root>
27
+ <Menu.Root {...menuActions} alwaysActive onAction={onAction}>
28
+ <Menu.Toolbar {...composableProps(props)} ref={forwardedRef} />
29
+ </Menu.Root>
63
30
  );
64
- };
31
+ });
65
32
 
66
33
  NavBar.displayName = NAVBAR_NAME;
@@ -5,81 +5,71 @@
5
5
  import { type Meta, type StoryObj } from '@storybook/react-vite';
6
6
  import * as Effect from 'effect/Effect';
7
7
 
8
- import { Capability, Common, Plugin } from '@dxos/app-framework';
8
+ import { ActivationEvents, Capability, Plugin } from '@dxos/app-framework';
9
9
  import { withPluginManager } from '@dxos/app-framework/testing';
10
- import { ClientOperation, ClientPlugin } from '@dxos/plugin-client';
10
+ import { AppActivationEvents } from '@dxos/app-toolkit';
11
+ import { Collection } from '@dxos/echo';
12
+ import { ClientPlugin } from '@dxos/plugin-client';
11
13
  import { SearchPlugin } from '@dxos/plugin-search';
12
14
  import { SpacePlugin } from '@dxos/plugin-space';
13
- import { SpaceOperation } from '@dxos/plugin-space/types';
14
15
  import { corePlugins } from '@dxos/plugin-testing';
15
- import { withTheme } from '@dxos/react-ui/testing';
16
- import { translations as searchTranslation } from '@dxos/react-ui-searchlist';
17
- import { Collection } from '@dxos/schema';
16
+ import { translations as searchTranslation } from '@dxos/react-ui-search/translations';
17
+ import { withLayout } from '@dxos/react-ui/testing';
18
18
 
19
- import { OperationResolver, type SimpleLayoutStateOptions, State } from '../../capabilities';
20
- import { meta as pluginMeta } from '../../meta';
21
- import { type SimpleLayoutPluginOptions } from '../../SimpleLayoutPlugin';
22
- import { translations } from '../../translations';
19
+ import { ReactRoot, ReactSurface, State } from '#capabilities';
20
+ import { meta as pluginMeta } from '#meta';
21
+ import { translations } from '#translations';
22
+ import { SimpleLayoutEvents } from '#types';
23
23
 
24
+ import { type SimpleLayoutPluginOptions } from '../../SimpleLayoutPlugin';
24
25
  import { SimpleLayout } from './SimpleLayout';
25
26
 
26
- const TestPlugin = Plugin.define<SimpleLayoutPluginOptions>(pluginMeta).pipe(
27
- Plugin.addModule(({ isPopover = false }) => ({
28
- id: Capability.getModuleTag(State),
29
- activatesOn: Common.ActivationEvent.Startup,
30
- activatesAfter: [Common.ActivationEvent.LayoutReady],
31
- activate: () => State({ initialState: { isPopover } } satisfies SimpleLayoutStateOptions),
32
- })),
33
- Common.Plugin.addOperationResolverModule({ activate: OperationResolver }),
34
- Plugin.addModule({
35
- id: 'setup',
36
- activatesOn: Common.ActivationEvent.OperationInvokerReady,
37
- activate: Effect.fnUntraced(function* () {
38
- const { invoke } = yield* Capability.get(Common.Capability.OperationInvoker);
39
- yield* invoke(ClientOperation.CreateIdentity, {});
40
- const { space: work } = yield* invoke(SpaceOperation.Create, { name: 'Work Space' });
41
- const { space: sharedProject } = yield* invoke(SpaceOperation.Create, { name: 'Shared Project' });
42
-
43
- // Add collections to Work Space.
44
- yield* invoke(SpaceOperation.AddObject, {
45
- target: work.db,
46
- object: Collection.make({ name: 'Projects', objects: [] }),
47
- });
48
- yield* invoke(SpaceOperation.AddObject, {
49
- target: work.db,
50
- object: Collection.make({ name: 'Documents', objects: [] }),
51
- });
52
-
53
- // Add collections to Shared Project.
54
- yield* invoke(SpaceOperation.AddObject, {
55
- target: sharedProject.db,
56
- object: Collection.make({ name: 'Tasks', objects: [] }),
57
- });
58
- yield* invoke(SpaceOperation.AddObject, {
59
- target: sharedProject.db,
60
- object: Collection.make({ name: 'Notes', objects: [] }),
61
- });
62
- }),
63
- }),
64
- Plugin.make,
65
- );
66
-
67
- const createPluginManager = ({ isPopover }: { isPopover: boolean }) => {
27
+ const createPluginManager = ({ isPopover }: { isPopover?: boolean }) => {
68
28
  return withPluginManager({
29
+ setupEvents: [AppActivationEvents.SetupSettings],
69
30
  plugins: [
70
31
  ...corePlugins(),
71
32
  ClientPlugin({
72
33
  types: [Collection.Collection],
34
+ onClientInitialized: ({ client }) =>
35
+ Effect.gen(function* () {
36
+ yield* Effect.promise(() => client.halo.createIdentity());
37
+ }),
73
38
  }),
39
+
74
40
  SearchPlugin(),
75
41
  SpacePlugin({}),
76
- TestPlugin({ isPopover }),
42
+
43
+ // TODO(burdon): This should be factored ouf from SimpleLayoutPlugin.
44
+ Plugin.define<SimpleLayoutPluginOptions>(pluginMeta).pipe(
45
+ Plugin.addModule(({ isPopover = false }) => ({
46
+ id: Capability.getModuleTag(State),
47
+ activatesOn: ActivationEvents.Startup,
48
+ firesAfterActivation: [SimpleLayoutEvents.StateReady, AppActivationEvents.LayoutReady],
49
+ activate: () => State({ initialState: { isPopover } }),
50
+ })),
51
+ Plugin.addModule({
52
+ id: Capability.getModuleTag(ReactRoot),
53
+ activatesOn: ActivationEvents.Startup,
54
+ activate: ReactRoot,
55
+ }),
56
+ Plugin.addModule({
57
+ id: Capability.getModuleTag(ReactSurface),
58
+ activatesOn: ActivationEvents.Startup,
59
+ activate: ReactSurface,
60
+ }),
61
+ Plugin.make,
62
+ )({ isPopover }),
77
63
  ],
78
64
  });
79
65
  };
80
66
 
67
+ /**
68
+ * NOTE: To expose to iphone on network:
69
+ * `moon run storybook-react:serve dev -H 0.0.0.0`
70
+ */
81
71
  const meta = {
82
- title: 'plugins/plugin-simple-layout/SimpleLayout',
72
+ title: 'plugins/plugin-simple-layout/components/SimpleLayout',
83
73
  component: SimpleLayout,
84
74
  parameters: {
85
75
  layout: 'fullscreen',
@@ -91,14 +81,10 @@ export default meta;
91
81
 
92
82
  type Story = StoryObj<typeof meta>;
93
83
 
94
- /**
95
- * NOTE: To expose to iphone on network:
96
- * `moon run storybook-react:serve dev -H 0.0.0.0`
97
- */
98
84
  export const Default: Story = {
99
- decorators: [withTheme, createPluginManager({ isPopover: false })],
85
+ decorators: [withLayout({ layout: 'column', classNames: 'relative' }), createPluginManager({})],
100
86
  };
101
87
 
102
88
  export const Popover: Story = {
103
- decorators: [withTheme, createPluginManager({ isPopover: true })],
89
+ decorators: [withLayout({ layout: 'column', classNames: 'relative' }), createPluginManager({ isPopover: true })],
104
90
  };
@@ -2,39 +2,57 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import React, { useCallback } from 'react';
5
+ import React, { useLayoutEffect, useRef, useState } from 'react';
6
6
 
7
- import { type DrawerState, Main as NaturalMain } from '@dxos/react-ui';
7
+ import { Splitter, type SplitterMode } from '@dxos/react-ui';
8
8
  import { Mosaic } from '@dxos/react-ui-mosaic';
9
9
 
10
- import { useSimpleLayoutState } from '../../hooks';
10
+ import { useSimpleLayoutState } from '#hooks';
11
+
12
+ import { DebugOverlay } from '../DebugOverlay';
11
13
  import { Dialog } from '../Dialog';
14
+ import { MobileLayout } from '../MobileLayout';
12
15
  import { PopoverContent, PopoverRoot } from '../Popover';
13
-
14
16
  import { Drawer } from './Drawer';
15
17
  import { Main } from './Main';
16
18
 
17
19
  export const SimpleLayout = () => {
18
- const { state, updateState } = useSimpleLayoutState();
19
-
20
- const handleDrawerStateChange = useCallback(
21
- (nextState: DrawerState) => {
22
- // Sync all drawer state changes to state.
23
- updateState((s) => ({ ...s, drawerState: nextState }));
24
- },
25
- [updateState],
26
- );
20
+ const { state } = useSimpleLayoutState();
21
+ const [keyboardOpen, setKeyboardOpen] = useState(false);
22
+ const [splitterMode, setSplitterMode] = useState<SplitterMode>('top');
23
+
24
+ const drawerRef = useRef<HTMLDivElement>(null);
25
+
26
+ // Restore Splitter mode when keyboard closes.
27
+ useLayoutEffect(() => {
28
+ if (!keyboardOpen) {
29
+ setSplitterMode(state.drawerState === 'closed' ? 'top' : state.drawerState === 'open' ? 'split' : 'bottom');
30
+ }
31
+ }, [state.drawerState, keyboardOpen]);
27
32
 
28
33
  return (
29
- <Mosaic.Root>
30
- <NaturalMain.Root drawerState={state.drawerState ?? 'closed'} onDrawerStateChange={handleDrawerStateChange}>
31
- <PopoverRoot>
32
- <Main />
33
- <Drawer />
34
- <Dialog />
35
- <PopoverContent />
36
- </PopoverRoot>
37
- </NaturalMain.Root>
38
- </Mosaic.Root>
34
+ <DebugOverlay.Root enabled={false}>
35
+ <PopoverRoot>
36
+ <Mosaic.Root>
37
+ <MobileLayout.Root
38
+ classNames='dx-container grid relative bg-toolbar-surface'
39
+ onKeyboardOpenChange={(nextKeyboardOpen) => setKeyboardOpen(nextKeyboardOpen)}
40
+ >
41
+ <MobileLayout.Panel safe={{ top: true, bottom: splitterMode === 'top' }}>
42
+ <Splitter.Root mode={splitterMode} ratio={0.55}>
43
+ <Splitter.Panel position='top'>
44
+ <Main />
45
+ </Splitter.Panel>
46
+ <Splitter.Panel position='bottom' ref={drawerRef}>
47
+ <Drawer />
48
+ </Splitter.Panel>
49
+ </Splitter.Root>
50
+ <Dialog />
51
+ <PopoverContent />
52
+ </MobileLayout.Panel>
53
+ </MobileLayout.Root>
54
+ </Mosaic.Root>
55
+ </PopoverRoot>
56
+ </DebugOverlay.Root>
39
57
  );
40
58
  };
@@ -2,4 +2,7 @@
2
2
  // Copyright 2026 DXOS.org
3
3
  //
4
4
 
5
+ export * from './AppBar';
6
+ export * from './Main';
7
+ export * from './NavBar';
5
8
  export * from './SimpleLayout';
@@ -4,23 +4,23 @@
4
4
 
5
5
  import { useEffect } from 'react';
6
6
 
7
- import { useAppGraph } from '@dxos/app-framework/react';
7
+ import { useAppGraph } from '@dxos/app-toolkit/ui';
8
8
  import { Graph } from '@dxos/plugin-graph';
9
+ import { expandAttendableId } from '@dxos/react-ui-attention';
9
10
 
10
11
  /**
11
- * Hook to expand graph nodes two levels deep when directly linked to.
12
+ * Expand graph nodes along the full path from root to the given node ID.
13
+ * Walks each progressive prefix, ensuring ancestor nodes are materialized
14
+ * before attempting to access their children.
12
15
  */
13
- export const useLoadDescendents = (nodeId?: string) => {
16
+ export const useExpandPath = (nodeId?: string) => {
14
17
  const { graph } = useAppGraph();
15
18
 
16
19
  useEffect(() => {
17
20
  if (nodeId) {
18
- // First level: expand the node itself.
19
- Graph.expand(graph, nodeId, 'outbound');
20
- // Second level: expand each child.
21
- Graph.getConnections(graph, nodeId, 'outbound').forEach((child) => {
22
- Graph.expand(graph, child.id, 'outbound');
23
- });
21
+ for (const prefix of expandAttendableId(nodeId)) {
22
+ Graph.expand(graph, prefix, 'child');
23
+ }
24
24
  }
25
25
  }, [nodeId, graph]);
26
26
  };
@@ -2,8 +2,10 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- export * from './ContentLoading';
5
+ export * from './DebugOverlay';
6
6
  export * from './Home';
7
+ export * from './Loading';
8
+ export * from './MobileLayout';
7
9
  export * from './Popover';
8
10
  export * from './SimpleLayout';
9
- export * from './Workspace';
11
+ export * from './NavBranch';
@@ -0,0 +1,84 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ import { type Atom } from '@effect-atom/atom-react';
6
+ import * as Effect from 'effect/Effect';
7
+
8
+ import { type AppCapabilities } from '@dxos/app-toolkit';
9
+ import { Node } from '@dxos/plugin-graph';
10
+ import { getLinkedVariant } from '@dxos/react-ui-attention';
11
+ import { type ActionGraphProps } from '@dxos/react-ui-menu';
12
+ import { byPosition } from '@dxos/util';
13
+
14
+ import { type SimpleLayoutState } from '#types';
15
+
16
+ // TODO(wittjosiah): Factor out to shared location with plugin-deck.
17
+ export const PLANK_COMPANION_TYPE = 'org.dxos.plugin.deck.plank-companion';
18
+
19
+ export type CompanionActionsConfig = {
20
+ /** Prefix for companion action IDs (e.g. 'navbar' or 'drawer') */
21
+ idPrefix: string;
22
+ /** Optional: highlight companion with this variant */
23
+ selectedVariant?: string;
24
+ /** State updater for toggling the drawer. */
25
+ updateState: (fn: (state: SimpleLayoutState) => SimpleLayoutState) => void;
26
+ };
27
+
28
+ /**
29
+ * Creates action graph nodes and edges for companion actions.
30
+ * Shared logic between useNavbarActions and useDrawerActions.
31
+ */
32
+ // TODO(burdon): Use builder pattern.
33
+ export const createCompanionActions = (
34
+ graph: AppCapabilities.AppGraph['graph'],
35
+ stateAtom: Atom.Atom<SimpleLayoutState>,
36
+ get: (atom: Atom.Atom<any>) => any,
37
+ config: CompanionActionsConfig,
38
+ ): Pick<ActionGraphProps, 'nodes' | 'edges'> => {
39
+ const { idPrefix, selectedVariant, updateState } = config;
40
+
41
+ // Derive activeId from state atom.
42
+ const state = get(stateAtom);
43
+ const activeId = state.active ?? state.workspace;
44
+
45
+ // Get companions from graph connections for activeId.
46
+ const activeConnections = activeId ? get(graph.connections(activeId, 'child')) : [];
47
+ const companions = activeConnections
48
+ .filter((node: Node.Node) => node.type === PLANK_COMPANION_TYPE)
49
+ .toSorted((a: Node.Node, b: Node.Node) => byPosition(a.properties, b.properties));
50
+
51
+ const nodes: ActionGraphProps['nodes'] = [];
52
+ const edges: ActionGraphProps['edges'] = [];
53
+
54
+ companions.forEach((companion: Node.Node) => {
55
+ const companionVariant = getLinkedVariant(companion.id);
56
+ const companionAction = {
57
+ id: `${idPrefix}-companion-${companion.id}`,
58
+ type: Node.ActionType,
59
+ properties: {
60
+ icon: companion.properties.icon ?? 'ph--placeholder--regular',
61
+ label: companion.properties.label,
62
+ iconOnly: true,
63
+ ...(selectedVariant !== undefined && {
64
+ variant: selectedVariant === companionVariant ? 'primary' : 'ghost',
65
+ }),
66
+ },
67
+ data: () =>
68
+ Effect.sync(() =>
69
+ updateState((current) => {
70
+ const closing = current.companionVariant === companionVariant && current.drawerState !== 'closed';
71
+ return {
72
+ ...current,
73
+ companionVariant: closing ? undefined : companionVariant,
74
+ drawerState: closing ? 'closed' : 'open',
75
+ };
76
+ }),
77
+ ),
78
+ };
79
+ nodes.push(companionAction);
80
+ edges.push({ source: 'root', target: companionAction.id, relation: 'child' });
81
+ });
82
+
83
+ return { nodes, edges };
84
+ };
@@ -2,5 +2,9 @@
2
2
  // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
+ export * from './useAppBarProps';
5
6
  export * from './useCompanions';
7
+ export * from './actions';
8
+ export * from './useDrawerActions';
9
+ export * from './useNavbarActions';
6
10
  export * from './useSimpleLayoutState';