@ukpc-lib/react 0.10.26-dev.0 → 0.10.27-dev.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/components/index.cjs +11 -11
- package/dist/components/index.js +146 -146
- package/package.json +1 -1
- package/web-components-bundle/favorite-menu/index.js +1 -1
- package/web-components-bundle/global-menu/index.js +1 -1
- package/web-components-bundle/global-topbar/index.js +1 -1
- package/web-components-bundle/has-permission/index.js +1 -1
- package/web-components-bundle/{index-11bdd39a.js → index-b471493c.js} +1 -1
package/dist/components/index.js
CHANGED
|
@@ -527,7 +527,7 @@ function Ei({
|
|
|
527
527
|
] });
|
|
528
528
|
}
|
|
529
529
|
const Ci = `.avatar-dropdown-item{padding:.5rem;font-size:.875rem;line-height:1.25rem;cursor:pointer;border-radius:.25rem}.avartarDropdownMenu{background-color:#fff;padding:.5rem;width:13rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);position:absolute;left:-10rem;top:3.2rem}.avartarDropdownMenu ul{list-style:none;padding-inline-start:0;margin-block-end:0}.navbar-wrapper{position:fixed;top:0;left:0;width:100%;height:64px;display:flex;z-index:1000;background:#292929;padding-left:2.5rem}.navbar-container{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-between;position:relative}.logo-container{height:100%;display:flex;align-items:center}.right-side-container{display:flex;flex-direction:row;align-items:center;text-align:center;margin-right:2.5rem;gap:1rem}.userContainer{display:flex;align-items:center;gap:.5rem}.userFullName{color:#fff;font-weight:400;font-size:.875rem;line-height:1.25rem;transition:width .3s}.userAvatar{width:2.5rem;height:2.5rem;-o-object-fit:cover;object-fit:cover;border-radius:9999px;border:2px solid #FFFFFF}#userAvatarNull{width:2.5rem;height:2.5rem;background:#DDDDDD;border-radius:100%;color:#fff;font-size:20px;font-weight:400;display:flex;align-items:center;justify-content:center}.relative{position:relative}.cursor-pointer{cursor:pointer}.topbar-search-label{display:flex;position:relative}.topbar-search-input{color:#292929;border-radius:3px;height:40px;outline:none;font-size:14px;text-overflow:ellipsis;max-width:166px}#icon{position:absolute;left:9px;top:8px;width:16px;height:24px}
|
|
530
|
-
`, Ii =
|
|
530
|
+
`, Ii = `.StyledReactSearchAutocomplete ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px}.StyledReactSearchAutocomplete ::-webkit-scrollbar-thumb{background:rgb(194,194,194);border-radius:5px}.StyledReactSearchAutocomplete ::-webkit-scrollbar-thumb:hover{background:rgb(117,117,117)}.StyledReactSearchAutocomplete .container{display:flex;width:100%;height:100vh;justify-content:center;align-items:center}.StyledReactSearchAutocomplete .container>div{width:300px;height:40px}.StyledReactSearchAutocomplete .container>div input{width:100%;height:40px;border:1px solid #ccc;border-radius:5px;font-size:14px;color:#000}.StyledReactSearchAutocomplete .container>div input:focus{outline:1px solid rgb(83,172,255)}.StyledReactSearchAutocomplete .list{display:flex;flex-direction:column;max-height:220px;width:inherit;overflow:auto;overflow-x:hidden;box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px;color:#000}.StyledReactSearchAutocomplete .list button{background:none;border:none;width:100%;height:100%;max-height:3em;padding:10px;text-align:left;cursor:pointer;border-bottom:1px solid #ccc}.StyledReactSearchAutocomplete .list button:hover{background:#f8f8f8}.StyledReactSearchAutocomplete .list button:last-child{border-bottom:none}.StyledReactSearchAutocomplete{position:relative;height:46px}.StyledReactSearchAutocomplete .wrapper{position:absolute;display:flex;flex-direction:column;width:100%;border:1px solid #dfe1e5;background-color:#fff;color:#212121;font-size:14px;font-family:inherit;z-index:0;margin-top:2px;border-radius:3px}.StyledReactSearchAutocomplete .wrapper:hover,.StyledReactSearchAutocomplete .wrapper:active,.StyledReactSearchAutocomplete .wrapper:focus-within{box-shadow:#20212447 0 1px 6px}.StyledResults{position:absolute;display:flex;flex-direction:column;border:1px solid #dfe1e5;background-color:#fff;color:#212121;font-size:14px;font-family:inherit;z-index:0;min-width:250px;max-width:400px;top:calc(100% - 2px);left:0}.StyledResults>div.line{border-top-color:#e8eaed;border-top-style:solid;border-top-width:1px;margin:0 20px 0 14px;padding-bottom:4px}.StyledResults>ul{list-style-type:none;margin:0;padding:0 0 16px;max-height:300px;max-width:450px}#autocomplete-results strong,#autocomplete-results li strong,#autocomplete-results li div strong{font-weight:700!important}.StyledResults>ul>li{display:flex;align-items:center;padding:4px 10px 4px 0;font-size:14px;width:100%}.StyledResults>ul>li>div{margin-left:13px;font-size:14px}.StyledResults .ellipsis{text-align:left;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.StyledResults .selectedSearch{color:#fff;text-decoration:none;background-color:#0d6efd}.StyledSearchInput{min-height:40px;width:100%;display:flex;align-items:center}.StyledSearchInput input{width:100%}.StyledSearchInput>input::-moz-placeholder{color:gray;opacity:1}.StyledSearchInput>input::placeholder{color:gray;opacity:1}.StyledSearchInput>input:-ms-input-placeholder{color:gray}.StyledSearchInput>input::-ms-input-placeholder{color:gray}.StyledClearIcon{margin:0 0 0 5px}.StyledClearIcon:hover{cursor:pointer}.StyledClearIcon>svg{fill:gray}.StyledSearchIcon{flex-shrink:0;margin:0 0 0 10px;fill:gray}.search-icon{position:unset!important;float:left;margin-right:5px;margin-left:5px}
|
|
531
531
|
`, Ti = `:root{--textPrimary: #292929;--textWhite: #fff;--primary500: #2E7D32;--grey100: #FAFAFA;--gray200: #EEEEEE;--gray600: #85858A;--link: #007BFF }.list-content{overflow-y:auto;overflow-x:hidden}.mark-all-read{text-align:right;color:#007bff;margin-bottom:12px;font-size:12px}.notification-items__wrapper{overflow:hidden}.notification-items__content{height:calc(100vh - 275px);overflow-x:hidden;overflow-y:auto;color:#292929}.notitification-item__container{display:flex;justify-content:space-between;padding:16px;border-bottom:#FAFAFA 1px solid;text-align:left;font-size:12px;position:relative;z-index:10;border-radius:4px;margin-bottom:8px}.notitification-item__container:hover{background-color:#fafafa}.notification-item__image-container{width:46px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden;margin-right:16px}.notification-item__image-container img{width:100%;height:100%;text-align:center;-o-object-fit:cover;object-fit:cover;color:transparent;text-indent:10000px}.notification-item__content-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.notification-item__context-link{color:#007bff}.notification-item__context-text{color:#292929}.notification-item__content{width:68%;padding-right:16px}.notification-item__user-name{margin-bottom:2px;font-size:14px}.notification-item__time{margin-right:15px;text-align:right}.notification-item__read-at{border-width:2px;border-style:solid;border-radius:50%;width:10px;height:10px;display:block;position:relative}.notification-item__read-at:before{position:absolute;top:-30px;right:0;width:91px;background-color:#85858a;color:#fff;border-radius:4px;font-size:10px;text-align:center;padding:4px;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.39,.575,.565,1)}.notification-item__read-at:hover:before{opacity:1;visibility:visible}.notification-item__read-at.read:before{content:"Mark as unread"}.notification-item__read-at.unread:before{content:"Mark as read"}.notification-item__read-at.read{border-color:#eee}.notification-item__read-at.unread{border-color:#2e7d32;background-color:#2e7d32}.list-dot{border-radius:50%;width:8px;height:8px;margin-right:4px;display:block}
|
|
532
532
|
`, Mi = `._subscription-diaglog_1bysb_2{position:fixed;width:100vw;height:100vh;top:0;left:0;background-color:#0006;z-index:10000;display:flex;align-items:center;justify-content:center}._subscription-container_1bysb_15{width:610px;height:222px;border-radius:8px;padding:32px 24px 40px;background:#fff;color:#292929}._subscription-title_1bysb_25{font-size:20px;font-weight:500;text-align:center;color:#292929}._subscription-title_1bysb_25,._subscription-text_1bysb_34{margin-bottom:24px}._subscription-btn__container_1bysb_38{display:flex;justify-content:space-between;align-items:center}._btn-success_1bysb_44,._btn-cancel_1bysb_45{width:150px;height:40px;display:flex;align-items:center;justify-content:center;padding:8px;color:#292929;border-radius:1px;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms}._btn-cancel_1bysb_45{background-color:#ddd}._btn-cancel_1bysb_45:hover{background-color:#c5c5c5}._btn-success_1bysb_44{background-color:#93d500}._btn-success_1bysb_44:hover{background-color:#2e7d32}
|
|
533
533
|
`, Un = `.notification-massage_container{background:#fff;padding:0 64px 0 72px;border-radius:8px;font-family:TT Firs Neue Trl,sans-serif;text-decoration:none;color:inherit}.notification-massage_container:before{position:absolute;content:"";width:48px;height:48px;background:url(https://ukpcsaprod.blob.core.windows.net/saas/notification-icon.svg) no-repeat center/100%;top:12px;left:24px}.notification-name{font-weight:500;font-size:14px;margin:0}.notification-message_service{font-size:12px}.notification-message_button-close{position:absolute;top:12px;right:24px;width:24px;height:24px}
|
|
@@ -4920,36 +4920,36 @@ const Gl = Z({
|
|
|
4920
4920
|
prop: "gridAutoRows"
|
|
4921
4921
|
}), Ql = Z({
|
|
4922
4922
|
prop: "gridTemplateColumns"
|
|
4923
|
-
}),
|
|
4923
|
+
}), ec = Z({
|
|
4924
4924
|
prop: "gridTemplateRows"
|
|
4925
|
-
}),
|
|
4925
|
+
}), tc = Z({
|
|
4926
4926
|
prop: "gridTemplateAreas"
|
|
4927
|
-
}),
|
|
4927
|
+
}), rc = Z({
|
|
4928
4928
|
prop: "gridArea"
|
|
4929
4929
|
});
|
|
4930
|
-
Jt(er, tr, rr, Gl, ql, Zl, Xl, Jl, Ql,
|
|
4930
|
+
Jt(er, tr, rr, Gl, ql, Zl, Xl, Jl, Ql, ec, tc, rc);
|
|
4931
4931
|
function et(e, t) {
|
|
4932
4932
|
return t === "grey" ? t : e;
|
|
4933
4933
|
}
|
|
4934
|
-
const
|
|
4934
|
+
const nc = Z({
|
|
4935
4935
|
prop: "color",
|
|
4936
4936
|
themeKey: "palette",
|
|
4937
4937
|
transform: et
|
|
4938
|
-
}),
|
|
4938
|
+
}), oc = Z({
|
|
4939
4939
|
prop: "bgcolor",
|
|
4940
4940
|
cssProperty: "backgroundColor",
|
|
4941
4941
|
themeKey: "palette",
|
|
4942
4942
|
transform: et
|
|
4943
|
-
}),
|
|
4943
|
+
}), ic = Z({
|
|
4944
4944
|
prop: "backgroundColor",
|
|
4945
4945
|
themeKey: "palette",
|
|
4946
4946
|
transform: et
|
|
4947
4947
|
});
|
|
4948
|
-
Jt(
|
|
4948
|
+
Jt(nc, oc, ic);
|
|
4949
4949
|
function se(e) {
|
|
4950
4950
|
return e <= 1 && e !== 0 ? `${e * 100}%` : e;
|
|
4951
4951
|
}
|
|
4952
|
-
const
|
|
4952
|
+
const ac = Z({
|
|
4953
4953
|
prop: "width",
|
|
4954
4954
|
transform: se
|
|
4955
4955
|
}), Lr = (e) => {
|
|
@@ -4970,16 +4970,16 @@ const a0 = Z({
|
|
|
4970
4970
|
return null;
|
|
4971
4971
|
};
|
|
4972
4972
|
Lr.filterProps = ["maxWidth"];
|
|
4973
|
-
const
|
|
4973
|
+
const sc = Z({
|
|
4974
4974
|
prop: "minWidth",
|
|
4975
4975
|
transform: se
|
|
4976
|
-
}),
|
|
4976
|
+
}), lc = Z({
|
|
4977
4977
|
prop: "height",
|
|
4978
4978
|
transform: se
|
|
4979
|
-
}),
|
|
4979
|
+
}), cc = Z({
|
|
4980
4980
|
prop: "maxHeight",
|
|
4981
4981
|
transform: se
|
|
4982
|
-
}),
|
|
4982
|
+
}), uc = Z({
|
|
4983
4983
|
prop: "minHeight",
|
|
4984
4984
|
transform: se
|
|
4985
4985
|
});
|
|
@@ -4993,11 +4993,11 @@ Z({
|
|
|
4993
4993
|
cssProperty: "height",
|
|
4994
4994
|
transform: se
|
|
4995
4995
|
});
|
|
4996
|
-
const
|
|
4996
|
+
const dc = Z({
|
|
4997
4997
|
prop: "boxSizing"
|
|
4998
4998
|
});
|
|
4999
|
-
Jt(
|
|
5000
|
-
const
|
|
4999
|
+
Jt(ac, Lr, sc, lc, cc, uc, dc);
|
|
5000
|
+
const fc = {
|
|
5001
5001
|
// borders
|
|
5002
5002
|
border: {
|
|
5003
5003
|
themeKey: "borders",
|
|
@@ -5281,12 +5281,12 @@ const f0 = {
|
|
|
5281
5281
|
cssProperty: !1,
|
|
5282
5282
|
themeKey: "typography"
|
|
5283
5283
|
}
|
|
5284
|
-
}, St =
|
|
5285
|
-
function
|
|
5284
|
+
}, St = fc;
|
|
5285
|
+
function hc(...e) {
|
|
5286
5286
|
const t = e.reduce((n, o) => n.concat(Object.keys(o)), []), r = new Set(t);
|
|
5287
5287
|
return e.every((n) => r.size === Object.keys(n).length);
|
|
5288
5288
|
}
|
|
5289
|
-
function
|
|
5289
|
+
function mc(e, t) {
|
|
5290
5290
|
return typeof e == "function" ? e(t) : e;
|
|
5291
5291
|
}
|
|
5292
5292
|
function Oo() {
|
|
@@ -5339,7 +5339,7 @@ function Oo() {
|
|
|
5339
5339
|
const f = Il(i.breakpoints), h = Object.keys(f);
|
|
5340
5340
|
let m = f;
|
|
5341
5341
|
return Object.keys(d).forEach((b) => {
|
|
5342
|
-
const p =
|
|
5342
|
+
const p = mc(d[b], i);
|
|
5343
5343
|
if (p != null)
|
|
5344
5344
|
if (typeof p == "object")
|
|
5345
5345
|
if (a[b])
|
|
@@ -5350,7 +5350,7 @@ function Oo() {
|
|
|
5350
5350
|
}, p, (y) => ({
|
|
5351
5351
|
[b]: y
|
|
5352
5352
|
}));
|
|
5353
|
-
|
|
5353
|
+
hc(s, p) ? m[b] = t({
|
|
5354
5354
|
sx: p,
|
|
5355
5355
|
theme: i
|
|
5356
5356
|
}) : m = ut(m, s);
|
|
@@ -5372,14 +5372,14 @@ function No(e, t) {
|
|
|
5372
5372
|
[r.getColorSchemeSelector(e).replace(/(\[[^\]]+\])/, "*:where($1)")]: t
|
|
5373
5373
|
} : r.palette.mode === e ? t : {};
|
|
5374
5374
|
}
|
|
5375
|
-
const
|
|
5375
|
+
const pc = ["breakpoints", "palette", "spacing", "shape"];
|
|
5376
5376
|
function Ro(e = {}, ...t) {
|
|
5377
5377
|
const {
|
|
5378
5378
|
breakpoints: r = {},
|
|
5379
5379
|
palette: n = {},
|
|
5380
5380
|
spacing: o,
|
|
5381
5381
|
shape: i = {}
|
|
5382
|
-
} = e, a = $e(e,
|
|
5382
|
+
} = e, a = $e(e, pc), l = Mo(r), c = Pl(o);
|
|
5383
5383
|
let d = xe({
|
|
5384
5384
|
breakpoints: l,
|
|
5385
5385
|
direction: "ltr",
|
|
@@ -5398,12 +5398,12 @@ function Ro(e = {}, ...t) {
|
|
|
5398
5398
|
});
|
|
5399
5399
|
}, d;
|
|
5400
5400
|
}
|
|
5401
|
-
const
|
|
5401
|
+
const gc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5402
5402
|
__proto__: null,
|
|
5403
5403
|
default: Ro,
|
|
5404
5404
|
private_createBreakpoints: Mo,
|
|
5405
5405
|
unstable_applyStyles: No
|
|
5406
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5406
|
+
}, Symbol.toStringTag, { value: "Module" })), yc = /* @__PURE__ */ we(gc), bc = ["sx"], vc = (e) => {
|
|
5407
5407
|
var t, r;
|
|
5408
5408
|
const n = {
|
|
5409
5409
|
systemProps: {},
|
|
@@ -5413,13 +5413,13 @@ const g0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5413
5413
|
o[i] ? n.systemProps[i] = e[i] : n.otherProps[i] = e[i];
|
|
5414
5414
|
}), n;
|
|
5415
5415
|
};
|
|
5416
|
-
function
|
|
5416
|
+
function xc(e) {
|
|
5417
5417
|
const {
|
|
5418
5418
|
sx: t
|
|
5419
|
-
} = e, r = $e(e,
|
|
5419
|
+
} = e, r = $e(e, bc), {
|
|
5420
5420
|
systemProps: n,
|
|
5421
5421
|
otherProps: o
|
|
5422
|
-
} =
|
|
5422
|
+
} = vc(r);
|
|
5423
5423
|
let i;
|
|
5424
5424
|
return Array.isArray(t) ? i = [n, ...t] : typeof t == "function" ? i = (...a) => {
|
|
5425
5425
|
const l = t(...a);
|
|
@@ -5428,22 +5428,22 @@ function x0(e) {
|
|
|
5428
5428
|
sx: i
|
|
5429
5429
|
});
|
|
5430
5430
|
}
|
|
5431
|
-
const
|
|
5431
|
+
const Sc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5432
5432
|
__proto__: null,
|
|
5433
5433
|
default: Fr,
|
|
5434
|
-
extendSxProp:
|
|
5434
|
+
extendSxProp: xc,
|
|
5435
5435
|
unstable_createStyleFunctionSx: Oo,
|
|
5436
5436
|
unstable_defaultSxConfig: St
|
|
5437
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
5437
|
+
}, Symbol.toStringTag, { value: "Module" })), wc = /* @__PURE__ */ we(Sc);
|
|
5438
5438
|
var ot = so;
|
|
5439
5439
|
Object.defineProperty(yt, "__esModule", {
|
|
5440
5440
|
value: !0
|
|
5441
5441
|
});
|
|
5442
|
-
var
|
|
5442
|
+
var _c = yt.default = Dc;
|
|
5443
5443
|
yt.shouldForwardProp = Rt;
|
|
5444
5444
|
yt.systemDefaultTheme = void 0;
|
|
5445
|
-
var ce = ot(as), Cr = ot(ss), _n = $
|
|
5446
|
-
const
|
|
5445
|
+
var ce = ot(as), Cr = ot(ss), _n = $c(yl), Ec = bl, Cc = ot(vl), Ic = ot(xl), Tc = ot(yc), Mc = ot(wc);
|
|
5446
|
+
const kc = ["ownerState"], Ac = ["variants"], Oc = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"];
|
|
5447
5447
|
function Po(e) {
|
|
5448
5448
|
if (typeof WeakMap != "function")
|
|
5449
5449
|
return null;
|
|
@@ -5452,7 +5452,7 @@ function Po(e) {
|
|
|
5452
5452
|
return n ? r : t;
|
|
5453
5453
|
})(e);
|
|
5454
5454
|
}
|
|
5455
|
-
function $
|
|
5455
|
+
function $c(e, t) {
|
|
5456
5456
|
if (!t && e && e.__esModule)
|
|
5457
5457
|
return e;
|
|
5458
5458
|
if (e === null || typeof e != "object" && typeof e != "function")
|
|
@@ -5468,10 +5468,10 @@ function $0(e, t) {
|
|
|
5468
5468
|
}
|
|
5469
5469
|
return n.default = e, r && r.set(e, n), n;
|
|
5470
5470
|
}
|
|
5471
|
-
function
|
|
5471
|
+
function Nc(e) {
|
|
5472
5472
|
return Object.keys(e).length === 0;
|
|
5473
5473
|
}
|
|
5474
|
-
function
|
|
5474
|
+
function Rc(e) {
|
|
5475
5475
|
return typeof e == "string" && // 96 is one less than the char code
|
|
5476
5476
|
// for "a" so this is checking that
|
|
5477
5477
|
// it's a lowercase character
|
|
@@ -5480,21 +5480,21 @@ function R0(e) {
|
|
|
5480
5480
|
function Rt(e) {
|
|
5481
5481
|
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
5482
5482
|
}
|
|
5483
|
-
const
|
|
5483
|
+
const Pc = yt.systemDefaultTheme = (0, Tc.default)(), En = (e) => e && e.charAt(0).toLowerCase() + e.slice(1);
|
|
5484
5484
|
function Mt({
|
|
5485
5485
|
defaultTheme: e,
|
|
5486
5486
|
theme: t,
|
|
5487
5487
|
themeId: r
|
|
5488
5488
|
}) {
|
|
5489
|
-
return
|
|
5489
|
+
return Nc(t) ? e : t[r] || t;
|
|
5490
5490
|
}
|
|
5491
|
-
function
|
|
5491
|
+
function zc(e) {
|
|
5492
5492
|
return e ? (t, r) => r[e] : null;
|
|
5493
5493
|
}
|
|
5494
5494
|
function Pt(e, t) {
|
|
5495
5495
|
let {
|
|
5496
5496
|
ownerState: r
|
|
5497
|
-
} = t, n = (0, Cr.default)(t,
|
|
5497
|
+
} = t, n = (0, Cr.default)(t, kc);
|
|
5498
5498
|
const o = typeof e == "function" ? e((0, ce.default)({
|
|
5499
5499
|
ownerState: r
|
|
5500
5500
|
}, n)) : e;
|
|
@@ -5506,7 +5506,7 @@ function Pt(e, t) {
|
|
|
5506
5506
|
const {
|
|
5507
5507
|
variants: i = []
|
|
5508
5508
|
} = o;
|
|
5509
|
-
let l = (0, Cr.default)(o,
|
|
5509
|
+
let l = (0, Cr.default)(o, Ac);
|
|
5510
5510
|
return i.forEach((c) => {
|
|
5511
5511
|
let d = !0;
|
|
5512
5512
|
typeof c.props == "function" ? d = c.props((0, ce.default)({
|
|
@@ -5520,13 +5520,13 @@ function Pt(e, t) {
|
|
|
5520
5520
|
}
|
|
5521
5521
|
return o;
|
|
5522
5522
|
}
|
|
5523
|
-
function
|
|
5523
|
+
function Dc(e = {}) {
|
|
5524
5524
|
const {
|
|
5525
5525
|
themeId: t,
|
|
5526
|
-
defaultTheme: r =
|
|
5526
|
+
defaultTheme: r = Pc,
|
|
5527
5527
|
rootShouldForwardProp: n = Rt,
|
|
5528
5528
|
slotShouldForwardProp: o = Rt
|
|
5529
|
-
} = e, i = (a) => (0,
|
|
5529
|
+
} = e, i = (a) => (0, Mc.default)((0, ce.default)({}, a, {
|
|
5530
5530
|
theme: Mt((0, ce.default)({}, a, {
|
|
5531
5531
|
defaultTheme: r,
|
|
5532
5532
|
themeId: t
|
|
@@ -5541,8 +5541,8 @@ function D0(e = {}) {
|
|
|
5541
5541
|
skipSx: h,
|
|
5542
5542
|
// TODO v6: remove `lowercaseFirstLetter()` in the next major release
|
|
5543
5543
|
// For more details: https://github.com/mui/material-ui/pull/37908
|
|
5544
|
-
overridesResolver: m =
|
|
5545
|
-
} = l, b = (0, Cr.default)(l,
|
|
5544
|
+
overridesResolver: m = zc(En(d))
|
|
5545
|
+
} = l, b = (0, Cr.default)(l, Oc), p = f !== void 0 ? f : (
|
|
5546
5546
|
// TODO v6: remove `Root` in the next major release
|
|
5547
5547
|
// For more details: https://github.com/mui/material-ui/pull/37908
|
|
5548
5548
|
d && d !== "Root" && d !== "root" || !1
|
|
@@ -5550,11 +5550,11 @@ function D0(e = {}) {
|
|
|
5550
5550
|
let y;
|
|
5551
5551
|
process.env.NODE_ENV !== "production" && c && (y = `${c}-${En(d || "Root")}`);
|
|
5552
5552
|
let x = Rt;
|
|
5553
|
-
d === "Root" || d === "root" ? x = n : d ? x = o :
|
|
5553
|
+
d === "Root" || d === "root" ? x = n : d ? x = o : Rc(a) && (x = void 0);
|
|
5554
5554
|
const _ = (0, _n.default)(a, (0, ce.default)({
|
|
5555
5555
|
shouldForwardProp: x,
|
|
5556
5556
|
label: y
|
|
5557
|
-
}, b)), w = (v) => typeof v == "function" && v.__emotion_real !== v || (0,
|
|
5557
|
+
}, b)), w = (v) => typeof v == "function" && v.__emotion_real !== v || (0, Ec.isPlainObject)(v) ? (g) => Pt(v, (0, ce.default)({}, g, {
|
|
5558
5558
|
theme: Mt({
|
|
5559
5559
|
theme: g.theme,
|
|
5560
5560
|
defaultTheme: r,
|
|
@@ -5596,14 +5596,14 @@ function D0(e = {}) {
|
|
|
5596
5596
|
const I = _(S, ...C);
|
|
5597
5597
|
if (process.env.NODE_ENV !== "production") {
|
|
5598
5598
|
let M;
|
|
5599
|
-
c && (M = `${c}${(0,
|
|
5599
|
+
c && (M = `${c}${(0, Cc.default)(d || "")}`), M === void 0 && (M = `Styled(${(0, Ic.default)(a)})`), I.displayName = M;
|
|
5600
5600
|
}
|
|
5601
5601
|
return a.muiName && (I.muiName = a.muiName), I;
|
|
5602
5602
|
};
|
|
5603
5603
|
return _.withConfig && (E.withConfig = _.withConfig), E;
|
|
5604
5604
|
};
|
|
5605
5605
|
}
|
|
5606
|
-
function
|
|
5606
|
+
function Lc(e, t) {
|
|
5607
5607
|
return V({
|
|
5608
5608
|
toolbar: {
|
|
5609
5609
|
minHeight: 56,
|
|
@@ -5619,32 +5619,32 @@ function L0(e, t) {
|
|
|
5619
5619
|
}, t);
|
|
5620
5620
|
}
|
|
5621
5621
|
var X = {};
|
|
5622
|
-
const
|
|
5622
|
+
const Fc = /* @__PURE__ */ we(Ha), jc = /* @__PURE__ */ we(ts);
|
|
5623
5623
|
var zo = so;
|
|
5624
5624
|
Object.defineProperty(X, "__esModule", {
|
|
5625
5625
|
value: !0
|
|
5626
5626
|
});
|
|
5627
5627
|
X.alpha = jo;
|
|
5628
|
-
X.blend =
|
|
5628
|
+
X.blend = Jc;
|
|
5629
5629
|
X.colorChannel = void 0;
|
|
5630
|
-
var
|
|
5630
|
+
var Hc = X.darken = Hr;
|
|
5631
5631
|
X.decomposeColor = fe;
|
|
5632
5632
|
X.emphasize = Ho;
|
|
5633
|
-
var Cn = X.getContrastRatio =
|
|
5633
|
+
var Cn = X.getContrastRatio = Kc;
|
|
5634
5634
|
X.getLuminance = Bt;
|
|
5635
5635
|
X.hexToRgb = Do;
|
|
5636
5636
|
X.hslToRgb = Fo;
|
|
5637
|
-
var
|
|
5638
|
-
X.private_safeAlpha =
|
|
5637
|
+
var Bc = X.lighten = Br;
|
|
5638
|
+
X.private_safeAlpha = Gc;
|
|
5639
5639
|
X.private_safeColorChannel = void 0;
|
|
5640
|
-
X.private_safeDarken =
|
|
5641
|
-
X.private_safeEmphasize =
|
|
5642
|
-
X.private_safeLighten =
|
|
5640
|
+
X.private_safeDarken = qc;
|
|
5641
|
+
X.private_safeEmphasize = Xc;
|
|
5642
|
+
X.private_safeLighten = Zc;
|
|
5643
5643
|
X.recomposeColor = it;
|
|
5644
|
-
X.rgbToHex =
|
|
5645
|
-
var In = zo(
|
|
5644
|
+
X.rgbToHex = Yc;
|
|
5645
|
+
var In = zo(Fc), Vc = zo(jc);
|
|
5646
5646
|
function jr(e, t = 0, r = 1) {
|
|
5647
|
-
return process.env.NODE_ENV !== "production" && (e < t || e > r) && console.error(`MUI: The value provided ${e} is out of range [${t}, ${r}].`), (0,
|
|
5647
|
+
return process.env.NODE_ENV !== "production" && (e < t || e > r) && console.error(`MUI: The value provided ${e} is out of range [${t}, ${r}].`), (0, Vc.default)(e, t, r);
|
|
5648
5648
|
}
|
|
5649
5649
|
function Do(e) {
|
|
5650
5650
|
e = e.slice(1);
|
|
@@ -5652,7 +5652,7 @@ function Do(e) {
|
|
|
5652
5652
|
let r = e.match(t);
|
|
5653
5653
|
return r && r[0].length === 1 && (r = r.map((n) => n + n)), r ? `rgb${r.length === 4 ? "a" : ""}(${r.map((n, o) => o < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1e3) / 1e3).join(", ")})` : "";
|
|
5654
5654
|
}
|
|
5655
|
-
function
|
|
5655
|
+
function Wc(e) {
|
|
5656
5656
|
const t = e.toString(16);
|
|
5657
5657
|
return t.length === 1 ? `0${t}` : t;
|
|
5658
5658
|
}
|
|
@@ -5683,14 +5683,14 @@ const Lo = (e) => {
|
|
|
5683
5683
|
return t.values.slice(0, 3).map((r, n) => t.type.indexOf("hsl") !== -1 && n !== 0 ? `${r}%` : r).join(" ");
|
|
5684
5684
|
};
|
|
5685
5685
|
X.colorChannel = Lo;
|
|
5686
|
-
const
|
|
5686
|
+
const Uc = (e, t) => {
|
|
5687
5687
|
try {
|
|
5688
5688
|
return Lo(e);
|
|
5689
5689
|
} catch {
|
|
5690
5690
|
return t && process.env.NODE_ENV !== "production" && console.warn(t), e;
|
|
5691
5691
|
}
|
|
5692
5692
|
};
|
|
5693
|
-
X.private_safeColorChannel =
|
|
5693
|
+
X.private_safeColorChannel = Uc;
|
|
5694
5694
|
function it(e) {
|
|
5695
5695
|
const {
|
|
5696
5696
|
type: t,
|
|
@@ -5701,13 +5701,13 @@ function it(e) {
|
|
|
5701
5701
|
} = e;
|
|
5702
5702
|
return t.indexOf("rgb") !== -1 ? n = n.map((o, i) => i < 3 ? parseInt(o, 10) : o) : t.indexOf("hsl") !== -1 && (n[1] = `${n[1]}%`, n[2] = `${n[2]}%`), t.indexOf("color") !== -1 ? n = `${r} ${n.join(" ")}` : n = `${n.join(", ")}`, `${t}(${n})`;
|
|
5703
5703
|
}
|
|
5704
|
-
function
|
|
5704
|
+
function Yc(e) {
|
|
5705
5705
|
if (e.indexOf("#") === 0)
|
|
5706
5706
|
return e;
|
|
5707
5707
|
const {
|
|
5708
5708
|
values: t
|
|
5709
5709
|
} = fe(e);
|
|
5710
|
-
return `#${t.map((r, n) =>
|
|
5710
|
+
return `#${t.map((r, n) => Wc(n === 3 ? Math.round(255 * r) : r)).join("")}`;
|
|
5711
5711
|
}
|
|
5712
5712
|
function Fo(e) {
|
|
5713
5713
|
e = fe(e);
|
|
@@ -5726,14 +5726,14 @@ function Bt(e) {
|
|
|
5726
5726
|
let t = e.type === "hsl" || e.type === "hsla" ? fe(Fo(e)).values : e.values;
|
|
5727
5727
|
return t = t.map((r) => (e.type !== "color" && (r /= 255), r <= 0.03928 ? r / 12.92 : ((r + 0.055) / 1.055) ** 2.4)), Number((0.2126 * t[0] + 0.7152 * t[1] + 0.0722 * t[2]).toFixed(3));
|
|
5728
5728
|
}
|
|
5729
|
-
function
|
|
5729
|
+
function Kc(e, t) {
|
|
5730
5730
|
const r = Bt(e), n = Bt(t);
|
|
5731
5731
|
return (Math.max(r, n) + 0.05) / (Math.min(r, n) + 0.05);
|
|
5732
5732
|
}
|
|
5733
5733
|
function jo(e, t) {
|
|
5734
5734
|
return e = fe(e), t = jr(t), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${t}` : e.values[3] = t, it(e);
|
|
5735
5735
|
}
|
|
5736
|
-
function
|
|
5736
|
+
function Gc(e, t, r) {
|
|
5737
5737
|
try {
|
|
5738
5738
|
return jo(e, t);
|
|
5739
5739
|
} catch {
|
|
@@ -5748,7 +5748,7 @@ function Hr(e, t) {
|
|
|
5748
5748
|
e.values[r] *= 1 - t;
|
|
5749
5749
|
return it(e);
|
|
5750
5750
|
}
|
|
5751
|
-
function
|
|
5751
|
+
function qc(e, t, r) {
|
|
5752
5752
|
try {
|
|
5753
5753
|
return Hr(e, t);
|
|
5754
5754
|
} catch {
|
|
@@ -5766,7 +5766,7 @@ function Br(e, t) {
|
|
|
5766
5766
|
e.values[r] += (1 - e.values[r]) * t;
|
|
5767
5767
|
return it(e);
|
|
5768
5768
|
}
|
|
5769
|
-
function
|
|
5769
|
+
function Zc(e, t, r) {
|
|
5770
5770
|
try {
|
|
5771
5771
|
return Br(e, t);
|
|
5772
5772
|
} catch {
|
|
@@ -5776,24 +5776,24 @@ function Z0(e, t, r) {
|
|
|
5776
5776
|
function Ho(e, t = 0.15) {
|
|
5777
5777
|
return Bt(e) > 0.5 ? Hr(e, t) : Br(e, t);
|
|
5778
5778
|
}
|
|
5779
|
-
function
|
|
5779
|
+
function Xc(e, t, r) {
|
|
5780
5780
|
try {
|
|
5781
5781
|
return Ho(e, t);
|
|
5782
5782
|
} catch {
|
|
5783
5783
|
return r && process.env.NODE_ENV !== "production" && console.warn(r), e;
|
|
5784
5784
|
}
|
|
5785
5785
|
}
|
|
5786
|
-
function
|
|
5786
|
+
function Jc(e, t, r, n = 1) {
|
|
5787
5787
|
const o = (c, d) => Math.round((c ** (1 / n) * (1 - r) + d ** (1 / n) * r) ** n), i = fe(e), a = fe(t), l = [o(i.values[0], a.values[0]), o(i.values[1], a.values[1]), o(i.values[2], a.values[2])];
|
|
5788
5788
|
return it({
|
|
5789
5789
|
type: "rgb",
|
|
5790
5790
|
values: l
|
|
5791
5791
|
});
|
|
5792
5792
|
}
|
|
5793
|
-
const
|
|
5793
|
+
const Qc = {
|
|
5794
5794
|
black: "#000",
|
|
5795
5795
|
white: "#fff"
|
|
5796
|
-
}, pt =
|
|
5796
|
+
}, pt = Qc, e0 = {
|
|
5797
5797
|
50: "#fafafa",
|
|
5798
5798
|
100: "#f5f5f5",
|
|
5799
5799
|
200: "#eeeeee",
|
|
@@ -5808,7 +5808,7 @@ const Q0 = {
|
|
|
5808
5808
|
A200: "#eeeeee",
|
|
5809
5809
|
A400: "#bdbdbd",
|
|
5810
5810
|
A700: "#616161"
|
|
5811
|
-
},
|
|
5811
|
+
}, t0 = e0, r0 = {
|
|
5812
5812
|
50: "#f3e5f5",
|
|
5813
5813
|
100: "#e1bee7",
|
|
5814
5814
|
200: "#ce93d8",
|
|
@@ -5823,7 +5823,7 @@ const Q0 = {
|
|
|
5823
5823
|
A200: "#e040fb",
|
|
5824
5824
|
A400: "#d500f9",
|
|
5825
5825
|
A700: "#aa00ff"
|
|
5826
|
-
}, Ye =
|
|
5826
|
+
}, Ye = r0, n0 = {
|
|
5827
5827
|
50: "#ffebee",
|
|
5828
5828
|
100: "#ffcdd2",
|
|
5829
5829
|
200: "#ef9a9a",
|
|
@@ -5838,7 +5838,7 @@ const Q0 = {
|
|
|
5838
5838
|
A200: "#ff5252",
|
|
5839
5839
|
A400: "#ff1744",
|
|
5840
5840
|
A700: "#d50000"
|
|
5841
|
-
}, Ke =
|
|
5841
|
+
}, Ke = n0, o0 = {
|
|
5842
5842
|
50: "#fff3e0",
|
|
5843
5843
|
100: "#ffe0b2",
|
|
5844
5844
|
200: "#ffcc80",
|
|
@@ -5853,7 +5853,7 @@ const Q0 = {
|
|
|
5853
5853
|
A200: "#ffab40",
|
|
5854
5854
|
A400: "#ff9100",
|
|
5855
5855
|
A700: "#ff6d00"
|
|
5856
|
-
}, lt =
|
|
5856
|
+
}, lt = o0, i0 = {
|
|
5857
5857
|
50: "#e3f2fd",
|
|
5858
5858
|
100: "#bbdefb",
|
|
5859
5859
|
200: "#90caf9",
|
|
@@ -5868,7 +5868,7 @@ const Q0 = {
|
|
|
5868
5868
|
A200: "#448aff",
|
|
5869
5869
|
A400: "#2979ff",
|
|
5870
5870
|
A700: "#2962ff"
|
|
5871
|
-
}, Ge =
|
|
5871
|
+
}, Ge = i0, a0 = {
|
|
5872
5872
|
50: "#e1f5fe",
|
|
5873
5873
|
100: "#b3e5fc",
|
|
5874
5874
|
200: "#81d4fa",
|
|
@@ -5883,7 +5883,7 @@ const Q0 = {
|
|
|
5883
5883
|
A200: "#40c4ff",
|
|
5884
5884
|
A400: "#00b0ff",
|
|
5885
5885
|
A700: "#0091ea"
|
|
5886
|
-
}, qe =
|
|
5886
|
+
}, qe = a0, s0 = {
|
|
5887
5887
|
50: "#e8f5e9",
|
|
5888
5888
|
100: "#c8e6c9",
|
|
5889
5889
|
200: "#a5d6a7",
|
|
@@ -5898,7 +5898,7 @@ const Q0 = {
|
|
|
5898
5898
|
A200: "#69f0ae",
|
|
5899
5899
|
A400: "#00e676",
|
|
5900
5900
|
A700: "#00c853"
|
|
5901
|
-
}, Ze =
|
|
5901
|
+
}, Ze = s0, l0 = ["mode", "contrastThreshold", "tonalOffset"], Tn = {
|
|
5902
5902
|
// The colors used to style the text.
|
|
5903
5903
|
text: {
|
|
5904
5904
|
// The most important text.
|
|
@@ -5963,9 +5963,9 @@ const Q0 = {
|
|
|
5963
5963
|
};
|
|
5964
5964
|
function Mn(e, t, r, n) {
|
|
5965
5965
|
const o = n.light || n, i = n.dark || n * 1.5;
|
|
5966
|
-
e[t] || (e.hasOwnProperty(r) ? e[t] = e[r] : t === "light" ? e.light =
|
|
5966
|
+
e[t] || (e.hasOwnProperty(r) ? e[t] = e[r] : t === "light" ? e.light = Bc(e.main, o) : t === "dark" && (e.dark = Hc(e.main, i)));
|
|
5967
5967
|
}
|
|
5968
|
-
function
|
|
5968
|
+
function c0(e = "light") {
|
|
5969
5969
|
return e === "dark" ? {
|
|
5970
5970
|
main: Ge[200],
|
|
5971
5971
|
light: Ge[50],
|
|
@@ -5976,7 +5976,7 @@ function cc(e = "light") {
|
|
|
5976
5976
|
dark: Ge[800]
|
|
5977
5977
|
};
|
|
5978
5978
|
}
|
|
5979
|
-
function
|
|
5979
|
+
function u0(e = "light") {
|
|
5980
5980
|
return e === "dark" ? {
|
|
5981
5981
|
main: Ye[200],
|
|
5982
5982
|
light: Ye[50],
|
|
@@ -5987,7 +5987,7 @@ function uc(e = "light") {
|
|
|
5987
5987
|
dark: Ye[700]
|
|
5988
5988
|
};
|
|
5989
5989
|
}
|
|
5990
|
-
function
|
|
5990
|
+
function d0(e = "light") {
|
|
5991
5991
|
return e === "dark" ? {
|
|
5992
5992
|
main: Ke[500],
|
|
5993
5993
|
light: Ke[300],
|
|
@@ -5998,7 +5998,7 @@ function dc(e = "light") {
|
|
|
5998
5998
|
dark: Ke[800]
|
|
5999
5999
|
};
|
|
6000
6000
|
}
|
|
6001
|
-
function
|
|
6001
|
+
function f0(e = "light") {
|
|
6002
6002
|
return e === "dark" ? {
|
|
6003
6003
|
main: qe[400],
|
|
6004
6004
|
light: qe[300],
|
|
@@ -6009,7 +6009,7 @@ function fc(e = "light") {
|
|
|
6009
6009
|
dark: qe[900]
|
|
6010
6010
|
};
|
|
6011
6011
|
}
|
|
6012
|
-
function
|
|
6012
|
+
function h0(e = "light") {
|
|
6013
6013
|
return e === "dark" ? {
|
|
6014
6014
|
main: Ze[400],
|
|
6015
6015
|
light: Ze[300],
|
|
@@ -6020,7 +6020,7 @@ function hc(e = "light") {
|
|
|
6020
6020
|
dark: Ze[900]
|
|
6021
6021
|
};
|
|
6022
6022
|
}
|
|
6023
|
-
function
|
|
6023
|
+
function m0(e = "light") {
|
|
6024
6024
|
return e === "dark" ? {
|
|
6025
6025
|
main: lt[400],
|
|
6026
6026
|
light: lt[300],
|
|
@@ -6032,12 +6032,12 @@ function mc(e = "light") {
|
|
|
6032
6032
|
dark: lt[900]
|
|
6033
6033
|
};
|
|
6034
6034
|
}
|
|
6035
|
-
function
|
|
6035
|
+
function p0(e) {
|
|
6036
6036
|
const {
|
|
6037
6037
|
mode: t = "light",
|
|
6038
6038
|
contrastThreshold: r = 3,
|
|
6039
6039
|
tonalOffset: n = 0.2
|
|
6040
|
-
} = e, o = $e(e,
|
|
6040
|
+
} = e, o = $e(e, l0), i = e.primary || c0(t), a = e.secondary || u0(t), l = e.error || d0(t), c = e.info || f0(t), d = e.success || h0(t), f = e.warning || m0(t);
|
|
6041
6041
|
function h(s) {
|
|
6042
6042
|
const y = Cn(s, sr.text.primary) >= r ? sr.text.primary : Tn.text.primary;
|
|
6043
6043
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -6117,7 +6117,7 @@ const theme2 = createTheme({ palette: {
|
|
|
6117
6117
|
name: "success"
|
|
6118
6118
|
}),
|
|
6119
6119
|
// The grey colors.
|
|
6120
|
-
grey:
|
|
6120
|
+
grey: t0,
|
|
6121
6121
|
// Used by `getContrastText()` to maximize the contrast between
|
|
6122
6122
|
// the background and the text.
|
|
6123
6123
|
contrastThreshold: r,
|
|
@@ -6131,14 +6131,14 @@ const theme2 = createTheme({ palette: {
|
|
|
6131
6131
|
tonalOffset: n
|
|
6132
6132
|
}, b[t]), o);
|
|
6133
6133
|
}
|
|
6134
|
-
const
|
|
6135
|
-
function
|
|
6134
|
+
const g0 = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
|
|
6135
|
+
function y0(e) {
|
|
6136
6136
|
return Math.round(e * 1e5) / 1e5;
|
|
6137
6137
|
}
|
|
6138
6138
|
const kn = {
|
|
6139
6139
|
textTransform: "uppercase"
|
|
6140
6140
|
}, An = '"Roboto", "Helvetica", "Arial", sans-serif';
|
|
6141
|
-
function
|
|
6141
|
+
function b0(e, t) {
|
|
6142
6142
|
const r = typeof t == "function" ? t(e) : t, {
|
|
6143
6143
|
fontFamily: n = An,
|
|
6144
6144
|
// The default font size of the Material Specification.
|
|
@@ -6154,7 +6154,7 @@ function bc(e, t) {
|
|
|
6154
6154
|
// Apply the CSS properties to all the variants.
|
|
6155
6155
|
allVariants: f,
|
|
6156
6156
|
pxToRem: h
|
|
6157
|
-
} = r, m = $e(r,
|
|
6157
|
+
} = r, m = $e(r, g0);
|
|
6158
6158
|
process.env.NODE_ENV !== "production" && (typeof o != "number" && console.error("MUI: `fontSize` is required to be a number."), typeof d != "number" && console.error("MUI: `htmlFontSize` is required to be a number."));
|
|
6159
6159
|
const b = o / 14, p = h || ((x) => `${x / d * b}rem`), s = (x, _, w, E, v) => V({
|
|
6160
6160
|
fontFamily: n,
|
|
@@ -6163,7 +6163,7 @@ function bc(e, t) {
|
|
|
6163
6163
|
// Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
|
|
6164
6164
|
lineHeight: w
|
|
6165
6165
|
}, n === An ? {
|
|
6166
|
-
letterSpacing: `${
|
|
6166
|
+
letterSpacing: `${y0(E / _)}em`
|
|
6167
6167
|
} : {}, v, f), y = {
|
|
6168
6168
|
h1: s(i, 96, 1.167, -1.5),
|
|
6169
6169
|
h2: s(i, 60, 1.2, -0.5),
|
|
@@ -6201,11 +6201,11 @@ function bc(e, t) {
|
|
|
6201
6201
|
// No need to clone deep
|
|
6202
6202
|
});
|
|
6203
6203
|
}
|
|
6204
|
-
const
|
|
6204
|
+
const v0 = 0.2, x0 = 0.14, S0 = 0.12;
|
|
6205
6205
|
function Y(...e) {
|
|
6206
|
-
return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${
|
|
6206
|
+
return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${v0})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${x0})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${S0})`].join(",");
|
|
6207
6207
|
}
|
|
6208
|
-
const
|
|
6208
|
+
const w0 = ["none", Y(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), Y(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), Y(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), Y(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), Y(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), Y(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), Y(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), Y(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), Y(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), Y(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), Y(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), Y(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), Y(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), Y(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), Y(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), Y(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), Y(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), Y(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), Y(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), Y(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), Y(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), Y(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), Y(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), Y(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], _0 = w0, E0 = ["duration", "easing", "delay"], C0 = {
|
|
6209
6209
|
// This is the most common easing curve.
|
|
6210
6210
|
easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
6211
6211
|
// Objects enter the screen at full velocity from off-screen and
|
|
@@ -6215,7 +6215,7 @@ const wc = ["none", Y(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), Y(0, 3, 1, -2, 0, 2,
|
|
|
6215
6215
|
easeIn: "cubic-bezier(0.4, 0, 1, 1)",
|
|
6216
6216
|
// The sharp curve is used by objects that may return to the screen at any time.
|
|
6217
6217
|
sharp: "cubic-bezier(0.4, 0, 0.6, 1)"
|
|
6218
|
-
},
|
|
6218
|
+
}, I0 = {
|
|
6219
6219
|
shortest: 150,
|
|
6220
6220
|
shorter: 200,
|
|
6221
6221
|
short: 250,
|
|
@@ -6231,22 +6231,22 @@ const wc = ["none", Y(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), Y(0, 3, 1, -2, 0, 2,
|
|
|
6231
6231
|
function On(e) {
|
|
6232
6232
|
return `${Math.round(e)}ms`;
|
|
6233
6233
|
}
|
|
6234
|
-
function
|
|
6234
|
+
function T0(e) {
|
|
6235
6235
|
if (!e)
|
|
6236
6236
|
return 0;
|
|
6237
6237
|
const t = e / 36;
|
|
6238
6238
|
return Math.round((4 + 15 * t ** 0.25 + t / 5) * 10);
|
|
6239
6239
|
}
|
|
6240
|
-
function
|
|
6241
|
-
const t = V({},
|
|
6240
|
+
function M0(e) {
|
|
6241
|
+
const t = V({}, C0, e.easing), r = V({}, I0, e.duration);
|
|
6242
6242
|
return V({
|
|
6243
|
-
getAutoHeightDuration:
|
|
6243
|
+
getAutoHeightDuration: T0,
|
|
6244
6244
|
create: (o = ["all"], i = {}) => {
|
|
6245
6245
|
const {
|
|
6246
6246
|
duration: a = r.standard,
|
|
6247
6247
|
easing: l = t.easeInOut,
|
|
6248
6248
|
delay: c = 0
|
|
6249
|
-
} = i, d = $e(i,
|
|
6249
|
+
} = i, d = $e(i, E0);
|
|
6250
6250
|
if (process.env.NODE_ENV !== "production") {
|
|
6251
6251
|
const f = (m) => typeof m == "string", h = (m) => !isNaN(parseFloat(m));
|
|
6252
6252
|
!f(o) && !Array.isArray(o) && console.error('MUI: Argument "props" must be a string or Array.'), !h(a) && !f(a) && console.error(`MUI: Argument "duration" must be a number or a string but found ${a}.`), f(l) || console.error('MUI: Argument "easing" must be a string.'), !h(c) && !f(c) && console.error('MUI: Argument "delay" must be a number or a string.'), typeof i != "object" && console.error(["MUI: Secong argument of transition.create must be an object.", "Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(`
|
|
@@ -6259,7 +6259,7 @@ function Mc(e) {
|
|
|
6259
6259
|
duration: r
|
|
6260
6260
|
});
|
|
6261
6261
|
}
|
|
6262
|
-
const
|
|
6262
|
+
const k0 = {
|
|
6263
6263
|
mobileStepper: 1e3,
|
|
6264
6264
|
fab: 1050,
|
|
6265
6265
|
speedDial: 1050,
|
|
@@ -6268,25 +6268,25 @@ const kc = {
|
|
|
6268
6268
|
modal: 1300,
|
|
6269
6269
|
snackbar: 1400,
|
|
6270
6270
|
tooltip: 1500
|
|
6271
|
-
},
|
|
6272
|
-
function $
|
|
6271
|
+
}, A0 = k0, O0 = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
|
|
6272
|
+
function $0(e = {}, ...t) {
|
|
6273
6273
|
const {
|
|
6274
6274
|
mixins: r = {},
|
|
6275
6275
|
palette: n = {},
|
|
6276
6276
|
transitions: o = {},
|
|
6277
6277
|
typography: i = {}
|
|
6278
|
-
} = e, a = $e(e,
|
|
6278
|
+
} = e, a = $e(e, O0);
|
|
6279
6279
|
if (e.vars)
|
|
6280
6280
|
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : dt(18));
|
|
6281
|
-
const l =
|
|
6281
|
+
const l = p0(n), c = Ro(e);
|
|
6282
6282
|
let d = xe(c, {
|
|
6283
|
-
mixins:
|
|
6283
|
+
mixins: Lc(c.breakpoints, r),
|
|
6284
6284
|
palette: l,
|
|
6285
6285
|
// Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
|
|
6286
|
-
shadows:
|
|
6287
|
-
typography:
|
|
6288
|
-
transitions:
|
|
6289
|
-
zIndex: V({},
|
|
6286
|
+
shadows: _0.slice(),
|
|
6287
|
+
typography: b0(l, i),
|
|
6288
|
+
transitions: M0(o),
|
|
6289
|
+
zIndex: V({}, A0)
|
|
6290
6290
|
});
|
|
6291
6291
|
if (d = xe(d, a), d = t.reduce((f, h) => xe(f, h), d), process.env.NODE_ENV !== "production") {
|
|
6292
6292
|
const f = ["active", "checked", "completed", "disabled", "error", "expanded", "focused", "focusVisible", "required", "selected"], h = (m, b) => {
|
|
@@ -6319,20 +6319,20 @@ function $c(e = {}, ...t) {
|
|
|
6319
6319
|
});
|
|
6320
6320
|
}, d;
|
|
6321
6321
|
}
|
|
6322
|
-
const
|
|
6323
|
-
function
|
|
6322
|
+
const N0 = $0(), R0 = N0, P0 = "$$material";
|
|
6323
|
+
function z0(e) {
|
|
6324
6324
|
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
6325
6325
|
}
|
|
6326
|
-
const
|
|
6327
|
-
themeId:
|
|
6328
|
-
defaultTheme:
|
|
6329
|
-
rootShouldForwardProp:
|
|
6330
|
-
}),
|
|
6331
|
-
function
|
|
6326
|
+
const D0 = (e) => z0(e) && e !== "classes", L0 = D0, F0 = _c({
|
|
6327
|
+
themeId: P0,
|
|
6328
|
+
defaultTheme: R0,
|
|
6329
|
+
rootShouldForwardProp: L0
|
|
6330
|
+
}), j0 = F0;
|
|
6331
|
+
function H0(e) {
|
|
6332
6332
|
return kr("MuiSvgIcon", e);
|
|
6333
6333
|
}
|
|
6334
6334
|
Qa("MuiSvgIcon", ["root", "colorPrimary", "colorSecondary", "colorAction", "colorError", "colorDisabled", "fontSizeInherit", "fontSizeSmall", "fontSizeMedium", "fontSizeLarge"]);
|
|
6335
|
-
const
|
|
6335
|
+
const B0 = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"], V0 = (e) => {
|
|
6336
6336
|
const {
|
|
6337
6337
|
color: t,
|
|
6338
6338
|
fontSize: r,
|
|
@@ -6340,8 +6340,8 @@ const Bc = ["children", "className", "color", "component", "fontSize", "htmlColo
|
|
|
6340
6340
|
} = e, o = {
|
|
6341
6341
|
root: ["root", t !== "inherit" && `color${je(t)}`, `fontSize${je(r)}`]
|
|
6342
6342
|
};
|
|
6343
|
-
return Ga(o,
|
|
6344
|
-
},
|
|
6343
|
+
return Ga(o, H0, n);
|
|
6344
|
+
}, W0 = j0("svg", {
|
|
6345
6345
|
name: "MuiSvgIcon",
|
|
6346
6346
|
slot: "Root",
|
|
6347
6347
|
overridesResolver: (e, t) => {
|
|
@@ -6394,7 +6394,7 @@ const Bc = ["children", "className", "color", "component", "fontSize", "htmlColo
|
|
|
6394
6394
|
inheritViewBox: f = !1,
|
|
6395
6395
|
titleAccess: h,
|
|
6396
6396
|
viewBox: m = "0 0 24 24"
|
|
6397
|
-
} = n, b = $e(n,
|
|
6397
|
+
} = n, b = $e(n, B0), p = /* @__PURE__ */ W.isValidElement(o) && o.type === "svg", s = V({}, n, {
|
|
6398
6398
|
color: a,
|
|
6399
6399
|
component: l,
|
|
6400
6400
|
fontSize: c,
|
|
@@ -6404,8 +6404,8 @@ const Bc = ["children", "className", "color", "component", "fontSize", "htmlColo
|
|
|
6404
6404
|
hasSvgAsChild: p
|
|
6405
6405
|
}), y = {};
|
|
6406
6406
|
f || (y.viewBox = m);
|
|
6407
|
-
const x =
|
|
6408
|
-
return /* @__PURE__ */ A(
|
|
6407
|
+
const x = V0(s);
|
|
6408
|
+
return /* @__PURE__ */ A(W0, V({
|
|
6409
6409
|
as: l,
|
|
6410
6410
|
className: ei(x.root, i),
|
|
6411
6411
|
focusable: "false",
|
|
@@ -6494,7 +6494,7 @@ process.env.NODE_ENV !== "production" && (Vr.propTypes = {
|
|
|
6494
6494
|
});
|
|
6495
6495
|
Vr.muiName = "SvgIcon";
|
|
6496
6496
|
const $n = Vr;
|
|
6497
|
-
function
|
|
6497
|
+
function U0(e, t) {
|
|
6498
6498
|
function r(n, o) {
|
|
6499
6499
|
return /* @__PURE__ */ u($n, V({
|
|
6500
6500
|
"data-testid": `${t}Icon`,
|
|
@@ -6505,25 +6505,25 @@ function Uc(e, t) {
|
|
|
6505
6505
|
}
|
|
6506
6506
|
return process.env.NODE_ENV !== "production" && (r.displayName = `${t}Icon`), r.muiName = $n.muiName, /* @__PURE__ */ W.memo(/* @__PURE__ */ W.forwardRef(r));
|
|
6507
6507
|
}
|
|
6508
|
-
const
|
|
6508
|
+
const Y0 = U0(/* @__PURE__ */ u("path", {
|
|
6509
6509
|
d: "m7 10 5 5 5-5z"
|
|
6510
6510
|
}), "ArrowDropDown");
|
|
6511
6511
|
var Nn = Number.isNaN || function(t) {
|
|
6512
6512
|
return typeof t == "number" && t !== t;
|
|
6513
6513
|
};
|
|
6514
|
-
function
|
|
6514
|
+
function K0(e, t) {
|
|
6515
6515
|
return !!(e === t || Nn(e) && Nn(t));
|
|
6516
6516
|
}
|
|
6517
|
-
function
|
|
6517
|
+
function G0(e, t) {
|
|
6518
6518
|
if (e.length !== t.length)
|
|
6519
6519
|
return !1;
|
|
6520
6520
|
for (var r = 0; r < e.length; r++)
|
|
6521
|
-
if (!
|
|
6521
|
+
if (!K0(e[r], t[r]))
|
|
6522
6522
|
return !1;
|
|
6523
6523
|
return !0;
|
|
6524
6524
|
}
|
|
6525
6525
|
function lr(e, t) {
|
|
6526
|
-
t === void 0 && (t =
|
|
6526
|
+
t === void 0 && (t = G0);
|
|
6527
6527
|
var r, n = [], o, i = !1;
|
|
6528
6528
|
function a() {
|
|
6529
6529
|
for (var l = [], c = 0; c < arguments.length; c++)
|
|
@@ -6532,7 +6532,7 @@ function lr(e, t) {
|
|
|
6532
6532
|
}
|
|
6533
6533
|
return a;
|
|
6534
6534
|
}
|
|
6535
|
-
var
|
|
6535
|
+
var q0 = typeof performance == "object" && typeof performance.now == "function", Rn = q0 ? function() {
|
|
6536
6536
|
return performance.now();
|
|
6537
6537
|
} : function() {
|
|
6538
6538
|
return Date.now();
|
|
@@ -6540,7 +6540,7 @@ var qc = typeof performance == "object" && typeof performance.now == "function",
|
|
|
6540
6540
|
function Pn(e) {
|
|
6541
6541
|
cancelAnimationFrame(e.id);
|
|
6542
6542
|
}
|
|
6543
|
-
function
|
|
6543
|
+
function Z0(e, t) {
|
|
6544
6544
|
var r = Rn();
|
|
6545
6545
|
function n() {
|
|
6546
6546
|
Rn() - r >= t ? e.call(null) : o.id = requestAnimationFrame(n);
|
|
@@ -6569,11 +6569,11 @@ function Dn(e) {
|
|
|
6569
6569
|
return Xe;
|
|
6570
6570
|
}
|
|
6571
6571
|
process.env.NODE_ENV;
|
|
6572
|
-
var
|
|
6572
|
+
var X0 = 150, J0 = function(t, r) {
|
|
6573
6573
|
return t;
|
|
6574
6574
|
}, zt = null, Dt = null;
|
|
6575
6575
|
process.env.NODE_ENV !== "production" && typeof window < "u" && typeof window.WeakSet < "u" && (zt = /* @__PURE__ */ new WeakSet(), Dt = /* @__PURE__ */ new WeakSet());
|
|
6576
|
-
function
|
|
6576
|
+
function Q0(e) {
|
|
6577
6577
|
var t, r = e.getItemOffset, n = e.getEstimatedTotalSize, o = e.getItemSize, i = e.getOffsetForIndexAndAlignment, a = e.getStartIndexForOffset, l = e.getStopIndexForStartIndex, c = e.initInstanceProps, d = e.shouldResetStyleCacheOnItemSizeChange, f = e.validateProps;
|
|
6578
6578
|
return t = /* @__PURE__ */ function(h) {
|
|
6579
6579
|
ti(m, h);
|
|
@@ -6655,7 +6655,7 @@ function Qc(e) {
|
|
|
6655
6655
|
var x = s.props.outerRef;
|
|
6656
6656
|
s._outerRef = y, typeof x == "function" ? x(y) : x != null && typeof x == "object" && x.hasOwnProperty("current") && (x.current = y);
|
|
6657
6657
|
}, s._resetIsScrollingDebounced = function() {
|
|
6658
|
-
s._resetIsScrollingTimeoutId !== null && Pn(s._resetIsScrollingTimeoutId), s._resetIsScrollingTimeoutId =
|
|
6658
|
+
s._resetIsScrollingTimeoutId !== null && Pn(s._resetIsScrollingTimeoutId), s._resetIsScrollingTimeoutId = Z0(s._resetIsScrolling, X0);
|
|
6659
6659
|
}, s._resetIsScrolling = function() {
|
|
6660
6660
|
s._resetIsScrollingTimeoutId = null, s.setState({
|
|
6661
6661
|
isScrolling: !1
|
|
@@ -6720,7 +6720,7 @@ function Qc(e) {
|
|
|
6720
6720
|
}, b.componentWillUnmount = function() {
|
|
6721
6721
|
this._resetIsScrollingTimeoutId !== null && Pn(this._resetIsScrollingTimeoutId);
|
|
6722
6722
|
}, b.render = function() {
|
|
6723
|
-
var s = this.props, y = s.children, x = s.className, _ = s.direction, w = s.height, E = s.innerRef, v = s.innerElementType, g = s.innerTagName, S = s.itemCount, C = s.itemData, T = s.itemKey, I = T === void 0 ?
|
|
6723
|
+
var s = this.props, y = s.children, x = s.className, _ = s.direction, w = s.height, E = s.innerRef, v = s.innerElementType, g = s.innerTagName, S = s.itemCount, C = s.itemData, T = s.itemKey, I = T === void 0 ? J0 : T, M = s.layout, $ = s.outerElementType, F = s.outerTagName, U = s.style, oe = s.useIsScrolling, me = s.width, Pe = this.state.isScrolling, Te = _ === "horizontal" || M === "horizontal", He = Te ? this._onScrollHorizontal : this._onScrollVertical, Me = this._getRangeToRender(), Be = Me[0], at = Me[1], ze = [];
|
|
6724
6724
|
if (S > 0)
|
|
6725
6725
|
for (var _e = Be; _e <= at; _e++)
|
|
6726
6726
|
ze.push(or(y, {
|
|
@@ -6851,7 +6851,7 @@ var e1 = function(t, r) {
|
|
|
6851
6851
|
}
|
|
6852
6852
|
var d = n - a - 1, f = d * i;
|
|
6853
6853
|
return l + f;
|
|
6854
|
-
}, o1 = /* @__PURE__ */
|
|
6854
|
+
}, o1 = /* @__PURE__ */ Q0({
|
|
6855
6855
|
getItemOffset: function(t, r, n) {
|
|
6856
6856
|
return Je(t, r, n).offset;
|
|
6857
6857
|
},
|
|
@@ -7019,7 +7019,7 @@ function N1(e) {
|
|
|
7019
7019
|
},
|
|
7020
7020
|
disabled: e.loading || e.disabled || e.readOnly,
|
|
7021
7021
|
children: e.loading ? /* @__PURE__ */ u(pi, { size: "16px" }) : /* @__PURE__ */ u(
|
|
7022
|
-
|
|
7022
|
+
Y0,
|
|
7023
7023
|
{
|
|
7024
7024
|
fontSize: "small",
|
|
7025
7025
|
style: { transition: "0.3s" },
|