@finos/legend-application 15.0.11 → 15.0.13

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 ActionAlert: (() => JSX.Element | null) & {
16
+ export declare const ActionAlert: (() => import("react/jsx-runtime").JSX.Element | null) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=ActionAlert.d.ts.map
@@ -33,7 +33,7 @@ export declare const BackdropContainer: React.FC<{
33
33
  }>;
34
34
  export declare const ApplicationComponentFrameworkProvider: ((props: {
35
35
  children: React.ReactNode;
36
- }) => JSX.Element) & {
36
+ }) => import("react/jsx-runtime").JSX.Element) & {
37
37
  displayName: string;
38
38
  };
39
39
  //# sourceMappingURL=ApplicationComponentFrameworkProvider.d.ts.map
@@ -18,7 +18,7 @@
18
18
  * Of course there are legitimate use cases but please consult the team when you do so.
19
19
  * See https://material.io/components/dialogs#usage
20
20
  */
21
- export declare const BlockingAlert: (() => JSX.Element | null) & {
21
+ export declare const BlockingAlert: (() => import("react/jsx-runtime").JSX.Element | null) & {
22
22
  displayName: string;
23
23
  };
24
24
  //# sourceMappingURL=BlockingAlert.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 NotificationManager: (() => JSX.Element) & {
16
+ export declare const NotificationManager: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=NotificationManager.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 VirtualAssistant: (() => JSX.Element) & {
16
+ export declare const VirtualAssistant: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
19
  //# sourceMappingURL=VirtualAssistant.d.ts.map
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application v15.0.11
1
+ /** @license @finos/legend-application v15.0.13
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",
3
- "version": "15.0.11",
3
+ "version": "15.0.13",
4
4
  "description": "Legend application core",
5
5
  "keywords": [
6
6
  "legend",
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "@finos/legend-art": "workspace:*",
49
49
  "@finos/legend-shared": "workspace:*",
50
- "@types/react": "18.2.5",
50
+ "@types/react": "18.2.6",
51
51
  "@types/react-dom": "18.2.4",
52
52
  "@types/react-router-dom": "5.3.3",
53
53
  "history": "5.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application",
3
- "version": "15.0.11",
3
+ "version": "15.0.13",
4
4
  "description": "Legend application core",
5
5
  "keywords": [
6
6
  "legend",
@@ -45,9 +45,9 @@
45
45
  "test:watch": "jest --watch"
46
46
  },
47
47
  "dependencies": {
48
- "@finos/legend-art": "7.0.12",
48
+ "@finos/legend-art": "7.0.14",
49
49
  "@finos/legend-shared": "10.0.5",
50
- "@types/react": "18.2.5",
50
+ "@types/react": "18.2.6",
51
51
  "@types/react-dom": "18.2.4",
52
52
  "@types/react-router-dom": "5.3.3",
53
53
  "history": "5.3.0",