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.
@@ -455,7 +455,7 @@ var FormRange = /*#__PURE__*/function (_React$Component) {
455
455
  isOpen: !_this2.state.isOpen
456
456
  });
457
457
  }
458
- }, /*#__PURE__*/React.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.createElement("div", null, /*#__PURE__*/React.createElement(FontAwesomeIcon, {
458
+ }, /*#__PURE__*/React.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.createElement("div", null, /*#__PURE__*/React.createElement(FontAwesomeIcon, {
459
459
  icon: this.state.isOpen ? faCaretUp : faCaretDown
460
460
  }))), this.state.isOpen ? /*#__PURE__*/React.createElement("div", {
461
461
  className: style$4.form_range_modal