@smart-factor/gem-ui-map-component 0.0.15 → 0.0.16
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/MapButtons-GofPtQ74.js +317201 -0
- package/dist/components/AngleOverlay/AngleOverlay.d.ts +0 -1
- package/dist/components/AngleOverlay/AngleOverlay.styles.d.ts +0 -1
- package/dist/components/DrawCreator/DrawCreator.styles.d.ts +0 -1
- package/dist/components/Layers/Layers.styles.d.ts +0 -1
- package/dist/components/Map/Map.styles.d.ts +0 -1
- package/dist/components/MapButtons/index.js +1 -1
- package/dist/components/MapPopups/styles.d.ts +1 -2
- package/dist/components/MapSidebar/MapSidebar.style.d.ts +1 -2
- package/dist/components/Navigation/Navigation.styles.d.ts +0 -1
- package/dist/components/SnapConfigBar/SnapConfigBar.styles.d.ts +1 -1
- package/dist/main.js +5026 -5078
- package/package.json +18 -16
- package/dist/MapButtons-BdgkjDUY.js +0 -93041
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smart-factor/gem-ui-map-component",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Gem UI Map Component",
|
|
6
6
|
"type": "module",
|
|
@@ -28,47 +28,49 @@
|
|
|
28
28
|
"react-dom": "^18.3.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
+
"@eslint/js": "^9.26.0",
|
|
31
32
|
"@testing-library/dom": "^10.4.0",
|
|
32
33
|
"@testing-library/jest-dom": "^6.6.3",
|
|
33
34
|
"@testing-library/react": "^16.0.0",
|
|
34
35
|
"@testing-library/user-event": "^14.5.2",
|
|
36
|
+
"@types/lodash-es": "^4.17.12",
|
|
35
37
|
"@types/node": "^20.14.9",
|
|
36
38
|
"@types/proj4": "^2.5.6",
|
|
37
39
|
"@types/qs": "^6.9.18",
|
|
38
40
|
"@types/react": "^18.3.3",
|
|
39
41
|
"@types/react-dom": "^18.3.0",
|
|
40
|
-
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
|
41
|
-
"@typescript-eslint/parser": "^7.16.1",
|
|
42
42
|
"@vitejs/plugin-react": "^4.3.1",
|
|
43
43
|
"@vitest/coverage-v8": "^2.0.5",
|
|
44
44
|
"@vitest/ui": "^2.0.5",
|
|
45
|
-
"eslint": "^
|
|
46
|
-
"eslint-config-prettier": "^9.1.0",
|
|
45
|
+
"eslint": "^9.26.0",
|
|
47
46
|
"eslint-plugin-react": "^7.34.2",
|
|
48
|
-
"eslint-plugin-react-hooks": "^
|
|
47
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
49
48
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
50
49
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
50
|
+
"eslint-plugin-storybook": "^0.12.0",
|
|
51
51
|
"glob": "10.3.12",
|
|
52
|
+
"globals": "^16.0.0",
|
|
52
53
|
"jsdom": "^24.1.0",
|
|
53
54
|
"knip": "^5.43.6",
|
|
54
55
|
"prettier": "^3.4.2",
|
|
55
56
|
"react": "^19.0.0",
|
|
56
57
|
"react-dom": "^19.0.0",
|
|
57
58
|
"typescript": "5.4.5",
|
|
59
|
+
"typescript-eslint": "^8.32.0",
|
|
58
60
|
"vite": "^5.3.1",
|
|
59
61
|
"vite-plugin-dts": "^4.0.0-beta.2",
|
|
60
62
|
"vite-plugin-lib-inject-css": "2.0.1",
|
|
61
63
|
"vitest": "^2.0.3"
|
|
62
64
|
},
|
|
63
65
|
"dependencies": {
|
|
64
|
-
"@emotion/react": "^11.
|
|
65
|
-
"@emotion/styled": "^11.
|
|
66
|
-
"@hookform/resolvers": "^3.
|
|
67
|
-
"@mui/icons-material": "^
|
|
68
|
-
"@mui/material": "^
|
|
69
|
-
"@mui/system": "^
|
|
70
|
-
"@smart-factor/gem-ui-components": "^0.0.
|
|
71
|
-
"@tanstack/react-query": "^5.
|
|
66
|
+
"@emotion/react": "^11.14.0",
|
|
67
|
+
"@emotion/styled": "^11.14.0",
|
|
68
|
+
"@hookform/resolvers": "^3.10.0",
|
|
69
|
+
"@mui/icons-material": "^7.0.2",
|
|
70
|
+
"@mui/material": "^7.0.2",
|
|
71
|
+
"@mui/system": "^7.0.2",
|
|
72
|
+
"@smart-factor/gem-ui-components": "^0.0.93",
|
|
73
|
+
"@tanstack/react-query": "^5.75.2",
|
|
72
74
|
"@turf/bearing": "^7.1.0",
|
|
73
75
|
"@turf/center": "^7.1.0",
|
|
74
76
|
"@turf/destination": "^7.1.0",
|
|
@@ -82,9 +84,9 @@
|
|
|
82
84
|
"ol": "^10.2.1",
|
|
83
85
|
"proj4": "^2.12.0",
|
|
84
86
|
"qs": "^6.14.0",
|
|
85
|
-
"react-hook-form": "^7.
|
|
87
|
+
"react-hook-form": "^7.54.2",
|
|
86
88
|
"react-router-dom": "^6.26.0",
|
|
87
|
-
"zod": "^3.
|
|
89
|
+
"zod": "^3.24.4"
|
|
88
90
|
},
|
|
89
91
|
"lint-staged": {
|
|
90
92
|
"src/**/*.{js,jsx,ts,tsx}": [
|