@dxos/plugin-simple-layout 0.8.4-main.74a063c4e0 → 0.8.4-main.765dc60934

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 (207) hide show
  1. package/LICENSE +102 -5
  2. package/dist/lib/{browser/index.mjs → neutral/SimpleLayoutPlugin.mjs} +10 -38
  3. package/dist/lib/neutral/SimpleLayoutPlugin.mjs.map +7 -0
  4. package/dist/lib/neutral/app-graph-builder-EYQKLRRP.mjs +21 -0
  5. package/dist/lib/neutral/app-graph-builder-EYQKLRRP.mjs.map +7 -0
  6. package/dist/lib/neutral/capabilities/index.mjs +21 -0
  7. package/dist/lib/neutral/capabilities/index.mjs.map +7 -0
  8. package/dist/lib/neutral/chunk-7UDV3JDT.mjs +22 -0
  9. package/dist/lib/neutral/chunk-7UDV3JDT.mjs.map +7 -0
  10. package/dist/lib/neutral/chunk-AMTEDJHG.mjs +19 -0
  11. package/dist/lib/neutral/chunk-AMTEDJHG.mjs.map +7 -0
  12. package/dist/lib/neutral/chunk-FD2CAY4Q.mjs +26 -0
  13. package/dist/lib/neutral/chunk-FD2CAY4Q.mjs.map +7 -0
  14. package/dist/lib/neutral/chunk-J5LGTIGS.mjs +10 -0
  15. package/dist/lib/neutral/chunk-J5LGTIGS.mjs.map +7 -0
  16. package/dist/lib/neutral/chunk-XVUAQHKU.mjs +8 -0
  17. package/dist/lib/neutral/chunk-XVUAQHKU.mjs.map +7 -0
  18. package/dist/lib/neutral/close-WKMURGUB.mjs +35 -0
  19. package/dist/lib/neutral/close-WKMURGUB.mjs.map +7 -0
  20. package/dist/lib/neutral/components/index.mjs +924 -0
  21. package/dist/lib/neutral/components/index.mjs.map +7 -0
  22. package/dist/lib/neutral/hooks/index.mjs +332 -0
  23. package/dist/lib/neutral/hooks/index.mjs.map +7 -0
  24. package/dist/lib/neutral/index.mjs +14 -0
  25. package/dist/lib/neutral/index.mjs.map +7 -0
  26. package/dist/lib/neutral/meta.json +1 -0
  27. package/dist/lib/neutral/meta.mjs +8 -0
  28. package/dist/lib/neutral/meta.mjs.map +7 -0
  29. package/dist/lib/neutral/open-XI2T7D5O.mjs +49 -0
  30. package/dist/lib/neutral/open-XI2T7D5O.mjs.map +7 -0
  31. package/dist/lib/neutral/operation-handler-EAIE7KPR.mjs +13 -0
  32. package/dist/lib/neutral/operation-handler-EAIE7KPR.mjs.map +7 -0
  33. package/dist/lib/neutral/operations/index.mjs +8 -0
  34. package/dist/lib/neutral/operations/index.mjs.map +7 -0
  35. package/dist/lib/neutral/plugin.mjs +16 -0
  36. package/dist/lib/neutral/plugin.mjs.map +7 -0
  37. package/dist/lib/neutral/react-root-VE265VX4.mjs +18 -0
  38. package/dist/lib/neutral/react-root-VE265VX4.mjs.map +7 -0
  39. package/dist/lib/neutral/react-surface-REZMYKQV.mjs +46 -0
  40. package/dist/lib/neutral/react-surface-REZMYKQV.mjs.map +7 -0
  41. package/dist/lib/neutral/revert-workspace-ST6NZUNG.mjs +22 -0
  42. package/dist/lib/neutral/revert-workspace-ST6NZUNG.mjs.map +7 -0
  43. package/dist/lib/neutral/set-6ZRLWPJS.mjs +22 -0
  44. package/dist/lib/neutral/set-6ZRLWPJS.mjs.map +7 -0
  45. package/dist/lib/neutral/set-layout-mode-L22HRCKS.mjs +13 -0
  46. package/dist/lib/neutral/set-layout-mode-L22HRCKS.mjs.map +7 -0
  47. package/dist/lib/neutral/spotlight-dismiss-EIYW5E7M.mjs +58 -0
  48. package/dist/lib/neutral/spotlight-dismiss-EIYW5E7M.mjs.map +7 -0
  49. package/dist/lib/neutral/state-7NXKBLPY.mjs +47 -0
  50. package/dist/lib/neutral/state-7NXKBLPY.mjs.map +7 -0
  51. package/dist/lib/neutral/switch-workspace-PYWPTMFO.mjs +25 -0
  52. package/dist/lib/neutral/switch-workspace-PYWPTMFO.mjs.map +7 -0
  53. package/dist/lib/neutral/translations.mjs +36 -0
  54. package/dist/lib/neutral/translations.mjs.map +7 -0
  55. package/dist/lib/neutral/types/index.mjs +10 -0
  56. package/dist/lib/neutral/types/index.mjs.map +7 -0
  57. package/dist/lib/neutral/update-complementary-HKWF5OXT.mjs +33 -0
  58. package/dist/lib/neutral/update-complementary-HKWF5OXT.mjs.map +7 -0
  59. package/dist/lib/neutral/update-dialog-P4ASXCE7.mjs +30 -0
  60. package/dist/lib/neutral/update-dialog-P4ASXCE7.mjs.map +7 -0
  61. package/dist/lib/neutral/update-popover-REAKC2GN.mjs +34 -0
  62. package/dist/lib/neutral/update-popover-REAKC2GN.mjs.map +7 -0
  63. package/dist/lib/neutral/update-sidebar-O5SQPR6Q.mjs +12 -0
  64. package/dist/lib/neutral/update-sidebar-O5SQPR6Q.mjs.map +7 -0
  65. package/dist/lib/neutral/url-handler-GZXUUAHD.mjs +129 -0
  66. package/dist/lib/neutral/url-handler-GZXUUAHD.mjs.map +7 -0
  67. package/dist/types/src/SimpleLayoutPlugin.d.ts +1 -0
  68. package/dist/types/src/SimpleLayoutPlugin.d.ts.map +1 -1
  69. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
  70. package/dist/types/src/capabilities/index.d.ts +3 -3
  71. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  72. package/dist/types/src/capabilities/operation-handler.d.ts +1 -1
  73. package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -1
  74. package/dist/types/src/capabilities/react-root.d.ts.map +1 -1
  75. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
  76. package/dist/types/src/capabilities/spotlight-dismiss.d.ts +1 -1
  77. package/dist/types/src/capabilities/spotlight-dismiss.d.ts.map +1 -1
  78. package/dist/types/src/capabilities/state.d.ts +3 -3
  79. package/dist/types/src/capabilities/state.d.ts.map +1 -1
  80. package/dist/types/src/capabilities/url-handler.d.ts.map +1 -1
  81. package/dist/types/src/components/ContentError.stories.d.ts +21 -21
  82. package/dist/types/src/components/ContentError.stories.d.ts.map +1 -1
  83. package/dist/types/src/components/DebugOverlay/DebugOverlay.d.ts.map +1 -1
  84. package/dist/types/src/components/Dialog/Dialog.d.ts.map +1 -1
  85. package/dist/types/src/components/Home/Home.d.ts.map +1 -1
  86. package/dist/types/src/components/Loading/Loading.stories.d.ts.map +1 -1
  87. package/dist/types/src/components/MobileLayout/MobileLayout.d.ts +2 -2
  88. package/dist/types/src/components/MobileLayout/MobileLayout.d.ts.map +1 -1
  89. package/dist/types/src/components/MobileLayout/MobileLayout.stories.d.ts.map +1 -1
  90. package/dist/types/src/components/NavBranch/NavBranch.d.ts.map +1 -1
  91. package/dist/types/src/components/Popover/Popover.d.ts.map +1 -1
  92. package/dist/types/src/components/SimpleLayout/AppBar.d.ts +1 -5
  93. package/dist/types/src/components/SimpleLayout/AppBar.d.ts.map +1 -1
  94. package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts +21 -21
  95. package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts.map +1 -1
  96. package/dist/types/src/components/SimpleLayout/Drawer.d.ts +4 -7
  97. package/dist/types/src/components/SimpleLayout/Drawer.d.ts.map +1 -1
  98. package/dist/types/src/components/SimpleLayout/Main.d.ts +4 -7
  99. package/dist/types/src/components/SimpleLayout/Main.d.ts.map +1 -1
  100. package/dist/types/src/components/SimpleLayout/NavBar.d.ts +1 -5
  101. package/dist/types/src/components/SimpleLayout/NavBar.d.ts.map +1 -1
  102. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts +22 -26
  103. package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts.map +1 -1
  104. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts +21 -21
  105. package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts.map +1 -1
  106. package/dist/types/src/components/hooks.d.ts.map +1 -1
  107. package/dist/types/src/hooks/actions.d.ts +3 -3
  108. package/dist/types/src/hooks/actions.d.ts.map +1 -1
  109. package/dist/types/src/hooks/useAppBarProps.d.ts +1 -1
  110. package/dist/types/src/hooks/useAppBarProps.d.ts.map +1 -1
  111. package/dist/types/src/hooks/useCompanions.d.ts.map +1 -1
  112. package/dist/types/src/hooks/useDrawerActions.d.ts.map +1 -1
  113. package/dist/types/src/hooks/useSimpleLayoutState.d.ts +3 -3
  114. package/dist/types/src/hooks/useSimpleLayoutState.d.ts.map +1 -1
  115. package/dist/types/src/index.d.ts +2 -1
  116. package/dist/types/src/index.d.ts.map +1 -1
  117. package/dist/types/src/meta.d.ts.map +1 -1
  118. package/dist/types/src/operations/close.d.ts +1 -1
  119. package/dist/types/src/operations/close.d.ts.map +1 -1
  120. package/dist/types/src/operations/index.d.ts +1 -1
  121. package/dist/types/src/operations/index.d.ts.map +1 -1
  122. package/dist/types/src/operations/open.d.ts +1 -1
  123. package/dist/types/src/operations/open.d.ts.map +1 -1
  124. package/dist/types/src/operations/revert-workspace.d.ts +1 -1
  125. package/dist/types/src/operations/revert-workspace.d.ts.map +1 -1
  126. package/dist/types/src/operations/set-layout-mode.d.ts +1 -1
  127. package/dist/types/src/operations/set-layout-mode.d.ts.map +1 -1
  128. package/dist/types/src/operations/set.d.ts +1 -1
  129. package/dist/types/src/operations/set.d.ts.map +1 -1
  130. package/dist/types/src/operations/state-access.d.ts +3 -3
  131. package/dist/types/src/operations/state-access.d.ts.map +1 -1
  132. package/dist/types/src/operations/switch-workspace.d.ts +1 -1
  133. package/dist/types/src/operations/switch-workspace.d.ts.map +1 -1
  134. package/dist/types/src/operations/update-complementary.d.ts +1 -1
  135. package/dist/types/src/operations/update-complementary.d.ts.map +1 -1
  136. package/dist/types/src/operations/update-dialog.d.ts +1 -1
  137. package/dist/types/src/operations/update-dialog.d.ts.map +1 -1
  138. package/dist/types/src/operations/update-popover.d.ts +1 -1
  139. package/dist/types/src/operations/update-popover.d.ts.map +1 -1
  140. package/dist/types/src/operations/update-sidebar.d.ts +1 -1
  141. package/dist/types/src/operations/update-sidebar.d.ts.map +1 -1
  142. package/dist/types/src/plugin.d.ts +4 -0
  143. package/dist/types/src/plugin.d.ts.map +1 -0
  144. package/dist/types/src/translations.d.ts +21 -22
  145. package/dist/types/src/translations.d.ts.map +1 -1
  146. package/dist/types/src/types/{capabilities.d.ts → SimpleLayoutCapabilities.d.ts} +2 -8
  147. package/dist/types/src/types/SimpleLayoutCapabilities.d.ts.map +1 -0
  148. package/dist/types/src/types/SimpleLayoutEvents.d.ts +4 -0
  149. package/dist/types/src/types/SimpleLayoutEvents.d.ts.map +1 -0
  150. package/dist/types/src/types/index.d.ts +2 -2
  151. package/dist/types/src/types/index.d.ts.map +1 -1
  152. package/dist/types/tsconfig.tsbuildinfo +1 -1
  153. package/package.json +85 -41
  154. package/src/SimpleLayoutPlugin.ts +4 -3
  155. package/src/capabilities/app-graph-builder.ts +1 -1
  156. package/src/capabilities/index.ts +1 -1
  157. package/src/capabilities/operation-handler.ts +1 -1
  158. package/src/capabilities/react-surface.tsx +1 -1
  159. package/src/capabilities/state.tsx +5 -6
  160. package/src/capabilities/url-handler.ts +16 -13
  161. package/src/components/ContentError.stories.tsx +1 -1
  162. package/src/components/Dialog/Dialog.tsx +13 -2
  163. package/src/components/Home/Home.tsx +1 -1
  164. package/src/components/Loading/Loading.tsx +1 -1
  165. package/src/components/MobileLayout/MobileLayout.stories.tsx +2 -2
  166. package/src/components/MobileLayout/MobileLayout.tsx +0 -2
  167. package/src/components/NavBranch/NavBranch.tsx +2 -6
  168. package/src/components/Popover/Popover.tsx +7 -3
  169. package/src/components/SimpleLayout/AppBar.stories.tsx +2 -1
  170. package/src/components/SimpleLayout/Drawer.tsx +8 -2
  171. package/src/components/SimpleLayout/Main.tsx +2 -2
  172. package/src/components/SimpleLayout/NavBar.stories.tsx +2 -1
  173. package/src/components/SimpleLayout/SimpleLayout.stories.tsx +6 -6
  174. package/src/components/SimpleLayout/SimpleLayout.tsx +2 -2
  175. package/src/hooks/actions.ts +5 -3
  176. package/src/hooks/useAppBarProps.ts +2 -22
  177. package/src/hooks/useDrawerActions.ts +2 -2
  178. package/src/hooks/useNavbarActions.ts +2 -2
  179. package/src/hooks/useSimpleLayoutState.ts +7 -5
  180. package/src/index.ts +2 -1
  181. package/src/meta.ts +2 -1
  182. package/src/operations/close.ts +1 -1
  183. package/src/operations/index.ts +1 -1
  184. package/src/operations/open.ts +2 -2
  185. package/src/operations/revert-workspace.ts +1 -1
  186. package/src/operations/set-layout-mode.ts +1 -1
  187. package/src/operations/set.ts +1 -1
  188. package/src/operations/state-access.ts +5 -3
  189. package/src/operations/switch-workspace.ts +1 -1
  190. package/src/operations/update-complementary.ts +1 -1
  191. package/src/operations/update-dialog.ts +1 -1
  192. package/src/operations/update-popover.ts +1 -1
  193. package/src/operations/update-sidebar.ts +1 -1
  194. package/src/plugin.ts +11 -0
  195. package/src/translations.ts +1 -1
  196. package/src/types/{capabilities.ts → SimpleLayoutCapabilities.ts} +3 -15
  197. package/src/types/SimpleLayoutEvents.ts +15 -0
  198. package/src/types/index.ts +2 -2
  199. package/dist/lib/browser/index.mjs.map +0 -7
  200. package/dist/lib/browser/meta.json +0 -1
  201. package/dist/lib/node-esm/index.mjs +0 -82
  202. package/dist/lib/node-esm/index.mjs.map +0 -7
  203. package/dist/lib/node-esm/meta.json +0 -1
  204. package/dist/types/src/types/capabilities.d.ts.map +0 -1
  205. package/dist/types/src/types/events.d.ts +0 -6
  206. package/dist/types/src/types/events.d.ts.map +0 -1
  207. package/src/types/events.ts +0 -15
@@ -1 +1 @@
1
- {"version":3,"file":"react-surface.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-surface.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;;AAe/D,wBA2BE"}
1
+ {"version":3,"file":"react-surface.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-surface.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC"}
@@ -9,6 +9,6 @@ export type SpotlightDismissOptions = {
9
9
  * When running in Tauri popover mode, listens for focus loss and Escape key
10
10
  * to dismiss the spotlight panel. Runs at startup before React renders.
11
11
  */
12
- declare const _default: (props: SpotlightDismissOptions | undefined) => Effect.Effect<[] | Capability.Capability<Capability.InterfaceDef<null>>, never, never>;
12
+ declare const _default: (props: SpotlightDismissOptions | undefined) => Effect.Effect<Capability.Capability<Capability.InterfaceDef<null>> | [], never, never>;
13
13
  export default _default;
14
14
  //# sourceMappingURL=spotlight-dismiss.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"spotlight-dismiss.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/spotlight-dismiss.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAoB/D,MAAM,MAAM,uBAAuB,GAAG;IACpC,iDAAiD;IACjD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;;GAIG;;AACH,wBA8CE"}
1
+ {"version":3,"file":"spotlight-dismiss.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/spotlight-dismiss.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAoB/D,MAAM,MAAM,uBAAuB,GAAG;IACpC,iDAAiD;IACjD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF;;;;GAIG"}
@@ -1,11 +1,11 @@
1
1
  import { Atom } from '@effect-atom/atom-react';
2
2
  import * as Effect from 'effect/Effect';
3
3
  import { Capability } from '@dxos/app-framework';
4
- import { type SimpleLayoutState } from '#types';
4
+ import { SimpleLayoutCapabilities } from '#types';
5
5
  export type SimpleLayoutStateOptions = {
6
- initialState?: Partial<SimpleLayoutState>;
6
+ initialState?: Partial<SimpleLayoutCapabilities.SimpleLayoutState>;
7
7
  };
8
- declare const _default: (props: SimpleLayoutStateOptions | undefined) => Effect.Effect<[Capability.Capability<Capability.InterfaceDef<Atom.Writable<SimpleLayoutState, SimpleLayoutState>>>, Capability.Capability<Capability.InterfaceDef<Atom.Atom<Readonly<{
8
+ declare const _default: (props: SimpleLayoutStateOptions | undefined) => Effect.Effect<[Capability.Capability<Capability.InterfaceDef<Atom.Writable<SimpleLayoutCapabilities.SimpleLayoutState, SimpleLayoutCapabilities.SimpleLayoutState>>>, Capability.Capability<Capability.InterfaceDef<Atom.Atom<Readonly<{
9
9
  mode: string;
10
10
  dialogOpen: boolean;
11
11
  sidebarOpen: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/state.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAahD,MAAM,MAAM,wBAAwB,GAAG;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,CAAC;CAC3C,CAAC;;;;;;;;;;;AAEF,wBAuBE"}
1
+ {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/state.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAC/C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,OAAO,EAAE,wBAAwB,EAAE,MAAM,QAAQ,CAAC;AAYlD,MAAM,MAAM,wBAAwB,GAAG;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC,wBAAwB,CAAC,iBAAiB,CAAC,CAAC;CACpE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"url-handler.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/url-handler.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAQ/D;;;;;;GAMG;;AACH,wBAsGE"}
1
+ {"version":3,"file":"url-handler.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/url-handler.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAQ/D;;;;;;GAMG"}
@@ -8,31 +8,31 @@ declare const meta: {
8
8
  translations: [{
9
9
  readonly 'en-US': {
10
10
  readonly "@dxos/react-ui-search": {
11
- readonly "search.placeholder": "Search...";
12
- readonly "empty-results.message": "No matching objects";
11
+ readonly 'search.placeholder': 'Search...';
12
+ readonly 'empty-results.message': 'No matching objects';
13
13
  };
14
14
  };
15
15
  }, {
16
16
  readonly 'en-US': {
17
- readonly [meta.id]: {
18
- readonly 'plugin.name': "Simple layout";
19
- readonly 'settings.title': "Simple layout settings";
20
- readonly 'workspaces.heading': "Workspaces";
21
- readonly 'settings.heading': "Settings";
22
- readonly 'back.label': "Back";
23
- readonly 'browse.label': "Browse";
24
- readonly 'notifications.label': "Notifications";
25
- readonly 'profile.label': "Profile";
26
- readonly 'app-menu.label': "App menu";
27
- readonly 'main-menu.label': "Main menu";
28
- readonly 'companions-menu.label': "Companions";
29
- readonly 'error-fallback.message': "An error occurred";
30
- readonly 'drawer.label': "Drawer";
31
- readonly 'close-drawer.label': "Close drawer";
32
- readonly 'expand-drawer.label': "Expand drawer";
33
- readonly 'collapse-drawer.label': "Collapse drawer";
34
- readonly 'actions-menu.label': "Actions";
35
- readonly 'done.label': "Done";
17
+ readonly [x: string]: {
18
+ readonly 'plugin.name': 'Simple layout';
19
+ readonly 'settings.title': 'Simple layout settings';
20
+ readonly 'workspaces.heading': 'Workspaces';
21
+ readonly 'settings.heading': 'Settings';
22
+ readonly 'back.label': 'Back';
23
+ readonly 'browse.label': 'Browse';
24
+ readonly 'notifications.label': 'Notifications';
25
+ readonly 'profile.label': 'Profile';
26
+ readonly 'app-menu.label': 'App menu';
27
+ readonly 'main-menu.label': 'Main menu';
28
+ readonly 'companions-menu.label': 'Companions';
29
+ readonly 'error-fallback.message': 'An error occurred';
30
+ readonly 'drawer.label': 'Drawer';
31
+ readonly 'close-drawer.label': 'Close drawer';
32
+ readonly 'expand-drawer.label': 'Expand drawer';
33
+ readonly 'collapse-drawer.label': 'Collapse drawer';
34
+ readonly 'actions-menu.label': 'Actions';
35
+ readonly 'done.label': 'Done';
36
36
  };
37
37
  };
38
38
  }];
@@ -1 +1 @@
1
- {"version":3,"file":"ContentError.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ContentError.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAOjE,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;yBAAG,CACR,IAAI,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;CAOyB,CAAC;AAEvC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAIvB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAI3B,CAAC"}
1
+ {"version":3,"file":"ContentError.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ContentError.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAOjE,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ4B,CAAC;eAExB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAIvB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAI3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DebugOverlay.d.ts","sourceRoot":"","sources":["../../../../../src/components/DebugOverlay/DebugOverlay.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAuB,MAAM,OAAO,CAAC;AAQ3E,KAAK,wBAAwB,GAAG;IAC9B,gEAAgE;IAChE,GAAG,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5B,CAAC;AAGF,QAAA,MAA6B,WAAW,oDAEtC,CAAC;AAMH,KAAK,qBAAqB,GAAG,iBAAiB,CAAC;IAC7C;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC,CAAC;AAyDH,eAAO,MAAM,YAAY;4CA7C8C,qBAAqB;CA+C3F,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"DebugOverlay.d.ts","sourceRoot":"","sources":["../../../../../src/components/DebugOverlay/DebugOverlay.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAuB,MAAM,OAAO,CAAC;AAQ3E,KAAK,wBAAwB,GAAG;IAC9B,gEAAgE;IAChE,GAAG,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5B,CAAC;AAGF,QAAA,MAA6B,WAAW,oDAEtC,CAAC;AAMH,KAAK,qBAAqB,GAAG,iBAAiB,CAAC;IAC7C;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC,CAAC;AAyDH,eAAO,MAAM,YAAY;IACvB,IAAI,oCA9CiE,qBAAqB;CA+C3F,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/Dialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,MAAM,yBAyBlB,CAAC"}
1
+ {"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dialog/Dialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,eAAO,MAAM,MAAM,yBAmClB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Home.d.ts","sourceRoot":"","sources":["../../../../../src/components/Home/Home.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAiBvE,MAAM,MAAM,SAAS,GAAG,EAAE,CAAC;AAE3B;;GAEG;AACH,eAAO,MAAM,IAAI,GAAI,GAAG,SAAS,sBAoChC,CAAC"}
1
+ {"version":3,"file":"Home.d.ts","sourceRoot":"","sources":["../../../../../src/components/Home/Home.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAiBvE,MAAM,MAAM,SAAS,GAAG,EAAE,CAAC;AAE3B;;GAEG;AACH,eAAO,MAAM,IAAI,MAAO,SAAS,sBAoChC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Loading.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Loading/Loading.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMjE,QAAA,MAAM,IAAI;;;;;;;CAOsB,CAAC;AAEjC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
1
+ {"version":3,"file":"Loading.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Loading/Loading.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMjE,QAAA,MAAM,IAAI;;;;;QAKN,MAAM;;CAEsB,CAAC;eAElB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
@@ -15,13 +15,13 @@ type MobileLayoutPanelProps = ThemedClassName<PropsWithChildren<{
15
15
  };
16
16
  }>>;
17
17
  export declare const MobileLayout: {
18
- Root: React.ForwardRefExoticComponent<Omit<React.PropsWithChildren<{
18
+ Root: React.ForwardRefExoticComponent<Omit<PropsWithChildren<{
19
19
  transition?: number;
20
20
  onKeyboardOpenChange?: (nextState: boolean) => void;
21
21
  }>, "className"> & {
22
22
  classNames?: import("@dxos/ui-types").ClassNameValue;
23
23
  } & React.RefAttributes<HTMLDivElement>>;
24
- Panel: React.ForwardRefExoticComponent<Omit<React.PropsWithChildren<{
24
+ Panel: React.ForwardRefExoticComponent<Omit<PropsWithChildren<{
25
25
  safe?: {
26
26
  top: boolean;
27
27
  bottom: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"MobileLayout.d.ts","sourceRoot":"","sources":["../../../../../src/components/MobileLayout/MobileLayout.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAoD,MAAM,OAAO,CAAC;AAIxG,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAatD,KAAK,wBAAwB,GAAG;IAC9B,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,QAAA,MAA6B,eAAe,oDAA+D,CAAC;AAM5G,KAAK,qBAAqB,GAAG,eAAe,CAC1C,iBAAiB,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;CACrD,CAAC,CACH,CAAC;AA2CF,KAAK,sBAAsB,GAAG,eAAe,CAC3C,iBAAiB,CAAC;IAChB,IAAI,CAAC,EAAE;QACL,GAAG,EAAE,OAAO,CAAC;QACb,MAAM,EAAE,OAAO,CAAC;KACjB,CAAC;CACH,CAAC,CACH,CAAC;AA8BF,eAAO,MAAM,YAAY;;qBAnFR,MAAM;+BACI,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI;;;;;eA+C5C;YACL,GAAG,EAAE,OAAO,CAAC;YACb,MAAM,EAAE,OAAO,CAAC;SACjB;;;;CAmCJ,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC;AAE3B,YAAY,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,CAAC"}
1
+ {"version":3,"file":"MobileLayout.d.ts","sourceRoot":"","sources":["../../../../../src/components/MobileLayout/MobileLayout.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAoD,MAAM,OAAO,CAAC;AAIxG,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAatD,KAAK,wBAAwB,GAAG;IAC9B,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,QAAA,MAA6B,eAAe,oDAA+D,CAAC;AAM5G,KAAK,qBAAqB,GAAG,eAAe,CAC1C,iBAAiB,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;CACrD,CAAC,CACH,CAAC;AA0CF,KAAK,sBAAsB,GAAG,eAAe,CAC3C,iBAAiB,CAAC;IAChB,IAAI,CAAC,EAAE;QACL,GAAG,EAAE,OAAO,CAAC;QACb,MAAM,EAAE,OAAO,CAAC;KACjB,CAAC;CACH,CAAC,CACH,CAAC;AA6BF,eAAO,MAAM,YAAY;IACvB,IAAI;qBAlFW,MAAM;+BACI,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI;;;;IAkFrD,KAAK;eApCI;YACL,GAAG,EAAE,OAAO,CAAC;YACb,MAAM,EAAE,OAAO,CAAC;SACjB;;;;CAkCJ,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC;AAE3B,YAAY,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MobileLayout.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/MobileLayout/MobileLayout.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,EAAgB,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AA2G1E,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,qBAAqB,CAQrC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,qBAAqB,CAAC,CAAC;AAE7C,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
1
+ {"version":3,"file":"MobileLayout.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/MobileLayout/MobileLayout.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,EAAgB,KAAK,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AA2G1E,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,qBAAqB,CAQrC,CAAC;eAEa,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,qBAAqB,CAAC,CAAC;AAE7C,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"NavBranch.d.ts","sourceRoot":"","sources":["../../../../../src/components/NavBranch/NavBranch.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAgBvE,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,SAAS,GAAI,QAAQ,cAAc,sBAuC/C,CAAC"}
1
+ {"version":3,"file":"NavBranch.d.ts","sourceRoot":"","sources":["../../../../../src/components/NavBranch/NavBranch.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAgBvE,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,SAAS,WAAY,cAAc,sBAmC/C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAqD,MAAM,OAAO,CAAC;AAiBzG,eAAO,MAAM,WAAW,GAAI,cAAc,iBAAiB,sBA+B1D,CAAC;AAEF,eAAO,MAAM,cAAc,yBAiE1B,CAAC"}
1
+ {"version":3,"file":"Popover.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popover/Popover.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAqD,MAAM,OAAO,CAAC;AAkBzG,eAAO,MAAM,WAAW,iBAAkB,iBAAiB,sBA+B1D,CAAC;AAEF,eAAO,MAAM,cAAc,yBAoE1B,CAAC"}
@@ -20,9 +20,5 @@ export type AppBarProps = {
20
20
  */
21
21
  export declare const AppBar: React.ForwardRefExoticComponent<Omit<AppBarProps, "className"> & {
22
22
  classNames?: import("@dxos/ui-types").ClassNameValue;
23
- } & {
24
- className?: string;
25
- children?: React.ReactNode;
26
- role?: string;
27
- } & React.RefAttributes<HTMLDivElement>>;
23
+ } & Pick<React.HTMLAttributes<Element>, "children" | "className" | "role" | "style"> & React.RefAttributes<HTMLDivElement>>;
28
24
  //# sourceMappingURL=AppBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AppBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/AppBar.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAgB,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAwB,MAAM,qBAAqB,CAAC;AASvG,MAAM,MAAM,WAAW,GAAG;IACxB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+CAA+C;IAC/C,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACrC,uCAAuC;IACvC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,kDAAkD;IAClD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,4CAA4C;IAC5C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,MAAM;;;;;;wCAwDlB,CAAC"}
1
+ {"version":3,"file":"AppBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/AppBar.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAgB,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAwB,MAAM,qBAAqB,CAAC;AASvG,MAAM,MAAM,WAAW,GAAG;IACxB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+CAA+C;IAC/C,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACrC,uCAAuC;IACvC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,kDAAkD;IAClD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,4CAA4C;IAC5C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,MAAM;;2HAwDlB,CAAC"}
@@ -14,31 +14,31 @@ declare const meta: {
14
14
  translations: [{
15
15
  readonly 'en-US': {
16
16
  readonly "@dxos/react-ui-search": {
17
- readonly "search.placeholder": "Search...";
18
- readonly "empty-results.message": "No matching objects";
17
+ readonly 'search.placeholder': 'Search...';
18
+ readonly 'empty-results.message': 'No matching objects';
19
19
  };
20
20
  };
21
21
  }, {
22
22
  readonly 'en-US': {
23
- readonly [meta.id]: {
24
- readonly 'plugin.name': "Simple layout";
25
- readonly 'settings.title': "Simple layout settings";
26
- readonly 'workspaces.heading': "Workspaces";
27
- readonly 'settings.heading': "Settings";
28
- readonly 'back.label': "Back";
29
- readonly 'browse.label': "Browse";
30
- readonly 'notifications.label': "Notifications";
31
- readonly 'profile.label': "Profile";
32
- readonly 'app-menu.label': "App menu";
33
- readonly 'main-menu.label': "Main menu";
34
- readonly 'companions-menu.label': "Companions";
35
- readonly 'error-fallback.message': "An error occurred";
36
- readonly 'drawer.label': "Drawer";
37
- readonly 'close-drawer.label': "Close drawer";
38
- readonly 'expand-drawer.label': "Expand drawer";
39
- readonly 'collapse-drawer.label': "Collapse drawer";
40
- readonly 'actions-menu.label': "Actions";
41
- readonly 'done.label': "Done";
23
+ readonly [x: string]: {
24
+ readonly 'plugin.name': 'Simple layout';
25
+ readonly 'settings.title': 'Simple layout settings';
26
+ readonly 'workspaces.heading': 'Workspaces';
27
+ readonly 'settings.heading': 'Settings';
28
+ readonly 'back.label': 'Back';
29
+ readonly 'browse.label': 'Browse';
30
+ readonly 'notifications.label': 'Notifications';
31
+ readonly 'profile.label': 'Profile';
32
+ readonly 'app-menu.label': 'App menu';
33
+ readonly 'main-menu.label': 'Main menu';
34
+ readonly 'companions-menu.label': 'Companions';
35
+ readonly 'error-fallback.message': 'An error occurred';
36
+ readonly 'drawer.label': 'Drawer';
37
+ readonly 'close-drawer.label': 'Close drawer';
38
+ readonly 'expand-drawer.label': 'Expand drawer';
39
+ readonly 'collapse-drawer.label': 'Collapse drawer';
40
+ readonly 'actions-menu.label': 'Actions';
41
+ readonly 'done.label': 'Done';
42
42
  };
43
43
  };
44
44
  }];
@@ -1 +1 @@
1
- {"version":3,"file":"AppBar.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/AppBar.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,KAAK,gBAAgB,EAAoB,MAAM,qBAAqB,CAAC;AAM9E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAyBpD,KAAK,iBAAiB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC,GAAG;IACtD,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAWF,QAAA,MAAM,IAAI;;iDATgD,iBAAiB;;;;;;;;;;;;;yBArCA,CAE3E,IAAG,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;CA2D8B,CAAC;AAEtC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,OAAO,EAAE,KAiCrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAO1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAInB,CAAC"}
1
+ {"version":3,"file":"AppBar.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/AppBar.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,KAAK,gBAAgB,EAAoB,MAAM,qBAAqB,CAAC;AAO9E,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAyBpD,KAAK,iBAAiB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC,GAAG;IACtD,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAWF,QAAA,MAAM,IAAI;;iDATgD,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBtC,CAAC;eAEvB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,iBAAiB,CAAC,CAAC;AAEzC,eAAO,MAAM,OAAO,EAAE,KAiCrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAO1B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAQvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAInB,CAAC"}
@@ -1,9 +1,6 @@
1
1
  import React from 'react';
2
- /**
3
- * Companion drawer component.
4
- */
5
- export declare const Drawer: {
6
- (): React.JSX.Element;
7
- displayName: string;
8
- };
2
+ export declare function Drawer(): React.JSX.Element;
3
+ export declare namespace Drawer {
4
+ var displayName: string;
5
+ }
9
6
  //# sourceMappingURL=Drawer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Drawer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAevC;;GAEG;AACH,eAAO,MAAM,MAAM;;;CA6ClB,CAAC"}
1
+ {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Drawer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC"}
@@ -1,9 +1,6 @@
1
1
  import React from 'react';
2
- /**
3
- * Main content component.
4
- */
5
- export declare const Main: {
6
- (): React.JSX.Element;
7
- displayName: string;
8
- };
2
+ export declare function Main(): React.JSX.Element;
3
+ export declare namespace Main {
4
+ var displayName: string;
5
+ }
9
6
  //# sourceMappingURL=Main.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Main.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Main.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAkBvC;;GAEG;AACH,eAAO,MAAM,IAAI;;;CAkDhB,CAAC"}
1
+ {"version":3,"file":"Main.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Main.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC"}
@@ -12,9 +12,5 @@ export type NavBarProps = {
12
12
  */
13
13
  export declare const NavBar: React.ForwardRefExoticComponent<Omit<NavBarProps, "className"> & {
14
14
  classNames?: import("@dxos/ui-types").ClassNameValue;
15
- } & {
16
- className?: string;
17
- children?: React.ReactNode;
18
- role?: string;
19
- } & React.RefAttributes<HTMLDivElement>>;
15
+ } & Pick<React.HTMLAttributes<Element>, "children" | "className" | "role" | "style"> & React.RefAttributes<HTMLDivElement>>;
20
16
  //# sourceMappingURL=NavBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/NavBar.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAwB,MAAM,qBAAqB,CAAC;AAKvG,MAAM,MAAM,WAAW,GAAG;IACxB,yCAAyC;IACzC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACrC,gCAAgC;IAChC,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,MAAM;;;;;;wCAQjB,CAAC"}
1
+ {"version":3,"file":"NavBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/NavBar.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAwB,MAAM,qBAAqB,CAAC;AAKvG,MAAM,MAAM,WAAW,GAAG;IACxB,yCAAyC;IACzC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACrC,gCAAgC;IAChC,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,MAAM;;2HAQjB,CAAC"}
@@ -4,42 +4,38 @@ declare const meta: {
4
4
  title: string;
5
5
  component: React.ForwardRefExoticComponent<Omit<import("./NavBar").NavBarProps, "className"> & {
6
6
  classNames?: import("@dxos/ui-types").ClassNameValue;
7
- } & {
8
- className?: string;
9
- children?: React.ReactNode;
10
- role?: string;
11
- } & React.RefAttributes<HTMLDivElement>>;
7
+ } & Pick<React.HTMLAttributes<Element>, "children" | "className" | "role" | "style"> & React.RefAttributes<HTMLDivElement>>;
12
8
  decorators: import("@storybook/react").Decorator[];
13
9
  parameters: {
14
10
  layout: string;
15
11
  translations: [{
16
12
  readonly 'en-US': {
17
13
  readonly "@dxos/react-ui-search": {
18
- readonly "search.placeholder": "Search...";
19
- readonly "empty-results.message": "No matching objects";
14
+ readonly 'search.placeholder': 'Search...';
15
+ readonly 'empty-results.message': 'No matching objects';
20
16
  };
21
17
  };
22
18
  }, {
23
19
  readonly 'en-US': {
24
- readonly [meta.id]: {
25
- readonly 'plugin.name': "Simple layout";
26
- readonly 'settings.title': "Simple layout settings";
27
- readonly 'workspaces.heading': "Workspaces";
28
- readonly 'settings.heading': "Settings";
29
- readonly 'back.label': "Back";
30
- readonly 'browse.label': "Browse";
31
- readonly 'notifications.label': "Notifications";
32
- readonly 'profile.label': "Profile";
33
- readonly 'app-menu.label': "App menu";
34
- readonly 'main-menu.label': "Main menu";
35
- readonly 'companions-menu.label': "Companions";
36
- readonly 'error-fallback.message': "An error occurred";
37
- readonly 'drawer.label': "Drawer";
38
- readonly 'close-drawer.label': "Close drawer";
39
- readonly 'expand-drawer.label': "Expand drawer";
40
- readonly 'collapse-drawer.label': "Collapse drawer";
41
- readonly 'actions-menu.label': "Actions";
42
- readonly 'done.label': "Done";
20
+ readonly [x: string]: {
21
+ readonly 'plugin.name': 'Simple layout';
22
+ readonly 'settings.title': 'Simple layout settings';
23
+ readonly 'workspaces.heading': 'Workspaces';
24
+ readonly 'settings.heading': 'Settings';
25
+ readonly 'back.label': 'Back';
26
+ readonly 'browse.label': 'Browse';
27
+ readonly 'notifications.label': 'Notifications';
28
+ readonly 'profile.label': 'Profile';
29
+ readonly 'app-menu.label': 'App menu';
30
+ readonly 'main-menu.label': 'Main menu';
31
+ readonly 'companions-menu.label': 'Companions';
32
+ readonly 'error-fallback.message': 'An error occurred';
33
+ readonly 'drawer.label': 'Drawer';
34
+ readonly 'close-drawer.label': 'Close drawer';
35
+ readonly 'expand-drawer.label': 'Expand drawer';
36
+ readonly 'collapse-drawer.label': 'Collapse drawer';
37
+ readonly 'actions-menu.label': 'Actions';
38
+ readonly 'done.label': 'Done';
43
39
  };
44
40
  };
45
41
  }];
@@ -1 +1 @@
1
- {"version":3,"file":"NavBar.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/NavBar.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAkB,MAAM,OAAO,CAAC;AAoFvC,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;yBAnFiE,CAE3E,IAAG,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;CAyFwB,CAAC;AAEhC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAQnC,eAAO,MAAM,OAAO,EAAE,KA8BrB,CAAC;AAQF,eAAO,MAAM,cAAc,EAAE,KAG5B,CAAC;AAQF,eAAO,MAAM,KAAK,EAAE,KAGnB,CAAC"}
1
+ {"version":3,"file":"NavBar.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/NavBar.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAkB,MAAM,OAAO,CAAC;AAqFvC,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQqB,CAAC;eAEjB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAQnC,eAAO,MAAM,OAAO,EAAE,KA8BrB,CAAC;AAQF,eAAO,MAAM,cAAc,EAAE,KAG5B,CAAC;AAQF,eAAO,MAAM,KAAK,EAAE,KAGnB,CAAC"}
@@ -11,31 +11,31 @@ declare const meta: {
11
11
  translations: ({
12
12
  readonly 'en-US': {
13
13
  readonly "@dxos/react-ui-search": {
14
- readonly "search.placeholder": "Search...";
15
- readonly "empty-results.message": "No matching objects";
14
+ readonly 'search.placeholder': 'Search...';
15
+ readonly 'empty-results.message': 'No matching objects';
16
16
  };
17
17
  };
18
18
  } | {
19
19
  readonly 'en-US': {
20
- readonly [meta.id]: {
21
- readonly 'plugin.name': "Simple layout";
22
- readonly 'settings.title': "Simple layout settings";
23
- readonly 'workspaces.heading': "Workspaces";
24
- readonly 'settings.heading': "Settings";
25
- readonly 'back.label': "Back";
26
- readonly 'browse.label': "Browse";
27
- readonly 'notifications.label': "Notifications";
28
- readonly 'profile.label': "Profile";
29
- readonly 'app-menu.label': "App menu";
30
- readonly 'main-menu.label': "Main menu";
31
- readonly 'companions-menu.label': "Companions";
32
- readonly 'error-fallback.message': "An error occurred";
33
- readonly 'drawer.label': "Drawer";
34
- readonly 'close-drawer.label': "Close drawer";
35
- readonly 'expand-drawer.label': "Expand drawer";
36
- readonly 'collapse-drawer.label': "Collapse drawer";
37
- readonly 'actions-menu.label': "Actions";
38
- readonly 'done.label': "Done";
20
+ readonly [x: string]: {
21
+ readonly 'plugin.name': 'Simple layout';
22
+ readonly 'settings.title': 'Simple layout settings';
23
+ readonly 'workspaces.heading': 'Workspaces';
24
+ readonly 'settings.heading': 'Settings';
25
+ readonly 'back.label': 'Back';
26
+ readonly 'browse.label': 'Browse';
27
+ readonly 'notifications.label': 'Notifications';
28
+ readonly 'profile.label': 'Profile';
29
+ readonly 'app-menu.label': 'App menu';
30
+ readonly 'main-menu.label': 'Main menu';
31
+ readonly 'companions-menu.label': 'Companions';
32
+ readonly 'error-fallback.message': 'An error occurred';
33
+ readonly 'drawer.label': 'Drawer';
34
+ readonly 'close-drawer.label': 'Close drawer';
35
+ readonly 'expand-drawer.label': 'Expand drawer';
36
+ readonly 'collapse-drawer.label': 'Collapse drawer';
37
+ readonly 'actions-menu.label': 'Actions';
38
+ readonly 'done.label': 'Done';
39
39
  };
40
40
  };
41
41
  })[];
@@ -1 +1 @@
1
- {"version":3,"file":"SimpleLayout.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/SimpleLayout.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AA8DjE;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;yBA9DmC,CAAQ,IAAI,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;CAqExB,CAAC;AAEtC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC"}
1
+ {"version":3,"file":"SimpleLayout.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/SimpleLayout.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AA8DjE;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;QAIN,MAAM;QACN,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEqB,CAAC;eAEvB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../src/components/hooks.ts"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAI,SAAS,MAAM,SAU5C,CAAC"}
1
+ {"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../src/components/hooks.ts"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,eAAO,MAAM,aAAa,YAAa,MAAM,SAU5C,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { type Atom } from '@effect-atom/atom-react';
2
2
  import { type AppCapabilities } from '@dxos/app-toolkit';
3
3
  import { type ActionGraphProps } from '@dxos/react-ui-menu';
4
- import { type SimpleLayoutState } from '#types';
4
+ import { SimpleLayoutCapabilities } from '#types';
5
5
  export declare const PLANK_COMPANION_TYPE = "org.dxos.plugin.deck.plank-companion";
6
6
  export type CompanionActionsConfig = {
7
7
  /** Prefix for companion action IDs (e.g. 'navbar' or 'drawer') */
@@ -9,11 +9,11 @@ export type CompanionActionsConfig = {
9
9
  /** Optional: highlight companion with this variant */
10
10
  selectedVariant?: string;
11
11
  /** State updater for toggling the drawer. */
12
- updateState: (fn: (state: SimpleLayoutState) => SimpleLayoutState) => void;
12
+ updateState: (fn: (state: SimpleLayoutCapabilities.SimpleLayoutState) => SimpleLayoutCapabilities.SimpleLayoutState) => void;
13
13
  };
14
14
  /**
15
15
  * Creates action graph nodes and edges for companion actions.
16
16
  * Shared logic between useNavbarActions and useDrawerActions.
17
17
  */
18
- export declare const createCompanionActions: (graph: AppCapabilities.AppGraph["graph"], stateAtom: Atom.Atom<SimpleLayoutState>, get: (atom: Atom.Atom<any>) => any, config: CompanionActionsConfig) => Pick<ActionGraphProps, "nodes" | "edges">;
18
+ export declare const createCompanionActions: (graph: AppCapabilities.AppGraph['graph'], stateAtom: Atom.Atom<SimpleLayoutCapabilities.SimpleLayoutState>, get: (atom: Atom.Atom<any>) => any, config: CompanionActionsConfig) => Pick<ActionGraphProps, 'nodes' | 'edges'>;
19
19
  //# sourceMappingURL=actions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/actions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzD,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAGhD,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAE3E,MAAM,MAAM,sBAAsB,GAAG;IACnC,kEAAkE;IAClE,QAAQ,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,6CAA6C;IAC7C,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,iBAAiB,KAAK,IAAI,CAAC;CAC5E,CAAC;AAEF;;;GAGG;AAEH,eAAO,MAAM,sBAAsB,GACjC,OAAO,eAAe,CAAC,QAAQ,CAAC,OAAO,CAAC,EACxC,WAAW,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,EACvC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,GAAG,EAClC,QAAQ,sBAAsB,KAC7B,IAAI,CAAC,gBAAgB,EAAE,OAAO,GAAG,OAAO,CA8C1C,CAAC"}
1
+ {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/actions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzD,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,QAAQ,CAAC;AAGlD,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAE3E,MAAM,MAAM,sBAAsB,GAAG;IACnC,kEAAkE;IAClE,QAAQ,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,6CAA6C;IAC7C,WAAW,EAAE,CACX,EAAE,EAAE,CAAC,KAAK,EAAE,wBAAwB,CAAC,iBAAiB,KAAK,wBAAwB,CAAC,iBAAiB,KAClG,IAAI,CAAC;CACX,CAAC;AAEF;;;GAGG;AAEH,eAAO,MAAM,sBAAsB,UAC1B,eAAe,CAAC,QAAQ,CAAC,OAAO,CAAC,aAC7B,IAAI,CAAC,IAAI,CAAC,wBAAwB,CAAC,iBAAiB,CAAC,OAC3D,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,GAAG,UAC1B,sBAAsB,KAC7B,IAAI,CAAC,gBAAgB,EAAE,OAAO,GAAG,OAAO,CA8C1C,CAAC"}
@@ -3,5 +3,5 @@ import { type AppBarProps } from '#components';
3
3
  * Hook that computes all AppBar props from the app graph.
4
4
  * Derives activeId from state atom. Returns props ready to spread into the AppBar component.
5
5
  */
6
- export declare const useAppBarProps: () => Omit<AppBarProps, "classNames">;
6
+ export declare const useAppBarProps: () => Omit<AppBarProps, 'classNames'>;
7
7
  //# sourceMappingURL=useAppBarProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useAppBarProps.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAppBarProps.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C;;;GAGG;AACH,eAAO,MAAM,cAAc,QAAO,IAAI,CAAC,WAAW,EAAE,YAAY,CA0F/D,CAAC"}
1
+ {"version":3,"file":"useAppBarProps.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAppBarProps.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C;;;GAGG;AACH,eAAO,MAAM,cAAc,QAAO,IAAI,CAAC,WAAW,EAAE,YAAY,CAuE/D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useCompanions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useCompanions.ts"],"names":[],"mappings":"AAYA;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,SAAS,MAAM;;;;;;IAK5C,CAAC"}
1
+ {"version":3,"file":"useCompanions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useCompanions.ts"],"names":[],"mappings":"AAYA;;;GAGG;AACH,eAAO,MAAM,aAAa,YAAa,MAAM;;;;;;IAK5C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useDrawerActions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useDrawerActions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAQ/C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAsB,MAAM,qBAAqB,CAAC;AASrG,MAAM,MAAM,aAAa,GAAG;IAC1B,wCAAwC;IACxC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACrC,gCAAgC;IAChC,QAAQ,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,GAAI,cAAc,MAAM,KAAG,aAoEvD,CAAC"}
1
+ {"version":3,"file":"useDrawerActions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useDrawerActions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAQ/C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAsB,MAAM,qBAAqB,CAAC;AASrG,MAAM,MAAM,aAAa,GAAG;IAC1B,wCAAwC;IACxC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACrC,gCAAgC;IAChC,QAAQ,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,iBAAkB,MAAM,KAAG,aAoEvD,CAAC"}
@@ -1,7 +1,7 @@
1
- import { SimpleLayoutState } from '#types';
1
+ import { SimpleLayoutCapabilities } from '#types';
2
2
  export type UseSimpleLayoutState = {
3
- state: SimpleLayoutState;
4
- updateState: (fn: (current: SimpleLayoutState) => SimpleLayoutState) => void;
3
+ state: SimpleLayoutCapabilities.SimpleLayoutState;
4
+ updateState: (fn: (current: SimpleLayoutCapabilities.SimpleLayoutState) => SimpleLayoutCapabilities.SimpleLayoutState) => void;
5
5
  };
6
6
  export declare const useSimpleLayoutState: () => UseSimpleLayoutState;
7
7
  //# sourceMappingURL=useSimpleLayoutState.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useSimpleLayoutState.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useSimpleLayoutState.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAE3C,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,iBAAiB,CAAC;IACzB,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,iBAAiB,KAAK,iBAAiB,KAAK,IAAI,CAAC;CAC9E,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAAO,oBAavC,CAAC"}
1
+ {"version":3,"file":"useSimpleLayoutState.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useSimpleLayoutState.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,wBAAwB,EAAE,MAAM,QAAQ,CAAC;AAElD,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,wBAAwB,CAAC,iBAAiB,CAAC;IAClD,WAAW,EAAE,CACX,EAAE,EAAE,CAAC,OAAO,EAAE,wBAAwB,CAAC,iBAAiB,KAAK,wBAAwB,CAAC,iBAAiB,KACpG,IAAI,CAAC;CACX,CAAC;AAEF,eAAO,MAAM,oBAAoB,QAAO,oBAavC,CAAC"}
@@ -1,2 +1,3 @@
1
- export * from './SimpleLayoutPlugin';
1
+ export * from './meta';
2
+ export * from './types';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAGlD,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,IAQzB,CAAC"}
1
+ {"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAGlD,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,IASzB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { LayoutOperation } from '@dxos/app-toolkit';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  declare const handler: Operation.WithHandler<typeof LayoutOperation.Close>;
4
4
  export default handler;
5
5
  //# sourceMappingURL=close.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"close.d.ts","sourceRoot":"","sources":["../../../../src/operations/close.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAI5C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,KAAK,CAsBhE,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"close.d.ts","sourceRoot":"","sources":["../../../../src/operations/close.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,KAAK,CAsBhE,CAAC;eAEa,OAAO"}
@@ -1,3 +1,3 @@
1
- import { OperationHandlerSet } from '@dxos/operation';
1
+ import { OperationHandlerSet } from '@dxos/compute';
2
2
  export declare const SimpleLayoutOperationHandlerSet: OperationHandlerSet.OperationHandlerSet;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/operations/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAEtD,eAAO,MAAM,+BAA+B,yCAW3C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/operations/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEpD,eAAO,MAAM,+BAA+B,yCAW3C,CAAC"}