@mw-kit/mw-ui 1.7.114 → 1.7.115

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
@@ -12205,7 +12205,8 @@ const Loader = styled.div(_t2$3 || (_t2$3 = _$3`
12205
12205
  filled,
12206
12206
  zIndex
12207
12207
  }) => {
12208
- borderSize = borderSize || size ? `calc(${size} * 0.0757)` : '5px';
12208
+ const s = borderSize || size;
12209
+ borderSize = s ? `calc(${s} * 0.0757)` : '5px';
12209
12210
  size = size || '48px';
12210
12211
  color = color || 'blue';
12211
12212
  bgColor = bgColor || color;