dhre-ui-kit 0.0.351 → 0.0.352
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/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +2 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -2501,7 +2501,7 @@ const CustomLoader = ({
|
|
|
2501
2501
|
autoPlay: true,
|
|
2502
2502
|
loop: true
|
|
2503
2503
|
}
|
|
2504
|
-
)
|
|
2504
|
+
), loadingText && /* @__PURE__ */ React.createElement(
|
|
2505
2505
|
CustomText$1,
|
|
2506
2506
|
{
|
|
2507
2507
|
text: loadingText,
|
|
@@ -2510,7 +2510,7 @@ const CustomLoader = ({
|
|
|
2510
2510
|
textColor: "#000000",
|
|
2511
2511
|
numberOfLines: 2
|
|
2512
2512
|
}
|
|
2513
|
-
))));
|
|
2513
|
+
)))));
|
|
2514
2514
|
}
|
|
2515
2515
|
};
|
|
2516
2516
|
var CustomLoader$1 = withThemeProvider(CustomLoader);
|