@ammarkhalidfarooq/dashboard-package 0.5.39 → 0.5.40
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/README.md +93 -1
- package/dist/RenderChartCard.cjs.js +669 -0
- package/dist/RenderChartCard.cjs.js.map +1 -0
- package/dist/RenderChartCard.es.js +667 -0
- package/dist/RenderChartCard.es.js.map +1 -0
- package/dist/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +6 -1
package/dist/index.es.js
CHANGED
|
@@ -3,10 +3,10 @@ import { Box, Button, Menu, MenuItem, Grid, Card, CardContent, Typography, IconB
|
|
|
3
3
|
import { MoreHoriz, TrendingUp, MoreVert, Check, InfoOutlined, Settings, Adjust, PaidOutlined, PeopleAltOutlined, FavoriteOutlined, PersonOutlined, IndeterminateCheckBoxOutlined, SearchOutlined, HighlightOff, NearMe, Email, NotInterested } from '@mui/icons-material';
|
|
4
4
|
import { createTheme, useTheme } from '@mui/material/styles';
|
|
5
5
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
6
|
-
import ReactApexChart from 'react-apexcharts';
|
|
7
6
|
import Grid$1 from '@mui/material/Grid';
|
|
8
7
|
import Box$1 from '@mui/material/Box';
|
|
9
8
|
import Typography$1 from '@mui/material/Typography';
|
|
9
|
+
import ReactApexChart from 'react-apexcharts';
|
|
10
10
|
|
|
11
11
|
var theme = createTheme({
|
|
12
12
|
cssVariables: true,
|
|
@@ -16481,5 +16481,5 @@ var EmailSection$1 = /*#__PURE__*/Object.freeze({
|
|
|
16481
16481
|
default: EmailSection
|
|
16482
16482
|
});
|
|
16483
16483
|
|
|
16484
|
-
export { AbandonedDonationRecovery, Dashboard, DashboardReport, theme as DashboardTheme, DonorBehavior, MetricSelector, NewOverview, PerformanceSection, RecurringRevenueSection, RevenueChart, UTMPerformance, themeColors, themeTypography };
|
|
16484
|
+
export { AbandonedDonationRecovery, Dashboard, DashboardReport, theme as DashboardTheme, DonorBehavior, MetricSelector, NewOverview, PerformanceSection, RecurringRevenueSection, RenderChartCard, RevenueChart, UTMPerformance, themeColors, themeTypography };
|
|
16485
16485
|
//# sourceMappingURL=index.es.js.map
|