@epilot/base-elements 3.3.3 → 3.3.4

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.
@@ -18,22 +18,22 @@ function parseThemeTemplate(params) {
18
18
  }
19
19
  exports.parseThemeTemplate = parseThemeTemplate;
20
20
  function parseMuiTheme(params, classPrefix) {
21
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
22
- var _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59, _60, _61, _62, _63, _64, _65, _66, _67, _68, _69, _70, _71, _72, _73, _74, _75, _76, _77, _78, _79, _80, _81, _82, _83, _84, _85, _86, _87, _88, _89, _90, _91, _92, _93, _94, _95, _96, _97, _98, _99, _100, _101, _102, _103, _104, _105, _106, _107, _108, _109, _110, _111, _112, _113, _114, _115, _116, _117, _118, _119, _120, _121, _122, _123, _124, _125, _126, _127, _128, _129, _130, _131, _132, _133, _134, _135, _136, _137, _138, _139, _140, _141, _142, _143, _144, _145, _146, _147, _148, _149, _150, _151, _152, _153, _154, _155, _156, _157, _158, _159, _160, _161, _162, _163, _164, _165, _166, _167, _168, _169, _170, _171, _172, _173, _174, _175, _176, _177, _178, _179, _180, _181, _182, _183, _184, _185, _186, _187, _188, _189, _190, _191, _192, _193, _194, _195, _196, _197, _198, _199, _200, _201, _202, _203, _204, _205, _206, _207, _208, _209, _210, _211, _212, _213, _214, _215, _216, _217, _218, _219, _220, _221, _222, _223, _224, _225;
21
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
22
+ var _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59, _60, _61, _62, _63, _64, _65, _66, _67, _68, _69, _70, _71, _72, _73, _74, _75, _76, _77, _78, _79, _80, _81, _82, _83, _84, _85, _86, _87, _88, _89, _90, _91, _92, _93, _94, _95, _96, _97, _98, _99, _100, _101, _102, _103, _104, _105, _106, _107, _108, _109, _110, _111, _112, _113, _114, _115, _116, _117, _118, _119, _120, _121, _122, _123, _124, _125, _126, _127, _128, _129, _130, _131, _132, _133, _134, _135, _136, _137, _138, _139, _140, _141, _142, _143, _144, _145, _146, _147, _148, _149, _150, _151, _152, _153, _154, _155, _156, _157, _158, _159, _160, _161, _162, _163, _164, _165, _166, _167, _168, _169, _170, _171, _172, _173, _174, _175, _176, _177, _178, _179, _180, _181, _182, _183, _184, _185, _186, _187, _188, _189, _190, _191, _192, _193, _194, _195, _196, _197, _198, _199, _200, _201, _202, _203, _204, _205, _206, _207, _208, _209, _210, _211, _212, _213, _214, _215, _216, _217, _218, _219, _220, _221, _222, _223, _224;
23
23
  if (classPrefix === void 0) { classPrefix = ''; }
24
24
  var prefix = classPrefix ? classPrefix + "-" : '';
25
- var disableRipple = typeof ((_t = params.props) === null || _t === void 0 ? void 0 : _t.enable_ripple) === 'boolean'
26
- ? !((_u = params.props) === null || _u === void 0 ? void 0 : _u.enable_ripple)
27
- : !((_v = DefaultEpilotTheme_1.DefaultEpilotTheme.props) === null || _v === void 0 ? void 0 : _v.enable_ripple);
28
- var borderRadius = ((_w = params.shape) === null || _w === void 0 ? void 0 : _w.borderRadius) || ((_x = DefaultEpilotTheme_1.DefaultEpilotTheme.shape) === null || _x === void 0 ? void 0 : _x.borderRadius);
29
- var primaryColor = ((_y = params.palette) === null || _y === void 0 ? void 0 : _y.primary) || ((_z = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _z === void 0 ? void 0 : _z.primary);
30
- var secondaryColor = ((_0 = params.palette) === null || _0 === void 0 ? void 0 : _0.secondary) || ((_1 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _1 === void 0 ? void 0 : _1.secondary);
31
- var successColor = ((_2 = params.palette) === null || _2 === void 0 ? void 0 : _2.success) || ((_3 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _3 === void 0 ? void 0 : _3.success);
32
- var neutralColor = ((_4 = params.palette) === null || _4 === void 0 ? void 0 : _4.neutral) || ((_5 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _5 === void 0 ? void 0 : _5.neutral);
33
- var neutralVariantColor = ((_6 = params.palette) === null || _6 === void 0 ? void 0 : _6.neutralVariant) || ((_7 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _7 === void 0 ? void 0 : _7.neutralVariant);
34
- var infoColor = ((_8 = params.palette) === null || _8 === void 0 ? void 0 : _8.info) || ((_9 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _9 === void 0 ? void 0 : _9.info);
35
- var defaultBackground = ((_11 = (_10 = params.palette) === null || _10 === void 0 ? void 0 : _10.background) === null || _11 === void 0 ? void 0 : _11["default"]) || ((_13 = (_12 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _12 === void 0 ? void 0 : _12.background) === null || _13 === void 0 ? void 0 : _13["default"]);
36
- var warningColor = ((_14 = params.palette) === null || _14 === void 0 ? void 0 : _14.warning) || ((_15 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _15 === void 0 ? void 0 : _15.warning);
25
+ var disableRipple = typeof ((_s = params.props) === null || _s === void 0 ? void 0 : _s.enable_ripple) === 'boolean'
26
+ ? !((_t = params.props) === null || _t === void 0 ? void 0 : _t.enable_ripple)
27
+ : !((_u = DefaultEpilotTheme_1.DefaultEpilotTheme.props) === null || _u === void 0 ? void 0 : _u.enable_ripple);
28
+ var borderRadius = ((_v = params.shape) === null || _v === void 0 ? void 0 : _v.borderRadius) || ((_w = DefaultEpilotTheme_1.DefaultEpilotTheme.shape) === null || _w === void 0 ? void 0 : _w.borderRadius);
29
+ var primaryColor = ((_x = params.palette) === null || _x === void 0 ? void 0 : _x.primary) || ((_y = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _y === void 0 ? void 0 : _y.primary);
30
+ var secondaryColor = ((_z = params.palette) === null || _z === void 0 ? void 0 : _z.secondary) || ((_0 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _0 === void 0 ? void 0 : _0.secondary);
31
+ var successColor = ((_1 = params.palette) === null || _1 === void 0 ? void 0 : _1.success) || ((_2 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _2 === void 0 ? void 0 : _2.success);
32
+ var neutralColor = ((_3 = params.palette) === null || _3 === void 0 ? void 0 : _3.neutral) || ((_4 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _4 === void 0 ? void 0 : _4.neutral);
33
+ var neutralVariantColor = ((_5 = params.palette) === null || _5 === void 0 ? void 0 : _5.neutralVariant) || ((_6 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _6 === void 0 ? void 0 : _6.neutralVariant);
34
+ var infoColor = ((_7 = params.palette) === null || _7 === void 0 ? void 0 : _7.info) || ((_8 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _8 === void 0 ? void 0 : _8.info);
35
+ var defaultBackground = ((_10 = (_9 = params.palette) === null || _9 === void 0 ? void 0 : _9.background) === null || _10 === void 0 ? void 0 : _10["default"]) || ((_12 = (_11 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _11 === void 0 ? void 0 : _11.background) === null || _12 === void 0 ? void 0 : _12["default"]);
36
+ var warningColor = ((_13 = params.palette) === null || _13 === void 0 ? void 0 : _13.warning) || ((_14 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _14 === void 0 ? void 0 : _14.warning);
37
37
  var primaryDark = (primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor.dark) ? primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor.dark : (primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor.main) ? styles_1.darken(primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor.main, 0.1)
38
38
  : null;
39
39
  var secondaryDark = (secondaryColor === null || secondaryColor === void 0 ? void 0 : secondaryColor.dark) ? secondaryColor === null || secondaryColor === void 0 ? void 0 : secondaryColor.dark : (secondaryColor === null || secondaryColor === void 0 ? void 0 : secondaryColor.main) ? styles_1.darken(secondaryColor === null || secondaryColor === void 0 ? void 0 : secondaryColor.main, 0.1)
@@ -42,31 +42,31 @@ function parseMuiTheme(params, classPrefix) {
42
42
  : null;
43
43
  var secondaryLight = (secondaryColor === null || secondaryColor === void 0 ? void 0 : secondaryColor.light) ? secondaryColor === null || secondaryColor === void 0 ? void 0 : secondaryColor.light : (secondaryColor === null || secondaryColor === void 0 ? void 0 : secondaryColor.main) ? styles_1.lighten(secondaryColor === null || secondaryColor === void 0 ? void 0 : secondaryColor.main, 0.1)
44
44
  : null;
45
- var errorColor = ((_16 = params.palette) === null || _16 === void 0 ? void 0 : _16.error) || ((_17 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _17 === void 0 ? void 0 : _17.error);
46
- var accent1Color = ((_18 = params.palette) === null || _18 === void 0 ? void 0 : _18.accent1) || ((_19 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _19 === void 0 ? void 0 : _19.accent1);
47
- var accent2Color = ((_20 = params.palette) === null || _20 === void 0 ? void 0 : _20.accent2) || ((_21 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _21 === void 0 ? void 0 : _21.accent2);
48
- var tertiaryColor = ((_22 = params.palette) === null || _22 === void 0 ? void 0 : _22.tertiary) || ((_23 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _23 === void 0 ? void 0 : _23.tertiary);
49
- var defaultColor = ((_24 = params.palette) === null || _24 === void 0 ? void 0 : _24["default"]) || ((_25 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _25 === void 0 ? void 0 : _25["default"]);
50
- var grey20 = ((_27 = (_26 = params.palette) === null || _26 === void 0 ? void 0 : _26.grey) === null || _27 === void 0 ? void 0 : _27[20]) || ((_29 = (_28 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _28 === void 0 ? void 0 : _28.grey) === null || _29 === void 0 ? void 0 : _29[20]);
51
- var grey30 = ((_31 = (_30 = params.palette) === null || _30 === void 0 ? void 0 : _30.grey) === null || _31 === void 0 ? void 0 : _31[30]) || ((_33 = (_32 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _32 === void 0 ? void 0 : _32.grey) === null || _33 === void 0 ? void 0 : _33[30]);
52
- var grey40 = ((_35 = (_34 = params.palette) === null || _34 === void 0 ? void 0 : _34.grey) === null || _35 === void 0 ? void 0 : _35[40]) || ((_37 = (_36 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _36 === void 0 ? void 0 : _36.grey) === null || _37 === void 0 ? void 0 : _37[40]);
53
- var grey50 = ((_39 = (_38 = params.palette) === null || _38 === void 0 ? void 0 : _38.grey) === null || _39 === void 0 ? void 0 : _39[50]) || ((_41 = (_40 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _40 === void 0 ? void 0 : _40.grey) === null || _41 === void 0 ? void 0 : _41[50]);
54
- var grey60 = ((_43 = (_42 = params.palette) === null || _42 === void 0 ? void 0 : _42.grey) === null || _43 === void 0 ? void 0 : _43[60]) || ((_45 = (_44 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _44 === void 0 ? void 0 : _44.grey) === null || _45 === void 0 ? void 0 : _45[60]);
55
- var grey70 = ((_47 = (_46 = params.palette) === null || _46 === void 0 ? void 0 : _46.grey) === null || _47 === void 0 ? void 0 : _47[70]) || ((_49 = (_48 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _48 === void 0 ? void 0 : _48.grey) === null || _49 === void 0 ? void 0 : _49[70]);
56
- var grey100 = ((_51 = (_50 = params.palette) === null || _50 === void 0 ? void 0 : _50.grey) === null || _51 === void 0 ? void 0 : _51[100]) || ((_53 = (_52 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _52 === void 0 ? void 0 : _52.grey) === null || _53 === void 0 ? void 0 : _53[100]);
57
- var grey200 = ((_55 = (_54 = params.palette) === null || _54 === void 0 ? void 0 : _54.grey) === null || _55 === void 0 ? void 0 : _55[200]) || ((_57 = (_56 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _56 === void 0 ? void 0 : _56.grey) === null || _57 === void 0 ? void 0 : _57[200]);
58
- var surfaceContainerHigh = ((_59 = (_58 = params.palette) === null || _58 === void 0 ? void 0 : _58.surface) === null || _59 === void 0 ? void 0 : _59.containerHigh) || ((_61 = (_60 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _60 === void 0 ? void 0 : _60.surface) === null || _61 === void 0 ? void 0 : _61.container);
59
- var surfaceContainer = ((_63 = (_62 = params.palette) === null || _62 === void 0 ? void 0 : _62.surface) === null || _63 === void 0 ? void 0 : _63.container) || ((_65 = (_64 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _64 === void 0 ? void 0 : _64.surface) === null || _65 === void 0 ? void 0 : _65.container);
60
- var surfaceContainerLow = ((_67 = (_66 = params.palette) === null || _66 === void 0 ? void 0 : _66.surface) === null || _67 === void 0 ? void 0 : _67.containerLow) || ((_69 = (_68 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _68 === void 0 ? void 0 : _68.surface) === null || _69 === void 0 ? void 0 : _69.containerLow);
61
- var textPalette = ((_70 = params.palette) === null || _70 === void 0 ? void 0 : _70.text) || ((_71 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _71 === void 0 ? void 0 : _71.text);
62
- var actionHoverColor = ((_73 = (_72 = params.palette) === null || _72 === void 0 ? void 0 : _72.action) === null || _73 === void 0 ? void 0 : _73.hover) || ((_75 = (_74 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _74 === void 0 ? void 0 : _74.action) === null || _75 === void 0 ? void 0 : _75.hover);
63
- var dividerColor = ((_76 = params.palette) === null || _76 === void 0 ? void 0 : _76.divider) || ((_77 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _77 === void 0 ? void 0 : _77.divider);
64
- var extFonts = ((_78 = params.typography) === null || _78 === void 0 ? void 0 : _78.fontSource) ? fonts_1["default"].concat((_79 = params.typography) === null || _79 === void 0 ? void 0 : _79.fontSource)
45
+ var errorColor = ((_15 = params.palette) === null || _15 === void 0 ? void 0 : _15.error) || ((_16 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _16 === void 0 ? void 0 : _16.error);
46
+ var accent1Color = ((_17 = params.palette) === null || _17 === void 0 ? void 0 : _17.accent1) || ((_18 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _18 === void 0 ? void 0 : _18.accent1);
47
+ var accent2Color = ((_19 = params.palette) === null || _19 === void 0 ? void 0 : _19.accent2) || ((_20 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _20 === void 0 ? void 0 : _20.accent2);
48
+ var tertiaryColor = ((_21 = params.palette) === null || _21 === void 0 ? void 0 : _21.tertiary) || ((_22 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _22 === void 0 ? void 0 : _22.tertiary);
49
+ var defaultColor = ((_23 = params.palette) === null || _23 === void 0 ? void 0 : _23["default"]) || ((_24 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _24 === void 0 ? void 0 : _24["default"]);
50
+ var grey20 = ((_26 = (_25 = params.palette) === null || _25 === void 0 ? void 0 : _25.grey) === null || _26 === void 0 ? void 0 : _26[20]) || ((_28 = (_27 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _27 === void 0 ? void 0 : _27.grey) === null || _28 === void 0 ? void 0 : _28[20]);
51
+ var grey30 = ((_30 = (_29 = params.palette) === null || _29 === void 0 ? void 0 : _29.grey) === null || _30 === void 0 ? void 0 : _30[30]) || ((_32 = (_31 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _31 === void 0 ? void 0 : _31.grey) === null || _32 === void 0 ? void 0 : _32[30]);
52
+ var grey40 = ((_34 = (_33 = params.palette) === null || _33 === void 0 ? void 0 : _33.grey) === null || _34 === void 0 ? void 0 : _34[40]) || ((_36 = (_35 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _35 === void 0 ? void 0 : _35.grey) === null || _36 === void 0 ? void 0 : _36[40]);
53
+ var grey50 = ((_38 = (_37 = params.palette) === null || _37 === void 0 ? void 0 : _37.grey) === null || _38 === void 0 ? void 0 : _38[50]) || ((_40 = (_39 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _39 === void 0 ? void 0 : _39.grey) === null || _40 === void 0 ? void 0 : _40[50]);
54
+ var grey60 = ((_42 = (_41 = params.palette) === null || _41 === void 0 ? void 0 : _41.grey) === null || _42 === void 0 ? void 0 : _42[60]) || ((_44 = (_43 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _43 === void 0 ? void 0 : _43.grey) === null || _44 === void 0 ? void 0 : _44[60]);
55
+ var grey70 = ((_46 = (_45 = params.palette) === null || _45 === void 0 ? void 0 : _45.grey) === null || _46 === void 0 ? void 0 : _46[70]) || ((_48 = (_47 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _47 === void 0 ? void 0 : _47.grey) === null || _48 === void 0 ? void 0 : _48[70]);
56
+ var grey100 = ((_50 = (_49 = params.palette) === null || _49 === void 0 ? void 0 : _49.grey) === null || _50 === void 0 ? void 0 : _50[100]) || ((_52 = (_51 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _51 === void 0 ? void 0 : _51.grey) === null || _52 === void 0 ? void 0 : _52[100]);
57
+ var grey200 = ((_54 = (_53 = params.palette) === null || _53 === void 0 ? void 0 : _53.grey) === null || _54 === void 0 ? void 0 : _54[200]) || ((_56 = (_55 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _55 === void 0 ? void 0 : _55.grey) === null || _56 === void 0 ? void 0 : _56[200]);
58
+ var surfaceContainerHigh = ((_58 = (_57 = params.palette) === null || _57 === void 0 ? void 0 : _57.surface) === null || _58 === void 0 ? void 0 : _58.containerHigh) || ((_60 = (_59 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _59 === void 0 ? void 0 : _59.surface) === null || _60 === void 0 ? void 0 : _60.container);
59
+ var surfaceContainer = ((_62 = (_61 = params.palette) === null || _61 === void 0 ? void 0 : _61.surface) === null || _62 === void 0 ? void 0 : _62.container) || ((_64 = (_63 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _63 === void 0 ? void 0 : _63.surface) === null || _64 === void 0 ? void 0 : _64.container);
60
+ var surfaceContainerLow = ((_66 = (_65 = params.palette) === null || _65 === void 0 ? void 0 : _65.surface) === null || _66 === void 0 ? void 0 : _66.containerLow) || ((_68 = (_67 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _67 === void 0 ? void 0 : _67.surface) === null || _68 === void 0 ? void 0 : _68.containerLow);
61
+ var textPalette = ((_69 = params.palette) === null || _69 === void 0 ? void 0 : _69.text) || ((_70 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _70 === void 0 ? void 0 : _70.text);
62
+ var actionHoverColor = ((_72 = (_71 = params.palette) === null || _71 === void 0 ? void 0 : _71.action) === null || _72 === void 0 ? void 0 : _72.hover) || ((_74 = (_73 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _73 === void 0 ? void 0 : _73.action) === null || _74 === void 0 ? void 0 : _74.hover);
63
+ var dividerColor = ((_75 = params.palette) === null || _75 === void 0 ? void 0 : _75.divider) || ((_76 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _76 === void 0 ? void 0 : _76.divider);
64
+ var extFonts = ((_77 = params.typography) === null || _77 === void 0 ? void 0 : _77.fontSource) ? fonts_1["default"].concat((_78 = params.typography) === null || _78 === void 0 ? void 0 : _78.fontSource)
65
65
  : fonts_1["default"];
66
- var elevation1 = ((_80 = params.shadows) === null || _80 === void 0 ? void 0 : _80[1]) || ((_81 = DefaultEpilotTheme_1.DefaultEpilotTheme.shadows) === null || _81 === void 0 ? void 0 : _81[1]);
67
- var elevation2 = ((_82 = params.shadows) === null || _82 === void 0 ? void 0 : _82[2]) || ((_83 = DefaultEpilotTheme_1.DefaultEpilotTheme.shadows) === null || _83 === void 0 ? void 0 : _83[2]);
68
- var elevation3 = ((_84 = params.shadows) === null || _84 === void 0 ? void 0 : _84[3]) || ((_85 = DefaultEpilotTheme_1.DefaultEpilotTheme.shadows) === null || _85 === void 0 ? void 0 : _85[3]);
69
- var elevation8 = ((_86 = params.shadows) === null || _86 === void 0 ? void 0 : _86[8]) || ((_87 = DefaultEpilotTheme_1.DefaultEpilotTheme.shadows) === null || _87 === void 0 ? void 0 : _87[8]);
66
+ var elevation1 = ((_79 = params.shadows) === null || _79 === void 0 ? void 0 : _79[1]) || ((_80 = DefaultEpilotTheme_1.DefaultEpilotTheme.shadows) === null || _80 === void 0 ? void 0 : _80[1]);
67
+ var elevation2 = ((_81 = params.shadows) === null || _81 === void 0 ? void 0 : _81[2]) || ((_82 = DefaultEpilotTheme_1.DefaultEpilotTheme.shadows) === null || _82 === void 0 ? void 0 : _82[2]);
68
+ var elevation3 = ((_83 = params.shadows) === null || _83 === void 0 ? void 0 : _83[3]) || ((_84 = DefaultEpilotTheme_1.DefaultEpilotTheme.shadows) === null || _84 === void 0 ? void 0 : _84[3]);
69
+ var elevation8 = ((_85 = params.shadows) === null || _85 === void 0 ? void 0 : _85[8]) || ((_86 = DefaultEpilotTheme_1.DefaultEpilotTheme.shadows) === null || _86 === void 0 ? void 0 : _86[8]);
70
70
  var overrides = fp_1["default"].merge({
71
71
  MuiTypography: {
72
72
  root: {
@@ -291,15 +291,6 @@ function parseMuiTheme(params, classPrefix) {
291
291
  }
292
292
  }
293
293
  },
294
- MuiTabPanel: {
295
- root: (_c = {
296
- padding: 0
297
- },
298
- _c["& ." + prefix + "MuiPaper-root"] = {
299
- borderRadius: "0px " + borderRadius + "px " + borderRadius + "px " + borderRadius + "px"
300
- },
301
- _c)
302
- },
303
294
  MuiTabs: {
304
295
  root: {
305
296
  minHeight: 40,
@@ -377,7 +368,7 @@ function parseMuiTheme(params, classPrefix) {
377
368
  backgroundColor: 'transparent'
378
369
  }
379
370
  },
380
- textPrimary: (_d = {
371
+ textPrimary: (_c = {
381
372
  '&:hover': {
382
373
  backgroundColor: 'transparent',
383
374
  color: primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[600]
@@ -386,20 +377,20 @@ function parseMuiTheme(params, classPrefix) {
386
377
  color: primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[700]
387
378
  }
388
379
  },
389
- _d["&." + classPrefix + "Mui-focusVisible"] = {
380
+ _c["&." + classPrefix + "Mui-focusVisible"] = {
390
381
  border: "1px solid white",
391
382
  boxShadow: "0 0 0 2px " + ((primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[400]) || primaryLight) + " !important"
392
383
  },
393
- _d["&." + classPrefix + "Mui-focusVisible." + classPrefix + "MuiButton-textSizeSmall"] = {
384
+ _c["&." + classPrefix + "Mui-focusVisible." + classPrefix + "MuiButton-textSizeSmall"] = {
394
385
  boxShadow: "0 0 0 1px " + ((primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[400]) || primaryLight) + " !important"
395
386
  },
396
- _d),
387
+ _c),
397
388
  textSecondary: {
398
389
  '&:hover': {
399
390
  backgroundColor: 'transparent'
400
391
  }
401
392
  },
402
- outlined: (_e = {
393
+ outlined: (_d = {
403
394
  color: textPalette === null || textPalette === void 0 ? void 0 : textPalette.primary,
404
395
  backgroundColor: defaultBackground,
405
396
  borderColor: grey70,
@@ -408,21 +399,21 @@ function parseMuiTheme(params, classPrefix) {
408
399
  boxShadow: "0px 0px 0px 1px " + (primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[400]) + " !important"
409
400
  }
410
401
  },
411
- _e["& ." + prefix + "MuiButton-startIcon"] = {
402
+ _d["& ." + prefix + "MuiButton-startIcon"] = {
412
403
  color: accent1Color === null || accent1Color === void 0 ? void 0 : accent1Color.main
413
404
  },
414
- _e["& ." + prefix + "MuiButton-endIcon"] = {
405
+ _d["& ." + prefix + "MuiButton-endIcon"] = {
415
406
  color: accent1Color === null || accent1Color === void 0 ? void 0 : accent1Color.main
416
407
  },
417
- _e["&." + classPrefix + "Mui-focusVisible"] = {
408
+ _d["&." + classPrefix + "Mui-focusVisible"] = {
418
409
  border: "1px solid white",
419
410
  boxShadow: "0 0 0 2px " + ((primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[400]) || primaryLight) + " !important"
420
411
  },
421
- _e["&." + classPrefix + "Mui-focusVisible." + classPrefix + "MuiButton-outlinedSizeSmall"] = {
412
+ _d["&." + classPrefix + "Mui-focusVisible." + classPrefix + "MuiButton-outlinedSizeSmall"] = {
422
413
  boxShadow: "0 0 0 1px " + ((primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[400]) || primaryLight) + " !important"
423
414
  },
424
- _e),
425
- outlinedPrimary: (_f = {
415
+ _d),
416
+ outlinedPrimary: (_e = {
426
417
  color: textPalette === null || textPalette === void 0 ? void 0 : textPalette.primary,
427
418
  '&:hover': {
428
419
  border: "1px solid " + primaryDark,
@@ -433,13 +424,13 @@ function parseMuiTheme(params, classPrefix) {
433
424
  boxShadow: "0px 0px 0px 1px " + (primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[400]) + " !important"
434
425
  }
435
426
  },
436
- _f["& ." + prefix + "MuiButton-startIcon"] = {
427
+ _e["& ." + prefix + "MuiButton-startIcon"] = {
437
428
  color: textPalette === null || textPalette === void 0 ? void 0 : textPalette.primary
438
429
  },
439
- _f["& ." + prefix + "MuiButton-endIcon"] = {
430
+ _e["& ." + prefix + "MuiButton-endIcon"] = {
440
431
  color: textPalette === null || textPalette === void 0 ? void 0 : textPalette.primary
441
432
  },
442
- _f),
433
+ _e),
443
434
  outlinedSecondary: {
444
435
  color: textPalette === null || textPalette === void 0 ? void 0 : textPalette.primary,
445
436
  '&:hover': {
@@ -447,26 +438,26 @@ function parseMuiTheme(params, classPrefix) {
447
438
  backgroundColor: defaultBackground
448
439
  }
449
440
  },
450
- containedPrimary: (_g = {},
451
- _g["&." + classPrefix + "Mui-focusVisible"] = {
441
+ containedPrimary: (_f = {},
442
+ _f["&." + classPrefix + "Mui-focusVisible"] = {
452
443
  backgroundColor: (primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[400]) + " !important",
453
444
  border: "1px solid white",
454
445
  boxShadow: "0 0 0 2px " + ((primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[400]) || primaryLight) + " !important"
455
446
  },
456
- _g["&." + classPrefix + "Mui-focusVisible." + classPrefix + "MuiButton-containedSizeSmall"] = {
447
+ _f["&." + classPrefix + "Mui-focusVisible." + classPrefix + "MuiButton-containedSizeSmall"] = {
457
448
  boxShadow: "0 0 0 1px " + ((primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[400]) || primaryLight) + " !important"
458
449
  },
459
- _g),
460
- containedSecondary: (_h = {},
461
- _h["&." + classPrefix + "Mui-focusVisible"] = {
450
+ _f),
451
+ containedSecondary: (_g = {},
452
+ _g["&." + classPrefix + "Mui-focusVisible"] = {
462
453
  backgroundColor: (secondaryColor === null || secondaryColor === void 0 ? void 0 : secondaryColor.main) + " !important",
463
454
  border: "1px solid white",
464
455
  boxShadow: "0 0 0 2px " + ((secondaryColor === null || secondaryColor === void 0 ? void 0 : secondaryColor[400]) || secondaryLight) + " !important"
465
456
  },
466
- _h["&." + classPrefix + "Mui-focusVisible." + classPrefix + "MuiButton-containedSizeSmall"] = {
457
+ _g["&." + classPrefix + "Mui-focusVisible." + classPrefix + "MuiButton-containedSizeSmall"] = {
467
458
  boxShadow: "0 0 0 1px " + ((secondaryColor === null || secondaryColor === void 0 ? void 0 : secondaryColor[400]) || secondaryLight) + " !important"
468
459
  },
469
- _h)
460
+ _g)
470
461
  },
471
462
  MuiButtonGroup: {
472
463
  groupedContainedPrimary: {
@@ -481,7 +472,7 @@ function parseMuiTheme(params, classPrefix) {
481
472
  }
482
473
  },
483
474
  groupedTextPrimary: {
484
- border: "1px solid " + ((_88 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _88 === void 0 ? void 0 : _88.grey[70]) + " !important",
475
+ border: "1px solid " + ((_87 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _87 === void 0 ? void 0 : _87.grey[70]) + " !important",
485
476
  '&:not(:last-child)': {
486
477
  marginRight: -1
487
478
  }
@@ -493,14 +484,14 @@ function parseMuiTheme(params, classPrefix) {
493
484
  }
494
485
  },
495
486
  MuiDialogTitle: {
496
- root: (_j = {
487
+ root: (_h = {
497
488
  padding: 24,
498
489
  paddingBottom: 4
499
490
  },
500
- _j["& ." + prefix + "MuiTypography-root"] = {
491
+ _h["& ." + prefix + "MuiTypography-root"] = {
501
492
  fontWeight: 600
502
493
  },
503
- _j)
494
+ _h)
504
495
  },
505
496
  MuiDialogActions: {
506
497
  root: {
@@ -527,7 +518,7 @@ function parseMuiTheme(params, classPrefix) {
527
518
  '&:hover': {
528
519
  backgroundColor: defaultBackground
529
520
  },
530
- '&$selected': (_k = {
521
+ '&$selected': (_j = {
531
522
  backgroundColor: (primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor.main) + " !important",
532
523
  borderColor: (primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor.main) + " !important",
533
524
  borderRight: "1px solid " + (primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor.main) + " !important",
@@ -535,17 +526,17 @@ function parseMuiTheme(params, classPrefix) {
535
526
  backgroundColor: primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor.main
536
527
  }
537
528
  },
538
- _k["& ." + prefix + "MuiToggleButton-label"] = {
529
+ _j["& ." + prefix + "MuiToggleButton-label"] = {
539
530
  color: defaultBackground
540
531
  },
541
- _k),
542
- '&$disabled': (_l = {
532
+ _j),
533
+ '&$disabled': (_k = {
543
534
  backgroundColor: grey40
544
535
  },
545
- _l["& ." + prefix + "MuiToggleButton-label"] = {
536
+ _k["& ." + prefix + "MuiToggleButton-label"] = {
546
537
  color: grey100
547
538
  },
548
- _l),
539
+ _k),
549
540
  height: 32,
550
541
  fontSize: 14
551
542
  },
@@ -574,61 +565,61 @@ function parseMuiTheme(params, classPrefix) {
574
565
  },
575
566
  switchBase: {
576
567
  padding: 2,
577
- color: (_89 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _89 === void 0 ? void 0 : _89.background["default"],
568
+ color: (_88 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _88 === void 0 ? void 0 : _88.background["default"],
578
569
  '&:hover': {
579
570
  backgroundColor: 'inherit'
580
571
  },
581
572
  '&$checked': {
582
573
  transform: 'translateX(24px)',
583
- color: ((_90 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _90 === void 0 ? void 0 : _90.background["default"]) + " !important",
574
+ color: ((_89 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _89 === void 0 ? void 0 : _89.background["default"]) + " !important",
584
575
  '& + $track': {
585
576
  opacity: 1,
586
- borderColor: (_91 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _91 === void 0 ? void 0 : _91.action.disabled,
587
- backgroundColor: (_92 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _92 === void 0 ? void 0 : _92.action.disabled
577
+ borderColor: (_90 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _90 === void 0 ? void 0 : _90.action.disabled,
578
+ backgroundColor: (_91 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _91 === void 0 ? void 0 : _91.action.disabled
588
579
  }
589
580
  }
590
581
  },
591
582
  colorPrimary: {
592
583
  '&$disabled': {
593
- color: ((_93 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _93 === void 0 ? void 0 : _93.background["default"]) + " !important",
584
+ color: ((_92 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _92 === void 0 ? void 0 : _92.background["default"]) + " !important",
594
585
  '& + $track': {
595
586
  opacity: 0.8,
596
- borderColor: (_94 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _94 === void 0 ? void 0 : _94.action.disabled,
597
- backgroundColor: (_95 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _95 === void 0 ? void 0 : _95.action.disabled
587
+ borderColor: (_93 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _93 === void 0 ? void 0 : _93.action.disabled,
588
+ backgroundColor: (_94 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _94 === void 0 ? void 0 : _94.action.disabled
598
589
  },
599
590
  '&$checked': {
600
591
  '& + $track': {
601
592
  opacity: 0.5,
602
- borderColor: (_96 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _96 === void 0 ? void 0 : _96.primary.main,
603
- backgroundColor: (_97 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _97 === void 0 ? void 0 : _97.primary.main
593
+ borderColor: (_95 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _95 === void 0 ? void 0 : _95.primary.main,
594
+ backgroundColor: (_96 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _96 === void 0 ? void 0 : _96.primary.main
604
595
  }
605
596
  }
606
597
  },
607
598
  '&$checked': {
608
599
  '& + $track': {
609
- borderColor: (_98 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _98 === void 0 ? void 0 : _98.primary.main
600
+ borderColor: (_97 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _97 === void 0 ? void 0 : _97.primary.main
610
601
  }
611
602
  }
612
603
  },
613
604
  colorSecondary: {
614
605
  '&$disabled': {
615
- color: ((_99 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _99 === void 0 ? void 0 : _99.background["default"]) + " !important",
606
+ color: ((_98 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _98 === void 0 ? void 0 : _98.background["default"]) + " !important",
616
607
  '& + $track': {
617
608
  opacity: 0.8,
618
- borderColor: (_100 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _100 === void 0 ? void 0 : _100.action.disabled,
619
- backgroundColor: (_101 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _101 === void 0 ? void 0 : _101.action.disabled
609
+ borderColor: (_99 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _99 === void 0 ? void 0 : _99.action.disabled,
610
+ backgroundColor: (_100 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _100 === void 0 ? void 0 : _100.action.disabled
620
611
  },
621
612
  '&$checked': {
622
613
  '& + $track': {
623
614
  opacity: 0.5,
624
- borderColor: (_102 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _102 === void 0 ? void 0 : _102.secondary.main,
625
- backgroundColor: (_103 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _103 === void 0 ? void 0 : _103.secondary.main
615
+ borderColor: (_101 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _101 === void 0 ? void 0 : _101.secondary.main,
616
+ backgroundColor: (_102 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _102 === void 0 ? void 0 : _102.secondary.main
626
617
  }
627
618
  }
628
619
  },
629
620
  '&$checked': {
630
621
  '& + $track': {
631
- borderColor: (_104 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _104 === void 0 ? void 0 : _104.secondary.main
622
+ borderColor: (_103 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _103 === void 0 ? void 0 : _103.secondary.main
632
623
  }
633
624
  }
634
625
  },
@@ -638,28 +629,28 @@ function parseMuiTheme(params, classPrefix) {
638
629
  boxShadow: 'none'
639
630
  },
640
631
  track: {
641
- border: "1px solid " + ((_105 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _105 === void 0 ? void 0 : _105.action.disabled),
632
+ border: "1px solid " + ((_104 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _104 === void 0 ? void 0 : _104.action.disabled),
642
633
  borderRadius: 12,
643
634
  opacity: 1,
644
- backgroundColor: (_106 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _106 === void 0 ? void 0 : _106.action.disabled
635
+ backgroundColor: (_105 = DefaultEpilotTheme_1.DefaultEpilotTheme === null || DefaultEpilotTheme_1.DefaultEpilotTheme === void 0 ? void 0 : DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _105 === void 0 ? void 0 : _105.action.disabled
645
636
  },
646
- sizeSmall: (_m = {
637
+ sizeSmall: (_l = {
647
638
  width: 28,
648
639
  height: 16,
649
640
  padding: 0
650
641
  },
651
- _m["& ." + prefix + "MuiSwitch-switchBase"] = (_o = {
642
+ _l["& ." + prefix + "MuiSwitch-switchBase"] = (_m = {
652
643
  padding: '2px !important',
653
644
  '&$checked': {
654
645
  transform: 'translateX(12px) !important'
655
646
  }
656
647
  },
657
- _o["& ." + prefix + "MuiSwitch-thumb"] = {
648
+ _m["& ." + prefix + "MuiSwitch-thumb"] = {
658
649
  width: 12,
659
650
  height: 12
660
651
  },
661
- _o),
662
- _m)
652
+ _m),
653
+ _l)
663
654
  },
664
655
  MuiTooltip: {
665
656
  tooltip: {
@@ -698,39 +689,39 @@ function parseMuiTheme(params, classPrefix) {
698
689
  }
699
690
  },
700
691
  MuiOutlinedInput: {
701
- root: (_p = {
692
+ root: (_o = {
702
693
  backgroundColor: defaultBackground,
703
694
  '& input': {
704
695
  paddingTop: 10.5,
705
696
  paddingBottom: 10.5
706
697
  }
707
698
  },
708
- _p["& ." + prefix + "MuiOutlinedInput-notchedOutline"] = {
699
+ _o["& ." + prefix + "MuiOutlinedInput-notchedOutline"] = {
709
700
  borderColor: grey70
710
701
  },
711
- _p['&:hover'] = (_q = {
702
+ _o['&:hover'] = (_p = {
712
703
  backgroundColor: grey20
713
704
  },
714
- _q["& ." + prefix + "MuiOutlinedInput-notchedOutline"] = {
705
+ _p["& ." + prefix + "MuiOutlinedInput-notchedOutline"] = {
715
706
  borderColor: grey70
716
707
  },
717
- _q),
718
- _p['&$focused'] = (_r = {
708
+ _p),
709
+ _o['&$focused'] = (_q = {
719
710
  backgroundColor: '#ffffff'
720
711
  },
721
- _r["& ." + prefix + "MuiOutlinedInput-notchedOutline"] = {
712
+ _q["& ." + prefix + "MuiOutlinedInput-notchedOutline"] = {
722
713
  borderColor: (primaryColor === null || primaryColor === void 0 ? void 0 : primaryColor[400]) + " !important",
723
714
  borderWidth: 1
724
715
  },
725
- _r),
726
- _p['&$disabled'] = (_s = {
716
+ _q),
717
+ _o['&$disabled'] = (_r = {
727
718
  backgroundColor: 'action.disabled'
728
719
  },
729
- _s["& ." + prefix + "MuiOutlinedInput-notchedOutline"] = {
720
+ _r["& ." + prefix + "MuiOutlinedInput-notchedOutline"] = {
730
721
  borderColor: grey70
731
722
  },
732
- _s),
733
- _p),
723
+ _r),
724
+ _o),
734
725
  inputMarginDense: {
735
726
  '&$input': {
736
727
  paddingTop: 6.5,
@@ -790,26 +781,26 @@ function parseMuiTheme(params, classPrefix) {
790
781
  margin: 0
791
782
  }
792
783
  }
793
- } }, (_107 = params.muiOverrides) === null || _107 === void 0 ? void 0 : _107.MuiCssBaseline)
784
+ } }, (_106 = params.muiOverrides) === null || _106 === void 0 ? void 0 : _106.MuiCssBaseline)
794
785
  }, params.muiOverrides);
795
786
  return {
796
787
  typography: {
797
- fontWeightRegular: ((_108 = params.typography) === null || _108 === void 0 ? void 0 : _108.fontWeightRegular) || ((_109 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _109 === void 0 ? void 0 : _109.fontWeightRegular),
798
- fontWeightBold: ((_110 = params.typography) === null || _110 === void 0 ? void 0 : _110.fontWeightBold) || ((_111 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _111 === void 0 ? void 0 : _111.fontWeightBold),
799
- fontSize: ((_112 = params.typography) === null || _112 === void 0 ? void 0 : _112.fontSize) || ((_113 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _113 === void 0 ? void 0 : _113.fontSize),
800
- body1: ((_114 = params.typography) === null || _114 === void 0 ? void 0 : _114.body1) || ((_115 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _115 === void 0 ? void 0 : _115.body1),
801
- body2: ((_116 = params.typography) === null || _116 === void 0 ? void 0 : _116.body2) || ((_117 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _117 === void 0 ? void 0 : _117.body2),
802
- caption: ((_118 = params.typography) === null || _118 === void 0 ? void 0 : _118.caption) || ((_119 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _119 === void 0 ? void 0 : _119.caption),
803
- subtitle1: ((_120 = params.typography) === null || _120 === void 0 ? void 0 : _120.subtitle1) || ((_121 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _121 === void 0 ? void 0 : _121.subtitle1),
804
- subtitle2: ((_122 = params.typography) === null || _122 === void 0 ? void 0 : _122.subtitle2) || ((_123 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _123 === void 0 ? void 0 : _123.subtitle2),
805
- fontFamily: (((_124 = params.typography) === null || _124 === void 0 ? void 0 : _124.fontFamily) || ((_125 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _125 === void 0 ? void 0 : _125.fontFamily)) + " !important",
806
- button: ((_126 = params.typography) === null || _126 === void 0 ? void 0 : _126.button) || ((_127 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _127 === void 0 ? void 0 : _127.button),
807
- h1: ((_128 = params.typography) === null || _128 === void 0 ? void 0 : _128.h1) || ((_129 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _129 === void 0 ? void 0 : _129.h1),
808
- h2: ((_130 = params.typography) === null || _130 === void 0 ? void 0 : _130.h2) || ((_131 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _131 === void 0 ? void 0 : _131.h2),
809
- h3: ((_132 = params.typography) === null || _132 === void 0 ? void 0 : _132.h3) || ((_133 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _133 === void 0 ? void 0 : _133.h3),
810
- h4: ((_134 = params.typography) === null || _134 === void 0 ? void 0 : _134.h4) || ((_135 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _135 === void 0 ? void 0 : _135.h4),
811
- h5: ((_136 = params.typography) === null || _136 === void 0 ? void 0 : _136.h5) || ((_137 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _137 === void 0 ? void 0 : _137.h5),
812
- h6: ((_138 = params.typography) === null || _138 === void 0 ? void 0 : _138.h6) || ((_139 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _139 === void 0 ? void 0 : _139.h6)
788
+ fontWeightRegular: ((_107 = params.typography) === null || _107 === void 0 ? void 0 : _107.fontWeightRegular) || ((_108 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _108 === void 0 ? void 0 : _108.fontWeightRegular),
789
+ fontWeightBold: ((_109 = params.typography) === null || _109 === void 0 ? void 0 : _109.fontWeightBold) || ((_110 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _110 === void 0 ? void 0 : _110.fontWeightBold),
790
+ fontSize: ((_111 = params.typography) === null || _111 === void 0 ? void 0 : _111.fontSize) || ((_112 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _112 === void 0 ? void 0 : _112.fontSize),
791
+ body1: ((_113 = params.typography) === null || _113 === void 0 ? void 0 : _113.body1) || ((_114 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _114 === void 0 ? void 0 : _114.body1),
792
+ body2: ((_115 = params.typography) === null || _115 === void 0 ? void 0 : _115.body2) || ((_116 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _116 === void 0 ? void 0 : _116.body2),
793
+ caption: ((_117 = params.typography) === null || _117 === void 0 ? void 0 : _117.caption) || ((_118 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _118 === void 0 ? void 0 : _118.caption),
794
+ subtitle1: ((_119 = params.typography) === null || _119 === void 0 ? void 0 : _119.subtitle1) || ((_120 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _120 === void 0 ? void 0 : _120.subtitle1),
795
+ subtitle2: ((_121 = params.typography) === null || _121 === void 0 ? void 0 : _121.subtitle2) || ((_122 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _122 === void 0 ? void 0 : _122.subtitle2),
796
+ fontFamily: (((_123 = params.typography) === null || _123 === void 0 ? void 0 : _123.fontFamily) || ((_124 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _124 === void 0 ? void 0 : _124.fontFamily)) + " !important",
797
+ button: ((_125 = params.typography) === null || _125 === void 0 ? void 0 : _125.button) || ((_126 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _126 === void 0 ? void 0 : _126.button),
798
+ h1: ((_127 = params.typography) === null || _127 === void 0 ? void 0 : _127.h1) || ((_128 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _128 === void 0 ? void 0 : _128.h1),
799
+ h2: ((_129 = params.typography) === null || _129 === void 0 ? void 0 : _129.h2) || ((_130 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _130 === void 0 ? void 0 : _130.h2),
800
+ h3: ((_131 = params.typography) === null || _131 === void 0 ? void 0 : _131.h3) || ((_132 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _132 === void 0 ? void 0 : _132.h3),
801
+ h4: ((_133 = params.typography) === null || _133 === void 0 ? void 0 : _133.h4) || ((_134 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _134 === void 0 ? void 0 : _134.h4),
802
+ h5: ((_135 = params.typography) === null || _135 === void 0 ? void 0 : _135.h5) || ((_136 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _136 === void 0 ? void 0 : _136.h5),
803
+ h6: ((_137 = params.typography) === null || _137 === void 0 ? void 0 : _137.h6) || ((_138 = DefaultEpilotTheme_1.DefaultEpilotTheme.typography) === null || _138 === void 0 ? void 0 : _138.h6)
813
804
  },
814
805
  shadows: DefaultEpilotTheme_1.DefaultEpilotTheme.shadows,
815
806
  palette: {
@@ -836,34 +827,34 @@ function parseMuiTheme(params, classPrefix) {
836
827
  tertiary: tslib_1.__assign(tslib_1.__assign({}, tertiaryColor), { dark: (tertiaryColor === null || tertiaryColor === void 0 ? void 0 : tertiaryColor.dark) ? tertiaryColor === null || tertiaryColor === void 0 ? void 0 : tertiaryColor.dark : (tertiaryColor === null || tertiaryColor === void 0 ? void 0 : tertiaryColor.main) ? styles_1.darken(tertiaryColor === null || tertiaryColor === void 0 ? void 0 : tertiaryColor.main, 0.1)
837
828
  : null }),
838
829
  grey: {
839
- '10': ((_141 = (_140 = params.palette) === null || _140 === void 0 ? void 0 : _140.grey) === null || _141 === void 0 ? void 0 : _141[10]) || ((_143 = (_142 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _142 === void 0 ? void 0 : _142.grey) === null || _143 === void 0 ? void 0 : _143[10]),
830
+ '10': ((_140 = (_139 = params.palette) === null || _139 === void 0 ? void 0 : _139.grey) === null || _140 === void 0 ? void 0 : _140[10]) || ((_142 = (_141 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _141 === void 0 ? void 0 : _141.grey) === null || _142 === void 0 ? void 0 : _142[10]),
840
831
  '20': grey20,
841
832
  '30': grey30,
842
- '40': ((_145 = (_144 = params.palette) === null || _144 === void 0 ? void 0 : _144.grey) === null || _145 === void 0 ? void 0 : _145[40]) || ((_147 = (_146 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _146 === void 0 ? void 0 : _146.grey) === null || _147 === void 0 ? void 0 : _147[40]),
833
+ '40': ((_144 = (_143 = params.palette) === null || _143 === void 0 ? void 0 : _143.grey) === null || _144 === void 0 ? void 0 : _144[40]) || ((_146 = (_145 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _145 === void 0 ? void 0 : _145.grey) === null || _146 === void 0 ? void 0 : _146[40]),
843
834
  '50': grey50,
844
835
  '70': grey70,
845
- '100': ((_149 = (_148 = params.palette) === null || _148 === void 0 ? void 0 : _148.grey) === null || _149 === void 0 ? void 0 : _149[100]) || ((_151 = (_150 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _150 === void 0 ? void 0 : _150.grey) === null || _151 === void 0 ? void 0 : _151[100]),
846
- '200': ((_153 = (_152 = params.palette) === null || _152 === void 0 ? void 0 : _152.grey) === null || _153 === void 0 ? void 0 : _153[200]) || ((_155 = (_154 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _154 === void 0 ? void 0 : _154.grey) === null || _155 === void 0 ? void 0 : _155[200]),
847
- '300': ((_157 = (_156 = params.palette) === null || _156 === void 0 ? void 0 : _156.grey) === null || _157 === void 0 ? void 0 : _157[300]) || ((_159 = (_158 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _158 === void 0 ? void 0 : _158.grey) === null || _159 === void 0 ? void 0 : _159[300]),
848
- '400': ((_161 = (_160 = params.palette) === null || _160 === void 0 ? void 0 : _160.grey) === null || _161 === void 0 ? void 0 : _161[400]) || ((_163 = (_162 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _162 === void 0 ? void 0 : _162.grey) === null || _163 === void 0 ? void 0 : _163[400]),
849
- '500': ((_165 = (_164 = params.palette) === null || _164 === void 0 ? void 0 : _164.grey) === null || _165 === void 0 ? void 0 : _165[500]) || ((_167 = (_166 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _166 === void 0 ? void 0 : _166.grey) === null || _167 === void 0 ? void 0 : _167[500]),
850
- '600': ((_169 = (_168 = params.palette) === null || _168 === void 0 ? void 0 : _168.grey) === null || _169 === void 0 ? void 0 : _169[600]) || ((_171 = (_170 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _170 === void 0 ? void 0 : _170.grey) === null || _171 === void 0 ? void 0 : _171[600]),
851
- '700': ((_173 = (_172 = params.palette) === null || _172 === void 0 ? void 0 : _172.grey) === null || _173 === void 0 ? void 0 : _173[700]) || ((_175 = (_174 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _174 === void 0 ? void 0 : _174.grey) === null || _175 === void 0 ? void 0 : _175[700]),
852
- '800': ((_177 = (_176 = params.palette) === null || _176 === void 0 ? void 0 : _176.grey) === null || _177 === void 0 ? void 0 : _177[800]) || ((_179 = (_178 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _178 === void 0 ? void 0 : _178.grey) === null || _179 === void 0 ? void 0 : _179[800]),
853
- '900': ((_181 = (_180 = params.palette) === null || _180 === void 0 ? void 0 : _180.grey) === null || _181 === void 0 ? void 0 : _181[900]) || ((_183 = (_182 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _182 === void 0 ? void 0 : _182.grey) === null || _183 === void 0 ? void 0 : _183[900]),
854
- A100: ((_185 = (_184 = params.palette) === null || _184 === void 0 ? void 0 : _184.grey) === null || _185 === void 0 ? void 0 : _185.A100) || ((_187 = (_186 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _186 === void 0 ? void 0 : _186.grey) === null || _187 === void 0 ? void 0 : _187.A100),
855
- A200: ((_189 = (_188 = params.palette) === null || _188 === void 0 ? void 0 : _188.grey) === null || _189 === void 0 ? void 0 : _189.A200) || ((_191 = (_190 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _190 === void 0 ? void 0 : _190.grey) === null || _191 === void 0 ? void 0 : _191.A200),
856
- A400: ((_193 = (_192 = params.palette) === null || _192 === void 0 ? void 0 : _192.grey) === null || _193 === void 0 ? void 0 : _193.A400) || ((_195 = (_194 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _194 === void 0 ? void 0 : _194.grey) === null || _195 === void 0 ? void 0 : _195.A400),
857
- A700: ((_197 = (_196 = params.palette) === null || _196 === void 0 ? void 0 : _196.grey) === null || _197 === void 0 ? void 0 : _197.A700) || ((_199 = (_198 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _198 === void 0 ? void 0 : _198.grey) === null || _199 === void 0 ? void 0 : _199.A700)
836
+ '100': ((_148 = (_147 = params.palette) === null || _147 === void 0 ? void 0 : _147.grey) === null || _148 === void 0 ? void 0 : _148[100]) || ((_150 = (_149 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _149 === void 0 ? void 0 : _149.grey) === null || _150 === void 0 ? void 0 : _150[100]),
837
+ '200': ((_152 = (_151 = params.palette) === null || _151 === void 0 ? void 0 : _151.grey) === null || _152 === void 0 ? void 0 : _152[200]) || ((_154 = (_153 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _153 === void 0 ? void 0 : _153.grey) === null || _154 === void 0 ? void 0 : _154[200]),
838
+ '300': ((_156 = (_155 = params.palette) === null || _155 === void 0 ? void 0 : _155.grey) === null || _156 === void 0 ? void 0 : _156[300]) || ((_158 = (_157 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _157 === void 0 ? void 0 : _157.grey) === null || _158 === void 0 ? void 0 : _158[300]),
839
+ '400': ((_160 = (_159 = params.palette) === null || _159 === void 0 ? void 0 : _159.grey) === null || _160 === void 0 ? void 0 : _160[400]) || ((_162 = (_161 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _161 === void 0 ? void 0 : _161.grey) === null || _162 === void 0 ? void 0 : _162[400]),
840
+ '500': ((_164 = (_163 = params.palette) === null || _163 === void 0 ? void 0 : _163.grey) === null || _164 === void 0 ? void 0 : _164[500]) || ((_166 = (_165 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _165 === void 0 ? void 0 : _165.grey) === null || _166 === void 0 ? void 0 : _166[500]),
841
+ '600': ((_168 = (_167 = params.palette) === null || _167 === void 0 ? void 0 : _167.grey) === null || _168 === void 0 ? void 0 : _168[600]) || ((_170 = (_169 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _169 === void 0 ? void 0 : _169.grey) === null || _170 === void 0 ? void 0 : _170[600]),
842
+ '700': ((_172 = (_171 = params.palette) === null || _171 === void 0 ? void 0 : _171.grey) === null || _172 === void 0 ? void 0 : _172[700]) || ((_174 = (_173 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _173 === void 0 ? void 0 : _173.grey) === null || _174 === void 0 ? void 0 : _174[700]),
843
+ '800': ((_176 = (_175 = params.palette) === null || _175 === void 0 ? void 0 : _175.grey) === null || _176 === void 0 ? void 0 : _176[800]) || ((_178 = (_177 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _177 === void 0 ? void 0 : _177.grey) === null || _178 === void 0 ? void 0 : _178[800]),
844
+ '900': ((_180 = (_179 = params.palette) === null || _179 === void 0 ? void 0 : _179.grey) === null || _180 === void 0 ? void 0 : _180[900]) || ((_182 = (_181 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _181 === void 0 ? void 0 : _181.grey) === null || _182 === void 0 ? void 0 : _182[900]),
845
+ A100: ((_184 = (_183 = params.palette) === null || _183 === void 0 ? void 0 : _183.grey) === null || _184 === void 0 ? void 0 : _184.A100) || ((_186 = (_185 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _185 === void 0 ? void 0 : _185.grey) === null || _186 === void 0 ? void 0 : _186.A100),
846
+ A200: ((_188 = (_187 = params.palette) === null || _187 === void 0 ? void 0 : _187.grey) === null || _188 === void 0 ? void 0 : _188.A200) || ((_190 = (_189 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _189 === void 0 ? void 0 : _189.grey) === null || _190 === void 0 ? void 0 : _190.A200),
847
+ A400: ((_192 = (_191 = params.palette) === null || _191 === void 0 ? void 0 : _191.grey) === null || _192 === void 0 ? void 0 : _192.A400) || ((_194 = (_193 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _193 === void 0 ? void 0 : _193.grey) === null || _194 === void 0 ? void 0 : _194.A400),
848
+ A700: ((_196 = (_195 = params.palette) === null || _195 === void 0 ? void 0 : _195.grey) === null || _196 === void 0 ? void 0 : _196.A700) || ((_198 = (_197 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _197 === void 0 ? void 0 : _197.grey) === null || _198 === void 0 ? void 0 : _198.A700)
858
849
  },
859
850
  action: {
860
851
  hover: actionHoverColor,
861
- selected: ((_201 = (_200 = params.palette) === null || _200 === void 0 ? void 0 : _200.action) === null || _201 === void 0 ? void 0 : _201.selected) || ((_203 = (_202 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _202 === void 0 ? void 0 : _202.action) === null || _203 === void 0 ? void 0 : _203.selected),
862
- disabled: ((_205 = (_204 = params.palette) === null || _204 === void 0 ? void 0 : _204.action) === null || _205 === void 0 ? void 0 : _205.disabled) || ((_207 = (_206 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _206 === void 0 ? void 0 : _206.action) === null || _207 === void 0 ? void 0 : _207.disabled),
863
- active: ((_209 = (_208 = params.palette) === null || _208 === void 0 ? void 0 : _208.action) === null || _209 === void 0 ? void 0 : _209.active) || ((_211 = (_210 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _210 === void 0 ? void 0 : _210.action) === null || _211 === void 0 ? void 0 : _211.active),
864
- focus: ((_213 = (_212 = params.palette) === null || _212 === void 0 ? void 0 : _212.action) === null || _213 === void 0 ? void 0 : _213.focus) || ((_215 = (_214 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _214 === void 0 ? void 0 : _214.action) === null || _215 === void 0 ? void 0 : _215.focus)
852
+ selected: ((_200 = (_199 = params.palette) === null || _199 === void 0 ? void 0 : _199.action) === null || _200 === void 0 ? void 0 : _200.selected) || ((_202 = (_201 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _201 === void 0 ? void 0 : _201.action) === null || _202 === void 0 ? void 0 : _202.selected),
853
+ disabled: ((_204 = (_203 = params.palette) === null || _203 === void 0 ? void 0 : _203.action) === null || _204 === void 0 ? void 0 : _204.disabled) || ((_206 = (_205 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _205 === void 0 ? void 0 : _205.action) === null || _206 === void 0 ? void 0 : _206.disabled),
854
+ active: ((_208 = (_207 = params.palette) === null || _207 === void 0 ? void 0 : _207.action) === null || _208 === void 0 ? void 0 : _208.active) || ((_210 = (_209 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _209 === void 0 ? void 0 : _209.action) === null || _210 === void 0 ? void 0 : _210.active),
855
+ focus: ((_212 = (_211 = params.palette) === null || _211 === void 0 ? void 0 : _211.action) === null || _212 === void 0 ? void 0 : _212.focus) || ((_214 = (_213 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _213 === void 0 ? void 0 : _213.action) === null || _214 === void 0 ? void 0 : _214.focus)
865
856
  },
866
- background: ((_216 = params.palette) === null || _216 === void 0 ? void 0 : _216.background) || ((_217 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _217 === void 0 ? void 0 : _217.background),
857
+ background: ((_215 = params.palette) === null || _215 === void 0 ? void 0 : _215.background) || ((_216 = DefaultEpilotTheme_1.DefaultEpilotTheme.palette) === null || _216 === void 0 ? void 0 : _216.background),
867
858
  text: tslib_1.__assign({}, textPalette),
868
859
  divider: dividerColor
869
860
  },
@@ -874,21 +865,21 @@ function parseMuiTheme(params, classPrefix) {
874
865
  // DEFAULT PROPS
875
866
  props: tslib_1.__assign({ MuiInputLabel: {
876
867
  shrink: true
877
- }, MuiButtonGroup: tslib_1.__assign({ disableRipple: disableRipple }, (_218 = params.muiProps) === null || _218 === void 0 ? void 0 : _218.MuiButtonGroup), MuiButton: {
868
+ }, MuiButtonGroup: tslib_1.__assign({ disableRipple: disableRipple }, (_217 = params.muiProps) === null || _217 === void 0 ? void 0 : _217.MuiButtonGroup), MuiButton: {
878
869
  disableElevation: true
879
870
  }, MuiSwitch: {
880
871
  color: 'primary'
881
872
  }, MuiButtonBase: {
882
873
  disableRipple: disableRipple
883
- }, MuiRadio: tslib_1.__assign({ disableRipple: disableRipple }, (_219 = params.muiProps) === null || _219 === void 0 ? void 0 : _219.MuiRadio), MuiCheckbox: {
874
+ }, MuiRadio: tslib_1.__assign({ disableRipple: disableRipple }, (_218 = params.muiProps) === null || _218 === void 0 ? void 0 : _218.MuiRadio), MuiCheckbox: {
884
875
  color: 'primary'
885
- }, MuiIconButton: tslib_1.__assign({ disableRipple: disableRipple }, (_220 = params.muiProps) === null || _220 === void 0 ? void 0 : _220.MuiIconButton), MuiList: tslib_1.__assign({ disablePadding: true }, (_221 = params.muiProps) === null || _221 === void 0 ? void 0 : _221.MuiList), MuiTooltip: tslib_1.__assign({ arrow: true }, (_222 = params.muiProps) === null || _222 === void 0 ? void 0 : _222.MuiTooltip), MuiFilledInput: {
876
+ }, MuiIconButton: tslib_1.__assign({ disableRipple: disableRipple }, (_219 = params.muiProps) === null || _219 === void 0 ? void 0 : _219.MuiIconButton), MuiList: tslib_1.__assign({ disablePadding: true }, (_220 = params.muiProps) === null || _220 === void 0 ? void 0 : _220.MuiList), MuiTooltip: tslib_1.__assign({ arrow: true }, (_221 = params.muiProps) === null || _221 === void 0 ? void 0 : _221.MuiTooltip), MuiFilledInput: {
886
877
  disableUnderline: true
887
878
  }, MuiTextField: {
888
879
  variant: 'filled',
889
880
  InputLabelProps: {
890
881
  shrink: true,
891
- style: tslib_1.__assign({ lineHeight: '115%' }, (_225 = (_224 = (_223 = params.muiProps) === null || _223 === void 0 ? void 0 : _223.MuiTextField) === null || _224 === void 0 ? void 0 : _224.InputLabelProps) === null || _225 === void 0 ? void 0 : _225.style)
882
+ style: tslib_1.__assign({ lineHeight: '115%' }, (_224 = (_223 = (_222 = params.muiProps) === null || _222 === void 0 ? void 0 : _222.MuiTextField) === null || _223 === void 0 ? void 0 : _223.InputLabelProps) === null || _224 === void 0 ? void 0 : _224.style)
892
883
  }
893
884
  }, MuiSelect: {
894
885
  MenuProps: {