dirk-cfx-react 1.1.32 → 1.1.34
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/index.cjs +8 -1
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +8 -1
- package/dist/components/index.js.map +1 -1
- package/dist/hooks/index.cjs +31 -20
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.js +31 -20
- package/dist/hooks/index.js.map +1 -1
- package/dist/index.cjs +6 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -8
- package/dist/index.js.map +1 -1
- package/dist/providers/index.cjs +36 -10
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.js +36 -10
- package/dist/providers/index.js.map +1 -1
- package/dist/utils/index.cjs +6 -1
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.js +6 -1
- package/dist/utils/index.js.map +1 -1
- package/package.json +34 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dirk-cfx-react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.34",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -43,41 +43,41 @@
|
|
|
43
43
|
"src/fonts"
|
|
44
44
|
],
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@fortawesome/fontawesome-svg-core": "
|
|
47
|
-
"@fortawesome/free-brands-svg-icons": "
|
|
48
|
-
"@fortawesome/free-regular-svg-icons": "
|
|
49
|
-
"@fortawesome/free-solid-svg-icons": "
|
|
50
|
-
"@fortawesome/react-fontawesome": "
|
|
51
|
-
"@mantine/core": "
|
|
52
|
-
"@mantine/notifications": "
|
|
53
|
-
"@types/fs-extra": "
|
|
54
|
-
"@types/leaflet": "
|
|
55
|
-
"@types/node": "
|
|
56
|
-
"@types/react": "
|
|
57
|
-
"framer-motion": "
|
|
58
|
-
"fs-extra": "
|
|
59
|
-
"react": "
|
|
60
|
-
"react-dom": "
|
|
61
|
-
"tsup": "
|
|
62
|
-
"typescript": "
|
|
63
|
-
"zustand": "
|
|
64
|
-
"lucide-react": "
|
|
46
|
+
"@fortawesome/fontawesome-svg-core": ">=7.1.0",
|
|
47
|
+
"@fortawesome/free-brands-svg-icons": ">=7.1.0",
|
|
48
|
+
"@fortawesome/free-regular-svg-icons": ">=7.1.0",
|
|
49
|
+
"@fortawesome/free-solid-svg-icons": ">=7.1.0",
|
|
50
|
+
"@fortawesome/react-fontawesome": ">=3.1.0",
|
|
51
|
+
"@mantine/core": ">=8.3.9",
|
|
52
|
+
"@mantine/notifications": ">=8.3.9",
|
|
53
|
+
"@types/fs-extra": ">=11.0.4",
|
|
54
|
+
"@types/leaflet": ">=1.9.21",
|
|
55
|
+
"@types/node": ">=24.9.1",
|
|
56
|
+
"@types/react": ">=19.2.2",
|
|
57
|
+
"framer-motion": ">=12.23.24",
|
|
58
|
+
"fs-extra": ">=11.3.2",
|
|
59
|
+
"react": ">=19.2.0",
|
|
60
|
+
"react-dom": ">=19.2.0",
|
|
61
|
+
"tsup": ">=8.5.0",
|
|
62
|
+
"typescript": ">=5.9.3",
|
|
63
|
+
"zustand": ">=5.0.3",
|
|
64
|
+
"lucide-react": ">=0.547.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@fortawesome/fontawesome-svg-core": "
|
|
68
|
-
"@fortawesome/free-brands-svg-icons": "
|
|
69
|
-
"@fortawesome/free-regular-svg-icons": "
|
|
70
|
-
"@fortawesome/free-solid-svg-icons": "
|
|
71
|
-
"@fortawesome/react-fontawesome": "
|
|
72
|
-
"@mantine/core": "
|
|
73
|
-
"@mantine/notifications": "
|
|
74
|
-
"@mantine/hooks": "
|
|
75
|
-
"axios": "
|
|
76
|
-
"framer-motion": "
|
|
77
|
-
"react": "
|
|
78
|
-
"react-dom": "
|
|
79
|
-
"zustand": "
|
|
80
|
-
"lucide-react": "
|
|
67
|
+
"@fortawesome/fontawesome-svg-core": ">=7.1.0",
|
|
68
|
+
"@fortawesome/free-brands-svg-icons": ">=7.1.0",
|
|
69
|
+
"@fortawesome/free-regular-svg-icons": ">=7.1.0",
|
|
70
|
+
"@fortawesome/free-solid-svg-icons": ">=7.1.0",
|
|
71
|
+
"@fortawesome/react-fontawesome": ">=3.1.0",
|
|
72
|
+
"@mantine/core": ">=8.3.9",
|
|
73
|
+
"@mantine/notifications": ">=8.3.9",
|
|
74
|
+
"@mantine/hooks": ">=8.3.9",
|
|
75
|
+
"axios": ">=1.13.1",
|
|
76
|
+
"framer-motion": ">=12.23.24",
|
|
77
|
+
"react": ">=19.2.0",
|
|
78
|
+
"react-dom": ">=19.2.0",
|
|
79
|
+
"zustand": ">=5.0.3",
|
|
80
|
+
"lucide-react": ">=0.547.0"
|
|
81
81
|
},
|
|
82
82
|
"sideEffects": [
|
|
83
83
|
"**/*.css",
|