@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.esm.js
CHANGED
|
@@ -43330,8 +43330,7 @@ var Modal$1 = function Modal(_ref) {
|
|
|
43330
43330
|
isMobile = _useContext.isMobile;
|
|
43331
43331
|
|
|
43332
43332
|
var modalContainerRef = useRef(null);
|
|
43333
|
-
return /*#__PURE__*/React.createElement(
|
|
43334
|
-
padding: "0",
|
|
43333
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
43335
43334
|
ref: modalContainerRef
|
|
43336
43335
|
}, modalOpen && /*#__PURE__*/React.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
|
|
43337
43336
|
, {
|