@tap-payments/os-micro-frontend-shared 0.1.140-test.2 → 0.1.140

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.
@@ -19,5 +19,4 @@ export declare const statusButtonIcons: {
19
19
  paidOut: string;
20
20
  scheduled: string;
21
21
  checked: string;
22
- dashedChecked: string;
23
22
  };
@@ -1,4 +1,4 @@
1
- import { initiatedIcon, abandonedIcon, cancelledIcon, reportsIcon, searchIcon, chevronDownIcon, unAuthorizedIcon, settlementInitiatedIcon, unCapturedIcon, capturedIcon, authorizedIcon, openFlagIcon, closedFlagIcon, reverseActionIcon, authenticatedIcon, unauthenticatedIcon, paidOutFilterIcon, scheduledFilterIcon, completedBlackIcon, dashedCheckIcon,
1
+ import { initiatedIcon, abandonedIcon, cancelledIcon, reportsIcon, searchIcon, chevronDownIcon, unAuthorizedIcon, settlementInitiatedIcon, unCapturedIcon, capturedIcon, authorizedIcon, openFlagIcon, closedFlagIcon, reverseActionIcon, authenticatedIcon, unauthenticatedIcon, paidOutFilterIcon, scheduledFilterIcon, completedBlackIcon,
2
2
  // trashBinIcon,
3
3
  } from '../../constants/index.js';
4
4
  export const statusButtonIcons = {
@@ -22,5 +22,4 @@ export const statusButtonIcons = {
22
22
  paidOut: paidOutFilterIcon,
23
23
  scheduled: scheduledFilterIcon,
24
24
  checked: completedBlackIcon,
25
- dashedChecked: dashedCheckIcon,
26
25
  };
@@ -21,7 +21,7 @@ export declare const CountBadge: import("@emotion/styled").StyledComponent<impor
21
21
  }, {}, {}>;
22
22
  export declare const StatusIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme> & {
23
23
  variant: StatusButtonVariant;
24
- icon?: "search" | "scheduled" | "paidOut" | "reversed" | "checked" | "initiated" | "captured" | "unCaptured" | "inProgress" | "abandoned" | "cancelled" | "authorized" | "unauthenticated" | "authenticated" | "unSettled" | "reports" | "chevronDown" | "unAuthorized" | "openFlag" | "closedFlag" | "dashedChecked" | undefined;
24
+ icon?: "search" | "scheduled" | "paidOut" | "reversed" | "checked" | "initiated" | "captured" | "unCaptured" | "inProgress" | "abandoned" | "cancelled" | "authorized" | "unauthenticated" | "authenticated" | "unSettled" | "reports" | "chevronDown" | "unAuthorized" | "openFlag" | "closedFlag" | undefined;
25
25
  }, React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
26
26
  export declare const StyledFilterName: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<Theme>, React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;
27
27
  export declare const StyledDropdown: import("@emotion/styled").StyledComponent<import("../DropdownMenu").IProps & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
@@ -72,7 +72,6 @@ export declare const percentage100Icon: string;
72
72
  export declare const maximizeIcon: string;
73
73
  export declare const minimizeIcon: string;
74
74
  export declare const closeIcon: string;
75
- export declare const dashedCheckIcon: string;
76
75
  export declare const topUpIcon: string;
77
76
  export declare const deMaximizeIcon: string;
78
77
  export declare const pendingFlag: string;
@@ -77,7 +77,6 @@ export const percentage100Icon = `${lightUrl}/percentage100.svg`;
77
77
  export const maximizeIcon = `${lightUrl}/maximize.svg`;
78
78
  export const minimizeIcon = `${lightUrl}/minimize.svg`;
79
79
  export const closeIcon = `${lightUrl}/close.svg`;
80
- export const dashedCheckIcon = `${lightUrl}/dashedCheckIcon.svg`;
81
80
  export const topUpIcon = `${lightUrl}/topup.svg`;
82
81
  export const deMaximizeIcon = `${appBaseUrl}/demaximize.svg`;
83
82
  export const pendingFlag = `${lightUrl}/pendingFlag.svg`;
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.140-test.2",
5
- "testVersion": 2,
4
+ "version": "0.1.140",
5
+ "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -136,4 +136,4 @@
136
136
  "publishConfig": {
137
137
  "registry": "https://registry.npmjs.org/"
138
138
  }
139
- }
139
+ }