@equinor/echo-framework 0.13.0 → 0.13.2
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/dist/components/fullScreenButtons/FullScreenButton.d.ts +7 -0
- package/dist/components/fullScreenButtons/FullScreenChip.d.ts +8 -0
- package/dist/components/fullScreenButtons/FullScreenModeButtons.d.ts +7 -0
- package/dist/components/fullScreenButtons/index.d.ts +3 -0
- package/dist/components/index.d.ts +3 -0
- package/dist/coreApplication/EchoBarComponent.d.ts +1 -0
- package/dist/coreApplication/EchoToolBar.d.ts +2 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useIsFullScreenModeEnabled.d.ts +1 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.js +6 -6
- package/dist/types/eventTypes/fullScreenModeEvent.d.ts +3 -0
- package/dist/types/eventTypes/index.d.ts +1 -0
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/echo-framework",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
4
4
|
"description": "Modules and components for EchoWeb, utilizing EchoCore",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
"react": ">= 17.0.2",
|
|
47
47
|
"react-dom": ">= 17.0.2",
|
|
48
48
|
"react-router-dom": "^5.3.4",
|
|
49
|
-
"styled-components": "^5.3.
|
|
49
|
+
"styled-components": "^5.3.11"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@babel/core": "^7.22.
|
|
53
|
-
"@babel/preset-env": "^7.22.
|
|
52
|
+
"@babel/core": "^7.22.9",
|
|
53
|
+
"@babel/preset-env": "^7.22.9",
|
|
54
54
|
"@babel/preset-react": "^7.22.5",
|
|
55
55
|
"@equinor/echo-base": "^0.6.22",
|
|
56
|
-
"@equinor/echo-components": "0.7.
|
|
57
|
-
"@equinor/echo-core": "^0.8.
|
|
56
|
+
"@equinor/echo-components": "0.7.12",
|
|
57
|
+
"@equinor/echo-core": "^0.8.3",
|
|
58
58
|
"@equinor/echo-scripts": "^0.1.5",
|
|
59
59
|
"@equinor/echo-search": "^0.14.0",
|
|
60
60
|
"@equinor/echo-update": "^1.3.1",
|
|
@@ -71,26 +71,26 @@
|
|
|
71
71
|
"@rollup/plugin-url": "^7.0.0",
|
|
72
72
|
"@svgr/rollup": "^6.5.1",
|
|
73
73
|
"@testing-library/react": "^14.0.0",
|
|
74
|
-
"@types/jest": "^29.5.
|
|
75
|
-
"@types/node": "^18.
|
|
76
|
-
"@types/react": "^18.2.
|
|
77
|
-
"@types/react-dom": "^18.2.
|
|
74
|
+
"@types/jest": "^29.5.3",
|
|
75
|
+
"@types/node": "^18.17.2",
|
|
76
|
+
"@types/react": "^18.2.18",
|
|
77
|
+
"@types/react-dom": "^18.2.7",
|
|
78
78
|
"@types/react-router-dom": "^5.3.3",
|
|
79
79
|
"@types/styled-components": "5.1.26",
|
|
80
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
81
|
-
"@typescript-eslint/parser": "^5.
|
|
80
|
+
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
81
|
+
"@typescript-eslint/parser": "^5.62.0",
|
|
82
82
|
"@wessberg/rollup-plugin-ts": "^2.0.4",
|
|
83
|
-
"autoprefixer": "^10.4.
|
|
84
|
-
"babel-jest": "^29.
|
|
85
|
-
"eslint": "^8.
|
|
86
|
-
"eslint-config-prettier": "^8.
|
|
83
|
+
"autoprefixer": "^10.4.14",
|
|
84
|
+
"babel-jest": "^29.6.2",
|
|
85
|
+
"eslint": "^8.46.0",
|
|
86
|
+
"eslint-config-prettier": "^8.10.0",
|
|
87
87
|
"eslint-plugin-prettier": "^4.2.1",
|
|
88
|
-
"eslint-plugin-react": "^7.
|
|
88
|
+
"eslint-plugin-react": "^7.33.1",
|
|
89
89
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
90
|
-
"jest": "^29.
|
|
91
|
-
"jest-environment-jsdom": "^29.
|
|
90
|
+
"jest": "^29.6.2",
|
|
91
|
+
"jest-environment-jsdom": "^29.6.2",
|
|
92
92
|
"jest-expo": "^48.0.2",
|
|
93
|
-
"postcss": "^8.4.
|
|
93
|
+
"postcss": "^8.4.27",
|
|
94
94
|
"postcss-assets": "^6.0.0",
|
|
95
95
|
"postcss-modules": "^4.3.1",
|
|
96
96
|
"prettier": "^2.8.8",
|
|
@@ -103,17 +103,17 @@
|
|
|
103
103
|
"rollup-plugin-terser": "^7.0.2",
|
|
104
104
|
"rollup-plugin-tslib-resolve-id": "^0.0.0",
|
|
105
105
|
"rollup-plugin-typescript-paths": "^1.4.0",
|
|
106
|
-
"rollup-plugin-typescript2": "^0.
|
|
106
|
+
"rollup-plugin-typescript2": "^0.35.0",
|
|
107
107
|
"styled-components": "^5.3.11",
|
|
108
|
-
"ts-jest": "^29.
|
|
109
|
-
"tslib": "^2.
|
|
110
|
-
"typescript": "=4.9.
|
|
111
|
-
"user-agent-data-types": "^0.3.
|
|
108
|
+
"ts-jest": "^29.1.1",
|
|
109
|
+
"tslib": "^2.6.1",
|
|
110
|
+
"typescript": "=4.9.5",
|
|
111
|
+
"user-agent-data-types": "^0.3.1"
|
|
112
112
|
},
|
|
113
113
|
"dependencies": {
|
|
114
|
-
"@microsoft/signalr": "^6.0.
|
|
115
|
-
"immer": "^9.0.
|
|
116
|
-
"zustand": "^4.
|
|
114
|
+
"@microsoft/signalr": "^6.0.20",
|
|
115
|
+
"immer": "^9.0.21",
|
|
116
|
+
"zustand": "^4.4.0"
|
|
117
117
|
},
|
|
118
118
|
"compilerOptions": {
|
|
119
119
|
"declaration": true
|