diff --git a/.env.local.example b/.env.local.example index fdc36d7..542aa97 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1,3 +1,3 @@ -NEXT_PUBLIC_VERSION="0.5.0" +NEXT_PUBLIC_VERSION="0.6.0" NEXT_PUBLIC_API_URL="https://rms.witel.ir" NEXT_PUBLIC_MAPTILE_ENDPOINT="https://rmsmap.rmto.ir/141map" \ No newline at end of file diff --git a/package.json b/package.json index f9593c8..fee5c81 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "dayjs": "^1.11.10", "formik": "^2.4.5", "jalali-moment": "^3.3.11", + "lz-string": "^1.5.0", "material-react-table": "^2.11.2", "next": "^14.2.3", "react": "^18", @@ -33,6 +34,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", 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 ( - +