@tap-payments/os-micro-frontend-shared 0.1.76-test.4 → 0.1.76-test.6

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.
@@ -400,6 +400,7 @@ export declare const collapseArrows: string;
400
400
  export declare const customerIcon: string;
401
401
  export declare const discountIcon: string;
402
402
  export declare const emailIcon: string;
403
+ export declare const emailBlackIcon: string;
403
404
  export declare const expandArrows: string;
404
405
  export declare const feeIcon: string;
405
406
  export declare const minusIcon: string;
@@ -404,6 +404,7 @@ export const collapseArrows = `${lightUrl}/CollapseArrows.svg`;
404
404
  export const customerIcon = `${lightUrl}/customerIcon.svg`;
405
405
  export const discountIcon = `${lightUrl}/discountIcon.svg`;
406
406
  export const emailIcon = `${lightUrl}/emailIcon.svg`;
407
+ export const emailBlackIcon = `${lightUrl}/emailBlackIcon.svg`;
407
408
  export const expandArrows = `${lightUrl}/ExpandArrows.svg`;
408
409
  export const feeIcon = `${lightUrl}/feeIcon.svg`;
409
410
  export const minusIcon = `${lightUrl}/minusIcon.svg`;
@@ -9,4 +9,4 @@ export declare const SEGMENT_TYPE_FILTERS_MAP: {
9
9
  PAYMENT_ISSUER: string;
10
10
  PAYMENT_ACQUIRER: string;
11
11
  };
12
- export type SegmentFilterId = keyof typeof SEGMENT_TYPE_FILTERS_MAP;
12
+ export type SegmentCode = keyof typeof SEGMENT_TYPE_FILTERS_MAP;
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.76-test.4",
5
- "testVersion": 4,
4
+ "version": "0.1.76-test.6",
5
+ "testVersion": 6,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",