@dxos/plugin-help 0.8.1-main.ae460ac → 0.8.1-main.ba2dec9

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.
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  export declare const Key: ({ binding }: {
2
3
  binding: string;
3
- }) => import("react/jsx-runtime").JSX.Element;
4
+ }) => React.JSX.Element;
4
5
  //# sourceMappingURL=Key.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Key.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/Key.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,GAAG,gBAAiB;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,4CAUnD,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,3 +1,4 @@
1
+ import React from 'react';
1
2
  export declare const SHORTCUTS_DIALOG = "dxos.org/plugin/help/ShortcutsDialog";
2
- export declare const ShortcutsDialogContent: () => import("react/jsx-runtime").JSX.Element;
3
+ export declare const ShortcutsDialogContent: () => React.JSX.Element;
3
4
  //# sourceMappingURL=ShortcutsDialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShortcutsDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/ShortcutsDialog.tsx"],"names":[],"mappings":"AAWA,eAAO,MAAM,gBAAgB,yCAAmC,CAAC;AAEjE,eAAO,MAAM,sBAAsB,+CAoBlC,CAAC"}
1
+ {"version":3,"file":"ShortcutsDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/ShortcutsDialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,eAAO,MAAM,gBAAgB,yCAAmC,CAAC;AAEjE,eAAO,MAAM,sBAAsB,yBAoBlC,CAAC"}
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  export declare const ShortcutsHints: ({ onClose }: {
2
3
  onClose?: () => void;
3
- }) => import("react/jsx-runtime").JSX.Element;
4
+ }) => React.JSX.Element;
4
5
  //# sourceMappingURL=ShortcutsHints.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShortcutsHints.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/ShortcutsHints.tsx"],"names":[],"mappings":"AAqBA,eAAO,MAAM,cAAc,gBAAiB;IAAE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CAAE,4CAkBnE,CAAC"}
1
+ {"version":3,"file":"ShortcutsHints.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/ShortcutsHints.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,eAAO,MAAM,cAAc,gBAAiB;IAAE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CAAE,sBAkBnE,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const ShortcutsList: () => import("react/jsx-runtime").JSX.Element;
1
+ import React from 'react';
2
+ export declare const ShortcutsList: () => React.JSX.Element;
2
3
  //# sourceMappingURL=ShortcutsList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShortcutsList.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/ShortcutsList.tsx"],"names":[],"mappings":"AAaA,eAAO,MAAM,aAAa,+CAqBzB,CAAC"}
1
+ {"version":3,"file":"ShortcutsList.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/ShortcutsList.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAmB,MAAM,OAAO,CAAC;AASxC,eAAO,MAAM,aAAa,yBAqBzB,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const ShortcutsSection: () => import("react/jsx-runtime").JSX.Element;
1
+ import React from 'react';
2
+ export declare const ShortcutsSection: () => React.JSX.Element;
2
3
  //# sourceMappingURL=ShortcutsSection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShortcutsSection.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/ShortcutsSection.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,gBAAgB,+CAM5B,CAAC"}
1
+ {"version":3,"file":"ShortcutsSection.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shortcuts/ShortcutsSection.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,gBAAgB,yBAM5B,CAAC"}
@@ -1,8 +1,9 @@
1
+ import React from 'react';
1
2
  import { type Step } from '../../types';
2
3
  export type WelcomeTourProps = {
3
4
  steps: Step[];
4
5
  running?: boolean;
5
6
  onRunningChanged?: (state: boolean) => any;
6
7
  };
7
- export declare const WelcomeTour: ({ steps: initialSteps, running: runningProp, onRunningChanged }: WelcomeTourProps) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const WelcomeTour: ({ steps: initialSteps, running: runningProp, onRunningChanged }: WelcomeTourProps) => React.JSX.Element;
8
9
  //# sourceMappingURL=WelcomeTour.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WelcomeTour.d.ts","sourceRoot":"","sources":["../../../../../src/components/WelcomeTour/WelcomeTour.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,IAAI,EAAe,MAAM,aAAa,CAAC;AAkDrD,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,4CAwG5G,CAAC"}
1
+ {"version":3,"file":"WelcomeTour.d.ts","sourceRoot":"","sources":["../../../../../src/components/WelcomeTour/WelcomeTour.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAAE,KAAK,IAAI,EAAe,MAAM,aAAa,CAAC;AAkDrD,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,sBAwG5G,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/plugin-help",
3
- "version": "0.8.1-main.ae460ac",
3
+ "version": "0.8.1-main.ba2dec9",
4
4
  "description": "Help plugin.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -34,17 +34,17 @@
34
34
  "@fluentui/react-tabster": "9.23.3",
35
35
  "lodash.get": "^4.4.2",
36
36
  "react-joyride": "^2.7.2",
37
- "@dxos/app-framework": "0.8.1-main.ae460ac",
38
- "@dxos/app-graph": "0.8.1-main.ae460ac",
39
- "@dxos/debug": "0.8.1-main.ae460ac",
40
- "@dxos/echo-schema": "0.8.1-main.ae460ac",
41
- "@dxos/keyboard": "0.8.1-main.ae460ac",
42
- "@dxos/local-storage": "0.8.1-main.ae460ac",
43
- "@dxos/plugin-client": "0.8.1-main.ae460ac",
44
- "@dxos/live-object": "0.8.1-main.ae460ac",
45
- "@dxos/plugin-graph": "0.8.1-main.ae460ac",
46
- "@dxos/react-client": "0.8.1-main.ae460ac",
47
- "@dxos/plugin-space": "0.8.1-main.ae460ac"
37
+ "@dxos/app-framework": "0.8.1-main.ba2dec9",
38
+ "@dxos/app-graph": "0.8.1-main.ba2dec9",
39
+ "@dxos/debug": "0.8.1-main.ba2dec9",
40
+ "@dxos/echo-schema": "0.8.1-main.ba2dec9",
41
+ "@dxos/keyboard": "0.8.1-main.ba2dec9",
42
+ "@dxos/local-storage": "0.8.1-main.ba2dec9",
43
+ "@dxos/plugin-client": "0.8.1-main.ba2dec9",
44
+ "@dxos/plugin-graph": "0.8.1-main.ba2dec9",
45
+ "@dxos/live-object": "0.8.1-main.ba2dec9",
46
+ "@dxos/plugin-space": "0.8.1-main.ba2dec9",
47
+ "@dxos/react-client": "0.8.1-main.ba2dec9"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@phosphor-icons/react": "^2.1.5",
@@ -56,17 +56,17 @@
56
56
  "react-floater": "0.7.9",
57
57
  "type-fest": "4.10.1",
58
58
  "vite": "5.4.7",
59
- "@dxos/random": "0.8.1-main.ae460ac",
60
- "@dxos/react-ui": "0.8.1-main.ae460ac",
61
- "@dxos/react-ui-theme": "0.8.1-main.ae460ac",
62
- "@dxos/storybook-utils": "0.8.1-main.ae460ac"
59
+ "@dxos/react-ui-theme": "0.8.1-main.ba2dec9",
60
+ "@dxos/random": "0.8.1-main.ba2dec9",
61
+ "@dxos/storybook-utils": "0.8.1-main.ba2dec9",
62
+ "@dxos/react-ui": "0.8.1-main.ba2dec9"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@phosphor-icons/react": "^2.1.5",
66
66
  "react": "~18.2.0",
67
67
  "react-dom": "~18.2.0",
68
- "@dxos/react-ui": "0.8.1-main.ae460ac",
69
- "@dxos/react-ui-theme": "0.8.1-main.ae460ac"
68
+ "@dxos/react-ui": "0.8.1-main.ba2dec9",
69
+ "@dxos/react-ui-theme": "0.8.1-main.ba2dec9"
70
70
  },
71
71
  "publishConfig": {
72
72
  "access": "public"