@etsoo/react 1.4.37 → 1.4.38

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.
@@ -95,9 +95,6 @@ export function MobileListItemRenderer({ data, itemHeight }, margin, renderer) {
95
95
  }
96
96
  } })) : (actions), title: title, titleTypographyProps: { variant: 'body2' }, subheader: subheader, subheaderTypographyProps: { variant: 'caption' } }),
97
97
  React.createElement(CardContent, { sx: {
98
- paddingTop: 0,
99
- '&:last-child': {
100
- paddingBottom: 0 // default 24px
101
- }
98
+ paddingTop: 0
102
99
  } }, children)));
103
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/react",
3
- "version": "1.4.37",
3
+ "version": "1.4.38",
4
4
  "description": "TypeScript ReactJs framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -143,10 +143,7 @@ export function MobileListItemRenderer<T>(
143
143
  />
144
144
  <CardContent
145
145
  sx={{
146
- paddingTop: 0,
147
- '&:last-child': {
148
- paddingBottom: 0 // default 24px
149
- }
146
+ paddingTop: 0
150
147
  }}
151
148
  >
152
149
  {children}