@delightui/components 0.1.28 → 0.1.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.
package/dist/index.d.ts CHANGED
@@ -36,6 +36,11 @@ interface ImageProps extends ImgHTMLAttributes<HTMLImageElement> {
36
36
  * Additional class for styling.
37
37
  */
38
38
  className?: string;
39
+ /**
40
+ * The aspect ratio of the image.
41
+ * @default natural aspect ratio of the image
42
+ */
43
+ aspectRatio?: string;
39
44
  }
40
45
 
41
46
  declare const Image: (props: ImageProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.28",
3
+ "version": "0.1.30",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",