@dxos/plugin-help 0.8.4-main.9be5663bfe → 0.8.4-main.abd8ff62ef

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/dist/lib/browser/{chunk-K4LQ2TR7.mjs → chunk-53QC3FTJ.mjs} +1 -1
  2. package/dist/lib/browser/{chunk-K4LQ2TR7.mjs.map → chunk-53QC3FTJ.mjs.map} +2 -2
  3. package/dist/lib/browser/{chunk-TEXIV2IJ.mjs → chunk-EEXGETLQ.mjs} +1 -1
  4. package/dist/lib/browser/{chunk-TEXIV2IJ.mjs.map → chunk-EEXGETLQ.mjs.map} +2 -2
  5. package/dist/lib/browser/{chunk-KUUIRJG5.mjs → chunk-RWK34XL5.mjs} +2 -2
  6. package/dist/lib/browser/chunk-RWK34XL5.mjs.map +7 -0
  7. package/dist/lib/browser/index.mjs +9 -380
  8. package/dist/lib/browser/index.mjs.map +4 -4
  9. package/dist/lib/browser/meta.json +1 -1
  10. package/dist/lib/browser/meta.mjs +1 -1
  11. package/dist/lib/browser/operations/index.mjs +3 -3
  12. package/dist/lib/browser/operations/index.mjs.map +3 -3
  13. package/dist/lib/browser/{start-YZBO346C.mjs → start-JQ2LLVCT.mjs} +4 -4
  14. package/dist/lib/browser/{start-YZBO346C.mjs.map → start-JQ2LLVCT.mjs.map} +1 -1
  15. package/dist/lib/browser/translations.mjs +20 -0
  16. package/dist/lib/browser/translations.mjs.map +7 -0
  17. package/dist/lib/browser/types/index.mjs +1 -1
  18. package/dist/types/src/HelpPlugin.d.ts +1 -0
  19. package/dist/types/src/HelpPlugin.d.ts.map +1 -1
  20. package/dist/types/src/HelpPlugin.test.d.ts +2 -0
  21. package/dist/types/src/HelpPlugin.test.d.ts.map +1 -0
  22. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
  23. package/dist/types/src/capabilities/index.d.ts +1 -1
  24. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  25. package/dist/types/src/capabilities/operation-handler.d.ts +1 -1
  26. package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -1
  27. package/dist/types/src/capabilities/react-root.d.ts.map +1 -1
  28. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
  29. package/dist/types/src/capabilities/state.d.ts.map +1 -1
  30. package/dist/types/src/components/Shortcuts/Key.d.ts.map +1 -1
  31. package/dist/types/src/components/Shortcuts/ShortcutsHints.d.ts.map +1 -1
  32. package/dist/types/src/components/Tooltip/Tooltip.d.ts +9 -9
  33. package/dist/types/src/components/WelcomeTour/WelcomeTour.d.ts.map +1 -1
  34. package/dist/types/src/components/WelcomeTour/WelcomeTour.stories.d.ts.map +1 -1
  35. package/dist/types/src/containers/ShortcutsDialogContent/ShortcutsDialogContent.stories.d.ts +5 -5
  36. package/dist/types/src/containers/ShortcutsDialogContent/ShortcutsDialogContent.stories.d.ts.map +1 -1
  37. package/dist/types/src/index.d.ts +3 -3
  38. package/dist/types/src/index.d.ts.map +1 -1
  39. package/dist/types/src/operations/definitions.d.ts +1 -1
  40. package/dist/types/src/operations/definitions.d.ts.map +1 -1
  41. package/dist/types/src/operations/index.d.ts +1 -1
  42. package/dist/types/src/operations/index.d.ts.map +1 -1
  43. package/dist/types/src/operations/start.d.ts +1 -1
  44. package/dist/types/src/operations/start.d.ts.map +1 -1
  45. package/dist/types/src/translations.d.ts +5 -6
  46. package/dist/types/src/translations.d.ts.map +1 -1
  47. package/dist/types/src/types/capabilities.d.ts.map +1 -1
  48. package/dist/types/tsconfig.tsbuildinfo +1 -1
  49. package/package.json +30 -35
  50. package/src/HelpPlugin.test.ts +30 -0
  51. package/src/HelpPlugin.tsx +3 -2
  52. package/src/capabilities/app-graph-builder.ts +1 -1
  53. package/src/capabilities/index.ts +1 -1
  54. package/src/capabilities/operation-handler.ts +1 -1
  55. package/src/capabilities/react-surface.tsx +1 -2
  56. package/src/components/WelcomeTour/WelcomeTour.tsx +1 -0
  57. package/src/containers/ShortcutsDialogContent/ShortcutsDialogContent.stories.tsx +2 -1
  58. package/src/index.ts +7 -3
  59. package/src/operations/definitions.ts +1 -1
  60. package/src/operations/index.ts +1 -1
  61. package/src/operations/start.ts +1 -1
  62. package/dist/lib/browser/chunk-KUUIRJG5.mjs.map +0 -7
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  meta
3
- } from "./chunk-TEXIV2IJ.mjs";
3
+ } from "./chunk-EEXGETLQ.mjs";
4
4
  import "./chunk-J5LGTIGS.mjs";
5
5
  export {
6
6
  meta
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  definitions_exports
3
- } from "../chunk-KUUIRJG5.mjs";
3
+ } from "../chunk-RWK34XL5.mjs";
4
4
  import "../chunk-J5LGTIGS.mjs";
5
5
 
6
6
  // src/operations/index.ts
7
- import { OperationHandlerSet } from "@dxos/operation";
8
- var HelpOperationHandlerSet = OperationHandlerSet.lazy(() => import("../start-YZBO346C.mjs"));
7
+ import { OperationHandlerSet } from "@dxos/compute";
8
+ var HelpOperationHandlerSet = OperationHandlerSet.lazy(() => import("../start-JQ2LLVCT.mjs"));
9
9
  export {
10
10
  definitions_exports as HelpOperation,
11
11
  HelpOperationHandlerSet
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../src/operations/index.ts"],
4
- "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { OperationHandlerSet } from '@dxos/operation';\n\nexport * as HelpOperation from './definitions';\n\nexport const HelpOperationHandlerSet = OperationHandlerSet.lazy(() => import('./start'));\n"],
5
- "mappings": ";;;;;;AAIA,SAASA,2BAA2B;AAI7B,IAAMC,0BAA0BC,oBAAoBC,KAAK,MAAM,OAAO,uBAAA,CAAA;",
6
- "names": ["OperationHandlerSet", "HelpOperationHandlerSet", "OperationHandlerSet", "lazy"]
4
+ "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { OperationHandlerSet } from '@dxos/compute';\n\nexport * as HelpOperation from './definitions';\n\nexport const HelpOperationHandlerSet = OperationHandlerSet.lazy(() => import('./start'));\n"],
5
+ "mappings": ";;;;;;AAIA,SAASA,2BAA2B;AAI7B,IAAMC,0BAA0BD,oBAAoBE,KAAK,MAAM,OAAO,uBAAA,CAAA;",
6
+ "names": ["OperationHandlerSet", "HelpOperationHandlerSet", "lazy"]
7
7
  }
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  HelpCapabilities
3
- } from "./chunk-K4LQ2TR7.mjs";
3
+ } from "./chunk-53QC3FTJ.mjs";
4
4
  import {
5
5
  Start
6
- } from "./chunk-KUUIRJG5.mjs";
6
+ } from "./chunk-RWK34XL5.mjs";
7
7
  import "./chunk-J5LGTIGS.mjs";
8
8
 
9
9
  // src/operations/start.ts
10
10
  import * as Effect from "effect/Effect";
11
11
  import { Capabilities } from "@dxos/app-framework";
12
- import { Operation } from "@dxos/operation";
12
+ import { Operation } from "@dxos/compute";
13
13
  var handler = Start.pipe(Operation.withHandler(Effect.fnUntraced(function* () {
14
14
  yield* Capabilities.updateAtomValue(HelpCapabilities.State, (state) => ({
15
15
  ...state,
@@ -20,4 +20,4 @@ var start_default = handler;
20
20
  export {
21
21
  start_default as default
22
22
  };
23
- //# sourceMappingURL=start-YZBO346C.mjs.map
23
+ //# sourceMappingURL=start-JQ2LLVCT.mjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/operations/start.ts"],
4
- "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capabilities } from '@dxos/app-framework';\nimport { Operation } from '@dxos/operation';\n\nimport { HelpCapabilities } from '../types';\nimport { Start } from './definitions';\n\nconst handler: Operation.WithHandler<typeof Start> = Start.pipe(\n Operation.withHandler(\n Effect.fnUntraced(function* () {\n yield* Capabilities.updateAtomValue(HelpCapabilities.State, (state) => ({ ...state, running: true }));\n }),\n ),\n);\n\nexport default handler;\n"],
4
+ "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capabilities } from '@dxos/app-framework';\nimport { Operation } from '@dxos/compute';\n\nimport { HelpCapabilities } from '../types';\nimport { Start } from './definitions';\n\nconst handler: Operation.WithHandler<typeof Start> = Start.pipe(\n Operation.withHandler(\n Effect.fnUntraced(function* () {\n yield* Capabilities.updateAtomValue(HelpCapabilities.State, (state) => ({ ...state, running: true }));\n }),\n ),\n);\n\nexport default handler;\n"],
5
5
  "mappings": ";;;;;;;;;AAIA,YAAYA,YAAY;AAExB,SAASC,oBAAoB;AAC7B,SAASC,iBAAiB;AAK1B,IAAMC,UAA+CC,MAAMC,KACzDC,UAAUC,YACDC,kBAAW,aAAA;AAChB,SAAOC,aAAaC,gBAAgBC,iBAAiBC,OAAO,CAACC,WAAW;IAAE,GAAGA;IAAOC,SAAS;EAAK,EAAA;AACpG,CAAA,CAAA,CAAA;AAIJ,IAAA,gBAAeX;",
6
6
  "names": ["Effect", "Capabilities", "Operation", "handler", "Start", "pipe", "Operation", "withHandler", "fnUntraced", "Capabilities", "updateAtomValue", "HelpCapabilities", "State", "state", "running"]
7
7
  }
@@ -0,0 +1,20 @@
1
+ import "./chunk-J5LGTIGS.mjs";
2
+
3
+ // src/translations.ts
4
+ import { meta } from "#meta";
5
+ var translations = [
6
+ {
7
+ "en-US": {
8
+ [meta.id]: {
9
+ "plugin.name": "Help",
10
+ "open-help-tour.message": "Show welcome tour",
11
+ "open-shortcuts.label": "Show shortcuts",
12
+ "shortcuts-dialog.title": "Shortcuts"
13
+ }
14
+ }
15
+ }
16
+ ];
17
+ export {
18
+ translations
19
+ };
20
+ //# sourceMappingURL=translations.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/translations.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\n\nimport { meta } from '#meta';\n\nexport const translations = [\n {\n 'en-US': {\n [meta.id]: {\n 'plugin.name': 'Help',\n 'open-help-tour.message': 'Show welcome tour',\n 'open-shortcuts.label': 'Show shortcuts',\n 'shortcuts-dialog.title': 'Shortcuts',\n },\n },\n },\n] as const satisfies Resource[];\n"],
5
+ "mappings": ";;;AAMA,SAASA,YAAY;AAEd,IAAMC,eAAe;EAC1B;IACE,SAAS;MACP,CAACD,KAAKE,EAAE,GAAG;QACT,eAAe;QACf,0BAA0B;QAC1B,wBAAwB;QACxB,0BAA0B;MAC5B;IACF;EACF;;",
6
+ "names": ["meta", "translations", "id"]
7
+ }
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  HelpCapabilities,
3
3
  HelpContext
4
- } from "../chunk-K4LQ2TR7.mjs";
4
+ } from "../chunk-53QC3FTJ.mjs";
5
5
  import "../chunk-J5LGTIGS.mjs";
6
6
  export {
7
7
  HelpCapabilities,
@@ -4,4 +4,5 @@ export type HelpPluginOptions = {
4
4
  steps?: Step[];
5
5
  };
6
6
  export declare const HelpPlugin: Plugin.PluginFactory<HelpPluginOptions>;
7
+ export default HelpPlugin;
7
8
  //# sourceMappingURL=HelpPlugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HelpPlugin.d.ts","sourceRoot":"","sources":["../../../src/HelpPlugin.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoB,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAK/D,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,QAAQ,CAAC;AAInC,MAAM,MAAM,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;CAAE,CAAC;AAEnD,eAAO,MAAM,UAAU,yCAetB,CAAC"}
1
+ {"version":3,"file":"HelpPlugin.d.ts","sourceRoot":"","sources":["../../../src/HelpPlugin.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoB,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAM/D,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC,MAAM,MAAM,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,IAAI,EAAE,CAAA;CAAE,CAAC;AAEnD,eAAO,MAAM,UAAU,yCAetB,CAAC;eAEa,UAAU"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=HelpPlugin.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HelpPlugin.test.d.ts","sourceRoot":"","sources":["../../../src/HelpPlugin.test.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"app-graph-builder.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/app-graph-builder.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAqB,MAAM,iBAAiB,CAAC;;AAUlE,wBA6CE"}
1
+ {"version":3,"file":"app-graph-builder.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/app-graph-builder.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAqB,MAAM,iBAAiB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Capability } from '@dxos/app-framework';
2
- import { OperationHandlerSet } from '@dxos/operation';
2
+ import { OperationHandlerSet } from '@dxos/compute';
3
3
  export declare const AppGraphBuilder: Capability.LazyCapability<void, Capability.Capability<Capability.InterfaceDef<import("@dxos/app-graph").BuilderExtensions>>, Error>;
4
4
  export declare const OperationHandler: Capability.LazyCapability<OperationHandlerSet.OperationHandlerSet, Capability.ModuleReturn, Error>;
5
5
  export declare const ReactRoot: Capability.LazyCapability<import("..").Step[] | undefined, Capability.Capability<Capability.InterfaceDef<Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAEtD,eAAO,MAAM,eAAe,qIAA0E,CAAC;AACvG,eAAO,MAAM,gBAAgB,oGAG5B,CAAC;AACF,eAAO,MAAM,SAAS;;;YAA6D,CAAC;AACpF,eAAO,MAAM,YAAY,iJAAmE,CAAC;AAC7F,eAAO,MAAM,SAAS;;;;;;;;YAAwD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEpD,eAAO,MAAM,eAAe,qIAA0E,CAAC;AACvG,eAAO,MAAM,gBAAgB,oGAG5B,CAAC;AACF,eAAO,MAAM,SAAS;;;YAA6D,CAAC;AACpF,eAAO,MAAM,YAAY,iJAAmE,CAAC;AAC7F,eAAO,MAAM,SAAS;;;;;;;;YAAwD,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import * as Effect from 'effect/Effect';
2
2
  import { Capability } from '@dxos/app-framework';
3
- import type { OperationHandlerSet } from '@dxos/operation';
3
+ import type { OperationHandlerSet } from '@dxos/compute';
4
4
  declare const _default: (props: OperationHandlerSet.OperationHandlerSet) => Effect.Effect<Capability.ModuleReturn, Error, Capability.Service>;
5
5
  export default _default;
6
6
  //# sourceMappingURL=operation-handler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"operation-handler.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/operation-handler.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;;AAI3D,wBAIE"}
1
+ {"version":3,"file":"operation-handler.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/operation-handler.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"react-root.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-root.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAK/D,OAAO,EAAoB,KAAK,IAAI,EAAE,MAAM,QAAQ,CAAC;;;;;AAErD,wBAqBE"}
1
+ {"version":3,"file":"react-root.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-root.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAK/D,OAAO,EAAoB,KAAK,IAAI,EAAE,MAAM,QAAQ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"react-surface.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-surface.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;;AAQ/D,wBAqBE"}
1
+ {"version":3,"file":"react-surface.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-surface.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/state.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;AAMjD,wBAcE"}
1
+ {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/state.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Key.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/Key.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,GAAG,GAAI,aAAa;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,sBAUnD,CAAC"}
1
+ {"version":3,"file":"Key.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/Key.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,GAAG,gBAAiB;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,sBAUnD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ShortcutsHints.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/ShortcutsHints.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,eAAO,MAAM,cAAc,GAAI,aAAa;IAAE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CAAE,sBAyBnE,CAAC"}
1
+ {"version":3,"file":"ShortcutsHints.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/ShortcutsHints.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,eAAO,MAAM,cAAc,gBAAiB;IAAE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CAAE,sBAyBnE,CAAC"}
@@ -8,35 +8,35 @@ export declare const Tooltip: React.ForwardRefExoticComponent<{
8
8
  size: number;
9
9
  step: import("react-joyride").StepMerged;
10
10
  backProps: {
11
- "aria-label": string;
12
- "data-action": string;
11
+ 'aria-label': string;
12
+ 'data-action': string;
13
13
  onClick: React.MouseEventHandler<HTMLElement>;
14
14
  role: string;
15
15
  title: string;
16
16
  };
17
17
  closeProps: {
18
- "aria-label": string;
19
- "data-action": string;
18
+ 'aria-label': string;
19
+ 'data-action': string;
20
20
  onClick: React.MouseEventHandler<HTMLElement>;
21
21
  role: string;
22
22
  title: string;
23
23
  };
24
24
  primaryProps: {
25
- "aria-label": string;
26
- "data-action": string;
25
+ 'aria-label': string;
26
+ 'data-action': string;
27
27
  onClick: React.MouseEventHandler<HTMLElement>;
28
28
  role: string;
29
29
  title: string;
30
30
  };
31
31
  skipProps: {
32
- "aria-label": string;
33
- "data-action": string;
32
+ 'aria-label': string;
33
+ 'data-action': string;
34
34
  onClick: React.MouseEventHandler<HTMLElement>;
35
35
  role: string;
36
36
  title: string;
37
37
  };
38
38
  tooltipProps: {
39
- "aria-modal": boolean;
39
+ 'aria-modal': boolean;
40
40
  ref: React.RefCallback<HTMLElement>;
41
41
  role: string;
42
42
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WelcomeTour.d.ts","sourceRoot":"","sources":["../../../../../src/components/WelcomeTour/WelcomeTour.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAOxC,OAAO,EAAe,KAAK,IAAI,EAAE,MAAM,QAAQ,CAAC;AAmDhD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,GAAG,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,iEAAiE,gBAAgB,sBAoG5G,CAAC"}
1
+ {"version":3,"file":"WelcomeTour.d.ts","sourceRoot":"","sources":["../../../../../src/components/WelcomeTour/WelcomeTour.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAOxC,OAAO,EAAe,KAAK,IAAI,EAAE,MAAM,QAAQ,CAAC;AAmDhD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,GAAG,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,WAAW,oEAAqE,gBAAgB,sBAqG5G,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"WelcomeTour.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/WelcomeTour/WelcomeTour.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAmB,MAAM,OAAO,CAAC;AAUxC,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAwDnE,eAAO,MAAM,OAAO,EAAE,QAAQ,CAAC,OAAO,WAAW,CA8BhD,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,IAAI;;;wBA/C4B,gBAAgB;;CAyDlB,CAAC;AAErC,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"WelcomeTour.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/WelcomeTour/WelcomeTour.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAmB,MAAM,OAAO,CAAC;AAUxC,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAwDnE,eAAO,MAAM,OAAO,EAAE,QAAQ,CAAC,OAAO,WAAW,CA8BhD,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,IAAI;;;wBA/C4B,gBAAgB;;CAyDlB,CAAC;eAEtB,IAAI"}
@@ -9,11 +9,11 @@ declare const meta: {
9
9
  layout: string;
10
10
  translations: [{
11
11
  readonly 'en-US': {
12
- readonly [meta.id]: {
13
- readonly 'plugin.name': "Help";
14
- readonly 'open-help-tour.message': "Show welcome tour";
15
- readonly 'open-shortcuts.label': "Show shortcuts";
16
- readonly 'shortcuts-dialog.title': "Shortcuts";
12
+ readonly [x: string]: {
13
+ readonly 'plugin.name': 'Help';
14
+ readonly 'open-help-tour.message': 'Show welcome tour';
15
+ readonly 'open-shortcuts.label': 'Show shortcuts';
16
+ readonly 'shortcuts-dialog.title': 'Shortcuts';
17
17
  };
18
18
  };
19
19
  }];
@@ -1 +1 @@
1
- {"version":3,"file":"ShortcutsDialogContent.stories.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ShortcutsDialogContent/ShortcutsDialogContent.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,QAAA,MAAM,IAAI;;;;;;;;;yBAfwB,CAAQ,IAAI,CAAC,EAAE,CAAC;;;;;;;;;CAwBH,CAAC;AAEhD,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
1
+ {"version":3,"file":"ShortcutsDialogContent.stories.d.ts","sourceRoot":"","sources":["../../../../../src/containers/ShortcutsDialogContent/ShortcutsDialogContent.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;CASqC,CAAC;eAEjC,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
@@ -1,8 +1,8 @@
1
+ import { Plugin } from '@dxos/app-framework';
1
2
  export { HelpCapabilities } from './types';
2
- export * from './components';
3
3
  export * from './constants';
4
4
  export * from './meta';
5
- export * from './HelpPlugin';
6
- export * from './hooks';
7
5
  export * from './types';
6
+ export declare const HelpPlugin: Plugin.PluginFactory<import("#plugin").HelpPluginOptions>;
7
+ export type { HelpPluginOptions } from '#plugin';
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC3C,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAI7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC3C,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AAExB,eAAO,MAAM,UAAU,2DAA6C,CAAC;AACrE,YAAY,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { Capability } from '@dxos/app-framework';
2
- import { Operation } from '@dxos/operation';
2
+ import { Operation } from '@dxos/compute';
3
3
  export declare const Start: Operation.Definition<void, void, Capability.Service>;
4
4
  //# sourceMappingURL=definitions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"definitions.d.ts","sourceRoot":"","sources":["../../../../src/operations/definitions.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAM5C,eAAO,MAAM,KAAK,sDAKhB,CAAC"}
1
+ {"version":3,"file":"definitions.d.ts","sourceRoot":"","sources":["../../../../src/operations/definitions.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAM1C,eAAO,MAAM,KAAK,sDAKhB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { OperationHandlerSet } from '@dxos/operation';
1
+ import { OperationHandlerSet } from '@dxos/compute';
2
2
  export * as HelpOperation from './definitions';
3
3
  export declare const HelpOperationHandlerSet: OperationHandlerSet.OperationHandlerSet;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/operations/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAEtD,OAAO,KAAK,aAAa,MAAM,eAAe,CAAC;AAE/C,eAAO,MAAM,uBAAuB,yCAAoD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/operations/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEpD,OAAO,KAAK,aAAa,MAAM,eAAe,CAAC;AAE/C,eAAO,MAAM,uBAAuB,yCAAoD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { Operation } from '@dxos/operation';
1
+ import { Operation } from '@dxos/compute';
2
2
  import { Start } from './definitions';
3
3
  declare const handler: Operation.WithHandler<typeof Start>;
4
4
  export default handler;
@@ -1 +1 @@
1
- {"version":3,"file":"start.d.ts","sourceRoot":"","sources":["../../../../src/operations/start.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,KAAK,CAMhD,CAAC;AAEF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"start.d.ts","sourceRoot":"","sources":["../../../../src/operations/start.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,KAAK,CAMhD,CAAC;eAEa,OAAO"}
@@ -1,11 +1,10 @@
1
- import { meta } from '#meta';
2
1
  export declare const translations: [{
3
2
  readonly 'en-US': {
4
- readonly [meta.id]: {
5
- readonly 'plugin.name': "Help";
6
- readonly 'open-help-tour.message': "Show welcome tour";
7
- readonly 'open-shortcuts.label': "Show shortcuts";
8
- readonly 'shortcuts-dialog.title': "Shortcuts";
3
+ readonly [x: string]: {
4
+ readonly 'plugin.name': 'Help';
5
+ readonly 'open-help-tour.message': 'Show welcome tour';
6
+ readonly 'open-shortcuts.label': 'Show shortcuts';
7
+ readonly 'shortcuts-dialog.title': 'Shortcuts';
9
8
  };
10
9
  };
11
10
  }];
@@ -1 +1 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAE7B,eAAO,MAAM,YAAY;;QAGnB,SAAA,CAAC,IAAI,CAAC,EAAE,CAAC;;;;;UAKR;;EAGwB,CAAC"}
1
+ {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,YAAY;;;oCAIF,MAAM;+CACK,mBAAmB;6CACrB,gBAAgB;+CACd,WAAW;;;EAId,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../../src/types/capabilities.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,yBAAiB,gBAAgB,CAAC;IACzB,MAAM,WAAW;;;;OAMvB,CAAC;IAEF,KAAY,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,WAAW,CAAC,CAAC;IAEpD,MAAM,KAAK;;;;;;;;OAAuE,CAAC;CAC3F"}
1
+ {"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../../src/types/capabilities.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,yBAAiB,gBAAgB,CAAC,CAAC;IAC1B,MAAM,WAAW;;;;OAMvB,CAAC;IAEF,KAAY,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,WAAW,CAAC,CAAC;IAEpD,MAAM,KAAK;;;;;;;;OAAuE,CAAC;CAC3F"}