@hanzo/ui 0.5.10 → 0.5.11

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.
@@ -22,12 +22,7 @@ interface ImageBlock extends Block, ImageDef {
22
22
  sizes?: string
23
23
  /** if true, any alignement specifiers are ignored */
24
24
  fill?: boolean
25
- style?: {
26
- objectFit?: string
27
- objectPosition?: string
28
- width?: number | string
29
- height?: number | string
30
- }
25
+ style?: any
31
26
  }
32
27
  }
33
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
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/",
package/style/globals.css CHANGED
@@ -4,7 +4,7 @@
4
4
  @import "tailwindcss/base";
5
5
 
6
6
  /* see https://stackoverflow.com/questions/69746121/using-nextjs-how-can-you-import-in-css-using-tailwind-css */
7
- @import "hanzo-common-layer";
7
+ @import "hanzo-common";
8
8
  @import "hanzo-default-colors";
9
9
 
10
10
  @import "tailwindcss/components";