@codesinger0/shared-components 1.0.28 → 1.0.29

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.
@@ -117,8 +117,9 @@ const LargeItemCard = ({
117
117
  className="hidden lg:block absolute"
118
118
  style={{
119
119
  zIndex: 10,
120
- width: '600px',
121
- maxWidth: '90vw',
120
+ width: '30vw',
121
+ maxWidth: '40vw',
122
+ maxHeight: '500px',
122
123
  top: '2rem',
123
124
  left: reverse ? '4rem' : 'auto',
124
125
  right: reverse ? 'auto' : '4rem',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [