@codesinger0/shared-components 1.1.52 → 1.1.53

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.
@@ -44,8 +44,7 @@ const IntroSection = ({
44
44
  <img
45
45
  src={introImage}
46
46
  alt={introTitle || "Introduction image"}
47
- className="w-full h-auto rounded-lg shadow-lg object-contain"
48
- style={{ maxHeight: introHeight }}
47
+ className="w-full h-auto rounded-lg shadow-lg object-cover"
49
48
  onError={(e) => {
50
49
  e.target.style.display = 'none';
51
50
  console.warn('Failed to load intro image:', introImage);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.52",
3
+ "version": "1.1.53",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [