@tap-payments/os-micro-frontend-shared 0.1.304 → 0.1.305

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.
@@ -1 +1 @@
1
- export { default, CustomerDropdownProps } from './CustomerDropdown';
1
+ export { default, type CustomerDropdownProps } from './CustomerDropdown';
@@ -128,8 +128,8 @@ export const StatusIconWrapper = styled('span')(() => ({
128
128
  flexShrink: 0,
129
129
  }));
130
130
  export const StatusIcon = styled('img')(() => ({
131
- width: '16px',
132
- height: '16px',
131
+ width: '36px',
132
+ height: '24px',
133
133
  }));
134
134
  export const PiePercentage = styled('div')(({ percentage, isCapture, theme }) => ({
135
135
  background: `conic-gradient(${isCapture ? theme.palette.info.dark : '#656565'} ${percentage}%, transparent 0.00%)`,
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.1.304",
4
+ "version": "0.1.305",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",