@finos/legend-application-studio-bootstrap 13.97.0 → 13.99.0
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/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/package.json +13 -13
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license @finos/legend-application-studio-bootstrap v13.
|
|
1
|
+
/** @license @finos/legend-application-studio-bootstrap v13.99.0
|
|
2
2
|
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
@import"@finos/legend-art/lib/normalize.css";@import"@finos/legend-art/lib/index.css";@import"@finos/legend-art/lib/muiOverrides.css";@import"@finos/legend-application/lib/index.css";@import"@finos/legend-lego/lib/index.css";@import"@finos/legend-query-builder/lib/index.css";@import"@finos/legend-data-cube/lib/index.css";@import"@finos/legend-application-studio/lib/index.css";@import"@finos/legend-extension-assortment/lib/index.css";@import"@finos/legend-extension-dsl-service/lib/index.css";@import"@finos/legend-extension-dsl-diagram/lib/index.css";@import"@finos/legend-extension-dsl-data-space/lib/index.css";@import"@finos/legend-extension-dsl-data-space-studio/lib/index.css";@import"@finos/legend-extension-dsl-persistence/lib/index.css";@import"@finos/legend-extension-dsl-text/lib/index.css";@import"@finos/legend-extension-store-service-store/lib/index.css";@import"@finos/legend-extension-dsl-data-quality/lib/index.css"/*# sourceMappingURL=index.css.map */
|
|
17
|
+
@import"@finos/legend-art/lib/normalize.css";@import"@finos/legend-art/lib/index.css";@import"@finos/legend-art/lib/muiOverrides.css";@import"@finos/legend-application/lib/index.css";@import"@finos/legend-lego/lib/index.css";@import"@finos/legend-query-builder/lib/index.css";@import"@finos/legend-data-cube/lib/index.css";@import"@finos/legend-application-studio/lib/index.css";@import"@finos/legend-extension-assortment/lib/index.css";@import"@finos/legend-extension-dsl-service/lib/index.css";@import"@finos/legend-extension-dsl-diagram/lib/index.css";@import"@finos/legend-extension-dsl-data-space/lib/index.css";@import"@finos/legend-extension-dsl-data-space-studio/lib/index.css";@import"@finos/legend-extension-dsl-persistence/lib/index.css";@import"@finos/legend-extension-dsl-text/lib/index.css";@import"@finos/legend-extension-store-service-store/lib/index.css";@import"@finos/legend-extension-dsl-data-quality/lib/index.css";@import"reactflow/dist/style.css"/*# sourceMappingURL=index.css.map */
|
package/lib/index.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,6CACA,yCACA,gDACA,iDACA,0CACA,mDACA,+CACA,wDAEA,0DACA,2DACA,2DACA,8DACA,qEACA,+DACA,wDACA,mEACA","file":"index.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,6CACA,yCACA,gDACA,iDACA,0CACA,mDACA,+CACA,wDAEA,0DACA,2DACA,2DACA,8DACA,qEACA,+DACA,wDACA,mEACA,gEACA","file":"index.css"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application-studio-bootstrap",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.99.0",
|
|
4
4
|
"description": "Legend Studio application bootrap",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -45,19 +45,19 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@finos/legend-application": "16.0.56",
|
|
48
|
-
"@finos/legend-application-studio": "28.19.
|
|
48
|
+
"@finos/legend-application-studio": "28.19.11",
|
|
49
49
|
"@finos/legend-art": "7.1.110",
|
|
50
|
-
"@finos/legend-extension-assortment": "0.0.
|
|
51
|
-
"@finos/legend-extension-dsl-data-quality": "2.0.
|
|
52
|
-
"@finos/legend-extension-dsl-data-space": "10.4.
|
|
53
|
-
"@finos/legend-extension-dsl-data-space-studio": "0.1.
|
|
54
|
-
"@finos/legend-extension-dsl-diagram": "8.1.
|
|
55
|
-
"@finos/legend-extension-dsl-persistence": "5.0.
|
|
56
|
-
"@finos/legend-extension-dsl-service": "1.0.
|
|
57
|
-
"@finos/legend-extension-dsl-text": "6.0.
|
|
58
|
-
"@finos/legend-extension-store-service-store": "2.0.
|
|
59
|
-
"@finos/legend-graph": "32.1.
|
|
60
|
-
"@finos/legend-lego": "2.0.
|
|
50
|
+
"@finos/legend-extension-assortment": "0.0.328",
|
|
51
|
+
"@finos/legend-extension-dsl-data-quality": "2.0.106",
|
|
52
|
+
"@finos/legend-extension-dsl-data-space": "10.4.113",
|
|
53
|
+
"@finos/legend-extension-dsl-data-space-studio": "0.1.201",
|
|
54
|
+
"@finos/legend-extension-dsl-diagram": "8.1.136",
|
|
55
|
+
"@finos/legend-extension-dsl-persistence": "5.0.351",
|
|
56
|
+
"@finos/legend-extension-dsl-service": "1.0.360",
|
|
57
|
+
"@finos/legend-extension-dsl-text": "6.0.350",
|
|
58
|
+
"@finos/legend-extension-store-service-store": "2.0.350",
|
|
59
|
+
"@finos/legend-graph": "32.1.54",
|
|
60
|
+
"@finos/legend-lego": "2.0.102",
|
|
61
61
|
"@finos/legend-shared": "11.0.17",
|
|
62
62
|
"@types/react": "19.0.10",
|
|
63
63
|
"react": "19.0.0"
|