@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.es.js +0 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6431,7 +6431,6 @@ var LabeledBar = function (props) {
|
|
|
6431
6431
|
zIndex: 9,
|
|
6432
6432
|
marginTop: -25,
|
|
6433
6433
|
color: '#00d374',
|
|
6434
|
-
width: "calc(" + 100 * props.value / props.max + "% - (" + (size.x || 0) + "px + 17px))",
|
|
6435
6434
|
} }, text),
|
|
6436
6435
|
React__default.createElement(ProgressBar$1, __assign({ ref: measureRef }, props, { left: size.x }))));
|
|
6437
6436
|
};
|