labsense-ui-kit 1.0.34 → 1.0.35
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
|
@@ -3076,8 +3076,9 @@ var CircularLoader = function CircularLoader(_ref9) {
|
|
|
3076
3076
|
dotSize = _ref9$dotSize === void 0 ? 8 : _ref9$dotSize,
|
|
3077
3077
|
_ref9$speed = _ref9.speed,
|
|
3078
3078
|
speed = _ref9$speed === void 0 ? 1.2 : _ref9$speed,
|
|
3079
|
-
text = _ref9.text
|
|
3080
|
-
|
|
3079
|
+
text = _ref9.text,
|
|
3080
|
+
customSize = _ref9.customSize;
|
|
3081
|
+
var spinnerSize = customSize != null ? customSize : sizeMap[size].size;
|
|
3081
3082
|
return React__default.createElement(SpinnerWrapper, null, React__default.createElement(SpinnerContainer, {
|
|
3082
3083
|
size: spinnerSize,
|
|
3083
3084
|
"aria-label": "Loading animation"
|