@loadsmart/miranda-react 3.0.0-beta.34 → 3.0.0-beta.36
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ComponentProps } from 'react';
|
|
2
2
|
import type { WebComponentProps } from '@lit/react';
|
|
3
3
|
import { Link as WCLink } from '@loadsmart/miranda-wc';
|
|
4
|
-
|
|
4
|
+
export type { LinkReferrerPolicy, LinkSize, LinkTarget, } from '@loadsmart/miranda-wc';
|
|
5
5
|
declare global {
|
|
6
6
|
namespace JSX {
|
|
7
7
|
interface IntrinsicElements {
|
|
@@ -11,4 +11,3 @@ declare global {
|
|
|
11
11
|
}
|
|
12
12
|
export declare const Link: import("@lit/react").ReactWebComponent<WCLink, {}>;
|
|
13
13
|
export type LinkProps = ComponentProps<typeof Link>;
|
|
14
|
-
export type { LinkReferrerPolicy, LinkSize, LinkTarget };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { Link } from './Link';
|
|
2
|
-
export type { LinkReferrerPolicy, LinkSize, LinkTarget } from './Link';
|
|
2
|
+
export type { LinkReferrerPolicy, LinkSize, LinkTarget, LinkProps, } from './Link';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loadsmart/miranda-react",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.36",
|
|
4
4
|
"description": "React component library based on Miranda Web Components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@loadsmart/miranda-tokens": "
|
|
45
|
-
"@loadsmart/miranda-wc": "3.0.0-beta.
|
|
44
|
+
"@loadsmart/miranda-tokens": "4.0.0-beta.36",
|
|
45
|
+
"@loadsmart/miranda-wc": "3.0.0-beta.36",
|
|
46
46
|
"@lit/react": "^1.0.5",
|
|
47
47
|
"react-is": "^18.3.1"
|
|
48
48
|
},
|