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.modern.js
CHANGED
|
@@ -3072,8 +3072,9 @@ var CircularLoader = function CircularLoader(_ref9) {
|
|
|
3072
3072
|
dotSize = _ref9$dotSize === void 0 ? 8 : _ref9$dotSize,
|
|
3073
3073
|
_ref9$speed = _ref9.speed,
|
|
3074
3074
|
speed = _ref9$speed === void 0 ? 1.2 : _ref9$speed,
|
|
3075
|
-
text = _ref9.text
|
|
3076
|
-
|
|
3075
|
+
text = _ref9.text,
|
|
3076
|
+
customSize = _ref9.customSize;
|
|
3077
|
+
var spinnerSize = customSize != null ? customSize : sizeMap[size].size;
|
|
3077
3078
|
return React.createElement(SpinnerWrapper, null, React.createElement(SpinnerContainer, {
|
|
3078
3079
|
size: spinnerSize,
|
|
3079
3080
|
"aria-label": "Loading animation"
|