@linzjs/lui 13.0.1 → 13.0.2
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/CHANGELOG.md +7 -0
- package/dist/components/LuiLoadingSpinner/LuiLoadingSpinner.stories.d.ts +1 -0
- package/dist/lui.cjs.development.js +9 -7
- package/dist/lui.cjs.development.js.map +1 -1
- package/dist/lui.cjs.production.min.js +1 -1
- package/dist/lui.cjs.production.min.js.map +1 -1
- package/dist/lui.esm.js +9 -7
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/lui.esm.js
CHANGED
|
@@ -18000,6 +18000,13 @@ var LuiLottieLight = function LuiLottieLight(_ref) {
|
|
|
18000
18000
|
};
|
|
18001
18001
|
|
|
18002
18002
|
var autoplay = ! /*#__PURE__*/isChromatic();
|
|
18003
|
+
var style = {
|
|
18004
|
+
height: 148,
|
|
18005
|
+
width: 148
|
|
18006
|
+
};
|
|
18007
|
+
var renderSettings = {
|
|
18008
|
+
preserveAspectRatio: 'xMidYMid slice'
|
|
18009
|
+
};
|
|
18003
18010
|
|
|
18004
18011
|
var LuiLoadingSpinnerBase = function LuiLoadingSpinnerBase(props) {
|
|
18005
18012
|
return React__default.createElement("div", {
|
|
@@ -18016,13 +18023,8 @@ var LuiLoadingSpinnerBase = function LuiLoadingSpinnerBase(props) {
|
|
|
18016
18023
|
animationData: props.animationData,
|
|
18017
18024
|
loop: true,
|
|
18018
18025
|
autoplay: autoplay,
|
|
18019
|
-
rendererSettings:
|
|
18020
|
-
|
|
18021
|
-
},
|
|
18022
|
-
style: {
|
|
18023
|
-
height: 148,
|
|
18024
|
-
width: 148
|
|
18025
|
-
}
|
|
18026
|
+
rendererSettings: renderSettings,
|
|
18027
|
+
style: style
|
|
18026
18028
|
}));
|
|
18027
18029
|
};
|
|
18028
18030
|
/**
|