@xelto.npm/xc2-lib 0.1.13 → 0.1.15

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
@@ -36512,8 +36512,12 @@ var StyledIconWrapper$1 = styled$1(Box$1, {
36512
36512
  }
36513
36513
  },
36514
36514
  'svg': {
36515
- width: '26px',
36516
- height: '26px',
36515
+ width: '18px',
36516
+ height: '18px',
36517
+ '@media(min-width: 480px)': {
36518
+ width: '26px',
36519
+ height: '26px'
36520
+ },
36517
36521
  '@media(min-width: 720px)': {
36518
36522
  width: '45px',
36519
36523
  height: '45px'
@@ -36683,20 +36687,20 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)(function (_ref) {
36683
36687
  transform: 'translate(20px,15px) scale(1)',
36684
36688
  '&.Mui-focused, &[data-shrink="true"]': {
36685
36689
  color: theme.mainPallete.primary.blue,
36686
- transform: 'translate(15px,-10px) scale(0.75)'
36690
+ transform: 'translate(15px, -7px) scale(0.75)'
36687
36691
  },
36688
36692
  '&.Mui-disabled': {
36689
36693
  color: theme.mainPallete.primary.placeholderText
36690
36694
  }
36691
36695
  },
36692
36696
  '& label, .MuiOutlinedInput-root': {
36693
- fontSize: 21,
36697
+ fontSize: 13,
36694
36698
  fontWeight: theme.fontWeight.regular,
36695
36699
  fontFamily: theme.fontFamily
36696
36700
  },
36697
36701
  '.MuiOutlinedInput-root': {
36698
36702
  color: theme.mainPallete.primary.blue,
36699
- padding: '7.5px 75px 7.5px 20px !important',
36703
+ padding: '7.5px 75px 7.5px 9px !important',
36700
36704
  borderRadius: 7,
36701
36705
  '&.Mui-focused': {
36702
36706
  '.MuiOutlinedInput-notchedOutline': {
@@ -36715,7 +36719,7 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)(function (_ref) {
36715
36719
  }
36716
36720
  },
36717
36721
  'div.MuiAutocomplete-endAdornment': {
36718
- top: 'calc(50% - 17px)',
36722
+ top: 'calc(50% - 11px)',
36719
36723
  right: '20px !important',
36720
36724
  'button': {
36721
36725
  padding: 0,
@@ -36729,8 +36733,32 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)(function (_ref) {
36729
36733
  color: theme.mainPallete.primary.blue
36730
36734
  },
36731
36735
  'svg': {
36732
- width: 26,
36733
- height: 26
36736
+ width: 18,
36737
+ height: 18
36738
+ }
36739
+ },
36740
+ '@media(min-width: 480px)': {
36741
+ '& label': {
36742
+ transform: 'translate(20px,15px) scale(1)',
36743
+ '&.Mui-focused, &[data-shrink="true"]': {
36744
+ transform: 'translate(15px,-10px) scale(0.75)'
36745
+ }
36746
+ },
36747
+ '& label, .MuiOutlinedInput-root': {
36748
+ fontSize: 21
36749
+ },
36750
+ '.MuiOutlinedInput-root': {
36751
+ padding: '7.5px 75px 7.5px 15px !important'
36752
+ },
36753
+ 'div.MuiAutocomplete-endAdornment': {
36754
+ top: 'calc(50% - 17px)',
36755
+ '.MuiAutocomplete-clearIndicator': {
36756
+ marginRight: '4px !important'
36757
+ },
36758
+ 'svg': {
36759
+ width: 26,
36760
+ height: 26
36761
+ }
36734
36762
  }
36735
36763
  },
36736
36764
  '@media(min-width: 720px)': {
@@ -36744,7 +36772,7 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)(function (_ref) {
36744
36772
  fontSize: 26
36745
36773
  },
36746
36774
  '.MuiOutlinedInput-root': {
36747
- padding: '11.5px 75px 11.5px 20px !important'
36775
+ padding: '11.5px 75px 11.5px 15px !important'
36748
36776
  },
36749
36777
  'div.MuiAutocomplete-endAdornment': {
36750
36778
  top: 'calc(50% - 22px)',
@@ -36808,13 +36836,20 @@ var StyledPaper$1 = styled$1(Paper$2)(function (_ref3) {
36808
36836
  borderRadius: '7px !important',
36809
36837
  translate: '0 -1.5px',
36810
36838
  '.MuiAutocomplete-listbox': {
36811
- fontSize: 21,
36812
- margin: '16px 8px !important',
36839
+ fontSize: 13,
36840
+ margin: '8px 8px !important',
36813
36841
  fontWeight: theme.fontWeight.regular,
36814
36842
  fontFamily: theme.fontFamily,
36815
36843
  color: theme.mainPallete.primary.blue,
36816
36844
  padding: '0 !important',
36845
+ li: {
36846
+ minHeight: 'auto !important'
36847
+ },
36817
36848
  '&::-webkit-scrollbar': _objectSpread2({}, theme.scrollbar),
36849
+ '@media(min-width: 480px)': {
36850
+ fontSize: 21,
36851
+ margin: '16px 8px !important'
36852
+ },
36818
36853
  '@media(min-width: 720px)': {
36819
36854
  fontSize: 26
36820
36855
  },
@@ -36941,20 +36976,20 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
36941
36976
  transform: 'translate(20px,15px) scale(1)',
36942
36977
  '&.Mui-focused, &[data-shrink="true"]': {
36943
36978
  color: theme.mainPallete.primary.blue,
36944
- transform: 'translate(15px,-10px) scale(0.75)'
36979
+ transform: 'translate(15px,-7px) scale(0.75)'
36945
36980
  },
36946
36981
  '&.Mui-disabled': {
36947
36982
  color: theme.mainPallete.primary.placeholderText
36948
36983
  }
36949
36984
  },
36950
36985
  '& label, .MuiOutlinedInput-root': {
36951
- fontSize: 21,
36986
+ fontSize: 13,
36952
36987
  fontWeight: theme.fontWeight.regular,
36953
36988
  fontFamily: theme.fontFamily
36954
36989
  },
36955
36990
  '.MuiOutlinedInput-root': {
36956
36991
  color: theme.mainPallete.primary.blue,
36957
- padding: '7.5px 0 7.5px 20px ',
36992
+ padding: '7.5px 0 7.5px 9px ',
36958
36993
  borderRadius: 7,
36959
36994
  '&.Mui-focused': {
36960
36995
  '.MuiOutlinedInput-notchedOutline': {
@@ -36969,7 +37004,7 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
36969
37004
  }
36970
37005
  },
36971
37006
  'div.MuiAutocomplete-endAdornment': {
36972
- top: 'calc(50% - 17px)',
37007
+ top: 'calc(50% - 11px)',
36973
37008
  right: '20px !important',
36974
37009
  'button': {
36975
37010
  padding: 0,
@@ -36979,13 +37014,16 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
36979
37014
  }
36980
37015
  },
36981
37016
  'svg': {
36982
- width: 26,
36983
- height: 26
37017
+ width: 18,
37018
+ height: 18
36984
37019
  }
36985
37020
  },
36986
37021
  '.MuiChip-root': {
36987
37022
  backgroundColor: '#E7EAF3',
36988
37023
  color: theme.mainPallete.primary.blue,
37024
+ fontSize: 11,
37025
+ height: 28,
37026
+ borderRadius: 16,
36989
37027
  'svg': {
36990
37028
  '&:hover': {
36991
37029
  'path': {
@@ -37004,6 +37042,32 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
37004
37042
  maxWidth: '70%'
37005
37043
  }
37006
37044
  },
37045
+ '@media(min-width: 480px)': {
37046
+ '& label': {
37047
+ transform: 'translate(20px,17px) scale(1)',
37048
+ '&.Mui-focused, &[data-shrink="true"]': {
37049
+ transform: 'translate(14px,-10px) scale(0.75)'
37050
+ }
37051
+ },
37052
+ '& label, .MuiOutlinedInput-root': {
37053
+ fontSize: 21
37054
+ },
37055
+ '.MuiOutlinedInput-root': {
37056
+ padding: '11.5px 0 11.5px 20px'
37057
+ },
37058
+ 'div.MuiAutocomplete-endAdornment': {
37059
+ top: 'calc(50% - 17px)',
37060
+ 'svg': {
37061
+ width: 30,
37062
+ height: 30
37063
+ }
37064
+ },
37065
+ '.MuiChip-root': {
37066
+ fontSize: 14,
37067
+ height: 30,
37068
+ borderRadius: 16
37069
+ }
37070
+ },
37007
37071
  '@media(min-width: 720px)': {
37008
37072
  '& label': {
37009
37073
  transform: 'translate(20px,17px) scale(1)',
@@ -37061,13 +37125,17 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
37061
37125
  var StyledCheckbox$1 = styled$1(Checkbox$2)(function () {
37062
37126
  return {
37063
37127
  'div': {
37064
- width: 16,
37065
- height: 16
37128
+ width: 15,
37129
+ height: 15
37066
37130
  },
37067
- '@media (min-width: 720px) and (max-width: 1019px)': {
37068
- 'svg': {
37069
- width: 21,
37070
- height: 21
37131
+ 'svg': {
37132
+ width: 'inherit !important',
37133
+ height: 'inherit !important'
37134
+ },
37135
+ '@media(min-width: 720px) and (max-width: 1023px) ': {
37136
+ 'div': {
37137
+ width: 18,
37138
+ height: 18
37071
37139
  }
37072
37140
  }
37073
37141
  };
@@ -37078,13 +37146,22 @@ var StyledPaper = styled$1(Paper$2)(function () {
37078
37146
  borderRadius: '7px !important',
37079
37147
  translate: '0 -1.5px',
37080
37148
  '.MuiAutocomplete-listbox': {
37081
- fontSize: 21,
37149
+ fontSize: 13,
37082
37150
  margin: '16px 8px !important',
37083
37151
  fontWeight: theme.fontWeight.regular,
37084
37152
  fontFamily: theme.fontFamily,
37085
37153
  color: theme.mainPallete.primary.blue,
37086
37154
  padding: '0 !important',
37155
+ li: {
37156
+ minHeight: '30px !important',
37157
+ '.MuiCheckbox-root': {
37158
+ padding: 0
37159
+ }
37160
+ },
37087
37161
  '&::-webkit-scrollbar': _objectSpread2({}, theme.scrollbar),
37162
+ '@media(min-width: 480px)': {
37163
+ fontSize: 21
37164
+ },
37088
37165
  '@media(min-width: 720px)': {
37089
37166
  fontSize: 24
37090
37167
  },
@@ -53333,14 +53410,14 @@ var StyledDatePicker = styled$1(DatePicker$1, {
53333
53410
  transform: 'translate(20px,15px) scale(1)',
53334
53411
  '&.Mui-focused, &[data-shrink="true"]': {
53335
53412
  color: theme.mainPallete.primary.blue,
53336
- transform: 'translate(15px,-10px) scale(0.75)'
53413
+ transform: 'translate(15px,-7px) scale(0.75)'
53337
53414
  },
53338
53415
  '&.Mui-disabled': {
53339
53416
  color: theme.mainPallete.primary.placeholderText
53340
53417
  }
53341
53418
  },
53342
53419
  '& label, .MuiOutlinedInput-root': {
53343
- fontSize: 21,
53420
+ fontSize: 13,
53344
53421
  fontWeight: theme.fontWeight.regular,
53345
53422
  fontFamily: theme.fontFamily
53346
53423
  },
@@ -53363,6 +53440,23 @@ var StyledDatePicker = styled$1(DatePicker$1, {
53363
53440
  borderColor: theme.mainPallete.primary.placeholderText
53364
53441
  }
53365
53442
  },
53443
+ '@media(min-width: 480px)': {
53444
+ width: fluid ? '100%' : 'min(100%, 468px)',
53445
+ '& label': {
53446
+ transform: 'translate(20px,17px) scale(1)',
53447
+ '&.Mui-focused, &.MuiFormLabel-filled': {
53448
+ transform: 'translate(14px,-14px) scale(0.75)'
53449
+ }
53450
+ },
53451
+ '& label, .MuiOutlinedInput-root': {
53452
+ fontSize: 21
53453
+ },
53454
+ '.MuiOutlinedInput-root': {
53455
+ input: {
53456
+ padding: '19px 0 19px 20px'
53457
+ }
53458
+ }
53459
+ },
53366
53460
  '@media(min-width: 720px)': {
53367
53461
  width: fluid ? '100%' : 'min(100%, 468px)',
53368
53462
  '& label': {
@@ -53407,6 +53501,15 @@ var pickerStyles = function pickerStyles() {
53407
53501
  translate: '0 -1px',
53408
53502
  border: "2px solid ".concat(theme.mainPallete.primary.blue)
53409
53503
  },
53504
+ '.MuiPickersToolbar-root': {
53505
+ padding: '8px 24px'
53506
+ },
53507
+ '.MuiPickersDay-root, .MuiDayPicker-weekDayLabel': {
53508
+ width: 32
53509
+ },
53510
+ '.PrivatePickersSlideTransition-root': {
53511
+ minHeight: 240
53512
+ },
53410
53513
  '.MuiBackdrop-root': {
53411
53514
  backgroundColor: theme.mainPallete.primary.blue,
53412
53515
  opacity: '0.6 !important'
@@ -53425,7 +53528,7 @@ var pickerStyles = function pickerStyles() {
53425
53528
  }
53426
53529
  },
53427
53530
  '.MuiPickersCalendarHeader-labelContainer ': {
53428
- fontSize: 16,
53531
+ fontSize: 13,
53429
53532
  color: theme.mainPallete.primary.placeholderText
53430
53533
  },
53431
53534
  '.MuiDialogContent-root': {
@@ -53446,10 +53549,10 @@ var pickerStyles = function pickerStyles() {
53446
53549
  '&::-webkit-scrollbar': _objectSpread2({}, theme.scrollbar)
53447
53550
  },
53448
53551
  '.MuiTypography-root, .MuiPickersDay-root': {
53449
- fontSize: 14,
53552
+ fontSize: 13,
53450
53553
  color: theme.mainPallete.primary.blue,
53451
53554
  '&.MuiTypography-h4': {
53452
- fontSize: 32
53555
+ fontSize: 26
53453
53556
  },
53454
53557
  '&.Mui-selected': {
53455
53558
  backgroundColor: theme.mainPallete.primary.blue + '!important',
@@ -53479,7 +53582,8 @@ var pickerStyles = function pickerStyles() {
53479
53582
  },
53480
53583
  '@media (max-width: 1019px)': {
53481
53584
  '&.MuiPaper-root, .MuiPaper-root': {
53482
- maxWidth: 316
53585
+ maxWidth: 316,
53586
+ minWidth: 300
53483
53587
  },
53484
53588
  '.MuiPickersCalendarHeader-root': {
53485
53589
  paddingLeft: '12px',
@@ -53625,7 +53729,7 @@ var StyledTextField = styled$1(MuiTextField, {
53625
53729
  transform: small ? 'translate(20px,7px) scale(1)' : 'translate(20px,15px) scale(1)',
53626
53730
  '&.Mui-focused, &.MuiFormLabel-filled': {
53627
53731
  color: theme.mainPallete.primary.blue,
53628
- transform: 'translate(15px,-10px) scale(0.75)'
53732
+ transform: 'translate(15px,-7px) scale(0.75)'
53629
53733
  },
53630
53734
  '&.Mui-error': {
53631
53735
  color: theme.mainPallete.primary.blue
@@ -53642,6 +53746,9 @@ var StyledTextField = styled$1(MuiTextField, {
53642
53746
  },
53643
53747
  'div.MuiInputAdornment-root': {
53644
53748
  // zIndex: 10,
53749
+ p: {
53750
+ paddingRight: 0
53751
+ },
53645
53752
  svg: {
53646
53753
  pointerEvents: 'none'
53647
53754
  }
@@ -73707,7 +73814,10 @@ var StyledLogoWrapper = styled$1(Box$1, {
73707
73814
  _objectDestructuringEmpty(_ref);
73708
73815
  return {
73709
73816
  'svg': {
73710
- width: '103px',
73817
+ width: '80px',
73818
+ '@media (min-width:480px)': {
73819
+ width: '103px'
73820
+ },
73711
73821
  '@media (min-width:720px)': {
73712
73822
  width: '154px'
73713
73823
  },
@@ -73839,17 +73949,20 @@ function uuid() {
73839
73949
 
73840
73950
  var uuid_1 = uuid;
73841
73951
 
73842
- var _excluded$5 = ["buttons"];
73952
+ var _excluded$5 = ["buttons", "children"];
73843
73953
  var StyledBottomBarWrapper = styled$1(Box$1)(function (_ref) {
73844
73954
  _objectDestructuringEmpty(_ref);
73845
73955
  return {
73846
73956
  boxSizing: 'border-box',
73847
73957
  width: '100%',
73848
- height: '53px',
73958
+ // height: '53px',
73959
+ minHeight: '53px',
73849
73960
  backgroundColor: theme.mainPallete.primary.white,
73850
73961
  boxShadow: '0 -3px 6px rgba(0,0,0,0.1)',
73851
73962
  display: 'flex',
73852
- justifyContent: 'space-between',
73963
+ flexDirection: 'column-reverse',
73964
+ // justifyContent: 'space-between',
73965
+ justifyContent: 'center',
73853
73966
  alignItems: 'center',
73854
73967
  padding: '0 18px',
73855
73968
  position: 'fixed',
@@ -73857,7 +73970,8 @@ var StyledBottomBarWrapper = styled$1(Box$1)(function (_ref) {
73857
73970
  left: 0,
73858
73971
  zIndex: 5,
73859
73972
  '@media(min-width: 480px)': {
73860
- height: '80px'
73973
+ // height: '80px',
73974
+ minHeight: '80px'
73861
73975
  },
73862
73976
  'button': {
73863
73977
  marginLeft: 10,
@@ -73867,10 +73981,45 @@ var StyledBottomBarWrapper = styled$1(Box$1)(function (_ref) {
73867
73981
  }
73868
73982
  };
73869
73983
  });
73870
- var BottomBarComponent = function BottomBarComponent(_ref2) {
73871
- var buttons = _ref2.buttons,
73872
- props = _objectWithoutProperties$1(_ref2, _excluded$5);
73873
- return /*#__PURE__*/React.createElement(StyledBottomBarWrapper, props, buttons.map(function (item) {
73984
+ var StyledLeftRightComponentsWrapper = styled$1(Box$1)(function (_ref2) {
73985
+ var isAnyAdditionalComponent = _ref2.isAnyAdditionalComponent;
73986
+ return {
73987
+ boxSizing: 'border-box',
73988
+ width: '100%',
73989
+ display: isAnyAdditionalComponent ? 'flex' : 'none',
73990
+ justifyContent: 'space-between',
73991
+ alignItems: 'center',
73992
+ padding: '10px 0 0',
73993
+ zIndex: 5,
73994
+ color: '#293072',
73995
+ fontSize: 13,
73996
+ fontWeight: 500,
73997
+ '@media(min-width: 480px)': {
73998
+ fontSize: 16
73999
+ },
74000
+ 'p': {
74001
+ margin: 0
74002
+ }
74003
+ };
74004
+ });
74005
+ var StyledButtonsWrapper$1 = styled$1(Box$1)(function (_ref3) {
74006
+ _objectDestructuringEmpty(_ref3);
74007
+ return {
74008
+ boxSizing: 'border-box',
74009
+ width: '100%',
74010
+ display: 'flex',
74011
+ justifyContent: 'space-between',
74012
+ alignItems: 'center',
74013
+ padding: '10px 0',
74014
+ zIndex: 5
74015
+ };
74016
+ });
74017
+ var BottomBarComponent = function BottomBarComponent(_ref4) {
74018
+ var buttons = _ref4.buttons,
74019
+ children = _ref4.children,
74020
+ props = _objectWithoutProperties$1(_ref4, _excluded$5);
74021
+ var isAnyAdditionalComponent = children !== null && children !== undefined;
74022
+ return /*#__PURE__*/React.createElement(StyledBottomBarWrapper, props, /*#__PURE__*/React.createElement(StyledButtonsWrapper$1, null, buttons.map(function (item) {
73874
74023
  var disabled = (item === null || item === void 0 ? void 0 : item.disabled) || false;
73875
74024
  var fluid = (item === null || item === void 0 ? void 0 : item.fluid) || true;
73876
74025
  var onClick = (item === null || item === void 0 ? void 0 : item.onClick) || '';
@@ -73888,7 +74037,9 @@ var BottomBarComponent = function BottomBarComponent(_ref2) {
73888
74037
  color: color,
73889
74038
  size: size
73890
74039
  });
73891
- }));
74040
+ })), /*#__PURE__*/React.createElement(StyledLeftRightComponentsWrapper, {
74041
+ isAnyAdditionalComponent: isAnyAdditionalComponent
74042
+ }, typeof children !== 'undefined' && typeof children !== "string" && children ? children : typeof children === 'string' ? /*#__PURE__*/React.createElement("p", null, children) : /*#__PURE__*/React.createElement(React.Fragment, null)));
73892
74043
  };
73893
74044
  BottomBarComponent.propTypes = {
73894
74045
  buttons: propTypesExports.arrayOf(propTypesExports.shape({
@@ -97632,7 +97783,9 @@ var StyledCustomTable = styled$1(Box$1)(function (_ref) {
97632
97783
  }
97633
97784
  },
97634
97785
  '&:hover': {
97635
- backgroundColor: 'rgba(22, 199, 165,0.11)'
97786
+ '@media(min-width:1024px)': {
97787
+ backgroundColor: 'rgba(22, 199, 165,0.11)'
97788
+ }
97636
97789
  }
97637
97790
  }
97638
97791
  }
@@ -98467,7 +98620,10 @@ var StyledMenu = styled$1('div', {
98467
98620
  display: 'none'
98468
98621
  }
98469
98622
  },
98470
- '@media (max-width: 719px)': {
98623
+ '@media (max-width: 479px)': {
98624
+ paddingTop: 65
98625
+ },
98626
+ '@media (min-width: 480px) and (max-width: 719px)': {
98471
98627
  paddingTop: 90
98472
98628
  },
98473
98629
  '@media (min-width: 720px) and (max-width: 1019px)': {
@@ -98497,7 +98653,7 @@ var StyledMenu = styled$1('div', {
98497
98653
  });
98498
98654
  var StyledUserDataWrapper = styled$1('div')(function () {
98499
98655
  return {
98500
- padding: '0 30px',
98656
+ padding: '0 30px 45px 30px',
98501
98657
  fontSize: 18,
98502
98658
  zIndex: 'inherit',
98503
98659
  lineHeight: '24px',
@@ -98505,7 +98661,13 @@ var StyledUserDataWrapper = styled$1('div')(function () {
98505
98661
  fontSize: 16,
98506
98662
  color: theme.mainPallete.primary.placeholderText
98507
98663
  },
98508
- paddingBottom: 45
98664
+ '@media (max-width: 479px)': {
98665
+ padding: '0 15px 45px 15px',
98666
+ fontSize: 16,
98667
+ 'div:nth-of-type(2)': {
98668
+ fontSize: 12
98669
+ }
98670
+ }
98509
98671
  };
98510
98672
  });
98511
98673
  var StyledMenuDataWrapper = styled$1('div')(function () {
@@ -98518,6 +98680,9 @@ var StyledMenuDataWrapper = styled$1('div')(function () {
98518
98680
  div: {
98519
98681
  position: 'relative'
98520
98682
  },
98683
+ '@media (max-width: 479px)': {
98684
+ fontSize: 24
98685
+ },
98521
98686
  '@media (min-width: 1020px)': {
98522
98687
  fontSize: 14,
98523
98688
  rowGap: 10
@@ -98541,7 +98706,10 @@ var StyledMenuDataWrapper = styled$1('div')(function () {
98541
98706
  cursor: 'pointer',
98542
98707
  margin: '0 30px',
98543
98708
  display: 'flex',
98544
- justifyContent: 'space-between'
98709
+ justifyContent: 'space-between',
98710
+ '@media (max-width: 479px)': {
98711
+ margin: '0 15pxv'
98712
+ }
98545
98713
  }
98546
98714
  }
98547
98715
  };
@@ -98702,7 +98870,7 @@ var StyledTopbar = styled$1('div', {
98702
98870
  position: fixedTop === true ? 'fixed' : 'relative',
98703
98871
  display: 'flex',
98704
98872
  width: '100%',
98705
- minHeight: 60,
98873
+ minHeight: 53,
98706
98874
  alignItems: 'center',
98707
98875
  fontFamily: theme.fontFamily,
98708
98876
  backgroundColor: variant === 'white' ? theme.mainPallete.primary.white : noBreadcrumb && noMenu ? theme.mainPallete.primary.blue : theme.mainPallete.primary.white,
@@ -98714,6 +98882,9 @@ var StyledTopbar = styled$1('div', {
98714
98882
  gridTemplateColumns: noBreadcrumb || menuOpen ? '1fr 1fr' : '1fr auto 1fr',
98715
98883
  backgroundColor: variant === 'white' ? theme.mainPallete.primary.white : theme.mainPallete.primary.blue
98716
98884
  },
98885
+ '@media (min-width: 480px)': {
98886
+ minHeight: 60
98887
+ },
98717
98888
  '@media (min-width: 720px) and (max-width: 1019px)': {
98718
98889
  minHeight: 75
98719
98890
  },
package/dist/index.esm.js CHANGED
@@ -36492,8 +36492,12 @@ var StyledIconWrapper$1 = styled$1(Box$1, {
36492
36492
  }
36493
36493
  },
36494
36494
  'svg': {
36495
- width: '26px',
36496
- height: '26px',
36495
+ width: '18px',
36496
+ height: '18px',
36497
+ '@media(min-width: 480px)': {
36498
+ width: '26px',
36499
+ height: '26px'
36500
+ },
36497
36501
  '@media(min-width: 720px)': {
36498
36502
  width: '45px',
36499
36503
  height: '45px'
@@ -36663,20 +36667,20 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)(function (_ref) {
36663
36667
  transform: 'translate(20px,15px) scale(1)',
36664
36668
  '&.Mui-focused, &[data-shrink="true"]': {
36665
36669
  color: theme.mainPallete.primary.blue,
36666
- transform: 'translate(15px,-10px) scale(0.75)'
36670
+ transform: 'translate(15px, -7px) scale(0.75)'
36667
36671
  },
36668
36672
  '&.Mui-disabled': {
36669
36673
  color: theme.mainPallete.primary.placeholderText
36670
36674
  }
36671
36675
  },
36672
36676
  '& label, .MuiOutlinedInput-root': {
36673
- fontSize: 21,
36677
+ fontSize: 13,
36674
36678
  fontWeight: theme.fontWeight.regular,
36675
36679
  fontFamily: theme.fontFamily
36676
36680
  },
36677
36681
  '.MuiOutlinedInput-root': {
36678
36682
  color: theme.mainPallete.primary.blue,
36679
- padding: '7.5px 75px 7.5px 20px !important',
36683
+ padding: '7.5px 75px 7.5px 9px !important',
36680
36684
  borderRadius: 7,
36681
36685
  '&.Mui-focused': {
36682
36686
  '.MuiOutlinedInput-notchedOutline': {
@@ -36695,7 +36699,7 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)(function (_ref) {
36695
36699
  }
36696
36700
  },
36697
36701
  'div.MuiAutocomplete-endAdornment': {
36698
- top: 'calc(50% - 17px)',
36702
+ top: 'calc(50% - 11px)',
36699
36703
  right: '20px !important',
36700
36704
  'button': {
36701
36705
  padding: 0,
@@ -36709,8 +36713,32 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)(function (_ref) {
36709
36713
  color: theme.mainPallete.primary.blue
36710
36714
  },
36711
36715
  'svg': {
36712
- width: 26,
36713
- height: 26
36716
+ width: 18,
36717
+ height: 18
36718
+ }
36719
+ },
36720
+ '@media(min-width: 480px)': {
36721
+ '& label': {
36722
+ transform: 'translate(20px,15px) scale(1)',
36723
+ '&.Mui-focused, &[data-shrink="true"]': {
36724
+ transform: 'translate(15px,-10px) scale(0.75)'
36725
+ }
36726
+ },
36727
+ '& label, .MuiOutlinedInput-root': {
36728
+ fontSize: 21
36729
+ },
36730
+ '.MuiOutlinedInput-root': {
36731
+ padding: '7.5px 75px 7.5px 15px !important'
36732
+ },
36733
+ 'div.MuiAutocomplete-endAdornment': {
36734
+ top: 'calc(50% - 17px)',
36735
+ '.MuiAutocomplete-clearIndicator': {
36736
+ marginRight: '4px !important'
36737
+ },
36738
+ 'svg': {
36739
+ width: 26,
36740
+ height: 26
36741
+ }
36714
36742
  }
36715
36743
  },
36716
36744
  '@media(min-width: 720px)': {
@@ -36724,7 +36752,7 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)(function (_ref) {
36724
36752
  fontSize: 26
36725
36753
  },
36726
36754
  '.MuiOutlinedInput-root': {
36727
- padding: '11.5px 75px 11.5px 20px !important'
36755
+ padding: '11.5px 75px 11.5px 15px !important'
36728
36756
  },
36729
36757
  'div.MuiAutocomplete-endAdornment': {
36730
36758
  top: 'calc(50% - 22px)',
@@ -36788,13 +36816,20 @@ var StyledPaper$1 = styled$1(Paper$2)(function (_ref3) {
36788
36816
  borderRadius: '7px !important',
36789
36817
  translate: '0 -1.5px',
36790
36818
  '.MuiAutocomplete-listbox': {
36791
- fontSize: 21,
36792
- margin: '16px 8px !important',
36819
+ fontSize: 13,
36820
+ margin: '8px 8px !important',
36793
36821
  fontWeight: theme.fontWeight.regular,
36794
36822
  fontFamily: theme.fontFamily,
36795
36823
  color: theme.mainPallete.primary.blue,
36796
36824
  padding: '0 !important',
36825
+ li: {
36826
+ minHeight: 'auto !important'
36827
+ },
36797
36828
  '&::-webkit-scrollbar': _objectSpread2({}, theme.scrollbar),
36829
+ '@media(min-width: 480px)': {
36830
+ fontSize: 21,
36831
+ margin: '16px 8px !important'
36832
+ },
36798
36833
  '@media(min-width: 720px)': {
36799
36834
  fontSize: 26
36800
36835
  },
@@ -36921,20 +36956,20 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
36921
36956
  transform: 'translate(20px,15px) scale(1)',
36922
36957
  '&.Mui-focused, &[data-shrink="true"]': {
36923
36958
  color: theme.mainPallete.primary.blue,
36924
- transform: 'translate(15px,-10px) scale(0.75)'
36959
+ transform: 'translate(15px,-7px) scale(0.75)'
36925
36960
  },
36926
36961
  '&.Mui-disabled': {
36927
36962
  color: theme.mainPallete.primary.placeholderText
36928
36963
  }
36929
36964
  },
36930
36965
  '& label, .MuiOutlinedInput-root': {
36931
- fontSize: 21,
36966
+ fontSize: 13,
36932
36967
  fontWeight: theme.fontWeight.regular,
36933
36968
  fontFamily: theme.fontFamily
36934
36969
  },
36935
36970
  '.MuiOutlinedInput-root': {
36936
36971
  color: theme.mainPallete.primary.blue,
36937
- padding: '7.5px 0 7.5px 20px ',
36972
+ padding: '7.5px 0 7.5px 9px ',
36938
36973
  borderRadius: 7,
36939
36974
  '&.Mui-focused': {
36940
36975
  '.MuiOutlinedInput-notchedOutline': {
@@ -36949,7 +36984,7 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
36949
36984
  }
36950
36985
  },
36951
36986
  'div.MuiAutocomplete-endAdornment': {
36952
- top: 'calc(50% - 17px)',
36987
+ top: 'calc(50% - 11px)',
36953
36988
  right: '20px !important',
36954
36989
  'button': {
36955
36990
  padding: 0,
@@ -36959,13 +36994,16 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
36959
36994
  }
36960
36995
  },
36961
36996
  'svg': {
36962
- width: 26,
36963
- height: 26
36997
+ width: 18,
36998
+ height: 18
36964
36999
  }
36965
37000
  },
36966
37001
  '.MuiChip-root': {
36967
37002
  backgroundColor: '#E7EAF3',
36968
37003
  color: theme.mainPallete.primary.blue,
37004
+ fontSize: 11,
37005
+ height: 28,
37006
+ borderRadius: 16,
36969
37007
  'svg': {
36970
37008
  '&:hover': {
36971
37009
  'path': {
@@ -36984,6 +37022,32 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
36984
37022
  maxWidth: '70%'
36985
37023
  }
36986
37024
  },
37025
+ '@media(min-width: 480px)': {
37026
+ '& label': {
37027
+ transform: 'translate(20px,17px) scale(1)',
37028
+ '&.Mui-focused, &[data-shrink="true"]': {
37029
+ transform: 'translate(14px,-10px) scale(0.75)'
37030
+ }
37031
+ },
37032
+ '& label, .MuiOutlinedInput-root': {
37033
+ fontSize: 21
37034
+ },
37035
+ '.MuiOutlinedInput-root': {
37036
+ padding: '11.5px 0 11.5px 20px'
37037
+ },
37038
+ 'div.MuiAutocomplete-endAdornment': {
37039
+ top: 'calc(50% - 17px)',
37040
+ 'svg': {
37041
+ width: 30,
37042
+ height: 30
37043
+ }
37044
+ },
37045
+ '.MuiChip-root': {
37046
+ fontSize: 14,
37047
+ height: 30,
37048
+ borderRadius: 16
37049
+ }
37050
+ },
36987
37051
  '@media(min-width: 720px)': {
36988
37052
  '& label': {
36989
37053
  transform: 'translate(20px,17px) scale(1)',
@@ -37041,13 +37105,17 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
37041
37105
  var StyledCheckbox$1 = styled$1(Checkbox$2)(function () {
37042
37106
  return {
37043
37107
  'div': {
37044
- width: 16,
37045
- height: 16
37108
+ width: 15,
37109
+ height: 15
37046
37110
  },
37047
- '@media (min-width: 720px) and (max-width: 1019px)': {
37048
- 'svg': {
37049
- width: 21,
37050
- height: 21
37111
+ 'svg': {
37112
+ width: 'inherit !important',
37113
+ height: 'inherit !important'
37114
+ },
37115
+ '@media(min-width: 720px) and (max-width: 1023px) ': {
37116
+ 'div': {
37117
+ width: 18,
37118
+ height: 18
37051
37119
  }
37052
37120
  }
37053
37121
  };
@@ -37058,13 +37126,22 @@ var StyledPaper = styled$1(Paper$2)(function () {
37058
37126
  borderRadius: '7px !important',
37059
37127
  translate: '0 -1.5px',
37060
37128
  '.MuiAutocomplete-listbox': {
37061
- fontSize: 21,
37129
+ fontSize: 13,
37062
37130
  margin: '16px 8px !important',
37063
37131
  fontWeight: theme.fontWeight.regular,
37064
37132
  fontFamily: theme.fontFamily,
37065
37133
  color: theme.mainPallete.primary.blue,
37066
37134
  padding: '0 !important',
37135
+ li: {
37136
+ minHeight: '30px !important',
37137
+ '.MuiCheckbox-root': {
37138
+ padding: 0
37139
+ }
37140
+ },
37067
37141
  '&::-webkit-scrollbar': _objectSpread2({}, theme.scrollbar),
37142
+ '@media(min-width: 480px)': {
37143
+ fontSize: 21
37144
+ },
37068
37145
  '@media(min-width: 720px)': {
37069
37146
  fontSize: 24
37070
37147
  },
@@ -53313,14 +53390,14 @@ var StyledDatePicker = styled$1(DatePicker$1, {
53313
53390
  transform: 'translate(20px,15px) scale(1)',
53314
53391
  '&.Mui-focused, &[data-shrink="true"]': {
53315
53392
  color: theme.mainPallete.primary.blue,
53316
- transform: 'translate(15px,-10px) scale(0.75)'
53393
+ transform: 'translate(15px,-7px) scale(0.75)'
53317
53394
  },
53318
53395
  '&.Mui-disabled': {
53319
53396
  color: theme.mainPallete.primary.placeholderText
53320
53397
  }
53321
53398
  },
53322
53399
  '& label, .MuiOutlinedInput-root': {
53323
- fontSize: 21,
53400
+ fontSize: 13,
53324
53401
  fontWeight: theme.fontWeight.regular,
53325
53402
  fontFamily: theme.fontFamily
53326
53403
  },
@@ -53343,6 +53420,23 @@ var StyledDatePicker = styled$1(DatePicker$1, {
53343
53420
  borderColor: theme.mainPallete.primary.placeholderText
53344
53421
  }
53345
53422
  },
53423
+ '@media(min-width: 480px)': {
53424
+ width: fluid ? '100%' : 'min(100%, 468px)',
53425
+ '& label': {
53426
+ transform: 'translate(20px,17px) scale(1)',
53427
+ '&.Mui-focused, &.MuiFormLabel-filled': {
53428
+ transform: 'translate(14px,-14px) scale(0.75)'
53429
+ }
53430
+ },
53431
+ '& label, .MuiOutlinedInput-root': {
53432
+ fontSize: 21
53433
+ },
53434
+ '.MuiOutlinedInput-root': {
53435
+ input: {
53436
+ padding: '19px 0 19px 20px'
53437
+ }
53438
+ }
53439
+ },
53346
53440
  '@media(min-width: 720px)': {
53347
53441
  width: fluid ? '100%' : 'min(100%, 468px)',
53348
53442
  '& label': {
@@ -53387,6 +53481,15 @@ var pickerStyles = function pickerStyles() {
53387
53481
  translate: '0 -1px',
53388
53482
  border: "2px solid ".concat(theme.mainPallete.primary.blue)
53389
53483
  },
53484
+ '.MuiPickersToolbar-root': {
53485
+ padding: '8px 24px'
53486
+ },
53487
+ '.MuiPickersDay-root, .MuiDayPicker-weekDayLabel': {
53488
+ width: 32
53489
+ },
53490
+ '.PrivatePickersSlideTransition-root': {
53491
+ minHeight: 240
53492
+ },
53390
53493
  '.MuiBackdrop-root': {
53391
53494
  backgroundColor: theme.mainPallete.primary.blue,
53392
53495
  opacity: '0.6 !important'
@@ -53405,7 +53508,7 @@ var pickerStyles = function pickerStyles() {
53405
53508
  }
53406
53509
  },
53407
53510
  '.MuiPickersCalendarHeader-labelContainer ': {
53408
- fontSize: 16,
53511
+ fontSize: 13,
53409
53512
  color: theme.mainPallete.primary.placeholderText
53410
53513
  },
53411
53514
  '.MuiDialogContent-root': {
@@ -53426,10 +53529,10 @@ var pickerStyles = function pickerStyles() {
53426
53529
  '&::-webkit-scrollbar': _objectSpread2({}, theme.scrollbar)
53427
53530
  },
53428
53531
  '.MuiTypography-root, .MuiPickersDay-root': {
53429
- fontSize: 14,
53532
+ fontSize: 13,
53430
53533
  color: theme.mainPallete.primary.blue,
53431
53534
  '&.MuiTypography-h4': {
53432
- fontSize: 32
53535
+ fontSize: 26
53433
53536
  },
53434
53537
  '&.Mui-selected': {
53435
53538
  backgroundColor: theme.mainPallete.primary.blue + '!important',
@@ -53459,7 +53562,8 @@ var pickerStyles = function pickerStyles() {
53459
53562
  },
53460
53563
  '@media (max-width: 1019px)': {
53461
53564
  '&.MuiPaper-root, .MuiPaper-root': {
53462
- maxWidth: 316
53565
+ maxWidth: 316,
53566
+ minWidth: 300
53463
53567
  },
53464
53568
  '.MuiPickersCalendarHeader-root': {
53465
53569
  paddingLeft: '12px',
@@ -53605,7 +53709,7 @@ var StyledTextField = styled$1(MuiTextField, {
53605
53709
  transform: small ? 'translate(20px,7px) scale(1)' : 'translate(20px,15px) scale(1)',
53606
53710
  '&.Mui-focused, &.MuiFormLabel-filled': {
53607
53711
  color: theme.mainPallete.primary.blue,
53608
- transform: 'translate(15px,-10px) scale(0.75)'
53712
+ transform: 'translate(15px,-7px) scale(0.75)'
53609
53713
  },
53610
53714
  '&.Mui-error': {
53611
53715
  color: theme.mainPallete.primary.blue
@@ -53622,6 +53726,9 @@ var StyledTextField = styled$1(MuiTextField, {
53622
53726
  },
53623
53727
  'div.MuiInputAdornment-root': {
53624
53728
  // zIndex: 10,
53729
+ p: {
53730
+ paddingRight: 0
53731
+ },
53625
53732
  svg: {
53626
53733
  pointerEvents: 'none'
53627
53734
  }
@@ -73687,7 +73794,10 @@ var StyledLogoWrapper = styled$1(Box$1, {
73687
73794
  _objectDestructuringEmpty(_ref);
73688
73795
  return {
73689
73796
  'svg': {
73690
- width: '103px',
73797
+ width: '80px',
73798
+ '@media (min-width:480px)': {
73799
+ width: '103px'
73800
+ },
73691
73801
  '@media (min-width:720px)': {
73692
73802
  width: '154px'
73693
73803
  },
@@ -73819,17 +73929,20 @@ function uuid() {
73819
73929
 
73820
73930
  var uuid_1 = uuid;
73821
73931
 
73822
- var _excluded$5 = ["buttons"];
73932
+ var _excluded$5 = ["buttons", "children"];
73823
73933
  var StyledBottomBarWrapper = styled$1(Box$1)(function (_ref) {
73824
73934
  _objectDestructuringEmpty(_ref);
73825
73935
  return {
73826
73936
  boxSizing: 'border-box',
73827
73937
  width: '100%',
73828
- height: '53px',
73938
+ // height: '53px',
73939
+ minHeight: '53px',
73829
73940
  backgroundColor: theme.mainPallete.primary.white,
73830
73941
  boxShadow: '0 -3px 6px rgba(0,0,0,0.1)',
73831
73942
  display: 'flex',
73832
- justifyContent: 'space-between',
73943
+ flexDirection: 'column-reverse',
73944
+ // justifyContent: 'space-between',
73945
+ justifyContent: 'center',
73833
73946
  alignItems: 'center',
73834
73947
  padding: '0 18px',
73835
73948
  position: 'fixed',
@@ -73837,7 +73950,8 @@ var StyledBottomBarWrapper = styled$1(Box$1)(function (_ref) {
73837
73950
  left: 0,
73838
73951
  zIndex: 5,
73839
73952
  '@media(min-width: 480px)': {
73840
- height: '80px'
73953
+ // height: '80px',
73954
+ minHeight: '80px'
73841
73955
  },
73842
73956
  'button': {
73843
73957
  marginLeft: 10,
@@ -73847,10 +73961,45 @@ var StyledBottomBarWrapper = styled$1(Box$1)(function (_ref) {
73847
73961
  }
73848
73962
  };
73849
73963
  });
73850
- var BottomBarComponent = function BottomBarComponent(_ref2) {
73851
- var buttons = _ref2.buttons,
73852
- props = _objectWithoutProperties$1(_ref2, _excluded$5);
73853
- return /*#__PURE__*/React__default.createElement(StyledBottomBarWrapper, props, buttons.map(function (item) {
73964
+ var StyledLeftRightComponentsWrapper = styled$1(Box$1)(function (_ref2) {
73965
+ var isAnyAdditionalComponent = _ref2.isAnyAdditionalComponent;
73966
+ return {
73967
+ boxSizing: 'border-box',
73968
+ width: '100%',
73969
+ display: isAnyAdditionalComponent ? 'flex' : 'none',
73970
+ justifyContent: 'space-between',
73971
+ alignItems: 'center',
73972
+ padding: '10px 0 0',
73973
+ zIndex: 5,
73974
+ color: '#293072',
73975
+ fontSize: 13,
73976
+ fontWeight: 500,
73977
+ '@media(min-width: 480px)': {
73978
+ fontSize: 16
73979
+ },
73980
+ 'p': {
73981
+ margin: 0
73982
+ }
73983
+ };
73984
+ });
73985
+ var StyledButtonsWrapper$1 = styled$1(Box$1)(function (_ref3) {
73986
+ _objectDestructuringEmpty(_ref3);
73987
+ return {
73988
+ boxSizing: 'border-box',
73989
+ width: '100%',
73990
+ display: 'flex',
73991
+ justifyContent: 'space-between',
73992
+ alignItems: 'center',
73993
+ padding: '10px 0',
73994
+ zIndex: 5
73995
+ };
73996
+ });
73997
+ var BottomBarComponent = function BottomBarComponent(_ref4) {
73998
+ var buttons = _ref4.buttons,
73999
+ children = _ref4.children,
74000
+ props = _objectWithoutProperties$1(_ref4, _excluded$5);
74001
+ var isAnyAdditionalComponent = children !== null && children !== undefined;
74002
+ return /*#__PURE__*/React__default.createElement(StyledBottomBarWrapper, props, /*#__PURE__*/React__default.createElement(StyledButtonsWrapper$1, null, buttons.map(function (item) {
73854
74003
  var disabled = (item === null || item === void 0 ? void 0 : item.disabled) || false;
73855
74004
  var fluid = (item === null || item === void 0 ? void 0 : item.fluid) || true;
73856
74005
  var onClick = (item === null || item === void 0 ? void 0 : item.onClick) || '';
@@ -73868,7 +74017,9 @@ var BottomBarComponent = function BottomBarComponent(_ref2) {
73868
74017
  color: color,
73869
74018
  size: size
73870
74019
  });
73871
- }));
74020
+ })), /*#__PURE__*/React__default.createElement(StyledLeftRightComponentsWrapper, {
74021
+ isAnyAdditionalComponent: isAnyAdditionalComponent
74022
+ }, typeof children !== 'undefined' && typeof children !== "string" && children ? children : typeof children === 'string' ? /*#__PURE__*/React__default.createElement("p", null, children) : /*#__PURE__*/React__default.createElement(React__default.Fragment, null)));
73872
74023
  };
73873
74024
  BottomBarComponent.propTypes = {
73874
74025
  buttons: propTypesExports.arrayOf(propTypesExports.shape({
@@ -97612,7 +97763,9 @@ var StyledCustomTable = styled$1(Box$1)(function (_ref) {
97612
97763
  }
97613
97764
  },
97614
97765
  '&:hover': {
97615
- backgroundColor: 'rgba(22, 199, 165,0.11)'
97766
+ '@media(min-width:1024px)': {
97767
+ backgroundColor: 'rgba(22, 199, 165,0.11)'
97768
+ }
97616
97769
  }
97617
97770
  }
97618
97771
  }
@@ -98447,7 +98600,10 @@ var StyledMenu = styled$1('div', {
98447
98600
  display: 'none'
98448
98601
  }
98449
98602
  },
98450
- '@media (max-width: 719px)': {
98603
+ '@media (max-width: 479px)': {
98604
+ paddingTop: 65
98605
+ },
98606
+ '@media (min-width: 480px) and (max-width: 719px)': {
98451
98607
  paddingTop: 90
98452
98608
  },
98453
98609
  '@media (min-width: 720px) and (max-width: 1019px)': {
@@ -98477,7 +98633,7 @@ var StyledMenu = styled$1('div', {
98477
98633
  });
98478
98634
  var StyledUserDataWrapper = styled$1('div')(function () {
98479
98635
  return {
98480
- padding: '0 30px',
98636
+ padding: '0 30px 45px 30px',
98481
98637
  fontSize: 18,
98482
98638
  zIndex: 'inherit',
98483
98639
  lineHeight: '24px',
@@ -98485,7 +98641,13 @@ var StyledUserDataWrapper = styled$1('div')(function () {
98485
98641
  fontSize: 16,
98486
98642
  color: theme.mainPallete.primary.placeholderText
98487
98643
  },
98488
- paddingBottom: 45
98644
+ '@media (max-width: 479px)': {
98645
+ padding: '0 15px 45px 15px',
98646
+ fontSize: 16,
98647
+ 'div:nth-of-type(2)': {
98648
+ fontSize: 12
98649
+ }
98650
+ }
98489
98651
  };
98490
98652
  });
98491
98653
  var StyledMenuDataWrapper = styled$1('div')(function () {
@@ -98498,6 +98660,9 @@ var StyledMenuDataWrapper = styled$1('div')(function () {
98498
98660
  div: {
98499
98661
  position: 'relative'
98500
98662
  },
98663
+ '@media (max-width: 479px)': {
98664
+ fontSize: 24
98665
+ },
98501
98666
  '@media (min-width: 1020px)': {
98502
98667
  fontSize: 14,
98503
98668
  rowGap: 10
@@ -98521,7 +98686,10 @@ var StyledMenuDataWrapper = styled$1('div')(function () {
98521
98686
  cursor: 'pointer',
98522
98687
  margin: '0 30px',
98523
98688
  display: 'flex',
98524
- justifyContent: 'space-between'
98689
+ justifyContent: 'space-between',
98690
+ '@media (max-width: 479px)': {
98691
+ margin: '0 15pxv'
98692
+ }
98525
98693
  }
98526
98694
  }
98527
98695
  };
@@ -98682,7 +98850,7 @@ var StyledTopbar = styled$1('div', {
98682
98850
  position: fixedTop === true ? 'fixed' : 'relative',
98683
98851
  display: 'flex',
98684
98852
  width: '100%',
98685
- minHeight: 60,
98853
+ minHeight: 53,
98686
98854
  alignItems: 'center',
98687
98855
  fontFamily: theme.fontFamily,
98688
98856
  backgroundColor: variant === 'white' ? theme.mainPallete.primary.white : noBreadcrumb && noMenu ? theme.mainPallete.primary.blue : theme.mainPallete.primary.white,
@@ -98694,6 +98862,9 @@ var StyledTopbar = styled$1('div', {
98694
98862
  gridTemplateColumns: noBreadcrumb || menuOpen ? '1fr 1fr' : '1fr auto 1fr',
98695
98863
  backgroundColor: variant === 'white' ? theme.mainPallete.primary.white : theme.mainPallete.primary.blue
98696
98864
  },
98865
+ '@media (min-width: 480px)': {
98866
+ minHeight: 60
98867
+ },
98697
98868
  '@media (min-width: 720px) and (max-width: 1019px)': {
98698
98869
  minHeight: 75
98699
98870
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xelto.npm/xc2-lib",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "author": "XELTO",
5
5
  "description": "React component library based on MUI",
6
6
  "license": "ISC",