dhre-ui-kit 0.0.353 → 0.0.355
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.mjs
CHANGED
|
@@ -747,7 +747,8 @@ const createStyles$3 = (theme) => {
|
|
|
747
747
|
backgroundColor: "rgba(0, 0, 0, 0.3)"
|
|
748
748
|
},
|
|
749
749
|
box: {
|
|
750
|
-
|
|
750
|
+
width: horizontalScale(148),
|
|
751
|
+
paddingVertical: 24,
|
|
751
752
|
backgroundColor: theme.SURFACE_PRIMARY,
|
|
752
753
|
borderRadius: 16,
|
|
753
754
|
justifyContent: "center",
|
|
@@ -765,7 +766,6 @@ const createStyles$3 = (theme) => {
|
|
|
765
766
|
alignItems: "center"
|
|
766
767
|
},
|
|
767
768
|
text: {
|
|
768
|
-
flex: 1,
|
|
769
769
|
marginTop: 16,
|
|
770
770
|
textAlign: "center",
|
|
771
771
|
alignSelf: "center",
|
|
@@ -2502,7 +2502,7 @@ const CustomLoader = ({
|
|
|
2502
2502
|
autoPlay: true,
|
|
2503
2503
|
loop: true
|
|
2504
2504
|
}
|
|
2505
|
-
), loadingText && /* @__PURE__ */ React.createElement(
|
|
2505
|
+
)), loadingText && /* @__PURE__ */ React.createElement(
|
|
2506
2506
|
CustomText$1,
|
|
2507
2507
|
{
|
|
2508
2508
|
text: loadingText,
|
|
@@ -2510,7 +2510,7 @@ const CustomLoader = ({
|
|
|
2510
2510
|
variant: FontStyle.B4_REGULAR,
|
|
2511
2511
|
textColor: "#000000"
|
|
2512
2512
|
}
|
|
2513
|
-
))))
|
|
2513
|
+
))));
|
|
2514
2514
|
}
|
|
2515
2515
|
};
|
|
2516
2516
|
var CustomLoader$1 = withThemeProvider(CustomLoader);
|