@mxenabled/mxui 1.5.7-alpha.sms2 → 1.5.7
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/index.es.js +208 -214
- package/dist/index.es.js.map +1 -1
- package/dist/themes/Colors.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { jsx as a, jsxs as
|
|
1
|
+
import { jsx as a, jsxs as R } from "react/jsx-runtime";
|
|
2
2
|
import C from "react";
|
|
3
|
-
import
|
|
4
|
-
import { useTheme as H, createTheme as
|
|
5
|
-
import { Icon as
|
|
3
|
+
import O from "@mui/material/Stack";
|
|
4
|
+
import { useTheme as H, createTheme as ne } from "@mui/material/styles";
|
|
5
|
+
import { Icon as le, Close as ce } from "@mxenabled/mx-icons";
|
|
6
6
|
import { endOfMonth as U } from "date-fns/endOfMonth";
|
|
7
|
-
import { endOfYear as
|
|
8
|
-
import { startOfToday as
|
|
9
|
-
import { startOfMonth as
|
|
10
|
-
import { startOfYear as
|
|
11
|
-
import { subDays as
|
|
12
|
-
import { subMonths as
|
|
13
|
-
import { subYears as
|
|
14
|
-
import
|
|
15
|
-
import { LocalizationProvider as
|
|
16
|
-
import { AdapterDateFns as
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
7
|
+
import { endOfYear as se } from "date-fns/endOfYear";
|
|
8
|
+
import { startOfToday as de } from "date-fns/startOfToday";
|
|
9
|
+
import { startOfMonth as $ } from "date-fns/startOfMonth";
|
|
10
|
+
import { startOfYear as W } from "date-fns/startOfYear";
|
|
11
|
+
import { subDays as Z } from "date-fns/subDays";
|
|
12
|
+
import { subMonths as ue } from "date-fns/subMonths";
|
|
13
|
+
import { subYears as pe } from "date-fns/subYears";
|
|
14
|
+
import he from "@mui/material/useMediaQuery";
|
|
15
|
+
import { LocalizationProvider as ge, StaticDateRangePicker as fe } from "@mui/x-date-pickers-pro";
|
|
16
|
+
import { AdapterDateFns as me } from "@mui/x-date-pickers-pro/AdapterDateFnsV3";
|
|
17
|
+
import Y from "@mui/material/Box";
|
|
18
|
+
import be from "@mui/material/ToggleButton";
|
|
19
|
+
import Te from "@mui/material/ToggleButtonGroup";
|
|
20
|
+
import X from "@mui/material/Slide";
|
|
21
|
+
import z from "@mui/material/Button";
|
|
22
|
+
import j from "@mui/material/IconButton";
|
|
23
|
+
import Ce from "@mui/material/Typography";
|
|
24
24
|
import Re from "@mui/material/Drawer";
|
|
25
|
-
import
|
|
25
|
+
import xe from "@mui/material/TextField";
|
|
26
26
|
import Ae from "@mui/material/Snackbar";
|
|
27
|
-
import
|
|
28
|
-
import { light as
|
|
29
|
-
import { FormControlLabel as
|
|
30
|
-
import { circularProgressClasses as
|
|
31
|
-
import { LicenseInfo as
|
|
27
|
+
import Me from "@mui/material/Alert";
|
|
28
|
+
import { light as Q, buildTheme as V, dark as Ee } from "@mxenabled/design-tokens";
|
|
29
|
+
import { FormControlLabel as Se, Box as _, Typography as K, Radio as P, Checkbox as Ie, alpha as b, darken as k, lighten as y, getContrastRatio as ve } from "@mui/material";
|
|
30
|
+
import { circularProgressClasses as He } from "@mui/material/CircularProgress";
|
|
31
|
+
import { LicenseInfo as ye } from "@mui/x-license-pro";
|
|
32
32
|
const m = ({
|
|
33
33
|
children: e,
|
|
34
34
|
height: o,
|
|
@@ -49,7 +49,7 @@ const m = ({
|
|
|
49
49
|
}
|
|
50
50
|
);
|
|
51
51
|
var Fe = /* @__PURE__ */ ((e) => (e[e.Lighter = 100] = "Lighter", e[e.Light = 200] = "Light", e[e.Normal = 300] = "Normal", e[e.Dark = 400] = "Dark", e[e.Darker = 500] = "Darker", e))(Fe || {});
|
|
52
|
-
const
|
|
52
|
+
const x = ({
|
|
53
53
|
color: e,
|
|
54
54
|
fill: o = !1,
|
|
55
55
|
name: i,
|
|
@@ -58,7 +58,7 @@ const M = ({
|
|
|
58
58
|
weight: d = 300,
|
|
59
59
|
...l
|
|
60
60
|
}) => /* @__PURE__ */ a(
|
|
61
|
-
|
|
61
|
+
le,
|
|
62
62
|
{
|
|
63
63
|
color: e,
|
|
64
64
|
fill: o,
|
|
@@ -68,7 +68,7 @@ const M = ({
|
|
|
68
68
|
weight: d,
|
|
69
69
|
...l
|
|
70
70
|
}
|
|
71
|
-
),
|
|
71
|
+
), E0 = ({
|
|
72
72
|
color: e = "currentColor",
|
|
73
73
|
...o
|
|
74
74
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -77,7 +77,7 @@ const M = ({
|
|
|
77
77
|
d: "M2.24801 6.76647H0.573286C0.327604 6.76647 0.110586 6.60678 0.0327867 6.37748C-0.0450124 6.14408 0.0327866 5.88612 0.229332 5.73871L7.6571 0.116699C7.85774 -0.0388996 8.14027 -0.0388996 8.34501 0.116699L15.7728 5.73871C15.9693 5.89021 16.0471 6.14408 15.9693 6.37748C15.8915 6.61088 15.6745 6.76647 15.4288 6.76647H13.7582V12.323H14.3929C14.7122 12.323 14.9661 12.5809 14.9661 12.8962C14.9661 13.2156 14.7082 13.4695 14.3929 13.4695H1.60924C1.28986 13.4695 1.03599 13.2115 1.03599 12.8962C1.03599 12.5768 1.29395 12.323 1.60924 12.323H2.24801V6.76647ZM5.70393 6.76647H3.39043V12.323H5.70393V6.76647ZM9.15985 12.323V6.76647H6.84635V12.323H9.15985ZM10.3023 12.3189H12.6158V6.76647H10.3023V12.3189ZM0.573256 14.8535H15.4288C15.7441 14.8535 15.998 15.1115 15.998 15.4267C15.998 15.7461 15.74 16 15.4247 16H0.573256C0.253871 16 0 15.742 0 15.4267C0 15.1074 0.257965 14.8535 0.573256 14.8535Z",
|
|
78
78
|
fill: e
|
|
79
79
|
}
|
|
80
|
-
) })),
|
|
80
|
+
) })), S0 = ({
|
|
81
81
|
color: e = "currentColor",
|
|
82
82
|
...o
|
|
83
83
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -86,7 +86,7 @@ const M = ({
|
|
|
86
86
|
d: "M15.429 14.854H.573a.572.572 0 100 1.146h14.852a.572.572 0 00.004-1.146zM.573 6.766h1.675v5.557h-.639a.572.572 0 100 1.146h12.784a.572.572 0 100-1.146h-.635V6.766h1.67a.568.568 0 00.541-.389.574.574 0 00-.196-.638L8.345.117a.565.565 0 00-.688 0L.23 5.739a.572.572 0 00.344 1.027zm2.817 0h2.314v5.557H3.39V6.766zm5.77 0v5.557H6.846V6.766H9.16zm3.456 5.553h-2.314V6.766h2.314v5.553zM8 1.288l5.724 4.336H2.277L8 1.288z",
|
|
87
87
|
fill: e
|
|
88
88
|
}
|
|
89
|
-
) })),
|
|
89
|
+
) })), I0 = ({
|
|
90
90
|
color: e = "currentColor",
|
|
91
91
|
...o
|
|
92
92
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -95,7 +95,7 @@ const M = ({
|
|
|
95
95
|
d: "M5.854 3.133a.426.426 0 010 .643L1.757 7.5h13.774c.26 0 .469.224.469.5s-.21.5-.469.5H1.757l4.097 3.724a.426.426 0 010 .643.536.536 0 01-.708 0l-5-4.546a.426.426 0 010-.642l5-4.546a.536.536 0 01.708 0z",
|
|
96
96
|
fill: e
|
|
97
97
|
}
|
|
98
|
-
) })),
|
|
98
|
+
) })), v0 = ({
|
|
99
99
|
color: e = "currentColor",
|
|
100
100
|
...o
|
|
101
101
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -106,7 +106,7 @@ const M = ({
|
|
|
106
106
|
fill: e,
|
|
107
107
|
fillRule: "evenodd"
|
|
108
108
|
}
|
|
109
|
-
) })),
|
|
109
|
+
) })), H0 = ({
|
|
110
110
|
color: e = "currentColor",
|
|
111
111
|
...o
|
|
112
112
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -115,7 +115,7 @@ const M = ({
|
|
|
115
115
|
d: "M11.5 0a.5.5 0 01.5.5V2h2.5A1.5 1.5 0 0116 3.5v11a1.5 1.5 0 01-1.5 1.5h-13A1.5 1.5 0 010 14.5v-11A1.5 1.5 0 011.5 2H4V.5a.5.5 0 011 0V2h6V.5a.5.5 0 01.5-.5zM15 6H1v8.5a.5.5 0 00.5.5h13a.5.5 0 00.5-.5V6zm-4.5 1a.5.5 0 01.5.5V10h2.5a.5.5 0 010 1H11v2.5a.5.5 0 01-1 0V11H6v2.5a.5.5 0 01-1 0V11H2.5a.5.5 0 010-1H5V7.5a.5.5 0 011 0V10h4V7.5a.5.5 0 01.5-.5zm4-4h-13a.5.5 0 00-.5.5V5h14V3.5a.5.5 0 00-.5-.5z",
|
|
116
116
|
fill: e
|
|
117
117
|
}
|
|
118
|
-
) })),
|
|
118
|
+
) })), y0 = ({
|
|
119
119
|
color: e = "currentColor",
|
|
120
120
|
...o
|
|
121
121
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -124,7 +124,7 @@ const M = ({
|
|
|
124
124
|
d: "M8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zm4.358 5.151a.5.5 0 00-.707-.01L6.858 9.803 4.35 7.363a.5.5 0 10-.698.718l2.858 2.777a.5.5 0 00.697 0l5.142-5a.5.5 0 00.01-.707z",
|
|
125
125
|
fill: e
|
|
126
126
|
}
|
|
127
|
-
) })),
|
|
127
|
+
) })), F0 = ({
|
|
128
128
|
color: e = "currentColor",
|
|
129
129
|
...o
|
|
130
130
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -142,7 +142,7 @@ const M = ({
|
|
|
142
142
|
d: "M10.799 2.68a.6.6 0 01.011.848L6.457 8l4.353 4.472a.6.6 0 01-.86.837L5.19 8.42a.6.6 0 010-.838l4.76-4.89a.6.6 0 01.849-.012z",
|
|
143
143
|
fill: e
|
|
144
144
|
}
|
|
145
|
-
) })),
|
|
145
|
+
) })), D0 = ({
|
|
146
146
|
color: e = "currentColor",
|
|
147
147
|
...o
|
|
148
148
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -160,7 +160,7 @@ const M = ({
|
|
|
160
160
|
d: "M13.79 2.21a.72.72 0 0 1 0 1.02L9.018 8l4.77 4.77a.72.72 0 1 1-1.018 1.02L8 9.018l-4.77 4.77a.72.72 0 1 1-1.02-1.018L6.982 8l-4.77-4.77A.72.72 0 0 1 3.23 2.21L8 6.982l4.77-4.77a.72.72 0 0 1 1.02 0Z",
|
|
161
161
|
fill: e
|
|
162
162
|
}
|
|
163
|
-
) })),
|
|
163
|
+
) })), k0 = ({
|
|
164
164
|
color: e = "currentColor",
|
|
165
165
|
...o
|
|
166
166
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -169,7 +169,7 @@ const M = ({
|
|
|
169
169
|
d: "M12.644.156l3.2 3.2a.533.533 0 010 .754L5.177 14.777a.534.534 0 01-.247.14L.663 15.984a.533.533 0 01-.647-.647l1.067-4.267a.534.534 0 01.14-.248L11.89.156a.533.533 0 01.754 0zM10.133 3.42l-8.051 8.052-.815 3.261 3.26-.815 8.052-8.052-2.446-2.446zm2.134-2.132l-1.38 1.378 2.446 2.446 1.38-1.379-2.446-2.445z",
|
|
170
170
|
fill: e
|
|
171
171
|
}
|
|
172
|
-
) })),
|
|
172
|
+
) })), N0 = ({
|
|
173
173
|
color: e = "currentColor",
|
|
174
174
|
...o
|
|
175
175
|
}) => (console.warn('<AccountsFilledIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -178,7 +178,7 @@ const M = ({
|
|
|
178
178
|
d: "M1.5 1.933l5.4 6.72c.066.081.1.18.1.28v5.134h2V8.933c0-.1.036-.199.1-.28l5.4-6.72h-13zM6 9.09L.1 1.747C-.145 1.439.09 1 .5 1h15c.413 0 .648.439.4.747L10 9.089v5.444c0 .258-.223.467-.5.467h-3c-.275 0-.5-.209-.5-.467V9.09z",
|
|
179
179
|
fill: e
|
|
180
180
|
}
|
|
181
|
-
) })),
|
|
181
|
+
) })), w0 = ({
|
|
182
182
|
color: e = "currentColor",
|
|
183
183
|
...o
|
|
184
184
|
}) => (console.warn('<HeartIcon /> DEPRECATED - use <Icon name="icon_name" />'), /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -187,10 +187,10 @@ const M = ({
|
|
|
187
187
|
d: "M1.317 2.317a4.5 4.5 0 016.364 0c.117.117.223.238.32.363.095-.124.2-.245.316-.362a4.5 4.5 0 016.364 6.364l-.004.004-6.328 6.172a.5.5 0 01-.698 0L1.317 8.682a4.5 4.5 0 010-6.365zm5.657.708a3.5 3.5 0 00-4.952 4.947L8 13.802l5.977-5.83a3.5 3.5 0 00-4.952-4.947c-.235.235-.42.51-.586.815a.5.5 0 01-.878 0 3.46 3.46 0 00-.587-.815z",
|
|
188
188
|
fill: e
|
|
189
189
|
}
|
|
190
|
-
) })),
|
|
190
|
+
) })), _0 = ({
|
|
191
191
|
color: e = "currentColor",
|
|
192
192
|
...o
|
|
193
|
-
}) => /* @__PURE__ */
|
|
193
|
+
}) => /* @__PURE__ */ R(m, { ...o, children: [
|
|
194
194
|
/* @__PURE__ */ a(
|
|
195
195
|
"path",
|
|
196
196
|
{
|
|
@@ -205,10 +205,10 @@ const M = ({
|
|
|
205
205
|
fill: e
|
|
206
206
|
}
|
|
207
207
|
)
|
|
208
|
-
] }),
|
|
208
|
+
] }), P0 = ({
|
|
209
209
|
color: e = "currentColor",
|
|
210
210
|
...o
|
|
211
|
-
}) => /* @__PURE__ */
|
|
211
|
+
}) => /* @__PURE__ */ R(m, { ...o, children: [
|
|
212
212
|
/* @__PURE__ */ a(
|
|
213
213
|
"path",
|
|
214
214
|
{
|
|
@@ -241,7 +241,7 @@ const M = ({
|
|
|
241
241
|
fillRule: "evenodd"
|
|
242
242
|
}
|
|
243
243
|
)
|
|
244
|
-
] }),
|
|
244
|
+
] }), B0 = ({
|
|
245
245
|
color: e = "currentColor",
|
|
246
246
|
...o
|
|
247
247
|
}) => /* @__PURE__ */ a(m, { ...o, children: /* @__PURE__ */ a(
|
|
@@ -252,10 +252,10 @@ const M = ({
|
|
|
252
252
|
fill: e,
|
|
253
253
|
fillRule: "evenodd"
|
|
254
254
|
}
|
|
255
|
-
) }),
|
|
255
|
+
) }), z0 = ({
|
|
256
256
|
color: e = "currentColor",
|
|
257
257
|
...o
|
|
258
|
-
}) => /* @__PURE__ */
|
|
258
|
+
}) => /* @__PURE__ */ R(m, { ...o, children: [
|
|
259
259
|
/* @__PURE__ */ a(
|
|
260
260
|
"path",
|
|
261
261
|
{
|
|
@@ -280,8 +280,8 @@ const M = ({
|
|
|
280
280
|
}
|
|
281
281
|
)
|
|
282
282
|
] });
|
|
283
|
-
var g = /* @__PURE__ */ ((e) => (e.AutoTransport = "CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874", e.BillsUtilities = "CAT-79b02f2f-2adc-88f0-ac2b-4e71ead9cfc8", e.BusinessServices = "CAT-94b11142-e97b-941a-f67f-6e18d246a23f", e.Education = "CAT-bf5c9cca-c96b-b50d-440d-38d9adfda5b0", e.Entertainment = "CAT-e04e9d1e-e041-c315-2e50-094143ab3f73", e.FeesCharges = "CAT-d73ee74b-13a4-ac3e-4015-fc4ba9a62b2a", e.Financial = "CAT-6c7de3f8-de6c-7061-1dd2-b093044014bf", e.FoodDining = "CAT-bd56d35a-a9a7-6e10-66c1-5b9cc1b6c81a", e.GiftsDonations = "CAT-8edf9663-623e-4735-490e-31288f0a70b0", e.HealthFitness = "CAT-52fa4693-c088-afb2-2a99-7bc39bb23a0f", e.Home = "CAT-b709172b-4eb7-318e-3b5d-e0f0500b32ac", e.Income = "CAT-bf9f3294-4c40-1677-d269-54fbc189faf3", e.Investments = "CAT-ccd42390-9e8c-3fb6-a5d9-6c31182d9c5c", e.Kids = "CAT-0cb1d99d-f558-99e3-2282-b31f359b411a", e.PersonalCare = "CAT-e5154228-fe45-790d-a280-f6bf5ae5ac9f", e.Pets = "CAT-7cccbafa-87d7-c9a6-661b-8b3402fe9e78", e.Shopping = "CAT-aad51b46-d6f7-3da5-fd6e-492328b3023f", e.Taxes = "CAT-d00fc539-aa14-009b-4ffb-7e8c7b839954", e.Transfer = "CAT-bce48142-fea4-ff45-20d9-0a642d44de83", e.Travel = "CAT-ea23d844-cbd1-eb10-f6ac-0df9610e59ae", e.Uncategorized = "CAT-d7851c65-3353-e490-1953-fb9235e681e4", e))(g || {}),
|
|
284
|
-
const
|
|
283
|
+
var g = /* @__PURE__ */ ((e) => (e.AutoTransport = "CAT-7829f71c-2e8c-afa5-2f55-fa3634b89874", e.BillsUtilities = "CAT-79b02f2f-2adc-88f0-ac2b-4e71ead9cfc8", e.BusinessServices = "CAT-94b11142-e97b-941a-f67f-6e18d246a23f", e.Education = "CAT-bf5c9cca-c96b-b50d-440d-38d9adfda5b0", e.Entertainment = "CAT-e04e9d1e-e041-c315-2e50-094143ab3f73", e.FeesCharges = "CAT-d73ee74b-13a4-ac3e-4015-fc4ba9a62b2a", e.Financial = "CAT-6c7de3f8-de6c-7061-1dd2-b093044014bf", e.FoodDining = "CAT-bd56d35a-a9a7-6e10-66c1-5b9cc1b6c81a", e.GiftsDonations = "CAT-8edf9663-623e-4735-490e-31288f0a70b0", e.HealthFitness = "CAT-52fa4693-c088-afb2-2a99-7bc39bb23a0f", e.Home = "CAT-b709172b-4eb7-318e-3b5d-e0f0500b32ac", e.Income = "CAT-bf9f3294-4c40-1677-d269-54fbc189faf3", e.Investments = "CAT-ccd42390-9e8c-3fb6-a5d9-6c31182d9c5c", e.Kids = "CAT-0cb1d99d-f558-99e3-2282-b31f359b411a", e.PersonalCare = "CAT-e5154228-fe45-790d-a280-f6bf5ae5ac9f", e.Pets = "CAT-7cccbafa-87d7-c9a6-661b-8b3402fe9e78", e.Shopping = "CAT-aad51b46-d6f7-3da5-fd6e-492328b3023f", e.Taxes = "CAT-d00fc539-aa14-009b-4ffb-7e8c7b839954", e.Transfer = "CAT-bce48142-fea4-ff45-20d9-0a642d44de83", e.Travel = "CAT-ea23d844-cbd1-eb10-f6ac-0df9610e59ae", e.Uncategorized = "CAT-d7851c65-3353-e490-1953-fb9235e681e4", e))(g || {}), Oe = /* @__PURE__ */ ((e) => (e.Basic = "basic", e.Filled = "filled", e.Transparent = "transparent", e.TwoTone = "two-tone", e))(Oe || {});
|
|
284
|
+
const J = {
|
|
285
285
|
guid: g.Uncategorized,
|
|
286
286
|
colorName: "uncategorized",
|
|
287
287
|
icon: "category"
|
|
@@ -386,20 +386,20 @@ const ee = {
|
|
|
386
386
|
colorName: "travel",
|
|
387
387
|
icon: "airplane_ticket"
|
|
388
388
|
},
|
|
389
|
-
|
|
390
|
-
],
|
|
389
|
+
J
|
|
390
|
+
], Le = 0.625, ke = ({
|
|
391
391
|
categoryGuid: e,
|
|
392
|
-
icon_ratio: o =
|
|
392
|
+
icon_ratio: o = Le,
|
|
393
393
|
size: i = 32,
|
|
394
394
|
sx: n = {},
|
|
395
395
|
variant: r = "filled"
|
|
396
396
|
}) => {
|
|
397
397
|
const d = H(), l = C.useMemo(
|
|
398
|
-
() => De.find((u) => u.guid === e) ??
|
|
398
|
+
() => De.find((u) => u.guid === e) ?? J,
|
|
399
399
|
[e]
|
|
400
400
|
), c = d.palette.categories[l.colorName];
|
|
401
401
|
return /* @__PURE__ */ a(
|
|
402
|
-
|
|
402
|
+
O,
|
|
403
403
|
{
|
|
404
404
|
alignItems: "center",
|
|
405
405
|
bgcolor: () => {
|
|
@@ -415,10 +415,10 @@ const ee = {
|
|
|
415
415
|
justifyContent: "center",
|
|
416
416
|
sx: [...Array.isArray(n) ? n : [n]],
|
|
417
417
|
width: i,
|
|
418
|
-
children: /* @__PURE__ */ a(
|
|
418
|
+
children: /* @__PURE__ */ a(x, { name: l.icon, size: i * o })
|
|
419
419
|
}
|
|
420
420
|
);
|
|
421
|
-
},
|
|
421
|
+
}, Ne = ({
|
|
422
422
|
items: e,
|
|
423
423
|
onChange: o,
|
|
424
424
|
isValid: i,
|
|
@@ -434,8 +434,8 @@ const ee = {
|
|
|
434
434
|
disabled: !i(c)
|
|
435
435
|
};
|
|
436
436
|
});
|
|
437
|
-
return /* @__PURE__ */ a(
|
|
438
|
-
|
|
437
|
+
return /* @__PURE__ */ a(Y, { sx: { gridColumn: 1, gridRow: "2/3", ml: 4, mt: 24, mr: 32 }, children: /* @__PURE__ */ a(Te, { color: "primary", orientation: "vertical", value: n, children: d?.map((l) => /* @__PURE__ */ a(
|
|
438
|
+
be,
|
|
439
439
|
{
|
|
440
440
|
onClick: l.onClick,
|
|
441
441
|
sx: {
|
|
@@ -462,39 +462,39 @@ const ee = {
|
|
|
462
462
|
},
|
|
463
463
|
l.label
|
|
464
464
|
)) }) });
|
|
465
|
-
},
|
|
465
|
+
}, V0 = ({
|
|
466
466
|
copy: e,
|
|
467
467
|
dateRange: o,
|
|
468
468
|
onRangeChanged: i,
|
|
469
469
|
selectedShortcut: n = e.dateRangeThisMonth,
|
|
470
470
|
sx: r = {}
|
|
471
471
|
}) => {
|
|
472
|
-
const d = H(), l =
|
|
473
|
-
const t =
|
|
472
|
+
const d = H(), l = he(d.breakpoints.down("sm")), c = C.useMemo(() => {
|
|
473
|
+
const t = de(), u = ue(t, 1), T = pe(t, 1);
|
|
474
474
|
return [
|
|
475
475
|
{
|
|
476
476
|
label: e.dateRangeThisMonth,
|
|
477
|
-
getValue: () => [
|
|
477
|
+
getValue: () => [$(t), U(t)]
|
|
478
478
|
},
|
|
479
479
|
{
|
|
480
480
|
label: e.dateRangeLastMonth,
|
|
481
|
-
getValue: () => [
|
|
481
|
+
getValue: () => [$(u), U(u)]
|
|
482
482
|
},
|
|
483
483
|
{
|
|
484
484
|
label: e.dateRangeLast30Days,
|
|
485
|
-
getValue: () => [
|
|
485
|
+
getValue: () => [Z(t, 30), t]
|
|
486
486
|
},
|
|
487
487
|
{
|
|
488
488
|
label: e.dateRangeLast90Days,
|
|
489
|
-
getValue: () => [
|
|
489
|
+
getValue: () => [Z(t, 90), t]
|
|
490
490
|
},
|
|
491
491
|
{
|
|
492
492
|
label: e.dateRangeYTD,
|
|
493
|
-
getValue: () => [
|
|
493
|
+
getValue: () => [W(t), t]
|
|
494
494
|
},
|
|
495
495
|
{
|
|
496
496
|
label: e.dateRangeLastYear,
|
|
497
|
-
getValue: () => [
|
|
497
|
+
getValue: () => [W(T), se(T)]
|
|
498
498
|
},
|
|
499
499
|
{
|
|
500
500
|
label: e.dateRangeCustom,
|
|
@@ -505,8 +505,8 @@ const ee = {
|
|
|
505
505
|
const T = u.shortcut;
|
|
506
506
|
i?.(t, T ? T.label : e.dateRangeCustom);
|
|
507
507
|
};
|
|
508
|
-
return /* @__PURE__ */ a(
|
|
509
|
-
|
|
508
|
+
return /* @__PURE__ */ a(O, { gap: 16, m: 8, children: /* @__PURE__ */ a(ge, { dateAdapter: me, children: /* @__PURE__ */ a(
|
|
509
|
+
fe,
|
|
510
510
|
{
|
|
511
511
|
calendars: 1,
|
|
512
512
|
localeText: {
|
|
@@ -526,17 +526,17 @@ const ee = {
|
|
|
526
526
|
}
|
|
527
527
|
},
|
|
528
528
|
slots: {
|
|
529
|
-
leftArrowIcon: () => /* @__PURE__ */ a(
|
|
530
|
-
shortcuts: (t) => /* @__PURE__ */ a(
|
|
531
|
-
rightArrowIcon: () => /* @__PURE__ */ a(
|
|
529
|
+
leftArrowIcon: () => /* @__PURE__ */ a(x, { name: "chevron_left", size: 28 }),
|
|
530
|
+
shortcuts: (t) => /* @__PURE__ */ a(Ne, { selected: n, ...t }),
|
|
531
|
+
rightArrowIcon: () => /* @__PURE__ */ a(x, { name: "chevron_right", size: 28 })
|
|
532
532
|
},
|
|
533
533
|
sx: { ...r },
|
|
534
534
|
value: o
|
|
535
535
|
}
|
|
536
536
|
) }) });
|
|
537
|
-
},
|
|
538
|
-
return /* @__PURE__ */ a(
|
|
539
|
-
}),
|
|
537
|
+
}, G0 = C.forwardRef(function(o, i) {
|
|
538
|
+
return /* @__PURE__ */ a(X, { direction: "up", ref: i, ...o });
|
|
539
|
+
}), we = ({
|
|
540
540
|
hasSecondaryAction: e = !0,
|
|
541
541
|
isPrimaryDisabled: o,
|
|
542
542
|
onPrimaryAction: i,
|
|
@@ -545,8 +545,8 @@ const ee = {
|
|
|
545
545
|
primaryText: d = "Save",
|
|
546
546
|
secondaryColor: l = "primary",
|
|
547
547
|
secondaryText: c = "Cancel"
|
|
548
|
-
}) => /* @__PURE__ */
|
|
549
|
-
|
|
548
|
+
}) => /* @__PURE__ */ R(
|
|
549
|
+
O,
|
|
550
550
|
{
|
|
551
551
|
direction: "row",
|
|
552
552
|
gap: 16,
|
|
@@ -554,7 +554,7 @@ const ee = {
|
|
|
554
554
|
sx: { bgcolor: "background.paper", p: 24 },
|
|
555
555
|
children: [
|
|
556
556
|
e && /* @__PURE__ */ a(
|
|
557
|
-
|
|
557
|
+
z,
|
|
558
558
|
{
|
|
559
559
|
color: l,
|
|
560
560
|
onClick: n,
|
|
@@ -563,7 +563,7 @@ const ee = {
|
|
|
563
563
|
}
|
|
564
564
|
),
|
|
565
565
|
i && /* @__PURE__ */ a(
|
|
566
|
-
|
|
566
|
+
z,
|
|
567
567
|
{
|
|
568
568
|
color: r,
|
|
569
569
|
disabled: o,
|
|
@@ -574,7 +574,7 @@ const ee = {
|
|
|
574
574
|
)
|
|
575
575
|
]
|
|
576
576
|
}
|
|
577
|
-
),
|
|
577
|
+
), D = ({
|
|
578
578
|
bold: e,
|
|
579
579
|
className: o = "",
|
|
580
580
|
children: i,
|
|
@@ -617,7 +617,7 @@ const ee = {
|
|
|
617
617
|
break;
|
|
618
618
|
}
|
|
619
619
|
return /* @__PURE__ */ a(
|
|
620
|
-
|
|
620
|
+
Ce,
|
|
621
621
|
{
|
|
622
622
|
className: `mx-kmui-text ${o}`,
|
|
623
623
|
color: n,
|
|
@@ -639,8 +639,8 @@ const ee = {
|
|
|
639
639
|
children: i
|
|
640
640
|
}
|
|
641
641
|
);
|
|
642
|
-
},
|
|
643
|
-
|
|
642
|
+
}, _e = ({ className: e = "", children: o, ...i }) => /* @__PURE__ */ a(D, { className: `mx-kmui-text h1 ${e}`, component: "h1", variant: "h1", ...i, children: o }), U0 = ({ className: e = "", children: o, ...i }) => /* @__PURE__ */ a(D, { className: `mx-kmui-text h2 ${e}`, component: "h2", variant: "h2", ...i, children: o }), $0 = ({ className: e = "", children: o, ...i }) => /* @__PURE__ */ a(D, { className: `mx-kmui-text h3 ${e}`, component: "h3", variant: "h3", ...i, children: o }), W0 = ({ className: e = "", children: o, truncate: i, ...n }) => /* @__PURE__ */ a(
|
|
643
|
+
D,
|
|
644
644
|
{
|
|
645
645
|
className: `mx-kmui-text p ${e}`,
|
|
646
646
|
component: "p",
|
|
@@ -649,8 +649,8 @@ const ee = {
|
|
|
649
649
|
...n,
|
|
650
650
|
children: o
|
|
651
651
|
}
|
|
652
|
-
),
|
|
653
|
-
|
|
652
|
+
), Z0 = ({ copy: e, onClose: o }) => /* @__PURE__ */ R(
|
|
653
|
+
O,
|
|
654
654
|
{
|
|
655
655
|
sx: {
|
|
656
656
|
alignItems: "center",
|
|
@@ -660,11 +660,11 @@ const ee = {
|
|
|
660
660
|
py: 14
|
|
661
661
|
},
|
|
662
662
|
children: [
|
|
663
|
-
/* @__PURE__ */ a(
|
|
664
|
-
/* @__PURE__ */ a(
|
|
663
|
+
/* @__PURE__ */ a(_e, { variant: "h3", children: e.title }),
|
|
664
|
+
/* @__PURE__ */ a(j, { "aria-label": e.close_aria, onClick: o, sx: { mr: -12 }, children: /* @__PURE__ */ a(ce, {}) })
|
|
665
665
|
]
|
|
666
666
|
}
|
|
667
|
-
),
|
|
667
|
+
), K0 = ({
|
|
668
668
|
className: e,
|
|
669
669
|
disableSave: o,
|
|
670
670
|
id: i,
|
|
@@ -675,7 +675,7 @@ const ee = {
|
|
|
675
675
|
secondaryText: c,
|
|
676
676
|
children: s,
|
|
677
677
|
...t
|
|
678
|
-
}) => /* @__PURE__ */
|
|
678
|
+
}) => /* @__PURE__ */ R(
|
|
679
679
|
Re,
|
|
680
680
|
{
|
|
681
681
|
anchor: "right",
|
|
@@ -688,7 +688,7 @@ const ee = {
|
|
|
688
688
|
children: [
|
|
689
689
|
s,
|
|
690
690
|
d && /* @__PURE__ */ a(
|
|
691
|
-
|
|
691
|
+
we,
|
|
692
692
|
{
|
|
693
693
|
isPrimaryDisabled: o,
|
|
694
694
|
onPrimaryAction: d,
|
|
@@ -699,34 +699,34 @@ const ee = {
|
|
|
699
699
|
)
|
|
700
700
|
]
|
|
701
701
|
}
|
|
702
|
-
),
|
|
702
|
+
), q = 32, G = "https://content.moneydesktop.com/storage/MD_Assets", Pe = `${G}/serenity/default_institution_logo.png`, Y0 = ({
|
|
703
703
|
alt: e,
|
|
704
704
|
institutionGuid: o,
|
|
705
705
|
logoUrl: i,
|
|
706
|
-
size: n =
|
|
706
|
+
size: n = q,
|
|
707
707
|
...r
|
|
708
708
|
}) => /* @__PURE__ */ a(
|
|
709
709
|
"img",
|
|
710
710
|
{
|
|
711
711
|
alt: e,
|
|
712
712
|
height: n,
|
|
713
|
-
onError: (d) => d.target.src =
|
|
714
|
-
src: i || `${
|
|
713
|
+
onError: (d) => d.target.src = Pe,
|
|
714
|
+
src: i || `${G}/Ipad%20Logos/100x100/${o}_100x100.png`,
|
|
715
715
|
style: {
|
|
716
716
|
borderRadius: 4
|
|
717
717
|
},
|
|
718
718
|
width: n,
|
|
719
719
|
...r
|
|
720
720
|
}
|
|
721
|
-
),
|
|
721
|
+
), X0 = ({
|
|
722
722
|
alt: e = "",
|
|
723
723
|
categoryGuid: o,
|
|
724
724
|
merchantGuid: i,
|
|
725
|
-
size: n =
|
|
725
|
+
size: n = q,
|
|
726
726
|
...r
|
|
727
727
|
}) => {
|
|
728
728
|
const [d, l] = C.useState(!1), c = H();
|
|
729
|
-
return /* @__PURE__ */
|
|
729
|
+
return /* @__PURE__ */ R(Y, { display: "inline-block", position: "relative", ...r, children: [
|
|
730
730
|
i && !d && /* @__PURE__ */ a(
|
|
731
731
|
"img",
|
|
732
732
|
{
|
|
@@ -734,7 +734,7 @@ const ee = {
|
|
|
734
734
|
"aria-hidden": !e,
|
|
735
735
|
height: n,
|
|
736
736
|
onError: () => l(!0),
|
|
737
|
-
src: `${
|
|
737
|
+
src: `${G}/merchant_logos/${i}.png`,
|
|
738
738
|
style: {
|
|
739
739
|
backgroundColor: c.palette.common.white,
|
|
740
740
|
borderRadius: 4,
|
|
@@ -744,16 +744,16 @@ const ee = {
|
|
|
744
744
|
width: n
|
|
745
745
|
}
|
|
746
746
|
),
|
|
747
|
-
/* @__PURE__ */ a(
|
|
747
|
+
/* @__PURE__ */ a(ke, { categoryGuid: o, size: n })
|
|
748
748
|
] });
|
|
749
|
-
},
|
|
749
|
+
}, j0 = ({
|
|
750
750
|
disabled: e = !1,
|
|
751
751
|
label: o = "",
|
|
752
752
|
shrink: i = !0,
|
|
753
753
|
variant: n = "outlined",
|
|
754
754
|
...r
|
|
755
755
|
}) => /* @__PURE__ */ a(
|
|
756
|
-
|
|
756
|
+
xe,
|
|
757
757
|
{
|
|
758
758
|
InputLabelProps: {
|
|
759
759
|
shrink: i
|
|
@@ -764,10 +764,10 @@ const ee = {
|
|
|
764
764
|
...r
|
|
765
765
|
}
|
|
766
766
|
);
|
|
767
|
-
function
|
|
768
|
-
return /* @__PURE__ */ a(
|
|
767
|
+
function Be(e) {
|
|
768
|
+
return /* @__PURE__ */ a(X, { ...e, direction: "left", mountOnEnter: !0, unmountOnExit: !0 });
|
|
769
769
|
}
|
|
770
|
-
const
|
|
770
|
+
const Q0 = ({
|
|
771
771
|
open: e,
|
|
772
772
|
handleClose: o,
|
|
773
773
|
message: i,
|
|
@@ -780,8 +780,8 @@ const j0 = ({
|
|
|
780
780
|
onActionClick: t,
|
|
781
781
|
multiLine: u = !1
|
|
782
782
|
}) => {
|
|
783
|
-
const T = H(),
|
|
784
|
-
|
|
783
|
+
const T = H(), L = /* @__PURE__ */ R(
|
|
784
|
+
O,
|
|
785
785
|
{
|
|
786
786
|
alignItems: u ? "flex-end" : "center",
|
|
787
787
|
direction: u ? "column-reverse" : "row",
|
|
@@ -791,7 +791,7 @@ const j0 = ({
|
|
|
791
791
|
),
|
|
792
792
|
children: [
|
|
793
793
|
l && /* @__PURE__ */ a(
|
|
794
|
-
|
|
794
|
+
z,
|
|
795
795
|
{
|
|
796
796
|
color: "inherit",
|
|
797
797
|
onClick: t || o,
|
|
@@ -804,13 +804,13 @@ const j0 = ({
|
|
|
804
804
|
}
|
|
805
805
|
),
|
|
806
806
|
c && /* @__PURE__ */ a(
|
|
807
|
-
|
|
807
|
+
j,
|
|
808
808
|
{
|
|
809
809
|
"aria-label": "close",
|
|
810
810
|
color: "inherit",
|
|
811
811
|
onClick: o,
|
|
812
812
|
sx: { height: 44, width: 44 },
|
|
813
|
-
children: /* @__PURE__ */ a(
|
|
813
|
+
children: /* @__PURE__ */ a(x, { fill: !0, name: "close", size: 24, weight: 400 })
|
|
814
814
|
}
|
|
815
815
|
)
|
|
816
816
|
]
|
|
@@ -819,7 +819,7 @@ const j0 = ({
|
|
|
819
819
|
return /* @__PURE__ */ a(
|
|
820
820
|
Ae,
|
|
821
821
|
{
|
|
822
|
-
TransitionComponent:
|
|
822
|
+
TransitionComponent: Be,
|
|
823
823
|
anchorOrigin: { vertical: "bottom", horizontal: "right" },
|
|
824
824
|
autoHideDuration: n,
|
|
825
825
|
onClose: o,
|
|
@@ -829,9 +829,9 @@ const j0 = ({
|
|
|
829
829
|
width: u ? 400 : 325
|
|
830
830
|
},
|
|
831
831
|
children: /* @__PURE__ */ a(
|
|
832
|
-
|
|
832
|
+
Me,
|
|
833
833
|
{
|
|
834
|
-
action:
|
|
834
|
+
action: L,
|
|
835
835
|
severity: r,
|
|
836
836
|
sx: {
|
|
837
837
|
display: "flex",
|
|
@@ -854,7 +854,7 @@ const j0 = ({
|
|
|
854
854
|
},
|
|
855
855
|
variant: "filled",
|
|
856
856
|
children: /* @__PURE__ */ a(
|
|
857
|
-
|
|
857
|
+
D,
|
|
858
858
|
{
|
|
859
859
|
sx: {
|
|
860
860
|
lineHeight: T.typography.body1.lineHeight,
|
|
@@ -870,33 +870,33 @@ const j0 = ({
|
|
|
870
870
|
)
|
|
871
871
|
}
|
|
872
872
|
);
|
|
873
|
-
},
|
|
873
|
+
}, F = {
|
|
874
874
|
REACT: "react",
|
|
875
875
|
REACT_NATIVE: "react_native",
|
|
876
876
|
NATIVE: "native"
|
|
877
|
-
},
|
|
877
|
+
}, N = {
|
|
878
878
|
LIGHT: "light",
|
|
879
879
|
DARK: "dark"
|
|
880
|
-
},
|
|
881
|
-
|
|
882
|
-
),
|
|
880
|
+
}, ee = C.createContext(Q), oe = C.createContext(
|
|
881
|
+
V(N.LIGHT, F.REACT_NATIVE)
|
|
882
|
+
), J0 = ({
|
|
883
883
|
children: e,
|
|
884
|
-
target: o =
|
|
885
|
-
theme: i =
|
|
884
|
+
target: o = F.REACT,
|
|
885
|
+
theme: i = N.LIGHT,
|
|
886
886
|
tokenOverrides: n
|
|
887
887
|
}) => {
|
|
888
|
-
const [r, d] = C.useState(i ===
|
|
888
|
+
const [r, d] = C.useState(i === N.LIGHT ? Q : Ee), l = C.useMemo(() => ({
|
|
889
889
|
...n
|
|
890
890
|
}), [n]);
|
|
891
891
|
return C.useEffect(() => {
|
|
892
|
-
const c =
|
|
892
|
+
const c = V(i, o, { ...l });
|
|
893
893
|
d(c);
|
|
894
|
-
}, [i, o, l]), o ===
|
|
895
|
-
},
|
|
896
|
-
const i = e ===
|
|
897
|
-
return n ||
|
|
898
|
-
},
|
|
899
|
-
component: e =
|
|
894
|
+
}, [i, o, l]), o === F.REACT ? /* @__PURE__ */ a(ee.Provider, { value: r, children: e }) : (console.warn("DEPRECATED: Use static values instead of tokens"), /* @__PURE__ */ a(oe.Provider, { value: r, children: e }));
|
|
895
|
+
}, q0 = (e = F.REACT, o = {}) => {
|
|
896
|
+
const i = e === F.REACT ? ee : oe, n = C.useContext(i);
|
|
897
|
+
return n || V(N.LIGHT, e, { ...o });
|
|
898
|
+
}, eo = ({
|
|
899
|
+
component: e = P,
|
|
900
900
|
variant: o = "outlined",
|
|
901
901
|
selected: i,
|
|
902
902
|
onChange: n,
|
|
@@ -908,15 +908,15 @@ const j0 = ({
|
|
|
908
908
|
error: t = !1,
|
|
909
909
|
icon: u = !1,
|
|
910
910
|
sx: T = {},
|
|
911
|
-
...
|
|
911
|
+
...L
|
|
912
912
|
}) => {
|
|
913
|
-
const f = H(),
|
|
913
|
+
const f = H(), re = () => f.palette.background.paper, w = () => t ? `inset 0px 0px 0px 2px ${f.palette.error.main}` : s ? i ? `inset 0px 0px 0px 2px ${f.palette.action.disabled}` : o === "outlined" ? `inset 0px 0px 0px 1px ${f.palette.action.disabledBackground}` : `inset 0px 0px 0px 1px ${f.palette.action.disabled}` : o === "outlined" ? i ? `inset 0px 0px 0px 2px ${b(f.palette.primary.main, 0.5)}` : `inset 0px 0px 0px 1px ${b(f.palette.common.black, 0.23)}` : i ? `inset 0px 0px 0px 2px ${b(f.palette.primary.main, 0.5)}` : f.shadows[1], te = () => s || t ? f.palette.background.paper : b(f.palette.primary.main, 0.1), ie = () => s || t ? w() : o === "outlined" ? i ? `inset 0px 0px 0px 2px ${b(f.palette.primary.main, 0.5)}` : `inset 0px 0px 0px 1px ${b(f.palette.primary.main, 0.5)}` : w(), ae = () => s || t ? f.palette.background.paper : b(f.palette.primary.main, 0.3);
|
|
914
914
|
return /* @__PURE__ */ a(
|
|
915
|
-
|
|
915
|
+
Se,
|
|
916
916
|
{
|
|
917
917
|
checked: i,
|
|
918
|
-
control: e ===
|
|
919
|
-
|
|
918
|
+
control: e === P ? /* @__PURE__ */ a(
|
|
919
|
+
P,
|
|
920
920
|
{
|
|
921
921
|
name: l,
|
|
922
922
|
sx: {
|
|
@@ -928,10 +928,10 @@ const j0 = ({
|
|
|
928
928
|
fontSize: "20px"
|
|
929
929
|
}
|
|
930
930
|
},
|
|
931
|
-
...
|
|
931
|
+
...L
|
|
932
932
|
}
|
|
933
933
|
) : /* @__PURE__ */ a(
|
|
934
|
-
|
|
934
|
+
Ie,
|
|
935
935
|
{
|
|
936
936
|
name: l,
|
|
937
937
|
sx: {
|
|
@@ -943,15 +943,15 @@ const j0 = ({
|
|
|
943
943
|
fontSize: "20px"
|
|
944
944
|
}
|
|
945
945
|
},
|
|
946
|
-
...
|
|
946
|
+
...L
|
|
947
947
|
}
|
|
948
948
|
),
|
|
949
949
|
disabled: s,
|
|
950
|
-
label: /* @__PURE__ */
|
|
951
|
-
u && /* @__PURE__ */ a(
|
|
952
|
-
/* @__PURE__ */
|
|
953
|
-
r && /* @__PURE__ */ a(
|
|
954
|
-
/* @__PURE__ */ a(
|
|
950
|
+
label: /* @__PURE__ */ R(_, { sx: { display: "flex", alignItems: "flex-start", width: "100%" }, children: [
|
|
951
|
+
u && /* @__PURE__ */ a(_, { sx: { mr: 12, mt: "8px", flexShrink: 0 }, children: u }),
|
|
952
|
+
/* @__PURE__ */ R(_, { sx: { flex: 1, minWidth: 0, py: "8px" }, children: [
|
|
953
|
+
r && /* @__PURE__ */ a(K, { fontWeight: 600, sx: { lineHeight: "24px", pb: "4px" }, variant: "body1", children: r }),
|
|
954
|
+
/* @__PURE__ */ a(K, { sx: { lineHeight: "20px" }, variant: "subtitle2", children: d })
|
|
955
955
|
] })
|
|
956
956
|
] }),
|
|
957
957
|
labelPlacement: "start",
|
|
@@ -965,19 +965,19 @@ const j0 = ({
|
|
|
965
965
|
mb: 16,
|
|
966
966
|
cursor: s ? "not-allowed" : "pointer",
|
|
967
967
|
opacity: s ? 0.6 : 1,
|
|
968
|
-
backgroundColor:
|
|
968
|
+
backgroundColor: re(),
|
|
969
969
|
border: "none",
|
|
970
|
-
boxShadow:
|
|
970
|
+
boxShadow: w(),
|
|
971
971
|
boxSizing: "border-box",
|
|
972
972
|
transition: f.transitions.create(["background-color", "box-shadow"], {
|
|
973
973
|
duration: f.transitions.duration.short
|
|
974
974
|
}),
|
|
975
975
|
"&:hover": {
|
|
976
|
-
backgroundColor:
|
|
977
|
-
boxShadow:
|
|
976
|
+
backgroundColor: te(),
|
|
977
|
+
boxShadow: ie()
|
|
978
978
|
},
|
|
979
979
|
"&:active": {
|
|
980
|
-
backgroundColor:
|
|
980
|
+
backgroundColor: ae()
|
|
981
981
|
},
|
|
982
982
|
"&:focus-visible": {
|
|
983
983
|
outline: `2px solid ${f.palette.info.main}`,
|
|
@@ -1001,7 +1001,7 @@ const j0 = ({
|
|
|
1001
1001
|
700: k(e, 0.5),
|
|
1002
1002
|
800: k(e, 0.65),
|
|
1003
1003
|
900: k(e, 0.75)
|
|
1004
|
-
}),
|
|
1004
|
+
}), M = "#FFFFFF", B = "#000000", ze = "#F9F9F9", Ve = "#000000", Ge = "#FFFFFF", Ue = "#1A1A1A", E = {
|
|
1005
1005
|
PRIMARY: "#2C64EF",
|
|
1006
1006
|
SECONDARY: "#808080",
|
|
1007
1007
|
INFO: "#2C64EF",
|
|
@@ -1072,7 +1072,7 @@ const j0 = ({
|
|
|
1072
1072
|
UNCATEGORIZED: "#BCC6D4"
|
|
1073
1073
|
}, $e = (e, o) => {
|
|
1074
1074
|
const i = A(o?.primary || E.PRIMARY), n = A(o?.secondary || E.SECONDARY), r = A(o?.error || E.ERROR), d = A(o?.warning || E.WARNING), l = A(o?.info || E.INFO), c = A(o?.success || E.SUCCESS), s = A(o?.grey || E.GREY), t = e === v.LIGHT;
|
|
1075
|
-
return
|
|
1075
|
+
return {
|
|
1076
1076
|
mode: e,
|
|
1077
1077
|
// DEPRECATED: Use grey instead
|
|
1078
1078
|
border: {
|
|
@@ -1085,8 +1085,8 @@ const j0 = ({
|
|
|
1085
1085
|
darker: s[500]
|
|
1086
1086
|
},
|
|
1087
1087
|
common: {
|
|
1088
|
-
white:
|
|
1089
|
-
black:
|
|
1088
|
+
white: M,
|
|
1089
|
+
black: B
|
|
1090
1090
|
},
|
|
1091
1091
|
primary: {
|
|
1092
1092
|
...i,
|
|
@@ -1117,12 +1117,12 @@ const j0 = ({
|
|
|
1117
1117
|
dark: t ? s[700] : s[200],
|
|
1118
1118
|
/* DEPRECATED: Use dark instead */
|
|
1119
1119
|
darker: t ? s[900] : s[100],
|
|
1120
|
-
contrastText:
|
|
1120
|
+
contrastText: ve(t ? s[700] : s[400], "#fff") > 4.5 ? M : s[900]
|
|
1121
1121
|
},
|
|
1122
1122
|
text: {
|
|
1123
|
-
primary: t ? s[900] :
|
|
1124
|
-
secondary: t ? s[600] : b(
|
|
1125
|
-
disabled: t ? s[500] : b(
|
|
1123
|
+
primary: t ? s[900] : M,
|
|
1124
|
+
secondary: t ? s[600] : b(M, 0.7),
|
|
1125
|
+
disabled: t ? s[500] : b(M, 0.38)
|
|
1126
1126
|
},
|
|
1127
1127
|
error: {
|
|
1128
1128
|
...r,
|
|
@@ -1166,18 +1166,18 @@ const j0 = ({
|
|
|
1166
1166
|
},
|
|
1167
1167
|
grey: s,
|
|
1168
1168
|
action: {
|
|
1169
|
-
active: t ? b(
|
|
1169
|
+
active: t ? b(B, 0.56) : b(M, 0.56),
|
|
1170
1170
|
hoverOpacity: t ? 0.1 : 0.2,
|
|
1171
1171
|
selectedOpacity: t ? 0.16 : 0.25,
|
|
1172
1172
|
focusOpacity: 0.3
|
|
1173
1173
|
},
|
|
1174
1174
|
background: {
|
|
1175
|
-
default: t ? o?.background?.default?.light ||
|
|
1176
|
-
paper: t ? o?.background?.paper?.light ||
|
|
1175
|
+
default: t ? o?.background?.default?.light || ze : o?.background?.default?.dark || Ve,
|
|
1176
|
+
paper: t ? o?.background?.paper?.light || Ge : o?.background?.paper?.dark || Ue,
|
|
1177
1177
|
highlight: t ? s[200] : s[600],
|
|
1178
1178
|
highlightPrimary: t ? i[100] : i[500]
|
|
1179
1179
|
},
|
|
1180
|
-
divider: t ? b(
|
|
1180
|
+
divider: t ? b(B, 0.12) : b(M, 0.24),
|
|
1181
1181
|
categories: {
|
|
1182
1182
|
autoTransport: t ? p.AUTO_TRANSPORTT : h.AUTO_TRANSPORTT,
|
|
1183
1183
|
billsUtilities: t ? p.BILLS_UTILITIES : h.BILLS_UTILITIES,
|
|
@@ -1220,8 +1220,8 @@ const j0 = ({
|
|
|
1220
1220
|
chartMono6: I.CHART_MONO6
|
|
1221
1221
|
}
|
|
1222
1222
|
};
|
|
1223
|
-
},
|
|
1224
|
-
const o = e?.fontFamily ||
|
|
1223
|
+
}, We = "Inter, Helvetica, Arial, sans-serif", Ze = (e) => {
|
|
1224
|
+
const o = e?.fontFamily || We;
|
|
1225
1225
|
return {
|
|
1226
1226
|
fontFamily: o,
|
|
1227
1227
|
fontSize: 15,
|
|
@@ -1354,17 +1354,12 @@ const j0 = ({
|
|
|
1354
1354
|
...e
|
|
1355
1355
|
};
|
|
1356
1356
|
};
|
|
1357
|
-
|
|
1357
|
+
ye.setLicenseKey(
|
|
1358
1358
|
"6e7dd593526efa1f157230ecf06c9b02Tz0xMDA5NjAsRT0xNzYyMDQxNjAwMDAwLFM9cHJvLExNPWFubnVhbCxQVj1RMy0yMDI0LEtWPTI="
|
|
1359
1359
|
);
|
|
1360
|
-
const
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
_[3] = "0px 12px 20px rgba(106, 115, 129, 0.22)";
|
|
1364
|
-
const eo = (e, o) => {
|
|
1365
|
-
console.log("mode", e);
|
|
1366
|
-
const i = $e(e, o?.paletteOptions), n = We(o?.typographyOptions);
|
|
1367
|
-
return X({
|
|
1360
|
+
const oo = (e, o) => {
|
|
1361
|
+
const i = $e(e, o?.paletteOptions), n = Ze(o?.typographyOptions);
|
|
1362
|
+
return ne({
|
|
1368
1363
|
breakpoints: {
|
|
1369
1364
|
values: {
|
|
1370
1365
|
xs: 444,
|
|
@@ -1375,7 +1370,6 @@ const eo = (e, o) => {
|
|
|
1375
1370
|
}
|
|
1376
1371
|
},
|
|
1377
1372
|
palette: i,
|
|
1378
|
-
shadows: _,
|
|
1379
1373
|
shape: {
|
|
1380
1374
|
borderRadius: o?.shapeOptions?.borderRadius || 4
|
|
1381
1375
|
},
|
|
@@ -1386,10 +1380,10 @@ const eo = (e, o) => {
|
|
|
1386
1380
|
MuiAlert: {
|
|
1387
1381
|
defaultProps: {
|
|
1388
1382
|
iconMapping: {
|
|
1389
|
-
success: /* @__PURE__ */ a(
|
|
1390
|
-
error: /* @__PURE__ */ a(
|
|
1391
|
-
warning: /* @__PURE__ */ a(
|
|
1392
|
-
info: /* @__PURE__ */ a(
|
|
1383
|
+
success: /* @__PURE__ */ a(x, { fill: !0, name: "check_circle", size: 24, weight: 400 }),
|
|
1384
|
+
error: /* @__PURE__ */ a(x, { fill: !0, name: "error", size: 24, weight: 400 }),
|
|
1385
|
+
warning: /* @__PURE__ */ a(x, { fill: !0, name: "warning", size: 24, weight: 400 }),
|
|
1386
|
+
info: /* @__PURE__ */ a(x, { fill: !0, name: "info", size: 24, weight: 400 })
|
|
1393
1387
|
},
|
|
1394
1388
|
variant: "outlined"
|
|
1395
1389
|
},
|
|
@@ -1484,7 +1478,7 @@ const eo = (e, o) => {
|
|
|
1484
1478
|
MuiCircularProgress: {
|
|
1485
1479
|
styleOverrides: {
|
|
1486
1480
|
root: {
|
|
1487
|
-
[`& .${
|
|
1481
|
+
[`& .${He.circle}`]: {
|
|
1488
1482
|
strokeLinecap: "round"
|
|
1489
1483
|
}
|
|
1490
1484
|
}
|
|
@@ -2114,51 +2108,51 @@ const eo = (e, o) => {
|
|
|
2114
2108
|
});
|
|
2115
2109
|
};
|
|
2116
2110
|
export {
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2111
|
+
E0 as AccountsFilledIcon,
|
|
2112
|
+
S0 as AccountsIcon,
|
|
2113
|
+
I0 as ArrowLeftIcon,
|
|
2114
|
+
v0 as AttentionFilledIcon,
|
|
2121
2115
|
m as BaseIcon,
|
|
2122
|
-
|
|
2123
|
-
|
|
2116
|
+
G0 as BottomSheetTransition,
|
|
2117
|
+
H0 as CalendarIcon,
|
|
2124
2118
|
g as CategoryGuids,
|
|
2125
|
-
|
|
2119
|
+
ke as CategoryIcon,
|
|
2126
2120
|
De as CategoryIconList,
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2121
|
+
Oe as CategoryIconVariants,
|
|
2122
|
+
y0 as CheckmarkFilledIcon,
|
|
2123
|
+
F0 as ChevronDownIcon,
|
|
2130
2124
|
O0 as ChevronLeftIcon,
|
|
2131
|
-
|
|
2125
|
+
D0 as ChevronRightIcon,
|
|
2132
2126
|
L0 as CloseIcon,
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2127
|
+
V0 as DateRangePicker,
|
|
2128
|
+
we as DialogFooter,
|
|
2129
|
+
Z0 as DialogHeader,
|
|
2130
|
+
K0 as Drawer,
|
|
2131
|
+
k0 as EditIcon,
|
|
2132
|
+
N0 as FilterIcon,
|
|
2133
|
+
we as Footer,
|
|
2134
|
+
_e as H1,
|
|
2135
|
+
U0 as H2,
|
|
2142
2136
|
$0 as H3,
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2137
|
+
w0 as HeartIcon,
|
|
2138
|
+
We as INTER,
|
|
2139
|
+
x as Icon,
|
|
2146
2140
|
Fe as IconWeight,
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2141
|
+
Y0 as InstitutionLogo,
|
|
2142
|
+
P0 as MXLogoCopyrightIcon,
|
|
2143
|
+
B0 as MXLogoFilledIcon,
|
|
2144
|
+
_0 as MXLogoIcon,
|
|
2145
|
+
z0 as MXLogoOutlineIcon,
|
|
2146
|
+
X0 as MerchantLogo,
|
|
2147
|
+
W0 as P,
|
|
2148
|
+
eo as SelectionBox,
|
|
2149
|
+
F as TARGETS,
|
|
2150
|
+
N as THEMES,
|
|
2151
|
+
D as Text,
|
|
2152
|
+
j0 as TextField,
|
|
2153
|
+
Q0 as Toast,
|
|
2154
|
+
J0 as TokenProvider,
|
|
2155
|
+
oo as createMXTheme,
|
|
2156
|
+
q0 as useTokens
|
|
2163
2157
|
};
|
|
2164
2158
|
//# sourceMappingURL=index.es.js.map
|