@tap-payments/os-micro-frontend-shared 0.1.95 → 0.1.96-test.11

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 (59) hide show
  1. package/build/components/ActionMenu/style.d.ts +1 -1
  2. package/build/components/AppServices/AppServices.d.ts +10 -5
  3. package/build/components/AppServices/AppServices.js +16 -18
  4. package/build/components/AppServices/ServiceItem.d.ts +2 -4
  5. package/build/components/AppServices/ServiceItem.js +2 -4
  6. package/build/components/AppServicesBar/AppServicesBar.d.ts +25 -0
  7. package/build/components/AppServicesBar/AppServicesBar.js +18 -0
  8. package/build/components/AppServicesBar/index.d.ts +3 -0
  9. package/build/components/AppServicesBar/index.js +3 -0
  10. package/build/components/AppServicesBar/style.d.ts +4 -0
  11. package/build/components/AppServicesBar/style.js +6 -0
  12. package/build/components/ListLayout/ListLayout.d.ts +10 -0
  13. package/build/components/ListLayout/ListLayout.js +20 -0
  14. package/build/components/ListLayout/index.d.ts +2 -0
  15. package/build/components/ListLayout/index.js +2 -0
  16. package/build/components/ListLayout/styles.d.ts +4 -0
  17. package/build/components/ListLayout/styles.js +9 -0
  18. package/build/components/SearchButton/styles.d.ts +1 -1
  19. package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.d.ts +4 -2
  20. package/build/components/StatusIcons/AuthorizedIcon/AuthorizedIcon.js +9 -4
  21. package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.d.ts +2 -1
  22. package/build/components/StatusIcons/ChargeStatusIcon/ChargeStatusIcon.js +2 -2
  23. package/build/components/StatusIcons/DestinationIcon/DestinationIcon.d.ts +5 -2
  24. package/build/components/StatusIcons/DestinationIcon/DestinationIcon.js +13 -5
  25. package/build/components/StatusIcons/PayoutIcon/PayoutIcon.d.ts +5 -1
  26. package/build/components/StatusIcons/PayoutIcon/PayoutIcon.js +8 -3
  27. package/build/components/StatusIcons/RefundIcon/RefundIcon.d.ts +5 -1
  28. package/build/components/StatusIcons/RefundIcon/RefundIcon.js +18 -10
  29. package/build/components/ToggleView/ToggleView.d.ts +16 -0
  30. package/build/components/ToggleView/ToggleView.js +32 -0
  31. package/build/components/ToggleView/ToggleWrapper.d.ts +4 -0
  32. package/build/components/ToggleView/ToggleWrapper.js +8 -0
  33. package/build/components/ToggleView/index.d.ts +3 -0
  34. package/build/components/ToggleView/index.js +3 -0
  35. package/build/components/ToggleView/style.d.ts +14 -0
  36. package/build/components/ToggleView/style.js +31 -0
  37. package/build/components/ToggleView/types.d.ts +6 -0
  38. package/build/components/ToggleView/types.js +6 -0
  39. package/build/components/Toolbar/style.d.ts +6 -0
  40. package/build/components/Toolbar/style.js +5 -0
  41. package/build/components/VirtualTables/SheetViewVirtualTable/SheetViewVirtualTable.d.ts +1 -1
  42. package/build/components/VirtualTables/SheetViewVirtualTable/SheetViewVirtualTable.js +2 -2
  43. package/build/components/VirtualTables/VirtualTable/VirtualTable.d.ts +1 -1
  44. package/build/components/VirtualTables/VirtualTable/VirtualTable.js +2 -2
  45. package/build/components/VirtualTables/VirtualTableWithCard/VirtualTableWithCard.d.ts +1 -1
  46. package/build/components/VirtualTables/VirtualTableWithCard/VirtualTableWithCard.js +2 -2
  47. package/build/components/index.d.ts +6 -0
  48. package/build/components/index.js +6 -0
  49. package/build/constants/apps.d.ts +3 -0
  50. package/build/constants/apps.js +3 -0
  51. package/build/constants/table/cell/authorizationTableCellWidth.d.ts +1 -1
  52. package/build/constants/table/cell/authorizationTableCellWidth.js +1 -1
  53. package/build/constants/table/cell/chargeTableCellWidth.d.ts +1 -1
  54. package/build/constants/table/cell/chargeTableCellWidth.js +1 -1
  55. package/build/constants/table/cell/destinationsTableCellWidth.d.ts +67 -7
  56. package/build/constants/table/cell/destinationsTableCellWidth.js +67 -7
  57. package/build/types/apps.d.ts +52 -1
  58. package/build/types/table.d.ts +1 -1
  59. package/package.json +29 -2
package/package.json CHANGED
@@ -1,13 +1,14 @@
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.95",
5
- "testVersion": 3,
4
+ "version": "0.1.96-test.11",
5
+ "testVersion": 11,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",
9
9
  "types": "build/index.d.ts",
10
10
  "exports": {
11
+ "./package.json": "./package.json",
11
12
  ".": {
12
13
  "types": "./build/index.d.ts",
13
14
  "import": "./build/index.js",
@@ -127,6 +128,32 @@
127
128
  "vite": "6.0.5",
128
129
  "vite-tsconfig-paths": "^4.2.0"
129
130
  },
131
+ "peerDependencies": {
132
+ "react": "^18",
133
+ "react-dom": "^18",
134
+ "@mui/material": "^5",
135
+ "@emotion/react": "^11",
136
+ "@emotion/styled": "^11",
137
+ "framer-motion": "^10",
138
+ "react-hook-form": "^7",
139
+ "@hookform/resolvers": "^3",
140
+ "react-router-dom": "^7",
141
+ "i18next": "^22",
142
+ "react-i18next": "^12",
143
+ "react-multi-date-picker": "^4",
144
+ "dayjs": "^1",
145
+ "react-dropzone": "^14",
146
+ "react-hot-toast": "^2",
147
+ "recharts": "^2",
148
+ "react-window": "^1.8",
149
+ "react-window-infinite-loader": "^1",
150
+ "react-virtualized-auto-sizer": "^1",
151
+ "re-resizable": "^6",
152
+ "react-draggable": "^4",
153
+ "react-currency-input-field": "^3",
154
+ "react18-input-otp": "^1",
155
+ "@uiw/react-json-view": "^2.0.0-alpha"
156
+ },
130
157
  "lint-staged": {
131
158
  "src/**/*.{ts,tsx,json,js,jsx}": [
132
159
  "yarn run prettier:fix",