@lonik/oh-image 2.1.1 → 2.1.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.
Files changed (2) hide show
  1. package/dist/react.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/react.d.ts CHANGED
@@ -460,7 +460,7 @@ declare function ImgproxyLoaderProvider({
460
460
  ...props
461
461
  }: {
462
462
  children: React.ReactNode;
463
- } & Partial<ImgproxyOptions>): react_jsx_runtime0.JSX.Element;
463
+ } & Partial<ImgproxyGlobalOptions>): react_jsx_runtime0.JSX.Element;
464
464
  //#endregion
465
465
  //#region src/react/loaders/imgproxy/use-imgproxy-placeholder.d.ts
466
466
  declare function useImgproxyPlaceholder(options?: ImgproxyOptions): (imageOptions: ImageLoaderOptions) => string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lonik/oh-image",
3
3
  "type": "module",
4
- "version": "2.1.1",
4
+ "version": "2.1.2",
5
5
  "description": "A React component library for optimized image handling.",
6
6
  "author": "Luka Onikadze <lukonik@gmail.com>",
7
7
  "license": "MIT",