ui-kit-ck-consultant 0.5.274 → 0.5.275
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -110,7 +110,7 @@ var Modal = /*#__PURE__*/function (_React$Component) {
|
|
110
110
|
}
|
111
111
|
|
112
112
|
var modalContainerClass = classNames$1((_classNames = {}, _classNames[style.large] = !!this.props.large, _classNames[style.no_background] = !!this.props.noBackground, _classNames), style.modal_container, this.props.className);
|
113
|
-
return /*#__PURE__*/React.createElement(Fragment, null, this.props.show ? /*#__PURE__*/React.createElement("style", null, "body {overflow: \"hidden\" }") : null, /*#__PURE__*/React.createElement("div", {
|
113
|
+
return /*#__PURE__*/React.createElement(Fragment$1, null, this.props.show ? /*#__PURE__*/React.createElement("style", null, "body {overflow: \"hidden\" }") : null, /*#__PURE__*/React.createElement("div", {
|
114
114
|
className: style.modal,
|
115
115
|
onMouseDown: function onMouseDown(e) {
|
116
116
|
return _this2.handleClickModal(e);
|
@@ -169,7 +169,7 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
|
|
169
169
|
return null;
|
170
170
|
}
|
171
171
|
|
172
|
-
return /*#__PURE__*/React.createElement(Fragment, null, this.props.show ? /*#__PURE__*/React.createElement("style", null, "body {overflow: \"hidden\" }") : null, /*#__PURE__*/React.createElement("div", {
|
172
|
+
return /*#__PURE__*/React.createElement(Fragment$1, null, this.props.show ? /*#__PURE__*/React.createElement("style", null, "body {overflow: \"hidden\" }") : null, /*#__PURE__*/React.createElement("div", {
|
173
173
|
className: classNames$1(style.modal, this.props.className)
|
174
174
|
}, /*#__PURE__*/React.createElement("div", {
|
175
175
|
className: style.full_modal_container
|
@@ -2918,7 +2918,7 @@ var Loader = /*#__PURE__*/function (_React$Component) {
|
|
2918
2918
|
|
2919
2919
|
_proto.render = function render() {
|
2920
2920
|
if (!this.props.show) return null;
|
2921
|
-
return /*#__PURE__*/React.createElement(Fragment, null, this.props.show ? /*#__PURE__*/React.createElement("style", null, "body {overflow: \"hidden\" }") : null, /*#__PURE__*/React.createElement("div", {
|
2921
|
+
return /*#__PURE__*/React.createElement(Fragment$1, null, this.props.show ? /*#__PURE__*/React.createElement("style", null, "body {overflow: \"hidden\" }") : null, /*#__PURE__*/React.createElement("div", {
|
2922
2922
|
className: classNames$1(style$m.loader_container, this.props.className)
|
2923
2923
|
}, /*#__PURE__*/React.createElement("div", {
|
2924
2924
|
className: classNames$1(style$m.loader_element, this.props.classNameChildren)
|