@sinco/react 1.0.10 → 1.0.11-rc.0

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.');
@@ -8793,10 +8782,10 @@ function createShadow(...px) {
8793
8782
  }
8794
8783
 
8795
8784
  // Values from https://github.com/material-components/material-components-web/blob/be8747f94574669cb5e7add1a7c54fa41a89cec7/packages/mdc-elevation/_variables.scss
8796
- 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
- var shadows$1 = shadows;
8785
+ const shadows$1 = ['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)];
8786
+ var shadows$2 = shadows$1;
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));
@@ -8913,7 +8902,7 @@ Please use another name.` : formatMuiErrorMessage(18));
8913
8902
  mixins: createMixins(systemTheme.breakpoints, mixinsInput),
8914
8903
  palette,
8915
8904
  // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.
8916
- shadows: shadows$1.slice(),
8905
+ shadows: shadows$2.slice(),
8917
8906
  typography: createTypography(palette, typographyInput),
8918
8907
  transitions: createTransitions(transitionsInput),
8919
8908
  zIndex: _extends({}, zIndex$1)
@@ -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),
@@ -10970,6 +10959,142 @@ const components = {
10970
10959
  }
10971
10960
  };
10972
10961
 
10962
+ const breakpoints = createBreakpoints({
10963
+ values: {
10964
+ xs: 0,
10965
+ sm: 600,
10966
+ md: 960,
10967
+ lg: 1280,
10968
+ xl: 1920
10969
+ }
10970
+ });
10971
+
10972
+ const typography = {
10973
+ fontSize: 13,
10974
+ body3: {
10975
+ fontFamily: 'Roboto',
10976
+ fontWeight: 310,
10977
+ fontSize: 12,
10978
+ letterSpacing: 0.17,
10979
+ lineHeight: 1.2,
10980
+ [breakpoints.down('md')]: {
10981
+ fontSize: 11
10982
+ }
10983
+ },
10984
+ body1: {
10985
+ fontFamily: 'Roboto',
10986
+ fontSize: 14,
10987
+ fontWeight: 400,
10988
+ letterSpacing: 0.15,
10989
+ lineHeight: 1.4,
10990
+ '@media(max-width: 885px)': {
10991
+ fontSize: 15
10992
+ }
10993
+ },
10994
+ body2: {
10995
+ fontFamily: 'Roboto',
10996
+ fontSize: 13,
10997
+ fontWeight: 400,
10998
+ letterSpacing: 0.17,
10999
+ lineHeight: 1.2,
11000
+ '@media(max-width: 885px)': {
11001
+ fontSize: 14
11002
+ }
11003
+ },
11004
+ subtitle1: {
11005
+ fontFamily: 'Roboto',
11006
+ fontSize: 14,
11007
+ fontWeight: 500,
11008
+ letterSpacing: 0.15,
11009
+ lineHeight: 1.4,
11010
+ '@media(max-width: 885px)': {
11011
+ fontSize: 15
11012
+ }
11013
+ },
11014
+ subtitle2: {
11015
+ fontFamily: 'Roboto',
11016
+ fontSize: 13,
11017
+ fontWeight: 500,
11018
+ letterSpacing: 0.1,
11019
+ lineHeight: 1.4,
11020
+ '@media(max-width: 885px)': {
11021
+ fontSize: 14
11022
+ }
11023
+ },
11024
+ caption: {
11025
+ fontFamily: 'Roboto',
11026
+ fontSize: 11,
11027
+ fontWeight: 400,
11028
+ letterSpacing: 0.4,
11029
+ lineHeight: 1.4,
11030
+ '@media(max-width: 885px)': {
11031
+ fontSize: 12
11032
+ }
11033
+ },
11034
+ overline: {
11035
+ fontFamily: 'Roboto',
11036
+ fontSize: 11,
11037
+ fontWeight: 400,
11038
+ letterSpacing: 1,
11039
+ lineHeight: 2.66,
11040
+ '@media(max-width: 885px)': {
11041
+ fontSize: 12
11042
+ }
11043
+ },
11044
+ h6: {
11045
+ fontFamily: 'Nunito',
11046
+ fontSize: 16,
11047
+ fontWeight: 600,
11048
+ lineHeight: 1.6,
11049
+ '@media(max-width: 885px)': {
11050
+ fontSize: 17
11051
+ }
11052
+ },
11053
+ h5: {
11054
+ fontFamily: 'Nunito',
11055
+ fontSize: 18,
11056
+ fontWeight: 600,
11057
+ lineHeight: 1.8
11058
+ },
11059
+ h4: {
11060
+ fontFamily: 'Nunito',
11061
+ fontSize: 20,
11062
+ fontWeight: 600,
11063
+ letterSpacing: 0.25,
11064
+ lineHeight: 1
11065
+ },
11066
+ h3: {
11067
+ fontFamily: 'Nunito',
11068
+ fontSize: 28,
11069
+ fontWeight: 500,
11070
+ lineHeight: 1.2
11071
+ },
11072
+ h2: {
11073
+ fontFamily: 'Nunito',
11074
+ fontSize: 32,
11075
+ fontWeight: 400,
11076
+ letterSpacing: -0.5,
11077
+ lineHeight: 1.2
11078
+ },
11079
+ h1: {
11080
+ fontFamily: 'Nunito',
11081
+ fontSize: 40,
11082
+ fontWeight: 300,
11083
+ letterSpacing: -1.5,
11084
+ lineHeight: 1.4
11085
+ },
11086
+ button: {
11087
+ fontFamily: 'Roboto',
11088
+ textTransform: 'unset',
11089
+ fontWeightLight: 300,
11090
+ fontSize: 13,
11091
+ lineHeight: 'normal',
11092
+ '@media(max-width: 885px)': {
11093
+ fontSize: 14
11094
+ }
11095
+ }
11096
+ };
11097
+
10973
11098
  const palette = {
10974
11099
  primary: {
10975
11100
  50: "#E4ECF4",
@@ -11113,16 +11238,6 @@ const palette = {
11113
11238
  divider: "rgba(16,24,64,0.12)"
11114
11239
  };
11115
11240
 
11116
- const breakpoints = createBreakpoints({
11117
- values: {
11118
- xs: 0,
11119
- sm: 600,
11120
- md: 960,
11121
- lg: 1280,
11122
- xl: 1920
11123
- }
11124
- });
11125
-
11126
11241
  const mixins = {
11127
11242
  toolbar: {
11128
11243
  minHeight: 48,
@@ -11132,131 +11247,7 @@ const mixins = {
11132
11247
  }
11133
11248
  };
11134
11249
 
11135
- const typography = {
11136
- fontSize: 13,
11137
- body3: {
11138
- fontFamily: 'Roboto',
11139
- fontWeight: 310,
11140
- fontSize: 12,
11141
- letterSpacing: 0.17,
11142
- lineHeight: 1.2,
11143
- [breakpoints.down('md')]: {
11144
- fontSize: 11
11145
- }
11146
- },
11147
- body1: {
11148
- fontFamily: 'Roboto',
11149
- fontSize: 14,
11150
- fontWeight: 400,
11151
- letterSpacing: 0.15,
11152
- lineHeight: 1.4,
11153
- '@media(max-width: 885px)': {
11154
- fontSize: 15
11155
- }
11156
- },
11157
- body2: {
11158
- fontFamily: 'Roboto',
11159
- fontSize: 13,
11160
- fontWeight: 400,
11161
- letterSpacing: 0.17,
11162
- lineHeight: 1.2,
11163
- '@media(max-width: 885px)': {
11164
- fontSize: 14
11165
- }
11166
- },
11167
- subtitle1: {
11168
- fontFamily: 'Roboto',
11169
- fontSize: 14,
11170
- fontWeight: 500,
11171
- letterSpacing: 0.15,
11172
- lineHeight: 1.4,
11173
- '@media(max-width: 885px)': {
11174
- fontSize: 15
11175
- }
11176
- },
11177
- subtitle2: {
11178
- fontFamily: 'Roboto',
11179
- fontSize: 13,
11180
- fontWeight: 500,
11181
- letterSpacing: 0.1,
11182
- lineHeight: 1.4,
11183
- '@media(max-width: 885px)': {
11184
- fontSize: 14
11185
- }
11186
- },
11187
- caption: {
11188
- fontFamily: 'Roboto',
11189
- fontSize: 11,
11190
- fontWeight: 400,
11191
- letterSpacing: 0.4,
11192
- lineHeight: 1.4,
11193
- '@media(max-width: 885px)': {
11194
- fontSize: 12
11195
- }
11196
- },
11197
- overline: {
11198
- fontFamily: 'Roboto',
11199
- fontSize: 11,
11200
- fontWeight: 400,
11201
- letterSpacing: 1,
11202
- lineHeight: 2.66,
11203
- '@media(max-width: 885px)': {
11204
- fontSize: 12
11205
- }
11206
- },
11207
- h6: {
11208
- fontFamily: 'Nunito',
11209
- fontSize: 16,
11210
- fontWeight: 600,
11211
- lineHeight: 1.6,
11212
- '@media(max-width: 885px)': {
11213
- fontSize: 17
11214
- }
11215
- },
11216
- h5: {
11217
- fontFamily: 'Nunito',
11218
- fontSize: 18,
11219
- fontWeight: 600,
11220
- lineHeight: 1.8
11221
- },
11222
- h4: {
11223
- fontFamily: 'Nunito',
11224
- fontSize: 20,
11225
- fontWeight: 600,
11226
- letterSpacing: 0.25,
11227
- lineHeight: 1
11228
- },
11229
- h3: {
11230
- fontFamily: 'Nunito',
11231
- fontSize: 28,
11232
- fontWeight: 500,
11233
- lineHeight: 1.2
11234
- },
11235
- h2: {
11236
- fontFamily: 'Nunito',
11237
- fontSize: 32,
11238
- fontWeight: 400,
11239
- letterSpacing: -0.5,
11240
- lineHeight: 1.2
11241
- },
11242
- h1: {
11243
- fontFamily: 'Nunito',
11244
- fontSize: 40,
11245
- fontWeight: 300,
11246
- letterSpacing: -1.5,
11247
- lineHeight: 1.4
11248
- },
11249
- button: {
11250
- fontFamily: 'Roboto',
11251
- textTransform: 'unset',
11252
- fontWeightLight: 300,
11253
- fontSize: 13,
11254
- lineHeight: 'normal',
11255
- '@media(max-width: 885px)': {
11256
- fontSize: 14
11257
- }
11258
- }
11259
- };
11250
+ const shadows = ["none", "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)", "0px 1px 5px rgba(24, 39, 75, 0.12), 0px 2px 2px rgba(24, 39, 75, 0.14), 0px 3px 1px -2px rgba(24, 39, 75, 0.2)", "0px 1px 8px rgba(24, 39, 75, 0.12), 0px 3px 4px rgba(24, 39, 75, 0.14), 0px 3px 3px -2px rgba(24, 39, 75, 0.2)", "0px 2px 4px -1px rgba(24, 39, 75, 0.2), 0px 4px 5px rgba(24, 39, 75, 0.14), 0px 1px 10px rgba(24, 39, 75, 0.12)", "0px 3px 5px -1px rgba(24, 39, 75, 0.2), 0px 5px 8px rgba(24, 39, 75, 0.14), 0px 1px 14px rgba(24, 39, 75, 0.12)", "0px 3px 5px -1px rgba(24, 39, 75, 0.2), 0px 6px 10px rgba(24, 39, 75, 0.14), 0px 1px 18px rgba(24, 39, 75, 0.12)", "0px 4px 5px -2px rgba(24, 39, 75, 0.2), 0px 7px 10px 1px rgba(24, 39, 75, 0.14), 0px 2px 16px 1px rgba(24, 39, 75, 0.12)", "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)", "0px 5px 6px -3px rgba(24, 39, 75, 0.2), 0px 9px 12px 1px rgba(24, 39, 75, 0.14), 0px 3px 16px 2px rgba(24, 39, 75, 0.12)", "0px 6px 6px -3px rgba(24, 39, 75, 0.2), 0px 10px 14px 1px rgba(24, 39, 75, 0.14), 0px 4px 18px 3px rgba(24, 39, 75, 0.12)", "0px 6px 7px -4px rgba(24, 39, 75, 0.2), 0px 11px 15px 1px rgba(24, 39, 75, 0.14), 0px 4px 20px 3px rgba(24, 39, 75, 0.12)", "0px 7px 8px -4px rgba(24, 39, 75, 0.2), 0px 12px 17px 2px rgba(24, 39, 75, 0.14), 0px 5px 22px 4px rgba(24, 39, 75, 0.12)", "0px 7px 8px -4px rgba(24, 39, 75, 0.2), 0px 13px 19px 2px rgba(24, 39, 75, 0.14), 0px 5px 24px 4px rgba(24, 39, 75, 0.12)", "0px 7px 9px -4px rgba(24, 39, 75, 0.2), 0px 14px 21px 2px rgba(24, 39, 75, 0.14), 0px 5px 26px 4px rgba(24, 39, 75, 0.12)", "0px 8px 9px -5px rgba(24, 39, 75, 0.2), 0px 15px 22px 2px rgba(24, 39, 75, 0.14), 0px 6px 28px 5px rgba(24, 39, 75, 0.12)", "0px 8px 10px -5px rgba(24, 39, 75, 0.2), 0px 16px 24px 2px rgba(24, 39, 75, 0.14), 0px 6px 30px 5px rgba(24, 39, 75, 0.12)", "0px 8px 11px -5px rgba(24, 39, 75, 0.2), 0px 17px 26px 2px rgba(24, 39, 75, 0.14), 0px 6px 32px 5px rgba(24, 39, 75, 0.12)", "0px 9px 11px -5px rgba(24, 39, 75, 0.2), 0px 18px 28px 2px rgba(24, 39, 75, 0.14), 0px 7px 34px 6px rgba(24, 39, 75, 0.12)", "0px 9px 12px -6px rgba(24, 39, 75, 0.2), 0px 19px 29px 2px rgba(24, 39, 75, 0.14), 0px 7px 36px 6px rgba(24, 39, 75, 0.12)", "0px 10px 13px -6px rgba(24, 39, 75, 0.2), 0px 20px 31px 3px rgba(24, 39, 75, 0.14), 0px 8px 38px 7px rgba(24, 39, 75, 0.12)", "0px 10px 13px -6px rgba(24, 39, 75, 0.2), 0px 21px 33px 3px rgba(24, 39, 75, 0.14), 0px 8px 40px 7px rgba(24, 39, 75, 0.12)", "0px 10px 14px -6px rgba(24, 39, 75, 0.2), 0px 22px 35px 3px rgba(24, 39, 75, 0.14), 0px 8px 42px 7px rgba(24, 39, 75, 0.12)", "0px 11px 14px -7px rgba(24, 39, 75, 0.2), 0px 23px 36px 3px rgba(24, 39, 75, 0.14), 0px 9px 44px 8px rgba(24, 39, 75, 0.12)", "0px 11px 15px -7px rgba(24, 39, 75, 0.2), 0px 24px 38px 3px rgba(24, 39, 75, 0.14), 0px 9px 46px 8px rgba(24, 39, 75, 0.12)"];
11260
11251
 
11261
11252
  const themeOptions = {
11262
11253
  components,
@@ -11264,7 +11255,8 @@ const themeOptions = {
11264
11255
  palette,
11265
11256
  spacing: 8,
11266
11257
  mixins,
11267
- breakpoints
11258
+ breakpoints,
11259
+ shadows
11268
11260
  };
11269
11261
 
11270
11262
  const SincoTheme = createTheme(Object.assign({}, themeOptions));
@@ -12785,8 +12777,8 @@ function getPaperUtilityClass(slot) {
12785
12777
  }
12786
12778
  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']);
12787
12779
 
12788
- const _excluded$h = ["className", "component", "elevation", "square", "variant"];
12789
- const useUtilityClasses$c = ownerState => {
12780
+ const _excluded$e = ["className", "component", "elevation", "square", "variant"];
12781
+ const useUtilityClasses$a = ownerState => {
12790
12782
  const {
12791
12783
  square,
12792
12784
  elevation,
@@ -12840,14 +12832,14 @@ const Paper = /*#__PURE__*/React.forwardRef(function Paper(inProps, ref) {
12840
12832
  square = false,
12841
12833
  variant = 'elevation'
12842
12834
  } = props,
12843
- other = _objectWithoutPropertiesLoose(props, _excluded$h);
12835
+ other = _objectWithoutPropertiesLoose(props, _excluded$e);
12844
12836
  const ownerState = _extends({}, props, {
12845
12837
  component,
12846
12838
  elevation,
12847
12839
  square,
12848
12840
  variant
12849
12841
  });
12850
- const classes = useUtilityClasses$c(ownerState);
12842
+ const classes = useUtilityClasses$a(ownerState);
12851
12843
  if (process.env.NODE_ENV !== 'production') {
12852
12844
  // eslint-disable-next-line react-hooks/rules-of-hooks
12853
12845
  const theme = useTheme();
@@ -12998,7 +12990,7 @@ process.env.NODE_ENV !== "production" ? Ripple.propTypes = {
12998
12990
  const touchRippleClasses = generateUtilityClasses('MuiTouchRipple', ['root', 'ripple', 'rippleVisible', 'ripplePulsate', 'child', 'childLeaving', 'childPulsate']);
12999
12991
  var touchRippleClasses$1 = touchRippleClasses;
13000
12992
 
13001
- const _excluded$g = ["center", "classes", "className"];
12993
+ const _excluded$d = ["center", "classes", "className"];
13002
12994
  let _$1 = t => t,
13003
12995
  _t$1,
13004
12996
  _t2$1,
@@ -13127,7 +13119,7 @@ const TouchRipple = /*#__PURE__*/React.forwardRef(function TouchRipple(inProps,
13127
13119
  classes = {},
13128
13120
  className
13129
13121
  } = props,
13130
- other = _objectWithoutPropertiesLoose(props, _excluded$g);
13122
+ other = _objectWithoutPropertiesLoose(props, _excluded$d);
13131
13123
  const [ripples, setRipples] = React.useState([]);
13132
13124
  const nextKey = React.useRef(0);
13133
13125
  const rippleCallback = React.useRef(null);
@@ -13328,8 +13320,8 @@ function getButtonBaseUtilityClass(slot) {
13328
13320
  const buttonBaseClasses = generateUtilityClasses('MuiButtonBase', ['root', 'disabled', 'focusVisible']);
13329
13321
  var buttonBaseClasses$1 = buttonBaseClasses;
13330
13322
 
13331
- 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"];
13332
- const useUtilityClasses$b = ownerState => {
13323
+ 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"];
13324
+ const useUtilityClasses$9 = ownerState => {
13333
13325
  const {
13334
13326
  disabled,
13335
13327
  focusVisible,
@@ -13430,7 +13422,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(inProps, re
13430
13422
  touchRippleRef,
13431
13423
  type
13432
13424
  } = props,
13433
- other = _objectWithoutPropertiesLoose(props, _excluded$f);
13425
+ other = _objectWithoutPropertiesLoose(props, _excluded$c);
13434
13426
  const buttonRef = React.useRef(null);
13435
13427
  const rippleRef = React.useRef(null);
13436
13428
  const handleRippleRef = useForkRef(rippleRef, touchRippleRef);
@@ -13597,7 +13589,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(inProps, re
13597
13589
  tabIndex,
13598
13590
  focusVisible
13599
13591
  });
13600
- const classes = useUtilityClasses$b(ownerState);
13592
+ const classes = useUtilityClasses$9(ownerState);
13601
13593
  return /*#__PURE__*/jsxs(ButtonBaseRoot, _extends({
13602
13594
  as: ComponentProp,
13603
13595
  className: clsx(classes.root, className),
@@ -13794,8 +13786,8 @@ function getIconButtonUtilityClass(slot) {
13794
13786
  const iconButtonClasses = generateUtilityClasses('MuiIconButton', ['root', 'disabled', 'colorInherit', 'colorPrimary', 'colorSecondary', 'colorError', 'colorInfo', 'colorSuccess', 'colorWarning', 'edgeStart', 'edgeEnd', 'sizeSmall', 'sizeMedium', 'sizeLarge']);
13795
13787
  var iconButtonClasses$1 = iconButtonClasses;
13796
13788
 
13797
- const _excluded$e = ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"];
13798
- const useUtilityClasses$a = ownerState => {
13789
+ const _excluded$b = ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"];
13790
+ const useUtilityClasses$8 = ownerState => {
13799
13791
  const {
13800
13792
  classes,
13801
13793
  disabled,
@@ -13895,7 +13887,7 @@ const IconButton = /*#__PURE__*/React.forwardRef(function IconButton(inProps, re
13895
13887
  disableFocusRipple = false,
13896
13888
  size = 'medium'
13897
13889
  } = props,
13898
- other = _objectWithoutPropertiesLoose(props, _excluded$e);
13890
+ other = _objectWithoutPropertiesLoose(props, _excluded$b);
13899
13891
  const ownerState = _extends({}, props, {
13900
13892
  edge,
13901
13893
  color,
@@ -13903,7 +13895,7 @@ const IconButton = /*#__PURE__*/React.forwardRef(function IconButton(inProps, re
13903
13895
  disableFocusRipple,
13904
13896
  size
13905
13897
  });
13906
- const classes = useUtilityClasses$a(ownerState);
13898
+ const classes = useUtilityClasses$8(ownerState);
13907
13899
  return /*#__PURE__*/jsx(IconButtonRoot, _extends({
13908
13900
  className: clsx(classes.root, className),
13909
13901
  centerRipple: true,
@@ -13989,8 +13981,8 @@ function getTypographyUtilityClass(slot) {
13989
13981
  }
13990
13982
  generateUtilityClasses('MuiTypography', ['root', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'subtitle1', 'subtitle2', 'body1', 'body2', 'inherit', 'button', 'caption', 'overline', 'alignLeft', 'alignRight', 'alignCenter', 'alignJustify', 'noWrap', 'gutterBottom', 'paragraph']);
13991
13983
 
13992
- const _excluded$d = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"];
13993
- const useUtilityClasses$9 = ownerState => {
13984
+ const _excluded$a = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"];
13985
+ const useUtilityClasses$7 = ownerState => {
13994
13986
  const {
13995
13987
  align,
13996
13988
  gutterBottom,
@@ -14044,22 +14036,22 @@ const defaultVariantMapping = {
14044
14036
  };
14045
14037
 
14046
14038
  // TODO v6: deprecate these color values in v5.x and remove the transformation in v6
14047
- const colorTransformations$1 = {
14039
+ const colorTransformations = {
14048
14040
  primary: 'primary.main',
14049
14041
  textPrimary: 'text.primary',
14050
14042
  secondary: 'secondary.main',
14051
14043
  textSecondary: 'text.secondary',
14052
14044
  error: 'error.main'
14053
14045
  };
14054
- const transformDeprecatedColors$1 = color => {
14055
- return colorTransformations$1[color] || color;
14046
+ const transformDeprecatedColors = color => {
14047
+ return colorTransformations[color] || color;
14056
14048
  };
14057
14049
  const Typography = /*#__PURE__*/React.forwardRef(function Typography(inProps, ref) {
14058
14050
  const themeProps = useThemeProps({
14059
14051
  props: inProps,
14060
14052
  name: 'MuiTypography'
14061
14053
  });
14062
- const color = transformDeprecatedColors$1(themeProps.color);
14054
+ const color = transformDeprecatedColors(themeProps.color);
14063
14055
  const props = extendSxProp(_extends({}, themeProps, {
14064
14056
  color
14065
14057
  }));
@@ -14073,7 +14065,7 @@ const Typography = /*#__PURE__*/React.forwardRef(function Typography(inProps, re
14073
14065
  variant = 'body1',
14074
14066
  variantMapping = defaultVariantMapping
14075
14067
  } = props,
14076
- other = _objectWithoutPropertiesLoose(props, _excluded$d);
14068
+ other = _objectWithoutPropertiesLoose(props, _excluded$a);
14077
14069
  const ownerState = _extends({}, props, {
14078
14070
  align,
14079
14071
  color,
@@ -14086,7 +14078,7 @@ const Typography = /*#__PURE__*/React.forwardRef(function Typography(inProps, re
14086
14078
  variantMapping
14087
14079
  });
14088
14080
  const Component = component || (paragraph ? 'p' : variantMapping[variant] || defaultVariantMapping[variant]) || 'span';
14089
- const classes = useUtilityClasses$9(ownerState);
14081
+ const classes = useUtilityClasses$7(ownerState);
14090
14082
  return /*#__PURE__*/jsx(TypographyRoot, _extends({
14091
14083
  as: Component,
14092
14084
  ref: ref,
@@ -14171,7 +14163,7 @@ process.env.NODE_ENV !== "production" ? Typography.propTypes /* remove-proptypes
14171
14163
  } : void 0;
14172
14164
  var Typography$1 = Typography;
14173
14165
 
14174
- const _excluded$c = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
14166
+ const _excluded$9 = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
14175
14167
  const styles = {
14176
14168
  entering: {
14177
14169
  opacity: 1
@@ -14208,7 +14200,7 @@ const Fade = /*#__PURE__*/React.forwardRef(function Fade(props, ref) {
14208
14200
  // eslint-disable-next-line react/prop-types
14209
14201
  TransitionComponent = Transition$1
14210
14202
  } = props,
14211
- other = _objectWithoutPropertiesLoose(props, _excluded$c);
14203
+ other = _objectWithoutPropertiesLoose(props, _excluded$9);
14212
14204
  const nodeRef = React.useRef(null);
14213
14205
  const handleRef = useForkRef(nodeRef, children.ref, ref);
14214
14206
  const normalizedTransitionCallback = callback => maybeIsAppearing => {
@@ -14369,8 +14361,8 @@ function getBackdropUtilityClass(slot) {
14369
14361
  }
14370
14362
  generateUtilityClasses('MuiBackdrop', ['root', 'invisible']);
14371
14363
 
14372
- const _excluded$b = ["children", "className", "component", "components", "componentsProps", "invisible", "open", "slotProps", "slots", "TransitionComponent", "transitionDuration"];
14373
- const useUtilityClasses$8 = ownerState => {
14364
+ const _excluded$8 = ["children", "className", "component", "components", "componentsProps", "invisible", "open", "slotProps", "slots", "TransitionComponent", "transitionDuration"];
14365
+ const useUtilityClasses$6 = ownerState => {
14374
14366
  const {
14375
14367
  classes,
14376
14368
  invisible
@@ -14424,12 +14416,12 @@ const Backdrop = /*#__PURE__*/React.forwardRef(function Backdrop(inProps, ref) {
14424
14416
  TransitionComponent = Fade$1,
14425
14417
  transitionDuration
14426
14418
  } = props,
14427
- other = _objectWithoutPropertiesLoose(props, _excluded$b);
14419
+ other = _objectWithoutPropertiesLoose(props, _excluded$8);
14428
14420
  const ownerState = _extends({}, props, {
14429
14421
  component,
14430
14422
  invisible
14431
14423
  });
14432
- const classes = useUtilityClasses$8(ownerState);
14424
+ const classes = useUtilityClasses$6(ownerState);
14433
14425
  const rootSlotProps = (_slotProps$root = slotProps.root) != null ? _slotProps$root : componentsProps.root;
14434
14426
  return /*#__PURE__*/jsx(TransitionComponent, _extends({
14435
14427
  in: open,
@@ -14573,319 +14565,6 @@ process.env.NODE_ENV !== "production" ? Box$1.propTypes /* remove-proptypes */ =
14573
14565
  } : void 0;
14574
14566
  var Box$2 = Box$1;
14575
14567
 
14576
- var MoreHorizIcon = createSvgIcon$1( /*#__PURE__*/jsx("path", {
14577
- 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"
14578
- }), 'MoreHoriz');
14579
-
14580
- const _excluded$a = ["slots", "slotProps"];
14581
- const BreadcrumbCollapsedButton = styled$1(ButtonBase$1)(({
14582
- theme
14583
- }) => _extends({
14584
- display: 'flex',
14585
- marginLeft: `calc(${theme.spacing(1)} * 0.5)`,
14586
- marginRight: `calc(${theme.spacing(1)} * 0.5)`
14587
- }, theme.palette.mode === 'light' ? {
14588
- backgroundColor: theme.palette.grey[100],
14589
- color: theme.palette.grey[700]
14590
- } : {
14591
- backgroundColor: theme.palette.grey[700],
14592
- color: theme.palette.grey[100]
14593
- }, {
14594
- borderRadius: 2,
14595
- '&:hover, &:focus': _extends({}, theme.palette.mode === 'light' ? {
14596
- backgroundColor: theme.palette.grey[200]
14597
- } : {
14598
- backgroundColor: theme.palette.grey[600]
14599
- }),
14600
- '&:active': _extends({
14601
- boxShadow: theme.shadows[0]
14602
- }, theme.palette.mode === 'light' ? {
14603
- backgroundColor: emphasize(theme.palette.grey[200], 0.12)
14604
- } : {
14605
- backgroundColor: emphasize(theme.palette.grey[600], 0.12)
14606
- })
14607
- }));
14608
- const BreadcrumbCollapsedIcon = styled$1(MoreHorizIcon)({
14609
- width: 24,
14610
- height: 16
14611
- });
14612
-
14613
- /**
14614
- * @ignore - internal component.
14615
- */
14616
- function BreadcrumbCollapsed(props) {
14617
- const {
14618
- slots = {},
14619
- slotProps = {}
14620
- } = props,
14621
- otherProps = _objectWithoutPropertiesLoose(props, _excluded$a);
14622
- const ownerState = props;
14623
- return /*#__PURE__*/jsx("li", {
14624
- children: /*#__PURE__*/jsx(BreadcrumbCollapsedButton, _extends({
14625
- focusRipple: true
14626
- }, otherProps, {
14627
- ownerState: ownerState,
14628
- children: /*#__PURE__*/jsx(BreadcrumbCollapsedIcon, _extends({
14629
- as: slots.CollapsedIcon,
14630
- ownerState: ownerState
14631
- }, slotProps.collapsedIcon))
14632
- }))
14633
- });
14634
- }
14635
- process.env.NODE_ENV !== "production" ? BreadcrumbCollapsed.propTypes = {
14636
- /**
14637
- * The props used for the CollapsedIcon slot.
14638
- * @default {}
14639
- */
14640
- slotProps: PropTypes.shape({
14641
- collapsedIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
14642
- }),
14643
- /**
14644
- * The components used for each slot inside the BreadcumbCollapsed.
14645
- * Either a string to use a HTML element or a component.
14646
- * @default {}
14647
- */
14648
- slots: PropTypes.shape({
14649
- CollapsedIcon: PropTypes.elementType
14650
- }),
14651
- /**
14652
- * The system prop that allows defining system overrides as well as additional CSS styles.
14653
- */
14654
- sx: PropTypes.object
14655
- } : void 0;
14656
-
14657
- function getBreadcrumbsUtilityClass(slot) {
14658
- return generateUtilityClass('MuiBreadcrumbs', slot);
14659
- }
14660
- const breadcrumbsClasses = generateUtilityClasses('MuiBreadcrumbs', ['root', 'ol', 'li', 'separator']);
14661
- var breadcrumbsClasses$1 = breadcrumbsClasses;
14662
-
14663
- const _excluded$9 = ["children", "className", "component", "slots", "slotProps", "expandText", "itemsAfterCollapse", "itemsBeforeCollapse", "maxItems", "separator"];
14664
- const useUtilityClasses$7 = ownerState => {
14665
- const {
14666
- classes
14667
- } = ownerState;
14668
- const slots = {
14669
- root: ['root'],
14670
- li: ['li'],
14671
- ol: ['ol'],
14672
- separator: ['separator']
14673
- };
14674
- return composeClasses(slots, getBreadcrumbsUtilityClass, classes);
14675
- };
14676
- const BreadcrumbsRoot = styled$1(Typography$1, {
14677
- name: 'MuiBreadcrumbs',
14678
- slot: 'Root',
14679
- overridesResolver: (props, styles) => {
14680
- return [{
14681
- [`& .${breadcrumbsClasses$1.li}`]: styles.li
14682
- }, styles.root];
14683
- }
14684
- })({});
14685
- const BreadcrumbsOl = styled$1('ol', {
14686
- name: 'MuiBreadcrumbs',
14687
- slot: 'Ol',
14688
- overridesResolver: (props, styles) => styles.ol
14689
- })({
14690
- display: 'flex',
14691
- flexWrap: 'wrap',
14692
- alignItems: 'center',
14693
- padding: 0,
14694
- margin: 0,
14695
- listStyle: 'none'
14696
- });
14697
- const BreadcrumbsSeparator = styled$1('li', {
14698
- name: 'MuiBreadcrumbs',
14699
- slot: 'Separator',
14700
- overridesResolver: (props, styles) => styles.separator
14701
- })({
14702
- display: 'flex',
14703
- userSelect: 'none',
14704
- marginLeft: 8,
14705
- marginRight: 8
14706
- });
14707
- function insertSeparators(items, className, separator, ownerState) {
14708
- return items.reduce((acc, current, index) => {
14709
- if (index < items.length - 1) {
14710
- acc = acc.concat(current, /*#__PURE__*/jsx(BreadcrumbsSeparator, {
14711
- "aria-hidden": true,
14712
- className: className,
14713
- ownerState: ownerState,
14714
- children: separator
14715
- }, `separator-${index}`));
14716
- } else {
14717
- acc.push(current);
14718
- }
14719
- return acc;
14720
- }, []);
14721
- }
14722
- const Breadcrumbs = /*#__PURE__*/React.forwardRef(function Breadcrumbs(inProps, ref) {
14723
- const props = useThemeProps({
14724
- props: inProps,
14725
- name: 'MuiBreadcrumbs'
14726
- });
14727
- const {
14728
- children,
14729
- className,
14730
- component = 'nav',
14731
- slots = {},
14732
- slotProps = {},
14733
- expandText = 'Show path',
14734
- itemsAfterCollapse = 1,
14735
- itemsBeforeCollapse = 1,
14736
- maxItems = 8,
14737
- separator = '/'
14738
- } = props,
14739
- other = _objectWithoutPropertiesLoose(props, _excluded$9);
14740
- const [expanded, setExpanded] = React.useState(false);
14741
- const ownerState = _extends({}, props, {
14742
- component,
14743
- expanded,
14744
- expandText,
14745
- itemsAfterCollapse,
14746
- itemsBeforeCollapse,
14747
- maxItems,
14748
- separator
14749
- });
14750
- const classes = useUtilityClasses$7(ownerState);
14751
- const collapsedIconSlotProps = useSlotProps({
14752
- elementType: slots.CollapsedIcon,
14753
- externalSlotProps: slotProps.collapsedIcon,
14754
- ownerState
14755
- });
14756
- const listRef = React.useRef(null);
14757
- const renderItemsBeforeAndAfter = allItems => {
14758
- const handleClickExpand = () => {
14759
- setExpanded(true);
14760
-
14761
- // The clicked element received the focus but gets removed from the DOM.
14762
- // Let's keep the focus in the component after expanding.
14763
- // Moving it to the <ol> or <nav> does not cause any announcement in NVDA.
14764
- // By moving it to some link/button at least we have some announcement.
14765
- const focusable = listRef.current.querySelector('a[href],button,[tabindex]');
14766
- if (focusable) {
14767
- focusable.focus();
14768
- }
14769
- };
14770
-
14771
- // This defends against someone passing weird input, to ensure that if all
14772
- // items would be shown anyway, we just show all items without the EllipsisItem
14773
- if (itemsBeforeCollapse + itemsAfterCollapse >= allItems.length) {
14774
- if (process.env.NODE_ENV !== 'production') {
14775
- console.error(['MUI: You have provided an invalid combination of props to the Breadcrumbs.', `itemsAfterCollapse={${itemsAfterCollapse}} + itemsBeforeCollapse={${itemsBeforeCollapse}} >= maxItems={${maxItems}}`].join('\n'));
14776
- }
14777
- return allItems;
14778
- }
14779
- return [...allItems.slice(0, itemsBeforeCollapse), /*#__PURE__*/jsx(BreadcrumbCollapsed, {
14780
- "aria-label": expandText,
14781
- slots: {
14782
- CollapsedIcon: slots.CollapsedIcon
14783
- },
14784
- slotProps: {
14785
- collapsedIcon: collapsedIconSlotProps
14786
- },
14787
- onClick: handleClickExpand
14788
- }, "ellipsis"), ...allItems.slice(allItems.length - itemsAfterCollapse, allItems.length)];
14789
- };
14790
- const allItems = React.Children.toArray(children).filter(child => {
14791
- if (process.env.NODE_ENV !== 'production') {
14792
- if (reactIs$2.exports.isFragment(child)) {
14793
- console.error(["MUI: The Breadcrumbs component doesn't accept a Fragment as a child.", 'Consider providing an array instead.'].join('\n'));
14794
- }
14795
- }
14796
- return /*#__PURE__*/React.isValidElement(child);
14797
- }).map((child, index) => /*#__PURE__*/jsx("li", {
14798
- className: classes.li,
14799
- children: child
14800
- }, `child-${index}`));
14801
- return /*#__PURE__*/jsx(BreadcrumbsRoot, _extends({
14802
- ref: ref,
14803
- component: component,
14804
- color: "text.secondary",
14805
- className: clsx(classes.root, className),
14806
- ownerState: ownerState
14807
- }, other, {
14808
- children: /*#__PURE__*/jsx(BreadcrumbsOl, {
14809
- className: classes.ol,
14810
- ref: listRef,
14811
- ownerState: ownerState,
14812
- children: insertSeparators(expanded || maxItems && allItems.length <= maxItems ? allItems : renderItemsBeforeAndAfter(allItems), classes.separator, separator, ownerState)
14813
- })
14814
- }));
14815
- });
14816
- process.env.NODE_ENV !== "production" ? Breadcrumbs.propTypes /* remove-proptypes */ = {
14817
- // ----------------------------- Warning --------------------------------
14818
- // | These PropTypes are generated from the TypeScript type definitions |
14819
- // | To update them edit the d.ts file and run "yarn proptypes" |
14820
- // ----------------------------------------------------------------------
14821
- /**
14822
- * The content of the component.
14823
- */
14824
- children: PropTypes.node,
14825
- /**
14826
- * Override or extend the styles applied to the component.
14827
- */
14828
- classes: PropTypes.object,
14829
- /**
14830
- * @ignore
14831
- */
14832
- className: PropTypes.string,
14833
- /**
14834
- * The component used for the root node.
14835
- * Either a string to use a HTML element or a component.
14836
- */
14837
- component: PropTypes.elementType,
14838
- /**
14839
- * Override the default label for the expand button.
14840
- *
14841
- * For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
14842
- * @default 'Show path'
14843
- */
14844
- expandText: PropTypes.string,
14845
- /**
14846
- * If max items is exceeded, the number of items to show after the ellipsis.
14847
- * @default 1
14848
- */
14849
- itemsAfterCollapse: integerPropType,
14850
- /**
14851
- * If max items is exceeded, the number of items to show before the ellipsis.
14852
- * @default 1
14853
- */
14854
- itemsBeforeCollapse: integerPropType,
14855
- /**
14856
- * Specifies the maximum number of breadcrumbs to display. When there are more
14857
- * than the maximum number, only the first `itemsBeforeCollapse` and last `itemsAfterCollapse`
14858
- * will be shown, with an ellipsis in between.
14859
- * @default 8
14860
- */
14861
- maxItems: integerPropType,
14862
- /**
14863
- * Custom separator node.
14864
- * @default '/'
14865
- */
14866
- separator: PropTypes.node,
14867
- /**
14868
- * The props used for each slot inside the Breadcumb.
14869
- * @default {}
14870
- */
14871
- slotProps: PropTypes.shape({
14872
- collapsedIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
14873
- }),
14874
- /**
14875
- * The components used for each slot inside the Breadcumb.
14876
- * Either a string to use a HTML element or a component.
14877
- * @default {}
14878
- */
14879
- slots: PropTypes.shape({
14880
- CollapsedIcon: PropTypes.elementType
14881
- }),
14882
- /**
14883
- * The system prop that allows defining system overrides as well as additional CSS styles.
14884
- */
14885
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
14886
- } : void 0;
14887
- var Breadcrumbs$1 = Breadcrumbs;
14888
-
14889
14568
  function getButtonUtilityClass(slot) {
14890
14569
  return generateUtilityClass('MuiButton', slot);
14891
14570
  }
@@ -14901,8 +14580,8 @@ if (process.env.NODE_ENV !== 'production') {
14901
14580
  }
14902
14581
  var ButtonGroupContext$1 = ButtonGroupContext;
14903
14582
 
14904
- const _excluded$8 = ["children", "color", "component", "className", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"];
14905
- const useUtilityClasses$6 = ownerState => {
14583
+ const _excluded$7 = ["children", "color", "component", "className", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"];
14584
+ const useUtilityClasses$5 = ownerState => {
14906
14585
  const {
14907
14586
  color,
14908
14587
  disableElevation,
@@ -15127,7 +14806,7 @@ const Button = /*#__PURE__*/React.forwardRef(function Button(inProps, ref) {
15127
14806
  type,
15128
14807
  variant = 'text'
15129
14808
  } = props,
15130
- other = _objectWithoutPropertiesLoose(props, _excluded$8);
14809
+ other = _objectWithoutPropertiesLoose(props, _excluded$7);
15131
14810
  const ownerState = _extends({}, props, {
15132
14811
  color,
15133
14812
  component,
@@ -15139,7 +14818,7 @@ const Button = /*#__PURE__*/React.forwardRef(function Button(inProps, ref) {
15139
14818
  type,
15140
14819
  variant
15141
14820
  });
15142
- const classes = useUtilityClasses$6(ownerState);
14821
+ const classes = useUtilityClasses$5(ownerState);
15143
14822
  const startIcon = startIconProp && /*#__PURE__*/jsx(ButtonStartIcon, {
15144
14823
  className: classes.startIcon,
15145
14824
  ownerState: ownerState,
@@ -15265,8 +14944,8 @@ function getCardUtilityClass(slot) {
15265
14944
  }
15266
14945
  generateUtilityClasses('MuiCard', ['root']);
15267
14946
 
15268
- const _excluded$7 = ["className", "raised"];
15269
- const useUtilityClasses$5 = ownerState => {
14947
+ const _excluded$6 = ["className", "raised"];
14948
+ const useUtilityClasses$4 = ownerState => {
15270
14949
  const {
15271
14950
  classes
15272
14951
  } = ownerState;
@@ -15293,11 +14972,11 @@ const Card = /*#__PURE__*/React.forwardRef(function Card(inProps, ref) {
15293
14972
  className,
15294
14973
  raised = false
15295
14974
  } = props,
15296
- other = _objectWithoutPropertiesLoose(props, _excluded$7);
14975
+ other = _objectWithoutPropertiesLoose(props, _excluded$6);
15297
14976
  const ownerState = _extends({}, props, {
15298
14977
  raised
15299
14978
  });
15300
- const classes = useUtilityClasses$5(ownerState);
14979
+ const classes = useUtilityClasses$4(ownerState);
15301
14980
  return /*#__PURE__*/jsx(CardRoot, _extends({
15302
14981
  className: clsx(classes.root, className),
15303
14982
  elevation: raised ? 8 : undefined,
@@ -15344,8 +15023,8 @@ function getCardContentUtilityClass(slot) {
15344
15023
  }
15345
15024
  generateUtilityClasses('MuiCardContent', ['root']);
15346
15025
 
15347
- const _excluded$6 = ["className", "component"];
15348
- const useUtilityClasses$4 = ownerState => {
15026
+ const _excluded$5 = ["className", "component"];
15027
+ const useUtilityClasses$3 = ownerState => {
15349
15028
  const {
15350
15029
  classes
15351
15030
  } = ownerState;
@@ -15375,11 +15054,11 @@ const CardContent = /*#__PURE__*/React.forwardRef(function CardContent(inProps,
15375
15054
  className,
15376
15055
  component = 'div'
15377
15056
  } = props,
15378
- other = _objectWithoutPropertiesLoose(props, _excluded$6);
15057
+ other = _objectWithoutPropertiesLoose(props, _excluded$5);
15379
15058
  const ownerState = _extends({}, props, {
15380
15059
  component
15381
15060
  });
15382
- const classes = useUtilityClasses$4(ownerState);
15061
+ const classes = useUtilityClasses$3(ownerState);
15383
15062
  return /*#__PURE__*/jsx(CardContentRoot, _extends({
15384
15063
  as: component,
15385
15064
  className: clsx(classes.root, className),
@@ -15416,7 +15095,7 @@ process.env.NODE_ENV !== "production" ? CardContent.propTypes /* remove-proptype
15416
15095
  } : void 0;
15417
15096
  var CardContent$1 = CardContent;
15418
15097
 
15419
- 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"];
15098
+ 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"];
15420
15099
  const ModalRoot = styled$1('div', {
15421
15100
  name: 'MuiModal',
15422
15101
  slot: 'Root',
@@ -15495,7 +15174,7 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
15495
15174
  // eslint-disable-next-line react/prop-types
15496
15175
  theme
15497
15176
  } = props,
15498
- other = _objectWithoutPropertiesLoose(props, _excluded$5);
15177
+ other = _objectWithoutPropertiesLoose(props, _excluded$4);
15499
15178
  const [exited, setExited] = React.useState(true);
15500
15179
  const commonProps = {
15501
15180
  container,
@@ -15719,8 +15398,8 @@ function getDividerUtilityClass(slot) {
15719
15398
  }
15720
15399
  generateUtilityClasses('MuiDivider', ['root', 'absolute', 'fullWidth', 'inset', 'middle', 'flexItem', 'light', 'vertical', 'withChildren', 'withChildrenVertical', 'textAlignRight', 'textAlignLeft', 'wrapper', 'wrapperVertical']);
15721
15400
 
15722
- const _excluded$4 = ["absolute", "children", "className", "component", "flexItem", "light", "orientation", "role", "textAlign", "variant"];
15723
- const useUtilityClasses$3 = ownerState => {
15401
+ const _excluded$3 = ["absolute", "children", "className", "component", "flexItem", "light", "orientation", "role", "textAlign", "variant"];
15402
+ const useUtilityClasses$2 = ownerState => {
15724
15403
  const {
15725
15404
  absolute,
15726
15405
  children,
@@ -15861,7 +15540,7 @@ const Divider = /*#__PURE__*/React.forwardRef(function Divider(inProps, ref) {
15861
15540
  textAlign = 'center',
15862
15541
  variant = 'fullWidth'
15863
15542
  } = props,
15864
- other = _objectWithoutPropertiesLoose(props, _excluded$4);
15543
+ other = _objectWithoutPropertiesLoose(props, _excluded$3);
15865
15544
  const ownerState = _extends({}, props, {
15866
15545
  absolute,
15867
15546
  component,
@@ -15872,7 +15551,7 @@ const Divider = /*#__PURE__*/React.forwardRef(function Divider(inProps, ref) {
15872
15551
  textAlign,
15873
15552
  variant
15874
15553
  });
15875
- const classes = useUtilityClasses$3(ownerState);
15554
+ const classes = useUtilityClasses$2(ownerState);
15876
15555
  return /*#__PURE__*/jsx(DividerRoot, _extends({
15877
15556
  as: component,
15878
15557
  className: clsx(classes.root, className),
@@ -15951,7 +15630,7 @@ process.env.NODE_ENV !== "production" ? Divider.propTypes /* remove-proptypes */
15951
15630
  } : void 0;
15952
15631
  var Divider$1 = Divider;
15953
15632
 
15954
- const _excluded$3 = ["addEndListener", "appear", "children", "container", "direction", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
15633
+ const _excluded$2 = ["addEndListener", "appear", "children", "container", "direction", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
15955
15634
  function getTranslateValue(direction, node, resolvedContainer) {
15956
15635
  const rect = node.getBoundingClientRect();
15957
15636
  const containerRect = resolvedContainer && resolvedContainer.getBoundingClientRect();
@@ -16040,7 +15719,7 @@ const Slide = /*#__PURE__*/React.forwardRef(function Slide(props, ref) {
16040
15719
  // eslint-disable-next-line react/prop-types
16041
15720
  TransitionComponent = Transition$1
16042
15721
  } = props,
16043
- other = _objectWithoutPropertiesLoose(props, _excluded$3);
15722
+ other = _objectWithoutPropertiesLoose(props, _excluded$2);
16044
15723
  const childrenRef = React.useRef(null);
16045
15724
  const handleRef = useForkRef(children.ref, childrenRef, ref);
16046
15725
  const normalizedTransitionCallback = callback => isAppearing => {
@@ -16268,7 +15947,7 @@ function getDrawerUtilityClass(slot) {
16268
15947
  }
16269
15948
  generateUtilityClasses('MuiDrawer', ['root', 'docked', 'paper', 'paperAnchorLeft', 'paperAnchorRight', 'paperAnchorTop', 'paperAnchorBottom', 'paperAnchorDockedLeft', 'paperAnchorDockedRight', 'paperAnchorDockedTop', 'paperAnchorDockedBottom', 'modal']);
16270
15949
 
16271
- const _excluded$2 = ["BackdropProps"],
15950
+ const _excluded$1 = ["BackdropProps"],
16272
15951
  _excluded2 = ["anchor", "BackdropProps", "children", "className", "elevation", "hideBackdrop", "ModalProps", "onClose", "open", "PaperProps", "SlideProps", "TransitionComponent", "transitionDuration", "variant"];
16273
15952
  const overridesResolver = (props, styles) => {
16274
15953
  const {
@@ -16276,7 +15955,7 @@ const overridesResolver = (props, styles) => {
16276
15955
  } = props;
16277
15956
  return [styles.root, (ownerState.variant === 'permanent' || ownerState.variant === 'persistent') && styles.docked, styles.modal];
16278
15957
  };
16279
- const useUtilityClasses$2 = ownerState => {
15958
+ const useUtilityClasses$1 = ownerState => {
16280
15959
  const {
16281
15960
  classes,
16282
15961
  anchor,
@@ -16408,7 +16087,7 @@ const Drawer = /*#__PURE__*/React.forwardRef(function Drawer(inProps, ref) {
16408
16087
  transitionDuration = defaultTransitionDuration,
16409
16088
  variant = 'temporary'
16410
16089
  } = props,
16411
- ModalProps = _objectWithoutPropertiesLoose(props.ModalProps, _excluded$2),
16090
+ ModalProps = _objectWithoutPropertiesLoose(props.ModalProps, _excluded$1),
16412
16091
  other = _objectWithoutPropertiesLoose(props, _excluded2);
16413
16092
 
16414
16093
  // Let's assume that the Drawer will always be rendered on user space.
@@ -16426,7 +16105,7 @@ const Drawer = /*#__PURE__*/React.forwardRef(function Drawer(inProps, ref) {
16426
16105
  open,
16427
16106
  variant
16428
16107
  }, other);
16429
- const classes = useUtilityClasses$2(ownerState);
16108
+ const classes = useUtilityClasses$1(ownerState);
16430
16109
  const drawer = /*#__PURE__*/jsx(DrawerPaper, _extends({
16431
16110
  elevation: variant === 'temporary' ? elevation : 0,
16432
16111
  square: true
@@ -16568,7 +16247,7 @@ function getLinearProgressUtilityClass(slot) {
16568
16247
  }
16569
16248
  generateUtilityClasses('MuiLinearProgress', ['root', 'colorPrimary', 'colorSecondary', 'determinate', 'indeterminate', 'buffer', 'query', 'dashed', 'dashedColorPrimary', 'dashedColorSecondary', 'bar', 'barColorPrimary', 'barColorSecondary', 'bar1Indeterminate', 'bar1Determinate', 'bar1Buffer', 'bar2Indeterminate', 'bar2Buffer']);
16570
16249
 
16571
- const _excluded$1 = ["className", "color", "value", "valueBuffer", "variant"];
16250
+ const _excluded = ["className", "color", "value", "valueBuffer", "variant"];
16572
16251
  let _ = t => t,
16573
16252
  _t,
16574
16253
  _t2,
@@ -16625,7 +16304,7 @@ const bufferKeyframe = keyframes(_t3 || (_t3 = _`
16625
16304
  background-position: -200px -23px;
16626
16305
  }
16627
16306
  `));
16628
- const useUtilityClasses$1 = ownerState => {
16307
+ const useUtilityClasses = ownerState => {
16629
16308
  const {
16630
16309
  classes,
16631
16310
  variant,
@@ -16802,12 +16481,12 @@ const LinearProgress = /*#__PURE__*/React.forwardRef(function LinearProgress(inP
16802
16481
  valueBuffer,
16803
16482
  variant = 'indeterminate'
16804
16483
  } = props,
16805
- other = _objectWithoutPropertiesLoose(props, _excluded$1);
16484
+ other = _objectWithoutPropertiesLoose(props, _excluded);
16806
16485
  const ownerState = _extends({}, props, {
16807
16486
  color,
16808
16487
  variant
16809
16488
  });
16810
- const classes = useUtilityClasses$1(ownerState);
16489
+ const classes = useUtilityClasses(ownerState);
16811
16490
  const theme = useTheme();
16812
16491
  const rootProps = {};
16813
16492
  const inlineStyles = {
@@ -16903,231 +16582,6 @@ process.env.NODE_ENV !== "production" ? LinearProgress.propTypes /* remove-propt
16903
16582
  } : void 0;
16904
16583
  var LinearProgress$1 = LinearProgress;
16905
16584
 
16906
- function getLinkUtilityClass(slot) {
16907
- return generateUtilityClass('MuiLink', slot);
16908
- }
16909
- const linkClasses = generateUtilityClasses('MuiLink', ['root', 'underlineNone', 'underlineHover', 'underlineAlways', 'button', 'focusVisible']);
16910
- var linkClasses$1 = linkClasses;
16911
-
16912
- const colorTransformations = {
16913
- primary: 'primary.main',
16914
- textPrimary: 'text.primary',
16915
- secondary: 'secondary.main',
16916
- textSecondary: 'text.secondary',
16917
- error: 'error.main'
16918
- };
16919
- const transformDeprecatedColors = color => {
16920
- return colorTransformations[color] || color;
16921
- };
16922
- const getTextDecoration = ({
16923
- theme,
16924
- ownerState
16925
- }) => {
16926
- const transformedColor = transformDeprecatedColors(ownerState.color);
16927
- const color = getPath(theme, `palette.${transformedColor}`, false) || ownerState.color;
16928
- const channelColor = getPath(theme, `palette.${transformedColor}Channel`);
16929
- if ('vars' in theme && channelColor) {
16930
- return `rgba(${channelColor} / 0.4)`;
16931
- }
16932
- return alpha(color, 0.4);
16933
- };
16934
- var getTextDecoration$1 = getTextDecoration;
16935
-
16936
- const _excluded = ["className", "color", "component", "onBlur", "onFocus", "TypographyClasses", "underline", "variant", "sx"];
16937
- const useUtilityClasses = ownerState => {
16938
- const {
16939
- classes,
16940
- component,
16941
- focusVisible,
16942
- underline
16943
- } = ownerState;
16944
- const slots = {
16945
- root: ['root', `underline${capitalize(underline)}`, component === 'button' && 'button', focusVisible && 'focusVisible']
16946
- };
16947
- return composeClasses(slots, getLinkUtilityClass, classes);
16948
- };
16949
- const LinkRoot = styled$1(Typography$1, {
16950
- name: 'MuiLink',
16951
- slot: 'Root',
16952
- overridesResolver: (props, styles) => {
16953
- const {
16954
- ownerState
16955
- } = props;
16956
- return [styles.root, styles[`underline${capitalize(ownerState.underline)}`], ownerState.component === 'button' && styles.button];
16957
- }
16958
- })(({
16959
- theme,
16960
- ownerState
16961
- }) => {
16962
- return _extends({}, ownerState.underline === 'none' && {
16963
- textDecoration: 'none'
16964
- }, ownerState.underline === 'hover' && {
16965
- textDecoration: 'none',
16966
- '&:hover': {
16967
- textDecoration: 'underline'
16968
- }
16969
- }, ownerState.underline === 'always' && _extends({
16970
- textDecoration: 'underline'
16971
- }, ownerState.color !== 'inherit' && {
16972
- textDecorationColor: getTextDecoration$1({
16973
- theme,
16974
- ownerState
16975
- })
16976
- }, {
16977
- '&:hover': {
16978
- textDecorationColor: 'inherit'
16979
- }
16980
- }), ownerState.component === 'button' && {
16981
- position: 'relative',
16982
- WebkitTapHighlightColor: 'transparent',
16983
- backgroundColor: 'transparent',
16984
- // Reset default value
16985
- // We disable the focus ring for mouse, touch and keyboard users.
16986
- outline: 0,
16987
- border: 0,
16988
- margin: 0,
16989
- // Remove the margin in Safari
16990
- borderRadius: 0,
16991
- padding: 0,
16992
- // Remove the padding in Firefox
16993
- cursor: 'pointer',
16994
- userSelect: 'none',
16995
- verticalAlign: 'middle',
16996
- MozAppearance: 'none',
16997
- // Reset
16998
- WebkitAppearance: 'none',
16999
- // Reset
17000
- '&::-moz-focus-inner': {
17001
- borderStyle: 'none' // Remove Firefox dotted outline.
17002
- },
17003
-
17004
- [`&.${linkClasses$1.focusVisible}`]: {
17005
- outline: 'auto'
17006
- }
17007
- });
17008
- });
17009
- const Link = /*#__PURE__*/React.forwardRef(function Link(inProps, ref) {
17010
- const props = useThemeProps({
17011
- props: inProps,
17012
- name: 'MuiLink'
17013
- });
17014
- const {
17015
- className,
17016
- color = 'primary',
17017
- component = 'a',
17018
- onBlur,
17019
- onFocus,
17020
- TypographyClasses,
17021
- underline = 'always',
17022
- variant = 'inherit',
17023
- sx
17024
- } = props,
17025
- other = _objectWithoutPropertiesLoose(props, _excluded);
17026
- const {
17027
- isFocusVisibleRef,
17028
- onBlur: handleBlurVisible,
17029
- onFocus: handleFocusVisible,
17030
- ref: focusVisibleRef
17031
- } = useIsFocusVisible();
17032
- const [focusVisible, setFocusVisible] = React.useState(false);
17033
- const handlerRef = useForkRef(ref, focusVisibleRef);
17034
- const handleBlur = event => {
17035
- handleBlurVisible(event);
17036
- if (isFocusVisibleRef.current === false) {
17037
- setFocusVisible(false);
17038
- }
17039
- if (onBlur) {
17040
- onBlur(event);
17041
- }
17042
- };
17043
- const handleFocus = event => {
17044
- handleFocusVisible(event);
17045
- if (isFocusVisibleRef.current === true) {
17046
- setFocusVisible(true);
17047
- }
17048
- if (onFocus) {
17049
- onFocus(event);
17050
- }
17051
- };
17052
- const ownerState = _extends({}, props, {
17053
- color,
17054
- component,
17055
- focusVisible,
17056
- underline,
17057
- variant
17058
- });
17059
- const classes = useUtilityClasses(ownerState);
17060
- return /*#__PURE__*/jsx(LinkRoot, _extends({
17061
- color: color,
17062
- className: clsx(classes.root, className),
17063
- classes: TypographyClasses,
17064
- component: component,
17065
- onBlur: handleBlur,
17066
- onFocus: handleFocus,
17067
- ref: handlerRef,
17068
- ownerState: ownerState,
17069
- variant: variant,
17070
- sx: [...(!Object.keys(colorTransformations).includes(color) ? [{
17071
- color
17072
- }] : []), ...(Array.isArray(sx) ? sx : [sx])]
17073
- }, other));
17074
- });
17075
- process.env.NODE_ENV !== "production" ? Link.propTypes /* remove-proptypes */ = {
17076
- // ----------------------------- Warning --------------------------------
17077
- // | These PropTypes are generated from the TypeScript type definitions |
17078
- // | To update them edit the d.ts file and run "yarn proptypes" |
17079
- // ----------------------------------------------------------------------
17080
- /**
17081
- * The content of the component.
17082
- */
17083
- children: PropTypes.node,
17084
- /**
17085
- * Override or extend the styles applied to the component.
17086
- */
17087
- classes: PropTypes.object,
17088
- /**
17089
- * @ignore
17090
- */
17091
- className: PropTypes.string,
17092
- /**
17093
- * The color of the link.
17094
- * @default 'primary'
17095
- */
17096
- color: PropTypes /* @typescript-to-proptypes-ignore */.any,
17097
- /**
17098
- * The component used for the root node.
17099
- * Either a string to use a HTML element or a component.
17100
- */
17101
- component: elementTypeAcceptingRef$1,
17102
- /**
17103
- * @ignore
17104
- */
17105
- onBlur: PropTypes.func,
17106
- /**
17107
- * @ignore
17108
- */
17109
- onFocus: PropTypes.func,
17110
- /**
17111
- * The system prop that allows defining system overrides as well as additional CSS styles.
17112
- */
17113
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
17114
- /**
17115
- * `classes` prop applied to the [`Typography`](/material-ui/api/typography/) element.
17116
- */
17117
- TypographyClasses: PropTypes.object,
17118
- /**
17119
- * Controls when the link should have an underline.
17120
- * @default 'always'
17121
- */
17122
- underline: PropTypes.oneOf(['always', 'hover', 'none']),
17123
- /**
17124
- * Applies the theme typography styles.
17125
- * @default 'inherit'
17126
- */
17127
- 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])
17128
- } : void 0;
17129
- var Link$1 = Link;
17130
-
17131
16585
  const Stack = createStack({
17132
16586
  createStyledComponent: styled$1('div', {
17133
16587
  name: 'MuiStack',
@@ -17188,14 +16642,14 @@ var Stack$1 = Stack;
17188
16642
  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";
17189
16643
  var sincoIconos = img;
17190
16644
 
17191
- var UrlImage;
17192
- (function (UrlImage) {
17193
- UrlImage["error"] = "error";
17194
- UrlImage["search"] = "search";
17195
- UrlImage["noresult"] = "noresult";
17196
- UrlImage["create"] = "create";
17197
- })(UrlImage || (UrlImage = {}));
17198
- const EmptyState = ({
16645
+ var EmptyStateImageUrls;
16646
+ (function (EmptyStateImageUrls) {
16647
+ EmptyStateImageUrls["error"] = "error";
16648
+ EmptyStateImageUrls["search"] = "search";
16649
+ EmptyStateImageUrls["noResult"] = "noResult";
16650
+ EmptyStateImageUrls["create"] = "create";
16651
+ })(EmptyStateImageUrls || (EmptyStateImageUrls = {}));
16652
+ const EmptyStateComponent = ({
17199
16653
  state: _state = 'create',
17200
16654
  title,
17201
16655
  content,
@@ -17219,7 +16673,7 @@ const EmptyState = ({
17219
16673
  height: 187
17220
16674
  }
17221
16675
  }, /*#__PURE__*/React__default.createElement("use", {
17222
- xlinkHref: `${sincoIconos}#${UrlImage[_state]}`
16676
+ xlinkHref: `${sincoIconos}#${EmptyStateImageUrls[_state]}`
17223
16677
  })), /*#__PURE__*/React__default.createElement(Stack$1, {
17224
16678
  direction: "column",
17225
16679
  spacing: 2
@@ -17705,54 +17159,54 @@ var _default = (0, _createSvgIcon.default)( /*#__PURE__*/(0, _jsxRuntime.jsx)("p
17705
17159
  }), 'Close');
17706
17160
  default_1 = Close.default = _default;
17707
17161
 
17708
- const stylesDrawerContainer = {
17709
- display: "flex",
17710
- flexDirection: "column",
17711
- alignContent: "flex-start",
17712
- justifyContent: "space-between",
17713
- width: "530px",
17714
- height: "100%",
17715
- overflow: "hidden"
17162
+ const stylesDrawerHeader = {
17163
+ display: 'flex',
17164
+ alignContent: 'center',
17165
+ justifyContent: 'space-between',
17166
+ backgroundColor: 'secondary.main',
17167
+ py: '12px',
17168
+ px: '8px'
17716
17169
  };
17717
- const stylesEncabezado = {
17718
- display: "flex",
17719
- alignContent: "center",
17720
- justifyContent: "space-between",
17721
- backgroundColor: "secondary.main",
17722
- py: "12px",
17723
- px: "8px"
17170
+ const stylesDrawerContent = {
17171
+ display: 'flex',
17172
+ overflow: 'auto',
17173
+ alignItems: 'flex-start',
17174
+ flexDirection: 'column',
17175
+ height: '-webkit-fill-available',
17176
+ py: '12px',
17177
+ px: '8px'
17724
17178
  };
17725
- const stylesContenido = {
17726
- display: "flex",
17727
- overflow: "auto",
17728
- alignItems: "flex-start",
17729
- flexDirection: "column",
17730
- height: "-webkit-fill-available",
17731
- py: "12px",
17732
- px: "8px"
17179
+ const stylesDrawerActions = {
17180
+ display: 'flex',
17181
+ alignContent: 'center',
17182
+ justifyContent: 'flex-end',
17183
+ borderTop: '1px solid rgba(16, 24, 64, 0.23)',
17184
+ backgroundColor: '#F1F0EE',
17185
+ mt: '4px',
17186
+ gap: '8px',
17187
+ py: '12px',
17188
+ px: '8px'
17733
17189
  };
17734
- const stylesAcciones = {
17735
- display: "flex",
17736
- alignContent: "center",
17737
- justifyContent: "flex-end",
17738
- borderTop: "1px solid rgba(16, 24, 64, 0.23)",
17739
- backgroundColor: "#F1F0EE",
17740
- mt: "4px",
17741
- gap: "8px",
17742
- py: "12px",
17743
- px: "8px"
17190
+ const stylesDrawer = {
17191
+ display: 'flex',
17192
+ flexDirection: 'column',
17193
+ alignContent: 'flex-start',
17194
+ justifyContent: 'space-between',
17195
+ width: '530px',
17196
+ height: '100%',
17197
+ overflow: 'hidden'
17744
17198
  };
17745
17199
  const DrawerComponent = ({
17746
17200
  open,
17747
17201
  onClose,
17748
- titulo,
17749
- children,
17750
- acciones,
17751
- anchor
17202
+ anchor,
17203
+ title,
17204
+ content,
17205
+ actions
17752
17206
  }) => {
17753
- const [showActions, setShowActions] = useState(false);
17754
- const mostrarAcciones = () => {
17755
- setShowActions(true);
17207
+ const [stateActions, setStateActions] = useState(false);
17208
+ const handleStateActions = () => {
17209
+ setStateActions(true);
17756
17210
  };
17757
17211
  return /*#__PURE__*/React__default.createElement(ThemeProvider, {
17758
17212
  theme: SincoTheme
@@ -17761,28 +17215,28 @@ const DrawerComponent = ({
17761
17215
  open: open,
17762
17216
  onClose: onClose
17763
17217
  }, /*#__PURE__*/React__default.createElement(Box$2, {
17764
- sx: stylesDrawerContainer
17218
+ sx: stylesDrawer
17765
17219
  }, /*#__PURE__*/React__default.createElement(Box$2, {
17766
- sx: stylesEncabezado
17220
+ sx: stylesDrawerHeader
17767
17221
  }, /*#__PURE__*/React__default.createElement(Typography$1, {
17768
17222
  variant: "h6"
17769
- }, titulo), /*#__PURE__*/React__default.createElement(Box$2, null, /*#__PURE__*/React__default.createElement(IconButton$1, {
17223
+ }, title), /*#__PURE__*/React__default.createElement(Box$2, null, /*#__PURE__*/React__default.createElement(IconButton$1, {
17770
17224
  onClick: onClose,
17771
17225
  size: "small"
17772
17226
  }, /*#__PURE__*/React__default.createElement(default_1, {
17773
17227
  fontSize: "small"
17774
17228
  })))), /*#__PURE__*/React__default.createElement(Box$2, {
17775
- onClick: mostrarAcciones,
17776
- sx: stylesContenido
17777
- }, children), showActions && /*#__PURE__*/React__default.createElement(Box$2, {
17778
- sx: stylesAcciones
17779
- }, acciones))));
17229
+ onClick: handleStateActions,
17230
+ sx: stylesDrawerContent
17231
+ }, content), stateActions && /*#__PURE__*/React__default.createElement(Box$2, {
17232
+ sx: stylesDrawerActions
17233
+ }, actions))));
17780
17234
  };
17781
17235
 
17782
17236
  const ToastContent = styled$1(Stack$1)(() => ({
17783
- position: "fixed",
17237
+ position: 'fixed',
17784
17238
  zIndex: 1400,
17785
- 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)",
17239
+ 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)',
17786
17240
  right: 16,
17787
17241
  marginTop: 16
17788
17242
  }));
@@ -17791,19 +17245,19 @@ const ContentBox = styled$1(Box$2)(({
17791
17245
  }) => ({
17792
17246
  padding: theme.spacing(1.5),
17793
17247
  gap: theme.spacing(1.5),
17794
- display: "flex",
17795
- alignItems: "center",
17796
- "&.color-error": {
17797
- backgroundColor: "#FEEBEE"
17248
+ display: 'flex',
17249
+ alignItems: 'center',
17250
+ '&.color-error': {
17251
+ backgroundColor: '#FEEBEE'
17798
17252
  },
17799
- "&.color-info": {
17800
- backgroundColor: "#E1F5FE"
17253
+ '&.color-info': {
17254
+ backgroundColor: '#E1F5FE'
17801
17255
  },
17802
- "&.color-warning": {
17803
- backgroundColor: "#FFF3E0"
17256
+ '&.color-warning': {
17257
+ backgroundColor: '#FFF3E0'
17804
17258
  },
17805
- "&.color-success": {
17806
- backgroundColor: "#E8F5E9"
17259
+ '&.color-success': {
17260
+ backgroundColor: '#E8F5E9'
17807
17261
  }
17808
17262
  }));
17809
17263
  const RippleIcon = styled$1(Stack$1)(({
@@ -17813,38 +17267,38 @@ const RippleIcon = styled$1(Stack$1)(({
17813
17267
  gap: theme.spacing(1),
17814
17268
  height: 20,
17815
17269
  borderRadius: 50,
17816
- "&.ripple-error": {
17817
- backgroundColor: "#D143431F"
17270
+ '&.ripple-error': {
17271
+ backgroundColor: '#D143431F'
17818
17272
  },
17819
- "&.ripple-info": {
17820
- backgroundColor: "#2D9FC51F"
17273
+ '&.ripple-info': {
17274
+ backgroundColor: '#2D9FC51F'
17821
17275
  },
17822
- "&.ripple-warning": {
17823
- backgroundColor: "#FB85001F"
17276
+ '&.ripple-warning': {
17277
+ backgroundColor: '#FB85001F'
17824
17278
  },
17825
- "&.ripple-success": {
17826
- backgroundColor: "#8FC93A1F"
17279
+ '&.ripple-success': {
17280
+ backgroundColor: '#8FC93A1F'
17827
17281
  }
17828
17282
  }));
17829
17283
  const ContentIcon = styled$1(Stack$1)(({
17830
17284
  theme
17831
17285
  }) => ({
17832
- "&.icon-color.color-info": {
17286
+ '&.icon-color.color-info': {
17833
17287
  color: theme.palette.info.main
17834
17288
  },
17835
- "&.icon-color.color-error": {
17289
+ '&.icon-color.color-error': {
17836
17290
  color: theme.palette.error.main
17837
17291
  },
17838
- "&.icon-color.color-warning": {
17292
+ '&.icon-color.color-warning': {
17839
17293
  color: theme.palette.warning.main
17840
17294
  },
17841
- "&.icon-color.color-success": {
17295
+ '&.icon-color.color-success': {
17842
17296
  color: theme.palette.success.main
17843
17297
  }
17844
17298
  }));
17845
17299
  const ToastNotification = toast => {
17846
- const [openToast, setOpenToast] = useState(true);
17847
- const [showOptions, setShowOptions] = useState(true);
17300
+ const [stateToast, setStateToast] = useState(true);
17301
+ const [stateOptions, setStateOptions] = useState(true);
17848
17302
  const [progress, setProgress] = useState(100);
17849
17303
  const timeProgress = toast.time || 8000;
17850
17304
  const IconMap = {
@@ -17853,25 +17307,19 @@ const ToastNotification = toast => {
17853
17307
  warning: /*#__PURE__*/React__default.createElement(WarningRounded, null),
17854
17308
  info: /*#__PURE__*/React__default.createElement(InfoRounded, null)
17855
17309
  };
17856
- const ToastIcon = IconMap[toast.type || "info"];
17857
- const colorMap = {
17858
- success: "success",
17859
- error: "error",
17860
- warning: "warning",
17861
- info: "info"
17862
- };
17863
- const colors = colorMap[toast.type || "info"];
17864
- const toastPosition = {
17865
- center: "center",
17866
- end: "end",
17867
- start: "start"
17310
+ const ToastIcon = IconMap[toast.type || 'info'];
17311
+ const toastColorOption = {
17312
+ success: 'success',
17313
+ error: 'error',
17314
+ warning: 'warning',
17315
+ info: 'info'
17868
17316
  };
17869
- toastPosition[toast.position || "end"];
17870
- const close = () => {
17871
- setOpenToast(false);
17317
+ const toastColorConfig = toastColorOption[toast.type || 'info'];
17318
+ const closeToast = () => {
17319
+ setStateToast(false);
17872
17320
  };
17873
17321
  const toggleOptions = () => {
17874
- setShowOptions(prevShowOptions => !prevShowOptions);
17322
+ setStateOptions(prevShowOptions => !prevShowOptions);
17875
17323
  };
17876
17324
  const seeOptions = toast.seeMore;
17877
17325
  useEffect(() => {
@@ -17883,14 +17331,14 @@ const ToastNotification = toast => {
17883
17331
  }, 100);
17884
17332
  const closeTimeout = setTimeout(() => {
17885
17333
  clearInterval(interval);
17886
- setOpenToast(false);
17334
+ setStateToast(false);
17887
17335
  }, timeProgress);
17888
17336
  return () => {
17889
17337
  clearInterval(interval);
17890
17338
  clearTimeout(closeTimeout);
17891
17339
  };
17892
17340
  }, [timeProgress]);
17893
- return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, openToast && /*#__PURE__*/React__default.createElement(ThemeProvider, {
17341
+ return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, stateToast && /*#__PURE__*/React__default.createElement(ThemeProvider, {
17894
17342
  theme: SincoTheme
17895
17343
  }, /*#__PURE__*/React__default.createElement(Stack$1, {
17896
17344
  height: 105,
@@ -17899,13 +17347,13 @@ const ToastNotification = toast => {
17899
17347
  position: "absolute",
17900
17348
  zIndex: 1400
17901
17349
  }, /*#__PURE__*/React__default.createElement(ToastContent, {
17902
- position: "fixed"
17350
+ position: 'fixed'
17903
17351
  }, /*#__PURE__*/React__default.createElement(ContentBox, {
17904
- className: `color-${toast.type || "info"}`
17352
+ className: `color-${toast.type || 'info'}`
17905
17353
  }, toast && /*#__PURE__*/React__default.createElement(RippleIcon, {
17906
- className: `ripple-${toast.type || "info"}`
17354
+ className: `ripple-${toast.type || 'info'}`
17907
17355
  }, /*#__PURE__*/React__default.createElement(ContentIcon, {
17908
- className: `icon-color color-${toast.type || "info"}`
17356
+ className: `icon-color color-${toast.type || 'info'}`
17909
17357
  }, ToastIcon)), /*#__PURE__*/React__default.createElement(Divider$1, {
17910
17358
  orientation: "vertical",
17911
17359
  flexItem: true
@@ -17922,28 +17370,28 @@ const ToastNotification = toast => {
17922
17370
  }, toast.title), /*#__PURE__*/React__default.createElement(IconButton$1, {
17923
17371
  size: "small",
17924
17372
  "aria-label": "delete",
17925
- onClick: close
17373
+ onClick: closeToast
17926
17374
  }, /*#__PURE__*/React__default.createElement(Close$1, null))), /*#__PURE__*/React__default.createElement(Stack$1, {
17927
17375
  gap: "4px"
17928
17376
  }, /*#__PURE__*/React__default.createElement(Typography$1, {
17929
17377
  color: "text.primary",
17930
17378
  variant: "body2"
17931
- }, toast.subtitle), !showOptions && toast.dataOpt && toast.dataOpt.length > 0 && /*#__PURE__*/React__default.createElement("ul", {
17379
+ }, toast.subtitle), !stateOptions && toast.dataOpt && toast.dataOpt.length > 0 && /*#__PURE__*/React__default.createElement("ul", {
17932
17380
  style: {
17933
17381
  paddingLeft: 15,
17934
17382
  marginBlock: 0,
17935
17383
  fontSize: 11,
17936
- color: "#101840de"
17384
+ color: '#101840de'
17937
17385
  }
17938
17386
  }, toast.dataOpt.map((element, i) => {
17939
17387
  const keyElement = Object.keys(element);
17940
- let options = "";
17388
+ let options = '';
17941
17389
  for (let _i = 0; _i < keyElement.length; _i++) {
17942
17390
  options += element[keyElement[_i]];
17943
17391
  }
17944
17392
  return /*#__PURE__*/React__default.createElement("li", {
17945
17393
  style: {
17946
- width: "fit-content"
17394
+ width: 'fit-content'
17947
17395
  },
17948
17396
  key: i
17949
17397
  }, /*#__PURE__*/React__default.createElement(Typography$1, {
@@ -17960,46 +17408,44 @@ const ToastNotification = toast => {
17960
17408
  onClick: toggleOptions,
17961
17409
  size: "small",
17962
17410
  variant: "text",
17963
- color: colors,
17964
- endIcon: showOptions ? /*#__PURE__*/React__default.createElement(ArrowDownward, {
17411
+ color: toastColorConfig,
17412
+ endIcon: stateOptions ? /*#__PURE__*/React__default.createElement(ArrowDownward, {
17965
17413
  fontSize: "small"
17966
17414
  }) : /*#__PURE__*/React__default.createElement(ArrowUpward, {
17967
17415
  fontSize: "small"
17968
17416
  })
17969
- }, showOptions ? "Ver más" : "Ver menos")))), /*#__PURE__*/React__default.createElement(LinearProgress$1, {
17970
- color: colors,
17417
+ }, stateOptions ? 'Ver más' : 'Ver menos')))), /*#__PURE__*/React__default.createElement(LinearProgress$1, {
17418
+ color: toastColorConfig,
17971
17419
  variant: "determinate",
17972
17420
  value: progress
17973
17421
  })))));
17974
17422
  };
17975
17423
 
17976
- const PageContent = styled$1(Stack$1)(({
17424
+ const PageHeaderContent = styled$1(Stack$1)(({
17977
17425
  theme
17978
17426
  }) => ({
17979
- backgroundColor: "#fff",
17980
- 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)",
17427
+ backgroundColor: '#fff',
17428
+ 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)',
17981
17429
  zIndex: 100,
17982
- padding: "8px 24px",
17983
- justifyContent: "space-between",
17430
+ padding: '8px 24px',
17431
+ justifyContent: 'space-between',
17984
17432
  minHeight: 39,
17985
- position: "fixed",
17986
- width: "100%"
17433
+ position: 'fixed',
17434
+ width: '100%'
17987
17435
  }));
17988
- const PageHeader = page => {
17436
+ const PageHeaderComponent = ({
17437
+ title,
17438
+ subtitle,
17439
+ actions,
17440
+ buttonBack
17441
+ }) => {
17989
17442
  return /*#__PURE__*/React__default.createElement(ThemeProvider, {
17990
17443
  theme: SincoTheme
17991
17444
  }, /*#__PURE__*/React__default.createElement("div", {
17992
17445
  style: {
17993
17446
  minHeight: 56
17994
17447
  }
17995
- }, /*#__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) => {
17996
- return /*#__PURE__*/React__default.createElement(Link$1, {
17997
- underline: "hover",
17998
- color: "inherit",
17999
- href: element.link,
18000
- key: i
18001
- }, element.name);
18002
- })), /*#__PURE__*/React__default.createElement(Stack$1, {
17448
+ }, /*#__PURE__*/React__default.createElement(PageHeaderContent, null, /*#__PURE__*/React__default.createElement(Stack$1, {
18003
17449
  width: "90%",
18004
17450
  justifyContent: "space-between",
18005
17451
  flexDirection: "row",
@@ -18008,17 +17454,17 @@ const PageHeader = page => {
18008
17454
  gap: 1.5,
18009
17455
  flexDirection: "row",
18010
17456
  alignItems: "center"
18011
- }, page.back, /*#__PURE__*/React__default.createElement(Stack$1, null, /*#__PURE__*/React__default.createElement(Typography$1, {
17457
+ }, buttonBack, /*#__PURE__*/React__default.createElement(Stack$1, null, /*#__PURE__*/React__default.createElement(Typography$1, {
18012
17458
  variant: "h6",
18013
17459
  color: "text.primary"
18014
- }, page.title), /*#__PURE__*/React__default.createElement(Typography$1, {
17460
+ }, title), /*#__PURE__*/React__default.createElement(Typography$1, {
18015
17461
  variant: "caption",
18016
17462
  color: "text.secondary"
18017
- }, page.subtitle))), /*#__PURE__*/React__default.createElement(Stack$1, {
17463
+ }, subtitle))), /*#__PURE__*/React__default.createElement(Stack$1, {
18018
17464
  gap: 1,
18019
17465
  alignItems: "center",
18020
17466
  flexDirection: "row"
18021
- }, page.actions)), page.tabs)));
17467
+ }, actions)))));
18022
17468
  };
18023
17469
 
18024
17470
  var classof$2 = classofRaw$2;
@@ -20920,7 +20366,7 @@ class DislikeAnalyzer {
20920
20366
  * tone, or a hue and chroma. Optionally, they can provide a background
20921
20367
  * DynamicColor.
20922
20368
  */
20923
- class DynamicColor {
20369
+ class DynamicColor$1 {
20924
20370
  /**
20925
20371
  * Create a DynamicColor defined by a TonalPalette and HCT tone.
20926
20372
  *
@@ -20928,7 +20374,7 @@ class DynamicColor {
20928
20374
  * and tone. May provide a background DynamicColor and ToneDeltaConstraint.
20929
20375
  */
20930
20376
  static fromPalette(args) {
20931
- return new DynamicColor(args.name ?? '', args.palette, args.tone, args.isBackground ?? false, args.background, args.secondBackground, args.contrastCurve, args.toneDeltaPair);
20377
+ return new DynamicColor$1(args.name ?? '', args.palette, args.tone, args.isBackground ?? false, args.background, args.secondBackground, args.contrastCurve, args.toneDeltaPair);
20932
20378
  }
20933
20379
  /**
20934
20380
  * The base constructor for DynamicColor.
@@ -21051,17 +20497,17 @@ class DynamicColor {
21051
20497
  const nInitialTone = nearer.tone(scheme);
21052
20498
  let nTone = Contrast.ratioOfTones(bgTone, nInitialTone) >= nContrast ?
21053
20499
  nInitialTone :
21054
- DynamicColor.foregroundTone(bgTone, nContrast);
20500
+ DynamicColor$1.foregroundTone(bgTone, nContrast);
21055
20501
  // Initial and adjusted tones for `farther`
21056
20502
  const fInitialTone = farther.tone(scheme);
21057
20503
  let fTone = Contrast.ratioOfTones(bgTone, fInitialTone) >= fContrast ?
21058
20504
  fInitialTone :
21059
- DynamicColor.foregroundTone(bgTone, fContrast);
20505
+ DynamicColor$1.foregroundTone(bgTone, fContrast);
21060
20506
  if (decreasingContrast) {
21061
20507
  // If decreasing contrast, adjust color to the "bare minimum"
21062
20508
  // that satisfies contrast.
21063
- nTone = DynamicColor.foregroundTone(bgTone, nContrast);
21064
- fTone = DynamicColor.foregroundTone(bgTone, fContrast);
20509
+ nTone = DynamicColor$1.foregroundTone(bgTone, nContrast);
20510
+ fTone = DynamicColor$1.foregroundTone(bgTone, fContrast);
21065
20511
  }
21066
20512
  if ((fTone - nTone) * expansionDir >= delta) ;
21067
20513
  else {
@@ -21123,10 +20569,10 @@ class DynamicColor {
21123
20569
  if (Contrast.ratioOfTones(bgTone, answer) >= desiredRatio) ;
21124
20570
  else {
21125
20571
  // Rough improvement.
21126
- answer = DynamicColor.foregroundTone(bgTone, desiredRatio);
20572
+ answer = DynamicColor$1.foregroundTone(bgTone, desiredRatio);
21127
20573
  }
21128
20574
  if (decreasingContrast) {
21129
- answer = DynamicColor.foregroundTone(bgTone, desiredRatio);
20575
+ answer = DynamicColor$1.foregroundTone(bgTone, desiredRatio);
21130
20576
  }
21131
20577
  if (this.isBackground && 50 <= answer && answer < 60) {
21132
20578
  // Must adjust
@@ -21158,8 +20604,8 @@ class DynamicColor {
21158
20604
  availables.push(lightOption);
21159
20605
  if (darkOption !== -1)
21160
20606
  availables.push(darkOption);
21161
- const prefersLight = DynamicColor.tonePrefersLightForeground(bgTone1) ||
21162
- DynamicColor.tonePrefersLightForeground(bgTone2);
20607
+ const prefersLight = DynamicColor$1.tonePrefersLightForeground(bgTone1) ||
20608
+ DynamicColor$1.tonePrefersLightForeground(bgTone2);
21163
20609
  if (prefersLight) {
21164
20610
  return (lightOption < 0) ? 100 : lightOption;
21165
20611
  }
@@ -21185,7 +20631,7 @@ class DynamicColor {
21185
20631
  const darkerTone = Contrast.darkerUnsafe(bgTone, ratio);
21186
20632
  const lighterRatio = Contrast.ratioOfTones(lighterTone, bgTone);
21187
20633
  const darkerRatio = Contrast.ratioOfTones(darkerTone, bgTone);
21188
- const preferLighter = DynamicColor.tonePrefersLightForeground(bgTone);
20634
+ const preferLighter = DynamicColor$1.tonePrefersLightForeground(bgTone);
21189
20635
  if (preferLighter) {
21190
20636
  // This handles an edge case where the initial contrast ratio is high
21191
20637
  // (ex. 13.0), and the ratio passed to the function is that high
@@ -21234,8 +20680,8 @@ class DynamicColor {
21234
20680
  * reasonably close to supporting it.
21235
20681
  */
21236
20682
  static enableLightForeground(tone) {
21237
- if (DynamicColor.tonePrefersLightForeground(tone) &&
21238
- !DynamicColor.toneAllowsLightForeground(tone)) {
20683
+ if (DynamicColor$1.tonePrefersLightForeground(tone) &&
20684
+ !DynamicColor$1.toneAllowsLightForeground(tone)) {
21239
20685
  return 49.0;
21240
20686
  }
21241
20687
  return tone;
@@ -21453,12 +20899,12 @@ function viewingConditionsForAlbers(scheme) {
21453
20899
  }
21454
20900
  function performAlbers(prealbers, scheme) {
21455
20901
  const albersd = prealbers.inViewingConditions(viewingConditionsForAlbers(scheme));
21456
- if (DynamicColor.tonePrefersLightForeground(prealbers.tone) &&
21457
- !DynamicColor.toneAllowsLightForeground(albersd.tone)) {
21458
- return DynamicColor.enableLightForeground(prealbers.tone);
20902
+ if (DynamicColor$1.tonePrefersLightForeground(prealbers.tone) &&
20903
+ !DynamicColor$1.toneAllowsLightForeground(albersd.tone)) {
20904
+ return DynamicColor$1.enableLightForeground(prealbers.tone);
21459
20905
  }
21460
20906
  else {
21461
- return DynamicColor.enableLightForeground(albersd.tone);
20907
+ return DynamicColor$1.enableLightForeground(albersd.tone);
21462
20908
  }
21463
20909
  }
21464
20910
  /**
@@ -21473,155 +20919,155 @@ class MaterialDynamicColors {
21473
20919
  }
21474
20920
  }
21475
20921
  MaterialDynamicColors.contentAccentToneDelta = 15.0;
21476
- MaterialDynamicColors.primaryPaletteKeyColor = DynamicColor.fromPalette({
20922
+ MaterialDynamicColors.primaryPaletteKeyColor = DynamicColor$1.fromPalette({
21477
20923
  name: 'primary_palette_key_color',
21478
20924
  palette: (s) => s.primaryPalette,
21479
20925
  tone: (s) => s.primaryPalette.keyColor.tone,
21480
20926
  });
21481
- MaterialDynamicColors.secondaryPaletteKeyColor = DynamicColor.fromPalette({
20927
+ MaterialDynamicColors.secondaryPaletteKeyColor = DynamicColor$1.fromPalette({
21482
20928
  name: 'secondary_palette_key_color',
21483
20929
  palette: (s) => s.secondaryPalette,
21484
20930
  tone: (s) => s.secondaryPalette.keyColor.tone,
21485
20931
  });
21486
- MaterialDynamicColors.tertiaryPaletteKeyColor = DynamicColor.fromPalette({
20932
+ MaterialDynamicColors.tertiaryPaletteKeyColor = DynamicColor$1.fromPalette({
21487
20933
  name: 'tertiary_palette_key_color',
21488
20934
  palette: (s) => s.tertiaryPalette,
21489
20935
  tone: (s) => s.tertiaryPalette.keyColor.tone,
21490
20936
  });
21491
- MaterialDynamicColors.neutralPaletteKeyColor = DynamicColor.fromPalette({
20937
+ MaterialDynamicColors.neutralPaletteKeyColor = DynamicColor$1.fromPalette({
21492
20938
  name: 'neutral_palette_key_color',
21493
20939
  palette: (s) => s.neutralPalette,
21494
20940
  tone: (s) => s.neutralPalette.keyColor.tone,
21495
20941
  });
21496
- MaterialDynamicColors.neutralVariantPaletteKeyColor = DynamicColor.fromPalette({
20942
+ MaterialDynamicColors.neutralVariantPaletteKeyColor = DynamicColor$1.fromPalette({
21497
20943
  name: 'neutral_variant_palette_key_color',
21498
20944
  palette: (s) => s.neutralVariantPalette,
21499
20945
  tone: (s) => s.neutralVariantPalette.keyColor.tone,
21500
20946
  });
21501
- MaterialDynamicColors.background = DynamicColor.fromPalette({
20947
+ MaterialDynamicColors.background = DynamicColor$1.fromPalette({
21502
20948
  name: 'background',
21503
20949
  palette: (s) => s.neutralPalette,
21504
20950
  tone: (s) => s.isDark ? 6 : 98,
21505
20951
  isBackground: true,
21506
20952
  });
21507
- MaterialDynamicColors.onBackground = DynamicColor.fromPalette({
20953
+ MaterialDynamicColors.onBackground = DynamicColor$1.fromPalette({
21508
20954
  name: 'on_background',
21509
20955
  palette: (s) => s.neutralPalette,
21510
20956
  tone: (s) => s.isDark ? 90 : 10,
21511
20957
  background: (s) => MaterialDynamicColors.background,
21512
20958
  contrastCurve: new ContrastCurve(3, 3, 4.5, 7),
21513
20959
  });
21514
- MaterialDynamicColors.surface = DynamicColor.fromPalette({
20960
+ MaterialDynamicColors.surface = DynamicColor$1.fromPalette({
21515
20961
  name: 'surface',
21516
20962
  palette: (s) => s.neutralPalette,
21517
20963
  tone: (s) => s.isDark ? 6 : 98,
21518
20964
  isBackground: true,
21519
20965
  });
21520
- MaterialDynamicColors.surfaceDim = DynamicColor.fromPalette({
20966
+ MaterialDynamicColors.surfaceDim = DynamicColor$1.fromPalette({
21521
20967
  name: 'surface_dim',
21522
20968
  palette: (s) => s.neutralPalette,
21523
20969
  tone: (s) => s.isDark ? 6 : 87,
21524
20970
  isBackground: true,
21525
20971
  });
21526
- MaterialDynamicColors.surfaceBright = DynamicColor.fromPalette({
20972
+ MaterialDynamicColors.surfaceBright = DynamicColor$1.fromPalette({
21527
20973
  name: 'surface_bright',
21528
20974
  palette: (s) => s.neutralPalette,
21529
20975
  tone: (s) => s.isDark ? 24 : 98,
21530
20976
  isBackground: true,
21531
20977
  });
21532
- MaterialDynamicColors.surfaceContainerLowest = DynamicColor.fromPalette({
20978
+ MaterialDynamicColors.surfaceContainerLowest = DynamicColor$1.fromPalette({
21533
20979
  name: 'surface_container_lowest',
21534
20980
  palette: (s) => s.neutralPalette,
21535
20981
  tone: (s) => s.isDark ? 4 : 100,
21536
20982
  isBackground: true,
21537
20983
  });
21538
- MaterialDynamicColors.surfaceContainerLow = DynamicColor.fromPalette({
20984
+ MaterialDynamicColors.surfaceContainerLow = DynamicColor$1.fromPalette({
21539
20985
  name: 'surface_container_low',
21540
20986
  palette: (s) => s.neutralPalette,
21541
20987
  tone: (s) => s.isDark ? 10 : 96,
21542
20988
  isBackground: true,
21543
20989
  });
21544
- MaterialDynamicColors.surfaceContainer = DynamicColor.fromPalette({
20990
+ MaterialDynamicColors.surfaceContainer = DynamicColor$1.fromPalette({
21545
20991
  name: 'surface_container',
21546
20992
  palette: (s) => s.neutralPalette,
21547
20993
  tone: (s) => s.isDark ? 12 : 94,
21548
20994
  isBackground: true,
21549
20995
  });
21550
- MaterialDynamicColors.surfaceContainerHigh = DynamicColor.fromPalette({
20996
+ MaterialDynamicColors.surfaceContainerHigh = DynamicColor$1.fromPalette({
21551
20997
  name: 'surface_container_high',
21552
20998
  palette: (s) => s.neutralPalette,
21553
20999
  tone: (s) => s.isDark ? 17 : 92,
21554
21000
  isBackground: true,
21555
21001
  });
21556
- MaterialDynamicColors.surfaceContainerHighest = DynamicColor.fromPalette({
21002
+ MaterialDynamicColors.surfaceContainerHighest = DynamicColor$1.fromPalette({
21557
21003
  name: 'surface_container_highest',
21558
21004
  palette: (s) => s.neutralPalette,
21559
21005
  tone: (s) => s.isDark ? 22 : 90,
21560
21006
  isBackground: true,
21561
21007
  });
21562
- MaterialDynamicColors.onSurface = DynamicColor.fromPalette({
21008
+ MaterialDynamicColors.onSurface = DynamicColor$1.fromPalette({
21563
21009
  name: 'on_surface',
21564
21010
  palette: (s) => s.neutralPalette,
21565
21011
  tone: (s) => s.isDark ? 90 : 10,
21566
21012
  background: (s) => MaterialDynamicColors.highestSurface(s),
21567
21013
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21568
21014
  });
21569
- MaterialDynamicColors.surfaceVariant = DynamicColor.fromPalette({
21015
+ MaterialDynamicColors.surfaceVariant = DynamicColor$1.fromPalette({
21570
21016
  name: 'surface_variant',
21571
21017
  palette: (s) => s.neutralVariantPalette,
21572
21018
  tone: (s) => s.isDark ? 30 : 90,
21573
21019
  isBackground: true,
21574
21020
  });
21575
- MaterialDynamicColors.onSurfaceVariant = DynamicColor.fromPalette({
21021
+ MaterialDynamicColors.onSurfaceVariant = DynamicColor$1.fromPalette({
21576
21022
  name: 'on_surface_variant',
21577
21023
  palette: (s) => s.neutralVariantPalette,
21578
21024
  tone: (s) => s.isDark ? 80 : 30,
21579
21025
  background: (s) => MaterialDynamicColors.highestSurface(s),
21580
21026
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21581
21027
  });
21582
- MaterialDynamicColors.inverseSurface = DynamicColor.fromPalette({
21028
+ MaterialDynamicColors.inverseSurface = DynamicColor$1.fromPalette({
21583
21029
  name: 'inverse_surface',
21584
21030
  palette: (s) => s.neutralPalette,
21585
21031
  tone: (s) => s.isDark ? 90 : 20,
21586
21032
  });
21587
- MaterialDynamicColors.inverseOnSurface = DynamicColor.fromPalette({
21033
+ MaterialDynamicColors.inverseOnSurface = DynamicColor$1.fromPalette({
21588
21034
  name: 'inverse_on_surface',
21589
21035
  palette: (s) => s.neutralPalette,
21590
21036
  tone: (s) => s.isDark ? 20 : 95,
21591
21037
  background: (s) => MaterialDynamicColors.inverseSurface,
21592
21038
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21593
21039
  });
21594
- MaterialDynamicColors.outline = DynamicColor.fromPalette({
21040
+ MaterialDynamicColors.outline = DynamicColor$1.fromPalette({
21595
21041
  name: 'outline',
21596
21042
  palette: (s) => s.neutralVariantPalette,
21597
21043
  tone: (s) => s.isDark ? 60 : 50,
21598
21044
  background: (s) => MaterialDynamicColors.highestSurface(s),
21599
21045
  contrastCurve: new ContrastCurve(1.5, 3, 4.5, 7),
21600
21046
  });
21601
- MaterialDynamicColors.outlineVariant = DynamicColor.fromPalette({
21047
+ MaterialDynamicColors.outlineVariant = DynamicColor$1.fromPalette({
21602
21048
  name: 'outline_variant',
21603
21049
  palette: (s) => s.neutralVariantPalette,
21604
21050
  tone: (s) => s.isDark ? 30 : 80,
21605
21051
  background: (s) => MaterialDynamicColors.highestSurface(s),
21606
21052
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21607
21053
  });
21608
- MaterialDynamicColors.shadow = DynamicColor.fromPalette({
21054
+ MaterialDynamicColors.shadow = DynamicColor$1.fromPalette({
21609
21055
  name: 'shadow',
21610
21056
  palette: (s) => s.neutralPalette,
21611
21057
  tone: (s) => 0,
21612
21058
  });
21613
- MaterialDynamicColors.scrim = DynamicColor.fromPalette({
21059
+ MaterialDynamicColors.scrim = DynamicColor$1.fromPalette({
21614
21060
  name: 'scrim',
21615
21061
  palette: (s) => s.neutralPalette,
21616
21062
  tone: (s) => 0,
21617
21063
  });
21618
- MaterialDynamicColors.surfaceTint = DynamicColor.fromPalette({
21064
+ MaterialDynamicColors.surfaceTint = DynamicColor$1.fromPalette({
21619
21065
  name: 'surface_tint',
21620
21066
  palette: (s) => s.primaryPalette,
21621
21067
  tone: (s) => s.isDark ? 80 : 40,
21622
21068
  isBackground: true,
21623
21069
  });
21624
- MaterialDynamicColors.primary = DynamicColor.fromPalette({
21070
+ MaterialDynamicColors.primary = DynamicColor$1.fromPalette({
21625
21071
  name: 'primary',
21626
21072
  palette: (s) => s.primaryPalette,
21627
21073
  tone: (s) => {
@@ -21635,7 +21081,7 @@ MaterialDynamicColors.primary = DynamicColor.fromPalette({
21635
21081
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21636
21082
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.primaryContainer, MaterialDynamicColors.primary, 15, 'nearer', false),
21637
21083
  });
21638
- MaterialDynamicColors.onPrimary = DynamicColor.fromPalette({
21084
+ MaterialDynamicColors.onPrimary = DynamicColor$1.fromPalette({
21639
21085
  name: 'on_primary',
21640
21086
  palette: (s) => s.primaryPalette,
21641
21087
  tone: (s) => {
@@ -21647,7 +21093,7 @@ MaterialDynamicColors.onPrimary = DynamicColor.fromPalette({
21647
21093
  background: (s) => MaterialDynamicColors.primary,
21648
21094
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21649
21095
  });
21650
- MaterialDynamicColors.primaryContainer = DynamicColor.fromPalette({
21096
+ MaterialDynamicColors.primaryContainer = DynamicColor$1.fromPalette({
21651
21097
  name: 'primary_container',
21652
21098
  palette: (s) => s.primaryPalette,
21653
21099
  tone: (s) => {
@@ -21664,12 +21110,12 @@ MaterialDynamicColors.primaryContainer = DynamicColor.fromPalette({
21664
21110
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21665
21111
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.primaryContainer, MaterialDynamicColors.primary, 15, 'nearer', false),
21666
21112
  });
21667
- MaterialDynamicColors.onPrimaryContainer = DynamicColor.fromPalette({
21113
+ MaterialDynamicColors.onPrimaryContainer = DynamicColor$1.fromPalette({
21668
21114
  name: 'on_primary_container',
21669
21115
  palette: (s) => s.primaryPalette,
21670
21116
  tone: (s) => {
21671
21117
  if (isFidelity(s)) {
21672
- return DynamicColor.foregroundTone(MaterialDynamicColors.primaryContainer.tone(s), 4.5);
21118
+ return DynamicColor$1.foregroundTone(MaterialDynamicColors.primaryContainer.tone(s), 4.5);
21673
21119
  }
21674
21120
  if (isMonochrome(s)) {
21675
21121
  return s.isDark ? 0 : 100;
@@ -21679,14 +21125,14 @@ MaterialDynamicColors.onPrimaryContainer = DynamicColor.fromPalette({
21679
21125
  background: (s) => MaterialDynamicColors.primaryContainer,
21680
21126
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21681
21127
  });
21682
- MaterialDynamicColors.inversePrimary = DynamicColor.fromPalette({
21128
+ MaterialDynamicColors.inversePrimary = DynamicColor$1.fromPalette({
21683
21129
  name: 'inverse_primary',
21684
21130
  palette: (s) => s.primaryPalette,
21685
21131
  tone: (s) => s.isDark ? 40 : 80,
21686
21132
  background: (s) => MaterialDynamicColors.inverseSurface,
21687
21133
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21688
21134
  });
21689
- MaterialDynamicColors.secondary = DynamicColor.fromPalette({
21135
+ MaterialDynamicColors.secondary = DynamicColor$1.fromPalette({
21690
21136
  name: 'secondary',
21691
21137
  palette: (s) => s.secondaryPalette,
21692
21138
  tone: (s) => s.isDark ? 80 : 40,
@@ -21695,7 +21141,7 @@ MaterialDynamicColors.secondary = DynamicColor.fromPalette({
21695
21141
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21696
21142
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.secondaryContainer, MaterialDynamicColors.secondary, 15, 'nearer', false),
21697
21143
  });
21698
- MaterialDynamicColors.onSecondary = DynamicColor.fromPalette({
21144
+ MaterialDynamicColors.onSecondary = DynamicColor$1.fromPalette({
21699
21145
  name: 'on_secondary',
21700
21146
  palette: (s) => s.secondaryPalette,
21701
21147
  tone: (s) => {
@@ -21709,7 +21155,7 @@ MaterialDynamicColors.onSecondary = DynamicColor.fromPalette({
21709
21155
  background: (s) => MaterialDynamicColors.secondary,
21710
21156
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21711
21157
  });
21712
- MaterialDynamicColors.secondaryContainer = DynamicColor.fromPalette({
21158
+ MaterialDynamicColors.secondaryContainer = DynamicColor$1.fromPalette({
21713
21159
  name: 'secondary_container',
21714
21160
  palette: (s) => s.secondaryPalette,
21715
21161
  tone: (s) => {
@@ -21729,19 +21175,19 @@ MaterialDynamicColors.secondaryContainer = DynamicColor.fromPalette({
21729
21175
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21730
21176
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.secondaryContainer, MaterialDynamicColors.secondary, 15, 'nearer', false),
21731
21177
  });
21732
- MaterialDynamicColors.onSecondaryContainer = DynamicColor.fromPalette({
21178
+ MaterialDynamicColors.onSecondaryContainer = DynamicColor$1.fromPalette({
21733
21179
  name: 'on_secondary_container',
21734
21180
  palette: (s) => s.secondaryPalette,
21735
21181
  tone: (s) => {
21736
21182
  if (!isFidelity(s)) {
21737
21183
  return s.isDark ? 90 : 10;
21738
21184
  }
21739
- return DynamicColor.foregroundTone(MaterialDynamicColors.secondaryContainer.tone(s), 4.5);
21185
+ return DynamicColor$1.foregroundTone(MaterialDynamicColors.secondaryContainer.tone(s), 4.5);
21740
21186
  },
21741
21187
  background: (s) => MaterialDynamicColors.secondaryContainer,
21742
21188
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21743
21189
  });
21744
- MaterialDynamicColors.tertiary = DynamicColor.fromPalette({
21190
+ MaterialDynamicColors.tertiary = DynamicColor$1.fromPalette({
21745
21191
  name: 'tertiary',
21746
21192
  palette: (s) => s.tertiaryPalette,
21747
21193
  tone: (s) => {
@@ -21755,7 +21201,7 @@ MaterialDynamicColors.tertiary = DynamicColor.fromPalette({
21755
21201
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21756
21202
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.tertiaryContainer, MaterialDynamicColors.tertiary, 15, 'nearer', false),
21757
21203
  });
21758
- MaterialDynamicColors.onTertiary = DynamicColor.fromPalette({
21204
+ MaterialDynamicColors.onTertiary = DynamicColor$1.fromPalette({
21759
21205
  name: 'on_tertiary',
21760
21206
  palette: (s) => s.tertiaryPalette,
21761
21207
  tone: (s) => {
@@ -21767,7 +21213,7 @@ MaterialDynamicColors.onTertiary = DynamicColor.fromPalette({
21767
21213
  background: (s) => MaterialDynamicColors.tertiary,
21768
21214
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21769
21215
  });
21770
- MaterialDynamicColors.tertiaryContainer = DynamicColor.fromPalette({
21216
+ MaterialDynamicColors.tertiaryContainer = DynamicColor$1.fromPalette({
21771
21217
  name: 'tertiary_container',
21772
21218
  palette: (s) => s.tertiaryPalette,
21773
21219
  tone: (s) => {
@@ -21786,7 +21232,7 @@ MaterialDynamicColors.tertiaryContainer = DynamicColor.fromPalette({
21786
21232
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21787
21233
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.tertiaryContainer, MaterialDynamicColors.tertiary, 15, 'nearer', false),
21788
21234
  });
21789
- MaterialDynamicColors.onTertiaryContainer = DynamicColor.fromPalette({
21235
+ MaterialDynamicColors.onTertiaryContainer = DynamicColor$1.fromPalette({
21790
21236
  name: 'on_tertiary_container',
21791
21237
  palette: (s) => s.tertiaryPalette,
21792
21238
  tone: (s) => {
@@ -21796,12 +21242,12 @@ MaterialDynamicColors.onTertiaryContainer = DynamicColor.fromPalette({
21796
21242
  if (!isFidelity(s)) {
21797
21243
  return s.isDark ? 90 : 10;
21798
21244
  }
21799
- return DynamicColor.foregroundTone(MaterialDynamicColors.tertiaryContainer.tone(s), 4.5);
21245
+ return DynamicColor$1.foregroundTone(MaterialDynamicColors.tertiaryContainer.tone(s), 4.5);
21800
21246
  },
21801
21247
  background: (s) => MaterialDynamicColors.tertiaryContainer,
21802
21248
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21803
21249
  });
21804
- MaterialDynamicColors.error = DynamicColor.fromPalette({
21250
+ MaterialDynamicColors.error = DynamicColor$1.fromPalette({
21805
21251
  name: 'error',
21806
21252
  palette: (s) => s.errorPalette,
21807
21253
  tone: (s) => s.isDark ? 80 : 40,
@@ -21810,14 +21256,14 @@ MaterialDynamicColors.error = DynamicColor.fromPalette({
21810
21256
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21811
21257
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.errorContainer, MaterialDynamicColors.error, 15, 'nearer', false),
21812
21258
  });
21813
- MaterialDynamicColors.onError = DynamicColor.fromPalette({
21259
+ MaterialDynamicColors.onError = DynamicColor$1.fromPalette({
21814
21260
  name: 'on_error',
21815
21261
  palette: (s) => s.errorPalette,
21816
21262
  tone: (s) => s.isDark ? 20 : 100,
21817
21263
  background: (s) => MaterialDynamicColors.error,
21818
21264
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21819
21265
  });
21820
- MaterialDynamicColors.errorContainer = DynamicColor.fromPalette({
21266
+ MaterialDynamicColors.errorContainer = DynamicColor$1.fromPalette({
21821
21267
  name: 'error_container',
21822
21268
  palette: (s) => s.errorPalette,
21823
21269
  tone: (s) => s.isDark ? 30 : 90,
@@ -21826,14 +21272,14 @@ MaterialDynamicColors.errorContainer = DynamicColor.fromPalette({
21826
21272
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21827
21273
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.errorContainer, MaterialDynamicColors.error, 15, 'nearer', false),
21828
21274
  });
21829
- MaterialDynamicColors.onErrorContainer = DynamicColor.fromPalette({
21275
+ MaterialDynamicColors.onErrorContainer = DynamicColor$1.fromPalette({
21830
21276
  name: 'on_error_container',
21831
21277
  palette: (s) => s.errorPalette,
21832
21278
  tone: (s) => s.isDark ? 90 : 10,
21833
21279
  background: (s) => MaterialDynamicColors.errorContainer,
21834
21280
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21835
21281
  });
21836
- MaterialDynamicColors.primaryFixed = DynamicColor.fromPalette({
21282
+ MaterialDynamicColors.primaryFixed = DynamicColor$1.fromPalette({
21837
21283
  name: 'primary_fixed',
21838
21284
  palette: (s) => s.primaryPalette,
21839
21285
  tone: (s) => isMonochrome(s) ? 40.0 : 90.0,
@@ -21842,7 +21288,7 @@ MaterialDynamicColors.primaryFixed = DynamicColor.fromPalette({
21842
21288
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21843
21289
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.primaryFixed, MaterialDynamicColors.primaryFixedDim, 10, 'lighter', true),
21844
21290
  });
21845
- MaterialDynamicColors.primaryFixedDim = DynamicColor.fromPalette({
21291
+ MaterialDynamicColors.primaryFixedDim = DynamicColor$1.fromPalette({
21846
21292
  name: 'primary_fixed_dim',
21847
21293
  palette: (s) => s.primaryPalette,
21848
21294
  tone: (s) => isMonochrome(s) ? 30.0 : 80.0,
@@ -21851,7 +21297,7 @@ MaterialDynamicColors.primaryFixedDim = DynamicColor.fromPalette({
21851
21297
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21852
21298
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.primaryFixed, MaterialDynamicColors.primaryFixedDim, 10, 'lighter', true),
21853
21299
  });
21854
- MaterialDynamicColors.onPrimaryFixed = DynamicColor.fromPalette({
21300
+ MaterialDynamicColors.onPrimaryFixed = DynamicColor$1.fromPalette({
21855
21301
  name: 'on_primary_fixed',
21856
21302
  palette: (s) => s.primaryPalette,
21857
21303
  tone: (s) => isMonochrome(s) ? 100.0 : 10.0,
@@ -21859,7 +21305,7 @@ MaterialDynamicColors.onPrimaryFixed = DynamicColor.fromPalette({
21859
21305
  secondBackground: (s) => MaterialDynamicColors.primaryFixed,
21860
21306
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21861
21307
  });
21862
- MaterialDynamicColors.onPrimaryFixedVariant = DynamicColor.fromPalette({
21308
+ MaterialDynamicColors.onPrimaryFixedVariant = DynamicColor$1.fromPalette({
21863
21309
  name: 'on_primary_fixed_variant',
21864
21310
  palette: (s) => s.primaryPalette,
21865
21311
  tone: (s) => isMonochrome(s) ? 90.0 : 30.0,
@@ -21867,7 +21313,7 @@ MaterialDynamicColors.onPrimaryFixedVariant = DynamicColor.fromPalette({
21867
21313
  secondBackground: (s) => MaterialDynamicColors.primaryFixed,
21868
21314
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21869
21315
  });
21870
- MaterialDynamicColors.secondaryFixed = DynamicColor.fromPalette({
21316
+ MaterialDynamicColors.secondaryFixed = DynamicColor$1.fromPalette({
21871
21317
  name: 'secondary_fixed',
21872
21318
  palette: (s) => s.secondaryPalette,
21873
21319
  tone: (s) => isMonochrome(s) ? 80.0 : 90.0,
@@ -21876,7 +21322,7 @@ MaterialDynamicColors.secondaryFixed = DynamicColor.fromPalette({
21876
21322
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21877
21323
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.secondaryFixed, MaterialDynamicColors.secondaryFixedDim, 10, 'lighter', true),
21878
21324
  });
21879
- MaterialDynamicColors.secondaryFixedDim = DynamicColor.fromPalette({
21325
+ MaterialDynamicColors.secondaryFixedDim = DynamicColor$1.fromPalette({
21880
21326
  name: 'secondary_fixed_dim',
21881
21327
  palette: (s) => s.secondaryPalette,
21882
21328
  tone: (s) => isMonochrome(s) ? 70.0 : 80.0,
@@ -21885,7 +21331,7 @@ MaterialDynamicColors.secondaryFixedDim = DynamicColor.fromPalette({
21885
21331
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21886
21332
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.secondaryFixed, MaterialDynamicColors.secondaryFixedDim, 10, 'lighter', true),
21887
21333
  });
21888
- MaterialDynamicColors.onSecondaryFixed = DynamicColor.fromPalette({
21334
+ MaterialDynamicColors.onSecondaryFixed = DynamicColor$1.fromPalette({
21889
21335
  name: 'on_secondary_fixed',
21890
21336
  palette: (s) => s.secondaryPalette,
21891
21337
  tone: (s) => 10.0,
@@ -21893,7 +21339,7 @@ MaterialDynamicColors.onSecondaryFixed = DynamicColor.fromPalette({
21893
21339
  secondBackground: (s) => MaterialDynamicColors.secondaryFixed,
21894
21340
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21895
21341
  });
21896
- MaterialDynamicColors.onSecondaryFixedVariant = DynamicColor.fromPalette({
21342
+ MaterialDynamicColors.onSecondaryFixedVariant = DynamicColor$1.fromPalette({
21897
21343
  name: 'on_secondary_fixed_variant',
21898
21344
  palette: (s) => s.secondaryPalette,
21899
21345
  tone: (s) => isMonochrome(s) ? 25.0 : 30.0,
@@ -21901,7 +21347,7 @@ MaterialDynamicColors.onSecondaryFixedVariant = DynamicColor.fromPalette({
21901
21347
  secondBackground: (s) => MaterialDynamicColors.secondaryFixed,
21902
21348
  contrastCurve: new ContrastCurve(3, 4.5, 7, 11),
21903
21349
  });
21904
- MaterialDynamicColors.tertiaryFixed = DynamicColor.fromPalette({
21350
+ MaterialDynamicColors.tertiaryFixed = DynamicColor$1.fromPalette({
21905
21351
  name: 'tertiary_fixed',
21906
21352
  palette: (s) => s.tertiaryPalette,
21907
21353
  tone: (s) => isMonochrome(s) ? 40.0 : 90.0,
@@ -21910,7 +21356,7 @@ MaterialDynamicColors.tertiaryFixed = DynamicColor.fromPalette({
21910
21356
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21911
21357
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.tertiaryFixed, MaterialDynamicColors.tertiaryFixedDim, 10, 'lighter', true),
21912
21358
  });
21913
- MaterialDynamicColors.tertiaryFixedDim = DynamicColor.fromPalette({
21359
+ MaterialDynamicColors.tertiaryFixedDim = DynamicColor$1.fromPalette({
21914
21360
  name: 'tertiary_fixed_dim',
21915
21361
  palette: (s) => s.tertiaryPalette,
21916
21362
  tone: (s) => isMonochrome(s) ? 30.0 : 80.0,
@@ -21919,7 +21365,7 @@ MaterialDynamicColors.tertiaryFixedDim = DynamicColor.fromPalette({
21919
21365
  contrastCurve: new ContrastCurve(1, 1, 3, 7),
21920
21366
  toneDeltaPair: (s) => new ToneDeltaPair(MaterialDynamicColors.tertiaryFixed, MaterialDynamicColors.tertiaryFixedDim, 10, 'lighter', true),
21921
21367
  });
21922
- MaterialDynamicColors.onTertiaryFixed = DynamicColor.fromPalette({
21368
+ MaterialDynamicColors.onTertiaryFixed = DynamicColor$1.fromPalette({
21923
21369
  name: 'on_tertiary_fixed',
21924
21370
  palette: (s) => s.tertiaryPalette,
21925
21371
  tone: (s) => isMonochrome(s) ? 100.0 : 10.0,
@@ -21927,7 +21373,7 @@ MaterialDynamicColors.onTertiaryFixed = DynamicColor.fromPalette({
21927
21373
  secondBackground: (s) => MaterialDynamicColors.tertiaryFixed,
21928
21374
  contrastCurve: new ContrastCurve(4.5, 7, 11, 21),
21929
21375
  });
21930
- MaterialDynamicColors.onTertiaryFixedVariant = DynamicColor.fromPalette({
21376
+ MaterialDynamicColors.onTertiaryFixedVariant = DynamicColor$1.fromPalette({
21931
21377
  name: 'on_tertiary_fixed_variant',
21932
21378
  palette: (s) => s.tertiaryPalette,
21933
21379
  tone: (s) => isMonochrome(s) ? 90.0 : 30.0,
@@ -23402,11 +22848,11 @@ function customColor(source, color) {
23402
22848
  };
23403
22849
  }
23404
22850
 
23405
- const dynamicColor = async src => {
22851
+ const DynamicColor = async src => {
23406
22852
  const imageElement = document.createElement("img");
23407
22853
  imageElement.src = src;
23408
22854
  const dynamicPalette = await themeFromImage(imageElement);
23409
- const extractHctInstance = color => {
22855
+ const getTonalPalette = color => {
23410
22856
  const {
23411
22857
  hue,
23412
22858
  chroma,
@@ -23422,8 +22868,8 @@ const dynamicColor = async src => {
23422
22868
  dark,
23423
22869
  light
23424
22870
  } = dynamicPalette.schemes;
23425
- const primaryMain = extractHctInstance(primary);
23426
- const secondaryMain = extractHctInstance(secondary);
22871
+ const primaryMain = getTonalPalette(primary);
22872
+ const secondaryMain = getTonalPalette(secondary);
23427
22873
  const primaryLight = hexFromArgb(dark.primary);
23428
22874
  const primaryDark = hexFromArgb(light.primary);
23429
22875
  const secondaryLight = hexFromArgb(dark.secondary);
@@ -23451,13 +22897,13 @@ const dynamicColor = async src => {
23451
22897
  };
23452
22898
  };
23453
22899
 
23454
- const useDynamicColor = url => {
22900
+ const UseDynamicColor = url => {
23455
22901
  const [primary, setPrimary] = useState(SincoTheme.palette.primary);
23456
22902
  const [secondary, setSecondary] = useState(SincoTheme.palette.secondary);
23457
22903
  const [background, setBackground] = useState(SincoTheme.palette.background);
23458
22904
  const [loading, setLoading] = useState(false);
23459
22905
  useEffect(() => {
23460
- dynamicColor(url).then(({
22906
+ DynamicColor(url).then(({
23461
22907
  primaryColor,
23462
22908
  secondaryColor,
23463
22909
  backgroundColor
@@ -23476,4 +22922,4 @@ const useDynamicColor = url => {
23476
22922
  };
23477
22923
  };
23478
22924
 
23479
- export { DrawerComponent, EmptyState, PageContent, PageHeader, SincoTheme, ToastNotification, UrlImage, dynamicColor, useDynamicColor };
22925
+ export { DrawerComponent, EmptyStateComponent, EmptyStateImageUrls, PageHeaderComponent, PageHeaderContent, SincoTheme, ToastNotification, UseDynamicColor };