ui-kit-ck-consultant 0.5.120 → 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/css/style.css CHANGED
@@ -259,7 +259,7 @@ h3 {
259
259
  }
260
260
  }
261
261
 
262
- @media screen and (max-width: 320px) {
262
+ @media screen and (max-width: 420px) {
263
263
  .Dashboard-content {
264
264
  padding: 10px;
265
265
  }
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.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
@@ -470,7 +470,7 @@ var FormRange = /*#__PURE__*/function (_React$Component) {
470
470
  className: "mr-10 w-100",
471
471
  ignore: true,
472
472
  disabled: false,
473
- init: "Veuillez s\xE9lectionner une valeur"
473
+ init: this.props.init1
474
474
  }), /*#__PURE__*/React__default.createElement(FormSelect, {
475
475
  name: this.props.name2,
476
476
  options: this.props.options2,
@@ -479,7 +479,7 @@ var FormRange = /*#__PURE__*/function (_React$Component) {
479
479
  className: "w-100",
480
480
  ignore: true,
481
481
  disabled: false,
482
- init: "Veuillez s\xE9lectionner une valeur"
482
+ init: this.props.init2
483
483
  })) : null);
484
484
  };
485
485