@hanzo/ui 3.8.31 → 3.8.32
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.
|
@@ -88,8 +88,7 @@ const ScreenfulComponent: React.FC<{
|
|
|
88
88
|
...cwclx,
|
|
89
89
|
snapTile ? 'absolute left-0 right-0 top-0 bottom-0 ' : 'flex min-h-screen w-full',
|
|
90
90
|
contentClx,
|
|
91
|
-
|
|
92
|
-
vertCenter ? 'self-center ' + (oneColumn ? '!py-0' : '' ) : ''
|
|
91
|
+
vertCenter ? 'self-center ' : ''
|
|
93
92
|
)}
|
|
94
93
|
>
|
|
95
94
|
<Content block={b} agent={agent} className='w-full'/>
|
|
@@ -20,7 +20,7 @@ interface ScreenfulBlock extends Block {
|
|
|
20
20
|
*
|
|
21
21
|
* If in a scrolling situation, the video will autoplay when 75% in view
|
|
22
22
|
*/
|
|
23
|
-
banner?: string | VideoBlock
|
|
23
|
+
banner?: string | VideoBlock // TODO: should be VideoDef
|
|
24
24
|
|
|
25
25
|
/** Specifies rendering and layout hints and variants for block as a whole */
|
|
26
26
|
specifiers?: string
|
package/package.json
CHANGED