@tap-payments/os-micro-frontend-shared 0.1.283 → 0.1.285

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.
@@ -526,6 +526,7 @@ export declare const payoutServiceIcon: string;
526
526
  export declare const refundsServiceIcon: string;
527
527
  export declare const usersServiceIcon: string;
528
528
  export declare const walletServiceIcon: string;
529
+ export declare const intentsServiceIcon: string;
529
530
  export declare const archievedOutlined: string;
530
531
  export declare const closeOutlinedCircle: string;
531
532
  export declare const dashedOutlinedCircle: string;
@@ -534,6 +534,7 @@ export const payoutServiceIcon = `${lightUrl}/services/payoutService.svg`;
534
534
  export const refundsServiceIcon = `${lightUrl}/services/refundsService.svg`;
535
535
  export const usersServiceIcon = `${lightUrl}/services/usersService.svg`;
536
536
  export const walletServiceIcon = `${lightUrl}/services/walletService.svg`;
537
+ export const intentsServiceIcon = `${lightUrl}/services/intentsService.svg`;
537
538
  export const archievedOutlined = `${lightUrl}/archievedOutlined.svg`;
538
539
  export const closeOutlinedCircle = `${lightUrl}/closeOutlinedCircle.svg`;
539
540
  export const dashedOutlinedCircle = `${lightUrl}/dashedOutlinedCircle.svg`;
@@ -90,7 +90,7 @@ export declare const destinationsTableCellWidth: {
90
90
  readonly sheet: "150px";
91
91
  };
92
92
  readonly status: {
93
- readonly default: "50px";
93
+ readonly default: "51px";
94
94
  readonly text: "100px";
95
95
  readonly sheet: "100px";
96
96
  };
@@ -90,7 +90,7 @@ export const destinationsTableCellWidth = {
90
90
  sheet: '150px',
91
91
  },
92
92
  status: {
93
- default: '50px',
93
+ default: '51px',
94
94
  text: '100px',
95
95
  sheet: '100px',
96
96
  },
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.283",
4
+ "version": "0.1.285",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",