@codesinger0/shared-components 1.1.68 → 1.1.69

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.
@@ -48,12 +48,13 @@ const FixedWidthHeroVideo = ({
48
48
  ) : (
49
49
  /* Direct Video */
50
50
  <video
51
- className="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 object-cover z-0"
51
+ className="absolute top-[35%] left-1/2 transform -translate-x-1/2 -translate-y-1/2 z-0 pointer-events-none"
52
52
  style={{
53
53
  minWidth: '1200px',
54
54
  width: 'max(100vw, 1200px)',
55
55
  aspectRatio: '16/9',
56
- height: 'auto'
56
+ minHeight: '120%',
57
+ border: 'none'
57
58
  }}
58
59
  autoPlay
59
60
  muted
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [