@wulperstudio/editor-render 0.0.10-beta → 0.0.11-beta

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/index.d.ts CHANGED
@@ -276,7 +276,7 @@ interface LinkProps extends LinkRootProps {
276
276
  description?: string;
277
277
  siteName?: string;
278
278
  }
279
- declare const Link: ({ id, image, title, description, siteName, sx, ...props }: LinkProps) => react_jsx_runtime.JSX.Element;
279
+ declare const Link: ({ id, image, title, description, siteName, href, sx, ...props }: LinkProps) => react_jsx_runtime.JSX.Element;
280
280
 
281
281
  declare const RootCheckList: _emotion_styled.StyledComponent<_mui_system.MUIStyledCommonProps<_mui_material.Theme>, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
282
282
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wulperstudio/editor-render",
3
- "version": "0.0.10-beta",
3
+ "version": "0.0.11-beta",
4
4
  "author": "@wulperstudio",
5
5
  "repository": "https://github.com/WulperStudio/editor-render.git",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wulperstudio/editor-render",
3
- "version": "0.0.10-beta",
3
+ "version": "0.0.11-beta",
4
4
  "author": "@wulperstudio",
5
5
  "repository": "https://github.com/WulperStudio/editor-render.git",
6
6
  "license": "MIT",