@julseb-lib/react 1.1.1 → 1.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.
@@ -952,7 +952,7 @@ type ILibMarkdownEditor = Omit<LibComponentBase<HTMLTextAreaElement>, "element">
952
952
  };
953
953
  };
954
954
 
955
- type ILibMarkdownContainer = Omit<LibComponentBase<HTMLDivElement>, "element"> & ExtraProps & HooksOptions & Options & {
955
+ type ILibMarkdownContainer = Omit<LibComponentBase<HTMLDivElement>, "element" | "ref"> & ExtraProps & HooksOptions & Options & {
956
956
  components?: Components;
957
957
  allowElement?: AllowElement;
958
958
  urlTransform?: UrlTransform;
@@ -952,7 +952,7 @@ type ILibMarkdownEditor = Omit<LibComponentBase<HTMLTextAreaElement>, "element">
952
952
  };
953
953
  };
954
954
 
955
- type ILibMarkdownContainer = Omit<LibComponentBase<HTMLDivElement>, "element"> & ExtraProps & HooksOptions & Options & {
955
+ type ILibMarkdownContainer = Omit<LibComponentBase<HTMLDivElement>, "element" | "ref"> & ExtraProps & HooksOptions & Options & {
956
956
  components?: Components;
957
957
  allowElement?: AllowElement;
958
958
  urlTransform?: UrlTransform;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "files": [