@finos/legend-application-pure-ide 8.0.16 → 8.0.18

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.
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const ActivityBar: (() => JSX.Element) & {
16
+ export declare const ActivityBar: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=ActivityBar.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const StatusBar: (() => JSX.Element) & {
16
+ export declare const StatusBar: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=StatusBar.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const FileSearchCommand: (() => JSX.Element) & {
16
+ export declare const FileSearchCommand: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=FileSearchCommand.d.ts.map
@@ -16,7 +16,7 @@
16
16
  import type { DiagramEditorState } from '../../stores/DiagramEditorState.js';
17
17
  export declare const DiagramEditor: ((props: {
18
18
  diagramEditorState: DiagramEditorState;
19
- }) => JSX.Element) & {
19
+ }) => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  //# sourceMappingURL=DiagramEditor.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const EditorGroup: (() => JSX.Element) & {
16
+ export declare const EditorGroup: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=EditorGroup.d.ts.map
@@ -16,12 +16,12 @@
16
16
  import type { FileEditorState } from '../../stores/FileEditorState.js';
17
17
  export declare const GoToLinePrompt: ((props: {
18
18
  fileEditorState: FileEditorState;
19
- }) => JSX.Element) & {
19
+ }) => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  export declare const GenericFileEditor: ((props: {
23
23
  editorState: FileEditorState;
24
- }) => JSX.Element) & {
24
+ }) => import("react/jsx-runtime").JSX.Element) & {
25
25
  displayName: string;
26
26
  };
27
27
  //# sourceMappingURL=GenericFileEditor.d.ts.map
@@ -16,7 +16,7 @@
16
16
  import type { FileEditorState } from '../../stores/FileEditorState.js';
17
17
  export declare const PureFileEditor: ((props: {
18
18
  editorState: FileEditorState;
19
- }) => JSX.Element) & {
19
+ }) => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  //# sourceMappingURL=PureFileEditor.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const CodeFixSuggestionsPanel: (() => JSX.Element) & {
16
+ export declare const CodeFixSuggestionsPanel: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=CodeFixSuggestionsPanel.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const PanelGroup: (() => JSX.Element) & {
16
+ export declare const PanelGroup: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=PanelGroup.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const ReferenceUsagePanel: (() => JSX.Element) & {
16
+ export declare const ReferenceUsagePanel: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=ReferenceUsagePanel.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const Console: (() => JSX.Element) & {
16
+ export declare const Console: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=TerminalPanel.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const TestRunnerPanel: (() => JSX.Element) & {
16
+ export declare const TestRunnerPanel: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=TestRunnerPanel.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const TextSearchPanel: (() => JSX.Element) & {
16
+ export declare const TextSearchPanel: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=TextSearchPanel.d.ts.map
@@ -17,7 +17,7 @@ export declare enum CONCEPT_TREE_DND_TYPE {
17
17
  UNSUPPORTED = "UNSUPPORTED",
18
18
  CLASS = "CLASS"
19
19
  }
20
- export declare const ConceptTreeExplorer: (() => JSX.Element) & {
20
+ export declare const ConceptTreeExplorer: (() => import("react/jsx-runtime").JSX.Element) & {
21
21
  displayName: string;
22
22
  };
23
23
  //# sourceMappingURL=ConceptTreeExplorer.d.ts.map
@@ -16,7 +16,7 @@
16
16
  import type { DirectoryTreeNode } from '../../server/models/DirectoryTree.js';
17
17
  export declare const CreateNewDirectoryPrompt: ((props: {
18
18
  node: DirectoryTreeNode;
19
- }) => JSX.Element) & {
19
+ }) => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  //# sourceMappingURL=CreateNewDirectoryPrompt.d.ts.map
@@ -16,7 +16,7 @@
16
16
  import type { DirectoryTreeNode } from '../../server/models/DirectoryTree.js';
17
17
  export declare const CreateNewFilePrompt: ((props: {
18
18
  node: DirectoryTreeNode;
19
- }) => JSX.Element) & {
19
+ }) => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  //# sourceMappingURL=CreateNewFilePrompt.d.ts.map
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const DirectoryTreeExplorer: (() => JSX.Element) & {
16
+ export declare const DirectoryTreeExplorer: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=DirectoryTreeExplorer.d.ts.map
@@ -16,7 +16,7 @@
16
16
  import { type ConceptTreeNode } from '../../server/models/ConceptTree.js';
17
17
  export declare const MoveElementPrompt: ((props: {
18
18
  node: ConceptTreeNode;
19
- }) => JSX.Element) & {
19
+ }) => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  //# sourceMappingURL=MoveElementPrompt.d.ts.map
@@ -16,7 +16,7 @@
16
16
  import { type ConceptTreeNode } from '../../server/models/ConceptTree.js';
17
17
  export declare const RenameConceptPrompt: ((props: {
18
18
  node: ConceptTreeNode;
19
- }) => JSX.Element) & {
19
+ }) => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  //# sourceMappingURL=RenameConceptPrompt.d.ts.map
@@ -16,7 +16,7 @@
16
16
  import type { DirectoryTreeNode } from '../../server/models/DirectoryTree.js';
17
17
  export declare const RenameFilePrompt: ((props: {
18
18
  node: DirectoryTreeNode;
19
- }) => JSX.Element) & {
19
+ }) => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  //# sourceMappingURL=RenameFilePrompt.d.ts.map
@@ -16,7 +16,7 @@
16
16
  /**
17
17
  * Wrapper component around different implementations of sidebar, such as to view domain, to manage SDLC, etc.
18
18
  */
19
- export declare const SideBar: (() => JSX.Element) & {
19
+ export declare const SideBar: (() => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
22
  //# sourceMappingURL=SideBar.d.ts.map
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application-pure-ide v8.0.16
1
+ /** @license @finos/legend-application-pure-ide v8.0.18
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application-pure-ide v8.0.16
1
+ /** @license @finos/legend-application-pure-ide v8.0.18
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application-pure-ide",
3
- "version": "8.0.16",
3
+ "version": "8.0.18",
4
4
  "description": "Legend Pure IDE application core",
5
5
  "keywords": [
6
6
  "legend",
@@ -49,7 +49,7 @@
49
49
  "@finos/legend-graph": "workspace:*",
50
50
  "@finos/legend-lego": "workspace:*",
51
51
  "@finos/legend-shared": "workspace:*",
52
- "@types/react": "18.2.5",
52
+ "@types/react": "18.2.6",
53
53
  "@types/react-dom": "18.2.4",
54
54
  "mobx": "6.9.0",
55
55
  "mobx-react-lite": "3.4.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application-pure-ide",
3
- "version": "8.0.16",
3
+ "version": "8.0.18",
4
4
  "description": "Legend Pure IDE application core",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,13 +43,13 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@finos/legend-application": "15.0.11",
47
- "@finos/legend-art": "7.0.12",
48
- "@finos/legend-extension-dsl-diagram": "8.0.16",
46
+ "@finos/legend-application": "15.0.12",
47
+ "@finos/legend-art": "7.0.13",
48
+ "@finos/legend-extension-dsl-diagram": "8.0.18",
49
49
  "@finos/legend-graph": "28.1.7",
50
- "@finos/legend-lego": "1.0.4",
50
+ "@finos/legend-lego": "1.0.5",
51
51
  "@finos/legend-shared": "10.0.5",
52
- "@types/react": "18.2.5",
52
+ "@types/react": "18.2.6",
53
53
  "@types/react-dom": "18.2.4",
54
54
  "mobx": "6.9.0",
55
55
  "mobx-react-lite": "3.4.3",