@rijkshuisstijl-community/web-components 1.0.1-alpha.23 → 1.0.1-alpha.24
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.css +4 -4
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +7705 -51446
- package/dist/types/global.d.ts +3 -4
- package/package.json +7 -9
- package/dist/index.mjs.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { AccordionProviderProps } from '@rijkshuisstijl-community/components-rea
|
|
|
2
2
|
import { ActionGroupProps } from '@rijkshuisstijl-community/components-react';
|
|
3
3
|
import { AlertProps } from '@rijkshuisstijl-community/components-react';
|
|
4
4
|
import { ButtonProps } from '@rijkshuisstijl-community/components-react';
|
|
5
|
-
import { default as default_2 } from 'react-dom/client';
|
|
6
5
|
import { HeroProps } from '@rijkshuisstijl-community/components-react';
|
|
7
6
|
|
|
8
7
|
export declare class AccordionWebComponent extends BaseWebComponent {
|
|
@@ -36,7 +35,7 @@ export declare class AlertWebComponent extends BaseWebComponent {
|
|
|
36
35
|
export declare type AlertWebComponentAttributes = AlertProps;
|
|
37
36
|
|
|
38
37
|
declare abstract class BaseWebComponent extends HTMLElement {
|
|
39
|
-
protected root:
|
|
38
|
+
protected root: HTMLElement | undefined;
|
|
40
39
|
protected restProps: {
|
|
41
40
|
[key: string]: any;
|
|
42
41
|
};
|