ui-kit-ck-consultant 0.5.224 → 0.5.225
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.css +6 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -631,7 +631,7 @@ var FormSelectMutiples = /*#__PURE__*/function (_React$Component) {
|
|
631
631
|
width: this.inputRef.current.offsetWidth
|
632
632
|
},
|
633
633
|
className: style$6.form_select_values
|
634
|
-
}, this.props.options.map(function (element, idx) {
|
634
|
+
}, /*#__PURE__*/React.createElement("div", null, this.props.options.map(function (element, idx) {
|
635
635
|
return /*#__PURE__*/React.createElement("div", {
|
636
636
|
key: idx,
|
637
637
|
onClick: function onClick() {
|
@@ -644,7 +644,7 @@ var FormSelectMutiples = /*#__PURE__*/function (_React$Component) {
|
|
644
644
|
checked: _this2.props.value.includes(element.value),
|
645
645
|
text: element.text
|
646
646
|
}));
|
647
|
-
}), /*#__PURE__*/React.createElement("div", {
|
647
|
+
})), /*#__PURE__*/React.createElement("div", {
|
648
648
|
className: classNames$1('mt-auto d-flex', style$6.form_select_multiples_bottom)
|
649
649
|
}, /*#__PURE__*/React.createElement("span", {
|
650
650
|
onClick: function onClick() {
|