@heroui/image 2.2.14-beta.1 → 2.2.14-beta.2
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.
- package/dist/use-image.d.mts +2 -2
- package/dist/use-image.d.ts +2 -2
- package/package.json +4 -4
package/dist/use-image.d.mts
CHANGED
|
@@ -2,8 +2,8 @@ import * as tailwind_variants from 'tailwind-variants';
|
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
import { ImgHTMLAttributes } from 'react';
|
|
4
4
|
import * as _heroui_system from '@heroui/system';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { HTMLHeroUIProps, PropGetter } from '@heroui/system';
|
|
6
|
+
import { SlotsToClasses, ImageSlots, ImageVariantProps } from '@heroui/theme';
|
|
7
7
|
import { ReactRef } from '@heroui/react-utils';
|
|
8
8
|
|
|
9
9
|
type NativeImageProps = ImgHTMLAttributes<HTMLImageElement>;
|
package/dist/use-image.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import * as tailwind_variants from 'tailwind-variants';
|
|
|
2
2
|
import * as react from 'react';
|
|
3
3
|
import { ImgHTMLAttributes } from 'react';
|
|
4
4
|
import * as _heroui_system from '@heroui/system';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { HTMLHeroUIProps, PropGetter } from '@heroui/system';
|
|
6
|
+
import { SlotsToClasses, ImageSlots, ImageVariantProps } from '@heroui/theme';
|
|
7
7
|
import { ReactRef } from '@heroui/react-utils';
|
|
8
8
|
|
|
9
9
|
type NativeImageProps = ImgHTMLAttributes<HTMLImageElement>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heroui/image",
|
|
3
|
-
"version": "2.2.14-beta.
|
|
3
|
+
"version": "2.2.14-beta.2",
|
|
4
4
|
"description": "A simple image component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"image"
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"@heroui/system": ">=2.4.18-beta.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@heroui/shared-utils": "2.1.10-beta.
|
|
35
|
-
"@heroui/react-utils": "2.1.12-beta.
|
|
36
|
-
"@heroui/use-image": "2.1.11-beta.
|
|
34
|
+
"@heroui/shared-utils": "2.1.10-beta.4",
|
|
35
|
+
"@heroui/react-utils": "2.1.12-beta.2",
|
|
36
|
+
"@heroui/use-image": "2.1.11-beta.2"
|
|
37
37
|
},
|
|
38
38
|
"clean-package": "../../../clean-package.config.json",
|
|
39
39
|
"module": "dist/index.mjs",
|