From 12f8313a56cb7f6431534bcb810fe957fed2434c Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Mon, 5 Aug 2024 13:58:09 +0330 Subject: [PATCH 1/5] add sharp --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f9593c8..c1854b0 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "react-leaflet": "^4.2.1", "react-toastify": "^10.0.5", "sass": "^1.75.0", + "sharp": "^0.33.4", "stylis": "^4.3.1", "stylis-plugin-rtl": "^2.1.1", "swr": "^2.2.5", From e3a5d8bdb912650e1a7a20bf0e71b014237e42ca Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Mon, 5 Aug 2024 14:14:04 +0330 Subject: [PATCH 2/5] change style --- src/core/components/DataTable/hide/HideOrShowAll.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/components/DataTable/hide/HideOrShowAll.jsx b/src/core/components/DataTable/hide/HideOrShowAll.jsx index 3c9131a..ee3a903 100644 --- a/src/core/components/DataTable/hide/HideOrShowAll.jsx +++ b/src/core/components/DataTable/hide/HideOrShowAll.jsx @@ -44,20 +44,20 @@ function HideOrShowAll({ hideData, setHideData }) { const allVisible = allValuesAre(hideData, true); return ( - +