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

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.
Files changed (109) hide show
  1. package/build/components/Chip/style.d.ts +0 -1
  2. package/build/components/CountBadge/style.d.ts +0 -1
  3. package/build/components/Dialog/style.d.ts +0 -1
  4. package/build/components/FileInputPreview/FileInputPreview.d.ts +5 -0
  5. package/build/components/FileInputPreview/FileInputPreview.js +51 -0
  6. package/build/components/FileInputPreview/index.d.ts +1 -0
  7. package/build/components/FileInputPreview/index.js +1 -0
  8. package/build/components/FileInputPreview/style.d.ts +9 -0
  9. package/build/components/FileInputPreview/style.js +20 -0
  10. package/build/components/FileInputPreview/type.d.ts +21 -0
  11. package/build/components/FileInputPreview/type.js +1 -0
  12. package/build/components/FileInputPreview/utils.d.ts +3 -0
  13. package/build/components/FileInputPreview/utils.js +14 -0
  14. package/build/components/FilePreview/FilePreview.d.ts +3 -0
  15. package/build/components/FilePreview/FilePreview.js +18 -0
  16. package/build/components/FilePreview/index.d.ts +3 -0
  17. package/build/components/FilePreview/index.js +3 -0
  18. package/build/components/FilePreview/style.d.ts +20 -0
  19. package/build/components/FilePreview/style.js +55 -0
  20. package/build/components/FilePreview/type.d.ts +12 -0
  21. package/build/components/FilePreview/type.js +1 -0
  22. package/build/components/FilterDropdown/FilterDropdown.d.ts +10 -0
  23. package/build/components/FilterDropdown/FilterDropdown.js +54 -0
  24. package/build/components/FilterDropdown/components/BrandItem/BrandItem.d.ts +12 -0
  25. package/build/components/FilterDropdown/components/BrandItem/BrandItem.js +39 -0
  26. package/build/components/FilterDropdown/components/BrandItem/index.d.ts +2 -0
  27. package/build/components/FilterDropdown/components/BrandItem/index.js +2 -0
  28. package/build/components/FilterDropdown/components/BrandItem/style.d.ts +4 -0
  29. package/build/components/FilterDropdown/components/BrandItem/style.js +9 -0
  30. package/build/components/FilterDropdown/components/CountriesItem/CountriesItem.d.ts +12 -0
  31. package/build/components/FilterDropdown/components/CountriesItem/CountriesItem.js +54 -0
  32. package/build/components/FilterDropdown/components/CountriesItem/index.d.ts +1 -0
  33. package/build/components/FilterDropdown/components/CountriesItem/index.js +1 -0
  34. package/build/components/FilterDropdown/components/CurrenciesItem/CurrenciesItem.d.ts +12 -0
  35. package/build/components/FilterDropdown/components/CurrenciesItem/CurrenciesItem.js +59 -0
  36. package/build/components/FilterDropdown/components/CurrenciesItem/index.d.ts +1 -0
  37. package/build/components/FilterDropdown/components/CurrenciesItem/index.js +1 -0
  38. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/FlatMerchantsListMenu.d.ts +11 -0
  39. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/FlatMerchantsListMenu.js +39 -0
  40. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/index.d.ts +2 -0
  41. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/index.js +2 -0
  42. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/style.d.ts +12 -0
  43. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/style.js +23 -0
  44. package/build/components/FilterDropdown/components/MerchantItem/MerchantItem.d.ts +13 -0
  45. package/build/components/FilterDropdown/components/MerchantItem/MerchantItem.js +43 -0
  46. package/build/components/FilterDropdown/components/MerchantItem/index.d.ts +2 -0
  47. package/build/components/FilterDropdown/components/MerchantItem/index.js +2 -0
  48. package/build/components/FilterDropdown/components/RetailersItem/RetailersItem.d.ts +14 -0
  49. package/build/components/FilterDropdown/components/RetailersItem/RetailersItem.js +70 -0
  50. package/build/components/FilterDropdown/components/RetailersItem/index.d.ts +1 -0
  51. package/build/components/FilterDropdown/components/RetailersItem/index.js +1 -0
  52. package/build/components/FilterDropdown/components/RetailersItem/style.d.ts +4 -0
  53. package/build/components/FilterDropdown/components/RetailersItem/style.js +8 -0
  54. package/build/components/FilterDropdown/components/index.d.ts +4 -0
  55. package/build/components/FilterDropdown/components/index.js +4 -0
  56. package/build/components/FilterDropdown/index.d.ts +3 -0
  57. package/build/components/FilterDropdown/index.js +3 -0
  58. package/build/components/FilterDropdown/style.d.ts +20 -0
  59. package/build/components/FilterDropdown/style.js +60 -0
  60. package/build/components/FilterDropdown/type.d.ts +4 -0
  61. package/build/components/FilterDropdown/type.js +1 -0
  62. package/build/components/FlippingCard/style.d.ts +0 -1
  63. package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -1
  64. package/build/components/JSONViewer/style.d.ts +0 -1
  65. package/build/components/LeftPeekRightExpandingChip/style.d.ts +0 -1
  66. package/build/components/MenuItem/MenuItem.d.ts +1 -1
  67. package/build/components/OpenFileInNewTab/OpenFileInNewTab.d.ts +7 -0
  68. package/build/components/OpenFileInNewTab/OpenFileInNewTab.js +26 -0
  69. package/build/components/OpenFileInNewTab/index.d.ts +1 -0
  70. package/build/components/OpenFileInNewTab/index.js +1 -0
  71. package/build/components/OpenFileInNewTab/style.d.ts +2 -0
  72. package/build/components/OpenFileInNewTab/style.js +8 -0
  73. package/build/components/RightLeftExpandingCenterChip/style.d.ts +0 -1
  74. package/build/components/SearchButton/styles.d.ts +0 -1
  75. package/build/components/StatusIcons/AuthIcons/style.d.ts +0 -1
  76. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -1
  77. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1
  78. package/build/components/StatusIcons/SourceIcons/style.d.ts +0 -1
  79. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -1
  80. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +0 -1
  81. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -1
  82. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1
  83. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1
  84. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -1
  85. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -1
  86. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -1
  87. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1
  88. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -1
  89. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +0 -1
  90. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -1
  91. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -1
  92. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1
  93. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -1
  94. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -1
  95. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -1
  96. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -1
  97. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +0 -1
  98. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -1
  99. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +0 -1
  100. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1
  101. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1
  102. package/build/components/TableCells/CustomCells/style.d.ts +0 -1
  103. package/build/components/VirtualTables/components/style.d.ts +0 -1
  104. package/build/components/index.d.ts +4 -0
  105. package/build/components/index.js +4 -0
  106. package/build/types/destination.d.ts +14 -0
  107. package/build/types/index.d.ts +1 -0
  108. package/build/types/index.js +1 -0
  109. package/package.json +3 -3
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const Button: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const DueDateCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const ProductCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
4
  export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const RefundChargeCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const RefundCellContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
4
  export declare const SalesChannelsContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const ReferenceSourcesContainer: import("@emotion/styled").StyledComponent<{
5
4
  hidden?: boolean | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const StyledSourceCell: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
3
  export declare const StyledSourceImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
5
4
  export declare const PaymentSourcesContainer: import("@emotion/styled").StyledComponent<{
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const MultiRefundIcon: import("@emotion/styled").StyledComponent<{
4
3
  width?: string | number | undefined;
5
4
  height?: string | number | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const UnCapturedContainer: import("@emotion/styled").StyledComponent<{
4
3
  hidden?: boolean | undefined;
5
4
  color?: string | undefined;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  export declare const GeographyBox: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
4
3
  variant?: "Global" | "Regional" | "Local" | undefined;
5
4
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,5 +1,4 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
2
  interface TableWrapperProps {
4
3
  showNoDataView?: boolean;
5
4
  }
@@ -127,3 +127,7 @@ export * from './Amount';
127
127
  export * from './VAT';
128
128
  export * from './Discount';
129
129
  export * from './MerchantLogo';
130
+ export * from './FilterDropdown';
131
+ export * from './OpenFileInNewTab';
132
+ export * from './FilePreview';
133
+ export * from './FileInputPreview';
@@ -127,3 +127,7 @@ export * from './Amount';
127
127
  export * from './VAT';
128
128
  export * from './Discount';
129
129
  export * from './MerchantLogo';
130
+ export * from './FilterDropdown';
131
+ export * from './OpenFileInNewTab';
132
+ export * from './FilePreview';
133
+ export * from './FileInputPreview';
@@ -1 +1,15 @@
1
1
  export type DestinationStatus = 'PROCESSED' | 'FAILED';
2
+ export interface RetailersDestination {
3
+ id: string;
4
+ status: string;
5
+ created: number;
6
+ display_name: string;
7
+ business_entity_id: string;
8
+ wallet_id: string;
9
+ business_id: string;
10
+ brand: {
11
+ id: string;
12
+ name: Record<string, string>;
13
+ logo: string;
14
+ };
15
+ }
@@ -27,3 +27,4 @@ export * from './tsUtils';
27
27
  export * from './appEvents';
28
28
  export * from './common';
29
29
  export * from './discount';
30
+ export * from './destination';
@@ -27,3 +27,4 @@ export * from './tsUtils';
27
27
  export * from './appEvents';
28
28
  export * from './common';
29
29
  export * from './discount';
30
+ export * from './destination';
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.253",
5
- "testVersion": 0,
4
+ "version": "0.1.254-test.2",
5
+ "testVersion": 2,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -163,4 +163,4 @@
163
163
  "publishConfig": {
164
164
  "registry": "https://registry.npmjs.org/"
165
165
  }
166
- }
166
+ }