@retinalabsllc/zairusjs 14.0.50 → 14.0.55
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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2141,7 +2141,7 @@ var UniversalCardPage = ({
|
|
|
2141
2141
|
"div",
|
|
2142
2142
|
{
|
|
2143
2143
|
className: "relative w-full max-w-85",
|
|
2144
|
-
style: { height:
|
|
2144
|
+
style: { height: 186 }
|
|
2145
2145
|
},
|
|
2146
2146
|
!isBgLoaded && /* @__PURE__ */ import_react33.default.createElement("div", { className: "absolute inset-0 w-full h-full bg-white rounded-2xl flex items-center justify-center z-50" }, /* @__PURE__ */ import_react33.default.createElement(import_react34.HugeiconsIcon, { icon: import_core_free_icons12.Loading03Icon, size: 28, className: "animate-spin text-black" })),
|
|
2147
2147
|
showActionOverlay && /* @__PURE__ */ import_react33.default.createElement("div", { className: `absolute inset-0 z-40 w-full h-full rounded-2xl flex flex-col items-center justify-center transition-all ${overlayClasses}` }, isUnactivated && /* @__PURE__ */ import_react33.default.createElement(
|
package/dist/index.mjs
CHANGED
|
@@ -2115,7 +2115,7 @@ var UniversalCardPage = ({
|
|
|
2115
2115
|
"div",
|
|
2116
2116
|
{
|
|
2117
2117
|
className: "relative w-full max-w-85",
|
|
2118
|
-
style: { height:
|
|
2118
|
+
style: { height: 186 }
|
|
2119
2119
|
},
|
|
2120
2120
|
!isBgLoaded && /* @__PURE__ */ React20.createElement("div", { className: "absolute inset-0 w-full h-full bg-white rounded-2xl flex items-center justify-center z-50" }, /* @__PURE__ */ React20.createElement(HugeiconsIcon14, { icon: Loading03Icon9, size: 28, className: "animate-spin text-black" })),
|
|
2121
2121
|
showActionOverlay && /* @__PURE__ */ React20.createElement("div", { className: `absolute inset-0 z-40 w-full h-full rounded-2xl flex flex-col items-center justify-center transition-all ${overlayClasses}` }, isUnactivated && /* @__PURE__ */ React20.createElement(
|