ui-kit-ck-consultant 0.5.274 → 0.5.276
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 +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -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
|
@@ -425,6 +425,7 @@ var FormTextarea = /*#__PURE__*/function (_React$Component) {
|
|
425
425
|
}, this.props.title ? /*#__PURE__*/React.createElement("span", null, this.props.title, ' ', this.props.required ? /*#__PURE__*/React.createElement("span", {
|
426
426
|
className: "red"
|
427
427
|
}, "*") : '') : '', /*#__PURE__*/React.createElement("textarea", {
|
428
|
+
autoFocus: this.props.autoFocus,
|
428
429
|
spellCheck: true,
|
429
430
|
lang: 'fr',
|
430
431
|
onKeyDown: !this.props.noResize ? this.handleKeyDown : null,
|
@@ -2918,7 +2919,7 @@ var Loader = /*#__PURE__*/function (_React$Component) {
|
|
2918
2919
|
|
2919
2920
|
_proto.render = function render() {
|
2920
2921
|
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", {
|
2922
|
+
return /*#__PURE__*/React.createElement(Fragment$1, null, this.props.show ? /*#__PURE__*/React.createElement("style", null, "body {overflow: \"hidden\" }") : null, /*#__PURE__*/React.createElement("div", {
|
2922
2923
|
className: classNames$1(style$m.loader_container, this.props.className)
|
2923
2924
|
}, /*#__PURE__*/React.createElement("div", {
|
2924
2925
|
className: classNames$1(style$m.loader_element, this.props.classNameChildren)
|