@heroui/image 2.2.9 → 2.2.11-beta.1

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.
@@ -126,7 +126,7 @@ declare function useImage(originalProps: UseImageProps): {
126
126
  disableAnimation?: boolean | undefined;
127
127
  } & tailwind_variants.ClassProp<tailwind_variants.ClassValue>) | undefined) => string;
128
128
  } & {};
129
- classNames: SlotsToClasses<"img" | "wrapper" | "zoomedWrapper" | "blurredImg"> | undefined;
129
+ classNames: SlotsToClasses<"wrapper" | "zoomedWrapper" | "img" | "blurredImg"> | undefined;
130
130
  isBlurred: boolean | undefined;
131
131
  disableSkeleton: boolean;
132
132
  fallbackSrc: react.ReactNode;
@@ -126,7 +126,7 @@ declare function useImage(originalProps: UseImageProps): {
126
126
  disableAnimation?: boolean | undefined;
127
127
  } & tailwind_variants.ClassProp<tailwind_variants.ClassValue>) | undefined) => string;
128
128
  } & {};
129
- classNames: SlotsToClasses<"img" | "wrapper" | "zoomedWrapper" | "blurredImg"> | undefined;
129
+ classNames: SlotsToClasses<"wrapper" | "zoomedWrapper" | "img" | "blurredImg"> | undefined;
130
130
  isBlurred: boolean | undefined;
131
131
  disableSkeleton: boolean;
132
132
  fallbackSrc: react.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heroui/image",
3
- "version": "2.2.9",
3
+ "version": "2.2.11-beta.1",
4
4
  "description": "A simple image component",
5
5
  "keywords": [
6
6
  "image"
@@ -27,13 +27,13 @@
27
27
  "peerDependencies": {
28
28
  "react": ">=18 || >=19.0.0-rc.0",
29
29
  "react-dom": ">=18 || >=19.0.0-rc.0",
30
- "@heroui/theme": ">=2.4.6",
31
- "@heroui/system": ">=2.4.7"
30
+ "@heroui/theme": ">=2.4.13-beta.0",
31
+ "@heroui/system": ">=2.4.13-beta.0"
32
32
  },
33
33
  "dependencies": {
34
- "@heroui/shared-utils": "2.1.6",
35
- "@heroui/react-utils": "2.1.7",
36
- "@heroui/use-image": "2.1.6"
34
+ "@heroui/shared-utils": "2.1.8-beta.1",
35
+ "@heroui/react-utils": "2.1.9-beta.1",
36
+ "@heroui/use-image": "2.1.8-beta.1"
37
37
  },
38
38
  "clean-package": "../../../clean-package.config.json",
39
39
  "module": "dist/index.mjs",