labsense-ui-kit 1.2.66 → 1.2.67
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -9160,7 +9160,7 @@ var CircularProgress = function CircularProgress(_ref) {
|
|
|
9160
9160
|
"$fontSize": '12px',
|
|
9161
9161
|
"$fontWeight": '500',
|
|
9162
9162
|
"$color": progressColor || themeColors.vms["default"].primary
|
|
9163
|
-
}, progress === 0 ? '
|
|
9163
|
+
}, progress === 0 ? 'N/A' : progress + "%"));
|
|
9164
9164
|
};
|
|
9165
9165
|
|
|
9166
9166
|
var _templateObject$m, _templateObject2$i;
|