ui-kit-ck-consultant 0.5.304 → 0.5.305

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -4523,7 +4523,7 @@ var Gauge = /*#__PURE__*/function (_React$Component) {
4523
4523
  fontWeight: 'bold',
4524
4524
  transition: '0.3s'
4525
4525
  }
4526
- }, parseInt(this.state.position), "%"), /*#__PURE__*/React__default.createElement("div", {
4526
+ }, this.state.position.toFixed(0), "%"), /*#__PURE__*/React__default.createElement("div", {
4527
4527
  className: "cursor-pointer",
4528
4528
  style: {
4529
4529
  position: 'absolute',