@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/cjs/dist/components/Link/index.d.ts +1 -1
- package/dist/cjs/index.js +6 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/dist/components/Link/index.d.ts +1 -1
- package/dist/esm/index.js +6 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
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