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