@xelto.npm/xc2-lib 1.0.46 → 1.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -429,7 +429,7 @@ function trim$5 (value) {
429
429
  * @param {RegExp} pattern
430
430
  * @return {string?}
431
431
  */
432
- function match$7 (value, pattern) {
432
+ function match$9 (value, pattern) {
433
433
  return (value = pattern.exec(value)) ? value[0] : value
434
434
  }
435
435
 
@@ -1411,7 +1411,7 @@ var prefixer = function prefixer(element, index, children, callback) {
1411
1411
 
1412
1412
  case RULESET:
1413
1413
  if (element.length) return combine(element.props, function (value) {
1414
- switch (match$7(value, /(::plac\w+|:read-\w+)/)) {
1414
+ switch (match$9(value, /(::plac\w+|:read-\w+)/)) {
1415
1415
  // :read-(only|write)
1416
1416
  case ':read-only':
1417
1417
  case ':read-write':
@@ -33958,9 +33958,9 @@ var StyledFormControlLabel$2 = styled$1(function (props) {
33958
33958
  '@media(min-width: 720px)': {
33959
33959
  marginBottom: '45px'
33960
33960
  },
33961
- // '@media(min-width: 1024px)' : {
33962
- // marginBottom: '15px',
33963
- // },
33961
+ '@media(min-width: 1024px)': {
33962
+ marginBottom: '15px'
33963
+ },
33964
33964
  '.MuiTypography-root': {
33965
33965
  fontFamily: ['"Barlow", sans-serif'],
33966
33966
  fontWeight: 400,
@@ -33968,14 +33968,13 @@ var StyledFormControlLabel$2 = styled$1(function (props) {
33968
33968
  color: theme.mainPallete.primary.blue,
33969
33969
  '@media(min-width: 720px)': {
33970
33970
  fontSize: '32px'
33971
+ },
33972
+ '@media(min-width: 1024px)': {
33973
+ fontSize: '14px'
33971
33974
  }
33972
- // '@media(min-width: 1024px)' : {
33973
- // fontSize: '14px',
33974
- // },
33975
33975
  }
33976
33976
  };
33977
33977
  });
33978
-
33979
33978
  var StyledSwitch = styled$1(function (props) {
33980
33979
  return /*#__PURE__*/React__namespace.createElement(Switch$1, _extends$1k({
33981
33980
  focusVisibleClassName: ".Mui-focusVisible",
@@ -33992,29 +33991,29 @@ var StyledSwitch = styled$1(function (props) {
33992
33991
  height: 46,
33993
33992
  marginRight: 16
33994
33993
  },
33995
- // '@media(min-width: 1024px)' : {
33996
- // width: 34,
33997
- // height: 19,
33998
- // marginRight: 9,
33999
- // },
33994
+ '@media(min-width: 1024px)': {
33995
+ width: 34,
33996
+ height: 19,
33997
+ marginRight: 9
33998
+ },
34000
33999
  '& .MuiSwitch-switchBase': {
34001
34000
  padding: 0,
34002
34001
  margin: 4,
34003
34002
  '@media(min-width: 720px)': {
34004
34003
  margin: 6
34005
34004
  },
34006
- // '@media(min-width: 1024px)' : {
34007
- // margin: 2
34008
- // },
34005
+ '@media(min-width: 1024px)': {
34006
+ margin: 2
34007
+ },
34009
34008
  transitionDuration: '300ms',
34010
34009
  '&.Mui-checked': {
34011
34010
  transform: 'translateX(28px)',
34012
34011
  '@media(min-width: 720px)': {
34013
34012
  transform: 'translateX(35px)'
34014
34013
  },
34015
- // '@media(min-width: 1024px)' : {
34016
- // transform: 'translateX(15px)',
34017
- // },
34014
+ '@media(min-width: 1024px)': {
34015
+ transform: 'translateX(15px)'
34016
+ },
34018
34017
  color: '#fff',
34019
34018
  '& + .MuiSwitch-track': {
34020
34019
  backgroundColor: '#61CC61',
@@ -34022,9 +34021,9 @@ var StyledSwitch = styled$1(function (props) {
34022
34021
  '@media(min-width: 720px)': {
34023
34022
  borderRadius: '28px'
34024
34023
  },
34025
- // '@media(min-width: 1024px)' : {
34026
- // borderRadius: '14px',
34027
- // },
34024
+ '@media(min-width: 1024px)': {
34025
+ borderRadius: '14px'
34026
+ },
34028
34027
  opacity: 1,
34029
34028
  border: 0
34030
34029
  },
@@ -34050,13 +34049,12 @@ var StyledSwitch = styled$1(function (props) {
34050
34049
  '@media(min-width: 720px)': {
34051
34050
  width: 34,
34052
34051
  height: 34
34052
+ },
34053
+ '@media(min-width: 1024px)': {
34054
+ width: 15,
34055
+ height: 15
34053
34056
  }
34054
- // '@media(min-width: 1024px)' : {
34055
- // width: 15,
34056
- // height: 15,
34057
- // },
34058
34057
  },
34059
-
34060
34058
  '& .MuiSwitch-track': {
34061
34059
  backgroundColor: '#D5DBEF',
34062
34060
  opacity: 1,
@@ -34064,14 +34062,13 @@ var StyledSwitch = styled$1(function (props) {
34064
34062
  borderRadius: '19px',
34065
34063
  '@media(min-width: 720px)': {
34066
34064
  borderRadius: '28px'
34065
+ },
34066
+ '@media(min-width: 1024px)': {
34067
+ borderRadius: '14px'
34067
34068
  }
34068
- // '@media(min-width: 1024px)' : {
34069
- // borderRadius: '14px',
34070
- // },
34071
34069
  }
34072
34070
  };
34073
34071
  });
34074
-
34075
34072
  var SwitchComponent = function SwitchComponent(_ref) {
34076
34073
  var label = _ref.label,
34077
34074
  checked = _ref.checked,
@@ -36614,8 +36611,8 @@ var StyledIconWrapper$1 = styled$1(Box$1, {
36614
36611
  height: '45px'
36615
36612
  },
36616
36613
  '@media(min-width: 1024px)': {
36617
- width: '26px',
36618
- height: '26px'
36614
+ width: '18px',
36615
+ height: '18px'
36619
36616
  }
36620
36617
  },
36621
36618
  '&.red-navy': {
@@ -36876,33 +36873,32 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)({
36876
36873
  height: 30
36877
36874
  }
36878
36875
  }
36876
+ },
36877
+ '@media(min-width: 1024px)': {
36878
+ '& label': {
36879
+ transform: 'translate(20px,11px) scale(1)',
36880
+ '&.Mui-focused, &[data-shrink="true"]': {
36881
+ transform: 'translate(15px,-9px) scale(0.75)'
36882
+ }
36883
+ },
36884
+ '& label, .MuiOutlinedInput-root': {
36885
+ fontSize: 16
36886
+ },
36887
+ '.MuiOutlinedInput-root': {
36888
+ padding: '3.5px 65px 3.5px 20px !important'
36889
+ },
36890
+ 'div.MuiAutocomplete-endAdornment': {
36891
+ top: 'calc(50% - 13px)',
36892
+ '.MuiAutocomplete-clearIndicator': {
36893
+ marginRight: '2px !important'
36894
+ },
36895
+ 'svg': {
36896
+ width: 22,
36897
+ height: 22
36898
+ }
36899
+ }
36879
36900
  }
36880
- // '@media(min-width: 1024px)': {
36881
- // '& label': {
36882
- // transform: 'translate(20px,11px) scale(1)',
36883
- // '&.Mui-focused, &[data-shrink="true"]': {
36884
- // transform: 'translate(15px,-9px) scale(0.75)'
36885
- // },
36886
- // },
36887
- // '& label, .MuiOutlinedInput-root': {
36888
- // fontSize: 16,
36889
- // },
36890
- // '.MuiOutlinedInput-root': {
36891
- // padding: '3.5px 65px 3.5px 20px !important',
36892
- // },
36893
- // 'div.MuiAutocomplete-endAdornment': {
36894
- // top: 'calc(50% - 13px)',
36895
- // '.MuiAutocomplete-clearIndicator': {
36896
- // marginRight: '2px !important',
36897
- // },
36898
- // 'svg': {
36899
- // width: 22,
36900
- // height: 22,
36901
- // }
36902
- // },
36903
- // },
36904
36901
  });
36905
-
36906
36902
  var StyledWrapper$1 = styled$1('div', {
36907
36903
  shouldForwardProp: function shouldForwardProp(prop) {
36908
36904
  return prop !== 'fluid';
@@ -36916,13 +36912,12 @@ var StyledWrapper$1 = styled$1('div', {
36916
36912
  width: fluid ? '100%' : 'min(100%, 368px)',
36917
36913
  '@media (min-width: 720px) and (max-width: 1023px)': {
36918
36914
  width: fluid ? '100%' : 'min(100%, 468px)'
36915
+ },
36916
+ '@media (min-width: 1024px)': {
36917
+ width: fluid ? '100%' : 'min(100%, 268px)'
36919
36918
  }
36920
- // '@media (min-width: 1024px)': {
36921
- // width: fluid ? '100%' : 'min(100%, 268px)',
36922
- // },
36923
36919
  };
36924
36920
  });
36925
-
36926
36921
  var StyledPaper$1 = styled$1(Paper$2)({
36927
36922
  border: '2px solid #293072',
36928
36923
  borderRadius: '7px !important',
@@ -36944,22 +36939,20 @@ var StyledPaper$1 = styled$1(Paper$2)({
36944
36939
  },
36945
36940
  '@media(min-width: 720px)': {
36946
36941
  fontSize: 26
36942
+ },
36943
+ '@media(min-width: 1024px)': {
36944
+ fontSize: 16
36947
36945
  }
36948
- // '@media(min-width: 1024px)': {
36949
- // fontSize: 16,
36950
- // }
36951
36946
  },
36952
-
36953
36947
  '.MuiAutocomplete-option': {
36954
36948
  padding: '6px 14px !important',
36955
36949
  '@media(min-width: 720px)': {
36956
36950
  padding: '9px 14px !important'
36951
+ },
36952
+ '@media(min-width: 1024px)': {
36953
+ padding: '3px 14px !important'
36957
36954
  }
36958
- // '@media(min-width: 1024px)': {
36959
- // padding: '3px 14px !important',
36960
- // }
36961
36955
  },
36962
-
36963
36956
  '.MuiAutocomplete-noOptions': {
36964
36957
  fontWeight: theme.fontWeight.regular,
36965
36958
  fontFamily: theme.fontFamily,
@@ -37200,36 +37193,35 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
37200
37193
  height: 40,
37201
37194
  borderRadius: 20
37202
37195
  }
37196
+ },
37197
+ '@media(min-width: 1024px)': {
37198
+ '& label': {
37199
+ transform: 'translate(20px,11px) scale(1)',
37200
+ '&.Mui-focused, &[data-shrink="true"]': {
37201
+ transform: 'translate(15px,-9px) scale(0.75)'
37202
+ }
37203
+ },
37204
+ '& label, .MuiOutlinedInput-root': {
37205
+ fontSize: 16
37206
+ },
37207
+ '.MuiOutlinedInput-root': {
37208
+ padding: '3.5px 39px 3.5px 20px '
37209
+ },
37210
+ 'div.MuiAutocomplete-endAdornment': {
37211
+ top: 'calc(50% - 13px)',
37212
+ 'svg': {
37213
+ width: 22,
37214
+ height: 22
37215
+ }
37216
+ },
37217
+ '.MuiChip-root': {
37218
+ fontSize: 12,
37219
+ height: 28,
37220
+ borderRadius: 16
37221
+ }
37203
37222
  }
37204
- // '@media(min-width: 1024px)': {
37205
- // '& label': {
37206
- // transform: 'translate(20px,11px) scale(1)',
37207
- // '&.Mui-focused, &[data-shrink="true"]': {
37208
- // transform: 'translate(15px,-9px) scale(0.75)'
37209
- // },
37210
- // },
37211
- // '& label, .MuiOutlinedInput-root': {
37212
- // fontSize: 16,
37213
- // },
37214
- // '.MuiOutlinedInput-root': {
37215
- // padding: '3.5px 39px 3.5px 20px ',
37216
- // },
37217
- // 'div.MuiAutocomplete-endAdornment': {
37218
- // top: 'calc(50% - 13px)',
37219
- // 'svg': {
37220
- // width: 22,
37221
- // height: 22,
37222
- // }
37223
- // },
37224
- // '.MuiChip-root': {
37225
- // fontSize: 12,
37226
- // height: 28,
37227
- // borderRadius: 16,
37228
- // },
37229
- // },
37230
37223
  };
37231
37224
  });
37232
-
37233
37225
  var StyledCheckbox$1 = styled$1(Checkbox$2)(function () {
37234
37226
  return {
37235
37227
  'div': {
@@ -37272,12 +37264,11 @@ var StyledPaper = styled$1(Paper$2)(function () {
37272
37264
  },
37273
37265
  '@media(min-width: 720px)': {
37274
37266
  fontSize: 24
37267
+ },
37268
+ '@media(min-width: 1024px)': {
37269
+ fontSize: 16
37275
37270
  }
37276
- // '@media(min-width: 1024px)': {
37277
- // fontSize: 16,
37278
- // }
37279
37271
  },
37280
-
37281
37272
  '.MuiAutocomplete-option': {
37282
37273
  padding: '1px 4px !important',
37283
37274
  '@media(min-width: 720px)': {
@@ -39876,7 +39867,7 @@ function throwProtectedError(token, format, input) {
39876
39867
  }
39877
39868
  }
39878
39869
 
39879
- var formatDistanceLocale$2 = {
39870
+ var formatDistanceLocale$3 = {
39880
39871
  lessThanXSeconds: {
39881
39872
  one: 'less than a second',
39882
39873
  other: 'less than {{count}} seconds'
@@ -39940,9 +39931,9 @@ var formatDistanceLocale$2 = {
39940
39931
  }
39941
39932
  };
39942
39933
 
39943
- var formatDistance$4 = function formatDistance(token, count, options) {
39934
+ var formatDistance$6 = function formatDistance(token, count, options) {
39944
39935
  var result;
39945
- var tokenValue = formatDistanceLocale$2[token];
39936
+ var tokenValue = formatDistanceLocale$3[token];
39946
39937
 
39947
39938
  if (typeof tokenValue === 'string') {
39948
39939
  result = tokenValue;
@@ -39963,7 +39954,7 @@ var formatDistance$4 = function formatDistance(token, count, options) {
39963
39954
  return result;
39964
39955
  };
39965
39956
 
39966
- var formatDistance$5 = formatDistance$4;
39957
+ var formatDistance$7 = formatDistance$6;
39967
39958
 
39968
39959
  function buildFormatLongFn(args) {
39969
39960
  return function () {
@@ -39975,41 +39966,41 @@ function buildFormatLongFn(args) {
39975
39966
  };
39976
39967
  }
39977
39968
 
39978
- var dateFormats$3 = {
39969
+ var dateFormats$4 = {
39979
39970
  full: 'EEEE, MMMM do, y',
39980
39971
  long: 'MMMM do, y',
39981
39972
  medium: 'MMM d, y',
39982
39973
  short: 'MM/dd/yyyy'
39983
39974
  };
39984
- var timeFormats$3 = {
39975
+ var timeFormats$4 = {
39985
39976
  full: 'h:mm:ss a zzzz',
39986
39977
  long: 'h:mm:ss a z',
39987
39978
  medium: 'h:mm:ss a',
39988
39979
  short: 'h:mm a'
39989
39980
  };
39990
- var dateTimeFormats$3 = {
39981
+ var dateTimeFormats$4 = {
39991
39982
  full: "{{date}} 'at' {{time}}",
39992
39983
  long: "{{date}} 'at' {{time}}",
39993
39984
  medium: '{{date}}, {{time}}',
39994
39985
  short: '{{date}}, {{time}}'
39995
39986
  };
39996
- var formatLong$6 = {
39987
+ var formatLong$8 = {
39997
39988
  date: buildFormatLongFn({
39998
- formats: dateFormats$3,
39989
+ formats: dateFormats$4,
39999
39990
  defaultWidth: 'full'
40000
39991
  }),
40001
39992
  time: buildFormatLongFn({
40002
- formats: timeFormats$3,
39993
+ formats: timeFormats$4,
40003
39994
  defaultWidth: 'full'
40004
39995
  }),
40005
39996
  dateTime: buildFormatLongFn({
40006
- formats: dateTimeFormats$3,
39997
+ formats: dateTimeFormats$4,
40007
39998
  defaultWidth: 'full'
40008
39999
  })
40009
40000
  };
40010
- var formatLong$7 = formatLong$6;
40001
+ var formatLong$9 = formatLong$8;
40011
40002
 
40012
- var formatRelativeLocale$2 = {
40003
+ var formatRelativeLocale$3 = {
40013
40004
  lastWeek: "'last' eeee 'at' p",
40014
40005
  yesterday: "'yesterday at' p",
40015
40006
  today: "'today at' p",
@@ -40018,11 +40009,11 @@ var formatRelativeLocale$2 = {
40018
40009
  other: 'P'
40019
40010
  };
40020
40011
 
40021
- var formatRelative$4 = function formatRelative(token, _date, _baseDate, _options) {
40022
- return formatRelativeLocale$2[token];
40012
+ var formatRelative$6 = function formatRelative(token, _date, _baseDate, _options) {
40013
+ return formatRelativeLocale$3[token];
40023
40014
  };
40024
40015
 
40025
- var formatRelative$5 = formatRelative$4;
40016
+ var formatRelative$7 = formatRelative$6;
40026
40017
 
40027
40018
  function buildLocalizeFn(args) {
40028
40019
  return function (dirtyIndex, options) {
@@ -40047,12 +40038,12 @@ function buildLocalizeFn(args) {
40047
40038
  };
40048
40039
  }
40049
40040
 
40050
- var eraValues$2 = {
40041
+ var eraValues$3 = {
40051
40042
  narrow: ['B', 'A'],
40052
40043
  abbreviated: ['BC', 'AD'],
40053
40044
  wide: ['Before Christ', 'Anno Domini']
40054
40045
  };
40055
- var quarterValues$2 = {
40046
+ var quarterValues$3 = {
40056
40047
  narrow: ['1', '2', '3', '4'],
40057
40048
  abbreviated: ['Q1', 'Q2', 'Q3', 'Q4'],
40058
40049
  wide: ['1st quarter', '2nd quarter', '3rd quarter', '4th quarter']
@@ -40061,18 +40052,18 @@ var quarterValues$2 = {
40061
40052
  // Generally, formatted dates should look like they are in the middle of a sentence,
40062
40053
  // e.g. in Spanish language the weekdays and months should be in the lowercase.
40063
40054
 
40064
- var monthValues$2 = {
40055
+ var monthValues$3 = {
40065
40056
  narrow: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
40066
40057
  abbreviated: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
40067
40058
  wide: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
40068
40059
  };
40069
- var dayValues$2 = {
40060
+ var dayValues$3 = {
40070
40061
  narrow: ['S', 'M', 'T', 'W', 'T', 'F', 'S'],
40071
40062
  short: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
40072
40063
  abbreviated: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
40073
40064
  wide: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']
40074
40065
  };
40075
- var dayPeriodValues$2 = {
40066
+ var dayPeriodValues$3 = {
40076
40067
  narrow: {
40077
40068
  am: 'a',
40078
40069
  pm: 'p',
@@ -40137,7 +40128,7 @@ var formattingDayPeriodValues$2 = {
40137
40128
  }
40138
40129
  };
40139
40130
 
40140
- var ordinalNumber$2 = function ordinalNumber(dirtyNumber, _options) {
40131
+ var ordinalNumber$3 = function ordinalNumber(dirtyNumber, _options) {
40141
40132
  var number = Number(dirtyNumber); // If ordinal numbers depend on context, for example,
40142
40133
  // if they are different for different grammatical genders,
40143
40134
  // use `options.unit`.
@@ -40163,35 +40154,35 @@ var ordinalNumber$2 = function ordinalNumber(dirtyNumber, _options) {
40163
40154
  return number + 'th';
40164
40155
  };
40165
40156
 
40166
- var localize$4 = {
40167
- ordinalNumber: ordinalNumber$2,
40157
+ var localize$6 = {
40158
+ ordinalNumber: ordinalNumber$3,
40168
40159
  era: buildLocalizeFn({
40169
- values: eraValues$2,
40160
+ values: eraValues$3,
40170
40161
  defaultWidth: 'wide'
40171
40162
  }),
40172
40163
  quarter: buildLocalizeFn({
40173
- values: quarterValues$2,
40164
+ values: quarterValues$3,
40174
40165
  defaultWidth: 'wide',
40175
40166
  argumentCallback: function argumentCallback(quarter) {
40176
40167
  return quarter - 1;
40177
40168
  }
40178
40169
  }),
40179
40170
  month: buildLocalizeFn({
40180
- values: monthValues$2,
40171
+ values: monthValues$3,
40181
40172
  defaultWidth: 'wide'
40182
40173
  }),
40183
40174
  day: buildLocalizeFn({
40184
- values: dayValues$2,
40175
+ values: dayValues$3,
40185
40176
  defaultWidth: 'wide'
40186
40177
  }),
40187
40178
  dayPeriod: buildLocalizeFn({
40188
- values: dayPeriodValues$2,
40179
+ values: dayPeriodValues$3,
40189
40180
  defaultWidth: 'wide',
40190
40181
  formattingValues: formattingDayPeriodValues$2,
40191
40182
  defaultFormattingWidth: 'wide'
40192
40183
  })
40193
40184
  };
40194
- var localize$5 = localize$4;
40185
+ var localize$7 = localize$6;
40195
40186
 
40196
40187
  function buildMatchFn(args) {
40197
40188
  return function (string) {
@@ -40260,48 +40251,48 @@ function buildMatchPatternFn(args) {
40260
40251
  };
40261
40252
  }
40262
40253
 
40263
- var matchOrdinalNumberPattern$2 = /^(\d+)(th|st|nd|rd)?/i;
40264
- var parseOrdinalNumberPattern$2 = /\d+/i;
40265
- var matchEraPatterns$2 = {
40254
+ var matchOrdinalNumberPattern$3 = /^(\d+)(th|st|nd|rd)?/i;
40255
+ var parseOrdinalNumberPattern$3 = /\d+/i;
40256
+ var matchEraPatterns$3 = {
40266
40257
  narrow: /^(b|a)/i,
40267
40258
  abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
40268
40259
  wide: /^(before christ|before common era|anno domini|common era)/i
40269
40260
  };
40270
- var parseEraPatterns$2 = {
40261
+ var parseEraPatterns$3 = {
40271
40262
  any: [/^b/i, /^(a|c)/i]
40272
40263
  };
40273
- var matchQuarterPatterns$2 = {
40264
+ var matchQuarterPatterns$3 = {
40274
40265
  narrow: /^[1234]/i,
40275
40266
  abbreviated: /^q[1234]/i,
40276
40267
  wide: /^[1234](th|st|nd|rd)? quarter/i
40277
40268
  };
40278
- var parseQuarterPatterns$2 = {
40269
+ var parseQuarterPatterns$3 = {
40279
40270
  any: [/1/i, /2/i, /3/i, /4/i]
40280
40271
  };
40281
- var matchMonthPatterns$2 = {
40272
+ var matchMonthPatterns$3 = {
40282
40273
  narrow: /^[jfmasond]/i,
40283
40274
  abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
40284
40275
  wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
40285
40276
  };
40286
- var parseMonthPatterns$2 = {
40277
+ var parseMonthPatterns$3 = {
40287
40278
  narrow: [/^j/i, /^f/i, /^m/i, /^a/i, /^m/i, /^j/i, /^j/i, /^a/i, /^s/i, /^o/i, /^n/i, /^d/i],
40288
40279
  any: [/^ja/i, /^f/i, /^mar/i, /^ap/i, /^may/i, /^jun/i, /^jul/i, /^au/i, /^s/i, /^o/i, /^n/i, /^d/i]
40289
40280
  };
40290
- var matchDayPatterns$2 = {
40281
+ var matchDayPatterns$3 = {
40291
40282
  narrow: /^[smtwf]/i,
40292
40283
  short: /^(su|mo|tu|we|th|fr|sa)/i,
40293
40284
  abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
40294
40285
  wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
40295
40286
  };
40296
- var parseDayPatterns$2 = {
40287
+ var parseDayPatterns$3 = {
40297
40288
  narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
40298
40289
  any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
40299
40290
  };
40300
- var matchDayPeriodPatterns$2 = {
40291
+ var matchDayPeriodPatterns$3 = {
40301
40292
  narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
40302
40293
  any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
40303
40294
  };
40304
- var parseDayPeriodPatterns$2 = {
40295
+ var parseDayPeriodPatterns$3 = {
40305
40296
  any: {
40306
40297
  am: /^a/i,
40307
40298
  pm: /^p/i,
@@ -40313,49 +40304,49 @@ var parseDayPeriodPatterns$2 = {
40313
40304
  night: /night/i
40314
40305
  }
40315
40306
  };
40316
- var match$5 = {
40307
+ var match$7 = {
40317
40308
  ordinalNumber: buildMatchPatternFn({
40318
- matchPattern: matchOrdinalNumberPattern$2,
40319
- parsePattern: parseOrdinalNumberPattern$2,
40309
+ matchPattern: matchOrdinalNumberPattern$3,
40310
+ parsePattern: parseOrdinalNumberPattern$3,
40320
40311
  valueCallback: function valueCallback(value) {
40321
40312
  return parseInt(value, 10);
40322
40313
  }
40323
40314
  }),
40324
40315
  era: buildMatchFn({
40325
- matchPatterns: matchEraPatterns$2,
40316
+ matchPatterns: matchEraPatterns$3,
40326
40317
  defaultMatchWidth: 'wide',
40327
- parsePatterns: parseEraPatterns$2,
40318
+ parsePatterns: parseEraPatterns$3,
40328
40319
  defaultParseWidth: 'any'
40329
40320
  }),
40330
40321
  quarter: buildMatchFn({
40331
- matchPatterns: matchQuarterPatterns$2,
40322
+ matchPatterns: matchQuarterPatterns$3,
40332
40323
  defaultMatchWidth: 'wide',
40333
- parsePatterns: parseQuarterPatterns$2,
40324
+ parsePatterns: parseQuarterPatterns$3,
40334
40325
  defaultParseWidth: 'any',
40335
40326
  valueCallback: function valueCallback(index) {
40336
40327
  return index + 1;
40337
40328
  }
40338
40329
  }),
40339
40330
  month: buildMatchFn({
40340
- matchPatterns: matchMonthPatterns$2,
40331
+ matchPatterns: matchMonthPatterns$3,
40341
40332
  defaultMatchWidth: 'wide',
40342
- parsePatterns: parseMonthPatterns$2,
40333
+ parsePatterns: parseMonthPatterns$3,
40343
40334
  defaultParseWidth: 'any'
40344
40335
  }),
40345
40336
  day: buildMatchFn({
40346
- matchPatterns: matchDayPatterns$2,
40337
+ matchPatterns: matchDayPatterns$3,
40347
40338
  defaultMatchWidth: 'wide',
40348
- parsePatterns: parseDayPatterns$2,
40339
+ parsePatterns: parseDayPatterns$3,
40349
40340
  defaultParseWidth: 'any'
40350
40341
  }),
40351
40342
  dayPeriod: buildMatchFn({
40352
- matchPatterns: matchDayPeriodPatterns$2,
40343
+ matchPatterns: matchDayPeriodPatterns$3,
40353
40344
  defaultMatchWidth: 'any',
40354
- parsePatterns: parseDayPeriodPatterns$2,
40345
+ parsePatterns: parseDayPeriodPatterns$3,
40355
40346
  defaultParseWidth: 'any'
40356
40347
  })
40357
40348
  };
40358
- var match$6 = match$5;
40349
+ var match$8 = match$7;
40359
40350
 
40360
40351
  /**
40361
40352
  * @type {Locale}
@@ -40366,13 +40357,13 @@ var match$6 = match$5;
40366
40357
  * @author Sasha Koss [@kossnocorp]{@link https://github.com/kossnocorp}
40367
40358
  * @author Lesha Koss [@leshakoss]{@link https://github.com/leshakoss}
40368
40359
  */
40369
- var locale$3 = {
40360
+ var locale$4 = {
40370
40361
  code: 'en-US',
40371
- formatDistance: formatDistance$5,
40372
- formatLong: formatLong$7,
40373
- formatRelative: formatRelative$5,
40374
- localize: localize$5,
40375
- match: match$6,
40362
+ formatDistance: formatDistance$7,
40363
+ formatLong: formatLong$9,
40364
+ formatRelative: formatRelative$7,
40365
+ localize: localize$7,
40366
+ match: match$8,
40376
40367
  options: {
40377
40368
  weekStartsOn: 0
40378
40369
  /* Sunday */
@@ -40380,7 +40371,7 @@ var locale$3 = {
40380
40371
  firstWeekContainsDate: 1
40381
40372
  }
40382
40373
  };
40383
- var defaultLocale = locale$3;
40374
+ var defaultLocale = locale$4;
40384
40375
 
40385
40376
  // - [yYQqMLwIdDecihHKkms]o matches any available ordinal number token
40386
40377
  // (one of the certain letters followed by `o`)
@@ -46258,7 +46249,7 @@ class AdapterDateFns extends DateFnsUtils {
46258
46249
 
46259
46250
  }
46260
46251
 
46261
- var formatDistanceLocale$1 = {
46252
+ var formatDistanceLocale$2 = {
46262
46253
  lessThanXSeconds: {
46263
46254
  standalone: {
46264
46255
  one: 'weniger als 1 Sekunde',
@@ -46415,9 +46406,9 @@ var formatDistanceLocale$1 = {
46415
46406
  }
46416
46407
  };
46417
46408
 
46418
- var formatDistance$2 = function formatDistance(token, count, options) {
46409
+ var formatDistance$4 = function formatDistance(token, count, options) {
46419
46410
  var result;
46420
- var tokenValue = options !== null && options !== void 0 && options.addSuffix ? formatDistanceLocale$1[token].withPreposition : formatDistanceLocale$1[token].standalone;
46411
+ var tokenValue = options !== null && options !== void 0 && options.addSuffix ? formatDistanceLocale$2[token].withPreposition : formatDistanceLocale$2[token].standalone;
46421
46412
 
46422
46413
  if (typeof tokenValue === 'string') {
46423
46414
  result = tokenValue;
@@ -46438,10 +46429,10 @@ var formatDistance$2 = function formatDistance(token, count, options) {
46438
46429
  return result;
46439
46430
  };
46440
46431
 
46441
- var formatDistance$3 = formatDistance$2;
46432
+ var formatDistance$5 = formatDistance$4;
46442
46433
 
46443
46434
  // DIN 5008: https://de.wikipedia.org/wiki/Datumsformat#DIN_5008
46444
- var dateFormats$2 = {
46435
+ var dateFormats$3 = {
46445
46436
  full: 'EEEE, do MMMM y',
46446
46437
  // Montag, 7. Januar 2018
46447
46438
  long: 'do MMMM y',
@@ -46451,35 +46442,35 @@ var dateFormats$2 = {
46451
46442
  short: 'dd.MM.y' // 07.01.2018
46452
46443
 
46453
46444
  };
46454
- var timeFormats$2 = {
46445
+ var timeFormats$3 = {
46455
46446
  full: 'HH:mm:ss zzzz',
46456
46447
  long: 'HH:mm:ss z',
46457
46448
  medium: 'HH:mm:ss',
46458
46449
  short: 'HH:mm'
46459
46450
  };
46460
- var dateTimeFormats$2 = {
46451
+ var dateTimeFormats$3 = {
46461
46452
  full: "{{date}} 'um' {{time}}",
46462
46453
  long: "{{date}} 'um' {{time}}",
46463
46454
  medium: '{{date}} {{time}}',
46464
46455
  short: '{{date}} {{time}}'
46465
46456
  };
46466
- var formatLong$4 = {
46457
+ var formatLong$6 = {
46467
46458
  date: buildFormatLongFn({
46468
- formats: dateFormats$2,
46459
+ formats: dateFormats$3,
46469
46460
  defaultWidth: 'full'
46470
46461
  }),
46471
46462
  time: buildFormatLongFn({
46472
- formats: timeFormats$2,
46463
+ formats: timeFormats$3,
46473
46464
  defaultWidth: 'full'
46474
46465
  }),
46475
46466
  dateTime: buildFormatLongFn({
46476
- formats: dateTimeFormats$2,
46467
+ formats: dateTimeFormats$3,
46477
46468
  defaultWidth: 'full'
46478
46469
  })
46479
46470
  };
46480
- var formatLong$5 = formatLong$4;
46471
+ var formatLong$7 = formatLong$6;
46481
46472
 
46482
- var formatRelativeLocale$1 = {
46473
+ var formatRelativeLocale$2 = {
46483
46474
  lastWeek: "'letzten' eeee 'um' p",
46484
46475
  yesterday: "'gestern um' p",
46485
46476
  today: "'heute um' p",
@@ -46488,18 +46479,18 @@ var formatRelativeLocale$1 = {
46488
46479
  other: 'P'
46489
46480
  };
46490
46481
 
46491
- var formatRelative$2 = function formatRelative(token, _date, _baseDate, _options) {
46492
- return formatRelativeLocale$1[token];
46482
+ var formatRelative$4 = function formatRelative(token, _date, _baseDate, _options) {
46483
+ return formatRelativeLocale$2[token];
46493
46484
  };
46494
46485
 
46495
- var formatRelative$3 = formatRelative$2;
46486
+ var formatRelative$5 = formatRelative$4;
46496
46487
 
46497
- var eraValues$1 = {
46488
+ var eraValues$2 = {
46498
46489
  narrow: ['v.Chr.', 'n.Chr.'],
46499
46490
  abbreviated: ['v.Chr.', 'n.Chr.'],
46500
46491
  wide: ['vor Christus', 'nach Christus']
46501
46492
  };
46502
- var quarterValues$1 = {
46493
+ var quarterValues$2 = {
46503
46494
  narrow: ['1', '2', '3', '4'],
46504
46495
  abbreviated: ['Q1', 'Q2', 'Q3', 'Q4'],
46505
46496
  wide: ['1. Quartal', '2. Quartal', '3. Quartal', '4. Quartal']
@@ -46508,25 +46499,25 @@ var quarterValues$1 = {
46508
46499
  // Generally, formatted dates should look like they are in the middle of a sentence,
46509
46500
  // e.g. in Spanish language the weekdays and months should be in the lowercase.
46510
46501
 
46511
- var monthValues$1 = {
46502
+ var monthValues$2 = {
46512
46503
  narrow: ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
46513
46504
  abbreviated: ['Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez'],
46514
46505
  wide: ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember']
46515
46506
  }; // https://st.unicode.org/cldr-apps/v#/de/Gregorian/
46516
46507
 
46517
46508
  var formattingMonthValues = {
46518
- narrow: monthValues$1.narrow,
46509
+ narrow: monthValues$2.narrow,
46519
46510
  abbreviated: ['Jan.', 'Feb.', 'März', 'Apr.', 'Mai', 'Juni', 'Juli', 'Aug.', 'Sep.', 'Okt.', 'Nov.', 'Dez.'],
46520
- wide: monthValues$1.wide
46511
+ wide: monthValues$2.wide
46521
46512
  };
46522
- var dayValues$1 = {
46513
+ var dayValues$2 = {
46523
46514
  narrow: ['S', 'M', 'D', 'M', 'D', 'F', 'S'],
46524
46515
  short: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'],
46525
46516
  abbreviated: ['So.', 'Mo.', 'Di.', 'Mi.', 'Do.', 'Fr.', 'Sa.'],
46526
46517
  wide: ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag']
46527
46518
  }; // https://www.unicode.org/cldr/charts/32/summary/de.html#1881
46528
46519
 
46529
- var dayPeriodValues$1 = {
46520
+ var dayPeriodValues$2 = {
46530
46521
  narrow: {
46531
46522
  am: 'vm.',
46532
46523
  pm: 'nm.',
@@ -46591,84 +46582,84 @@ var formattingDayPeriodValues$1 = {
46591
46582
  }
46592
46583
  };
46593
46584
 
46594
- var ordinalNumber$1 = function ordinalNumber(dirtyNumber) {
46585
+ var ordinalNumber$2 = function ordinalNumber(dirtyNumber) {
46595
46586
  var number = Number(dirtyNumber);
46596
46587
  return number + '.';
46597
46588
  };
46598
46589
 
46599
- var localize$2 = {
46600
- ordinalNumber: ordinalNumber$1,
46590
+ var localize$4 = {
46591
+ ordinalNumber: ordinalNumber$2,
46601
46592
  era: buildLocalizeFn({
46602
- values: eraValues$1,
46593
+ values: eraValues$2,
46603
46594
  defaultWidth: 'wide'
46604
46595
  }),
46605
46596
  quarter: buildLocalizeFn({
46606
- values: quarterValues$1,
46597
+ values: quarterValues$2,
46607
46598
  defaultWidth: 'wide',
46608
46599
  argumentCallback: function argumentCallback(quarter) {
46609
46600
  return quarter - 1;
46610
46601
  }
46611
46602
  }),
46612
46603
  month: buildLocalizeFn({
46613
- values: monthValues$1,
46604
+ values: monthValues$2,
46614
46605
  formattingValues: formattingMonthValues,
46615
46606
  defaultWidth: 'wide'
46616
46607
  }),
46617
46608
  day: buildLocalizeFn({
46618
- values: dayValues$1,
46609
+ values: dayValues$2,
46619
46610
  defaultWidth: 'wide'
46620
46611
  }),
46621
46612
  dayPeriod: buildLocalizeFn({
46622
- values: dayPeriodValues$1,
46613
+ values: dayPeriodValues$2,
46623
46614
  defaultWidth: 'wide',
46624
46615
  formattingValues: formattingDayPeriodValues$1,
46625
46616
  defaultFormattingWidth: 'wide'
46626
46617
  })
46627
46618
  };
46628
- var localize$3 = localize$2;
46619
+ var localize$5 = localize$4;
46629
46620
 
46630
- var matchOrdinalNumberPattern$1 = /^(\d+)(\.)?/i;
46631
- var parseOrdinalNumberPattern$1 = /\d+/i;
46632
- var matchEraPatterns$1 = {
46621
+ var matchOrdinalNumberPattern$2 = /^(\d+)(\.)?/i;
46622
+ var parseOrdinalNumberPattern$2 = /\d+/i;
46623
+ var matchEraPatterns$2 = {
46633
46624
  narrow: /^(v\.? ?Chr\.?|n\.? ?Chr\.?)/i,
46634
46625
  abbreviated: /^(v\.? ?Chr\.?|n\.? ?Chr\.?)/i,
46635
46626
  wide: /^(vor Christus|vor unserer Zeitrechnung|nach Christus|unserer Zeitrechnung)/i
46636
46627
  };
46637
- var parseEraPatterns$1 = {
46628
+ var parseEraPatterns$2 = {
46638
46629
  any: [/^v/i, /^n/i]
46639
46630
  };
46640
- var matchQuarterPatterns$1 = {
46631
+ var matchQuarterPatterns$2 = {
46641
46632
  narrow: /^[1234]/i,
46642
46633
  abbreviated: /^q[1234]/i,
46643
46634
  wide: /^[1234](\.)? Quartal/i
46644
46635
  };
46645
- var parseQuarterPatterns$1 = {
46636
+ var parseQuarterPatterns$2 = {
46646
46637
  any: [/1/i, /2/i, /3/i, /4/i]
46647
46638
  };
46648
- var matchMonthPatterns$1 = {
46639
+ var matchMonthPatterns$2 = {
46649
46640
  narrow: /^[jfmasond]/i,
46650
46641
  abbreviated: /^(j[aä]n|feb|mär[z]?|apr|mai|jun[i]?|jul[i]?|aug|sep|okt|nov|dez)\.?/i,
46651
46642
  wide: /^(januar|februar|märz|april|mai|juni|juli|august|september|oktober|november|dezember)/i
46652
46643
  };
46653
- var parseMonthPatterns$1 = {
46644
+ var parseMonthPatterns$2 = {
46654
46645
  narrow: [/^j/i, /^f/i, /^m/i, /^a/i, /^m/i, /^j/i, /^j/i, /^a/i, /^s/i, /^o/i, /^n/i, /^d/i],
46655
46646
  any: [/^j[aä]/i, /^f/i, /^mär/i, /^ap/i, /^mai/i, /^jun/i, /^jul/i, /^au/i, /^s/i, /^o/i, /^n/i, /^d/i]
46656
46647
  };
46657
- var matchDayPatterns$1 = {
46648
+ var matchDayPatterns$2 = {
46658
46649
  narrow: /^[smdmf]/i,
46659
46650
  short: /^(so|mo|di|mi|do|fr|sa)/i,
46660
46651
  abbreviated: /^(son?|mon?|die?|mit?|don?|fre?|sam?)\.?/i,
46661
46652
  wide: /^(sonntag|montag|dienstag|mittwoch|donnerstag|freitag|samstag)/i
46662
46653
  };
46663
- var parseDayPatterns$1 = {
46654
+ var parseDayPatterns$2 = {
46664
46655
  any: [/^so/i, /^mo/i, /^di/i, /^mi/i, /^do/i, /^f/i, /^sa/i]
46665
46656
  };
46666
- var matchDayPeriodPatterns$1 = {
46657
+ var matchDayPeriodPatterns$2 = {
46667
46658
  narrow: /^(vm\.?|nm\.?|Mitternacht|Mittag|morgens|nachm\.?|abends|nachts)/i,
46668
46659
  abbreviated: /^(vorm\.?|nachm\.?|Mitternacht|Mittag|morgens|nachm\.?|abends|nachts)/i,
46669
46660
  wide: /^(vormittags|nachmittags|Mitternacht|Mittag|morgens|nachmittags|abends|nachts)/i
46670
46661
  };
46671
- var parseDayPeriodPatterns$1 = {
46662
+ var parseDayPeriodPatterns$2 = {
46672
46663
  any: {
46673
46664
  am: /^v/i,
46674
46665
  pm: /^n/i,
@@ -46682,49 +46673,49 @@ var parseDayPeriodPatterns$1 = {
46682
46673
 
46683
46674
  }
46684
46675
  };
46685
- var match$3 = {
46676
+ var match$5 = {
46686
46677
  ordinalNumber: buildMatchPatternFn({
46687
- matchPattern: matchOrdinalNumberPattern$1,
46688
- parsePattern: parseOrdinalNumberPattern$1,
46678
+ matchPattern: matchOrdinalNumberPattern$2,
46679
+ parsePattern: parseOrdinalNumberPattern$2,
46689
46680
  valueCallback: function valueCallback(value) {
46690
46681
  return parseInt(value);
46691
46682
  }
46692
46683
  }),
46693
46684
  era: buildMatchFn({
46694
- matchPatterns: matchEraPatterns$1,
46685
+ matchPatterns: matchEraPatterns$2,
46695
46686
  defaultMatchWidth: 'wide',
46696
- parsePatterns: parseEraPatterns$1,
46687
+ parsePatterns: parseEraPatterns$2,
46697
46688
  defaultParseWidth: 'any'
46698
46689
  }),
46699
46690
  quarter: buildMatchFn({
46700
- matchPatterns: matchQuarterPatterns$1,
46691
+ matchPatterns: matchQuarterPatterns$2,
46701
46692
  defaultMatchWidth: 'wide',
46702
- parsePatterns: parseQuarterPatterns$1,
46693
+ parsePatterns: parseQuarterPatterns$2,
46703
46694
  defaultParseWidth: 'any',
46704
46695
  valueCallback: function valueCallback(index) {
46705
46696
  return index + 1;
46706
46697
  }
46707
46698
  }),
46708
46699
  month: buildMatchFn({
46709
- matchPatterns: matchMonthPatterns$1,
46700
+ matchPatterns: matchMonthPatterns$2,
46710
46701
  defaultMatchWidth: 'wide',
46711
- parsePatterns: parseMonthPatterns$1,
46702
+ parsePatterns: parseMonthPatterns$2,
46712
46703
  defaultParseWidth: 'any'
46713
46704
  }),
46714
46705
  day: buildMatchFn({
46715
- matchPatterns: matchDayPatterns$1,
46706
+ matchPatterns: matchDayPatterns$2,
46716
46707
  defaultMatchWidth: 'wide',
46717
- parsePatterns: parseDayPatterns$1,
46708
+ parsePatterns: parseDayPatterns$2,
46718
46709
  defaultParseWidth: 'any'
46719
46710
  }),
46720
46711
  dayPeriod: buildMatchFn({
46721
- matchPatterns: matchDayPeriodPatterns$1,
46712
+ matchPatterns: matchDayPeriodPatterns$2,
46722
46713
  defaultMatchWidth: 'wide',
46723
- parsePatterns: parseDayPeriodPatterns$1,
46714
+ parsePatterns: parseDayPeriodPatterns$2,
46724
46715
  defaultParseWidth: 'any'
46725
46716
  })
46726
46717
  };
46727
- var match$4 = match$3;
46718
+ var match$6 = match$5;
46728
46719
 
46729
46720
  /**
46730
46721
  * @type {Locale}
@@ -46738,13 +46729,13 @@ var match$4 = match$3;
46738
46729
  * @author RomanErnst [@pex]{@link https://github.com/pex}
46739
46730
  * @author Philipp Keck [@Philipp91]{@link https://github.com/Philipp91}
46740
46731
  */
46741
- var locale$2 = {
46732
+ var locale$3 = {
46742
46733
  code: 'de',
46743
- formatDistance: formatDistance$3,
46744
- formatLong: formatLong$5,
46745
- formatRelative: formatRelative$3,
46746
- localize: localize$3,
46747
- match: match$4,
46734
+ formatDistance: formatDistance$5,
46735
+ formatLong: formatLong$7,
46736
+ formatRelative: formatRelative$5,
46737
+ localize: localize$5,
46738
+ match: match$6,
46748
46739
  options: {
46749
46740
  weekStartsOn: 1
46750
46741
  /* Monday */
@@ -46752,41 +46743,41 @@ var locale$2 = {
46752
46743
  firstWeekContainsDate: 4
46753
46744
  }
46754
46745
  };
46755
- var de = locale$2;
46746
+ var de = locale$3;
46756
46747
 
46757
- var dateFormats$1 = {
46748
+ var dateFormats$2 = {
46758
46749
  full: 'EEEE, d MMMM yyyy',
46759
46750
  long: 'd MMMM yyyy',
46760
46751
  medium: 'd MMM yyyy',
46761
46752
  short: 'dd/MM/yyyy'
46762
46753
  };
46763
- var timeFormats$1 = {
46754
+ var timeFormats$2 = {
46764
46755
  full: 'HH:mm:ss zzzz',
46765
46756
  long: 'HH:mm:ss z',
46766
46757
  medium: 'HH:mm:ss',
46767
46758
  short: 'HH:mm'
46768
46759
  };
46769
- var dateTimeFormats$1 = {
46760
+ var dateTimeFormats$2 = {
46770
46761
  full: "{{date}} 'at' {{time}}",
46771
46762
  long: "{{date}} 'at' {{time}}",
46772
46763
  medium: '{{date}}, {{time}}',
46773
46764
  short: '{{date}}, {{time}}'
46774
46765
  };
46775
- var formatLong$2 = {
46766
+ var formatLong$4 = {
46776
46767
  date: buildFormatLongFn({
46777
- formats: dateFormats$1,
46768
+ formats: dateFormats$2,
46778
46769
  defaultWidth: 'full'
46779
46770
  }),
46780
46771
  time: buildFormatLongFn({
46781
- formats: timeFormats$1,
46772
+ formats: timeFormats$2,
46782
46773
  defaultWidth: 'full'
46783
46774
  }),
46784
46775
  dateTime: buildFormatLongFn({
46785
- formats: dateTimeFormats$1,
46776
+ formats: dateTimeFormats$2,
46786
46777
  defaultWidth: 'full'
46787
46778
  })
46788
46779
  };
46789
- var formatLong$3 = formatLong$2;
46780
+ var formatLong$5 = formatLong$4;
46790
46781
 
46791
46782
  /**
46792
46783
  * @type {Locale}
@@ -46797,13 +46788,13 @@ var formatLong$3 = formatLong$2;
46797
46788
  * @author Alex [@glintik]{@link https://github.com/glintik}
46798
46789
  */
46799
46790
 
46800
- var locale$1 = {
46791
+ var locale$2 = {
46801
46792
  code: 'en-GB',
46802
- formatDistance: formatDistance$5,
46803
- formatLong: formatLong$3,
46804
- formatRelative: formatRelative$5,
46805
- localize: localize$5,
46806
- match: match$6,
46793
+ formatDistance: formatDistance$7,
46794
+ formatLong: formatLong$5,
46795
+ formatRelative: formatRelative$7,
46796
+ localize: localize$7,
46797
+ match: match$8,
46807
46798
  options: {
46808
46799
  weekStartsOn: 1
46809
46800
  /* Monday */
@@ -46811,9 +46802,9 @@ var locale$1 = {
46811
46802
  firstWeekContainsDate: 4
46812
46803
  }
46813
46804
  };
46814
- var enGB = locale$1;
46805
+ var enGB = locale$2;
46815
46806
 
46816
- var formatDistanceLocale = {
46807
+ var formatDistanceLocale$1 = {
46817
46808
  lessThanXSeconds: {
46818
46809
  one: '不到 1 秒',
46819
46810
  other: '不到 {{count}} 秒'
@@ -46877,9 +46868,9 @@ var formatDistanceLocale = {
46877
46868
  }
46878
46869
  };
46879
46870
 
46880
- var formatDistance = function formatDistance(token, count, options) {
46871
+ var formatDistance$2 = function formatDistance(token, count, options) {
46881
46872
  var result;
46882
- var tokenValue = formatDistanceLocale[token];
46873
+ var tokenValue = formatDistanceLocale$1[token];
46883
46874
 
46884
46875
  if (typeof tokenValue === 'string') {
46885
46876
  result = tokenValue;
@@ -46900,41 +46891,41 @@ var formatDistance = function formatDistance(token, count, options) {
46900
46891
  return result;
46901
46892
  };
46902
46893
 
46903
- var formatDistance$1 = formatDistance;
46894
+ var formatDistance$3 = formatDistance$2;
46904
46895
 
46905
- var dateFormats = {
46896
+ var dateFormats$1 = {
46906
46897
  full: "y'年'M'月'd'日' EEEE",
46907
46898
  long: "y'年'M'月'd'日'",
46908
46899
  medium: 'yyyy-MM-dd',
46909
46900
  short: 'yy-MM-dd'
46910
46901
  };
46911
- var timeFormats = {
46902
+ var timeFormats$1 = {
46912
46903
  full: 'zzzz a h:mm:ss',
46913
46904
  long: 'z a h:mm:ss',
46914
46905
  medium: 'a h:mm:ss',
46915
46906
  short: 'a h:mm'
46916
46907
  };
46917
- var dateTimeFormats = {
46908
+ var dateTimeFormats$1 = {
46918
46909
  full: '{{date}} {{time}}',
46919
46910
  long: '{{date}} {{time}}',
46920
46911
  medium: '{{date}} {{time}}',
46921
46912
  short: '{{date}} {{time}}'
46922
46913
  };
46923
- var formatLong = {
46914
+ var formatLong$2 = {
46924
46915
  date: buildFormatLongFn({
46925
- formats: dateFormats,
46916
+ formats: dateFormats$1,
46926
46917
  defaultWidth: 'full'
46927
46918
  }),
46928
46919
  time: buildFormatLongFn({
46929
- formats: timeFormats,
46920
+ formats: timeFormats$1,
46930
46921
  defaultWidth: 'full'
46931
46922
  }),
46932
46923
  dateTime: buildFormatLongFn({
46933
- formats: dateTimeFormats,
46924
+ formats: dateTimeFormats$1,
46934
46925
  defaultWidth: 'full'
46935
46926
  })
46936
46927
  };
46937
- var formatLong$1 = formatLong;
46928
+ var formatLong$3 = formatLong$2;
46938
46929
 
46939
46930
  function isSameUTCWeek(dirtyDateLeft, dirtyDateRight, options) {
46940
46931
  requiredArgs(2, arguments);
@@ -46955,7 +46946,7 @@ function checkWeek(date, baseDate, options) {
46955
46946
  return "'上个'" + baseFormat; // in last week
46956
46947
  }
46957
46948
 
46958
- var formatRelativeLocale = {
46949
+ var formatRelativeLocale$1 = {
46959
46950
  lastWeek: checkWeek,
46960
46951
  // days before yesterday, maybe in this week or last week
46961
46952
  yesterday: "'昨天' p",
@@ -46966,8 +46957,8 @@ var formatRelativeLocale = {
46966
46957
  other: 'PP p'
46967
46958
  };
46968
46959
 
46969
- var formatRelative = function formatRelative(token, date, baseDate, options) {
46970
- var format = formatRelativeLocale[token];
46960
+ var formatRelative$2 = function formatRelative(token, date, baseDate, options) {
46961
+ var format = formatRelativeLocale$1[token];
46971
46962
 
46972
46963
  if (typeof format === 'function') {
46973
46964
  return format(date, baseDate, options);
@@ -46976,30 +46967,30 @@ var formatRelative = function formatRelative(token, date, baseDate, options) {
46976
46967
  return format;
46977
46968
  };
46978
46969
 
46979
- var formatRelative$1 = formatRelative;
46970
+ var formatRelative$3 = formatRelative$2;
46980
46971
 
46981
- var eraValues = {
46972
+ var eraValues$1 = {
46982
46973
  narrow: ['前', '公元'],
46983
46974
  abbreviated: ['前', '公元'],
46984
46975
  wide: ['公元前', '公元']
46985
46976
  };
46986
- var quarterValues = {
46977
+ var quarterValues$1 = {
46987
46978
  narrow: ['1', '2', '3', '4'],
46988
46979
  abbreviated: ['第一季', '第二季', '第三季', '第四季'],
46989
46980
  wide: ['第一季度', '第二季度', '第三季度', '第四季度']
46990
46981
  };
46991
- var monthValues = {
46982
+ var monthValues$1 = {
46992
46983
  narrow: ['一', '二', '三', '四', '五', '六', '七', '八', '九', '十', '十一', '十二'],
46993
46984
  abbreviated: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
46994
46985
  wide: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月']
46995
46986
  };
46996
- var dayValues = {
46987
+ var dayValues$1 = {
46997
46988
  narrow: ['日', '一', '二', '三', '四', '五', '六'],
46998
46989
  short: ['日', '一', '二', '三', '四', '五', '六'],
46999
46990
  abbreviated: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
47000
46991
  wide: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六']
47001
46992
  };
47002
- var dayPeriodValues = {
46993
+ var dayPeriodValues$1 = {
47003
46994
  narrow: {
47004
46995
  am: '上',
47005
46996
  pm: '下',
@@ -47064,7 +47055,7 @@ var formattingDayPeriodValues = {
47064
47055
  }
47065
47056
  };
47066
47057
 
47067
- var ordinalNumber = function ordinalNumber(dirtyNumber, options) {
47058
+ var ordinalNumber$1 = function ordinalNumber(dirtyNumber, options) {
47068
47059
  var number = Number(dirtyNumber);
47069
47060
 
47070
47061
  switch (options === null || options === void 0 ? void 0 : options.unit) {
@@ -47085,76 +47076,76 @@ var ordinalNumber = function ordinalNumber(dirtyNumber, options) {
47085
47076
  }
47086
47077
  };
47087
47078
 
47088
- var localize = {
47089
- ordinalNumber: ordinalNumber,
47079
+ var localize$2 = {
47080
+ ordinalNumber: ordinalNumber$1,
47090
47081
  era: buildLocalizeFn({
47091
- values: eraValues,
47082
+ values: eraValues$1,
47092
47083
  defaultWidth: 'wide'
47093
47084
  }),
47094
47085
  quarter: buildLocalizeFn({
47095
- values: quarterValues,
47086
+ values: quarterValues$1,
47096
47087
  defaultWidth: 'wide',
47097
47088
  argumentCallback: function argumentCallback(quarter) {
47098
47089
  return quarter - 1;
47099
47090
  }
47100
47091
  }),
47101
47092
  month: buildLocalizeFn({
47102
- values: monthValues,
47093
+ values: monthValues$1,
47103
47094
  defaultWidth: 'wide'
47104
47095
  }),
47105
47096
  day: buildLocalizeFn({
47106
- values: dayValues,
47097
+ values: dayValues$1,
47107
47098
  defaultWidth: 'wide'
47108
47099
  }),
47109
47100
  dayPeriod: buildLocalizeFn({
47110
- values: dayPeriodValues,
47101
+ values: dayPeriodValues$1,
47111
47102
  defaultWidth: 'wide',
47112
47103
  formattingValues: formattingDayPeriodValues,
47113
47104
  defaultFormattingWidth: 'wide'
47114
47105
  })
47115
47106
  };
47116
- var localize$1 = localize;
47107
+ var localize$3 = localize$2;
47117
47108
 
47118
- var matchOrdinalNumberPattern = /^(第\s*)?\d+(日|时|分|秒)?/i;
47119
- var parseOrdinalNumberPattern = /\d+/i;
47120
- var matchEraPatterns = {
47109
+ var matchOrdinalNumberPattern$1 = /^(第\s*)?\d+(日|时|分|秒)?/i;
47110
+ var parseOrdinalNumberPattern$1 = /\d+/i;
47111
+ var matchEraPatterns$1 = {
47121
47112
  narrow: /^(前)/i,
47122
47113
  abbreviated: /^(前)/i,
47123
47114
  wide: /^(公元前|公元)/i
47124
47115
  };
47125
- var parseEraPatterns = {
47116
+ var parseEraPatterns$1 = {
47126
47117
  any: [/^(前)/i, /^(公元)/i]
47127
47118
  };
47128
- var matchQuarterPatterns = {
47119
+ var matchQuarterPatterns$1 = {
47129
47120
  narrow: /^[1234]/i,
47130
47121
  abbreviated: /^第[一二三四]刻/i,
47131
47122
  wide: /^第[一二三四]刻钟/i
47132
47123
  };
47133
- var parseQuarterPatterns = {
47124
+ var parseQuarterPatterns$1 = {
47134
47125
  any: [/(1|一)/i, /(2|二)/i, /(3|三)/i, /(4|四)/i]
47135
47126
  };
47136
- var matchMonthPatterns = {
47127
+ var matchMonthPatterns$1 = {
47137
47128
  narrow: /^(一|二|三|四|五|六|七|八|九|十[二一])/i,
47138
47129
  abbreviated: /^(一|二|三|四|五|六|七|八|九|十[二一]|\d|1[12])月/i,
47139
47130
  wide: /^(一|二|三|四|五|六|七|八|九|十[二一])月/i
47140
47131
  };
47141
- var parseMonthPatterns = {
47132
+ var parseMonthPatterns$1 = {
47142
47133
  narrow: [/^一/i, /^二/i, /^三/i, /^四/i, /^五/i, /^六/i, /^七/i, /^八/i, /^九/i, /^十(?!(一|二))/i, /^十一/i, /^十二/i],
47143
47134
  any: [/^一|1/i, /^二|2/i, /^三|3/i, /^四|4/i, /^五|5/i, /^六|6/i, /^七|7/i, /^八|8/i, /^九|9/i, /^十(?!(一|二))|10/i, /^十一|11/i, /^十二|12/i]
47144
47135
  };
47145
- var matchDayPatterns = {
47136
+ var matchDayPatterns$1 = {
47146
47137
  narrow: /^[一二三四五六日]/i,
47147
47138
  short: /^[一二三四五六日]/i,
47148
47139
  abbreviated: /^周[一二三四五六日]/i,
47149
47140
  wide: /^星期[一二三四五六日]/i
47150
47141
  };
47151
- var parseDayPatterns = {
47142
+ var parseDayPatterns$1 = {
47152
47143
  any: [/日/i, /一/i, /二/i, /三/i, /四/i, /五/i, /六/i]
47153
47144
  };
47154
- var matchDayPeriodPatterns = {
47145
+ var matchDayPeriodPatterns$1 = {
47155
47146
  any: /^(上午?|下午?|午夜|[中正]午|早上?|下午|晚上?|凌晨|)/i
47156
47147
  };
47157
- var parseDayPeriodPatterns = {
47148
+ var parseDayPeriodPatterns$1 = {
47158
47149
  any: {
47159
47150
  am: /^上午?/i,
47160
47151
  pm: /^下午?/i,
@@ -47166,6 +47157,528 @@ var parseDayPeriodPatterns = {
47166
47157
  night: /^凌晨/i
47167
47158
  }
47168
47159
  };
47160
+ var match$3 = {
47161
+ ordinalNumber: buildMatchPatternFn({
47162
+ matchPattern: matchOrdinalNumberPattern$1,
47163
+ parsePattern: parseOrdinalNumberPattern$1,
47164
+ valueCallback: function valueCallback(value) {
47165
+ return parseInt(value, 10);
47166
+ }
47167
+ }),
47168
+ era: buildMatchFn({
47169
+ matchPatterns: matchEraPatterns$1,
47170
+ defaultMatchWidth: 'wide',
47171
+ parsePatterns: parseEraPatterns$1,
47172
+ defaultParseWidth: 'any'
47173
+ }),
47174
+ quarter: buildMatchFn({
47175
+ matchPatterns: matchQuarterPatterns$1,
47176
+ defaultMatchWidth: 'wide',
47177
+ parsePatterns: parseQuarterPatterns$1,
47178
+ defaultParseWidth: 'any',
47179
+ valueCallback: function valueCallback(index) {
47180
+ return index + 1;
47181
+ }
47182
+ }),
47183
+ month: buildMatchFn({
47184
+ matchPatterns: matchMonthPatterns$1,
47185
+ defaultMatchWidth: 'wide',
47186
+ parsePatterns: parseMonthPatterns$1,
47187
+ defaultParseWidth: 'any'
47188
+ }),
47189
+ day: buildMatchFn({
47190
+ matchPatterns: matchDayPatterns$1,
47191
+ defaultMatchWidth: 'wide',
47192
+ parsePatterns: parseDayPatterns$1,
47193
+ defaultParseWidth: 'any'
47194
+ }),
47195
+ dayPeriod: buildMatchFn({
47196
+ matchPatterns: matchDayPeriodPatterns$1,
47197
+ defaultMatchWidth: 'any',
47198
+ parsePatterns: parseDayPeriodPatterns$1,
47199
+ defaultParseWidth: 'any'
47200
+ })
47201
+ };
47202
+ var match$4 = match$3;
47203
+
47204
+ /**
47205
+ * @type {Locale}
47206
+ * @category Locales
47207
+ * @summary Chinese Simplified locale.
47208
+ * @language Chinese Simplified
47209
+ * @iso-639-2 zho
47210
+ * @author Changyu Geng [@KingMario]{@link https://github.com/KingMario}
47211
+ * @author Song Shuoyun [@fnlctrl]{@link https://github.com/fnlctrl}
47212
+ * @author sabrinaM [@sabrinamiao]{@link https://github.com/sabrinamiao}
47213
+ * @author Carney Wu [@cubicwork]{@link https://github.com/cubicwork}
47214
+ * @author Terrence Lam [@skyuplam]{@link https://github.com/skyuplam}
47215
+ */
47216
+
47217
+ var locale$1 = {
47218
+ code: 'zh-CN',
47219
+ formatDistance: formatDistance$3,
47220
+ formatLong: formatLong$3,
47221
+ formatRelative: formatRelative$3,
47222
+ localize: localize$3,
47223
+ match: match$4,
47224
+ options: {
47225
+ weekStartsOn: 1
47226
+ /* Monday */
47227
+ ,
47228
+ firstWeekContainsDate: 4
47229
+ }
47230
+ };
47231
+ var zhCN = locale$1;
47232
+
47233
+ var formatDistanceLocale = {
47234
+ lessThanXSeconds: {
47235
+ one: {
47236
+ regular: 'mniej niż sekunda',
47237
+ past: 'mniej niż sekundę',
47238
+ future: 'mniej niż sekundę'
47239
+ },
47240
+ twoFour: 'mniej niż {{count}} sekundy',
47241
+ other: 'mniej niż {{count}} sekund'
47242
+ },
47243
+ xSeconds: {
47244
+ one: {
47245
+ regular: 'sekunda',
47246
+ past: 'sekundę',
47247
+ future: 'sekundę'
47248
+ },
47249
+ twoFour: '{{count}} sekundy',
47250
+ other: '{{count}} sekund'
47251
+ },
47252
+ halfAMinute: {
47253
+ one: 'pół minuty',
47254
+ twoFour: 'pół minuty',
47255
+ other: 'pół minuty'
47256
+ },
47257
+ lessThanXMinutes: {
47258
+ one: {
47259
+ regular: 'mniej niż minuta',
47260
+ past: 'mniej niż minutę',
47261
+ future: 'mniej niż minutę'
47262
+ },
47263
+ twoFour: 'mniej niż {{count}} minuty',
47264
+ other: 'mniej niż {{count}} minut'
47265
+ },
47266
+ xMinutes: {
47267
+ one: {
47268
+ regular: 'minuta',
47269
+ past: 'minutę',
47270
+ future: 'minutę'
47271
+ },
47272
+ twoFour: '{{count}} minuty',
47273
+ other: '{{count}} minut'
47274
+ },
47275
+ aboutXHours: {
47276
+ one: {
47277
+ regular: 'około godziny',
47278
+ past: 'około godziny',
47279
+ future: 'około godzinę'
47280
+ },
47281
+ twoFour: 'około {{count}} godziny',
47282
+ other: 'około {{count}} godzin'
47283
+ },
47284
+ xHours: {
47285
+ one: {
47286
+ regular: 'godzina',
47287
+ past: 'godzinę',
47288
+ future: 'godzinę'
47289
+ },
47290
+ twoFour: '{{count}} godziny',
47291
+ other: '{{count}} godzin'
47292
+ },
47293
+ xDays: {
47294
+ one: {
47295
+ regular: 'dzień',
47296
+ past: 'dzień',
47297
+ future: '1 dzień'
47298
+ },
47299
+ twoFour: '{{count}} dni',
47300
+ other: '{{count}} dni'
47301
+ },
47302
+ aboutXWeeks: {
47303
+ one: 'około tygodnia',
47304
+ twoFour: 'około {{count}} tygodni',
47305
+ other: 'około {{count}} tygodni'
47306
+ },
47307
+ xWeeks: {
47308
+ one: 'tydzień',
47309
+ twoFour: '{{count}} tygodnie',
47310
+ other: '{{count}} tygodni'
47311
+ },
47312
+ aboutXMonths: {
47313
+ one: 'około miesiąc',
47314
+ twoFour: 'około {{count}} miesiące',
47315
+ other: 'około {{count}} miesięcy'
47316
+ },
47317
+ xMonths: {
47318
+ one: 'miesiąc',
47319
+ twoFour: '{{count}} miesiące',
47320
+ other: '{{count}} miesięcy'
47321
+ },
47322
+ aboutXYears: {
47323
+ one: 'około rok',
47324
+ twoFour: 'około {{count}} lata',
47325
+ other: 'około {{count}} lat'
47326
+ },
47327
+ xYears: {
47328
+ one: 'rok',
47329
+ twoFour: '{{count}} lata',
47330
+ other: '{{count}} lat'
47331
+ },
47332
+ overXYears: {
47333
+ one: 'ponad rok',
47334
+ twoFour: 'ponad {{count}} lata',
47335
+ other: 'ponad {{count}} lat'
47336
+ },
47337
+ almostXYears: {
47338
+ one: 'prawie rok',
47339
+ twoFour: 'prawie {{count}} lata',
47340
+ other: 'prawie {{count}} lat'
47341
+ }
47342
+ };
47343
+
47344
+ function declensionGroup(scheme, count) {
47345
+ if (count === 1) {
47346
+ return scheme.one;
47347
+ }
47348
+
47349
+ var rem100 = count % 100; // ends with 11-20
47350
+
47351
+ if (rem100 <= 20 && rem100 > 10) {
47352
+ return scheme.other;
47353
+ }
47354
+
47355
+ var rem10 = rem100 % 10; // ends with 2, 3, 4
47356
+
47357
+ if (rem10 >= 2 && rem10 <= 4) {
47358
+ return scheme.twoFour;
47359
+ }
47360
+
47361
+ return scheme.other;
47362
+ }
47363
+
47364
+ function declension(scheme, count, time) {
47365
+ var group = declensionGroup(scheme, count);
47366
+ var finalText = typeof group === 'string' ? group : group[time];
47367
+ return finalText.replace('{{count}}', String(count));
47368
+ }
47369
+
47370
+ var formatDistance = function formatDistance(token, count, options) {
47371
+ var scheme = formatDistanceLocale[token];
47372
+
47373
+ if (!(options !== null && options !== void 0 && options.addSuffix)) {
47374
+ return declension(scheme, count, 'regular');
47375
+ }
47376
+
47377
+ if (options.comparison && options.comparison > 0) {
47378
+ return 'za ' + declension(scheme, count, 'future');
47379
+ } else {
47380
+ return declension(scheme, count, 'past') + ' temu';
47381
+ }
47382
+ };
47383
+
47384
+ var formatDistance$1 = formatDistance;
47385
+
47386
+ var dateFormats = {
47387
+ full: 'EEEE, do MMMM y',
47388
+ long: 'do MMMM y',
47389
+ medium: 'do MMM y',
47390
+ short: 'dd.MM.y'
47391
+ };
47392
+ var timeFormats = {
47393
+ full: 'HH:mm:ss zzzz',
47394
+ long: 'HH:mm:ss z',
47395
+ medium: 'HH:mm:ss',
47396
+ short: 'HH:mm'
47397
+ };
47398
+ var dateTimeFormats = {
47399
+ full: '{{date}} {{time}}',
47400
+ long: '{{date}} {{time}}',
47401
+ medium: '{{date}}, {{time}}',
47402
+ short: '{{date}}, {{time}}'
47403
+ };
47404
+ var formatLong = {
47405
+ date: buildFormatLongFn({
47406
+ formats: dateFormats,
47407
+ defaultWidth: 'full'
47408
+ }),
47409
+ time: buildFormatLongFn({
47410
+ formats: timeFormats,
47411
+ defaultWidth: 'full'
47412
+ }),
47413
+ dateTime: buildFormatLongFn({
47414
+ formats: dateTimeFormats,
47415
+ defaultWidth: 'full'
47416
+ })
47417
+ };
47418
+ var formatLong$1 = formatLong;
47419
+
47420
+ var adjectivesLastWeek = {
47421
+ masculine: 'ostatni',
47422
+ feminine: 'ostatnia'
47423
+ };
47424
+ var adjectivesThisWeek = {
47425
+ masculine: 'ten',
47426
+ feminine: 'ta'
47427
+ };
47428
+ var adjectivesNextWeek = {
47429
+ masculine: 'następny',
47430
+ feminine: 'następna'
47431
+ };
47432
+ var dayGrammaticalGender = {
47433
+ 0: 'feminine',
47434
+ 1: 'masculine',
47435
+ 2: 'masculine',
47436
+ 3: 'feminine',
47437
+ 4: 'masculine',
47438
+ 5: 'masculine',
47439
+ 6: 'feminine'
47440
+ };
47441
+
47442
+ function dayAndTimeWithAdjective(token, date, baseDate, options) {
47443
+ var adjectives;
47444
+
47445
+ if (isSameUTCWeek(date, baseDate, options)) {
47446
+ adjectives = adjectivesThisWeek;
47447
+ } else if (token === 'lastWeek') {
47448
+ adjectives = adjectivesLastWeek;
47449
+ } else if (token === 'nextWeek') {
47450
+ adjectives = adjectivesNextWeek;
47451
+ } else {
47452
+ throw new Error("Cannot determine adjectives for token ".concat(token));
47453
+ }
47454
+
47455
+ var day = date.getUTCDay();
47456
+ var grammaticalGender = dayGrammaticalGender[day];
47457
+ var adjective = adjectives[grammaticalGender];
47458
+ return "'".concat(adjective, "' eeee 'o' p");
47459
+ }
47460
+
47461
+ var formatRelativeLocale = {
47462
+ lastWeek: dayAndTimeWithAdjective,
47463
+ yesterday: "'wczoraj o' p",
47464
+ today: "'dzisiaj o' p",
47465
+ tomorrow: "'jutro o' p",
47466
+ nextWeek: dayAndTimeWithAdjective,
47467
+ other: 'P'
47468
+ };
47469
+
47470
+ var formatRelative = function formatRelative(token, date, baseDate, options) {
47471
+ var format = formatRelativeLocale[token];
47472
+
47473
+ if (typeof format === 'function') {
47474
+ return format(token, date, baseDate, options);
47475
+ }
47476
+
47477
+ return format;
47478
+ };
47479
+
47480
+ var formatRelative$1 = formatRelative;
47481
+
47482
+ var eraValues = {
47483
+ narrow: ['p.n.e.', 'n.e.'],
47484
+ abbreviated: ['p.n.e.', 'n.e.'],
47485
+ wide: ['przed naszą erą', 'naszej ery']
47486
+ };
47487
+ var quarterValues = {
47488
+ narrow: ['1', '2', '3', '4'],
47489
+ abbreviated: ['I kw.', 'II kw.', 'III kw.', 'IV kw.'],
47490
+ wide: ['I kwartał', 'II kwartał', 'III kwartał', 'IV kwartał']
47491
+ };
47492
+ var monthValues = {
47493
+ narrow: ['S', 'L', 'M', 'K', 'M', 'C', 'L', 'S', 'W', 'P', 'L', 'G'],
47494
+ abbreviated: ['sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', 'sie', 'wrz', 'paź', 'lis', 'gru'],
47495
+ wide: ['styczeń', 'luty', 'marzec', 'kwiecień', 'maj', 'czerwiec', 'lipiec', 'sierpień', 'wrzesień', 'październik', 'listopad', 'grudzień']
47496
+ };
47497
+ var monthFormattingValues = {
47498
+ narrow: ['s', 'l', 'm', 'k', 'm', 'c', 'l', 's', 'w', 'p', 'l', 'g'],
47499
+ abbreviated: ['sty', 'lut', 'mar', 'kwi', 'maj', 'cze', 'lip', 'sie', 'wrz', 'paź', 'lis', 'gru'],
47500
+ wide: ['stycznia', 'lutego', 'marca', 'kwietnia', 'maja', 'czerwca', 'lipca', 'sierpnia', 'września', 'października', 'listopada', 'grudnia']
47501
+ };
47502
+ var dayValues = {
47503
+ narrow: ['N', 'P', 'W', 'Ś', 'C', 'P', 'S'],
47504
+ short: ['nie', 'pon', 'wto', 'śro', 'czw', 'pią', 'sob'],
47505
+ abbreviated: ['niedz.', 'pon.', 'wt.', 'śr.', 'czw.', 'pt.', 'sob.'],
47506
+ wide: ['niedziela', 'poniedziałek', 'wtorek', 'środa', 'czwartek', 'piątek', 'sobota']
47507
+ };
47508
+ var dayFormattingValues = {
47509
+ narrow: ['n', 'p', 'w', 'ś', 'c', 'p', 's'],
47510
+ short: ['nie', 'pon', 'wto', 'śro', 'czw', 'pią', 'sob'],
47511
+ abbreviated: ['niedz.', 'pon.', 'wt.', 'śr.', 'czw.', 'pt.', 'sob.'],
47512
+ wide: ['niedziela', 'poniedziałek', 'wtorek', 'środa', 'czwartek', 'piątek', 'sobota']
47513
+ };
47514
+ var dayPeriodValues = {
47515
+ narrow: {
47516
+ am: 'a',
47517
+ pm: 'p',
47518
+ midnight: 'półn.',
47519
+ noon: 'poł',
47520
+ morning: 'rano',
47521
+ afternoon: 'popoł.',
47522
+ evening: 'wiecz.',
47523
+ night: 'noc'
47524
+ },
47525
+ abbreviated: {
47526
+ am: 'AM',
47527
+ pm: 'PM',
47528
+ midnight: 'północ',
47529
+ noon: 'południe',
47530
+ morning: 'rano',
47531
+ afternoon: 'popołudnie',
47532
+ evening: 'wieczór',
47533
+ night: 'noc'
47534
+ },
47535
+ wide: {
47536
+ am: 'AM',
47537
+ pm: 'PM',
47538
+ midnight: 'północ',
47539
+ noon: 'południe',
47540
+ morning: 'rano',
47541
+ afternoon: 'popołudnie',
47542
+ evening: 'wieczór',
47543
+ night: 'noc'
47544
+ }
47545
+ };
47546
+ var dayPeriodFormattingValues = {
47547
+ narrow: {
47548
+ am: 'a',
47549
+ pm: 'p',
47550
+ midnight: 'o półn.',
47551
+ noon: 'w poł.',
47552
+ morning: 'rano',
47553
+ afternoon: 'po poł.',
47554
+ evening: 'wiecz.',
47555
+ night: 'w nocy'
47556
+ },
47557
+ abbreviated: {
47558
+ am: 'AM',
47559
+ pm: 'PM',
47560
+ midnight: 'o północy',
47561
+ noon: 'w południe',
47562
+ morning: 'rano',
47563
+ afternoon: 'po południu',
47564
+ evening: 'wieczorem',
47565
+ night: 'w nocy'
47566
+ },
47567
+ wide: {
47568
+ am: 'AM',
47569
+ pm: 'PM',
47570
+ midnight: 'o północy',
47571
+ noon: 'w południe',
47572
+ morning: 'rano',
47573
+ afternoon: 'po południu',
47574
+ evening: 'wieczorem',
47575
+ night: 'w nocy'
47576
+ }
47577
+ };
47578
+
47579
+ var ordinalNumber = function ordinalNumber(dirtyNumber, _options) {
47580
+ return String(dirtyNumber);
47581
+ };
47582
+
47583
+ var localize = {
47584
+ ordinalNumber: ordinalNumber,
47585
+ era: buildLocalizeFn({
47586
+ values: eraValues,
47587
+ defaultWidth: 'wide'
47588
+ }),
47589
+ quarter: buildLocalizeFn({
47590
+ values: quarterValues,
47591
+ defaultWidth: 'wide',
47592
+ argumentCallback: function argumentCallback(quarter) {
47593
+ return quarter - 1;
47594
+ }
47595
+ }),
47596
+ month: buildLocalizeFn({
47597
+ values: monthValues,
47598
+ defaultWidth: 'wide',
47599
+ formattingValues: monthFormattingValues,
47600
+ defaultFormattingWidth: 'wide'
47601
+ }),
47602
+ day: buildLocalizeFn({
47603
+ values: dayValues,
47604
+ defaultWidth: 'wide',
47605
+ formattingValues: dayFormattingValues,
47606
+ defaultFormattingWidth: 'wide'
47607
+ }),
47608
+ dayPeriod: buildLocalizeFn({
47609
+ values: dayPeriodValues,
47610
+ defaultWidth: 'wide',
47611
+ formattingValues: dayPeriodFormattingValues,
47612
+ defaultFormattingWidth: 'wide'
47613
+ })
47614
+ };
47615
+ var localize$1 = localize;
47616
+
47617
+ var matchOrdinalNumberPattern = /^(\d+)?/i;
47618
+ var parseOrdinalNumberPattern = /\d+/i;
47619
+ var matchEraPatterns = {
47620
+ narrow: /^(p\.?\s*n\.?\s*e\.?\s*|n\.?\s*e\.?\s*)/i,
47621
+ abbreviated: /^(p\.?\s*n\.?\s*e\.?\s*|n\.?\s*e\.?\s*)/i,
47622
+ wide: /^(przed\s*nasz(ą|a)\s*er(ą|a)|naszej\s*ery)/i
47623
+ };
47624
+ var parseEraPatterns = {
47625
+ any: [/^p/i, /^n/i]
47626
+ };
47627
+ var matchQuarterPatterns = {
47628
+ narrow: /^[1234]/i,
47629
+ abbreviated: /^(I|II|III|IV)\s*kw\.?/i,
47630
+ wide: /^(I|II|III|IV)\s*kwarta(ł|l)/i
47631
+ };
47632
+ var parseQuarterPatterns = {
47633
+ narrow: [/1/i, /2/i, /3/i, /4/i],
47634
+ any: [/^I kw/i, /^II kw/i, /^III kw/i, /^IV kw/i]
47635
+ };
47636
+ var matchMonthPatterns = {
47637
+ narrow: /^[slmkcwpg]/i,
47638
+ abbreviated: /^(sty|lut|mar|kwi|maj|cze|lip|sie|wrz|pa(ź|z)|lis|gru)/i,
47639
+ wide: /^(stycznia|stycze(ń|n)|lutego|luty|marca|marzec|kwietnia|kwiecie(ń|n)|maja|maj|czerwca|czerwiec|lipca|lipiec|sierpnia|sierpie(ń|n)|wrze(ś|s)nia|wrzesie(ń|n)|pa(ź|z)dziernika|pa(ź|z)dziernik|listopada|listopad|grudnia|grudzie(ń|n))/i
47640
+ };
47641
+ var parseMonthPatterns = {
47642
+ narrow: [/^s/i, /^l/i, /^m/i, /^k/i, /^m/i, /^c/i, /^l/i, /^s/i, /^w/i, /^p/i, /^l/i, /^g/i],
47643
+ any: [/^st/i, /^lu/i, /^mar/i, /^k/i, /^maj/i, /^c/i, /^lip/i, /^si/i, /^w/i, /^p/i, /^lis/i, /^g/i]
47644
+ };
47645
+ var matchDayPatterns = {
47646
+ narrow: /^[npwścs]/i,
47647
+ short: /^(nie|pon|wto|(ś|s)ro|czw|pi(ą|a)|sob)/i,
47648
+ abbreviated: /^(niedz|pon|wt|(ś|s)r|czw|pt|sob)\.?/i,
47649
+ wide: /^(niedziela|poniedzia(ł|l)ek|wtorek|(ś|s)roda|czwartek|pi(ą|a)tek|sobota)/i
47650
+ };
47651
+ var parseDayPatterns = {
47652
+ narrow: [/^n/i, /^p/i, /^w/i, /^ś/i, /^c/i, /^p/i, /^s/i],
47653
+ abbreviated: [/^n/i, /^po/i, /^w/i, /^(ś|s)r/i, /^c/i, /^pt/i, /^so/i],
47654
+ any: [/^n/i, /^po/i, /^w/i, /^(ś|s)r/i, /^c/i, /^pi/i, /^so/i]
47655
+ };
47656
+ var matchDayPeriodPatterns = {
47657
+ narrow: /^(^a$|^p$|pó(ł|l)n\.?|o\s*pó(ł|l)n\.?|po(ł|l)\.?|w\s*po(ł|l)\.?|po\s*po(ł|l)\.?|rano|wiecz\.?|noc|w\s*nocy)/i,
47658
+ any: /^(am|pm|pó(ł|l)noc|o\s*pó(ł|l)nocy|po(ł|l)udnie|w\s*po(ł|l)udnie|popo(ł|l)udnie|po\s*po(ł|l)udniu|rano|wieczór|wieczorem|noc|w\s*nocy)/i
47659
+ };
47660
+ var parseDayPeriodPatterns = {
47661
+ narrow: {
47662
+ am: /^a$/i,
47663
+ pm: /^p$/i,
47664
+ midnight: /pó(ł|l)n/i,
47665
+ noon: /po(ł|l)/i,
47666
+ morning: /rano/i,
47667
+ afternoon: /po\s*po(ł|l)/i,
47668
+ evening: /wiecz/i,
47669
+ night: /noc/i
47670
+ },
47671
+ any: {
47672
+ am: /^am/i,
47673
+ pm: /^pm/i,
47674
+ midnight: /pó(ł|l)n/i,
47675
+ noon: /po(ł|l)/i,
47676
+ morning: /rano/i,
47677
+ afternoon: /po\s*po(ł|l)/i,
47678
+ evening: /wiecz/i,
47679
+ night: /noc/i
47680
+ }
47681
+ };
47169
47682
  var match$1 = {
47170
47683
  ordinalNumber: buildMatchPatternFn({
47171
47684
  matchPattern: matchOrdinalNumberPattern,
@@ -47213,18 +47726,17 @@ var match$2 = match$1;
47213
47726
  /**
47214
47727
  * @type {Locale}
47215
47728
  * @category Locales
47216
- * @summary Chinese Simplified locale.
47217
- * @language Chinese Simplified
47218
- * @iso-639-2 zho
47219
- * @author Changyu Geng [@KingMario]{@link https://github.com/KingMario}
47220
- * @author Song Shuoyun [@fnlctrl]{@link https://github.com/fnlctrl}
47221
- * @author sabrinaM [@sabrinamiao]{@link https://github.com/sabrinamiao}
47222
- * @author Carney Wu [@cubicwork]{@link https://github.com/cubicwork}
47223
- * @author Terrence Lam [@skyuplam]{@link https://github.com/skyuplam}
47729
+ * @summary Polish locale.
47730
+ * @language Polish
47731
+ * @iso-639-2 pol
47732
+ * @author Mateusz Derks [@ertrzyiks]{@link https://github.com/ertrzyiks}
47733
+ * @author Just RAG [@justrag]{@link https://github.com/justrag}
47734
+ * @author Mikolaj Grzyb [@mikolajgrzyb]{@link https://github.com/mikolajgrzyb}
47735
+ * @author Mateusz Tokarski [@mutisz]{@link https://github.com/mutisz}
47224
47736
  */
47225
47737
 
47226
47738
  var locale = {
47227
- code: 'zh-CN',
47739
+ code: 'pl',
47228
47740
  formatDistance: formatDistance$1,
47229
47741
  formatLong: formatLong$1,
47230
47742
  formatRelative: formatRelative$1,
@@ -47237,7 +47749,7 @@ var locale = {
47237
47749
  firstWeekContainsDate: 4
47238
47750
  }
47239
47751
  };
47240
- var zhCN = locale;
47752
+ var pl = locale;
47241
47753
 
47242
47754
  const getPickersLocalization = pickersTranslations => {
47243
47755
  return {
@@ -55407,11 +55919,14 @@ var pickerStyles$1 = function pickerStyles() {
55407
55919
  }
55408
55920
  };
55409
55921
  };
55922
+
55923
+ // DODAJ "pl" do locales!
55410
55924
  var locales = {
55411
55925
  "en-us": undefined,
55412
55926
  "en-gb": enGB,
55413
55927
  "zh-cn": zhCN,
55414
- de: de
55928
+ de: de,
55929
+ pl: pl
55415
55930
  };
55416
55931
  var DatePicker = function DatePicker(_ref2) {
55417
55932
  var _ref2$value = _ref2.value,
@@ -55721,30 +56236,30 @@ var StyledTextField = styled$1(TextField$3, {
55721
56236
  }), {}, {
55722
56237
  fontSize: 16
55723
56238
  })
56239
+ },
56240
+ '@media(min-width: 1024px)': {
56241
+ width: fluid ? '100%' : 'min(100%, 268px)',
56242
+ '& label': {
56243
+ transform: small ? 'translate(20px,6px) scale(1)' : 'translate(20px,10px) scale(1)',
56244
+ '&.Mui-focused, &.MuiFormLabel-filled': {
56245
+ transform: 'translate(15px,-9px) scale(0.75)'
56246
+ }
56247
+ },
56248
+ '& label, .MuiOutlinedInput-root, .MuiTypography-root': {
56249
+ fontSize: 16
56250
+ },
56251
+ '.MuiOutlinedInput-input': {
56252
+ padding: small ? '7px 0 7px 20px' : '11px 0 11px 20px',
56253
+ transform: isFocused ? 'translateX(-15px)' : 'translateX(0)'
56254
+ },
56255
+ '& .MuiFormHelperText-root': _objectSpread2(_objectSpread2({}, !hasLargeErrorMessage && {
56256
+ bottom: -8
56257
+ }), {}, {
56258
+ fontSize: 11
56259
+ })
55724
56260
  }
55725
- // '@media(min-width: 1024px)': {
55726
- // width: fluid ? '100%' : 'min(100%, 268px)',
55727
- // '& label': {
55728
- // transform: small ? 'translate(20px,6px) scale(1)' : 'translate(20px,10px) scale(1)',
55729
- // '&.Mui-focused, &.MuiFormLabel-filled': {
55730
- // transform: 'translate(15px,-9px) scale(0.75)',
55731
- // },
55732
- // },
55733
- // '& label, .MuiOutlinedInput-root, .MuiTypography-root': {
55734
- // fontSize: 16,
55735
- // },
55736
- // '.MuiOutlinedInput-input': {
55737
- // padding: small ? '7px 0 7px 20px' : '11px 0 11px 20px',
55738
- // transform: isFocused ? 'translateX(-15px)' : 'translateX(0)',
55739
- // },
55740
- // '& .MuiFormHelperText-root': {
55741
- // ...(!hasLargeErrorMessage && { bottom: -8 }),
55742
- // fontSize: 11,
55743
- // },
55744
- // }
55745
56261
  };
55746
56262
  });
55747
-
55748
56263
  function parseValue(value, type) {
55749
56264
  if (value === undefined || value === null) {
55750
56265
  return '';
@@ -55903,15 +56418,14 @@ var StyledTypography = styled$1(Typography$2)(function (_ref) {
55903
56418
  fontSize: '44px',
55904
56419
  lineHeight: '58px',
55905
56420
  marginBottom: '10px'
56421
+ },
56422
+ '@media(min-width: 1024px)': {
56423
+ fontSize: '21px',
56424
+ lineHeight: '28px',
56425
+ fontWeight: theme.fontWeight.semiBold,
56426
+ margin: '16px 0 10px'
55906
56427
  }
55907
- // '@media(min-width: 1024px)': {
55908
- // fontSize: '21px',
55909
- // lineHeight: '28px',
55910
- // fontWeight: theme.fontWeight.semiBold,
55911
- // margin: '16px 0 10px',
55912
- // }
55913
56428
  },
55914
-
55915
56429
  '&.description': {
55916
56430
  fontSize: '18px',
55917
56431
  lineHeight: '24px',
@@ -55938,15 +56452,14 @@ var StyledTypography = styled$1(Typography$2)(function (_ref) {
55938
56452
  fontSize: '44px',
55939
56453
  lineHeight: '58px',
55940
56454
  margin: '34px 0 28px'
56455
+ },
56456
+ '@media(min-width: 1024px)': {
56457
+ fontSize: '21px',
56458
+ lineHeight: '28px',
56459
+ fontWeight: theme.fontWeight.semiBold,
56460
+ margin: '16px 0 10px'
55941
56461
  }
55942
- // '@media(min-width: 1024px)': {
55943
- // fontSize: '21px',
55944
- // lineHeight: '28px',
55945
- // fontWeight: theme.fontWeight.semiBold,
55946
- // margin: '16px 0 10px',
55947
- // }
55948
56462
  },
55949
-
55950
56463
  '&.modal-description': {
55951
56464
  fontSize: '15px',
55952
56465
  lineHeight: '21px',
@@ -55962,15 +56475,14 @@ var StyledTypography = styled$1(Typography$2)(function (_ref) {
55962
56475
  fontSize: '32px',
55963
56476
  lineHeight: '43px',
55964
56477
  marginBottom: '60px'
56478
+ },
56479
+ '@media(min-width: 1024px)': {
56480
+ fontSize: '16px',
56481
+ lineHeight: '21px',
56482
+ fontWeight: theme.fontWeight.regular,
56483
+ marginBottom: '30px'
55965
56484
  }
55966
- // '@media(min-width: 1024px)': {
55967
- // fontSize: '16px',
55968
- // lineHeight: '21px',
55969
- // fontWeight: theme.fontWeight.regular,
55970
- // marginBottom: '30px',
55971
- // }
55972
56485
  },
55973
-
55974
56486
  '&.app-tile-header': {
55975
56487
  fontSize: '16px',
55976
56488
  lineHeight: '16px',
@@ -55987,14 +56499,13 @@ var StyledTypography = styled$1(Typography$2)(function (_ref) {
55987
56499
  fontSize: '44px',
55988
56500
  lineHeight: '58px',
55989
56501
  marginBottom: '10px'
56502
+ },
56503
+ '@media(min-width: 1024px)': {
56504
+ fontSize: '21px',
56505
+ lineHeight: '28px',
56506
+ fontWeight: theme.fontWeight.semiBold
55990
56507
  }
55991
- // '@media(min-width: 1024px)': {
55992
- // fontSize: '21px',
55993
- // lineHeight: '28px',
55994
- // fontWeight: theme.fontWeight.semiBold,
55995
- // }
55996
56508
  },
55997
-
55998
56509
  '&.app-tile-description': {
55999
56510
  fontSize: '13px',
56000
56511
  lineHeight: '17px',
@@ -56009,14 +56520,13 @@ var StyledTypography = styled$1(Typography$2)(function (_ref) {
56009
56520
  '@media(min-width: 720px)': {
56010
56521
  fontSize: '23px',
56011
56522
  lineHeight: '31px'
56523
+ },
56524
+ '@media(min-width: 1024px)': {
56525
+ fontSize: '16px',
56526
+ lineHeight: '21px',
56527
+ fontWeight: theme.fontWeight.regular
56012
56528
  }
56013
- // '@media(min-width: 1024px)': {
56014
- // fontSize: '16px',
56015
- // lineHeight: '21px',
56016
- // fontWeight: theme.fontWeight.regular,
56017
- // }
56018
56529
  },
56019
-
56020
56530
  '&.module-tile-header': {
56021
56531
  fontSize: '15px',
56022
56532
  lineHeight: '14px',
@@ -75202,10 +75712,10 @@ var CustomButton = styled$1(Button$2, {
75202
75712
  borderRadius: "49px"
75203
75713
  },
75204
75714
  "@media(min-width: 1024px)": {
75205
- padding: "34px 30px",
75206
- fontSize: "32px",
75207
- lineHeight: "32px",
75208
- borderRadius: "49px"
75715
+ padding: "9px 25px 10px 25px",
75716
+ fontSize: "12px",
75717
+ lineHeight: "16px",
75718
+ borderRadius: "31px"
75209
75719
  }
75210
75720
  },
75211
75721
  "&.small": {
@@ -75227,10 +75737,10 @@ var CustomButton = styled$1(Button$2, {
75227
75737
  borderRadius: "34px"
75228
75738
  },
75229
75739
  "@media(min-width: 1024px)": {
75230
- padding: "19px 30px",
75231
- fontSize: "32px",
75232
- lineHeight: "32px",
75233
- borderRadius: "34px"
75740
+ padding: "3px 25px 4px 25px",
75741
+ fontSize: "12px",
75742
+ lineHeight: "16px",
75743
+ borderRadius: "24px"
75234
75744
  }
75235
75745
  }
75236
75746
  };
@@ -75301,11 +75811,11 @@ var CustomIconButton = styled$1(Button$2, {
75301
75811
  padding: '4px 21px',
75302
75812
  fontSize: '16px',
75303
75813
  lineHeight: '15px',
75304
- // '@media(min-width: 1024px)' : {
75305
- // fontSize: '12px',
75306
- // lineHeight: '16px',
75307
- // borderRadius: '24px'
75308
- // },
75814
+ '@media(min-width: 1024px)': {
75815
+ fontSize: '12px',
75816
+ lineHeight: '16px',
75817
+ borderRadius: '24px'
75818
+ },
75309
75819
  '&:hover': {
75310
75820
  boxShadow: 'none',
75311
75821
  'img': {
@@ -76224,13 +76734,12 @@ var StyledFormControlLabel$1 = styled$1(FormControlLabel$2)(function (_ref) {
76224
76734
  '@media(min-width: 720px)': {
76225
76735
  fontSize: '32px',
76226
76736
  marginLeft: '16px'
76737
+ },
76738
+ '@media(min-width: 1024px)': {
76739
+ fontSize: '14px',
76740
+ marginLeft: '9px'
76227
76741
  }
76228
- // '@media(min-width: 1024px)' : {
76229
- // fontSize: '14px',
76230
- // marginLeft: '9px',
76231
- // },
76232
76742
  },
76233
-
76234
76743
  '&.disabled': {
76235
76744
  '.MuiTypography-root': {
76236
76745
  color: theme.mainPallete.primary.placeholderText,
@@ -76253,13 +76762,12 @@ var StyledCheckbox = styled$1(Checkbox$2)(function () {
76253
76762
  '@media(min-width: 720px)': {
76254
76763
  width: '27px',
76255
76764
  height: '27px'
76765
+ },
76766
+ '@media(min-width: 1024px)': {
76767
+ width: '14px',
76768
+ height: '14px'
76256
76769
  }
76257
- // '@media(min-width: 1024px)' : {
76258
- // width: '14px',
76259
- // height: '14px',
76260
- // },
76261
76770
  },
76262
-
76263
76771
  padding: '0',
76264
76772
  width: '20px',
76265
76773
  height: '20px',
@@ -76267,10 +76775,10 @@ var StyledCheckbox = styled$1(Checkbox$2)(function () {
76267
76775
  width: '27px',
76268
76776
  height: '27px'
76269
76777
  },
76270
- // '@media(min-width: 1024px)' : {
76271
- // width: '14px',
76272
- // height: '14px',
76273
- // },
76778
+ '@media(min-width: 1024px)': {
76779
+ width: '14px',
76780
+ height: '14px'
76781
+ },
76274
76782
  '&.disabled': {
76275
76783
  backgroundColor: '#F5F7F9',
76276
76784
  border: '1px solid #A7B1D3',
@@ -76408,11 +76916,11 @@ var StyledSearchBarWrapper = styled$1(Box$1, {
76408
76916
  border: '2.5px solid transparent',
76409
76917
  borderRadius: '53px'
76410
76918
  },
76411
- // '@media(min-width: 1024px)' : {
76412
- // padding: '4px 10px 5px 10px',
76413
- // border: '1.5px solid transparent',
76414
- // borderRadius: '24px'
76415
- // },
76919
+ '@media(min-width: 1024px)': {
76920
+ padding: '4px 10px 5px 10px',
76921
+ border: '1.5px solid transparent',
76922
+ borderRadius: '24px'
76923
+ },
76416
76924
  'textarea:focus, input:focus': {
76417
76925
  outline: 'none'
76418
76926
  },
@@ -76454,12 +76962,11 @@ var StyledSearchBarWrapper = styled$1(Box$1, {
76454
76962
  },
76455
76963
  '@media(min-width: 720px)': {
76456
76964
  border: '2.5px solid ' + theme.mainPallete.primary.blue
76965
+ },
76966
+ '@media(min-width: 1024px)': {
76967
+ border: '1.5px solid ' + theme.mainPallete.primary.blue
76457
76968
  }
76458
- // '@media(min-width: 1024px)' : {
76459
- // border: '1.5px solid ' + theme.mainPallete.primary.blue,
76460
- // },
76461
76969
  },
76462
-
76463
76970
  'input': {
76464
76971
  fontWeight: theme.fontWeight.regular,
76465
76972
  fontFamily: theme.fontFamily,
@@ -76474,11 +76981,11 @@ var StyledSearchBarWrapper = styled$1(Box$1, {
76474
76981
  fontSize: '23px',
76475
76982
  lineHeight: '31px'
76476
76983
  },
76477
- // '@media(min-width: 1024px)' : {
76478
- // minWidth: 'calc(100% - 14px)',
76479
- // fontSize: '14px',
76480
- // lineHeight: '19px',
76481
- // },
76984
+ '@media(min-width: 1024px)': {
76985
+ minWidth: 'calc(100% - 14px)',
76986
+ fontSize: '14px',
76987
+ lineHeight: '19px'
76988
+ },
76482
76989
  '::placeholder': {
76483
76990
  fontWeight: theme.fontWeight.regular,
76484
76991
  fontFamily: theme.fontFamily,
@@ -76488,16 +76995,15 @@ var StyledSearchBarWrapper = styled$1(Box$1, {
76488
76995
  '@media(min-width: 720px)': {
76489
76996
  fontSize: '23px',
76490
76997
  lineHeight: '31px'
76998
+ },
76999
+ '@media(min-width: 1024px)': {
77000
+ fontSize: '14px',
77001
+ lineHeight: '19px'
76491
77002
  }
76492
- // '@media(min-width: 1024px)' : {
76493
- // fontSize: '14px',
76494
- // lineHeight: '19px',
76495
- // },
76496
77003
  }
76497
77004
  }
76498
77005
  };
76499
77006
  });
76500
-
76501
77007
  var StyledIconWrapper = styled$1(Box$1)(function (_ref2) {
76502
77008
  _objectDestructuringEmpty(_ref2);
76503
77009
  return {
@@ -99756,15 +100262,7 @@ var RowCountBar = styled$1('div')({
99756
100262
  fontSize: 13,
99757
100263
  lineHeight: '17px',
99758
100264
  justifyContent: 'end',
99759
- alignItems: 'center',
99760
- '@media(min-width: 720px)': {
99761
- fontSize: '16px',
99762
- lineHeight: '32px'
99763
- },
99764
- '@media(min-width: 1024px)': {
99765
- fontSize: '24px',
99766
- lineHeight: '43px'
99767
- }
100265
+ alignItems: 'center'
99768
100266
  });
99769
100267
  var StyledCustomTable = styled$1(Box$1, {
99770
100268
  shouldForwardProp: function shouldForwardProp(prop) {
@@ -99819,13 +100317,7 @@ var StyledCustomTable = styled$1(Box$1, {
99819
100317
  }
99820
100318
  },
99821
100319
  '.search-bar-custom': {
99822
- width: '100%',
99823
- '@media(min-width: 720px)': {
99824
- padding: '8px 0 8px 10px'
99825
- },
99826
- '@media(min-width: 1024px)': {
99827
- padding: '12px 0 12px 10px'
99828
- }
100320
+ width: '100%'
99829
100321
  },
99830
100322
  '.MuiTableBody-root': {
99831
100323
  'tr td div': {
@@ -99924,14 +100416,6 @@ var StyledCustomTable = styled$1(Box$1, {
99924
100416
  fontSize: '16px',
99925
100417
  lineHeight: '21px'
99926
100418
  },
99927
- '@media(min-width:720px)': {
99928
- fontSize: '24px',
99929
- lineHeight: '32px'
99930
- },
99931
- '@media(min-width:1024px)': {
99932
- fontSize: '32px',
99933
- lineHeight: '43px'
99934
- },
99935
100419
  '&:first-child': {
99936
100420
  borderRadius: '15px 0 0 0',
99937
100421
  whiteSpace: noLeftWrap ? 'nowrap!important' : 'normal!important',
@@ -99996,10 +100480,10 @@ var TableRow = styled$1('tr')(function () {
99996
100480
  borderWidth: '0 0 1.5px 0',
99997
100481
  borderColor: '#DBE0F2',
99998
100482
  borderStyle: 'solid',
99999
- // '@media(min-width: 480px)': {
100000
- // padding: '25px 10px',
100001
- // verticalAlign: 'top',
100002
- // },
100483
+ '@media(min-width: 480px)': {
100484
+ padding: '25px 10px',
100485
+ verticalAlign: 'top'
100486
+ },
100003
100487
  'div.MuiTextField-root': {
100004
100488
  borderWidth: '0px',
100005
100489
  'input': {
@@ -100065,7 +100549,8 @@ var TableRow = styled$1('tr')(function () {
100065
100549
  lineHeight: '25px'
100066
100550
  },
100067
100551
  '@media(min-width: 1024px)': {
100068
- fontSize: '32px',
100552
+ padding: '9px 25px 10px 25px',
100553
+ fontSize: '12px',
100069
100554
  lineHeight: '16px'
100070
100555
  }
100071
100556
  }
@@ -100097,8 +100582,7 @@ var RenderTextField = /*#__PURE__*/React.memo(function (_ref2) {
100097
100582
  small: true,
100098
100583
  id: id,
100099
100584
  style: {
100100
- display: 'block',
100101
- width: '100%'
100585
+ display: 'block'
100102
100586
  },
100103
100587
  onChange: function onChange(e) {
100104
100588
  var nextArray = _toConsumableArray(tableData);
@@ -100368,7 +100852,7 @@ var StyledModalWrapper = styled$1(Modal$1, {
100368
100852
  return prop !== 'isBottomTextButton';
100369
100853
  }
100370
100854
  })(function (_ref2) {
100371
- _ref2.isBottomTextButton;
100855
+ var isBottomTextButton = _ref2.isBottomTextButton;
100372
100856
  return {
100373
100857
  '&.MuiModal-root': {
100374
100858
  boxSizing: 'border-box',
@@ -100395,11 +100879,11 @@ var StyledModalWrapper = styled$1(Modal$1, {
100395
100879
  height: '640px',
100396
100880
  padding: '30px 45px'
100397
100881
  },
100398
- // '@media(min-width: 1024px)': {
100399
- // width: '270px',
100400
- // height: isBottomTextButton ? '402px' : '364px',
100401
- // padding: '30px 40px',
100402
- // },
100882
+ '@media(min-width: 1024px)': {
100883
+ width: '270px',
100884
+ height: isBottomTextButton ? '402px' : '364px',
100885
+ padding: '30px 40px'
100886
+ },
100403
100887
  '&.scrollable': {
100404
100888
  width: '90vw',
100405
100889
  // height: '85vh',
@@ -100408,13 +100892,12 @@ var StyledModalWrapper = styled$1(Modal$1, {
100408
100892
  maxHeight: '85vh',
100409
100893
  '@media(min-width: 720px)': {
100410
100894
  width: '626px'
100895
+ },
100896
+ '@media(min-width: 1024px)': {
100897
+ width: '367px'
100411
100898
  }
100412
- // '@media(min-width: 1024px)': {
100413
- // width: '367px',
100414
- // },
100415
100899
  }
100416
100900
  },
100417
-
100418
100901
  '.MuiBackdrop-root': {
100419
100902
  display: 'none'
100420
100903
  },
@@ -100428,15 +100911,14 @@ var StyledModalWrapper = styled$1(Modal$1, {
100428
100911
  '@media(min-width: 720px)': {
100429
100912
  width: '170px',
100430
100913
  height: '170px'
100914
+ },
100915
+ '@media(min-width: 1024px)': {
100916
+ width: '115px',
100917
+ height: '115px'
100431
100918
  }
100432
- // '@media(min-width: 1024px)': {
100433
- // width: '115px',
100434
- // height: '115px',
100435
- // }
100436
100919
  }
100437
100920
  };
100438
100921
  });
100439
-
100440
100922
  var StyledScrollableDescription = styled$1(Box$1)(function (_ref3) {
100441
100923
  _objectDestructuringEmpty(_ref3);
100442
100924
  return {
@@ -100465,13 +100947,13 @@ var StyledScrollableDescription = styled$1(Box$1)(function (_ref3) {
100465
100947
  marginBottom: '60px',
100466
100948
  maxHeight: '318px'
100467
100949
  },
100468
- // '@media(min-width: 1024px)' : {
100469
- // fontSize: '16px',
100470
- // lineHeight: '21px',
100471
- // fontWeight: theme.fontWeight.regular,
100472
- // marginBottom: '20px',
100473
- // maxHeight: '177px',
100474
- // },
100950
+ '@media(min-width: 1024px)': {
100951
+ fontSize: '16px',
100952
+ lineHeight: '21px',
100953
+ fontWeight: theme.fontWeight.regular,
100954
+ marginBottom: '20px',
100955
+ maxHeight: '177px'
100956
+ },
100475
100957
  '&::-webkit-scrollbar': _objectSpread2({}, theme.scrollbar)
100476
100958
  };
100477
100959
  });
@@ -100765,7 +101247,7 @@ var StyledStepperContainer = styled$1(Box$1)(function (_ref) {
100765
101247
  fontSize: '44px'
100766
101248
  },
100767
101249
  '@media(min-width: 1024px)': {
100768
- fontSize: '44px'
101250
+ fontSize: '21px'
100769
101251
  }
100770
101252
  }
100771
101253
  };
@@ -100779,19 +101261,14 @@ var StyledLabelAndIconWrapper = styled$1(Box$1)(function () {
100779
101261
  alignItems: 'flex-start',
100780
101262
  '.scan-icon': {
100781
101263
  marginTop: '4px',
100782
- minWidth: '32px',
100783
101264
  '@media(min-width: 480px)': {
100784
- marginTop: '8px',
100785
- minWidth: '40px'
101265
+ marginTop: '8px'
100786
101266
  },
100787
101267
  '@media(min-width: 720px)': {
100788
- marginTop: '15px',
100789
- minWidth: '56px'
101268
+ marginTop: '15px'
100790
101269
  },
100791
101270
  '@media(min-width: 1024px)': {
100792
- marginTop: '15px',
100793
- minWidth: '64px',
100794
- width: '64px !important'
101271
+ marginTop: '4px'
100795
101272
  }
100796
101273
  }
100797
101274
  };
@@ -100831,7 +101308,7 @@ var StyledStepper = styled$1(function (props) {
100831
101308
  height: '7px'
100832
101309
  },
100833
101310
  '@media(min-width: 1024px)': {
100834
- height: '7px'
101311
+ height: '2px'
100835
101312
  }
100836
101313
  }
100837
101314
  };
@@ -100982,22 +101459,21 @@ var StyledFormControlLabel = styled$1(FormControlLabel$2)(function (_ref) {
100982
101459
  '@media(min-width: 720px)': {
100983
101460
  marginBottom: '45px'
100984
101461
  },
100985
- // '@media(min-width: 1024px)': {
100986
- // marginBottom: '15px',
100987
- // },
101462
+ '@media(min-width: 1024px)': {
101463
+ marginBottom: '15px'
101464
+ },
100988
101465
  'svg': {
100989
101466
  width: 20,
100990
101467
  height: 20,
100991
101468
  '@media(min-width: 720px)': {
100992
101469
  width: '27px',
100993
101470
  height: '27px'
101471
+ },
101472
+ '@media(min-width: 1024px)': {
101473
+ width: '14px',
101474
+ height: '14px'
100994
101475
  }
100995
- // '@media(min-width: 1024px)': {
100996
- // width: '14px',
100997
- // height: '14px',
100998
- // },
100999
101476
  },
101000
-
101001
101477
  'span': {
101002
101478
  padding: 0,
101003
101479
  '&:hover': {
@@ -101013,13 +101489,12 @@ var StyledFormControlLabel = styled$1(FormControlLabel$2)(function (_ref) {
101013
101489
  '@media(min-width: 720px)': {
101014
101490
  fontSize: '32px',
101015
101491
  marginLeft: '16px'
101492
+ },
101493
+ '@media(min-width: 1024px)': {
101494
+ fontSize: '14px',
101495
+ marginLeft: '9px'
101016
101496
  }
101017
- // '@media(min-width: 1024px)': {
101018
- // fontSize: '14px',
101019
- // marginLeft: '9px',
101020
- // },
101021
101497
  },
101022
-
101023
101498
  '&.disabled': {
101024
101499
  '.MuiRadio-root': {
101025
101500
  backgroundColor: '#F5F7F9',
@@ -101032,26 +101507,25 @@ var StyledFormControlLabel = styled$1(FormControlLabel$2)(function (_ref) {
101032
101507
  width: '27px',
101033
101508
  height: '27px'
101034
101509
  },
101035
- // '@media(min-width: 1024px)': {
101036
- // width: 14,
101037
- // height: 14,
101038
- // border: '1.5px solid #A7B1D3',
101039
- // },
101510
+ '@media(min-width: 1024px)': {
101511
+ width: 14,
101512
+ height: 14,
101513
+ border: '1.5px solid #A7B1D3'
101514
+ },
101040
101515
  '.MuiTypography-root': {
101041
101516
  color: theme.mainPallete.primary.placeholderText,
101042
101517
  marginLeft: '32px',
101043
101518
  '@media(min-width: 720px)': {
101044
101519
  marginLeft: '43px'
101520
+ },
101521
+ '@media(min-width: 1024px)': {
101522
+ marginLeft: '23px'
101045
101523
  }
101046
- // '@media(min-width: 1024px)': {
101047
- // marginLeft: '23px',
101048
- // }
101049
101524
  }
101050
101525
  }
101051
101526
  }
101052
101527
  };
101053
101528
  });
101054
-
101055
101529
  var renderRadioOptions = function renderRadioOptions(options) {
101056
101530
  var components = [];
101057
101531
  for (var i = 0; i < options.length; i += 1) {