@tap-payments/os-micro-frontend-shared 0.1.264 → 0.1.266-test.1-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 (83) 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/FlippingCard/style.d.ts +0 -1
  5. package/build/components/ImageWrapper/ImageWrapper.d.ts +0 -1
  6. package/build/components/JSONViewer/style.d.ts +0 -1
  7. package/build/components/LeftPeekRightExpandingChip/style.d.ts +0 -1
  8. package/build/components/Menu/Menu.d.ts +1 -1
  9. package/build/components/MerchantsDropdown/BrandItem.d.ts +13 -0
  10. package/build/components/MerchantsDropdown/BrandItem.js +71 -0
  11. package/build/components/MerchantsDropdown/EntityItem.d.ts +14 -0
  12. package/build/components/MerchantsDropdown/EntityItem.js +69 -0
  13. package/build/components/MerchantsDropdown/EntityList.d.ts +11 -0
  14. package/build/components/MerchantsDropdown/EntityList.js +7 -0
  15. package/build/components/MerchantsDropdown/MerchantItem.d.ts +13 -0
  16. package/build/components/MerchantsDropdown/MerchantItem.js +27 -0
  17. package/build/components/MerchantsDropdown/MerchantsDropdown.d.ts +5 -0
  18. package/build/components/MerchantsDropdown/MerchantsDropdown.js +49 -0
  19. package/build/components/MerchantsDropdown/MerchantsList.d.ts +12 -0
  20. package/build/components/MerchantsDropdown/MerchantsList.js +18 -0
  21. package/build/components/MerchantsDropdown/hooks.d.ts +19 -0
  22. package/build/components/MerchantsDropdown/hooks.js +54 -0
  23. package/build/components/MerchantsDropdown/index.d.ts +1 -0
  24. package/build/components/MerchantsDropdown/index.js +1 -0
  25. package/build/components/MerchantsDropdown/style.d.ts +38 -0
  26. package/build/components/MerchantsDropdown/style.js +155 -0
  27. package/build/components/MerchantsDropdown/type.d.ts +14 -0
  28. package/build/components/MerchantsDropdown/type.js +1 -0
  29. package/build/components/ReceiptsViewer/ReceiptViewer.d.ts +2 -0
  30. package/build/components/ReceiptsViewer/ReceiptViewer.js +16 -0
  31. package/build/components/ReceiptsViewer/ReceiptsViewer.d.ts +11 -0
  32. package/build/components/ReceiptsViewer/ReceiptsViewer.js +7 -0
  33. package/build/components/ReceiptsViewer/index.d.ts +1 -0
  34. package/build/components/ReceiptsViewer/index.js +1 -0
  35. package/build/components/ReceiptsViewer/style.d.ts +4 -0
  36. package/build/components/ReceiptsViewer/style.js +7 -0
  37. package/build/components/ReceiptsViewer/type.d.ts +11 -0
  38. package/build/components/ReceiptsViewer/type.js +1 -0
  39. package/build/components/RightLeftExpandingCenterChip/style.d.ts +0 -1
  40. package/build/components/SearchButton/styles.d.ts +0 -1
  41. package/build/components/StatusIcons/AuthIcons/style.d.ts +0 -1
  42. package/build/components/StatusIcons/AuthorizationAutoIcons/style.d.ts +0 -1
  43. package/build/components/StatusIcons/ChargeStatusIcon/style.d.ts +0 -1
  44. package/build/components/StatusIcons/SourceIcons/style.d.ts +0 -1
  45. package/build/components/TableCells/CustomCells/ActionCell/style.d.ts +0 -1
  46. package/build/components/TableCells/CustomCells/ApplicationStatusCell/style.d.ts +0 -1
  47. package/build/components/TableCells/CustomCells/AuthenticationCell/style.d.ts +0 -1
  48. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/style.d.ts +0 -1
  49. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/style.d.ts +0 -1
  50. package/build/components/TableCells/CustomCells/BalanceCell/style.d.ts +0 -1
  51. package/build/components/TableCells/CustomCells/ChannelsCell/style.d.ts +0 -1
  52. package/build/components/TableCells/CustomCells/CheckoutStatusCell/style.d.ts +0 -1
  53. package/build/components/TableCells/CustomCells/DestinationStatusCell/style.d.ts +0 -1
  54. package/build/components/TableCells/CustomCells/DueDateCell/style.d.ts +0 -1
  55. package/build/components/TableCells/CustomCells/IDButton/style.d.ts +0 -1
  56. package/build/components/TableCells/CustomCells/IntentsStatusCell/style.d.ts +0 -1
  57. package/build/components/TableCells/CustomCells/InvoiceStatusCell/style.d.ts +0 -1
  58. package/build/components/TableCells/CustomCells/PayoutStatusCell/style.d.ts +0 -1
  59. package/build/components/TableCells/CustomCells/ProductsCell/style.d.ts +0 -1
  60. package/build/components/TableCells/CustomCells/ReferenceCell/style.d.ts +0 -1
  61. package/build/components/TableCells/CustomCells/RefundChargeCell/style.d.ts +0 -1
  62. package/build/components/TableCells/CustomCells/RefundStatusCell/style.d.ts +0 -1
  63. package/build/components/TableCells/CustomCells/SalesChannelCell/style.d.ts +0 -1
  64. package/build/components/TableCells/CustomCells/SegmentsCell/style.d.ts +0 -1
  65. package/build/components/TableCells/CustomCells/SourceCell/style.d.ts +0 -1
  66. package/build/components/TableCells/CustomCells/StatusCell/style.d.ts +0 -1
  67. package/build/components/TableCells/CustomCells/TokenStatusCell/style.d.ts +0 -1
  68. package/build/components/TableCells/CustomCells/style.d.ts +0 -1
  69. package/build/components/VirtualTables/components/style.d.ts +0 -1
  70. package/build/components/index.d.ts +2 -0
  71. package/build/components/index.js +2 -0
  72. package/build/constants/apps.d.ts +24 -0
  73. package/build/constants/apps.js +17 -1
  74. package/build/hooks/index.d.ts +1 -0
  75. package/build/hooks/index.js +1 -0
  76. package/build/hooks/useSelectedMerchantDetails.d.ts +10 -0
  77. package/build/hooks/useSelectedMerchantDetails.js +15 -0
  78. package/build/types/index.d.ts +1 -1
  79. package/build/types/index.js +1 -1
  80. package/build/types/merchant.d.ts +6 -0
  81. package/build/types/receipt.d.ts +4 -0
  82. package/build/types/receipt.js +1 -0
  83. package/package.json +3 -3
@@ -0,0 +1,4 @@
1
+ export interface Receipt {
2
+ id: string;
3
+ content: string;
4
+ }
@@ -0,0 +1 @@
1
+ export {};
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.264",
5
- "testVersion": 0,
4
+ "version": "0.1.266-test.1-test.2",
5
+ "testVersion": 2,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
@@ -164,4 +164,4 @@
164
164
  "publishConfig": {
165
165
  "registry": "https://registry.npmjs.org/"
166
166
  }
167
- }
167
+ }