@mxenabled/connect-widget 0.0.21 → 0.2.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/index.es.js +331 -355
- package/dist/index.es.js.map +1 -1
- package/dist/lastBuild.txt +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -5131,39 +5131,23 @@ function baseFindIndex$2(array, predicate, fromIndex, fromRight) {
|
|
|
5131
5131
|
}
|
|
5132
5132
|
var _baseFindIndex = baseFindIndex$2;
|
|
5133
5133
|
|
|
5134
|
-
var
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
var reWhitespace = /\s/;
|
|
5141
|
-
function trimmedEndIndex(string) {
|
|
5142
|
-
var index = string.length;
|
|
5143
|
-
while (index-- && reWhitespace.test(string.charAt(index))) {
|
|
5144
|
-
}
|
|
5145
|
-
return index;
|
|
5146
|
-
}
|
|
5147
|
-
_trimmedEndIndex = trimmedEndIndex;
|
|
5148
|
-
return _trimmedEndIndex;
|
|
5134
|
+
var reWhitespace = /\s/;
|
|
5135
|
+
function trimmedEndIndex$1(string) {
|
|
5136
|
+
var index = string.length;
|
|
5137
|
+
while (index-- && reWhitespace.test(string.charAt(index))) {
|
|
5138
|
+
}
|
|
5139
|
+
return index;
|
|
5149
5140
|
}
|
|
5141
|
+
var _trimmedEndIndex = trimmedEndIndex$1;
|
|
5150
5142
|
|
|
5151
|
-
var
|
|
5152
|
-
var
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
if (hasRequired_baseTrim) return _baseTrim;
|
|
5156
|
-
hasRequired_baseTrim = 1;
|
|
5157
|
-
var trimmedEndIndex = require_trimmedEndIndex();
|
|
5158
|
-
var reTrimStart = /^\s+/;
|
|
5159
|
-
function baseTrim(string) {
|
|
5160
|
-
return string ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, "") : string;
|
|
5161
|
-
}
|
|
5162
|
-
_baseTrim = baseTrim;
|
|
5163
|
-
return _baseTrim;
|
|
5143
|
+
var trimmedEndIndex = _trimmedEndIndex;
|
|
5144
|
+
var reTrimStart = /^\s+/;
|
|
5145
|
+
function baseTrim$1(string) {
|
|
5146
|
+
return string ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, "") : string;
|
|
5164
5147
|
}
|
|
5148
|
+
var _baseTrim = baseTrim$1;
|
|
5165
5149
|
|
|
5166
|
-
var baseTrim =
|
|
5150
|
+
var baseTrim = _baseTrim, isObject$7 = isObject_1, isSymbol$1 = isSymbol_1;
|
|
5167
5151
|
var NAN = 0 / 0;
|
|
5168
5152
|
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
|
5169
5153
|
var reIsBinary = /^0b[01]+$/i;
|
|
@@ -8629,7 +8613,7 @@ var hasRequiredTrim;
|
|
|
8629
8613
|
function requireTrim () {
|
|
8630
8614
|
if (hasRequiredTrim) return trim_1;
|
|
8631
8615
|
hasRequiredTrim = 1;
|
|
8632
|
-
var baseToString = _baseToString, baseTrim =
|
|
8616
|
+
var baseToString = _baseToString, baseTrim = _baseTrim, castSlice = require_castSlice(), charsEndIndex = require_charsEndIndex(), charsStartIndex = require_charsStartIndex(), stringToArray = require_stringToArray(), toString = toString_1;
|
|
8633
8617
|
function trim(string, chars, guard) {
|
|
8634
8618
|
string = toString(string);
|
|
8635
8619
|
if (string && (guard || chars === void 0)) {
|
|
@@ -33188,7 +33172,7 @@ if (process.env.NODE_ENV === "production") {
|
|
|
33188
33172
|
|
|
33189
33173
|
var reactIsExports = reactIs.exports;
|
|
33190
33174
|
|
|
33191
|
-
function t(t){return "object"==typeof t&&null!=t&&1===t.nodeType}function e(t,e){return (!e||"hidden"!==t)&&"visible"!==t&&"clip"!==t}function n(t,n){if(t.clientHeight<t.scrollHeight||t.clientWidth<t.scrollWidth){var r=getComputedStyle(t,null);return e(r.overflowY,n)||e(r.overflowX,n)||function(t){var e=function(t){if(!t.ownerDocument||!t.ownerDocument.defaultView)return null;try{return t.ownerDocument.defaultView.frameElement}catch(t){return null}}(t);return !!e&&(e.clientHeight<t.scrollHeight||e.clientWidth<t.scrollWidth)}(t)}return !1}function r(t,e,n,r,i,o,l,d){return o<t&&l>e||o>t&&l<e?0:o<=t&&d<=n||l>=e&&d>=n?o-t-r:l>e&&d<n||o<t&&d>n?l-e+i:0}var i=function(e,i){var o=window,l=i.scrollMode,d=i.block,f=i.inline,h=i.boundary,u=i.skipOverflowHiddenElements,s="function"==typeof h?h:function(t){return t!==h};if(!t(e))throw new TypeError("Invalid target");for(var a,c,g=document.scrollingElement||document.documentElement,p=[],m=e;t(m)&&s(m);){if((m=null==(c=(a=m).parentElement)?a.getRootNode().host||null:c)===g){p.push(m);break}null!=m&&m===document.body&&n(m)&&!n(document.documentElement)||null!=m&&n(m,u)&&p.push(m);}for(var w=o.visualViewport?o.visualViewport.width:innerWidth,v=o.visualViewport?o.visualViewport.height:innerHeight,W=window.scrollX||pageXOffset,H=window.scrollY||pageYOffset,b=e.getBoundingClientRect(),y=b.height,E=b.width,M=b.top,V=b.right,x=b.bottom,I=b.left,C="start"===d||"nearest"===d?M:"end"===d?x:M+y/2,R="center"===f?I+E/2:"end"===f?V:I,T=[],k=0;k<p.length;k++){var B=p[k],D=B.getBoundingClientRect(),O=D.height,X=D.width,Y=D.top,L=D.right,S=D.bottom,j=D.left;if("if-needed"===l&&M>=0&&I>=0&&x<=v&&V<=w&&M>=Y&&x<=S&&I>=j&&V<=L)return T;var N=getComputedStyle(B),q=parseInt(N.borderLeftWidth,10),z=parseInt(N.borderTopWidth,10),A=parseInt(N.borderRightWidth,10),F=parseInt(N.borderBottomWidth,10),G=0,J=0,K="offsetWidth"in B?B.offsetWidth-B.clientWidth-q-A:0,P="offsetHeight"in B?B.offsetHeight-B.clientHeight-z-F:0,Q="offsetWidth"in B?0===B.offsetWidth?0:X/B.offsetWidth:0,U="offsetHeight"in B?0===B.offsetHeight?0:O/B.offsetHeight:0;if(g===B)G="start"===d?C:"end"===d?C-v:"nearest"===d?r(H,H+v,v,z,F,H+C,H+C+y,y):C-v/2,J="start"===f?R:"center"===f?R-w/2:"end"===f?R-w:r(W,W+w,w,q,A,W+R,W+R+E,E),G=Math.max(0,G+H),J=Math.max(0,J+W);else {G="start"===d?C-Y-z:"end"===d?C-S+F+P:"nearest"===d?r(Y,S,O,z,F+P,C,C+y,y):C-(Y+O/2)+P/2,J="start"===f?R-j-q:"center"===f?R-(j+X/2)+K/2:"end"===f?R-L+A+K:r(j,L,X,q,A+K,R,R+E,E);var Z=B.scrollLeft,$=B.scrollTop;C+=$-(G=Math.max(0,Math.min($+G/U,B.scrollHeight-O/U+P))),R+=Z-(J=Math.max(0,Math.min(Z+J/Q,B.scrollWidth-X/Q+K)));}T.push({el:B,top:G,left:J});}return T};
|
|
33175
|
+
function t$1(t){return "object"==typeof t&&null!=t&&1===t.nodeType}function e(t,e){return (!e||"hidden"!==t)&&"visible"!==t&&"clip"!==t}function n(t,n){if(t.clientHeight<t.scrollHeight||t.clientWidth<t.scrollWidth){var r=getComputedStyle(t,null);return e(r.overflowY,n)||e(r.overflowX,n)||function(t){var e=function(t){if(!t.ownerDocument||!t.ownerDocument.defaultView)return null;try{return t.ownerDocument.defaultView.frameElement}catch(t){return null}}(t);return !!e&&(e.clientHeight<t.scrollHeight||e.clientWidth<t.scrollWidth)}(t)}return !1}function r(t,e,n,r,i,o,l,d){return o<t&&l>e||o>t&&l<e?0:o<=t&&d<=n||l>=e&&d>=n?o-t-r:l>e&&d<n||o<t&&d>n?l-e+i:0}var i=function(e,i){var o=window,l=i.scrollMode,d=i.block,f=i.inline,h=i.boundary,u=i.skipOverflowHiddenElements,s="function"==typeof h?h:function(t){return t!==h};if(!t$1(e))throw new TypeError("Invalid target");for(var a,c,g=document.scrollingElement||document.documentElement,p=[],m=e;t$1(m)&&s(m);){if((m=null==(c=(a=m).parentElement)?a.getRootNode().host||null:c)===g){p.push(m);break}null!=m&&m===document.body&&n(m)&&!n(document.documentElement)||null!=m&&n(m,u)&&p.push(m);}for(var w=o.visualViewport?o.visualViewport.width:innerWidth,v=o.visualViewport?o.visualViewport.height:innerHeight,W=window.scrollX||pageXOffset,H=window.scrollY||pageYOffset,b=e.getBoundingClientRect(),y=b.height,E=b.width,M=b.top,V=b.right,x=b.bottom,I=b.left,C="start"===d||"nearest"===d?M:"end"===d?x:M+y/2,R="center"===f?I+E/2:"end"===f?V:I,T=[],k=0;k<p.length;k++){var B=p[k],D=B.getBoundingClientRect(),O=D.height,X=D.width,Y=D.top,L=D.right,S=D.bottom,j=D.left;if("if-needed"===l&&M>=0&&I>=0&&x<=v&&V<=w&&M>=Y&&x<=S&&I>=j&&V<=L)return T;var N=getComputedStyle(B),q=parseInt(N.borderLeftWidth,10),z=parseInt(N.borderTopWidth,10),A=parseInt(N.borderRightWidth,10),F=parseInt(N.borderBottomWidth,10),G=0,J=0,K="offsetWidth"in B?B.offsetWidth-B.clientWidth-q-A:0,P="offsetHeight"in B?B.offsetHeight-B.clientHeight-z-F:0,Q="offsetWidth"in B?0===B.offsetWidth?0:X/B.offsetWidth:0,U="offsetHeight"in B?0===B.offsetHeight?0:O/B.offsetHeight:0;if(g===B)G="start"===d?C:"end"===d?C-v:"nearest"===d?r(H,H+v,v,z,F,H+C,H+C+y,y):C-v/2,J="start"===f?R:"center"===f?R-w/2:"end"===f?R-w:r(W,W+w,w,q,A,W+R,W+R+E,E),G=Math.max(0,G+H),J=Math.max(0,J+W);else {G="start"===d?C-Y-z:"end"===d?C-S+F+P:"nearest"===d?r(Y,S,O,z,F+P,C,C+y,y):C-(Y+O/2)+P/2,J="start"===f?R-j-q:"center"===f?R-(j+X/2)+K/2:"end"===f?R-L+A+K:r(j,L,X,q,A+K,R,R+E,E);var Z=B.scrollLeft,$=B.scrollTop;C+=$-(G=Math.max(0,Math.min($+G/U,B.scrollHeight-O/U+P))),R+=Z-(J=Math.max(0,Math.min(Z+J/Q,B.scrollWidth-X/Q+K)));}T.push({el:B,top:G,left:J});}return T};
|
|
33192
33176
|
|
|
33193
33177
|
var idCounter = 0;
|
|
33194
33178
|
function cbToCb(cb) {
|
|
@@ -48481,218 +48465,219 @@ class LicenseInfo {
|
|
|
48481
48465
|
|
|
48482
48466
|
const circularProgressClasses = generateUtilityClasses("MuiCircularProgress", ["root", "determinate", "indeterminate", "colorPrimary", "colorSecondary", "svg", "circle", "circleDeterminate", "circleIndeterminate", "circleDisableShrink"]);
|
|
48483
48467
|
|
|
48484
|
-
var
|
|
48485
|
-
const
|
|
48468
|
+
var f0 = /* @__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))(f0 || {});
|
|
48469
|
+
const M = ({
|
|
48486
48470
|
color: e,
|
|
48487
|
-
fill:
|
|
48488
|
-
name:
|
|
48489
|
-
size:
|
|
48471
|
+
fill: o = false,
|
|
48472
|
+
name: n,
|
|
48473
|
+
size: r = 20,
|
|
48490
48474
|
sx: i,
|
|
48491
|
-
weight:
|
|
48492
|
-
...
|
|
48475
|
+
weight: l = 300,
|
|
48476
|
+
...c
|
|
48493
48477
|
}) => {
|
|
48494
|
-
const [
|
|
48478
|
+
const [d, b] = React__default.useState(false);
|
|
48495
48479
|
return React__default.useEffect(() => {
|
|
48496
48480
|
document.fonts.ready.then(() => {
|
|
48497
|
-
|
|
48481
|
+
b(true);
|
|
48498
48482
|
});
|
|
48499
48483
|
}, []), /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
48500
48484
|
Icon,
|
|
48501
48485
|
{
|
|
48502
|
-
color:
|
|
48486
|
+
color: d ? e && e : void 0,
|
|
48503
48487
|
sx: [
|
|
48504
48488
|
{
|
|
48505
|
-
fontSize:
|
|
48489
|
+
fontSize: r,
|
|
48506
48490
|
fontVariationSettings: `
|
|
48507
|
-
'FILL' ${
|
|
48508
|
-
'wght' ${
|
|
48491
|
+
'FILL' ${o ? 1 : 0},
|
|
48492
|
+
'wght' ${l},
|
|
48509
48493
|
'GRAD' 0,
|
|
48510
|
-
'opsz' ${
|
|
48494
|
+
'opsz' ${r}
|
|
48511
48495
|
`
|
|
48512
48496
|
},
|
|
48513
48497
|
...Array.isArray(i) ? i : [i],
|
|
48514
48498
|
{
|
|
48515
|
-
...!
|
|
48499
|
+
...!d && { color: "transparent" }
|
|
48516
48500
|
}
|
|
48517
48501
|
],
|
|
48518
|
-
...
|
|
48519
|
-
children:
|
|
48502
|
+
...c,
|
|
48503
|
+
children: n
|
|
48520
48504
|
}
|
|
48521
48505
|
);
|
|
48522
48506
|
};
|
|
48523
|
-
var
|
|
48507
|
+
var u = /* @__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))(u || {});
|
|
48524
48508
|
const $ = {
|
|
48525
|
-
guid:
|
|
48509
|
+
guid: u.Uncategorized,
|
|
48526
48510
|
colorName: "uncategorized",
|
|
48527
48511
|
icon: "category"
|
|
48528
48512
|
}; [
|
|
48529
48513
|
{
|
|
48530
|
-
guid:
|
|
48514
|
+
guid: u.AutoTransport,
|
|
48531
48515
|
colorName: "autoTransport",
|
|
48532
48516
|
icon: "directions_car"
|
|
48533
48517
|
},
|
|
48534
48518
|
{
|
|
48535
|
-
guid:
|
|
48519
|
+
guid: u.BillsUtilities,
|
|
48536
48520
|
colorName: "billsUtilities",
|
|
48537
48521
|
icon: "electrical_services"
|
|
48538
48522
|
},
|
|
48539
48523
|
{
|
|
48540
|
-
guid:
|
|
48524
|
+
guid: u.BusinessServices,
|
|
48541
48525
|
colorName: "businessServices",
|
|
48542
48526
|
icon: "business_center"
|
|
48543
48527
|
},
|
|
48544
48528
|
{
|
|
48545
|
-
guid:
|
|
48529
|
+
guid: u.Education,
|
|
48546
48530
|
colorName: "education",
|
|
48547
48531
|
icon: "school"
|
|
48548
48532
|
},
|
|
48549
48533
|
{
|
|
48550
|
-
guid:
|
|
48534
|
+
guid: u.Entertainment,
|
|
48551
48535
|
colorName: "entertainment",
|
|
48552
48536
|
icon: "stadium"
|
|
48553
48537
|
},
|
|
48554
48538
|
{
|
|
48555
|
-
guid:
|
|
48539
|
+
guid: u.FeesCharges,
|
|
48556
48540
|
colorName: "feesCharges",
|
|
48557
48541
|
icon: "problem"
|
|
48558
48542
|
},
|
|
48559
48543
|
{
|
|
48560
|
-
guid:
|
|
48544
|
+
guid: u.Financial,
|
|
48561
48545
|
colorName: "financial",
|
|
48562
48546
|
icon: "price_check"
|
|
48563
48547
|
},
|
|
48564
48548
|
{
|
|
48565
|
-
guid:
|
|
48549
|
+
guid: u.FoodDining,
|
|
48566
48550
|
colorName: "foodDining",
|
|
48567
48551
|
icon: "grocery"
|
|
48568
48552
|
},
|
|
48569
48553
|
{
|
|
48570
|
-
guid:
|
|
48554
|
+
guid: u.GiftsDonations,
|
|
48571
48555
|
colorName: "giftsDonations",
|
|
48572
48556
|
icon: "featured_seasonal_and_gifts"
|
|
48573
48557
|
},
|
|
48574
48558
|
{
|
|
48575
|
-
guid:
|
|
48559
|
+
guid: u.HealthFitness,
|
|
48576
48560
|
colorName: "healthFitness",
|
|
48577
48561
|
icon: "ecg_heart"
|
|
48578
48562
|
},
|
|
48579
48563
|
{
|
|
48580
|
-
guid:
|
|
48564
|
+
guid: u.Home,
|
|
48581
48565
|
colorName: "home",
|
|
48582
48566
|
icon: "cottage"
|
|
48583
48567
|
},
|
|
48584
48568
|
{
|
|
48585
|
-
guid:
|
|
48569
|
+
guid: u.Income,
|
|
48586
48570
|
colorName: "income",
|
|
48587
48571
|
icon: "monetization_on"
|
|
48588
48572
|
},
|
|
48589
48573
|
{
|
|
48590
|
-
guid:
|
|
48574
|
+
guid: u.Investments,
|
|
48591
48575
|
colorName: "investments",
|
|
48592
48576
|
icon: "bid_landscape"
|
|
48593
48577
|
},
|
|
48594
48578
|
{
|
|
48595
|
-
guid:
|
|
48579
|
+
guid: u.Kids,
|
|
48596
48580
|
colorName: "kids",
|
|
48597
48581
|
icon: "face"
|
|
48598
48582
|
},
|
|
48599
48583
|
{
|
|
48600
|
-
guid:
|
|
48584
|
+
guid: u.PersonalCare,
|
|
48601
48585
|
colorName: "personalCare",
|
|
48602
48586
|
icon: "volunteer_activism"
|
|
48603
48587
|
},
|
|
48604
48588
|
{
|
|
48605
|
-
guid:
|
|
48589
|
+
guid: u.Pets,
|
|
48606
48590
|
colorName: "pets",
|
|
48607
48591
|
icon: "pet_supplies"
|
|
48608
48592
|
},
|
|
48609
48593
|
{
|
|
48610
|
-
guid:
|
|
48594
|
+
guid: u.Shopping,
|
|
48611
48595
|
colorName: "shopping",
|
|
48612
48596
|
icon: "shopping_cart"
|
|
48613
48597
|
},
|
|
48614
48598
|
{
|
|
48615
|
-
guid:
|
|
48599
|
+
guid: u.Taxes,
|
|
48616
48600
|
colorName: "taxes",
|
|
48617
48601
|
icon: "heap_snapshot_large"
|
|
48618
48602
|
},
|
|
48619
48603
|
{
|
|
48620
|
-
guid:
|
|
48604
|
+
guid: u.Transfer,
|
|
48621
48605
|
colorName: "transfer",
|
|
48622
48606
|
icon: "compare_arrows"
|
|
48623
48607
|
},
|
|
48624
48608
|
{
|
|
48625
|
-
guid:
|
|
48609
|
+
guid: u.Travel,
|
|
48626
48610
|
colorName: "travel",
|
|
48627
48611
|
icon: "airplane_ticket"
|
|
48628
48612
|
},
|
|
48629
48613
|
$
|
|
48630
|
-
]; React__default.forwardRef(function(
|
|
48631
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Slide, { direction: "up", ref:
|
|
48632
|
-
}); const G = 32,
|
|
48614
|
+
]; React__default.forwardRef(function(o, n) {
|
|
48615
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(Slide, { direction: "up", ref: n, ...o });
|
|
48616
|
+
}); const G = 32, N = "https://content.moneydesktop.com/storage/MD_Assets", k0 = `${N}/serenity/default_institution_logo.png`, De = ({
|
|
48633
48617
|
alt: e,
|
|
48634
|
-
institutionGuid:
|
|
48635
|
-
|
|
48636
|
-
|
|
48618
|
+
institutionGuid: o,
|
|
48619
|
+
logoUrl: n,
|
|
48620
|
+
size: r = G,
|
|
48621
|
+
...i
|
|
48637
48622
|
}) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
48638
48623
|
"img",
|
|
48639
48624
|
{
|
|
48640
48625
|
alt: e,
|
|
48641
|
-
height:
|
|
48642
|
-
onError: (
|
|
48643
|
-
src: `${
|
|
48626
|
+
height: r,
|
|
48627
|
+
onError: (l) => l.target.src = k0,
|
|
48628
|
+
src: n || `${N}/Ipad%20Logos/100x100/${o}_100x100.png`,
|
|
48644
48629
|
style: {
|
|
48645
48630
|
borderRadius: 4
|
|
48646
48631
|
},
|
|
48647
|
-
width:
|
|
48648
|
-
...
|
|
48632
|
+
width: r,
|
|
48633
|
+
...i
|
|
48649
48634
|
}
|
|
48650
48635
|
), x = ({
|
|
48651
48636
|
bold: e,
|
|
48652
|
-
className:
|
|
48653
|
-
children:
|
|
48654
|
-
color:
|
|
48637
|
+
className: o = "",
|
|
48638
|
+
children: n,
|
|
48639
|
+
color: r,
|
|
48655
48640
|
sx: i = {},
|
|
48656
|
-
truncate:
|
|
48657
|
-
uppercase:
|
|
48658
|
-
...
|
|
48641
|
+
truncate: l = true,
|
|
48642
|
+
uppercase: c,
|
|
48643
|
+
...d
|
|
48659
48644
|
}) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
48660
48645
|
Typography,
|
|
48661
48646
|
{
|
|
48662
|
-
className: `mx-kmui-text ${
|
|
48663
|
-
color:
|
|
48647
|
+
className: `mx-kmui-text ${o}`,
|
|
48648
|
+
color: r,
|
|
48664
48649
|
sx: [
|
|
48665
48650
|
e ? {
|
|
48666
48651
|
fontWeight: 600
|
|
48667
48652
|
} : {},
|
|
48668
|
-
|
|
48653
|
+
l ? {
|
|
48669
48654
|
overflow: "hidden",
|
|
48670
48655
|
textOverflow: "ellipsis",
|
|
48671
48656
|
whiteSpace: "nowrap"
|
|
48672
48657
|
} : {},
|
|
48673
|
-
|
|
48658
|
+
c ? {
|
|
48674
48659
|
textTransform: "uppercase"
|
|
48675
48660
|
} : {},
|
|
48676
48661
|
...Array.isArray(i) ? i : [i]
|
|
48677
48662
|
],
|
|
48678
|
-
...
|
|
48679
|
-
children:
|
|
48663
|
+
...d,
|
|
48664
|
+
children: n
|
|
48680
48665
|
}
|
|
48681
|
-
),
|
|
48666
|
+
), Re = ({
|
|
48682
48667
|
disabled: e = false,
|
|
48683
|
-
label:
|
|
48684
|
-
shrink:
|
|
48685
|
-
variant:
|
|
48668
|
+
label: o = "",
|
|
48669
|
+
shrink: n = true,
|
|
48670
|
+
variant: r = "outlined",
|
|
48686
48671
|
...i
|
|
48687
48672
|
}) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
48688
48673
|
TextField,
|
|
48689
48674
|
{
|
|
48690
48675
|
InputLabelProps: {
|
|
48691
|
-
shrink:
|
|
48676
|
+
shrink: n
|
|
48692
48677
|
},
|
|
48693
48678
|
disabled: e,
|
|
48694
|
-
label:
|
|
48695
|
-
variant:
|
|
48679
|
+
label: o,
|
|
48680
|
+
variant: r,
|
|
48696
48681
|
...i
|
|
48697
48682
|
}
|
|
48698
48683
|
);
|
|
@@ -48700,158 +48685,134 @@ const C = {
|
|
|
48700
48685
|
REACT: "react",
|
|
48701
48686
|
REACT_NATIVE: "react_native",
|
|
48702
48687
|
NATIVE: "native"
|
|
48703
|
-
},
|
|
48688
|
+
}, k = {
|
|
48704
48689
|
LIGHT: "light",
|
|
48705
48690
|
DARK: "dark"
|
|
48706
48691
|
}; React__default.createContext(distExports.light); React__default.createContext(
|
|
48707
|
-
distExports.buildTheme(
|
|
48708
|
-
); const
|
|
48692
|
+
distExports.buildTheme(k.LIGHT, C.REACT_NATIVE)
|
|
48693
|
+
); const h = {
|
|
48709
48694
|
LIGHT: "light",
|
|
48710
48695
|
DARK: "dark"
|
|
48711
|
-
},
|
|
48696
|
+
}, t = {
|
|
48697
|
+
Black: "#000000",
|
|
48698
|
+
Error100: "#FCD2CF",
|
|
48699
|
+
Error200: "#F45532",
|
|
48700
|
+
Error300: "#DF320C",
|
|
48701
|
+
Error400: "#C61A0B",
|
|
48702
|
+
Error500: "#AE0A0A",
|
|
48703
|
+
Neutral100: "#F8F9FB",
|
|
48704
|
+
Neutral200: "#EEF1F6",
|
|
48705
|
+
Neutral300: "#E4E8EE",
|
|
48706
|
+
Neutral400: "#CDD3DD",
|
|
48707
|
+
Neutral500: "#A8B1BD",
|
|
48708
|
+
Neutral600: "#6A7381",
|
|
48709
|
+
Neutral700: "#49505A",
|
|
48710
|
+
Neutral800: "#1F2329",
|
|
48711
|
+
Neutral900: "#121417",
|
|
48712
|
+
Primary100: "#E7F0FE",
|
|
48713
|
+
Primary200: "#69A1FA",
|
|
48714
|
+
Primary300: "#2D64EF",
|
|
48715
|
+
Primary400: "#095ADB",
|
|
48716
|
+
Primary500: "#0749B2",
|
|
48717
|
+
Success100: "#BEFDDC",
|
|
48718
|
+
Success150: "#73F7B8",
|
|
48719
|
+
Success200: "#00E998",
|
|
48720
|
+
Success300: "#12875E",
|
|
48721
|
+
Success400: "#0E6848",
|
|
48722
|
+
Success500: "#0A4D36",
|
|
48723
|
+
Warning100: "#FEF7B9",
|
|
48724
|
+
Warning200: "#FFDA6C",
|
|
48725
|
+
Warning300: "#FFB400",
|
|
48726
|
+
Warning400: "#E07C02",
|
|
48727
|
+
Warning500: "#C33E01",
|
|
48728
|
+
White: "#FFFFFF"
|
|
48729
|
+
}, H0 = (e) => createPalette({
|
|
48712
48730
|
mode: e,
|
|
48713
48731
|
border: {
|
|
48714
|
-
lighter: e === "light" ?
|
|
48715
|
-
|
|
48716
|
-
|
|
48717
|
-
|
|
48718
|
-
|
|
48719
|
-
// Neutral400 | Neutral600
|
|
48720
|
-
dark: "#A8B1BD",
|
|
48721
|
-
// Neutral500 | Neutral500
|
|
48722
|
-
darker: e === "light" ? "#6A7381" : "#CDD3DD"
|
|
48723
|
-
// Neutral600 | Neutral400
|
|
48732
|
+
lighter: e === "light" ? t.Neutral200 : t.Neutral800,
|
|
48733
|
+
light: e === "light" ? t.Neutral300 : t.Neutral700,
|
|
48734
|
+
main: e === "light" ? t.Neutral400 : t.Neutral600,
|
|
48735
|
+
dark: t.Neutral500,
|
|
48736
|
+
darker: e === "light" ? t.Neutral600 : t.Neutral400
|
|
48724
48737
|
},
|
|
48725
48738
|
common: {
|
|
48726
|
-
white:
|
|
48727
|
-
|
|
48728
|
-
black: "#000000"
|
|
48729
|
-
// Black
|
|
48739
|
+
white: t.White,
|
|
48740
|
+
black: t.Black
|
|
48730
48741
|
},
|
|
48731
48742
|
primary: {
|
|
48732
|
-
lighter:
|
|
48733
|
-
|
|
48734
|
-
|
|
48735
|
-
|
|
48736
|
-
|
|
48737
|
-
// Primary300
|
|
48738
|
-
dark: "#095ADB",
|
|
48739
|
-
// Primary400
|
|
48740
|
-
darker: "#0749B2"
|
|
48741
|
-
// Primary500
|
|
48743
|
+
lighter: t.Primary100,
|
|
48744
|
+
light: t.Primary200,
|
|
48745
|
+
main: t.Primary300,
|
|
48746
|
+
dark: t.Primary400,
|
|
48747
|
+
darker: t.Primary500
|
|
48742
48748
|
},
|
|
48743
48749
|
secondary: {
|
|
48744
|
-
lighter: e === "light" ?
|
|
48745
|
-
|
|
48746
|
-
|
|
48747
|
-
|
|
48748
|
-
|
|
48749
|
-
// Neutral700 | Neutral400
|
|
48750
|
-
dark: e === "light" ? "#1F2329" : "#A8B1BD",
|
|
48751
|
-
// Neutral800 | Neutral500
|
|
48752
|
-
darker: e === "light" ? "#121417" : "#6A7381"
|
|
48753
|
-
// Neutral900 | Neutral600
|
|
48750
|
+
lighter: e === "light" ? t.Neutral500 : t.Neutral200,
|
|
48751
|
+
light: e === "light" ? t.Neutral600 : t.Neutral300,
|
|
48752
|
+
main: e === "light" ? t.Neutral700 : t.Neutral400,
|
|
48753
|
+
dark: e === "light" ? t.Neutral800 : t.Neutral500,
|
|
48754
|
+
darker: e === "light" ? t.Neutral900 : t.Neutral600
|
|
48754
48755
|
},
|
|
48755
48756
|
text: {
|
|
48756
|
-
primary: e === "light" ?
|
|
48757
|
-
|
|
48758
|
-
|
|
48759
|
-
// Neutral700 | Neutral500
|
|
48760
|
-
disabled: e === "light" ? "#A8B1BD" : "#6A7381"
|
|
48761
|
-
// Neutral500 | Neutral600
|
|
48757
|
+
primary: e === "light" ? t.Neutral900 : t.White,
|
|
48758
|
+
secondary: e === "light" ? t.Neutral700 : t.Neutral500,
|
|
48759
|
+
disabled: e === "light" ? t.Neutral500 : t.Neutral600
|
|
48762
48760
|
},
|
|
48763
48761
|
error: {
|
|
48764
|
-
lighter: e === "light" ?
|
|
48765
|
-
|
|
48766
|
-
|
|
48767
|
-
|
|
48768
|
-
|
|
48769
|
-
// Error300 | Error200
|
|
48770
|
-
dark: e === "light" ? "#C61A0B" : "#DF320C",
|
|
48771
|
-
// Error400 | Error300
|
|
48772
|
-
darker: e === "light" ? "#AE0A0A" : "#C61A0B"
|
|
48773
|
-
// Error500 | Error400
|
|
48762
|
+
lighter: e === "light" ? t.Error100 : t.Error300,
|
|
48763
|
+
light: e === "light" ? t.Error200 : t.Error100,
|
|
48764
|
+
main: e === "light" ? t.Error300 : t.Error200,
|
|
48765
|
+
dark: e === "light" ? t.Error400 : t.Error300,
|
|
48766
|
+
darker: e === "light" ? t.Error500 : t.Error400
|
|
48774
48767
|
},
|
|
48775
48768
|
warning: {
|
|
48776
|
-
lighter:
|
|
48777
|
-
light:
|
|
48778
|
-
|
|
48779
|
-
|
|
48780
|
-
|
|
48781
|
-
dark: "#E07C02",
|
|
48782
|
-
// Warning400
|
|
48783
|
-
darker: "#C33E01"
|
|
48769
|
+
lighter: t.Warning100,
|
|
48770
|
+
light: t.Warning200,
|
|
48771
|
+
main: t.Warning300,
|
|
48772
|
+
dark: t.Warning400,
|
|
48773
|
+
darker: t.Warning500
|
|
48784
48774
|
},
|
|
48785
48775
|
info: {
|
|
48786
|
-
lighter:
|
|
48787
|
-
|
|
48788
|
-
|
|
48789
|
-
|
|
48790
|
-
|
|
48791
|
-
// Primary300
|
|
48792
|
-
dark: "#095ADB",
|
|
48793
|
-
// Primary400
|
|
48794
|
-
darker: "#0749B2"
|
|
48795
|
-
// Primary500
|
|
48776
|
+
lighter: t.Primary100,
|
|
48777
|
+
light: t.Primary200,
|
|
48778
|
+
main: t.Primary300,
|
|
48779
|
+
dark: t.Primary400,
|
|
48780
|
+
darker: t.Primary500
|
|
48796
48781
|
},
|
|
48797
48782
|
success: {
|
|
48798
|
-
lighter:
|
|
48799
|
-
|
|
48800
|
-
|
|
48801
|
-
|
|
48802
|
-
|
|
48803
|
-
// Success300 | Success200
|
|
48804
|
-
dark: e === "light" ? "#0E6848" : "#12875E",
|
|
48805
|
-
// Success400 | Success300
|
|
48806
|
-
darker: e === "light" ? "#0A4D36" : "#0E6848"
|
|
48807
|
-
// Success500 | Success400
|
|
48783
|
+
lighter: t.Success100,
|
|
48784
|
+
light: e === "light" ? t.Success200 : t.Success150,
|
|
48785
|
+
main: e === "light" ? t.Success300 : t.Success200,
|
|
48786
|
+
dark: e === "light" ? t.Success400 : t.Success300,
|
|
48787
|
+
darker: e === "light" ? t.Success500 : t.Success400
|
|
48808
48788
|
},
|
|
48809
48789
|
grey: {
|
|
48810
|
-
100:
|
|
48811
|
-
|
|
48812
|
-
|
|
48813
|
-
|
|
48814
|
-
|
|
48815
|
-
|
|
48816
|
-
|
|
48817
|
-
|
|
48818
|
-
|
|
48819
|
-
// Neutral500
|
|
48820
|
-
600: "#6A7381",
|
|
48821
|
-
// Neutral600
|
|
48822
|
-
700: "#49505A",
|
|
48823
|
-
// Neutral700
|
|
48824
|
-
800: "#1F2329",
|
|
48825
|
-
// Neutral800
|
|
48826
|
-
900: "#121417"
|
|
48827
|
-
// Neutral900
|
|
48790
|
+
100: t.Neutral100,
|
|
48791
|
+
200: t.Neutral200,
|
|
48792
|
+
300: t.Neutral300,
|
|
48793
|
+
400: t.Neutral400,
|
|
48794
|
+
500: t.Neutral500,
|
|
48795
|
+
600: t.Neutral600,
|
|
48796
|
+
700: t.Neutral700,
|
|
48797
|
+
800: t.Neutral800,
|
|
48798
|
+
900: t.Neutral900
|
|
48828
48799
|
},
|
|
48829
48800
|
action: {
|
|
48830
|
-
active: e === "light" ?
|
|
48831
|
-
|
|
48832
|
-
|
|
48833
|
-
|
|
48834
|
-
disabledBackground: e === "light" ? "#EEF1F6" : "#49505A",
|
|
48835
|
-
// Neutral200 | Neutral700
|
|
48836
|
-
hover: e === "light" ? "#F8F9FB" : "#1F2329",
|
|
48837
|
-
// Neutral100 | Neutral800
|
|
48801
|
+
active: e === "light" ? t.Primary300 : t.Primary200,
|
|
48802
|
+
disabled: t.Neutral500,
|
|
48803
|
+
disabledBackground: e === "light" ? t.Neutral200 : t.Neutral700,
|
|
48804
|
+
hover: e === "light" ? t.Neutral100 : t.Neutral800,
|
|
48838
48805
|
hoverOpacity: 0.1,
|
|
48839
|
-
selected: e === "light" ?
|
|
48840
|
-
// Primary300 | Primary200
|
|
48806
|
+
selected: e === "light" ? t.Primary300 : t.Primary200,
|
|
48841
48807
|
selectedOpacity: 0.1
|
|
48842
48808
|
},
|
|
48843
48809
|
background: {
|
|
48844
|
-
default: e === "light" ?
|
|
48845
|
-
|
|
48846
|
-
|
|
48847
|
-
|
|
48848
|
-
highlight: e === "light" ? "#EEF1F6" : "#6A7381",
|
|
48849
|
-
// Neutral200 | Neutral600
|
|
48850
|
-
highlightPrimary: e === "light" ? "#E7F0FE" : "#0749B2"
|
|
48851
|
-
// Primary100 | Primary500
|
|
48810
|
+
default: e === "light" ? t.Neutral100 : t.Neutral800,
|
|
48811
|
+
paper: e === "light" ? t.White : t.Neutral900,
|
|
48812
|
+
highlight: e === "light" ? t.Neutral200 : t.Neutral600,
|
|
48813
|
+
highlightPrimary: e === "light" ? t.Primary100 : t.Primary500
|
|
48852
48814
|
},
|
|
48853
|
-
divider: e === "light" ?
|
|
48854
|
-
// Neutral400 | Neutral700
|
|
48815
|
+
divider: e === "light" ? t.Neutral400 : t.Neutral700,
|
|
48855
48816
|
categories: {
|
|
48856
48817
|
autoTransport: "#4B9DBC",
|
|
48857
48818
|
billsUtilities: "#EF8B2C",
|
|
@@ -48892,8 +48853,8 @@ const C = {
|
|
|
48892
48853
|
chartMono5: "#034AB3",
|
|
48893
48854
|
chartMono6: "#002966"
|
|
48894
48855
|
}
|
|
48895
|
-
}),
|
|
48896
|
-
fontFamily:
|
|
48856
|
+
}), T = "Inter, Helvetica, Arial, sans-serif", S0 = (e) => createTypography(e, {
|
|
48857
|
+
fontFamily: T,
|
|
48897
48858
|
fontSize: 15,
|
|
48898
48859
|
Body: {
|
|
48899
48860
|
fontSize: 15,
|
|
@@ -48905,19 +48866,19 @@ const C = {
|
|
|
48905
48866
|
},
|
|
48906
48867
|
caption: void 0,
|
|
48907
48868
|
H1: {
|
|
48908
|
-
fontFamily:
|
|
48869
|
+
fontFamily: T,
|
|
48909
48870
|
fontWeight: 700,
|
|
48910
48871
|
fontSize: 31,
|
|
48911
48872
|
lineHeight: "40px"
|
|
48912
48873
|
},
|
|
48913
48874
|
H2: {
|
|
48914
|
-
fontFamily:
|
|
48875
|
+
fontFamily: T,
|
|
48915
48876
|
fontWeight: 700,
|
|
48916
48877
|
fontSize: 23,
|
|
48917
48878
|
lineHeight: "32px"
|
|
48918
48879
|
},
|
|
48919
48880
|
H3: {
|
|
48920
|
-
fontFamily:
|
|
48881
|
+
fontFamily: T,
|
|
48921
48882
|
fontWeight: 700,
|
|
48922
48883
|
fontSize: 18,
|
|
48923
48884
|
lineHeight: "24px"
|
|
@@ -48950,14 +48911,14 @@ const C = {
|
|
|
48950
48911
|
}
|
|
48951
48912
|
});
|
|
48952
48913
|
LicenseInfo.setLicenseKey(
|
|
48953
|
-
"
|
|
48914
|
+
"6e7dd593526efa1f157230ecf06c9b02Tz0xMDA5NjAsRT0xNzYyMDQxNjAwMDAwLFM9cHJvLExNPWFubnVhbCxQVj1RMy0yMDI0LEtWPTI="
|
|
48954
48915
|
);
|
|
48955
|
-
const
|
|
48956
|
-
|
|
48957
|
-
|
|
48958
|
-
|
|
48959
|
-
const
|
|
48960
|
-
const
|
|
48916
|
+
const L = [...createTheme().shadows];
|
|
48917
|
+
L[1] = "0px 2px 8px rgba(106, 115, 129, 0.12)";
|
|
48918
|
+
L[2] = "0px 6px 12px rgba(106, 115, 129, 0.16), 0px 3px 8px rgba(87, 102, 117, 0.06)";
|
|
48919
|
+
L[3] = "0px 12px 20px rgba(106, 115, 129, 0.22)";
|
|
48920
|
+
const E = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", B = "inset 0px 0px 0px 2px rgba(82, 138, 224, 0.8)", D0 = "cubic-bezier(.475,.425,0,.995)", Oe = (e) => {
|
|
48921
|
+
const o = H0(e), n = S0(o);
|
|
48961
48922
|
return createTheme({
|
|
48962
48923
|
breakpoints: {
|
|
48963
48924
|
values: {
|
|
@@ -48968,22 +48929,22 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
48968
48929
|
xl: 1200
|
|
48969
48930
|
}
|
|
48970
48931
|
},
|
|
48971
|
-
palette:
|
|
48972
|
-
shadows:
|
|
48932
|
+
palette: o,
|
|
48933
|
+
shadows: L,
|
|
48973
48934
|
shape: {
|
|
48974
48935
|
borderRadius: 4
|
|
48975
48936
|
},
|
|
48976
48937
|
spacing: 1,
|
|
48977
|
-
typography:
|
|
48938
|
+
typography: n,
|
|
48978
48939
|
components: {
|
|
48979
48940
|
MuiAutocomplete: {
|
|
48980
48941
|
styleOverrides: {
|
|
48981
|
-
root: ({ theme:
|
|
48942
|
+
root: ({ theme: r }) => ({
|
|
48982
48943
|
"& .MuiAutocomplete-endAdornment": {
|
|
48983
48944
|
marginTop: -5
|
|
48984
48945
|
},
|
|
48985
48946
|
"& .MuiIconButton-root": {
|
|
48986
|
-
color:
|
|
48947
|
+
color: r.palette.mode === "light" ? r.palette.grey[700] : r.palette.grey[400],
|
|
48987
48948
|
"&:hover": {
|
|
48988
48949
|
backgroundColor: "inherit"
|
|
48989
48950
|
}
|
|
@@ -48994,36 +48955,36 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
48994
48955
|
MuiAlert: {
|
|
48995
48956
|
defaultProps: {
|
|
48996
48957
|
iconMapping: {
|
|
48997
|
-
success: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
48998
|
-
error: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
48999
|
-
warning: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
49000
|
-
info: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
48958
|
+
success: /* @__PURE__ */ jsxRuntimeExports.jsx(M, { fill: true, name: "check_circle", size: 24, weight: 400 }),
|
|
48959
|
+
error: /* @__PURE__ */ jsxRuntimeExports.jsx(M, { fill: true, name: "error", size: 24, weight: 400 }),
|
|
48960
|
+
warning: /* @__PURE__ */ jsxRuntimeExports.jsx(M, { fill: true, name: "warning", size: 24, weight: 400 }),
|
|
48961
|
+
info: /* @__PURE__ */ jsxRuntimeExports.jsx(M, { fill: true, name: "info", size: 24, weight: 400 })
|
|
49001
48962
|
}
|
|
49002
48963
|
},
|
|
49003
48964
|
styleOverrides: {
|
|
49004
|
-
|
|
49005
|
-
|
|
49006
|
-
|
|
48965
|
+
standard: ({ theme: r }) => ({
|
|
48966
|
+
background: r.palette.background.paper,
|
|
48967
|
+
color: r.palette.text.primary
|
|
49007
48968
|
}),
|
|
49008
|
-
|
|
49009
|
-
|
|
48969
|
+
root: {
|
|
48970
|
+
alignItems: "center",
|
|
48971
|
+
borderRadius: 6,
|
|
48972
|
+
fontSize: 15
|
|
48973
|
+
},
|
|
48974
|
+
action: {
|
|
49010
48975
|
paddingTop: 0,
|
|
49011
|
-
height: "100%",
|
|
49012
48976
|
"& .MuiIconButton-root": {
|
|
49013
48977
|
"&:hover": {
|
|
49014
48978
|
backgroundColor: "rgba(18, 20, 23, 0.1);"
|
|
49015
48979
|
}
|
|
49016
48980
|
}
|
|
49017
|
-
}
|
|
49018
|
-
message: ({ theme: t }) => ({
|
|
49019
|
-
color: t.palette.text.primary
|
|
49020
|
-
})
|
|
48981
|
+
}
|
|
49021
48982
|
}
|
|
49022
48983
|
},
|
|
49023
48984
|
MuiAvatar: {
|
|
49024
48985
|
styleOverrides: {
|
|
49025
|
-
root: ({ theme:
|
|
49026
|
-
backgroundColor:
|
|
48986
|
+
root: ({ theme: r }) => ({
|
|
48987
|
+
backgroundColor: r.palette.mode === h.LIGHT ? r.palette.grey[400] : r.palette.grey[700]
|
|
49027
48988
|
})
|
|
49028
48989
|
}
|
|
49029
48990
|
},
|
|
@@ -49034,15 +48995,15 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49034
48995
|
styleOverrides: {
|
|
49035
48996
|
root: {
|
|
49036
48997
|
"&.Mui-focusVisible": {
|
|
49037
|
-
boxShadow:
|
|
48998
|
+
boxShadow: E
|
|
49038
48999
|
}
|
|
49039
49000
|
}
|
|
49040
49001
|
}
|
|
49041
49002
|
},
|
|
49042
49003
|
MuiButton: {
|
|
49043
49004
|
styleOverrides: {
|
|
49044
|
-
contained: ({ ownerState:
|
|
49045
|
-
...i.palette.mode ===
|
|
49005
|
+
contained: ({ ownerState: r, theme: i }) => ({
|
|
49006
|
+
...i.palette.mode === h.DARK && r.color === "primary" && {
|
|
49046
49007
|
color: i.palette.grey[900],
|
|
49047
49008
|
backgroundColor: i.palette.primary.light
|
|
49048
49009
|
},
|
|
@@ -49051,45 +49012,45 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49051
49012
|
boxShadow: "none"
|
|
49052
49013
|
},
|
|
49053
49014
|
"&:active": {
|
|
49054
|
-
backgroundColor:
|
|
49015
|
+
backgroundColor: r.color === "error" ? i.palette.error.darker : i.palette.primary.darker
|
|
49055
49016
|
}
|
|
49056
49017
|
}),
|
|
49057
|
-
outlined: ({ theme:
|
|
49058
|
-
borderColor:
|
|
49018
|
+
outlined: ({ theme: r }) => ({
|
|
49019
|
+
borderColor: r.palette.border.main,
|
|
49059
49020
|
"&:hover": {
|
|
49060
|
-
borderColor:
|
|
49021
|
+
borderColor: r.palette.border.dark
|
|
49061
49022
|
},
|
|
49062
49023
|
"&:active": {
|
|
49063
|
-
borderColor:
|
|
49024
|
+
borderColor: r.palette.border.darker
|
|
49064
49025
|
}
|
|
49065
49026
|
}),
|
|
49066
|
-
outlinedPrimary: ({ theme:
|
|
49067
|
-
...
|
|
49068
|
-
color:
|
|
49027
|
+
outlinedPrimary: ({ theme: r }) => ({
|
|
49028
|
+
...r.palette.mode === h.DARK && {
|
|
49029
|
+
color: r.palette.primary.light
|
|
49069
49030
|
}
|
|
49070
49031
|
}),
|
|
49071
|
-
text: ({ ownerState:
|
|
49032
|
+
text: ({ ownerState: r, theme: i }) => ({
|
|
49072
49033
|
"&:active": {
|
|
49073
|
-
...
|
|
49034
|
+
...r.color === "error" && {
|
|
49074
49035
|
backgroundColor: i.palette.error.lighter
|
|
49075
49036
|
},
|
|
49076
|
-
...
|
|
49037
|
+
...r.color === "primary" && {
|
|
49077
49038
|
backgroundColor: i.palette.primary.light
|
|
49078
49039
|
},
|
|
49079
|
-
...
|
|
49040
|
+
...r.color === "secondary" && {
|
|
49080
49041
|
backgroundColor: i.palette.secondary.lighter
|
|
49081
49042
|
},
|
|
49082
|
-
...i.palette.mode ===
|
|
49043
|
+
...i.palette.mode === h.DARK && {
|
|
49083
49044
|
color: i.palette.common.white
|
|
49084
49045
|
},
|
|
49085
|
-
...i.palette.mode ===
|
|
49046
|
+
...i.palette.mode === h.DARK && r.color === "secondary" && {
|
|
49086
49047
|
color: i.palette.secondary.darker
|
|
49087
49048
|
}
|
|
49088
49049
|
}
|
|
49089
49050
|
}),
|
|
49090
|
-
textPrimary: ({ theme:
|
|
49091
|
-
...
|
|
49092
|
-
color:
|
|
49051
|
+
textPrimary: ({ theme: r }) => ({
|
|
49052
|
+
...r.palette.mode === h.DARK && {
|
|
49053
|
+
color: r.palette.primary.light
|
|
49093
49054
|
}
|
|
49094
49055
|
}),
|
|
49095
49056
|
root: {
|
|
@@ -49101,7 +49062,7 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49101
49062
|
cursor: "not-allowed"
|
|
49102
49063
|
},
|
|
49103
49064
|
"&.Mui-focusVisible": {
|
|
49104
|
-
boxShadow:
|
|
49065
|
+
boxShadow: E
|
|
49105
49066
|
}
|
|
49106
49067
|
},
|
|
49107
49068
|
sizeMedium: {
|
|
@@ -49114,43 +49075,43 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49114
49075
|
disableRipple: true
|
|
49115
49076
|
},
|
|
49116
49077
|
styleOverrides: {
|
|
49117
|
-
root: ({ theme:
|
|
49078
|
+
root: ({ theme: r }) => ({
|
|
49118
49079
|
"&:hover": {
|
|
49119
|
-
borderColor:
|
|
49080
|
+
borderColor: r.palette.border.dark
|
|
49120
49081
|
},
|
|
49121
49082
|
"button:hover + button": {
|
|
49122
|
-
borderLeftColor:
|
|
49083
|
+
borderLeftColor: r.palette.border.dark
|
|
49123
49084
|
},
|
|
49124
49085
|
"&:active": {
|
|
49125
|
-
borderColor:
|
|
49086
|
+
borderColor: r.palette.border.darker
|
|
49126
49087
|
},
|
|
49127
49088
|
"button:active + button": {
|
|
49128
|
-
borderLeftColor:
|
|
49089
|
+
borderLeftColor: r.palette.border.darker
|
|
49129
49090
|
}
|
|
49130
49091
|
})
|
|
49131
49092
|
}
|
|
49132
49093
|
},
|
|
49133
49094
|
MuiTabs: {
|
|
49134
49095
|
styleOverrides: {
|
|
49135
|
-
indicator: ({ theme:
|
|
49096
|
+
indicator: ({ theme: r }) => ({
|
|
49136
49097
|
height: 3,
|
|
49137
|
-
backgroundColor:
|
|
49098
|
+
backgroundColor: r.palette.action.selected
|
|
49138
49099
|
})
|
|
49139
49100
|
}
|
|
49140
49101
|
},
|
|
49141
49102
|
MuiTab: {
|
|
49142
49103
|
styleOverrides: {
|
|
49143
|
-
root: ({ theme:
|
|
49104
|
+
root: ({ theme: r }) => ({
|
|
49144
49105
|
textTransform: "none",
|
|
49145
49106
|
fontWeight: 600,
|
|
49146
49107
|
"&.Mui-focusVisible": {
|
|
49147
|
-
boxShadow:
|
|
49108
|
+
boxShadow: B
|
|
49148
49109
|
},
|
|
49149
49110
|
"&:not(.Mui-selected)": {
|
|
49150
|
-
borderBottom: `2px solid ${
|
|
49111
|
+
borderBottom: `2px solid ${r.palette.divider}`
|
|
49151
49112
|
},
|
|
49152
49113
|
"&.Mui-selected": {
|
|
49153
|
-
color:
|
|
49114
|
+
color: r.palette.action.selected,
|
|
49154
49115
|
paddingBottom: 13
|
|
49155
49116
|
}
|
|
49156
49117
|
})
|
|
@@ -49158,35 +49119,35 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49158
49119
|
},
|
|
49159
49120
|
MuiCheckbox: {
|
|
49160
49121
|
styleOverrides: {
|
|
49161
|
-
root: ({ theme:
|
|
49162
|
-
color:
|
|
49122
|
+
root: ({ theme: r }) => ({
|
|
49123
|
+
color: r.palette.mode === h.LIGHT ? r.palette.grey[800] : r.palette.common.white,
|
|
49163
49124
|
"&:hover": {
|
|
49164
49125
|
backgroundColor: "transparent"
|
|
49165
49126
|
},
|
|
49166
49127
|
"&.Mui-checked": {
|
|
49167
|
-
color:
|
|
49128
|
+
color: r.palette.mode === h.LIGHT ? r.palette.primary.main : r.palette.common.white
|
|
49168
49129
|
},
|
|
49169
49130
|
"&.MuiCheckbox-colorError": {
|
|
49170
|
-
color:
|
|
49131
|
+
color: r.palette.error.main
|
|
49171
49132
|
}
|
|
49172
49133
|
})
|
|
49173
49134
|
}
|
|
49174
49135
|
},
|
|
49175
49136
|
MuiChip: {
|
|
49176
49137
|
styleOverrides: {
|
|
49177
|
-
outlined: ({ theme:
|
|
49178
|
-
const { common: i, grey:
|
|
49138
|
+
outlined: ({ theme: r }) => {
|
|
49139
|
+
const { common: i, grey: l, mode: c } = r.palette;
|
|
49179
49140
|
return {
|
|
49180
49141
|
backgroundColor: "transparent",
|
|
49181
|
-
borderColor:
|
|
49142
|
+
borderColor: c === h.LIGHT ? l[600] : l[500],
|
|
49182
49143
|
borderWidth: 1,
|
|
49183
|
-
color:
|
|
49144
|
+
color: c === h.LIGHT ? l[900] : i.white,
|
|
49184
49145
|
fontSize: 11,
|
|
49185
49146
|
// XSmall
|
|
49186
49147
|
height: 24,
|
|
49187
49148
|
"&:hover": {
|
|
49188
|
-
borderColor:
|
|
49189
|
-
backgroundColor:
|
|
49149
|
+
borderColor: c === h.LIGHT ? l[300] : l[600],
|
|
49150
|
+
backgroundColor: c === h.LIGHT ? l[300] : l[600]
|
|
49190
49151
|
}
|
|
49191
49152
|
};
|
|
49192
49153
|
},
|
|
@@ -49233,31 +49194,31 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49233
49194
|
},
|
|
49234
49195
|
MuiDayCalendar: {
|
|
49235
49196
|
styleOverrides: {
|
|
49236
|
-
weekDayLabel: ({ theme:
|
|
49197
|
+
weekDayLabel: ({ theme: r }) => ({
|
|
49237
49198
|
// TODO: Need to add additional styles to the theme such as SmallBold or use Caption
|
|
49238
|
-
fontSize:
|
|
49199
|
+
fontSize: r.typography.Small.fontSize,
|
|
49239
49200
|
fontWeight: 700
|
|
49240
49201
|
})
|
|
49241
49202
|
}
|
|
49242
49203
|
},
|
|
49243
49204
|
MuiDataGrid: {
|
|
49244
49205
|
styleOverrides: {
|
|
49245
|
-
root: ({ theme:
|
|
49206
|
+
root: ({ theme: r }) => ({
|
|
49246
49207
|
border: "none",
|
|
49247
49208
|
borderRadius: 0,
|
|
49248
|
-
fontSize:
|
|
49209
|
+
fontSize: r.typography.Small.fontSize,
|
|
49249
49210
|
"& .MuiDataGrid-cell": {
|
|
49250
49211
|
display: "flex",
|
|
49251
49212
|
alignItems: "center",
|
|
49252
49213
|
borderTop: "1px solid",
|
|
49253
|
-
borderColor:
|
|
49214
|
+
borderColor: r.palette.background.highlight
|
|
49254
49215
|
},
|
|
49255
49216
|
"& .MuiDataGrid-cell:focus": { outline: "unset" },
|
|
49256
49217
|
"& .MuiDataGrid-iconSeparator": { display: "none" },
|
|
49257
49218
|
"& .MuiDataGrid-columnHeaders": {
|
|
49258
|
-
backgroundColor:
|
|
49219
|
+
backgroundColor: r.palette.background.paper,
|
|
49259
49220
|
borderBottom: "2px solid",
|
|
49260
|
-
borderColor:
|
|
49221
|
+
borderColor: r.palette.divider
|
|
49261
49222
|
},
|
|
49262
49223
|
"& .MuiDataGrid-columnHeaderTitle": {
|
|
49263
49224
|
fontWeight: 600
|
|
@@ -49282,7 +49243,7 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49282
49243
|
},
|
|
49283
49244
|
MuiDateRangePickerDay: {
|
|
49284
49245
|
styleOverrides: {
|
|
49285
|
-
root: ({ theme:
|
|
49246
|
+
root: ({ theme: r }) => ({
|
|
49286
49247
|
":first-of-type": {
|
|
49287
49248
|
borderTopLeftRadius: 4,
|
|
49288
49249
|
borderBottomLeftRadius: 4,
|
|
@@ -49303,7 +49264,7 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49303
49264
|
borderRadius: 4
|
|
49304
49265
|
},
|
|
49305
49266
|
"& .MuiPickersDay-dayOutsideMonth": {
|
|
49306
|
-
color:
|
|
49267
|
+
color: r.palette.grey[500]
|
|
49307
49268
|
}
|
|
49308
49269
|
}),
|
|
49309
49270
|
day: {
|
|
@@ -49344,8 +49305,8 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49344
49305
|
"aria-hidden": true
|
|
49345
49306
|
},
|
|
49346
49307
|
styleOverrides: {
|
|
49347
|
-
root: ({ theme:
|
|
49348
|
-
borderColor:
|
|
49308
|
+
root: ({ theme: r }) => ({
|
|
49309
|
+
borderColor: r.palette.border.light
|
|
49349
49310
|
}),
|
|
49350
49311
|
inset: {
|
|
49351
49312
|
marginLeft: 68
|
|
@@ -49386,7 +49347,7 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49386
49347
|
// Body
|
|
49387
49348
|
lineHeight: "20px",
|
|
49388
49349
|
// Body
|
|
49389
|
-
transition: `box-shadow 350ms ${
|
|
49350
|
+
transition: `box-shadow 350ms ${D0}`,
|
|
49390
49351
|
width: "100%",
|
|
49391
49352
|
"&.MuiOutlinedInput-input.Mui-disabled": {
|
|
49392
49353
|
padding: 12,
|
|
@@ -49402,7 +49363,7 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49402
49363
|
},
|
|
49403
49364
|
MuiLink: {
|
|
49404
49365
|
styleOverrides: {
|
|
49405
|
-
root: ({ theme:
|
|
49366
|
+
root: ({ theme: r }) => ({
|
|
49406
49367
|
display: "inline-flex",
|
|
49407
49368
|
alignItems: "center",
|
|
49408
49369
|
boxSizing: "border-box",
|
|
@@ -49417,7 +49378,7 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49417
49378
|
outline: "rgba(82, 138, 224, 0.8) auto 1px"
|
|
49418
49379
|
},
|
|
49419
49380
|
"&:hover": {
|
|
49420
|
-
backgroundColor:
|
|
49381
|
+
backgroundColor: r.palette.action.hover,
|
|
49421
49382
|
borderBottom: "1px solid"
|
|
49422
49383
|
},
|
|
49423
49384
|
fontWeight: 600
|
|
@@ -49426,7 +49387,7 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49426
49387
|
variants: [
|
|
49427
49388
|
{
|
|
49428
49389
|
props: { color: "primary" },
|
|
49429
|
-
style: ({ theme:
|
|
49390
|
+
style: ({ theme: r }) => r.palette.mode === h.DARK ? { color: r.palette.primary.light } : {}
|
|
49430
49391
|
}
|
|
49431
49392
|
]
|
|
49432
49393
|
},
|
|
@@ -49452,17 +49413,17 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49452
49413
|
disablePadding: true
|
|
49453
49414
|
},
|
|
49454
49415
|
styleOverrides: {
|
|
49455
|
-
root: ({ ownerState:
|
|
49456
|
-
const { mode:
|
|
49416
|
+
root: ({ ownerState: r, theme: i }) => {
|
|
49417
|
+
const { mode: l, primary: c } = i.palette;
|
|
49457
49418
|
return {
|
|
49458
49419
|
minHeight: 64,
|
|
49459
|
-
...!
|
|
49420
|
+
...!r.disablePadding && {
|
|
49460
49421
|
paddingTop: 12,
|
|
49461
49422
|
paddingBottom: 12,
|
|
49462
49423
|
paddingLeft: 24
|
|
49463
49424
|
},
|
|
49464
49425
|
"& .MuiIconButton-root": {
|
|
49465
|
-
color:
|
|
49426
|
+
color: l === h.LIGHT ? c.main : c.light
|
|
49466
49427
|
}
|
|
49467
49428
|
};
|
|
49468
49429
|
}
|
|
@@ -49470,7 +49431,7 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49470
49431
|
},
|
|
49471
49432
|
MuiCollapse: {
|
|
49472
49433
|
styleOverrides: {
|
|
49473
|
-
root: ({ theme:
|
|
49434
|
+
root: ({ theme: r }) => ({
|
|
49474
49435
|
"& .MuiListItem-root": {
|
|
49475
49436
|
minHeight: 44
|
|
49476
49437
|
},
|
|
@@ -49478,10 +49439,10 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49478
49439
|
minHeight: 44,
|
|
49479
49440
|
paddingLeft: 12,
|
|
49480
49441
|
"&:hover": {
|
|
49481
|
-
backgroundColor: `${
|
|
49442
|
+
backgroundColor: `${r.palette.secondary.lighter}33`
|
|
49482
49443
|
},
|
|
49483
49444
|
"&:active": {
|
|
49484
|
-
backgroundColor: `${
|
|
49445
|
+
backgroundColor: `${r.palette.secondary.lighter}66`
|
|
49485
49446
|
}
|
|
49486
49447
|
}
|
|
49487
49448
|
})
|
|
@@ -49503,21 +49464,21 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49503
49464
|
},
|
|
49504
49465
|
MuiListItemButton: {
|
|
49505
49466
|
styleOverrides: {
|
|
49506
|
-
root: ({ theme:
|
|
49467
|
+
root: ({ theme: r }) => ({
|
|
49507
49468
|
minHeight: 64,
|
|
49508
49469
|
paddingLeft: 24,
|
|
49509
49470
|
paddingRight: 24,
|
|
49510
49471
|
paddingTop: 12,
|
|
49511
49472
|
paddingBottom: 12,
|
|
49512
49473
|
"&.Mui-focusVisible": {
|
|
49513
|
-
boxShadow:
|
|
49474
|
+
boxShadow: B
|
|
49514
49475
|
},
|
|
49515
49476
|
"&:active": {
|
|
49516
|
-
backgroundColor: `${
|
|
49477
|
+
backgroundColor: `${r.palette.secondary.lighter}33`
|
|
49517
49478
|
},
|
|
49518
49479
|
"&.Mui-selected": {
|
|
49519
49480
|
fontWeight: "bold",
|
|
49520
|
-
borderLeft: `3px solid ${
|
|
49481
|
+
borderLeft: `3px solid ${r.palette.primary.main}`,
|
|
49521
49482
|
paddingLeft: 21
|
|
49522
49483
|
}
|
|
49523
49484
|
})
|
|
@@ -49543,10 +49504,10 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49543
49504
|
},
|
|
49544
49505
|
MuiListItemIcon: {
|
|
49545
49506
|
styleOverrides: {
|
|
49546
|
-
root: ({ theme:
|
|
49507
|
+
root: ({ theme: r }) => ({
|
|
49547
49508
|
minWidth: "auto",
|
|
49548
49509
|
marginLeft: 8,
|
|
49549
|
-
color:
|
|
49510
|
+
color: r.palette.text.primary
|
|
49550
49511
|
})
|
|
49551
49512
|
}
|
|
49552
49513
|
},
|
|
@@ -49556,11 +49517,11 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49556
49517
|
// without this it defaults to the secondary color
|
|
49557
49518
|
},
|
|
49558
49519
|
styleOverrides: {
|
|
49559
|
-
root: ({ theme:
|
|
49520
|
+
root: ({ theme: r }) => ({
|
|
49560
49521
|
lineHeight: "inherit",
|
|
49561
49522
|
top: -1,
|
|
49562
49523
|
// This fixes an issue where there is a 1px gap when the subheader sticks to the top while scrolling
|
|
49563
|
-
backgroundColor:
|
|
49524
|
+
backgroundColor: r.palette.background.default
|
|
49564
49525
|
})
|
|
49565
49526
|
}
|
|
49566
49527
|
},
|
|
@@ -49590,14 +49551,14 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49590
49551
|
},
|
|
49591
49552
|
MuiOutlinedInput: {
|
|
49592
49553
|
styleOverrides: {
|
|
49593
|
-
root: ({ theme:
|
|
49554
|
+
root: ({ theme: r }) => ({
|
|
49594
49555
|
"&.Mui-focused": {
|
|
49595
49556
|
"& .MuiOutlinedInput-notchedOutline": {
|
|
49596
49557
|
outline: "none"
|
|
49597
49558
|
}
|
|
49598
49559
|
},
|
|
49599
49560
|
"& .MuiSelect-icon": {
|
|
49600
|
-
color:
|
|
49561
|
+
color: r.palette.mode === h.LIGHT ? r.palette.grey[900] : r.palette.common.white
|
|
49601
49562
|
}
|
|
49602
49563
|
})
|
|
49603
49564
|
}
|
|
@@ -49619,8 +49580,8 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49619
49580
|
},
|
|
49620
49581
|
MuiPickersDay: {
|
|
49621
49582
|
styleOverrides: {
|
|
49622
|
-
today: ({ theme:
|
|
49623
|
-
color:
|
|
49583
|
+
today: ({ theme: r }) => ({
|
|
49584
|
+
color: r.palette.action.selected,
|
|
49624
49585
|
fontWeight: 700,
|
|
49625
49586
|
textDecoration: "2px underline",
|
|
49626
49587
|
textUnderlineOffset: 4,
|
|
@@ -49636,29 +49597,29 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49636
49597
|
backgroundColor: "transparent !important",
|
|
49637
49598
|
padding: 16
|
|
49638
49599
|
},
|
|
49639
|
-
toolbar: ({ theme:
|
|
49600
|
+
toolbar: ({ theme: r }) => ({
|
|
49640
49601
|
gridColumn: "1/4",
|
|
49641
49602
|
"& > .MuiTypography-root": {
|
|
49642
49603
|
textTransform: "uppercase",
|
|
49643
|
-
fontSize:
|
|
49604
|
+
fontSize: r.typography.Small.fontSize,
|
|
49644
49605
|
fontWeight: 600,
|
|
49645
|
-
lineHeight:
|
|
49606
|
+
lineHeight: r.typography.Small.lineHeight
|
|
49646
49607
|
}
|
|
49647
49608
|
})
|
|
49648
49609
|
}
|
|
49649
49610
|
},
|
|
49650
49611
|
MuiPickersToolbar: {
|
|
49651
49612
|
styleOverrides: {
|
|
49652
|
-
content: ({ theme:
|
|
49613
|
+
content: ({ theme: r }) => ({
|
|
49653
49614
|
marginTop: 4,
|
|
49654
49615
|
"& .MuiTypography-root": {
|
|
49655
|
-
fontSize:
|
|
49656
|
-
lineHeight:
|
|
49616
|
+
fontSize: r.typography.H3.fontSize,
|
|
49617
|
+
lineHeight: r.typography.H3.lineHeight
|
|
49657
49618
|
},
|
|
49658
49619
|
"& .MuiPickersToolbarText-root": {
|
|
49659
|
-
color:
|
|
49620
|
+
color: r.palette.mode === h.LIGHT ? r.palette.secondary.light : r.palette.secondary.dark,
|
|
49660
49621
|
"&.Mui-selected": {
|
|
49661
|
-
color:
|
|
49622
|
+
color: r.palette.text.primary
|
|
49662
49623
|
}
|
|
49663
49624
|
}
|
|
49664
49625
|
})
|
|
@@ -49684,20 +49645,20 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49684
49645
|
},
|
|
49685
49646
|
MuiSnackbar: {
|
|
49686
49647
|
styleOverrides: {
|
|
49687
|
-
root: ({ theme:
|
|
49648
|
+
root: ({ theme: r }) => ({
|
|
49688
49649
|
"& .MuiAlert-icon": {
|
|
49689
|
-
color:
|
|
49650
|
+
color: r.palette.success.contrastText
|
|
49690
49651
|
},
|
|
49691
49652
|
"& .MuiAlert-message": {
|
|
49692
|
-
color:
|
|
49653
|
+
color: r.palette.success.contrastText
|
|
49693
49654
|
}
|
|
49694
49655
|
})
|
|
49695
49656
|
}
|
|
49696
49657
|
},
|
|
49697
49658
|
MuiSwitch: {
|
|
49698
49659
|
styleOverrides: {
|
|
49699
|
-
root: ({ theme:
|
|
49700
|
-
const { grey: i, mode:
|
|
49660
|
+
root: ({ theme: r }) => {
|
|
49661
|
+
const { grey: i, mode: l } = r.palette;
|
|
49701
49662
|
return {
|
|
49702
49663
|
width: 34,
|
|
49703
49664
|
height: 18,
|
|
@@ -49721,10 +49682,10 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49721
49682
|
}
|
|
49722
49683
|
},
|
|
49723
49684
|
"&.Mui-disabled .MuiSwitch-thumb": {
|
|
49724
|
-
color:
|
|
49685
|
+
color: l === h.LIGHT ? i[100] : i[600]
|
|
49725
49686
|
},
|
|
49726
49687
|
"&.Mui-disabled + .MuiSwitch-track": {
|
|
49727
|
-
opacity:
|
|
49688
|
+
opacity: l === h.LIGHT ? 0.7 : 0.3
|
|
49728
49689
|
},
|
|
49729
49690
|
"&.Mui-focusVisible .MuiSwitch-thumb": {
|
|
49730
49691
|
color: "#0AC295",
|
|
@@ -49738,7 +49699,7 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49738
49699
|
height: 14
|
|
49739
49700
|
},
|
|
49740
49701
|
"& .MuiSwitch-track": {
|
|
49741
|
-
backgroundColor:
|
|
49702
|
+
backgroundColor: l === h.LIGHT ? i[400] : i[700],
|
|
49742
49703
|
borderRadius: 18 / 2,
|
|
49743
49704
|
opacity: 1
|
|
49744
49705
|
}
|
|
@@ -49748,8 +49709,8 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49748
49709
|
},
|
|
49749
49710
|
MuiTextField: {
|
|
49750
49711
|
styleOverrides: {
|
|
49751
|
-
root: ({ theme:
|
|
49752
|
-
backgroundColor:
|
|
49712
|
+
root: ({ theme: r }) => ({
|
|
49713
|
+
backgroundColor: r.palette.background.paper
|
|
49753
49714
|
})
|
|
49754
49715
|
}
|
|
49755
49716
|
},
|
|
@@ -49762,7 +49723,7 @@ const z = "0px 0px 0px 2px rgba(82, 138, 224, 0.8)", R = "inset 0px 0px 0px 2px
|
|
|
49762
49723
|
});
|
|
49763
49724
|
};
|
|
49764
49725
|
|
|
49765
|
-
const ProtectedTextField = withProtection(
|
|
49726
|
+
const ProtectedTextField = withProtection(Re);
|
|
49766
49727
|
const ProtectedRadio = withProtection(Radio);
|
|
49767
49728
|
const ProtectedSelect = withProtection(Select$1);
|
|
49768
49729
|
const ProtectedSelectionBox = withProtection(SelectionBox);
|
|
@@ -49832,7 +49793,15 @@ const InstitutionGridTile = (props) => {
|
|
|
49832
49793
|
},
|
|
49833
49794
|
type: "button",
|
|
49834
49795
|
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: styles.institutionBodyContainer, children: [
|
|
49835
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "iconTile " + dist.css(styles.iconTile), style: styles.iconTile, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
49796
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "iconTile " + dist.css(styles.iconTile), style: styles.iconTile, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
49797
|
+
De,
|
|
49798
|
+
{
|
|
49799
|
+
alt: "",
|
|
49800
|
+
institutionGuid: institution.guid,
|
|
49801
|
+
logoUrl: institution.logo_url,
|
|
49802
|
+
size: containerWidth - 24
|
|
49803
|
+
}
|
|
49804
|
+
) }),
|
|
49836
49805
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.textColumn, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.name, children: institution.name }) })
|
|
49837
49806
|
] })
|
|
49838
49807
|
}
|
|
@@ -50067,7 +50036,14 @@ const InstitutionTile = (props) => {
|
|
|
50067
50036
|
endIcon: /* @__PURE__ */ jsxRuntimeExports.jsx(ChevronRight, { color: tokens.TextColor.Default, height: 16, width: 16 }),
|
|
50068
50037
|
fullWidth: true,
|
|
50069
50038
|
onClick: selectInstitution,
|
|
50070
|
-
startIcon: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
50039
|
+
startIcon: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
50040
|
+
De,
|
|
50041
|
+
{
|
|
50042
|
+
institutionGuid: institution.guid,
|
|
50043
|
+
logoUrl: institution.logo_url,
|
|
50044
|
+
size
|
|
50045
|
+
}
|
|
50046
|
+
),
|
|
50071
50047
|
style: styles.container,
|
|
50072
50048
|
sx: {
|
|
50073
50049
|
"&:hover": {
|
|
@@ -57278,7 +57254,7 @@ const usePasswordInputValidation = () => {
|
|
|
57278
57254
|
"aria-label": showPassword ? __("Hide password") : __("Show password"),
|
|
57279
57255
|
edge: "end",
|
|
57280
57256
|
onClick: handleTogglePassword,
|
|
57281
|
-
children: showPassword ? /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
57257
|
+
children: showPassword ? /* @__PURE__ */ jsxRuntimeExports.jsx(M, { className: "material-symbols-rounded", name: "visibility_off" }) : /* @__PURE__ */ jsxRuntimeExports.jsx(M, { className: "material-symbols-rounded", name: "visibility" })
|
|
57282
57258
|
}
|
|
57283
57259
|
) })
|
|
57284
57260
|
)
|
|
@@ -59637,14 +59613,14 @@ const Connected = ({
|
|
|
59637
59613
|
}
|
|
59638
59614
|
),
|
|
59639
59615
|
/* @__PURE__ */ jsxRuntimeExports.jsx(SlideDown, { children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: styles.header, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
59640
|
-
|
|
59616
|
+
M,
|
|
59641
59617
|
{
|
|
59642
59618
|
className: "material-symbols-rounded",
|
|
59643
59619
|
color: "success",
|
|
59644
59620
|
fill: true,
|
|
59645
59621
|
name: "check_circle",
|
|
59646
59622
|
size: 80,
|
|
59647
|
-
weight:
|
|
59623
|
+
weight: f0.Dark
|
|
59648
59624
|
}
|
|
59649
59625
|
) }) }),
|
|
59650
59626
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(SlideDown, { children: [
|
|
@@ -59818,7 +59794,7 @@ const ActionTile = (props) => {
|
|
|
59818
59794
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
59819
59795
|
Button$1,
|
|
59820
59796
|
{
|
|
59821
|
-
endIcon: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
59797
|
+
endIcon: /* @__PURE__ */ jsxRuntimeExports.jsx(M, { name: "chevron_right", size: 24 }),
|
|
59822
59798
|
fullWidth: true,
|
|
59823
59799
|
onClick: onSelectAction,
|
|
59824
59800
|
size: "large",
|
|
@@ -66326,7 +66302,7 @@ const ConnectedTokenProvider = ({ children }) => {
|
|
|
66326
66302
|
const customTokens = useSelector(getTokenProviderValues);
|
|
66327
66303
|
const colorScheme = useSelector((state) => state.config.color_scheme);
|
|
66328
66304
|
const isDarkModeEnabled = colorScheme === THEMES.DARK;
|
|
66329
|
-
const mxTheme =
|
|
66305
|
+
const mxTheme = Oe(isDarkModeEnabled ? "dark" : "light");
|
|
66330
66306
|
const combinedTheme = deepmerge$1(mxTheme, theme(customTokens.tokenOverrides.Color));
|
|
66331
66307
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
66332
66308
|
TokenProvider,
|