ui-kit-ck-consultant 0.5.123 → 0.5.124

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 CHANGED
@@ -458,7 +458,7 @@ var FormRange = /*#__PURE__*/function (_React$Component) {
458
458
  isOpen: !_this2.state.isOpen
459
459
  });
460
460
  }
461
- }, /*#__PURE__*/React__default.createElement("span", null, this.findText(this.props.options1, this.props.value1), this.findText(this.props.options1, this.props.value1) === this.findText(this.props.options2, this.props.value2) ? " - " + this.findText(this.props.options2, this.props.value2) : ''), /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(reactFontawesome.FontAwesomeIcon, {
461
+ }, /*#__PURE__*/React__default.createElement("span", null, this.findText(this.props.options1, this.props.value1), this.findText(this.props.options1, this.props.value1) !== this.findText(this.props.options2, this.props.value2) ? " - " + this.findText(this.props.options2, this.props.value2) : ''), /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(reactFontawesome.FontAwesomeIcon, {
462
462
  icon: this.state.isOpen ? freeSolidSvgIcons.faCaretUp : freeSolidSvgIcons.faCaretDown
463
463
  }))), this.state.isOpen ? /*#__PURE__*/React__default.createElement("div", {
464
464
  className: style$4.form_range_modal