@os-design/upload 1.0.240 → 1.0.242

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.
@@ -17,7 +17,7 @@ interface OverlayProps {
17
17
  }
18
18
  export declare const Overlay: import("@emotion/styled").StyledComponent<{
19
19
  theme?: import("@emotion/react").Theme | undefined;
20
- as?: React.ElementType<any> | undefined;
20
+ as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
21
21
  } & OverlayProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
22
22
  declare const ImageUpload: React.ForwardRefExoticComponent<ImageUploadProps & React.RefAttributes<HTMLDivElement>>;
23
23
  export default ImageUpload;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-design/upload",
3
- "version": "1.0.240",
3
+ "version": "1.0.242",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/os-design.git",
6
6
  "main": "dist/cjs/index.js",
@@ -30,7 +30,7 @@
30
30
  "access": "public"
31
31
  },
32
32
  "dependencies": {
33
- "@os-design/core": "^1.0.237",
33
+ "@os-design/core": "^1.0.239",
34
34
  "@os-design/icons": "^1.0.56",
35
35
  "@os-design/styles": "^1.0.53",
36
36
  "@os-design/theming": "^1.0.49",
@@ -47,5 +47,5 @@
47
47
  "react": ">=18",
48
48
  "react-dom": ">=18"
49
49
  },
50
- "gitHead": "9724a7c0e9e501d993bb185b6894d6a2c3cf4ad8"
50
+ "gitHead": "73879a555a98a5a644a2a695ff797d01637fd19f"
51
51
  }