@tap-payments/os-micro-frontend-shared 0.1.273 → 0.1.275

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.
@@ -14,6 +14,6 @@ import Box from '@mui/material/Box';
14
14
  import { StyledTooltip } from './styles';
15
15
  function Tooltip(_a) {
16
16
  var { className, title, placement = 'top', children } = _a, rest = __rest(_a, ["className", "title", "placement", "children"]);
17
- return (_jsx(StyledTooltip, Object.assign({ classes: { popper: className }, title: title, placement: placement, arrow: true }, rest, { children: _jsx(Box, Object.assign({ display: "flex" }, { children: children })) })));
17
+ return (_jsx(StyledTooltip, Object.assign({ classes: { popper: className }, title: title, placement: placement, arrow: true }, rest, { children: _jsx(Box, Object.assign({ display: "flex", alignItems: "center" }, { children: children })) })));
18
18
  }
19
19
  export default Tooltip;
@@ -104,7 +104,7 @@ export const getPossibleActionNavigationView = () => {
104
104
  },
105
105
  authorize: {
106
106
  prefixes: ['auth_'],
107
- keys: ['id', 'authorize.id', 'source.id'],
107
+ keys: ['id', 'authorize.id', 'source.id', 'charge.source.id'],
108
108
  label: 'Authorization',
109
109
  appCode: APP_CODES.acceptance.code,
110
110
  serviceCode: APP_CODES.acceptance.services.authorization.code,
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.273",
4
+ "version": "0.1.275",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",