ui-kit-ck-consultant 0.5.210 → 0.5.211

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.
@@ -4019,7 +4019,18 @@ var Gauge = /*#__PURE__*/function (_React$Component) {
4019
4019
 
4020
4020
  return /*#__PURE__*/React.createElement("div", {
4021
4021
  className: this.props.className
4022
- }, /*#__PURE__*/React.createElement("span", {
4022
+ }, this.props.onEdit ? /*#__PURE__*/React.createElement("span", {
4023
+ style: {
4024
+ display: 'inline-block',
4025
+ fontSize: '14px',
4026
+ fontWeight: 'bold',
4027
+ color: 'var(--blue)',
4028
+ marginBottom: '16px',
4029
+ cursor: 'pointer',
4030
+ textDecoration: 'underline'
4031
+ },
4032
+ onClick: this.props.onEdit
4033
+ }, this.props.title) : /*#__PURE__*/React.createElement("span", {
4023
4034
  style: {
4024
4035
  display: 'inline-block',
4025
4036
  fontSize: '14px',