@codesinger0/shared-components 1.0.29 → 1.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.
@@ -138,7 +138,7 @@ const LargeItemCard = ({
138
138
  <img
139
139
  src={imageUrl}
140
140
  alt={title}
141
- className="w-auto h-auto max-h-[50vh] rounded-lg shadow-2xl border border-primary"
141
+ className="w-auto h-auto max-h-[500px] rounded-lg shadow-2xl border border-primary"
142
142
  />
143
143
  </motion.div>
144
144
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [