labsense-ui-kit 1.2.65 → 1.2.66

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
@@ -9164,7 +9164,7 @@ var CircularProgress = function CircularProgress(_ref) {
9164
9164
  "$fontSize": '12px',
9165
9165
  "$fontWeight": '500',
9166
9166
  "$color": progressColor || themeColors.vms["default"].primary
9167
- }, progress + "%"));
9167
+ }, progress === 0 ? '-' : progress + "%"));
9168
9168
  };
9169
9169
 
9170
9170
  var _templateObject$m, _templateObject2$i;