@equinor/amplify-component-lib 9.15.1 → 9.15.2-beta.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/dist/index.js +205 -5730
- package/dist/src/atoms/hooks/index.d.ts +0 -1
- package/dist/src/molecules/Sieve/Sieve.types.d.ts +0 -2
- package/dist/src/organisms/SideBar/MenuItem/MenuItem.styles.d.ts +294 -1
- package/dist/src/organisms/TableOfContents/TableOfContents.styles.d.ts +294 -1
- package/dist/src/organisms/TopBar/TopBar.styles.d.ts +294 -1
- package/package.json +6 -9
- package/dist/src/atoms/hooks/useSearchParameter.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/amplify-component-lib",
|
|
3
|
-
"version": "9.15.
|
|
3
|
+
"version": "9.15.2-beta.0",
|
|
4
4
|
"description": "Frontend Typescript components for the Amplify team",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@equinor/eds-icons": "^0.22.0",
|
|
55
|
-
"@equinor/subsurface-app-management": "
|
|
55
|
+
"@equinor/subsurface-app-management": ">=4.4.3-beta.0",
|
|
56
56
|
"@eslint/js": "^9.22.0",
|
|
57
57
|
"@faker-js/faker": "^9.6.0",
|
|
58
58
|
"@storybook/addon-designs": "^10.0.2",
|
|
@@ -72,7 +72,6 @@
|
|
|
72
72
|
"@types/random-seed": "^0.3.5",
|
|
73
73
|
"@types/react": "^19.0.10",
|
|
74
74
|
"@types/react-dom": "^19.0.4",
|
|
75
|
-
"@types/react-router-dom": "^5.3.3",
|
|
76
75
|
"@types/styled-components": "^5.1.34",
|
|
77
76
|
"@types/uuid": "^10.0.0",
|
|
78
77
|
"@types/wicg-file-system-access": "^2023.10.5",
|
|
@@ -93,8 +92,6 @@
|
|
|
93
92
|
"prettier": "^3.5.3",
|
|
94
93
|
"react": "^19.0.0",
|
|
95
94
|
"react-dom": "^19.0.0",
|
|
96
|
-
"react-router": "^6.28.0",
|
|
97
|
-
"react-router-dom": "^6.28.0",
|
|
98
95
|
"resize-observer-polyfill": "^1.5.1",
|
|
99
96
|
"resolve-tspaths": "^0.8.23",
|
|
100
97
|
"storybook": "^9.1.1",
|
|
@@ -112,12 +109,11 @@
|
|
|
112
109
|
},
|
|
113
110
|
"peerDependencies": {
|
|
114
111
|
"@equinor/eds-icons": "*",
|
|
115
|
-
"@equinor/subsurface-app-management": ">=4.4.3",
|
|
112
|
+
"@equinor/subsurface-app-management": ">=4.4.3-beta.0",
|
|
116
113
|
"@tanstack/react-query": "*",
|
|
114
|
+
"@tanstack/react-router": "*",
|
|
117
115
|
"react": "^19.0.0",
|
|
118
116
|
"react-dom": "^19.0.0",
|
|
119
|
-
"react-router": "^6.28.0",
|
|
120
|
-
"react-router-dom": "^6.28.0",
|
|
121
117
|
"@equinor/eds-core-react": "0.44.0",
|
|
122
118
|
"@equinor/eds-data-grid-react": "^0.7.5",
|
|
123
119
|
"@tiptap/core": "^3.1.0",
|
|
@@ -151,7 +147,8 @@
|
|
|
151
147
|
"react-dropzone": "^14.3.8",
|
|
152
148
|
"react-markdown": "^10.1.0",
|
|
153
149
|
"rehype-raw": "^7.0.0",
|
|
154
|
-
"styled-components": "^6.1.15"
|
|
150
|
+
"styled-components": "^6.1.15",
|
|
151
|
+
"lodash": "^4.17.21"
|
|
155
152
|
},
|
|
156
153
|
"msw": {
|
|
157
154
|
"workerDirectory": [
|