@tap-payments/os-micro-frontend-shared 0.0.11 → 0.0.12

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.
@@ -6,6 +6,6 @@ export const Container = styled(Box)(() => ({
6
6
  borderRadius: 12,
7
7
  border: '1.03px solid',
8
8
  }));
9
- export const BadgeBox = styled(Box) `
10
- position: absolute;
9
+ export const BadgeBox = styled(Box) `
10
+ position: absolute;
11
11
  `;
@@ -1,6 +1,7 @@
1
1
  export interface AnalyticsDetails {
2
2
  date?: string;
3
3
  count: number;
4
+ hour?: number;
4
5
  count_percentage: string;
5
6
  amount: number;
6
7
  trx_amount?: number;
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.11",
4
+ "version": "0.0.12",
5
5
  "type": "module",
6
6
  "main": "build/index.js",
7
7
  "module": "build/index.js",