@tap-payments/os-micro-frontend-shared 0.0.69-sheetview-container-v2 → 0.0.69-sheetview-container-v3

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.
@@ -113,7 +113,7 @@ export const TableContainer = styled(Box, {
113
113
  flexDirection: 'column',
114
114
  height: '100%',
115
115
  border: isSheetView ? '1px solid #F2F2F2' : 'none',
116
- marginX: isSheetView ? '32px' : '0',
116
+ margin: isSheetView ? '0 32px' : '0',
117
117
  }));
118
118
  export const StyledCardsBox = styled(Box, {
119
119
  shouldForwardProp: (prop) => prop !== 'showNoDataView',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.0.69-sheetview-container-v2",
4
+ "version": "0.0.69-sheetview-container-v3",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
7
7
  "module": "build/index.js",