@bigbinary/neeto-integrations-frontend 1.2.0 → 1.2.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.
package/dist/index.js CHANGED
@@ -3777,8 +3777,9 @@ var Modal = function Modal(_ref) {
3777
3777
  steps = _ref$steps === void 0 ? {} : _ref$steps,
3778
3778
  children = _ref.children;
3779
3779
  return /*#__PURE__*/React__default.createElement(Modal$1, {
3780
- className: "w-screen-imp neeto-ui-h-screen neeto-ui-flex neeto-ui-transform-none neeto-ui-flex-col neeto-ui-rounded-none",
3780
+ className: "neeto-ui-flex neeto-ui-flex-col neeto-ui-transform-none w-screen overflow-y-auto",
3781
3781
  isOpen: isOpen,
3782
+ size: "fullScreen",
3782
3783
  onClose: onClose
3783
3784
  }, /*#__PURE__*/React__default.createElement(Modal$1.Header, null, /*#__PURE__*/React__default.createElement(Stepper, {
3784
3785
  steps: steps
@@ -4442,7 +4443,7 @@ function n(n, r) {
4442
4443
  }
4443
4444
  }
4444
4445
 
4445
- var css = ".w-screen-imp{width:100vw!important}.intrinsic-container{height:0;overflow:hidden;position:relative}.intrinsic-container-16x9{padding-bottom:56.25%}.intrinsic-container-4x3{padding-bottom:75%}.intrinsic-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}";
4446
+ var css = ".intrinsic-container{height:0;overflow:hidden;position:relative}.intrinsic-container-16x9{padding-bottom:56.25%}.intrinsic-container-4x3{padding-bottom:75%}.intrinsic-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}";
4446
4447
  n(css,{});
4447
4448
 
4448
4449
  export { Card, Connect, Demo, Finish, Modal, WalkthroughModal, ZapierForm };