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