@hanzo/ui 3.8.28 → 3.8.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.
@@ -51,7 +51,7 @@ const VideoBlockComponent: React.FC<BlockComponentProps & {
51
51
  }
52
52
 
53
53
  const b = block as VideoBlock
54
- const ar = asNum(b.dim.md.w) / asNum(b.dim.md.h)
54
+ const ar = b.dim.md.w / b.dim.md.h
55
55
  if (agent === 'phone') {
56
56
  if (b.sizing?.mobile?.vw) {
57
57
  // serverside, or at least while the video is loading,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "3.8.28",
3
+ "version": "3.8.30",
4
4
  "description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",