@tap-payments/os-micro-frontend-shared 0.1.344-test.6 → 0.1.344-test.7

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.
@@ -3,10 +3,5 @@ import Stack from '@mui/material/Stack';
3
3
  import Box from '@mui/material/Box';
4
4
  import Skeleton from '@mui/material/Skeleton';
5
5
  export function ReportsMFWidgetLoader() {
6
- return (_jsx(Stack, Object.assign({ height: "100%", borderRadius: "0 0 12px 12px", overflow: "hidden", sx: (theme) => ({
7
- padding: '8px 32px',
8
- '.report-loading + .report-loading': {
9
- borderTop: `1px solid ${theme.palette.divider}`,
10
- },
11
- }) }, { children: [...Array(4)].map(() => (_jsxs(Stack, Object.assign({ direction: "row", spacing: 1, sx: { padding: '8px 0', height: 56 }, className: "report-loading" }, { children: [_jsx(Skeleton, { variant: "rounded", width: 32, height: 32 }), _jsxs(Box, Object.assign({ sx: { display: 'flex', flexDirection: 'column', gap: '4px' } }, { children: [_jsx(Skeleton, { width: 80, height: 12.29 }), _jsxs(Box, Object.assign({ sx: { display: 'flex', gap: '4px' } }, { children: [_jsx(Skeleton, { width: 50, height: 12.29 }), _jsx(Skeleton, { width: 125, height: 12.29 })] }))] }))] })))) })));
6
+ return (_jsx(Stack, Object.assign({ height: "100%", borderRadius: "0 0 12px 12px", overflow: "hidden", sx: { padding: '8px 32px' } }, { children: [...Array(4)].map(() => (_jsxs(Stack, Object.assign({ direction: "row", spacing: 1, sx: { padding: '8px 0', height: 56 }, className: "report-loading" }, { children: [_jsx(Skeleton, { variant: "rounded", width: 32, height: 32 }), _jsxs(Box, Object.assign({ sx: { display: 'flex', flexDirection: 'column', gap: '4px' } }, { children: [_jsx(Skeleton, { width: 80, height: 12.29 }), _jsxs(Box, Object.assign({ sx: { display: 'flex', gap: '4px' } }, { children: [_jsx(Skeleton, { width: 50, height: 12.29 }), _jsx(Skeleton, { width: 125, height: 12.29 })] }))] }))] })))) })));
12
7
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
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.1.344-test.6",
5
- "testVersion": 6,
4
+ "version": "0.1.344-test.7",
5
+ "testVersion": 7,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",