@matteoaliano/forest-ui 0.4.3 → 0.5.0
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/dist/{chunk-IWYN6REP.mjs → chunk-TECEHFAG.mjs} +1023 -238
- package/dist/chunk-TECEHFAG.mjs.map +1 -0
- package/dist/index.d.mts +225 -4
- package/dist/index.d.ts +225 -4
- package/dist/index.js +2607 -724
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1247 -249
- package/dist/index.mjs.map +1 -1
- package/dist/theme.d.mts +3 -1
- package/dist/theme.d.ts +3 -1
- package/dist/theme.js +1093 -283
- package/dist/theme.js.map +1 -1
- package/dist/theme.mjs +96 -2
- package/dist/theme.mjs.map +1 -1
- package/package.json +1 -1
- package/skills/forest-agency/SKILL.md +22 -11
- package/skills/forest-agency/references/components.md +156 -48
- package/skills/forest-agency/references/patterns.md +81 -11
- package/skills/forest-alkemy-plus/SKILL.md +94 -0
- package/skills/forest-alkemy-plus/references/components.md +202 -0
- package/skills/forest-alkemy-plus/references/patterns.md +326 -0
- package/skills/forest-external/SKILL.md +22 -11
- package/skills/forest-external/references/components.md +156 -48
- package/skills/forest-external/references/patterns.md +81 -11
- package/skills/forest-internal/SKILL.md +22 -11
- package/skills/forest-internal/references/components.md +156 -48
- package/skills/forest-internal/references/patterns.md +81 -11
- package/dist/chunk-IWYN6REP.mjs.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,176 +1,317 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
var
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
var
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
var
|
|
29
|
-
var LocalizationProvider = require('@mui/x-date-pickers/LocalizationProvider');
|
|
30
|
-
var AdapterDayjs = require('@mui/x-date-pickers/AdapterDayjs');
|
|
31
|
-
var MuiBadge = require('@mui/material/Badge');
|
|
32
|
-
var MuiChip = require('@mui/material/Chip');
|
|
33
|
-
var MuiDivider = require('@mui/material/Divider');
|
|
34
|
-
var MuiList = require('@mui/material/List');
|
|
35
|
-
var MuiListItem = require('@mui/material/ListItem');
|
|
36
|
-
var MuiListItemButton2 = require('@mui/material/ListItemButton');
|
|
37
|
-
var ListItemIcon2 = require('@mui/material/ListItemIcon');
|
|
38
|
-
var MuiListItemAvatar = require('@mui/material/ListItemAvatar');
|
|
39
|
-
var MuiListSubheader = require('@mui/material/ListSubheader');
|
|
40
|
-
var MuiTable = require('@mui/material/Table');
|
|
41
|
-
var MuiTableBody = require('@mui/material/TableBody');
|
|
42
|
-
var MuiTableCell = require('@mui/material/TableCell');
|
|
43
|
-
var MuiTableContainer = require('@mui/material/TableContainer');
|
|
44
|
-
var MuiTableHead = require('@mui/material/TableHead');
|
|
45
|
-
var MuiTableRow = require('@mui/material/TableRow');
|
|
46
|
-
var xDataGrid = require('@mui/x-data-grid');
|
|
47
|
-
var MuiTooltip = require('@mui/material/Tooltip');
|
|
48
|
-
var MuiTypography = require('@mui/material/Typography');
|
|
49
|
-
var MuiAccordion = require('@mui/material/Accordion');
|
|
50
|
-
var MuiAccordionSummary = require('@mui/material/AccordionSummary');
|
|
51
|
-
var MuiAccordionDetails = require('@mui/material/AccordionDetails');
|
|
52
|
-
var MuiAccordionActions = require('@mui/material/AccordionActions');
|
|
53
|
-
var MuiAppBar = require('@mui/material/AppBar');
|
|
54
|
-
var MuiToolbar = require('@mui/material/Toolbar');
|
|
55
|
-
var MuiCard = require('@mui/material/Card');
|
|
56
|
-
var MuiCardContent = require('@mui/material/CardContent');
|
|
57
|
-
var MuiCardHeader = require('@mui/material/CardHeader');
|
|
58
|
-
var MuiCardActions = require('@mui/material/CardActions');
|
|
59
|
-
var MuiCardMedia = require('@mui/material/CardMedia');
|
|
60
|
-
var MuiPaper = require('@mui/material/Paper');
|
|
61
|
-
var MuiAlert = require('@mui/material/Alert');
|
|
62
|
-
var MuiAlertTitle = require('@mui/material/AlertTitle');
|
|
63
|
-
var MuiBackdrop = require('@mui/material/Backdrop');
|
|
64
|
-
var MuiDialog = require('@mui/material/Dialog');
|
|
65
|
-
var MuiDialogTitle = require('@mui/material/DialogTitle');
|
|
66
|
-
var MuiDialogContent = require('@mui/material/DialogContent');
|
|
67
|
-
var MuiDialogActions = require('@mui/material/DialogActions');
|
|
68
|
-
var MuiDialogContentText = require('@mui/material/DialogContentText');
|
|
69
|
-
var MuiLinearProgress = require('@mui/material/LinearProgress');
|
|
70
|
-
var MuiCircularProgress = require('@mui/material/CircularProgress');
|
|
71
|
-
var MuiSkeleton = require('@mui/material/Skeleton');
|
|
72
|
-
var MuiModal = require('@mui/material/Modal');
|
|
73
|
-
var MuiPopover = require('@mui/material/Popover');
|
|
74
|
-
var MuiSnackbar = require('@mui/material/Snackbar');
|
|
75
|
-
var MuiBreadcrumbs = require('@mui/material/Breadcrumbs');
|
|
76
|
-
var MuiLink = require('@mui/material/Link');
|
|
77
|
-
var MuiMenu = require('@mui/material/Menu');
|
|
78
|
-
var MuiMenuList = require('@mui/material/MenuList');
|
|
79
|
-
var MuiPagination = require('@mui/material/Pagination');
|
|
80
|
-
var MuiStepper = require('@mui/material/Stepper');
|
|
81
|
-
var MuiStep = require('@mui/material/Step');
|
|
82
|
-
var MuiStepLabel = require('@mui/material/StepLabel');
|
|
83
|
-
var MuiTabs = require('@mui/material/Tabs');
|
|
84
|
-
var MuiTab = require('@mui/material/Tab');
|
|
85
|
-
var MuiDrawer = require('@mui/material/Drawer');
|
|
86
|
-
var Box2 = require('@mui/material/Box');
|
|
87
|
-
var LineChart$1 = require('@mui/x-charts/LineChart');
|
|
88
|
-
var BarChart$1 = require('@mui/x-charts/BarChart');
|
|
89
|
-
var PieChart$1 = require('@mui/x-charts/PieChart');
|
|
90
|
-
|
|
91
|
-
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
92
29
|
|
|
93
|
-
|
|
94
|
-
var
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
30
|
+
// src/index.ts
|
|
31
|
+
var src_exports = {};
|
|
32
|
+
__export(src_exports, {
|
|
33
|
+
Accordion: () => Accordion,
|
|
34
|
+
AccordionActions: () => AccordionActions,
|
|
35
|
+
AccordionDetails: () => AccordionDetails,
|
|
36
|
+
AccordionSummary: () => AccordionSummary,
|
|
37
|
+
Alert: () => Alert,
|
|
38
|
+
AlertTitle: () => AlertTitle,
|
|
39
|
+
AnimatedArea: () => import_LineChart7.AnimatedArea,
|
|
40
|
+
AnimatedLine: () => import_LineChart7.AnimatedLine,
|
|
41
|
+
AppBar: () => AppBar,
|
|
42
|
+
AppBarNavItem: () => AppBarNavItem,
|
|
43
|
+
AreaElement: () => import_LineChart4.AreaElement,
|
|
44
|
+
AreaElementPath: () => import_LineChart4.AreaElementPath,
|
|
45
|
+
AreaPlot: () => import_LineChart4.AreaPlot,
|
|
46
|
+
Autocomplete: () => Autocomplete,
|
|
47
|
+
Avatar: () => Avatar,
|
|
48
|
+
AvatarGroup: () => AvatarGroup,
|
|
49
|
+
Backdrop: () => Backdrop,
|
|
50
|
+
Badge: () => Badge,
|
|
51
|
+
BarChart: () => BarChart,
|
|
52
|
+
BarElement: () => import_BarChart4.BarElement,
|
|
53
|
+
BarElementPath: () => import_BarChart4.BarElementPath,
|
|
54
|
+
BarLabel: () => import_BarChart5.BarLabel,
|
|
55
|
+
BarPlot: () => import_BarChart3.BarPlot,
|
|
56
|
+
BottomNavigation: () => BottomNavigation,
|
|
57
|
+
BottomNavigationAction: () => BottomNavigationAction,
|
|
58
|
+
Box: () => Box3,
|
|
59
|
+
Breadcrumbs: () => Breadcrumbs,
|
|
60
|
+
Button: () => Button,
|
|
61
|
+
ButtonBase: () => ButtonBase,
|
|
62
|
+
ButtonGroup: () => ButtonGroup,
|
|
63
|
+
Card: () => Card,
|
|
64
|
+
CardActionArea: () => CardActionArea,
|
|
65
|
+
CardActions: () => CardActions,
|
|
66
|
+
CardContent: () => CardContent,
|
|
67
|
+
CardHeader: () => CardHeader,
|
|
68
|
+
CardMedia: () => CardMedia,
|
|
69
|
+
ChartContainer: () => import_ChartContainer.ChartContainer,
|
|
70
|
+
ChartsAxis: () => import_ChartsAxis.ChartsAxis,
|
|
71
|
+
ChartsAxisHighlight: () => import_ChartsAxisHighlight.ChartsAxisHighlight,
|
|
72
|
+
ChartsAxisHighlightPath: () => import_ChartsAxisHighlight2.ChartsAxisHighlightPath,
|
|
73
|
+
ChartsAxisTooltipContent: () => import_ChartsTooltip2.ChartsAxisTooltipContent,
|
|
74
|
+
ChartsClipPath: () => import_ChartsClipPath.ChartsClipPath,
|
|
75
|
+
ChartsGrid: () => import_ChartsGrid.ChartsGrid,
|
|
76
|
+
ChartsItemTooltipContent: () => import_ChartsTooltip2.ChartsItemTooltipContent,
|
|
77
|
+
ChartsLegend: () => import_ChartsLegend.ChartsLegend,
|
|
78
|
+
ChartsOnAxisClickHandler: () => import_ChartsOnAxisClickHandler.ChartsOnAxisClickHandler,
|
|
79
|
+
ChartsReferenceLine: () => import_ChartsReferenceLine.ChartsReferenceLine,
|
|
80
|
+
ChartsSurface: () => import_ChartsSurface.ChartsSurface,
|
|
81
|
+
ChartsText: () => import_ChartsText.ChartsText,
|
|
82
|
+
ChartsTooltip: () => import_ChartsTooltip.ChartsTooltip,
|
|
83
|
+
ChartsTooltipCell: () => import_ChartsTooltip3.ChartsTooltipCell,
|
|
84
|
+
ChartsTooltipMark: () => import_ChartsTooltip3.ChartsTooltipMark,
|
|
85
|
+
ChartsTooltipPaper: () => import_ChartsTooltip3.ChartsTooltipPaper,
|
|
86
|
+
ChartsTooltipRow: () => import_ChartsTooltip3.ChartsTooltipRow,
|
|
87
|
+
ChartsTooltipTable: () => import_ChartsTooltip3.ChartsTooltipTable,
|
|
88
|
+
ChartsVoronoiHandler: () => import_ChartsVoronoiHandler.ChartsVoronoiHandler,
|
|
89
|
+
ChartsXAxis: () => import_ChartsXAxis.ChartsXAxis,
|
|
90
|
+
ChartsYAxis: () => import_ChartsYAxis.ChartsYAxis,
|
|
91
|
+
Checkbox: () => Checkbox,
|
|
92
|
+
Chip: () => Chip,
|
|
93
|
+
CircularProgress: () => CircularProgress,
|
|
94
|
+
ClickAwayListener: () => ClickAwayListener,
|
|
95
|
+
Collapse: () => Collapse,
|
|
96
|
+
Container: () => Container,
|
|
97
|
+
ContinuousColorLegend: () => import_ChartsLegend3.ContinuousColorLegend,
|
|
98
|
+
DataGrid: () => DataGrid,
|
|
99
|
+
DatePicker: () => DatePicker,
|
|
100
|
+
DefaultChartsAxisTooltipContent: () => import_ChartsTooltip2.DefaultChartsAxisTooltipContent,
|
|
101
|
+
DefaultChartsItemTooltipContent: () => import_ChartsTooltip2.DefaultChartsItemTooltipContent,
|
|
102
|
+
DefaultChartsLegend: () => import_ChartsLegend2.DefaultChartsLegend,
|
|
103
|
+
Dialog: () => Dialog,
|
|
104
|
+
DialogActions: () => DialogActions,
|
|
105
|
+
DialogContent: () => DialogContent,
|
|
106
|
+
DialogContentText: () => DialogContentText,
|
|
107
|
+
DialogTitle: () => DialogTitle,
|
|
108
|
+
Divider: () => Divider,
|
|
109
|
+
Drawer: () => Drawer,
|
|
110
|
+
Fab: () => Fab,
|
|
111
|
+
Fade: () => Fade,
|
|
112
|
+
FilledInput: () => FilledInput,
|
|
113
|
+
ForestProvider: () => ForestProvider,
|
|
114
|
+
FormControl: () => FormControl,
|
|
115
|
+
FormControlLabel: () => FormControlLabel,
|
|
116
|
+
FormGroup: () => FormGroup,
|
|
117
|
+
FormHelperText: () => FormHelperText,
|
|
118
|
+
FormLabel: () => FormLabel,
|
|
119
|
+
Gauge: () => Gauge,
|
|
120
|
+
GaugeContainer: () => import_Gauge3.GaugeContainer,
|
|
121
|
+
GaugeReferenceArc: () => import_Gauge3.GaugeReferenceArc,
|
|
122
|
+
GaugeValueArc: () => import_Gauge3.GaugeValueArc,
|
|
123
|
+
GaugeValueText: () => import_Gauge3.GaugeValueText,
|
|
124
|
+
GlobalStyles: () => GlobalStyles,
|
|
125
|
+
Grid: () => Grid,
|
|
126
|
+
Grow: () => Grow,
|
|
127
|
+
HighlightedProvider: () => import_context.HighlightedProvider,
|
|
128
|
+
IconButton: () => IconButton2,
|
|
129
|
+
ImageList: () => ImageList,
|
|
130
|
+
ImageListItem: () => ImageListItem,
|
|
131
|
+
ImageListItemBar: () => ImageListItemBar,
|
|
132
|
+
Input: () => Input,
|
|
133
|
+
InputAdornment: () => InputAdornment2,
|
|
134
|
+
InputBase: () => InputBase,
|
|
135
|
+
InputLabel: () => InputLabel,
|
|
136
|
+
LineChart: () => LineChart,
|
|
137
|
+
LineElement: () => import_LineChart3.LineElement,
|
|
138
|
+
LineElementPath: () => import_LineChart3.LineElementPath,
|
|
139
|
+
LineHighlightElement: () => import_LineChart5.LineHighlightElement,
|
|
140
|
+
LineHighlightPlot: () => import_LineChart5.LineHighlightPlot,
|
|
141
|
+
LinePlot: () => import_LineChart3.LinePlot,
|
|
142
|
+
LinearProgress: () => LinearProgress,
|
|
143
|
+
Link: () => Link,
|
|
144
|
+
List: () => List,
|
|
145
|
+
ListItem: () => ListItem,
|
|
146
|
+
ListItemAvatar: () => ListItemAvatar,
|
|
147
|
+
ListItemButton: () => ListItemButton,
|
|
148
|
+
ListItemIcon: () => ListItemIcon,
|
|
149
|
+
ListItemSecondaryAction: () => ListItemSecondaryAction,
|
|
150
|
+
ListItemText: () => ListItemText,
|
|
151
|
+
ListSubheader: () => ListSubheader,
|
|
152
|
+
Logo: () => Logo,
|
|
153
|
+
MarkElement: () => import_LineChart6.MarkElement,
|
|
154
|
+
MarkPlot: () => import_LineChart6.MarkPlot,
|
|
155
|
+
Menu: () => Menu,
|
|
156
|
+
MenuItem: () => MenuItem,
|
|
157
|
+
MenuList: () => MenuList,
|
|
158
|
+
MobileStepper: () => MobileStepper,
|
|
159
|
+
Modal: () => Modal,
|
|
160
|
+
MultiSelect: () => MultiSelect,
|
|
161
|
+
NoSsr: () => import_NoSsr.default,
|
|
162
|
+
OutlinedInput: () => OutlinedInput,
|
|
163
|
+
Pagination: () => Pagination,
|
|
164
|
+
PaginationItem: () => PaginationItem,
|
|
165
|
+
Paper: () => Paper,
|
|
166
|
+
PieArc: () => import_PieChart3.PieArc,
|
|
167
|
+
PieArcLabel: () => import_PieChart3.PieArcLabel,
|
|
168
|
+
PieArcLabelPlot: () => import_PieChart3.PieArcLabelPlot,
|
|
169
|
+
PieArcPlot: () => import_PieChart3.PieArcPlot,
|
|
170
|
+
PieChart: () => PieChart,
|
|
171
|
+
PiePlot: () => import_PieChart3.PiePlot,
|
|
172
|
+
PiecewiseColorLegend: () => import_ChartsLegend4.PiecewiseColorLegend,
|
|
173
|
+
Popover: () => Popover,
|
|
174
|
+
Popper: () => Popper,
|
|
175
|
+
Portal: () => Portal,
|
|
176
|
+
Radio: () => Radio,
|
|
177
|
+
RadioGroup: () => RadioGroup,
|
|
178
|
+
Rating: () => Rating,
|
|
179
|
+
ResponsiveChartContainer: () => import_ResponsiveChartContainer.ResponsiveChartContainer,
|
|
180
|
+
Scatter: () => import_ScatterChart3.Scatter,
|
|
181
|
+
ScatterChart: () => ScatterChart,
|
|
182
|
+
ScatterPlot: () => import_ScatterChart3.ScatterPlot,
|
|
183
|
+
Search: () => Search,
|
|
184
|
+
Select: () => Select,
|
|
185
|
+
SidebarItem: () => SidebarItem,
|
|
186
|
+
SidebarNav: () => SidebarNav,
|
|
187
|
+
Skeleton: () => Skeleton,
|
|
188
|
+
Slide: () => Slide,
|
|
189
|
+
Slider: () => Slider,
|
|
190
|
+
Snackbar: () => Snackbar,
|
|
191
|
+
SnackbarContent: () => SnackbarContent,
|
|
192
|
+
SparkLineChart: () => import_SparkLineChart.SparkLineChart,
|
|
193
|
+
SpeedDial: () => SpeedDial,
|
|
194
|
+
SpeedDialAction: () => SpeedDialAction,
|
|
195
|
+
SpeedDialIcon: () => SpeedDialIcon,
|
|
196
|
+
Stack: () => Stack,
|
|
197
|
+
Step: () => Step,
|
|
198
|
+
StepButton: () => StepButton,
|
|
199
|
+
StepConnector: () => StepConnector,
|
|
200
|
+
StepContent: () => StepContent,
|
|
201
|
+
StepIcon: () => StepIcon,
|
|
202
|
+
StepLabel: () => StepLabel,
|
|
203
|
+
Stepper: () => Stepper,
|
|
204
|
+
SvgIcon: () => SvgIcon,
|
|
205
|
+
SwipeableDrawer: () => SwipeableDrawer,
|
|
206
|
+
Switch: () => Switch,
|
|
207
|
+
Tab: () => Tab,
|
|
208
|
+
TabScrollButton: () => TabScrollButton,
|
|
209
|
+
Table: () => Table,
|
|
210
|
+
TableBody: () => TableBody,
|
|
211
|
+
TableCell: () => TableCell,
|
|
212
|
+
TableContainer: () => TableContainer,
|
|
213
|
+
TableFooter: () => TableFooter,
|
|
214
|
+
TableHead: () => TableHead,
|
|
215
|
+
TablePagination: () => TablePagination,
|
|
216
|
+
TableRow: () => TableRow,
|
|
217
|
+
TableSortLabel: () => TableSortLabel,
|
|
218
|
+
Tabs: () => Tabs,
|
|
219
|
+
TextField: () => TextField,
|
|
220
|
+
TextareaAutosize: () => import_TextareaAutosize.default,
|
|
221
|
+
ToggleButton: () => ToggleButton,
|
|
222
|
+
ToggleButtonGroup: () => ToggleButtonGroup,
|
|
223
|
+
Toolbar: () => Toolbar,
|
|
224
|
+
Tooltip: () => Tooltip,
|
|
225
|
+
Typography: () => Typography,
|
|
226
|
+
Zoom: () => Zoom,
|
|
227
|
+
alpha: () => alpha,
|
|
228
|
+
avatarColors: () => avatarColors,
|
|
229
|
+
base: () => base,
|
|
230
|
+
bg: () => bg,
|
|
231
|
+
blueberryTwilightPalette: () => import_colorPalettes.blueberryTwilightPalette,
|
|
232
|
+
blueberryTwilightPaletteDark: () => import_colorPalettes.blueberryTwilightPaletteDark,
|
|
233
|
+
blueberryTwilightPaletteLight: () => import_colorPalettes.blueberryTwilightPaletteLight,
|
|
234
|
+
border: () => border,
|
|
235
|
+
breadcrumbColors: () => breadcrumbColors,
|
|
236
|
+
buildTheme: () => buildTheme,
|
|
237
|
+
buildThemeOptions: () => buildThemeOptions,
|
|
238
|
+
buttonColors: () => buttonColors,
|
|
239
|
+
chartColors: () => chartColors,
|
|
240
|
+
cheerfulFiestaPalette: () => import_colorPalettes.cheerfulFiestaPalette,
|
|
241
|
+
cheerfulFiestaPaletteDark: () => import_colorPalettes.cheerfulFiestaPaletteDark,
|
|
242
|
+
cheerfulFiestaPaletteLight: () => import_colorPalettes.cheerfulFiestaPaletteLight,
|
|
243
|
+
container: () => container,
|
|
244
|
+
display: () => display,
|
|
245
|
+
error: () => error,
|
|
246
|
+
fg: () => fg,
|
|
247
|
+
focusRings: () => focusRings,
|
|
248
|
+
fontFamily: () => fontFamily,
|
|
249
|
+
fontFamilyMono: () => fontFamilyMono,
|
|
250
|
+
fontSize: () => fontSize,
|
|
251
|
+
fontWeight: () => fontWeight,
|
|
252
|
+
forestAgencyPreset: () => forestAgencyPreset,
|
|
253
|
+
forestAlkemyPlusPreset: () => forestAlkemyPlusPreset,
|
|
254
|
+
forestExternalPreset: () => forestExternalPreset,
|
|
255
|
+
forestInternalPreset: () => forestInternalPreset,
|
|
256
|
+
forestTheme: () => forestTheme,
|
|
257
|
+
forestThemeOptions: () => forestThemeOptions,
|
|
258
|
+
getAvailablePresets: () => getAvailablePresets,
|
|
259
|
+
getPieCoordinates: () => import_PieChart4.getPieCoordinates,
|
|
260
|
+
getPreset: () => getPreset,
|
|
261
|
+
getSeriesToDisplay: () => import_ChartsLegend5.getSeriesToDisplay,
|
|
262
|
+
iconColors: () => iconColors,
|
|
263
|
+
info: () => info,
|
|
264
|
+
lineHeight: () => lineHeight,
|
|
265
|
+
mangoFusionPalette: () => import_colorPalettes.mangoFusionPalette,
|
|
266
|
+
mangoFusionPaletteDark: () => import_colorPalettes.mangoFusionPaletteDark,
|
|
267
|
+
mangoFusionPaletteLight: () => import_colorPalettes.mangoFusionPaletteLight,
|
|
268
|
+
navColors: () => navColors,
|
|
269
|
+
radius: () => radius,
|
|
270
|
+
registerPreset: () => registerPreset,
|
|
271
|
+
sliderColors: () => sliderColors,
|
|
272
|
+
spacing: () => spacing,
|
|
273
|
+
success: () => success,
|
|
274
|
+
text: () => text,
|
|
275
|
+
toggleColors: () => toggleColors,
|
|
276
|
+
tokenShadows: () => shadows,
|
|
277
|
+
useAxisTooltip: () => import_ChartsTooltip4.useAxisTooltip,
|
|
278
|
+
useChartColors: () => useChartColors,
|
|
279
|
+
useChartId: () => import_hooks2.useChartId,
|
|
280
|
+
useDrawingArea: () => import_hooks.useDrawingArea,
|
|
281
|
+
useFormControl: () => import_material5.useFormControl,
|
|
282
|
+
useGaugeState: () => import_Gauge4.useGaugeState,
|
|
283
|
+
useHighlighted: () => import_context2.useHighlighted,
|
|
284
|
+
useItemHighlighted: () => import_context2.useItemHighlighted,
|
|
285
|
+
useItemTooltip: () => import_ChartsTooltip5.useItemTooltip,
|
|
286
|
+
useMediaQuery: () => import_material3.useMediaQuery,
|
|
287
|
+
useMouseTracker: () => import_ChartsTooltip6.useMouseTracker,
|
|
288
|
+
useScrollTrigger: () => import_material4.useScrollTrigger,
|
|
289
|
+
useSidebar: () => useSidebar,
|
|
290
|
+
useSvgRef: () => import_hooks3.useSvgRef,
|
|
291
|
+
useTheme: () => import_material6.useTheme,
|
|
292
|
+
useXAxis: () => import_hooks4.useXAxis,
|
|
293
|
+
useXColorScale: () => import_hooks4.useXColorScale,
|
|
294
|
+
useXScale: () => import_hooks4.useXScale,
|
|
295
|
+
useYAxis: () => import_hooks5.useYAxis,
|
|
296
|
+
useYColorScale: () => import_hooks5.useYColorScale,
|
|
297
|
+
useYScale: () => import_hooks5.useYScale,
|
|
298
|
+
useZColorScale: () => import_hooks6.useZColorScale,
|
|
299
|
+
warning: () => warning,
|
|
300
|
+
widths: () => widths
|
|
301
|
+
});
|
|
302
|
+
module.exports = __toCommonJS(src_exports);
|
|
169
303
|
|
|
170
304
|
// src/provider/ForestProvider.tsx
|
|
305
|
+
var import_react = require("react");
|
|
306
|
+
var import_styles2 = require("@mui/material/styles");
|
|
307
|
+
var import_CssBaseline = __toESM(require("@mui/material/CssBaseline"));
|
|
308
|
+
|
|
309
|
+
// src/theme/buildTheme.ts
|
|
310
|
+
var import_styles = require("@mui/material/styles");
|
|
171
311
|
|
|
172
312
|
// src/theme/tokens.ts
|
|
173
313
|
var violet = {
|
|
314
|
+
25: "#faf8ff",
|
|
174
315
|
50: "#f5f0ff",
|
|
175
316
|
100: "#ebe0ff",
|
|
176
317
|
200: "#d6c0ff",
|
|
@@ -180,8 +321,11 @@ var violet = {
|
|
|
180
321
|
600: "#5b3acc",
|
|
181
322
|
700: "#3a1aad",
|
|
182
323
|
800: "#190a8a",
|
|
183
|
-
900: "#000066"
|
|
324
|
+
900: "#000066",
|
|
325
|
+
950: "#000033"
|
|
326
|
+
};
|
|
184
327
|
var magenta = {
|
|
328
|
+
25: "#fff8fd",
|
|
185
329
|
50: "#fff0fa",
|
|
186
330
|
100: "#ffe0f5",
|
|
187
331
|
200: "#ffc0eb",
|
|
@@ -191,7 +335,9 @@ var magenta = {
|
|
|
191
335
|
600: "#cc28b5",
|
|
192
336
|
700: "#a3008c",
|
|
193
337
|
800: "#7a0066",
|
|
194
|
-
900: "#520044"
|
|
338
|
+
900: "#520044",
|
|
339
|
+
950: "#290022"
|
|
340
|
+
};
|
|
195
341
|
var gray = {
|
|
196
342
|
25: "#fdfcfc",
|
|
197
343
|
50: "#faf9f8",
|
|
@@ -206,82 +352,175 @@ var gray = {
|
|
|
206
352
|
900: "#18181b",
|
|
207
353
|
950: "#09090b"
|
|
208
354
|
};
|
|
355
|
+
var red = {
|
|
356
|
+
25: "#fff8f7",
|
|
357
|
+
50: "#fff0ee",
|
|
358
|
+
100: "#ffe0dd",
|
|
359
|
+
200: "#ffc0bb",
|
|
360
|
+
300: "#ff9090",
|
|
361
|
+
400: "#FF2821",
|
|
362
|
+
500: "#e61a1a",
|
|
363
|
+
600: "#cc1010",
|
|
364
|
+
700: "#a30808",
|
|
365
|
+
800: "#7a0000",
|
|
366
|
+
900: "#520000",
|
|
367
|
+
950: "#290000"
|
|
368
|
+
};
|
|
209
369
|
var misc = {
|
|
210
370
|
teal: {
|
|
371
|
+
25: "#f6fefc",
|
|
211
372
|
50: "#f0fdf9",
|
|
212
373
|
100: "#ccfbef",
|
|
213
374
|
200: "#99f6e0",
|
|
214
375
|
300: "#5fe9d0",
|
|
215
376
|
400: "#2ed3b7",
|
|
377
|
+
500: "#15b79e",
|
|
216
378
|
600: "#0e9384",
|
|
217
|
-
700: "#107569"
|
|
379
|
+
700: "#107569",
|
|
380
|
+
800: "#125d56",
|
|
381
|
+
900: "#134e48",
|
|
382
|
+
950: "#0a2926"
|
|
383
|
+
},
|
|
218
384
|
orange: {
|
|
385
|
+
25: "#fefaf5",
|
|
219
386
|
50: "#fef6ee",
|
|
220
387
|
100: "#fdead7",
|
|
221
388
|
200: "#f9dbaf",
|
|
222
389
|
300: "#f7b27a",
|
|
223
390
|
400: "#f38744",
|
|
224
|
-
|
|
391
|
+
500: "#ef6820",
|
|
392
|
+
600: "#e04f16",
|
|
393
|
+
700: "#b93815",
|
|
394
|
+
800: "#932f19",
|
|
395
|
+
900: "#772917",
|
|
396
|
+
950: "#511c10"
|
|
397
|
+
},
|
|
225
398
|
purple: {
|
|
399
|
+
25: "#fafaff",
|
|
226
400
|
50: "#f4f3ff",
|
|
227
401
|
100: "#ebe9fe",
|
|
228
402
|
200: "#d9d6fe",
|
|
403
|
+
300: "#bdb4fe",
|
|
229
404
|
400: "#9b8afb",
|
|
230
405
|
500: "#7a5af8",
|
|
231
406
|
600: "#6938ef",
|
|
232
|
-
700: "#5925dc"
|
|
407
|
+
700: "#5925dc",
|
|
408
|
+
800: "#4a1fb8",
|
|
409
|
+
900: "#3e1c96",
|
|
410
|
+
950: "#27115f"
|
|
411
|
+
},
|
|
233
412
|
pink: {
|
|
413
|
+
25: "#fef6fb",
|
|
234
414
|
50: "#fdf2fa",
|
|
235
415
|
100: "#fce7f6",
|
|
236
416
|
200: "#fcceee",
|
|
417
|
+
300: "#faa7e0",
|
|
237
418
|
400: "#f670c7",
|
|
238
419
|
500: "#ee46bc",
|
|
239
|
-
|
|
420
|
+
600: "#dd2590",
|
|
421
|
+
700: "#c11574",
|
|
422
|
+
800: "#9e165f",
|
|
423
|
+
900: "#851651",
|
|
424
|
+
950: "#4e0d30"
|
|
425
|
+
},
|
|
240
426
|
fuchsia: {
|
|
427
|
+
25: "#fefaff",
|
|
241
428
|
50: "#fdf4ff",
|
|
242
429
|
100: "#fbe8ff",
|
|
243
430
|
200: "#f6d0fe",
|
|
431
|
+
300: "#eeaafd",
|
|
244
432
|
400: "#e478fa",
|
|
245
433
|
500: "#d444f1",
|
|
246
|
-
|
|
434
|
+
600: "#ba24d5",
|
|
435
|
+
700: "#9f1ab1",
|
|
436
|
+
800: "#821890",
|
|
437
|
+
900: "#6f1877",
|
|
438
|
+
950: "#47104c"
|
|
439
|
+
},
|
|
247
440
|
orangeDark: {
|
|
441
|
+
25: "#fff9f5",
|
|
248
442
|
50: "#fff4ed",
|
|
249
443
|
100: "#ffe6d5",
|
|
250
444
|
200: "#ffd6ae",
|
|
445
|
+
300: "#ff9c66",
|
|
251
446
|
400: "#ff692e",
|
|
252
447
|
500: "#ff4405",
|
|
253
|
-
|
|
448
|
+
600: "#e62e05",
|
|
449
|
+
700: "#bc1b06",
|
|
450
|
+
800: "#97180c",
|
|
451
|
+
900: "#771a0d",
|
|
452
|
+
950: "#57130a"
|
|
453
|
+
},
|
|
254
454
|
green: {
|
|
455
|
+
25: "#f6fef9",
|
|
255
456
|
50: "#edfcf2",
|
|
256
457
|
100: "#d3f8df",
|
|
257
458
|
200: "#aaf0c4",
|
|
459
|
+
300: "#73e2a3",
|
|
258
460
|
400: "#3ccb7f",
|
|
259
461
|
500: "#16b364",
|
|
260
462
|
600: "#099250",
|
|
261
|
-
700: "#087443"
|
|
463
|
+
700: "#087443",
|
|
464
|
+
800: "#095c37",
|
|
465
|
+
900: "#084c2e",
|
|
466
|
+
950: "#052e1c"
|
|
467
|
+
},
|
|
262
468
|
indigo: {
|
|
469
|
+
25: "#f5f8ff",
|
|
263
470
|
50: "#eef4ff",
|
|
471
|
+
100: "#e0eaff",
|
|
472
|
+
200: "#c7d7fe",
|
|
473
|
+
300: "#a4bcfd",
|
|
264
474
|
400: "#8098f9",
|
|
265
|
-
|
|
475
|
+
500: "#6172f3",
|
|
476
|
+
600: "#444ce7",
|
|
477
|
+
700: "#3538cd",
|
|
478
|
+
800: "#2d31a6",
|
|
479
|
+
900: "#2d3282",
|
|
480
|
+
950: "#1f235b"
|
|
481
|
+
},
|
|
266
482
|
rose: {
|
|
483
|
+
25: "#fff5f6",
|
|
267
484
|
50: "#fff1f3",
|
|
268
485
|
100: "#ffe4e8",
|
|
269
486
|
200: "#fecdd6",
|
|
487
|
+
300: "#fea3b4",
|
|
270
488
|
400: "#fd6f8e",
|
|
271
489
|
500: "#f63d68",
|
|
272
|
-
|
|
490
|
+
600: "#e31b54",
|
|
491
|
+
700: "#c01048",
|
|
492
|
+
800: "#a11043",
|
|
493
|
+
900: "#89123e",
|
|
494
|
+
950: "#510b24"
|
|
495
|
+
},
|
|
273
496
|
blueLight: {
|
|
497
|
+
25: "#f5fbff",
|
|
274
498
|
50: "#f0f9ff",
|
|
275
499
|
100: "#e0f2fe",
|
|
276
500
|
200: "#b9e6fe",
|
|
501
|
+
300: "#7cd4fd",
|
|
277
502
|
400: "#36bffa",
|
|
278
503
|
500: "#0ba5ec",
|
|
279
|
-
|
|
504
|
+
600: "#0086c9",
|
|
505
|
+
700: "#026aa2",
|
|
506
|
+
800: "#065986",
|
|
507
|
+
900: "#0b4a6f",
|
|
508
|
+
950: "#062c41"
|
|
509
|
+
},
|
|
280
510
|
cyan: {
|
|
511
|
+
25: "#f5feff",
|
|
512
|
+
50: "#ecfdff",
|
|
281
513
|
100: "#cff9fe",
|
|
282
514
|
200: "#a5f0fc",
|
|
515
|
+
300: "#67e3f9",
|
|
516
|
+
400: "#22ccee",
|
|
517
|
+
500: "#06aed4",
|
|
283
518
|
600: "#088ab2",
|
|
284
|
-
700: "#0e7090"
|
|
519
|
+
700: "#0e7090",
|
|
520
|
+
800: "#155b75",
|
|
521
|
+
900: "#164c63",
|
|
522
|
+
950: "#0d2d3a"
|
|
523
|
+
}
|
|
285
524
|
};
|
|
286
525
|
var base = {
|
|
287
526
|
white: "#ffffff",
|
|
@@ -694,7 +933,7 @@ var alpha = {
|
|
|
694
933
|
// src/theme/palette.ts
|
|
695
934
|
function buildPalette(tokens) {
|
|
696
935
|
var _a;
|
|
697
|
-
const { base: base2, error: error2, warning: warning2, success: success2, info: info2, text:
|
|
936
|
+
const { base: base2, error: error2, warning: warning2, success: success2, info: info2, text: text6, bg: bg6, fg: fg6, border: border6 } = tokens;
|
|
698
937
|
return {
|
|
699
938
|
primary: {
|
|
700
939
|
main: tokens.bg.brandSolid,
|
|
@@ -733,21 +972,21 @@ function buildPalette(tokens) {
|
|
|
733
972
|
contrastText: tokens.base.white
|
|
734
973
|
},
|
|
735
974
|
background: {
|
|
736
|
-
default:
|
|
737
|
-
paper:
|
|
975
|
+
default: bg6.primary,
|
|
976
|
+
paper: bg6.secondary
|
|
738
977
|
},
|
|
739
978
|
text: {
|
|
740
|
-
primary:
|
|
741
|
-
secondary:
|
|
742
|
-
disabled:
|
|
979
|
+
primary: text6.primary,
|
|
980
|
+
secondary: text6.secondary,
|
|
981
|
+
disabled: text6.disabled
|
|
743
982
|
},
|
|
744
|
-
divider:
|
|
983
|
+
divider: border6.secondary,
|
|
745
984
|
action: {
|
|
746
|
-
active:
|
|
747
|
-
hover:
|
|
748
|
-
selected:
|
|
749
|
-
disabled:
|
|
750
|
-
disabledBackground:
|
|
985
|
+
active: fg6.tertiary,
|
|
986
|
+
hover: bg6.primaryHover,
|
|
987
|
+
selected: bg6.brandPrimary,
|
|
988
|
+
disabled: fg6.disabled,
|
|
989
|
+
disabledBackground: bg6.disabled
|
|
751
990
|
},
|
|
752
991
|
chart: (_a = tokens.chartColors) != null ? _a : chartColors
|
|
753
992
|
};
|
|
@@ -901,15 +1140,17 @@ function buildComponents(tokens) {
|
|
|
901
1140
|
warning: warning2,
|
|
902
1141
|
success: success2,
|
|
903
1142
|
info: info2,
|
|
904
|
-
radius:
|
|
905
|
-
focusRings:
|
|
1143
|
+
radius: radius6,
|
|
1144
|
+
focusRings: focusRings6,
|
|
906
1145
|
shadows: tokenShadows,
|
|
907
|
-
text:
|
|
908
|
-
bg:
|
|
909
|
-
fg:
|
|
910
|
-
border:
|
|
911
|
-
buttonColors:
|
|
912
|
-
sliderColors:
|
|
1146
|
+
text: text6,
|
|
1147
|
+
bg: bg6,
|
|
1148
|
+
fg: fg6,
|
|
1149
|
+
border: border6,
|
|
1150
|
+
buttonColors: buttonColors6,
|
|
1151
|
+
sliderColors: sliderColors6,
|
|
1152
|
+
avatarColors: avatarColors6,
|
|
1153
|
+
breadcrumbColors: breadcrumbColors6
|
|
913
1154
|
} = tokens;
|
|
914
1155
|
return {
|
|
915
1156
|
// ─── Button ─────────────────────────────────────────────────────
|
|
@@ -919,7 +1160,7 @@ function buildComponents(tokens) {
|
|
|
919
1160
|
},
|
|
920
1161
|
styleOverrides: {
|
|
921
1162
|
root: {
|
|
922
|
-
borderRadius:
|
|
1163
|
+
borderRadius: radius6.md,
|
|
923
1164
|
fontWeight: 600,
|
|
924
1165
|
boxShadow: tokenShadows.xs,
|
|
925
1166
|
height: 32,
|
|
@@ -927,39 +1168,39 @@ function buildComponents(tokens) {
|
|
|
927
1168
|
fontSize: 14,
|
|
928
1169
|
lineHeight: "20px",
|
|
929
1170
|
"&:focus-visible": {
|
|
930
|
-
boxShadow:
|
|
1171
|
+
boxShadow: focusRings6.brandShadowXs
|
|
931
1172
|
}
|
|
932
1173
|
},
|
|
933
1174
|
containedPrimary: {
|
|
934
|
-
backgroundColor:
|
|
1175
|
+
backgroundColor: buttonColors6.primary.bg,
|
|
935
1176
|
"&:hover": {
|
|
936
|
-
backgroundColor:
|
|
1177
|
+
backgroundColor: buttonColors6.primary.bgHover
|
|
937
1178
|
}
|
|
938
1179
|
},
|
|
939
1180
|
outlinedPrimary: {
|
|
940
|
-
borderColor:
|
|
941
|
-
color:
|
|
1181
|
+
borderColor: buttonColors6.secondaryColor.border,
|
|
1182
|
+
color: buttonColors6.secondaryColor.fg,
|
|
942
1183
|
"&:hover": {
|
|
943
|
-
backgroundColor:
|
|
944
|
-
borderColor:
|
|
1184
|
+
backgroundColor: buttonColors6.secondaryColor.bgHover,
|
|
1185
|
+
borderColor: buttonColors6.secondaryColor.borderHover
|
|
945
1186
|
}
|
|
946
1187
|
},
|
|
947
1188
|
containedSecondary: {
|
|
948
|
-
backgroundColor:
|
|
949
|
-
color:
|
|
950
|
-
border: `1px solid ${
|
|
1189
|
+
backgroundColor: buttonColors6.secondary.bg,
|
|
1190
|
+
color: buttonColors6.secondary.fg,
|
|
1191
|
+
border: `1px solid ${buttonColors6.secondary.border}`,
|
|
951
1192
|
"&:hover": {
|
|
952
|
-
backgroundColor:
|
|
953
|
-
borderColor:
|
|
1193
|
+
backgroundColor: buttonColors6.secondary.bgHover,
|
|
1194
|
+
borderColor: buttonColors6.secondary.borderHover
|
|
954
1195
|
}
|
|
955
1196
|
},
|
|
956
1197
|
text: {
|
|
957
1198
|
boxShadow: "none"
|
|
958
1199
|
},
|
|
959
1200
|
textPrimary: {
|
|
960
|
-
color:
|
|
1201
|
+
color: buttonColors6.tertiaryColor.fg,
|
|
961
1202
|
"&:hover": {
|
|
962
|
-
backgroundColor:
|
|
1203
|
+
backgroundColor: buttonColors6.tertiaryColor.bgHover
|
|
963
1204
|
}
|
|
964
1205
|
}
|
|
965
1206
|
}
|
|
@@ -971,11 +1212,11 @@ function buildComponents(tokens) {
|
|
|
971
1212
|
},
|
|
972
1213
|
styleOverrides: {
|
|
973
1214
|
root: {
|
|
974
|
-
borderRadius:
|
|
1215
|
+
borderRadius: radius6.md
|
|
975
1216
|
},
|
|
976
1217
|
grouped: {
|
|
977
1218
|
"&:not(:last-of-type)": {
|
|
978
|
-
borderRight: `1px solid ${
|
|
1219
|
+
borderRight: `1px solid ${buttonColors6.primary.borderHover}`
|
|
979
1220
|
}
|
|
980
1221
|
}
|
|
981
1222
|
}
|
|
@@ -984,7 +1225,7 @@ function buildComponents(tokens) {
|
|
|
984
1225
|
MuiIconButton: {
|
|
985
1226
|
styleOverrides: {
|
|
986
1227
|
root: {
|
|
987
|
-
borderRadius:
|
|
1228
|
+
borderRadius: radius6.md,
|
|
988
1229
|
padding: 6,
|
|
989
1230
|
"& .MuiSvgIcon-root": {
|
|
990
1231
|
fontSize: 20
|
|
@@ -1001,13 +1242,13 @@ function buildComponents(tokens) {
|
|
|
1001
1242
|
boxShadow: tokenShadows.lg
|
|
1002
1243
|
},
|
|
1003
1244
|
"&:focus-visible": {
|
|
1004
|
-
boxShadow:
|
|
1245
|
+
boxShadow: focusRings6.brandShadowSm
|
|
1005
1246
|
}
|
|
1006
1247
|
},
|
|
1007
1248
|
primary: {
|
|
1008
|
-
backgroundColor:
|
|
1249
|
+
backgroundColor: buttonColors6.primary.bg,
|
|
1009
1250
|
"&:hover": {
|
|
1010
|
-
backgroundColor:
|
|
1251
|
+
backgroundColor: buttonColors6.primary.bgHover
|
|
1011
1252
|
}
|
|
1012
1253
|
}
|
|
1013
1254
|
}
|
|
@@ -1031,8 +1272,8 @@ function buildComponents(tokens) {
|
|
|
1031
1272
|
styleOverrides: {
|
|
1032
1273
|
input: {
|
|
1033
1274
|
"&::placeholder": {
|
|
1034
|
-
color:
|
|
1035
|
-
WebkitTextFillColor:
|
|
1275
|
+
color: text6.placeholder,
|
|
1276
|
+
WebkitTextFillColor: text6.placeholder,
|
|
1036
1277
|
fontWeight: 400,
|
|
1037
1278
|
opacity: 1
|
|
1038
1279
|
}
|
|
@@ -1042,33 +1283,33 @@ function buildComponents(tokens) {
|
|
|
1042
1283
|
MuiOutlinedInput: {
|
|
1043
1284
|
styleOverrides: {
|
|
1044
1285
|
root: {
|
|
1045
|
-
borderRadius:
|
|
1286
|
+
borderRadius: radius6.md,
|
|
1046
1287
|
boxShadow: tokenShadows.xs,
|
|
1047
1288
|
"&&:hover:not(.Mui-focused):not(.Mui-disabled) .MuiOutlinedInput-notchedOutline": {
|
|
1048
|
-
borderColor:
|
|
1289
|
+
borderColor: border6.brand
|
|
1049
1290
|
},
|
|
1050
1291
|
"&&.Mui-focused .MuiOutlinedInput-notchedOutline": {
|
|
1051
|
-
borderColor:
|
|
1292
|
+
borderColor: border6.brandSolid,
|
|
1052
1293
|
borderWidth: 1,
|
|
1053
1294
|
boxShadow: "none"
|
|
1054
1295
|
},
|
|
1055
1296
|
"&&.Mui-error:not(.Mui-focused) .MuiOutlinedInput-notchedOutline": {
|
|
1056
|
-
borderColor:
|
|
1297
|
+
borderColor: border6.error
|
|
1057
1298
|
},
|
|
1058
1299
|
"&&.Mui-error.Mui-focused .MuiOutlinedInput-notchedOutline": {
|
|
1059
|
-
borderColor:
|
|
1300
|
+
borderColor: border6.errorSolid,
|
|
1060
1301
|
boxShadow: "none"
|
|
1061
1302
|
},
|
|
1062
1303
|
"& .MuiInputAdornment-root .MuiIconButton-root": {
|
|
1063
|
-
color:
|
|
1304
|
+
color: fg6.quaternary,
|
|
1064
1305
|
"&:hover": {
|
|
1065
|
-
backgroundColor:
|
|
1066
|
-
color:
|
|
1306
|
+
backgroundColor: bg6.primaryHover,
|
|
1307
|
+
color: fg6.brandPrimary
|
|
1067
1308
|
}
|
|
1068
1309
|
}
|
|
1069
1310
|
},
|
|
1070
1311
|
notchedOutline: {
|
|
1071
|
-
borderColor:
|
|
1312
|
+
borderColor: border6.primary
|
|
1072
1313
|
},
|
|
1073
1314
|
input: {
|
|
1074
1315
|
padding: "6px 12px",
|
|
@@ -1080,12 +1321,12 @@ function buildComponents(tokens) {
|
|
|
1080
1321
|
MuiFormLabel: {
|
|
1081
1322
|
styleOverrides: {
|
|
1082
1323
|
root: {
|
|
1083
|
-
color:
|
|
1324
|
+
color: text6.placeholder,
|
|
1084
1325
|
"&.Mui-focused": {
|
|
1085
|
-
color:
|
|
1326
|
+
color: text6.placeholder
|
|
1086
1327
|
},
|
|
1087
1328
|
"&.Mui-error": {
|
|
1088
|
-
color:
|
|
1329
|
+
color: text6.errorPrimary
|
|
1089
1330
|
}
|
|
1090
1331
|
}
|
|
1091
1332
|
}
|
|
@@ -1095,12 +1336,12 @@ function buildComponents(tokens) {
|
|
|
1095
1336
|
root: {
|
|
1096
1337
|
fontSize: 14,
|
|
1097
1338
|
fontWeight: 500,
|
|
1098
|
-
color:
|
|
1339
|
+
color: text6.placeholder,
|
|
1099
1340
|
"&.Mui-focused": {
|
|
1100
|
-
color:
|
|
1341
|
+
color: text6.placeholder
|
|
1101
1342
|
},
|
|
1102
1343
|
"&.Mui-error": {
|
|
1103
|
-
color:
|
|
1344
|
+
color: text6.errorPrimary
|
|
1104
1345
|
}
|
|
1105
1346
|
},
|
|
1106
1347
|
outlined: {
|
|
@@ -1119,7 +1360,7 @@ function buildComponents(tokens) {
|
|
|
1119
1360
|
marginTop: 6,
|
|
1120
1361
|
marginLeft: 0,
|
|
1121
1362
|
"&.Mui-error": {
|
|
1122
|
-
color:
|
|
1363
|
+
color: text6.errorPrimary
|
|
1123
1364
|
}
|
|
1124
1365
|
}
|
|
1125
1366
|
}
|
|
@@ -1149,7 +1390,7 @@ function buildComponents(tokens) {
|
|
|
1149
1390
|
}
|
|
1150
1391
|
},
|
|
1151
1392
|
icon: {
|
|
1152
|
-
color:
|
|
1393
|
+
color: text6.placeholder,
|
|
1153
1394
|
right: 8
|
|
1154
1395
|
}
|
|
1155
1396
|
}
|
|
@@ -1157,11 +1398,11 @@ function buildComponents(tokens) {
|
|
|
1157
1398
|
MuiMenuItem: {
|
|
1158
1399
|
styleOverrides: {
|
|
1159
1400
|
root: {
|
|
1160
|
-
borderRadius:
|
|
1401
|
+
borderRadius: radius6.md,
|
|
1161
1402
|
padding: "6px 8px",
|
|
1162
1403
|
gap: 4,
|
|
1163
1404
|
"&:hover": {
|
|
1164
|
-
backgroundColor:
|
|
1405
|
+
backgroundColor: bg6.primaryHover
|
|
1165
1406
|
}
|
|
1166
1407
|
}
|
|
1167
1408
|
}
|
|
@@ -1170,9 +1411,9 @@ function buildComponents(tokens) {
|
|
|
1170
1411
|
MuiAutocomplete: {
|
|
1171
1412
|
styleOverrides: {
|
|
1172
1413
|
paper: {
|
|
1173
|
-
borderRadius:
|
|
1414
|
+
borderRadius: radius6.md,
|
|
1174
1415
|
boxShadow: tokenShadows.lg,
|
|
1175
|
-
border: `1px solid ${
|
|
1416
|
+
border: `1px solid ${border6.secondary}`,
|
|
1176
1417
|
marginTop: 4
|
|
1177
1418
|
},
|
|
1178
1419
|
inputRoot: {
|
|
@@ -1189,10 +1430,10 @@ function buildComponents(tokens) {
|
|
|
1189
1430
|
lineHeight: "20px",
|
|
1190
1431
|
padding: "6px 12px",
|
|
1191
1432
|
"&.Mui-focused": {
|
|
1192
|
-
backgroundColor:
|
|
1433
|
+
backgroundColor: bg6.primaryHover
|
|
1193
1434
|
},
|
|
1194
1435
|
'&[aria-selected="true"]': {
|
|
1195
|
-
backgroundColor:
|
|
1436
|
+
backgroundColor: bg6.brandPrimary
|
|
1196
1437
|
}
|
|
1197
1438
|
},
|
|
1198
1439
|
listbox: {
|
|
@@ -1207,28 +1448,28 @@ function buildComponents(tokens) {
|
|
|
1207
1448
|
},
|
|
1208
1449
|
styleOverrides: {
|
|
1209
1450
|
root: {
|
|
1210
|
-
color:
|
|
1211
|
-
borderRadius:
|
|
1451
|
+
color: border6.primary,
|
|
1452
|
+
borderRadius: radius6.xs,
|
|
1212
1453
|
padding: 0,
|
|
1213
1454
|
width: 20,
|
|
1214
1455
|
height: 20,
|
|
1215
1456
|
"&:hover": {
|
|
1216
1457
|
backgroundColor: "transparent",
|
|
1217
|
-
color:
|
|
1458
|
+
color: fg6.brandPrimary
|
|
1218
1459
|
},
|
|
1219
1460
|
"&.Mui-checked": {
|
|
1220
|
-
color:
|
|
1461
|
+
color: fg6.brandPrimary
|
|
1221
1462
|
},
|
|
1222
1463
|
"&.Mui-checked:hover": {
|
|
1223
|
-
color:
|
|
1464
|
+
color: buttonColors6.primary.bgHover
|
|
1224
1465
|
},
|
|
1225
1466
|
"&.Mui-focusVisible": {
|
|
1226
1467
|
outline: "none",
|
|
1227
|
-
boxShadow:
|
|
1228
|
-
borderRadius:
|
|
1468
|
+
boxShadow: focusRings6.brand,
|
|
1469
|
+
borderRadius: radius6.xs
|
|
1229
1470
|
},
|
|
1230
1471
|
"&.Mui-disabled": {
|
|
1231
|
-
color:
|
|
1472
|
+
color: border6.primary
|
|
1232
1473
|
}
|
|
1233
1474
|
}
|
|
1234
1475
|
}
|
|
@@ -1240,25 +1481,25 @@ function buildComponents(tokens) {
|
|
|
1240
1481
|
},
|
|
1241
1482
|
styleOverrides: {
|
|
1242
1483
|
root: {
|
|
1243
|
-
color:
|
|
1484
|
+
color: border6.primary,
|
|
1244
1485
|
padding: 0,
|
|
1245
1486
|
"&:hover": {
|
|
1246
1487
|
backgroundColor: "transparent",
|
|
1247
|
-
color:
|
|
1488
|
+
color: fg6.brandPrimary
|
|
1248
1489
|
},
|
|
1249
1490
|
"&.Mui-checked": {
|
|
1250
|
-
color:
|
|
1491
|
+
color: fg6.brandPrimary
|
|
1251
1492
|
},
|
|
1252
1493
|
"&.Mui-checked:hover": {
|
|
1253
|
-
color:
|
|
1494
|
+
color: buttonColors6.primary.bgHover
|
|
1254
1495
|
},
|
|
1255
1496
|
"&.Mui-focusVisible": {
|
|
1256
1497
|
outline: "none",
|
|
1257
|
-
boxShadow:
|
|
1258
|
-
borderRadius:
|
|
1498
|
+
boxShadow: focusRings6.brand,
|
|
1499
|
+
borderRadius: radius6.full
|
|
1259
1500
|
},
|
|
1260
1501
|
"&.Mui-disabled": {
|
|
1261
|
-
color:
|
|
1502
|
+
color: border6.primary
|
|
1262
1503
|
}
|
|
1263
1504
|
}
|
|
1264
1505
|
}
|
|
@@ -1278,20 +1519,20 @@ function buildComponents(tokens) {
|
|
|
1278
1519
|
padding: 2,
|
|
1279
1520
|
"&.Mui-checked": {
|
|
1280
1521
|
transform: "translateX(20px)",
|
|
1281
|
-
color:
|
|
1522
|
+
color: fg6.white,
|
|
1282
1523
|
"& + .MuiSwitch-track": {
|
|
1283
|
-
backgroundColor:
|
|
1524
|
+
backgroundColor: fg6.brandPrimary,
|
|
1284
1525
|
opacity: 1
|
|
1285
1526
|
}
|
|
1286
1527
|
},
|
|
1287
1528
|
"&.Mui-checked:hover + .MuiSwitch-track": {
|
|
1288
|
-
backgroundColor:
|
|
1529
|
+
backgroundColor: buttonColors6.primary.bgHover
|
|
1289
1530
|
},
|
|
1290
1531
|
"&.Mui-focusVisible .MuiSwitch-thumb": {
|
|
1291
|
-
boxShadow:
|
|
1532
|
+
boxShadow: focusRings6.brand
|
|
1292
1533
|
},
|
|
1293
1534
|
"&.Mui-disabled .MuiSwitch-thumb": {
|
|
1294
|
-
color:
|
|
1535
|
+
color: bg6.disabled
|
|
1295
1536
|
},
|
|
1296
1537
|
"&.Mui-disabled + .MuiSwitch-track": {
|
|
1297
1538
|
opacity: 0.5
|
|
@@ -1303,8 +1544,8 @@ function buildComponents(tokens) {
|
|
|
1303
1544
|
boxShadow: "0px 1px 2px 0px #1018280d"
|
|
1304
1545
|
},
|
|
1305
1546
|
track: {
|
|
1306
|
-
borderRadius:
|
|
1307
|
-
backgroundColor:
|
|
1547
|
+
borderRadius: radius6.full,
|
|
1548
|
+
backgroundColor: border6.secondary,
|
|
1308
1549
|
opacity: 1
|
|
1309
1550
|
}
|
|
1310
1551
|
}
|
|
@@ -1313,8 +1554,8 @@ function buildComponents(tokens) {
|
|
|
1313
1554
|
MuiToggleButton: {
|
|
1314
1555
|
styleOverrides: {
|
|
1315
1556
|
root: {
|
|
1316
|
-
borderColor:
|
|
1317
|
-
color:
|
|
1557
|
+
borderColor: border6.primary,
|
|
1558
|
+
color: text6.secondary,
|
|
1318
1559
|
fontSize: 14,
|
|
1319
1560
|
fontWeight: 600,
|
|
1320
1561
|
lineHeight: "20px",
|
|
@@ -1322,19 +1563,19 @@ function buildComponents(tokens) {
|
|
|
1322
1563
|
padding: "6px 12px",
|
|
1323
1564
|
textTransform: "none",
|
|
1324
1565
|
"&:hover": {
|
|
1325
|
-
backgroundColor:
|
|
1326
|
-
borderColor:
|
|
1566
|
+
backgroundColor: bg6.primaryHover,
|
|
1567
|
+
borderColor: border6.primary
|
|
1327
1568
|
},
|
|
1328
1569
|
"&.Mui-selected": {
|
|
1329
|
-
backgroundColor:
|
|
1330
|
-
color:
|
|
1331
|
-
borderColor:
|
|
1570
|
+
backgroundColor: bg6.brandPrimary,
|
|
1571
|
+
color: buttonColors6.secondaryColor.fg,
|
|
1572
|
+
borderColor: border6.brandSolid,
|
|
1332
1573
|
"&:hover": {
|
|
1333
|
-
backgroundColor:
|
|
1574
|
+
backgroundColor: bg6.brandSecondary
|
|
1334
1575
|
}
|
|
1335
1576
|
},
|
|
1336
1577
|
"&:focus-visible": {
|
|
1337
|
-
boxShadow:
|
|
1578
|
+
boxShadow: focusRings6.brandShadowXs
|
|
1338
1579
|
}
|
|
1339
1580
|
}
|
|
1340
1581
|
}
|
|
@@ -1342,7 +1583,7 @@ function buildComponents(tokens) {
|
|
|
1342
1583
|
MuiToggleButtonGroup: {
|
|
1343
1584
|
styleOverrides: {
|
|
1344
1585
|
root: {
|
|
1345
|
-
borderRadius:
|
|
1586
|
+
borderRadius: radius6.md,
|
|
1346
1587
|
overflow: "hidden"
|
|
1347
1588
|
},
|
|
1348
1589
|
grouped: {
|
|
@@ -1351,12 +1592,12 @@ function buildComponents(tokens) {
|
|
|
1351
1592
|
marginLeft: -1
|
|
1352
1593
|
},
|
|
1353
1594
|
"&:first-of-type": {
|
|
1354
|
-
borderTopLeftRadius:
|
|
1355
|
-
borderBottomLeftRadius:
|
|
1595
|
+
borderTopLeftRadius: radius6.md,
|
|
1596
|
+
borderBottomLeftRadius: radius6.md
|
|
1356
1597
|
},
|
|
1357
1598
|
"&:last-of-type": {
|
|
1358
|
-
borderTopRightRadius:
|
|
1359
|
-
borderBottomRightRadius:
|
|
1599
|
+
borderTopRightRadius: radius6.md,
|
|
1600
|
+
borderBottomRightRadius: radius6.md
|
|
1360
1601
|
}
|
|
1361
1602
|
}
|
|
1362
1603
|
}
|
|
@@ -1365,8 +1606,8 @@ function buildComponents(tokens) {
|
|
|
1365
1606
|
MuiDrawer: {
|
|
1366
1607
|
styleOverrides: {
|
|
1367
1608
|
paper: {
|
|
1368
|
-
backgroundColor:
|
|
1369
|
-
borderRight: `1px solid ${
|
|
1609
|
+
backgroundColor: bg6.primary,
|
|
1610
|
+
borderRight: `1px solid ${border6.secondary}`
|
|
1370
1611
|
}
|
|
1371
1612
|
}
|
|
1372
1613
|
},
|
|
@@ -1377,9 +1618,9 @@ function buildComponents(tokens) {
|
|
|
1377
1618
|
},
|
|
1378
1619
|
styleOverrides: {
|
|
1379
1620
|
root: {
|
|
1380
|
-
borderRadius:
|
|
1381
|
-
border: `1px solid ${
|
|
1382
|
-
backgroundColor:
|
|
1621
|
+
borderRadius: radius6.xl,
|
|
1622
|
+
border: `1px solid ${border6.secondary}`,
|
|
1623
|
+
backgroundColor: bg6.primary,
|
|
1383
1624
|
boxShadow: tokenShadows.xs,
|
|
1384
1625
|
overflow: "hidden"
|
|
1385
1626
|
}
|
|
@@ -1426,35 +1667,35 @@ function buildComponents(tokens) {
|
|
|
1426
1667
|
backgroundImage: "none"
|
|
1427
1668
|
},
|
|
1428
1669
|
rounded: {
|
|
1429
|
-
borderRadius:
|
|
1670
|
+
borderRadius: radius6.lg
|
|
1430
1671
|
},
|
|
1431
1672
|
elevation1: {
|
|
1432
1673
|
boxShadow: tokenShadows.xs,
|
|
1433
|
-
border: `1px solid ${
|
|
1674
|
+
border: `1px solid ${border6.secondary}`
|
|
1434
1675
|
},
|
|
1435
1676
|
elevation2: {
|
|
1436
1677
|
boxShadow: tokenShadows.sm,
|
|
1437
|
-
border: `1px solid ${
|
|
1678
|
+
border: `1px solid ${border6.secondary}`
|
|
1438
1679
|
},
|
|
1439
1680
|
elevation3: {
|
|
1440
1681
|
boxShadow: tokenShadows.md,
|
|
1441
|
-
border: `1px solid ${
|
|
1682
|
+
border: `1px solid ${border6.secondary}`
|
|
1442
1683
|
},
|
|
1443
1684
|
elevation4: {
|
|
1444
1685
|
boxShadow: tokenShadows.lg,
|
|
1445
|
-
border: `1px solid ${
|
|
1686
|
+
border: `1px solid ${border6.secondary}`
|
|
1446
1687
|
},
|
|
1447
1688
|
elevation8: {
|
|
1448
1689
|
boxShadow: tokenShadows.xl,
|
|
1449
|
-
border: `1px solid ${
|
|
1690
|
+
border: `1px solid ${border6.secondary}`
|
|
1450
1691
|
},
|
|
1451
1692
|
elevation16: {
|
|
1452
1693
|
boxShadow: tokenShadows["2xl"],
|
|
1453
|
-
border: `1px solid ${
|
|
1694
|
+
border: `1px solid ${border6.secondary}`
|
|
1454
1695
|
},
|
|
1455
1696
|
elevation24: {
|
|
1456
1697
|
boxShadow: tokenShadows["3xl"],
|
|
1457
|
-
border: `1px solid ${
|
|
1698
|
+
border: `1px solid ${border6.secondary}`
|
|
1458
1699
|
}
|
|
1459
1700
|
}
|
|
1460
1701
|
},
|
|
@@ -1466,8 +1707,8 @@ function buildComponents(tokens) {
|
|
|
1466
1707
|
},
|
|
1467
1708
|
styleOverrides: {
|
|
1468
1709
|
root: {
|
|
1469
|
-
border: `1px solid ${
|
|
1470
|
-
borderRadius:
|
|
1710
|
+
border: `1px solid ${border6.secondary}`,
|
|
1711
|
+
borderRadius: radius6.lg,
|
|
1471
1712
|
"&:not(:last-child)": {
|
|
1472
1713
|
marginBottom: 8
|
|
1473
1714
|
},
|
|
@@ -1477,7 +1718,7 @@ function buildComponents(tokens) {
|
|
|
1477
1718
|
"&.Mui-expanded": {
|
|
1478
1719
|
margin: 0,
|
|
1479
1720
|
marginBottom: 8,
|
|
1480
|
-
borderRadius:
|
|
1721
|
+
borderRadius: radius6.lg
|
|
1481
1722
|
}
|
|
1482
1723
|
}
|
|
1483
1724
|
}
|
|
@@ -1489,7 +1730,7 @@ function buildComponents(tokens) {
|
|
|
1489
1730
|
minHeight: 56,
|
|
1490
1731
|
"&.Mui-expanded": {
|
|
1491
1732
|
minHeight: 56,
|
|
1492
|
-
borderBottom: `1px solid ${
|
|
1733
|
+
borderBottom: `1px solid ${border6.secondary}`
|
|
1493
1734
|
}
|
|
1494
1735
|
},
|
|
1495
1736
|
content: {
|
|
@@ -1515,8 +1756,8 @@ function buildComponents(tokens) {
|
|
|
1515
1756
|
},
|
|
1516
1757
|
styleOverrides: {
|
|
1517
1758
|
root: {
|
|
1518
|
-
borderBottom: `1px solid ${
|
|
1519
|
-
backgroundColor:
|
|
1759
|
+
borderBottom: `1px solid ${border6.secondary}`,
|
|
1760
|
+
backgroundColor: bg6.primary
|
|
1520
1761
|
}
|
|
1521
1762
|
}
|
|
1522
1763
|
},
|
|
@@ -1543,7 +1784,7 @@ function buildComponents(tokens) {
|
|
|
1543
1784
|
minHeight: 48
|
|
1544
1785
|
},
|
|
1545
1786
|
indicator: {
|
|
1546
|
-
backgroundColor:
|
|
1787
|
+
backgroundColor: fg6.brandPrimary,
|
|
1547
1788
|
height: 2
|
|
1548
1789
|
}
|
|
1549
1790
|
}
|
|
@@ -1558,14 +1799,14 @@ function buildComponents(tokens) {
|
|
|
1558
1799
|
fontWeight: 600,
|
|
1559
1800
|
lineHeight: "20px",
|
|
1560
1801
|
textTransform: "none",
|
|
1561
|
-
color:
|
|
1562
|
-
borderRadius: `${
|
|
1802
|
+
color: text6.tertiary,
|
|
1803
|
+
borderRadius: `${radius6.md}px ${radius6.md}px 0 0`,
|
|
1563
1804
|
"&:hover": {
|
|
1564
|
-
backgroundColor:
|
|
1805
|
+
backgroundColor: bg6.primaryHover
|
|
1565
1806
|
},
|
|
1566
1807
|
"&.Mui-selected": {
|
|
1567
|
-
color:
|
|
1568
|
-
backgroundColor:
|
|
1808
|
+
color: fg6.brandPrimary,
|
|
1809
|
+
backgroundColor: bg6.brandPrimary
|
|
1569
1810
|
}
|
|
1570
1811
|
}
|
|
1571
1812
|
}
|
|
@@ -1574,7 +1815,7 @@ function buildComponents(tokens) {
|
|
|
1574
1815
|
MuiChip: {
|
|
1575
1816
|
styleOverrides: {
|
|
1576
1817
|
root: {
|
|
1577
|
-
borderRadius:
|
|
1818
|
+
borderRadius: radius6.md
|
|
1578
1819
|
},
|
|
1579
1820
|
label: {
|
|
1580
1821
|
fontWeight: 500
|
|
@@ -1650,7 +1891,7 @@ function buildComponents(tokens) {
|
|
|
1650
1891
|
fontSize: 14,
|
|
1651
1892
|
lineHeight: "20px",
|
|
1652
1893
|
fontWeight: 500,
|
|
1653
|
-
color:
|
|
1894
|
+
color: text6.secondary
|
|
1654
1895
|
}
|
|
1655
1896
|
}
|
|
1656
1897
|
},
|
|
@@ -1666,30 +1907,30 @@ function buildComponents(tokens) {
|
|
|
1666
1907
|
MuiTableCell: {
|
|
1667
1908
|
styleOverrides: {
|
|
1668
1909
|
root: {
|
|
1669
|
-
borderBottom: `1px solid ${
|
|
1910
|
+
borderBottom: `1px solid ${border6.secondary}`,
|
|
1670
1911
|
padding: "16px 24px",
|
|
1671
1912
|
fontSize: 14,
|
|
1672
1913
|
lineHeight: "20px",
|
|
1673
|
-
color:
|
|
1914
|
+
color: fg6.tertiary
|
|
1674
1915
|
},
|
|
1675
1916
|
head: {
|
|
1676
|
-
backgroundColor:
|
|
1677
|
-
color:
|
|
1917
|
+
backgroundColor: bg6.secondary,
|
|
1918
|
+
color: fg6.tertiary,
|
|
1678
1919
|
fontWeight: 500,
|
|
1679
1920
|
fontSize: 12,
|
|
1680
1921
|
lineHeight: "18px"
|
|
1681
1922
|
},
|
|
1682
1923
|
body: {
|
|
1683
|
-
color:
|
|
1924
|
+
color: fg6.tertiary
|
|
1684
1925
|
}
|
|
1685
1926
|
}
|
|
1686
1927
|
},
|
|
1687
1928
|
MuiTableHead: {
|
|
1688
1929
|
styleOverrides: {
|
|
1689
1930
|
root: {
|
|
1690
|
-
backgroundColor:
|
|
1931
|
+
backgroundColor: bg6.secondary,
|
|
1691
1932
|
"& .MuiTableRow-root:last-child .MuiTableCell-root": {
|
|
1692
|
-
borderBottom: `1px solid ${
|
|
1933
|
+
borderBottom: `1px solid ${border6.secondary}`
|
|
1693
1934
|
}
|
|
1694
1935
|
}
|
|
1695
1936
|
}
|
|
@@ -1697,17 +1938,17 @@ function buildComponents(tokens) {
|
|
|
1697
1938
|
MuiTableRow: {
|
|
1698
1939
|
styleOverrides: {
|
|
1699
1940
|
root: {
|
|
1700
|
-
backgroundColor:
|
|
1941
|
+
backgroundColor: bg6.secondary,
|
|
1701
1942
|
"&:last-child td, &:last-child th": {
|
|
1702
1943
|
border: 0
|
|
1703
1944
|
},
|
|
1704
1945
|
"&:hover": {
|
|
1705
|
-
backgroundColor:
|
|
1946
|
+
backgroundColor: bg6.primaryHover
|
|
1706
1947
|
},
|
|
1707
1948
|
"&.Mui-selected": {
|
|
1708
|
-
backgroundColor:
|
|
1949
|
+
backgroundColor: bg6.brandPrimary,
|
|
1709
1950
|
"&:hover": {
|
|
1710
|
-
backgroundColor:
|
|
1951
|
+
backgroundColor: bg6.brandPrimary
|
|
1711
1952
|
}
|
|
1712
1953
|
}
|
|
1713
1954
|
}
|
|
@@ -1716,8 +1957,8 @@ function buildComponents(tokens) {
|
|
|
1716
1957
|
MuiTableContainer: {
|
|
1717
1958
|
styleOverrides: {
|
|
1718
1959
|
root: {
|
|
1719
|
-
borderRadius:
|
|
1720
|
-
border: `1px solid ${
|
|
1960
|
+
borderRadius: radius6.xl,
|
|
1961
|
+
border: `1px solid ${border6.secondary}`,
|
|
1721
1962
|
boxShadow: "none"
|
|
1722
1963
|
}
|
|
1723
1964
|
}
|
|
@@ -1731,24 +1972,24 @@ function buildComponents(tokens) {
|
|
|
1731
1972
|
lineHeight: "18px",
|
|
1732
1973
|
minWidth: 20,
|
|
1733
1974
|
height: 20,
|
|
1734
|
-
borderRadius:
|
|
1975
|
+
borderRadius: radius6.full
|
|
1735
1976
|
},
|
|
1736
1977
|
colorPrimary: {
|
|
1737
|
-
backgroundColor:
|
|
1978
|
+
backgroundColor: bg6.brandSolid
|
|
1738
1979
|
},
|
|
1739
1980
|
colorError: {
|
|
1740
|
-
backgroundColor:
|
|
1981
|
+
backgroundColor: bg6.errorSolid
|
|
1741
1982
|
},
|
|
1742
1983
|
colorSuccess: {
|
|
1743
|
-
backgroundColor:
|
|
1984
|
+
backgroundColor: bg6.successSolid
|
|
1744
1985
|
},
|
|
1745
1986
|
colorWarning: {
|
|
1746
|
-
backgroundColor:
|
|
1987
|
+
backgroundColor: bg6.warningSolid
|
|
1747
1988
|
},
|
|
1748
1989
|
dot: {
|
|
1749
1990
|
minWidth: 8,
|
|
1750
1991
|
height: 8,
|
|
1751
|
-
borderRadius:
|
|
1992
|
+
borderRadius: radius6.full
|
|
1752
1993
|
}
|
|
1753
1994
|
}
|
|
1754
1995
|
},
|
|
@@ -1756,7 +1997,7 @@ function buildComponents(tokens) {
|
|
|
1756
1997
|
MuiDivider: {
|
|
1757
1998
|
styleOverrides: {
|
|
1758
1999
|
root: {
|
|
1759
|
-
borderColor:
|
|
2000
|
+
borderColor: border6.secondary
|
|
1760
2001
|
}
|
|
1761
2002
|
}
|
|
1762
2003
|
},
|
|
@@ -1771,16 +2012,16 @@ function buildComponents(tokens) {
|
|
|
1771
2012
|
MuiListItemButton: {
|
|
1772
2013
|
styleOverrides: {
|
|
1773
2014
|
root: {
|
|
1774
|
-
borderRadius:
|
|
2015
|
+
borderRadius: radius6.sm,
|
|
1775
2016
|
padding: "8px 12px",
|
|
1776
2017
|
"&:hover": {
|
|
1777
|
-
backgroundColor:
|
|
2018
|
+
backgroundColor: bg6.primaryHover
|
|
1778
2019
|
},
|
|
1779
2020
|
"&.Mui-selected": {
|
|
1780
|
-
backgroundColor:
|
|
1781
|
-
color:
|
|
2021
|
+
backgroundColor: bg6.brandPrimary,
|
|
2022
|
+
color: buttonColors6.secondaryColor.fg,
|
|
1782
2023
|
"&:hover": {
|
|
1783
|
-
backgroundColor:
|
|
2024
|
+
backgroundColor: bg6.brandSecondary
|
|
1784
2025
|
}
|
|
1785
2026
|
}
|
|
1786
2027
|
}
|
|
@@ -1790,7 +2031,7 @@ function buildComponents(tokens) {
|
|
|
1790
2031
|
styleOverrides: {
|
|
1791
2032
|
root: {
|
|
1792
2033
|
minWidth: 36,
|
|
1793
|
-
color:
|
|
2034
|
+
color: fg6.quaternary
|
|
1794
2035
|
}
|
|
1795
2036
|
}
|
|
1796
2037
|
},
|
|
@@ -1800,12 +2041,12 @@ function buildComponents(tokens) {
|
|
|
1800
2041
|
fontSize: 14,
|
|
1801
2042
|
lineHeight: "20px",
|
|
1802
2043
|
fontWeight: 500,
|
|
1803
|
-
color:
|
|
2044
|
+
color: text6.secondary
|
|
1804
2045
|
},
|
|
1805
2046
|
secondary: {
|
|
1806
2047
|
fontSize: 14,
|
|
1807
2048
|
lineHeight: "20px",
|
|
1808
|
-
color:
|
|
2049
|
+
color: text6.quaternary
|
|
1809
2050
|
}
|
|
1810
2051
|
}
|
|
1811
2052
|
},
|
|
@@ -1813,17 +2054,17 @@ function buildComponents(tokens) {
|
|
|
1813
2054
|
MuiTooltip: {
|
|
1814
2055
|
styleOverrides: {
|
|
1815
2056
|
tooltip: {
|
|
1816
|
-
backgroundColor:
|
|
1817
|
-
color:
|
|
2057
|
+
backgroundColor: bg6.primarySolid,
|
|
2058
|
+
color: text6.white,
|
|
1818
2059
|
fontSize: 12,
|
|
1819
2060
|
lineHeight: "18px",
|
|
1820
2061
|
fontWeight: 600,
|
|
1821
2062
|
padding: "8px 12px",
|
|
1822
|
-
borderRadius:
|
|
2063
|
+
borderRadius: radius6.md,
|
|
1823
2064
|
boxShadow: tokenShadows.lg
|
|
1824
2065
|
},
|
|
1825
2066
|
arrow: {
|
|
1826
|
-
color:
|
|
2067
|
+
color: bg6.primarySolid
|
|
1827
2068
|
}
|
|
1828
2069
|
}
|
|
1829
2070
|
},
|
|
@@ -1834,34 +2075,34 @@ function buildComponents(tokens) {
|
|
|
1834
2075
|
},
|
|
1835
2076
|
styleOverrides: {
|
|
1836
2077
|
root: {
|
|
1837
|
-
borderRadius:
|
|
2078
|
+
borderRadius: radius6.xl,
|
|
1838
2079
|
fontSize: 14,
|
|
1839
2080
|
lineHeight: "20px",
|
|
1840
2081
|
padding: "12px 16px",
|
|
1841
2082
|
alignItems: "center"
|
|
1842
2083
|
},
|
|
1843
2084
|
standardError: {
|
|
1844
|
-
backgroundColor:
|
|
2085
|
+
backgroundColor: bg6.errorPrimary,
|
|
1845
2086
|
color: error2[700],
|
|
1846
|
-
border: `1px solid ${
|
|
2087
|
+
border: `1px solid ${border6.error}`,
|
|
1847
2088
|
"& .MuiAlert-icon": {
|
|
1848
|
-
color:
|
|
2089
|
+
color: fg6.errorPrimary
|
|
1849
2090
|
}
|
|
1850
2091
|
},
|
|
1851
2092
|
standardWarning: {
|
|
1852
|
-
backgroundColor:
|
|
2093
|
+
backgroundColor: bg6.warningPrimary,
|
|
1853
2094
|
color: warning2[700],
|
|
1854
2095
|
border: `1px solid ${warning2[300]}`,
|
|
1855
2096
|
"& .MuiAlert-icon": {
|
|
1856
|
-
color:
|
|
2097
|
+
color: fg6.warningPrimary
|
|
1857
2098
|
}
|
|
1858
2099
|
},
|
|
1859
2100
|
standardSuccess: {
|
|
1860
|
-
backgroundColor:
|
|
2101
|
+
backgroundColor: bg6.successPrimary,
|
|
1861
2102
|
color: success2[700],
|
|
1862
2103
|
border: `1px solid ${success2[300]}`,
|
|
1863
2104
|
"& .MuiAlert-icon": {
|
|
1864
|
-
color:
|
|
2105
|
+
color: fg6.successPrimary
|
|
1865
2106
|
}
|
|
1866
2107
|
},
|
|
1867
2108
|
standardInfo: {
|
|
@@ -1900,7 +2141,7 @@ function buildComponents(tokens) {
|
|
|
1900
2141
|
MuiDialog: {
|
|
1901
2142
|
styleOverrides: {
|
|
1902
2143
|
paper: {
|
|
1903
|
-
borderRadius:
|
|
2144
|
+
borderRadius: radius6.xl,
|
|
1904
2145
|
boxShadow: tokenShadows.xl,
|
|
1905
2146
|
padding: 0
|
|
1906
2147
|
}
|
|
@@ -1912,7 +2153,7 @@ function buildComponents(tokens) {
|
|
|
1912
2153
|
fontSize: 18,
|
|
1913
2154
|
lineHeight: "28px",
|
|
1914
2155
|
fontWeight: 600,
|
|
1915
|
-
color:
|
|
2156
|
+
color: text6.primary,
|
|
1916
2157
|
padding: "24px 24px 0"
|
|
1917
2158
|
}
|
|
1918
2159
|
}
|
|
@@ -1923,7 +2164,7 @@ function buildComponents(tokens) {
|
|
|
1923
2164
|
padding: "20px 24px",
|
|
1924
2165
|
fontSize: 14,
|
|
1925
2166
|
lineHeight: "20px",
|
|
1926
|
-
color:
|
|
2167
|
+
color: text6.tertiary
|
|
1927
2168
|
}
|
|
1928
2169
|
}
|
|
1929
2170
|
},
|
|
@@ -1939,27 +2180,27 @@ function buildComponents(tokens) {
|
|
|
1939
2180
|
MuiLinearProgress: {
|
|
1940
2181
|
styleOverrides: {
|
|
1941
2182
|
root: {
|
|
1942
|
-
borderRadius:
|
|
2183
|
+
borderRadius: radius6.full,
|
|
1943
2184
|
height: 8,
|
|
1944
|
-
backgroundColor:
|
|
2185
|
+
backgroundColor: border6.secondary
|
|
1945
2186
|
},
|
|
1946
2187
|
barColorPrimary: {
|
|
1947
|
-
backgroundColor:
|
|
1948
|
-
borderRadius:
|
|
2188
|
+
backgroundColor: fg6.brandPrimary,
|
|
2189
|
+
borderRadius: radius6.full
|
|
1949
2190
|
},
|
|
1950
2191
|
barColorSecondary: {
|
|
1951
|
-
backgroundColor:
|
|
1952
|
-
borderRadius:
|
|
2192
|
+
backgroundColor: bg6.secondarySolid,
|
|
2193
|
+
borderRadius: radius6.full
|
|
1953
2194
|
}
|
|
1954
2195
|
}
|
|
1955
2196
|
},
|
|
1956
2197
|
MuiCircularProgress: {
|
|
1957
2198
|
styleOverrides: {
|
|
1958
2199
|
colorPrimary: {
|
|
1959
|
-
color:
|
|
2200
|
+
color: fg6.brandPrimary
|
|
1960
2201
|
},
|
|
1961
2202
|
colorSecondary: {
|
|
1962
|
-
color:
|
|
2203
|
+
color: bg6.secondarySolid
|
|
1963
2204
|
}
|
|
1964
2205
|
}
|
|
1965
2206
|
},
|
|
@@ -1970,13 +2211,13 @@ function buildComponents(tokens) {
|
|
|
1970
2211
|
},
|
|
1971
2212
|
styleOverrides: {
|
|
1972
2213
|
root: {
|
|
1973
|
-
backgroundColor:
|
|
2214
|
+
backgroundColor: bg6.tertiary
|
|
1974
2215
|
},
|
|
1975
2216
|
rounded: {
|
|
1976
|
-
borderRadius:
|
|
2217
|
+
borderRadius: radius6.md
|
|
1977
2218
|
},
|
|
1978
2219
|
circular: {
|
|
1979
|
-
borderRadius:
|
|
2220
|
+
borderRadius: radius6.full
|
|
1980
2221
|
}
|
|
1981
2222
|
}
|
|
1982
2223
|
},
|
|
@@ -1984,9 +2225,9 @@ function buildComponents(tokens) {
|
|
|
1984
2225
|
MuiSnackbarContent: {
|
|
1985
2226
|
styleOverrides: {
|
|
1986
2227
|
root: {
|
|
1987
|
-
backgroundColor:
|
|
1988
|
-
color:
|
|
1989
|
-
borderRadius:
|
|
2228
|
+
backgroundColor: bg6.primarySolid,
|
|
2229
|
+
color: text6.white,
|
|
2230
|
+
borderRadius: radius6.xl,
|
|
1990
2231
|
boxShadow: tokenShadows.lg,
|
|
1991
2232
|
fontSize: 14,
|
|
1992
2233
|
lineHeight: "20px",
|
|
@@ -2014,27 +2255,447 @@ function buildComponents(tokens) {
|
|
|
2014
2255
|
}
|
|
2015
2256
|
}
|
|
2016
2257
|
},
|
|
2258
|
+
// ─── Slider ─────────────────────────────────────────────────────
|
|
2259
|
+
MuiSlider: {
|
|
2260
|
+
styleOverrides: {
|
|
2261
|
+
root: {
|
|
2262
|
+
color: fg6.brandPrimary,
|
|
2263
|
+
height: 8,
|
|
2264
|
+
"&.Mui-disabled": {
|
|
2265
|
+
color: border6.secondary
|
|
2266
|
+
}
|
|
2267
|
+
},
|
|
2268
|
+
thumb: {
|
|
2269
|
+
width: 20,
|
|
2270
|
+
height: 20,
|
|
2271
|
+
backgroundColor: sliderColors6.handleBg,
|
|
2272
|
+
border: `2px solid ${sliderColors6.handleBorder}`,
|
|
2273
|
+
boxShadow: tokenShadows.xs,
|
|
2274
|
+
"&:hover, &.Mui-focusVisible": {
|
|
2275
|
+
boxShadow: focusRings6.brandShadowXs
|
|
2276
|
+
},
|
|
2277
|
+
"&.Mui-active": {
|
|
2278
|
+
boxShadow: focusRings6.brandShadowSm
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2281
|
+
track: {
|
|
2282
|
+
borderRadius: radius6.full,
|
|
2283
|
+
border: "none"
|
|
2284
|
+
},
|
|
2285
|
+
rail: {
|
|
2286
|
+
backgroundColor: border6.secondary,
|
|
2287
|
+
borderRadius: radius6.full,
|
|
2288
|
+
opacity: 1
|
|
2289
|
+
},
|
|
2290
|
+
valueLabel: {
|
|
2291
|
+
backgroundColor: bg6.primarySolid,
|
|
2292
|
+
borderRadius: radius6.md,
|
|
2293
|
+
fontSize: 12,
|
|
2294
|
+
fontWeight: 600,
|
|
2295
|
+
padding: "4px 8px"
|
|
2296
|
+
},
|
|
2297
|
+
mark: {
|
|
2298
|
+
backgroundColor: border6.secondary,
|
|
2299
|
+
width: 4,
|
|
2300
|
+
height: 4,
|
|
2301
|
+
borderRadius: radius6.full
|
|
2302
|
+
},
|
|
2303
|
+
markActive: {
|
|
2304
|
+
backgroundColor: fg6.brandPrimary
|
|
2305
|
+
},
|
|
2306
|
+
markLabel: {
|
|
2307
|
+
fontSize: 12,
|
|
2308
|
+
color: text6.tertiary
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
},
|
|
2312
|
+
// ─── Rating ─────────────────────────────────────────────────────
|
|
2313
|
+
MuiRating: {
|
|
2314
|
+
styleOverrides: {
|
|
2315
|
+
root: {
|
|
2316
|
+
color: fg6.brandPrimary,
|
|
2317
|
+
gap: 4
|
|
2318
|
+
},
|
|
2319
|
+
iconEmpty: {
|
|
2320
|
+
color: border6.secondary
|
|
2321
|
+
},
|
|
2322
|
+
iconFilled: {
|
|
2323
|
+
color: fg6.brandPrimary
|
|
2324
|
+
},
|
|
2325
|
+
iconHover: {
|
|
2326
|
+
color: buttonColors6.primary.bgHover
|
|
2327
|
+
}
|
|
2328
|
+
}
|
|
2329
|
+
},
|
|
2330
|
+
// ─── Pagination ─────────────────────────────────────────────────
|
|
2331
|
+
MuiPagination: {
|
|
2332
|
+
defaultProps: {
|
|
2333
|
+
shape: "rounded"
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
MuiPaginationItem: {
|
|
2337
|
+
styleOverrides: {
|
|
2338
|
+
root: {
|
|
2339
|
+
borderRadius: radius6.md,
|
|
2340
|
+
fontSize: 14,
|
|
2341
|
+
fontWeight: 500,
|
|
2342
|
+
color: text6.secondary,
|
|
2343
|
+
"&:hover": {
|
|
2344
|
+
backgroundColor: bg6.primaryHover
|
|
2345
|
+
},
|
|
2346
|
+
"&.Mui-selected": {
|
|
2347
|
+
backgroundColor: fg6.brandPrimary,
|
|
2348
|
+
color: base2.white,
|
|
2349
|
+
"&:hover": {
|
|
2350
|
+
backgroundColor: buttonColors6.primary.bgHover
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
"&.Mui-focusVisible": {
|
|
2354
|
+
boxShadow: focusRings6.brandShadowXs
|
|
2355
|
+
}
|
|
2356
|
+
},
|
|
2357
|
+
outlined: {
|
|
2358
|
+
border: `1px solid ${border6.primary}`,
|
|
2359
|
+
"&.Mui-selected": {
|
|
2360
|
+
backgroundColor: fg6.brandPrimary,
|
|
2361
|
+
color: base2.white,
|
|
2362
|
+
borderColor: fg6.brandPrimary
|
|
2363
|
+
}
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2367
|
+
// ─── Avatar ─────────────────────────────────────────────────────
|
|
2368
|
+
MuiAvatar: {
|
|
2369
|
+
styleOverrides: {
|
|
2370
|
+
root: {
|
|
2371
|
+
backgroundColor: avatarColors6.bg,
|
|
2372
|
+
fontSize: 14,
|
|
2373
|
+
fontWeight: 600,
|
|
2374
|
+
border: `1.5px solid ${avatarColors6.contrastBorder}`
|
|
2375
|
+
},
|
|
2376
|
+
rounded: {
|
|
2377
|
+
borderRadius: radius6.md
|
|
2378
|
+
}
|
|
2379
|
+
}
|
|
2380
|
+
},
|
|
2381
|
+
MuiAvatarGroup: {
|
|
2382
|
+
styleOverrides: {
|
|
2383
|
+
avatar: {
|
|
2384
|
+
border: `2px solid ${avatarColors6.profilePhotoBorder}`,
|
|
2385
|
+
width: 32,
|
|
2386
|
+
height: 32,
|
|
2387
|
+
fontSize: 13,
|
|
2388
|
+
fontWeight: 600
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
// ─── BottomNavigation ───────────────────────────────────────────
|
|
2393
|
+
MuiBottomNavigation: {
|
|
2394
|
+
styleOverrides: {
|
|
2395
|
+
root: {
|
|
2396
|
+
backgroundColor: bg6.primary,
|
|
2397
|
+
borderTop: `1px solid ${border6.secondary}`
|
|
2398
|
+
}
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
MuiBottomNavigationAction: {
|
|
2402
|
+
styleOverrides: {
|
|
2403
|
+
root: {
|
|
2404
|
+
color: fg6.quaternary,
|
|
2405
|
+
"&.Mui-selected": {
|
|
2406
|
+
color: fg6.brandPrimary
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
label: {
|
|
2410
|
+
fontSize: 12,
|
|
2411
|
+
fontWeight: 500,
|
|
2412
|
+
"&.Mui-selected": {
|
|
2413
|
+
fontSize: 12,
|
|
2414
|
+
fontWeight: 600
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2417
|
+
}
|
|
2418
|
+
},
|
|
2419
|
+
// ─── SpeedDial ──────────────────────────────────────────────────
|
|
2420
|
+
MuiSpeedDial: {
|
|
2421
|
+
styleOverrides: {
|
|
2422
|
+
fab: {
|
|
2423
|
+
backgroundColor: fg6.brandPrimary,
|
|
2424
|
+
color: base2.white,
|
|
2425
|
+
boxShadow: tokenShadows.md,
|
|
2426
|
+
"&:hover": {
|
|
2427
|
+
backgroundColor: buttonColors6.primary.bgHover
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
2430
|
+
}
|
|
2431
|
+
},
|
|
2432
|
+
MuiSpeedDialAction: {
|
|
2433
|
+
styleOverrides: {
|
|
2434
|
+
fab: {
|
|
2435
|
+
backgroundColor: bg6.primary,
|
|
2436
|
+
color: fg6.secondary,
|
|
2437
|
+
boxShadow: tokenShadows.sm,
|
|
2438
|
+
border: `1px solid ${border6.secondary}`,
|
|
2439
|
+
"&:hover": {
|
|
2440
|
+
backgroundColor: bg6.primaryHover
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
staticTooltipLabel: {
|
|
2444
|
+
backgroundColor: bg6.primarySolid,
|
|
2445
|
+
color: text6.white,
|
|
2446
|
+
fontSize: 12,
|
|
2447
|
+
fontWeight: 600,
|
|
2448
|
+
borderRadius: radius6.md,
|
|
2449
|
+
whiteSpace: "nowrap"
|
|
2450
|
+
}
|
|
2451
|
+
}
|
|
2452
|
+
},
|
|
2453
|
+
// ─── Stepper ────────────────────────────────────────────────────
|
|
2454
|
+
MuiStepper: {
|
|
2455
|
+
styleOverrides: {
|
|
2456
|
+
root: {
|
|
2457
|
+
padding: 0
|
|
2458
|
+
}
|
|
2459
|
+
}
|
|
2460
|
+
},
|
|
2461
|
+
MuiStepLabel: {
|
|
2462
|
+
styleOverrides: {
|
|
2463
|
+
label: {
|
|
2464
|
+
fontSize: 14,
|
|
2465
|
+
fontWeight: 500,
|
|
2466
|
+
color: text6.tertiary,
|
|
2467
|
+
"&.Mui-active": {
|
|
2468
|
+
color: text6.primary,
|
|
2469
|
+
fontWeight: 600
|
|
2470
|
+
},
|
|
2471
|
+
"&.Mui-completed": {
|
|
2472
|
+
color: text6.primary,
|
|
2473
|
+
fontWeight: 500
|
|
2474
|
+
}
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
MuiStepIcon: {
|
|
2479
|
+
styleOverrides: {
|
|
2480
|
+
root: {
|
|
2481
|
+
color: border6.secondary,
|
|
2482
|
+
"&.Mui-active": {
|
|
2483
|
+
color: fg6.brandPrimary
|
|
2484
|
+
},
|
|
2485
|
+
"&.Mui-completed": {
|
|
2486
|
+
color: fg6.brandPrimary
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
text: {
|
|
2490
|
+
fontSize: 12,
|
|
2491
|
+
fontWeight: 600
|
|
2492
|
+
}
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
2495
|
+
MuiStepConnector: {
|
|
2496
|
+
styleOverrides: {
|
|
2497
|
+
line: {
|
|
2498
|
+
borderColor: border6.secondary
|
|
2499
|
+
},
|
|
2500
|
+
lineHorizontal: {
|
|
2501
|
+
borderTopWidth: 2
|
|
2502
|
+
},
|
|
2503
|
+
lineVertical: {
|
|
2504
|
+
borderLeftWidth: 2
|
|
2505
|
+
}
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
// ─── MobileStepper ──────────────────────────────────────────────
|
|
2509
|
+
MuiMobileStepper: {
|
|
2510
|
+
styleOverrides: {
|
|
2511
|
+
root: {
|
|
2512
|
+
backgroundColor: "transparent",
|
|
2513
|
+
padding: "8px 0"
|
|
2514
|
+
},
|
|
2515
|
+
dot: {
|
|
2516
|
+
backgroundColor: border6.secondary,
|
|
2517
|
+
width: 8,
|
|
2518
|
+
height: 8
|
|
2519
|
+
},
|
|
2520
|
+
dotActive: {
|
|
2521
|
+
backgroundColor: fg6.brandPrimary
|
|
2522
|
+
},
|
|
2523
|
+
progress: {
|
|
2524
|
+
width: "100%",
|
|
2525
|
+
backgroundColor: border6.secondary,
|
|
2526
|
+
borderRadius: radius6.full,
|
|
2527
|
+
"& .MuiLinearProgress-bar": {
|
|
2528
|
+
backgroundColor: fg6.brandPrimary,
|
|
2529
|
+
borderRadius: radius6.full
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
// ─── Breadcrumbs ────────────────────────────────────────────────
|
|
2535
|
+
MuiBreadcrumbs: {
|
|
2536
|
+
styleOverrides: {
|
|
2537
|
+
root: {
|
|
2538
|
+
fontSize: 14,
|
|
2539
|
+
lineHeight: "20px"
|
|
2540
|
+
},
|
|
2541
|
+
separator: {
|
|
2542
|
+
color: breadcrumbColors6.iconFg,
|
|
2543
|
+
marginLeft: 4,
|
|
2544
|
+
marginRight: 4
|
|
2545
|
+
},
|
|
2546
|
+
li: {
|
|
2547
|
+
"& a": {
|
|
2548
|
+
color: breadcrumbColors6.fg,
|
|
2549
|
+
textDecoration: "none",
|
|
2550
|
+
fontWeight: 500,
|
|
2551
|
+
"&:hover": {
|
|
2552
|
+
color: breadcrumbColors6.fgHover
|
|
2553
|
+
}
|
|
2554
|
+
}
|
|
2555
|
+
}
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
// ─── Link ───────────────────────────────────────────────────────
|
|
2559
|
+
MuiLink: {
|
|
2560
|
+
styleOverrides: {
|
|
2561
|
+
root: {
|
|
2562
|
+
color: fg6.brandPrimary,
|
|
2563
|
+
fontWeight: 500,
|
|
2564
|
+
"&:hover": {
|
|
2565
|
+
color: buttonColors6.primary.bgHover
|
|
2566
|
+
}
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2570
|
+
// ─── Popover ────────────────────────────────────────────────────
|
|
2571
|
+
MuiPopover: {
|
|
2572
|
+
styleOverrides: {
|
|
2573
|
+
paper: {
|
|
2574
|
+
borderRadius: radius6.lg,
|
|
2575
|
+
boxShadow: tokenShadows.lg,
|
|
2576
|
+
border: `1px solid ${border6.secondary}`
|
|
2577
|
+
}
|
|
2578
|
+
}
|
|
2579
|
+
},
|
|
2580
|
+
// ─── Snackbar ───────────────────────────────────────────────────
|
|
2581
|
+
MuiSnackbar: {
|
|
2582
|
+
defaultProps: {
|
|
2583
|
+
anchorOrigin: { vertical: "bottom", horizontal: "center" }
|
|
2584
|
+
}
|
|
2585
|
+
},
|
|
2586
|
+
// ─── CardActionArea ─────────────────────────────────────────────
|
|
2587
|
+
MuiCardActionArea: {
|
|
2588
|
+
styleOverrides: {
|
|
2589
|
+
root: {
|
|
2590
|
+
"&:hover .MuiCardActionArea-focusHighlight": {
|
|
2591
|
+
opacity: 0.04
|
|
2592
|
+
},
|
|
2593
|
+
"&.Mui-focusVisible .MuiCardActionArea-focusHighlight": {
|
|
2594
|
+
opacity: 0.08
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
}
|
|
2598
|
+
},
|
|
2599
|
+
// ─── FilledInput ────────────────────────────────────────────────
|
|
2600
|
+
MuiFilledInput: {
|
|
2601
|
+
styleOverrides: {
|
|
2602
|
+
root: {
|
|
2603
|
+
borderRadius: `${radius6.md}px ${radius6.md}px 0 0`,
|
|
2604
|
+
backgroundColor: bg6.secondary,
|
|
2605
|
+
"&:hover": {
|
|
2606
|
+
backgroundColor: bg6.secondaryHover
|
|
2607
|
+
},
|
|
2608
|
+
"&.Mui-focused": {
|
|
2609
|
+
backgroundColor: bg6.secondary
|
|
2610
|
+
},
|
|
2611
|
+
"&:after": {
|
|
2612
|
+
borderBottomColor: fg6.brandPrimary
|
|
2613
|
+
}
|
|
2614
|
+
},
|
|
2615
|
+
input: {
|
|
2616
|
+
padding: "6px 12px",
|
|
2617
|
+
fontSize: 14,
|
|
2618
|
+
lineHeight: "20px"
|
|
2619
|
+
}
|
|
2620
|
+
}
|
|
2621
|
+
},
|
|
2622
|
+
// ─── TablePagination ────────────────────────────────────────────
|
|
2623
|
+
MuiTablePagination: {
|
|
2624
|
+
styleOverrides: {
|
|
2625
|
+
root: {
|
|
2626
|
+
fontSize: 14,
|
|
2627
|
+
color: text6.tertiary
|
|
2628
|
+
},
|
|
2629
|
+
selectLabel: {
|
|
2630
|
+
fontSize: 14,
|
|
2631
|
+
color: text6.tertiary
|
|
2632
|
+
},
|
|
2633
|
+
displayedRows: {
|
|
2634
|
+
fontSize: 14,
|
|
2635
|
+
color: text6.tertiary
|
|
2636
|
+
},
|
|
2637
|
+
select: {
|
|
2638
|
+
fontSize: 14
|
|
2639
|
+
},
|
|
2640
|
+
actions: {
|
|
2641
|
+
"& .MuiIconButton-root": {
|
|
2642
|
+
color: fg6.quaternary,
|
|
2643
|
+
"&:hover": {
|
|
2644
|
+
backgroundColor: bg6.primaryHover,
|
|
2645
|
+
color: fg6.brandPrimary
|
|
2646
|
+
}
|
|
2647
|
+
}
|
|
2648
|
+
}
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
// ─── TableSortLabel ─────────────────────────────────────────────
|
|
2652
|
+
MuiTableSortLabel: {
|
|
2653
|
+
styleOverrides: {
|
|
2654
|
+
root: {
|
|
2655
|
+
"&:hover": {
|
|
2656
|
+
color: fg6.secondary
|
|
2657
|
+
},
|
|
2658
|
+
"&.Mui-active": {
|
|
2659
|
+
color: fg6.secondary,
|
|
2660
|
+
"& .MuiTableSortLabel-icon": {
|
|
2661
|
+
color: fg6.brandPrimary
|
|
2662
|
+
}
|
|
2663
|
+
}
|
|
2664
|
+
}
|
|
2665
|
+
}
|
|
2666
|
+
},
|
|
2667
|
+
// ─── TabScrollButton ────────────────────────────────────────────
|
|
2668
|
+
MuiTabScrollButton: {
|
|
2669
|
+
styleOverrides: {
|
|
2670
|
+
root: {
|
|
2671
|
+
color: fg6.quaternary,
|
|
2672
|
+
"&:hover": {
|
|
2673
|
+
color: fg6.brandPrimary
|
|
2674
|
+
}
|
|
2675
|
+
}
|
|
2676
|
+
}
|
|
2677
|
+
},
|
|
2017
2678
|
// ─── DataGrid (@mui/x-data-grid) ──────────────────────────────
|
|
2018
2679
|
// Not part of MUI core's Components<Theme> type, so we merge via assertion.
|
|
2019
2680
|
...{
|
|
2020
2681
|
MuiDataGrid: {
|
|
2021
2682
|
styleOverrides: {
|
|
2022
2683
|
root: {
|
|
2023
|
-
border: `1px solid ${
|
|
2024
|
-
borderRadius:
|
|
2684
|
+
border: `1px solid ${border6.secondary}`,
|
|
2685
|
+
borderRadius: radius6.xl,
|
|
2025
2686
|
fontFamily: "inherit",
|
|
2026
2687
|
"& .MuiDataGrid-withBorderColor": {
|
|
2027
|
-
borderColor:
|
|
2688
|
+
borderColor: border6.secondary
|
|
2028
2689
|
}
|
|
2029
2690
|
},
|
|
2030
2691
|
columnHeaders: {
|
|
2031
|
-
backgroundColor:
|
|
2692
|
+
backgroundColor: bg6.secondary
|
|
2032
2693
|
},
|
|
2033
2694
|
columnHeader: {
|
|
2034
2695
|
fontSize: 12,
|
|
2035
2696
|
lineHeight: "18px",
|
|
2036
2697
|
fontWeight: 500,
|
|
2037
|
-
color:
|
|
2698
|
+
color: fg6.tertiary,
|
|
2038
2699
|
"&:focus, &:focus-within": {
|
|
2039
2700
|
outline: "none"
|
|
2040
2701
|
}
|
|
@@ -2047,28 +2708,28 @@ function buildComponents(tokens) {
|
|
|
2047
2708
|
alignItems: "center",
|
|
2048
2709
|
fontSize: 14,
|
|
2049
2710
|
lineHeight: "20px",
|
|
2050
|
-
color:
|
|
2711
|
+
color: fg6.tertiary,
|
|
2051
2712
|
"&:focus, &:focus-within": {
|
|
2052
2713
|
outline: "none"
|
|
2053
2714
|
}
|
|
2054
2715
|
},
|
|
2055
2716
|
row: {
|
|
2056
|
-
backgroundColor:
|
|
2717
|
+
backgroundColor: bg6.secondary,
|
|
2057
2718
|
"&:hover": {
|
|
2058
|
-
backgroundColor:
|
|
2719
|
+
backgroundColor: bg6.primaryHover
|
|
2059
2720
|
},
|
|
2060
2721
|
"&.Mui-selected": {
|
|
2061
|
-
backgroundColor:
|
|
2722
|
+
backgroundColor: bg6.brandPrimary,
|
|
2062
2723
|
"&:hover": {
|
|
2063
|
-
backgroundColor:
|
|
2724
|
+
backgroundColor: bg6.brandPrimary
|
|
2064
2725
|
}
|
|
2065
2726
|
}
|
|
2066
2727
|
},
|
|
2067
2728
|
footerContainer: {
|
|
2068
|
-
borderTop: `1px solid ${
|
|
2729
|
+
borderTop: `1px solid ${border6.secondary}`
|
|
2069
2730
|
},
|
|
2070
2731
|
columnSeparator: {
|
|
2071
|
-
color:
|
|
2732
|
+
color: border6.secondary
|
|
2072
2733
|
}
|
|
2073
2734
|
}
|
|
2074
2735
|
}
|
|
@@ -2083,7 +2744,7 @@ function buildComponents(tokens) {
|
|
|
2083
2744
|
root: {
|
|
2084
2745
|
"& .MuiInputBase-root": {
|
|
2085
2746
|
height: 32,
|
|
2086
|
-
borderRadius:
|
|
2747
|
+
borderRadius: radius6.md,
|
|
2087
2748
|
boxShadow: tokenShadows.xs,
|
|
2088
2749
|
fontSize: 14,
|
|
2089
2750
|
lineHeight: "20px"
|
|
@@ -2094,21 +2755,21 @@ function buildComponents(tokens) {
|
|
|
2094
2755
|
lineHeight: "20px"
|
|
2095
2756
|
},
|
|
2096
2757
|
"& .MuiOutlinedInput-notchedOutline": {
|
|
2097
|
-
borderColor:
|
|
2758
|
+
borderColor: border6.primary
|
|
2098
2759
|
},
|
|
2099
2760
|
"&:hover:not(:has(.Mui-disabled)) .MuiOutlinedInput-notchedOutline": {
|
|
2100
|
-
borderColor:
|
|
2761
|
+
borderColor: border6.brand
|
|
2101
2762
|
},
|
|
2102
2763
|
"& .Mui-focused .MuiOutlinedInput-notchedOutline": {
|
|
2103
|
-
borderColor:
|
|
2764
|
+
borderColor: border6.brandSolid,
|
|
2104
2765
|
borderWidth: 1,
|
|
2105
2766
|
boxShadow: "none"
|
|
2106
2767
|
},
|
|
2107
2768
|
"& .MuiInputAdornment-root .MuiIconButton-root": {
|
|
2108
|
-
color:
|
|
2769
|
+
color: fg6.quaternary,
|
|
2109
2770
|
"&:hover": {
|
|
2110
|
-
backgroundColor:
|
|
2111
|
-
color:
|
|
2771
|
+
backgroundColor: bg6.primaryHover,
|
|
2772
|
+
color: fg6.brandPrimary
|
|
2112
2773
|
}
|
|
2113
2774
|
}
|
|
2114
2775
|
}
|
|
@@ -2118,9 +2779,9 @@ function buildComponents(tokens) {
|
|
|
2118
2779
|
MuiPickersPopper: {
|
|
2119
2780
|
styleOverrides: {
|
|
2120
2781
|
paper: {
|
|
2121
|
-
borderRadius:
|
|
2782
|
+
borderRadius: radius6.xl,
|
|
2122
2783
|
boxShadow: tokenShadows.lg,
|
|
2123
|
-
border: `1px solid ${
|
|
2784
|
+
border: `1px solid ${border6.secondary}`,
|
|
2124
2785
|
marginTop: 4
|
|
2125
2786
|
}
|
|
2126
2787
|
}
|
|
@@ -2145,19 +2806,19 @@ function buildComponents(tokens) {
|
|
|
2145
2806
|
label: {
|
|
2146
2807
|
fontSize: 14,
|
|
2147
2808
|
fontWeight: 600,
|
|
2148
|
-
color:
|
|
2809
|
+
color: text6.primary
|
|
2149
2810
|
},
|
|
2150
2811
|
switchViewButton: {
|
|
2151
|
-
color:
|
|
2152
|
-
"&:hover": { backgroundColor:
|
|
2812
|
+
color: fg6.quaternary,
|
|
2813
|
+
"&:hover": { backgroundColor: bg6.primaryHover, color: fg6.brandPrimary }
|
|
2153
2814
|
}
|
|
2154
2815
|
}
|
|
2155
2816
|
},
|
|
2156
2817
|
MuiPickersArrowSwitcher: {
|
|
2157
2818
|
styleOverrides: {
|
|
2158
2819
|
button: {
|
|
2159
|
-
color:
|
|
2160
|
-
"&:hover": { backgroundColor:
|
|
2820
|
+
color: fg6.quaternary,
|
|
2821
|
+
"&:hover": { backgroundColor: bg6.primaryHover, color: fg6.brandPrimary }
|
|
2161
2822
|
}
|
|
2162
2823
|
}
|
|
2163
2824
|
},
|
|
@@ -2167,7 +2828,7 @@ function buildComponents(tokens) {
|
|
|
2167
2828
|
weekDayLabel: {
|
|
2168
2829
|
fontSize: 12,
|
|
2169
2830
|
fontWeight: 500,
|
|
2170
|
-
color:
|
|
2831
|
+
color: text6.tertiary,
|
|
2171
2832
|
width: 32,
|
|
2172
2833
|
height: 32
|
|
2173
2834
|
},
|
|
@@ -2187,39 +2848,39 @@ function buildComponents(tokens) {
|
|
|
2187
2848
|
fontWeight: 400,
|
|
2188
2849
|
width: 32,
|
|
2189
2850
|
height: 32,
|
|
2190
|
-
borderRadius:
|
|
2191
|
-
color:
|
|
2851
|
+
borderRadius: radius6.md,
|
|
2852
|
+
color: text6.primary,
|
|
2192
2853
|
backgroundColor: "transparent",
|
|
2193
2854
|
"&:hover": {
|
|
2194
|
-
backgroundColor:
|
|
2855
|
+
backgroundColor: bg6.primaryHover
|
|
2195
2856
|
},
|
|
2196
2857
|
"&.Mui-selected": {
|
|
2197
|
-
backgroundColor:
|
|
2858
|
+
backgroundColor: fg6.brandPrimary,
|
|
2198
2859
|
color: base2.white,
|
|
2199
2860
|
fontWeight: 600,
|
|
2200
2861
|
"&:hover": {
|
|
2201
|
-
backgroundColor:
|
|
2862
|
+
backgroundColor: buttonColors6.primary.bgHover
|
|
2202
2863
|
},
|
|
2203
2864
|
"&:focus": {
|
|
2204
|
-
backgroundColor:
|
|
2865
|
+
backgroundColor: fg6.brandPrimary
|
|
2205
2866
|
}
|
|
2206
2867
|
},
|
|
2207
2868
|
"&.MuiPickersDay-today": {
|
|
2208
|
-
border: `1px solid ${
|
|
2209
|
-
color:
|
|
2869
|
+
border: `1px solid ${border6.brandSolid}`,
|
|
2870
|
+
color: fg6.brandPrimary,
|
|
2210
2871
|
backgroundColor: "transparent",
|
|
2211
2872
|
fontWeight: 600,
|
|
2212
2873
|
"&.Mui-selected": {
|
|
2213
|
-
backgroundColor:
|
|
2874
|
+
backgroundColor: fg6.brandPrimary,
|
|
2214
2875
|
color: base2.white,
|
|
2215
2876
|
border: "none"
|
|
2216
2877
|
}
|
|
2217
2878
|
},
|
|
2218
2879
|
"&.Mui-focusVisible": {
|
|
2219
|
-
boxShadow:
|
|
2880
|
+
boxShadow: focusRings6.brand
|
|
2220
2881
|
},
|
|
2221
2882
|
"&.Mui-disabled": {
|
|
2222
|
-
color:
|
|
2883
|
+
color: text6.disabled
|
|
2223
2884
|
}
|
|
2224
2885
|
}
|
|
2225
2886
|
}
|
|
@@ -2229,12 +2890,12 @@ function buildComponents(tokens) {
|
|
|
2229
2890
|
styleOverrides: {
|
|
2230
2891
|
yearButton: {
|
|
2231
2892
|
fontSize: 13,
|
|
2232
|
-
borderRadius:
|
|
2233
|
-
"&:hover": { backgroundColor:
|
|
2893
|
+
borderRadius: radius6.md,
|
|
2894
|
+
"&:hover": { backgroundColor: bg6.primaryHover },
|
|
2234
2895
|
"&.Mui-selected": {
|
|
2235
|
-
backgroundColor:
|
|
2896
|
+
backgroundColor: fg6.brandPrimary,
|
|
2236
2897
|
color: base2.white,
|
|
2237
|
-
"&:hover": { backgroundColor:
|
|
2898
|
+
"&:hover": { backgroundColor: buttonColors6.primary.bgHover }
|
|
2238
2899
|
}
|
|
2239
2900
|
}
|
|
2240
2901
|
}
|
|
@@ -2244,12 +2905,12 @@ function buildComponents(tokens) {
|
|
|
2244
2905
|
styleOverrides: {
|
|
2245
2906
|
monthButton: {
|
|
2246
2907
|
fontSize: 13,
|
|
2247
|
-
borderRadius:
|
|
2248
|
-
"&:hover": { backgroundColor:
|
|
2908
|
+
borderRadius: radius6.md,
|
|
2909
|
+
"&:hover": { backgroundColor: bg6.primaryHover },
|
|
2249
2910
|
"&.Mui-selected": {
|
|
2250
|
-
backgroundColor:
|
|
2911
|
+
backgroundColor: fg6.brandPrimary,
|
|
2251
2912
|
color: base2.white,
|
|
2252
|
-
"&:hover": { backgroundColor:
|
|
2913
|
+
"&:hover": { backgroundColor: buttonColors6.primary.bgHover }
|
|
2253
2914
|
}
|
|
2254
2915
|
}
|
|
2255
2916
|
}
|
|
@@ -2271,7 +2932,7 @@ function buildThemeOptions(tokens) {
|
|
|
2271
2932
|
};
|
|
2272
2933
|
}
|
|
2273
2934
|
function buildTheme(tokens) {
|
|
2274
|
-
return
|
|
2935
|
+
return (0, import_styles.createTheme)(buildThemeOptions(tokens));
|
|
2275
2936
|
}
|
|
2276
2937
|
|
|
2277
2938
|
// src/theme/presets/forest-external.ts
|
|
@@ -2560,18 +3221,30 @@ var forestExternalPreset = {
|
|
|
2560
3221
|
|
|
2561
3222
|
// src/theme/presets/forest-agency.ts
|
|
2562
3223
|
var colors = {
|
|
3224
|
+
base,
|
|
3225
|
+
error,
|
|
3226
|
+
warning,
|
|
3227
|
+
success,
|
|
3228
|
+
info,
|
|
2563
3229
|
brand: {
|
|
3230
|
+
25: gray[25],
|
|
2564
3231
|
50: gray[50],
|
|
2565
3232
|
100: gray[100],
|
|
2566
3233
|
200: gray[200],
|
|
2567
3234
|
300: gray[300],
|
|
3235
|
+
400: gray[400],
|
|
2568
3236
|
500: gray[500],
|
|
2569
3237
|
600: gray[900],
|
|
2570
3238
|
// #18181b - dark brand
|
|
2571
3239
|
700: gray[950],
|
|
2572
3240
|
// #09090b - primary brand
|
|
2573
3241
|
800: gray[950],
|
|
2574
|
-
900: gray[950]
|
|
3242
|
+
900: gray[950],
|
|
3243
|
+
950: gray[950]
|
|
3244
|
+
},
|
|
3245
|
+
accent: red,
|
|
3246
|
+
gray
|
|
3247
|
+
};
|
|
2575
3248
|
var radius3 = {
|
|
2576
3249
|
...radius,
|
|
2577
3250
|
xxs: 1,
|
|
@@ -3139,11 +3812,321 @@ var forestInternalPreset = {
|
|
|
3139
3812
|
}
|
|
3140
3813
|
};
|
|
3141
3814
|
|
|
3815
|
+
// src/theme/presets/forest-alkemy-plus.ts
|
|
3816
|
+
var colors2 = {
|
|
3817
|
+
base,
|
|
3818
|
+
error,
|
|
3819
|
+
warning,
|
|
3820
|
+
success,
|
|
3821
|
+
info,
|
|
3822
|
+
brand: {
|
|
3823
|
+
25: gray[25],
|
|
3824
|
+
50: gray[50],
|
|
3825
|
+
100: gray[100],
|
|
3826
|
+
200: gray[200],
|
|
3827
|
+
300: gray[300],
|
|
3828
|
+
400: gray[400],
|
|
3829
|
+
500: gray[500],
|
|
3830
|
+
600: gray[900],
|
|
3831
|
+
// #18181b - dark brand
|
|
3832
|
+
700: gray[950],
|
|
3833
|
+
// #09090b - primary brand
|
|
3834
|
+
800: gray[950],
|
|
3835
|
+
900: gray[950],
|
|
3836
|
+
950: gray[950]
|
|
3837
|
+
},
|
|
3838
|
+
accent: red,
|
|
3839
|
+
gray
|
|
3840
|
+
};
|
|
3841
|
+
var radius5 = {
|
|
3842
|
+
...radius,
|
|
3843
|
+
xxs: 1,
|
|
3844
|
+
xs: 2,
|
|
3845
|
+
sm: 3,
|
|
3846
|
+
md: 4,
|
|
3847
|
+
lg: 5,
|
|
3848
|
+
xl: 6,
|
|
3849
|
+
"2xl": 8,
|
|
3850
|
+
"3xl": 10,
|
|
3851
|
+
"4xl": 12
|
|
3852
|
+
};
|
|
3853
|
+
var text5 = {
|
|
3854
|
+
primary: gray[900],
|
|
3855
|
+
secondary: gray[700],
|
|
3856
|
+
secondaryHover: gray[800],
|
|
3857
|
+
tertiary: gray[600],
|
|
3858
|
+
tertiaryHover: gray[700],
|
|
3859
|
+
quaternary: gray[500],
|
|
3860
|
+
disabled: gray[500],
|
|
3861
|
+
placeholder: gray[500],
|
|
3862
|
+
placeholderSubtle: gray[300],
|
|
3863
|
+
white: base.white,
|
|
3864
|
+
brandPrimary: colors2.brand[900],
|
|
3865
|
+
brandSecondary: colors2.brand[700],
|
|
3866
|
+
brandTertiary: colors2.brand[600],
|
|
3867
|
+
brandTertiaryAlt: colors2.brand[600],
|
|
3868
|
+
primaryOnBrand: base.white,
|
|
3869
|
+
secondaryOnBrand: colors2.brand[200],
|
|
3870
|
+
tertiaryOnBrand: colors2.brand[200],
|
|
3871
|
+
quaternaryOnBrand: colors2.brand[300],
|
|
3872
|
+
errorPrimary: error[600],
|
|
3873
|
+
warningPrimary: warning[600],
|
|
3874
|
+
successPrimary: success[600]
|
|
3875
|
+
};
|
|
3876
|
+
var bg5 = {
|
|
3877
|
+
primary: gray[50],
|
|
3878
|
+
primaryAlt: gray[50],
|
|
3879
|
+
primaryHover: gray[100],
|
|
3880
|
+
primarySolid: gray[950],
|
|
3881
|
+
secondary: base.white,
|
|
3882
|
+
secondaryAlt: base.white,
|
|
3883
|
+
secondarySubtle: gray[25],
|
|
3884
|
+
secondaryHover: gray[50],
|
|
3885
|
+
secondarySolid: gray[600],
|
|
3886
|
+
tertiary: gray[100],
|
|
3887
|
+
quaternary: gray[200],
|
|
3888
|
+
active: gray[200],
|
|
3889
|
+
disabled: gray[100],
|
|
3890
|
+
disabledSubtle: gray[50],
|
|
3891
|
+
overlay: gray[950],
|
|
3892
|
+
brandPrimary: colors2.brand[50],
|
|
3893
|
+
brandPrimaryAlt: colors2.brand[50],
|
|
3894
|
+
brandSecondary: colors2.brand[100],
|
|
3895
|
+
brandSolid: colors2.brand[600],
|
|
3896
|
+
brandSolidHover: colors2.brand[700],
|
|
3897
|
+
brandSection: colors2.brand[800],
|
|
3898
|
+
brandSectionSubtle: colors2.brand[700],
|
|
3899
|
+
errorPrimary: error[50],
|
|
3900
|
+
errorSecondary: error[100],
|
|
3901
|
+
errorSolid: error[600],
|
|
3902
|
+
warningPrimary: warning[50],
|
|
3903
|
+
warningSecondary: warning[100],
|
|
3904
|
+
warningSolid: warning[600],
|
|
3905
|
+
successPrimary: success[50],
|
|
3906
|
+
successSecondary: success[100],
|
|
3907
|
+
successSolid: success[600]
|
|
3908
|
+
};
|
|
3909
|
+
var fg5 = {
|
|
3910
|
+
primary: gray[900],
|
|
3911
|
+
secondary: gray[700],
|
|
3912
|
+
secondaryHover: gray[800],
|
|
3913
|
+
tertiary: gray[600],
|
|
3914
|
+
tertiaryHover: gray[700],
|
|
3915
|
+
quaternary: gray[500],
|
|
3916
|
+
quaternaryHover: gray[600],
|
|
3917
|
+
quinary: gray[400],
|
|
3918
|
+
quinaryHover: gray[500],
|
|
3919
|
+
senary: gray[300],
|
|
3920
|
+
white: base.white,
|
|
3921
|
+
disabled: gray[400],
|
|
3922
|
+
disabledSubtle: gray[300],
|
|
3923
|
+
brandPrimary: colors2.brand[600],
|
|
3924
|
+
brandPrimaryAlt: colors2.brand[600],
|
|
3925
|
+
brandSecondary: colors2.brand[500],
|
|
3926
|
+
errorPrimary: error[600],
|
|
3927
|
+
errorSecondary: error[500],
|
|
3928
|
+
warningPrimary: warning[600],
|
|
3929
|
+
warningSecondary: warning[500],
|
|
3930
|
+
successPrimary: success[600],
|
|
3931
|
+
successSecondary: success[500]
|
|
3932
|
+
};
|
|
3933
|
+
var border5 = {
|
|
3934
|
+
primary: gray[300],
|
|
3935
|
+
secondary: gray[200],
|
|
3936
|
+
tertiary: gray[100],
|
|
3937
|
+
disabled: gray[300],
|
|
3938
|
+
disabledSubtle: gray[200],
|
|
3939
|
+
brand: gray[400],
|
|
3940
|
+
brandSolid: colors2.brand[600],
|
|
3941
|
+
brandSolidAlt: colors2.brand[600],
|
|
3942
|
+
error: error[300],
|
|
3943
|
+
errorSolid: error[600]
|
|
3944
|
+
};
|
|
3945
|
+
var buttonColors5 = {
|
|
3946
|
+
primary: {
|
|
3947
|
+
bg: colors2.brand[700],
|
|
3948
|
+
bgHover: colors2.brand[800],
|
|
3949
|
+
fg: base.white,
|
|
3950
|
+
fgHover: base.white,
|
|
3951
|
+
border: colors2.brand[700],
|
|
3952
|
+
borderHover: colors2.brand[800]
|
|
3953
|
+
},
|
|
3954
|
+
secondary: {
|
|
3955
|
+
bg: gray[900],
|
|
3956
|
+
bgHover: gray[950],
|
|
3957
|
+
fg: base.white,
|
|
3958
|
+
fgHover: base.white,
|
|
3959
|
+
border: gray[900],
|
|
3960
|
+
borderHover: gray[950]
|
|
3961
|
+
},
|
|
3962
|
+
secondaryColor: {
|
|
3963
|
+
bg: base.white,
|
|
3964
|
+
bgHover: colors2.brand[50],
|
|
3965
|
+
fg: colors2.brand[700],
|
|
3966
|
+
fgHover: colors2.brand[800],
|
|
3967
|
+
border: colors2.brand[300],
|
|
3968
|
+
borderHover: colors2.brand[300]
|
|
3969
|
+
},
|
|
3970
|
+
tertiary: {
|
|
3971
|
+
fg: gray[600],
|
|
3972
|
+
fgHover: gray[700],
|
|
3973
|
+
bgHover: gray[50]
|
|
3974
|
+
},
|
|
3975
|
+
tertiaryColor: {
|
|
3976
|
+
fg: colors2.brand[700],
|
|
3977
|
+
fgHover: colors2.brand[800],
|
|
3978
|
+
bgHover: colors2.brand[50]
|
|
3979
|
+
},
|
|
3980
|
+
primaryError: {
|
|
3981
|
+
bg: error[600],
|
|
3982
|
+
bgHover: error[700],
|
|
3983
|
+
fg: base.white,
|
|
3984
|
+
fgHover: base.white,
|
|
3985
|
+
border: error[600],
|
|
3986
|
+
borderHover: error[700]
|
|
3987
|
+
},
|
|
3988
|
+
secondaryError: {
|
|
3989
|
+
bg: base.white,
|
|
3990
|
+
bgHover: error[50],
|
|
3991
|
+
fg: error[700],
|
|
3992
|
+
fgHover: error[800],
|
|
3993
|
+
border: error[300],
|
|
3994
|
+
borderHover: error[300]
|
|
3995
|
+
},
|
|
3996
|
+
tertiaryError: {
|
|
3997
|
+
fg: error[700],
|
|
3998
|
+
fgHover: error[800],
|
|
3999
|
+
bgHover: error[50]
|
|
4000
|
+
}
|
|
4001
|
+
};
|
|
4002
|
+
var avatarColors5 = {
|
|
4003
|
+
bg: gray[100],
|
|
4004
|
+
contrastBorder: "#00000014",
|
|
4005
|
+
profilePhotoBorder: base.white,
|
|
4006
|
+
focusBorder: "#a0a0a624"
|
|
4007
|
+
// gray[400] + 14% alpha
|
|
4008
|
+
};
|
|
4009
|
+
var breadcrumbColors5 = {
|
|
4010
|
+
fg: gray[600],
|
|
4011
|
+
fgHover: gray[700],
|
|
4012
|
+
bgHover: gray[50],
|
|
4013
|
+
brandBgHover: colors2.brand[50],
|
|
4014
|
+
brandFgHover: colors2.brand[700],
|
|
4015
|
+
iconFg: gray[500],
|
|
4016
|
+
iconFgHover: gray[700],
|
|
4017
|
+
brandIconFgHover: colors2.brand[700]
|
|
4018
|
+
};
|
|
4019
|
+
var iconColors5 = {
|
|
4020
|
+
fgBrand: colors2.brand[600],
|
|
4021
|
+
fgBrandOnBrand: colors2.brand[200],
|
|
4022
|
+
featuredModernBorder: gray[200],
|
|
4023
|
+
featuredLightFgBrand: colors2.brand[600],
|
|
4024
|
+
featuredLightFgGray: gray[500],
|
|
4025
|
+
featuredLightFgError: error[600],
|
|
4026
|
+
featuredLightFgWarning: warning[600],
|
|
4027
|
+
featuredLightFgSuccess: success[600],
|
|
4028
|
+
featuredDarkFgBrand: base.white,
|
|
4029
|
+
featuredDarkFgGray: base.white,
|
|
4030
|
+
featuredDarkFgError: base.white,
|
|
4031
|
+
featuredDarkFgWarning: base.white,
|
|
4032
|
+
featuredDarkFgSuccess: base.white
|
|
4033
|
+
};
|
|
4034
|
+
var navColors5 = {
|
|
4035
|
+
itemIconFg: gray[500],
|
|
4036
|
+
itemIconFgActive: gray[700],
|
|
4037
|
+
itemButtonIconFg: gray[500],
|
|
4038
|
+
itemButtonIconFgActive: gray[700]
|
|
4039
|
+
};
|
|
4040
|
+
var sliderColors5 = {
|
|
4041
|
+
handleBorder: colors2.brand[600],
|
|
4042
|
+
handleBg: base.white
|
|
4043
|
+
};
|
|
4044
|
+
var toggleColors5 = {
|
|
4045
|
+
buttonFgDisabled: gray[50]
|
|
4046
|
+
};
|
|
4047
|
+
var chartColors5 = {
|
|
4048
|
+
axisFg: gray[100],
|
|
4049
|
+
gridlineFg: gray[100],
|
|
4050
|
+
labelFg: gray[600],
|
|
4051
|
+
labelFgEmphasis: gray[700],
|
|
4052
|
+
bg: base.white,
|
|
4053
|
+
bgAlt: gray[50],
|
|
4054
|
+
tooltipBg: gray[950],
|
|
4055
|
+
tooltipFg: base.white,
|
|
4056
|
+
crosshairFg: gray[500],
|
|
4057
|
+
legendFg: text5.tertiary,
|
|
4058
|
+
series: [
|
|
4059
|
+
{ fg: misc.purple[500], fgHover: misc.purple[600], bg: misc.purple[100], bgHover: misc.purple[200] },
|
|
4060
|
+
{ fg: misc.orangeDark[400], fgHover: misc.orangeDark[500], bg: misc.orangeDark[100], bgHover: misc.orangeDark[200] },
|
|
4061
|
+
{ fg: misc.teal[300], fgHover: misc.teal[400], bg: misc.teal[50], bgHover: misc.teal[100] },
|
|
4062
|
+
{ fg: warning[400], fgHover: warning[500], bg: warning[100], bgHover: warning[200] },
|
|
4063
|
+
{ fg: misc.rose[400], fgHover: misc.rose[500], bg: misc.rose[100], bgHover: misc.rose[200] },
|
|
4064
|
+
{ fg: misc.blueLight[400], fgHover: misc.blueLight[500], bg: misc.blueLight[100], bgHover: misc.blueLight[200] },
|
|
4065
|
+
{ fg: misc.orange[300], fgHover: misc.orange[400], bg: misc.orange[100], bgHover: misc.orange[200] },
|
|
4066
|
+
{ fg: misc.cyan[600], fgHover: misc.cyan[700], bg: misc.cyan[100], bgHover: misc.cyan[200] },
|
|
4067
|
+
{ fg: misc.green[500], fgHover: misc.green[600], bg: misc.green[100], bgHover: misc.green[200] },
|
|
4068
|
+
{ fg: misc.pink[400], fgHover: misc.pink[500], bg: misc.pink[100], bgHover: misc.pink[200] },
|
|
4069
|
+
{ fg: misc.fuchsia[400], fgHover: misc.fuchsia[500], bg: misc.fuchsia[100], bgHover: misc.fuchsia[200] },
|
|
4070
|
+
{ fg: misc.teal[600], fgHover: misc.teal[700], bg: misc.teal[100], bgHover: misc.teal[200] }
|
|
4071
|
+
]
|
|
4072
|
+
};
|
|
4073
|
+
var focusRings5 = {
|
|
4074
|
+
brand: "0px 0px 0px 4px #4040403d",
|
|
4075
|
+
brandShadowXs: "0px 1px 2px 0px #1018280d, 0px 0px 0px 4px #4040403d",
|
|
4076
|
+
brandShadowSm: "0px 1px 3px 0px #1018281a, 0px 1px 2px 0px #1018280f, 0px 0px 0px 4px #4040403d",
|
|
4077
|
+
gray: "0px 0px 0px 4px #a0a0a624",
|
|
4078
|
+
grayShadowXs: "0px 1px 2px 0px #1018280d, 0px 0px 0px 4px #a0a0a624",
|
|
4079
|
+
grayShadowSm: "0px 1px 3px 0px #1018281a, 0px 1px 2px 0px #1018280f, 0px 0px 0px 4px #a0a0a624",
|
|
4080
|
+
error: "0px 0px 0px 4px #f044383d",
|
|
4081
|
+
errorShadowXs: "0px 1px 2px 0px #1018280d, 0px 0px 0px 4px #f044383d"
|
|
4082
|
+
};
|
|
4083
|
+
var forestAlkemyPlusPreset = {
|
|
4084
|
+
name: "forest-alkemy+",
|
|
4085
|
+
defaultVariant: "light",
|
|
4086
|
+
variants: {
|
|
4087
|
+
light: {
|
|
4088
|
+
tokens: {
|
|
4089
|
+
base,
|
|
4090
|
+
error,
|
|
4091
|
+
warning,
|
|
4092
|
+
success,
|
|
4093
|
+
info,
|
|
4094
|
+
spacing,
|
|
4095
|
+
radius: radius5,
|
|
4096
|
+
shadows,
|
|
4097
|
+
focusRings: focusRings5,
|
|
4098
|
+
fontFamily: '"Aeonik", sans-serif',
|
|
4099
|
+
fontFamilyMono: '"Aeonik Mono", monospace',
|
|
4100
|
+
fontSize,
|
|
4101
|
+
lineHeight,
|
|
4102
|
+
fontWeight,
|
|
4103
|
+
display,
|
|
4104
|
+
container,
|
|
4105
|
+
widths,
|
|
4106
|
+
text: text5,
|
|
4107
|
+
bg: bg5,
|
|
4108
|
+
fg: fg5,
|
|
4109
|
+
border: border5,
|
|
4110
|
+
buttonColors: buttonColors5,
|
|
4111
|
+
avatarColors: avatarColors5,
|
|
4112
|
+
breadcrumbColors: breadcrumbColors5,
|
|
4113
|
+
iconColors: iconColors5,
|
|
4114
|
+
navColors: navColors5,
|
|
4115
|
+
sliderColors: sliderColors5,
|
|
4116
|
+
toggleColors: toggleColors5,
|
|
4117
|
+
chartColors: chartColors5,
|
|
4118
|
+
alpha
|
|
4119
|
+
}
|
|
4120
|
+
}
|
|
4121
|
+
}
|
|
4122
|
+
};
|
|
4123
|
+
|
|
3142
4124
|
// src/theme/presets/index.ts
|
|
3143
4125
|
var presetRegistry = /* @__PURE__ */ new Map();
|
|
3144
4126
|
presetRegistry.set(forestExternalPreset.name, forestExternalPreset);
|
|
3145
4127
|
presetRegistry.set(forestAgencyPreset.name, forestAgencyPreset);
|
|
3146
4128
|
presetRegistry.set(forestInternalPreset.name, forestInternalPreset);
|
|
4129
|
+
presetRegistry.set(forestAlkemyPlusPreset.name, forestAlkemyPlusPreset);
|
|
3147
4130
|
function getPreset(name) {
|
|
3148
4131
|
return presetRegistry.get(name);
|
|
3149
4132
|
}
|
|
@@ -3158,6 +4141,9 @@ function getAvailablePresets() {
|
|
|
3158
4141
|
var agencyTokens = forestAgencyPreset.variants.light.tokens;
|
|
3159
4142
|
var forestTheme = buildTheme(agencyTokens);
|
|
3160
4143
|
var forestThemeOptions = buildThemeOptions(agencyTokens);
|
|
4144
|
+
|
|
4145
|
+
// src/provider/ForestProvider.tsx
|
|
4146
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
3161
4147
|
function ForestProvider({
|
|
3162
4148
|
children,
|
|
3163
4149
|
theme,
|
|
@@ -3165,7 +4151,7 @@ function ForestProvider({
|
|
|
3165
4151
|
variant,
|
|
3166
4152
|
disableCssBaseline = false
|
|
3167
4153
|
}) {
|
|
3168
|
-
const resolvedTheme =
|
|
4154
|
+
const resolvedTheme = (0, import_react.useMemo)(() => {
|
|
3169
4155
|
if (theme) return theme;
|
|
3170
4156
|
if (!preset) return forestTheme;
|
|
3171
4157
|
const presetConfig = getPreset(preset);
|
|
@@ -3183,32 +4169,62 @@ function ForestProvider({
|
|
|
3183
4169
|
}
|
|
3184
4170
|
return buildTheme(variantConfig.tokens);
|
|
3185
4171
|
}, [theme, preset, variant]);
|
|
3186
|
-
return /* @__PURE__ */
|
|
3187
|
-
!disableCssBaseline && /* @__PURE__ */
|
|
4172
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_styles2.ThemeProvider, { theme: resolvedTheme, children: [
|
|
4173
|
+
!disableCssBaseline && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_CssBaseline.default, {}),
|
|
3188
4174
|
children
|
|
3189
4175
|
] });
|
|
3190
4176
|
}
|
|
4177
|
+
|
|
4178
|
+
// src/components/Autocomplete/index.tsx
|
|
4179
|
+
var import_Autocomplete = __toESM(require("@mui/material/Autocomplete"));
|
|
4180
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
3191
4181
|
function Autocomplete(props) {
|
|
3192
|
-
return /* @__PURE__ */
|
|
4182
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_Autocomplete.default, { ...props });
|
|
3193
4183
|
}
|
|
4184
|
+
|
|
4185
|
+
// src/components/Button/index.tsx
|
|
4186
|
+
var import_Button = __toESM(require("@mui/material/Button"));
|
|
4187
|
+
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
3194
4188
|
function Button({ variant = "contained", ...props }) {
|
|
3195
|
-
return /* @__PURE__ */
|
|
4189
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_Button.default, { variant, ...props });
|
|
3196
4190
|
}
|
|
4191
|
+
|
|
4192
|
+
// src/components/ButtonGroup/index.tsx
|
|
4193
|
+
var import_ButtonGroup = __toESM(require("@mui/material/ButtonGroup"));
|
|
4194
|
+
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
3197
4195
|
function ButtonGroup({ variant = "contained", ...props }) {
|
|
3198
|
-
return /* @__PURE__ */
|
|
4196
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_ButtonGroup.default, { variant, ...props });
|
|
3199
4197
|
}
|
|
4198
|
+
|
|
4199
|
+
// src/components/Checkbox/index.tsx
|
|
4200
|
+
var import_Checkbox = __toESM(require("@mui/material/Checkbox"));
|
|
4201
|
+
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
3200
4202
|
function Checkbox(props) {
|
|
3201
|
-
return /* @__PURE__ */
|
|
4203
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_Checkbox.default, { ...props });
|
|
3202
4204
|
}
|
|
4205
|
+
|
|
4206
|
+
// src/components/Fab/index.tsx
|
|
4207
|
+
var import_Fab = __toESM(require("@mui/material/Fab"));
|
|
4208
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
3203
4209
|
function Fab({ color = "primary", ...props }) {
|
|
3204
|
-
return /* @__PURE__ */
|
|
4210
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_Fab.default, { color, ...props });
|
|
3205
4211
|
}
|
|
4212
|
+
|
|
4213
|
+
// src/components/RadioGroup/index.tsx
|
|
4214
|
+
var import_RadioGroup = __toESM(require("@mui/material/RadioGroup"));
|
|
4215
|
+
var import_Radio = __toESM(require("@mui/material/Radio"));
|
|
4216
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
3206
4217
|
function RadioGroup(props) {
|
|
3207
|
-
return /* @__PURE__ */
|
|
4218
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_RadioGroup.default, { ...props });
|
|
3208
4219
|
}
|
|
3209
4220
|
function Radio(props) {
|
|
3210
|
-
return /* @__PURE__ */
|
|
4221
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_Radio.default, { ...props });
|
|
3211
4222
|
}
|
|
4223
|
+
|
|
4224
|
+
// src/components/Select/index.tsx
|
|
4225
|
+
var import_Select = __toESM(require("@mui/material/Select"));
|
|
4226
|
+
var import_MenuItem = __toESM(require("@mui/material/MenuItem"));
|
|
4227
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
3212
4228
|
function Select({ onClose, ...props }) {
|
|
3213
4229
|
const handleClose = (e) => {
|
|
3214
4230
|
onClose == null ? void 0 : onClose(e);
|
|
@@ -3218,11 +4234,21 @@ function Select({ onClose, ...props }) {
|
|
|
3218
4234
|
}
|
|
3219
4235
|
});
|
|
3220
4236
|
};
|
|
3221
|
-
return /* @__PURE__ */
|
|
4237
|
+
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_Select.default, { onClose: handleClose, ...props });
|
|
3222
4238
|
}
|
|
3223
4239
|
function MenuItem(props) {
|
|
3224
|
-
return /* @__PURE__ */
|
|
4240
|
+
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_MenuItem.default, { ...props });
|
|
3225
4241
|
}
|
|
4242
|
+
|
|
4243
|
+
// src/components/MultiSelect/index.tsx
|
|
4244
|
+
var import_Select2 = __toESM(require("@mui/material/Select"));
|
|
4245
|
+
var import_MenuItem2 = __toESM(require("@mui/material/MenuItem"));
|
|
4246
|
+
var import_Checkbox2 = __toESM(require("@mui/material/Checkbox"));
|
|
4247
|
+
var import_ListItemText = __toESM(require("@mui/material/ListItemText"));
|
|
4248
|
+
var import_FormControl = __toESM(require("@mui/material/FormControl"));
|
|
4249
|
+
var import_InputLabel = __toESM(require("@mui/material/InputLabel"));
|
|
4250
|
+
var import_Button2 = __toESM(require("@mui/material/Button"));
|
|
4251
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
3226
4252
|
function MultiSelect({
|
|
3227
4253
|
options,
|
|
3228
4254
|
value,
|
|
@@ -3247,8 +4273,8 @@ function MultiSelect({
|
|
|
3247
4273
|
return (_a = labelMap.get(v)) != null ? _a : v;
|
|
3248
4274
|
}).join(", ");
|
|
3249
4275
|
const labelId = label ? `forest-multiselect-${String(label).replace(/\s+/g, "-").toLowerCase()}` : void 0;
|
|
3250
|
-
return /* @__PURE__ */
|
|
3251
|
-
|
|
4276
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
4277
|
+
import_FormControl.default,
|
|
3252
4278
|
{
|
|
3253
4279
|
fullWidth: rest.fullWidth,
|
|
3254
4280
|
disabled: rest.disabled,
|
|
@@ -3257,9 +4283,9 @@ function MultiSelect({
|
|
|
3257
4283
|
color: rest.color,
|
|
3258
4284
|
variant: rest.variant,
|
|
3259
4285
|
children: [
|
|
3260
|
-
label && /* @__PURE__ */
|
|
3261
|
-
/* @__PURE__ */
|
|
3262
|
-
|
|
4286
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_InputLabel.default, { id: labelId, shrink: value.length > 0, children: label }),
|
|
4287
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
4288
|
+
import_Select2.default,
|
|
3263
4289
|
{
|
|
3264
4290
|
labelId,
|
|
3265
4291
|
label,
|
|
@@ -3271,7 +4297,7 @@ function MultiSelect({
|
|
|
3271
4297
|
renderValue: renderValue2,
|
|
3272
4298
|
...rest,
|
|
3273
4299
|
children: [
|
|
3274
|
-
selectAll && /* @__PURE__ */
|
|
4300
|
+
selectAll && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
3275
4301
|
"li",
|
|
3276
4302
|
{
|
|
3277
4303
|
onMouseDown: (e) => e.preventDefault(),
|
|
@@ -3279,12 +4305,12 @@ function MultiSelect({
|
|
|
3279
4305
|
e.stopPropagation();
|
|
3280
4306
|
handleSelectAll();
|
|
3281
4307
|
},
|
|
3282
|
-
children: /* @__PURE__ */
|
|
4308
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_Button2.default, { size: "small", variant: "text", children: allSelected ? "Deselect All" : selectAllLabel })
|
|
3283
4309
|
}
|
|
3284
4310
|
),
|
|
3285
|
-
options.map((option) => /* @__PURE__ */
|
|
3286
|
-
/* @__PURE__ */
|
|
3287
|
-
/* @__PURE__ */
|
|
4311
|
+
options.map((option) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(import_MenuItem2.default, { value: option.value, children: [
|
|
4312
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_Checkbox2.default, { checked: value.includes(option.value) }),
|
|
4313
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(import_ListItemText.default, { primary: option.label })
|
|
3288
4314
|
] }, option.value))
|
|
3289
4315
|
]
|
|
3290
4316
|
}
|
|
@@ -3293,18 +4319,44 @@ function MultiSelect({
|
|
|
3293
4319
|
}
|
|
3294
4320
|
);
|
|
3295
4321
|
}
|
|
4322
|
+
|
|
4323
|
+
// src/components/Switch/index.tsx
|
|
4324
|
+
var import_Switch = __toESM(require("@mui/material/Switch"));
|
|
4325
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
3296
4326
|
function Switch(props) {
|
|
3297
|
-
return /* @__PURE__ */
|
|
4327
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(import_Switch.default, { ...props });
|
|
3298
4328
|
}
|
|
4329
|
+
|
|
4330
|
+
// src/components/TextField/index.tsx
|
|
4331
|
+
var import_TextField = __toESM(require("@mui/material/TextField"));
|
|
4332
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
3299
4333
|
function TextField(props) {
|
|
3300
|
-
return /* @__PURE__ */
|
|
4334
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_TextField.default, { ...props });
|
|
3301
4335
|
}
|
|
3302
|
-
|
|
4336
|
+
|
|
4337
|
+
// src/components/Search/index.tsx
|
|
4338
|
+
var import_react2 = require("react");
|
|
4339
|
+
var import_TextField2 = __toESM(require("@mui/material/TextField"));
|
|
4340
|
+
var import_InputAdornment = __toESM(require("@mui/material/InputAdornment"));
|
|
4341
|
+
var import_IconButton = __toESM(require("@mui/material/IconButton"));
|
|
4342
|
+
|
|
4343
|
+
// ../../node_modules/@mui/icons-material/esm/utils/createSvgIcon.js
|
|
4344
|
+
var import_utils = require("@mui/material/utils");
|
|
4345
|
+
|
|
4346
|
+
// ../../node_modules/@mui/icons-material/esm/Search.js
|
|
4347
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
4348
|
+
var Search_default = (0, import_utils.createSvgIcon)(/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", {
|
|
3303
4349
|
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"
|
|
3304
4350
|
}), "Search");
|
|
3305
|
-
|
|
4351
|
+
|
|
4352
|
+
// ../../node_modules/@mui/icons-material/esm/Clear.js
|
|
4353
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
4354
|
+
var Clear_default = (0, import_utils.createSvgIcon)(/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", {
|
|
3306
4355
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
3307
4356
|
}), "Clear");
|
|
4357
|
+
|
|
4358
|
+
// src/components/Search/index.tsx
|
|
4359
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
3308
4360
|
function Search({
|
|
3309
4361
|
value: controlledValue,
|
|
3310
4362
|
onChange,
|
|
@@ -3314,22 +4366,22 @@ function Search({
|
|
|
3314
4366
|
slotProps,
|
|
3315
4367
|
...props
|
|
3316
4368
|
}) {
|
|
3317
|
-
const [internalValue, setInternalValue] =
|
|
4369
|
+
const [internalValue, setInternalValue] = (0, import_react2.useState)("");
|
|
3318
4370
|
const isControlled = controlledValue !== void 0;
|
|
3319
4371
|
const currentValue = isControlled ? controlledValue : internalValue;
|
|
3320
|
-
const handleChange =
|
|
4372
|
+
const handleChange = (0, import_react2.useCallback)(
|
|
3321
4373
|
(e) => {
|
|
3322
4374
|
if (!isControlled) setInternalValue(e.target.value);
|
|
3323
4375
|
onChange == null ? void 0 : onChange(e);
|
|
3324
4376
|
},
|
|
3325
4377
|
[isControlled, onChange]
|
|
3326
4378
|
);
|
|
3327
|
-
const handleClear =
|
|
4379
|
+
const handleClear = (0, import_react2.useCallback)(() => {
|
|
3328
4380
|
if (!isControlled) setInternalValue("");
|
|
3329
4381
|
onClear == null ? void 0 : onClear();
|
|
3330
4382
|
}, [isControlled, onClear]);
|
|
3331
|
-
return /* @__PURE__ */
|
|
3332
|
-
|
|
4383
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
4384
|
+
import_TextField2.default,
|
|
3333
4385
|
{
|
|
3334
4386
|
variant,
|
|
3335
4387
|
placeholder,
|
|
@@ -3339,15 +4391,15 @@ function Search({
|
|
|
3339
4391
|
...slotProps,
|
|
3340
4392
|
input: {
|
|
3341
4393
|
sx: { pl: "12px", gap: 0 },
|
|
3342
|
-
startAdornment: /* @__PURE__ */
|
|
3343
|
-
endAdornment: currentValue ? /* @__PURE__ */
|
|
3344
|
-
|
|
4394
|
+
startAdornment: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_InputAdornment.default, { position: "start", sx: { mr: 0 }, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Search_default, { sx: { fontSize: 20 } }) }),
|
|
4395
|
+
endAdornment: currentValue ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_InputAdornment.default, { position: "end", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
4396
|
+
import_IconButton.default,
|
|
3345
4397
|
{
|
|
3346
4398
|
"aria-label": "clear search",
|
|
3347
4399
|
onClick: handleClear,
|
|
3348
4400
|
edge: "end",
|
|
3349
4401
|
size: "small",
|
|
3350
|
-
children: /* @__PURE__ */
|
|
4402
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Clear_default, { fontSize: "small" })
|
|
3351
4403
|
}
|
|
3352
4404
|
) }) : null,
|
|
3353
4405
|
...typeof (slotProps == null ? void 0 : slotProps.input) === "object" ? slotProps.input : {}
|
|
@@ -3357,41 +4409,54 @@ function Search({
|
|
|
3357
4409
|
}
|
|
3358
4410
|
);
|
|
3359
4411
|
}
|
|
4412
|
+
|
|
4413
|
+
// src/components/Input/index.tsx
|
|
4414
|
+
var import_InputBase = __toESM(require("@mui/material/InputBase"));
|
|
4415
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
3360
4416
|
function Input({ ...props }) {
|
|
3361
|
-
return /* @__PURE__ */
|
|
4417
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_InputBase.default, { ...props });
|
|
3362
4418
|
}
|
|
4419
|
+
|
|
4420
|
+
// src/components/IconButton/index.tsx
|
|
4421
|
+
var import_IconButton2 = __toESM(require("@mui/material/IconButton"));
|
|
4422
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
3363
4423
|
function IconButton2(props) {
|
|
3364
|
-
return /* @__PURE__ */
|
|
4424
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_IconButton2.default, { ...props });
|
|
3365
4425
|
}
|
|
4426
|
+
|
|
4427
|
+
// src/components/Logo/index.tsx
|
|
4428
|
+
var import_material = require("@mui/material");
|
|
4429
|
+
var import_react3 = require("react");
|
|
4430
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
3366
4431
|
var svgPaths = {
|
|
3367
4432
|
wsuite: {
|
|
3368
|
-
logo: /* @__PURE__ */
|
|
3369
|
-
/* @__PURE__ */
|
|
3370
|
-
/* @__PURE__ */
|
|
4433
|
+
logo: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
|
|
4434
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM7.97844 4.3H8.95744L10.4534 8.964L11.7954 4.3H13.4124L10.9814 12H9.98044L8.47344 7.402L6.95544 12H5.95444L3.52344 4.3H5.14044L6.48244 8.964L7.97844 4.3ZM15.9729 12.176C15.1369 12.176 14.3559 11.956 13.7839 11.56V9.701C14.3229 10.306 15.1149 10.669 15.8959 10.669C16.7099 10.669 17.2819 10.295 17.2819 9.756C17.2819 9.393 17.0179 9.151 16.3909 8.931L15.4999 8.623C14.4219 8.249 13.8499 7.523 13.8499 6.522C13.8499 5.125 14.9829 4.124 16.5889 4.124C17.3039 4.124 18.0079 4.3 18.5249 4.619V6.346C17.9969 5.884 17.3479 5.631 16.6659 5.631C15.9289 5.631 15.4449 5.939 15.4449 6.412C15.4449 6.786 15.7529 7.094 16.3359 7.292L17.2159 7.589C18.3379 7.974 18.8769 8.656 18.8769 9.701C18.8769 11.197 17.7329 12.176 15.9729 12.176ZM25.4205 12H23.9025V11.329C23.5065 11.857 22.8465 12.176 22.0765 12.176C20.7125 12.176 19.8215 11.285 19.8215 9.943V5.95H21.3835V9.448C21.3835 10.295 21.8565 10.812 22.6375 10.812C23.4185 10.812 23.8585 10.317 23.8585 9.448V5.95H25.4205V12ZM26.7781 12V5.95H28.3401V12H26.7781ZM27.5591 5.444C27.0201 5.444 26.6461 5.07 26.6461 4.542C26.6461 3.992 27.0201 3.607 27.5591 3.607C28.0981 3.607 28.4721 3.992 28.4721 4.542C28.4721 5.07 28.0981 5.444 27.5591 5.444ZM30.0712 7.292H29.0592V5.95H30.0712V4.707H31.6332V5.95H32.6452V7.292H31.6332V12H30.0712V7.292ZM38.386 11.538C37.825 11.934 37.011 12.176 36.23 12.176C34.327 12.176 32.952 10.823 32.952 8.931C32.952 7.094 34.217 5.774 35.988 5.774C37.726 5.774 38.892 7.039 38.892 8.931C38.892 9.382 38.826 9.613 38.826 9.613H34.602C34.789 10.35 35.46 10.834 36.362 10.834C37 10.834 37.66 10.614 38.386 10.086V11.538ZM34.558 8.381H37.418C37.352 7.578 36.857 7.061 36.032 7.061C35.207 7.061 34.624 7.6 34.558 8.381ZM41.6447 2.76V14.2H38.8727V13.122H40.2147V3.838H38.8727V2.76H41.6447Z", fill: "black" }),
|
|
4435
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M44.6972 2.88174H46.0612V4.93874H48.0852V6.25874H46.0612V8.32674H44.6972V6.25874H42.6512V4.93874H44.6972V2.88174Z", fill: "#FF78F3" })
|
|
3371
4436
|
] }),
|
|
3372
|
-
logomark: /* @__PURE__ */
|
|
3373
|
-
/* @__PURE__ */
|
|
3374
|
-
/* @__PURE__ */
|
|
4437
|
+
logomark: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
|
|
4438
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM7.97844 4.3H8.95744L10.4534 8.964L11.7954 4.3H13.4124L10.9814 12H9.98044L8.47344 7.402L6.95544 12H5.95444L3.52344 4.3H5.14044L6.48244 8.964L7.97844 4.3ZM15.9816 2.76V14.2H13.2096V13.122H14.5516V3.838H13.2096V2.76H15.9816Z", fill: "black" }),
|
|
4439
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M18.6972 2.88174H20.0612V4.93874H22.0852V6.25874H20.0612V8.32674H18.6972V6.25874H16.6512V4.93874H18.6972V2.88174Z", fill: "#FF78F3" })
|
|
3375
4440
|
] })
|
|
3376
4441
|
},
|
|
3377
4442
|
studio: {
|
|
3378
|
-
logo: /* @__PURE__ */
|
|
3379
|
-
/* @__PURE__ */
|
|
3380
|
-
/* @__PURE__ */
|
|
4443
|
+
logo: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
|
|
4444
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM6.14376 12.176C5.30776 12.176 4.52676 11.956 3.95476 11.56V9.701C4.49376 10.306 5.28576 10.669 6.06676 10.669C6.88076 10.669 7.45276 10.295 7.45276 9.756C7.45276 9.393 7.18876 9.151 6.56176 8.931L5.67076 8.623C4.59276 8.249 4.02076 7.523 4.02076 6.522C4.02076 5.125 5.15376 4.124 6.75976 4.124C7.47476 4.124 8.17876 4.3 8.69576 4.619V6.346C8.16776 5.884 7.51876 5.631 6.83676 5.631C6.09976 5.631 5.61576 5.939 5.61576 6.412C5.61576 6.786 5.92376 7.094 6.50676 7.292L7.38676 7.589C8.50876 7.974 9.04776 8.656 9.04776 9.701C9.04776 11.197 7.90376 12.176 6.14376 12.176ZM10.5419 7.292H9.52987V5.95H10.5419V4.707H12.1039V5.95H13.1159V7.292H12.1039V12H10.5419V7.292ZM19.3297 12H17.8117V11.329C17.4157 11.857 16.7557 12.176 15.9857 12.176C14.6217 12.176 13.7307 11.285 13.7307 9.943V5.95H15.2927V9.448C15.2927 10.295 15.7657 10.812 16.5467 10.812C17.3277 10.812 17.7677 10.317 17.7677 9.448V5.95H19.3297V12ZM25.1384 12V11.142C24.7204 11.791 24.0054 12.165 23.1584 12.165C21.5084 12.165 20.2654 10.801 20.2654 8.986C20.2654 7.16 21.5084 5.785 23.1584 5.785C24.0164 5.785 24.7314 6.148 25.1164 6.742V4.3H26.6784V12H25.1384ZM23.5214 7.149C22.5094 7.149 21.8824 7.853 21.8824 8.975C21.8824 10.097 22.5094 10.801 23.5214 10.801C24.5224 10.801 25.1494 10.097 25.1494 8.986C25.1494 7.853 24.5224 7.149 23.5214 7.149ZM28.035 12V5.95H29.597V12H28.035ZM28.816 5.444C28.277 5.444 27.903 5.07 27.903 4.542C27.903 3.992 28.277 3.607 28.816 3.607C29.355 3.607 29.729 3.992 29.729 4.542C29.729 5.07 29.355 5.444 28.816 5.444ZM33.7585 12.165C31.8555 12.165 30.5135 10.845 30.5135 8.975C30.5135 7.105 31.8555 5.785 33.7585 5.785C35.6615 5.785 37.0145 7.105 37.0145 8.975C37.0145 10.845 35.6615 12.165 33.7585 12.165ZM33.7585 10.801C34.7595 10.801 35.3975 10.097 35.3975 8.975C35.3975 7.864 34.7595 7.149 33.7585 7.149C32.7685 7.149 32.1305 7.864 32.1305 8.975C32.1305 10.097 32.7575 10.801 33.7585 10.801ZM39.7219 2.76V14.2H36.9499V13.122H38.2919V3.838H36.9499V2.76H39.7219Z", fill: "black" }),
|
|
4445
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M42.6972 2.88174H44.0612V4.93874H46.0852V6.25874H44.0612V8.32674H42.6972V6.25874H40.6512V4.93874H42.6972V2.88174Z", fill: "#9D5FFF" })
|
|
3381
4446
|
] }),
|
|
3382
|
-
logomark: /* @__PURE__ */
|
|
3383
|
-
/* @__PURE__ */
|
|
3384
|
-
/* @__PURE__ */
|
|
4447
|
+
logomark: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
|
|
4448
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM6.14376 12.176C5.30776 12.176 4.52676 11.956 3.95476 11.56V9.701C4.49376 10.306 5.28576 10.669 6.06676 10.669C6.88076 10.669 7.45276 10.295 7.45276 9.756C7.45276 9.393 7.18876 9.151 6.56176 8.931L5.67076 8.623C4.59276 8.249 4.02076 7.523 4.02076 6.522C4.02076 5.125 5.15376 4.124 6.75976 4.124C7.47476 4.124 8.17876 4.3 8.69576 4.619V6.346C8.16776 5.884 7.51876 5.631 6.83676 5.631C6.09976 5.631 5.61576 5.939 5.61576 6.412C5.61576 6.786 5.92376 7.094 6.50676 7.292L7.38676 7.589C8.50876 7.974 9.04776 8.656 9.04776 9.701C9.04776 11.197 7.90376 12.176 6.14376 12.176ZM12.05 2.76V14.2H9.27798V13.122H10.62V3.838H9.27798V2.76H12.05Z", fill: "black" }),
|
|
4449
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M15.6972 2.88174H17.0612V4.93874H19.0852V6.25874H17.0612V8.32674H15.6972V6.25874H13.6512V4.93874H15.6972V2.88174Z", fill: "#9D5FFF" })
|
|
3385
4450
|
] })
|
|
3386
4451
|
},
|
|
3387
4452
|
feedati: {
|
|
3388
|
-
logo: /* @__PURE__ */
|
|
3389
|
-
/* @__PURE__ */
|
|
3390
|
-
/* @__PURE__ */
|
|
4453
|
+
logo: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
|
|
4454
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM4.21695 12V4.3H9.65095V5.73H5.83395V7.523H9.11195V8.953H5.83395V12H4.21695ZM15.1399 11.538C14.5789 11.934 13.7649 12.176 12.9839 12.176C11.0809 12.176 9.70587 10.823 9.70587 8.931C9.70587 7.094 10.9709 5.774 12.7419 5.774C14.4799 5.774 15.6459 7.039 15.6459 8.931C15.6459 9.382 15.5799 9.613 15.5799 9.613H11.3559C11.5429 10.35 12.2139 10.834 13.1159 10.834C13.7539 10.834 14.4139 10.614 15.1399 10.086V11.538ZM11.3119 8.381H14.1719C14.1059 7.578 13.6109 7.061 12.7859 7.061C11.9609 7.061 11.3779 7.6 11.3119 8.381ZM21.5637 11.538C21.0027 11.934 20.1887 12.176 19.4077 12.176C17.5047 12.176 16.1297 10.823 16.1297 8.931C16.1297 7.094 17.3947 5.774 19.1657 5.774C20.9037 5.774 22.0697 7.039 22.0697 8.931C22.0697 9.382 22.0037 9.613 22.0037 9.613H17.7797C17.9667 10.35 18.6377 10.834 19.5397 10.834C20.1777 10.834 20.8377 10.614 21.5637 10.086V11.538ZM17.7357 8.381H20.5957C20.5297 7.578 20.0347 7.061 19.2097 7.061C18.3847 7.061 17.8017 7.6 17.7357 8.381ZM24.6328 5.708V10.592H25.5788C27.0968 10.592 28.0208 9.624 28.0208 8.15C28.0208 6.698 27.0748 5.708 25.5788 5.708H24.6328ZM25.7218 4.3C28.0758 4.3 29.6708 6.005 29.6708 8.15C29.6708 10.306 28.0978 12 25.7218 12H23.0158V4.3H25.7218ZM34.0509 8.381C34.0509 7.633 33.4679 7.149 32.5769 7.149C31.9169 7.149 31.1469 7.424 30.5639 7.82V6.313C31.1799 5.972 31.9939 5.774 32.7529 5.774C34.4469 5.774 35.5359 6.72 35.5359 8.205V12H34.1059V11.527C33.7319 11.923 33.1379 12.176 32.4779 12.176C31.2459 12.176 30.3879 11.351 30.3879 10.163C30.3879 8.953 31.2899 8.106 32.5659 8.106C33.1929 8.106 33.7209 8.315 34.0509 8.667V8.381ZM31.9279 10.108C31.9279 10.592 32.3679 10.933 32.9949 10.933C33.6219 10.933 34.0619 10.592 34.0619 10.108C34.0619 9.613 33.6219 9.272 33.0059 9.272C32.3789 9.272 31.9279 9.613 31.9279 10.108ZM37.118 7.292H36.106V5.95H37.118V4.707H38.68V5.95H39.692V7.292H38.68V12H37.118V7.292ZM40.41 12V5.95H41.972V12H40.41ZM41.191 5.444C40.652 5.444 40.278 5.07 40.278 4.542C40.278 3.992 40.652 3.607 41.191 3.607C41.73 3.607 42.104 3.992 42.104 4.542C42.104 5.07 41.73 5.444 41.191 5.444ZM45.2219 2.76V14.2H42.4499V13.122H43.7919V3.838H42.4499V2.76H45.2219Z", fill: "black" }),
|
|
4455
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M48.6971 2.88174H50.0611V4.93874H52.0851V6.25874H50.0611V8.32674H48.6971V6.25874H46.6511V4.93874H48.6971V2.88174Z", fill: "#FF2821" })
|
|
3391
4456
|
] }),
|
|
3392
|
-
logomark: /* @__PURE__ */
|
|
3393
|
-
/* @__PURE__ */
|
|
3394
|
-
/* @__PURE__ */
|
|
4457
|
+
logomark: /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_jsx_runtime17.Fragment, { children: [
|
|
4458
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M0.957 2.76H3.729V3.838H2.387V13.122H3.729V14.2H0.957V2.76ZM4.21695 12V4.3H9.65095V5.73H5.83395V7.523H9.11195V8.953H5.83395V12H4.21695ZM12.4904 2.76V14.2H9.71841V13.122H11.0604V3.838H9.71841V2.76H12.4904Z", fill: "black" }),
|
|
4459
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M15.6972 2.88174H17.0612V4.93874H19.0852V6.25874H17.0612V8.32674H15.6972V6.25874H13.6512V4.93874H15.6972V2.88174Z", fill: "#FF2821" })
|
|
3395
4460
|
] })
|
|
3396
4461
|
}
|
|
3397
4462
|
};
|
|
@@ -3400,15 +4465,15 @@ var viewBoxMap = {
|
|
|
3400
4465
|
studio: { logo: "0 0 49 16", logomark: "0 0 22 16" },
|
|
3401
4466
|
feedati: { logo: "0 0 55 16", logomark: "0 0 22 16" }
|
|
3402
4467
|
};
|
|
3403
|
-
var Logo =
|
|
4468
|
+
var Logo = (0, import_react3.forwardRef)(
|
|
3404
4469
|
({
|
|
3405
4470
|
product = "wsuite",
|
|
3406
4471
|
variant = "logo",
|
|
3407
4472
|
sx,
|
|
3408
4473
|
...props
|
|
3409
4474
|
}, ref) => {
|
|
3410
|
-
return /* @__PURE__ */
|
|
3411
|
-
|
|
4475
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
4476
|
+
import_material.Box,
|
|
3412
4477
|
{
|
|
3413
4478
|
component: "svg",
|
|
3414
4479
|
ref,
|
|
@@ -3417,10 +4482,8 @@ var Logo = React2.forwardRef(
|
|
|
3417
4482
|
fill: "none",
|
|
3418
4483
|
sx: {
|
|
3419
4484
|
display: "block",
|
|
3420
|
-
width: "
|
|
3421
|
-
height:
|
|
3422
|
-
maxWidth: parseInt(viewBoxMap[product][variant].split(" ")[2]),
|
|
3423
|
-
maxHeight: parseInt(viewBoxMap[product][variant].split(" ")[3]),
|
|
4485
|
+
width: "auto",
|
|
4486
|
+
height: 32,
|
|
3424
4487
|
...sx
|
|
3425
4488
|
},
|
|
3426
4489
|
...props,
|
|
@@ -3430,21 +4493,111 @@ var Logo = React2.forwardRef(
|
|
|
3430
4493
|
}
|
|
3431
4494
|
);
|
|
3432
4495
|
Logo.displayName = "Logo";
|
|
4496
|
+
|
|
4497
|
+
// src/components/ToggleButton/index.tsx
|
|
4498
|
+
var import_ToggleButton = __toESM(require("@mui/material/ToggleButton"));
|
|
4499
|
+
var import_ToggleButtonGroup = __toESM(require("@mui/material/ToggleButtonGroup"));
|
|
4500
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
3433
4501
|
function ToggleButton(props) {
|
|
3434
|
-
return /* @__PURE__ */
|
|
4502
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_ToggleButton.default, { ...props });
|
|
3435
4503
|
}
|
|
3436
4504
|
function ToggleButtonGroup(props) {
|
|
3437
|
-
return /* @__PURE__ */
|
|
4505
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_ToggleButtonGroup.default, { ...props });
|
|
3438
4506
|
}
|
|
4507
|
+
|
|
4508
|
+
// src/components/DatePicker/index.tsx
|
|
4509
|
+
var import_DatePicker = require("@mui/x-date-pickers/DatePicker");
|
|
4510
|
+
var import_LocalizationProvider = require("@mui/x-date-pickers/LocalizationProvider");
|
|
4511
|
+
var import_AdapterDayjs = require("@mui/x-date-pickers/AdapterDayjs");
|
|
4512
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
3439
4513
|
function DatePicker(props) {
|
|
3440
|
-
return /* @__PURE__ */
|
|
4514
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_LocalizationProvider.LocalizationProvider, { dateAdapter: import_AdapterDayjs.AdapterDayjs, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_DatePicker.DatePicker, { ...props }) });
|
|
4515
|
+
}
|
|
4516
|
+
|
|
4517
|
+
// src/components/FormControl/index.tsx
|
|
4518
|
+
var import_FormControl2 = __toESM(require("@mui/material/FormControl"));
|
|
4519
|
+
var import_FormControlLabel = __toESM(require("@mui/material/FormControlLabel"));
|
|
4520
|
+
var import_FormGroup = __toESM(require("@mui/material/FormGroup"));
|
|
4521
|
+
var import_FormHelperText = __toESM(require("@mui/material/FormHelperText"));
|
|
4522
|
+
var import_FormLabel = __toESM(require("@mui/material/FormLabel"));
|
|
4523
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
4524
|
+
function FormControl(props) {
|
|
4525
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_FormControl2.default, { ...props });
|
|
4526
|
+
}
|
|
4527
|
+
function FormControlLabel(props) {
|
|
4528
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_FormControlLabel.default, { ...props });
|
|
3441
4529
|
}
|
|
4530
|
+
function FormGroup(props) {
|
|
4531
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_FormGroup.default, { ...props });
|
|
4532
|
+
}
|
|
4533
|
+
function FormHelperText(props) {
|
|
4534
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_FormHelperText.default, { ...props });
|
|
4535
|
+
}
|
|
4536
|
+
function FormLabel(props) {
|
|
4537
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_FormLabel.default, { ...props });
|
|
4538
|
+
}
|
|
4539
|
+
|
|
4540
|
+
// src/components/InputAdornment/index.tsx
|
|
4541
|
+
var import_InputAdornment2 = __toESM(require("@mui/material/InputAdornment"));
|
|
4542
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
4543
|
+
function InputAdornment2(props) {
|
|
4544
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_InputAdornment2.default, { ...props });
|
|
4545
|
+
}
|
|
4546
|
+
|
|
4547
|
+
// src/components/InputBase/index.tsx
|
|
4548
|
+
var import_InputBase2 = __toESM(require("@mui/material/InputBase"));
|
|
4549
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
4550
|
+
function InputBase(props) {
|
|
4551
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_InputBase2.default, { ...props });
|
|
4552
|
+
}
|
|
4553
|
+
|
|
4554
|
+
// src/components/InputLabel/index.tsx
|
|
4555
|
+
var import_InputLabel2 = __toESM(require("@mui/material/InputLabel"));
|
|
4556
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
4557
|
+
function InputLabel(props) {
|
|
4558
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_InputLabel2.default, { ...props });
|
|
4559
|
+
}
|
|
4560
|
+
|
|
4561
|
+
// src/components/OutlinedInput/index.tsx
|
|
4562
|
+
var import_OutlinedInput = __toESM(require("@mui/material/OutlinedInput"));
|
|
4563
|
+
var import_FilledInput = __toESM(require("@mui/material/FilledInput"));
|
|
4564
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
4565
|
+
function OutlinedInput(props) {
|
|
4566
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_OutlinedInput.default, { ...props });
|
|
4567
|
+
}
|
|
4568
|
+
function FilledInput(props) {
|
|
4569
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_FilledInput.default, { ...props });
|
|
4570
|
+
}
|
|
4571
|
+
|
|
4572
|
+
// src/components/Avatar/index.tsx
|
|
4573
|
+
var import_Avatar = __toESM(require("@mui/material/Avatar"));
|
|
4574
|
+
var import_AvatarGroup = __toESM(require("@mui/material/AvatarGroup"));
|
|
4575
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
4576
|
+
function Avatar(props) {
|
|
4577
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_Avatar.default, { ...props });
|
|
4578
|
+
}
|
|
4579
|
+
function AvatarGroup(props) {
|
|
4580
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(import_AvatarGroup.default, { ...props });
|
|
4581
|
+
}
|
|
4582
|
+
|
|
4583
|
+
// src/components/Badge/index.tsx
|
|
4584
|
+
var import_Badge = __toESM(require("@mui/material/Badge"));
|
|
4585
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
3442
4586
|
function Badge(props) {
|
|
3443
|
-
return /* @__PURE__ */
|
|
4587
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_Badge.default, { ...props });
|
|
3444
4588
|
}
|
|
3445
|
-
|
|
4589
|
+
|
|
4590
|
+
// src/components/Chip/index.tsx
|
|
4591
|
+
var import_Chip = __toESM(require("@mui/material/Chip"));
|
|
4592
|
+
|
|
4593
|
+
// ../../node_modules/@mui/icons-material/esm/CloseOutlined.js
|
|
4594
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
4595
|
+
var CloseOutlined_default = (0, import_utils.createSvgIcon)(/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", {
|
|
3446
4596
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
3447
4597
|
}), "CloseOutlined");
|
|
4598
|
+
|
|
4599
|
+
// src/components/Chip/index.tsx
|
|
4600
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
3448
4601
|
var customChipColors = {
|
|
3449
4602
|
teal: { bg: misc.teal[50], color: misc.teal[700], deleteIcon: misc.teal[400] },
|
|
3450
4603
|
orange: { bg: misc.orange[50], color: misc.orange[700], deleteIcon: misc.orange[400] },
|
|
@@ -3457,11 +4610,11 @@ var customChipColors = {
|
|
|
3457
4610
|
rose: { bg: misc.rose[50], color: misc.rose[700], deleteIcon: misc.rose[400] },
|
|
3458
4611
|
blueLight: { bg: misc.blueLight[50], color: misc.blueLight[700], deleteIcon: misc.blueLight[400] }
|
|
3459
4612
|
};
|
|
3460
|
-
function Chip({ color, deleteIcon = /* @__PURE__ */
|
|
4613
|
+
function Chip({ color, deleteIcon = /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(CloseOutlined_default, {}), sx, ...props }) {
|
|
3461
4614
|
const custom = color && typeof color === "string" ? customChipColors[color] : void 0;
|
|
3462
4615
|
if (custom) {
|
|
3463
|
-
return /* @__PURE__ */
|
|
3464
|
-
|
|
4616
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
4617
|
+
import_Chip.default,
|
|
3465
4618
|
{
|
|
3466
4619
|
deleteIcon,
|
|
3467
4620
|
...props,
|
|
@@ -3480,8 +4633,8 @@ function Chip({ color, deleteIcon = /* @__PURE__ */ jsxRuntime.jsx(CloseOutlined
|
|
|
3480
4633
|
}
|
|
3481
4634
|
);
|
|
3482
4635
|
}
|
|
3483
|
-
return /* @__PURE__ */
|
|
3484
|
-
|
|
4636
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
4637
|
+
import_Chip.default,
|
|
3485
4638
|
{
|
|
3486
4639
|
color,
|
|
3487
4640
|
deleteIcon,
|
|
@@ -3490,74 +4643,160 @@ function Chip({ color, deleteIcon = /* @__PURE__ */ jsxRuntime.jsx(CloseOutlined
|
|
|
3490
4643
|
}
|
|
3491
4644
|
);
|
|
3492
4645
|
}
|
|
4646
|
+
|
|
4647
|
+
// src/components/Divider/index.tsx
|
|
4648
|
+
var import_Divider = __toESM(require("@mui/material/Divider"));
|
|
4649
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
3493
4650
|
function Divider(props) {
|
|
3494
|
-
return /* @__PURE__ */
|
|
4651
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_Divider.default, { ...props });
|
|
3495
4652
|
}
|
|
4653
|
+
|
|
4654
|
+
// src/components/ImageList/index.tsx
|
|
4655
|
+
var import_ImageList = __toESM(require("@mui/material/ImageList"));
|
|
4656
|
+
var import_ImageListItem = __toESM(require("@mui/material/ImageListItem"));
|
|
4657
|
+
var import_ImageListItemBar = __toESM(require("@mui/material/ImageListItemBar"));
|
|
4658
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
4659
|
+
function ImageList(props) {
|
|
4660
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_ImageList.default, { ...props });
|
|
4661
|
+
}
|
|
4662
|
+
function ImageListItem(props) {
|
|
4663
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_ImageListItem.default, { ...props });
|
|
4664
|
+
}
|
|
4665
|
+
function ImageListItemBar(props) {
|
|
4666
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_ImageListItemBar.default, { ...props });
|
|
4667
|
+
}
|
|
4668
|
+
|
|
4669
|
+
// src/components/List/index.tsx
|
|
4670
|
+
var import_List = __toESM(require("@mui/material/List"));
|
|
4671
|
+
var import_ListItem = __toESM(require("@mui/material/ListItem"));
|
|
4672
|
+
var import_ListItemButton = __toESM(require("@mui/material/ListItemButton"));
|
|
4673
|
+
var import_ListItemIcon = __toESM(require("@mui/material/ListItemIcon"));
|
|
4674
|
+
var import_ListItemText2 = __toESM(require("@mui/material/ListItemText"));
|
|
4675
|
+
var import_ListItemAvatar = __toESM(require("@mui/material/ListItemAvatar"));
|
|
4676
|
+
var import_ListSubheader = __toESM(require("@mui/material/ListSubheader"));
|
|
4677
|
+
var import_ListItemSecondaryAction = __toESM(require("@mui/material/ListItemSecondaryAction"));
|
|
4678
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
3496
4679
|
function List(props) {
|
|
3497
|
-
return /* @__PURE__ */
|
|
4680
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_List.default, { ...props });
|
|
3498
4681
|
}
|
|
3499
4682
|
function ListItem(props) {
|
|
3500
|
-
return /* @__PURE__ */
|
|
4683
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItem.default, { ...props });
|
|
3501
4684
|
}
|
|
3502
4685
|
function ListItemButton(props) {
|
|
3503
|
-
return /* @__PURE__ */
|
|
4686
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItemButton.default, { ...props });
|
|
3504
4687
|
}
|
|
3505
4688
|
function ListItemIcon(props) {
|
|
3506
|
-
return /* @__PURE__ */
|
|
4689
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItemIcon.default, { ...props });
|
|
3507
4690
|
}
|
|
3508
4691
|
function ListItemText(props) {
|
|
3509
|
-
return /* @__PURE__ */
|
|
4692
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItemText2.default, { ...props });
|
|
3510
4693
|
}
|
|
3511
4694
|
function ListItemAvatar(props) {
|
|
3512
|
-
return /* @__PURE__ */
|
|
4695
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItemAvatar.default, { ...props });
|
|
3513
4696
|
}
|
|
3514
4697
|
function ListSubheader(props) {
|
|
3515
|
-
return /* @__PURE__ */
|
|
4698
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListSubheader.default, { ...props });
|
|
4699
|
+
}
|
|
4700
|
+
function ListItemSecondaryAction(props) {
|
|
4701
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_ListItemSecondaryAction.default, { ...props });
|
|
3516
4702
|
}
|
|
4703
|
+
|
|
4704
|
+
// src/components/Rating/index.tsx
|
|
4705
|
+
var import_Rating = __toESM(require("@mui/material/Rating"));
|
|
4706
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
4707
|
+
function Rating(props) {
|
|
4708
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_Rating.default, { ...props });
|
|
4709
|
+
}
|
|
4710
|
+
|
|
4711
|
+
// src/components/Table/index.tsx
|
|
4712
|
+
var import_Table = __toESM(require("@mui/material/Table"));
|
|
4713
|
+
var import_TableBody = __toESM(require("@mui/material/TableBody"));
|
|
4714
|
+
var import_TableCell = __toESM(require("@mui/material/TableCell"));
|
|
4715
|
+
var import_TableContainer = __toESM(require("@mui/material/TableContainer"));
|
|
4716
|
+
var import_TableHead = __toESM(require("@mui/material/TableHead"));
|
|
4717
|
+
var import_TableRow = __toESM(require("@mui/material/TableRow"));
|
|
4718
|
+
var import_TableFooter = __toESM(require("@mui/material/TableFooter"));
|
|
4719
|
+
var import_TablePagination = __toESM(require("@mui/material/TablePagination"));
|
|
4720
|
+
var import_TableSortLabel = __toESM(require("@mui/material/TableSortLabel"));
|
|
4721
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
3517
4722
|
function Table(props) {
|
|
3518
|
-
return /* @__PURE__ */
|
|
4723
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_Table.default, { ...props });
|
|
3519
4724
|
}
|
|
3520
4725
|
function TableBody(props) {
|
|
3521
|
-
return /* @__PURE__ */
|
|
4726
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableBody.default, { ...props });
|
|
3522
4727
|
}
|
|
3523
4728
|
function TableCell(props) {
|
|
3524
|
-
return /* @__PURE__ */
|
|
4729
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableCell.default, { ...props });
|
|
3525
4730
|
}
|
|
3526
4731
|
function TableContainer(props) {
|
|
3527
|
-
return /* @__PURE__ */
|
|
4732
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableContainer.default, { ...props });
|
|
3528
4733
|
}
|
|
3529
4734
|
function TableHead(props) {
|
|
3530
|
-
return /* @__PURE__ */
|
|
4735
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableHead.default, { ...props });
|
|
3531
4736
|
}
|
|
3532
4737
|
function TableRow(props) {
|
|
3533
|
-
return /* @__PURE__ */
|
|
4738
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableRow.default, { ...props });
|
|
4739
|
+
}
|
|
4740
|
+
function TableFooter(props) {
|
|
4741
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableFooter.default, { ...props });
|
|
4742
|
+
}
|
|
4743
|
+
function TablePagination(props) {
|
|
4744
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TablePagination.default, { ...props });
|
|
3534
4745
|
}
|
|
4746
|
+
function TableSortLabel(props) {
|
|
4747
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_TableSortLabel.default, { ...props });
|
|
4748
|
+
}
|
|
4749
|
+
|
|
4750
|
+
// src/components/DataGrid/index.tsx
|
|
4751
|
+
var import_x_data_grid = require("@mui/x-data-grid");
|
|
4752
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
3535
4753
|
function DataGrid(props) {
|
|
3536
|
-
return /* @__PURE__ */
|
|
4754
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_x_data_grid.DataGrid, { ...props });
|
|
3537
4755
|
}
|
|
4756
|
+
|
|
4757
|
+
// src/components/Tooltip/index.tsx
|
|
4758
|
+
var import_Tooltip = __toESM(require("@mui/material/Tooltip"));
|
|
4759
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
3538
4760
|
function Tooltip({ arrow = true, ...props }) {
|
|
3539
|
-
return /* @__PURE__ */
|
|
4761
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_Tooltip.default, { arrow, ...props });
|
|
3540
4762
|
}
|
|
4763
|
+
|
|
4764
|
+
// src/components/Typography/index.tsx
|
|
4765
|
+
var import_Typography = __toESM(require("@mui/material/Typography"));
|
|
4766
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
3541
4767
|
function Typography(props) {
|
|
3542
|
-
return /* @__PURE__ */
|
|
4768
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_Typography.default, { ...props });
|
|
3543
4769
|
}
|
|
4770
|
+
|
|
4771
|
+
// src/components/Accordion/index.tsx
|
|
4772
|
+
var import_Accordion = __toESM(require("@mui/material/Accordion"));
|
|
4773
|
+
var import_AccordionSummary = __toESM(require("@mui/material/AccordionSummary"));
|
|
4774
|
+
var import_AccordionDetails = __toESM(require("@mui/material/AccordionDetails"));
|
|
4775
|
+
var import_AccordionActions = __toESM(require("@mui/material/AccordionActions"));
|
|
4776
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
3544
4777
|
function Accordion(props) {
|
|
3545
|
-
return /* @__PURE__ */
|
|
4778
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_Accordion.default, { ...props });
|
|
3546
4779
|
}
|
|
3547
4780
|
function AccordionSummary(props) {
|
|
3548
|
-
return /* @__PURE__ */
|
|
4781
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_AccordionSummary.default, { ...props });
|
|
3549
4782
|
}
|
|
3550
4783
|
function AccordionDetails(props) {
|
|
3551
|
-
return /* @__PURE__ */
|
|
4784
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_AccordionDetails.default, { ...props });
|
|
3552
4785
|
}
|
|
3553
4786
|
function AccordionActions(props) {
|
|
3554
|
-
return /* @__PURE__ */
|
|
4787
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_AccordionActions.default, { ...props });
|
|
3555
4788
|
}
|
|
4789
|
+
|
|
4790
|
+
// src/components/AppBar/index.tsx
|
|
4791
|
+
var import_AppBar = __toESM(require("@mui/material/AppBar"));
|
|
4792
|
+
var import_Toolbar = __toESM(require("@mui/material/Toolbar"));
|
|
4793
|
+
var import_Button3 = __toESM(require("@mui/material/Button"));
|
|
4794
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
3556
4795
|
function AppBar(props) {
|
|
3557
|
-
return /* @__PURE__ */
|
|
4796
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_AppBar.default, { ...props });
|
|
3558
4797
|
}
|
|
3559
4798
|
function Toolbar(props) {
|
|
3560
|
-
return /* @__PURE__ */
|
|
4799
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_Toolbar.default, { ...props });
|
|
3561
4800
|
}
|
|
3562
4801
|
function AppBarNavItem({
|
|
3563
4802
|
label,
|
|
@@ -3567,8 +4806,8 @@ function AppBarNavItem({
|
|
|
3567
4806
|
sx,
|
|
3568
4807
|
...props
|
|
3569
4808
|
}) {
|
|
3570
|
-
return /* @__PURE__ */
|
|
3571
|
-
|
|
4809
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
4810
|
+
import_Button3.default,
|
|
3572
4811
|
{
|
|
3573
4812
|
variant: "text",
|
|
3574
4813
|
href,
|
|
@@ -3611,9 +4850,17 @@ function AppBarNavItem({
|
|
|
3611
4850
|
}
|
|
3612
4851
|
);
|
|
3613
4852
|
}
|
|
4853
|
+
|
|
4854
|
+
// src/components/Card/index.tsx
|
|
4855
|
+
var import_Card = __toESM(require("@mui/material/Card"));
|
|
4856
|
+
var import_CardContent = __toESM(require("@mui/material/CardContent"));
|
|
4857
|
+
var import_CardHeader = __toESM(require("@mui/material/CardHeader"));
|
|
4858
|
+
var import_CardActions = __toESM(require("@mui/material/CardActions"));
|
|
4859
|
+
var import_CardMedia = __toESM(require("@mui/material/CardMedia"));
|
|
4860
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
3614
4861
|
function Card({ color = "primary", sx, ...props }) {
|
|
3615
|
-
return /* @__PURE__ */
|
|
3616
|
-
|
|
4862
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
4863
|
+
import_Card.default,
|
|
3617
4864
|
{
|
|
3618
4865
|
...props,
|
|
3619
4866
|
sx: [
|
|
@@ -3624,105 +4871,295 @@ function Card({ color = "primary", sx, ...props }) {
|
|
|
3624
4871
|
);
|
|
3625
4872
|
}
|
|
3626
4873
|
function CardContent(props) {
|
|
3627
|
-
return /* @__PURE__ */
|
|
4874
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_CardContent.default, { ...props });
|
|
3628
4875
|
}
|
|
3629
4876
|
function CardHeader(props) {
|
|
3630
|
-
return /* @__PURE__ */
|
|
4877
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_CardHeader.default, { ...props });
|
|
3631
4878
|
}
|
|
3632
4879
|
function CardActions(props) {
|
|
3633
|
-
return /* @__PURE__ */
|
|
4880
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_CardActions.default, { ...props });
|
|
3634
4881
|
}
|
|
3635
4882
|
function CardMedia(props) {
|
|
3636
|
-
return /* @__PURE__ */
|
|
4883
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_CardMedia.default, { ...props });
|
|
4884
|
+
}
|
|
4885
|
+
|
|
4886
|
+
// src/components/CardActionArea/index.tsx
|
|
4887
|
+
var import_CardActionArea = __toESM(require("@mui/material/CardActionArea"));
|
|
4888
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
4889
|
+
function CardActionArea(props) {
|
|
4890
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_CardActionArea.default, { ...props });
|
|
3637
4891
|
}
|
|
4892
|
+
|
|
4893
|
+
// src/components/Drawer/index.tsx
|
|
4894
|
+
var import_Drawer = __toESM(require("@mui/material/Drawer"));
|
|
4895
|
+
var import_SwipeableDrawer = __toESM(require("@mui/material/SwipeableDrawer"));
|
|
4896
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
4897
|
+
function Drawer(props) {
|
|
4898
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_Drawer.default, { ...props });
|
|
4899
|
+
}
|
|
4900
|
+
function SwipeableDrawer(props) {
|
|
4901
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_SwipeableDrawer.default, { ...props });
|
|
4902
|
+
}
|
|
4903
|
+
|
|
4904
|
+
// src/components/Paper/index.tsx
|
|
4905
|
+
var import_Paper = __toESM(require("@mui/material/Paper"));
|
|
4906
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
3638
4907
|
function Paper(props) {
|
|
3639
|
-
return /* @__PURE__ */
|
|
4908
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_Paper.default, { ...props });
|
|
3640
4909
|
}
|
|
3641
|
-
|
|
3642
|
-
|
|
4910
|
+
|
|
4911
|
+
// src/components/Alert/index.tsx
|
|
4912
|
+
var import_react4 = __toESM(require("react"));
|
|
4913
|
+
var import_Alert = __toESM(require("@mui/material/Alert"));
|
|
4914
|
+
var import_AlertTitle = __toESM(require("@mui/material/AlertTitle"));
|
|
4915
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
4916
|
+
var Alert = import_react4.default.forwardRef(function Alert2(props, ref) {
|
|
4917
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_Alert.default, { ref, ...props });
|
|
3643
4918
|
});
|
|
3644
4919
|
function AlertTitle(props) {
|
|
3645
|
-
return /* @__PURE__ */
|
|
4920
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_AlertTitle.default, { ...props });
|
|
3646
4921
|
}
|
|
4922
|
+
|
|
4923
|
+
// src/components/Backdrop/index.tsx
|
|
4924
|
+
var import_Backdrop = __toESM(require("@mui/material/Backdrop"));
|
|
4925
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
3647
4926
|
function Backdrop(props) {
|
|
3648
|
-
return /* @__PURE__ */
|
|
4927
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_Backdrop.default, { ...props });
|
|
3649
4928
|
}
|
|
4929
|
+
|
|
4930
|
+
// src/components/Dialog/index.tsx
|
|
4931
|
+
var import_Dialog = __toESM(require("@mui/material/Dialog"));
|
|
4932
|
+
var import_DialogTitle = __toESM(require("@mui/material/DialogTitle"));
|
|
4933
|
+
var import_DialogContent = __toESM(require("@mui/material/DialogContent"));
|
|
4934
|
+
var import_DialogActions = __toESM(require("@mui/material/DialogActions"));
|
|
4935
|
+
var import_DialogContentText = __toESM(require("@mui/material/DialogContentText"));
|
|
4936
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
3650
4937
|
function Dialog(props) {
|
|
3651
|
-
return /* @__PURE__ */
|
|
4938
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_Dialog.default, { ...props });
|
|
3652
4939
|
}
|
|
3653
4940
|
function DialogTitle(props) {
|
|
3654
|
-
return /* @__PURE__ */
|
|
4941
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_DialogTitle.default, { ...props });
|
|
3655
4942
|
}
|
|
3656
4943
|
function DialogContent(props) {
|
|
3657
|
-
return /* @__PURE__ */
|
|
4944
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_DialogContent.default, { ...props });
|
|
3658
4945
|
}
|
|
3659
4946
|
function DialogActions(props) {
|
|
3660
|
-
return /* @__PURE__ */
|
|
4947
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_DialogActions.default, { ...props });
|
|
3661
4948
|
}
|
|
3662
4949
|
function DialogContentText(props) {
|
|
3663
|
-
return /* @__PURE__ */
|
|
4950
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_DialogContentText.default, { ...props });
|
|
3664
4951
|
}
|
|
4952
|
+
|
|
4953
|
+
// src/components/Progress/index.tsx
|
|
4954
|
+
var import_LinearProgress = __toESM(require("@mui/material/LinearProgress"));
|
|
4955
|
+
var import_CircularProgress = __toESM(require("@mui/material/CircularProgress"));
|
|
4956
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
3665
4957
|
function LinearProgress(props) {
|
|
3666
|
-
return /* @__PURE__ */
|
|
4958
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_LinearProgress.default, { ...props });
|
|
3667
4959
|
}
|
|
3668
4960
|
function CircularProgress(props) {
|
|
3669
|
-
return /* @__PURE__ */
|
|
4961
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_CircularProgress.default, { ...props });
|
|
3670
4962
|
}
|
|
4963
|
+
|
|
4964
|
+
// src/components/Skeleton/index.tsx
|
|
4965
|
+
var import_Skeleton = __toESM(require("@mui/material/Skeleton"));
|
|
4966
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
3671
4967
|
function Skeleton(props) {
|
|
3672
|
-
return /* @__PURE__ */
|
|
4968
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_Skeleton.default, { ...props });
|
|
3673
4969
|
}
|
|
4970
|
+
|
|
4971
|
+
// src/components/Modal/index.tsx
|
|
4972
|
+
var import_Modal = __toESM(require("@mui/material/Modal"));
|
|
4973
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
3674
4974
|
function Modal(props) {
|
|
3675
|
-
return /* @__PURE__ */
|
|
4975
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_Modal.default, { ...props });
|
|
3676
4976
|
}
|
|
3677
|
-
|
|
3678
|
-
|
|
4977
|
+
|
|
4978
|
+
// src/components/Popover/index.tsx
|
|
4979
|
+
var import_Popover = __toESM(require("@mui/material/Popover"));
|
|
4980
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
4981
|
+
function Popover({ slotProps, ...props }) {
|
|
4982
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
4983
|
+
import_Popover.default,
|
|
4984
|
+
{
|
|
4985
|
+
...props,
|
|
4986
|
+
slotProps: {
|
|
4987
|
+
...slotProps,
|
|
4988
|
+
backdrop: {
|
|
4989
|
+
...typeof (slotProps == null ? void 0 : slotProps.backdrop) === "object" ? slotProps.backdrop : {},
|
|
4990
|
+
sx: { backgroundColor: "transparent" }
|
|
4991
|
+
}
|
|
4992
|
+
}
|
|
4993
|
+
}
|
|
4994
|
+
);
|
|
3679
4995
|
}
|
|
4996
|
+
|
|
4997
|
+
// src/components/Snackbar/index.tsx
|
|
4998
|
+
var import_Snackbar = __toESM(require("@mui/material/Snackbar"));
|
|
4999
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
3680
5000
|
function Snackbar(props) {
|
|
3681
|
-
return /* @__PURE__ */
|
|
5001
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_Snackbar.default, { ...props });
|
|
3682
5002
|
}
|
|
5003
|
+
|
|
5004
|
+
// src/components/SnackbarContent/index.tsx
|
|
5005
|
+
var import_SnackbarContent = __toESM(require("@mui/material/SnackbarContent"));
|
|
5006
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
5007
|
+
function SnackbarContent(props) {
|
|
5008
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_SnackbarContent.default, { ...props });
|
|
5009
|
+
}
|
|
5010
|
+
|
|
5011
|
+
// src/components/BottomNavigation/index.tsx
|
|
5012
|
+
var import_BottomNavigation = __toESM(require("@mui/material/BottomNavigation"));
|
|
5013
|
+
var import_BottomNavigationAction = __toESM(require("@mui/material/BottomNavigationAction"));
|
|
5014
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
5015
|
+
function BottomNavigation(props) {
|
|
5016
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_BottomNavigation.default, { ...props });
|
|
5017
|
+
}
|
|
5018
|
+
function BottomNavigationAction(props) {
|
|
5019
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_BottomNavigationAction.default, { ...props });
|
|
5020
|
+
}
|
|
5021
|
+
|
|
5022
|
+
// src/components/Breadcrumbs/index.tsx
|
|
5023
|
+
var import_Breadcrumbs = __toESM(require("@mui/material/Breadcrumbs"));
|
|
5024
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
3683
5025
|
function Breadcrumbs(props) {
|
|
3684
|
-
return /* @__PURE__ */
|
|
5026
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_Breadcrumbs.default, { ...props });
|
|
3685
5027
|
}
|
|
5028
|
+
|
|
5029
|
+
// src/components/Link/index.tsx
|
|
5030
|
+
var import_Link = __toESM(require("@mui/material/Link"));
|
|
5031
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
3686
5032
|
function Link(props) {
|
|
3687
|
-
return /* @__PURE__ */
|
|
5033
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_Link.default, { ...props });
|
|
3688
5034
|
}
|
|
5035
|
+
|
|
5036
|
+
// src/components/Menu/index.tsx
|
|
5037
|
+
var import_Menu = __toESM(require("@mui/material/Menu"));
|
|
5038
|
+
var import_MenuList = __toESM(require("@mui/material/MenuList"));
|
|
5039
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
3689
5040
|
function Menu(props) {
|
|
3690
|
-
return /* @__PURE__ */
|
|
5041
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_Menu.default, { ...props });
|
|
3691
5042
|
}
|
|
3692
5043
|
function MenuList(props) {
|
|
3693
|
-
return /* @__PURE__ */
|
|
5044
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_MenuList.default, { ...props });
|
|
5045
|
+
}
|
|
5046
|
+
|
|
5047
|
+
// src/components/MobileStepper/index.tsx
|
|
5048
|
+
var import_MobileStepper = __toESM(require("@mui/material/MobileStepper"));
|
|
5049
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
5050
|
+
function MobileStepper(props) {
|
|
5051
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_MobileStepper.default, { ...props });
|
|
3694
5052
|
}
|
|
5053
|
+
|
|
5054
|
+
// src/components/Pagination/index.tsx
|
|
5055
|
+
var import_Pagination = __toESM(require("@mui/material/Pagination"));
|
|
5056
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
3695
5057
|
function Pagination(props) {
|
|
3696
|
-
return /* @__PURE__ */
|
|
5058
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_Pagination.default, { ...props });
|
|
5059
|
+
}
|
|
5060
|
+
|
|
5061
|
+
// src/components/PaginationItem/index.tsx
|
|
5062
|
+
var import_PaginationItem = __toESM(require("@mui/material/PaginationItem"));
|
|
5063
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
5064
|
+
function PaginationItem(props) {
|
|
5065
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_PaginationItem.default, { ...props });
|
|
3697
5066
|
}
|
|
5067
|
+
|
|
5068
|
+
// src/components/SpeedDial/index.tsx
|
|
5069
|
+
var import_SpeedDial = __toESM(require("@mui/material/SpeedDial"));
|
|
5070
|
+
var import_SpeedDialAction = __toESM(require("@mui/material/SpeedDialAction"));
|
|
5071
|
+
var import_SpeedDialIcon = __toESM(require("@mui/material/SpeedDialIcon"));
|
|
5072
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
5073
|
+
function SpeedDial(props) {
|
|
5074
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_SpeedDial.default, { ...props });
|
|
5075
|
+
}
|
|
5076
|
+
function SpeedDialAction(props) {
|
|
5077
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_SpeedDialAction.default, { ...props });
|
|
5078
|
+
}
|
|
5079
|
+
function SpeedDialIcon(props) {
|
|
5080
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_SpeedDialIcon.default, { ...props });
|
|
5081
|
+
}
|
|
5082
|
+
|
|
5083
|
+
// src/components/Stepper/index.tsx
|
|
5084
|
+
var import_Stepper = __toESM(require("@mui/material/Stepper"));
|
|
5085
|
+
var import_Step = __toESM(require("@mui/material/Step"));
|
|
5086
|
+
var import_StepLabel = __toESM(require("@mui/material/StepLabel"));
|
|
5087
|
+
var import_StepButton = __toESM(require("@mui/material/StepButton"));
|
|
5088
|
+
var import_StepConnector = __toESM(require("@mui/material/StepConnector"));
|
|
5089
|
+
var import_StepContent = __toESM(require("@mui/material/StepContent"));
|
|
5090
|
+
var import_StepIcon = __toESM(require("@mui/material/StepIcon"));
|
|
5091
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
3698
5092
|
function Stepper(props) {
|
|
3699
|
-
return /* @__PURE__ */
|
|
5093
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_Stepper.default, { ...props });
|
|
3700
5094
|
}
|
|
3701
5095
|
function Step(props) {
|
|
3702
|
-
return /* @__PURE__ */
|
|
5096
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_Step.default, { ...props });
|
|
3703
5097
|
}
|
|
3704
5098
|
function StepLabel(props) {
|
|
3705
|
-
return /* @__PURE__ */
|
|
5099
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_StepLabel.default, { ...props });
|
|
5100
|
+
}
|
|
5101
|
+
function StepButton(props) {
|
|
5102
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_StepButton.default, { ...props });
|
|
5103
|
+
}
|
|
5104
|
+
function StepConnector(props) {
|
|
5105
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_StepConnector.default, { ...props });
|
|
3706
5106
|
}
|
|
5107
|
+
function StepContent(props) {
|
|
5108
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_StepContent.default, { ...props });
|
|
5109
|
+
}
|
|
5110
|
+
function StepIcon(props) {
|
|
5111
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_StepIcon.default, { ...props });
|
|
5112
|
+
}
|
|
5113
|
+
|
|
5114
|
+
// src/components/Tabs/index.tsx
|
|
5115
|
+
var import_Tabs = __toESM(require("@mui/material/Tabs"));
|
|
5116
|
+
var import_Tab = __toESM(require("@mui/material/Tab"));
|
|
5117
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
3707
5118
|
function Tabs(props) {
|
|
3708
|
-
return /* @__PURE__ */
|
|
5119
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_Tabs.default, { ...props });
|
|
3709
5120
|
}
|
|
3710
5121
|
function Tab(props) {
|
|
3711
|
-
return /* @__PURE__ */
|
|
5122
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_Tab.default, { ...props });
|
|
3712
5123
|
}
|
|
3713
|
-
|
|
5124
|
+
|
|
5125
|
+
// src/components/TabScrollButton/index.tsx
|
|
5126
|
+
var import_TabScrollButton = __toESM(require("@mui/material/TabScrollButton"));
|
|
5127
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
5128
|
+
function TabScrollButton(props) {
|
|
5129
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_TabScrollButton.default, { ...props });
|
|
5130
|
+
}
|
|
5131
|
+
|
|
5132
|
+
// src/components/Sidebar/index.tsx
|
|
5133
|
+
var import_react5 = require("react");
|
|
5134
|
+
var import_Drawer2 = __toESM(require("@mui/material/Drawer"));
|
|
5135
|
+
var import_Box = __toESM(require("@mui/material/Box"));
|
|
5136
|
+
var import_IconButton3 = __toESM(require("@mui/material/IconButton"));
|
|
5137
|
+
|
|
5138
|
+
// ../../node_modules/@mui/icons-material/esm/ChevronLeftOutlined.js
|
|
5139
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
5140
|
+
var ChevronLeftOutlined_default = (0, import_utils.createSvgIcon)(/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", {
|
|
3714
5141
|
d: "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"
|
|
3715
5142
|
}), "ChevronLeftOutlined");
|
|
3716
|
-
|
|
5143
|
+
|
|
5144
|
+
// ../../node_modules/@mui/icons-material/esm/ChevronRightOutlined.js
|
|
5145
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
5146
|
+
var ChevronRightOutlined_default = (0, import_utils.createSvgIcon)(/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", {
|
|
3717
5147
|
d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
|
|
3718
5148
|
}), "ChevronRightOutlined");
|
|
3719
|
-
|
|
5149
|
+
|
|
5150
|
+
// src/components/Sidebar/index.tsx
|
|
5151
|
+
var import_ListItemButton2 = __toESM(require("@mui/material/ListItemButton"));
|
|
5152
|
+
var import_ListItemIcon2 = __toESM(require("@mui/material/ListItemIcon"));
|
|
5153
|
+
var import_ListItemText3 = __toESM(require("@mui/material/ListItemText"));
|
|
5154
|
+
var import_Tooltip2 = __toESM(require("@mui/material/Tooltip"));
|
|
5155
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
5156
|
+
var SidebarContext = (0, import_react5.createContext)({
|
|
3720
5157
|
open: true,
|
|
3721
5158
|
collapsedWidth: 48,
|
|
3722
5159
|
expandedWidth: 240
|
|
3723
5160
|
});
|
|
3724
5161
|
function useSidebar() {
|
|
3725
|
-
return
|
|
5162
|
+
return (0, import_react5.useContext)(SidebarContext);
|
|
3726
5163
|
}
|
|
3727
5164
|
function SidebarNav({
|
|
3728
5165
|
open,
|
|
@@ -3745,9 +5182,9 @@ function SidebarNav({
|
|
|
3745
5182
|
onMouseEnter: () => onOpenChange(true),
|
|
3746
5183
|
onMouseLeave: () => onOpenChange(false)
|
|
3747
5184
|
} : {};
|
|
3748
|
-
return /* @__PURE__ */
|
|
3749
|
-
/* @__PURE__ */
|
|
3750
|
-
|
|
5185
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(SidebarContext.Provider, { value: { open, collapsedWidth, expandedWidth }, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_Box.default, { sx: { position: "relative", width: layoutWidth, flexShrink: 0 }, children: [
|
|
5186
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
5187
|
+
import_Drawer2.default,
|
|
3751
5188
|
{
|
|
3752
5189
|
variant: "permanent",
|
|
3753
5190
|
...rest,
|
|
@@ -3764,8 +5201,8 @@ function SidebarNav({
|
|
|
3764
5201
|
},
|
|
3765
5202
|
...sx
|
|
3766
5203
|
},
|
|
3767
|
-
children: /* @__PURE__ */
|
|
3768
|
-
|
|
5204
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
5205
|
+
import_Box.default,
|
|
3769
5206
|
{
|
|
3770
5207
|
sx: {
|
|
3771
5208
|
display: "flex",
|
|
@@ -3774,16 +5211,16 @@ function SidebarNav({
|
|
|
3774
5211
|
overflow: "hidden"
|
|
3775
5212
|
},
|
|
3776
5213
|
children: [
|
|
3777
|
-
header && /* @__PURE__ */
|
|
3778
|
-
/* @__PURE__ */
|
|
3779
|
-
footer && /* @__PURE__ */
|
|
5214
|
+
header && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_Box.default, { sx: { flexShrink: 0 }, children: header }),
|
|
5215
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_Box.default, { sx: { flexGrow: 1, overflowY: "auto", overflowX: "hidden" }, children }),
|
|
5216
|
+
footer && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_Box.default, { sx: { flexShrink: 0 }, children: footer })
|
|
3780
5217
|
]
|
|
3781
5218
|
}
|
|
3782
5219
|
)
|
|
3783
5220
|
}
|
|
3784
5221
|
),
|
|
3785
|
-
shouldShowToggle && /* @__PURE__ */
|
|
3786
|
-
|
|
5222
|
+
shouldShowToggle && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
5223
|
+
import_IconButton3.default,
|
|
3787
5224
|
{
|
|
3788
5225
|
size: "small",
|
|
3789
5226
|
onClick: () => onOpenChange(!open),
|
|
@@ -3806,7 +5243,7 @@ function SidebarNav({
|
|
|
3806
5243
|
fontSize: 18
|
|
3807
5244
|
}
|
|
3808
5245
|
},
|
|
3809
|
-
children: open ? /* @__PURE__ */
|
|
5246
|
+
children: open ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ChevronLeftOutlined_default, {}) : /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ChevronRightOutlined_default, {})
|
|
3810
5247
|
}
|
|
3811
5248
|
)
|
|
3812
5249
|
] }) });
|
|
@@ -3844,8 +5281,8 @@ function SidebarItem({
|
|
|
3844
5281
|
}) {
|
|
3845
5282
|
const { open } = useSidebar();
|
|
3846
5283
|
if (!open) {
|
|
3847
|
-
return /* @__PURE__ */
|
|
3848
|
-
|
|
5284
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_Tooltip2.default, { title: label, placement: "right", arrow: true, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
5285
|
+
import_ListItemButton2.default,
|
|
3849
5286
|
{
|
|
3850
5287
|
...rest,
|
|
3851
5288
|
sx: {
|
|
@@ -3859,22 +5296,137 @@ function SidebarItem({
|
|
|
3859
5296
|
margin: "0 auto",
|
|
3860
5297
|
...sx
|
|
3861
5298
|
},
|
|
3862
|
-
children: /* @__PURE__ */
|
|
5299
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_ListItemIcon2.default, { sx: { minWidth: "unset", margin: 0, "& .MuiSvgIcon-root": { fontSize: 20 } }, children: icon })
|
|
3863
5300
|
}
|
|
3864
5301
|
) });
|
|
3865
5302
|
}
|
|
3866
|
-
return /* @__PURE__ */
|
|
3867
|
-
/* @__PURE__ */
|
|
3868
|
-
/* @__PURE__ */
|
|
5303
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_ListItemButton2.default, { ...rest, sx: { ...itemSx, height: 40, ...sx }, children: [
|
|
5304
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_ListItemIcon2.default, { sx: { "& .MuiSvgIcon-root": { fontSize: 20 } }, children: icon }),
|
|
5305
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_ListItemText3.default, { primary: label }),
|
|
3869
5306
|
endAdornment
|
|
3870
5307
|
] });
|
|
3871
5308
|
}
|
|
5309
|
+
|
|
5310
|
+
// src/components/Box/index.tsx
|
|
5311
|
+
var import_Box2 = __toESM(require("@mui/material/Box"));
|
|
5312
|
+
var Box3 = import_Box2.default;
|
|
5313
|
+
|
|
5314
|
+
// src/components/Stack/index.tsx
|
|
5315
|
+
var import_Stack = __toESM(require("@mui/material/Stack"));
|
|
5316
|
+
var Stack = import_Stack.default;
|
|
5317
|
+
|
|
5318
|
+
// src/components/Grid/index.tsx
|
|
5319
|
+
var import_Grid = __toESM(require("@mui/material/Grid"));
|
|
5320
|
+
var Grid = import_Grid.default;
|
|
5321
|
+
|
|
5322
|
+
// src/components/Container/index.tsx
|
|
5323
|
+
var import_Container = __toESM(require("@mui/material/Container"));
|
|
5324
|
+
var Container = import_Container.default;
|
|
5325
|
+
|
|
5326
|
+
// src/components/Collapse/index.tsx
|
|
5327
|
+
var import_Collapse = __toESM(require("@mui/material/Collapse"));
|
|
5328
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
5329
|
+
function Collapse(props) {
|
|
5330
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_Collapse.default, { ...props });
|
|
5331
|
+
}
|
|
5332
|
+
|
|
5333
|
+
// src/components/Fade/index.tsx
|
|
5334
|
+
var import_Fade = __toESM(require("@mui/material/Fade"));
|
|
5335
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
5336
|
+
function Fade(props) {
|
|
5337
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_Fade.default, { ...props });
|
|
5338
|
+
}
|
|
5339
|
+
|
|
5340
|
+
// src/components/Grow/index.tsx
|
|
5341
|
+
var import_Grow = __toESM(require("@mui/material/Grow"));
|
|
5342
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
5343
|
+
function Grow(props) {
|
|
5344
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_Grow.default, { ...props });
|
|
5345
|
+
}
|
|
5346
|
+
|
|
5347
|
+
// src/components/Slide/index.tsx
|
|
5348
|
+
var import_Slide = __toESM(require("@mui/material/Slide"));
|
|
5349
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
5350
|
+
function Slide(props) {
|
|
5351
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_Slide.default, { ...props });
|
|
5352
|
+
}
|
|
5353
|
+
|
|
5354
|
+
// src/components/Zoom/index.tsx
|
|
5355
|
+
var import_Zoom = __toESM(require("@mui/material/Zoom"));
|
|
5356
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
5357
|
+
function Zoom(props) {
|
|
5358
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_Zoom.default, { ...props });
|
|
5359
|
+
}
|
|
5360
|
+
|
|
5361
|
+
// src/components/ButtonBase/index.tsx
|
|
5362
|
+
var import_ButtonBase = __toESM(require("@mui/material/ButtonBase"));
|
|
5363
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
5364
|
+
function ButtonBase(props) {
|
|
5365
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(import_ButtonBase.default, { ...props });
|
|
5366
|
+
}
|
|
5367
|
+
|
|
5368
|
+
// src/components/ClickAwayListener/index.tsx
|
|
5369
|
+
var import_ClickAwayListener = __toESM(require("@mui/material/ClickAwayListener"));
|
|
5370
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
5371
|
+
function ClickAwayListener(props) {
|
|
5372
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(import_ClickAwayListener.default, { ...props });
|
|
5373
|
+
}
|
|
5374
|
+
|
|
5375
|
+
// src/components/GlobalStyles/index.tsx
|
|
5376
|
+
var import_GlobalStyles = __toESM(require("@mui/material/GlobalStyles"));
|
|
5377
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
5378
|
+
function GlobalStyles(props) {
|
|
5379
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(import_GlobalStyles.default, { ...props });
|
|
5380
|
+
}
|
|
5381
|
+
|
|
5382
|
+
// src/components/NoSsr/index.tsx
|
|
5383
|
+
var import_NoSsr = __toESM(require("@mui/material/NoSsr"));
|
|
5384
|
+
|
|
5385
|
+
// src/components/Popper/index.tsx
|
|
5386
|
+
var import_Popper = __toESM(require("@mui/material/Popper"));
|
|
5387
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
5388
|
+
function Popper(props) {
|
|
5389
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(import_Popper.default, { ...props });
|
|
5390
|
+
}
|
|
5391
|
+
|
|
5392
|
+
// src/components/Portal/index.tsx
|
|
5393
|
+
var import_Portal = __toESM(require("@mui/material/Portal"));
|
|
5394
|
+
var Portal = import_Portal.default;
|
|
5395
|
+
|
|
5396
|
+
// src/components/Slider/index.tsx
|
|
5397
|
+
var import_Slider = __toESM(require("@mui/material/Slider"));
|
|
5398
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
5399
|
+
function Slider(props) {
|
|
5400
|
+
return /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(import_Slider.default, { ...props });
|
|
5401
|
+
}
|
|
5402
|
+
|
|
5403
|
+
// src/components/SvgIcon/index.tsx
|
|
5404
|
+
var import_SvgIcon = __toESM(require("@mui/material/SvgIcon"));
|
|
5405
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
5406
|
+
function SvgIcon(props) {
|
|
5407
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(import_SvgIcon.default, { ...props });
|
|
5408
|
+
}
|
|
5409
|
+
|
|
5410
|
+
// src/components/TextareaAutosize/index.tsx
|
|
5411
|
+
var import_TextareaAutosize = __toESM(require("@mui/material/TextareaAutosize"));
|
|
5412
|
+
|
|
5413
|
+
// src/components/Charts/LineChart.tsx
|
|
5414
|
+
var import_LineChart = require("@mui/x-charts/LineChart");
|
|
5415
|
+
var import_styles5 = require("@mui/material/styles");
|
|
5416
|
+
|
|
5417
|
+
// src/components/Charts/useChartColors.ts
|
|
5418
|
+
var import_styles3 = require("@mui/material/styles");
|
|
3872
5419
|
function useChartColors(count) {
|
|
3873
|
-
const theme =
|
|
5420
|
+
const theme = (0, import_styles3.useTheme)();
|
|
3874
5421
|
const chart = theme.palette.chart;
|
|
3875
|
-
const
|
|
3876
|
-
return
|
|
5422
|
+
const colors3 = chart.series.map((s) => s.fg);
|
|
5423
|
+
return colors3.slice(0, Math.min(count, colors3.length));
|
|
3877
5424
|
}
|
|
5425
|
+
|
|
5426
|
+
// src/components/Charts/CustomTooltip.tsx
|
|
5427
|
+
var import_material2 = require("@mui/material");
|
|
5428
|
+
var import_styles4 = require("@mui/material/styles");
|
|
5429
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
3878
5430
|
function formatDate(date) {
|
|
3879
5431
|
if (!date) return "";
|
|
3880
5432
|
const d = new Date(date);
|
|
@@ -3895,12 +5447,12 @@ function renderValue(val) {
|
|
|
3895
5447
|
}
|
|
3896
5448
|
function CustomTooltip(props) {
|
|
3897
5449
|
const { series, axisValue, dataIndex } = props;
|
|
3898
|
-
const theme =
|
|
5450
|
+
const theme = (0, import_styles4.useTheme)();
|
|
3899
5451
|
if (dataIndex == null) {
|
|
3900
5452
|
return null;
|
|
3901
5453
|
}
|
|
3902
|
-
return /* @__PURE__ */
|
|
3903
|
-
|
|
5454
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
|
|
5455
|
+
import_material2.Box,
|
|
3904
5456
|
{
|
|
3905
5457
|
sx: {
|
|
3906
5458
|
backgroundColor: theme.palette.common.white,
|
|
@@ -3915,8 +5467,8 @@ function CustomTooltip(props) {
|
|
|
3915
5467
|
border: `1px solid ${theme.palette.divider}`
|
|
3916
5468
|
},
|
|
3917
5469
|
children: [
|
|
3918
|
-
/* @__PURE__ */
|
|
3919
|
-
|
|
5470
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
5471
|
+
import_material2.Typography,
|
|
3920
5472
|
{
|
|
3921
5473
|
variant: "body2",
|
|
3922
5474
|
sx: {
|
|
@@ -3932,9 +5484,9 @@ function CustomTooltip(props) {
|
|
|
3932
5484
|
const color = typeof s.getColor === "function" ? s.getColor(dataIndex) : s.color;
|
|
3933
5485
|
const value = s.data ? s.data[dataIndex] : null;
|
|
3934
5486
|
if (value == null) return null;
|
|
3935
|
-
return /* @__PURE__ */
|
|
3936
|
-
/* @__PURE__ */
|
|
3937
|
-
|
|
5487
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(import_material2.Box, { sx: { display: "flex", flexDirection: "column", gap: "6px" }, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(import_material2.Box, { sx: { display: "flex", alignItems: "center", gap: "8px" }, children: [
|
|
5488
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
5489
|
+
import_material2.Box,
|
|
3938
5490
|
{
|
|
3939
5491
|
sx: {
|
|
3940
5492
|
width: 16,
|
|
@@ -3945,8 +5497,8 @@ function CustomTooltip(props) {
|
|
|
3945
5497
|
}
|
|
3946
5498
|
}
|
|
3947
5499
|
),
|
|
3948
|
-
/* @__PURE__ */
|
|
3949
|
-
|
|
5500
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
|
|
5501
|
+
import_material2.Typography,
|
|
3950
5502
|
{
|
|
3951
5503
|
variant: "body2",
|
|
3952
5504
|
sx: {
|
|
@@ -3956,8 +5508,8 @@ function CustomTooltip(props) {
|
|
|
3956
5508
|
gap: "6px"
|
|
3957
5509
|
},
|
|
3958
5510
|
children: [
|
|
3959
|
-
/* @__PURE__ */
|
|
3960
|
-
|
|
5511
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
5512
|
+
import_material2.Box,
|
|
3961
5513
|
{
|
|
3962
5514
|
component: "span",
|
|
3963
5515
|
sx: {
|
|
@@ -3982,9 +5534,12 @@ function CustomTooltip(props) {
|
|
|
3982
5534
|
}
|
|
3983
5535
|
);
|
|
3984
5536
|
}
|
|
3985
|
-
|
|
5537
|
+
|
|
5538
|
+
// src/components/Charts/LineChart.tsx
|
|
5539
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
5540
|
+
function LineChart({ series, colors: colors3, ...props }) {
|
|
3986
5541
|
var _a, _b;
|
|
3987
|
-
const theme =
|
|
5542
|
+
const theme = (0, import_styles5.useTheme)();
|
|
3988
5543
|
const chart = theme.palette.chart;
|
|
3989
5544
|
const seriesColors = useChartColors((_a = series == null ? void 0 : series.length) != null ? _a : 0);
|
|
3990
5545
|
const modifiedSeries = series == null ? void 0 : series.map((s) => {
|
|
@@ -3995,11 +5550,11 @@ function LineChart({ series, colors: colors2, ...props }) {
|
|
|
3995
5550
|
highlightScope: (_b2 = s.highlightScope) != null ? _b2 : { highlighted: "item", faded: "global" }
|
|
3996
5551
|
};
|
|
3997
5552
|
});
|
|
3998
|
-
return /* @__PURE__ */
|
|
3999
|
-
|
|
5553
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
5554
|
+
import_LineChart.LineChart,
|
|
4000
5555
|
{
|
|
4001
5556
|
series: modifiedSeries != null ? modifiedSeries : [],
|
|
4002
|
-
colors:
|
|
5557
|
+
colors: colors3 != null ? colors3 : seriesColors,
|
|
4003
5558
|
grid: { horizontal: true },
|
|
4004
5559
|
slots: {
|
|
4005
5560
|
axisContent: CustomTooltip
|
|
@@ -4063,12 +5618,17 @@ function LineChart({ series, colors: colors2, ...props }) {
|
|
|
4063
5618
|
}
|
|
4064
5619
|
);
|
|
4065
5620
|
}
|
|
4066
|
-
|
|
5621
|
+
|
|
5622
|
+
// src/components/Charts/BarChart.tsx
|
|
5623
|
+
var import_BarChart = require("@mui/x-charts/BarChart");
|
|
5624
|
+
var import_styles6 = require("@mui/material/styles");
|
|
5625
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
5626
|
+
function BarChart({ series, colors: colors3, ...props }) {
|
|
4067
5627
|
var _a, _b;
|
|
4068
|
-
const theme =
|
|
5628
|
+
const theme = (0, import_styles6.useTheme)();
|
|
4069
5629
|
const chart = theme.palette.chart;
|
|
4070
5630
|
const seriesColors = useChartColors((_a = series == null ? void 0 : series.length) != null ? _a : 0);
|
|
4071
|
-
const resolvedColors =
|
|
5631
|
+
const resolvedColors = colors3 != null ? colors3 : seriesColors;
|
|
4072
5632
|
const modifiedSeries = series == null ? void 0 : series.map((s, idx) => {
|
|
4073
5633
|
var _a2;
|
|
4074
5634
|
const baseColor = s.color || resolvedColors[idx % resolvedColors.length];
|
|
@@ -4080,11 +5640,11 @@ function BarChart({ series, colors: colors2, ...props }) {
|
|
|
4080
5640
|
highlightScope: (_a2 = s.highlightScope) != null ? _a2 : { highlighted: "item", faded: "global" }
|
|
4081
5641
|
};
|
|
4082
5642
|
});
|
|
4083
|
-
return /* @__PURE__ */
|
|
4084
|
-
|
|
5643
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
5644
|
+
import_BarChart.BarChart,
|
|
4085
5645
|
{
|
|
4086
5646
|
series: modifiedSeries != null ? modifiedSeries : [],
|
|
4087
|
-
colors:
|
|
5647
|
+
colors: colors3 != null ? colors3 : seriesColors,
|
|
4088
5648
|
grid: { horizontal: true },
|
|
4089
5649
|
borderRadius: 4,
|
|
4090
5650
|
slots: {
|
|
@@ -4140,10 +5700,10 @@ function BarChart({ series, colors: colors2, ...props }) {
|
|
|
4140
5700
|
...(_b = props.sx) != null ? _b : {}
|
|
4141
5701
|
},
|
|
4142
5702
|
...props,
|
|
4143
|
-
children: /* @__PURE__ */
|
|
5703
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("defs", { children: series == null ? void 0 : series.map((s, idx) => {
|
|
4144
5704
|
if (s.variant !== "striped") return null;
|
|
4145
5705
|
const baseColor = s.color || resolvedColors[idx % resolvedColors.length];
|
|
4146
|
-
return /* @__PURE__ */
|
|
5706
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
|
|
4147
5707
|
"pattern",
|
|
4148
5708
|
{
|
|
4149
5709
|
id: `striped-pattern-${idx}`,
|
|
@@ -4152,8 +5712,8 @@ function BarChart({ series, colors: colors2, ...props }) {
|
|
|
4152
5712
|
height: "8",
|
|
4153
5713
|
patternTransform: "rotate(45)",
|
|
4154
5714
|
children: [
|
|
4155
|
-
/* @__PURE__ */
|
|
4156
|
-
/* @__PURE__ */
|
|
5715
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("rect", { width: "8", height: "8", fill: theme.palette.background.paper }),
|
|
5716
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("line", { x1: "0", y: "0", x2: "0", y2: "8", stroke: baseColor, strokeWidth: "4" })
|
|
4157
5717
|
]
|
|
4158
5718
|
},
|
|
4159
5719
|
`striped-${idx}`
|
|
@@ -4162,9 +5722,14 @@ function BarChart({ series, colors: colors2, ...props }) {
|
|
|
4162
5722
|
}
|
|
4163
5723
|
);
|
|
4164
5724
|
}
|
|
4165
|
-
|
|
5725
|
+
|
|
5726
|
+
// src/components/Charts/PieChart.tsx
|
|
5727
|
+
var import_PieChart = require("@mui/x-charts/PieChart");
|
|
5728
|
+
var import_styles7 = require("@mui/material/styles");
|
|
5729
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
5730
|
+
function PieChart({ series, colors: colors3, ...props }) {
|
|
4166
5731
|
var _a, _b, _c, _d;
|
|
4167
|
-
const theme =
|
|
5732
|
+
const theme = (0, import_styles7.useTheme)();
|
|
4168
5733
|
const chart = theme.palette.chart;
|
|
4169
5734
|
const sliceCount = (_c = (_b = (_a = series == null ? void 0 : series[0]) == null ? void 0 : _a.data) == null ? void 0 : _b.length) != null ? _c : 0;
|
|
4170
5735
|
const seriesColors = useChartColors(sliceCount);
|
|
@@ -4175,11 +5740,11 @@ function PieChart({ series, colors: colors2, ...props }) {
|
|
|
4175
5740
|
highlightScope: (_a2 = s.highlightScope) != null ? _a2 : { highlighted: "item", faded: "global" }
|
|
4176
5741
|
};
|
|
4177
5742
|
});
|
|
4178
|
-
return /* @__PURE__ */
|
|
4179
|
-
|
|
5743
|
+
return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
5744
|
+
import_PieChart.PieChart,
|
|
4180
5745
|
{
|
|
4181
5746
|
series: modifiedSeries != null ? modifiedSeries : [],
|
|
4182
|
-
colors:
|
|
5747
|
+
colors: colors3 != null ? colors3 : seriesColors,
|
|
4183
5748
|
slotProps: {
|
|
4184
5749
|
legend: {
|
|
4185
5750
|
itemMarkWidth: 12,
|
|
@@ -4216,128 +5781,446 @@ function PieChart({ series, colors: colors2, ...props }) {
|
|
|
4216
5781
|
);
|
|
4217
5782
|
}
|
|
4218
5783
|
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
5784
|
+
// src/components/Charts/ScatterChart.tsx
|
|
5785
|
+
var import_ScatterChart = require("@mui/x-charts/ScatterChart");
|
|
5786
|
+
var import_styles8 = require("@mui/material/styles");
|
|
5787
|
+
|
|
5788
|
+
// src/components/Charts/chartSx.ts
|
|
5789
|
+
function getForestChartSx(theme) {
|
|
5790
|
+
const chart = theme.palette.chart;
|
|
5791
|
+
return {
|
|
5792
|
+
"& .MuiChartsAxis-line": { stroke: `${chart.axisFg} !important` },
|
|
5793
|
+
"& .MuiChartsAxis-tick": { stroke: `${chart.axisFg} !important` },
|
|
5794
|
+
"& .MuiChartsAxis-tickLabel": {
|
|
5795
|
+
fill: `${chart.labelFg} !important`,
|
|
5796
|
+
fontFamily: `${theme.typography.fontFamily} !important`,
|
|
5797
|
+
fontSize: `${fontSize.xxs}px !important`,
|
|
5798
|
+
lineHeight: lineHeight.xxs
|
|
5799
|
+
},
|
|
5800
|
+
"& .MuiChartsAxis-label": {
|
|
5801
|
+
fill: `${chart.labelFgEmphasis} !important`,
|
|
5802
|
+
fontFamily: `${theme.typography.fontFamily} !important`,
|
|
5803
|
+
fontSize: `${typeof theme.typography.body1.fontSize === "number" ? theme.typography.body1.fontSize : 14}px !important`,
|
|
5804
|
+
fontWeight: theme.typography.fontWeightMedium
|
|
5805
|
+
},
|
|
5806
|
+
"& .MuiChartsGrid-line": {
|
|
5807
|
+
stroke: chart.gridlineFg,
|
|
5808
|
+
strokeDasharray: "4 4"
|
|
5809
|
+
},
|
|
5810
|
+
"& .MuiChartsLegend-series text": {
|
|
5811
|
+
fill: `${chart.legendFg} !important`,
|
|
5812
|
+
fontFamily: `${theme.typography.fontFamily} !important`,
|
|
5813
|
+
fontSize: "14px !important"
|
|
5814
|
+
},
|
|
5815
|
+
"& .MuiChartsLegend-mark": {
|
|
5816
|
+
ry: 4,
|
|
5817
|
+
rx: 4,
|
|
5818
|
+
width: 12,
|
|
5819
|
+
height: 12
|
|
5820
|
+
},
|
|
5821
|
+
"& .MuiChartsTooltip-root": {
|
|
5822
|
+
fontFamily: theme.typography.fontFamily,
|
|
5823
|
+
fontSize: typeof theme.typography.body1.fontSize === "number" ? theme.typography.body1.fontSize : 14
|
|
5824
|
+
},
|
|
5825
|
+
"& .MuiChartsTooltip-table": {
|
|
5826
|
+
backgroundColor: chart.tooltipBg,
|
|
5827
|
+
color: chart.tooltipFg,
|
|
5828
|
+
borderRadius: theme.shape.borderRadius,
|
|
5829
|
+
boxShadow: theme.shadows[4]
|
|
5830
|
+
}
|
|
5831
|
+
};
|
|
5832
|
+
}
|
|
5833
|
+
var forestLegendSlotProps = {
|
|
5834
|
+
legend: {
|
|
5835
|
+
itemMarkWidth: 12,
|
|
5836
|
+
itemMarkHeight: 12,
|
|
5837
|
+
padding: { bottom: 20 }
|
|
5838
|
+
}
|
|
5839
|
+
};
|
|
5840
|
+
|
|
5841
|
+
// src/components/Charts/ScatterChart.tsx
|
|
5842
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
5843
|
+
function ScatterChart({ series, colors: colors3, ...props }) {
|
|
5844
|
+
var _a, _b;
|
|
5845
|
+
const theme = (0, import_styles8.useTheme)();
|
|
5846
|
+
const seriesColors = useChartColors((_a = series == null ? void 0 : series.length) != null ? _a : 0);
|
|
5847
|
+
const modifiedSeries = series == null ? void 0 : series.map((s) => {
|
|
5848
|
+
var _a2;
|
|
5849
|
+
return {
|
|
5850
|
+
...s,
|
|
5851
|
+
highlightScope: (_a2 = s.highlightScope) != null ? _a2 : { highlighted: "item", faded: "global" }
|
|
5852
|
+
};
|
|
5853
|
+
});
|
|
5854
|
+
return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
5855
|
+
import_ScatterChart.ScatterChart,
|
|
5856
|
+
{
|
|
5857
|
+
series: modifiedSeries != null ? modifiedSeries : [],
|
|
5858
|
+
colors: colors3 != null ? colors3 : seriesColors,
|
|
5859
|
+
grid: { horizontal: true, vertical: true },
|
|
5860
|
+
slotProps: forestLegendSlotProps,
|
|
5861
|
+
sx: {
|
|
5862
|
+
...getForestChartSx(theme),
|
|
5863
|
+
...(_b = props.sx) != null ? _b : {}
|
|
5864
|
+
},
|
|
5865
|
+
...props
|
|
5866
|
+
}
|
|
5867
|
+
);
|
|
5868
|
+
}
|
|
5869
|
+
|
|
5870
|
+
// src/components/Charts/Gauge.tsx
|
|
5871
|
+
var import_Gauge = require("@mui/x-charts/Gauge");
|
|
5872
|
+
var import_styles9 = require("@mui/material/styles");
|
|
5873
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
5874
|
+
function Gauge(props) {
|
|
5875
|
+
var _a;
|
|
5876
|
+
const theme = (0, import_styles9.useTheme)();
|
|
5877
|
+
return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
5878
|
+
import_Gauge.Gauge,
|
|
5879
|
+
{
|
|
5880
|
+
...props,
|
|
5881
|
+
sx: {
|
|
5882
|
+
"& .MuiGauge-valueArc": {
|
|
5883
|
+
fill: theme.palette.primary.main
|
|
5884
|
+
},
|
|
5885
|
+
"& .MuiGauge-referenceArc": {
|
|
5886
|
+
fill: theme.palette.action.hover
|
|
5887
|
+
},
|
|
5888
|
+
"& .MuiGauge-valueText": {
|
|
5889
|
+
fontFamily: theme.typography.fontFamily,
|
|
5890
|
+
fontSize: "1.25rem",
|
|
5891
|
+
fontWeight: theme.typography.fontWeightMedium,
|
|
5892
|
+
fill: theme.palette.text.primary
|
|
5893
|
+
},
|
|
5894
|
+
...(_a = props.sx) != null ? _a : {}
|
|
5895
|
+
}
|
|
5896
|
+
}
|
|
5897
|
+
);
|
|
5898
|
+
}
|
|
5899
|
+
|
|
5900
|
+
// src/components/Charts/index.ts
|
|
5901
|
+
var import_SparkLineChart = require("@mui/x-charts/SparkLineChart");
|
|
5902
|
+
var import_Gauge3 = require("@mui/x-charts/Gauge");
|
|
5903
|
+
var import_ChartContainer = require("@mui/x-charts/ChartContainer");
|
|
5904
|
+
var import_ResponsiveChartContainer = require("@mui/x-charts/ResponsiveChartContainer");
|
|
5905
|
+
var import_ChartsSurface = require("@mui/x-charts/ChartsSurface");
|
|
5906
|
+
var import_ChartsClipPath = require("@mui/x-charts/ChartsClipPath");
|
|
5907
|
+
var import_ChartsAxis = require("@mui/x-charts/ChartsAxis");
|
|
5908
|
+
var import_ChartsXAxis = require("@mui/x-charts/ChartsXAxis");
|
|
5909
|
+
var import_ChartsYAxis = require("@mui/x-charts/ChartsYAxis");
|
|
5910
|
+
var import_ChartsGrid = require("@mui/x-charts/ChartsGrid");
|
|
5911
|
+
var import_ChartsReferenceLine = require("@mui/x-charts/ChartsReferenceLine");
|
|
5912
|
+
var import_ChartsLegend = require("@mui/x-charts/ChartsLegend");
|
|
5913
|
+
var import_ChartsLegend2 = require("@mui/x-charts/ChartsLegend");
|
|
5914
|
+
var import_ChartsTooltip = require("@mui/x-charts/ChartsTooltip");
|
|
5915
|
+
var import_ChartsTooltip2 = require("@mui/x-charts/ChartsTooltip");
|
|
5916
|
+
var import_ChartsTooltip3 = require("@mui/x-charts/ChartsTooltip");
|
|
5917
|
+
var import_ChartsLegend3 = require("@mui/x-charts/ChartsLegend");
|
|
5918
|
+
var import_ChartsLegend4 = require("@mui/x-charts/ChartsLegend");
|
|
5919
|
+
var import_ChartsText = require("@mui/x-charts/ChartsText");
|
|
5920
|
+
var import_ChartsAxisHighlight = require("@mui/x-charts/ChartsAxisHighlight");
|
|
5921
|
+
var import_ChartsAxisHighlight2 = require("@mui/x-charts/ChartsAxisHighlight");
|
|
5922
|
+
var import_ChartsOnAxisClickHandler = require("@mui/x-charts/ChartsOnAxisClickHandler");
|
|
5923
|
+
var import_ChartsVoronoiHandler = require("@mui/x-charts/ChartsVoronoiHandler");
|
|
5924
|
+
var import_context = require("@mui/x-charts/context");
|
|
5925
|
+
var import_BarChart3 = require("@mui/x-charts/BarChart");
|
|
5926
|
+
var import_BarChart4 = require("@mui/x-charts/BarChart");
|
|
5927
|
+
var import_BarChart5 = require("@mui/x-charts/BarChart");
|
|
5928
|
+
var import_LineChart3 = require("@mui/x-charts/LineChart");
|
|
5929
|
+
var import_LineChart4 = require("@mui/x-charts/LineChart");
|
|
5930
|
+
var import_LineChart5 = require("@mui/x-charts/LineChart");
|
|
5931
|
+
var import_LineChart6 = require("@mui/x-charts/LineChart");
|
|
5932
|
+
var import_LineChart7 = require("@mui/x-charts/LineChart");
|
|
5933
|
+
var import_PieChart3 = require("@mui/x-charts/PieChart");
|
|
5934
|
+
var import_ScatterChart3 = require("@mui/x-charts/ScatterChart");
|
|
5935
|
+
var import_hooks = require("@mui/x-charts/hooks");
|
|
5936
|
+
var import_hooks2 = require("@mui/x-charts/hooks");
|
|
5937
|
+
var import_hooks3 = require("@mui/x-charts/hooks");
|
|
5938
|
+
var import_hooks4 = require("@mui/x-charts/hooks");
|
|
5939
|
+
var import_hooks5 = require("@mui/x-charts/hooks");
|
|
5940
|
+
var import_hooks6 = require("@mui/x-charts/hooks");
|
|
5941
|
+
var import_ChartsTooltip4 = require("@mui/x-charts/ChartsTooltip");
|
|
5942
|
+
var import_ChartsTooltip5 = require("@mui/x-charts/ChartsTooltip");
|
|
5943
|
+
var import_ChartsTooltip6 = require("@mui/x-charts/ChartsTooltip");
|
|
5944
|
+
var import_context2 = require("@mui/x-charts/context");
|
|
5945
|
+
var import_Gauge4 = require("@mui/x-charts/Gauge");
|
|
5946
|
+
var import_colorPalettes = require("@mui/x-charts/colorPalettes");
|
|
5947
|
+
var import_ChartsLegend5 = require("@mui/x-charts/ChartsLegend");
|
|
5948
|
+
var import_PieChart4 = require("@mui/x-charts/PieChart");
|
|
5949
|
+
|
|
5950
|
+
// src/index.ts
|
|
5951
|
+
var import_material3 = require("@mui/material");
|
|
5952
|
+
var import_material4 = require("@mui/material");
|
|
5953
|
+
var import_material5 = require("@mui/material");
|
|
5954
|
+
var import_material6 = require("@mui/material");
|
|
5955
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
5956
|
+
0 && (module.exports = {
|
|
5957
|
+
Accordion,
|
|
5958
|
+
AccordionActions,
|
|
5959
|
+
AccordionDetails,
|
|
5960
|
+
AccordionSummary,
|
|
5961
|
+
Alert,
|
|
5962
|
+
AlertTitle,
|
|
5963
|
+
AnimatedArea,
|
|
5964
|
+
AnimatedLine,
|
|
5965
|
+
AppBar,
|
|
5966
|
+
AppBarNavItem,
|
|
5967
|
+
AreaElement,
|
|
5968
|
+
AreaElementPath,
|
|
5969
|
+
AreaPlot,
|
|
5970
|
+
Autocomplete,
|
|
5971
|
+
Avatar,
|
|
5972
|
+
AvatarGroup,
|
|
5973
|
+
Backdrop,
|
|
5974
|
+
Badge,
|
|
5975
|
+
BarChart,
|
|
5976
|
+
BarElement,
|
|
5977
|
+
BarElementPath,
|
|
5978
|
+
BarLabel,
|
|
5979
|
+
BarPlot,
|
|
5980
|
+
BottomNavigation,
|
|
5981
|
+
BottomNavigationAction,
|
|
5982
|
+
Box,
|
|
5983
|
+
Breadcrumbs,
|
|
5984
|
+
Button,
|
|
5985
|
+
ButtonBase,
|
|
5986
|
+
ButtonGroup,
|
|
5987
|
+
Card,
|
|
5988
|
+
CardActionArea,
|
|
5989
|
+
CardActions,
|
|
5990
|
+
CardContent,
|
|
5991
|
+
CardHeader,
|
|
5992
|
+
CardMedia,
|
|
5993
|
+
ChartContainer,
|
|
5994
|
+
ChartsAxis,
|
|
5995
|
+
ChartsAxisHighlight,
|
|
5996
|
+
ChartsAxisHighlightPath,
|
|
5997
|
+
ChartsAxisTooltipContent,
|
|
5998
|
+
ChartsClipPath,
|
|
5999
|
+
ChartsGrid,
|
|
6000
|
+
ChartsItemTooltipContent,
|
|
6001
|
+
ChartsLegend,
|
|
6002
|
+
ChartsOnAxisClickHandler,
|
|
6003
|
+
ChartsReferenceLine,
|
|
6004
|
+
ChartsSurface,
|
|
6005
|
+
ChartsText,
|
|
6006
|
+
ChartsTooltip,
|
|
6007
|
+
ChartsTooltipCell,
|
|
6008
|
+
ChartsTooltipMark,
|
|
6009
|
+
ChartsTooltipPaper,
|
|
6010
|
+
ChartsTooltipRow,
|
|
6011
|
+
ChartsTooltipTable,
|
|
6012
|
+
ChartsVoronoiHandler,
|
|
6013
|
+
ChartsXAxis,
|
|
6014
|
+
ChartsYAxis,
|
|
6015
|
+
Checkbox,
|
|
6016
|
+
Chip,
|
|
6017
|
+
CircularProgress,
|
|
6018
|
+
ClickAwayListener,
|
|
6019
|
+
Collapse,
|
|
6020
|
+
Container,
|
|
6021
|
+
ContinuousColorLegend,
|
|
6022
|
+
DataGrid,
|
|
6023
|
+
DatePicker,
|
|
6024
|
+
DefaultChartsAxisTooltipContent,
|
|
6025
|
+
DefaultChartsItemTooltipContent,
|
|
6026
|
+
DefaultChartsLegend,
|
|
6027
|
+
Dialog,
|
|
6028
|
+
DialogActions,
|
|
6029
|
+
DialogContent,
|
|
6030
|
+
DialogContentText,
|
|
6031
|
+
DialogTitle,
|
|
6032
|
+
Divider,
|
|
6033
|
+
Drawer,
|
|
6034
|
+
Fab,
|
|
6035
|
+
Fade,
|
|
6036
|
+
FilledInput,
|
|
6037
|
+
ForestProvider,
|
|
6038
|
+
FormControl,
|
|
6039
|
+
FormControlLabel,
|
|
6040
|
+
FormGroup,
|
|
6041
|
+
FormHelperText,
|
|
6042
|
+
FormLabel,
|
|
6043
|
+
Gauge,
|
|
6044
|
+
GaugeContainer,
|
|
6045
|
+
GaugeReferenceArc,
|
|
6046
|
+
GaugeValueArc,
|
|
6047
|
+
GaugeValueText,
|
|
6048
|
+
GlobalStyles,
|
|
6049
|
+
Grid,
|
|
6050
|
+
Grow,
|
|
6051
|
+
HighlightedProvider,
|
|
6052
|
+
IconButton,
|
|
6053
|
+
ImageList,
|
|
6054
|
+
ImageListItem,
|
|
6055
|
+
ImageListItemBar,
|
|
6056
|
+
Input,
|
|
6057
|
+
InputAdornment,
|
|
6058
|
+
InputBase,
|
|
6059
|
+
InputLabel,
|
|
6060
|
+
LineChart,
|
|
6061
|
+
LineElement,
|
|
6062
|
+
LineElementPath,
|
|
6063
|
+
LineHighlightElement,
|
|
6064
|
+
LineHighlightPlot,
|
|
6065
|
+
LinePlot,
|
|
6066
|
+
LinearProgress,
|
|
6067
|
+
Link,
|
|
6068
|
+
List,
|
|
6069
|
+
ListItem,
|
|
6070
|
+
ListItemAvatar,
|
|
6071
|
+
ListItemButton,
|
|
6072
|
+
ListItemIcon,
|
|
6073
|
+
ListItemSecondaryAction,
|
|
6074
|
+
ListItemText,
|
|
6075
|
+
ListSubheader,
|
|
6076
|
+
Logo,
|
|
6077
|
+
MarkElement,
|
|
6078
|
+
MarkPlot,
|
|
6079
|
+
Menu,
|
|
6080
|
+
MenuItem,
|
|
6081
|
+
MenuList,
|
|
6082
|
+
MobileStepper,
|
|
6083
|
+
Modal,
|
|
6084
|
+
MultiSelect,
|
|
6085
|
+
NoSsr,
|
|
6086
|
+
OutlinedInput,
|
|
6087
|
+
Pagination,
|
|
6088
|
+
PaginationItem,
|
|
6089
|
+
Paper,
|
|
6090
|
+
PieArc,
|
|
6091
|
+
PieArcLabel,
|
|
6092
|
+
PieArcLabelPlot,
|
|
6093
|
+
PieArcPlot,
|
|
6094
|
+
PieChart,
|
|
6095
|
+
PiePlot,
|
|
6096
|
+
PiecewiseColorLegend,
|
|
6097
|
+
Popover,
|
|
6098
|
+
Popper,
|
|
6099
|
+
Portal,
|
|
6100
|
+
Radio,
|
|
6101
|
+
RadioGroup,
|
|
6102
|
+
Rating,
|
|
6103
|
+
ResponsiveChartContainer,
|
|
6104
|
+
Scatter,
|
|
6105
|
+
ScatterChart,
|
|
6106
|
+
ScatterPlot,
|
|
6107
|
+
Search,
|
|
6108
|
+
Select,
|
|
6109
|
+
SidebarItem,
|
|
6110
|
+
SidebarNav,
|
|
6111
|
+
Skeleton,
|
|
6112
|
+
Slide,
|
|
6113
|
+
Slider,
|
|
6114
|
+
Snackbar,
|
|
6115
|
+
SnackbarContent,
|
|
6116
|
+
SparkLineChart,
|
|
6117
|
+
SpeedDial,
|
|
6118
|
+
SpeedDialAction,
|
|
6119
|
+
SpeedDialIcon,
|
|
6120
|
+
Stack,
|
|
6121
|
+
Step,
|
|
6122
|
+
StepButton,
|
|
6123
|
+
StepConnector,
|
|
6124
|
+
StepContent,
|
|
6125
|
+
StepIcon,
|
|
6126
|
+
StepLabel,
|
|
6127
|
+
Stepper,
|
|
6128
|
+
SvgIcon,
|
|
6129
|
+
SwipeableDrawer,
|
|
6130
|
+
Switch,
|
|
6131
|
+
Tab,
|
|
6132
|
+
TabScrollButton,
|
|
6133
|
+
Table,
|
|
6134
|
+
TableBody,
|
|
6135
|
+
TableCell,
|
|
6136
|
+
TableContainer,
|
|
6137
|
+
TableFooter,
|
|
6138
|
+
TableHead,
|
|
6139
|
+
TablePagination,
|
|
6140
|
+
TableRow,
|
|
6141
|
+
TableSortLabel,
|
|
6142
|
+
Tabs,
|
|
6143
|
+
TextField,
|
|
6144
|
+
TextareaAutosize,
|
|
6145
|
+
ToggleButton,
|
|
6146
|
+
ToggleButtonGroup,
|
|
6147
|
+
Toolbar,
|
|
6148
|
+
Tooltip,
|
|
6149
|
+
Typography,
|
|
6150
|
+
Zoom,
|
|
6151
|
+
alpha,
|
|
6152
|
+
avatarColors,
|
|
6153
|
+
base,
|
|
6154
|
+
bg,
|
|
6155
|
+
blueberryTwilightPalette,
|
|
6156
|
+
blueberryTwilightPaletteDark,
|
|
6157
|
+
blueberryTwilightPaletteLight,
|
|
6158
|
+
border,
|
|
6159
|
+
breadcrumbColors,
|
|
6160
|
+
buildTheme,
|
|
6161
|
+
buildThemeOptions,
|
|
6162
|
+
buttonColors,
|
|
6163
|
+
chartColors,
|
|
6164
|
+
cheerfulFiestaPalette,
|
|
6165
|
+
cheerfulFiestaPaletteDark,
|
|
6166
|
+
cheerfulFiestaPaletteLight,
|
|
6167
|
+
container,
|
|
6168
|
+
display,
|
|
6169
|
+
error,
|
|
6170
|
+
fg,
|
|
6171
|
+
focusRings,
|
|
6172
|
+
fontFamily,
|
|
6173
|
+
fontFamilyMono,
|
|
6174
|
+
fontSize,
|
|
6175
|
+
fontWeight,
|
|
6176
|
+
forestAgencyPreset,
|
|
6177
|
+
forestAlkemyPlusPreset,
|
|
6178
|
+
forestExternalPreset,
|
|
6179
|
+
forestInternalPreset,
|
|
6180
|
+
forestTheme,
|
|
6181
|
+
forestThemeOptions,
|
|
6182
|
+
getAvailablePresets,
|
|
6183
|
+
getPieCoordinates,
|
|
6184
|
+
getPreset,
|
|
6185
|
+
getSeriesToDisplay,
|
|
6186
|
+
iconColors,
|
|
6187
|
+
info,
|
|
6188
|
+
lineHeight,
|
|
6189
|
+
mangoFusionPalette,
|
|
6190
|
+
mangoFusionPaletteDark,
|
|
6191
|
+
mangoFusionPaletteLight,
|
|
6192
|
+
navColors,
|
|
6193
|
+
radius,
|
|
6194
|
+
registerPreset,
|
|
6195
|
+
sliderColors,
|
|
6196
|
+
spacing,
|
|
6197
|
+
success,
|
|
6198
|
+
text,
|
|
6199
|
+
toggleColors,
|
|
6200
|
+
tokenShadows,
|
|
6201
|
+
useAxisTooltip,
|
|
6202
|
+
useChartColors,
|
|
6203
|
+
useChartId,
|
|
6204
|
+
useDrawingArea,
|
|
6205
|
+
useFormControl,
|
|
6206
|
+
useGaugeState,
|
|
6207
|
+
useHighlighted,
|
|
6208
|
+
useItemHighlighted,
|
|
6209
|
+
useItemTooltip,
|
|
6210
|
+
useMediaQuery,
|
|
6211
|
+
useMouseTracker,
|
|
6212
|
+
useScrollTrigger,
|
|
6213
|
+
useSidebar,
|
|
6214
|
+
useSvgRef,
|
|
6215
|
+
useTheme,
|
|
6216
|
+
useXAxis,
|
|
6217
|
+
useXColorScale,
|
|
6218
|
+
useXScale,
|
|
6219
|
+
useYAxis,
|
|
6220
|
+
useYColorScale,
|
|
6221
|
+
useYScale,
|
|
6222
|
+
useZColorScale,
|
|
6223
|
+
warning,
|
|
6224
|
+
widths
|
|
6225
|
+
});
|
|
4343
6226
|
//# sourceMappingURL=index.js.map
|