@itwin/one-click-lca-react 0.2.0 → 0.4.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/cjs/components/ExportModal.js +101 -59
- package/lib/cjs/components/ExportModal.js.map +1 -1
- package/lib/cjs/components/ExportModal.scss +14 -16
- package/lib/cjs/components/OneClickLCA.js +7 -2
- package/lib/cjs/components/OneClickLCA.js.map +1 -1
- package/lib/cjs/components/Reports.js +41 -16
- package/lib/cjs/components/Reports.js.map +1 -1
- package/lib/cjs/components/Reports.scss +3 -5
- package/lib/cjs/components/utils.js +8 -2
- package/lib/cjs/components/utils.js.map +1 -1
- package/lib/cjs/components/utils.scss +4 -12
- package/lib/cjs/test/ExportModal.test.js +9 -5
- package/lib/cjs/test/ExportModal.test.js.map +1 -1
- package/lib/cjs/test/WidgetHeader.test.js +20 -16
- package/lib/cjs/test/WidgetHeader.test.js.map +1 -1
- package/lib/cjs/widgets/OneClickLCAWidget.d.ts +3 -3
- package/lib/cjs/widgets/OneClickLCAWidget.js +6 -8
- package/lib/cjs/widgets/OneClickLCAWidget.js.map +1 -1
- package/lib/esm/components/ExportModal.js +59 -36
- package/lib/esm/components/ExportModal.js.map +1 -1
- package/lib/esm/components/ExportModal.scss +14 -16
- package/lib/esm/components/OneClickLCA.js +7 -2
- package/lib/esm/components/OneClickLCA.js.map +1 -1
- package/lib/esm/components/Reports.js +12 -6
- package/lib/esm/components/Reports.js.map +1 -1
- package/lib/esm/components/Reports.scss +3 -5
- package/lib/esm/components/utils.js +5 -2
- package/lib/esm/components/utils.js.map +1 -1
- package/lib/esm/components/utils.scss +4 -12
- package/lib/esm/test/ExportModal.test.js +6 -2
- package/lib/esm/test/ExportModal.test.js.map +1 -1
- package/lib/esm/test/WidgetHeader.test.js +14 -13
- package/lib/esm/test/WidgetHeader.test.js.map +1 -1
- package/lib/esm/widgets/OneClickLCAWidget.d.ts +3 -3
- package/lib/esm/widgets/OneClickLCAWidget.js +3 -5
- package/lib/esm/widgets/OneClickLCAWidget.js.map +1 -1
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/one-click-lca-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "An iTwin.js 3D Viewer Widget that interfaces with the iTwin Carbon Calculation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Bentley",
|
|
@@ -22,30 +22,30 @@
|
|
|
22
22
|
"module": "lib/esm/one-click-lca-widget.js",
|
|
23
23
|
"typings": "lib/cjs/one-click-lca-widget",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@itwin/insights-client": "^0.
|
|
26
|
-
"@itwin/itwinui-icons-react": "^
|
|
27
|
-
"@itwin/itwinui-react": "^
|
|
25
|
+
"@itwin/insights-client": "^0.4.0",
|
|
26
|
+
"@itwin/itwinui-icons-react": "^2.2.0",
|
|
27
|
+
"@itwin/itwinui-react": "^2.11.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@itwin/appui-abstract": "^
|
|
31
|
-
"@itwin/appui-layout-react": "^
|
|
32
|
-
"@itwin/appui-react": "^
|
|
33
|
-
"@itwin/build-tools": "^
|
|
34
|
-
"@itwin/certa": "^3.
|
|
35
|
-
"@itwin/components-react": "^
|
|
36
|
-
"@itwin/core-bentley": "^
|
|
37
|
-
"@itwin/core-common": "^
|
|
38
|
-
"@itwin/core-frontend": "^
|
|
39
|
-
"@itwin/core-geometry": "^
|
|
40
|
-
"@itwin/core-markup": "^
|
|
41
|
-
"@itwin/core-orbitgt": "^
|
|
42
|
-
"@itwin/core-quantity": "^
|
|
43
|
-
"@itwin/core-react": "^
|
|
44
|
-
"@itwin/eslint-plugin": "^3.
|
|
45
|
-
"@itwin/imodel-components-react": "^
|
|
46
|
-
"@itwin/presentation-common": "^
|
|
47
|
-
"@itwin/presentation-frontend": "^
|
|
48
|
-
"@itwin/webgl-compatibility": "^
|
|
30
|
+
"@itwin/appui-abstract": "^4.0.0",
|
|
31
|
+
"@itwin/appui-layout-react": "^4.0.0",
|
|
32
|
+
"@itwin/appui-react": "^4.0.0",
|
|
33
|
+
"@itwin/build-tools": "^4.0.0",
|
|
34
|
+
"@itwin/certa": "^3.6.1",
|
|
35
|
+
"@itwin/components-react": "^4.0.0",
|
|
36
|
+
"@itwin/core-bentley": "^4.0.0",
|
|
37
|
+
"@itwin/core-common": "^4.0.0",
|
|
38
|
+
"@itwin/core-frontend": "^4.0.0",
|
|
39
|
+
"@itwin/core-geometry": "^4.0.0",
|
|
40
|
+
"@itwin/core-markup": "^4.0.0",
|
|
41
|
+
"@itwin/core-orbitgt": "^4.0.0",
|
|
42
|
+
"@itwin/core-quantity": "^4.0.0",
|
|
43
|
+
"@itwin/core-react": "^4.0.0",
|
|
44
|
+
"@itwin/eslint-plugin": "^3.7.7",
|
|
45
|
+
"@itwin/imodel-components-react": "^4.0.0",
|
|
46
|
+
"@itwin/presentation-common": "^4.0.0",
|
|
47
|
+
"@itwin/presentation-frontend": "^4.0.0",
|
|
48
|
+
"@itwin/webgl-compatibility": "^4.0.0",
|
|
49
49
|
"@testing-library/dom": "^8.12.0",
|
|
50
50
|
"@testing-library/jest-dom": "^5.16.3",
|
|
51
51
|
"@testing-library/react": "^12.1.4",
|
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
"redux": "^4.1.0",
|
|
73
73
|
"rimraf": "^3.0.2",
|
|
74
74
|
"ts-jest": "^27.1.3",
|
|
75
|
-
"typescript": "~4.
|
|
75
|
+
"typescript": "~4.5.0"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
|
-
"@itwin/appui-abstract": "^
|
|
79
|
-
"@itwin/appui-react": "^
|
|
80
|
-
"@itwin/core-frontend": "^
|
|
81
|
-
"@itwin/core-react": "^
|
|
78
|
+
"@itwin/appui-abstract": "^4.0.0",
|
|
79
|
+
"@itwin/appui-react": "^4.0.0",
|
|
80
|
+
"@itwin/core-frontend": "^4.0.0",
|
|
81
|
+
"@itwin/core-react": "^4.0.0",
|
|
82
82
|
"react": "^17.0.2",
|
|
83
83
|
"react-dom": "^17.0.2"
|
|
84
84
|
},
|