@rijkshuisstijl-community/web-components 1.0.1-alpha.1 → 1.0.1-alpha.10

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 CHANGED
@@ -1,4 +1,6 @@
1
1
  import { AccordionProviderProps } from '@rijkshuisstijl-community/components-react';
2
+ import { ActionGroupProps } from '@rijkshuisstijl-community/components-react';
3
+ import { AlertProps } from '@rijkshuisstijl-community/components-react';
2
4
  import { default as default_2 } from 'react-dom/client';
3
5
  import { HeroProps } from '@rijkshuisstijl-community/components-react';
4
6
 
@@ -11,6 +13,24 @@ export declare class AccordionWebComponent extends BaseWebComponent {
11
13
 
12
14
  export declare type AccordionWebComponentAttributes = AccordionProviderProps;
13
15
 
16
+ export declare class ActionGroupWebComponent extends BaseWebComponent {
17
+ static tagName: string;
18
+ static observedAttributes: string[];
19
+ constructor();
20
+ render(): void;
21
+ }
22
+
23
+ export declare type ActionGroupWebComponentAttributes = ActionGroupProps;
24
+
25
+ export declare class AlertWebComponent extends BaseWebComponent {
26
+ static tagName: string;
27
+ static observedAttributes: string[];
28
+ constructor();
29
+ render(): void;
30
+ }
31
+
32
+ export declare type AlertWebComponentAttributes = AlertProps;
33
+
14
34
  declare abstract class BaseWebComponent extends HTMLElement {
15
35
  protected root: default_2.Root;
16
36
  static get tagName(): string;