@utrecht/component-library-react 1.0.0-alpha.132 → 1.0.0-alpha.135
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/ButtonLink.d.ts +1 -2
- package/dist/HeadingGroup.d.ts +1 -2
- package/dist/PreHeading.d.ts +1 -2
- package/dist/SkipLink.d.ts +1 -2
- package/package.json +2 -2
package/dist/ButtonLink.d.ts
CHANGED
|
@@ -4,11 +4,10 @@
|
|
|
4
4
|
* Copyright (c) 2021 Robbert Broersma
|
|
5
5
|
*/
|
|
6
6
|
import { AnchorHTMLAttributes } from 'react';
|
|
7
|
-
interface ButtonLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
7
|
+
export interface ButtonLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
|
|
8
8
|
appearance?: string;
|
|
9
9
|
external?: boolean;
|
|
10
10
|
}
|
|
11
11
|
export declare const ButtonLink: import("react").ForwardRefExoticComponent<ButtonLinkProps & {
|
|
12
12
|
children?: import("react").ReactNode;
|
|
13
13
|
} & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
14
|
-
export {};
|
package/dist/HeadingGroup.d.ts
CHANGED
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* Copyright (c) 2022 Robbert Broersma
|
|
4
4
|
*/
|
|
5
5
|
import { HTMLAttributes } from 'react';
|
|
6
|
-
declare type HeadingGroupProps = HTMLAttributes<HTMLElement>;
|
|
6
|
+
export declare type HeadingGroupProps = HTMLAttributes<HTMLElement>;
|
|
7
7
|
export declare const HeadingGroup: import("react").ForwardRefExoticComponent<HeadingGroupProps & {
|
|
8
8
|
children?: import("react").ReactNode;
|
|
9
9
|
} & import("react").RefAttributes<HTMLElement>>;
|
|
10
|
-
export {};
|
package/dist/PreHeading.d.ts
CHANGED
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* Copyright (c) 2021 Robbert Broersma
|
|
4
4
|
*/
|
|
5
5
|
import { HTMLAttributes } from 'react';
|
|
6
|
-
declare type PreHeadingProps = HTMLAttributes<HTMLParagraphElement>;
|
|
6
|
+
export declare type PreHeadingProps = HTMLAttributes<HTMLParagraphElement>;
|
|
7
7
|
export declare const PreHeading: import("react").ForwardRefExoticComponent<PreHeadingProps & {
|
|
8
8
|
children?: import("react").ReactNode;
|
|
9
9
|
} & import("react").RefAttributes<HTMLParagraphElement>>;
|
|
10
|
-
export {};
|
package/dist/SkipLink.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AnchorHTMLAttributes } from 'react';
|
|
2
|
-
declare type LinkProps = AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
2
|
+
export declare type LinkProps = AnchorHTMLAttributes<HTMLAnchorElement>;
|
|
3
3
|
export declare const SkipLink: import("react").ForwardRefExoticComponent<LinkProps & {
|
|
4
4
|
children?: import("react").ReactNode;
|
|
5
5
|
} & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
6
|
-
export {};
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.135",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"react": "16 - 18",
|
|
70
70
|
"react-dom": "16 - 18"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "6b81f6506edca468ed959baa382cb01cb09f0dcd"
|
|
73
73
|
}
|