@retinalabsllc/zairusjs 12.0.25 → 12.0.30
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 +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2048,7 +2048,7 @@ var UniversalCardPage = ({
|
|
|
2048
2048
|
onClick: () => {
|
|
2049
2049
|
if (canFlip) setIsFlipped(!isFlipped);
|
|
2050
2050
|
},
|
|
2051
|
-
className: `relative
|
|
2051
|
+
className: `relative w-full max-w-85 transition-transform duration-700 ${!isBgLoaded ? "cursor-wait" : canFlip ? "cursor-pointer" : "cursor-default"}`,
|
|
2052
2052
|
style: {
|
|
2053
2053
|
height: 185,
|
|
2054
2054
|
transformStyle: "preserve-3d",
|
|
@@ -2091,7 +2091,7 @@ var UniversalCardPage = ({
|
|
|
2091
2091
|
/* @__PURE__ */ import_react35.default.createElement(
|
|
2092
2092
|
"div",
|
|
2093
2093
|
{
|
|
2094
|
-
className: `absolute inset-0 w-full h-full
|
|
2094
|
+
className: `absolute inset-0 w-full h-full rounded-2xl overflow-hidden transition-all duration-700 ${isBgLoaded ? "opacity-100 scale-100" : "opacity-0 scale-105"}`,
|
|
2095
2095
|
style: { backfaceVisibility: "hidden" }
|
|
2096
2096
|
},
|
|
2097
2097
|
/* @__PURE__ */ import_react35.default.createElement(
|
|
@@ -2113,7 +2113,7 @@ var UniversalCardPage = ({
|
|
|
2113
2113
|
/* @__PURE__ */ import_react35.default.createElement(
|
|
2114
2114
|
"div",
|
|
2115
2115
|
{
|
|
2116
|
-
className: `absolute inset-0 w-full h-full
|
|
2116
|
+
className: `absolute inset-0 w-full h-full rounded-2xl overflow-hidden transition-all duration-700 ${isBgLoaded ? "opacity-100 scale-100" : "opacity-0 scale-105"}`,
|
|
2117
2117
|
style: {
|
|
2118
2118
|
backfaceVisibility: "hidden",
|
|
2119
2119
|
transform: "rotateY(180deg)"
|
package/dist/index.mjs
CHANGED
|
@@ -2018,7 +2018,7 @@ var UniversalCardPage = ({
|
|
|
2018
2018
|
onClick: () => {
|
|
2019
2019
|
if (canFlip) setIsFlipped(!isFlipped);
|
|
2020
2020
|
},
|
|
2021
|
-
className: `relative
|
|
2021
|
+
className: `relative w-full max-w-85 transition-transform duration-700 ${!isBgLoaded ? "cursor-wait" : canFlip ? "cursor-pointer" : "cursor-default"}`,
|
|
2022
2022
|
style: {
|
|
2023
2023
|
height: 185,
|
|
2024
2024
|
transformStyle: "preserve-3d",
|
|
@@ -2061,7 +2061,7 @@ var UniversalCardPage = ({
|
|
|
2061
2061
|
/* @__PURE__ */ React21.createElement(
|
|
2062
2062
|
"div",
|
|
2063
2063
|
{
|
|
2064
|
-
className: `absolute inset-0 w-full h-full
|
|
2064
|
+
className: `absolute inset-0 w-full h-full rounded-2xl overflow-hidden transition-all duration-700 ${isBgLoaded ? "opacity-100 scale-100" : "opacity-0 scale-105"}`,
|
|
2065
2065
|
style: { backfaceVisibility: "hidden" }
|
|
2066
2066
|
},
|
|
2067
2067
|
/* @__PURE__ */ React21.createElement(
|
|
@@ -2083,7 +2083,7 @@ var UniversalCardPage = ({
|
|
|
2083
2083
|
/* @__PURE__ */ React21.createElement(
|
|
2084
2084
|
"div",
|
|
2085
2085
|
{
|
|
2086
|
-
className: `absolute inset-0 w-full h-full
|
|
2086
|
+
className: `absolute inset-0 w-full h-full rounded-2xl overflow-hidden transition-all duration-700 ${isBgLoaded ? "opacity-100 scale-100" : "opacity-0 scale-105"}`,
|
|
2087
2087
|
style: {
|
|
2088
2088
|
backfaceVisibility: "hidden",
|
|
2089
2089
|
transform: "rotateY(180deg)"
|