@thecb/components 7.0.0-beta.8 → 7.0.0-beta.9
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
|
@@ -43338,8 +43338,7 @@ var Modal$1 = function Modal(_ref) {
|
|
|
43338
43338
|
isMobile = _useContext.isMobile;
|
|
43339
43339
|
|
|
43340
43340
|
var modalContainerRef = React.useRef(null);
|
|
43341
|
-
return /*#__PURE__*/React__default.createElement(
|
|
43342
|
-
padding: "0",
|
|
43341
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
43343
43342
|
ref: modalContainerRef
|
|
43344
43343
|
}, modalOpen && /*#__PURE__*/React__default.createElement(reactAriaModal // fallback to resolve Jest unit test errors when tabbable doesn't exist in jsdom https://github.com/focus-trap/focus-trap-react/issues/91
|
|
43345
43344
|
, {
|