dhre-ui-kit 0.0.351 → 0.0.353
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 +4 -4
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -801,6 +801,7 @@ const createStyles$3 = (theme) => {
|
|
|
801
801
|
alignItems: "center"
|
|
802
802
|
},
|
|
803
803
|
text: {
|
|
804
|
+
flex: 1,
|
|
804
805
|
marginTop: 16,
|
|
805
806
|
textAlign: "center",
|
|
806
807
|
alignSelf: "center",
|
|
@@ -2537,16 +2538,15 @@ const CustomLoader = ({
|
|
|
2537
2538
|
autoPlay: true,
|
|
2538
2539
|
loop: true
|
|
2539
2540
|
}
|
|
2540
|
-
)
|
|
2541
|
+
), loadingText && /* @__PURE__ */ React__default["default"].createElement(
|
|
2541
2542
|
CustomText$1,
|
|
2542
2543
|
{
|
|
2543
2544
|
text: loadingText,
|
|
2544
2545
|
style: styles.text,
|
|
2545
2546
|
variant: FontStyle.B4_REGULAR,
|
|
2546
|
-
textColor: "#000000"
|
|
2547
|
-
numberOfLines: 2
|
|
2547
|
+
textColor: "#000000"
|
|
2548
2548
|
}
|
|
2549
|
-
))));
|
|
2549
|
+
)))));
|
|
2550
2550
|
}
|
|
2551
2551
|
};
|
|
2552
2552
|
var CustomLoader$1 = withThemeProvider(CustomLoader);
|