@xelto.npm/xc2-lib 1.0.21 → 1.0.22

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
@@ -37453,7 +37453,7 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)({
37453
37453
  '& label': {
37454
37454
  zIndex: 0,
37455
37455
  color: theme.mainPallete.primary.placeholderText,
37456
- transform: 'translate(20px,15px) scale(1)',
37456
+ transform: 'translate(20px,13px) scale(1)',
37457
37457
  '&.Mui-focused, &[data-shrink="true"]': {
37458
37458
  color: theme.mainPallete.primary.blue,
37459
37459
  transform: 'translate(15px, -7px) scale(0.75)'
@@ -37463,13 +37463,16 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)({
37463
37463
  }
37464
37464
  },
37465
37465
  '& label, .MuiOutlinedInput-root': {
37466
- fontSize: 13,
37466
+ fontSize: 15,
37467
37467
  fontWeight: theme.fontWeight.regular,
37468
37468
  fontFamily: theme.fontFamily
37469
37469
  },
37470
+ '& .MuiOutlinedInput-root': {
37471
+ fontWeight: theme.fontWeight.medium
37472
+ },
37470
37473
  '.MuiOutlinedInput-root': {
37471
37474
  color: theme.mainPallete.primary.blue,
37472
- padding: '7.5px 75px 7.5px 9px !important',
37475
+ padding: '6px 75px 6px 9px !important',
37473
37476
  borderRadius: 7,
37474
37477
  '&.Mui-focused': {
37475
37478
  '.MuiOutlinedInput-notchedOutline': {
@@ -37603,9 +37606,9 @@ var StyledPaper$1 = styled$1(Paper$2)({
37603
37606
  borderRadius: '7px !important',
37604
37607
  translate: '0 -1.5px',
37605
37608
  '.MuiAutocomplete-listbox': {
37606
- fontSize: 13,
37609
+ fontSize: 15,
37607
37610
  margin: '8px 8px !important',
37608
- fontWeight: theme.fontWeight.regular,
37611
+ fontWeight: theme.fontWeight.medium,
37609
37612
  fontFamily: theme.fontFamily,
37610
37613
  color: theme.mainPallete.primary.blue,
37611
37614
  padding: '0 !important',
@@ -37747,7 +37750,7 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
37747
37750
  '& label': {
37748
37751
  zIndex: 0,
37749
37752
  color: theme.mainPallete.primary.placeholderText,
37750
- transform: 'translate(20px,15px) scale(1)',
37753
+ transform: 'translate(20px,13px) scale(1)',
37751
37754
  '&.Mui-focused, &[data-shrink="true"]': {
37752
37755
  color: theme.mainPallete.primary.blue,
37753
37756
  transform: 'translate(15px,-7px) scale(0.75)'
@@ -37757,13 +37760,16 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
37757
37760
  }
37758
37761
  },
37759
37762
  '& label, .MuiOutlinedInput-root': {
37760
- fontSize: 13,
37763
+ fontSize: 15,
37761
37764
  fontWeight: theme.fontWeight.regular,
37762
37765
  fontFamily: theme.fontFamily
37763
37766
  },
37767
+ '& .MuiOutlinedInput-root': {
37768
+ fontWeight: theme.fontWeight.medium
37769
+ },
37764
37770
  '.MuiOutlinedInput-root': {
37765
37771
  color: theme.mainPallete.primary.blue,
37766
- padding: '7.5px 0 7.5px 9px ',
37772
+ padding: '6px 0 6px 9px ',
37767
37773
  borderRadius: 7,
37768
37774
  '&.Mui-focused': {
37769
37775
  '.MuiOutlinedInput-notchedOutline': {
@@ -37795,7 +37801,7 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
37795
37801
  '.MuiChip-root': {
37796
37802
  backgroundColor: '#E7EAF3',
37797
37803
  color: theme.mainPallete.primary.blue,
37798
- fontSize: 11,
37804
+ fontSize: 13,
37799
37805
  height: 28,
37800
37806
  borderRadius: 16,
37801
37807
  'svg': {
@@ -37920,9 +37926,9 @@ var StyledPaper = styled$1(Paper$2)(function () {
37920
37926
  borderRadius: '7px !important',
37921
37927
  translate: '0 -1.5px',
37922
37928
  '.MuiAutocomplete-listbox': {
37923
- fontSize: 13,
37929
+ fontSize: 15,
37924
37930
  margin: '16px 8px !important',
37925
- fontWeight: theme.fontWeight.regular,
37931
+ fontWeight: theme.fontWeight.medium,
37926
37932
  fontFamily: theme.fontFamily,
37927
37933
  color: theme.mainPallete.primary.blue,
37928
37934
  padding: '0 !important',
@@ -55869,7 +55875,7 @@ var StyledDatePicker = styled$1(DatePicker$1, {
55869
55875
  label: {
55870
55876
  zIndex: 0,
55871
55877
  color: theme.mainPallete.primary.placeholderText,
55872
- transform: 'translate(20px,15px) scale(1)',
55878
+ transform: 'translate(20px,13.5px) scale(1)',
55873
55879
  '&.Mui-focused, &[data-shrink="true"]': {
55874
55880
  color: theme.mainPallete.primary.blue,
55875
55881
  transform: 'translate(15px,-7px) scale(0.75)'
@@ -55879,16 +55885,19 @@ var StyledDatePicker = styled$1(DatePicker$1, {
55879
55885
  }
55880
55886
  },
55881
55887
  '& label, .MuiOutlinedInput-root': {
55882
- fontSize: 13,
55888
+ fontSize: 15,
55883
55889
  fontWeight: theme.fontWeight.regular,
55884
55890
  fontFamily: theme.fontFamily
55885
55891
  },
55892
+ '& .MuiOutlinedInput-root': {
55893
+ fontWeight: theme.fontWeight.medium
55894
+ },
55886
55895
  '.MuiOutlinedInput-root': {
55887
55896
  borderRadius: 7,
55888
55897
  color: theme.mainPallete.primary.blue,
55889
55898
  paddingRight: 15,
55890
55899
  input: {
55891
- padding: '15px 0 15px 20px'
55900
+ padding: '13.5px 0 13.5px 20px'
55892
55901
  },
55893
55902
  '&.Mui-focused': {
55894
55903
  '.MuiOutlinedInput-notchedOutline': {
@@ -56218,7 +56227,7 @@ var StyledTextField = styled$1(TextField$3, {
56218
56227
  color: theme.mainPallete.primary.placeholderText,
56219
56228
  fontWeight: theme.fontWeight.regular,
56220
56229
  zIndex: '1',
56221
- transform: small ? 'translate(20px,7px) scale(1)' : 'translate(20px,15px) scale(1)',
56230
+ transform: small ? 'translate(20px,6.1px) scale(1)' : 'translate(20px,13.5px) scale(1)',
56222
56231
  '&.Mui-focused, &.MuiFormLabel-filled': {
56223
56232
  color: theme.mainPallete.primary.blue,
56224
56233
  transform: 'translate(15px,-7px) scale(0.75)'
@@ -56231,11 +56240,14 @@ var StyledTextField = styled$1(TextField$3, {
56231
56240
  }
56232
56241
  },
56233
56242
  '& label, .MuiOutlinedInput-root, .MuiTypography-root': {
56234
- fontSize: 13,
56243
+ fontSize: 15,
56235
56244
  fontWeight: theme.fontWeight.regular,
56236
56245
  fontFamily: theme.fontFamily,
56237
56246
  paddingRight: 15
56238
56247
  },
56248
+ '& .MuiOutlinedInput-root, .MuiTypography-root': {
56249
+ fontWeight: theme.fontWeight.medium
56250
+ },
56239
56251
  'div.MuiInputAdornment-root': {
56240
56252
  zIndex: 10,
56241
56253
  p: {
@@ -56246,7 +56258,7 @@ var StyledTextField = styled$1(TextField$3, {
56246
56258
  }
56247
56259
  },
56248
56260
  '.MuiOutlinedInput-input': {
56249
- padding: small ? '7.5px 0 7.5px 15px' : '15px 0 15px 15px',
56261
+ padding: small ? '6.1px 0 6.1px 15px' : '13.5px 0 13.5px 15px',
56250
56262
  transition: 'transform 0.3s ease-in-out',
56251
56263
  transform: isFocused ? 'translateX(-10px)' : 'translateX(0)',
56252
56264
  '&::-webkit-outer-spin-button,::-webkit-inner-spin-button': {
@@ -76547,9 +76559,9 @@ function uuid() {
76547
76559
 
76548
76560
  var uuid_1 = uuid;
76549
76561
 
76550
- var _excluded$6 = ["buttons", "top", "topAlign"];
76562
+ var _excluded$6 = ["buttons", "top", "topAlign", "position"];
76551
76563
  var StyledBottomBarWrapper = styled$1(Box$1)(function (_ref) {
76552
- _objectDestructuringEmpty(_ref);
76564
+ var $position = _ref.$position;
76553
76565
  return {
76554
76566
  boxSizing: 'border-box',
76555
76567
  width: '100%',
@@ -76563,10 +76575,11 @@ var StyledBottomBarWrapper = styled$1(Box$1)(function (_ref) {
76563
76575
  justifyContent: 'center',
76564
76576
  alignItems: 'center',
76565
76577
  padding: '0 18px',
76566
- position: 'fixed',
76578
+ position: $position || 'fixed',
76567
76579
  bottom: 0,
76568
76580
  left: 0,
76569
76581
  zIndex: 5,
76582
+ marginTop: 'auto !important',
76570
76583
  '@media(max-width: 479px)': {
76571
76584
  padding: '0 8px'
76572
76585
  },
@@ -76660,9 +76673,13 @@ var BottomBarComponent = function BottomBarComponent(_ref5) {
76660
76673
  top = _ref5.top,
76661
76674
  _ref5$topAlign = _ref5.topAlign,
76662
76675
  topAlign = _ref5$topAlign === void 0 ? 'center' : _ref5$topAlign,
76676
+ _ref5$position = _ref5.position,
76677
+ position = _ref5$position === void 0 ? 'fixed' : _ref5$position,
76663
76678
  props = _objectWithoutProperties$1(_ref5, _excluded$6);
76664
76679
  var isHelperElementString = typeof top === 'string';
76665
- return /*#__PURE__*/React.createElement(StyledBottomBarWrapper, props, /*#__PURE__*/React.createElement(StyledButtonsWrapper$1, null, buttons.map(function (item) {
76680
+ return /*#__PURE__*/React.createElement(StyledBottomBarWrapper, _extends$1k({}, props, {
76681
+ $position: position
76682
+ }), /*#__PURE__*/React.createElement(StyledButtonsWrapper$1, null, buttons.map(function (item) {
76666
76683
  var disabled = (item === null || item === void 0 ? void 0 : item.disabled) || false;
76667
76684
  var fluid = (item === null || item === void 0 ? void 0 : item.fluid) !== undefined ? item.fluid : true;
76668
76685
  var onClick = (item === null || item === void 0 ? void 0 : item.onClick) || '';
@@ -76715,7 +76732,8 @@ BottomBarComponent.propTypes = {
76715
76732
  size: propTypesExports.string
76716
76733
  })),
76717
76734
  top: propTypesExports.oneOfType([propTypesExports.string, propTypesExports.elementType]),
76718
- topAlign: propTypesExports.string
76735
+ topAlign: propTypesExports.string,
76736
+ position: propTypesExports.string
76719
76737
  };
76720
76738
 
76721
76739
  var StyledInfoBar = styled$1('div')(function (_ref) {
@@ -102396,7 +102414,7 @@ var StyledTimePicker = styled$1(MobileTimePicker, {
102396
102414
  label: {
102397
102415
  zIndex: 0,
102398
102416
  color: theme.mainPallete.primary.placeholderText,
102399
- transform: 'translate(20px,15px) scale(1)',
102417
+ transform: 'translate(20px,13.5px) scale(1)',
102400
102418
  '&.Mui-focused, &[data-shrink="true"]': {
102401
102419
  color: theme.mainPallete.primary.blue,
102402
102420
  transform: 'translate(15px,-7px) scale(0.75)'
@@ -102406,10 +102424,13 @@ var StyledTimePicker = styled$1(MobileTimePicker, {
102406
102424
  }
102407
102425
  },
102408
102426
  '& label, .MuiOutlinedInput-root': {
102409
- fontSize: 13,
102427
+ fontSize: 15,
102410
102428
  fontWeight: theme.fontWeight.regular,
102411
102429
  fontFamily: theme.fontFamily
102412
102430
  },
102431
+ '& .MuiOutlinedInput-root': {
102432
+ fontWeight: theme.fontWeight.medium
102433
+ },
102413
102434
  '.MuiDialog-container': {
102414
102435
  backgroundColor: 'indigo'
102415
102436
  },
@@ -102418,7 +102439,7 @@ var StyledTimePicker = styled$1(MobileTimePicker, {
102418
102439
  color: theme.mainPallete.primary.blue,
102419
102440
  paddingRight: 20,
102420
102441
  input: {
102421
- padding: '15px 0 15px 20px'
102442
+ padding: '13.5px 0 13.5px 20px'
102422
102443
  },
102423
102444
  '&.Mui-focused': {
102424
102445
  '.MuiOutlinedInput-notchedOutline': {
package/dist/index.esm.js CHANGED
@@ -37433,7 +37433,7 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)({
37433
37433
  '& label': {
37434
37434
  zIndex: 0,
37435
37435
  color: theme.mainPallete.primary.placeholderText,
37436
- transform: 'translate(20px,15px) scale(1)',
37436
+ transform: 'translate(20px,13px) scale(1)',
37437
37437
  '&.Mui-focused, &[data-shrink="true"]': {
37438
37438
  color: theme.mainPallete.primary.blue,
37439
37439
  transform: 'translate(15px, -7px) scale(0.75)'
@@ -37443,13 +37443,16 @@ var StyledAutocomplete$1 = styled$1(Autocomplete$1)({
37443
37443
  }
37444
37444
  },
37445
37445
  '& label, .MuiOutlinedInput-root': {
37446
- fontSize: 13,
37446
+ fontSize: 15,
37447
37447
  fontWeight: theme.fontWeight.regular,
37448
37448
  fontFamily: theme.fontFamily
37449
37449
  },
37450
+ '& .MuiOutlinedInput-root': {
37451
+ fontWeight: theme.fontWeight.medium
37452
+ },
37450
37453
  '.MuiOutlinedInput-root': {
37451
37454
  color: theme.mainPallete.primary.blue,
37452
- padding: '7.5px 75px 7.5px 9px !important',
37455
+ padding: '6px 75px 6px 9px !important',
37453
37456
  borderRadius: 7,
37454
37457
  '&.Mui-focused': {
37455
37458
  '.MuiOutlinedInput-notchedOutline': {
@@ -37583,9 +37586,9 @@ var StyledPaper$1 = styled$1(Paper$2)({
37583
37586
  borderRadius: '7px !important',
37584
37587
  translate: '0 -1.5px',
37585
37588
  '.MuiAutocomplete-listbox': {
37586
- fontSize: 13,
37589
+ fontSize: 15,
37587
37590
  margin: '8px 8px !important',
37588
- fontWeight: theme.fontWeight.regular,
37591
+ fontWeight: theme.fontWeight.medium,
37589
37592
  fontFamily: theme.fontFamily,
37590
37593
  color: theme.mainPallete.primary.blue,
37591
37594
  padding: '0 !important',
@@ -37727,7 +37730,7 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
37727
37730
  '& label': {
37728
37731
  zIndex: 0,
37729
37732
  color: theme.mainPallete.primary.placeholderText,
37730
- transform: 'translate(20px,15px) scale(1)',
37733
+ transform: 'translate(20px,13px) scale(1)',
37731
37734
  '&.Mui-focused, &[data-shrink="true"]': {
37732
37735
  color: theme.mainPallete.primary.blue,
37733
37736
  transform: 'translate(15px,-7px) scale(0.75)'
@@ -37737,13 +37740,16 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
37737
37740
  }
37738
37741
  },
37739
37742
  '& label, .MuiOutlinedInput-root': {
37740
- fontSize: 13,
37743
+ fontSize: 15,
37741
37744
  fontWeight: theme.fontWeight.regular,
37742
37745
  fontFamily: theme.fontFamily
37743
37746
  },
37747
+ '& .MuiOutlinedInput-root': {
37748
+ fontWeight: theme.fontWeight.medium
37749
+ },
37744
37750
  '.MuiOutlinedInput-root': {
37745
37751
  color: theme.mainPallete.primary.blue,
37746
- padding: '7.5px 0 7.5px 9px ',
37752
+ padding: '6px 0 6px 9px ',
37747
37753
  borderRadius: 7,
37748
37754
  '&.Mui-focused': {
37749
37755
  '.MuiOutlinedInput-notchedOutline': {
@@ -37775,7 +37781,7 @@ var StyledAutocomplete = styled$1(Autocomplete$1, {
37775
37781
  '.MuiChip-root': {
37776
37782
  backgroundColor: '#E7EAF3',
37777
37783
  color: theme.mainPallete.primary.blue,
37778
- fontSize: 11,
37784
+ fontSize: 13,
37779
37785
  height: 28,
37780
37786
  borderRadius: 16,
37781
37787
  'svg': {
@@ -37900,9 +37906,9 @@ var StyledPaper = styled$1(Paper$2)(function () {
37900
37906
  borderRadius: '7px !important',
37901
37907
  translate: '0 -1.5px',
37902
37908
  '.MuiAutocomplete-listbox': {
37903
- fontSize: 13,
37909
+ fontSize: 15,
37904
37910
  margin: '16px 8px !important',
37905
- fontWeight: theme.fontWeight.regular,
37911
+ fontWeight: theme.fontWeight.medium,
37906
37912
  fontFamily: theme.fontFamily,
37907
37913
  color: theme.mainPallete.primary.blue,
37908
37914
  padding: '0 !important',
@@ -55849,7 +55855,7 @@ var StyledDatePicker = styled$1(DatePicker$1, {
55849
55855
  label: {
55850
55856
  zIndex: 0,
55851
55857
  color: theme.mainPallete.primary.placeholderText,
55852
- transform: 'translate(20px,15px) scale(1)',
55858
+ transform: 'translate(20px,13.5px) scale(1)',
55853
55859
  '&.Mui-focused, &[data-shrink="true"]': {
55854
55860
  color: theme.mainPallete.primary.blue,
55855
55861
  transform: 'translate(15px,-7px) scale(0.75)'
@@ -55859,16 +55865,19 @@ var StyledDatePicker = styled$1(DatePicker$1, {
55859
55865
  }
55860
55866
  },
55861
55867
  '& label, .MuiOutlinedInput-root': {
55862
- fontSize: 13,
55868
+ fontSize: 15,
55863
55869
  fontWeight: theme.fontWeight.regular,
55864
55870
  fontFamily: theme.fontFamily
55865
55871
  },
55872
+ '& .MuiOutlinedInput-root': {
55873
+ fontWeight: theme.fontWeight.medium
55874
+ },
55866
55875
  '.MuiOutlinedInput-root': {
55867
55876
  borderRadius: 7,
55868
55877
  color: theme.mainPallete.primary.blue,
55869
55878
  paddingRight: 15,
55870
55879
  input: {
55871
- padding: '15px 0 15px 20px'
55880
+ padding: '13.5px 0 13.5px 20px'
55872
55881
  },
55873
55882
  '&.Mui-focused': {
55874
55883
  '.MuiOutlinedInput-notchedOutline': {
@@ -56198,7 +56207,7 @@ var StyledTextField = styled$1(TextField$3, {
56198
56207
  color: theme.mainPallete.primary.placeholderText,
56199
56208
  fontWeight: theme.fontWeight.regular,
56200
56209
  zIndex: '1',
56201
- transform: small ? 'translate(20px,7px) scale(1)' : 'translate(20px,15px) scale(1)',
56210
+ transform: small ? 'translate(20px,6.1px) scale(1)' : 'translate(20px,13.5px) scale(1)',
56202
56211
  '&.Mui-focused, &.MuiFormLabel-filled': {
56203
56212
  color: theme.mainPallete.primary.blue,
56204
56213
  transform: 'translate(15px,-7px) scale(0.75)'
@@ -56211,11 +56220,14 @@ var StyledTextField = styled$1(TextField$3, {
56211
56220
  }
56212
56221
  },
56213
56222
  '& label, .MuiOutlinedInput-root, .MuiTypography-root': {
56214
- fontSize: 13,
56223
+ fontSize: 15,
56215
56224
  fontWeight: theme.fontWeight.regular,
56216
56225
  fontFamily: theme.fontFamily,
56217
56226
  paddingRight: 15
56218
56227
  },
56228
+ '& .MuiOutlinedInput-root, .MuiTypography-root': {
56229
+ fontWeight: theme.fontWeight.medium
56230
+ },
56219
56231
  'div.MuiInputAdornment-root': {
56220
56232
  zIndex: 10,
56221
56233
  p: {
@@ -56226,7 +56238,7 @@ var StyledTextField = styled$1(TextField$3, {
56226
56238
  }
56227
56239
  },
56228
56240
  '.MuiOutlinedInput-input': {
56229
- padding: small ? '7.5px 0 7.5px 15px' : '15px 0 15px 15px',
56241
+ padding: small ? '6.1px 0 6.1px 15px' : '13.5px 0 13.5px 15px',
56230
56242
  transition: 'transform 0.3s ease-in-out',
56231
56243
  transform: isFocused ? 'translateX(-10px)' : 'translateX(0)',
56232
56244
  '&::-webkit-outer-spin-button,::-webkit-inner-spin-button': {
@@ -76527,9 +76539,9 @@ function uuid() {
76527
76539
 
76528
76540
  var uuid_1 = uuid;
76529
76541
 
76530
- var _excluded$6 = ["buttons", "top", "topAlign"];
76542
+ var _excluded$6 = ["buttons", "top", "topAlign", "position"];
76531
76543
  var StyledBottomBarWrapper = styled$1(Box$1)(function (_ref) {
76532
- _objectDestructuringEmpty(_ref);
76544
+ var $position = _ref.$position;
76533
76545
  return {
76534
76546
  boxSizing: 'border-box',
76535
76547
  width: '100%',
@@ -76543,10 +76555,11 @@ var StyledBottomBarWrapper = styled$1(Box$1)(function (_ref) {
76543
76555
  justifyContent: 'center',
76544
76556
  alignItems: 'center',
76545
76557
  padding: '0 18px',
76546
- position: 'fixed',
76558
+ position: $position || 'fixed',
76547
76559
  bottom: 0,
76548
76560
  left: 0,
76549
76561
  zIndex: 5,
76562
+ marginTop: 'auto !important',
76550
76563
  '@media(max-width: 479px)': {
76551
76564
  padding: '0 8px'
76552
76565
  },
@@ -76640,9 +76653,13 @@ var BottomBarComponent = function BottomBarComponent(_ref5) {
76640
76653
  top = _ref5.top,
76641
76654
  _ref5$topAlign = _ref5.topAlign,
76642
76655
  topAlign = _ref5$topAlign === void 0 ? 'center' : _ref5$topAlign,
76656
+ _ref5$position = _ref5.position,
76657
+ position = _ref5$position === void 0 ? 'fixed' : _ref5$position,
76643
76658
  props = _objectWithoutProperties$1(_ref5, _excluded$6);
76644
76659
  var isHelperElementString = typeof top === 'string';
76645
- return /*#__PURE__*/React__default.createElement(StyledBottomBarWrapper, props, /*#__PURE__*/React__default.createElement(StyledButtonsWrapper$1, null, buttons.map(function (item) {
76660
+ return /*#__PURE__*/React__default.createElement(StyledBottomBarWrapper, _extends$1k({}, props, {
76661
+ $position: position
76662
+ }), /*#__PURE__*/React__default.createElement(StyledButtonsWrapper$1, null, buttons.map(function (item) {
76646
76663
  var disabled = (item === null || item === void 0 ? void 0 : item.disabled) || false;
76647
76664
  var fluid = (item === null || item === void 0 ? void 0 : item.fluid) !== undefined ? item.fluid : true;
76648
76665
  var onClick = (item === null || item === void 0 ? void 0 : item.onClick) || '';
@@ -76695,7 +76712,8 @@ BottomBarComponent.propTypes = {
76695
76712
  size: propTypesExports.string
76696
76713
  })),
76697
76714
  top: propTypesExports.oneOfType([propTypesExports.string, propTypesExports.elementType]),
76698
- topAlign: propTypesExports.string
76715
+ topAlign: propTypesExports.string,
76716
+ position: propTypesExports.string
76699
76717
  };
76700
76718
 
76701
76719
  var StyledInfoBar = styled$1('div')(function (_ref) {
@@ -102376,7 +102394,7 @@ var StyledTimePicker = styled$1(MobileTimePicker, {
102376
102394
  label: {
102377
102395
  zIndex: 0,
102378
102396
  color: theme.mainPallete.primary.placeholderText,
102379
- transform: 'translate(20px,15px) scale(1)',
102397
+ transform: 'translate(20px,13.5px) scale(1)',
102380
102398
  '&.Mui-focused, &[data-shrink="true"]': {
102381
102399
  color: theme.mainPallete.primary.blue,
102382
102400
  transform: 'translate(15px,-7px) scale(0.75)'
@@ -102386,10 +102404,13 @@ var StyledTimePicker = styled$1(MobileTimePicker, {
102386
102404
  }
102387
102405
  },
102388
102406
  '& label, .MuiOutlinedInput-root': {
102389
- fontSize: 13,
102407
+ fontSize: 15,
102390
102408
  fontWeight: theme.fontWeight.regular,
102391
102409
  fontFamily: theme.fontFamily
102392
102410
  },
102411
+ '& .MuiOutlinedInput-root': {
102412
+ fontWeight: theme.fontWeight.medium
102413
+ },
102393
102414
  '.MuiDialog-container': {
102394
102415
  backgroundColor: 'indigo'
102395
102416
  },
@@ -102398,7 +102419,7 @@ var StyledTimePicker = styled$1(MobileTimePicker, {
102398
102419
  color: theme.mainPallete.primary.blue,
102399
102420
  paddingRight: 20,
102400
102421
  input: {
102401
- padding: '15px 0 15px 20px'
102422
+ padding: '13.5px 0 13.5px 20px'
102402
102423
  },
102403
102424
  '&.Mui-focused': {
102404
102425
  '.MuiOutlinedInput-notchedOutline': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xelto.npm/xc2-lib",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "author": "XELTO",
5
5
  "description": "React component library based on MUI",
6
6
  "license": "ISC",