ui-kit-ck-consultant 0.5.230 → 0.5.231

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.
@@ -171,7 +171,7 @@ var Button = /*#__PURE__*/function (_React$Component) {
171
171
  disabled: this.props.disabled
172
172
  }, /*#__PURE__*/React.createElement("span", {
173
173
  style: this.props.styleSpan
174
- }, this.props.text ? this.props.text.toUpperString() : ""), this.props.children ? /*#__PURE__*/React.createElement("div", {
174
+ }, this.props.text ? this.props.text.toUpperCase() : ""), this.props.children ? /*#__PURE__*/React.createElement("div", {
175
175
  style: this.props.styleDiv,
176
176
  className: classNames$1(style$1.button_special_icon)
177
177
  }, this.props.children) : '');