@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.cjs.js CHANGED
@@ -3805,8 +3805,9 @@ var Modal = function Modal(_ref) {
3805
3805
  steps = _ref$steps === void 0 ? {} : _ref$steps,
3806
3806
  children = _ref.children;
3807
3807
  return /*#__PURE__*/React__default["default"].createElement(neetoui.Modal, {
3808
- className: "w-screen-imp neeto-ui-h-screen neeto-ui-flex neeto-ui-transform-none neeto-ui-flex-col neeto-ui-rounded-none",
3808
+ className: "neeto-ui-flex neeto-ui-flex-col neeto-ui-transform-none w-screen overflow-y-auto",
3809
3809
  isOpen: isOpen,
3810
+ size: "fullScreen",
3810
3811
  onClose: onClose
3811
3812
  }, /*#__PURE__*/React__default["default"].createElement(neetoui.Modal.Header, null, /*#__PURE__*/React__default["default"].createElement(Stepper, {
3812
3813
  steps: steps
@@ -4470,7 +4471,7 @@ function n(n, r) {
4470
4471
  }
4471
4472
  }
4472
4473
 
4473
- 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%}";
4474
+ 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%}";
4474
4475
  n(css,{});
4475
4476
 
4476
4477
  exports.Card = Card;