@commonsku/styles 1.13.4 → 1.13.5

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
@@ -6440,7 +6440,6 @@ var LabeledBar = function (props) {
6440
6440
  zIndex: 9,
6441
6441
  marginTop: -25,
6442
6442
  color: '#00d374',
6443
- width: "calc(" + 100 * props.value / props.max + "% - (" + (size.x || 0) + "px + 17px))",
6444
6443
  } }, text),
6445
6444
  React__default.createElement(ProgressBar$1, __assign({ ref: measureRef }, props, { left: size.x }))));
6446
6445
  };