@heroui/image 0.0.0-canary-20250109194025 → 0.0.0-canary-20250119144413

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 Next UI
3
+ Copyright (c) 2020 Next UI Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -15,10 +15,10 @@ npm i @heroui/image
15
15
  ## Contribution
16
16
 
17
17
  Yes please! See the
18
- [contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md)
18
+ [contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md)
19
19
  for details.
20
20
 
21
21
  ## License
22
22
 
23
23
  This project is licensed under the terms of the
24
- [MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE).
24
+ [MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE).
@@ -44,7 +44,7 @@ var Image = forwardRef((props, ref) => {
44
44
  }
45
45
  return img;
46
46
  });
47
- Image.displayName = "HeorUI.Image";
47
+ Image.displayName = "HeroUI.Image";
48
48
  var image_default = Image;
49
49
 
50
50
  export {
package/dist/image.js CHANGED
@@ -185,7 +185,7 @@ var Image = (0, import_system2.forwardRef)((props, ref) => {
185
185
  }
186
186
  return img;
187
187
  });
188
- Image.displayName = "HeorUI.Image";
188
+ Image.displayName = "HeroUI.Image";
189
189
  var image_default = Image;
190
190
  // Annotate the CommonJS export names for ESM import in node:
191
191
  0 && (module.exports = {});
package/dist/image.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  image_default
4
- } from "./chunk-BWCZTRRG.mjs";
4
+ } from "./chunk-MLPFQTYO.mjs";
5
5
  import "./chunk-DSOLHU5M.mjs";
6
6
  export {
7
7
  image_default as default
package/dist/index.js CHANGED
@@ -188,7 +188,7 @@ var Image = (0, import_system2.forwardRef)((props, ref) => {
188
188
  }
189
189
  return img;
190
190
  });
191
- Image.displayName = "HeorUI.Image";
191
+ Image.displayName = "HeroUI.Image";
192
192
  var image_default = Image;
193
193
  // Annotate the CommonJS export names for ESM import in node:
194
194
  0 && (module.exports = {
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  image_default
4
- } from "./chunk-BWCZTRRG.mjs";
4
+ } from "./chunk-MLPFQTYO.mjs";
5
5
  import {
6
6
  useImage
7
7
  } from "./chunk-DSOLHU5M.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heroui/image",
3
- "version": "0.0.0-canary-20250109194025",
3
+ "version": "0.0.0-canary-20250119144413",
4
4
  "description": "A simple image component",
5
5
  "keywords": [
6
6
  "image"
@@ -18,22 +18,22 @@
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "git+https://github.com/frontio-ai/heroui.git",
21
+ "url": "git+https://github.com/heroui-inc/heroui.git",
22
22
  "directory": "packages/components/image"
23
23
  },
24
24
  "bugs": {
25
- "url": "https://github.com/frontio-ai/heroui/issues"
25
+ "url": "https://github.com/heroui-inc/heroui/issues"
26
26
  },
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": "0.0.0-canary-20250109194025",
31
- "@heroui/system": "0.0.0-canary-20250109194025"
30
+ "@heroui/theme": "0.0.0-canary-20250119144413",
31
+ "@heroui/system": "0.0.0-canary-20250119144413"
32
32
  },
33
33
  "dependencies": {
34
- "@heroui/react-utils": "0.0.0-canary-20250109194025",
35
- "@heroui/shared-utils": "0.0.0-canary-20250109194025",
36
- "@heroui/use-image": "0.0.0-canary-20250109194025"
34
+ "@heroui/shared-utils": "0.0.0-canary-20250119144413",
35
+ "@heroui/react-utils": "0.0.0-canary-20250119144413",
36
+ "@heroui/use-image": "0.0.0-canary-20250119144413"
37
37
  },
38
38
  "clean-package": "../../../clean-package.config.json",
39
39
  "module": "dist/index.mjs",