@dxos/plugin-presenter 0.9.0 → 0.9.1-main.c7dcc2e112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/neutral/{CollectionPresenterArticle-DFREOQTG.mjs → CollectionPresenterArticle-ZRYWBX2H.mjs} +7 -6
- package/dist/lib/neutral/CollectionPresenterArticle-ZRYWBX2H.mjs.map +7 -0
- package/dist/lib/neutral/{DocumentPresenterContainer-KCDZ2O2C.mjs → DocumentPresenterContainer-5QF4P736.mjs} +7 -6
- package/dist/lib/neutral/DocumentPresenterContainer-5QF4P736.mjs.map +7 -0
- package/dist/lib/neutral/PresenterPlugin.mjs +10 -3
- package/dist/lib/neutral/PresenterPlugin.mjs.map +4 -4
- package/dist/lib/neutral/{PresenterSettings-2G4XD4QY.mjs → PresenterSettings-4YFP4K5G.mjs} +3 -3
- package/dist/lib/neutral/{PresenterSettings-2G4XD4QY.mjs.map → PresenterSettings-4YFP4K5G.mjs.map} +3 -3
- package/dist/lib/neutral/{app-graph-builder-DIEDSRPX.mjs → app-graph-builder-JMQVBFG2.mjs} +7 -23
- package/dist/lib/neutral/app-graph-builder-JMQVBFG2.mjs.map +7 -0
- package/dist/lib/neutral/capabilities/index.mjs +7 -3
- package/dist/lib/neutral/capabilities/index.mjs.map +3 -3
- package/dist/lib/neutral/chunk-63IF7OXT.mjs +19 -0
- package/dist/lib/neutral/chunk-63IF7OXT.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-VVALMI52.mjs → chunk-H5JLSLAO.mjs} +7 -3
- package/dist/lib/neutral/chunk-H5JLSLAO.mjs.map +7 -0
- package/dist/lib/neutral/chunk-MSQDHOPV.mjs +47 -0
- package/dist/lib/neutral/chunk-MSQDHOPV.mjs.map +7 -0
- package/dist/lib/neutral/components/index.mjs +87 -18
- package/dist/lib/neutral/components/index.mjs.map +4 -4
- package/dist/lib/neutral/containers/index.mjs +2 -2
- package/dist/lib/neutral/index.mjs +2 -2
- package/dist/lib/neutral/markdown-extension-HGLRVZDF.mjs +37 -0
- package/dist/lib/neutral/markdown-extension-HGLRVZDF.mjs.map +7 -0
- package/dist/lib/neutral/meta.json +1 -1
- package/dist/lib/neutral/meta.mjs +1 -1
- package/dist/lib/neutral/operation-handler-3ZESW5AK.mjs +13 -0
- package/dist/lib/neutral/operation-handler-3ZESW5AK.mjs.map +7 -0
- package/dist/lib/neutral/operations/index.mjs +9 -0
- package/dist/lib/neutral/operations/index.mjs.map +7 -0
- package/dist/lib/neutral/plugin.mjs +1 -1
- package/dist/lib/neutral/{react-surface-SPJGAJIF.mjs → react-surface-YGBE3TDK.mjs} +4 -4
- package/dist/lib/neutral/react-surface-YGBE3TDK.mjs.map +7 -0
- package/dist/lib/neutral/{settings-R6LRDAAK.mjs → settings-DBV7N5HT.mjs} +3 -3
- package/dist/lib/neutral/{settings-R6LRDAAK.mjs.map → settings-DBV7N5HT.mjs.map} +3 -3
- package/dist/lib/neutral/toggle-presentation-PH7ZJJDD.mjs +60 -0
- package/dist/lib/neutral/toggle-presentation-PH7ZJJDD.mjs.map +7 -0
- package/dist/lib/neutral/translations.mjs +1 -1
- package/dist/lib/neutral/translations.mjs.map +3 -3
- package/dist/lib/neutral/types/index.mjs +1 -1
- package/dist/types/dx.config.d.ts +28 -0
- package/dist/types/dx.config.d.ts.map +1 -0
- package/dist/types/src/PresenterPlugin.d.ts.map +1 -1
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
- package/dist/types/src/capabilities/index.d.ts +6 -3
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/markdown-extension.d.ts +9 -0
- package/dist/types/src/capabilities/markdown-extension.d.ts.map +1 -0
- package/dist/types/src/capabilities/operation-handler.d.ts +6 -0
- package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-surface.d.ts +2 -2
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
- package/dist/types/src/components/Presenter/PresentationShell.d.ts +18 -0
- package/dist/types/src/components/Presenter/PresentationShell.d.ts.map +1 -0
- package/dist/types/src/components/Presenter/index.d.ts +1 -0
- package/dist/types/src/components/Presenter/index.d.ts.map +1 -1
- package/dist/types/src/containers/CollectionPresenterArticle/CollectionPresenterArticle.d.ts.map +1 -1
- package/dist/types/src/containers/DocumentPresenterContainer/DocumentPresenterContainer.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +28 -2
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/operations/index.d.ts +3 -0
- package/dist/types/src/operations/index.d.ts.map +1 -0
- package/dist/types/src/operations/toggle-presentation.d.ts +10 -0
- package/dist/types/src/operations/toggle-presentation.d.ts.map +1 -0
- package/dist/types/src/paths.d.ts +3 -0
- package/dist/types/src/paths.d.ts.map +1 -0
- package/dist/types/src/types/PresenterCapabilities.d.ts.map +1 -1
- package/dist/types/src/types/PresenterOperation.d.ts +2 -1
- package/dist/types/src/types/PresenterOperation.d.ts.map +1 -1
- package/dist/types/src/useExitPresenter.d.ts +6 -1
- package/dist/types/src/useExitPresenter.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dx.config.ts +37 -0
- package/package.json +30 -22
- package/src/PresenterPlugin.test.ts +1 -1
- package/src/PresenterPlugin.tsx +9 -2
- package/src/capabilities/app-graph-builder.ts +5 -21
- package/src/capabilities/index.ts +6 -0
- package/src/capabilities/markdown-extension.ts +45 -0
- package/src/capabilities/operation-handler.ts +16 -0
- package/src/capabilities/react-surface.tsx +7 -7
- package/src/capabilities/settings.ts +2 -2
- package/src/components/Presenter/PresentationShell.tsx +96 -0
- package/src/components/Presenter/index.ts +1 -0
- package/src/components/PresenterSettings/PresenterSettings.tsx +2 -2
- package/src/containers/CollectionPresenterArticle/CollectionPresenterArticle.tsx +14 -20
- package/src/containers/DocumentPresenterContainer/DocumentPresenterContainer.tsx +4 -2
- package/src/meta.ts +2 -30
- package/src/operations/index.ts +7 -0
- package/src/operations/toggle-presentation.ts +59 -0
- package/src/paths.ts +8 -0
- package/src/translations.ts +1 -1
- package/src/types/PresenterCapabilities.ts +3 -1
- package/src/types/PresenterOperation.ts +3 -2
- package/src/useExitPresenter.ts +13 -26
- package/dist/lib/neutral/CollectionPresenterArticle-DFREOQTG.mjs.map +0 -7
- package/dist/lib/neutral/DocumentPresenterContainer-KCDZ2O2C.mjs.map +0 -7
- package/dist/lib/neutral/app-graph-builder-DIEDSRPX.mjs.map +0 -7
- package/dist/lib/neutral/chunk-PPL2FF6R.mjs +0 -38
- package/dist/lib/neutral/chunk-PPL2FF6R.mjs.map +0 -7
- package/dist/lib/neutral/chunk-V323QBC3.mjs +0 -41
- package/dist/lib/neutral/chunk-V323QBC3.mjs.map +0 -7
- package/dist/lib/neutral/chunk-VVALMI52.mjs.map +0 -7
- package/dist/lib/neutral/react-surface-SPJGAJIF.mjs.map +0 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"src/meta.ts":{"bytes":4557,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/types/PresenterCapabilities.ts":{"bytes":1426,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/types/PresenterOperation.ts":{"bytes":3173,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/types/Settings.ts":{"bytes":1641,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true}],"format":"esm"},"src/types/index.ts":{"bytes":1709,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/types/PresenterCapabilities.ts","kind":"import-statement","original":"./PresenterCapabilities"},{"path":"src/types/PresenterOperation.ts","kind":"import-statement","original":"./PresenterOperation"},{"path":"src/types/Settings.ts","kind":"import-statement","original":"./Settings"}],"format":"esm"},"src/index.ts":{"bytes":449,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/PLUGIN.mdl?raw":{"bytes":9680,"imports":[]},"src/PresenterPlugin.tsx":{"bytes":3915,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true},{"path":"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/PLUGIN.mdl?raw","kind":"import-statement","original":"../PLUGIN.mdl?raw"}],"format":"esm"},"src/PresenterPlugin.node.ts":{"bytes":1610,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/PresenterPlugin.workerd.ts":{"bytes":1014,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/app-graph-builder.ts":{"bytes":14981,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-deck","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/react-surface.tsx":{"bytes":9248,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/settings.ts":{"bytes":3068,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/index.ts":{"bytes":1509,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"},{"path":"src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"},{"path":"src/capabilities/settings.ts","kind":"dynamic-import","original":"./settings"}],"format":"esm"},"src/components/Markdown/Panel.tsx":{"bytes":7856,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/src/components/Markdown/styles.css?raw":{"bytes":1972,"imports":[]},"src/components/Markdown/theme.ts":{"bytes":1980,"imports":[],"format":"esm"},"src/components/Markdown/Slide.tsx":{"bytes":11605,"imports":[{"path":"highlight.js/styles/github.css","kind":"import-statement","external":true},{"path":"hastscript","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-markdown","kind":"import-statement","external":true},{"path":"rehype-add-classes","kind":"import-statement","external":true},{"path":"rehype-highlight","kind":"import-statement","external":true},{"path":"remark-frontmatter","kind":"import-statement","external":true},{"path":"remark-parse-frontmatter","kind":"import-statement","external":true},{"path":"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/src/components/Markdown/styles.css?raw","kind":"import-statement","original":"./styles.css?raw"},{"path":"src/components/Markdown/theme.ts","kind":"import-statement","original":"./theme"}],"format":"esm"},"src/components/Markdown/index.ts":{"bytes":450,"imports":[{"path":"src/components/Markdown/Panel.tsx","kind":"import-statement","original":"./Panel"},{"path":"src/components/Markdown/Slide.tsx","kind":"import-statement","original":"./Slide"}],"format":"esm"},"src/components/Presenter/Layout.tsx":{"bytes":3587,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/components/Presenter/Pager.tsx":{"bytes":12315,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/components/Presenter/index.ts":{"bytes":451,"imports":[{"path":"src/components/Presenter/Layout.tsx","kind":"import-statement","original":"./Layout"},{"path":"src/components/Presenter/Pager.tsx","kind":"import-statement","original":"./Pager"}],"format":"esm"},"src/components/RevealPlayer/RevealPlayer.tsx":{"bytes":16549,"imports":[{"path":"reveal.js/dist/reveal.css","kind":"import-statement","external":true},{"path":"reveal.js/dist/theme/black.css","kind":"import-statement","external":true},{"path":"highlight.js/styles/tokyo-night-dark.css","kind":"import-statement","external":true},{"path":"highlight.js","kind":"import-statement","external":true},{"path":"highlight.js/lib/languages/typescript","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"reveal.js","kind":"import-statement","external":true},{"path":"reveal.js/plugin/highlight/highlight","kind":"import-statement","external":true},{"path":"reveal.js/plugin/markdown/plugin.js","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/components/RevealPlayer/index.ts":{"bytes":388,"imports":[{"path":"src/components/RevealPlayer/RevealPlayer.tsx","kind":"import-statement","original":"./RevealPlayer"}],"format":"esm"},"src/components/PresenterSettings/PresenterSettings.tsx":{"bytes":3216,"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":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/components/PresenterSettings/index.ts":{"bytes":536,"imports":[{"path":"src/components/PresenterSettings/PresenterSettings.tsx","kind":"import-statement","original":"./PresenterSettings"}],"format":"esm"},"src/components/index.ts":{"bytes":1013,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/components/Markdown/index.ts","kind":"import-statement","original":"./Markdown"},{"path":"src/components/Presenter/index.ts","kind":"import-statement","original":"./Presenter"},{"path":"src/components/RevealPlayer/index.ts","kind":"import-statement","original":"./RevealPlayer"},{"path":"src/components/PresenterSettings/index.ts","kind":"dynamic-import","original":"./PresenterSettings"}],"format":"esm"},"src/useExitPresenter.ts":{"bytes":4960,"imports":[{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-deck","kind":"import-statement","external":true}],"format":"esm"},"src/containers/CollectionPresenterArticle/CollectionPresenterArticle.tsx":{"bytes":5656,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"src/useExitPresenter.ts","kind":"import-statement","original":"../../useExitPresenter"}],"format":"esm"},"src/containers/CollectionPresenterArticle/index.ts":{"bytes":590,"imports":[{"path":"src/containers/CollectionPresenterArticle/CollectionPresenterArticle.tsx","kind":"import-statement","original":"./CollectionPresenterArticle"}],"format":"esm"},"src/containers/DocumentPresenterContainer/DocumentPresenterContainer.tsx":{"bytes":2449,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"src/useExitPresenter.ts","kind":"import-statement","original":"../../useExitPresenter"}],"format":"esm"},"src/containers/DocumentPresenterContainer/index.ts":{"bytes":590,"imports":[{"path":"src/containers/DocumentPresenterContainer/DocumentPresenterContainer.tsx","kind":"import-statement","original":"./DocumentPresenterContainer"}],"format":"esm"},"src/containers/MarkdownSlide/MarkdownSlide.tsx":{"bytes":1677,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"format":"esm"},"src/containers/MarkdownSlide/index.ts":{"bytes":512,"imports":[{"path":"src/containers/MarkdownSlide/MarkdownSlide.tsx","kind":"import-statement","original":"./MarkdownSlide"}],"format":"esm"},"src/containers/index.ts":{"bytes":1416,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/containers/CollectionPresenterArticle/index.ts","kind":"dynamic-import","original":"./CollectionPresenterArticle"},{"path":"src/containers/DocumentPresenterContainer/index.ts","kind":"dynamic-import","original":"./DocumentPresenterContainer"},{"path":"src/containers/MarkdownSlide/index.ts","kind":"dynamic-import","original":"./MarkdownSlide"}],"format":"esm"},"src/plugin.ts":{"bytes":870,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"#plugin","kind":"dynamic-import","external":true}],"format":"esm"},"src/translations.ts":{"bytes":1310,"imports":[{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/lib/neutral/DocumentPresenterContainer-KCDZ2O2C.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1352},"dist/lib/neutral/DocumentPresenterContainer-KCDZ2O2C.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-V323QBC3.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/DocumentPresenterContainer/index.ts","inputs":{"src/containers/DocumentPresenterContainer/DocumentPresenterContainer.tsx":{"bytesInOutput":519},"src/containers/DocumentPresenterContainer/index.ts":{"bytesInOutput":0}},"bytes":803},"dist/lib/neutral/MarkdownSlide-WXILOIBE.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":937},"dist/lib/neutral/MarkdownSlide-WXILOIBE.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/MarkdownSlide/index.ts","inputs":{"src/containers/MarkdownSlide/MarkdownSlide.tsx":{"bytesInOutput":327},"src/containers/MarkdownSlide/index.ts":{"bytesInOutput":0}},"bytes":500},"dist/lib/neutral/plugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":448},"dist/lib/neutral/plugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-PPL2FF6R.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#plugin","kind":"dynamic-import","external":true}],"exports":["PresenterPlugin"],"entryPoint":"src/plugin.ts","inputs":{"src/plugin.ts":{"bytesInOutput":112}},"bytes":274},"dist/lib/neutral/translations.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":670},"dist/lib/neutral/translations.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"#meta","kind":"import-statement","external":true}],"exports":["translations"],"entryPoint":"src/translations.ts","inputs":{"src/translations.ts":{"bytesInOutput":241}},"bytes":365},"dist/lib/neutral/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/types/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-VVALMI52.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["PresenterCapabilities","PresenterContext","PresenterOperation","Settings"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":383},"dist/lib/neutral/app-graph-builder-DIEDSRPX.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":7438},"dist/lib/neutral/app-graph-builder-DIEDSRPX.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-deck","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/app-graph-builder.ts","inputs":{"src/capabilities/app-graph-builder.ts":{"bytesInOutput":3907}},"bytes":4087},"dist/lib/neutral/react-surface-SPJGAJIF.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4745},"dist/lib/neutral/react-surface-SPJGAJIF.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-surface.tsx","inputs":{"src/capabilities/react-surface.tsx":{"bytesInOutput":2217}},"bytes":2386},"dist/lib/neutral/settings-R6LRDAAK.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1570},"dist/lib/neutral/settings-R6LRDAAK.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/settings.ts","inputs":{"src/capabilities/settings.ts":{"bytesInOutput":712}},"bytes":865},"dist/lib/neutral/PresenterSettings-2G4XD4QY.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1778},"dist/lib/neutral/PresenterSettings-2G4XD4QY.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"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":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/components/PresenterSettings/index.ts","inputs":{"src/components/PresenterSettings/PresenterSettings.tsx":{"bytesInOutput":729},"src/components/PresenterSettings/index.ts":{"bytesInOutput":0}},"bytes":918},"dist/lib/neutral/CollectionPresenterArticle-DFREOQTG.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3159},"dist/lib/neutral/CollectionPresenterArticle-DFREOQTG.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-V323QBC3.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/CollectionPresenterArticle/index.ts","inputs":{"src/containers/CollectionPresenterArticle/CollectionPresenterArticle.tsx":{"bytesInOutput":1330},"src/containers/CollectionPresenterArticle/index.ts":{"bytesInOutput":0}},"bytes":1614},"dist/lib/neutral/chunk-V323QBC3.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2553},"dist/lib/neutral/chunk-V323QBC3.mjs":{"imports":[{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-deck","kind":"import-statement","external":true}],"exports":["useExitPresenter"],"inputs":{"src/useExitPresenter.ts":{"bytesInOutput":1157}},"bytes":1260},"dist/lib/neutral/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-VVALMI52.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-PPL2FF6R.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["PresenterCapabilities","PresenterContext","PresenterOperation","Settings","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0}},"bytes":436},"dist/lib/neutral/chunk-VVALMI52.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3861},"dist/lib/neutral/chunk-VVALMI52.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true}],"exports":["PresenterCapabilities_exports","PresenterContext","PresenterOperation_exports","Settings_exports"],"inputs":{"src/types/index.ts":{"bytesInOutput":142},"src/types/PresenterCapabilities.ts":{"bytesInOutput":259},"src/types/PresenterOperation.ts":{"bytesInOutput":787},"src/types/Settings.ts":{"bytesInOutput":386}},"bytes":1931},"dist/lib/neutral/PresenterPlugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":12908},"dist/lib/neutral/PresenterPlugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true}],"exports":["PresenterPlugin","default"],"entryPoint":"src/PresenterPlugin.tsx","inputs":{"src/PresenterPlugin.tsx":{"bytesInOutput":758},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/PLUGIN.mdl?raw":{"bytesInOutput":10748}},"bytes":11785},"dist/lib/neutral/PresenterPlugin.node.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":848},"dist/lib/neutral/PresenterPlugin.node.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["PresenterPlugin","default"],"entryPoint":"src/PresenterPlugin.node.ts","inputs":{"src/PresenterPlugin.node.ts":{"bytesInOutput":347}},"bytes":533},"dist/lib/neutral/PresenterPlugin.workerd.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":537},"dist/lib/neutral/PresenterPlugin.workerd.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["PresenterPlugin","default"],"entryPoint":"src/PresenterPlugin.workerd.ts","inputs":{"src/PresenterPlugin.workerd.ts":{"bytesInOutput":192}},"bytes":387},"dist/lib/neutral/capabilities/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":797},"dist/lib/neutral/capabilities/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/neutral/app-graph-builder-DIEDSRPX.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/react-surface-SPJGAJIF.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/settings-R6LRDAAK.mjs","kind":"dynamic-import"}],"exports":["AppGraphBuilder","PresenterSettings","ReactSurface"],"entryPoint":"src/capabilities/index.ts","inputs":{"src/capabilities/index.ts":{"bytesInOutput":362}},"bytes":526},"dist/lib/neutral/components/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":28817},"dist/lib/neutral/components/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"highlight.js/styles/github.css","kind":"import-statement","external":true},{"path":"hastscript","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-markdown","kind":"import-statement","external":true},{"path":"rehype-add-classes","kind":"import-statement","external":true},{"path":"rehype-highlight","kind":"import-statement","external":true},{"path":"remark-frontmatter","kind":"import-statement","external":true},{"path":"remark-parse-frontmatter","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":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"reveal.js/dist/reveal.css","kind":"import-statement","external":true},{"path":"reveal.js/dist/theme/black.css","kind":"import-statement","external":true},{"path":"highlight.js/styles/tokyo-night-dark.css","kind":"import-statement","external":true},{"path":"highlight.js","kind":"import-statement","external":true},{"path":"highlight.js/lib/languages/typescript","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"reveal.js","kind":"import-statement","external":true},{"path":"reveal.js/plugin/highlight/highlight","kind":"import-statement","external":true},{"path":"reveal.js/plugin/markdown/plugin.js","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"dist/lib/neutral/PresenterSettings-2G4XD4QY.mjs","kind":"dynamic-import"}],"exports":["Layout","PageNumber","Pager","Panel","PresenterSettings","RevealPlayer","Slide","StartButton"],"entryPoint":"src/components/index.ts","inputs":{"src/components/index.ts":{"bytesInOutput":111},"src/components/Markdown/Panel.tsx":{"bytesInOutput":1327},"src/components/Markdown/index.ts":{"bytesInOutput":0},"src/components/Markdown/Slide.tsx":{"bytesInOutput":2652},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/src/components/Markdown/styles.css?raw":{"bytesInOutput":2101},"src/components/Markdown/theme.ts":{"bytesInOutput":484},"src/components/Presenter/Layout.tsx":{"bytesInOutput":1012},"src/components/Presenter/index.ts":{"bytesInOutput":0},"src/components/Presenter/Pager.tsx":{"bytesInOutput":3259},"src/components/RevealPlayer/RevealPlayer.tsx":{"bytesInOutput":4606},"src/components/RevealPlayer/index.ts":{"bytesInOutput":0}},"bytes":16171},"dist/lib/neutral/containers/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":783},"dist/lib/neutral/containers/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"dist/lib/neutral/CollectionPresenterArticle-DFREOQTG.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/DocumentPresenterContainer-KCDZ2O2C.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/MarkdownSlide-WXILOIBE.mjs","kind":"dynamic-import"}],"exports":["CollectionPresenterArticle","DocumentPresenterContainer","MarkdownSlide"],"entryPoint":"src/containers/index.ts","inputs":{"src/containers/index.ts":{"bytesInOutput":301}},"bytes":484},"dist/lib/neutral/meta.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/meta.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-PPL2FF6R.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["meta"],"entryPoint":"src/meta.ts","inputs":{},"bytes":131},"dist/lib/neutral/chunk-PPL2FF6R.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2114},"dist/lib/neutral/chunk-PPL2FF6R.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["meta"],"inputs":{"src/meta.ts":{"bytesInOutput":1568}},"bytes":1647},"dist/lib/neutral/chunk-J5LGTIGS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/chunk-J5LGTIGS.mjs":{"imports":[],"exports":["__export"],"inputs":{},"bytes":235}}}
|
|
1
|
+
{"inputs":{"dx.config.ts":{"bytes":4610,"imports":[{"path":"@dxos/app-framework/config","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/meta.ts":{"bytes":799,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dx.config.ts","kind":"import-statement","original":"../dx.config"}],"format":"esm"},"src/types/PresenterCapabilities.ts":{"bytes":1487,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/types/PresenterOperation.ts":{"bytes":3438,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/types/Settings.ts":{"bytes":1641,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true}],"format":"esm"},"src/types/index.ts":{"bytes":1709,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/types/PresenterCapabilities.ts","kind":"import-statement","original":"./PresenterCapabilities"},{"path":"src/types/PresenterOperation.ts","kind":"import-statement","original":"./PresenterOperation"},{"path":"src/types/Settings.ts","kind":"import-statement","original":"./Settings"}],"format":"esm"},"src/index.ts":{"bytes":449,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/PLUGIN.mdl":{"bytes":9680,"imports":[]},"src/PresenterPlugin.tsx":{"bytes":5182,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true},{"path":"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/PLUGIN.mdl","kind":"import-statement","original":"../PLUGIN.mdl?raw"}],"format":"esm"},"src/PresenterPlugin.node.ts":{"bytes":1610,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/PresenterPlugin.workerd.ts":{"bytes":1014,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/app-graph-builder.ts":{"bytes":11757,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/markdown-extension.ts":{"bytes":4758,"imports":[{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/ui-editor","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/operation-handler.ts":{"bytes":1679,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#operations","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/react-surface.tsx":{"bytes":9395,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/settings.ts":{"bytes":3150,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/index.ts":{"bytes":2392,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"},{"path":"src/capabilities/markdown-extension.ts","kind":"dynamic-import","original":"./markdown-extension"},{"path":"src/capabilities/operation-handler.ts","kind":"dynamic-import","original":"./operation-handler"},{"path":"src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"},{"path":"src/capabilities/settings.ts","kind":"dynamic-import","original":"./settings"}],"format":"esm"},"src/components/Markdown/Panel.tsx":{"bytes":7856,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/src/components/Markdown/styles.css":{"bytes":1972,"imports":[]},"src/components/Markdown/theme.ts":{"bytes":1980,"imports":[],"format":"esm"},"src/components/Markdown/Slide.tsx":{"bytes":11605,"imports":[{"path":"highlight.js/styles/github.css","kind":"import-statement","external":true},{"path":"hastscript","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-markdown","kind":"import-statement","external":true},{"path":"rehype-add-classes","kind":"import-statement","external":true},{"path":"rehype-highlight","kind":"import-statement","external":true},{"path":"remark-frontmatter","kind":"import-statement","external":true},{"path":"remark-parse-frontmatter","kind":"import-statement","external":true},{"path":"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/src/components/Markdown/styles.css","kind":"import-statement","original":"./styles.css?raw"},{"path":"src/components/Markdown/theme.ts","kind":"import-statement","original":"./theme"}],"format":"esm"},"src/components/Markdown/index.ts":{"bytes":450,"imports":[{"path":"src/components/Markdown/Panel.tsx","kind":"import-statement","original":"./Panel"},{"path":"src/components/Markdown/Slide.tsx","kind":"import-statement","original":"./Slide"}],"format":"esm"},"src/components/Presenter/Layout.tsx":{"bytes":3587,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/components/Presenter/Pager.tsx":{"bytes":12315,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/components/Presenter/PresentationShell.tsx":{"bytes":10653,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/components/Presenter/index.ts":{"bytes":564,"imports":[{"path":"src/components/Presenter/Layout.tsx","kind":"import-statement","original":"./Layout"},{"path":"src/components/Presenter/Pager.tsx","kind":"import-statement","original":"./Pager"},{"path":"src/components/Presenter/PresentationShell.tsx","kind":"import-statement","original":"./PresentationShell"}],"format":"esm"},"src/components/RevealPlayer/RevealPlayer.tsx":{"bytes":16549,"imports":[{"path":"reveal.js/dist/reveal.css","kind":"import-statement","external":true},{"path":"reveal.js/dist/theme/black.css","kind":"import-statement","external":true},{"path":"highlight.js/styles/tokyo-night-dark.css","kind":"import-statement","external":true},{"path":"highlight.js","kind":"import-statement","external":true},{"path":"highlight.js/lib/languages/typescript","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"reveal.js","kind":"import-statement","external":true},{"path":"reveal.js/plugin/highlight/highlight","kind":"import-statement","external":true},{"path":"reveal.js/plugin/markdown/plugin.js","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/components/RevealPlayer/index.ts":{"bytes":388,"imports":[{"path":"src/components/RevealPlayer/RevealPlayer.tsx","kind":"import-statement","original":"./RevealPlayer"}],"format":"esm"},"src/components/PresenterSettings/PresenterSettings.tsx":{"bytes":3302,"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":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/components/PresenterSettings/index.ts":{"bytes":536,"imports":[{"path":"src/components/PresenterSettings/PresenterSettings.tsx","kind":"import-statement","original":"./PresenterSettings"}],"format":"esm"},"src/components/index.ts":{"bytes":1013,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/components/Markdown/index.ts","kind":"import-statement","original":"./Markdown"},{"path":"src/components/Presenter/index.ts","kind":"import-statement","original":"./Presenter"},{"path":"src/components/RevealPlayer/index.ts","kind":"import-statement","original":"./RevealPlayer"},{"path":"src/components/PresenterSettings/index.ts","kind":"dynamic-import","original":"./PresenterSettings"}],"format":"esm"},"src/useExitPresenter.ts":{"bytes":2379,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/containers/CollectionPresenterArticle/CollectionPresenterArticle.tsx":{"bytes":5785,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"src/useExitPresenter.ts","kind":"import-statement","original":"../../useExitPresenter"}],"format":"esm"},"src/containers/CollectionPresenterArticle/index.ts":{"bytes":590,"imports":[{"path":"src/containers/CollectionPresenterArticle/CollectionPresenterArticle.tsx","kind":"import-statement","original":"./CollectionPresenterArticle"}],"format":"esm"},"src/containers/DocumentPresenterContainer/DocumentPresenterContainer.tsx":{"bytes":2702,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"src/useExitPresenter.ts","kind":"import-statement","original":"../../useExitPresenter"}],"format":"esm"},"src/containers/DocumentPresenterContainer/index.ts":{"bytes":590,"imports":[{"path":"src/containers/DocumentPresenterContainer/DocumentPresenterContainer.tsx","kind":"import-statement","original":"./DocumentPresenterContainer"}],"format":"esm"},"src/containers/MarkdownSlide/MarkdownSlide.tsx":{"bytes":1677,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"format":"esm"},"src/containers/MarkdownSlide/index.ts":{"bytes":512,"imports":[{"path":"src/containers/MarkdownSlide/MarkdownSlide.tsx","kind":"import-statement","original":"./MarkdownSlide"}],"format":"esm"},"src/containers/index.ts":{"bytes":1416,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/containers/CollectionPresenterArticle/index.ts","kind":"dynamic-import","original":"./CollectionPresenterArticle"},{"path":"src/containers/DocumentPresenterContainer/index.ts","kind":"dynamic-import","original":"./DocumentPresenterContainer"},{"path":"src/containers/MarkdownSlide/index.ts","kind":"dynamic-import","original":"./MarkdownSlide"}],"format":"esm"},"src/paths.ts":{"bytes":1088,"imports":[{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true}],"format":"esm"},"src/operations/toggle-presentation.ts":{"bytes":7489,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-deck","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"src/paths.ts","kind":"import-statement","original":"../paths"}],"format":"esm"},"src/operations/index.ts":{"bytes":876,"imports":[{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"src/operations/toggle-presentation.ts","kind":"dynamic-import","original":"./toggle-presentation"}],"format":"esm"},"src/plugin.ts":{"bytes":870,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"#plugin","kind":"dynamic-import","external":true}],"format":"esm"},"src/translations.ts":{"bytes":1363,"imports":[{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/lib/neutral/settings-DBV7N5HT.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1607},"dist/lib/neutral/settings-DBV7N5HT.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/settings.ts","inputs":{"src/capabilities/settings.ts":{"bytesInOutput":730}},"bytes":883},"dist/lib/neutral/PresenterSettings-4YFP4K5G.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1821},"dist/lib/neutral/PresenterSettings-4YFP4K5G.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"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":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/components/PresenterSettings/index.ts","inputs":{"src/components/PresenterSettings/PresenterSettings.tsx":{"bytesInOutput":747},"src/components/PresenterSettings/index.ts":{"bytesInOutput":0}},"bytes":936},"dist/lib/neutral/CollectionPresenterArticle-ZRYWBX2H.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3221},"dist/lib/neutral/CollectionPresenterArticle-ZRYWBX2H.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-63IF7OXT.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/CollectionPresenterArticle/index.ts","inputs":{"src/containers/CollectionPresenterArticle/CollectionPresenterArticle.tsx":{"bytesInOutput":1409},"src/containers/CollectionPresenterArticle/index.ts":{"bytesInOutput":0}},"bytes":1693},"dist/lib/neutral/DocumentPresenterContainer-5QF4P736.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1508},"dist/lib/neutral/DocumentPresenterContainer-5QF4P736.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-63IF7OXT.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/DocumentPresenterContainer/index.ts","inputs":{"src/containers/DocumentPresenterContainer/DocumentPresenterContainer.tsx":{"bytesInOutput":600},"src/containers/DocumentPresenterContainer/index.ts":{"bytesInOutput":0}},"bytes":884},"dist/lib/neutral/chunk-63IF7OXT.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1184},"dist/lib/neutral/chunk-63IF7OXT.mjs":{"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["useExitPresenter"],"inputs":{"src/useExitPresenter.ts":{"bytesInOutput":390}},"bytes":493},"dist/lib/neutral/MarkdownSlide-WXILOIBE.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":937},"dist/lib/neutral/MarkdownSlide-WXILOIBE.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/MarkdownSlide/index.ts","inputs":{"src/containers/MarkdownSlide/MarkdownSlide.tsx":{"bytesInOutput":327},"src/containers/MarkdownSlide/index.ts":{"bytesInOutput":0}},"bytes":500},"dist/lib/neutral/toggle-presentation-PH7ZJJDD.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4479},"dist/lib/neutral/toggle-presentation-PH7ZJJDD.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-deck","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/operations/toggle-presentation.ts","inputs":{"src/operations/toggle-presentation.ts":{"bytesInOutput":1599},"src/paths.ts":{"bytesInOutput":147}},"bytes":1989},"dist/lib/neutral/operations/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":472},"dist/lib/neutral/operations/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"dist/lib/neutral/toggle-presentation-PH7ZJJDD.mjs","kind":"dynamic-import"}],"exports":["PresenterOperationHandlerSet"],"entryPoint":"src/operations/index.ts","inputs":{"src/operations/index.ts":{"bytesInOutput":167}},"bytes":305},"dist/lib/neutral/plugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":448},"dist/lib/neutral/plugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-MSQDHOPV.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#plugin","kind":"dynamic-import","external":true}],"exports":["PresenterPlugin"],"entryPoint":"src/plugin.ts","inputs":{"src/plugin.ts":{"bytesInOutput":112}},"bytes":274},"dist/lib/neutral/translations.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":698},"dist/lib/neutral/translations.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"#meta","kind":"import-statement","external":true}],"exports":["translations"],"entryPoint":"src/translations.ts","inputs":{"src/translations.ts":{"bytesInOutput":250}},"bytes":374},"dist/lib/neutral/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/types/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-H5JLSLAO.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["PresenterCapabilities","PresenterContext","PresenterOperation","Settings"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":383},"dist/lib/neutral/app-graph-builder-JMQVBFG2.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5865},"dist/lib/neutral/app-graph-builder-JMQVBFG2.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/app-graph-builder.ts","inputs":{"src/capabilities/app-graph-builder.ts":{"bytesInOutput":3037}},"bytes":3217},"dist/lib/neutral/markdown-extension-HGLRVZDF.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2410},"dist/lib/neutral/markdown-extension-HGLRVZDF.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/ui-editor","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/markdown-extension.ts","inputs":{"src/capabilities/markdown-extension.ts":{"bytesInOutput":1033}},"bytes":1216},"dist/lib/neutral/operation-handler-3ZESW5AK.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":937},"dist/lib/neutral/operation-handler-3ZESW5AK.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#operations","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/operation-handler.ts","inputs":{"src/capabilities/operation-handler.ts":{"bytesInOutput":351}},"bytes":531},"dist/lib/neutral/react-surface-YGBE3TDK.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4823},"dist/lib/neutral/react-surface-YGBE3TDK.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-surface.tsx","inputs":{"src/capabilities/react-surface.tsx":{"bytesInOutput":2240}},"bytes":2409},"dist/lib/neutral/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-H5JLSLAO.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-MSQDHOPV.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["PresenterCapabilities","PresenterContext","PresenterOperation","Settings","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0}},"bytes":436},"dist/lib/neutral/chunk-H5JLSLAO.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4043},"dist/lib/neutral/chunk-H5JLSLAO.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true}],"exports":["PresenterCapabilities_exports","PresenterContext","PresenterOperation_exports","Settings_exports"],"inputs":{"src/types/index.ts":{"bytesInOutput":142},"src/types/PresenterCapabilities.ts":{"bytesInOutput":268},"src/types/PresenterOperation.ts":{"bytesInOutput":904},"src/types/Settings.ts":{"bytesInOutput":386}},"bytes":2057},"dist/lib/neutral/PresenterPlugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":13627},"dist/lib/neutral/PresenterPlugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true}],"exports":["PresenterPlugin","default"],"entryPoint":"src/PresenterPlugin.tsx","inputs":{"src/PresenterPlugin.tsx":{"bytesInOutput":1069},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/PLUGIN.mdl":{"bytesInOutput":10748}},"bytes":12092},"dist/lib/neutral/PresenterPlugin.node.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":848},"dist/lib/neutral/PresenterPlugin.node.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["PresenterPlugin","default"],"entryPoint":"src/PresenterPlugin.node.ts","inputs":{"src/PresenterPlugin.node.ts":{"bytesInOutput":347}},"bytes":533},"dist/lib/neutral/PresenterPlugin.workerd.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":537},"dist/lib/neutral/PresenterPlugin.workerd.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["PresenterPlugin","default"],"entryPoint":"src/PresenterPlugin.workerd.ts","inputs":{"src/PresenterPlugin.workerd.ts":{"bytesInOutput":192}},"bytes":387},"dist/lib/neutral/capabilities/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1282},"dist/lib/neutral/capabilities/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/neutral/app-graph-builder-JMQVBFG2.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/markdown-extension-HGLRVZDF.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/operation-handler-3ZESW5AK.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/react-surface-YGBE3TDK.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/settings-DBV7N5HT.mjs","kind":"dynamic-import"}],"exports":["AppGraphBuilder","MarkdownExtension","OperationHandler","PresenterSettings","ReactSurface"],"entryPoint":"src/capabilities/index.ts","inputs":{"src/capabilities/index.ts":{"bytesInOutput":587}},"bytes":792},"dist/lib/neutral/components/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":34504},"dist/lib/neutral/components/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"highlight.js/styles/github.css","kind":"import-statement","external":true},{"path":"hastscript","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-markdown","kind":"import-statement","external":true},{"path":"rehype-add-classes","kind":"import-statement","external":true},{"path":"rehype-highlight","kind":"import-statement","external":true},{"path":"remark-frontmatter","kind":"import-statement","external":true},{"path":"remark-parse-frontmatter","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":"@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":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"reveal.js/dist/reveal.css","kind":"import-statement","external":true},{"path":"reveal.js/dist/theme/black.css","kind":"import-statement","external":true},{"path":"highlight.js/styles/tokyo-night-dark.css","kind":"import-statement","external":true},{"path":"highlight.js","kind":"import-statement","external":true},{"path":"highlight.js/lib/languages/typescript","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"reveal.js","kind":"import-statement","external":true},{"path":"reveal.js/plugin/highlight/highlight","kind":"import-statement","external":true},{"path":"reveal.js/plugin/markdown/plugin.js","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"dist/lib/neutral/PresenterSettings-4YFP4K5G.mjs","kind":"dynamic-import"}],"exports":["Layout","PageNumber","Pager","Panel","PresentationShell","PresenterSettings","RevealPlayer","Slide","StartButton"],"entryPoint":"src/components/index.ts","inputs":{"src/components/index.ts":{"bytesInOutput":111},"src/components/Markdown/Panel.tsx":{"bytesInOutput":1327},"src/components/Markdown/index.ts":{"bytesInOutput":0},"src/components/Markdown/Slide.tsx":{"bytesInOutput":2652},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-presenter/src/components/Markdown/styles.css":{"bytesInOutput":2101},"src/components/Markdown/theme.ts":{"bytesInOutput":484},"src/components/Presenter/Layout.tsx":{"bytesInOutput":1012},"src/components/Presenter/index.ts":{"bytesInOutput":0},"src/components/Presenter/Pager.tsx":{"bytesInOutput":3259},"src/components/Presenter/PresentationShell.tsx":{"bytesInOutput":2342},"src/components/RevealPlayer/RevealPlayer.tsx":{"bytesInOutput":4619},"src/components/RevealPlayer/index.ts":{"bytesInOutput":0}},"bytes":18594},"dist/lib/neutral/containers/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":783},"dist/lib/neutral/containers/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"dist/lib/neutral/CollectionPresenterArticle-ZRYWBX2H.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/DocumentPresenterContainer-5QF4P736.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/MarkdownSlide-WXILOIBE.mjs","kind":"dynamic-import"}],"exports":["CollectionPresenterArticle","DocumentPresenterContainer","MarkdownSlide"],"entryPoint":"src/containers/index.ts","inputs":{"src/containers/index.ts":{"bytesInOutput":301}},"bytes":484},"dist/lib/neutral/meta.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/meta.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-MSQDHOPV.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["meta"],"entryPoint":"src/meta.ts","inputs":{},"bytes":131},"dist/lib/neutral/chunk-MSQDHOPV.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2444},"dist/lib/neutral/chunk-MSQDHOPV.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/config","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["meta"],"inputs":{"src/meta.ts":{"bytesInOutput":102},"dx.config.ts":{"bytesInOutput":1623}},"bytes":1837},"dist/lib/neutral/chunk-J5LGTIGS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/chunk-J5LGTIGS.mjs":{"imports":[],"exports":["__export"],"inputs":{},"bytes":235}}}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import "./chunk-J5LGTIGS.mjs";
|
|
2
|
+
|
|
3
|
+
// src/capabilities/operation-handler.ts
|
|
4
|
+
import * as Effect from "effect/Effect";
|
|
5
|
+
import { Capabilities, Capability } from "@dxos/app-framework";
|
|
6
|
+
import { PresenterOperationHandlerSet } from "#operations";
|
|
7
|
+
var operation_handler_default = Capability.makeModule(Effect.fnUntraced(function* () {
|
|
8
|
+
return Capability.contributes(Capabilities.OperationHandler, PresenterOperationHandlerSet);
|
|
9
|
+
}));
|
|
10
|
+
export {
|
|
11
|
+
operation_handler_default as default
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=operation-handler-3ZESW5AK.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/capabilities/operation-handler.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capabilities, Capability } from '@dxos/app-framework';\nimport type { OperationHandlerSet } from '@dxos/compute';\n\nimport { PresenterOperationHandlerSet } from '#operations';\n\nexport default Capability.makeModule<OperationHandlerSet.OperationHandlerSet>(\n Effect.fnUntraced(function* () {\n return Capability.contributes(Capabilities.OperationHandler, PresenterOperationHandlerSet);\n }),\n);\n"],
|
|
5
|
+
"mappings": ";;;AAIA,YAAYA,YAAY;AAExB,SAASC,cAAcC,kBAAkB;AAGzC,SAASC,oCAAoC;AAE7C,IAAA,4BAAeD,WAAWE,WACjBC,kBAAW,aAAA;AAChB,SAAOH,WAAWI,YAAYL,aAAaM,kBAAkBJ,4BAAAA;AAC/D,CAAA,CAAA;",
|
|
6
|
+
"names": ["Effect", "Capabilities", "Capability", "PresenterOperationHandlerSet", "makeModule", "fnUntraced", "contributes", "OperationHandler"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "../chunk-J5LGTIGS.mjs";
|
|
2
|
+
|
|
3
|
+
// src/operations/index.ts
|
|
4
|
+
import { OperationHandlerSet } from "@dxos/compute";
|
|
5
|
+
var PresenterOperationHandlerSet = OperationHandlerSet.lazy(() => import("../toggle-presentation-PH7ZJJDD.mjs"));
|
|
6
|
+
export {
|
|
7
|
+
PresenterOperationHandlerSet
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/operations/index.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { OperationHandlerSet } from '@dxos/compute';\n\nexport const PresenterOperationHandlerSet = OperationHandlerSet.lazy(() => import('./toggle-presentation'));\n"],
|
|
5
|
+
"mappings": ";;;AAIA,SAASA,2BAA2B;AAE7B,IAAMC,+BAA+BD,oBAAoBE,KAAK,MAAM,OAAO,qCAAA,CAAA;",
|
|
6
|
+
"names": ["OperationHandlerSet", "PresenterOperationHandlerSet", "lazy"]
|
|
7
|
+
}
|
|
@@ -15,7 +15,7 @@ var react_surface_default = Capability.makeModule(() => Effect.succeed(Capabilit
|
|
|
15
15
|
Surface.create({
|
|
16
16
|
id: "document",
|
|
17
17
|
position: "first",
|
|
18
|
-
filter:
|
|
18
|
+
filter: Surface.makeFilter(AppSurface.Article, (data) => !!data.subject && typeof data.subject === "object" && "type" in data.subject && "object" in data.subject && data.subject.type === meta.profile.key && Obj.instanceOf(Markdown.Document, data.subject.object)),
|
|
19
19
|
component: ({ data }) => /* @__PURE__ */ React.createElement(DocumentPresenterContainer, {
|
|
20
20
|
document: data.subject.object
|
|
21
21
|
})
|
|
@@ -23,7 +23,7 @@ var react_surface_default = Capability.makeModule(() => Effect.succeed(Capabilit
|
|
|
23
23
|
Surface.create({
|
|
24
24
|
id: "collection",
|
|
25
25
|
position: "first",
|
|
26
|
-
filter:
|
|
26
|
+
filter: Surface.makeFilter(AppSurface.Article, (data) => !!data.subject && typeof data.subject === "object" && "type" in data.subject && "object" in data.subject && data.subject.type === meta.profile.key && Obj.instanceOf(Collection.Collection, data.subject.object)),
|
|
27
27
|
component: ({ role, data }) => /* @__PURE__ */ React.createElement(CollectionPresenterArticle, {
|
|
28
28
|
role,
|
|
29
29
|
subject: data.subject.object
|
|
@@ -38,7 +38,7 @@ var react_surface_default = Capability.makeModule(() => Effect.succeed(Capabilit
|
|
|
38
38
|
}),
|
|
39
39
|
Surface.create({
|
|
40
40
|
id: "pluginSettings",
|
|
41
|
-
filter: AppSurface.settings(AppSurface.Article, meta.
|
|
41
|
+
filter: AppSurface.settings(AppSurface.Article, meta.profile.key),
|
|
42
42
|
component: ({ data: { subject } }) => {
|
|
43
43
|
const { settings, updateSettings } = useSettingsState(subject.atom);
|
|
44
44
|
return /* @__PURE__ */ React.createElement(PresenterSettings, {
|
|
@@ -51,4 +51,4 @@ var react_surface_default = Capability.makeModule(() => Effect.succeed(Capabilit
|
|
|
51
51
|
export {
|
|
52
52
|
react_surface_default as default
|
|
53
53
|
};
|
|
54
|
-
//# sourceMappingURL=react-surface-
|
|
54
|
+
//# sourceMappingURL=react-surface-YGBE3TDK.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/capabilities/react-surface.tsx"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\nimport React from 'react';\n\nimport { Capabilities, Capability } from '@dxos/app-framework';\nimport { Surface, useSettingsState } from '@dxos/app-framework/ui';\nimport { AppSurface } from '@dxos/app-toolkit/ui';\nimport { Collection, Obj } from '@dxos/echo';\nimport { Markdown } from '@dxos/plugin-markdown';\n\nimport { PresenterSettings } from '#components';\nimport { CollectionPresenterArticle, DocumentPresenterContainer, MarkdownSlide } from '#containers';\nimport { meta } from '#meta';\nimport { type Settings } from '#types';\n\nexport default Capability.makeModule(() =>\n Effect.succeed(\n Capability.contributes(Capabilities.ReactSurface, [\n Surface.create({\n id: 'document',\n position: 'first',\n filter: Surface.makeFilter(\n AppSurface.Article,\n (data): data is AppSurface.ArticleData<{ type: typeof meta.profile.key; object: Markdown.Document }> =>\n !!data.subject &&\n typeof data.subject === 'object' &&\n 'type' in data.subject &&\n 'object' in data.subject &&\n data.subject.type === meta.profile.key &&\n Obj.instanceOf(Markdown.Document, data.subject.object),\n ),\n component: ({ data }) => <DocumentPresenterContainer document={data.subject.object} />,\n }),\n Surface.create({\n id: 'collection',\n position: 'first',\n filter: Surface.makeFilter(\n AppSurface.Article,\n (data): data is AppSurface.ArticleData<{ type: typeof meta.profile.key; object: Collection.Collection }> =>\n !!data.subject &&\n typeof data.subject === 'object' &&\n 'type' in data.subject &&\n 'object' in data.subject &&\n data.subject.type === meta.profile.key &&\n Obj.instanceOf(Collection.Collection, data.subject.object),\n ),\n component: ({ role, data }) => <CollectionPresenterArticle role={role} subject={data.subject.object} />,\n }),\n Surface.create({\n id: 'slide',\n filter: AppSurface.object(AppSurface.Slide, Markdown.Document),\n component: ({ data }) => <MarkdownSlide document={data.subject} />,\n }),\n Surface.create({\n id: 'pluginSettings',\n filter: AppSurface.settings(AppSurface.Article, meta.profile.key),\n component: ({ data: { subject } }) => {\n const { settings, updateSettings } = useSettingsState<Settings.Settings>(subject.atom);\n return <PresenterSettings settings={settings} onSettingsChange={updateSettings} />;\n },\n }),\n ]),\n ),\n);\n"],
|
|
5
|
+
"mappings": ";;;AAIA,YAAYA,YAAY;AACxB,OAAOC,WAAW;AAElB,SAASC,cAAcC,kBAAkB;AACzC,SAASC,SAASC,wBAAwB;AAC1C,SAASC,kBAAkB;AAC3B,SAASC,YAAYC,WAAW;AAChC,SAASC,gBAAgB;AAEzB,SAASC,yBAAyB;AAClC,SAASC,4BAA4BC,4BAA4BC,qBAAqB;AACtF,SAASC,YAAY;AAGrB,IAAA,wBAAeX,WAAWY,WAAW,MAC5BC,eACLb,WAAWc,YAAYf,aAAagB,cAAc;EAChDd,QAAQe,OAAO;IACbC,IAAI;IACJC,UAAU;IACVC,QAAQlB,QAAQmB,WACdjB,WAAWkB,SACX,CAACC,SACC,CAAC,CAACA,KAAKC,WACP,OAAOD,KAAKC,YAAY,YACxB,UAAUD,KAAKC,WACf,YAAYD,KAAKC,WACjBD,KAAKC,QAAQC,SAASb,KAAKc,QAAQC,OACnCrB,IAAIsB,WAAWrB,SAASsB,UAAUN,KAAKC,QAAQM,MAAM,CAAA;IAEzDC,WAAW,CAAC,EAAER,KAAI,MAAO,sBAAA,cAACb,4BAAAA;MAA2BsB,UAAUT,KAAKC,QAAQM;;EAC9E,CAAA;EACA5B,QAAQe,OAAO;IACbC,IAAI;IACJC,UAAU;IACVC,QAAQlB,QAAQmB,WACdjB,WAAWkB,SACX,CAACC,SACC,CAAC,CAACA,KAAKC,WACP,OAAOD,KAAKC,YAAY,YACxB,UAAUD,KAAKC,WACf,YAAYD,KAAKC,WACjBD,KAAKC,QAAQC,SAASb,KAAKc,QAAQC,OACnCrB,IAAIsB,WAAWvB,WAAWA,YAAYkB,KAAKC,QAAQM,MAAM,CAAA;IAE7DC,WAAW,CAAC,EAAEE,MAAMV,KAAI,MAAO,sBAAA,cAACd,4BAAAA;MAA2BwB;MAAYT,SAASD,KAAKC,QAAQM;;EAC/F,CAAA;EACA5B,QAAQe,OAAO;IACbC,IAAI;IACJE,QAAQhB,WAAW0B,OAAO1B,WAAW8B,OAAO3B,SAASsB,QAAQ;IAC7DE,WAAW,CAAC,EAAER,KAAI,MAAO,sBAAA,cAACZ,eAAAA;MAAcqB,UAAUT,KAAKC;;EACzD,CAAA;EACAtB,QAAQe,OAAO;IACbC,IAAI;IACJE,QAAQhB,WAAW+B,SAAS/B,WAAWkB,SAASV,KAAKc,QAAQC,GAAG;IAChEI,WAAW,CAAC,EAAER,MAAM,EAAEC,QAAO,EAAE,MAAE;AAC/B,YAAM,EAAEW,UAAUC,eAAc,IAAKjC,iBAAoCqB,QAAQa,IAAI;AACrF,aAAO,sBAAA,cAAC7B,mBAAAA;QAAkB2B;QAAoBG,kBAAkBF;;IAClE;EACF,CAAA;CACD,CAAA,CAAA;",
|
|
6
|
+
"names": ["Effect", "React", "Capabilities", "Capability", "Surface", "useSettingsState", "AppSurface", "Collection", "Obj", "Markdown", "PresenterSettings", "CollectionPresenterArticle", "DocumentPresenterContainer", "MarkdownSlide", "meta", "makeModule", "succeed", "contributes", "ReactSurface", "create", "id", "position", "filter", "makeFilter", "Article", "data", "subject", "type", "profile", "key", "instanceOf", "Document", "object", "component", "document", "role", "Slide", "settings", "updateSettings", "atom", "onSettingsChange"]
|
|
7
|
+
}
|
|
@@ -9,14 +9,14 @@ import { meta } from "#meta";
|
|
|
9
9
|
import { PresenterCapabilities, Settings } from "#types";
|
|
10
10
|
var settings_default = Capability.makeModule(() => Effect.sync(() => {
|
|
11
11
|
const settingsAtom = createKvsStore({
|
|
12
|
-
key: meta.
|
|
12
|
+
key: meta.profile.key,
|
|
13
13
|
schema: Settings.Settings,
|
|
14
14
|
defaultValue: () => ({})
|
|
15
15
|
});
|
|
16
16
|
return [
|
|
17
17
|
Capability.contributes(PresenterCapabilities.Settings, settingsAtom),
|
|
18
18
|
Capability.contributes(AppCapabilities.Settings, {
|
|
19
|
-
prefix: meta.
|
|
19
|
+
prefix: meta.profile.key,
|
|
20
20
|
schema: Settings.Settings,
|
|
21
21
|
atom: settingsAtom
|
|
22
22
|
})
|
|
@@ -25,4 +25,4 @@ var settings_default = Capability.makeModule(() => Effect.sync(() => {
|
|
|
25
25
|
export {
|
|
26
26
|
settings_default as default
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=settings-
|
|
28
|
+
//# sourceMappingURL=settings-DBV7N5HT.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/capabilities/settings.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capability } from '@dxos/app-framework';\nimport { AppCapabilities } from '@dxos/app-toolkit';\nimport { createKvsStore } from '@dxos/effect';\n\nimport { meta } from '#meta';\nimport { PresenterCapabilities, Settings } from '#types';\n\nexport default Capability.makeModule(() =>\n Effect.sync(() => {\n const settingsAtom = createKvsStore({\n key: meta.
|
|
5
|
-
"mappings": ";;;AAIA,YAAYA,YAAY;AAExB,SAASC,kBAAkB;AAC3B,SAASC,uBAAuB;AAChC,SAASC,sBAAsB;AAE/B,SAASC,YAAY;AACrB,SAASC,uBAAuBC,gBAAgB;AAEhD,IAAA,mBAAeL,WAAWM,WAAW,MAC5BC,YAAK,MAAA;AACV,QAAMC,eAAeN,eAAe;IAClCO,KAAKN,KAAKO;
|
|
6
|
-
"names": ["Effect", "Capability", "AppCapabilities", "createKvsStore", "meta", "PresenterCapabilities", "Settings", "makeModule", "sync", "settingsAtom", "key", "
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capability } from '@dxos/app-framework';\nimport { AppCapabilities } from '@dxos/app-toolkit';\nimport { createKvsStore } from '@dxos/effect';\n\nimport { meta } from '#meta';\nimport { PresenterCapabilities, Settings } from '#types';\n\nexport default Capability.makeModule(() =>\n Effect.sync(() => {\n const settingsAtom = createKvsStore({\n key: meta.profile.key,\n schema: Settings.Settings,\n defaultValue: () => ({}),\n });\n\n return [\n Capability.contributes(PresenterCapabilities.Settings, settingsAtom),\n Capability.contributes(AppCapabilities.Settings, {\n prefix: meta.profile.key,\n schema: Settings.Settings,\n atom: settingsAtom,\n }),\n ];\n }),\n);\n"],
|
|
5
|
+
"mappings": ";;;AAIA,YAAYA,YAAY;AAExB,SAASC,kBAAkB;AAC3B,SAASC,uBAAuB;AAChC,SAASC,sBAAsB;AAE/B,SAASC,YAAY;AACrB,SAASC,uBAAuBC,gBAAgB;AAEhD,IAAA,mBAAeL,WAAWM,WAAW,MAC5BC,YAAK,MAAA;AACV,QAAMC,eAAeN,eAAe;IAClCO,KAAKN,KAAKO,QAAQD;IAClBE,QAAQN,SAASA;IACjBO,cAAc,OAAO,CAAC;EACxB,CAAA;AAEA,SAAO;IACLZ,WAAWa,YAAYT,sBAAsBC,UAAUG,YAAAA;IACvDR,WAAWa,YAAYZ,gBAAgBI,UAAU;MAC/CS,QAAQX,KAAKO,QAAQD;MACrBE,QAAQN,SAASA;MACjBU,MAAMP;IACR,CAAA;;AAEJ,CAAA,CAAA;",
|
|
6
|
+
"names": ["Effect", "Capability", "AppCapabilities", "createKvsStore", "meta", "PresenterCapabilities", "Settings", "makeModule", "sync", "settingsAtom", "key", "profile", "schema", "defaultValue", "contributes", "prefix", "atom"]
|
|
7
7
|
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import "./chunk-J5LGTIGS.mjs";
|
|
2
|
+
|
|
3
|
+
// src/operations/toggle-presentation.ts
|
|
4
|
+
import * as Effect from "effect/Effect";
|
|
5
|
+
import { Capabilities } from "@dxos/app-framework";
|
|
6
|
+
import { LayoutOperation, Paths } from "@dxos/app-toolkit";
|
|
7
|
+
import { Operation } from "@dxos/compute";
|
|
8
|
+
import { Obj } from "@dxos/echo";
|
|
9
|
+
import { DeckCapabilities, DeckOperation } from "@dxos/plugin-deck";
|
|
10
|
+
import { PresenterOperation } from "#types";
|
|
11
|
+
|
|
12
|
+
// src/paths.ts
|
|
13
|
+
import { linkedSegment } from "@dxos/react-ui-attention";
|
|
14
|
+
var getPresentationPath = (objectPath) => `${objectPath}/${linkedSegment("presenter")}`;
|
|
15
|
+
|
|
16
|
+
// src/operations/toggle-presentation.ts
|
|
17
|
+
var handler = PresenterOperation.TogglePresentation.pipe(Operation.withHandler(Effect.fnUntraced(function* ({ object, state }) {
|
|
18
|
+
const db = Obj.getDatabase(object);
|
|
19
|
+
if (!db) {
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
const objectPath = Paths.getObjectPathFromObject(object);
|
|
23
|
+
const presenterId = getPresentationPath(objectPath);
|
|
24
|
+
const deckState = yield* Capabilities.getAtomValue(DeckCapabilities.State);
|
|
25
|
+
const deck = deckState.decks[deckState.activeDeck];
|
|
26
|
+
const presenting = Boolean(deck?.fullscreen && deck?.solo === presenterId);
|
|
27
|
+
const next = state ?? !presenting;
|
|
28
|
+
if (next) {
|
|
29
|
+
if (!deck?.fullscreen) {
|
|
30
|
+
yield* Operation.invoke(DeckOperation.Adjust, {
|
|
31
|
+
type: "solo--fullscreen",
|
|
32
|
+
id: presenterId
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
yield* Operation.invoke(LayoutOperation.Open, {
|
|
36
|
+
subject: [
|
|
37
|
+
presenterId
|
|
38
|
+
],
|
|
39
|
+
workspace: Paths.getSpacePath(db.spaceId)
|
|
40
|
+
});
|
|
41
|
+
} else {
|
|
42
|
+
if (deck?.fullscreen) {
|
|
43
|
+
yield* Operation.invoke(DeckOperation.Adjust, {
|
|
44
|
+
type: "solo--fullscreen",
|
|
45
|
+
id: objectPath
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
yield* Operation.invoke(LayoutOperation.Open, {
|
|
49
|
+
subject: [
|
|
50
|
+
objectPath
|
|
51
|
+
],
|
|
52
|
+
workspace: Paths.getSpacePath(db.spaceId)
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
})));
|
|
56
|
+
var toggle_presentation_default = handler;
|
|
57
|
+
export {
|
|
58
|
+
toggle_presentation_default as default
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=toggle-presentation-PH7ZJJDD.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/operations/toggle-presentation.ts", "../../../src/paths.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capabilities } from '@dxos/app-framework';\nimport { LayoutOperation, Paths } from '@dxos/app-toolkit';\nimport { Operation } from '@dxos/compute';\nimport { Obj } from '@dxos/echo';\nimport { DeckCapabilities, DeckOperation } from '@dxos/plugin-deck';\n\nimport { PresenterOperation } from '#types';\n\nimport { getPresentationPath } from '../paths';\n\n/**\n * Enters or exits presentation for the given object. When `state` is omitted the\n * current presentation state is toggled. Entering fullscreens the presenter companion;\n * exiting reverts fullscreen and re-opens the source object.\n */\nconst handler: Operation.WithHandler<typeof PresenterOperation.TogglePresentation> =\n PresenterOperation.TogglePresentation.pipe(\n Operation.withHandler(\n Effect.fnUntraced(function* ({ object, state }) {\n const db = Obj.getDatabase(object);\n if (!db) {\n return;\n }\n\n const objectPath = Paths.getObjectPathFromObject(object);\n const presenterId = getPresentationPath(objectPath);\n const deckState = yield* Capabilities.getAtomValue(DeckCapabilities.State);\n const deck = deckState.decks[deckState.activeDeck];\n const presenting = Boolean(deck?.fullscreen && deck?.solo === presenterId);\n const next = state ?? !presenting;\n\n if (next) {\n if (!deck?.fullscreen) {\n yield* Operation.invoke(DeckOperation.Adjust, { type: 'solo--fullscreen' as const, id: presenterId });\n }\n yield* Operation.invoke(LayoutOperation.Open, {\n subject: [presenterId],\n workspace: Paths.getSpacePath(db.spaceId),\n });\n } else {\n if (deck?.fullscreen) {\n yield* Operation.invoke(DeckOperation.Adjust, { type: 'solo--fullscreen' as const, id: objectPath });\n }\n yield* Operation.invoke(LayoutOperation.Open, {\n subject: [objectPath],\n workspace: Paths.getSpacePath(db.spaceId),\n });\n }\n }),\n ),\n );\n\nexport default handler;\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { linkedSegment } from '@dxos/react-ui-attention';\n\n/** Canonical qualified path to the presentation companion node for an object. */\nexport const getPresentationPath = (objectPath: string): string => `${objectPath}/${linkedSegment('presenter')}`;\n"],
|
|
5
|
+
"mappings": ";;;AAIA,YAAYA,YAAY;AAExB,SAASC,oBAAoB;AAC7B,SAASC,iBAAiBC,aAAa;AACvC,SAASC,iBAAiB;AAC1B,SAASC,WAAW;AACpB,SAASC,kBAAkBC,qBAAqB;AAEhD,SAASC,0BAA0B;;;ACRnC,SAASC,qBAAqB;AAGvB,IAAMC,sBAAsB,CAACC,eAA+B,GAAGA,UAAAA,IAAcF,cAAc,WAAA,CAAA;;;ADclG,IAAMG,UACJC,mBAAmBC,mBAAmBC,KACpCC,UAAUC,YACDC,kBAAW,WAAW,EAAEC,QAAQC,MAAK,GAAE;AAC5C,QAAMC,KAAKC,IAAIC,YAAYJ,MAAAA;AAC3B,MAAI,CAACE,IAAI;AACP;EACF;AAEA,QAAMG,aAAaC,MAAMC,wBAAwBP,MAAAA;AACjD,QAAMQ,cAAcC,oBAAoBJ,UAAAA;AACxC,QAAMK,YAAY,OAAOC,aAAaC,aAAaC,iBAAiBC,KAAK;AACzE,QAAMC,OAAOL,UAAUM,MAAMN,UAAUO,UAAU;AACjD,QAAMC,aAAaC,QAAQJ,MAAMK,cAAcL,MAAMM,SAASb,WAAAA;AAC9D,QAAMc,OAAOrB,SAAS,CAACiB;AAEvB,MAAII,MAAM;AACR,QAAI,CAACP,MAAMK,YAAY;AACrB,aAAOvB,UAAU0B,OAAOC,cAAcC,QAAQ;QAAEC,MAAM;QAA6BC,IAAInB;MAAY,CAAA;IACrG;AACA,WAAOX,UAAU0B,OAAOK,gBAAgBC,MAAM;MAC5CC,SAAS;QAACtB;;MACVuB,WAAWzB,MAAM0B,aAAa9B,GAAG+B,OAAO;IAC1C,CAAA;EACF,OAAO;AACL,QAAIlB,MAAMK,YAAY;AACpB,aAAOvB,UAAU0B,OAAOC,cAAcC,QAAQ;QAAEC,MAAM;QAA6BC,IAAItB;MAAW,CAAA;IACpG;AACA,WAAOR,UAAU0B,OAAOK,gBAAgBC,MAAM;MAC5CC,SAAS;QAACzB;;MACV0B,WAAWzB,MAAM0B,aAAa9B,GAAG+B,OAAO;IAC1C,CAAA;EACF;AACF,CAAA,CAAA,CAAA;AAIN,IAAA,8BAAexC;",
|
|
6
|
+
"names": ["Effect", "Capabilities", "LayoutOperation", "Paths", "Operation", "Obj", "DeckCapabilities", "DeckOperation", "PresenterOperation", "linkedSegment", "getPresentationPath", "objectPath", "handler", "PresenterOperation", "TogglePresentation", "pipe", "Operation", "withHandler", "fnUntraced", "object", "state", "db", "Obj", "getDatabase", "objectPath", "Paths", "getObjectPathFromObject", "presenterId", "getPresentationPath", "deckState", "Capabilities", "getAtomValue", "DeckCapabilities", "State", "deck", "decks", "activeDeck", "presenting", "Boolean", "fullscreen", "solo", "next", "invoke", "DeckOperation", "Adjust", "type", "id", "LayoutOperation", "Open", "subject", "workspace", "getSpacePath", "spaceId"]
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/translations.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\n\nimport { meta } from '#meta';\n\nexport const translations = [\n {\n 'en-US': {\n [meta.
|
|
5
|
-
"mappings": ";;;AAMA,SAASA,YAAY;AAEd,IAAMC,eAAe;EAC1B;IACE,SAAS;MACP,CAACD,KAAKE,
|
|
6
|
-
"names": ["meta", "translations", "
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\n\nimport { meta } from '#meta';\n\nexport const translations = [\n {\n 'en-US': {\n [meta.profile.key]: {\n 'plugin.name': 'Presenter',\n 'settings.title': 'Presenter settings',\n 'toggle-presentation.label': 'Present',\n },\n },\n },\n] as const satisfies Resource[];\n"],
|
|
5
|
+
"mappings": ";;;AAMA,SAASA,YAAY;AAEd,IAAMC,eAAe;EAC1B;IACE,SAAS;MACP,CAACD,KAAKE,QAAQC,GAAG,GAAG;QAClB,eAAe;QACf,kBAAkB;QAClB,6BAA6B;MAC/B;IACF;EACF;;",
|
|
6
|
+
"names": ["meta", "translations", "profile", "key"]
|
|
7
7
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
readonly plugin: {
|
|
3
|
+
readonly key: string;
|
|
4
|
+
readonly name: string;
|
|
5
|
+
readonly description?: string | undefined;
|
|
6
|
+
readonly author?: string | undefined;
|
|
7
|
+
readonly homePage?: string | undefined;
|
|
8
|
+
readonly source?: string | undefined;
|
|
9
|
+
readonly screenshots?: readonly {
|
|
10
|
+
readonly light?: string | undefined;
|
|
11
|
+
readonly dark?: string | undefined;
|
|
12
|
+
}[] | undefined;
|
|
13
|
+
readonly tags?: readonly string[] | undefined;
|
|
14
|
+
readonly icon?: {
|
|
15
|
+
readonly key: string;
|
|
16
|
+
readonly hue?: string | undefined;
|
|
17
|
+
} | undefined;
|
|
18
|
+
readonly spec?: string | undefined;
|
|
19
|
+
readonly dependsOn?: readonly string[] | undefined;
|
|
20
|
+
};
|
|
21
|
+
readonly publish?: {
|
|
22
|
+
readonly buildCommand?: string | undefined;
|
|
23
|
+
readonly outputDirectory?: string | undefined;
|
|
24
|
+
readonly assetBaseUrl?: string | undefined;
|
|
25
|
+
} | undefined;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
28
|
+
//# sourceMappingURL=dx.config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dx.config.d.ts","sourceRoot":"","sources":["../../dx.config.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresenterPlugin.d.ts","sourceRoot":"","sources":["../../../src/PresenterPlugin.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"PresenterPlugin.d.ts","sourceRoot":"","sources":["../../../src/PresenterPlugin.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAc7C,eAAO,MAAM,eAAe,4BAe3B,CAAC;eAEa,eAAe"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-graph-builder.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/app-graph-builder.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,
|
|
1
|
+
{"version":3,"file":"app-graph-builder.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/app-graph-builder.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,OAAO,EAAE,YAAY,EAA0B,MAAM,oBAAoB,CAAC"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { Capability } from '@dxos/app-framework';
|
|
2
|
-
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
2
|
+
import type { OperationHandlerSet } from '@dxos/compute';
|
|
3
|
+
export declare const AppGraphBuilder: Capability.LazyCapability<void, Capability.ModuleReturn, Error>;
|
|
4
|
+
export declare const MarkdownExtension: Capability.LazyCapability<void, Capability.ModuleReturn, Error>;
|
|
5
|
+
export declare const OperationHandler: Capability.LazyCapability<OperationHandlerSet.OperationHandlerSet, Capability.ModuleReturn, Error>;
|
|
6
|
+
export declare const ReactSurface: Capability.LazyCapability<void, Capability.ModuleReturn, Error>;
|
|
7
|
+
export declare const PresenterSettings: Capability.LazyCapability<void, Capability.ModuleReturn, Error>;
|
|
5
8
|
//# sourceMappingURL=index.d.ts.map
|