@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 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-2xl shadow-[12px_-12px_30px_rgba(0,0,0,0.06)]" : "object-top-left rounded-tl-2xl shadow-[-12px_-12px_30px_rgba(0,0,0,0.06)]"}
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-2xl shadow-[12px_-12px_30px_rgba(0,0,0,0.06)]" : "object-top-left rounded-tl-2xl shadow-[-12px_-12px_30px_rgba(0,0,0,0.06)]"}
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@retinalabsllc/zairusjs",
3
- "version": "21.0.1",
3
+ "version": "21.0.5",
4
4
  "description": "A perceptive, Ai data driven Next.js UI component library.",
5
5
  "author": "Retina Labs Company",
6
6
  "license": "MIT",