{"version":3,"file":"dashboard-DrNqfBen.js","sources":["../../src/Pages/Public - Dashboard/ThreeDashboardMetrics.jsx","../../src/Assets/Images/club_circle.svg","../../src/Assets/Images/european_flags.webp","../../src/Assets/Images/stock_photo_with_hands.webp","../../src/Assets/Images/about_chart.webp","../../src/Assets/Images/ufficio_colours.webp","../../src/Assets/Images/vitruvian_colours.webp","../../src/Assets/Images/newsletter_screenshot_it.webp","../../src/Assets/Images/newsletter_screenshot_en.webp","../../src/Assets/Images/nuts_and_cpv_screenshot_it.webp","../../src/Assets/Images/nuts_and_cpv_screenshot_en.webp","../../src/Pages/Public - Dashboard/localisedScreenshots.jsx","../../src/Pages/Public - Dashboard/joinButton.jsx","../../src/Pages/Public - Dashboard/publicDashboardContent.jsx","../../src/Assets/Video/Tenders_Club_Fold_EN_desktop.mp4","../../src/Assets/Video/Tenders_Club_Fold_IT_mobile.mp4","../../src/Pages/Public - Dashboard/topVideoHeader.jsx","../../src/Pages/Public - Dashboard/DashboardNUTSMapLoader.jsx","../../src/Pages/Public - Dashboard/SelectMetricDashboard.jsx","../../src/Pages/Public - Dashboard/pieChartCustom.jsx","../../src/Pages/Public - Dashboard/pieChartEmpty.jsx","../../src/Pages/Public - Dashboard/PieChartCard.jsx","../../src/Pages/Public - Dashboard/ShortTermBarCharts.jsx","../../src/Pages/Public - Dashboard/ShortTermBarChartCard.jsx","../../src/Pages/Public - Dashboard/LongTermLineChart.jsx","../../src/Pages/Public - Dashboard/LongtermChartCard.jsx","../../src/Pages/Public - Dashboard/dashboard.jsx"],"sourcesContent":["import React from \"react\";\nimport { useTranslation } from \"react-i18next\";\nimport { useTabStore } from \"../../Stores/tabStore\";\n\nimport { useDashboardStore } from \"../../Stores/dashboardStore\";\nexport default function ThreeDashboardMetrics({ section }) {\n const { t, i18n } = useTranslation();\n const [id] = useTabStore((state) => [state.currentTab[section]]);\n\n const [dashboardDataLoading, dashboardData] = useDashboardStore((state) => [\n state.dashboardDataLoading,\n state.dashboardData[section][id],\n ]);\n return (\n
\n {t(\"Active Tenders\")}\n
\n\n {t(\"New tenders this week\")}\n
\n\n {t(\"Tenders expiring in three days\")}\n
\n