@visns-studio/visns-components 5.16.1 → 5.16.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/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@nivo/line": "^0.87.0",
|
|
14
14
|
"@nivo/pie": "^0.87.0",
|
|
15
15
|
"@react-pdf/renderer": "^4.5.1",
|
|
16
|
-
"@tanstack/react-query": "^5.
|
|
16
|
+
"@tanstack/react-query": "^5.100.9",
|
|
17
17
|
"@tinymce/miniature": "^6.0.0",
|
|
18
18
|
"@tinymce/tinymce-react": "^6.3.0",
|
|
19
19
|
"@uiw/react-color": "^2.10.1",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"lodash": "^4.18.1",
|
|
34
34
|
"lodash.debounce": "^4.0.8",
|
|
35
35
|
"lucide-react": "^0.544.0",
|
|
36
|
-
"mapbox-gl": "^3.
|
|
36
|
+
"mapbox-gl": "^3.23.1",
|
|
37
37
|
"moment": "^2.30.1",
|
|
38
38
|
"motion": "^12.38.0",
|
|
39
39
|
"numeral": "^2.0.6",
|
|
@@ -67,17 +67,17 @@
|
|
|
67
67
|
"sweetalert2": "^11.26.24",
|
|
68
68
|
"tesseract.js": "^6.0.1",
|
|
69
69
|
"truncate": "^3.0.0",
|
|
70
|
-
"uuid": "^11.1.
|
|
70
|
+
"uuid": "^11.1.1",
|
|
71
71
|
"validator": "^13.15.35",
|
|
72
72
|
"vite": "^6.4.2",
|
|
73
73
|
"xlsx": "^0.18.5",
|
|
74
74
|
"yarn": "^1.22.22",
|
|
75
|
-
"yet-another-react-lightbox": "^3.
|
|
75
|
+
"yet-another-react-lightbox": "^3.32.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@babel/core": "^7.29.0",
|
|
79
79
|
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
80
|
-
"@babel/preset-env": "^7.29.
|
|
80
|
+
"@babel/preset-env": "^7.29.3",
|
|
81
81
|
"@babel/preset-react": "^7.28.5",
|
|
82
82
|
"babel-loader": "^10.1.1",
|
|
83
83
|
"copy-webpack-plugin": "^13.0.1",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
95
95
|
},
|
|
96
96
|
"name": "@visns-studio/visns-components",
|
|
97
|
-
"version": "5.16.
|
|
97
|
+
"version": "5.16.2",
|
|
98
98
|
"description": "Various packages to assist in the development of our Custom Applications.",
|
|
99
99
|
"main": "src/index.js",
|
|
100
100
|
"files": [
|
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
LogOut,
|
|
12
12
|
Shield,
|
|
13
13
|
Image,
|
|
14
|
+
Phone,
|
|
14
15
|
} from 'lucide-react';
|
|
15
16
|
import CustomFetch from './Fetch';
|
|
16
17
|
import Notification from './Notification';
|
|
@@ -232,6 +233,7 @@ function Navigation({
|
|
|
232
233
|
image: Image,
|
|
233
234
|
peopleGroup: Users,
|
|
234
235
|
person: User,
|
|
236
|
+
phone: Phone,
|
|
235
237
|
shield: Shield,
|
|
236
238
|
signOut: LogOut,
|
|
237
239
|
};
|