@tap-payments/os-micro-frontend-shared 0.1.252 → 0.1.254-test.1

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 (99) 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/FilterDropdown/FilterDropdown.d.ts +10 -0
  5. package/build/components/FilterDropdown/FilterDropdown.js +54 -0
  6. package/build/components/FilterDropdown/components/BrandItem/BrandItem.d.ts +12 -0
  7. package/build/components/FilterDropdown/components/BrandItem/BrandItem.js +39 -0
  8. package/build/components/FilterDropdown/components/BrandItem/index.d.ts +2 -0
  9. package/build/components/FilterDropdown/components/BrandItem/index.js +2 -0
  10. package/build/components/FilterDropdown/components/BrandItem/style.d.ts +4 -0
  11. package/build/components/FilterDropdown/components/BrandItem/style.js +9 -0
  12. package/build/components/FilterDropdown/components/CountriesItem/CountriesItem.d.ts +12 -0
  13. package/build/components/FilterDropdown/components/CountriesItem/CountriesItem.js +54 -0
  14. package/build/components/FilterDropdown/components/CountriesItem/index.d.ts +1 -0
  15. package/build/components/FilterDropdown/components/CountriesItem/index.js +1 -0
  16. package/build/components/FilterDropdown/components/CurrenciesItem/CurrenciesItem.d.ts +12 -0
  17. package/build/components/FilterDropdown/components/CurrenciesItem/CurrenciesItem.js +59 -0
  18. package/build/components/FilterDropdown/components/CurrenciesItem/index.d.ts +1 -0
  19. package/build/components/FilterDropdown/components/CurrenciesItem/index.js +1 -0
  20. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/FlatMerchantsListMenu.d.ts +11 -0
  21. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/FlatMerchantsListMenu.js +39 -0
  22. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/index.d.ts +2 -0
  23. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/index.js +2 -0
  24. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/style.d.ts +12 -0
  25. package/build/components/FilterDropdown/components/FlatMerchantsListMenu/style.js +23 -0
  26. package/build/components/FilterDropdown/components/MerchantItem/MerchantItem.d.ts +13 -0
  27. package/build/components/FilterDropdown/components/MerchantItem/MerchantItem.js +43 -0
  28. package/build/components/FilterDropdown/components/MerchantItem/index.d.ts +2 -0
  29. package/build/components/FilterDropdown/components/MerchantItem/index.js +2 -0
  30. package/build/components/FilterDropdown/components/RetailersItem/RetailersItem.d.ts +14 -0
  31. package/build/components/FilterDropdown/components/RetailersItem/RetailersItem.js +70 -0
  32. package/build/components/FilterDropdown/components/RetailersItem/index.d.ts +1 -0
  33. package/build/components/FilterDropdown/components/RetailersItem/index.js +1 -0
  34. package/build/components/FilterDropdown/components/RetailersItem/style.d.ts +4 -0
  35. package/build/components/FilterDropdown/components/RetailersItem/style.js +8 -0
  36. package/build/components/FilterDropdown/components/index.d.ts +4 -0
  37. package/build/components/FilterDropdown/components/index.js +4 -0
  38. package/build/components/FilterDropdown/index.d.ts +3 -0
  39. package/build/components/FilterDropdown/index.js +3 -0
  40. package/build/components/FilterDropdown/style.d.ts +20 -0
  41. package/build/components/FilterDropdown/style.js +60 -0
  42. package/build/components/FilterDropdown/type.d.ts +4 -0
  43. package/build/components/FilterDropdown/type.js +1 -0
  44. package/build/components/FlippingCard/style.d.ts +0 -1
  45. package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -1
  46. package/build/components/JSONViewer/style.d.ts +0 -1
  47. package/build/components/LeftPeekRightExpandingChip/style.d.ts +0 -1
  48. package/build/components/MenuItem/MenuItem.d.ts +1 -1
  49. package/build/components/MerchantCurrencyDropdown/MerchantCurrencyDropdown.d.ts +12 -0
  50. package/build/components/MerchantCurrencyDropdown/MerchantCurrencyDropdown.js +38 -0
  51. package/build/components/MerchantCurrencyDropdown/SelectedCurrency.d.ts +5 -0
  52. package/build/components/MerchantCurrencyDropdown/SelectedCurrency.js +6 -0
  53. package/build/components/MerchantCurrencyDropdown/index.d.ts +1 -0
  54. package/build/components/MerchantCurrencyDropdown/index.js +1 -0
  55. package/build/components/MerchantCurrencyDropdown/style.d.ts +13 -0
  56. package/build/components/MerchantCurrencyDropdown/style.js +64 -0
  57. package/build/components/MerchantLogo/MerchantLogo.d.ts +10 -0
  58. package/build/components/MerchantLogo/MerchantLogo.js +17 -0
  59. package/build/components/MerchantLogo/index.d.ts +1 -0
  60. package/build/components/MerchantLogo/index.js +1 -0
  61. package/build/components/MerchantLogo/style.d.ts +5 -0
  62. package/build/components/MerchantLogo/style.js +13 -0
  63. package/build/components/RightLeftExpandingCenterChip/style.d.ts +0 -1
  64. package/build/components/SearchButton/styles.d.ts +0 -1
  65. package/build/components/StatusIcons/AuthIcons/style.d.ts +0 -1
  66. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -1
  67. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1
  68. package/build/components/StatusIcons/SourceIcons/style.d.ts +0 -1
  69. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -1
  70. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +0 -1
  71. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -1
  72. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1
  73. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1
  74. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -1
  75. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -1
  76. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -1
  77. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1
  78. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -1
  79. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +0 -1
  80. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -1
  81. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -1
  82. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1
  83. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -1
  84. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -1
  85. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -1
  86. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -1
  87. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +0 -1
  88. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -1
  89. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +0 -1
  90. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1
  91. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1
  92. package/build/components/TableCells/CustomCells/style.d.ts +0 -1
  93. package/build/components/VirtualTables/components/style.d.ts +0 -1
  94. package/build/components/index.d.ts +3 -0
  95. package/build/components/index.js +3 -0
  96. package/build/types/destination.d.ts +14 -0
  97. package/build/types/index.d.ts +1 -0
  98. package/build/types/index.js +1 -0
  99. package/package.json +3 -3
@@ -126,3 +126,6 @@ export * from './BrandLogo';
126
126
  export * from './Amount';
127
127
  export * from './VAT';
128
128
  export * from './Discount';
129
+ export * from './MerchantLogo';
130
+ export * from './FilterDropdown';
131
+ export * from './MerchantCurrencyDropdown';
@@ -126,3 +126,6 @@ export * from './BrandLogo';
126
126
  export * from './Amount';
127
127
  export * from './VAT';
128
128
  export * from './Discount';
129
+ export * from './MerchantLogo';
130
+ export * from './FilterDropdown';
131
+ export * from './MerchantCurrencyDropdown';
@@ -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.252",
5
- "testVersion": 0,
4
+ "version": "0.1.254-test.1",
5
+ "testVersion": 1,
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
+ }