@dxos/plugin-deck 0.8.1-main.303c73a → 0.8.1-main.81238a8

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 (75) hide show
  1. package/dist/lib/browser/{app-graph-builder-IYHAGFA3.mjs → app-graph-builder-K4KVSHNT.mjs} +3 -3
  2. package/dist/lib/browser/{check-app-scheme-S3EYUPMF.mjs → check-app-scheme-6SS6I3RN.mjs} +2 -2
  3. package/dist/lib/browser/{chunk-N7TEPFVR.mjs → chunk-2WTHB3TG.mjs} +1 -1
  4. package/dist/lib/browser/{chunk-N7TEPFVR.mjs.map → chunk-2WTHB3TG.mjs.map} +2 -2
  5. package/dist/lib/browser/chunk-7A5DLPQ3.mjs +24 -0
  6. package/dist/lib/browser/{chunk-FYKBOM3C.mjs → chunk-7X43JKZG.mjs} +33 -3
  7. package/dist/lib/browser/chunk-7X43JKZG.mjs.map +7 -0
  8. package/dist/lib/browser/{chunk-63K74E3J.mjs → chunk-7YPIAXSW.mjs} +174 -69
  9. package/dist/lib/browser/chunk-7YPIAXSW.mjs.map +7 -0
  10. package/dist/lib/browser/{chunk-YCKJNTKG.mjs → chunk-RZLH5F56.mjs} +2 -2
  11. package/dist/lib/browser/{chunk-22AQ5IVX.mjs → chunk-WCNPMAR4.mjs} +2 -2
  12. package/dist/lib/browser/index.mjs +5 -4
  13. package/dist/lib/browser/index.mjs.map +2 -2
  14. package/dist/lib/browser/{intent-resolver-P5BVUQKU.mjs → intent-resolver-MEBOMCYI.mjs} +46 -17
  15. package/dist/lib/browser/intent-resolver-MEBOMCYI.mjs.map +7 -0
  16. package/dist/lib/browser/meta.json +1 -1
  17. package/dist/lib/browser/{react-root-ZQCTDM4Y.mjs → react-root-PPKFVPO7.mjs} +7 -7
  18. package/dist/lib/browser/{react-surface-RG3PVPY3.mjs → react-surface-7JBPPUHM.mjs} +7 -7
  19. package/dist/lib/browser/{settings-X3P2HKQJ.mjs → settings-DYS3FFMN.mjs} +3 -3
  20. package/dist/lib/browser/{state-2MOTLKVR.mjs → state-DRRCGMU2.mjs} +7 -11
  21. package/dist/lib/browser/state-DRRCGMU2.mjs.map +7 -0
  22. package/dist/lib/browser/tools-NDEUSO4R.mjs +78 -0
  23. package/dist/lib/browser/tools-NDEUSO4R.mjs.map +7 -0
  24. package/dist/lib/browser/types.mjs +10 -4
  25. package/dist/lib/browser/{url-handler-MVHTKUYA.mjs → url-handler-4BCN7AYC.mjs} +7 -9
  26. package/dist/lib/browser/url-handler-4BCN7AYC.mjs.map +7 -0
  27. package/dist/types/src/capabilities/capabilities.d.ts +26 -2
  28. package/dist/types/src/capabilities/capabilities.d.ts.map +1 -1
  29. package/dist/types/src/capabilities/intent-resolver.d.ts.map +1 -1
  30. package/dist/types/src/capabilities/state.d.ts +13 -1
  31. package/dist/types/src/capabilities/state.d.ts.map +1 -1
  32. package/dist/types/src/capabilities/tools.d.ts +1 -0
  33. package/dist/types/src/capabilities/tools.d.ts.map +1 -1
  34. package/dist/types/src/capabilities/url-handler.d.ts.map +1 -1
  35. package/dist/types/src/components/DeckLayout/DeckLayout.d.ts.map +1 -1
  36. package/dist/types/src/components/DeckLayout/NodePlankHeading.d.ts +6 -2
  37. package/dist/types/src/components/DeckLayout/NodePlankHeading.d.ts.map +1 -1
  38. package/dist/types/src/components/DeckLayout/Plank.d.ts +4 -4
  39. package/dist/types/src/components/DeckLayout/Plank.d.ts.map +1 -1
  40. package/dist/types/src/components/DeckLayout/PlankControls.d.ts +6 -1
  41. package/dist/types/src/components/DeckLayout/PlankControls.d.ts.map +1 -1
  42. package/dist/types/src/meta.d.ts +2 -5
  43. package/dist/types/src/meta.d.ts.map +1 -1
  44. package/dist/types/src/translations.d.ts +1 -0
  45. package/dist/types/src/translations.d.ts.map +1 -1
  46. package/dist/types/src/types.d.ts +41 -10
  47. package/dist/types/src/types.d.ts.map +1 -1
  48. package/package.json +31 -31
  49. package/src/capabilities/intent-resolver.ts +29 -3
  50. package/src/capabilities/state.ts +2 -9
  51. package/src/capabilities/tools.ts +34 -22
  52. package/src/capabilities/url-handler.ts +2 -8
  53. package/src/components/DeckLayout/DeckLayout.tsx +34 -10
  54. package/src/components/DeckLayout/NodePlankHeading.tsx +49 -29
  55. package/src/components/DeckLayout/Plank.tsx +181 -111
  56. package/src/components/DeckLayout/PlankControls.tsx +34 -3
  57. package/src/meta.ts +2 -2
  58. package/src/translations.ts +1 -0
  59. package/src/types.ts +29 -0
  60. package/dist/lib/browser/chunk-63K74E3J.mjs.map +0 -7
  61. package/dist/lib/browser/chunk-ATPSUXXK.mjs +0 -24
  62. package/dist/lib/browser/chunk-FYKBOM3C.mjs.map +0 -7
  63. package/dist/lib/browser/intent-resolver-P5BVUQKU.mjs.map +0 -7
  64. package/dist/lib/browser/state-2MOTLKVR.mjs.map +0 -7
  65. package/dist/lib/browser/tools-64LXGLYR.mjs +0 -59
  66. package/dist/lib/browser/tools-64LXGLYR.mjs.map +0 -7
  67. package/dist/lib/browser/url-handler-MVHTKUYA.mjs.map +0 -7
  68. /package/dist/lib/browser/{app-graph-builder-IYHAGFA3.mjs.map → app-graph-builder-K4KVSHNT.mjs.map} +0 -0
  69. /package/dist/lib/browser/{check-app-scheme-S3EYUPMF.mjs.map → check-app-scheme-6SS6I3RN.mjs.map} +0 -0
  70. /package/dist/lib/browser/{chunk-ATPSUXXK.mjs.map → chunk-7A5DLPQ3.mjs.map} +0 -0
  71. /package/dist/lib/browser/{chunk-YCKJNTKG.mjs.map → chunk-RZLH5F56.mjs.map} +0 -0
  72. /package/dist/lib/browser/{chunk-22AQ5IVX.mjs.map → chunk-WCNPMAR4.mjs.map} +0 -0
  73. /package/dist/lib/browser/{react-root-ZQCTDM4Y.mjs.map → react-root-PPKFVPO7.mjs.map} +0 -0
  74. /package/dist/lib/browser/{react-surface-RG3PVPY3.mjs.map → react-surface-7JBPPUHM.mjs.map} +0 -0
  75. /package/dist/lib/browser/{settings-X3P2HKQJ.mjs.map → settings-DYS3FFMN.mjs.map} +0 -0
@@ -1 +1 @@
1
- {"inputs":{"packages/plugins/plugin-deck/src/meta.ts":{"bytes":1063,"imports":[],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/capabilities.ts":{"bytes":2143,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/app-graph-builder.ts":{"bytes":16990,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/check-app-scheme.ts":{"bytes":5005,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/layout.ts":{"bytes":8435,"imports":[{"path":"immer","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/types.ts":{"bytes":16244,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/util/overscroll.ts":{"bytes":17548,"imports":[],"format":"esm"},"packages/plugins/plugin-deck/src/util/set-active.ts":{"bytes":5694,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/util/useBreakpoints.ts":{"bytes":1327,"imports":[{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/util/layoutAppliesTopbar.ts":{"bytes":1031,"imports":[],"format":"esm"},"packages/plugins/plugin-deck/src/util/useHoistStatusbar.ts":{"bytes":2744,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/util/index.ts":{"bytes":939,"imports":[{"path":"packages/plugins/plugin-deck/src/util/overscroll.ts","kind":"import-statement","original":"./overscroll"},{"path":"packages/plugins/plugin-deck/src/util/set-active.ts","kind":"import-statement","original":"./set-active"},{"path":"packages/plugins/plugin-deck/src/util/useBreakpoints.ts","kind":"import-statement","original":"./useBreakpoints"},{"path":"packages/plugins/plugin-deck/src/util/layoutAppliesTopbar.ts","kind":"import-statement","original":"./layoutAppliesTopbar"},{"path":"packages/plugins/plugin-deck/src/util/useHoistStatusbar.ts","kind":"import-statement","original":"./useHoistStatusbar"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/intent-resolver.ts":{"bytes":57388,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/layout.ts","kind":"import-statement","original":"../layout"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../types"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/constants.ts":{"bytes":729,"imports":[],"format":"esm"},"packages/plugins/plugin-deck/src/hooks/useNode.ts":{"bytes":4476,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/hooks/useNodeActionExpander.ts":{"bytes":2645,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/hooks/useMainSize.ts":{"bytes":1556,"imports":[{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/hooks/index.ts":{"bytes":725,"imports":[{"path":"packages/plugins/plugin-deck/src/hooks/useNode.ts","kind":"import-statement","original":"./useNode"},{"path":"packages/plugins/plugin-deck/src/hooks/useNodeActionExpander.ts","kind":"import-statement","original":"./useNodeActionExpander"},{"path":"packages/plugins/plugin-deck/src/hooks/useMainSize.ts","kind":"import-statement","original":"./useMainSize"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/ActiveNode.tsx":{"bytes":3045,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankControls.tsx":{"bytes":11447,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/fragments.ts":{"bytes":1900,"imports":[{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/NodePlankHeading.tsx":{"bytes":18210,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-text-tooltip","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankControls.tsx","kind":"import-statement","original":"./PlankControls"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../../types"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"packages/plugins/plugin-deck/src/components/fragments.ts","kind":"import-statement","original":"../fragments"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankLoading.tsx":{"bytes":1262,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankError.tsx":{"bytes":5343,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/NodePlankHeading.tsx","kind":"import-statement","original":"./NodePlankHeading"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx":{"bytes":7385,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/ComplementarySidebar.tsx":{"bytes":24696,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-tabs","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankError.tsx","kind":"import-statement","original":"./PlankError"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"packages/plugins/plugin-deck/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../../util"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/ContentEmpty.tsx":{"bytes":2988,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"packages/plugins/plugin-deck/src/components/fragments.ts","kind":"import-statement","original":"../fragments"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Fallback.tsx":{"bytes":2488,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Fullscreen.tsx":{"bytes":3315,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Fallback.tsx","kind":"import-statement","original":"./Fallback"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/constants.ts","kind":"import-statement","original":"./constants"},{"path":"packages/plugins/plugin-deck/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Plank.tsx":{"bytes":17844,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/NodePlankHeading.tsx","kind":"import-statement","original":"./NodePlankHeading"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankError.tsx","kind":"import-statement","original":"./PlankError"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"packages/plugins/plugin-deck/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Sidebar.tsx":{"bytes":4850,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../../util"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/StatusBar.tsx":{"bytes":2467,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Toast.tsx":{"bytes":6420,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Banner.tsx":{"bytes":4616,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Topbar.tsx":{"bytes":1014,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Banner.tsx","kind":"import-statement","original":"./Banner"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/DeckLayout.tsx":{"bytes":41702,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/ActiveNode.tsx","kind":"import-statement","original":"./ActiveNode"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/ComplementarySidebar.tsx","kind":"import-statement","original":"./ComplementarySidebar"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/ContentEmpty.tsx","kind":"import-statement","original":"./ContentEmpty"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Fullscreen.tsx","kind":"import-statement","original":"./Fullscreen"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Plank.tsx","kind":"import-statement","original":"./Plank"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankError.tsx","kind":"import-statement","original":"./PlankError"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Sidebar.tsx","kind":"import-statement","original":"./Sidebar"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/StatusBar.tsx","kind":"import-statement","original":"./StatusBar"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Toast.tsx","kind":"import-statement","original":"./Toast"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Topbar.tsx","kind":"import-statement","original":"./Topbar"},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../../types"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"packages/plugins/plugin-deck/src/components/fragments.ts","kind":"import-statement","original":"../fragments"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/index.ts":{"bytes":666,"imports":[{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/constants.ts","kind":"import-statement","original":"./constants"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/DeckLayout.tsx","kind":"import-statement","original":"./DeckLayout"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/LayoutSettings.tsx":{"bytes":10191,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/index.ts":{"bytes":623,"imports":[{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/index.ts","kind":"import-statement","original":"./DeckLayout"},{"path":"packages/plugins/plugin-deck/src/components/LayoutSettings.tsx","kind":"import-statement","original":"./LayoutSettings"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/react-root.tsx":{"bytes":5427,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/react-surface.tsx":{"bytes":3926,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Banner.tsx","kind":"import-statement","original":"../components/DeckLayout/Banner"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/settings.ts":{"bytes":2495,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/state.ts":{"bytes":12810,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/tools.ts":{"bytes":6939,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/artifact","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/url-handler.ts":{"bytes":9241,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-signals/core","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/index.ts":{"bytes":2827,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/capabilities/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"},{"path":"packages/plugins/plugin-deck/src/capabilities/check-app-scheme.ts","kind":"dynamic-import","original":"./check-app-scheme"},{"path":"packages/plugins/plugin-deck/src/capabilities/intent-resolver.ts","kind":"dynamic-import","original":"./intent-resolver"},{"path":"packages/plugins/plugin-deck/src/capabilities/react-root.tsx","kind":"dynamic-import","original":"./react-root"},{"path":"packages/plugins/plugin-deck/src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"},{"path":"packages/plugins/plugin-deck/src/capabilities/settings.ts","kind":"dynamic-import","original":"./settings"},{"path":"packages/plugins/plugin-deck/src/capabilities/state.ts","kind":"dynamic-import","original":"./state"},{"path":"packages/plugins/plugin-deck/src/capabilities/tools.ts","kind":"dynamic-import","original":"./tools"},{"path":"packages/plugins/plugin-deck/src/capabilities/url-handler.ts","kind":"dynamic-import","original":"./url-handler"}],"format":"esm"},"packages/plugins/plugin-deck/src/events.ts":{"bytes":1604,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/translations.ts":{"bytes":8351,"imports":[{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/DeckPlugin.ts":{"bytes":10535,"imports":[{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/events.ts","kind":"import-statement","original":"./events"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"packages/plugins/plugin-deck/src/translations.ts","kind":"import-statement","original":"./translations"}],"format":"esm"},"packages/plugins/plugin-deck/src/index.ts":{"bytes":920,"imports":[{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/events.ts","kind":"import-statement","original":"./events"},{"path":"packages/plugins/plugin-deck/src/DeckPlugin.ts","kind":"import-statement","original":"./DeckPlugin"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"}},"outputs":{"packages/plugins/plugin-deck/dist/lib/browser/state-2MOTLKVR.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6383},"packages/plugins/plugin-deck/dist/lib/browser/state-2MOTLKVR.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-22AQ5IVX.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-FYKBOM3C.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/state.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/state.ts":{"bytesInOutput":3133}},"bytes":3438},"packages/plugins/plugin-deck/dist/lib/browser/tools-64LXGLYR.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3319},"packages/plugins/plugin-deck/dist/lib/browser/tools-64LXGLYR.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/artifact","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/tools.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/tools.ts":{"bytesInOutput":1832}},"bytes":2021},"packages/plugins/plugin-deck/dist/lib/browser/url-handler-MVHTKUYA.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4614},"packages/plugins/plugin-deck/dist/lib/browser/url-handler-MVHTKUYA.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-22AQ5IVX.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-signals/core","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/url-handler.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/url-handler.ts":{"bytesInOutput":2059}},"bytes":2309},"packages/plugins/plugin-deck/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":9130},"packages/plugins/plugin-deck/dist/lib/browser/index.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-ATPSUXXK.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-22AQ5IVX.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true}],"exports":["DECK_PLUGIN","DeckCapabilities","DeckEvents","DeckPlugin","meta"],"entryPoint":"packages/plugins/plugin-deck/src/index.ts","inputs":{"packages/plugins/plugin-deck/src/index.ts":{"bytesInOutput":0},"packages/plugins/plugin-deck/src/events.ts":{"bytesInOutput":317},"packages/plugins/plugin-deck/src/DeckPlugin.ts":{"bytesInOutput":2123},"packages/plugins/plugin-deck/src/translations.ts":{"bytesInOutput":2712}},"bytes":5773},"packages/plugins/plugin-deck/dist/lib/browser/types.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"packages/plugins/plugin-deck/dist/lib/browser/types.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-FYKBOM3C.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"}],"exports":["DECK_ACTION","Deck","DeckAction","DeckSettingsSchema","DeckState","NewPlankPositions","OverscrollOptions","PlankSizing","SLUG_PATH_SEPARATOR","getMode","isLayoutMode"],"entryPoint":"packages/plugins/plugin-deck/src/types.ts","inputs":{},"bytes":474},"packages/plugins/plugin-deck/dist/lib/browser/app-graph-builder-IYHAGFA3.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":7703},"packages/plugins/plugin-deck/dist/lib/browser/app-graph-builder-IYHAGFA3.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-22AQ5IVX.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/app-graph-builder.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/app-graph-builder.ts":{"bytesInOutput":4098}},"bytes":4389},"packages/plugins/plugin-deck/dist/lib/browser/check-app-scheme-S3EYUPMF.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2646},"packages/plugins/plugin-deck/dist/lib/browser/check-app-scheme-S3EYUPMF.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/check-app-scheme.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/check-app-scheme.ts":{"bytesInOutput":918}},"bytes":1147},"packages/plugins/plugin-deck/dist/lib/browser/intent-resolver-P5BVUQKU.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":30869},"packages/plugins/plugin-deck/dist/lib/browser/intent-resolver-P5BVUQKU.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-YCKJNTKG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-22AQ5IVX.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-FYKBOM3C.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"immer","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/intent-resolver.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/intent-resolver.ts":{"bytesInOutput":14158},"packages/plugins/plugin-deck/src/layout.ts":{"bytesInOutput":1769}},"bytes":16460},"packages/plugins/plugin-deck/dist/lib/browser/react-root-ZQCTDM4Y.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2700},"packages/plugins/plugin-deck/dist/lib/browser/react-root-ZQCTDM4Y.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-63K74E3J.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-ATPSUXXK.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-YCKJNTKG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-22AQ5IVX.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-FYKBOM3C.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/react-root.tsx","inputs":{"packages/plugins/plugin-deck/src/capabilities/react-root.tsx":{"bytesInOutput":987}},"bytes":1404},"packages/plugins/plugin-deck/dist/lib/browser/react-surface-RG3PVPY3.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1919},"packages/plugins/plugin-deck/dist/lib/browser/react-surface-RG3PVPY3.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-63K74E3J.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-ATPSUXXK.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-YCKJNTKG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-22AQ5IVX.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-FYKBOM3C.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/react-surface.tsx","inputs":{"packages/plugins/plugin-deck/src/capabilities/react-surface.tsx":{"bytesInOutput":764}},"bytes":1176},"packages/plugins/plugin-deck/dist/lib/browser/chunk-63K74E3J.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":92455},"packages/plugins/plugin-deck/dist/lib/browser/chunk-63K74E3J.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-YCKJNTKG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-22AQ5IVX.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-FYKBOM3C.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-tabs","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-text-tooltip","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true}],"exports":["Banner","DeckLayout","LayoutSettings"],"inputs":{"packages/plugins/plugin-deck/src/components/DeckLayout/Banner.tsx":{"bytesInOutput":1371},"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx":{"bytesInOutput":1848},"packages/plugins/plugin-deck/src/components/DeckLayout/DeckLayout.tsx":{"bytesInOutput":10021},"packages/plugins/plugin-deck/src/components/DeckLayout/ActiveNode.tsx":{"bytesInOutput":572},"packages/plugins/plugin-deck/src/hooks/useNode.ts":{"bytesInOutput":662},"packages/plugins/plugin-deck/src/hooks/index.ts":{"bytesInOutput":0},"packages/plugins/plugin-deck/src/hooks/useNodeActionExpander.ts":{"bytesInOutput":571},"packages/plugins/plugin-deck/src/hooks/useMainSize.ts":{"bytesInOutput":319},"packages/plugins/plugin-deck/src/components/DeckLayout/ComplementarySidebar.tsx":{"bytesInOutput":6572},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankError.tsx":{"bytesInOutput":1281},"packages/plugins/plugin-deck/src/components/DeckLayout/NodePlankHeading.tsx":{"bytesInOutput":4389},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankControls.tsx":{"bytesInOutput":2553},"packages/plugins/plugin-deck/src/components/fragments.ts":{"bytesInOutput":437},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankLoading.tsx":{"bytesInOutput":196},"packages/plugins/plugin-deck/src/components/DeckLayout/ContentEmpty.tsx":{"bytesInOutput":620},"packages/plugins/plugin-deck/src/components/DeckLayout/Fullscreen.tsx":{"bytesInOutput":667},"packages/plugins/plugin-deck/src/components/DeckLayout/Fallback.tsx":{"bytesInOutput":611},"packages/plugins/plugin-deck/src/components/DeckLayout/constants.ts":{"bytesInOutput":33},"packages/plugins/plugin-deck/src/components/DeckLayout/Plank.tsx":{"bytesInOutput":4074},"packages/plugins/plugin-deck/src/components/DeckLayout/Sidebar.tsx":{"bytesInOutput":1103},"packages/plugins/plugin-deck/src/components/DeckLayout/StatusBar.tsx":{"bytesInOutput":648},"packages/plugins/plugin-deck/src/components/DeckLayout/Toast.tsx":{"bytesInOutput":1663},"packages/plugins/plugin-deck/src/components/DeckLayout/Topbar.tsx":{"bytesInOutput":138},"packages/plugins/plugin-deck/src/components/LayoutSettings.tsx":{"bytesInOutput":2797},"packages/plugins/plugin-deck/src/components/DeckLayout/index.ts":{"bytesInOutput":0},"packages/plugins/plugin-deck/src/components/index.ts":{"bytesInOutput":0}},"bytes":45780},"packages/plugins/plugin-deck/dist/lib/browser/chunk-ATPSUXXK.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1418},"packages/plugins/plugin-deck/dist/lib/browser/chunk-ATPSUXXK.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/dist/lib/browser/app-graph-builder-IYHAGFA3.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/check-app-scheme-S3EYUPMF.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/intent-resolver-P5BVUQKU.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/react-root-ZQCTDM4Y.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/react-surface-RG3PVPY3.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/settings-X3P2HKQJ.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/state-2MOTLKVR.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/tools-64LXGLYR.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/url-handler-MVHTKUYA.mjs","kind":"dynamic-import"}],"exports":["AppGraphBuilder","CheckAppScheme","DeckSettings","DeckState","LayoutIntentResolver","ReactRoot","ReactSurface","Tools","UrlHandler"],"inputs":{"packages/plugins/plugin-deck/src/capabilities/index.ts":{"bytesInOutput":664}},"bytes":920},"packages/plugins/plugin-deck/dist/lib/browser/chunk-YCKJNTKG.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":12772},"packages/plugins/plugin-deck/dist/lib/browser/chunk-YCKJNTKG.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"exports":["calculateOverscroll","layoutAppliesTopbar","setActive","useBreakpoints","useHoistStatusbar"],"inputs":{"packages/plugins/plugin-deck/src/util/set-active.ts":{"bytesInOutput":1130},"packages/plugins/plugin-deck/src/util/overscroll.ts":{"bytesInOutput":759},"packages/plugins/plugin-deck/src/util/index.ts":{"bytesInOutput":0},"packages/plugins/plugin-deck/src/util/useBreakpoints.ts":{"bytesInOutput":236},"packages/plugins/plugin-deck/src/util/layoutAppliesTopbar.ts":{"bytesInOutput":139},"packages/plugins/plugin-deck/src/util/useHoistStatusbar.ts":{"bytesInOutput":549}},"bytes":3321},"packages/plugins/plugin-deck/dist/lib/browser/chunk-22AQ5IVX.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1066},"packages/plugins/plugin-deck/dist/lib/browser/chunk-22AQ5IVX.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["DeckCapabilities"],"inputs":{"packages/plugins/plugin-deck/src/capabilities/capabilities.ts":{"bytesInOutput":443}},"bytes":639},"packages/plugins/plugin-deck/dist/lib/browser/settings-X3P2HKQJ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1258},"packages/plugins/plugin-deck/dist/lib/browser/settings-X3P2HKQJ.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-FYKBOM3C.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/settings.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/settings.ts":{"bytesInOutput":445}},"bytes":711},"packages/plugins/plugin-deck/dist/lib/browser/chunk-FYKBOM3C.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":8698},"packages/plugins/plugin-deck/dist/lib/browser/chunk-FYKBOM3C.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true}],"exports":["DECK_ACTION","Deck","DeckAction","DeckSettingsSchema","DeckState","NewPlankPositions","OverscrollOptions","PlankSizing","SLUG_PATH_SEPARATOR","getMode","isLayoutMode"],"inputs":{"packages/plugins/plugin-deck/src/types.ts":{"bytesInOutput":3345}},"bytes":3680},"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":511},"packages/plugins/plugin-deck/dist/lib/browser/chunk-N7TEPFVR.mjs":{"imports":[],"exports":["DECK_PLUGIN","meta"],"inputs":{"packages/plugins/plugin-deck/src/meta.ts":{"bytesInOutput":124}},"bytes":247}}}
1
+ {"inputs":{"packages/plugins/plugin-deck/src/meta.ts":{"bytes":1051,"imports":[],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/capabilities.ts":{"bytes":2143,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/app-graph-builder.ts":{"bytes":16990,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/check-app-scheme.ts":{"bytes":5005,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/layout.ts":{"bytes":8435,"imports":[{"path":"immer","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/types.ts":{"bytes":19549,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/util/overscroll.ts":{"bytes":17548,"imports":[],"format":"esm"},"packages/plugins/plugin-deck/src/util/set-active.ts":{"bytes":5694,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/util/useBreakpoints.ts":{"bytes":1327,"imports":[{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/util/layoutAppliesTopbar.ts":{"bytes":1031,"imports":[],"format":"esm"},"packages/plugins/plugin-deck/src/util/useHoistStatusbar.ts":{"bytes":2744,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/util/index.ts":{"bytes":939,"imports":[{"path":"packages/plugins/plugin-deck/src/util/overscroll.ts","kind":"import-statement","original":"./overscroll"},{"path":"packages/plugins/plugin-deck/src/util/set-active.ts","kind":"import-statement","original":"./set-active"},{"path":"packages/plugins/plugin-deck/src/util/useBreakpoints.ts","kind":"import-statement","original":"./useBreakpoints"},{"path":"packages/plugins/plugin-deck/src/util/layoutAppliesTopbar.ts","kind":"import-statement","original":"./layoutAppliesTopbar"},{"path":"packages/plugins/plugin-deck/src/util/useHoistStatusbar.ts","kind":"import-statement","original":"./useHoistStatusbar"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/intent-resolver.ts":{"bytes":61473,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/layout.ts","kind":"import-statement","original":"../layout"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../types"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/constants.ts":{"bytes":729,"imports":[],"format":"esm"},"packages/plugins/plugin-deck/src/hooks/useNode.ts":{"bytes":4476,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/hooks/useNodeActionExpander.ts":{"bytes":2645,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/hooks/useMainSize.ts":{"bytes":1556,"imports":[{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/hooks/index.ts":{"bytes":725,"imports":[{"path":"packages/plugins/plugin-deck/src/hooks/useNode.ts","kind":"import-statement","original":"./useNode"},{"path":"packages/plugins/plugin-deck/src/hooks/useNodeActionExpander.ts","kind":"import-statement","original":"./useNodeActionExpander"},{"path":"packages/plugins/plugin-deck/src/hooks/useMainSize.ts","kind":"import-statement","original":"./useMainSize"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/ActiveNode.tsx":{"bytes":3045,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankControls.tsx":{"bytes":15134,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/fragments.ts":{"bytes":1900,"imports":[{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/NodePlankHeading.tsx":{"bytes":20274,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-text-tooltip","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankControls.tsx","kind":"import-statement","original":"./PlankControls"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../../types"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"packages/plugins/plugin-deck/src/components/fragments.ts","kind":"import-statement","original":"../fragments"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankLoading.tsx":{"bytes":1262,"imports":[{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankError.tsx":{"bytes":5343,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/NodePlankHeading.tsx","kind":"import-statement","original":"./NodePlankHeading"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx":{"bytes":7385,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/ComplementarySidebar.tsx":{"bytes":24696,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-tabs","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankError.tsx","kind":"import-statement","original":"./PlankError"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"packages/plugins/plugin-deck/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../../util"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/ContentEmpty.tsx":{"bytes":2988,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"packages/plugins/plugin-deck/src/components/fragments.ts","kind":"import-statement","original":"../fragments"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Fallback.tsx":{"bytes":2488,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Fullscreen.tsx":{"bytes":3315,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Fallback.tsx","kind":"import-statement","original":"./Fallback"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/constants.ts","kind":"import-statement","original":"./constants"},{"path":"packages/plugins/plugin-deck/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Plank.tsx":{"bytes":24398,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/NodePlankHeading.tsx","kind":"import-statement","original":"./NodePlankHeading"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankError.tsx","kind":"import-statement","original":"./PlankError"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"packages/plugins/plugin-deck/src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Sidebar.tsx":{"bytes":4850,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../../util"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/StatusBar.tsx":{"bytes":2467,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Toast.tsx":{"bytes":6420,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Banner.tsx":{"bytes":4616,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/Topbar.tsx":{"bytes":1014,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Banner.tsx","kind":"import-statement","original":"./Banner"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/DeckLayout.tsx":{"bytes":44234,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/ActiveNode.tsx","kind":"import-statement","original":"./ActiveNode"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/ComplementarySidebar.tsx","kind":"import-statement","original":"./ComplementarySidebar"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/ContentEmpty.tsx","kind":"import-statement","original":"./ContentEmpty"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Fullscreen.tsx","kind":"import-statement","original":"./Fullscreen"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Plank.tsx","kind":"import-statement","original":"./Plank"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/PlankError.tsx","kind":"import-statement","original":"./PlankError"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Sidebar.tsx","kind":"import-statement","original":"./Sidebar"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/StatusBar.tsx","kind":"import-statement","original":"./StatusBar"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Toast.tsx","kind":"import-statement","original":"./Toast"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Topbar.tsx","kind":"import-statement","original":"./Topbar"},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../../types"},{"path":"packages/plugins/plugin-deck/src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"packages/plugins/plugin-deck/src/components/fragments.ts","kind":"import-statement","original":"../fragments"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/DeckLayout/index.ts":{"bytes":666,"imports":[{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/constants.ts","kind":"import-statement","original":"./constants"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/DeckLayout.tsx","kind":"import-statement","original":"./DeckLayout"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/LayoutSettings.tsx":{"bytes":10191,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-deck/src/components/index.ts":{"bytes":623,"imports":[{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/index.ts","kind":"import-statement","original":"./DeckLayout"},{"path":"packages/plugins/plugin-deck/src/components/LayoutSettings.tsx","kind":"import-statement","original":"./LayoutSettings"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/react-root.tsx":{"bytes":5427,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/react-surface.tsx":{"bytes":3926,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"packages/plugins/plugin-deck/src/components/DeckLayout/Banner.tsx","kind":"import-statement","original":"../components/DeckLayout/Banner"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/settings.ts":{"bytes":2495,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/state.ts":{"bytes":12364,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/tools.ts":{"bytes":8378,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/artifact","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/url-handler.ts":{"bytes":8794,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-signals/core","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-deck/src/capabilities/index.ts":{"bytes":2827,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/capabilities/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"},{"path":"packages/plugins/plugin-deck/src/capabilities/check-app-scheme.ts","kind":"dynamic-import","original":"./check-app-scheme"},{"path":"packages/plugins/plugin-deck/src/capabilities/intent-resolver.ts","kind":"dynamic-import","original":"./intent-resolver"},{"path":"packages/plugins/plugin-deck/src/capabilities/react-root.tsx","kind":"dynamic-import","original":"./react-root"},{"path":"packages/plugins/plugin-deck/src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"},{"path":"packages/plugins/plugin-deck/src/capabilities/settings.ts","kind":"dynamic-import","original":"./settings"},{"path":"packages/plugins/plugin-deck/src/capabilities/state.ts","kind":"dynamic-import","original":"./state"},{"path":"packages/plugins/plugin-deck/src/capabilities/tools.ts","kind":"dynamic-import","original":"./tools"},{"path":"packages/plugins/plugin-deck/src/capabilities/url-handler.ts","kind":"dynamic-import","original":"./url-handler"}],"format":"esm"},"packages/plugins/plugin-deck/src/events.ts":{"bytes":1604,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/translations.ts":{"bytes":8524,"imports":[{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-deck/src/DeckPlugin.ts":{"bytes":10535,"imports":[{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/events.ts","kind":"import-statement","original":"./events"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"packages/plugins/plugin-deck/src/translations.ts","kind":"import-statement","original":"./translations"}],"format":"esm"},"packages/plugins/plugin-deck/src/index.ts":{"bytes":920,"imports":[{"path":"packages/plugins/plugin-deck/src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-deck/src/events.ts","kind":"import-statement","original":"./events"},{"path":"packages/plugins/plugin-deck/src/DeckPlugin.ts","kind":"import-statement","original":"./DeckPlugin"},{"path":"packages/plugins/plugin-deck/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"}},"outputs":{"packages/plugins/plugin-deck/dist/lib/browser/state-DRRCGMU2.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6157},"packages/plugins/plugin-deck/dist/lib/browser/state-DRRCGMU2.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-WCNPMAR4.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7X43JKZG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/state.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/state.ts":{"bytesInOutput":3013}},"bytes":3333},"packages/plugins/plugin-deck/dist/lib/browser/tools-NDEUSO4R.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3890},"packages/plugins/plugin-deck/dist/lib/browser/tools-NDEUSO4R.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7X43JKZG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/artifact","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/tools.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/tools.ts":{"bytesInOutput":2182}},"bytes":2424},"packages/plugins/plugin-deck/dist/lib/browser/url-handler-4BCN7AYC.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4359},"packages/plugins/plugin-deck/dist/lib/browser/url-handler-4BCN7AYC.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-WCNPMAR4.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7X43JKZG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-signals/core","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/url-handler.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/url-handler.ts":{"bytesInOutput":1929}},"bytes":2233},"packages/plugins/plugin-deck/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":9205},"packages/plugins/plugin-deck/dist/lib/browser/index.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7A5DLPQ3.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-WCNPMAR4.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true}],"exports":["DECK_PLUGIN","DeckCapabilities","DeckEvents","DeckPlugin","meta"],"entryPoint":"packages/plugins/plugin-deck/src/index.ts","inputs":{"packages/plugins/plugin-deck/src/index.ts":{"bytesInOutput":0},"packages/plugins/plugin-deck/src/events.ts":{"bytesInOutput":317},"packages/plugins/plugin-deck/src/DeckPlugin.ts":{"bytesInOutput":2123},"packages/plugins/plugin-deck/src/translations.ts":{"bytesInOutput":2773}},"bytes":5834},"packages/plugins/plugin-deck/dist/lib/browser/types.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"packages/plugins/plugin-deck/dist/lib/browser/types.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7X43JKZG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"}],"exports":["DECK_ACTION","Deck","DeckAction","DeckSettingsSchema","DeckState","NewPlankPositions","OverscrollOptions","PlankSizing","SLUG_PATH_SEPARATOR","defaultDeck","getMode","isLayoutMode","surfaceVariant","surfaceVariantSeparator"],"entryPoint":"packages/plugins/plugin-deck/src/types.ts","inputs":{},"bytes":594},"packages/plugins/plugin-deck/dist/lib/browser/app-graph-builder-K4KVSHNT.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":7703},"packages/plugins/plugin-deck/dist/lib/browser/app-graph-builder-K4KVSHNT.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-WCNPMAR4.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/app-graph-builder.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/app-graph-builder.ts":{"bytesInOutput":4098}},"bytes":4389},"packages/plugins/plugin-deck/dist/lib/browser/check-app-scheme-6SS6I3RN.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2646},"packages/plugins/plugin-deck/dist/lib/browser/check-app-scheme-6SS6I3RN.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/check-app-scheme.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/check-app-scheme.ts":{"bytesInOutput":918}},"bytes":1147},"packages/plugins/plugin-deck/dist/lib/browser/intent-resolver-MEBOMCYI.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":32689},"packages/plugins/plugin-deck/dist/lib/browser/intent-resolver-MEBOMCYI.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-RZLH5F56.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-WCNPMAR4.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7X43JKZG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"immer","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/intent-resolver.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/intent-resolver.ts":{"bytesInOutput":15155},"packages/plugins/plugin-deck/src/layout.ts":{"bytesInOutput":1769}},"bytes":17472},"packages/plugins/plugin-deck/dist/lib/browser/react-root-PPKFVPO7.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2700},"packages/plugins/plugin-deck/dist/lib/browser/react-root-PPKFVPO7.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7YPIAXSW.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7A5DLPQ3.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-RZLH5F56.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-WCNPMAR4.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7X43JKZG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/react-root.tsx","inputs":{"packages/plugins/plugin-deck/src/capabilities/react-root.tsx":{"bytesInOutput":987}},"bytes":1404},"packages/plugins/plugin-deck/dist/lib/browser/react-surface-7JBPPUHM.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1919},"packages/plugins/plugin-deck/dist/lib/browser/react-surface-7JBPPUHM.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7YPIAXSW.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7A5DLPQ3.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-RZLH5F56.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-WCNPMAR4.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7X43JKZG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/react-surface.tsx","inputs":{"packages/plugins/plugin-deck/src/capabilities/react-surface.tsx":{"bytesInOutput":764}},"bytes":1176},"packages/plugins/plugin-deck/dist/lib/browser/chunk-7YPIAXSW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":100296},"packages/plugins/plugin-deck/dist/lib/browser/chunk-7YPIAXSW.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-RZLH5F56.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-WCNPMAR4.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7X43JKZG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-tabs","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-text-tooltip","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true}],"exports":["Banner","DeckLayout","LayoutSettings"],"inputs":{"packages/plugins/plugin-deck/src/components/DeckLayout/Banner.tsx":{"bytesInOutput":1371},"packages/plugins/plugin-deck/src/components/DeckLayout/SidebarButton.tsx":{"bytesInOutput":1848},"packages/plugins/plugin-deck/src/components/DeckLayout/DeckLayout.tsx":{"bytesInOutput":10636},"packages/plugins/plugin-deck/src/components/DeckLayout/ActiveNode.tsx":{"bytesInOutput":572},"packages/plugins/plugin-deck/src/hooks/useNode.ts":{"bytesInOutput":662},"packages/plugins/plugin-deck/src/hooks/index.ts":{"bytesInOutput":0},"packages/plugins/plugin-deck/src/hooks/useNodeActionExpander.ts":{"bytesInOutput":571},"packages/plugins/plugin-deck/src/hooks/useMainSize.ts":{"bytesInOutput":319},"packages/plugins/plugin-deck/src/components/DeckLayout/ComplementarySidebar.tsx":{"bytesInOutput":6572},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankError.tsx":{"bytesInOutput":1281},"packages/plugins/plugin-deck/src/components/DeckLayout/NodePlankHeading.tsx":{"bytesInOutput":4914},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankControls.tsx":{"bytesInOutput":3725},"packages/plugins/plugin-deck/src/components/fragments.ts":{"bytesInOutput":437},"packages/plugins/plugin-deck/src/components/DeckLayout/PlankLoading.tsx":{"bytesInOutput":196},"packages/plugins/plugin-deck/src/components/DeckLayout/ContentEmpty.tsx":{"bytesInOutput":620},"packages/plugins/plugin-deck/src/components/DeckLayout/Fullscreen.tsx":{"bytesInOutput":667},"packages/plugins/plugin-deck/src/components/DeckLayout/Fallback.tsx":{"bytesInOutput":611},"packages/plugins/plugin-deck/src/components/DeckLayout/constants.ts":{"bytesInOutput":33},"packages/plugins/plugin-deck/src/components/DeckLayout/Plank.tsx":{"bytesInOutput":5744},"packages/plugins/plugin-deck/src/components/DeckLayout/Sidebar.tsx":{"bytesInOutput":1103},"packages/plugins/plugin-deck/src/components/DeckLayout/StatusBar.tsx":{"bytesInOutput":648},"packages/plugins/plugin-deck/src/components/DeckLayout/Toast.tsx":{"bytesInOutput":1663},"packages/plugins/plugin-deck/src/components/DeckLayout/Topbar.tsx":{"bytesInOutput":138},"packages/plugins/plugin-deck/src/components/LayoutSettings.tsx":{"bytesInOutput":2797},"packages/plugins/plugin-deck/src/components/DeckLayout/index.ts":{"bytesInOutput":0},"packages/plugins/plugin-deck/src/components/index.ts":{"bytesInOutput":0}},"bytes":49789},"packages/plugins/plugin-deck/dist/lib/browser/chunk-7A5DLPQ3.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1418},"packages/plugins/plugin-deck/dist/lib/browser/chunk-7A5DLPQ3.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-deck/dist/lib/browser/app-graph-builder-K4KVSHNT.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/check-app-scheme-6SS6I3RN.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/intent-resolver-MEBOMCYI.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/react-root-PPKFVPO7.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/react-surface-7JBPPUHM.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/settings-DYS3FFMN.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/state-DRRCGMU2.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/tools-NDEUSO4R.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/url-handler-4BCN7AYC.mjs","kind":"dynamic-import"}],"exports":["AppGraphBuilder","CheckAppScheme","DeckSettings","DeckState","LayoutIntentResolver","ReactRoot","ReactSurface","Tools","UrlHandler"],"inputs":{"packages/plugins/plugin-deck/src/capabilities/index.ts":{"bytesInOutput":664}},"bytes":920},"packages/plugins/plugin-deck/dist/lib/browser/chunk-RZLH5F56.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":12772},"packages/plugins/plugin-deck/dist/lib/browser/chunk-RZLH5F56.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"exports":["calculateOverscroll","layoutAppliesTopbar","setActive","useBreakpoints","useHoistStatusbar"],"inputs":{"packages/plugins/plugin-deck/src/util/set-active.ts":{"bytesInOutput":1130},"packages/plugins/plugin-deck/src/util/overscroll.ts":{"bytesInOutput":759},"packages/plugins/plugin-deck/src/util/index.ts":{"bytesInOutput":0},"packages/plugins/plugin-deck/src/util/useBreakpoints.ts":{"bytesInOutput":236},"packages/plugins/plugin-deck/src/util/layoutAppliesTopbar.ts":{"bytesInOutput":139},"packages/plugins/plugin-deck/src/util/useHoistStatusbar.ts":{"bytesInOutput":549}},"bytes":3321},"packages/plugins/plugin-deck/dist/lib/browser/chunk-WCNPMAR4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1066},"packages/plugins/plugin-deck/dist/lib/browser/chunk-WCNPMAR4.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["DeckCapabilities"],"inputs":{"packages/plugins/plugin-deck/src/capabilities/capabilities.ts":{"bytesInOutput":443}},"bytes":639},"packages/plugins/plugin-deck/dist/lib/browser/settings-DYS3FFMN.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1258},"packages/plugins/plugin-deck/dist/lib/browser/settings-DYS3FFMN.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-7X43JKZG.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-deck/src/capabilities/settings.ts","inputs":{"packages/plugins/plugin-deck/src/capabilities/settings.ts":{"bytesInOutput":445}},"bytes":711},"packages/plugins/plugin-deck/dist/lib/browser/chunk-7X43JKZG.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":10413},"packages/plugins/plugin-deck/dist/lib/browser/chunk-7X43JKZG.mjs":{"imports":[{"path":"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-schema","kind":"import-statement","external":true}],"exports":["DECK_ACTION","Deck","DeckAction","DeckSettingsSchema","DeckState","NewPlankPositions","OverscrollOptions","PlankSizing","SLUG_PATH_SEPARATOR","defaultDeck","getMode","isLayoutMode","surfaceVariant","surfaceVariantSeparator"],"inputs":{"packages/plugins/plugin-deck/src/types.ts":{"bytesInOutput":4131}},"bytes":4526},"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":503},"packages/plugins/plugin-deck/dist/lib/browser/chunk-2WTHB3TG.mjs":{"imports":[],"exports":["DECK_PLUGIN","meta"],"inputs":{"packages/plugins/plugin-deck/src/meta.ts":{"bytesInOutput":124}},"bytes":247}}}
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  DeckLayout
3
- } from "./chunk-63K74E3J.mjs";
4
- import "./chunk-ATPSUXXK.mjs";
5
- import "./chunk-YCKJNTKG.mjs";
3
+ } from "./chunk-7YPIAXSW.mjs";
4
+ import "./chunk-7A5DLPQ3.mjs";
5
+ import "./chunk-RZLH5F56.mjs";
6
6
  import {
7
7
  DeckCapabilities
8
- } from "./chunk-22AQ5IVX.mjs";
9
- import "./chunk-FYKBOM3C.mjs";
8
+ } from "./chunk-WCNPMAR4.mjs";
9
+ import "./chunk-7X43JKZG.mjs";
10
10
  import {
11
11
  DECK_PLUGIN
12
- } from "./chunk-N7TEPFVR.mjs";
12
+ } from "./chunk-2WTHB3TG.mjs";
13
13
 
14
14
  // packages/plugins/plugin-deck/src/capabilities/react-root.tsx
15
15
  import React, { useCallback } from "react";
@@ -42,4 +42,4 @@ var react_root_default = () => contributes(Capabilities.ReactRoot, {
42
42
  export {
43
43
  react_root_default as default
44
44
  };
45
- //# sourceMappingURL=react-root-ZQCTDM4Y.mjs.map
45
+ //# sourceMappingURL=react-root-PPKFVPO7.mjs.map
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  Banner,
3
3
  LayoutSettings
4
- } from "./chunk-63K74E3J.mjs";
5
- import "./chunk-ATPSUXXK.mjs";
6
- import "./chunk-YCKJNTKG.mjs";
7
- import "./chunk-22AQ5IVX.mjs";
8
- import "./chunk-FYKBOM3C.mjs";
4
+ } from "./chunk-7YPIAXSW.mjs";
5
+ import "./chunk-7A5DLPQ3.mjs";
6
+ import "./chunk-RZLH5F56.mjs";
7
+ import "./chunk-WCNPMAR4.mjs";
8
+ import "./chunk-7X43JKZG.mjs";
9
9
  import {
10
10
  DECK_PLUGIN
11
- } from "./chunk-N7TEPFVR.mjs";
11
+ } from "./chunk-2WTHB3TG.mjs";
12
12
 
13
13
  // packages/plugins/plugin-deck/src/capabilities/react-surface.tsx
14
14
  import React from "react";
@@ -36,4 +36,4 @@ var react_surface_default = () => contributes(Capabilities.ReactSurface, [
36
36
  export {
37
37
  react_surface_default as default
38
38
  };
39
- //# sourceMappingURL=react-surface-RG3PVPY3.mjs.map
39
+ //# sourceMappingURL=react-surface-7JBPPUHM.mjs.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  DeckSettingsSchema
3
- } from "./chunk-FYKBOM3C.mjs";
3
+ } from "./chunk-7X43JKZG.mjs";
4
4
  import {
5
5
  DECK_PLUGIN
6
- } from "./chunk-N7TEPFVR.mjs";
6
+ } from "./chunk-2WTHB3TG.mjs";
7
7
 
8
8
  // packages/plugins/plugin-deck/src/capabilities/settings.ts
9
9
  import { Capabilities, contributes } from "@dxos/app-framework";
@@ -25,4 +25,4 @@ var settings_default = () => {
25
25
  export {
26
26
  settings_default as default
27
27
  };
28
- //# sourceMappingURL=settings-X3P2HKQJ.mjs.map
28
+ //# sourceMappingURL=settings-DYS3FFMN.mjs.map
@@ -1,12 +1,13 @@
1
1
  import {
2
2
  DeckCapabilities
3
- } from "./chunk-22AQ5IVX.mjs";
3
+ } from "./chunk-WCNPMAR4.mjs";
4
4
  import {
5
+ defaultDeck,
5
6
  getMode
6
- } from "./chunk-FYKBOM3C.mjs";
7
+ } from "./chunk-7X43JKZG.mjs";
7
8
  import {
8
9
  DECK_PLUGIN
9
- } from "./chunk-N7TEPFVR.mjs";
10
+ } from "./chunk-2WTHB3TG.mjs";
10
11
 
11
12
  // packages/plugins/plugin-deck/src/capabilities/state.ts
12
13
  import { Capabilities, contributes } from "@dxos/app-framework";
@@ -45,19 +46,14 @@ var state_default = () => {
45
46
  previousDeck: "default",
46
47
  decks: {
47
48
  default: {
48
- initialized: false,
49
- active: [],
50
- inactive: [],
51
- fullscreen: false,
52
- solo: void 0,
53
- plankSizing: {}
49
+ ...defaultDeck
54
50
  }
55
51
  },
56
52
  get deck() {
57
53
  const deck = this.decks[this.activeDeck];
58
54
  invariant(deck, `Deck not found: ${this.activeDeck}`, {
59
55
  F: __dxlog_file,
60
- L: 62,
56
+ L: 55,
61
57
  S: this,
62
58
  A: [
63
59
  "deck",
@@ -126,4 +122,4 @@ var state_default = () => {
126
122
  export {
127
123
  state_default as default
128
124
  };
129
- //# sourceMappingURL=state-2MOTLKVR.mjs.map
125
+ //# sourceMappingURL=state-DRRCGMU2.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/capabilities/state.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { Capabilities, contributes } from '@dxos/app-framework';\nimport { invariant } from '@dxos/invariant';\nimport { create } from '@dxos/live-object';\nimport { LocalStorageStore } from '@dxos/local-storage';\nimport { type SidebarState } from '@dxos/react-ui';\n\nimport { DeckCapabilities } from './capabilities';\nimport { DECK_PLUGIN } from '../meta';\nimport { getMode, type Deck, type DeckState, defaultDeck } from '../types';\n\nconst boolean = /true|false/;\n\n// TODO(thure, 18 Feb 2025): Remove after the next release.\n\nconst migrateSidebarStateDefaults = {\n [`${DECK_PLUGIN}/complementary-sidebar-state`]: 'expanded',\n [`${DECK_PLUGIN}/sidebar-state`]: 'collapsed',\n};\n\nconst migrateSidebarState = () => {\n Object.entries(migrateSidebarStateDefaults).forEach(([key, defaultValue]) => {\n if (boolean.test(localStorage.getItem(key) ?? 'never')) {\n localStorage.setItem(key, defaultValue);\n }\n });\n};\n\nexport default () => {\n migrateSidebarState();\n\n const state = new LocalStorageStore<DeckState>(DECK_PLUGIN, {\n sidebarState: 'expanded',\n complementarySidebarState: 'collapsed',\n complementarySidebarPanel: undefined,\n dialogContent: null,\n dialogOpen: false,\n dialogBlockAlign: undefined,\n dialogType: undefined,\n popoverContent: null,\n popoverAnchorId: undefined,\n popoverOpen: false,\n toasts: [],\n currentUndoId: undefined,\n activeDeck: 'default',\n previousDeck: 'default',\n decks: {\n default: { ...defaultDeck },\n },\n get deck() {\n const deck = this.decks[this.activeDeck];\n invariant(deck, `Deck not found: ${this.activeDeck}`);\n return deck;\n },\n previousMode: {},\n scrollIntoView: undefined,\n });\n\n state\n .prop({ key: 'sidebarState', type: LocalStorageStore.enum<SidebarState>() })\n .prop({ key: 'complementarySidebarState', type: LocalStorageStore.enum<SidebarState>() })\n .prop({ key: 'complementarySidebarPanel', type: LocalStorageStore.string({ allowUndefined: true }) })\n .prop({ key: 'decks', type: LocalStorageStore.json<Record<string, Deck>>() })\n .prop({ key: 'activeDeck', type: LocalStorageStore.string() })\n .prop({ key: 'previousDeck', type: LocalStorageStore.string() });\n\n const layout = create<Capabilities.Layout>({\n get mode() {\n return getMode(state.values.deck);\n },\n get dialogOpen() {\n return state.values.dialogOpen;\n },\n get sidebarOpen() {\n return state.values.sidebarState === 'expanded';\n },\n get complementarySidebarOpen() {\n return state.values.complementarySidebarState === 'expanded';\n },\n get workspace() {\n return state.values.activeDeck;\n },\n get active() {\n return state.values.deck.solo ? [state.values.deck.solo] : state.values.deck.active;\n },\n get inactive() {\n return state.values.deck.inactive;\n },\n get scrollIntoView() {\n return state.values.scrollIntoView;\n },\n });\n\n return [\n contributes(DeckCapabilities.DeckState, state.values, () => state.close()),\n contributes(Capabilities.Layout, layout),\n ];\n};\n"],
5
+ "mappings": ";;;;;;;;;;;;AAIA,SAASA,cAAcC,mBAAmB;AAC1C,SAASC,iBAAiB;AAC1B,SAASC,cAAc;AACvB,SAASC,yBAAyB;;AAOlC,IAAMC,UAAU;AAIhB,IAAMC,8BAA8B;EAClC,CAAC,GAAGC,WAAAA,8BAAyC,GAAG;EAChD,CAAC,GAAGA,WAAAA,gBAA2B,GAAG;AACpC;AAEA,IAAMC,sBAAsB,MAAA;AAC1BC,SAAOC,QAAQJ,2BAAAA,EAA6BK,QAAQ,CAAC,CAACC,KAAKC,YAAAA,MAAa;AACtE,QAAIR,QAAQS,KAAKC,aAAaC,QAAQJ,GAAAA,KAAQ,OAAA,GAAU;AACtDG,mBAAaE,QAAQL,KAAKC,YAAAA;IAC5B;EACF,CAAA;AACF;AAEA,IAAA,gBAAe,MAAA;AACbL,sBAAAA;AAEA,QAAMU,QAAQ,IAAIC,kBAA6BZ,aAAa;IAC1Da,cAAc;IACdC,2BAA2B;IAC3BC,2BAA2BC;IAC3BC,eAAe;IACfC,YAAY;IACZC,kBAAkBH;IAClBI,YAAYJ;IACZK,gBAAgB;IAChBC,iBAAiBN;IACjBO,aAAa;IACbC,QAAQ,CAAA;IACRC,eAAeT;IACfU,YAAY;IACZC,cAAc;IACdC,OAAO;MACLC,SAAS;QAAE,GAAGC;MAAY;IAC5B;IACA,IAAIC,OAAO;AACT,YAAMA,OAAO,KAAKH,MAAM,KAAKF,UAAU;AACvCM,gBAAUD,MAAM,mBAAmB,KAAKL,UAAU,IAAE;;;;;;;;;AACpD,aAAOK;IACT;IACAE,cAAc,CAAC;IACfC,gBAAgBlB;EAClB,CAAA;AAEAL,QACGwB,KAAK;IAAE9B,KAAK;IAAgB+B,MAAMxB,kBAAkByB,KAAI;EAAiB,CAAA,EACzEF,KAAK;IAAE9B,KAAK;IAA6B+B,MAAMxB,kBAAkByB,KAAI;EAAiB,CAAA,EACtFF,KAAK;IAAE9B,KAAK;IAA6B+B,MAAMxB,kBAAkB0B,OAAO;MAAEC,gBAAgB;IAAK,CAAA;EAAG,CAAA,EAClGJ,KAAK;IAAE9B,KAAK;IAAS+B,MAAMxB,kBAAkB4B,KAAI;EAAyB,CAAA,EAC1EL,KAAK;IAAE9B,KAAK;IAAc+B,MAAMxB,kBAAkB0B,OAAM;EAAG,CAAA,EAC3DH,KAAK;IAAE9B,KAAK;IAAgB+B,MAAMxB,kBAAkB0B,OAAM;EAAG,CAAA;AAEhE,QAAMG,SAASC,OAA4B;IACzC,IAAIC,OAAO;AACT,aAAOC,QAAQjC,MAAMkC,OAAOd,IAAI;IAClC;IACA,IAAIb,aAAa;AACf,aAAOP,MAAMkC,OAAO3B;IACtB;IACA,IAAI4B,cAAc;AAChB,aAAOnC,MAAMkC,OAAOhC,iBAAiB;IACvC;IACA,IAAIkC,2BAA2B;AAC7B,aAAOpC,MAAMkC,OAAO/B,8BAA8B;IACpD;IACA,IAAIkC,YAAY;AACd,aAAOrC,MAAMkC,OAAOnB;IACtB;IACA,IAAIuB,SAAS;AACX,aAAOtC,MAAMkC,OAAOd,KAAKmB,OAAO;QAACvC,MAAMkC,OAAOd,KAAKmB;UAAQvC,MAAMkC,OAAOd,KAAKkB;IAC/E;IACA,IAAIE,WAAW;AACb,aAAOxC,MAAMkC,OAAOd,KAAKoB;IAC3B;IACA,IAAIjB,iBAAiB;AACnB,aAAOvB,MAAMkC,OAAOX;IACtB;EACF,CAAA;AAEA,SAAO;IACLkB,YAAYC,iBAAiBC,WAAW3C,MAAMkC,QAAQ,MAAMlC,MAAM4C,MAAK,CAAA;IACvEH,YAAYI,aAAaC,QAAQhB,MAAAA;;AAErC;",
6
+ "names": ["Capabilities", "contributes", "invariant", "create", "LocalStorageStore", "boolean", "migrateSidebarStateDefaults", "DECK_PLUGIN", "migrateSidebarState", "Object", "entries", "forEach", "key", "defaultValue", "test", "localStorage", "getItem", "setItem", "state", "LocalStorageStore", "sidebarState", "complementarySidebarState", "complementarySidebarPanel", "undefined", "dialogContent", "dialogOpen", "dialogBlockAlign", "dialogType", "popoverContent", "popoverAnchorId", "popoverOpen", "toasts", "currentUndoId", "activeDeck", "previousDeck", "decks", "default", "defaultDeck", "deck", "invariant", "previousMode", "scrollIntoView", "prop", "type", "enum", "string", "allowUndefined", "json", "layout", "create", "mode", "getMode", "values", "sidebarOpen", "complementarySidebarOpen", "workspace", "active", "solo", "inactive", "contributes", "DeckCapabilities", "DeckState", "close", "Capabilities", "Layout"]
7
+ }
@@ -0,0 +1,78 @@
1
+ import {
2
+ DeckAction
3
+ } from "./chunk-7X43JKZG.mjs";
4
+ import {
5
+ meta
6
+ } from "./chunk-2WTHB3TG.mjs";
7
+
8
+ // packages/plugins/plugin-deck/src/capabilities/tools.ts
9
+ import { contributes, createIntent, Capabilities, LayoutAction } from "@dxos/app-framework";
10
+ import { defineTool, ToolResult } from "@dxos/artifact";
11
+ import { S } from "@dxos/echo-schema";
12
+ import { invariant } from "@dxos/invariant";
13
+ var __dxlog_file = "/home/runner/work/dxos/dxos/packages/plugins/plugin-deck/src/capabilities/tools.ts";
14
+ var tools_default = () => contributes(Capabilities.Tools, [
15
+ defineTool(meta.id, {
16
+ name: "show",
17
+ description: `
18
+ Show an item as a companion to an existing plank. This will make the item appear alongside the primary content.
19
+ When supplying IDs, they must be fully qualified like space:object.
20
+ `,
21
+ caption: "Showing item...",
22
+ // TODO(wittjosiah): Refactor Layout/Navigation/Deck actions so that they can be used directly.
23
+ schema: S.Struct({
24
+ id: S.String.annotations({
25
+ description: "The ID of the item to show."
26
+ })
27
+ }),
28
+ execute: async ({ id }, { extensions }) => {
29
+ invariant(extensions?.pivotId, "No pivot ID", {
30
+ F: __dxlog_file,
31
+ L: 44,
32
+ S: void 0,
33
+ A: [
34
+ "extensions?.pivotId",
35
+ "'No pivot ID'"
36
+ ]
37
+ });
38
+ invariant(extensions?.dispatch, "No intent dispatcher", {
39
+ F: __dxlog_file,
40
+ L: 45,
41
+ S: void 0,
42
+ A: [
43
+ "extensions?.dispatch",
44
+ "'No intent dispatcher'"
45
+ ]
46
+ });
47
+ if (extensions.part === "deck") {
48
+ const { data, error } = await extensions.dispatch(createIntent(DeckAction.ChangeCompanion, {
49
+ primary: extensions.pivotId,
50
+ companion: id
51
+ }));
52
+ if (error) {
53
+ return ToolResult.Error(error.message);
54
+ }
55
+ return ToolResult.Success(data);
56
+ } else {
57
+ const { data, error } = await extensions.dispatch(createIntent(LayoutAction.Open, {
58
+ subject: [
59
+ id
60
+ ],
61
+ part: "main",
62
+ options: {
63
+ pivotId: extensions.pivotId,
64
+ positioning: "end"
65
+ }
66
+ }));
67
+ if (error) {
68
+ return ToolResult.Error(error.message);
69
+ }
70
+ return ToolResult.Success(data);
71
+ }
72
+ }
73
+ })
74
+ ]);
75
+ export {
76
+ tools_default as default
77
+ };
78
+ //# sourceMappingURL=tools-NDEUSO4R.mjs.map