@sinco/react 1.0.11-rc.12 → 1.0.11-rc.13

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -6199,7 +6199,7 @@ const internal_processStyles = (tag, processor) => {
6199
6199
  }
6200
6200
  };
6201
6201
 
6202
- const _excluded$w = ["values", "unit", "step"];
6202
+ const _excluded$t = ["values", "unit", "step"];
6203
6203
  const sortBreakpointsValues = values => {
6204
6204
  const breakpointsAsArray = Object.keys(values).map(key => ({
6205
6205
  key,
@@ -6234,7 +6234,7 @@ function createBreakpoints(breakpoints) {
6234
6234
  unit = 'px',
6235
6235
  step = 5
6236
6236
  } = breakpoints,
6237
- other = _objectWithoutPropertiesLoose(breakpoints, _excluded$w);
6237
+ other = _objectWithoutPropertiesLoose(breakpoints, _excluded$t);
6238
6238
  const sortedValues = sortBreakpointsValues(values);
6239
6239
  const keys = Object.keys(sortedValues);
6240
6240
  function up(key) {
@@ -7318,7 +7318,7 @@ const styleFunctionSx = unstable_createStyleFunctionSx();
7318
7318
  styleFunctionSx.filterProps = ['sx'];
7319
7319
  var styleFunctionSx$1 = styleFunctionSx;
7320
7320
 
7321
- const _excluded$v = ["breakpoints", "palette", "spacing", "shape"];
7321
+ const _excluded$s = ["breakpoints", "palette", "spacing", "shape"];
7322
7322
  function createTheme$1(options = {}, ...args) {
7323
7323
  const {
7324
7324
  breakpoints: breakpointsInput = {},
@@ -7326,7 +7326,7 @@ function createTheme$1(options = {}, ...args) {
7326
7326
  spacing: spacingInput,
7327
7327
  shape: shapeInput = {}
7328
7328
  } = options,
7329
- other = _objectWithoutPropertiesLoose(options, _excluded$v);
7329
+ other = _objectWithoutPropertiesLoose(options, _excluded$s);
7330
7330
  const breakpoints = createBreakpoints(breakpointsInput);
7331
7331
  const spacing = createSpacing(spacingInput);
7332
7332
  let muiTheme = deepmerge({
@@ -7364,7 +7364,7 @@ function useTheme$2(defaultTheme = systemDefaultTheme$1) {
7364
7364
  return useTheme$3(defaultTheme);
7365
7365
  }
7366
7366
 
7367
- const _excluded$u = ["sx"];
7367
+ const _excluded$r = ["sx"];
7368
7368
  const splitProps = props => {
7369
7369
  var _props$theme$unstable, _props$theme;
7370
7370
  const result = {
@@ -7385,7 +7385,7 @@ function extendSxProp(props) {
7385
7385
  const {
7386
7386
  sx: inSx
7387
7387
  } = props,
7388
- other = _objectWithoutPropertiesLoose(props, _excluded$u);
7388
+ other = _objectWithoutPropertiesLoose(props, _excluded$r);
7389
7389
  const {
7390
7390
  systemProps,
7391
7391
  otherProps
@@ -7411,7 +7411,7 @@ function extendSxProp(props) {
7411
7411
 
7412
7412
  function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
7413
7413
 
7414
- const _excluded$t = ["className", "component"];
7414
+ const _excluded$q = ["className", "component"];
7415
7415
  function createBox(options = {}) {
7416
7416
  const {
7417
7417
  themeId,
@@ -7429,7 +7429,7 @@ function createBox(options = {}) {
7429
7429
  className,
7430
7430
  component = 'div'
7431
7431
  } = _extendSxProp,
7432
- other = _objectWithoutPropertiesLoose(_extendSxProp, _excluded$t);
7432
+ other = _objectWithoutPropertiesLoose(_extendSxProp, _excluded$q);
7433
7433
  return /*#__PURE__*/jsx(BoxRoot, _extends({
7434
7434
  as: component,
7435
7435
  ref: ref,
@@ -7440,7 +7440,7 @@ function createBox(options = {}) {
7440
7440
  return Box;
7441
7441
  }
7442
7442
 
7443
- const _excluded$s = ["variant"];
7443
+ const _excluded$p = ["variant"];
7444
7444
  function isEmpty$1(string) {
7445
7445
  return string.length === 0;
7446
7446
  }
@@ -7454,7 +7454,7 @@ function propsToClassKey(props) {
7454
7454
  const {
7455
7455
  variant
7456
7456
  } = props,
7457
- other = _objectWithoutPropertiesLoose(props, _excluded$s);
7457
+ other = _objectWithoutPropertiesLoose(props, _excluded$p);
7458
7458
  let classKey = variant || '';
7459
7459
  Object.keys(other).sort().forEach(key => {
7460
7460
  if (key === 'color') {
@@ -7466,7 +7466,7 @@ function propsToClassKey(props) {
7466
7466
  return classKey;
7467
7467
  }
7468
7468
 
7469
- const _excluded$r = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"];
7469
+ const _excluded$o = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"];
7470
7470
  function isEmpty(obj) {
7471
7471
  return Object.keys(obj).length === 0;
7472
7472
  }
@@ -7561,7 +7561,7 @@ function createStyled(input = {}) {
7561
7561
  skipSx: inputSkipSx,
7562
7562
  overridesResolver
7563
7563
  } = inputOptions,
7564
- options = _objectWithoutPropertiesLoose(inputOptions, _excluded$r);
7564
+ options = _objectWithoutPropertiesLoose(inputOptions, _excluded$o);
7565
7565
 
7566
7566
  // if skipVariantsResolver option is defined, take the value, otherwise, true for root and false for other slots.
7567
7567
  const skipVariantsResolver = inputSkipVariantsResolver !== undefined ? inputSkipVariantsResolver : componentSlot && componentSlot !== 'Root' || false;
@@ -7941,17 +7941,6 @@ function lighten(color, coefficient) {
7941
7941
  return recomposeColor(color);
7942
7942
  }
7943
7943
 
7944
- /**
7945
- * Darken or lighten a color, depending on its luminance.
7946
- * Light colors are darkened, dark colors are lightened.
7947
- * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()
7948
- * @param {number} coefficient=0.15 - multiplier in the range 0 - 1
7949
- * @returns {string} A CSS color string. Hex input values are returned as rgb
7950
- */
7951
- function emphasize(color, coefficient = 0.15) {
7952
- return getLuminance(color) > 0.5 ? darken(color, coefficient) : lighten(color, coefficient);
7953
- }
7954
-
7955
7944
  const ThemeContext = /*#__PURE__*/React.createContext(null);
7956
7945
  if (process.env.NODE_ENV !== 'production') {
7957
7946
  ThemeContext.displayName = 'ThemeContext';
@@ -8102,7 +8091,7 @@ if (process.env.NODE_ENV !== 'production') {
8102
8091
  process.env.NODE_ENV !== "production" ? ThemeProvider$1.propTypes = exactProp(ThemeProvider$1.propTypes) : void 0;
8103
8092
  }
8104
8093
 
8105
- const _excluded$q = ["component", "direction", "spacing", "divider", "children", "className", "useFlexGap"];
8094
+ const _excluded$n = ["component", "direction", "spacing", "divider", "children", "className", "useFlexGap"];
8106
8095
  const defaultTheme$3 = createTheme$1();
8107
8096
  // widening Theme to any so that the consumer can own the theme structure.
8108
8097
  const defaultCreateStyledComponent = systemStyled('div', {
@@ -8231,7 +8220,7 @@ function createStack(options = {}) {
8231
8220
  className,
8232
8221
  useFlexGap = false
8233
8222
  } = props,
8234
- other = _objectWithoutPropertiesLoose(props, _excluded$q);
8223
+ other = _objectWithoutPropertiesLoose(props, _excluded$n);
8235
8224
  const ownerState = {
8236
8225
  direction,
8237
8226
  spacing,
@@ -8405,7 +8394,7 @@ const green = {
8405
8394
  };
8406
8395
  var green$1 = green;
8407
8396
 
8408
- const _excluded$p = ["mode", "contrastThreshold", "tonalOffset"];
8397
+ const _excluded$m = ["mode", "contrastThreshold", "tonalOffset"];
8409
8398
  const light = {
8410
8399
  // The colors used to style the text.
8411
8400
  text: {
@@ -8574,7 +8563,7 @@ function createPalette(palette) {
8574
8563
  contrastThreshold = 3,
8575
8564
  tonalOffset = 0.2
8576
8565
  } = palette,
8577
- other = _objectWithoutPropertiesLoose(palette, _excluded$p);
8566
+ other = _objectWithoutPropertiesLoose(palette, _excluded$m);
8578
8567
  const primary = palette.primary || getDefaultPrimary(mode);
8579
8568
  const secondary = palette.secondary || getDefaultSecondary(mode);
8580
8569
  const error = palette.error || getDefaultError(mode);
@@ -8698,7 +8687,7 @@ const theme2 = createTheme({ palette: {
8698
8687
  return paletteOutput;
8699
8688
  }
8700
8689
 
8701
- const _excluded$o = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
8690
+ const _excluded$l = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
8702
8691
  function round(value) {
8703
8692
  return Math.round(value * 1e5) / 1e5;
8704
8693
  }
@@ -8729,7 +8718,7 @@ function createTypography(palette, typography) {
8729
8718
  allVariants,
8730
8719
  pxToRem: pxToRem2
8731
8720
  } = _ref,
8732
- other = _objectWithoutPropertiesLoose(_ref, _excluded$o);
8721
+ other = _objectWithoutPropertiesLoose(_ref, _excluded$l);
8733
8722
  if (process.env.NODE_ENV !== 'production') {
8734
8723
  if (typeof fontSize !== 'number') {
8735
8724
  console.error('MUI: `fontSize` is required to be a number.');
@@ -8796,7 +8785,7 @@ function createShadow(...px) {
8796
8785
  const shadows = ['none', createShadow(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), createShadow(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), createShadow(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), createShadow(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), createShadow(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), createShadow(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), createShadow(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), createShadow(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), createShadow(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), createShadow(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), createShadow(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), createShadow(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), createShadow(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), createShadow(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), createShadow(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), createShadow(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), createShadow(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), createShadow(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), createShadow(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), createShadow(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), createShadow(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), createShadow(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), createShadow(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), createShadow(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)];
8797
8786
  var shadows$1 = shadows;
8798
8787
 
8799
- const _excluded$n = ["duration", "easing", "delay"];
8788
+ const _excluded$k = ["duration", "easing", "delay"];
8800
8789
  // Follow https://material.google.com/motion/duration-easing.html#duration-easing-natural-easing-curves
8801
8790
  // to learn the context in which each easing should be used.
8802
8791
  const easing = {
@@ -8847,7 +8836,7 @@ function createTransitions(inputTransitions) {
8847
8836
  easing: easingOption = mergedEasing.easeInOut,
8848
8837
  delay = 0
8849
8838
  } = options,
8850
- other = _objectWithoutPropertiesLoose(options, _excluded$n);
8839
+ other = _objectWithoutPropertiesLoose(options, _excluded$k);
8851
8840
  if (process.env.NODE_ENV !== 'production') {
8852
8841
  const isString = value => typeof value === 'string';
8853
8842
  // IE11 support, replace with Number.isNaN
@@ -8894,7 +8883,7 @@ const zIndex = {
8894
8883
  };
8895
8884
  var zIndex$1 = zIndex;
8896
8885
 
8897
- const _excluded$m = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
8886
+ const _excluded$j = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
8898
8887
  function createTheme(options = {}, ...args) {
8899
8888
  const {
8900
8889
  mixins: mixinsInput = {},
@@ -8902,7 +8891,7 @@ function createTheme(options = {}, ...args) {
8902
8891
  transitions: transitionsInput = {},
8903
8892
  typography: typographyInput = {}
8904
8893
  } = options,
8905
- other = _objectWithoutPropertiesLoose(options, _excluded$m);
8894
+ other = _objectWithoutPropertiesLoose(options, _excluded$j);
8906
8895
  if (options.vars) {
8907
8896
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: \`vars\` is a private field used for CSS variables support.
8908
8897
  Please use another name.` : formatMuiErrorMessage(18));
@@ -8992,12 +8981,12 @@ const styled = createStyled({
8992
8981
  });
8993
8982
  var styled$1 = styled;
8994
8983
 
8995
- const _excluded$l = ["theme"];
8984
+ const _excluded$i = ["theme"];
8996
8985
  function ThemeProvider(_ref) {
8997
8986
  let {
8998
8987
  theme: themeInput
8999
8988
  } = _ref,
9000
- props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
8989
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
9001
8990
  const scopedTheme = themeInput[THEME_ID];
9002
8991
  return /*#__PURE__*/jsx(ThemeProvider$1, _extends({}, props, {
9003
8992
  themeId: scopedTheme ? THEME_ID : undefined,
@@ -9193,7 +9182,7 @@ function mergeSlotProps(parameters) {
9193
9182
  };
9194
9183
  }
9195
9184
 
9196
- const _excluded$k = ["elementType", "externalSlotProps", "ownerState"];
9185
+ const _excluded$h = ["elementType", "externalSlotProps", "ownerState"];
9197
9186
  /**
9198
9187
  * @ignore - do not document.
9199
9188
  * Builds the props to be passed into the slot of an unstyled component.
@@ -9209,7 +9198,7 @@ function useSlotProps(parameters) {
9209
9198
  externalSlotProps,
9210
9199
  ownerState
9211
9200
  } = parameters,
9212
- rest = _objectWithoutPropertiesLoose(parameters, _excluded$k);
9201
+ rest = _objectWithoutPropertiesLoose(parameters, _excluded$h);
9213
9202
  const resolvedComponentsProps = resolveComponentProps(externalSlotProps, ownerState);
9214
9203
  const {
9215
9204
  props: mergedProps,
@@ -9847,8 +9836,8 @@ function getModalUtilityClass(slot) {
9847
9836
  }
9848
9837
  generateUtilityClasses('MuiModal', ['root', 'hidden', 'backdrop']);
9849
9838
 
9850
- const _excluded$j = ["children", "closeAfterTransition", "container", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onKeyDown", "open", "onTransitionEnter", "onTransitionExited", "slotProps", "slots"];
9851
- const useUtilityClasses$e = ownerState => {
9839
+ const _excluded$g = ["children", "closeAfterTransition", "container", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onKeyDown", "open", "onTransitionEnter", "onTransitionExited", "slotProps", "slots"];
9840
+ const useUtilityClasses$c = ownerState => {
9852
9841
  const {
9853
9842
  open,
9854
9843
  exited
@@ -9916,7 +9905,7 @@ const Modal$2 = /*#__PURE__*/React.forwardRef(function Modal(props, forwardedRef
9916
9905
  slotProps = {},
9917
9906
  slots = {}
9918
9907
  } = props,
9919
- other = _objectWithoutPropertiesLoose(props, _excluded$j);
9908
+ other = _objectWithoutPropertiesLoose(props, _excluded$g);
9920
9909
  // TODO: `modal`` must change its type in this file to match the type of methods
9921
9910
  // provided by `ModalManager`
9922
9911
  const manager = managerProp;
@@ -9991,7 +9980,7 @@ const Modal$2 = /*#__PURE__*/React.forwardRef(function Modal(props, forwardedRef
9991
9980
  hideBackdrop,
9992
9981
  keepMounted
9993
9982
  });
9994
- const classes = useUtilityClasses$e(ownerState);
9983
+ const classes = useUtilityClasses$c(ownerState);
9995
9984
  const handleEnter = () => {
9996
9985
  setExited(false);
9997
9986
  if (onTransitionEnter) {
@@ -10211,8 +10200,8 @@ function getSvgIconUtilityClass(slot) {
10211
10200
  }
10212
10201
  generateUtilityClasses('MuiSvgIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);
10213
10202
 
10214
- const _excluded$i = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
10215
- const useUtilityClasses$d = ownerState => {
10203
+ const _excluded$f = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
10204
+ const useUtilityClasses$b = ownerState => {
10216
10205
  const {
10217
10206
  color,
10218
10207
  fontSize,
@@ -10277,7 +10266,7 @@ const SvgIcon = /*#__PURE__*/React.forwardRef(function SvgIcon(inProps, ref) {
10277
10266
  titleAccess,
10278
10267
  viewBox = '0 0 24 24'
10279
10268
  } = props,
10280
- other = _objectWithoutPropertiesLoose(props, _excluded$i);
10269
+ other = _objectWithoutPropertiesLoose(props, _excluded$f);
10281
10270
  const ownerState = _extends({}, props, {
10282
10271
  color,
10283
10272
  component,
@@ -10290,7 +10279,7 @@ const SvgIcon = /*#__PURE__*/React.forwardRef(function SvgIcon(inProps, ref) {
10290
10279
  if (!inheritViewBox) {
10291
10280
  more.viewBox = viewBox;
10292
10281
  }
10293
- const classes = useUtilityClasses$d(ownerState);
10282
+ const classes = useUtilityClasses$b(ownerState);
10294
10283
  return /*#__PURE__*/jsxs(SvgIconRoot, _extends({
10295
10284
  as: component,
10296
10285
  className: clsx(classes.root, className),
@@ -10639,157 +10628,19 @@ const components = {
10639
10628
  height: 30
10640
10629
  },
10641
10630
  root: {
10631
+ height: "inherit",
10642
10632
  borderRadius: 4,
10643
- "&.MuiChip-filled.MuiChip-colorPrimary": {
10644
- color: SincoTheme.palette.text.primary,
10645
- backgroundColor: "#E4ECF4",
10646
- "&:hover": {
10647
- backgroundColor: "#BCD0E3"
10648
- },
10649
- ".MuiChip-deleteIcon": {
10650
- color: "#90B1D0",
10651
- "&:hover": {
10652
- color: "#6392BD"
10653
- }
10654
- }
10655
- },
10656
- "&.MuiChip-filled.MuiChip-colorSecondary": {
10657
- color: SincoTheme.palette.text.primary,
10658
- backgroundColor: "#E0F7FA",
10659
- "&:hover": {
10660
- backgroundColor: "#B3EBF2"
10661
- },
10662
- ".MuiChip-deleteIcon": {
10663
- color: "#80DEEA",
10664
- "&:hover": {
10665
- color: "#4DD0E1"
10666
- }
10667
- }
10668
- },
10669
- "&.MuiChip-filled.MuiChip-colorError": {
10670
- color: SincoTheme.palette.text.primary,
10671
- backgroundColor: "#F9E8E8",
10672
- "&:hover": {
10673
- backgroundColor: "#F1C7C7"
10674
- },
10675
- ".MuiChip-deleteIcon": {
10676
- color: "#E8A1A1",
10677
- "&:hover": {
10678
- color: "#DF7B7B"
10679
- }
10680
- }
10681
- },
10682
- "&.MuiChip-filled.MuiChip-colorSuccess": {
10683
- color: SincoTheme.palette.text.primary,
10684
- backgroundColor: "#F2F9E7",
10685
- "&:hover": {
10686
- backgroundColor: "#DDEFC4"
10687
- },
10688
- ".MuiChip-deleteIcon": {
10689
- color: "#C7E49D",
10690
- "&:hover": {
10691
- color: "#A0D158"
10692
- }
10693
- }
10694
- },
10695
- "&.MuiChip-filled.MuiChip-colorInfo": {
10696
- color: SincoTheme.palette.text.primary,
10697
- backgroundColor: "#E6F3F8",
10698
- "&:hover": {
10699
- backgroundColor: "#C0E2EE"
10700
- },
10701
- ".MuiChip-deleteIcon": {
10702
- color: "#96CFE2",
10703
- "&:hover": {
10704
- color: "#6CBCD6"
10705
- }
10706
- }
10707
- },
10708
- "&.MuiChip-filled.MuiChip-colorWarning": {
10709
- color: SincoTheme.palette.text.primary,
10710
- backgroundColor: "#FFF0E0",
10711
- "&:hover": {
10712
- backgroundColor: "#FEDAB3"
10713
- },
10714
- ".MuiChip-deleteIcon": {
10715
- color: "#FDC280",
10716
- "&:hover": {
10717
- color: "#FCAA4D"
10718
- }
10719
- }
10720
- },
10721
- //////
10722
- "&.MuiChip-outlined.MuiChip-colorPrimary": {
10723
- color: SincoTheme.palette.primary.main,
10724
- border: "solid 1px #90B1D0",
10725
- ".MuiChip-deleteIcon": {
10726
- color: "#90B1D0",
10727
- "&:hover": {
10728
- color: "#6392BD"
10729
- }
10730
- }
10731
- },
10732
- "&.MuiChip-outlined.MuiChip-colorSecondary": {
10733
- color: SincoTheme.palette.secondary.main,
10734
- border: "solid 1px #80DEEA",
10735
- ".MuiChip-deleteIcon": {
10736
- color: "#80DEEA",
10737
- "&:hover": {
10738
- color: "#80DEEA"
10739
- }
10740
- }
10741
- },
10742
- "&.MuiChip-outlined.MuiChip-colorError": {
10743
- color: SincoTheme.palette.error.main,
10744
- border: "solid 1px #E8A1A1",
10745
- ".MuiChip-deleteIcon": {
10746
- color: "#E8A1A1",
10747
- "&:hover": {
10748
- color: "#DF7B7B"
10749
- }
10750
- }
10751
- },
10752
- "&.MuiChip-outlined.MuiChip-colorSuccess": {
10753
- color: SincoTheme.palette.success.main,
10754
- border: "solid 1px #C7E49D",
10755
- ".MuiChip-deleteIcon": {
10756
- color: "#C7E49D",
10757
- "&:hover": {
10758
- color: "#B1D975"
10759
- }
10760
- }
10761
- },
10762
- "&.MuiChip-outlined.MuiChip-colorInfo": {
10763
- color: SincoTheme.palette.info.main,
10764
- border: "solid 1px #96CFE2",
10765
- ".MuiChip-deleteIcon": {
10766
- color: "#96CFE2",
10767
- "&:hover": {
10768
- color: "#6CBCD6s"
10769
- }
10770
- }
10771
- },
10772
- "&.MuiChip-outlined.MuiChip-colorWarning": {
10773
- color: SincoTheme.palette.warning.main,
10774
- border: "solid 1px #FDC280",
10775
- ".MuiChip-deleteIcon": {
10776
- color: "#FDC280",
10777
- "&:hover": {
10778
- color: "#FCAA4D"
10779
- }
10780
- }
10781
- },
10782
10633
  ".MuiChip-deleteIconXsmall": {
10783
10634
  height: 12,
10784
10635
  width: 12
10785
10636
  },
10786
10637
  ".MuiChip-deleteIconSmall": {
10787
10638
  height: 16,
10788
- width: 16
10639
+ widht: 16
10789
10640
  },
10790
10641
  ".MuiChip-deleteIconMedium": {
10791
10642
  height: 20,
10792
- width: 20
10643
+ widht: 20
10793
10644
  }
10794
10645
  }
10795
10646
  }
@@ -11272,16 +11123,6 @@ const mixins = {
11272
11123
 
11273
11124
  const typography = {
11274
11125
  fontSize: 13,
11275
- body3: {
11276
- fontFamily: 'Roboto',
11277
- fontWeight: 310,
11278
- fontSize: 12,
11279
- letterSpacing: 0.17,
11280
- lineHeight: 1.2,
11281
- [breakpoints.down('md')]: {
11282
- fontSize: 11
11283
- }
11284
- },
11285
11126
  body1: {
11286
11127
  fontFamily: 'Roboto',
11287
11128
  fontSize: 14,
@@ -11302,6 +11143,16 @@ const typography = {
11302
11143
  fontSize: 14
11303
11144
  }
11304
11145
  },
11146
+ body3: {
11147
+ fontFamily: 'Roboto',
11148
+ fontWeight: 310,
11149
+ fontSize: 12,
11150
+ letterSpacing: 0.17,
11151
+ lineHeight: 1.2,
11152
+ [breakpoints.down('md')]: {
11153
+ fontSize: 11
11154
+ }
11155
+ },
11305
11156
  subtitle1: {
11306
11157
  fontFamily: 'Roboto',
11307
11158
  fontSize: 14,
@@ -11322,13 +11173,6 @@ const typography = {
11322
11173
  fontSize: 14
11323
11174
  }
11324
11175
  },
11325
- subtitle3: {
11326
- fontFamily: "Roboto",
11327
- fontSize: 12,
11328
- lineHeight: 1.16,
11329
- letterSpacing: 0.17,
11330
- fontWeight: 400
11331
- },
11332
11176
  caption: {
11333
11177
  fontFamily: 'Roboto',
11334
11178
  fontSize: 11,
@@ -12930,8 +12774,8 @@ function getPaperUtilityClass(slot) {
12930
12774
  }
12931
12775
  generateUtilityClasses('MuiPaper', ['root', 'rounded', 'outlined', 'elevation', 'elevation0', 'elevation1', 'elevation2', 'elevation3', 'elevation4', 'elevation5', 'elevation6', 'elevation7', 'elevation8', 'elevation9', 'elevation10', 'elevation11', 'elevation12', 'elevation13', 'elevation14', 'elevation15', 'elevation16', 'elevation17', 'elevation18', 'elevation19', 'elevation20', 'elevation21', 'elevation22', 'elevation23', 'elevation24']);
12932
12776
 
12933
- const _excluded$h = ["className", "component", "elevation", "square", "variant"];
12934
- const useUtilityClasses$c = ownerState => {
12777
+ const _excluded$e = ["className", "component", "elevation", "square", "variant"];
12778
+ const useUtilityClasses$a = ownerState => {
12935
12779
  const {
12936
12780
  square,
12937
12781
  elevation,
@@ -12985,14 +12829,14 @@ const Paper = /*#__PURE__*/React.forwardRef(function Paper(inProps, ref) {
12985
12829
  square = false,
12986
12830
  variant = 'elevation'
12987
12831
  } = props,
12988
- other = _objectWithoutPropertiesLoose(props, _excluded$h);
12832
+ other = _objectWithoutPropertiesLoose(props, _excluded$e);
12989
12833
  const ownerState = _extends({}, props, {
12990
12834
  component,
12991
12835
  elevation,
12992
12836
  square,
12993
12837
  variant
12994
12838
  });
12995
- const classes = useUtilityClasses$c(ownerState);
12839
+ const classes = useUtilityClasses$a(ownerState);
12996
12840
  if (process.env.NODE_ENV !== 'production') {
12997
12841
  // eslint-disable-next-line react-hooks/rules-of-hooks
12998
12842
  const theme = useTheme();
@@ -13143,7 +12987,7 @@ process.env.NODE_ENV !== "production" ? Ripple.propTypes = {
13143
12987
  const touchRippleClasses = generateUtilityClasses('MuiTouchRipple', ['root', 'ripple', 'rippleVisible', 'ripplePulsate', 'child', 'childLeaving', 'childPulsate']);
13144
12988
  var touchRippleClasses$1 = touchRippleClasses;
13145
12989
 
13146
- const _excluded$g = ["center", "classes", "className"];
12990
+ const _excluded$d = ["center", "classes", "className"];
13147
12991
  let _$1 = t => t,
13148
12992
  _t$1,
13149
12993
  _t2$1,
@@ -13272,7 +13116,7 @@ const TouchRipple = /*#__PURE__*/React.forwardRef(function TouchRipple(inProps,
13272
13116
  classes = {},
13273
13117
  className
13274
13118
  } = props,
13275
- other = _objectWithoutPropertiesLoose(props, _excluded$g);
13119
+ other = _objectWithoutPropertiesLoose(props, _excluded$d);
13276
13120
  const [ripples, setRipples] = React.useState([]);
13277
13121
  const nextKey = React.useRef(0);
13278
13122
  const rippleCallback = React.useRef(null);
@@ -13473,8 +13317,8 @@ function getButtonBaseUtilityClass(slot) {
13473
13317
  const buttonBaseClasses = generateUtilityClasses('MuiButtonBase', ['root', 'disabled', 'focusVisible']);
13474
13318
  var buttonBaseClasses$1 = buttonBaseClasses;
13475
13319
 
13476
- const _excluded$f = ["action", "centerRipple", "children", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "LinkComponent", "onBlur", "onClick", "onContextMenu", "onDragLeave", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "tabIndex", "TouchRippleProps", "touchRippleRef", "type"];
13477
- const useUtilityClasses$b = ownerState => {
13320
+ const _excluded$c = ["action", "centerRipple", "children", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "LinkComponent", "onBlur", "onClick", "onContextMenu", "onDragLeave", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "tabIndex", "TouchRippleProps", "touchRippleRef", "type"];
13321
+ const useUtilityClasses$9 = ownerState => {
13478
13322
  const {
13479
13323
  disabled,
13480
13324
  focusVisible,
@@ -13575,7 +13419,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(inProps, re
13575
13419
  touchRippleRef,
13576
13420
  type
13577
13421
  } = props,
13578
- other = _objectWithoutPropertiesLoose(props, _excluded$f);
13422
+ other = _objectWithoutPropertiesLoose(props, _excluded$c);
13579
13423
  const buttonRef = React.useRef(null);
13580
13424
  const rippleRef = React.useRef(null);
13581
13425
  const handleRippleRef = useForkRef(rippleRef, touchRippleRef);
@@ -13742,7 +13586,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(inProps, re
13742
13586
  tabIndex,
13743
13587
  focusVisible
13744
13588
  });
13745
- const classes = useUtilityClasses$b(ownerState);
13589
+ const classes = useUtilityClasses$9(ownerState);
13746
13590
  return /*#__PURE__*/jsxs(ButtonBaseRoot, _extends({
13747
13591
  as: ComponentProp,
13748
13592
  className: clsx(classes.root, className),
@@ -13939,8 +13783,8 @@ function getIconButtonUtilityClass(slot) {
13939
13783
  const iconButtonClasses = generateUtilityClasses('MuiIconButton', ['root', 'disabled', 'colorInherit', 'colorPrimary', 'colorSecondary', 'colorError', 'colorInfo', 'colorSuccess', 'colorWarning', 'edgeStart', 'edgeEnd', 'sizeSmall', 'sizeMedium', 'sizeLarge']);
13940
13784
  var iconButtonClasses$1 = iconButtonClasses;
13941
13785
 
13942
- const _excluded$e = ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"];
13943
- const useUtilityClasses$a = ownerState => {
13786
+ const _excluded$b = ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"];
13787
+ const useUtilityClasses$8 = ownerState => {
13944
13788
  const {
13945
13789
  classes,
13946
13790
  disabled,
@@ -14040,7 +13884,7 @@ const IconButton = /*#__PURE__*/React.forwardRef(function IconButton(inProps, re
14040
13884
  disableFocusRipple = false,
14041
13885
  size = 'medium'
14042
13886
  } = props,
14043
- other = _objectWithoutPropertiesLoose(props, _excluded$e);
13887
+ other = _objectWithoutPropertiesLoose(props, _excluded$b);
14044
13888
  const ownerState = _extends({}, props, {
14045
13889
  edge,
14046
13890
  color,
@@ -14048,7 +13892,7 @@ const IconButton = /*#__PURE__*/React.forwardRef(function IconButton(inProps, re
14048
13892
  disableFocusRipple,
14049
13893
  size
14050
13894
  });
14051
- const classes = useUtilityClasses$a(ownerState);
13895
+ const classes = useUtilityClasses$8(ownerState);
14052
13896
  return /*#__PURE__*/jsx(IconButtonRoot, _extends({
14053
13897
  className: clsx(classes.root, className),
14054
13898
  centerRipple: true,
@@ -14134,8 +13978,8 @@ function getTypographyUtilityClass(slot) {
14134
13978
  }
14135
13979
  generateUtilityClasses('MuiTypography', ['root', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'subtitle1', 'subtitle2', 'body1', 'body2', 'inherit', 'button', 'caption', 'overline', 'alignLeft', 'alignRight', 'alignCenter', 'alignJustify', 'noWrap', 'gutterBottom', 'paragraph']);
14136
13980
 
14137
- const _excluded$d = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"];
14138
- const useUtilityClasses$9 = ownerState => {
13981
+ const _excluded$a = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"];
13982
+ const useUtilityClasses$7 = ownerState => {
14139
13983
  const {
14140
13984
  align,
14141
13985
  gutterBottom,
@@ -14189,22 +14033,22 @@ const defaultVariantMapping = {
14189
14033
  };
14190
14034
 
14191
14035
  // TODO v6: deprecate these color values in v5.x and remove the transformation in v6
14192
- const colorTransformations$1 = {
14036
+ const colorTransformations = {
14193
14037
  primary: 'primary.main',
14194
14038
  textPrimary: 'text.primary',
14195
14039
  secondary: 'secondary.main',
14196
14040
  textSecondary: 'text.secondary',
14197
14041
  error: 'error.main'
14198
14042
  };
14199
- const transformDeprecatedColors$1 = color => {
14200
- return colorTransformations$1[color] || color;
14043
+ const transformDeprecatedColors = color => {
14044
+ return colorTransformations[color] || color;
14201
14045
  };
14202
14046
  const Typography = /*#__PURE__*/React.forwardRef(function Typography(inProps, ref) {
14203
14047
  const themeProps = useThemeProps({
14204
14048
  props: inProps,
14205
14049
  name: 'MuiTypography'
14206
14050
  });
14207
- const color = transformDeprecatedColors$1(themeProps.color);
14051
+ const color = transformDeprecatedColors(themeProps.color);
14208
14052
  const props = extendSxProp(_extends({}, themeProps, {
14209
14053
  color
14210
14054
  }));
@@ -14218,7 +14062,7 @@ const Typography = /*#__PURE__*/React.forwardRef(function Typography(inProps, re
14218
14062
  variant = 'body1',
14219
14063
  variantMapping = defaultVariantMapping
14220
14064
  } = props,
14221
- other = _objectWithoutPropertiesLoose(props, _excluded$d);
14065
+ other = _objectWithoutPropertiesLoose(props, _excluded$a);
14222
14066
  const ownerState = _extends({}, props, {
14223
14067
  align,
14224
14068
  color,
@@ -14231,7 +14075,7 @@ const Typography = /*#__PURE__*/React.forwardRef(function Typography(inProps, re
14231
14075
  variantMapping
14232
14076
  });
14233
14077
  const Component = component || (paragraph ? 'p' : variantMapping[variant] || defaultVariantMapping[variant]) || 'span';
14234
- const classes = useUtilityClasses$9(ownerState);
14078
+ const classes = useUtilityClasses$7(ownerState);
14235
14079
  return /*#__PURE__*/jsx(TypographyRoot, _extends({
14236
14080
  as: Component,
14237
14081
  ref: ref,
@@ -14316,7 +14160,7 @@ process.env.NODE_ENV !== "production" ? Typography.propTypes /* remove-proptypes
14316
14160
  } : void 0;
14317
14161
  var Typography$1 = Typography;
14318
14162
 
14319
- const _excluded$c = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
14163
+ const _excluded$9 = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
14320
14164
  const styles = {
14321
14165
  entering: {
14322
14166
  opacity: 1
@@ -14353,7 +14197,7 @@ const Fade = /*#__PURE__*/React.forwardRef(function Fade(props, ref) {
14353
14197
  // eslint-disable-next-line react/prop-types
14354
14198
  TransitionComponent = Transition$1
14355
14199
  } = props,
14356
- other = _objectWithoutPropertiesLoose(props, _excluded$c);
14200
+ other = _objectWithoutPropertiesLoose(props, _excluded$9);
14357
14201
  const nodeRef = React.useRef(null);
14358
14202
  const handleRef = useForkRef(nodeRef, children.ref, ref);
14359
14203
  const normalizedTransitionCallback = callback => maybeIsAppearing => {
@@ -14514,8 +14358,8 @@ function getBackdropUtilityClass(slot) {
14514
14358
  }
14515
14359
  generateUtilityClasses('MuiBackdrop', ['root', 'invisible']);
14516
14360
 
14517
- const _excluded$b = ["children", "className", "component", "components", "componentsProps", "invisible", "open", "slotProps", "slots", "TransitionComponent", "transitionDuration"];
14518
- const useUtilityClasses$8 = ownerState => {
14361
+ const _excluded$8 = ["children", "className", "component", "components", "componentsProps", "invisible", "open", "slotProps", "slots", "TransitionComponent", "transitionDuration"];
14362
+ const useUtilityClasses$6 = ownerState => {
14519
14363
  const {
14520
14364
  classes,
14521
14365
  invisible
@@ -14569,12 +14413,12 @@ const Backdrop = /*#__PURE__*/React.forwardRef(function Backdrop(inProps, ref) {
14569
14413
  TransitionComponent = Fade$1,
14570
14414
  transitionDuration
14571
14415
  } = props,
14572
- other = _objectWithoutPropertiesLoose(props, _excluded$b);
14416
+ other = _objectWithoutPropertiesLoose(props, _excluded$8);
14573
14417
  const ownerState = _extends({}, props, {
14574
14418
  component,
14575
14419
  invisible
14576
14420
  });
14577
- const classes = useUtilityClasses$8(ownerState);
14421
+ const classes = useUtilityClasses$6(ownerState);
14578
14422
  const rootSlotProps = (_slotProps$root = slotProps.root) != null ? _slotProps$root : componentsProps.root;
14579
14423
  return /*#__PURE__*/jsx(TransitionComponent, _extends({
14580
14424
  in: open,
@@ -14718,319 +14562,6 @@ process.env.NODE_ENV !== "production" ? Box$1.propTypes /* remove-proptypes */ =
14718
14562
  } : void 0;
14719
14563
  var Box$2 = Box$1;
14720
14564
 
14721
- var MoreHorizIcon = createSvgIcon$1( /*#__PURE__*/jsx("path", {
14722
- d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
14723
- }), 'MoreHoriz');
14724
-
14725
- const _excluded$a = ["slots", "slotProps"];
14726
- const BreadcrumbCollapsedButton = styled$1(ButtonBase$1)(({
14727
- theme
14728
- }) => _extends({
14729
- display: 'flex',
14730
- marginLeft: `calc(${theme.spacing(1)} * 0.5)`,
14731
- marginRight: `calc(${theme.spacing(1)} * 0.5)`
14732
- }, theme.palette.mode === 'light' ? {
14733
- backgroundColor: theme.palette.grey[100],
14734
- color: theme.palette.grey[700]
14735
- } : {
14736
- backgroundColor: theme.palette.grey[700],
14737
- color: theme.palette.grey[100]
14738
- }, {
14739
- borderRadius: 2,
14740
- '&:hover, &:focus': _extends({}, theme.palette.mode === 'light' ? {
14741
- backgroundColor: theme.palette.grey[200]
14742
- } : {
14743
- backgroundColor: theme.palette.grey[600]
14744
- }),
14745
- '&:active': _extends({
14746
- boxShadow: theme.shadows[0]
14747
- }, theme.palette.mode === 'light' ? {
14748
- backgroundColor: emphasize(theme.palette.grey[200], 0.12)
14749
- } : {
14750
- backgroundColor: emphasize(theme.palette.grey[600], 0.12)
14751
- })
14752
- }));
14753
- const BreadcrumbCollapsedIcon = styled$1(MoreHorizIcon)({
14754
- width: 24,
14755
- height: 16
14756
- });
14757
-
14758
- /**
14759
- * @ignore - internal component.
14760
- */
14761
- function BreadcrumbCollapsed(props) {
14762
- const {
14763
- slots = {},
14764
- slotProps = {}
14765
- } = props,
14766
- otherProps = _objectWithoutPropertiesLoose(props, _excluded$a);
14767
- const ownerState = props;
14768
- return /*#__PURE__*/jsx("li", {
14769
- children: /*#__PURE__*/jsx(BreadcrumbCollapsedButton, _extends({
14770
- focusRipple: true
14771
- }, otherProps, {
14772
- ownerState: ownerState,
14773
- children: /*#__PURE__*/jsx(BreadcrumbCollapsedIcon, _extends({
14774
- as: slots.CollapsedIcon,
14775
- ownerState: ownerState
14776
- }, slotProps.collapsedIcon))
14777
- }))
14778
- });
14779
- }
14780
- process.env.NODE_ENV !== "production" ? BreadcrumbCollapsed.propTypes = {
14781
- /**
14782
- * The props used for the CollapsedIcon slot.
14783
- * @default {}
14784
- */
14785
- slotProps: PropTypes.shape({
14786
- collapsedIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
14787
- }),
14788
- /**
14789
- * The components used for each slot inside the BreadcumbCollapsed.
14790
- * Either a string to use a HTML element or a component.
14791
- * @default {}
14792
- */
14793
- slots: PropTypes.shape({
14794
- CollapsedIcon: PropTypes.elementType
14795
- }),
14796
- /**
14797
- * The system prop that allows defining system overrides as well as additional CSS styles.
14798
- */
14799
- sx: PropTypes.object
14800
- } : void 0;
14801
-
14802
- function getBreadcrumbsUtilityClass(slot) {
14803
- return generateUtilityClass('MuiBreadcrumbs', slot);
14804
- }
14805
- const breadcrumbsClasses = generateUtilityClasses('MuiBreadcrumbs', ['root', 'ol', 'li', 'separator']);
14806
- var breadcrumbsClasses$1 = breadcrumbsClasses;
14807
-
14808
- const _excluded$9 = ["children", "className", "component", "slots", "slotProps", "expandText", "itemsAfterCollapse", "itemsBeforeCollapse", "maxItems", "separator"];
14809
- const useUtilityClasses$7 = ownerState => {
14810
- const {
14811
- classes
14812
- } = ownerState;
14813
- const slots = {
14814
- root: ['root'],
14815
- li: ['li'],
14816
- ol: ['ol'],
14817
- separator: ['separator']
14818
- };
14819
- return composeClasses(slots, getBreadcrumbsUtilityClass, classes);
14820
- };
14821
- const BreadcrumbsRoot = styled$1(Typography$1, {
14822
- name: 'MuiBreadcrumbs',
14823
- slot: 'Root',
14824
- overridesResolver: (props, styles) => {
14825
- return [{
14826
- [`& .${breadcrumbsClasses$1.li}`]: styles.li
14827
- }, styles.root];
14828
- }
14829
- })({});
14830
- const BreadcrumbsOl = styled$1('ol', {
14831
- name: 'MuiBreadcrumbs',
14832
- slot: 'Ol',
14833
- overridesResolver: (props, styles) => styles.ol
14834
- })({
14835
- display: 'flex',
14836
- flexWrap: 'wrap',
14837
- alignItems: 'center',
14838
- padding: 0,
14839
- margin: 0,
14840
- listStyle: 'none'
14841
- });
14842
- const BreadcrumbsSeparator = styled$1('li', {
14843
- name: 'MuiBreadcrumbs',
14844
- slot: 'Separator',
14845
- overridesResolver: (props, styles) => styles.separator
14846
- })({
14847
- display: 'flex',
14848
- userSelect: 'none',
14849
- marginLeft: 8,
14850
- marginRight: 8
14851
- });
14852
- function insertSeparators(items, className, separator, ownerState) {
14853
- return items.reduce((acc, current, index) => {
14854
- if (index < items.length - 1) {
14855
- acc = acc.concat(current, /*#__PURE__*/jsx(BreadcrumbsSeparator, {
14856
- "aria-hidden": true,
14857
- className: className,
14858
- ownerState: ownerState,
14859
- children: separator
14860
- }, `separator-${index}`));
14861
- } else {
14862
- acc.push(current);
14863
- }
14864
- return acc;
14865
- }, []);
14866
- }
14867
- const Breadcrumbs = /*#__PURE__*/React.forwardRef(function Breadcrumbs(inProps, ref) {
14868
- const props = useThemeProps({
14869
- props: inProps,
14870
- name: 'MuiBreadcrumbs'
14871
- });
14872
- const {
14873
- children,
14874
- className,
14875
- component = 'nav',
14876
- slots = {},
14877
- slotProps = {},
14878
- expandText = 'Show path',
14879
- itemsAfterCollapse = 1,
14880
- itemsBeforeCollapse = 1,
14881
- maxItems = 8,
14882
- separator = '/'
14883
- } = props,
14884
- other = _objectWithoutPropertiesLoose(props, _excluded$9);
14885
- const [expanded, setExpanded] = React.useState(false);
14886
- const ownerState = _extends({}, props, {
14887
- component,
14888
- expanded,
14889
- expandText,
14890
- itemsAfterCollapse,
14891
- itemsBeforeCollapse,
14892
- maxItems,
14893
- separator
14894
- });
14895
- const classes = useUtilityClasses$7(ownerState);
14896
- const collapsedIconSlotProps = useSlotProps({
14897
- elementType: slots.CollapsedIcon,
14898
- externalSlotProps: slotProps.collapsedIcon,
14899
- ownerState
14900
- });
14901
- const listRef = React.useRef(null);
14902
- const renderItemsBeforeAndAfter = allItems => {
14903
- const handleClickExpand = () => {
14904
- setExpanded(true);
14905
-
14906
- // The clicked element received the focus but gets removed from the DOM.
14907
- // Let's keep the focus in the component after expanding.
14908
- // Moving it to the <ol> or <nav> does not cause any announcement in NVDA.
14909
- // By moving it to some link/button at least we have some announcement.
14910
- const focusable = listRef.current.querySelector('a[href],button,[tabindex]');
14911
- if (focusable) {
14912
- focusable.focus();
14913
- }
14914
- };
14915
-
14916
- // This defends against someone passing weird input, to ensure that if all
14917
- // items would be shown anyway, we just show all items without the EllipsisItem
14918
- if (itemsBeforeCollapse + itemsAfterCollapse >= allItems.length) {
14919
- if (process.env.NODE_ENV !== 'production') {
14920
- console.error(['MUI: You have provided an invalid combination of props to the Breadcrumbs.', `itemsAfterCollapse={${itemsAfterCollapse}} + itemsBeforeCollapse={${itemsBeforeCollapse}} >= maxItems={${maxItems}}`].join('\n'));
14921
- }
14922
- return allItems;
14923
- }
14924
- return [...allItems.slice(0, itemsBeforeCollapse), /*#__PURE__*/jsx(BreadcrumbCollapsed, {
14925
- "aria-label": expandText,
14926
- slots: {
14927
- CollapsedIcon: slots.CollapsedIcon
14928
- },
14929
- slotProps: {
14930
- collapsedIcon: collapsedIconSlotProps
14931
- },
14932
- onClick: handleClickExpand
14933
- }, "ellipsis"), ...allItems.slice(allItems.length - itemsAfterCollapse, allItems.length)];
14934
- };
14935
- const allItems = React.Children.toArray(children).filter(child => {
14936
- if (process.env.NODE_ENV !== 'production') {
14937
- if (reactIs$2.exports.isFragment(child)) {
14938
- console.error(["MUI: The Breadcrumbs component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
14939
- }
14940
- }
14941
- return /*#__PURE__*/React.isValidElement(child);
14942
- }).map((child, index) => /*#__PURE__*/jsx("li", {
14943
- className: classes.li,
14944
- children: child
14945
- }, `child-${index}`));
14946
- return /*#__PURE__*/jsx(BreadcrumbsRoot, _extends({
14947
- ref: ref,
14948
- component: component,
14949
- color: "text.secondary",
14950
- className: clsx(classes.root, className),
14951
- ownerState: ownerState
14952
- }, other, {
14953
- children: /*#__PURE__*/jsx(BreadcrumbsOl, {
14954
- className: classes.ol,
14955
- ref: listRef,
14956
- ownerState: ownerState,
14957
- children: insertSeparators(expanded || maxItems && allItems.length <= maxItems ? allItems : renderItemsBeforeAndAfter(allItems), classes.separator, separator, ownerState)
14958
- })
14959
- }));
14960
- });
14961
- process.env.NODE_ENV !== "production" ? Breadcrumbs.propTypes /* remove-proptypes */ = {
14962
- // ----------------------------- Warning --------------------------------
14963
- // | These PropTypes are generated from the TypeScript type definitions |
14964
- // | To update them edit the d.ts file and run "yarn proptypes" |
14965
- // ----------------------------------------------------------------------
14966
- /**
14967
- * The content of the component.
14968
- */
14969
- children: PropTypes.node,
14970
- /**
14971
- * Override or extend the styles applied to the component.
14972
- */
14973
- classes: PropTypes.object,
14974
- /**
14975
- * @ignore
14976
- */
14977
- className: PropTypes.string,
14978
- /**
14979
- * The component used for the root node.
14980
- * Either a string to use a HTML element or a component.
14981
- */
14982
- component: PropTypes.elementType,
14983
- /**
14984
- * Override the default label for the expand button.
14985
- *
14986
- * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
14987
- * @default 'Show path'
14988
- */
14989
- expandText: PropTypes.string,
14990
- /**
14991
- * If max items is exceeded, the number of items to show after the ellipsis.
14992
- * @default 1
14993
- */
14994
- itemsAfterCollapse: integerPropType,
14995
- /**
14996
- * If max items is exceeded, the number of items to show before the ellipsis.
14997
- * @default 1
14998
- */
14999
- itemsBeforeCollapse: integerPropType,
15000
- /**
15001
- * Specifies the maximum number of breadcrumbs to display. When there are more
15002
- * than the maximum number, only the first `itemsBeforeCollapse` and last `itemsAfterCollapse`
15003
- * will be shown, with an ellipsis in between.
15004
- * @default 8
15005
- */
15006
- maxItems: integerPropType,
15007
- /**
15008
- * Custom separator node.
15009
- * @default '/'
15010
- */
15011
- separator: PropTypes.node,
15012
- /**
15013
- * The props used for each slot inside the Breadcumb.
15014
- * @default {}
15015
- */
15016
- slotProps: PropTypes.shape({
15017
- collapsedIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
15018
- }),
15019
- /**
15020
- * The components used for each slot inside the Breadcumb.
15021
- * Either a string to use a HTML element or a component.
15022
- * @default {}
15023
- */
15024
- slots: PropTypes.shape({
15025
- CollapsedIcon: PropTypes.elementType
15026
- }),
15027
- /**
15028
- * The system prop that allows defining system overrides as well as additional CSS styles.
15029
- */
15030
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
15031
- } : void 0;
15032
- var Breadcrumbs$1 = Breadcrumbs;
15033
-
15034
14565
  function getButtonUtilityClass(slot) {
15035
14566
  return generateUtilityClass('MuiButton', slot);
15036
14567
  }
@@ -15046,8 +14577,8 @@ if (process.env.NODE_ENV !== 'production') {
15046
14577
  }
15047
14578
  var ButtonGroupContext$1 = ButtonGroupContext;
15048
14579
 
15049
- const _excluded$8 = ["children", "color", "component", "className", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"];
15050
- const useUtilityClasses$6 = ownerState => {
14580
+ const _excluded$7 = ["children", "color", "component", "className", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"];
14581
+ const useUtilityClasses$5 = ownerState => {
15051
14582
  const {
15052
14583
  color,
15053
14584
  disableElevation,
@@ -15272,7 +14803,7 @@ const Button = /*#__PURE__*/React.forwardRef(function Button(inProps, ref) {
15272
14803
  type,
15273
14804
  variant = 'text'
15274
14805
  } = props,
15275
- other = _objectWithoutPropertiesLoose(props, _excluded$8);
14806
+ other = _objectWithoutPropertiesLoose(props, _excluded$7);
15276
14807
  const ownerState = _extends({}, props, {
15277
14808
  color,
15278
14809
  component,
@@ -15284,7 +14815,7 @@ const Button = /*#__PURE__*/React.forwardRef(function Button(inProps, ref) {
15284
14815
  type,
15285
14816
  variant
15286
14817
  });
15287
- const classes = useUtilityClasses$6(ownerState);
14818
+ const classes = useUtilityClasses$5(ownerState);
15288
14819
  const startIcon = startIconProp && /*#__PURE__*/jsx(ButtonStartIcon, {
15289
14820
  className: classes.startIcon,
15290
14821
  ownerState: ownerState,
@@ -15410,8 +14941,8 @@ function getCardUtilityClass(slot) {
15410
14941
  }
15411
14942
  generateUtilityClasses('MuiCard', ['root']);
15412
14943
 
15413
- const _excluded$7 = ["className", "raised"];
15414
- const useUtilityClasses$5 = ownerState => {
14944
+ const _excluded$6 = ["className", "raised"];
14945
+ const useUtilityClasses$4 = ownerState => {
15415
14946
  const {
15416
14947
  classes
15417
14948
  } = ownerState;
@@ -15438,11 +14969,11 @@ const Card = /*#__PURE__*/React.forwardRef(function Card(inProps, ref) {
15438
14969
  className,
15439
14970
  raised = false
15440
14971
  } = props,
15441
- other = _objectWithoutPropertiesLoose(props, _excluded$7);
14972
+ other = _objectWithoutPropertiesLoose(props, _excluded$6);
15442
14973
  const ownerState = _extends({}, props, {
15443
14974
  raised
15444
14975
  });
15445
- const classes = useUtilityClasses$5(ownerState);
14976
+ const classes = useUtilityClasses$4(ownerState);
15446
14977
  return /*#__PURE__*/jsx(CardRoot, _extends({
15447
14978
  className: clsx(classes.root, className),
15448
14979
  elevation: raised ? 8 : undefined,
@@ -15489,8 +15020,8 @@ function getCardContentUtilityClass(slot) {
15489
15020
  }
15490
15021
  generateUtilityClasses('MuiCardContent', ['root']);
15491
15022
 
15492
- const _excluded$6 = ["className", "component"];
15493
- const useUtilityClasses$4 = ownerState => {
15023
+ const _excluded$5 = ["className", "component"];
15024
+ const useUtilityClasses$3 = ownerState => {
15494
15025
  const {
15495
15026
  classes
15496
15027
  } = ownerState;
@@ -15520,11 +15051,11 @@ const CardContent = /*#__PURE__*/React.forwardRef(function CardContent(inProps,
15520
15051
  className,
15521
15052
  component = 'div'
15522
15053
  } = props,
15523
- other = _objectWithoutPropertiesLoose(props, _excluded$6);
15054
+ other = _objectWithoutPropertiesLoose(props, _excluded$5);
15524
15055
  const ownerState = _extends({}, props, {
15525
15056
  component
15526
15057
  });
15527
- const classes = useUtilityClasses$4(ownerState);
15058
+ const classes = useUtilityClasses$3(ownerState);
15528
15059
  return /*#__PURE__*/jsx(CardContentRoot, _extends({
15529
15060
  as: component,
15530
15061
  className: clsx(classes.root, className),
@@ -15561,7 +15092,7 @@ process.env.NODE_ENV !== "production" ? CardContent.propTypes /* remove-proptype
15561
15092
  } : void 0;
15562
15093
  var CardContent$1 = CardContent;
15563
15094
 
15564
- const _excluded$5 = ["BackdropComponent", "BackdropProps", "classes", "className", "closeAfterTransition", "children", "container", "component", "components", "componentsProps", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "onBackdropClick", "onClose", "open", "slotProps", "slots", "theme"];
15095
+ const _excluded$4 = ["BackdropComponent", "BackdropProps", "classes", "className", "closeAfterTransition", "children", "container", "component", "components", "componentsProps", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "onBackdropClick", "onClose", "open", "slotProps", "slots", "theme"];
15565
15096
  const ModalRoot = styled$1('div', {
15566
15097
  name: 'MuiModal',
15567
15098
  slot: 'Root',
@@ -15640,7 +15171,7 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
15640
15171
  // eslint-disable-next-line react/prop-types
15641
15172
  theme
15642
15173
  } = props,
15643
- other = _objectWithoutPropertiesLoose(props, _excluded$5);
15174
+ other = _objectWithoutPropertiesLoose(props, _excluded$4);
15644
15175
  const [exited, setExited] = React.useState(true);
15645
15176
  const commonProps = {
15646
15177
  container,
@@ -15864,8 +15395,8 @@ function getDividerUtilityClass(slot) {
15864
15395
  }
15865
15396
  generateUtilityClasses('MuiDivider', ['root', 'absolute', 'fullWidth', 'inset', 'middle', 'flexItem', 'light', 'vertical', 'withChildren', 'withChildrenVertical', 'textAlignRight', 'textAlignLeft', 'wrapper', 'wrapperVertical']);
15866
15397
 
15867
- const _excluded$4 = ["absolute", "children", "className", "component", "flexItem", "light", "orientation", "role", "textAlign", "variant"];
15868
- const useUtilityClasses$3 = ownerState => {
15398
+ const _excluded$3 = ["absolute", "children", "className", "component", "flexItem", "light", "orientation", "role", "textAlign", "variant"];
15399
+ const useUtilityClasses$2 = ownerState => {
15869
15400
  const {
15870
15401
  absolute,
15871
15402
  children,
@@ -16006,7 +15537,7 @@ const Divider = /*#__PURE__*/React.forwardRef(function Divider(inProps, ref) {
16006
15537
  textAlign = 'center',
16007
15538
  variant = 'fullWidth'
16008
15539
  } = props,
16009
- other = _objectWithoutPropertiesLoose(props, _excluded$4);
15540
+ other = _objectWithoutPropertiesLoose(props, _excluded$3);
16010
15541
  const ownerState = _extends({}, props, {
16011
15542
  absolute,
16012
15543
  component,
@@ -16017,7 +15548,7 @@ const Divider = /*#__PURE__*/React.forwardRef(function Divider(inProps, ref) {
16017
15548
  textAlign,
16018
15549
  variant
16019
15550
  });
16020
- const classes = useUtilityClasses$3(ownerState);
15551
+ const classes = useUtilityClasses$2(ownerState);
16021
15552
  return /*#__PURE__*/jsx(DividerRoot, _extends({
16022
15553
  as: component,
16023
15554
  className: clsx(classes.root, className),
@@ -16096,7 +15627,7 @@ process.env.NODE_ENV !== "production" ? Divider.propTypes /* remove-proptypes */
16096
15627
  } : void 0;
16097
15628
  var Divider$1 = Divider;
16098
15629
 
16099
- const _excluded$3 = ["addEndListener", "appear", "children", "container", "direction", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
15630
+ const _excluded$2 = ["addEndListener", "appear", "children", "container", "direction", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
16100
15631
  function getTranslateValue(direction, node, resolvedContainer) {
16101
15632
  const rect = node.getBoundingClientRect();
16102
15633
  const containerRect = resolvedContainer && resolvedContainer.getBoundingClientRect();
@@ -16185,7 +15716,7 @@ const Slide = /*#__PURE__*/React.forwardRef(function Slide(props, ref) {
16185
15716
  // eslint-disable-next-line react/prop-types
16186
15717
  TransitionComponent = Transition$1
16187
15718
  } = props,
16188
- other = _objectWithoutPropertiesLoose(props, _excluded$3);
15719
+ other = _objectWithoutPropertiesLoose(props, _excluded$2);
16189
15720
  const childrenRef = React.useRef(null);
16190
15721
  const handleRef = useForkRef(children.ref, childrenRef, ref);
16191
15722
  const normalizedTransitionCallback = callback => isAppearing => {
@@ -16413,7 +15944,7 @@ function getDrawerUtilityClass(slot) {
16413
15944
  }
16414
15945
  generateUtilityClasses('MuiDrawer', ['root', 'docked', 'paper', 'paperAnchorLeft', 'paperAnchorRight', 'paperAnchorTop', 'paperAnchorBottom', 'paperAnchorDockedLeft', 'paperAnchorDockedRight', 'paperAnchorDockedTop', 'paperAnchorDockedBottom', 'modal']);
16415
15946
 
16416
- const _excluded$2 = ["BackdropProps"],
15947
+ const _excluded$1 = ["BackdropProps"],
16417
15948
  _excluded2 = ["anchor", "BackdropProps", "children", "className", "elevation", "hideBackdrop", "ModalProps", "onClose", "open", "PaperProps", "SlideProps", "TransitionComponent", "transitionDuration", "variant"];
16418
15949
  const overridesResolver = (props, styles) => {
16419
15950
  const {
@@ -16421,7 +15952,7 @@ const overridesResolver = (props, styles) => {
16421
15952
  } = props;
16422
15953
  return [styles.root, (ownerState.variant === 'permanent' || ownerState.variant === 'persistent') && styles.docked, styles.modal];
16423
15954
  };
16424
- const useUtilityClasses$2 = ownerState => {
15955
+ const useUtilityClasses$1 = ownerState => {
16425
15956
  const {
16426
15957
  classes,
16427
15958
  anchor,
@@ -16553,7 +16084,7 @@ const Drawer = /*#__PURE__*/React.forwardRef(function Drawer(inProps, ref) {
16553
16084
  transitionDuration = defaultTransitionDuration,
16554
16085
  variant = 'temporary'
16555
16086
  } = props,
16556
- ModalProps = _objectWithoutPropertiesLoose(props.ModalProps, _excluded$2),
16087
+ ModalProps = _objectWithoutPropertiesLoose(props.ModalProps, _excluded$1),
16557
16088
  other = _objectWithoutPropertiesLoose(props, _excluded2);
16558
16089
 
16559
16090
  // Let's assume that the Drawer will always be rendered on user space.
@@ -16571,7 +16102,7 @@ const Drawer = /*#__PURE__*/React.forwardRef(function Drawer(inProps, ref) {
16571
16102
  open,
16572
16103
  variant
16573
16104
  }, other);
16574
- const classes = useUtilityClasses$2(ownerState);
16105
+ const classes = useUtilityClasses$1(ownerState);
16575
16106
  const drawer = /*#__PURE__*/jsx(DrawerPaper, _extends({
16576
16107
  elevation: variant === 'temporary' ? elevation : 0,
16577
16108
  square: true
@@ -16713,7 +16244,7 @@ function getLinearProgressUtilityClass(slot) {
16713
16244
  }
16714
16245
  generateUtilityClasses('MuiLinearProgress', ['root', 'colorPrimary', 'colorSecondary', 'determinate', 'indeterminate', 'buffer', 'query', 'dashed', 'dashedColorPrimary', 'dashedColorSecondary', 'bar', 'barColorPrimary', 'barColorSecondary', 'bar1Indeterminate', 'bar1Determinate', 'bar1Buffer', 'bar2Indeterminate', 'bar2Buffer']);
16715
16246
 
16716
- const _excluded$1 = ["className", "color", "value", "valueBuffer", "variant"];
16247
+ const _excluded = ["className", "color", "value", "valueBuffer", "variant"];
16717
16248
  let _ = t => t,
16718
16249
  _t,
16719
16250
  _t2,
@@ -16770,7 +16301,7 @@ const bufferKeyframe = keyframes(_t3 || (_t3 = _`
16770
16301
  background-position: -200px -23px;
16771
16302
  }
16772
16303
  `));
16773
- const useUtilityClasses$1 = ownerState => {
16304
+ const useUtilityClasses = ownerState => {
16774
16305
  const {
16775
16306
  classes,
16776
16307
  variant,
@@ -16947,12 +16478,12 @@ const LinearProgress = /*#__PURE__*/React.forwardRef(function LinearProgress(inP
16947
16478
  valueBuffer,
16948
16479
  variant = 'indeterminate'
16949
16480
  } = props,
16950
- other = _objectWithoutPropertiesLoose(props, _excluded$1);
16481
+ other = _objectWithoutPropertiesLoose(props, _excluded);
16951
16482
  const ownerState = _extends({}, props, {
16952
16483
  color,
16953
16484
  variant
16954
16485
  });
16955
- const classes = useUtilityClasses$1(ownerState);
16486
+ const classes = useUtilityClasses(ownerState);
16956
16487
  const theme = useTheme();
16957
16488
  const rootProps = {};
16958
16489
  const inlineStyles = {
@@ -17048,231 +16579,6 @@ process.env.NODE_ENV !== "production" ? LinearProgress.propTypes /* remove-propt
17048
16579
  } : void 0;
17049
16580
  var LinearProgress$1 = LinearProgress;
17050
16581
 
17051
- function getLinkUtilityClass(slot) {
17052
- return generateUtilityClass('MuiLink', slot);
17053
- }
17054
- const linkClasses = generateUtilityClasses('MuiLink', ['root', 'underlineNone', 'underlineHover', 'underlineAlways', 'button', 'focusVisible']);
17055
- var linkClasses$1 = linkClasses;
17056
-
17057
- const colorTransformations = {
17058
- primary: 'primary.main',
17059
- textPrimary: 'text.primary',
17060
- secondary: 'secondary.main',
17061
- textSecondary: 'text.secondary',
17062
- error: 'error.main'
17063
- };
17064
- const transformDeprecatedColors = color => {
17065
- return colorTransformations[color] || color;
17066
- };
17067
- const getTextDecoration = ({
17068
- theme,
17069
- ownerState
17070
- }) => {
17071
- const transformedColor = transformDeprecatedColors(ownerState.color);
17072
- const color = getPath(theme, `palette.${transformedColor}`, false) || ownerState.color;
17073
- const channelColor = getPath(theme, `palette.${transformedColor}Channel`);
17074
- if ('vars' in theme && channelColor) {
17075
- return `rgba(${channelColor} / 0.4)`;
17076
- }
17077
- return alpha(color, 0.4);
17078
- };
17079
- var getTextDecoration$1 = getTextDecoration;
17080
-
17081
- const _excluded = ["className", "color", "component", "onBlur", "onFocus", "TypographyClasses", "underline", "variant", "sx"];
17082
- const useUtilityClasses = ownerState => {
17083
- const {
17084
- classes,
17085
- component,
17086
- focusVisible,
17087
- underline
17088
- } = ownerState;
17089
- const slots = {
17090
- root: ['root', `underline${capitalize(underline)}`, component === 'button' && 'button', focusVisible && 'focusVisible']
17091
- };
17092
- return composeClasses(slots, getLinkUtilityClass, classes);
17093
- };
17094
- const LinkRoot = styled$1(Typography$1, {
17095
- name: 'MuiLink',
17096
- slot: 'Root',
17097
- overridesResolver: (props, styles) => {
17098
- const {
17099
- ownerState
17100
- } = props;
17101
- return [styles.root, styles[`underline${capitalize(ownerState.underline)}`], ownerState.component === 'button' && styles.button];
17102
- }
17103
- })(({
17104
- theme,
17105
- ownerState
17106
- }) => {
17107
- return _extends({}, ownerState.underline === 'none' && {
17108
- textDecoration: 'none'
17109
- }, ownerState.underline === 'hover' && {
17110
- textDecoration: 'none',
17111
- '&:hover': {
17112
- textDecoration: 'underline'
17113
- }
17114
- }, ownerState.underline === 'always' && _extends({
17115
- textDecoration: 'underline'
17116
- }, ownerState.color !== 'inherit' && {
17117
- textDecorationColor: getTextDecoration$1({
17118
- theme,
17119
- ownerState
17120
- })
17121
- }, {
17122
- '&:hover': {
17123
- textDecorationColor: 'inherit'
17124
- }
17125
- }), ownerState.component === 'button' && {
17126
- position: 'relative',
17127
- WebkitTapHighlightColor: 'transparent',
17128
- backgroundColor: 'transparent',
17129
- // Reset default value
17130
- // We disable the focus ring for mouse, touch and keyboard users.
17131
- outline: 0,
17132
- border: 0,
17133
- margin: 0,
17134
- // Remove the margin in Safari
17135
- borderRadius: 0,
17136
- padding: 0,
17137
- // Remove the padding in Firefox
17138
- cursor: 'pointer',
17139
- userSelect: 'none',
17140
- verticalAlign: 'middle',
17141
- MozAppearance: 'none',
17142
- // Reset
17143
- WebkitAppearance: 'none',
17144
- // Reset
17145
- '&::-moz-focus-inner': {
17146
- borderStyle: 'none' // Remove Firefox dotted outline.
17147
- },
17148
-
17149
- [`&.${linkClasses$1.focusVisible}`]: {
17150
- outline: 'auto'
17151
- }
17152
- });
17153
- });
17154
- const Link = /*#__PURE__*/React.forwardRef(function Link(inProps, ref) {
17155
- const props = useThemeProps({
17156
- props: inProps,
17157
- name: 'MuiLink'
17158
- });
17159
- const {
17160
- className,
17161
- color = 'primary',
17162
- component = 'a',
17163
- onBlur,
17164
- onFocus,
17165
- TypographyClasses,
17166
- underline = 'always',
17167
- variant = 'inherit',
17168
- sx
17169
- } = props,
17170
- other = _objectWithoutPropertiesLoose(props, _excluded);
17171
- const {
17172
- isFocusVisibleRef,
17173
- onBlur: handleBlurVisible,
17174
- onFocus: handleFocusVisible,
17175
- ref: focusVisibleRef
17176
- } = useIsFocusVisible();
17177
- const [focusVisible, setFocusVisible] = React.useState(false);
17178
- const handlerRef = useForkRef(ref, focusVisibleRef);
17179
- const handleBlur = event => {
17180
- handleBlurVisible(event);
17181
- if (isFocusVisibleRef.current === false) {
17182
- setFocusVisible(false);
17183
- }
17184
- if (onBlur) {
17185
- onBlur(event);
17186
- }
17187
- };
17188
- const handleFocus = event => {
17189
- handleFocusVisible(event);
17190
- if (isFocusVisibleRef.current === true) {
17191
- setFocusVisible(true);
17192
- }
17193
- if (onFocus) {
17194
- onFocus(event);
17195
- }
17196
- };
17197
- const ownerState = _extends({}, props, {
17198
- color,
17199
- component,
17200
- focusVisible,
17201
- underline,
17202
- variant
17203
- });
17204
- const classes = useUtilityClasses(ownerState);
17205
- return /*#__PURE__*/jsx(LinkRoot, _extends({
17206
- color: color,
17207
- className: clsx(classes.root, className),
17208
- classes: TypographyClasses,
17209
- component: component,
17210
- onBlur: handleBlur,
17211
- onFocus: handleFocus,
17212
- ref: handlerRef,
17213
- ownerState: ownerState,
17214
- variant: variant,
17215
- sx: [...(!Object.keys(colorTransformations).includes(color) ? [{
17216
- color
17217
- }] : []), ...(Array.isArray(sx) ? sx : [sx])]
17218
- }, other));
17219
- });
17220
- process.env.NODE_ENV !== "production" ? Link.propTypes /* remove-proptypes */ = {
17221
- // ----------------------------- Warning --------------------------------
17222
- // | These PropTypes are generated from the TypeScript type definitions |
17223
- // | To update them edit the d.ts file and run "yarn proptypes" |
17224
- // ----------------------------------------------------------------------
17225
- /**
17226
- * The content of the component.
17227
- */
17228
- children: PropTypes.node,
17229
- /**
17230
- * Override or extend the styles applied to the component.
17231
- */
17232
- classes: PropTypes.object,
17233
- /**
17234
- * @ignore
17235
- */
17236
- className: PropTypes.string,
17237
- /**
17238
- * The color of the link.
17239
- * @default 'primary'
17240
- */
17241
- color: PropTypes /* @typescript-to-proptypes-ignore */.any,
17242
- /**
17243
- * The component used for the root node.
17244
- * Either a string to use a HTML element or a component.
17245
- */
17246
- component: elementTypeAcceptingRef$1,
17247
- /**
17248
- * @ignore
17249
- */
17250
- onBlur: PropTypes.func,
17251
- /**
17252
- * @ignore
17253
- */
17254
- onFocus: PropTypes.func,
17255
- /**
17256
- * The system prop that allows defining system overrides as well as additional CSS styles.
17257
- */
17258
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
17259
- /**
17260
- * `classes` prop applied to the [`Typography`](/material-ui/api/typography/) element.
17261
- */
17262
- TypographyClasses: PropTypes.object,
17263
- /**
17264
- * Controls when the link should have an underline.
17265
- * @default 'always'
17266
- */
17267
- underline: PropTypes.oneOf(['always', 'hover', 'none']),
17268
- /**
17269
- * Applies the theme typography styles.
17270
- * @default 'inherit'
17271
- */
17272
- variant: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['body1', 'body2', 'button', 'caption', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'inherit', 'overline', 'subtitle1', 'subtitle2']), PropTypes.string])
17273
- } : void 0;
17274
- var Link$1 = Link;
17275
-
17276
16582
  const Stack = createStack({
17277
16583
  createStyledComponent: styled$1('div', {
17278
16584
  name: 'MuiStack',
@@ -17333,14 +16639,14 @@ var Stack$1 = Stack;
17333
16639
  var img = "data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e%3csvg xmlns='http://www.w3.org/2000/svg'%3e %3csymbol id='create' viewBox='0 0 208 187' fill='none'%3e %3cellipse cx='103.533' cy='183.458' rx='61.5334' ry='3.45772' fill='%23ECEFF1'/%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M111.051 151.884L131.834 178.147C132.913 179.511 135.091 178.965 135.404 177.252L141.462 143.805' stroke='%23455A64' stroke-width='3' stroke-miterlimit='10'/%3e %3cpath d='M51.5779 109.002H157L140.363 142.002H70.9327L50.3481 111.51C49.5227 110.497 50.2582 109.002 51.5779 109.002Z' fill='%2383ABDE' stroke='%2304447F' stroke-miterlimit='10'/%3e %3cpath d='M60.5 160.167C60.5 148.753 69.7512 139.502 81.1644 139.502C92.5777 139.502 101.829 148.753 101.829 160.167C101.829 171.58 92.5777 180.831 81.1644 180.831C69.7512 180.831 60.5 171.58 60.5 160.167ZM71.3017 160.167C71.3017 165.614 75.7175 170.029 81.1644 170.029C86.6114 170.029 91.0272 165.614 91.0272 160.167C91.0272 154.72 86.6114 150.304 81.1644 150.304C75.7175 150.304 71.3017 154.72 71.3017 160.167Z' fill='%23455A64' stroke='%23263238' stroke-miterlimit='10'/%3e %3cpath d='M82.2108 163.688L82.3783 163.641L144.616 146.301L169.744 98.2155L169.884 97.9471H170.187H178.247C180.028 97.9471 181.469 96.5025 181.469 94.7244C181.469 92.943 180.025 91.5018 178.247 91.5018H165.712L140.624 139.511L140.524 139.703L140.315 139.761L80.3764 156.461C80.3763 156.461 80.3763 156.461 80.3762 156.461C78.4234 157.006 77.2636 159.008 77.7621 160.971L82.2108 163.688ZM82.2108 163.688C80.2481 164.14 78.2645 162.945 77.7622 160.971L82.2108 163.688Z' fill='%23F4F7F9' stroke='%23263238'/%3e %3cpath d='M26 183.144L33.2302 176.88L35.4503 173.386L40.5175 170.632L48.5844 168.002L55.6288 170.632L59.2357 174.417L63.7183 174.261L70.1131 176.275L75.6746 179.927L78.5669 183.868L26 183.144Z' fill='%23EEE4B0'/%3e %3cpath d='M46.1618 174.674C46.0308 174.646 45.9023 174.607 45.7777 174.558C45.532 174.476 45.1817 174.352 44.7411 174.23C44.228 174.081 43.6965 174.005 43.1622 174.004C42.5116 174.003 41.876 174.2 41.3403 174.569C41.0778 174.783 40.8375 175.022 40.6229 175.284C40.5072 175.408 40.3728 175.514 40.2247 175.597C40.0776 175.674 39.9158 175.718 39.7501 175.727C39.4338 175.75 39.1457 175.699 38.883 175.704C38.638 175.711 38.3965 175.763 38.1712 175.86C37.8403 175.997 37.549 176.214 37.3238 176.493C37.1657 176.693 37.1064 176.823 37.0951 176.817C37.0838 176.812 37.0951 176.781 37.129 176.718C37.1714 176.628 37.2215 176.541 37.2787 176.459C37.494 176.156 37.7866 175.916 38.126 175.764C38.3617 175.656 38.6158 175.595 38.8745 175.583C39.157 175.583 39.4394 175.617 39.7219 175.583C39.8729 175.571 40.02 175.529 40.1544 175.459C40.2888 175.389 40.4078 175.293 40.5043 175.176C40.7212 174.906 40.9664 174.66 41.2358 174.442C41.7988 174.061 42.4657 173.864 43.1452 173.877C43.6911 173.883 44.2329 173.972 44.7524 174.14C45.1958 174.275 45.5433 174.422 45.7805 174.513C45.9125 174.554 46.0402 174.608 46.1618 174.674Z' fill='%231E62A1'/%3e %3cpath d='M66.0544 179.718C65.8911 179.66 65.7308 179.594 65.5743 179.52C65.1884 179.379 64.7787 179.315 64.3682 179.331C63.9573 179.348 63.5535 179.443 63.179 179.613C63.029 179.7 62.8743 179.778 62.7158 179.848C62.8279 179.709 62.9699 179.598 63.131 179.523C63.509 179.316 63.9298 179.199 64.3605 179.181C64.7912 179.164 65.2201 179.246 65.6138 179.421C65.7822 179.484 65.9332 179.585 66.0544 179.718Z' fill='%231E62A1'/%3e %3cmask id='path-15-inside-1_1144_129382' fill='white'%3e %3cpath d='M100.738 99.8354C101.631 100.403 103.05 101.43 103.794 101.975C103.176 101.537 102.031 100.726 100.738 99.8354Z'/%3e %3c/mask%3e %3cpath d='M100.738 99.8354C101.631 100.403 103.05 101.43 103.794 101.975C103.176 101.537 102.031 100.726 100.738 99.8354Z' fill='%23FFFBC7'/%3e %3cpath d='M100.738 99.8354L101.275 98.9917L100.171 100.659L100.738 99.8354ZM103.794 101.975L103.216 102.791L104.385 101.168L103.794 101.975ZM100.201 100.679C101.062 101.227 102.455 102.233 103.203 102.782L104.385 101.168C103.645 100.626 102.2 99.5803 101.275 98.9917L100.201 100.679ZM104.372 101.159C103.754 100.721 102.604 99.9065 101.306 99.0118L100.171 100.659C101.458 101.545 102.598 102.353 103.216 102.791L104.372 101.159Z' fill='%231E62A1' mask='url(%23path-15-inside-1_1144_129382)'/%3e %3cpath d='M146.805 109.48L146.813 109.48L146.805 109.48ZM146.805 109.48L146.817 109.98M146.805 109.48L146.817 109.98M146.817 109.98C146.805 109.48 146.805 109.48 146.804 109.48L146.804 109.48L146.801 109.48L146.792 109.481L146.753 109.482L146.602 109.486C146.469 109.489 146.272 109.495 146.016 109.503C145.504 109.518 144.755 109.542 143.811 109.577C141.921 109.645 139.244 109.755 136.095 109.919C129.797 110.247 121.604 110.792 114.034 111.661C106.519 112.524 99.4772 112.375 94.3123 112.009C91.7307 111.826 89.62 111.59 88.1561 111.399C87.4242 111.304 86.8541 111.22 86.4678 111.16C86.2746 111.13 86.1274 111.106 86.0289 111.09C86.0054 111.086 85.9848 111.082 85.9669 111.079C85.9472 111.076 85.9309 111.073 85.918 111.071L85.8906 111.066L85.884 111.065L85.8825 111.065L85.8823 111.065L85.3689 110.974M146.817 109.98L85.3689 110.974M85.3689 110.974L85.3002 111.485M85.3689 110.974L85.3002 111.485M55.4109 99.9256C55.9033 100.013 55.9032 100.013 55.9032 100.013L55.9033 100.013L55.4109 99.9256ZM55.4109 99.9256L55.451 100.424L55.4512 100.424C55.4511 100.424 55.451 100.424 55.4109 99.9256ZM85.4193 86.7107C85.6678 87.1446 85.6675 87.1447 85.6673 87.1448L85.6678 87.1446L85.4193 86.7107ZM85.4193 86.7107L85.274 87.1892L85.2744 87.1893C85.2742 87.1892 85.274 87.1892 85.4193 86.7107ZM131.687 88.2917C133.891 89.2989 135.825 90.435 137.506 91.6363L137.507 91.6377C141.135 94.2059 143.628 97.0331 145.268 99.3535L145.268 99.3537C146.26 100.756 146.94 101.972 147.371 102.834C147.587 103.265 147.74 103.608 147.839 103.84C147.888 103.956 147.924 104.045 147.947 104.104C147.958 104.133 147.967 104.155 147.972 104.169L147.977 104.184L147.979 104.187L147.979 104.187L147.979 104.188L147.979 104.188L148.05 104.386L148.243 104.474L148.243 104.474L148.244 104.474L148.248 104.476L148.263 104.483L148.326 104.512C148.381 104.537 148.463 104.575 148.565 104.624C148.77 104.722 149.061 104.863 149.401 105.036C150.084 105.383 150.957 105.855 151.738 106.361C152.539 106.881 153.17 107.391 153.441 107.8C153.575 108.002 153.56 108.088 153.557 108.1C153.556 108.103 153.53 108.204 153.239 108.33C151.884 108.916 150.286 109.207 149.006 109.349C148.371 109.419 147.822 109.452 147.432 109.467C147.238 109.475 147.084 109.478 146.979 109.479C146.927 109.48 146.887 109.48 146.86 109.48L146.831 109.48L146.824 109.48L146.822 109.48L146.822 109.48L131.687 88.2917ZM131.687 88.2917L131.895 87.8366L131.687 88.2914C131.687 88.2915 131.687 88.2916 131.687 88.2917ZM85.3002 111.485C85.3 111.486 85.2997 111.488 85.2993 111.49C85.2977 111.498 85.2943 111.514 85.2884 111.537C85.2764 111.583 85.2541 111.655 85.2155 111.743C85.1384 111.919 84.9964 112.161 84.738 112.398C84.2328 112.862 83.199 113.381 81.094 113.211C80.6284 113.173 79.9032 113.057 78.966 112.878C75.2638 112.154 68.5612 110.43 62.5791 108.536C59.588 107.589 56.7892 106.603 54.6413 105.683C53.5665 105.223 52.6663 104.784 51.9903 104.379C51.2909 103.961 50.9089 103.624 50.7737 103.393L50.7676 103.382M85.3002 111.485L50.7676 103.382M50.7676 103.382L50.761 103.372M50.7676 103.382L50.761 103.372M50.761 103.372C50.7453 103.348 50.7276 103.316 50.7152 103.291L50.7153 103.291M50.761 103.372L50.7153 103.291M50.7153 103.291L50.7102 103.281L50.7153 103.291ZM55.9028 100.015L55.8359 100.393L55.9028 100.015ZM55.9028 100.015C55.9028 100.015 55.9028 100.015 55.9029 100.015M55.9028 100.015L55.9029 100.015M55.9029 100.015C55.903 100.014 55.9031 100.014 55.9033 100.013M55.9029 100.015L55.9033 100.013M55.9033 100.013L55.9073 99.994M55.9033 100.013L55.9073 99.994M55.9073 99.994C55.9114 99.9751 55.9187 99.9437 55.9301 99.9007M55.9073 99.994L55.9301 99.9007M55.9301 99.9007C55.953 99.8146 55.9923 99.6817 56.0557 99.5077M55.9301 99.9007L56.0557 99.5077M56.0557 99.5077C56.1822 99.1605 56.405 98.6489 56.7856 98.0185L56.0557 99.5077ZM137.796 91.2296C141.477 93.8356 144.009 96.7059 145.676 99.065L137.796 91.2296ZM66.691 90.1171C66.6917 90.1168 66.6923 90.1165 66.6929 90.1162L66.4759 89.6658L66.6891 90.1181C66.6897 90.1178 66.6904 90.1175 66.691 90.1171ZM58.1184 96.219L57.7375 95.895L58.115 96.223C58.1155 96.2223 58.1161 96.2216 58.1167 96.221C58.1172 96.2203 58.1178 96.2197 58.1184 96.219ZM57.3664 97.1597C57.3669 97.1589 57.3674 97.1582 57.368 97.1574L56.9635 96.8635L57.3648 97.1617C57.3653 97.161 57.3658 97.1604 57.3664 97.1597Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M120.968 99.244C121.036 99.3139 121.103 99.3847 121.166 99.4555C121.404 99.7188 121.587 99.961 121.701 100.156C121.66 100.123 121.615 100.083 121.566 100.035C121.37 99.8403 121.165 99.5611 120.968 99.244Z' fill='%231E62A1' stroke='%231E62A1'/%3e %3cmask id='path-19-inside-2_1144_129382' fill='white'%3e %3cpath d='M120.699 96.3469C120.699 96.3469 123.018 99.9863 123.648 99.9927C124.278 99.9991 122.26 97.3039 120.699 96.3469Z'/%3e %3c/mask%3e %3cpath d='M120.699 96.3469C120.699 96.3469 123.018 99.9863 123.648 99.9927C124.278 99.9991 122.26 97.3039 120.699 96.3469Z' fill='%231E62A1'/%3e %3cpath d='M120.699 96.3469L121.222 95.4944L119.856 96.8843L120.699 96.3469ZM120.699 96.3469C119.856 96.8843 119.856 96.8844 119.856 96.8844C119.856 96.8845 119.856 96.8846 119.856 96.8847C119.856 96.8848 119.856 96.8851 119.857 96.8854C119.857 96.8859 119.857 96.8867 119.858 96.8878C119.859 96.8898 119.861 96.8927 119.864 96.8964C119.868 96.9039 119.875 96.9147 119.884 96.9286C119.902 96.9565 119.928 96.9969 119.961 97.048C120.028 97.1502 120.123 97.2956 120.239 97.4699C120.47 97.8175 120.788 98.2841 121.127 98.7533C121.463 99.2177 121.836 99.7061 122.176 100.087C122.344 100.275 122.527 100.463 122.711 100.611C122.803 100.686 122.917 100.768 123.047 100.837C123.166 100.899 123.375 100.99 123.638 100.993L123.658 98.9928C123.842 98.9946 123.959 99.0566 123.975 99.0648C124.002 99.079 124.001 99.0827 123.97 99.057C123.906 99.0056 123.805 98.9078 123.667 98.7537C123.396 98.4503 123.07 98.0278 122.748 97.5815C122.429 97.1401 122.127 96.6964 121.904 96.3614C121.793 96.1944 121.702 96.0555 121.639 95.9586C121.607 95.9102 121.583 95.8724 121.567 95.847C121.558 95.8343 121.552 95.8246 121.548 95.8183C121.546 95.8152 121.545 95.8128 121.544 95.8114C121.543 95.8106 121.543 95.8101 121.543 95.8098C121.543 95.8097 121.543 95.8096 121.543 95.8095C121.543 95.8095 121.543 95.8095 121.543 95.8095C121.543 95.8095 121.543 95.8095 120.699 96.3469ZM123.638 100.993C123.848 100.995 124.176 100.939 124.446 100.667C124.708 100.403 124.761 100.089 124.766 99.9045C124.775 99.5786 124.649 99.287 124.578 99.1361C124.406 98.7683 124.11 98.3328 123.782 97.9145C123.128 97.0786 122.147 96.0616 121.222 95.4944L120.177 97.1995C120.812 97.5892 121.621 98.3983 122.208 99.1477C122.501 99.522 122.689 99.8189 122.767 99.9846C122.821 100.1 122.762 100.026 122.766 99.8498C122.769 99.7403 122.803 99.4844 123.025 99.2596C123.256 99.0265 123.526 98.9914 123.658 98.9928L123.638 100.993Z' fill='%231E62A1' mask='url(%23path-19-inside-2_1144_129382)'/%3e %3cpath d='M135.778 108.44C135.917 108.667 136.043 108.798 136.138 108.767L135.778 108.44Z' fill='%231E62A1' stroke='%231E62A1'/%3e %3cmask id='path-22-inside-3_1144_129382' fill='white'%3e %3cpath d='M136.332 104.998C136.332 104.998 136.931 107.99 137.559 108.152C138.187 108.314 136.332 104.998 136.332 104.998Z'/%3e %3c/mask%3e %3cpath d='M136.332 104.998C136.332 104.998 136.931 107.99 137.559 108.152C138.187 108.314 136.332 104.998 136.332 104.998Z' fill='%231E62A1'/%3e %3cpath d='M136.332 104.998L137.205 104.51L135.351 105.194L136.332 104.998ZM136.332 104.998C135.351 105.194 135.352 105.194 135.352 105.194C135.352 105.195 135.352 105.195 135.352 105.195C135.352 105.195 135.352 105.195 135.352 105.196C135.352 105.196 135.352 105.197 135.352 105.198C135.353 105.2 135.353 105.203 135.354 105.206C135.355 105.213 135.357 105.222 135.36 105.234C135.365 105.258 135.372 105.293 135.381 105.336C135.4 105.424 135.427 105.547 135.462 105.695C135.53 105.99 135.63 106.389 135.752 106.799C135.871 107.201 136.022 107.648 136.2 108.021C136.288 108.205 136.399 108.409 136.54 108.588C136.662 108.743 136.911 109.017 137.309 109.12L137.809 107.184C138.051 107.246 138.144 107.392 138.112 107.352C138.1 107.336 138.062 107.279 138.005 107.161C137.894 106.927 137.778 106.596 137.669 106.229C137.562 105.871 137.473 105.512 137.409 105.241C137.378 105.106 137.353 104.994 137.337 104.917C137.329 104.879 137.322 104.849 137.318 104.829C137.316 104.819 137.315 104.812 137.314 104.807C137.313 104.805 137.313 104.803 137.313 104.802C137.313 104.802 137.313 104.801 137.313 104.801C137.313 104.801 137.313 104.801 137.313 104.801C137.313 104.801 137.313 104.801 137.313 104.801C137.313 104.801 137.313 104.802 136.332 104.998ZM137.309 109.12C137.5 109.17 137.883 109.213 138.242 108.949C138.582 108.699 138.659 108.347 138.679 108.187C138.717 107.885 138.635 107.59 138.591 107.443C138.481 107.074 138.279 106.614 138.084 106.206C137.882 105.783 137.663 105.359 137.495 105.044C137.411 104.885 137.339 104.753 137.288 104.66C137.262 104.613 137.242 104.576 137.227 104.55C137.22 104.538 137.215 104.528 137.211 104.521C137.209 104.517 137.208 104.515 137.207 104.513C137.206 104.512 137.206 104.511 137.205 104.511C137.205 104.51 137.205 104.51 137.205 104.51C137.205 104.51 137.205 104.51 137.205 104.51C137.205 104.51 137.205 104.51 136.332 104.998C135.459 105.486 135.459 105.486 135.459 105.486C135.459 105.486 135.459 105.486 135.459 105.486C135.459 105.486 135.459 105.486 135.459 105.486C135.46 105.487 135.46 105.487 135.46 105.488C135.461 105.489 135.462 105.491 135.464 105.494C135.467 105.5 135.472 105.508 135.478 105.52C135.491 105.543 135.51 105.577 135.534 105.621C135.581 105.708 135.649 105.833 135.729 105.983C135.89 106.285 136.095 106.68 136.278 107.066C136.469 107.466 136.612 107.805 136.674 108.012C136.716 108.154 136.676 108.091 136.695 107.939C136.705 107.855 136.758 107.557 137.056 107.338C137.374 107.105 137.697 107.155 137.809 107.184L137.309 109.12Z' fill='%231E62A1' mask='url(%23path-22-inside-3_1144_129382)'/%3e %3cmask id='path-24-inside-4_1144_129382' fill='white'%3e %3cpath d='M137.63 101.233C137.63 101.233 141.261 99.6989 141.096 100.638C140.931 101.578 137.63 101.233 137.63 101.233Z'/%3e %3c/mask%3e %3cpath d='M137.63 101.233C137.63 101.233 141.261 99.6989 141.096 100.638C140.931 101.578 137.63 101.233 137.63 101.233Z' fill='%231E62A1'/%3e %3cpath d='M137.63 101.233L137.241 100.311L137.526 102.227L137.63 101.233ZM137.63 101.233C138.019 102.154 138.019 102.154 138.019 102.154C138.019 102.154 138.019 102.154 138.019 102.154C138.019 102.154 138.019 102.154 138.019 102.154C138.019 102.154 138.02 102.154 138.02 102.153C138.022 102.153 138.024 102.152 138.027 102.151C138.032 102.148 138.042 102.144 138.054 102.139C138.078 102.129 138.115 102.114 138.161 102.095C138.255 102.057 138.39 102.003 138.552 101.942C138.878 101.817 139.301 101.664 139.712 101.541C140.147 101.411 140.481 101.341 140.661 101.334C140.777 101.33 140.667 101.359 140.497 101.261C140.385 101.197 140.249 101.078 140.167 100.888C140.088 100.706 140.097 100.547 140.111 100.465L142.081 100.811C142.116 100.612 142.116 100.355 142.002 100.092C141.885 99.8218 141.688 99.6391 141.493 99.527C141.156 99.3332 140.789 99.3281 140.588 99.3355C140.133 99.3522 139.59 99.4897 139.138 99.6252C138.662 99.7681 138.188 99.9398 137.838 100.073C137.662 100.141 137.514 100.199 137.41 100.242C137.358 100.263 137.317 100.28 137.288 100.292C137.274 100.298 137.262 100.302 137.255 100.306C137.251 100.307 137.247 100.309 137.245 100.31C137.244 100.31 137.243 100.31 137.242 100.311C137.242 100.311 137.242 100.311 137.242 100.311C137.241 100.311 137.241 100.311 137.241 100.311C137.241 100.311 137.241 100.311 137.63 101.233ZM140.111 100.465C140.18 100.076 140.505 100.077 140.198 100.17C139.988 100.233 139.66 100.274 139.264 100.288C138.883 100.302 138.499 100.29 138.205 100.273C138.059 100.265 137.939 100.256 137.856 100.249C137.814 100.246 137.783 100.243 137.762 100.241C137.751 100.24 137.744 100.239 137.739 100.238C137.737 100.238 137.735 100.238 137.734 100.238C137.734 100.238 137.734 100.238 137.734 100.238C137.734 100.238 137.734 100.238 137.734 100.238C137.734 100.238 137.734 100.238 137.734 100.238C137.734 100.238 137.734 100.238 137.63 101.233C137.526 102.227 137.526 102.227 137.526 102.227C137.527 102.227 137.527 102.227 137.527 102.227C137.527 102.227 137.528 102.227 137.528 102.227C137.529 102.227 137.53 102.227 137.531 102.228C137.533 102.228 137.536 102.228 137.54 102.229C137.548 102.229 137.559 102.23 137.573 102.232C137.6 102.234 137.64 102.238 137.689 102.242C137.787 102.25 137.926 102.261 138.092 102.27C138.422 102.289 138.873 102.304 139.338 102.287C139.788 102.27 140.317 102.222 140.772 102.085C141.13 101.978 141.93 101.67 142.081 100.811L140.111 100.465Z' fill='%231E62A1' mask='url(%23path-24-inside-4_1144_129382)'/%3e %3cpath d='M141.994 98.4307C141.985 98.3594 141.965 98.2562 141.929 98.1181C141.842 97.7927 141.68 97.3318 141.432 96.7528C140.938 95.5981 140.121 94.0129 138.946 92.1701C137.871 90.4932 136.511 88.6089 134.828 86.6436L134.827 86.6421C134.351 86.0826 133.847 85.5659 133.326 85.0724L133.301 85.0596L133.25 85.0129C128.05 80.1932 121.068 78.9534 114.988 78.7506C111.636 78.6392 108.907 78.8446 107.021 79.0771C106.077 79.1933 105.344 79.3162 104.849 79.4096C104.602 79.4563 104.414 79.4956 104.289 79.523C104.227 79.5366 104.18 79.5473 104.149 79.5545L104.115 79.5625L104.108 79.5643L104.106 79.5647L104.106 79.5647L104.106 79.5648L104.029 79.5839L103.949 79.578L103.986 79.0793C103.949 79.578 103.949 79.578 103.949 79.578L103.948 79.5779L103.946 79.5777L103.936 79.577L103.894 79.574C103.857 79.5714 103.802 79.5676 103.729 79.5627C103.583 79.5529 103.367 79.539 103.087 79.5226C102.527 79.4896 101.712 79.4463 100.691 79.4053C98.65 79.3232 95.7905 79.2498 92.5187 79.2852C85.9653 79.356 77.7952 79.8625 71.2334 81.5901L71.2332 81.5902C64.6626 83.3166 58.3065 86.2577 53.8304 88.8853C51.59 90.2005 49.8395 91.4262 48.7733 92.3696C48.232 92.8487 47.9052 93.2221 47.7644 93.4731C47.7535 93.4926 47.7444 93.51 47.737 93.5253C48.5775 93.9379 49.4181 94.1553 50.062 94.2691C50.3977 94.3285 50.6766 94.3591 50.8697 94.3748C50.9662 94.3827 51.041 94.3868 51.0904 94.3889C51.1151 94.39 51.1335 94.3906 51.145 94.3909L51.1571 94.3912L51.1586 94.3912L51.1589 94.3912L51.159 94.3912L51.1592 94.3912L51.1593 94.3912L51.4601 94.3943L51.5976 94.6615L51.5978 94.6618L51.5979 94.662L51.598 94.6622L51.5981 94.6623L51.5998 94.6656L51.611 94.6863C51.6216 94.7057 51.6386 94.7362 51.6624 94.7771C51.71 94.8588 51.7847 94.9818 51.889 95.1397C52.0977 95.4555 52.4252 95.9107 52.8929 96.4539L52.8929 96.454C54.5569 98.3874 58.0166 101.441 64.2465 103.196C67.2989 104.048 70.2792 104.634 72.9334 105.034C75.8754 105.472 78.4224 105.684 80.2329 105.787C81.1381 105.838 81.8587 105.862 82.352 105.874C82.5987 105.879 82.7885 105.882 82.9161 105.883C82.9799 105.883 83.0281 105.883 83.0601 105.883L83.0959 105.883L83.1045 105.883L83.1064 105.883L83.1069 105.883L83.5366 105.88L83.6034 106.303L83.6034 106.303L83.6035 106.304L83.6036 106.304L83.6037 106.305L83.6038 106.305L83.6049 106.311C83.6065 106.319 83.6094 106.334 83.6139 106.354C83.6231 106.394 83.6385 106.455 83.6624 106.53C83.7106 106.681 83.791 106.882 83.9183 107.086C84.1671 107.483 84.5872 107.883 85.3354 107.952L141.994 98.4307ZM141.994 98.4307C141.992 98.4325 141.989 98.4345 141.987 98.4364C141.936 98.4743 141.858 98.5222 141.742 98.5769C141.507 98.6873 141.149 98.8116 140.615 98.9396C139.548 99.1953 137.846 99.451 135.183 99.6599C132.544 99.8632 127.115 99.6912 122.313 99.4649C119.919 99.3521 117.692 99.2264 116.063 99.1289C115.249 99.0802 114.584 99.0385 114.124 99.009C113.893 98.9942 113.714 98.9825 113.592 98.9745L113.453 98.9654L113.418 98.963L113.409 98.9624L113.407 98.9623L113.406 98.9622C113.406 98.9622 113.406 98.9622 113.372 99.4611L113.406 98.9622L113.254 98.952L113.123 99.0278L113.123 99.0278L113.122 99.0282L113.119 99.0298L113.107 99.037L113.056 99.0658C113.011 99.0914 112.943 99.1293 112.855 99.1781C112.678 99.2758 112.418 99.417 112.089 99.59C111.431 99.936 110.496 100.409 109.391 100.913C107.173 101.926 104.296 103.057 101.6 103.57L141.994 98.4307ZM89.7935 103.821L89.7932 103.821L89.7919 103.823L89.7861 103.832L89.7618 103.868C89.7401 103.899 89.7077 103.946 89.6656 104.006C89.5813 104.127 89.4582 104.299 89.3045 104.505C88.9964 104.919 88.5682 105.467 88.0844 106.007C87.598 106.55 87.069 107.07 86.5602 107.44C86.0307 107.825 85.6162 107.978 85.3356 107.952L89.7935 103.821ZM89.7935 103.821L89.7935 103.821M89.7935 103.821L89.7935 103.821M90.2916 103.606L90.2916 103.606L90.2921 103.606L90.2947 103.607L90.3064 103.609L90.3549 103.617C90.3982 103.623 90.4631 103.633 90.5482 103.646C90.7184 103.671 90.9689 103.705 91.2874 103.743C91.9243 103.82 92.8319 103.912 93.9102 103.971C96.071 104.091 98.8972 104.08 101.6 103.57L90.2916 103.606ZM90.2916 103.606L90.2915 103.606M90.2916 103.606L90.2915 103.606M90.2915 103.606L89.9732 103.553M90.2915 103.606L89.9732 103.553M89.9732 103.553L89.7935 103.821M89.9732 103.553L89.7935 103.821M89.7935 103.821L89.7935 103.821M89.7935 103.821L89.7935 103.821' fill='%23FFFBC7' stroke='%231E62A1'/%3e %3cpath opacity='0.5' d='M56.6898 96.2217C56.6555 96.2042 56.622 96.1872 56.5893 96.1705C57.1759 96.186 58.0282 96.3086 59.0884 96.5241C61.4559 97.0053 64.7092 97.9171 67.9563 98.9315C71.2005 99.9449 74.422 101.055 76.7211 101.929C77.269 102.138 77.7618 102.332 78.1885 102.507C78.0055 102.489 77.8133 102.47 77.6127 102.448C76.3956 102.313 74.8897 102.093 73.3168 101.822C70.1615 101.279 66.7837 100.542 64.9455 99.9076C63.0951 99.2685 60.8083 98.233 58.973 97.3508C58.0577 96.9109 57.2593 96.5112 56.6898 96.2217Z' fill='%23B89E09' stroke='%23B89E09'/%3e %3cpath d='M142.102 87.8866C142.093 87.8153 142.073 87.7121 142.036 87.574C141.95 87.2486 141.787 86.7877 141.54 86.2087C141.046 85.054 140.228 83.4688 139.054 81.626C137.979 79.9491 136.618 78.0648 134.935 76.0995L134.934 76.098C134.459 75.5385 133.955 75.0218 133.433 74.5283L133.408 74.5155L133.358 74.4688C128.158 69.6491 121.175 68.4093 115.095 68.2065C111.743 68.0951 109.015 68.3005 107.128 68.533C106.185 68.6492 105.452 68.7721 104.957 68.8655C104.709 68.9122 104.521 68.9515 104.396 68.9789C104.334 68.9926 104.287 69.0032 104.257 69.0104L104.223 69.0184L104.215 69.0202L104.214 69.0206L104.213 69.0206L104.213 69.0207L104.136 69.0398L104.056 69.0339L104.093 68.5352C104.056 69.0339 104.056 69.0339 104.056 69.0339L104.056 69.0338L104.053 69.0336L104.043 69.0329L104.001 69.0299C103.965 69.0273 103.909 69.0235 103.836 69.0186C103.691 69.0088 103.475 68.9949 103.195 68.9785C102.635 68.9455 101.819 68.9023 100.799 68.8612C98.7574 68.7791 95.898 68.7057 92.6261 68.7411C86.0727 68.8119 77.9027 69.3184 71.3409 71.046L71.3406 71.0461C64.77 72.7725 58.4139 75.7136 53.9378 78.3412C51.6974 79.6564 49.9469 80.8821 48.8807 81.8255C48.3394 82.3046 48.0126 82.678 47.8718 82.929C47.8609 82.9485 47.8519 82.9659 47.8444 82.9812C48.6849 83.3938 49.5255 83.6112 50.1694 83.725C50.5051 83.7844 50.784 83.815 50.9771 83.8307C51.0736 83.8386 51.1484 83.8427 51.1978 83.8449C51.2225 83.8459 51.2409 83.8465 51.2524 83.8468L51.2645 83.8471L51.2661 83.8471L51.2663 83.8471L51.2665 83.8471L51.2666 83.8471L51.2667 83.8471L51.5675 83.8502L51.7051 84.1174L51.7052 84.1177L51.7053 84.1179L51.7054 84.1181L51.7055 84.1182L51.7073 84.1216L51.7184 84.1422C51.729 84.1616 51.7461 84.1921 51.7699 84.233C51.8175 84.3147 51.8921 84.4377 51.9964 84.5956C52.2051 84.9114 52.5326 85.3666 53.0003 85.9098L53.0004 85.9099C54.6643 87.8433 58.1241 90.8973 64.3539 92.6517C67.4064 93.5043 70.3866 94.09 73.0409 94.4898C75.9828 94.9277 78.5298 95.1401 80.3403 95.2429C81.2455 95.2943 81.9661 95.3183 82.4595 95.3295C82.7061 95.3351 82.8959 95.3375 83.0235 95.3384C83.0873 95.3389 83.1355 95.3391 83.1675 95.3391L83.2033 95.3391L83.2119 95.339L83.2139 95.339L83.2143 95.339L83.6441 95.3364L83.7108 95.7586L83.7108 95.7588L83.7109 95.7594L83.711 95.7601L83.7111 95.7605L83.7112 95.7609L83.7123 95.7667C83.7139 95.7751 83.7168 95.7898 83.7214 95.8097C83.7305 95.8498 83.7459 95.9106 83.7698 95.9855C83.818 96.1369 83.8984 96.3383 84.0257 96.5417C84.2745 96.9392 84.6947 97.3386 85.4428 97.4083L142.102 87.8866ZM142.102 87.8866C142.099 87.8884 142.097 87.8904 142.094 87.8923C142.043 87.9302 141.965 87.9781 141.849 88.0328C141.615 88.1432 141.256 88.2675 140.722 88.3955C139.656 88.6512 137.953 88.9069 135.291 89.1158C132.651 89.3191 127.223 89.1471 122.42 88.9208C120.027 88.808 117.8 88.6823 116.171 88.5848C115.356 88.5361 114.692 88.4944 114.231 88.4649C114 88.4501 113.821 88.4384 113.699 88.4304L113.56 88.4213L113.525 88.4189L113.516 88.4183L113.514 88.4182L113.513 88.4181C113.513 88.4181 113.513 88.4181 113.48 88.917L113.513 88.4181L113.362 88.4079L113.23 88.4837L113.23 88.4837L113.23 88.4841L113.227 88.4857L113.214 88.4929L113.163 88.5217C113.118 88.5473 113.05 88.5852 112.962 88.6341C112.785 88.7317 112.526 88.8729 112.197 89.0459C111.539 89.3919 110.604 89.8645 109.498 90.3694C107.281 91.3822 104.404 92.513 101.708 93.0257L142.102 87.8866ZM89.9009 93.2771L89.9007 93.2774L89.8993 93.2793L89.8935 93.288L89.8692 93.3237C89.8475 93.3553 89.8151 93.4022 89.773 93.4623C89.6887 93.5824 89.5656 93.7547 89.4119 93.9612C89.1038 94.3752 88.6756 94.9227 88.1918 95.4627C87.7054 96.0057 87.1764 96.5258 86.6676 96.8957C86.1381 97.2807 85.7236 97.4342 85.443 97.4083L89.9009 93.2771ZM89.9009 93.2771L89.9009 93.277M89.9009 93.2771L89.9009 93.277M90.399 93.0623L90.399 93.0623L90.3995 93.0623L90.4022 93.0628L90.4138 93.0647L90.4623 93.0724C90.5056 93.0792 90.5706 93.0892 90.6556 93.1016C90.8258 93.1264 91.0764 93.161 91.3948 93.1993C92.0318 93.2759 92.9393 93.3676 94.0176 93.4271C96.1784 93.5464 99.0046 93.5355 101.707 93.0259L90.399 93.0623ZM90.399 93.0623L90.399 93.0623M90.399 93.0623L90.399 93.0623M90.399 93.0623L90.0806 93.0088M90.399 93.0623L90.0806 93.0088M90.0806 93.0088L89.9009 93.277M90.0806 93.0088L89.9009 93.277M89.9009 93.277L89.9009 93.277M89.9009 93.277L89.9009 93.277' fill='white' stroke='%231E62A1'/%3e %3cpath d='M103.214 86.3691L88.3869 73.5215L99.5547 72.6528L112.742 84.418L103.214 86.3691Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3c/symbol%3e %3csymbol id='error' viewBox='0 0 208 187' fill='none'%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cellipse cx='103.685' cy='166.565' rx='91.6854' ry='19.9551' fill='%23EEE4B0' fill-opacity='0.75'/%3e %3cellipse cx='103.788' cy='166.994' rx='57.2783' ry='9.01007' fill='%23212529'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M155.889 170.743C159.213 169.601 161.066 168.332 161.066 166.994C161.066 162.018 135.422 157.984 103.788 157.984C72.1541 157.984 46.5098 162.018 46.5098 166.994C46.5098 168.716 49.5793 170.325 54.9046 171.693C63.9467 168.588 83.8752 166.431 107.006 166.431C127.695 166.431 145.823 168.156 155.889 170.743Z' fill='%23566370'/%3e %3cpath d='M33.47 139.691L40.0626 162.62H22.749L29.3416 139.691C29.4963 139.27 29.7762 138.906 30.1438 138.648C30.5136 138.389 30.9542 138.25 31.4058 138.25C31.8574 138.25 32.298 138.389 32.6679 138.648C33.0354 138.906 33.3153 139.27 33.47 139.691Z' fill='%23E5D050' stroke='%231E62A1' stroke-width='0.5'/%3e %3cpath d='M34.2958 142.554L35.56 146.957H27.2518L28.516 142.554H34.2958Z' fill='%23F4F7F9' stroke='%231E62A1' stroke-width='0.5'/%3e %3cpath d='M36.6296 150.687L37.8982 155.095H24.9138L26.1781 150.687H36.6296Z' fill='%23F4F7F9' stroke='%231E62A1' stroke-width='0.5'/%3e %3cpath d='M19.25 163.788V162.74H43.559V163.788H19.25Z' fill='%2304447F' stroke='%2304447F' stroke-width='0.5'/%3e %3cpath d='M85.935 111.841L82.0625 111.811L81.5123 182.236L85.3848 182.266L85.935 111.841Z' fill='%231E62A1' stroke='%231E62A1'/%3e %3cmask id='mask0_1144_129378' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='69' y='116' width='61' height='51'%3e %3cpath d='M108.573 154.883L102.052 166.742L69.2255 166.201L69.4485 116.803L129.442 116.918L108.573 154.883Z' fill='white'/%3e %3c/mask%3e %3cg mask='url(%23mask0_1144_129378)'%3e %3cpath d='M117.673 137.5L109.574 137.492L119.435 119.767L119.444 119.767L127.324 119.772L117.673 137.5Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M119.435 119.767L109.574 137.492L109.565 137.491L96.4862 137.468L106.347 119.752L106.356 119.753L119.435 119.767Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M106.347 119.752L96.4865 137.468L83.3984 137.444L93.2587 119.738L106.347 119.752Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M93.2586 119.738L83.3983 137.444L70.7394 137.427L70.7524 136.64L80.1703 119.724L93.2586 119.738Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M80.1707 119.724L70.7528 136.64L71.0318 119.717L80.1707 119.724Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M91.8762 145.75L82.0157 163.465L70.3109 163.445L70.3531 160.884L78.7879 145.736L91.8762 145.75Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M104.964 145.764L95.094 163.489L82.0155 163.465L91.8759 145.75L104.964 145.764Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M103.183 163.498L95.0937 163.489L104.964 145.764L112.882 145.77L103.183 163.498Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M78.7873 145.736L70.3525 160.884L70.6024 145.726L78.7873 145.736Z' fill='white' stroke='%231E62A1'/%3e %3c/g%3e %3cpath d='M83.9716 112.56C85.8415 112.591 87.3824 111.091 87.4134 109.211C87.4445 107.33 85.9538 105.78 84.0839 105.749C82.2141 105.718 80.6731 107.218 80.6421 109.099C80.6111 110.98 82.1017 112.53 83.9716 112.56Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M165.492 102.808L161.62 102.891L163.137 173.302L167.008 173.218L165.492 102.808Z' fill='%231E62A1' stroke='%231E62A1'/%3e %3cpath d='M163.55 103.589C165.42 103.565 166.916 102.021 166.892 100.14C166.867 98.2589 165.332 96.7535 163.462 96.7775C161.592 96.8016 160.096 98.346 160.12 100.227C160.144 102.108 161.68 103.613 163.55 103.589Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cmask id='mask1_1144_129378' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='113' y='106' width='68' height='53'%3e %3cpath d='M180.284 157.139L179.639 106.971L139.046 108.165L113.13 158.771L180.284 157.139Z' fill='white'/%3e %3c/mask%3e %3cg mask='url(%23mask1_1144_129378)'%3e %3cpath d='M168.385 110.196L159.03 128.222L145.947 128.583L155.292 110.566L168.385 110.196Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M155.292 110.566L145.947 128.583L132.863 128.943L142.209 110.936L155.292 110.566Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M137.566 111.063L142.21 110.936L132.864 128.943L128.344 129.068L137.566 111.063Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M132.864 128.943L128.63 129.074L137.852 111.069L142.21 110.936L132.864 128.943Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M124.579 137.455L128.508 137.347L119.162 155.354L115.224 155.462L124.579 137.455Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M141.591 136.987L132.245 154.994L119.162 155.354L128.508 137.347L141.591 136.987Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M154.674 136.617L145.328 154.633L132.245 154.994L141.591 136.987L141.6 136.977L154.674 136.617Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M167.757 136.247L158.411 154.264L145.328 154.633L154.674 136.617L167.757 136.247Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M177.736 141.531L177.736 141.541L171.322 153.906L171.313 153.906L158.411 154.264L167.756 136.247L177.645 135.967L177.736 141.531Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M177.941 153.725L171.323 153.906L177.736 141.541L177.941 153.725Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M177.437 117.593L172.113 127.862L159.03 128.222L168.385 110.196L177.31 109.947L177.437 117.593Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M177.606 127.705L172.114 127.862L177.438 117.593L177.606 127.705Z' fill='white' stroke='%231E62A1'/%3e %3c/g%3e %3c/symbol%3e %3csymbol id='noresult' viewBox='0 0 208 187' fill='none'%3e %3cellipse cx='103.533' cy='183.458' rx='61.5334' ry='3.45772' fill='%23ECEFF1'/%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M151.701 84.1542C142.393 65.8799 126.53 55.2934 114.345 61.4939L63.7267 87.267C50.3644 94.1295 48.9028 114.083 57.9659 131.875C67.2738 150.157 84.6932 159.949 96.8789 153.741L146.836 128.258C158.083 121.466 160.724 101.89 151.694 84.1535L151.701 84.1542Z' fill='%23F4F7F9' stroke='%231E62A1' stroke-width='1.3' stroke-miterlimit='10'/%3e %3cpath d='M95.2056 150.459C86.1888 155.052 73.9976 149.92 65.2976 138.809C75.7797 134.482 80.9485 118.619 76.9047 101.821C75.7861 97.1777 74.0743 92.9148 71.9369 89.2006C81.8315 89.1291 93.1953 97.4013 99.8937 110.557C108.271 127.018 106.171 144.879 95.2056 150.459Z' fill='%23DBC765'/%3e %3cpath d='M65.2985 138.809C63.3986 136.4 61.6777 133.711 60.1853 130.783C51.8081 114.322 53.9077 96.461 64.8734 90.8805C67.0719 89.7558 69.4606 89.2142 71.9377 89.2005C74.0751 92.9146 75.787 97.1775 76.9056 101.821C80.9493 118.619 75.7806 134.482 65.2985 138.809Z' fill='%23EEE4B0'/%3e %3cpath d='M144.409 129.537C155.655 122.745 158.297 103.169 149.267 85.4327C139.959 67.1508 124.103 56.5651 111.918 62.7655' stroke='%231E62A1' stroke-width='1.3' stroke-miterlimit='10'/%3e %3cpath d='M102.092 109.44C92.7899 91.1739 75.3767 81.3982 63.1993 87.5994C51.0144 93.7999 48.6775 113.633 57.9793 131.899C67.281 150.165 84.6943 159.941 96.8716 153.74C109.057 147.539 111.393 127.706 102.092 109.44ZM95.2058 150.459C84.2401 156.04 68.5633 147.228 60.1854 130.775C51.8067 114.33 53.907 96.4611 64.8727 90.8806C75.8384 85.3001 91.5228 94.1124 99.8931 110.565C108.271 127.018 106.171 144.879 95.2051 150.467L95.2058 150.459Z' fill='%2383ABDE' stroke='%231E62A1' stroke-width='1.3'/%3e %3cpath d='M124.008 120.221C125.476 120.039 126.485 118.428 126.262 116.622C126.038 114.817 124.667 113.5 123.199 113.682C121.731 113.863 120.722 115.475 120.946 117.28C121.169 119.086 122.54 120.402 124.008 120.221Z' fill='%2304447F'/%3e %3cpath d='M123.608 116.948C125.764 110.203 125.958 102.961 125.434 95.9513C124.91 88.9412 124.055 81.3118 121.238 74.7147C118.904 69.2553 115.129 63.6844 110.242 60.2031C105.226 56.6258 99.0372 55.6365 93.0158 56.3746C88.6177 56.9123 84.2907 58.3279 80.5902 60.8104C74.4193 64.9578 70.8027 72.1171 68.6291 79.044C67.9866 81.1008 67.4988 83.3019 67.4121 84.4782' stroke='%231E62A1' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M101.85 144.003C100.93 145.598 99.7777 147.057 98.3952 148.281C97.8368 148.779 97.2363 149.319 96.5894 149.702C96.2093 149.926 95.7604 150.152 95.3837 150.423C94.9421 150.733 94.6517 151.226 94.2047 151.513C93.6528 151.858 93.0586 152.086 92.4327 152.241C91.5257 152.463 90.605 152.667 89.6816 152.818C89.1772 152.901 88.6899 153.047 88.2127 153.247C87.5763 153.516 87.1358 153.979 86.4784 153.49C86.0142 153.141 85.799 152.663 85.9057 152.092C86.1058 151.01 87.237 150.023 88.1817 149.561C89.3665 148.983 90.6811 148.815 91.9185 148.411C95.3556 147.279 98.4173 144.271 101.85 144.003Z' fill='%231E62A1'/%3e %3cpath d='M89.1121 183.41L89.0794 183.409C88.6797 183.398 88.4072 183.416 88.0981 183.439C88.0836 183.44 88.069 183.441 88.0544 183.442C87.7488 183.465 87.404 183.49 86.9001 183.491C86.6641 183.491 86.4837 183.501 86.3464 183.521C86.3304 183.523 86.3154 183.525 86.3012 183.528C86.5389 183.612 86.8874 183.679 87.3165 183.728C88.0934 183.817 88.9845 183.831 89.648 183.841C89.7679 183.843 89.8804 183.845 89.9834 183.847L89.1121 183.41ZM89.1121 183.41L89.1447 183.408M89.1121 183.41L89.1447 183.408M89.1447 183.408C89.7547 183.363 90.4677 183.377 91.2404 183.392C91.6555 183.401 92.0878 183.409 92.5306 183.409C92.9504 183.409 93.3231 183.373 93.6056 183.345M89.1447 183.408L93.6056 183.345M93.6056 183.345C93.6858 183.337 93.7587 183.33 93.8234 183.324M93.6056 183.345L93.8234 183.324M93.8234 183.324C93.9379 183.314 94.0202 183.311 94.0786 183.312M93.8234 183.324L94.0786 183.312M94.0786 183.312L94.1001 183.358C94.1026 183.373 94.1026 183.383 94.1022 183.388C94.0978 183.395 94.0797 183.42 94.0248 183.457C93.8573 183.572 93.5305 183.68 93.0377 183.754C92.131 183.89 90.9879 183.867 90.1374 183.85C90.085 183.849 90.0337 183.848 89.9836 183.847L94.0786 183.312ZM86.0787 183.421C86.0795 183.421 86.0846 183.424 86.0916 183.432C86.0814 183.425 86.0779 183.421 86.0787 183.421Z' fill='%231E62A1' stroke='%231E62A1' stroke-width='1.3'/%3e %3cpath d='M78.2542 180.552L78.2029 180.549C77.8274 180.533 77.4254 180.561 76.9664 180.596C76.9306 180.599 76.8945 180.602 76.858 180.604C76.4387 180.637 75.9775 180.673 75.5016 180.674C75.2879 180.674 75.1201 180.691 74.9933 180.72C74.8652 180.748 74.8039 180.783 74.78 180.801C74.7664 180.811 74.7656 180.814 74.7637 180.82C74.7636 180.821 74.7634 180.821 74.7632 180.822C74.7579 180.84 74.7448 180.905 74.7728 181.046C74.8078 181.22 74.9049 181.356 75.1073 181.481C75.3274 181.616 75.6478 181.718 76.0549 181.784C76.6639 181.884 77.3126 181.888 77.8926 181.891C78.1061 181.892 78.3103 181.893 78.4997 181.899L78.2542 180.552ZM78.2542 180.552L78.3052 180.546M78.2542 180.552L78.3052 180.546M78.3052 180.546C78.655 180.505 78.9778 180.447 79.2735 180.393C79.392 180.372 79.5061 180.351 79.616 180.333C80.0117 180.266 80.4221 180.214 80.9605 180.214C81.4643 180.214 81.8108 180.215 82.0788 180.25M78.3052 180.546L82.0788 180.25M82.0788 180.25C82.2073 180.267 82.2944 180.289 82.3548 180.312M82.0788 180.25L82.3548 180.312M82.3548 180.312L82.4463 180.62C82.4861 180.954 82.394 181.141 82.2612 181.279C82.0928 181.453 81.795 181.608 81.3537 181.72C80.4698 181.945 79.3306 181.925 78.5 181.899L82.3548 180.312Z' fill='%231E62A1' stroke='%231E62A1' stroke-width='1.3'/%3e %3cpath d='M87.6858 156.809C87.6944 157.103 87.7048 157.479 87.7096 157.918C88.0299 161.989 90.5603 169.187 88.787 170.779C88.0165 171.47 84.0887 171.916 86.1874 167.393C87.6003 164.347 87.7348 160.248 87.7096 157.918C87.6779 157.515 87.6678 157.142 87.6858 156.809Z' fill='%231E62A1' stroke='%231E62A1' stroke-width='1.3'/%3e %3c/symbol%3e %3csymbol id='search' viewBox='0 0 208 187' fill='none'%3e %3cellipse cx='103.533' cy='183.458' rx='61.5334' ry='3.45772' fill='%23ECEFF1'/%3e %3cpath d='M71.6923 37.0033V0H8V149H16.3077V10.3955L46.3151 7.40066L46.448 7.52894L46.5865 7.37599L61.496 5.89586L61.6622 6.05867L61.8394 5.86132L70.0308 5.02752V37.0033H61.1692V40.9503H80V37.0033H71.6923ZM28.8025 2.58037L33.7871 7.15891L23.5077 8.18513L28.8025 2.58037ZM22.0788 7.40066L17.2271 1.48013H27.6726L22.0788 7.40066ZM29.9157 1.48013H40.1231L35.2049 6.3103L29.9157 1.48013ZM70.0308 2.10179V3.53752L68.7348 3.66579L70.0308 2.10179ZM67.2948 2.91586L65.8049 1.48013H68.48L67.2948 2.91586ZM63.6172 1.48013L61.5735 3.76447L59.2308 1.48013H63.6172ZM57.0431 1.48013L54.5785 4.23811L51.8757 1.48013H57.0431ZM49.7102 1.48013L46.3428 5.25941L42.3717 1.48013H49.7102ZM16.3077 2.86652L20.8991 8.44662L16.3077 8.90547V2.86652ZM36.8886 6.84808L41.2308 2.5705L44.8862 6.04881L36.8886 6.84808ZM50.8012 2.63463L53.3268 5.20513L48.0431 5.73305L50.8012 2.63463ZM56.0849 4.93377L58.1508 2.62477L60.1114 4.53414L56.0849 4.93377ZM64.7249 2.61983L66.0874 3.94702L63.3182 4.22331L64.7249 2.61983Z' fill='%23ECEFF1'/%3e %3cpath d='M53.2805 64.3482H43.0115V59.4281H41.5445V64.3482H31.7646V55H29.8086V157.831H55.2365V57.9521H53.2805V64.3482ZM41.5445 72.2204H31.7646V66.8083H41.5445V72.2204ZM53.2805 72.2204H43.0115V66.8083H53.2805V72.2204Z' fill='%23ECEFF1'/%3e %3cpath d='M204 162V137.945H201.863V126.482H198.733V86.6293H194.21V81.4855L184.562 77.1551V71.9737H183.222V86.6293H181.35V126.482H179.482V105.526H174.401V94.7259H172.983V126.482H169.125V114.398H166.582V111.309H160.699V100.768H157.477V93.3107H153.516V82.4494H152.103V93.3107H148.142V100.768H144.919V111.309H139.037V114.398H136.499V126.482H133.487V111.309H127.604V78.6597H125.731V75.0581H113.164V78.6597H110.489V102.315H99.7897V104.628H95.78V106.429V112.829V115.682H88.5623V84.8285H86.1516V78.2695H80.9389V55H79.467V78.2695H75.7262V84.8285H53.7751V82.6704H52.4401V97.3261H50.5672V97.5847H49.4425V112.24H47.5697V116.223H43.6137V105.427H42.1956V131.137H40.621V120.337H39.2029V137.179H38.3374V125.095H35.7995V122.011H29.9169V111.469H26.6944V104.012H22.7335V93.1461H21.3203V104.012H17.3594V111.469H14.1369V122.011H8.25428V125.095H5.71638V136.925H5.25672V137.179H4V162H204Z' fill='%23ECEFF1'/%3e %3cpath d='M1 162H75' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M95 162H207' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M80 162H89' stroke='%23E0E3E6' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M57 182.5L80.5338 166.94L85.1873 171.043L92.0257 164.472L95.0363 171.043L98.8725 172.961L103.251 170.493L105.188 166.94L113.375 170.768L118.304 166.665L143.844 182.5' fill='%23EEE4B0'/%3e %3cpath d='M57 182.5L80.5338 166.94L85.1873 171.043L92.0257 164.472L95.0363 171.043L98.8725 172.961L103.251 170.493L105.188 166.94L113.375 170.768L118.304 166.665L143.844 182.5' stroke='%231E62A1' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M76.707 177.581L83.5204 173.929V177.581L90.6924 170.042' stroke='%231E62A1' stroke-width='0.5' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M95.8043 172.961L92.5186 175.88H95.8043L92.5186 180.742' stroke='%231E62A1' stroke-width='0.5' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M106.776 173.498L108.594 176.542L110.304 173.498L117.109 181.162' stroke='%231E62A1' stroke-width='0.5' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M105.483 163.314L114.199 153.866' stroke='%231E62A1' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M93.6852 161.634L88.1924 150.162' stroke='%231E62A1' stroke-miterlimit='10' stroke-linecap='round'/%3e %3cpath d='M78.1359 70.9966L88.0434 72.4075L87.3273 77.4356L77.4199 76.0247C76.0328 75.8272 75.0699 74.5444 75.2674 73.1574C75.4649 71.7703 76.7476 70.8074 78.1347 71.0049L78.1359 70.9966Z' fill='%23455A64'/%3e %3cpath d='M135.905 79.2232L145.813 80.6341C147.2 80.8316 148.163 82.1143 147.965 83.5014C147.768 84.8884 146.485 85.8514 145.098 85.6539L135.19 84.243L135.906 79.2149L135.905 79.2232Z' fill='%23455A64'/%3e %3cpath d='M98.9383 144.44L105.329 145.35L100.656 168.641L99.4375 169.268C98.9105 169.538 98.2724 169.464 97.824 169.064L96.8459 168.183L98.9395 144.432L98.9383 144.44Z' fill='%23D1D1DA' stroke='%23727272' stroke-miterlimit='10'/%3e %3cpath d='M99.1055 130.649L109.013 132.06L107.251 144.436C107.159 145.08 106.565 145.526 105.921 145.434L98.3497 144.356C97.7057 144.265 97.2596 143.67 97.3513 143.026L99.1137 130.65L99.1055 130.649Z' fill='%2304447F' stroke='%2304447F'/%3e %3cpath d='M125.392 64.3664L121.903 63.3136L105.776 61.3877L102.495 61.2995C98.9206 61.2032 95.8471 63.7981 95.3427 67.34L92.2411 89.12C92.0624 90.3749 92.471 91.6461 93.3501 92.5715L98.9005 98.374C99.4952 98.9894 100.271 99.3948 101.122 99.5159L102.129 99.6593L99.1909 120.292C99.1309 120.713 98.7348 121.01 98.3137 120.95L98.0743 120.916C97.6532 120.856 97.2571 121.153 97.1971 121.575L96.0778 129.434C96.0179 129.856 96.3153 130.252 96.7363 130.312L111.276 132.382C111.697 132.442 112.093 132.145 112.153 131.724L113.272 123.864C113.332 123.443 113.035 123.046 112.614 122.987C112.192 122.927 111.895 122.53 111.955 122.109L114.893 101.477L115.669 101.588C116.511 101.707 117.369 101.543 118.102 101.125L125.137 97.0981C126.246 96.4643 127.003 95.3506 127.183 94.0874L130.315 72.0928C130.805 68.6499 128.711 65.3698 125.384 64.3653L125.392 64.3664Z' fill='%23E5D050' stroke='%231E62A1'/%3e %3cpath d='M93.3124 69.1903L95.0545 69.4384L93.1956 82.4915L91.4536 82.2435C88.8529 81.8731 87.032 79.4573 87.4035 76.8484L87.9173 73.2404C88.2877 70.6397 90.7034 68.8188 93.3124 69.1903Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M130.003 74.4153L131.745 74.6633C134.346 75.0337 136.167 77.4494 135.795 80.0584L135.281 83.6664C134.911 86.2671 132.495 88.088 129.886 87.7165L128.144 87.4684L130.003 74.4153Z' fill='white' stroke='%231E62A1'/%3e %3cpath d='M92.9679 131.502C90.1595 128.213 90.5501 123.281 93.8393 120.473' stroke='%23455A64' stroke-linecap='round'/%3e %3cpath d='M89.6291 129.03C87.8237 126.92 88.0724 123.754 90.1827 121.949' stroke='%23455A64' stroke-linecap='round'/%3e %3cpath d='M114.665 134.592C118.28 132.217 119.281 127.373 116.907 123.758' stroke='%23455A64' stroke-linecap='round'/%3e %3cpath d='M118.567 133.151C120.89 131.629 121.535 128.52 120.012 126.197' stroke='%23455A64' stroke-linecap='round'/%3e %3cpath d='M102.872 86.6409C107.55 83.129 114.172 84.0719 117.684 88.7502' stroke='%23455A64' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M102.485 89.3574C107.164 85.8455 113.785 86.7884 117.297 91.4667' stroke='%23455A64' stroke-width='0.5' stroke-linecap='round'/%3e %3cpath d='M103.259 83.9245C107.937 80.4125 114.559 81.3555 118.071 86.0337' stroke='%23455A64' stroke-width='0.5' stroke-linecap='round'/%3e %3c/symbol%3e%3c/svg%3e";
17334
16640
  var sincoIconos = img;
17335
16641
 
17336
- var UrlImage;
17337
- (function (UrlImage) {
17338
- UrlImage["error"] = "error";
17339
- UrlImage["search"] = "search";
17340
- UrlImage["noresult"] = "noresult";
17341
- UrlImage["create"] = "create";
17342
- })(UrlImage || (UrlImage = {}));
17343
- const EmptyState = ({
16642
+ var EmptyStateImageUrls;
16643
+ (function (EmptyStateImageUrls) {
16644
+ EmptyStateImageUrls["error"] = "error";
16645
+ EmptyStateImageUrls["search"] = "search";
16646
+ EmptyStateImageUrls["noResult"] = "noResult";
16647
+ EmptyStateImageUrls["create"] = "create";
16648
+ })(EmptyStateImageUrls || (EmptyStateImageUrls = {}));
16649
+ const EmptyStateComponent = ({
17344
16650
  state: _state = 'create',
17345
16651
  title,
17346
16652
  content,
@@ -17364,7 +16670,7 @@ const EmptyState = ({
17364
16670
  height: 187
17365
16671
  }
17366
16672
  }, /*#__PURE__*/React__default.createElement("use", {
17367
- xlinkHref: `${sincoIconos}#${UrlImage[_state]}`
16673
+ xlinkHref: `${sincoIconos}#${EmptyStateImageUrls[_state]}`
17368
16674
  })), /*#__PURE__*/React__default.createElement(Stack$1, {
17369
16675
  direction: "column",
17370
16676
  spacing: 2
@@ -17850,105 +17156,107 @@ var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("p
17850
17156
  }), 'Close');
17851
17157
  default_1 = Close.default = _default;
17852
17158
 
17853
- const stylesDrawerContainer = {
17854
- display: "flex",
17855
- flexDirection: "column",
17856
- alignContent: "flex-start",
17857
- justifyContent: "space-between",
17858
- width: "530px",
17859
- height: "100%",
17860
- overflow: "hidden"
17159
+ const DrawerContainer = {
17160
+ display: 'flex',
17161
+ flexDirection: 'column',
17162
+ alignContent: 'flex-start',
17163
+ justifyContent: 'space-between',
17164
+ height: '100%',
17165
+ overflow: 'hidden'
17861
17166
  };
17862
- const stylesEncabezado = {
17863
- display: "flex",
17864
- alignContent: "center",
17865
- justifyContent: "space-between",
17866
- backgroundColor: "secondary.main",
17867
- py: "12px",
17868
- px: "8px"
17167
+ const DrawerHeader = {
17168
+ display: 'flex',
17169
+ alignContent: 'center',
17170
+ justifyContent: 'space-between',
17171
+ backgroundColor: 'secondary.main',
17172
+ py: '12px',
17173
+ px: '8px'
17869
17174
  };
17870
- const stylesContenido = {
17871
- display: "flex",
17872
- overflow: "auto",
17873
- alignItems: "flex-start",
17874
- flexDirection: "column",
17875
- height: "-webkit-fill-available",
17876
- py: "12px",
17877
- px: "8px"
17175
+ const DrawerContent = {
17176
+ display: 'flex',
17177
+ overflow: 'auto',
17178
+ alignItems: 'flex-start',
17179
+ flexDirection: 'column',
17180
+ height: '-webkit-fill-available',
17181
+ py: '12px',
17182
+ px: '8px'
17878
17183
  };
17879
- const stylesAcciones = {
17880
- display: "flex",
17881
- alignContent: "center",
17882
- justifyContent: "flex-end",
17883
- borderTop: "1px solid rgba(16, 24, 64, 0.23)",
17884
- backgroundColor: "#F1F0EE",
17885
- mt: "4px",
17886
- gap: "8px",
17887
- py: "12px",
17888
- px: "8px"
17184
+ const DrawerActions = {
17185
+ display: 'flex',
17186
+ alignContent: 'center',
17187
+ justifyContent: 'flex-end',
17188
+ borderTop: '1px solid rgba(16, 24, 64, 0.23)',
17189
+ backgroundColor: '#F1F0EE',
17190
+ gap: '8px',
17191
+ mt: '4px',
17192
+ py: '12px',
17193
+ px: '8px'
17889
17194
  };
17890
17195
  const DrawerComponent = ({
17891
- open,
17892
- onClose,
17893
- titulo,
17196
+ title,
17894
17197
  children,
17895
- acciones,
17896
- anchor
17198
+ renderActions,
17199
+ showActions,
17200
+ position,
17201
+ width,
17202
+ open,
17203
+ onClose
17897
17204
  }) => {
17898
- const [showActions, setShowActions] = useState(false);
17899
- const mostrarAcciones = () => {
17900
- setShowActions(true);
17205
+ const [stateActions, setActionsState] = useState(showActions);
17206
+ const handleDrawerActions = () => {
17207
+ setActionsState(true);
17901
17208
  };
17902
17209
  return /*#__PURE__*/React__default.createElement(ThemeProvider, {
17903
17210
  theme: SincoTheme
17904
17211
  }, /*#__PURE__*/React__default.createElement(Drawer$1, {
17905
- anchor: anchor,
17212
+ anchor: position,
17906
17213
  open: open,
17907
17214
  onClose: onClose
17908
17215
  }, /*#__PURE__*/React__default.createElement(Box$2, {
17909
- sx: stylesDrawerContainer
17216
+ sx: DrawerContainer,
17217
+ width: width
17910
17218
  }, /*#__PURE__*/React__default.createElement(Box$2, {
17911
- sx: stylesEncabezado
17219
+ sx: DrawerHeader
17912
17220
  }, /*#__PURE__*/React__default.createElement(Typography$1, {
17913
17221
  variant: "h6"
17914
- }, titulo), /*#__PURE__*/React__default.createElement(Box$2, null, /*#__PURE__*/React__default.createElement(IconButton$1, {
17222
+ }, title), /*#__PURE__*/React__default.createElement(Box$2, null, /*#__PURE__*/React__default.createElement(IconButton$1, {
17915
17223
  onClick: onClose,
17916
17224
  size: "small"
17917
17225
  }, /*#__PURE__*/React__default.createElement(default_1, {
17918
17226
  fontSize: "small"
17919
17227
  })))), /*#__PURE__*/React__default.createElement(Box$2, {
17920
- onClick: mostrarAcciones,
17921
- sx: stylesContenido
17922
- }, children), showActions && /*#__PURE__*/React__default.createElement(Box$2, {
17923
- sx: stylesAcciones
17924
- }, acciones))));
17228
+ sx: DrawerContent,
17229
+ onClick: handleDrawerActions
17230
+ }, children), stateActions && /*#__PURE__*/React__default.createElement(Box$2, {
17231
+ sx: DrawerActions
17232
+ }, renderActions))));
17925
17233
  };
17926
17234
 
17927
- const ToastContent = styled$1(Stack$1)(() => ({
17928
- position: "fixed",
17235
+ const ToastContainer = styled$1(Stack$1)(() => ({
17236
+ position: 'fixed',
17929
17237
  zIndex: 1400,
17930
- boxShadow: "0px 5px 5px -3px rgba(24, 39, 75, 0.2), 0px 8px 10px 1px rgba(24, 39, 75, 0.14), 0px 3px 14px 2px rgba(24, 39, 75, 0.12)",
17238
+ boxShadow: '0px 5px 5px -3px rgba(24, 39, 75, 0.2), 0px 8px 10px 1px rgba(24, 39, 75, 0.14), 0px 3px 14px 2px rgba(24, 39, 75, 0.12)',
17931
17239
  right: 16,
17932
17240
  marginTop: 16
17933
17241
  }));
17934
- const ContentBox = styled$1(Box$2)(({
17242
+ const ToastContent = styled$1(Box$2)(({
17935
17243
  theme
17936
17244
  }) => ({
17937
17245
  padding: theme.spacing(1.5),
17938
17246
  gap: theme.spacing(1.5),
17939
- display: "flex",
17940
- alignItems: "center",
17941
- "&.color-error": {
17942
- backgroundColor: "#FEEBEE"
17247
+ display: 'flex',
17248
+ alignItems: 'center',
17249
+ '&.color-error': {
17250
+ backgroundColor: '#FEEBEE'
17943
17251
  },
17944
- "&.color-info": {
17945
- backgroundColor: "#E1F5FE"
17252
+ '&.color-info': {
17253
+ backgroundColor: '#E1F5FE'
17946
17254
  },
17947
- "&.color-warning": {
17948
- backgroundColor: "#FFF3E0"
17255
+ '&.color-warning': {
17256
+ backgroundColor: '#FFF3E0'
17949
17257
  },
17950
- "&.color-success": {
17951
- backgroundColor: "#E8F5E9"
17258
+ '&.color-success': {
17259
+ backgroundColor: '#E8F5E9'
17952
17260
  }
17953
17261
  }));
17954
17262
  const RippleIcon = styled$1(Stack$1)(({
@@ -17958,67 +17266,60 @@ const RippleIcon = styled$1(Stack$1)(({
17958
17266
  gap: theme.spacing(1),
17959
17267
  height: 20,
17960
17268
  borderRadius: 50,
17961
- "&.ripple-error": {
17962
- backgroundColor: "#D143431F"
17269
+ '&.ripple-error': {
17270
+ backgroundColor: '#D143431F'
17963
17271
  },
17964
- "&.ripple-info": {
17965
- backgroundColor: "#2D9FC51F"
17272
+ '&.ripple-info': {
17273
+ backgroundColor: '#2D9FC51F'
17966
17274
  },
17967
- "&.ripple-warning": {
17968
- backgroundColor: "#FB85001F"
17275
+ '&.ripple-warning': {
17276
+ backgroundColor: '#FB85001F'
17969
17277
  },
17970
- "&.ripple-success": {
17971
- backgroundColor: "#8FC93A1F"
17278
+ '&.ripple-success': {
17279
+ backgroundColor: '#8FC93A1F'
17972
17280
  }
17973
17281
  }));
17974
- const ContentIcon = styled$1(Stack$1)(({
17282
+ const ToastIconContainer = styled$1(Stack$1)(({
17975
17283
  theme
17976
17284
  }) => ({
17977
- "&.icon-color.color-info": {
17285
+ '&.icon-color.color-info': {
17978
17286
  color: theme.palette.info.main
17979
17287
  },
17980
- "&.icon-color.color-error": {
17288
+ '&.icon-color.color-error': {
17981
17289
  color: theme.palette.error.main
17982
17290
  },
17983
- "&.icon-color.color-warning": {
17291
+ '&.icon-color.color-warning': {
17984
17292
  color: theme.palette.warning.main
17985
17293
  },
17986
- "&.icon-color.color-success": {
17294
+ '&.icon-color.color-success': {
17987
17295
  color: theme.palette.success.main
17988
17296
  }
17989
17297
  }));
17990
- const ToastNotification = toast => {
17991
- const [openToast, setOpenToast] = useState(true);
17992
- const [showOptions, setShowOptions] = useState(true);
17298
+ const ToastNotificationComponent = toast => {
17299
+ const [stateToast, setStateToast] = useState(true);
17300
+ const [stateOptions, setStateOptions] = useState(true);
17993
17301
  const [progress, setProgress] = useState(100);
17994
17302
  const timeProgress = toast.time || 8000;
17995
- const IconMap = {
17303
+ const toastIconOption = {
17996
17304
  success: /*#__PURE__*/React__default.createElement(CheckCircleRounded, null),
17997
17305
  error: /*#__PURE__*/React__default.createElement(ErrorRounded, null),
17998
17306
  warning: /*#__PURE__*/React__default.createElement(WarningRounded, null),
17999
17307
  info: /*#__PURE__*/React__default.createElement(InfoRounded, null)
18000
17308
  };
18001
- const ToastIcon = IconMap[toast.type || "info"];
18002
- const colorMap = {
18003
- success: "success",
18004
- error: "error",
18005
- warning: "warning",
18006
- info: "info"
18007
- };
18008
- const colors = colorMap[toast.type || "info"];
18009
- const toastPosition = {
18010
- center: "center",
18011
- end: "end",
18012
- start: "start"
17309
+ const ToastIconConfig = toastIconOption[toast.type || 'info'];
17310
+ const toastColorOption = {
17311
+ success: 'success',
17312
+ error: 'error',
17313
+ warning: 'warning',
17314
+ info: 'info'
18013
17315
  };
18014
- toastPosition[toast.position || "end"];
18015
- const close = () => {
18016
- setOpenToast(false);
17316
+ const toastColorConfig = toastColorOption[toast.type || 'info'];
17317
+ const closeToast = () => {
17318
+ setStateToast(false);
18017
17319
  };
18018
- const toggleOptions = () => {
18019
- setShowOptions(prevShowOptions => !prevShowOptions);
17320
+ const toggleToastOptions = () => {
17321
+ setStateOptions(prevShowOptions => !prevShowOptions);
18020
17322
  };
18021
- const seeOptions = toast.seeMore;
18022
17323
  useEffect(() => {
18023
17324
  let seconds = 0;
18024
17325
  const interval = setInterval(() => {
@@ -18028,14 +17329,14 @@ const ToastNotification = toast => {
18028
17329
  }, 100);
18029
17330
  const closeTimeout = setTimeout(() => {
18030
17331
  clearInterval(interval);
18031
- setOpenToast(false);
17332
+ setStateToast(false);
18032
17333
  }, timeProgress);
18033
17334
  return () => {
18034
17335
  clearInterval(interval);
18035
17336
  clearTimeout(closeTimeout);
18036
17337
  };
18037
17338
  }, [timeProgress]);
18038
- return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, openToast && /*#__PURE__*/React__default.createElement(ThemeProvider, {
17339
+ return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, stateToast && /*#__PURE__*/React__default.createElement(ThemeProvider, {
18039
17340
  theme: SincoTheme
18040
17341
  }, /*#__PURE__*/React__default.createElement(Stack$1, {
18041
17342
  height: 105,
@@ -18043,15 +17344,15 @@ const ToastNotification = toast => {
18043
17344
  right: 16,
18044
17345
  position: "absolute",
18045
17346
  zIndex: 1400
17347
+ }, /*#__PURE__*/React__default.createElement(ToastContainer, {
17348
+ position: 'fixed'
18046
17349
  }, /*#__PURE__*/React__default.createElement(ToastContent, {
18047
- position: "fixed"
18048
- }, /*#__PURE__*/React__default.createElement(ContentBox, {
18049
- className: `color-${toast.type || "info"}`
17350
+ className: `color-${toast.type || 'info'}`
18050
17351
  }, toast && /*#__PURE__*/React__default.createElement(RippleIcon, {
18051
- className: `ripple-${toast.type || "info"}`
18052
- }, /*#__PURE__*/React__default.createElement(ContentIcon, {
18053
- className: `icon-color color-${toast.type || "info"}`
18054
- }, ToastIcon)), /*#__PURE__*/React__default.createElement(Divider$1, {
17352
+ className: `ripple-${toast.type || 'info'}`
17353
+ }, /*#__PURE__*/React__default.createElement(ToastIconContainer, {
17354
+ className: `icon-color color-${toast.type || 'info'}`
17355
+ }, ToastIconConfig)), /*#__PURE__*/React__default.createElement(Divider$1, {
18055
17356
  orientation: "vertical",
18056
17357
  flexItem: true
18057
17358
  }), /*#__PURE__*/React__default.createElement(Stack$1, {
@@ -18067,28 +17368,28 @@ const ToastNotification = toast => {
18067
17368
  }, toast.title), /*#__PURE__*/React__default.createElement(IconButton$1, {
18068
17369
  size: "small",
18069
17370
  "aria-label": "delete",
18070
- onClick: close
17371
+ onClick: closeToast
18071
17372
  }, /*#__PURE__*/React__default.createElement(Close$1, null))), /*#__PURE__*/React__default.createElement(Stack$1, {
18072
17373
  gap: "4px"
18073
17374
  }, /*#__PURE__*/React__default.createElement(Typography$1, {
18074
17375
  color: "text.primary",
18075
17376
  variant: "body2"
18076
- }, toast.subtitle), !showOptions && toast.dataOpt && toast.dataOpt.length > 0 && /*#__PURE__*/React__default.createElement("ul", {
17377
+ }, toast.subtitle), !stateOptions && toast.dataOpt && toast.dataOpt.length > 0 && /*#__PURE__*/React__default.createElement("ul", {
18077
17378
  style: {
18078
17379
  paddingLeft: 15,
18079
17380
  marginBlock: 0,
18080
17381
  fontSize: 11,
18081
- color: "#101840de"
17382
+ color: '#101840de'
18082
17383
  }
18083
17384
  }, toast.dataOpt.map((element, i) => {
18084
17385
  const keyElement = Object.keys(element);
18085
- let options = "";
17386
+ let options = '';
18086
17387
  for (let _i = 0; _i < keyElement.length; _i++) {
18087
17388
  options += element[keyElement[_i]];
18088
17389
  }
18089
17390
  return /*#__PURE__*/React__default.createElement("li", {
18090
17391
  style: {
18091
- width: "fit-content"
17392
+ width: 'fit-content'
18092
17393
  },
18093
17394
  key: i
18094
17395
  }, /*#__PURE__*/React__default.createElement(Typography$1, {
@@ -18101,50 +17402,48 @@ const ToastNotification = toast => {
18101
17402
  }, toast.actions && /*#__PURE__*/React__default.createElement(Stack$1, {
18102
17403
  flexDirection: "row",
18103
17404
  gap: 1
18104
- }, toast.actions), seeOptions && /*#__PURE__*/React__default.createElement(Button$1, {
18105
- onClick: toggleOptions,
17405
+ }, toast.actions), toast.seeMore && /*#__PURE__*/React__default.createElement(Button$1, {
17406
+ onClick: toggleToastOptions,
18106
17407
  size: "small",
18107
17408
  variant: "text",
18108
- color: colors,
18109
- endIcon: showOptions ? /*#__PURE__*/React__default.createElement(ArrowDownward, {
17409
+ color: toastColorConfig,
17410
+ endIcon: stateOptions ? /*#__PURE__*/React__default.createElement(ArrowDownward, {
18110
17411
  fontSize: "small"
18111
17412
  }) : /*#__PURE__*/React__default.createElement(ArrowUpward, {
18112
17413
  fontSize: "small"
18113
17414
  })
18114
- }, showOptions ? "Ver más" : "Ver menos")))), /*#__PURE__*/React__default.createElement(LinearProgress$1, {
18115
- color: colors,
17415
+ }, stateOptions ? 'Ver más' : 'Ver menos')))), /*#__PURE__*/React__default.createElement(LinearProgress$1, {
17416
+ color: toastColorConfig,
18116
17417
  variant: "determinate",
18117
17418
  value: progress
18118
17419
  })))));
18119
17420
  };
18120
17421
 
18121
- const PageContent = styled$1(Stack$1)(({
17422
+ const PageHeaderContent = styled$1(Stack$1)(({
18122
17423
  theme
18123
17424
  }) => ({
18124
- backgroundColor: "#fff",
18125
- boxShadow: "0px 1px 3px rgba(24, 39, 75, 0.12), 0px 1px 1px -1px rgba(24, 39, 75, 0.14), 0px 2px 1px -2px rgba(24, 39, 75, 0.2)",
17425
+ backgroundColor: '#fff',
17426
+ boxShadow: '0px 1px 3px rgba(24, 39, 75, 0.12), 0px 1px 1px -1px rgba(24, 39, 75, 0.14), 0px 2px 1px -2px rgba(24, 39, 75, 0.2)',
18126
17427
  zIndex: 100,
18127
- padding: "8px 24px",
18128
- justifyContent: "space-between",
17428
+ padding: '8px 24px',
17429
+ justifyContent: 'space-between',
18129
17430
  minHeight: 39,
18130
- position: "fixed",
18131
- width: "100%"
17431
+ position: 'fixed',
17432
+ width: '100%'
18132
17433
  }));
18133
- const PageHeader = page => {
17434
+ const PageHeaderComponent = ({
17435
+ title,
17436
+ subtitle,
17437
+ actions,
17438
+ buttonBack
17439
+ }) => {
18134
17440
  return /*#__PURE__*/React__default.createElement(ThemeProvider, {
18135
17441
  theme: SincoTheme
18136
17442
  }, /*#__PURE__*/React__default.createElement("div", {
18137
17443
  style: {
18138
17444
  minHeight: 56
18139
17445
  }
18140
- }, /*#__PURE__*/React__default.createElement(PageContent, null, Array.isArray(page.breadcrumbs) && page.breadcrumbs.length > 0 && /*#__PURE__*/React__default.createElement(Breadcrumbs$1, null, page.breadcrumbs.map((element, i) => {
18141
- return /*#__PURE__*/React__default.createElement(Link$1, {
18142
- underline: "hover",
18143
- color: "inherit",
18144
- href: element.link,
18145
- key: i
18146
- }, element.name);
18147
- })), /*#__PURE__*/React__default.createElement(Stack$1, {
17446
+ }, /*#__PURE__*/React__default.createElement(PageHeaderContent, null, /*#__PURE__*/React__default.createElement(Stack$1, {
18148
17447
  width: "90%",
18149
17448
  justifyContent: "space-between",
18150
17449
  flexDirection: "row",
@@ -18153,17 +17452,17 @@ const PageHeader = page => {
18153
17452
  gap: 1.5,
18154
17453
  flexDirection: "row",
18155
17454
  alignItems: "center"
18156
- }, page.back, /*#__PURE__*/React__default.createElement(Stack$1, null, /*#__PURE__*/React__default.createElement(Typography$1, {
17455
+ }, buttonBack, /*#__PURE__*/React__default.createElement(Stack$1, null, /*#__PURE__*/React__default.createElement(Typography$1, {
18157
17456
  variant: "h6",
18158
17457
  color: "text.primary"
18159
- }, page.title), /*#__PURE__*/React__default.createElement(Typography$1, {
17458
+ }, title), /*#__PURE__*/React__default.createElement(Typography$1, {
18160
17459
  variant: "caption",
18161
17460
  color: "text.secondary"
18162
- }, page.subtitle))), /*#__PURE__*/React__default.createElement(Stack$1, {
17461
+ }, subtitle))), /*#__PURE__*/React__default.createElement(Stack$1, {
18163
17462
  gap: 1,
18164
17463
  alignItems: "center",
18165
17464
  flexDirection: "row"
18166
- }, page.actions)), page.tabs)));
17465
+ }, actions)))));
18167
17466
  };
18168
17467
 
18169
17468
  var classof$2 = classofRaw$2;
@@ -21065,7 +20364,7 @@ class DislikeAnalyzer {
21065
20364
  * tone, or a hue and chroma. Optionally, they can provide a background
21066
20365
  * DynamicColor.
21067
20366
  */
21068
- class DynamicColor {
20367
+ class DynamicColor$1 {
21069
20368
  /**
21070
20369
  * Create a DynamicColor defined by a TonalPalette and HCT tone.
21071
20370
  *
@@ -21073,7 +20372,7 @@ class DynamicColor {
21073
20372
  * and tone. May provide a background DynamicColor and ToneDeltaConstraint.
21074
20373
  */
21075
20374
  static fromPalette(args) {
21076
- return new DynamicColor(args.name ?? '', args.palette, args.tone, args.isBackground ?? false, args.background, args.secondBackground, args.contrastCurve, args.toneDeltaPair);
20375
+ return new DynamicColor$1(args.name ?? '', args.palette, args.tone, args.isBackground ?? false, args.background, args.secondBackground, args.contrastCurve, args.toneDeltaPair);
21077
20376
  }
21078
20377
  /**
21079
20378
  * The base constructor for DynamicColor.
@@ -21196,17 +20495,17 @@ class DynamicColor {
21196
20495
  const nInitialTone = nearer.tone(scheme);
21197
20496
  let nTone = Contrast.ratioOfTones(bgTone, nInitialTone) >= nContrast ?
21198
20497
  nInitialTone :
21199
- DynamicColor.foregroundTone(bgTone, nContrast);
20498
+ DynamicColor$1.foregroundTone(bgTone, nContrast);
21200
20499
  // Initial and adjusted tones for `farther`
21201
20500
  const fInitialTone = farther.tone(scheme);
21202
20501
  let fTone = Contrast.ratioOfTones(bgTone, fInitialTone) >= fContrast ?
21203
20502
  fInitialTone :
21204
- DynamicColor.foregroundTone(bgTone, fContrast);
20503
+ DynamicColor$1.foregroundTone(bgTone, fContrast);
21205
20504
  if (decreasingContrast) {
21206
20505
  // If decreasing contrast, adjust color to the "bare minimum"
21207
20506
  // that satisfies contrast.
21208
- nTone = DynamicColor.foregroundTone(bgTone, nContrast);
21209
- fTone = DynamicColor.foregroundTone(bgTone, fContrast);
20507
+ nTone = DynamicColor$1.foregroundTone(bgTone, nContrast);
20508
+ fTone = DynamicColor$1.foregroundTone(bgTone, fContrast);
21210
20509
  }
21211
20510
  if ((fTone - nTone) * expansionDir >= delta) ;
21212
20511
  else {
@@ -21268,10 +20567,10 @@ class DynamicColor {
21268
20567
  if (Contrast.ratioOfTones(bgTone, answer) >= desiredRatio) ;
21269
20568
  else {
21270
20569
  // Rough improvement.
21271
- answer = DynamicColor.foregroundTone(bgTone, desiredRatio);
20570
+ answer = DynamicColor$1.foregroundTone(bgTone, desiredRatio);
21272
20571
  }
21273
20572
  if (decreasingContrast) {
21274
- answer = DynamicColor.foregroundTone(bgTone, desiredRatio);
20573
+ answer = DynamicColor$1.foregroundTone(bgTone, desiredRatio);
21275
20574
  }
21276
20575
  if (this.isBackground && 50 <= answer && answer < 60) {
21277
20576
  // Must adjust
@@ -21303,8 +20602,8 @@ class DynamicColor {
21303
20602
  availables.push(lightOption);
21304
20603
  if (darkOption !== -1)
21305
20604
  availables.push(darkOption);
21306
- const prefersLight = DynamicColor.tonePrefersLightForeground(bgTone1) ||
21307
- DynamicColor.tonePrefersLightForeground(bgTone2);
20605
+ const prefersLight = DynamicColor$1.tonePrefersLightForeground(bgTone1) ||
20606
+ DynamicColor$1.tonePrefersLightForeground(bgTone2);
21308
20607
  if (prefersLight) {
21309
20608
  return (lightOption < 0) ? 100 : lightOption;
21310
20609
  }
@@ -21330,7 +20629,7 @@ class DynamicColor {
21330
20629
  const darkerTone = Contrast.darkerUnsafe(bgTone, ratio);
21331
20630
  const lighterRatio = Contrast.ratioOfTones(lighterTone, bgTone);
21332
20631
  const darkerRatio = Contrast.ratioOfTones(darkerTone, bgTone);
21333
- const preferLighter = DynamicColor.tonePrefersLightForeground(bgTone);
20632
+ const preferLighter = DynamicColor$1.tonePrefersLightForeground(bgTone);
21334
20633
  if (preferLighter) {
21335
20634
  // This handles an edge case where the initial contrast ratio is high
21336
20635
  // (ex. 13.0), and the ratio passed to the function is that high
@@ -21379,8 +20678,8 @@ class DynamicColor {
21379
20678
  * reasonably close to supporting it.
21380
20679
  */
21381
20680
  static enableLightForeground(tone) {
21382
- if (DynamicColor.tonePrefersLightForeground(tone) &&
21383
- !DynamicColor.toneAllowsLightForeground(tone)) {
20681
+ if (DynamicColor$1.tonePrefersLightForeground(tone) &&
20682
+ !DynamicColor$1.toneAllowsLightForeground(tone)) {
21384
20683
  return 49.0;
21385
20684
  }
21386
20685
  return tone;
@@ -21598,12 +20897,12 @@ function viewingConditionsForAlbers(scheme) {
21598
20897
  }
21599
20898
  function performAlbers(prealbers, scheme) {
21600
20899
  const albersd = prealbers.inViewingConditions(viewingConditionsForAlbers(scheme));
21601
- if (DynamicColor.tonePrefersLightForeground(prealbers.tone) &&
21602
- !DynamicColor.toneAllowsLightForeground(albersd.tone)) {
21603
- return DynamicColor.enableLightForeground(prealbers.tone);
20900
+ if (DynamicColor$1.tonePrefersLightForeground(prealbers.tone) &&
20901
+ !DynamicColor$1.toneAllowsLightForeground(albersd.tone)) {
20902
+ return DynamicColor$1.enableLightForeground(prealbers.tone);
21604
20903
  }
21605
20904
  else {
21606
- return DynamicColor.enableLightForeground(albersd.tone);
20905
+ return DynamicColor$1.enableLightForeground(albersd.tone);
21607
20906
  }
21608
20907
  }
21609
20908
  /**
@@ -21618,155 +20917,155 @@ class MaterialDynamicColors {
21618
20917
  }
21619
20918
  }
21620
20919
  MaterialDynamicColors.contentAccentToneDelta = 15.0;
21621
- MaterialDynamicColors.primaryPaletteKeyColor = DynamicColor.fromPalette({
20920
+ MaterialDynamicColors.primaryPaletteKeyColor = DynamicColor$1.fromPalette({
21622
20921
  name: 'primary_palette_key_color',
21623
20922
  palette: (s) => s.primaryPalette,
21624
20923
  tone: (s) => s.primaryPalette.keyColor.tone,
21625
20924
  });
21626
- MaterialDynamicColors.secondaryPaletteKeyColor = DynamicColor.fromPalette({
20925
+ MaterialDynamicColors.secondaryPaletteKeyColor = DynamicColor$1.fromPalette({
21627
20926
  name: 'secondary_palette_key_color',
21628
20927
  palette: (s) => s.secondaryPalette,
21629
20928
  tone: (s) => s.secondaryPalette.keyColor.tone,
21630
20929
  });
21631
- MaterialDynamicColors.tertiaryPaletteKeyColor = DynamicColor.fromPalette({
20930
+ MaterialDynamicColors.tertiaryPaletteKeyColor = DynamicColor$1.fromPalette({
21632
20931
  name: 'tertiary_palette_key_color',
21633
20932
  palette: (s) => s.tertiaryPalette,
21634
20933
  tone: (s) => s.tertiaryPalette.keyColor.tone,
21635
20934
  });
21636
- MaterialDynamicColors.neutralPaletteKeyColor = DynamicColor.fromPalette({
20935
+ MaterialDynamicColors.neutralPaletteKeyColor = DynamicColor$1.fromPalette({
21637
20936
  name: 'neutral_palette_key_color',
21638
20937
  palette: (s) => s.neutralPalette,
21639
20938
  tone: (s) => s.neutralPalette.keyColor.tone,
21640
20939
  });
21641
- MaterialDynamicColors.neutralVariantPaletteKeyColor = DynamicColor.fromPalette({
20940
+ MaterialDynamicColors.neutralVariantPaletteKeyColor = DynamicColor$1.fromPalette({
21642
20941
  name: 'neutral_variant_palette_key_color',
21643
20942
  palette: (s) => s.neutralVariantPalette,
21644
20943
  tone: (s) => s.neutralVariantPalette.keyColor.tone,
21645
20944
  });
21646
- MaterialDynamicColors.background = DynamicColor.fromPalette({
20945
+ MaterialDynamicColors.background = DynamicColor$1.fromPalette({
21647
20946
  name: 'background',
21648
20947
  palette: (s) => s.neutralPalette,
21649
20948
  tone: (s) => s.isDark ? 6 : 98,
21650
20949
  isBackground: true,
21651
20950
  });
21652
- MaterialDynamicColors.onBackground = DynamicColor.fromPalette({
20951
+ MaterialDynamicColors.onBackground = DynamicColor$1.fromPalette({
21653
20952
  name: 'on_background',
21654
20953
  palette: (s) => s.neutralPalette,
21655
20954
  tone: (s) => s.isDark ? 90 : 10,
21656
20955
  background: (s) => MaterialDynamicColors.background,
21657
20956
  contrastCurve: new ContrastCurve(3, 3, 4.5, 7),
21658
20957
  });
21659
- MaterialDynamicColors.surface = DynamicColor.fromPalette({
20958
+ MaterialDynamicColors.surface = DynamicColor$1.fromPalette({
21660
20959
  name: 'surface',
21661
20960
  palette: (s) => s.neutralPalette,
21662
20961
  tone: (s) => s.isDark ? 6 : 98,
21663
20962
  isBackground: true,
21664
20963
  });
21665
- MaterialDynamicColors.surfaceDim = DynamicColor.fromPalette({
20964
+ MaterialDynamicColors.surfaceDim = DynamicColor$1.fromPalette({
21666
20965
  name: 'surface_dim',
21667
20966
  palette: (s) => s.neutralPalette,
21668
20967
  tone: (s) => s.isDark ? 6 : 87,
21669
20968
  isBackground: true,
21670
20969
  });
21671
- MaterialDynamicColors.surfaceBright = DynamicColor.fromPalette({
20970
+ MaterialDynamicColors.surfaceBright = DynamicColor$1.fromPalette({
21672
20971
  name: 'surface_bright',
21673
20972
  palette: (s) => s.neutralPalette,
21674
20973
  tone: (s) => s.isDark ? 24 : 98,
21675
20974
  isBackground: true,
21676
20975
  });
21677
- MaterialDynamicColors.surfaceContainerLowest = DynamicColor.fromPalette({
20976
+ MaterialDynamicColors.surfaceContainerLowest = DynamicColor$1.fromPalette({
21678
20977
  name: 'surface_container_lowest',
21679
20978
  palette: (s) => s.neutralPalette,
21680
20979
  tone: (s) => s.isDark ? 4 : 100,
21681
20980
  isBackground: true,
21682
20981
  });
21683
- MaterialDynamicColors.surfaceContainerLow = DynamicColor.fromPalette({
20982
+ MaterialDynamicColors.surfaceContainerLow = DynamicColor$1.fromPalette({
21684
20983
  name: 'surface_container_low',
21685
20984
  palette: (s) => s.neutralPalette,
21686
20985
  tone: (s) => s.isDark ? 10 : 96,
21687
20986
  isBackground: true,
21688
20987
  });
21689
- MaterialDynamicColors.surfaceContainer = DynamicColor.fromPalette({
20988
+ MaterialDynamicColors.surfaceContainer = DynamicColor$1.fromPalette({
21690
20989
  name: 'surface_container',
21691
20990
  palette: (s) => s.neutralPalette,
21692
20991
  tone: (s) => s.isDark ? 12 : 94,
21693
20992
  isBackground: true,
21694
20993
  });
21695
- MaterialDynamicColors.surfaceContainerHigh = DynamicColor.fromPalette({
20994
+ MaterialDynamicColors.surfaceContainerHigh = DynamicColor$1.fromPalette({
21696
20995
  name: 'surface_container_high',
21697
20996
  palette: (s) => s.neutralPalette,
21698
20997
  tone: (s) => s.isDark ? 17 : 92,
21699
20998
  isBackground: true,
21700
20999
  });
21701
- MaterialDynamicColors.surfaceContainerHighest = DynamicColor.fromPalette({
21000
+ MaterialDynamicColors.surfaceContainerHighest = DynamicColor$1.fromPalette({
21702
21001
  name: 'surface_container_highest',
21703
21002
  palette: (s) => s.neutralPalette,
21704
21003
  tone: (s) => s.isDark ? 22 : 90,
21705
21004
  isBackground: true,
21706
21005
  });
21707
- MaterialDynamicColors.onSurface = DynamicColor.fromPalette({
21006
+ MaterialDynamicColors.onSurface = DynamicColor$1.fromPalette({
21708
21007
  name: 'on_surface',
21709
21008
  palette: (s) => s.neutralPalette,
21710
21009
  tone: (s) => s.isDark ? 90 : 10,
21711
21010
  background: (s) => MaterialDynamicColors.highestSurface(s),
21712
21011
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21713
21012
  });
21714
- MaterialDynamicColors.surfaceVariant = DynamicColor.fromPalette({
21013
+ MaterialDynamicColors.surfaceVariant = DynamicColor$1.fromPalette({
21715
21014
  name: 'surface_variant',
21716
21015
  palette: (s) => s.neutralVariantPalette,
21717
21016
  tone: (s) => s.isDark ? 30 : 90,
21718
21017
  isBackground: true,
21719
21018
  });
21720
- MaterialDynamicColors.onSurfaceVariant = DynamicColor.fromPalette({
21019
+ MaterialDynamicColors.onSurfaceVariant = DynamicColor$1.fromPalette({
21721
21020
  name: 'on_surface_variant',
21722
21021
  palette: (s) => s.neutralVariantPalette,
21723
21022
  tone: (s) => s.isDark ? 80 : 30,
21724
21023
  background: (s) => MaterialDynamicColors.highestSurface(s),
21725
21024
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21726
21025
  });
21727
- MaterialDynamicColors.inverseSurface = DynamicColor.fromPalette({
21026
+ MaterialDynamicColors.inverseSurface = DynamicColor$1.fromPalette({
21728
21027
  name: 'inverse_surface',
21729
21028
  palette: (s) => s.neutralPalette,
21730
21029
  tone: (s) => s.isDark ? 90 : 20,
21731
21030
  });
21732
- MaterialDynamicColors.inverseOnSurface = DynamicColor.fromPalette({
21031
+ MaterialDynamicColors.inverseOnSurface = DynamicColor$1.fromPalette({
21733
21032
  name: 'inverse_on_surface',
21734
21033
  palette: (s) => s.neutralPalette,
21735
21034
  tone: (s) => s.isDark ? 20 : 95,
21736
21035
  background: (s) => MaterialDynamicColors.inverseSurface,
21737
21036
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21738
21037
  });
21739
- MaterialDynamicColors.outline = DynamicColor.fromPalette({
21038
+ MaterialDynamicColors.outline = DynamicColor$1.fromPalette({
21740
21039
  name: 'outline',
21741
21040
  palette: (s) => s.neutralVariantPalette,
21742
21041
  tone: (s) => s.isDark ? 60 : 50,
21743
21042
  background: (s) => MaterialDynamicColors.highestSurface(s),
21744
21043
  contrastCurve: new ContrastCurve(1.5, 3, 4.5, 7),
21745
21044
  });
21746
- MaterialDynamicColors.outlineVariant = DynamicColor.fromPalette({
21045
+ MaterialDynamicColors.outlineVariant = DynamicColor$1.fromPalette({
21747
21046
  name: 'outline_variant',
21748
21047
  palette: (s) => s.neutralVariantPalette,
21749
21048
  tone: (s) => s.isDark ? 30 : 80,
21750
21049
  background: (s) => MaterialDynamicColors.highestSurface(s),
21751
21050
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21752
21051
  });
21753
- MaterialDynamicColors.shadow = DynamicColor.fromPalette({
21052
+ MaterialDynamicColors.shadow = DynamicColor$1.fromPalette({
21754
21053
  name: 'shadow',
21755
21054
  palette: (s) => s.neutralPalette,
21756
21055
  tone: (s) => 0,
21757
21056
  });
21758
- MaterialDynamicColors.scrim = DynamicColor.fromPalette({
21057
+ MaterialDynamicColors.scrim = DynamicColor$1.fromPalette({
21759
21058
  name: 'scrim',
21760
21059
  palette: (s) => s.neutralPalette,
21761
21060
  tone: (s) => 0,
21762
21061
  });
21763
- MaterialDynamicColors.surfaceTint = DynamicColor.fromPalette({
21062
+ MaterialDynamicColors.surfaceTint = DynamicColor$1.fromPalette({
21764
21063
  name: 'surface_tint',
21765
21064
  palette: (s) => s.primaryPalette,
21766
21065
  tone: (s) => s.isDark ? 80 : 40,
21767
21066
  isBackground: true,
21768
21067
  });
21769
- MaterialDynamicColors.primary = DynamicColor.fromPalette({
21068
+ MaterialDynamicColors.primary = DynamicColor$1.fromPalette({
21770
21069
  name: 'primary',
21771
21070
  palette: (s) => s.primaryPalette,
21772
21071
  tone: (s) => {
@@ -21780,7 +21079,7 @@ MaterialDynamicColors.primary = DynamicColor.fromPalette({
21780
21079
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21781
21080
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.primaryContainer, MaterialDynamicColors.primary, 15, 'nearer', false),
21782
21081
  });
21783
- MaterialDynamicColors.onPrimary = DynamicColor.fromPalette({
21082
+ MaterialDynamicColors.onPrimary = DynamicColor$1.fromPalette({
21784
21083
  name: 'on_primary',
21785
21084
  palette: (s) => s.primaryPalette,
21786
21085
  tone: (s) => {
@@ -21792,7 +21091,7 @@ MaterialDynamicColors.onPrimary = DynamicColor.fromPalette({
21792
21091
  background: (s) => MaterialDynamicColors.primary,
21793
21092
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21794
21093
  });
21795
- MaterialDynamicColors.primaryContainer = DynamicColor.fromPalette({
21094
+ MaterialDynamicColors.primaryContainer = DynamicColor$1.fromPalette({
21796
21095
  name: 'primary_container',
21797
21096
  palette: (s) => s.primaryPalette,
21798
21097
  tone: (s) => {
@@ -21809,12 +21108,12 @@ MaterialDynamicColors.primaryContainer = DynamicColor.fromPalette({
21809
21108
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21810
21109
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.primaryContainer, MaterialDynamicColors.primary, 15, 'nearer', false),
21811
21110
  });
21812
- MaterialDynamicColors.onPrimaryContainer = DynamicColor.fromPalette({
21111
+ MaterialDynamicColors.onPrimaryContainer = DynamicColor$1.fromPalette({
21813
21112
  name: 'on_primary_container',
21814
21113
  palette: (s) => s.primaryPalette,
21815
21114
  tone: (s) => {
21816
21115
  if (isFidelity(s)) {
21817
- return DynamicColor.foregroundTone(MaterialDynamicColors.primaryContainer.tone(s), 4.5);
21116
+ return DynamicColor$1.foregroundTone(MaterialDynamicColors.primaryContainer.tone(s), 4.5);
21818
21117
  }
21819
21118
  if (isMonochrome(s)) {
21820
21119
  return s.isDark ? 0 : 100;
@@ -21824,14 +21123,14 @@ MaterialDynamicColors.onPrimaryContainer = DynamicColor.fromPalette({
21824
21123
  background: (s) => MaterialDynamicColors.primaryContainer,
21825
21124
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21826
21125
  });
21827
- MaterialDynamicColors.inversePrimary = DynamicColor.fromPalette({
21126
+ MaterialDynamicColors.inversePrimary = DynamicColor$1.fromPalette({
21828
21127
  name: 'inverse_primary',
21829
21128
  palette: (s) => s.primaryPalette,
21830
21129
  tone: (s) => s.isDark ? 40 : 80,
21831
21130
  background: (s) => MaterialDynamicColors.inverseSurface,
21832
21131
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21833
21132
  });
21834
- MaterialDynamicColors.secondary = DynamicColor.fromPalette({
21133
+ MaterialDynamicColors.secondary = DynamicColor$1.fromPalette({
21835
21134
  name: 'secondary',
21836
21135
  palette: (s) => s.secondaryPalette,
21837
21136
  tone: (s) => s.isDark ? 80 : 40,
@@ -21840,7 +21139,7 @@ MaterialDynamicColors.secondary = DynamicColor.fromPalette({
21840
21139
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21841
21140
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.secondaryContainer, MaterialDynamicColors.secondary, 15, 'nearer', false),
21842
21141
  });
21843
- MaterialDynamicColors.onSecondary = DynamicColor.fromPalette({
21142
+ MaterialDynamicColors.onSecondary = DynamicColor$1.fromPalette({
21844
21143
  name: 'on_secondary',
21845
21144
  palette: (s) => s.secondaryPalette,
21846
21145
  tone: (s) => {
@@ -21854,7 +21153,7 @@ MaterialDynamicColors.onSecondary = DynamicColor.fromPalette({
21854
21153
  background: (s) => MaterialDynamicColors.secondary,
21855
21154
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21856
21155
  });
21857
- MaterialDynamicColors.secondaryContainer = DynamicColor.fromPalette({
21156
+ MaterialDynamicColors.secondaryContainer = DynamicColor$1.fromPalette({
21858
21157
  name: 'secondary_container',
21859
21158
  palette: (s) => s.secondaryPalette,
21860
21159
  tone: (s) => {
@@ -21874,19 +21173,19 @@ MaterialDynamicColors.secondaryContainer = DynamicColor.fromPalette({
21874
21173
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21875
21174
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.secondaryContainer, MaterialDynamicColors.secondary, 15, 'nearer', false),
21876
21175
  });
21877
- MaterialDynamicColors.onSecondaryContainer = DynamicColor.fromPalette({
21176
+ MaterialDynamicColors.onSecondaryContainer = DynamicColor$1.fromPalette({
21878
21177
  name: 'on_secondary_container',
21879
21178
  palette: (s) => s.secondaryPalette,
21880
21179
  tone: (s) => {
21881
21180
  if (!isFidelity(s)) {
21882
21181
  return s.isDark ? 90 : 10;
21883
21182
  }
21884
- return DynamicColor.foregroundTone(MaterialDynamicColors.secondaryContainer.tone(s), 4.5);
21183
+ return DynamicColor$1.foregroundTone(MaterialDynamicColors.secondaryContainer.tone(s), 4.5);
21885
21184
  },
21886
21185
  background: (s) => MaterialDynamicColors.secondaryContainer,
21887
21186
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21888
21187
  });
21889
- MaterialDynamicColors.tertiary = DynamicColor.fromPalette({
21188
+ MaterialDynamicColors.tertiary = DynamicColor$1.fromPalette({
21890
21189
  name: 'tertiary',
21891
21190
  palette: (s) => s.tertiaryPalette,
21892
21191
  tone: (s) => {
@@ -21900,7 +21199,7 @@ MaterialDynamicColors.tertiary = DynamicColor.fromPalette({
21900
21199
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21901
21200
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.tertiaryContainer, MaterialDynamicColors.tertiary, 15, 'nearer', false),
21902
21201
  });
21903
- MaterialDynamicColors.onTertiary = DynamicColor.fromPalette({
21202
+ MaterialDynamicColors.onTertiary = DynamicColor$1.fromPalette({
21904
21203
  name: 'on_tertiary',
21905
21204
  palette: (s) => s.tertiaryPalette,
21906
21205
  tone: (s) => {
@@ -21912,7 +21211,7 @@ MaterialDynamicColors.onTertiary = DynamicColor.fromPalette({
21912
21211
  background: (s) => MaterialDynamicColors.tertiary,
21913
21212
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21914
21213
  });
21915
- MaterialDynamicColors.tertiaryContainer = DynamicColor.fromPalette({
21214
+ MaterialDynamicColors.tertiaryContainer = DynamicColor$1.fromPalette({
21916
21215
  name: 'tertiary_container',
21917
21216
  palette: (s) => s.tertiaryPalette,
21918
21217
  tone: (s) => {
@@ -21931,7 +21230,7 @@ MaterialDynamicColors.tertiaryContainer = DynamicColor.fromPalette({
21931
21230
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21932
21231
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.tertiaryContainer, MaterialDynamicColors.tertiary, 15, 'nearer', false),
21933
21232
  });
21934
- MaterialDynamicColors.onTertiaryContainer = DynamicColor.fromPalette({
21233
+ MaterialDynamicColors.onTertiaryContainer = DynamicColor$1.fromPalette({
21935
21234
  name: 'on_tertiary_container',
21936
21235
  palette: (s) => s.tertiaryPalette,
21937
21236
  tone: (s) => {
@@ -21941,12 +21240,12 @@ MaterialDynamicColors.onTertiaryContainer = DynamicColor.fromPalette({
21941
21240
  if (!isFidelity(s)) {
21942
21241
  return s.isDark ? 90 : 10;
21943
21242
  }
21944
- return DynamicColor.foregroundTone(MaterialDynamicColors.tertiaryContainer.tone(s), 4.5);
21243
+ return DynamicColor$1.foregroundTone(MaterialDynamicColors.tertiaryContainer.tone(s), 4.5);
21945
21244
  },
21946
21245
  background: (s) => MaterialDynamicColors.tertiaryContainer,
21947
21246
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21948
21247
  });
21949
- MaterialDynamicColors.error = DynamicColor.fromPalette({
21248
+ MaterialDynamicColors.error = DynamicColor$1.fromPalette({
21950
21249
  name: 'error',
21951
21250
  palette: (s) => s.errorPalette,
21952
21251
  tone: (s) => s.isDark ? 80 : 40,
@@ -21955,14 +21254,14 @@ MaterialDynamicColors.error = DynamicColor.fromPalette({
21955
21254
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21956
21255
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.errorContainer, MaterialDynamicColors.error, 15, 'nearer', false),
21957
21256
  });
21958
- MaterialDynamicColors.onError = DynamicColor.fromPalette({
21257
+ MaterialDynamicColors.onError = DynamicColor$1.fromPalette({
21959
21258
  name: 'on_error',
21960
21259
  palette: (s) => s.errorPalette,
21961
21260
  tone: (s) => s.isDark ? 20 : 100,
21962
21261
  background: (s) => MaterialDynamicColors.error,
21963
21262
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21964
21263
  });
21965
- MaterialDynamicColors.errorContainer = DynamicColor.fromPalette({
21264
+ MaterialDynamicColors.errorContainer = DynamicColor$1.fromPalette({
21966
21265
  name: 'error_container',
21967
21266
  palette: (s) => s.errorPalette,
21968
21267
  tone: (s) => s.isDark ? 30 : 90,
@@ -21971,14 +21270,14 @@ MaterialDynamicColors.errorContainer = DynamicColor.fromPalette({
21971
21270
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21972
21271
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.errorContainer, MaterialDynamicColors.error, 15, 'nearer', false),
21973
21272
  });
21974
- MaterialDynamicColors.onErrorContainer = DynamicColor.fromPalette({
21273
+ MaterialDynamicColors.onErrorContainer = DynamicColor$1.fromPalette({
21975
21274
  name: 'on_error_container',
21976
21275
  palette: (s) => s.errorPalette,
21977
21276
  tone: (s) => s.isDark ? 90 : 10,
21978
21277
  background: (s) => MaterialDynamicColors.errorContainer,
21979
21278
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21980
21279
  });
21981
- MaterialDynamicColors.primaryFixed = DynamicColor.fromPalette({
21280
+ MaterialDynamicColors.primaryFixed = DynamicColor$1.fromPalette({
21982
21281
  name: 'primary_fixed',
21983
21282
  palette: (s) => s.primaryPalette,
21984
21283
  tone: (s) => isMonochrome(s) ? 40.0 : 90.0,
@@ -21987,7 +21286,7 @@ MaterialDynamicColors.primaryFixed = DynamicColor.fromPalette({
21987
21286
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21988
21287
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.primaryFixed, MaterialDynamicColors.primaryFixedDim, 10, 'lighter', true),
21989
21288
  });
21990
- MaterialDynamicColors.primaryFixedDim = DynamicColor.fromPalette({
21289
+ MaterialDynamicColors.primaryFixedDim = DynamicColor$1.fromPalette({
21991
21290
  name: 'primary_fixed_dim',
21992
21291
  palette: (s) => s.primaryPalette,
21993
21292
  tone: (s) => isMonochrome(s) ? 30.0 : 80.0,
@@ -21996,7 +21295,7 @@ MaterialDynamicColors.primaryFixedDim = DynamicColor.fromPalette({
21996
21295
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21997
21296
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.primaryFixed, MaterialDynamicColors.primaryFixedDim, 10, 'lighter', true),
21998
21297
  });
21999
- MaterialDynamicColors.onPrimaryFixed = DynamicColor.fromPalette({
21298
+ MaterialDynamicColors.onPrimaryFixed = DynamicColor$1.fromPalette({
22000
21299
  name: 'on_primary_fixed',
22001
21300
  palette: (s) => s.primaryPalette,
22002
21301
  tone: (s) => isMonochrome(s) ? 100.0 : 10.0,
@@ -22004,7 +21303,7 @@ MaterialDynamicColors.onPrimaryFixed = DynamicColor.fromPalette({
22004
21303
  secondBackground: (s) => MaterialDynamicColors.primaryFixed,
22005
21304
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
22006
21305
  });
22007
- MaterialDynamicColors.onPrimaryFixedVariant = DynamicColor.fromPalette({
21306
+ MaterialDynamicColors.onPrimaryFixedVariant = DynamicColor$1.fromPalette({
22008
21307
  name: 'on_primary_fixed_variant',
22009
21308
  palette: (s) => s.primaryPalette,
22010
21309
  tone: (s) => isMonochrome(s) ? 90.0 : 30.0,
@@ -22012,7 +21311,7 @@ MaterialDynamicColors.onPrimaryFixedVariant = DynamicColor.fromPalette({
22012
21311
  secondBackground: (s) => MaterialDynamicColors.primaryFixed,
22013
21312
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
22014
21313
  });
22015
- MaterialDynamicColors.secondaryFixed = DynamicColor.fromPalette({
21314
+ MaterialDynamicColors.secondaryFixed = DynamicColor$1.fromPalette({
22016
21315
  name: 'secondary_fixed',
22017
21316
  palette: (s) => s.secondaryPalette,
22018
21317
  tone: (s) => isMonochrome(s) ? 80.0 : 90.0,
@@ -22021,7 +21320,7 @@ MaterialDynamicColors.secondaryFixed = DynamicColor.fromPalette({
22021
21320
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
22022
21321
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.secondaryFixed, MaterialDynamicColors.secondaryFixedDim, 10, 'lighter', true),
22023
21322
  });
22024
- MaterialDynamicColors.secondaryFixedDim = DynamicColor.fromPalette({
21323
+ MaterialDynamicColors.secondaryFixedDim = DynamicColor$1.fromPalette({
22025
21324
  name: 'secondary_fixed_dim',
22026
21325
  palette: (s) => s.secondaryPalette,
22027
21326
  tone: (s) => isMonochrome(s) ? 70.0 : 80.0,
@@ -22030,7 +21329,7 @@ MaterialDynamicColors.secondaryFixedDim = DynamicColor.fromPalette({
22030
21329
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
22031
21330
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.secondaryFixed, MaterialDynamicColors.secondaryFixedDim, 10, 'lighter', true),
22032
21331
  });
22033
- MaterialDynamicColors.onSecondaryFixed = DynamicColor.fromPalette({
21332
+ MaterialDynamicColors.onSecondaryFixed = DynamicColor$1.fromPalette({
22034
21333
  name: 'on_secondary_fixed',
22035
21334
  palette: (s) => s.secondaryPalette,
22036
21335
  tone: (s) => 10.0,
@@ -22038,7 +21337,7 @@ MaterialDynamicColors.onSecondaryFixed = DynamicColor.fromPalette({
22038
21337
  secondBackground: (s) => MaterialDynamicColors.secondaryFixed,
22039
21338
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
22040
21339
  });
22041
- MaterialDynamicColors.onSecondaryFixedVariant = DynamicColor.fromPalette({
21340
+ MaterialDynamicColors.onSecondaryFixedVariant = DynamicColor$1.fromPalette({
22042
21341
  name: 'on_secondary_fixed_variant',
22043
21342
  palette: (s) => s.secondaryPalette,
22044
21343
  tone: (s) => isMonochrome(s) ? 25.0 : 30.0,
@@ -22046,7 +21345,7 @@ MaterialDynamicColors.onSecondaryFixedVariant = DynamicColor.fromPalette({
22046
21345
  secondBackground: (s) => MaterialDynamicColors.secondaryFixed,
22047
21346
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
22048
21347
  });
22049
- MaterialDynamicColors.tertiaryFixed = DynamicColor.fromPalette({
21348
+ MaterialDynamicColors.tertiaryFixed = DynamicColor$1.fromPalette({
22050
21349
  name: 'tertiary_fixed',
22051
21350
  palette: (s) => s.tertiaryPalette,
22052
21351
  tone: (s) => isMonochrome(s) ? 40.0 : 90.0,
@@ -22055,7 +21354,7 @@ MaterialDynamicColors.tertiaryFixed = DynamicColor.fromPalette({
22055
21354
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
22056
21355
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.tertiaryFixed, MaterialDynamicColors.tertiaryFixedDim, 10, 'lighter', true),
22057
21356
  });
22058
- MaterialDynamicColors.tertiaryFixedDim = DynamicColor.fromPalette({
21357
+ MaterialDynamicColors.tertiaryFixedDim = DynamicColor$1.fromPalette({
22059
21358
  name: 'tertiary_fixed_dim',
22060
21359
  palette: (s) => s.tertiaryPalette,
22061
21360
  tone: (s) => isMonochrome(s) ? 30.0 : 80.0,
@@ -22064,7 +21363,7 @@ MaterialDynamicColors.tertiaryFixedDim = DynamicColor.fromPalette({
22064
21363
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
22065
21364
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.tertiaryFixed, MaterialDynamicColors.tertiaryFixedDim, 10, 'lighter', true),
22066
21365
  });
22067
- MaterialDynamicColors.onTertiaryFixed = DynamicColor.fromPalette({
21366
+ MaterialDynamicColors.onTertiaryFixed = DynamicColor$1.fromPalette({
22068
21367
  name: 'on_tertiary_fixed',
22069
21368
  palette: (s) => s.tertiaryPalette,
22070
21369
  tone: (s) => isMonochrome(s) ? 100.0 : 10.0,
@@ -22072,7 +21371,7 @@ MaterialDynamicColors.onTertiaryFixed = DynamicColor.fromPalette({
22072
21371
  secondBackground: (s) => MaterialDynamicColors.tertiaryFixed,
22073
21372
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
22074
21373
  });
22075
- MaterialDynamicColors.onTertiaryFixedVariant = DynamicColor.fromPalette({
21374
+ MaterialDynamicColors.onTertiaryFixedVariant = DynamicColor$1.fromPalette({
22076
21375
  name: 'on_tertiary_fixed_variant',
22077
21376
  palette: (s) => s.tertiaryPalette,
22078
21377
  tone: (s) => isMonochrome(s) ? 90.0 : 30.0,
@@ -23547,7 +22846,7 @@ function customColor(source, color) {
23547
22846
  };
23548
22847
  }
23549
22848
 
23550
- const dynamicColor = async src => {
22849
+ const DynamicColor = async src => {
23551
22850
  const imageElement = document.createElement("img");
23552
22851
  imageElement.src = src;
23553
22852
  const dynamicPalette = await themeFromImage(imageElement);
@@ -23602,7 +22901,7 @@ const useDynamicColor = url => {
23602
22901
  const [background, setBackground] = useState(SincoTheme.palette.background);
23603
22902
  const [loading, setLoading] = useState(false);
23604
22903
  useEffect(() => {
23605
- dynamicColor(url).then(({
22904
+ DynamicColor(url).then(({
23606
22905
  primaryColor,
23607
22906
  secondaryColor,
23608
22907
  backgroundColor
@@ -23621,4 +22920,4 @@ const useDynamicColor = url => {
23621
22920
  };
23622
22921
  };
23623
22922
 
23624
- export { DrawerComponent, EmptyState, PageContent, PageHeader, SincoTheme, ToastNotification, UrlImage, dynamicColor, useDynamicColor };
22923
+ export { DrawerComponent, DynamicColor, EmptyStateComponent, EmptyStateImageUrls, PageHeaderComponent, PageHeaderContent, SincoTheme, ToastNotificationComponent, useDynamicColor };