@finos/legend-application 15.0.4 → 15.0.5
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.
- package/lib/components/ActionAlert.d.ts +0 -1
- package/lib/components/ActionAlert.d.ts.map +1 -1
- package/lib/components/BlockingAlert.d.ts +0 -1
- package/lib/components/BlockingAlert.d.ts.map +1 -1
- package/lib/components/NotificationManager.d.ts +0 -1
- package/lib/components/NotificationManager.d.ts.map +1 -1
- package/lib/components/VirtualAssistant.d.ts +0 -1
- package/lib/components/VirtualAssistant.d.ts.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +4 -4
- package/package.json +6 -6
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
/// <reference types="react" resolution-mode="require"/>
|
|
17
16
|
export declare const ActionAlert: (() => JSX.Element | null) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionAlert.d.ts","sourceRoot":"","sources":["../../src/components/ActionAlert.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"ActionAlert.d.ts","sourceRoot":"","sources":["../../src/components/ActionAlert.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAsGH,eAAO,MAAM,WAAW;;CAQtB,CAAC"}
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
/// <reference types="react" resolution-mode="require"/>
|
|
17
16
|
/**
|
|
18
17
|
* The users of this need to justify their use case because blocking app disrupts the UX flow.
|
|
19
18
|
* Of course there are legitimate use cases but please consult the team when you do so.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockingAlert.d.ts","sourceRoot":"","sources":["../../src/components/BlockingAlert.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"BlockingAlert.d.ts","sourceRoot":"","sources":["../../src/components/BlockingAlert.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAYH;;;;GAIG;AACH,eAAO,MAAM,aAAa;;CA2BxB,CAAC"}
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
/// <reference types="react" resolution-mode="require"/>
|
|
17
16
|
export declare const NotificationManager: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationManager.d.ts","sourceRoot":"","sources":["../../src/components/NotificationManager.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"NotificationManager.d.ts","sourceRoot":"","sources":["../../src/components/NotificationManager.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAwBH,eAAO,MAAM,mBAAmB;;CAuI9B,CAAC"}
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
/// <reference types="react" resolution-mode="require"/>
|
|
17
16
|
export declare const VirtualAssistant: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VirtualAssistant.d.ts","sourceRoot":"","sources":["../../src/components/VirtualAssistant.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"VirtualAssistant.d.ts","sourceRoot":"","sources":["../../src/components/VirtualAssistant.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAqpBH,eAAO,MAAM,gBAAgB;;CA8H3B,CAAC"}
|
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.5",
|
|
4
4
|
"description": "Legend application core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@finos/legend-art": "workspace:*",
|
|
49
49
|
"@finos/legend-shared": "workspace:*",
|
|
50
|
-
"@types/react": "18.0
|
|
51
|
-
"@types/react-dom": "18.
|
|
50
|
+
"@types/react": "18.2.0",
|
|
51
|
+
"@types/react-dom": "18.2.1",
|
|
52
52
|
"@types/react-router-dom": "5.3.3",
|
|
53
53
|
"history": "5.3.0",
|
|
54
54
|
"mobx": "6.9.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"jest": "29.5.0",
|
|
76
76
|
"npm-run-all": "4.1.5",
|
|
77
77
|
"rimraf": "5.0.0",
|
|
78
|
-
"sass": "1.62.
|
|
78
|
+
"sass": "1.62.1",
|
|
79
79
|
"typescript": "5.0.4"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.5",
|
|
4
4
|
"description": "Legend application core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"test:watch": "jest --watch"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@finos/legend-art": "7.0.
|
|
48
|
+
"@finos/legend-art": "7.0.6",
|
|
49
49
|
"@finos/legend-shared": "10.0.2",
|
|
50
|
-
"@types/react": "18.0
|
|
51
|
-
"@types/react-dom": "18.
|
|
50
|
+
"@types/react": "18.2.0",
|
|
51
|
+
"@types/react-dom": "18.2.1",
|
|
52
52
|
"@types/react-router-dom": "5.3.3",
|
|
53
53
|
"history": "5.3.0",
|
|
54
54
|
"mobx": "6.9.0",
|
|
@@ -68,14 +68,14 @@
|
|
|
68
68
|
"xterm-addon-webgl": "0.14.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@finos/legend-dev-utils": "2.0.
|
|
71
|
+
"@finos/legend-dev-utils": "2.0.57",
|
|
72
72
|
"@jest/globals": "29.5.0",
|
|
73
73
|
"cross-env": "7.0.3",
|
|
74
74
|
"eslint": "8.39.0",
|
|
75
75
|
"jest": "29.5.0",
|
|
76
76
|
"npm-run-all": "4.1.5",
|
|
77
77
|
"rimraf": "5.0.0",
|
|
78
|
-
"sass": "1.62.
|
|
78
|
+
"sass": "1.62.1",
|
|
79
79
|
"typescript": "5.0.4"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|