@rabex-kit/rabex-ui 0.2.32 → 0.2.35

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.
@@ -5117,7 +5117,8 @@ var components$9 = {
5117
5117
  },
5118
5118
  paper: function paper(_ref3) {
5119
5119
  return {
5120
- borderRadius: '8px !important'
5120
+ borderRadius: '8px !important',
5121
+ margin: '8px 0px !important'
5121
5122
  };
5122
5123
  },
5123
5124
  listbox: function listbox(_ref4) {
@@ -5136,10 +5137,11 @@ var components$9 = {
5136
5137
  return {
5137
5138
  backgroundColor: 'transparent !important',
5138
5139
  borderRadius: '8px !important',
5139
- padding: '0 !important',
5140
+ padding: '12px 8px !important',
5140
5141
  transition: theme.transitions.create(['background-color', 'transform'], {
5141
5142
  duration: theme.transitions.duration.shorter
5142
5143
  }),
5144
+ minHeight: '56px !important',
5143
5145
  // Hover state - FIXED syntax
5144
5146
  '&:hover': {
5145
5147
  backgroundColor: theme.palette.base[200] + " !important",