opus-toolkit-components 1.9.0 → 1.9.1
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/main.js +2 -1
- package/lib/main.js.map +1 -1
- package/package.json +1 -1
package/lib/main.js
CHANGED
|
@@ -2845,7 +2845,8 @@ function Loader(_ref) {
|
|
|
2845
2845
|
className: "relative z-10 flex flex-col items-center",
|
|
2846
2846
|
children: [customLoader ? customLoader : /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsx)("img", {
|
|
2847
2847
|
src: (opus_toolkit_styles_assets_logos_c247_loader_gif__WEBPACK_IMPORTED_MODULE_2___default()),
|
|
2848
|
-
alt: "Loading"
|
|
2848
|
+
alt: "Loading",
|
|
2849
|
+
className: "max-h-[96px] w-[auto]"
|
|
2849
2850
|
}), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__.jsx)(_Text_Text__WEBPACK_IMPORTED_MODULE_1__["default"], {
|
|
2850
2851
|
variant: "h4",
|
|
2851
2852
|
className: "mt-4 animate-pulse text-center",
|