@dxos/plugin-deck 0.8.4-main.c1de068 → 0.8.4-main.fd6878d
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/browser/{app-graph-builder-JTFSDT2I.mjs → app-graph-builder-DVEKLXB4.mjs} +3 -3
- package/dist/lib/browser/app-graph-builder-DVEKLXB4.mjs.map +7 -0
- package/dist/lib/browser/{check-app-scheme-57U62A3A.mjs → check-app-scheme-3BQJXWEY.mjs} +1 -1
- package/dist/lib/browser/{check-app-scheme-57U62A3A.mjs.map → check-app-scheme-3BQJXWEY.mjs.map} +2 -2
- package/dist/lib/browser/{chunk-D7KTFCUV.mjs → chunk-6MQIYIPY.mjs} +180 -180
- package/dist/lib/browser/chunk-6MQIYIPY.mjs.map +7 -0
- package/dist/lib/browser/{chunk-QDZO4AJ4.mjs → chunk-MX7WRVX3.mjs} +11 -11
- package/dist/lib/browser/{chunk-QDZO4AJ4.mjs.map → chunk-MX7WRVX3.mjs.map} +3 -3
- package/dist/lib/browser/{chunk-JFTXENFN.mjs → chunk-NRCPV6AV.mjs} +2 -2
- package/dist/lib/browser/{chunk-JFTXENFN.mjs.map → chunk-NRCPV6AV.mjs.map} +2 -2
- package/dist/lib/browser/index.mjs +13 -7
- package/dist/lib/browser/index.mjs.map +3 -3
- package/dist/lib/browser/{intent-resolver-P2OBK5HK.mjs → intent-resolver-2SUIIV6N.mjs} +5 -5
- package/dist/lib/browser/intent-resolver-2SUIIV6N.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/{react-root-PO64J7ML.mjs → react-root-GVZANZX7.mjs} +4 -4
- package/dist/lib/browser/{react-root-PO64J7ML.mjs.map → react-root-GVZANZX7.mjs.map} +2 -2
- package/dist/lib/browser/{react-surface-E45YOVF5.mjs → react-surface-NXSSD2GW.mjs} +4 -4
- package/dist/lib/browser/{react-surface-E45YOVF5.mjs.map → react-surface-NXSSD2GW.mjs.map} +1 -1
- package/dist/lib/browser/{settings-6AJZPZPM.mjs → settings-LUPQPZ27.mjs} +1 -1
- package/dist/lib/browser/{settings-6AJZPZPM.mjs.map → settings-LUPQPZ27.mjs.map} +1 -1
- package/dist/lib/browser/{state-MVDYX77Y.mjs → state-CRXR7X63.mjs} +2 -2
- package/dist/lib/browser/toolkit-OBKFXX23.mjs +47 -0
- package/dist/lib/browser/toolkit-OBKFXX23.mjs.map +7 -0
- package/dist/lib/browser/{url-handler-7L7M6IKH.mjs → url-handler-LROZYQ26.mjs} +2 -2
- package/dist/lib/browser/url-handler-LROZYQ26.mjs.map +7 -0
- package/dist/types/src/DeckPlugin.d.ts.map +1 -1
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
- package/dist/types/src/capabilities/check-app-scheme.d.ts.map +1 -1
- package/dist/types/src/capabilities/index.d.ts +1 -1
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts.map +1 -1
- package/dist/types/src/capabilities/react-root.d.ts.map +1 -1
- package/dist/types/src/capabilities/state.d.ts.map +1 -1
- package/dist/types/src/capabilities/toolkit.d.ts +5 -0
- package/dist/types/src/capabilities/toolkit.d.ts.map +1 -0
- package/dist/types/src/capabilities/tools.d.ts +1 -1
- package/dist/types/src/capabilities/tools.d.ts.map +1 -1
- package/dist/types/src/capabilities/url-handler.d.ts.map +1 -1
- package/dist/types/src/components/DeckLayout/Banner.d.ts.map +1 -1
- package/dist/types/src/components/DeckLayout/DeckLayout.d.ts.map +1 -1
- package/dist/types/src/components/Plank/Plank.d.ts +1 -1
- package/dist/types/src/components/Plank/Plank.d.ts.map +1 -1
- package/dist/types/src/components/Plank/Plank.stories.d.ts +1 -1
- package/dist/types/src/components/Plank/Plank.stories.d.ts.map +1 -1
- package/dist/types/src/components/Plank/PlankError.d.ts.map +1 -1
- package/dist/types/src/components/Plank/PlankHeading.d.ts +1 -1
- package/dist/types/src/components/Plank/PlankHeading.d.ts.map +1 -1
- package/dist/types/src/components/Sidebar/ComplementarySidebar.d.ts.map +1 -1
- package/dist/types/src/hooks/useDeckCompanions.d.ts.map +1 -1
- package/dist/types/src/hooks/useNodeActionExpander.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +36 -32
- package/src/DeckPlugin.ts +11 -5
- package/src/capabilities/app-graph-builder.ts +4 -3
- package/src/capabilities/check-app-scheme.ts +1 -1
- package/src/capabilities/index.ts +2 -1
- package/src/capabilities/intent-resolver.ts +10 -9
- package/src/capabilities/react-root.tsx +2 -1
- package/src/capabilities/react-surface.tsx +1 -1
- package/src/capabilities/settings.ts +1 -1
- package/src/capabilities/state.ts +3 -2
- package/src/capabilities/toolkit.ts +55 -0
- package/src/capabilities/tools.ts +9 -6
- package/src/capabilities/url-handler.ts +3 -2
- package/src/components/DeckLayout/Banner.tsx +1 -1
- package/src/components/DeckLayout/ContentEmpty.tsx +1 -1
- package/src/components/DeckLayout/DeckLayout.tsx +11 -10
- package/src/components/Plank/Plank.stories.tsx +4 -3
- package/src/components/Plank/Plank.tsx +7 -6
- package/src/components/Plank/PlankError.tsx +2 -1
- package/src/components/Plank/PlankHeading.tsx +5 -4
- package/src/components/Sidebar/ComplementarySidebar.tsx +4 -3
- package/src/components/Sidebar/SidebarButton.tsx +2 -2
- package/src/hooks/useDeckCompanions.ts +2 -2
- package/src/hooks/useNodeActionExpander.ts +1 -1
- package/dist/lib/browser/app-graph-builder-JTFSDT2I.mjs.map +0 -7
- package/dist/lib/browser/chunk-D7KTFCUV.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-P2OBK5HK.mjs.map +0 -7
- package/dist/lib/browser/tools-TKQDPCHJ.mjs +0 -88
- package/dist/lib/browser/tools-TKQDPCHJ.mjs.map +0 -7
- package/dist/lib/browser/url-handler-7L7M6IKH.mjs.map +0 -7
- /package/dist/lib/browser/{state-MVDYX77Y.mjs.map → state-CRXR7X63.mjs.map} +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/capabilities/intent-resolver.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { batch } from '@preact/signals-core';\nimport { Effect, Option, Schema, pipe } from 'effect';\n\nimport {\n Capabilities,\n IntentAction,\n LayoutAction,\n type PluginContext,\n chain,\n contributes,\n createIntent,\n createResolver,\n} from '@dxos/app-framework';\nimport { Obj } from '@dxos/echo';\nimport { invariant } from '@dxos/invariant';\nimport { isLiveObject } from '@dxos/live-object';\nimport { log } from '@dxos/log';\nimport { AttentionCapabilities } from '@dxos/plugin-attention';\nimport { isActionLike } from '@dxos/plugin-graph';\nimport { ObservabilityAction } from '@dxos/plugin-observability/types';\nimport { byPosition, isNonNullable } from '@dxos/util';\n\nimport { closeEntry, createEntryId, incrementPlank, openEntry } from '../layout';\nimport { DECK_PLUGIN } from '../meta';\nimport {\n DeckAction,\n type DeckSettingsProps,\n type LayoutMode,\n PLANK_COMPANION_TYPE,\n defaultDeck,\n getMode,\n isLayoutMode,\n} from '../types';\nimport { setActive } from '../util';\n\nimport { DeckCapabilities } from './capabilities';\n\nexport default (context: PluginContext) =>\n contributes(Capabilities.IntentResolver, [\n createResolver({\n intent: IntentAction.ShowUndo,\n resolve: (data) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n const { undoPromise: undo } = context.getCapability(Capabilities.IntentDispatcher);\n\n // TODO(wittjosiah): Support undoing further back than the last action.\n if (layout.currentUndoId) {\n layout.toasts = layout.toasts.filter((toast) => toast.id !== layout.currentUndoId);\n }\n layout.currentUndoId = `${IntentAction.ShowUndo._tag}-${Date.now()}`;\n layout.toasts = [\n ...layout.toasts,\n {\n id: layout.currentUndoId,\n title: data.message ?? ['undo available label', { ns: DECK_PLUGIN }],\n duration: 10_000,\n actionLabel: ['undo action label', { ns: DECK_PLUGIN }],\n actionAlt: ['undo action alt', { ns: DECK_PLUGIN }],\n closeLabel: ['undo close label', { ns: DECK_PLUGIN }],\n onAction: () => undo(),\n },\n ];\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdateSidebar.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.UpdateSidebar.fields.input> =>\n Schema.is(LayoutAction.UpdateSidebar.fields.input)(data),\n resolve: ({ options }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n const next = options?.state ?? layout.sidebarState;\n if (next !== layout.sidebarState) {\n layout.sidebarState = next;\n }\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdateComplementary.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.UpdateComplementary.fields.input> =>\n Schema.is(LayoutAction.UpdateComplementary.fields.input)(data),\n resolve: ({ subject, options }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n\n if (layout.complementarySidebarPanel !== subject) {\n layout.complementarySidebarPanel = subject;\n }\n\n const next = subject ? 'expanded' : (options?.state ?? layout.complementarySidebarState);\n if (next !== layout.complementarySidebarState) {\n layout.complementarySidebarState = next;\n }\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdateDialog.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.UpdateDialog.fields.input> =>\n Schema.is(LayoutAction.UpdateDialog.fields.input)(data),\n resolve: ({ subject, options }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n layout.dialogOpen = options.state ?? Boolean(subject);\n layout.dialogType = options.type ?? 'default';\n layout.dialogBlockAlign = options.blockAlign ?? 'center';\n layout.dialogOverlayClasses = options.overlayClasses;\n layout.dialogOverlayStyle = options.overlayStyle;\n layout.dialogContent = subject ? { component: subject, props: options.props } : null;\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdatePopover.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.UpdatePopover.fields.input> =>\n Schema.is(LayoutAction.UpdatePopover.fields.input)(data),\n resolve: ({ subject, options }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n layout.popoverOpen = options.state ?? Boolean(subject);\n layout.popoverContent =\n typeof subject === 'string' ? { component: subject, props: options.props } : subject ? { subject } : null;\n layout.popoverSide = options.side;\n if (options.variant === 'virtual') {\n layout.popoverAnchor = options.anchor;\n } else {\n layout.popoverAnchorId = options.anchorId;\n }\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.AddToast.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.AddToast.fields.input> =>\n Schema.is(LayoutAction.AddToast.fields.input)(data),\n resolve: ({ subject }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n layout.toasts.push(subject);\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.SetLayoutMode.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.SetLayoutMode.fields.input> => {\n if (!Schema.is(LayoutAction.SetLayoutMode.fields.input)(data)) {\n return false;\n }\n\n if ('mode' in data.options) {\n return isLayoutMode(data.options.mode);\n }\n\n return true;\n },\n resolve: ({ subject, options }) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n\n const setMode = (mode: LayoutMode) => {\n const deck = state.deck;\n const current = deck.solo ? [deck.solo] : deck.active;\n // When un-soloing, the solo entry is added to the deck.\n const next = (\n mode !== 'deck' ? [subject ?? deck.solo ?? deck.active[0]] : [...deck.active, deck.solo]\n ).filter(isNonNullable);\n\n const removed = current.filter((id) => !next.includes(id));\n const closed = Array.from(new Set([...deck.inactive.filter((id) => !next.includes(id)), ...removed]));\n deck.inactive = closed;\n\n if (mode !== 'deck' && next[0]) {\n deck.solo = next[0];\n } else if (mode === 'deck' && deck.solo) {\n deck.solo = undefined;\n deck.initialized = true;\n }\n\n if (mode === 'solo--fullscreen') {\n deck.fullscreen = !deck.fullscreen;\n }\n };\n\n return batch(() => {\n if ('mode' in options) {\n const current = getMode(state.deck);\n if (current !== options.mode) {\n state.previousMode[state.activeDeck] = current;\n }\n setMode(options.mode as LayoutMode);\n } else if ('revert' in options) {\n const last = state.previousMode[state.activeDeck];\n setMode(last ?? 'solo');\n } else {\n log.warn('Invalid layout mode', options);\n }\n });\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.SwitchWorkspace.fields.input> =>\n Schema.is(LayoutAction.SwitchWorkspace.fields.input)(data),\n resolve: ({ subject }) => {\n const { graph } = context.getCapability(Capabilities.AppGraph);\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n batch(() => {\n // TODO(wittjosiah): This is a hack to prevent the previous deck from being set for pinned items.\n // Ideally this should be worked into the data model in a generic way.\n if (!state.activeDeck.startsWith('!')) {\n state.previousDeck = state.activeDeck;\n }\n state.activeDeck = subject;\n if (!state.decks[subject]) {\n state.decks[subject] = { ...defaultDeck };\n }\n });\n\n const first = state.deck.solo ? state.deck.solo : state.deck.active[0];\n if (first) {\n return {\n intents: [createIntent(LayoutAction.ScrollIntoView, { part: 'current', subject: first })],\n };\n } else {\n const [item] = graph\n .getConnections(subject)\n .filter((node) => !isActionLike(node) && !node.properties.disposition);\n if (item) {\n return {\n intents: [createIntent(LayoutAction.Open, { part: 'main', subject: [item.id] })],\n };\n }\n }\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.RevertWorkspace.fields.input> =>\n Schema.is(LayoutAction.RevertWorkspace.fields.input)(data),\n resolve: () => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n return {\n intents: [createIntent(LayoutAction.SwitchWorkspace, { part: 'workspace', subject: state.previousDeck })],\n };\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.Open.fields.input> =>\n Schema.is(LayoutAction.Open.fields.input)(data),\n resolve: ({ subject, options }) =>\n Effect.gen(function* () {\n const { graph } = context.getCapability(Capabilities.AppGraph);\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n const attention = context.getCapability(AttentionCapabilities.Attention);\n const settings = context\n .getCapabilities(Capabilities.SettingsStore)[0]\n ?.getStore<DeckSettingsProps>(DECK_PLUGIN)?.value;\n\n if (options?.workspace && state.activeDeck !== options?.workspace) {\n const { dispatch } = context.getCapability(Capabilities.IntentDispatcher);\n yield* dispatch(\n createIntent(LayoutAction.SwitchWorkspace, { part: 'workspace', subject: options.workspace }),\n );\n }\n\n const previouslyOpenIds = new Set<string>(state.deck.solo ? [state.deck.solo] : state.deck.active);\n batch(() => {\n const next = state.deck.solo\n ? (subject as string[]).map((id) => createEntryId(id, options?.variant))\n : subject.reduce(\n (acc, entryId) =>\n openEntry(acc, entryId, {\n key: options?.key,\n positioning: options?.positioning ?? settings?.newPlankPositioning,\n pivotId: options?.pivotId,\n variant: options?.variant,\n }),\n state.deck.active,\n );\n\n return setActive({ next, state, attention });\n });\n\n const ids = state.deck.solo ? [state.deck.solo] : state.deck.active;\n const newlyOpen = ids.filter((i) => !previouslyOpenIds.has(i));\n\n return {\n intents: [\n ...(options?.scrollIntoView !== false\n ? [createIntent(LayoutAction.ScrollIntoView, { part: 'current', subject: newlyOpen[0] ?? subject[0] })]\n : []),\n createIntent(LayoutAction.Expose, { part: 'navigation', subject: newlyOpen[0] ?? subject[0] }),\n ...newlyOpen.map((subjectId) => {\n const typename = Option.match(graph.getNode(subjectId), {\n onNone: () => undefined,\n onSome: (node) => {\n const active = node.data;\n return isLiveObject(active) ? Obj.getTypename(active) : undefined;\n },\n });\n return createIntent(ObservabilityAction.SendEvent, {\n name: 'navigation.activate',\n properties: {\n subjectId,\n typename,\n },\n });\n }),\n ],\n };\n }),\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.Close.fields.input> =>\n Schema.is(LayoutAction.Close.fields.input)(data),\n resolve: ({ subject }) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n const attention = context.getCapability(AttentionCapabilities.Attention);\n const active = state.deck.solo ? [state.deck.solo] : state.deck.active;\n const next = subject.reduce((acc, id) => closeEntry(acc, id), active);\n const toAttend = setActive({ next, state, attention });\n\n const clearCompanionIntents = subject\n .filter((id) => state.deck.activeCompanions && id in state.deck.activeCompanions)\n .map((primary) => createIntent(DeckAction.ChangeCompanion, { primary, companion: null }));\n\n return {\n intents: [\n ...clearCompanionIntents,\n ...(toAttend ? [createIntent(LayoutAction.ScrollIntoView, { part: 'current', subject: toAttend })] : []),\n ],\n };\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.Set.fields.input> =>\n Schema.is(LayoutAction.Set.fields.input)(data),\n resolve: ({ subject }) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n const attention = context.getCapability(AttentionCapabilities.Attention);\n const toAttend = setActive({ next: subject as string[], state, attention });\n return {\n intents: toAttend ? [createIntent(LayoutAction.ScrollIntoView, { part: 'current', subject: toAttend })] : [],\n };\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.ScrollIntoView.fields.input> =>\n Schema.is(LayoutAction.ScrollIntoView.fields.input)(data),\n resolve: ({ subject }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n layout.scrollIntoView = subject;\n },\n }),\n createResolver({\n intent: DeckAction.UpdatePlankSize,\n resolve: (data) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n state.deck.plankSizing[data.id] = data.size;\n },\n }),\n createResolver({\n intent: DeckAction.ChangeCompanion,\n resolve: (data) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n // TODO(thure): Reactivity only works when creating a lexically new `activeCompanions`… Are these not proxy objects?\n if (data.companion === null) {\n const { [data.primary]: _, ...nextActiveCompanions } = state.deck.activeCompanions ?? {};\n state.deck.activeCompanions = nextActiveCompanions;\n } else {\n invariant(data.companion !== data.primary);\n state.deck.activeCompanions = {\n ...state.deck.activeCompanions,\n [data.primary]: data.companion,\n };\n }\n },\n }),\n createResolver({\n intent: DeckAction.Adjust,\n resolve: (adjustment) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n const attention = context.getCapability(AttentionCapabilities.Attention);\n const { graph } = context.getCapability(Capabilities.AppGraph);\n\n return batch(() => {\n if (adjustment.type === 'increment-end' || adjustment.type === 'increment-start') {\n setActive({\n next: incrementPlank(state.deck.active, adjustment),\n state,\n attention,\n });\n }\n\n if (adjustment.type === 'companion') {\n return pipe(\n graph.getNode(adjustment.id),\n Option.map((node) =>\n graph\n .getConnections(node.id)\n .filter((n) => n.type === PLANK_COMPANION_TYPE)\n .toSorted((a, b) => byPosition(a.properties, b.properties)),\n ),\n Option.flatMap((companions) => (companions.length > 0 ? Option.some(companions[0]) : Option.none())),\n Option.match({\n onNone: () => ({}),\n onSome: (companion) => ({\n intents: [\n // TODO(wittjosiah): This should remember the previously selected companion.\n createIntent(DeckAction.ChangeCompanion, { primary: adjustment.id, companion: companion.id }),\n ],\n }),\n }),\n );\n }\n\n if (adjustment.type.startsWith('solo')) {\n const entryId = adjustment.id;\n if (!state.deck.solo) {\n // Solo the entry.\n return {\n intents: [\n createIntent(LayoutAction.SetLayoutMode, {\n part: 'mode',\n subject: entryId,\n options: { mode: adjustment.type },\n }),\n ],\n };\n } else {\n if (adjustment.type === 'solo--fullscreen') {\n // Toggle fullscreen on the current entry.\n return {\n intents: [\n createIntent(LayoutAction.SetLayoutMode, {\n part: 'mode',\n subject: entryId,\n options: { mode: 'solo--fullscreen' },\n }),\n ],\n };\n } else if (adjustment.type === 'solo') {\n // Un-solo the current entry.\n return {\n intents: [\n // NOTE: The order of these is important.\n pipe(\n createIntent(LayoutAction.SetLayoutMode, { part: 'mode', options: { mode: 'deck' } }),\n chain(LayoutAction.Open, { part: 'main', subject: [entryId] }),\n ),\n ],\n };\n }\n }\n }\n });\n },\n }),\n ]);\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["batch", "Effect", "Option", "Schema", "pipe", "Capabilities", "IntentAction", "LayoutAction", "chain", "contributes", "createIntent", "createResolver", "Obj", "invariant", "isLiveObject", "log", "AttentionCapabilities", "isActionLike", "ObservabilityAction", "byPosition", "isNonNullable", "context", "contributes", "Capabilities", "IntentResolver", "createResolver", "intent", "IntentAction", "ShowUndo", "resolve", "data", "layout", "getCapability", "DeckCapabilities", "MutableDeckState", "undoPromise", "undo", "IntentDispatcher", "currentUndoId", "toasts", "filter", "toast", "id", "_tag", "Date", "now", "title", "message", "ns", "DECK_PLUGIN", "duration", "actionLabel", "actionAlt", "closeLabel", "onAction", "LayoutAction", "UpdateLayout", "Schema", "is", "UpdateSidebar", "fields", "input", "options", "next", "state", "sidebarState", "UpdateComplementary", "subject", "complementarySidebarPanel", "complementarySidebarState", "UpdateDialog", "dialogOpen", "Boolean", "dialogType", "type", "dialogBlockAlign", "blockAlign", "dialogOverlayClasses", "overlayClasses", "dialogOverlayStyle", "overlayStyle", "dialogContent", "component", "props", "UpdatePopover", "popoverOpen", "popoverContent", "popoverSide", "side", "variant", "popoverAnchor", "anchor", "popoverAnchorId", "anchorId", "AddToast", "push", "SetLayoutMode", "isLayoutMode", "mode", "setMode", "deck", "current", "solo", "active", "isNonNullable", "removed", "includes", "closed", "Array", "from", "Set", "inactive", "undefined", "initialized", "fullscreen", "batch", "getMode", "previousMode", "activeDeck", "last", "log", "warn", "SwitchWorkspace", "graph", "AppGraph", "startsWith", "previousDeck", "decks", "defaultDeck", "first", "intents", "createIntent", "ScrollIntoView", "part", "item", "getConnections", "node", "isActionLike", "properties", "disposition", "Open", "RevertWorkspace", "Effect", "gen", "attention", "AttentionCapabilities", "Attention", "settings", "getCapabilities", "SettingsStore", "getStore", "value", "workspace", "dispatch", "previouslyOpenIds", "map", "createEntryId", "reduce", "acc", "entryId", "openEntry", "key", "positioning", "newPlankPositioning", "pivotId", "setActive", "ids", "newlyOpen", "i", "has", "scrollIntoView", "Expose", "subjectId", "typename", "Option", "match", "getNode", "onNone", "onSome", "isLiveObject", "Obj", "getTypename", "ObservabilityAction", "SendEvent", "name", "Close", "closeEntry", "toAttend", "clearCompanionIntents", "activeCompanions", "primary", "DeckAction", "ChangeCompanion", "companion", "UpdatePlankSize", "plankSizing", "size", "_", "nextActiveCompanions", "invariant", "Adjust", "adjustment", "incrementPlank", "pipe", "n", "PLANK_COMPANION_TYPE", "toSorted", "a", "b", "byPosition", "flatMap", "companions", "length", "some", "none", "chain"]
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"src/meta.ts":{"bytes":1003,"imports":[],"format":"esm"},"src/capabilities/capabilities.ts":{"bytes":1729,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/types/schema.ts":{"bytes":21549,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true}],"format":"esm"},"src/types/index.ts":{"bytes":459,"imports":[{"path":"src/types/schema.ts","kind":"import-statement","original":"./schema"}],"format":"esm"},"src/capabilities/state.ts":{"bytes":12461,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/capabilities/app-graph-builder.ts":{"bytes":20205,"imports":[{"path":"@effect-rx/rx-react","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/capabilities/check-app-scheme.ts":{"bytes":4638,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/capabilities/settings.ts":{"bytes":2519,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/layout.ts":{"bytes":9821,"imports":[{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true}],"format":"esm"},"src/util/layoutAppliesTopbar.ts":{"bytes":1251,"imports":[],"format":"esm"},"src/util/overscroll.ts":{"bytes":17423,"imports":[],"format":"esm"},"src/util/set-active.ts":{"bytes":5621,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true}],"format":"esm"},"src/util/index.ts":{"bytes":675,"imports":[{"path":"src/util/layoutAppliesTopbar.ts","kind":"import-statement","original":"./layoutAppliesTopbar"},{"path":"src/util/overscroll.ts","kind":"import-statement","original":"./overscroll"},{"path":"src/util/set-active.ts","kind":"import-statement","original":"./set-active"}],"format":"esm"},"src/capabilities/intent-resolver.ts":{"bytes":72185,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/layout.ts","kind":"import-statement","original":"../layout"},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"},{"path":"src/util/index.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/components/DeckLayout/constants.ts":{"bytes":684,"imports":[],"format":"esm"},"src/hooks/useBreakpoints.ts":{"bytes":1275,"imports":[{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/hooks/useCompanions.ts":{"bytes":2488,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/hooks/useDeckCompanions.ts":{"bytes":3481,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/hooks/useHoistStatusbar.ts":{"bytes":3209,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/hooks/useMainSize.ts":{"bytes":1503,"imports":[{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/hooks/useNodeActionExpander.ts":{"bytes":1913,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"format":"esm"},"src/hooks/index.ts":{"bytes":1022,"imports":[{"path":"src/hooks/useBreakpoints.ts","kind":"import-statement","original":"./useBreakpoints"},{"path":"src/hooks/useCompanions.ts","kind":"import-statement","original":"./useCompanions"},{"path":"src/hooks/useDeckCompanions.ts","kind":"import-statement","original":"./useDeckCompanions"},{"path":"src/hooks/useHoistStatusbar.ts","kind":"import-statement","original":"./useHoistStatusbar"},{"path":"src/hooks/useMainSize.ts","kind":"import-statement","original":"./useMainSize"},{"path":"src/hooks/useNodeActionExpander.ts","kind":"import-statement","original":"./useNodeActionExpander"}],"format":"esm"},"src/components/Sidebar/SidebarButton.tsx":{"bytes":10428,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"src/components/Plank/PlankControls.tsx":{"bytes":18584,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/components/fragments.ts":{"bytes":1866,"imports":[{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/components/Plank/PlankHeading.tsx":{"bytes":28066,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-text-tooltip","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"src/components/Plank/PlankControls.tsx","kind":"import-statement","original":"./PlankControls"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/layout.ts","kind":"import-statement","original":"../../layout"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/components/fragments.ts","kind":"import-statement","original":"../fragments"}],"format":"esm"},"src/components/Plank/PlankLoading.tsx":{"bytes":1394,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"src/components/Plank/PlankError.tsx":{"bytes":5253,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"src/components/Plank/PlankHeading.tsx","kind":"import-statement","original":"./PlankHeading"},{"path":"src/components/Plank/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"src/components/Plank/Plank.tsx":{"bytes":31683,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"src/components/Plank/PlankError.tsx","kind":"import-statement","original":"./PlankError"},{"path":"src/components/Plank/PlankHeading.tsx","kind":"import-statement","original":"./PlankHeading"},{"path":"src/components/Plank/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/layout.ts","kind":"import-statement","original":"../../layout"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/components/Plank/index.ts":{"bytes":860,"imports":[{"path":"src/components/Plank/Plank.tsx","kind":"import-statement","original":"./Plank"},{"path":"src/components/Plank/PlankControls.tsx","kind":"import-statement","original":"./PlankControls"},{"path":"src/components/Plank/PlankError.tsx","kind":"import-statement","original":"./PlankError"},{"path":"src/components/Plank/PlankHeading.tsx","kind":"import-statement","original":"./PlankHeading"},{"path":"src/components/Plank/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"}],"format":"esm"},"src/components/Sidebar/ComplementarySidebar.tsx":{"bytes":24311,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-tabs","kind":"import-statement","external":true},{"path":"src/components/Sidebar/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"src/components/Plank/index.ts","kind":"import-statement","original":"../Plank"}],"format":"esm"},"src/components/Sidebar/Sidebar.tsx":{"bytes":5525,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"}],"format":"esm"},"src/components/Sidebar/index.ts":{"bytes":694,"imports":[{"path":"src/components/Sidebar/ComplementarySidebar.tsx","kind":"import-statement","original":"./ComplementarySidebar"},{"path":"src/components/Sidebar/Sidebar.tsx","kind":"import-statement","original":"./Sidebar"},{"path":"src/components/Sidebar/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"}],"format":"esm"},"src/components/DeckLayout/Banner.tsx":{"bytes":5383,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/components/Sidebar/index.ts","kind":"import-statement","original":"../Sidebar"}],"format":"esm"},"src/components/DeckLayout/ActiveNode.tsx":{"bytes":3315,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"src/components/DeckLayout/ContentEmpty.tsx":{"bytes":4099,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"src/components/Sidebar/index.ts","kind":"import-statement","original":"../Sidebar"},{"path":"src/components/fragments.ts","kind":"import-statement","original":"../fragments"}],"format":"esm"},"src/components/DeckLayout/Dialog.tsx":{"bytes":6045,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/components/Plank/index.ts","kind":"import-statement","original":"../Plank"}],"format":"esm"},"src/components/DeckLayout/Popover.tsx":{"bytes":12814,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"}],"format":"esm"},"src/components/DeckLayout/StatusBar.tsx":{"bytes":2624,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/components/DeckLayout/Toast.tsx":{"bytes":6609,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"src/components/DeckLayout/Topbar.tsx":{"bytes":1151,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"src/components/DeckLayout/Banner.tsx","kind":"import-statement","original":"./Banner"}],"format":"esm"},"src/components/DeckLayout/DeckLayout.tsx":{"bytes":39426,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"src/components/DeckLayout/ActiveNode.tsx","kind":"import-statement","original":"./ActiveNode"},{"path":"src/components/DeckLayout/ContentEmpty.tsx","kind":"import-statement","original":"./ContentEmpty"},{"path":"src/components/DeckLayout/Dialog.tsx","kind":"import-statement","original":"./Dialog"},{"path":"src/components/DeckLayout/Popover.tsx","kind":"import-statement","original":"./Popover"},{"path":"src/components/DeckLayout/StatusBar.tsx","kind":"import-statement","original":"./StatusBar"},{"path":"src/components/DeckLayout/Toast.tsx","kind":"import-statement","original":"./Toast"},{"path":"src/components/DeckLayout/Topbar.tsx","kind":"import-statement","original":"./Topbar"},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"src/components/Plank/index.ts","kind":"import-statement","original":"../Plank"},{"path":"src/components/Sidebar/index.ts","kind":"import-statement","original":"../Sidebar"},{"path":"src/components/fragments.ts","kind":"import-statement","original":"../fragments"}],"format":"esm"},"src/components/DeckLayout/index.ts":{"bytes":707,"imports":[{"path":"src/components/DeckLayout/constants.ts","kind":"import-statement","original":"./constants"},{"path":"src/components/DeckLayout/Banner.tsx","kind":"import-statement","original":"./Banner"},{"path":"src/components/DeckLayout/DeckLayout.tsx","kind":"import-statement","original":"./DeckLayout"}],"format":"esm"},"src/components/DeckSettings/DeckSettings.tsx":{"bytes":11489,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/components/DeckSettings/index.ts":{"bytes":491,"imports":[{"path":"src/components/DeckSettings/DeckSettings.tsx","kind":"import-statement","original":"./DeckSettings"}],"format":"esm"},"src/components/index.ts":{"bytes":572,"imports":[{"path":"src/components/DeckLayout/index.ts","kind":"import-statement","original":"./DeckLayout"},{"path":"src/components/DeckSettings/index.ts","kind":"import-statement","original":"./DeckSettings"}],"format":"esm"},"src/capabilities/react-root.tsx":{"bytes":4506,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/capabilities/react-surface.tsx":{"bytes":3702,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/capabilities/tools.ts":{"bytes":8476,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/capabilities/url-handler.ts":{"bytes":8575,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-signals/core","kind":"import-statement","external":true},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/capabilities/index.ts":{"bytes":2851,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/capabilities/state.ts","kind":"import-statement","original":"./state"},{"path":"src/capabilities/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"},{"path":"src/capabilities/check-app-scheme.ts","kind":"dynamic-import","original":"./check-app-scheme"},{"path":"src/capabilities/settings.ts","kind":"dynamic-import","original":"./settings"},{"path":"src/capabilities/state.ts","kind":"dynamic-import","original":"./state"},{"path":"src/capabilities/intent-resolver.ts","kind":"dynamic-import","original":"./intent-resolver"},{"path":"src/capabilities/react-root.tsx","kind":"dynamic-import","original":"./react-root"},{"path":"src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"},{"path":"src/capabilities/tools.ts","kind":"dynamic-import","original":"./tools"},{"path":"src/capabilities/url-handler.ts","kind":"dynamic-import","original":"./url-handler"}],"format":"esm"},"src/events.ts":{"bytes":1167,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"src/translations.ts":{"bytes":9158,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"src/DeckPlugin.ts":{"bytes":10044,"imports":[{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/events.ts","kind":"import-statement","original":"./events"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/translations.ts","kind":"import-statement","original":"./translations"}],"format":"esm"},"src/index.ts":{"bytes":1024,"imports":[{"path":"src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/events.ts","kind":"import-statement","original":"./events"},{"path":"src/DeckPlugin.ts","kind":"import-statement","original":"./DeckPlugin"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"./hooks"}],"format":"esm"}},"outputs":{"dist/lib/browser/react-surface-E45YOVF5.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1869},"dist/lib/browser/react-surface-E45YOVF5.mjs":{"imports":[{"path":"dist/lib/browser/chunk-D7KTFCUV.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-QDZO4AJ4.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JFTXENFN.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-CNTGBCMK.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-surface.tsx","inputs":{"src/capabilities/react-surface.tsx":{"bytesInOutput":769}},"bytes":1181},"dist/lib/browser/tools-TKQDPCHJ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3925},"dist/lib/browser/tools-TKQDPCHJ.mjs":{"imports":[{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/ai","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/tools.ts","inputs":{"src/capabilities/tools.ts":{"bytesInOutput":2276}},"bytes":2489},"dist/lib/browser/url-handler-7L7M6IKH.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4325},"dist/lib/browser/url-handler-7L7M6IKH.mjs":{"imports":[{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-signals/core","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/url-handler.ts","inputs":{"src/capabilities/url-handler.ts":{"bytesInOutput":1915}},"bytes":2190},"dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":9252},"dist/lib/browser/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-QDZO4AJ4.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JFTXENFN.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true}],"exports":["DECK_PLUGIN","DeckCapabilities","DeckEvents","DeckPlugin","meta","useCompanions"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0},"src/events.ts":{"bytesInOutput":206},"src/DeckPlugin.ts":{"bytesInOutput":2043},"src/translations.ts":{"bytesInOutput":2966}},"bytes":5816},"dist/lib/browser/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/types/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"}],"exports":["ATTENDABLE_PATH_SEPARATOR","DECK_COMPANION_TYPE","DeckAction","DeckPluginState","DeckSettingsSchema","DeckState","NewPlankPositions","OverscrollOptions","PLANK_COMPANION_TYPE","PlankSizing","defaultDeck","getMode","isLayoutMode"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":604},"dist/lib/browser/state-MVDYX77Y.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/state-MVDYX77Y.mjs":{"imports":[{"path":"dist/lib/browser/chunk-JFTXENFN.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"}],"exports":["DeckStateFactory","default"],"entryPoint":"src/capabilities/state.ts","inputs":{},"bytes":272},"dist/lib/browser/app-graph-builder-JTFSDT2I.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":9364},"dist/lib/browser/app-graph-builder-JTFSDT2I.mjs":{"imports":[{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@effect-rx/rx-react","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/app-graph-builder.ts","inputs":{"src/capabilities/app-graph-builder.ts":{"bytesInOutput":4345}},"bytes":4607},"dist/lib/browser/check-app-scheme-57U62A3A.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2521},"dist/lib/browser/check-app-scheme-57U62A3A.mjs":{"imports":[{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/check-app-scheme.ts","inputs":{"src/capabilities/check-app-scheme.ts":{"bytesInOutput":875}},"bytes":1075},"dist/lib/browser/settings-6AJZPZPM.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1313},"dist/lib/browser/settings-6AJZPZPM.mjs":{"imports":[{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/settings.ts","inputs":{"src/capabilities/settings.ts":{"bytesInOutput":461}},"bytes":691},"dist/lib/browser/intent-resolver-P2OBK5HK.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":33730},"dist/lib/browser/intent-resolver-P2OBK5HK.mjs":{"imports":[{"path":"dist/lib/browser/chunk-CNTGBCMK.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/intent-resolver.ts","inputs":{"src/capabilities/intent-resolver.ts":{"bytesInOutput":17823}},"bytes":18312},"dist/lib/browser/react-root-PO64J7ML.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2229},"dist/lib/browser/react-root-PO64J7ML.mjs":{"imports":[{"path":"dist/lib/browser/chunk-D7KTFCUV.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-QDZO4AJ4.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JFTXENFN.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-CNTGBCMK.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-root.tsx","inputs":{"src/capabilities/react-root.tsx":{"bytesInOutput":819}},"bytes":1238},"dist/lib/browser/chunk-D7KTFCUV.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":109845},"dist/lib/browser/chunk-D7KTFCUV.mjs":{"imports":[{"path":"dist/lib/browser/chunk-QDZO4AJ4.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-CNTGBCMK.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-tabs","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-text-tooltip","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true}],"exports":["Banner","DeckLayout","DeckSettings"],"inputs":{"src/components/DeckLayout/Banner.tsx":{"bytesInOutput":1752},"src/components/Sidebar/ComplementarySidebar.tsx":{"bytesInOutput":6989},"src/components/Sidebar/SidebarButton.tsx":{"bytesInOutput":2879},"src/components/Plank/Plank.tsx":{"bytesInOutput":6870},"src/components/Plank/PlankError.tsx":{"bytesInOutput":1466},"src/components/Plank/PlankHeading.tsx":{"bytesInOutput":7403},"src/components/Plank/PlankControls.tsx":{"bytesInOutput":5286},"src/components/fragments.ts":{"bytesInOutput":435},"src/components/Plank/PlankLoading.tsx":{"bytesInOutput":361},"src/components/Plank/index.ts":{"bytesInOutput":0},"src/components/Sidebar/index.ts":{"bytesInOutput":0},"src/components/Sidebar/Sidebar.tsx":{"bytesInOutput":1379},"src/components/DeckLayout/DeckLayout.tsx":{"bytesInOutput":9711},"src/components/DeckLayout/ActiveNode.tsx":{"bytesInOutput":838},"src/components/DeckLayout/ContentEmpty.tsx":{"bytesInOutput":969},"src/components/DeckLayout/Dialog.tsx":{"bytesInOutput":1627},"src/components/DeckLayout/Popover.tsx":{"bytesInOutput":3436},"src/components/DeckLayout/StatusBar.tsx":{"bytesInOutput":834},"src/components/DeckLayout/Toast.tsx":{"bytesInOutput":1857},"src/components/DeckLayout/Topbar.tsx":{"bytesInOutput":303},"src/components/DeckSettings/DeckSettings.tsx":{"bytesInOutput":3382},"src/components/DeckLayout/index.ts":{"bytesInOutput":0},"src/components/index.ts":{"bytesInOutput":0},"src/components/DeckSettings/index.ts":{"bytesInOutput":0}},"bytes":59451},"dist/lib/browser/chunk-QDZO4AJ4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":8314},"dist/lib/browser/chunk-QDZO4AJ4.mjs":{"imports":[{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/app-graph-builder-JTFSDT2I.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/check-app-scheme-57U62A3A.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/settings-6AJZPZPM.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/state-MVDYX77Y.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/intent-resolver-P2OBK5HK.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/react-root-PO64J7ML.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/react-surface-E45YOVF5.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/tools-TKQDPCHJ.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/url-handler-7L7M6IKH.mjs","kind":"dynamic-import"}],"exports":["AppGraphBuilder","CheckAppScheme","DeckSettings","DeckState","LayoutIntentResolver","ReactRoot","ReactSurface","Tools","UrlHandler","getCompanionId","useBreakpoints","useCompanions","useDeckCompanions","useHoistStatusbar","useMainSize","useNodeActionExpander"],"inputs":{"src/hooks/useCompanions.ts":{"bytesInOutput":487},"src/hooks/useBreakpoints.ts":{"bytesInOutput":236},"src/hooks/index.ts":{"bytesInOutput":0},"src/hooks/useDeckCompanions.ts":{"bytesInOutput":628},"src/hooks/useHoistStatusbar.ts":{"bytesInOutput":804},"src/hooks/useMainSize.ts":{"bytesInOutput":319},"src/hooks/useNodeActionExpander.ts":{"bytesInOutput":371},"src/capabilities/index.ts":{"bytesInOutput":664}},"bytes":4242},"dist/lib/browser/chunk-JFTXENFN.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6325},"dist/lib/browser/chunk-JFTXENFN.mjs":{"imports":[{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true}],"exports":["DeckStateFactory","state_default"],"inputs":{"src/capabilities/state.ts":{"bytesInOutput":3064}},"bytes":3365},"dist/lib/browser/chunk-CNTGBCMK.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":16063},"dist/lib/browser/chunk-CNTGBCMK.mjs":{"imports":[{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true}],"exports":["calculateOverscroll","closeEntry","createEntryId","incrementPlank","layoutAppliesTopbar","openEntry","parseEntryId","setActive"],"inputs":{"src/layout.ts":{"bytesInOutput":2156},"src/util/set-active.ts":{"bytesInOutput":1130},"src/util/layoutAppliesTopbar.ts":{"bytesInOutput":188},"src/util/index.ts":{"bytesInOutput":0},"src/util/overscroll.ts":{"bytesInOutput":759}},"bytes":4533},"dist/lib/browser/chunk-M57WD3V6.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":897},"dist/lib/browser/chunk-M57WD3V6.mjs":{"imports":[{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["DeckCapabilities"],"inputs":{"src/capabilities/capabilities.ts":{"bytesInOutput":335}},"bytes":502},"dist/lib/browser/chunk-F5BQOOEG.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":11319},"dist/lib/browser/chunk-F5BQOOEG.mjs":{"imports":[{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true}],"exports":["ATTENDABLE_PATH_SEPARATOR","DECK_COMPANION_TYPE","DeckAction","DeckPluginState","DeckSettingsSchema","DeckState","NewPlankPositions","OverscrollOptions","PLANK_COMPANION_TYPE","PlankSizing","defaultDeck","getMode","isLayoutMode"],"inputs":{"src/types/schema.ts":{"bytesInOutput":5091},"src/types/index.ts":{"bytesInOutput":0}},"bytes":5461},"dist/lib/browser/chunk-Z5KITAZW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":504},"dist/lib/browser/chunk-Z5KITAZW.mjs":{"imports":[],"exports":["DECK_PLUGIN","meta"],"inputs":{"src/meta.ts":{"bytesInOutput":125}},"bytes":219}}}
|
|
1
|
+
{"inputs":{"src/meta.ts":{"bytes":1003,"imports":[],"format":"esm"},"src/capabilities/capabilities.ts":{"bytes":1729,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/types/schema.ts":{"bytes":21549,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true}],"format":"esm"},"src/types/index.ts":{"bytes":459,"imports":[{"path":"src/types/schema.ts","kind":"import-statement","original":"./schema"}],"format":"esm"},"src/capabilities/state.ts":{"bytes":12461,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"}],"format":"esm"},"src/capabilities/app-graph-builder.ts":{"bytes":20209,"imports":[{"path":"@effect-rx/rx-react","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"}],"format":"esm"},"src/capabilities/check-app-scheme.ts":{"bytes":4638,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/capabilities/settings.ts":{"bytes":2519,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/layout.ts":{"bytes":9821,"imports":[{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true}],"format":"esm"},"src/util/layoutAppliesTopbar.ts":{"bytes":1251,"imports":[],"format":"esm"},"src/util/overscroll.ts":{"bytes":17423,"imports":[],"format":"esm"},"src/util/set-active.ts":{"bytes":5621,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true}],"format":"esm"},"src/util/index.ts":{"bytes":675,"imports":[{"path":"src/util/layoutAppliesTopbar.ts","kind":"import-statement","original":"./layoutAppliesTopbar"},{"path":"src/util/overscroll.ts","kind":"import-statement","original":"./overscroll"},{"path":"src/util/set-active.ts","kind":"import-statement","original":"./set-active"}],"format":"esm"},"src/capabilities/intent-resolver.ts":{"bytes":72149,"imports":[{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/layout.ts","kind":"import-statement","original":"../layout"},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"},{"path":"src/util/index.ts","kind":"import-statement","original":"../util"},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"}],"format":"esm"},"src/components/DeckLayout/constants.ts":{"bytes":684,"imports":[],"format":"esm"},"src/hooks/useBreakpoints.ts":{"bytes":1275,"imports":[{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/hooks/useCompanions.ts":{"bytes":2488,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/hooks/useDeckCompanions.ts":{"bytes":3481,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/hooks/useHoistStatusbar.ts":{"bytes":3209,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/hooks/useMainSize.ts":{"bytes":1503,"imports":[{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/hooks/useNodeActionExpander.ts":{"bytes":1913,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"format":"esm"},"src/hooks/index.ts":{"bytes":1022,"imports":[{"path":"src/hooks/useBreakpoints.ts","kind":"import-statement","original":"./useBreakpoints"},{"path":"src/hooks/useCompanions.ts","kind":"import-statement","original":"./useCompanions"},{"path":"src/hooks/useDeckCompanions.ts","kind":"import-statement","original":"./useDeckCompanions"},{"path":"src/hooks/useHoistStatusbar.ts","kind":"import-statement","original":"./useHoistStatusbar"},{"path":"src/hooks/useMainSize.ts","kind":"import-statement","original":"./useMainSize"},{"path":"src/hooks/useNodeActionExpander.ts","kind":"import-statement","original":"./useNodeActionExpander"}],"format":"esm"},"src/components/fragments.ts":{"bytes":1866,"imports":[{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/components/Plank/PlankControls.tsx":{"bytes":18584,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/components/Plank/PlankHeading.tsx":{"bytes":28066,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-text-tooltip","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/layout.ts","kind":"import-statement","original":"../../layout"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/components/fragments.ts","kind":"import-statement","original":"../fragments"},{"path":"src/components/Plank/PlankControls.tsx","kind":"import-statement","original":"./PlankControls"}],"format":"esm"},"src/components/Plank/PlankLoading.tsx":{"bytes":1394,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"src/components/Plank/PlankError.tsx":{"bytes":5257,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/components/Plank/PlankHeading.tsx","kind":"import-statement","original":"./PlankHeading"},{"path":"src/components/Plank/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"}],"format":"esm"},"src/components/Plank/Plank.tsx":{"bytes":31687,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/layout.ts","kind":"import-statement","original":"../../layout"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/components/Plank/PlankError.tsx","kind":"import-statement","original":"./PlankError"},{"path":"src/components/Plank/PlankHeading.tsx","kind":"import-statement","original":"./PlankHeading"},{"path":"src/components/Plank/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"}],"format":"esm"},"src/components/Plank/index.ts":{"bytes":860,"imports":[{"path":"src/components/Plank/Plank.tsx","kind":"import-statement","original":"./Plank"},{"path":"src/components/Plank/PlankControls.tsx","kind":"import-statement","original":"./PlankControls"},{"path":"src/components/Plank/PlankError.tsx","kind":"import-statement","original":"./PlankError"},{"path":"src/components/Plank/PlankHeading.tsx","kind":"import-statement","original":"./PlankHeading"},{"path":"src/components/Plank/PlankLoading.tsx","kind":"import-statement","original":"./PlankLoading"}],"format":"esm"},"src/components/Sidebar/SidebarButton.tsx":{"bytes":10428,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"src/components/Sidebar/ComplementarySidebar.tsx":{"bytes":24315,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-tabs","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"src/components/Plank/index.ts","kind":"import-statement","original":"../Plank"},{"path":"src/components/Sidebar/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"}],"format":"esm"},"src/components/Sidebar/Sidebar.tsx":{"bytes":5525,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"}],"format":"esm"},"src/components/Sidebar/index.ts":{"bytes":694,"imports":[{"path":"src/components/Sidebar/ComplementarySidebar.tsx","kind":"import-statement","original":"./ComplementarySidebar"},{"path":"src/components/Sidebar/Sidebar.tsx","kind":"import-statement","original":"./Sidebar"},{"path":"src/components/Sidebar/SidebarButton.tsx","kind":"import-statement","original":"./SidebarButton"}],"format":"esm"},"src/components/DeckLayout/Banner.tsx":{"bytes":5383,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/components/Sidebar/index.ts","kind":"import-statement","original":"../Sidebar"}],"format":"esm"},"src/components/DeckLayout/ActiveNode.tsx":{"bytes":3315,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"}],"format":"esm"},"src/components/DeckLayout/ContentEmpty.tsx":{"bytes":4099,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"src/components/fragments.ts","kind":"import-statement","original":"../fragments"},{"path":"src/components/Sidebar/index.ts","kind":"import-statement","original":"../Sidebar"}],"format":"esm"},"src/components/DeckLayout/Dialog.tsx":{"bytes":6045,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/components/Plank/index.ts","kind":"import-statement","original":"../Plank"}],"format":"esm"},"src/components/DeckLayout/Popover.tsx":{"bytes":12814,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"}],"format":"esm"},"src/components/DeckLayout/StatusBar.tsx":{"bytes":2624,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/components/DeckLayout/Toast.tsx":{"bytes":6609,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"src/components/DeckLayout/Topbar.tsx":{"bytes":1151,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"src/components/DeckLayout/Banner.tsx","kind":"import-statement","original":"./Banner"}],"format":"esm"},"src/components/DeckLayout/DeckLayout.tsx":{"bytes":39426,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"../../capabilities"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"../../hooks"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/util/index.ts","kind":"import-statement","original":"../../util"},{"path":"src/components/fragments.ts","kind":"import-statement","original":"../fragments"},{"path":"src/components/Plank/index.ts","kind":"import-statement","original":"../Plank"},{"path":"src/components/Sidebar/index.ts","kind":"import-statement","original":"../Sidebar"},{"path":"src/components/DeckLayout/ActiveNode.tsx","kind":"import-statement","original":"./ActiveNode"},{"path":"src/components/DeckLayout/ContentEmpty.tsx","kind":"import-statement","original":"./ContentEmpty"},{"path":"src/components/DeckLayout/Dialog.tsx","kind":"import-statement","original":"./Dialog"},{"path":"src/components/DeckLayout/Popover.tsx","kind":"import-statement","original":"./Popover"},{"path":"src/components/DeckLayout/StatusBar.tsx","kind":"import-statement","original":"./StatusBar"},{"path":"src/components/DeckLayout/Toast.tsx","kind":"import-statement","original":"./Toast"},{"path":"src/components/DeckLayout/Topbar.tsx","kind":"import-statement","original":"./Topbar"}],"format":"esm"},"src/components/DeckLayout/index.ts":{"bytes":707,"imports":[{"path":"src/components/DeckLayout/constants.ts","kind":"import-statement","original":"./constants"},{"path":"src/components/DeckLayout/Banner.tsx","kind":"import-statement","original":"./Banner"},{"path":"src/components/DeckLayout/DeckLayout.tsx","kind":"import-statement","original":"./DeckLayout"}],"format":"esm"},"src/components/DeckSettings/DeckSettings.tsx":{"bytes":11489,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/components/DeckSettings/index.ts":{"bytes":491,"imports":[{"path":"src/components/DeckSettings/DeckSettings.tsx","kind":"import-statement","original":"./DeckSettings"}],"format":"esm"},"src/components/index.ts":{"bytes":572,"imports":[{"path":"src/components/DeckLayout/index.ts","kind":"import-statement","original":"./DeckLayout"},{"path":"src/components/DeckSettings/index.ts","kind":"import-statement","original":"./DeckSettings"}],"format":"esm"},"src/capabilities/react-root.tsx":{"bytes":4510,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"}],"format":"esm"},"src/capabilities/react-surface.tsx":{"bytes":3702,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/capabilities/toolkit.ts":{"bytes":6501,"imports":[{"path":"@effect/ai","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"}],"format":"esm"},"src/capabilities/url-handler.ts":{"bytes":8579,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-signals/core","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"}],"format":"esm"},"src/capabilities/index.ts":{"bytes":3010,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/capabilities/state.ts","kind":"import-statement","original":"./state"},{"path":"src/capabilities/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"},{"path":"src/capabilities/check-app-scheme.ts","kind":"dynamic-import","original":"./check-app-scheme"},{"path":"src/capabilities/settings.ts","kind":"dynamic-import","original":"./settings"},{"path":"src/capabilities/state.ts","kind":"dynamic-import","original":"./state"},{"path":"src/capabilities/intent-resolver.ts","kind":"dynamic-import","original":"./intent-resolver"},{"path":"src/capabilities/react-root.tsx","kind":"dynamic-import","original":"./react-root"},{"path":"src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"},{"path":"src/capabilities/toolkit.ts","kind":"dynamic-import","original":"./toolkit"},{"path":"src/capabilities/url-handler.ts","kind":"dynamic-import","original":"./url-handler"}],"format":"esm"},"src/events.ts":{"bytes":1167,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"src/translations.ts":{"bytes":9158,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"src/DeckPlugin.ts":{"bytes":10613,"imports":[{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/events.ts","kind":"import-statement","original":"./events"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/translations.ts","kind":"import-statement","original":"./translations"}],"format":"esm"},"src/index.ts":{"bytes":1024,"imports":[{"path":"src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/events.ts","kind":"import-statement","original":"./events"},{"path":"src/DeckPlugin.ts","kind":"import-statement","original":"./DeckPlugin"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/hooks/index.ts","kind":"import-statement","original":"./hooks"}],"format":"esm"}},"outputs":{"dist/lib/browser/react-surface-NXSSD2GW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1869},"dist/lib/browser/react-surface-NXSSD2GW.mjs":{"imports":[{"path":"dist/lib/browser/chunk-6MQIYIPY.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-MX7WRVX3.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-NRCPV6AV.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-CNTGBCMK.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-surface.tsx","inputs":{"src/capabilities/react-surface.tsx":{"bytesInOutput":769}},"bytes":1181},"dist/lib/browser/toolkit-OBKFXX23.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3421},"dist/lib/browser/toolkit-OBKFXX23.mjs":{"imports":[{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@effect/ai","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/assistant","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/toolkit.ts","inputs":{"src/capabilities/toolkit.ts":{"bytesInOutput":1314}},"bytes":1523},"dist/lib/browser/url-handler-LROZYQ26.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4328},"dist/lib/browser/url-handler-LROZYQ26.mjs":{"imports":[{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo-signals/core","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/url-handler.ts","inputs":{"src/capabilities/url-handler.ts":{"bytesInOutput":1915}},"bytes":2190},"dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":9442},"dist/lib/browser/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-MX7WRVX3.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-NRCPV6AV.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true}],"exports":["DECK_PLUGIN","DeckCapabilities","DeckEvents","DeckPlugin","meta","useCompanions"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0},"src/events.ts":{"bytesInOutput":206},"src/DeckPlugin.ts":{"bytesInOutput":2232},"src/translations.ts":{"bytesInOutput":2966}},"bytes":6007},"dist/lib/browser/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/types/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"}],"exports":["ATTENDABLE_PATH_SEPARATOR","DECK_COMPANION_TYPE","DeckAction","DeckPluginState","DeckSettingsSchema","DeckState","NewPlankPositions","OverscrollOptions","PLANK_COMPANION_TYPE","PlankSizing","defaultDeck","getMode","isLayoutMode"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":604},"dist/lib/browser/state-CRXR7X63.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/state-CRXR7X63.mjs":{"imports":[{"path":"dist/lib/browser/chunk-NRCPV6AV.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"}],"exports":["DeckStateFactory","default"],"entryPoint":"src/capabilities/state.ts","inputs":{},"bytes":272},"dist/lib/browser/app-graph-builder-DVEKLXB4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":9367},"dist/lib/browser/app-graph-builder-DVEKLXB4.mjs":{"imports":[{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@effect-rx/rx-react","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/app-graph-builder.ts","inputs":{"src/capabilities/app-graph-builder.ts":{"bytesInOutput":4345}},"bytes":4607},"dist/lib/browser/check-app-scheme-3BQJXWEY.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2522},"dist/lib/browser/check-app-scheme-3BQJXWEY.mjs":{"imports":[{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/check-app-scheme.ts","inputs":{"src/capabilities/check-app-scheme.ts":{"bytesInOutput":875}},"bytes":1075},"dist/lib/browser/settings-LUPQPZ27.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1313},"dist/lib/browser/settings-LUPQPZ27.mjs":{"imports":[{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/settings.ts","inputs":{"src/capabilities/settings.ts":{"bytesInOutput":461}},"bytes":691},"dist/lib/browser/intent-resolver-2SUIIV6N.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":33732},"dist/lib/browser/intent-resolver-2SUIIV6N.mjs":{"imports":[{"path":"dist/lib/browser/chunk-CNTGBCMK.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/intent-resolver.ts","inputs":{"src/capabilities/intent-resolver.ts":{"bytesInOutput":17823}},"bytes":18312},"dist/lib/browser/react-root-GVZANZX7.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2231},"dist/lib/browser/react-root-GVZANZX7.mjs":{"imports":[{"path":"dist/lib/browser/chunk-6MQIYIPY.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-MX7WRVX3.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-NRCPV6AV.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-CNTGBCMK.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-root.tsx","inputs":{"src/capabilities/react-root.tsx":{"bytesInOutput":819}},"bytes":1238},"dist/lib/browser/chunk-6MQIYIPY.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":109782},"dist/lib/browser/chunk-6MQIYIPY.mjs":{"imports":[{"path":"dist/lib/browser/chunk-MX7WRVX3.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-CNTGBCMK.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-tabs","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-text-tooltip","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"@radix-ui/react-context","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true}],"exports":["Banner","DeckLayout","DeckSettings"],"inputs":{"src/components/DeckLayout/Banner.tsx":{"bytesInOutput":1752},"src/components/Sidebar/ComplementarySidebar.tsx":{"bytesInOutput":6989},"src/components/Plank/Plank.tsx":{"bytesInOutput":6851},"src/components/Plank/PlankError.tsx":{"bytesInOutput":1466},"src/components/Plank/PlankHeading.tsx":{"bytesInOutput":7384},"src/components/fragments.ts":{"bytesInOutput":435},"src/components/Plank/PlankControls.tsx":{"bytesInOutput":5167},"src/components/Plank/PlankLoading.tsx":{"bytesInOutput":361},"src/components/Plank/index.ts":{"bytesInOutput":0},"src/components/Sidebar/SidebarButton.tsx":{"bytesInOutput":3026},"src/components/Sidebar/index.ts":{"bytesInOutput":0},"src/components/Sidebar/Sidebar.tsx":{"bytesInOutput":1379},"src/components/DeckLayout/DeckLayout.tsx":{"bytesInOutput":9711},"src/components/DeckLayout/ActiveNode.tsx":{"bytesInOutput":838},"src/components/DeckLayout/ContentEmpty.tsx":{"bytesInOutput":969},"src/components/DeckLayout/Dialog.tsx":{"bytesInOutput":1627},"src/components/DeckLayout/Popover.tsx":{"bytesInOutput":3436},"src/components/DeckLayout/StatusBar.tsx":{"bytesInOutput":834},"src/components/DeckLayout/Toast.tsx":{"bytesInOutput":1857},"src/components/DeckLayout/Topbar.tsx":{"bytesInOutput":303},"src/components/DeckSettings/DeckSettings.tsx":{"bytesInOutput":3382},"src/components/DeckLayout/index.ts":{"bytesInOutput":0},"src/components/index.ts":{"bytesInOutput":0},"src/components/DeckSettings/index.ts":{"bytesInOutput":0}},"bytes":59441},"dist/lib/browser/chunk-MX7WRVX3.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":8379},"dist/lib/browser/chunk-MX7WRVX3.mjs":{"imports":[{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/app-graph-builder-DVEKLXB4.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/check-app-scheme-3BQJXWEY.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/settings-LUPQPZ27.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/state-CRXR7X63.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/intent-resolver-2SUIIV6N.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/react-root-GVZANZX7.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/react-surface-NXSSD2GW.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/toolkit-OBKFXX23.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/url-handler-LROZYQ26.mjs","kind":"dynamic-import"}],"exports":["AppGraphBuilder","CheckAppScheme","DeckSettings","DeckState","LayoutIntentResolver","ReactRoot","ReactSurface","Toolkit","UrlHandler","getCompanionId","useBreakpoints","useCompanions","useDeckCompanions","useHoistStatusbar","useMainSize","useNodeActionExpander"],"inputs":{"src/hooks/useCompanions.ts":{"bytesInOutput":487},"src/hooks/useBreakpoints.ts":{"bytesInOutput":236},"src/hooks/index.ts":{"bytesInOutput":0},"src/hooks/useDeckCompanions.ts":{"bytesInOutput":628},"src/hooks/useHoistStatusbar.ts":{"bytesInOutput":804},"src/hooks/useMainSize.ts":{"bytesInOutput":319},"src/hooks/useNodeActionExpander.ts":{"bytesInOutput":371},"src/capabilities/index.ts":{"bytesInOutput":668}},"bytes":4248},"dist/lib/browser/chunk-NRCPV6AV.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6327},"dist/lib/browser/chunk-NRCPV6AV.mjs":{"imports":[{"path":"dist/lib/browser/chunk-M57WD3V6.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-F5BQOOEG.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true}],"exports":["DeckStateFactory","state_default"],"inputs":{"src/capabilities/state.ts":{"bytesInOutput":3064}},"bytes":3365},"dist/lib/browser/chunk-CNTGBCMK.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":16063},"dist/lib/browser/chunk-CNTGBCMK.mjs":{"imports":[{"path":"immer","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@preact/signals-core","kind":"import-statement","external":true}],"exports":["calculateOverscroll","closeEntry","createEntryId","incrementPlank","layoutAppliesTopbar","openEntry","parseEntryId","setActive"],"inputs":{"src/layout.ts":{"bytesInOutput":2156},"src/util/set-active.ts":{"bytesInOutput":1130},"src/util/layoutAppliesTopbar.ts":{"bytesInOutput":188},"src/util/index.ts":{"bytesInOutput":0},"src/util/overscroll.ts":{"bytesInOutput":759}},"bytes":4533},"dist/lib/browser/chunk-M57WD3V6.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":897},"dist/lib/browser/chunk-M57WD3V6.mjs":{"imports":[{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["DeckCapabilities"],"inputs":{"src/capabilities/capabilities.ts":{"bytesInOutput":335}},"bytes":502},"dist/lib/browser/chunk-F5BQOOEG.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":11319},"dist/lib/browser/chunk-F5BQOOEG.mjs":{"imports":[{"path":"dist/lib/browser/chunk-Z5KITAZW.mjs","kind":"import-statement"},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true}],"exports":["ATTENDABLE_PATH_SEPARATOR","DECK_COMPANION_TYPE","DeckAction","DeckPluginState","DeckSettingsSchema","DeckState","NewPlankPositions","OverscrollOptions","PLANK_COMPANION_TYPE","PlankSizing","defaultDeck","getMode","isLayoutMode"],"inputs":{"src/types/schema.ts":{"bytesInOutput":5091},"src/types/index.ts":{"bytesInOutput":0}},"bytes":5461},"dist/lib/browser/chunk-Z5KITAZW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":504},"dist/lib/browser/chunk-Z5KITAZW.mjs":{"imports":[],"exports":["DECK_PLUGIN","meta"],"inputs":{"src/meta.ts":{"bytesInOutput":125}},"bytes":219}}}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DeckLayout
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-6MQIYIPY.mjs";
|
|
4
|
+
import "./chunk-MX7WRVX3.mjs";
|
|
5
|
+
import "./chunk-NRCPV6AV.mjs";
|
|
6
6
|
import "./chunk-CNTGBCMK.mjs";
|
|
7
7
|
import {
|
|
8
8
|
DeckCapabilities
|
|
@@ -40,4 +40,4 @@ var react_root_default = () => contributes(Capabilities.ReactRoot, {
|
|
|
40
40
|
export {
|
|
41
41
|
react_root_default as default
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=react-root-
|
|
43
|
+
//# sourceMappingURL=react-root-GVZANZX7.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/capabilities/react-root.tsx"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport React, { useCallback } from 'react';\n\nimport { Capabilities, contributes, useCapability } from '@dxos/app-framework';\n\nimport {
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;AAIA,OAAOA,SAASC,mBAAmB;AAEnC,SAASC,cAAcC,aAAaC,qBAAqB;
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport React, { useCallback } from 'react';\n\nimport { Capabilities, contributes, useCapability } from '@dxos/app-framework';\n\nimport { DeckLayout } from '../components';\nimport { DECK_PLUGIN } from '../meta';\n\nimport { DeckCapabilities } from './capabilities';\n\nexport default () =>\n contributes(Capabilities.ReactRoot, {\n id: DECK_PLUGIN,\n root: () => {\n const layout = useCapability(DeckCapabilities.MutableDeckState);\n\n const handleDismissToast = useCallback(\n (id: string) => {\n const index = layout.toasts.findIndex((toast) => toast.id === id);\n if (index !== -1) {\n // Allow time for the toast to animate out.\n // TODO(burdon): Factor out and unregister timeout.\n setTimeout(() => {\n if (layout.toasts[index].id === layout.currentUndoId) {\n layout.currentUndoId = undefined;\n }\n layout.toasts.splice(index, 1);\n }, 1_000);\n }\n },\n [layout.toasts],\n );\n\n return <DeckLayout onDismissToast={handleDismissToast} />;\n },\n });\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;AAIA,OAAOA,SAASC,mBAAmB;AAEnC,SAASC,cAAcC,aAAaC,qBAAqB;AAOzD,IAAA,qBAAe,MACbC,YAAYC,aAAaC,WAAW;EAClCC,IAAIC;EACJC,MAAM,MAAA;AACJ,UAAMC,SAASC,cAAcC,iBAAiBC,gBAAgB;AAE9D,UAAMC,qBAAqBC,YACzB,CAACR,OAAAA;AACC,YAAMS,QAAQN,OAAOO,OAAOC,UAAU,CAACC,UAAUA,MAAMZ,OAAOA,EAAAA;AAC9D,UAAIS,UAAU,IAAI;AAGhBI,mBAAW,MAAA;AACT,cAAIV,OAAOO,OAAOD,KAAAA,EAAOT,OAAOG,OAAOW,eAAe;AACpDX,mBAAOW,gBAAgBC;UACzB;AACAZ,iBAAOO,OAAOM,OAAOP,OAAO,CAAA;QAC9B,GAAG,GAAA;MACL;IACF,GACA;MAACN,OAAOO;KAAO;AAGjB,WAAO,sBAAA,cAACO,YAAAA;MAAWC,gBAAgBX;;EACrC;AACF,CAAA;",
|
|
6
6
|
"names": ["React", "useCallback", "Capabilities", "contributes", "useCapability", "contributes", "Capabilities", "ReactRoot", "id", "DECK_PLUGIN", "root", "layout", "useCapability", "DeckCapabilities", "MutableDeckState", "handleDismissToast", "useCallback", "index", "toasts", "findIndex", "toast", "setTimeout", "currentUndoId", "undefined", "splice", "DeckLayout", "onDismissToast"]
|
|
7
7
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Banner,
|
|
3
3
|
DeckSettings
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-6MQIYIPY.mjs";
|
|
5
|
+
import "./chunk-MX7WRVX3.mjs";
|
|
6
|
+
import "./chunk-NRCPV6AV.mjs";
|
|
7
7
|
import "./chunk-CNTGBCMK.mjs";
|
|
8
8
|
import "./chunk-M57WD3V6.mjs";
|
|
9
9
|
import "./chunk-F5BQOOEG.mjs";
|
|
@@ -37,4 +37,4 @@ var react_surface_default = () => contributes(Capabilities.ReactSurface, [
|
|
|
37
37
|
export {
|
|
38
38
|
react_surface_default as default
|
|
39
39
|
};
|
|
40
|
-
//# sourceMappingURL=react-surface-
|
|
40
|
+
//# sourceMappingURL=react-surface-NXSSD2GW.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/capabilities/react-surface.tsx"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport React from 'react';\n\nimport { Capabilities, contributes, createSurface } from '@dxos/app-framework';\nimport { SettingsStore } from '@dxos/local-storage';\n\nimport {
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport React from 'react';\n\nimport { Capabilities, contributes, createSurface } from '@dxos/app-framework';\nimport { SettingsStore } from '@dxos/local-storage';\n\nimport { Banner, DeckSettings } from '../components';\nimport { DECK_PLUGIN } from '../meta';\nimport { type DeckSettingsProps } from '../types';\n\nexport default () =>\n contributes(Capabilities.ReactSurface, [\n createSurface({\n id: `${DECK_PLUGIN}/plugin-settings`,\n role: 'article',\n filter: (data): data is { subject: SettingsStore<DeckSettingsProps> } =>\n data.subject instanceof SettingsStore && data.subject.prefix === DECK_PLUGIN,\n component: ({ data: { subject } }) => <DeckSettings settings={subject.value} />,\n }),\n createSurface({\n id: `${DECK_PLUGIN}/banner`,\n role: 'banner',\n component: ({ data }) => {\n return <Banner variant={data.variant} />;\n },\n }),\n ]);\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;AAIA,OAAOA,WAAW;AAElB,SAASC,cAAcC,aAAaC,qBAAqB;AACzD,SAASC,qBAAqB;AAM9B,IAAA,wBAAe,MACbC,YAAYC,aAAaC,cAAc;EACrCC,cAAc;IACZC,IAAI,GAAGC,WAAAA;IACPC,MAAM;IACNC,QAAQ,CAACC,SACPA,KAAKC,mBAAmBC,iBAAiBF,KAAKC,QAAQE,WAAWN;IACnEO,WAAW,CAAC,EAAEJ,MAAM,EAAEC,QAAO,EAAE,MAAO,sBAAA,cAACI,cAAAA;MAAaC,UAAUL,QAAQM;;EACxE,CAAA;EACAZ,cAAc;IACZC,IAAI,GAAGC,WAAAA;IACPC,MAAM;IACNM,WAAW,CAAC,EAAEJ,KAAI,MAAE;AAClB,aAAO,sBAAA,cAACQ,QAAAA;QAAOC,SAAST,KAAKS;;IAC/B;EACF,CAAA;CACD;",
|
|
6
6
|
"names": ["React", "Capabilities", "contributes", "createSurface", "SettingsStore", "contributes", "Capabilities", "ReactSurface", "createSurface", "id", "DECK_PLUGIN", "role", "filter", "data", "subject", "SettingsStore", "prefix", "component", "DeckSettings", "settings", "value", "Banner", "variant"]
|
|
7
7
|
}
|
|
@@ -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 { Capabilities, contributes } from '@dxos/app-framework';\nimport { live } from '@dxos/live-object';\n\nimport { meta } from '../meta';\nimport {
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { Capabilities, contributes } from '@dxos/app-framework';\nimport { live } from '@dxos/live-object';\n\nimport { meta } from '../meta';\nimport { type DeckSettingsProps, DeckSettingsSchema } from '../types';\n\nexport default () => {\n const settings = live<DeckSettingsProps>({\n showHints: false,\n enableDeck: false,\n enableStatusbar: false,\n enableNativeRedirect: false,\n newPlankPositioning: 'start',\n overscroll: 'none',\n });\n\n return contributes(Capabilities.Settings, {\n prefix: meta.id,\n schema: DeckSettingsSchema,\n value: settings,\n });\n};\n"],
|
|
5
5
|
"mappings": ";;;;;;;;AAIA,SAASA,cAAcC,mBAAmB;AAC1C,SAASC,YAAY;AAKrB,IAAA,mBAAe,MAAA;AACb,QAAMC,WAAWC,KAAwB;IACvCC,WAAW;IACXC,YAAY;IACZC,iBAAiB;IACjBC,sBAAsB;IACtBC,qBAAqB;IACrBC,YAAY;EACd,CAAA;AAEA,SAAOC,YAAYC,aAAaC,UAAU;IACxCC,QAAQC,KAAKC;IACbC,QAAQC;IACRC,OAAOhB;EACT,CAAA;AACF;",
|
|
6
6
|
"names": ["Capabilities", "contributes", "live", "settings", "live", "showHints", "enableDeck", "enableStatusbar", "enableNativeRedirect", "newPlankPositioning", "overscroll", "contributes", "Capabilities", "Settings", "prefix", "meta", "id", "schema", "DeckSettingsSchema", "value"]
|
|
7
7
|
}
|