@tap-payments/auth-jsconnect 2.8.54-development → 2.8.55-development

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.
@@ -140,7 +140,7 @@ var Connect = memo(function (props) {
140
140
  (_a = props.unmount) === null || _a === void 0 ? void 0 : _a.call(props);
141
141
  }, 1100);
142
142
  };
143
- return (_jsx(ThemeProvider, __assign({ theme: theme }, { children: _jsx(Background, __assign({ open: open, isTapOrigin: !isTapOrigin, loading: settingLoading || customLoading }, { children: _jsx(AnimationFlow, __assign({ pointerEvents: loading ? 'none' : 'auto', onConfirm: handleDialogClose, onClose: ((_a = appConfig.features) === null || _a === void 0 ? void 0 : _a.closeButton) ? handleDialogClose : undefined, isTapOrigin: !isTapOrigin, loading: settingLoading || customLoading, error: error, open: open, screenId: activeScreen.name, merchantInfo: merchant, isMaturityExpress: false, dialogEdgeFormat: data.appConfig.dialogEdgeFormat, features: __assign(__assign({}, appConfig.features), { tapTextLogo: activeScreen.name !== 'CONNECT_BUSINESS_COUNTRY_STEP', poweredBy: false }) }, { children: _jsx(FeatureContainer, __assign({ isMaturityExpress: false }, { children: connectFeatureScreens.map(function (_a, index) {
143
+ return (_jsx(ThemeProvider, __assign({ theme: theme }, { children: _jsx(Background, __assign({ open: open, isTapOrigin: isTapOrigin, loading: settingLoading || customLoading }, { children: _jsx(AnimationFlow, __assign({ pointerEvents: loading ? 'none' : 'auto', onConfirm: handleDialogClose, onClose: ((_a = appConfig.features) === null || _a === void 0 ? void 0 : _a.closeButton) ? handleDialogClose : undefined, isTapOrigin: isTapOrigin, loading: settingLoading || customLoading, error: error, open: open, screenId: activeScreen.name, merchantInfo: merchant, isMaturityExpress: false, dialogEdgeFormat: data.appConfig.dialogEdgeFormat, features: __assign(__assign({}, appConfig.features), { tapTextLogo: activeScreen.name !== 'CONNECT_BUSINESS_COUNTRY_STEP', poweredBy: false }) }, { children: _jsx(FeatureContainer, __assign({ isMaturityExpress: false }, { children: connectFeatureScreens.map(function (_a, index) {
144
144
  var Element = _a.element, name = _a.name;
145
145
  var isActive = activeScreen.name === name;
146
146
  return (_jsx(Collapse, __assign({ in: isActive, timeout: { enter: 1000, exit: 800 } }, { children: _jsx(Element, {}) }), index));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.8.54-development",
3
+ "version": "2.8.55-development",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",