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