@retinalabsllc/zairusjs 21.0.1 → 21.0.5
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
|
@@ -3225,7 +3225,7 @@ var FeatureCard = ({ feature, bgImage }) => {
|
|
|
3225
3225
|
onLoad: () => setIsFgLoading(false),
|
|
3226
3226
|
className: `
|
|
3227
3227
|
object-cover transition-all duration-700 ease-out
|
|
3228
|
-
${isLeft ? "object-top-right rounded-tr-
|
|
3228
|
+
${isLeft ? "object-top-right rounded-tr-lg shadow-[12px_-12px_30px_rgba(0,0,0,0.06)]" : "object-top-left rounded-tl-lg shadow-[-12px_-12px_30px_rgba(0,0,0,0.06)]"}
|
|
3229
3229
|
${isFgLoading ? "opacity-0 blur-xl" : "opacity-100 blur-0"}
|
|
3230
3230
|
`
|
|
3231
3231
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -3224,7 +3224,7 @@ var FeatureCard = ({ feature, bgImage }) => {
|
|
|
3224
3224
|
onLoad: () => setIsFgLoading(false),
|
|
3225
3225
|
className: `
|
|
3226
3226
|
object-cover transition-all duration-700 ease-out
|
|
3227
|
-
${isLeft ? "object-top-right rounded-tr-
|
|
3227
|
+
${isLeft ? "object-top-right rounded-tr-lg shadow-[12px_-12px_30px_rgba(0,0,0,0.06)]" : "object-top-left rounded-tl-lg shadow-[-12px_-12px_30px_rgba(0,0,0,0.06)]"}
|
|
3228
3228
|
${isFgLoading ? "opacity-0 blur-xl" : "opacity-100 blur-0"}
|
|
3229
3229
|
`
|
|
3230
3230
|
}
|