@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.
- package/dist/{Image-RZGG6J4R.js → Image-SOI547ZO.js} +2 -2
- package/dist/{chunk-2MIHOGHB.js → chunk-ZPUNEWJC.js} +3 -3
- package/dist/{chunk-2MIHOGHB.js.map → chunk-ZPUNEWJC.js.map} +1 -1
- package/dist/index.cjs +6 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -4
- package/dist/index.d.ts +2 -4
- package/dist/index.js +6 -8
- package/dist/index.js.map +1 -1
- package/dist/types/components-props.d.cts +1 -1
- package/dist/types/components-props.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/{Image-RZGG6J4R.js.map → Image-SOI547ZO.js.map} +0 -0
|
@@ -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
|
File without changes
|