@rijkshuisstijl-community/web-components 1.1.5 → 1.2.0
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 +3 -3
- package/dist/index.mjs +4121 -1561
- package/package.json +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { BreadcrumbNavLinkProps } from '@rijkshuisstijl-community/components-rea
|
|
|
7
7
|
import { BreadcrumbNavProps } from '@rijkshuisstijl-community/components-react';
|
|
8
8
|
import { BreadcrumbNavSeparatorProps } from '@rijkshuisstijl-community/components-react';
|
|
9
9
|
import { ButtonProps } from '@rijkshuisstijl-community/components-react';
|
|
10
|
-
import {
|
|
10
|
+
import { CardAsLinkProps } from '@rijkshuisstijl-community/components-react';
|
|
11
11
|
import { CheckboxGroupProps } from '@rijkshuisstijl-community/components-react';
|
|
12
12
|
import { CheckboxProps } from '@rijkshuisstijl-community/components-react';
|
|
13
13
|
import { FormFieldCheckboxGroupProps } from '@rijkshuisstijl-community/components-react';
|
|
@@ -105,7 +105,7 @@ export declare class ButtonWebComponent extends BaseWebComponent {
|
|
|
105
105
|
|
|
106
106
|
export declare type ButtonWebComponentAttributes = ButtonProps;
|
|
107
107
|
|
|
108
|
-
export declare class
|
|
108
|
+
export declare class CardAsLinkWebComponent extends BaseWebComponent {
|
|
109
109
|
static readonly tagName: string;
|
|
110
110
|
constructor();
|
|
111
111
|
Button({ appearance, disabled, text, ...restProps }: {
|
|
@@ -114,7 +114,7 @@ export declare class CardWebComponent extends BaseWebComponent {
|
|
|
114
114
|
render(): void;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
export declare type
|
|
117
|
+
export declare type CardAsLinkWebComponentAttributes = CardAsLinkProps;
|
|
118
118
|
|
|
119
119
|
export declare class CheckboxGroupWebComponent extends BaseWebComponent {
|
|
120
120
|
static readonly tagName: string;
|