@dxos/plugin-settings 0.6.14-main.2b6a0f3 → 0.8.4-main.1068cf700f

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 (76) hide show
  1. package/dist/lib/browser/app-graph-builder-CCZGWQMT.mjs +97 -0
  2. package/dist/lib/browser/app-graph-builder-CCZGWQMT.mjs.map +7 -0
  3. package/dist/lib/browser/chunk-ONAYSYBX.mjs +35 -0
  4. package/dist/lib/browser/chunk-ONAYSYBX.mjs.map +7 -0
  5. package/dist/lib/browser/index.mjs +31 -242
  6. package/dist/lib/browser/index.mjs.map +4 -4
  7. package/dist/lib/browser/meta.json +1 -1
  8. package/dist/lib/browser/operation-resolver-IIUEJRBW.mjs +54 -0
  9. package/dist/lib/browser/operation-resolver-IIUEJRBW.mjs.map +7 -0
  10. package/dist/lib/node-esm/app-graph-builder-LZWJ45UQ.mjs +98 -0
  11. package/dist/lib/node-esm/app-graph-builder-LZWJ45UQ.mjs.map +7 -0
  12. package/dist/lib/node-esm/chunk-TSHGTOLF.mjs +37 -0
  13. package/dist/lib/node-esm/chunk-TSHGTOLF.mjs.map +7 -0
  14. package/dist/lib/node-esm/index.mjs +31 -242
  15. package/dist/lib/node-esm/index.mjs.map +4 -4
  16. package/dist/lib/node-esm/meta.json +1 -1
  17. package/dist/lib/node-esm/operation-resolver-QRFPVUSP.mjs +55 -0
  18. package/dist/lib/node-esm/operation-resolver-QRFPVUSP.mjs.map +7 -0
  19. package/dist/types/src/SettingsPlugin.d.ts +2 -6
  20. package/dist/types/src/SettingsPlugin.d.ts.map +1 -1
  21. package/dist/types/src/actions.d.ts +25 -0
  22. package/dist/types/src/actions.d.ts.map +1 -0
  23. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts +6 -0
  24. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +1 -0
  25. package/dist/types/src/capabilities/app-graph-builder/index.d.ts +3 -0
  26. package/dist/types/src/capabilities/app-graph-builder/index.d.ts.map +1 -0
  27. package/dist/types/src/capabilities/index.d.ts +3 -0
  28. package/dist/types/src/capabilities/index.d.ts.map +1 -0
  29. package/dist/types/src/capabilities/operation-resolver/index.d.ts +3 -0
  30. package/dist/types/src/capabilities/operation-resolver/index.d.ts.map +1 -0
  31. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts +5 -0
  32. package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +1 -0
  33. package/dist/types/src/index.d.ts +1 -3
  34. package/dist/types/src/index.d.ts.map +1 -1
  35. package/dist/types/src/meta.d.ts +2 -5
  36. package/dist/types/src/meta.d.ts.map +1 -1
  37. package/dist/types/src/translations.d.ts +7 -9
  38. package/dist/types/src/translations.d.ts.map +1 -1
  39. package/dist/types/tsconfig.tsbuildinfo +1 -0
  40. package/package.json +21 -36
  41. package/src/SettingsPlugin.ts +17 -0
  42. package/src/actions.ts +24 -0
  43. package/src/capabilities/app-graph-builder/app-graph-builder.ts +96 -0
  44. package/src/capabilities/app-graph-builder/index.ts +7 -0
  45. package/src/capabilities/index.ts +6 -0
  46. package/src/capabilities/operation-resolver/index.ts +10 -0
  47. package/src/capabilities/operation-resolver/operation-resolver.ts +54 -0
  48. package/src/index.ts +2 -9
  49. package/src/meta.ts +6 -7
  50. package/src/translations.ts +9 -9
  51. package/README.md +0 -15
  52. package/dist/lib/browser/chunk-PD3C4TDW.mjs +0 -11
  53. package/dist/lib/browser/chunk-PD3C4TDW.mjs.map +0 -7
  54. package/dist/lib/browser/meta.mjs +0 -9
  55. package/dist/lib/browser/meta.mjs.map +0 -7
  56. package/dist/lib/node/chunk-AHM6OLF2.cjs +0 -34
  57. package/dist/lib/node/chunk-AHM6OLF2.cjs.map +0 -7
  58. package/dist/lib/node/index.cjs +0 -278
  59. package/dist/lib/node/index.cjs.map +0 -7
  60. package/dist/lib/node/meta.cjs +0 -30
  61. package/dist/lib/node/meta.cjs.map +0 -7
  62. package/dist/lib/node/meta.json +0 -1
  63. package/dist/lib/node-esm/chunk-PPOEIFFE.mjs +0 -13
  64. package/dist/lib/node-esm/chunk-PPOEIFFE.mjs.map +0 -7
  65. package/dist/lib/node-esm/meta.mjs +0 -10
  66. package/dist/lib/node-esm/meta.mjs.map +0 -7
  67. package/dist/types/src/components/SettingsDialog.d.ts +0 -6
  68. package/dist/types/src/components/SettingsDialog.d.ts.map +0 -1
  69. package/dist/types/src/components/SettingsValue.d.ts +0 -9
  70. package/dist/types/src/components/SettingsValue.d.ts.map +0 -1
  71. package/dist/types/src/components/index.d.ts +0 -3
  72. package/dist/types/src/components/index.d.ts.map +0 -1
  73. package/src/SettingsPlugin.tsx +0 -122
  74. package/src/components/SettingsDialog.tsx +0 -126
  75. package/src/components/SettingsValue.tsx +0 -49
  76. package/src/components/index.ts +0 -6
package/package.json CHANGED
@@ -1,63 +1,48 @@
1
1
  {
2
2
  "name": "@dxos/plugin-settings",
3
- "version": "0.6.14-main.2b6a0f3",
4
- "description": "DXOS app plugin for aggregating and rendering plugin settings.",
3
+ "version": "0.8.4-main.1068cf700f",
4
+ "description": "DXOS Settings plugin for managing application settings.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/dxos/dxos"
10
+ },
7
11
  "license": "MIT",
8
12
  "author": "DXOS.org",
9
- "sideEffects": false,
13
+ "sideEffects": true,
14
+ "type": "module",
10
15
  "exports": {
11
16
  ".": {
12
17
  "browser": "./dist/lib/browser/index.mjs",
13
- "node": {
14
- "require": "./dist/lib/node/index.cjs",
15
- "default": "./dist/lib/node-esm/index.mjs"
16
- },
18
+ "node": "./dist/lib/node-esm/index.mjs",
19
+ "source": "./src/index.ts",
17
20
  "types": "./dist/types/src/index.d.ts"
18
- },
19
- "./meta": {
20
- "browser": "./dist/lib/browser/meta.mjs",
21
- "node": {
22
- "require": "./dist/lib/node/meta.cjs",
23
- "default": "./dist/lib/node-esm/meta.mjs"
24
- },
25
- "types": "./dist/types/src/meta.d.ts"
26
21
  }
27
22
  },
28
23
  "types": "dist/types/src/index.d.ts",
29
24
  "typesVersions": {
30
- "*": {
31
- "meta": [
32
- "dist/types/src/meta.d.ts"
33
- ]
34
- }
25
+ "*": {}
35
26
  },
36
27
  "files": [
37
28
  "dist",
38
29
  "src"
39
30
  ],
40
31
  "dependencies": {
41
- "@dxos/app-framework": "0.6.14-main.2b6a0f3",
42
- "@dxos/local-storage": "0.6.14-main.2b6a0f3",
43
- "@dxos/plugin-graph": "0.6.14-main.2b6a0f3",
44
- "@dxos/util": "0.6.14-main.2b6a0f3",
45
- "@dxos/react-ui-tabs": "0.6.14-main.2b6a0f3"
32
+ "@dxos/app-toolkit": "0.8.4-main.1068cf700f",
33
+ "@dxos/app-graph": "0.8.4-main.1068cf700f",
34
+ "@dxos/app-framework": "0.8.4-main.1068cf700f",
35
+ "@dxos/operation": "0.8.4-main.1068cf700f",
36
+ "@dxos/util": "0.8.4-main.1068cf700f"
46
37
  },
47
38
  "devDependencies": {
48
- "@phosphor-icons/react": "^2.1.5",
49
- "@types/react": "~18.2.0",
50
- "react": "~18.2.0",
51
- "vite": "5.4.7",
52
- "@dxos/react-ui": "0.6.14-main.2b6a0f3",
53
- "@dxos/storybook-utils": "0.6.14-main.2b6a0f3",
54
- "@dxos/react-ui-theme": "0.6.14-main.2b6a0f3"
39
+ "@types/react": "~19.2.7",
40
+ "effect": "3.19.16",
41
+ "react": "~19.2.3"
55
42
  },
56
43
  "peerDependencies": {
57
- "@phosphor-icons/react": "^2.1.5",
58
- "react": "~18.2.0",
59
- "@dxos/react-ui": "0.6.14-main.2b6a0f3",
60
- "@dxos/react-ui-theme": "0.6.14-main.2b6a0f3"
44
+ "effect": "3.19.16",
45
+ "react": "~19.2.3"
61
46
  },
62
47
  "publishConfig": {
63
48
  "access": "public"
@@ -0,0 +1,17 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ import { Plugin } from '@dxos/app-framework';
6
+ import { AppPlugin } from '@dxos/app-toolkit';
7
+
8
+ import { SettingsAppGraphBuilder, SettingsOperationResolver } from './capabilities';
9
+ import { meta } from './meta';
10
+ import { translations } from './translations';
11
+
12
+ export const SettingsPlugin = Plugin.define(meta).pipe(
13
+ AppPlugin.addAppGraphModule({ activate: SettingsAppGraphBuilder }),
14
+ AppPlugin.addOperationResolverModule({ activate: SettingsOperationResolver }),
15
+ AppPlugin.addTranslationsModule({ translations }),
16
+ Plugin.make,
17
+ );
package/src/actions.ts ADDED
@@ -0,0 +1,24 @@
1
+ //
2
+ // Copyright 2023 DXOS.org
3
+ //
4
+
5
+ import * as Schema from 'effect/Schema';
6
+
7
+ import { meta } from './meta';
8
+
9
+ export const SETTINGS_ID = '!dxos:settings';
10
+ export const SETTINGS_KEY = 'settings';
11
+
12
+ export namespace SettingsAction {
13
+ export class Open extends Schema.TaggedClass<Open>()(`${meta.id}/open`, {
14
+ input: Schema.Struct({
15
+ plugin: Schema.optional(Schema.String),
16
+ }),
17
+ output: Schema.Void,
18
+ }) {}
19
+
20
+ export class OpenPluginRegistry extends Schema.TaggedClass<OpenPluginRegistry>()(`${meta.id}/open-plugin-registry`, {
21
+ input: Schema.Void,
22
+ output: Schema.Void,
23
+ }) {}
24
+ }
@@ -0,0 +1,96 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ import * as Effect from 'effect/Effect';
6
+
7
+ import { Capabilities, Capability, type Plugin as Plugin$ } from '@dxos/app-framework';
8
+ import { GraphBuilder, NodeMatcher } from '@dxos/app-graph';
9
+ import { AppCapabilities, SettingsOperation } from '@dxos/app-toolkit';
10
+ import { Operation } from '@dxos/operation';
11
+ import { isNonNullable } from '@dxos/util';
12
+
13
+ import { SETTINGS_ID, SETTINGS_KEY } from '../../actions';
14
+ import { meta } from '../../meta';
15
+
16
+ export default Capability.makeModule(
17
+ Effect.fnUntraced(function* () {
18
+ // Get context for lazy capability access in callbacks.
19
+ const capabilities = yield* Capability.Service;
20
+ const managerAtom = capabilities.atom(Capabilities.PluginManager);
21
+ const settingsAtom = capabilities.atom(AppCapabilities.Settings);
22
+
23
+ const extensions = yield* Effect.all([
24
+ GraphBuilder.createExtension({
25
+ id: `${meta.id}/action`,
26
+ match: NodeMatcher.whenRoot,
27
+ actions: () =>
28
+ Effect.succeed([
29
+ {
30
+ id: meta.id,
31
+ data: () => Operation.invoke(SettingsOperation.Open, {}),
32
+ properties: {
33
+ label: ['open settings label', { ns: meta.id }],
34
+ icon: 'ph--gear--regular',
35
+ disposition: 'menu',
36
+ keyBinding: {
37
+ macos: 'meta+,',
38
+ windows: 'alt+,',
39
+ },
40
+ },
41
+ },
42
+ ]),
43
+ }),
44
+ GraphBuilder.createExtension({
45
+ id: `${meta.id}/core`,
46
+ match: NodeMatcher.whenRoot,
47
+ connector: () =>
48
+ Effect.succeed([
49
+ {
50
+ id: SETTINGS_ID,
51
+ type: meta.id,
52
+ properties: {
53
+ label: ['app settings label', { ns: meta.id }],
54
+ icon: 'ph--gear--regular',
55
+ disposition: 'pin-end',
56
+ position: 'hoist',
57
+ testId: 'treeView.appSettings',
58
+ },
59
+ },
60
+ ]),
61
+ }),
62
+ GraphBuilder.createExtension({
63
+ id: `${meta.id}/plugins`,
64
+ match: NodeMatcher.whenId(SETTINGS_ID),
65
+ connector: (node, get) => {
66
+ const [manager] = get(managerAtom);
67
+ const allSettings = get(settingsAtom);
68
+ return Effect.succeed(
69
+ manager
70
+ .getPlugins()
71
+ .map((plugin: Plugin$.Plugin): [Plugin$.Meta, AppCapabilities.Settings] | null => {
72
+ const settings = allSettings.find((s) => s.prefix === plugin.meta.id);
73
+ if (!settings) {
74
+ return null;
75
+ }
76
+
77
+ return [plugin.meta, settings];
78
+ })
79
+ .filter(isNonNullable)
80
+ .map(([meta, settings]: [Plugin$.Meta, AppCapabilities.Settings]) => ({
81
+ id: `${SETTINGS_KEY}:${meta.id.replaceAll('/', ':')}`,
82
+ type: 'category',
83
+ data: settings,
84
+ properties: {
85
+ label: meta.name ?? meta.id,
86
+ icon: meta.icon ?? 'ph--circle--regular',
87
+ },
88
+ })),
89
+ );
90
+ },
91
+ }),
92
+ ]);
93
+
94
+ return Capability.contributes(AppCapabilities.AppGraphBuilder, extensions);
95
+ }),
96
+ );
@@ -0,0 +1,7 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ import { Capability } from '@dxos/app-framework';
6
+
7
+ export const SettingsAppGraphBuilder = Capability.lazy('SettingsAppGraphBuilder', () => import('./app-graph-builder'));
@@ -0,0 +1,6 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ export * from './app-graph-builder';
6
+ export * from './operation-resolver';
@@ -0,0 +1,10 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ import { Capability } from '@dxos/app-framework';
6
+
7
+ export const SettingsOperationResolver = Capability.lazy(
8
+ 'SettingsOperationResolver',
9
+ () => import('./operation-resolver'),
10
+ );
@@ -0,0 +1,54 @@
1
+ //
2
+ // Copyright 2025 DXOS.org
3
+ //
4
+
5
+ import * as Effect from 'effect/Effect';
6
+
7
+ import { Capabilities, Capability } from '@dxos/app-framework';
8
+ import { LayoutOperation, SettingsOperation } from '@dxos/app-toolkit';
9
+ import { OperationResolver } from '@dxos/operation';
10
+
11
+ import { SETTINGS_ID, SETTINGS_KEY } from '../../actions';
12
+
13
+ export default Capability.makeModule(
14
+ Effect.fnUntraced(function* () {
15
+ return Capability.contributes(Capabilities.OperationResolver, [
16
+ //
17
+ // Open Settings
18
+ //
19
+ OperationResolver.make({
20
+ operation: SettingsOperation.Open,
21
+ handler: (input) =>
22
+ Effect.gen(function* () {
23
+ const { invoke } = yield* Capability.get(Capabilities.OperationInvoker);
24
+ yield* invoke(LayoutOperation.SwitchWorkspace, { subject: SETTINGS_ID });
25
+ if (input.plugin) {
26
+ // Fire and forget the open operation.
27
+ yield* Effect.fork(
28
+ invoke(LayoutOperation.Open, {
29
+ subject: [`${SETTINGS_KEY}:${input.plugin.replaceAll('/', ':')}`],
30
+ }),
31
+ );
32
+ }
33
+ }),
34
+ }),
35
+
36
+ //
37
+ // Open Plugin Registry
38
+ //
39
+ OperationResolver.make({
40
+ operation: SettingsOperation.OpenPluginRegistry,
41
+ handler: () =>
42
+ Effect.gen(function* () {
43
+ const { invoke } = yield* Capability.get(Capabilities.OperationInvoker);
44
+ yield* invoke(LayoutOperation.SwitchWorkspace, { subject: SETTINGS_ID });
45
+ yield* Effect.fork(
46
+ invoke(LayoutOperation.Open, {
47
+ subject: [`${SETTINGS_KEY}:plugins`],
48
+ }),
49
+ );
50
+ }),
51
+ }),
52
+ ]);
53
+ }),
54
+ );
package/src/index.ts CHANGED
@@ -1,13 +1,6 @@
1
1
  //
2
- // Copyright 2023 DXOS.org
2
+ // Copyright 2024 DXOS.org
3
3
  //
4
4
 
5
- import { SettingsPlugin } from './SettingsPlugin';
6
-
7
- export default SettingsPlugin;
8
-
5
+ export * from './actions';
9
6
  export * from './SettingsPlugin';
10
-
11
- // TODO(wittjosiah): Remove.
12
- // Settings should be exposed from plugins as state and intents rather than components.
13
- export * from './components';
package/src/meta.ts CHANGED
@@ -1,11 +1,10 @@
1
1
  //
2
- // Copyright 2023 DXOS.org
2
+ // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import { type PluginMeta } from '@dxos/app-framework';
5
+ import { type Plugin } from '@dxos/app-framework';
6
6
 
7
- export const SETTINGS_PLUGIN = 'dxos.org/plugin/settings';
8
-
9
- export default {
10
- id: SETTINGS_PLUGIN,
11
- } satisfies PluginMeta;
7
+ export const meta: Plugin.Meta = {
8
+ id: 'dxos.org/plugin/settings',
9
+ name: 'Settings',
10
+ };
@@ -1,18 +1,18 @@
1
1
  //
2
- // Copyright 2023 DXOS.org
2
+ // Copyright 2025 DXOS.org
3
3
  //
4
4
 
5
- import { SETTINGS_PLUGIN } from './meta';
5
+ import { type Resource } from '@dxos/app-toolkit';
6
6
 
7
- export default [
7
+ import { meta } from './meta';
8
+
9
+ export const translations = [
8
10
  {
9
11
  'en-US': {
10
- [SETTINGS_PLUGIN]: {
11
- 'open settings label': 'Show settings',
12
- 'settings dialog title': 'Settings',
13
- 'back label': 'Back',
14
- 'click to return to tablist description': 'Click the title to return to the settings menu',
12
+ [meta.id]: {
13
+ 'open settings label': 'Open settings',
14
+ 'app settings label': 'Settings',
15
15
  },
16
16
  },
17
17
  },
18
- ];
18
+ ] as const satisfies Resource[];
package/README.md DELETED
@@ -1,15 +0,0 @@
1
- # @dxos/plugin-settings
2
-
3
- DXOS app plugin for aggregating and rendering plugin settings.
4
-
5
- ## DXOS Resources
6
-
7
- - [Website](https://dxos.org)
8
- - [Developer Documentation](https://docs.dxos.org)
9
- - Talk to us on [Discord](https://dxos.org/discord)
10
-
11
- ## Contributions
12
-
13
- Your ideas, issues, and code are most welcome. Please take a look at our [community code of conduct](https://github.com/dxos/dxos/blob/main/CODE_OF_CONDUCT.md), the [issue guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-issues), and the [PR contribution guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-prs).
14
-
15
- License: [MIT](./LICENSE) Copyright 2023 © DXOS
@@ -1,11 +0,0 @@
1
- // packages/plugins/plugin-settings/src/meta.ts
2
- var SETTINGS_PLUGIN = "dxos.org/plugin/settings";
3
- var meta_default = {
4
- id: SETTINGS_PLUGIN
5
- };
6
-
7
- export {
8
- SETTINGS_PLUGIN,
9
- meta_default
10
- };
11
- //# sourceMappingURL=chunk-PD3C4TDW.mjs.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/meta.ts"],
4
- "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type PluginMeta } from '@dxos/app-framework';\n\nexport const SETTINGS_PLUGIN = 'dxos.org/plugin/settings';\n\nexport default {\n id: SETTINGS_PLUGIN,\n} satisfies PluginMeta;\n"],
5
- "mappings": ";AAMO,IAAMA,kBAAkB;AAE/B,IAAA,eAAe;EACbC,IAAID;AACN;",
6
- "names": ["SETTINGS_PLUGIN", "id"]
7
- }
@@ -1,9 +0,0 @@
1
- import {
2
- SETTINGS_PLUGIN,
3
- meta_default
4
- } from "./chunk-PD3C4TDW.mjs";
5
- export {
6
- SETTINGS_PLUGIN,
7
- meta_default as default
8
- };
9
- //# sourceMappingURL=meta.mjs.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "sourcesContent": [],
5
- "mappings": "",
6
- "names": []
7
- }
@@ -1,34 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var chunk_AHM6OLF2_exports = {};
20
- __export(chunk_AHM6OLF2_exports, {
21
- SETTINGS_PLUGIN: () => SETTINGS_PLUGIN,
22
- meta_default: () => meta_default
23
- });
24
- module.exports = __toCommonJS(chunk_AHM6OLF2_exports);
25
- var SETTINGS_PLUGIN = "dxos.org/plugin/settings";
26
- var meta_default = {
27
- id: SETTINGS_PLUGIN
28
- };
29
- // Annotate the CommonJS export names for ESM import in node:
30
- 0 && (module.exports = {
31
- SETTINGS_PLUGIN,
32
- meta_default
33
- });
34
- //# sourceMappingURL=chunk-AHM6OLF2.cjs.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/meta.ts"],
4
- "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type PluginMeta } from '@dxos/app-framework';\n\nexport const SETTINGS_PLUGIN = 'dxos.org/plugin/settings';\n\nexport default {\n id: SETTINGS_PLUGIN,\n} satisfies PluginMeta;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAMO,IAAMA,kBAAkB;AAE/B,IAAA,eAAe;EACbC,IAAID;AACN;",
6
- "names": ["SETTINGS_PLUGIN", "id"]
7
- }