@aracna/react 1.0.17 → 1.0.19

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.
Files changed (31) hide show
  1. package/definitions/props.d.ts +200 -174
  2. package/functions/{create.base.element.component.js → create-base-element-component.js} +1 -1
  3. package/functions/create-floating-element-component.js +1 -0
  4. package/functions/{create.focus.trap.element.component.js → create-focus-trap-element-component.js} +1 -1
  5. package/functions/create-form-field-element-component.js +1 -0
  6. package/hooks/{use.aracna.element.js → use-aracna-element.js} +1 -1
  7. package/hooks/{use.dispatch.js → use-dispatch.js} +1 -1
  8. package/index.d.ts +132 -157
  9. package/index.iife.js +1 -1
  10. package/index.js +1 -1
  11. package/package.json +27 -29
  12. package/functions/create.floating.element.component.js +0 -1
  13. package/functions/create.form.field.element.component.js +0 -1
  14. /package/functions/{create.base.element.component.d.ts → create-base-element-component.d.ts} +0 -0
  15. /package/functions/{create.element.component.d.ts → create-element-component.d.ts} +0 -0
  16. /package/functions/{create.element.component.js → create-element-component.js} +0 -0
  17. /package/functions/{create.floating.element.component.d.ts → create-floating-element-component.d.ts} +0 -0
  18. /package/functions/{create.focus.trap.element.component.d.ts → create-focus-trap-element-component.d.ts} +0 -0
  19. /package/functions/{create.form.field.element.component.d.ts → create-form-field-element-component.d.ts} +0 -0
  20. /package/functions/{forward.ref.d.ts → forward-ref.d.ts} +0 -0
  21. /package/functions/{forward.ref.js → forward-ref.js} +0 -0
  22. /package/hooks/{use.aracna.element.d.ts → use-aracna-element.d.ts} +0 -0
  23. /package/hooks/{use.dispatch.d.ts → use-dispatch.d.ts} +0 -0
  24. /package/hooks/{use.event.listener.d.ts → use-event-listener.d.ts} +0 -0
  25. /package/hooks/{use.event.listener.js → use-event-listener.js} +0 -0
  26. /package/hooks/{use.life.cycle.d.ts → use-life-cycle.d.ts} +0 -0
  27. /package/hooks/{use.life.cycle.js → use-life-cycle.js} +0 -0
  28. /package/hooks/{use.safe.ref.d.ts → use-safe-ref.d.ts} +0 -0
  29. /package/hooks/{use.safe.ref.js → use-safe-ref.js} +0 -0
  30. /package/hooks/{use.window.event.listener.d.ts → use-window-event-listener.d.ts} +0 -0
  31. /package/hooks/{use.window.event.listener.js → use-window-event-listener.js} +0 -0
package/index.d.ts CHANGED
@@ -1,414 +1,414 @@
1
- import type { AccordionButtonElement } from '@aracna/web-components/elements/surface/accordion.element.js';
1
+ import type { AccordionButtonElement } from '@aracna/web-components/elements/surface/accordion-element.js';
2
2
  import type { AccordionButtonElementAttributes } from '@aracna/web';
3
3
  import type { AccordionButtonElementEventMap } from '@aracna/web';
4
- import type { AccordionElement } from '@aracna/web-components/elements/surface/accordion.element.js';
4
+ import type { AccordionElement } from '@aracna/web-components/elements/surface/accordion-element.js';
5
5
  import type { AccordionElementAttributes } from '@aracna/web';
6
6
  import type { AccordionElementEventMap } from '@aracna/web';
7
- import type { AccordionHeaderElement } from '@aracna/web-components/elements/surface/accordion.element.js';
7
+ import type { AccordionHeaderElement } from '@aracna/web-components/elements/surface/accordion-element.js';
8
8
  import type { AccordionHeaderElementAttributes } from '@aracna/web';
9
9
  import type { AccordionHeaderElementEventMap } from '@aracna/web';
10
- import type { AccordionPanelElement } from '@aracna/web-components/elements/surface/accordion.element.js';
10
+ import type { AccordionPanelElement } from '@aracna/web-components/elements/surface/accordion-element.js';
11
11
  import type { AccordionPanelElementAttributes } from '@aracna/web';
12
12
  import type { AccordionPanelElementEventMap } from '@aracna/web';
13
- import type { AccordionSectionElement } from '@aracna/web-components/elements/surface/accordion.element.js';
13
+ import type { AccordionSectionElement } from '@aracna/web-components/elements/surface/accordion-element.js';
14
14
  import type { AccordionSectionElementAttributes } from '@aracna/web';
15
15
  import type { AccordionSectionElementEventMap } from '@aracna/web';
16
- import type { AlertDialogDescriptionElement } from '@aracna/web-components/elements/feedback/alert.dialog.element.js';
16
+ import type { AlertDialogDescriptionElement } from '@aracna/web-components/elements/feedback/alert-dialog-element.js';
17
17
  import type { AlertDialogDescriptionElementAttributes } from '@aracna/web';
18
18
  import type { AlertDialogDescriptionElementEventMap } from '@aracna/web';
19
- import type { AlertDialogElement } from '@aracna/web-components/elements/feedback/alert.dialog.element.js';
19
+ import type { AlertDialogElement } from '@aracna/web-components/elements/feedback/alert-dialog-element.js';
20
20
  import type { AlertDialogElementAttributes } from '@aracna/web';
21
21
  import type { AlertDialogElementEventMap } from '@aracna/web';
22
- import type { AlertDialogLabelElement } from '@aracna/web-components/elements/feedback/alert.dialog.element.js';
22
+ import type { AlertDialogLabelElement } from '@aracna/web-components/elements/feedback/alert-dialog-element.js';
23
23
  import type { AlertDialogLabelElementAttributes } from '@aracna/web';
24
24
  import type { AlertDialogLabelElementEventMap } from '@aracna/web';
25
- import type { AlertElement } from '@aracna/web-components/elements/feedback/alert.element.js';
25
+ import type { AlertElement } from '@aracna/web-components/elements/feedback/alert-element.js';
26
26
  import type { AlertElementAttributes } from '@aracna/web';
27
27
  import type { AlertElementEventMap } from '@aracna/web';
28
- import type { AriaAccordionButtonElement } from '@aracna/web-components/elements/aria/aria.accordion.element.js';
28
+ import type { AriaAccordionButtonElement } from '@aracna/web-components/elements/aria/aria-accordion-element.js';
29
29
  import type { AriaAccordionButtonElementAttributes } from '@aracna/web';
30
30
  import type { AriaAccordionButtonElementEventMap } from '@aracna/web';
31
- import type { AriaAccordionElement } from '@aracna/web-components/elements/aria/aria.accordion.element.js';
31
+ import type { AriaAccordionElement } from '@aracna/web-components/elements/aria/aria-accordion-element.js';
32
32
  import type { AriaAccordionElementAttributes } from '@aracna/web';
33
33
  import type { AriaAccordionElementEventMap } from '@aracna/web';
34
- import type { AriaAccordionHeaderElement } from '@aracna/web-components/elements/aria/aria.accordion.element.js';
34
+ import type { AriaAccordionHeaderElement } from '@aracna/web-components/elements/aria/aria-accordion-element.js';
35
35
  import type { AriaAccordionHeaderElementAttributes } from '@aracna/web';
36
36
  import type { AriaAccordionHeaderElementEventMap } from '@aracna/web';
37
- import type { AriaAccordionPanelElement } from '@aracna/web-components/elements/aria/aria.accordion.element.js';
37
+ import type { AriaAccordionPanelElement } from '@aracna/web-components/elements/aria/aria-accordion-element.js';
38
38
  import type { AriaAccordionPanelElementAttributes } from '@aracna/web';
39
39
  import type { AriaAccordionPanelElementEventMap } from '@aracna/web';
40
- import type { AriaAccordionSectionElement } from '@aracna/web-components/elements/aria/aria.accordion.element.js';
40
+ import type { AriaAccordionSectionElement } from '@aracna/web-components/elements/aria/aria-accordion-element.js';
41
41
  import type { AriaAccordionSectionElementAttributes } from '@aracna/web';
42
42
  import type { AriaAccordionSectionElementEventMap } from '@aracna/web';
43
- import type { AriaAlertDialogDescriptionElement } from '@aracna/web-components/elements/aria/aria.alert.dialog.element.js';
43
+ import type { AriaAlertDialogDescriptionElement } from '@aracna/web-components/elements/aria/aria-alert-dialog-element.js';
44
44
  import type { AriaAlertDialogDescriptionElementAttributes } from '@aracna/web';
45
45
  import type { AriaAlertDialogDescriptionElementEventMap } from '@aracna/web';
46
- import type { AriaAlertDialogElement } from '@aracna/web-components/elements/aria/aria.alert.dialog.element.js';
46
+ import type { AriaAlertDialogElement } from '@aracna/web-components/elements/aria/aria-alert-dialog-element.js';
47
47
  import type { AriaAlertDialogElementAttributes } from '@aracna/web';
48
48
  import type { AriaAlertDialogElementEventMap } from '@aracna/web';
49
- import type { AriaAlertDialogLabelElement } from '@aracna/web-components/elements/aria/aria.alert.dialog.element.js';
49
+ import type { AriaAlertDialogLabelElement } from '@aracna/web-components/elements/aria/aria-alert-dialog-element.js';
50
50
  import type { AriaAlertDialogLabelElementAttributes } from '@aracna/web';
51
51
  import type { AriaAlertDialogLabelElementEventMap } from '@aracna/web';
52
- import type { AriaAlertElement } from '@aracna/web-components/elements/aria/aria.alert.element.js';
52
+ import type { AriaAlertElement } from '@aracna/web-components/elements/aria/aria-alert-element.js';
53
53
  import type { AriaAlertElementAttributes } from '@aracna/web';
54
54
  import type { AriaAlertElementEventMap } from '@aracna/web';
55
- import type { AriaBreadcrumbElement } from '@aracna/web-components/elements/aria/aria.breadcrumb.element.js';
55
+ import type { AriaBreadcrumbElement } from '@aracna/web-components/elements/aria/aria-breadcrumb-element.js';
56
56
  import type { AriaBreadcrumbElementAttributes } from '@aracna/web';
57
57
  import type { AriaBreadcrumbElementEventMap } from '@aracna/web';
58
- import type { AriaBreadcrumbItemElement } from '@aracna/web-components/elements/aria/aria.breadcrumb.element.js';
58
+ import type { AriaBreadcrumbItemElement } from '@aracna/web-components/elements/aria/aria-breadcrumb-element.js';
59
59
  import type { AriaBreadcrumbItemElementAttributes } from '@aracna/web';
60
60
  import type { AriaBreadcrumbItemElementEventMap } from '@aracna/web';
61
- import type { AriaBreadcrumbListElement } from '@aracna/web-components/elements/aria/aria.breadcrumb.element.js';
61
+ import type { AriaBreadcrumbListElement } from '@aracna/web-components/elements/aria/aria-breadcrumb-element.js';
62
62
  import type { AriaBreadcrumbListElementAttributes } from '@aracna/web';
63
63
  import type { AriaBreadcrumbListElementEventMap } from '@aracna/web';
64
- import type { AriaButtonElement } from '@aracna/web-components/elements/aria/aria.button.element.js';
64
+ import type { AriaButtonElement } from '@aracna/web-components/elements/aria/aria-button-element.js';
65
65
  import type { AriaButtonElementAttributes } from '@aracna/web';
66
66
  import type { AriaButtonElementEventMap } from '@aracna/web';
67
- import type { AriaCarouselElement } from '@aracna/web-components/elements/aria/aria.carousel.element.js';
67
+ import type { AriaCarouselElement } from '@aracna/web-components/elements/aria/aria-carousel-element.js';
68
68
  import type { AriaCarouselElementAttributes } from '@aracna/web';
69
69
  import type { AriaCarouselElementEventMap } from '@aracna/web';
70
- import type { AriaCarouselNextSlideControlElement } from '@aracna/web-components/elements/aria/aria.carousel.element.js';
70
+ import type { AriaCarouselNextSlideControlElement } from '@aracna/web-components/elements/aria/aria-carousel-element.js';
71
71
  import type { AriaCarouselNextSlideControlElementAttributes } from '@aracna/web';
72
72
  import type { AriaCarouselNextSlideControlElementEventMap } from '@aracna/web';
73
- import type { AriaCarouselPreviousSlideControlElement } from '@aracna/web-components/elements/aria/aria.carousel.element.js';
73
+ import type { AriaCarouselPreviousSlideControlElement } from '@aracna/web-components/elements/aria/aria-carousel-element.js';
74
74
  import type { AriaCarouselPreviousSlideControlElementAttributes } from '@aracna/web';
75
75
  import type { AriaCarouselPreviousSlideControlElementEventMap } from '@aracna/web';
76
- import type { AriaCarouselRotationControlElement } from '@aracna/web-components/elements/aria/aria.carousel.element.js';
76
+ import type { AriaCarouselRotationControlElement } from '@aracna/web-components/elements/aria/aria-carousel-element.js';
77
77
  import type { AriaCarouselRotationControlElementAttributes } from '@aracna/web';
78
78
  import type { AriaCarouselRotationControlElementEventMap } from '@aracna/web';
79
- import type { AriaCarouselSlideElement } from '@aracna/web-components/elements/aria/aria.carousel.element.js';
79
+ import type { AriaCarouselSlideElement } from '@aracna/web-components/elements/aria/aria-carousel-element.js';
80
80
  import type { AriaCarouselSlideElementAttributes } from '@aracna/web';
81
81
  import type { AriaCarouselSlideElementEventMap } from '@aracna/web';
82
- import type { AriaCarouselSlidesElement } from '@aracna/web-components/elements/aria/aria.carousel.element.js';
82
+ import type { AriaCarouselSlidesElement } from '@aracna/web-components/elements/aria/aria-carousel-element.js';
83
83
  import type { AriaCarouselSlidesElementAttributes } from '@aracna/web';
84
84
  import type { AriaCarouselSlidesElementEventMap } from '@aracna/web';
85
- import type { AriaCarouselTabElement } from '@aracna/web-components/elements/aria/aria.carousel.element.js';
85
+ import type { AriaCarouselTabElement } from '@aracna/web-components/elements/aria/aria-carousel-element.js';
86
86
  import type { AriaCarouselTabElementAttributes } from '@aracna/web';
87
87
  import type { AriaCarouselTabElementEventMap } from '@aracna/web';
88
- import type { AriaCarouselTabsElement } from '@aracna/web-components/elements/aria/aria.carousel.element.js';
88
+ import type { AriaCarouselTabsElement } from '@aracna/web-components/elements/aria/aria-carousel-element.js';
89
89
  import type { AriaCarouselTabsElementAttributes } from '@aracna/web';
90
90
  import type { AriaCarouselTabsElementEventMap } from '@aracna/web';
91
- import type { AriaCheckBoxElement } from '@aracna/web-components/elements/aria/aria.check.box.element.js';
91
+ import type { AriaCheckBoxElement } from '@aracna/web-components/elements/aria/aria-check-box-element.js';
92
92
  import type { AriaCheckBoxElementAttributes } from '@aracna/web';
93
93
  import type { AriaCheckBoxElementEventMap } from '@aracna/web';
94
- import type { AriaComboBoxButtonElement } from '@aracna/web-components/elements/aria/aria.combo.box.element.js';
94
+ import type { AriaComboBoxButtonElement } from '@aracna/web-components/elements/aria/aria-combo-box-element.js';
95
95
  import type { AriaComboBoxButtonElementAttributes } from '@aracna/web';
96
96
  import type { AriaComboBoxButtonElementEventMap } from '@aracna/web';
97
- import type { AriaComboBoxElement } from '@aracna/web-components/elements/aria/aria.combo.box.element.js';
97
+ import type { AriaComboBoxElement } from '@aracna/web-components/elements/aria/aria-combo-box-element.js';
98
98
  import type { AriaComboBoxElementAttributes } from '@aracna/web';
99
99
  import type { AriaComboBoxElementEventMap } from '@aracna/web';
100
- import type { AriaComboBoxGroupElement } from '@aracna/web-components/elements/aria/aria.combo.box.element.js';
100
+ import type { AriaComboBoxGroupElement } from '@aracna/web-components/elements/aria/aria-combo-box-element.js';
101
101
  import type { AriaComboBoxGroupElementAttributes } from '@aracna/web';
102
102
  import type { AriaComboBoxGroupElementEventMap } from '@aracna/web';
103
- import type { AriaComboBoxInputElement } from '@aracna/web-components/elements/aria/aria.combo.box.element.js';
103
+ import type { AriaComboBoxInputElement } from '@aracna/web-components/elements/aria/aria-combo-box-element.js';
104
104
  import type { AriaComboBoxInputElementAttributes } from '@aracna/web';
105
105
  import type { AriaComboBoxInputElementEventMap } from '@aracna/web';
106
- import type { AriaComboBoxListElement } from '@aracna/web-components/elements/aria/aria.combo.box.element.js';
106
+ import type { AriaComboBoxListElement } from '@aracna/web-components/elements/aria/aria-combo-box-element.js';
107
107
  import type { AriaComboBoxListElementAttributes } from '@aracna/web';
108
108
  import type { AriaComboBoxListElementEventMap } from '@aracna/web';
109
- import type { AriaComboBoxOptionElement } from '@aracna/web-components/elements/aria/aria.combo.box.element.js';
109
+ import type { AriaComboBoxOptionElement } from '@aracna/web-components/elements/aria/aria-combo-box-element.js';
110
110
  import type { AriaComboBoxOptionElementAttributes } from '@aracna/web';
111
111
  import type { AriaComboBoxOptionElementEventMap } from '@aracna/web';
112
- import type { AriaDialogDescriptionElement } from '@aracna/web-components/elements/aria/aria.dialog.element.js';
112
+ import type { AriaDialogDescriptionElement } from '@aracna/web-components/elements/aria/aria-dialog-element.js';
113
113
  import type { AriaDialogDescriptionElementAttributes } from '@aracna/web';
114
114
  import type { AriaDialogDescriptionElementEventMap } from '@aracna/web';
115
- import type { AriaDialogElement } from '@aracna/web-components/elements/aria/aria.dialog.element.js';
115
+ import type { AriaDialogElement } from '@aracna/web-components/elements/aria/aria-dialog-element.js';
116
116
  import type { AriaDialogElementAttributes } from '@aracna/web';
117
117
  import type { AriaDialogElementEventMap } from '@aracna/web';
118
- import type { AriaDialogLabelElement } from '@aracna/web-components/elements/aria/aria.dialog.element.js';
118
+ import type { AriaDialogLabelElement } from '@aracna/web-components/elements/aria/aria-dialog-element.js';
119
119
  import type { AriaDialogLabelElementAttributes } from '@aracna/web';
120
120
  import type { AriaDialogLabelElementEventMap } from '@aracna/web';
121
- import type { AriaDisclosureButtonElement } from '@aracna/web-components/elements/aria/aria.disclosure.element.js';
121
+ import type { AriaDisclosureButtonElement } from '@aracna/web-components/elements/aria/aria-disclosure-element.js';
122
122
  import type { AriaDisclosureButtonElementAttributes } from '@aracna/web';
123
123
  import type { AriaDisclosureButtonElementEventMap } from '@aracna/web';
124
- import type { AriaDisclosureElement } from '@aracna/web-components/elements/aria/aria.disclosure.element.js';
124
+ import type { AriaDisclosureElement } from '@aracna/web-components/elements/aria/aria-disclosure-element.js';
125
125
  import type { AriaDisclosureElementAttributes } from '@aracna/web';
126
126
  import type { AriaDisclosureElementEventMap } from '@aracna/web';
127
- import type { AriaDisclosurePanelElement } from '@aracna/web-components/elements/aria/aria.disclosure.element.js';
127
+ import type { AriaDisclosurePanelElement } from '@aracna/web-components/elements/aria/aria-disclosure-element.js';
128
128
  import type { AriaDisclosurePanelElementAttributes } from '@aracna/web';
129
129
  import type { AriaDisclosurePanelElementEventMap } from '@aracna/web';
130
- import type { AriaDisclosureSectionElement } from '@aracna/web-components/elements/aria/aria.disclosure.element.js';
130
+ import type { AriaDisclosureSectionElement } from '@aracna/web-components/elements/aria/aria-disclosure-element.js';
131
131
  import type { AriaDisclosureSectionElementAttributes } from '@aracna/web';
132
132
  import type { AriaDisclosureSectionElementEventMap } from '@aracna/web';
133
- import type { AriaFeedArticleDescriptionElement } from '@aracna/web-components/elements/aria/aria.feed.element.js';
133
+ import type { AriaFeedArticleDescriptionElement } from '@aracna/web-components/elements/aria/aria-feed-element.js';
134
134
  import type { AriaFeedArticleDescriptionElementAttributes } from '@aracna/web';
135
135
  import type { AriaFeedArticleDescriptionElementEventMap } from '@aracna/web';
136
- import type { AriaFeedArticleElement } from '@aracna/web-components/elements/aria/aria.feed.element.js';
136
+ import type { AriaFeedArticleElement } from '@aracna/web-components/elements/aria/aria-feed-element.js';
137
137
  import type { AriaFeedArticleElementAttributes } from '@aracna/web';
138
138
  import type { AriaFeedArticleElementEventMap } from '@aracna/web';
139
- import type { AriaFeedArticleLabelElement } from '@aracna/web-components/elements/aria/aria.feed.element.js';
139
+ import type { AriaFeedArticleLabelElement } from '@aracna/web-components/elements/aria/aria-feed-element.js';
140
140
  import type { AriaFeedArticleLabelElementAttributes } from '@aracna/web';
141
141
  import type { AriaFeedArticleLabelElementEventMap } from '@aracna/web';
142
- import type { AriaFeedElement } from '@aracna/web-components/elements/aria/aria.feed.element.js';
142
+ import type { AriaFeedElement } from '@aracna/web-components/elements/aria/aria-feed-element.js';
143
143
  import type { AriaFeedElementAttributes } from '@aracna/web';
144
144
  import type { AriaFeedElementEventMap } from '@aracna/web';
145
- import type { AriaLinkElement } from '@aracna/web-components/elements/aria/aria.link.element.js';
145
+ import type { AriaLinkElement } from '@aracna/web-components/elements/aria/aria-link-element.js';
146
146
  import type { AriaLinkElementAttributes } from '@aracna/web';
147
147
  import type { AriaLinkElementEventMap } from '@aracna/web';
148
- import type { AriaListBoxElement } from '@aracna/web-components/elements/aria/aria.list.box.element.js';
148
+ import type { AriaListBoxElement } from '@aracna/web-components/elements/aria/aria-list-box-element.js';
149
149
  import type { AriaListBoxElementAttributes } from '@aracna/web';
150
150
  import type { AriaListBoxElementEventMap } from '@aracna/web';
151
- import type { AriaListBoxOptionElement } from '@aracna/web-components/elements/aria/aria.list.box.element.js';
151
+ import type { AriaListBoxOptionElement } from '@aracna/web-components/elements/aria/aria-list-box-element.js';
152
152
  import type { AriaListBoxOptionElementAttributes } from '@aracna/web';
153
153
  import type { AriaListBoxOptionElementEventMap } from '@aracna/web';
154
- import type { AriaMenuButtonElement } from '@aracna/web-components/elements/aria/aria.menu.element.js';
154
+ import type { AriaMenuButtonElement } from '@aracna/web-components/elements/aria/aria-menu-element.js';
155
155
  import type { AriaMenuButtonElementAttributes } from '@aracna/web';
156
156
  import type { AriaMenuButtonElementEventMap } from '@aracna/web';
157
- import type { AriaMenuElement } from '@aracna/web-components/elements/aria/aria.menu.element.js';
157
+ import type { AriaMenuElement } from '@aracna/web-components/elements/aria/aria-menu-element.js';
158
158
  import type { AriaMenuElementAttributes } from '@aracna/web';
159
159
  import type { AriaMenuElementEventMap } from '@aracna/web';
160
- import type { AriaMenuItemElement } from '@aracna/web-components/elements/aria/aria.menu.element.js';
160
+ import type { AriaMenuItemElement } from '@aracna/web-components/elements/aria/aria-menu-element.js';
161
161
  import type { AriaMenuItemElementAttributes } from '@aracna/web';
162
162
  import type { AriaMenuItemElementEventMap } from '@aracna/web';
163
- import type { AriaMenuSubMenuElement } from '@aracna/web-components/elements/aria/aria.menu.element.js';
163
+ import type { AriaMenuSubMenuElement } from '@aracna/web-components/elements/aria/aria-menu-element.js';
164
164
  import type { AriaMenuSubMenuElementAttributes } from '@aracna/web';
165
165
  import type { AriaMenuSubMenuElementEventMap } from '@aracna/web';
166
- import type { AriaMeterElement } from '@aracna/web-components/elements/aria/aria.meter.element.js';
166
+ import type { AriaMeterElement } from '@aracna/web-components/elements/aria/aria-meter-element.js';
167
167
  import type { AriaMeterElementAttributes } from '@aracna/web';
168
168
  import type { AriaMeterElementEventMap } from '@aracna/web';
169
- import type { AriaRadioButtonElement } from '@aracna/web-components/elements/aria/aria.radio.group.element.js';
169
+ import type { AriaRadioButtonElement } from '@aracna/web-components/elements/aria/aria-radio-group-element.js';
170
170
  import type { AriaRadioButtonElementAttributes } from '@aracna/web';
171
171
  import type { AriaRadioButtonElementEventMap } from '@aracna/web';
172
- import type { AriaRadioGroupElement } from '@aracna/web-components/elements/aria/aria.radio.group.element.js';
172
+ import type { AriaRadioGroupElement } from '@aracna/web-components/elements/aria/aria-radio-group-element.js';
173
173
  import type { AriaRadioGroupElementAttributes } from '@aracna/web';
174
174
  import type { AriaRadioGroupElementEventMap } from '@aracna/web';
175
- import type { AriaSliderElement } from '@aracna/web-components/elements/aria/aria.slider.element.js';
175
+ import type { AriaSliderElement } from '@aracna/web-components/elements/aria/aria-slider-element.js';
176
176
  import type { AriaSliderElementAttributes } from '@aracna/web';
177
177
  import type { AriaSliderElementEventMap } from '@aracna/web';
178
- import type { AriaSliderThumbElement } from '@aracna/web-components/elements/aria/aria.slider.element.js';
178
+ import type { AriaSliderThumbElement } from '@aracna/web-components/elements/aria/aria-slider-element.js';
179
179
  import type { AriaSliderThumbElementAttributes } from '@aracna/web';
180
180
  import type { AriaSliderThumbElementEventMap } from '@aracna/web';
181
- import type { AriaSwitchElement } from '@aracna/web-components/elements/aria/aria.switch.element.js';
181
+ import type { AriaSwitchElement } from '@aracna/web-components/elements/aria/aria-switch-element.js';
182
182
  import type { AriaSwitchElementAttributes } from '@aracna/web';
183
183
  import type { AriaSwitchElementEventMap } from '@aracna/web';
184
- import type { AriaTabsElement } from '@aracna/web-components/elements/aria/aria.tabs.element.js';
184
+ import type { AriaTabsElement } from '@aracna/web-components/elements/aria/aria-tabs-element.js';
185
185
  import type { AriaTabsElementAttributes } from '@aracna/web';
186
186
  import type { AriaTabsElementEventMap } from '@aracna/web';
187
- import type { AriaTabsPanelElement } from '@aracna/web-components/elements/aria/aria.tabs.element.js';
187
+ import type { AriaTabsPanelElement } from '@aracna/web-components/elements/aria/aria-tabs-element.js';
188
188
  import type { AriaTabsPanelElementAttributes } from '@aracna/web';
189
189
  import type { AriaTabsPanelElementEventMap } from '@aracna/web';
190
- import type { AriaTabsTabElement } from '@aracna/web-components/elements/aria/aria.tabs.element.js';
190
+ import type { AriaTabsTabElement } from '@aracna/web-components/elements/aria/aria-tabs-element.js';
191
191
  import type { AriaTabsTabElementAttributes } from '@aracna/web';
192
192
  import type { AriaTabsTabElementEventMap } from '@aracna/web';
193
- import type { AriaTooltipArrowElement } from '@aracna/web-components/elements/aria/aria.tooltip.element.js';
193
+ import type { AriaTooltipArrowElement } from '@aracna/web-components/elements/aria/aria-tooltip-element.js';
194
194
  import type { AriaTooltipArrowElementAttributes } from '@aracna/web';
195
195
  import type { AriaTooltipArrowElementEventMap } from '@aracna/web';
196
- import type { AriaTooltipContentElement } from '@aracna/web-components/elements/aria/aria.tooltip.element.js';
196
+ import type { AriaTooltipContentElement } from '@aracna/web-components/elements/aria/aria-tooltip-element.js';
197
197
  import type { AriaTooltipContentElementAttributes } from '@aracna/web';
198
198
  import type { AriaTooltipContentElementEventMap } from '@aracna/web';
199
- import type { AriaTooltipElement } from '@aracna/web-components/elements/aria/aria.tooltip.element.js';
199
+ import type { AriaTooltipElement } from '@aracna/web-components/elements/aria/aria-tooltip-element.js';
200
200
  import type { AriaTooltipElementAttributes } from '@aracna/web';
201
201
  import type { AriaTooltipElementEventMap } from '@aracna/web';
202
- import type { AriaTooltipTriggerElement } from '@aracna/web-components/elements/aria/aria.tooltip.element.js';
202
+ import type { AriaTooltipTriggerElement } from '@aracna/web-components/elements/aria/aria-tooltip-element.js';
203
203
  import type { AriaTooltipTriggerElementAttributes } from '@aracna/web';
204
204
  import type { AriaTooltipTriggerElementEventMap } from '@aracna/web';
205
- import type { AvatarElement } from '@aracna/web-components/elements/data/avatar.element.js';
205
+ import type { AvatarElement } from '@aracna/web-components/elements/data/avatar-element.js';
206
206
  import type { AvatarElementAttributes } from '@aracna/web';
207
207
  import type { AvatarElementEventMap } from '@aracna/web';
208
- import type { BadgeElement } from '@aracna/web-components/elements/data/badge.element.js';
208
+ import type { BadgeElement } from '@aracna/web-components/elements/data/badge-element.js';
209
209
  import type { BadgeElementAttributes } from '@aracna/web';
210
210
  import type { BadgeElementEventMap } from '@aracna/web';
211
211
  import { BaseElementAttributes } from '@aracna/web';
212
212
  import { BaseElementEventMap } from '@aracna/web';
213
- import type { BreadcrumbElement } from '@aracna/web-components/elements/navigation/breadcrumb.element.js';
213
+ import type { BreadcrumbElement } from '@aracna/web-components/elements/navigation/breadcrumb-element.js';
214
214
  import type { BreadcrumbElementAttributes } from '@aracna/web';
215
215
  import type { BreadcrumbElementEventMap } from '@aracna/web';
216
- import type { BreadcrumbItemElement } from '@aracna/web-components/elements/navigation/breadcrumb.element.js';
216
+ import type { BreadcrumbItemElement } from '@aracna/web-components/elements/navigation/breadcrumb-element.js';
217
217
  import type { BreadcrumbItemElementAttributes } from '@aracna/web';
218
218
  import type { BreadcrumbItemElementEventMap } from '@aracna/web';
219
- import type { BreadcrumbListElement } from '@aracna/web-components/elements/navigation/breadcrumb.element.js';
219
+ import type { BreadcrumbListElement } from '@aracna/web-components/elements/navigation/breadcrumb-element.js';
220
220
  import type { BreadcrumbListElementAttributes } from '@aracna/web';
221
221
  import type { BreadcrumbListElementEventMap } from '@aracna/web';
222
- import type { ButtonElement } from '@aracna/web-components/elements/input/button.element.js';
222
+ import type { ButtonElement } from '@aracna/web-components/elements/input/button-element.js';
223
223
  import type { ButtonElementAttributes } from '@aracna/web';
224
224
  import type { ButtonElementEventMap } from '@aracna/web';
225
- import type { ButtonGroupElement } from '@aracna/web-components/elements/input/button.group.element.js';
225
+ import type { ButtonGroupElement } from '@aracna/web-components/elements/input/button-group-element.js';
226
226
  import type { ButtonGroupElementAttributes } from '@aracna/web';
227
227
  import type { ButtonGroupElementEventMap } from '@aracna/web';
228
- import type { CarouselElement } from '@aracna/web-components/elements/data/carousel.element.js';
228
+ import type { CarouselElement } from '@aracna/web-components/elements/data/carousel-element.js';
229
229
  import type { CarouselElementAttributes } from '@aracna/web';
230
230
  import type { CarouselElementEventMap } from '@aracna/web';
231
- import type { CarouselNextSlideControlElement } from '@aracna/web-components/elements/data/carousel.element.js';
231
+ import type { CarouselNextSlideControlElement } from '@aracna/web-components/elements/data/carousel-element.js';
232
232
  import type { CarouselNextSlideControlElementAttributes } from '@aracna/web';
233
233
  import type { CarouselNextSlideControlElementEventMap } from '@aracna/web';
234
- import type { CarouselPreviousSlideControlElement } from '@aracna/web-components/elements/data/carousel.element.js';
234
+ import type { CarouselPreviousSlideControlElement } from '@aracna/web-components/elements/data/carousel-element.js';
235
235
  import type { CarouselPreviousSlideControlElementAttributes } from '@aracna/web';
236
236
  import type { CarouselPreviousSlideControlElementEventMap } from '@aracna/web';
237
- import type { CarouselRotationControlElement } from '@aracna/web-components/elements/data/carousel.element.js';
237
+ import type { CarouselRotationControlElement } from '@aracna/web-components/elements/data/carousel-element.js';
238
238
  import type { CarouselRotationControlElementAttributes } from '@aracna/web';
239
239
  import type { CarouselRotationControlElementEventMap } from '@aracna/web';
240
- import type { CarouselSlideElement } from '@aracna/web-components/elements/data/carousel.element.js';
240
+ import type { CarouselSlideElement } from '@aracna/web-components/elements/data/carousel-element.js';
241
241
  import type { CarouselSlideElementAttributes } from '@aracna/web';
242
242
  import type { CarouselSlideElementEventMap } from '@aracna/web';
243
- import type { CarouselSlidesElement } from '@aracna/web-components/elements/data/carousel.element.js';
243
+ import type { CarouselSlidesElement } from '@aracna/web-components/elements/data/carousel-element.js';
244
244
  import type { CarouselSlidesElementAttributes } from '@aracna/web';
245
245
  import type { CarouselSlidesElementEventMap } from '@aracna/web';
246
- import type { CarouselTabElement } from '@aracna/web-components/elements/data/carousel.element.js';
246
+ import type { CarouselTabElement } from '@aracna/web-components/elements/data/carousel-element.js';
247
247
  import type { CarouselTabElementAttributes } from '@aracna/web';
248
248
  import type { CarouselTabElementEventMap } from '@aracna/web';
249
- import type { CarouselTabsElement } from '@aracna/web-components/elements/data/carousel.element.js';
249
+ import type { CarouselTabsElement } from '@aracna/web-components/elements/data/carousel-element.js';
250
250
  import type { CarouselTabsElementAttributes } from '@aracna/web';
251
251
  import type { CarouselTabsElementEventMap } from '@aracna/web';
252
- import type { CheckBoxElement } from '@aracna/web-components/elements/input/check.box.element.js';
252
+ import type { CheckBoxElement } from '@aracna/web-components/elements/input/check-box-element.js';
253
253
  import type { CheckBoxElementAttributes } from '@aracna/web';
254
254
  import type { CheckBoxElementEventMap } from '@aracna/web';
255
- import type { ChipElement } from '@aracna/web-components/elements/data/chip.element.js';
255
+ import type { ChipElement } from '@aracna/web-components/elements/data/chip-element.js';
256
256
  import type { ChipElementAttributes } from '@aracna/web';
257
257
  import type { ChipElementEventMap } from '@aracna/web';
258
258
  import { DependencyList } from 'react';
259
- import type { DialogDescriptionElement } from '@aracna/web-components/elements/feedback/dialog.element.js';
259
+ import type { DialogDescriptionElement } from '@aracna/web-components/elements/feedback/dialog-element.js';
260
260
  import type { DialogDescriptionElementAttributes } from '@aracna/web';
261
261
  import type { DialogDescriptionElementEventMap } from '@aracna/web';
262
- import type { DialogElement } from '@aracna/web-components/elements/feedback/dialog.element.js';
262
+ import type { DialogElement } from '@aracna/web-components/elements/feedback/dialog-element.js';
263
263
  import type { DialogElementAttributes } from '@aracna/web';
264
264
  import type { DialogElementEventMap } from '@aracna/web';
265
- import type { DialogLabelElement } from '@aracna/web-components/elements/feedback/dialog.element.js';
265
+ import type { DialogLabelElement } from '@aracna/web-components/elements/feedback/dialog-element.js';
266
266
  import type { DialogLabelElementAttributes } from '@aracna/web';
267
267
  import type { DialogLabelElementEventMap } from '@aracna/web';
268
- import type { DisclosureButtonElement } from '@aracna/web-components/elements/surface/disclosure.element.js';
268
+ import type { DisclosureButtonElement } from '@aracna/web-components/elements/surface/disclosure-element.js';
269
269
  import type { DisclosureButtonElementAttributes } from '@aracna/web';
270
270
  import type { DisclosureButtonElementEventMap } from '@aracna/web';
271
- import type { DisclosureElement } from '@aracna/web-components/elements/surface/disclosure.element.js';
271
+ import type { DisclosureElement } from '@aracna/web-components/elements/surface/disclosure-element.js';
272
272
  import type { DisclosureElementAttributes } from '@aracna/web';
273
273
  import type { DisclosureElementEventMap } from '@aracna/web';
274
- import type { DisclosurePanelElement } from '@aracna/web-components/elements/surface/disclosure.element.js';
274
+ import type { DisclosurePanelElement } from '@aracna/web-components/elements/surface/disclosure-element.js';
275
275
  import type { DisclosurePanelElementAttributes } from '@aracna/web';
276
276
  import type { DisclosurePanelElementEventMap } from '@aracna/web';
277
- import type { DisclosureSectionElement } from '@aracna/web-components/elements/surface/disclosure.element.js';
277
+ import type { DisclosureSectionElement } from '@aracna/web-components/elements/surface/disclosure-element.js';
278
278
  import type { DisclosureSectionElementAttributes } from '@aracna/web';
279
279
  import type { DisclosureSectionElementEventMap } from '@aracna/web';
280
- import type { DividerElement } from '@aracna/web-components/elements/layout/divider.element.js';
280
+ import type { DividerElement } from '@aracna/web-components/elements/layout/divider-element.js';
281
281
  import type { DividerElementAttributes } from '@aracna/web';
282
282
  import type { DividerElementEventMap } from '@aracna/web';
283
283
  import type { DOMElement } from 'react';
284
- import type { FeedArticleDescriptionElement } from '@aracna/web-components/elements/data/feed.element.js';
284
+ import type { FeedArticleDescriptionElement } from '@aracna/web-components/elements/data/feed-element.js';
285
285
  import type { FeedArticleDescriptionElementAttributes } from '@aracna/web';
286
286
  import type { FeedArticleDescriptionElementEventMap } from '@aracna/web';
287
- import type { FeedArticleElement } from '@aracna/web-components/elements/data/feed.element.js';
287
+ import type { FeedArticleElement } from '@aracna/web-components/elements/data/feed-element.js';
288
288
  import type { FeedArticleElementAttributes } from '@aracna/web';
289
289
  import type { FeedArticleElementEventMap } from '@aracna/web';
290
- import type { FeedArticleLabelElement } from '@aracna/web-components/elements/data/feed.element.js';
290
+ import type { FeedArticleLabelElement } from '@aracna/web-components/elements/data/feed-element.js';
291
291
  import type { FeedArticleLabelElementAttributes } from '@aracna/web';
292
292
  import type { FeedArticleLabelElementEventMap } from '@aracna/web';
293
- import type { FeedElement } from '@aracna/web-components/elements/data/feed.element.js';
293
+ import type { FeedElement } from '@aracna/web-components/elements/data/feed-element.js';
294
294
  import type { FeedElementAttributes } from '@aracna/web';
295
295
  import type { FeedElementEventMap } from '@aracna/web';
296
296
  import { FloatingElementAttributes } from '@aracna/web';
297
297
  import { FloatingElementEventMap } from '@aracna/web';
298
298
  import { FocusTrapElementAttributes } from '@aracna/web';
299
299
  import { FocusTrapElementEventMap } from '@aracna/web';
300
- import type { FormElement } from '@aracna/web-components/elements/input/form.element.js';
300
+ import type { FormElement } from '@aracna/web-components/elements/input/form-element.js';
301
301
  import type { FormElementAttributes } from '@aracna/web';
302
302
  import type { FormElementEventMap } from '@aracna/web';
303
303
  import { FormFieldElementAttributes } from '@aracna/web';
304
304
  import { FormFieldElementEventMap } from '@aracna/web';
305
305
  import { ForwardedRef } from 'react';
306
306
  import type { HTMLAttributes } from 'react';
307
- import type { IconElement } from '@aracna/web-components/elements/data/icon.element.js';
307
+ import type { IconElement } from '@aracna/web-components/elements/data/icon-element.js';
308
308
  import type { IconElementAttributes } from '@aracna/web';
309
309
  import type { IconElementEventMap } from '@aracna/web';
310
- import type { ImageElement } from '@aracna/web-components/elements/data/image.element.js';
310
+ import type { ImageElement } from '@aracna/web-components/elements/data/image-element.js';
311
311
  import type { ImageElementAttributes } from '@aracna/web';
312
312
  import type { ImageElementEventMap } from '@aracna/web';
313
- import type { InputElement } from '@aracna/web-components/elements/input/input.element.js';
313
+ import type { InputElement } from '@aracna/web-components/elements/input/input-element.js';
314
314
  import type { InputElementAttributes } from '@aracna/web';
315
315
  import type { InputElementEventMap } from '@aracna/web';
316
- import type { InputFileElement } from '@aracna/web-components/elements/input/input.file.element.js';
316
+ import type { InputFileElement } from '@aracna/web-components/elements/input/input-file-element.js';
317
317
  import type { InputFileElementAttributes } from '@aracna/web';
318
318
  import type { InputFileElementEventMap } from '@aracna/web';
319
319
  import { KeyOf } from '@aracna/core';
320
- import type { ListElement } from '@aracna/web-components/elements/data/list.element.js';
320
+ import type { ListElement } from '@aracna/web-components/elements/data/list-element.js';
321
321
  import type { ListElementAttributes } from '@aracna/web';
322
322
  import type { ListElementEventMap } from '@aracna/web';
323
- import type { ListItemElement } from '@aracna/web-components/elements/data/list.element.js';
323
+ import type { ListItemElement } from '@aracna/web-components/elements/data/list-element.js';
324
324
  import type { ListItemElementAttributes } from '@aracna/web';
325
325
  import type { ListItemElementEventMap } from '@aracna/web';
326
- import type { MenuButtonElement } from '@aracna/web-components/elements/navigation/menu.element.js';
326
+ import type { MenuButtonElement } from '@aracna/web-components/elements/navigation/menu-element.js';
327
327
  import type { MenuButtonElementAttributes } from '@aracna/web';
328
328
  import type { MenuButtonElementEventMap } from '@aracna/web';
329
- import type { MenuElement } from '@aracna/web-components/elements/navigation/menu.element.js';
329
+ import type { MenuElement } from '@aracna/web-components/elements/navigation/menu-element.js';
330
330
  import type { MenuElementAttributes } from '@aracna/web';
331
331
  import type { MenuElementEventMap } from '@aracna/web';
332
- import type { MenuItemElement } from '@aracna/web-components/elements/navigation/menu.element.js';
332
+ import type { MenuItemElement } from '@aracna/web-components/elements/navigation/menu-element.js';
333
333
  import type { MenuItemElementAttributes } from '@aracna/web';
334
334
  import type { MenuItemElementEventMap } from '@aracna/web';
335
- import type { MenuSubMenuElement } from '@aracna/web-components/elements/navigation/menu.element.js';
335
+ import type { MenuSubMenuElement } from '@aracna/web-components/elements/navigation/menu-element.js';
336
336
  import type { MenuSubMenuElementAttributes } from '@aracna/web';
337
337
  import type { MenuSubMenuElementEventMap } from '@aracna/web';
338
- import type { MeterElement } from '@aracna/web-components/elements/feedback/meter.element.js';
338
+ import type { MeterElement } from '@aracna/web-components/elements/feedback/meter-element.js';
339
339
  import type { MeterElementAttributes } from '@aracna/web';
340
340
  import type { MeterElementEventMap } from '@aracna/web';
341
341
  import { MutableRefObject } from 'react';
342
- import type { NavigationBarElement } from '@aracna/web-components/elements/navigation/navigation.bar.element.js';
342
+ import type { NavigationBarElement } from '@aracna/web-components/elements/navigation/navigation-bar-element.js';
343
343
  import type { NavigationBarElementAttributes } from '@aracna/web';
344
344
  import type { NavigationBarElementEventMap } from '@aracna/web';
345
- import type { NavigationBarItemElement } from '@aracna/web-components/elements/navigation/navigation.bar.element.js';
345
+ import type { NavigationBarItemElement } from '@aracna/web-components/elements/navigation/navigation-bar-element.js';
346
346
  import type { NavigationBarItemElementAttributes } from '@aracna/web';
347
347
  import type { NavigationBarItemElementEventMap } from '@aracna/web';
348
- import type { NavigationRailElement } from '@aracna/web-components/elements/navigation/navigation.rail.element.js';
348
+ import type { NavigationRailElement } from '@aracna/web-components/elements/navigation/navigation-rail-element.js';
349
349
  import type { NavigationRailElementAttributes } from '@aracna/web';
350
350
  import type { NavigationRailElementEventMap } from '@aracna/web';
351
- import type { NavigationRailItemElement } from '@aracna/web-components/elements/navigation/navigation.rail.element.js';
351
+ import type { NavigationRailItemElement } from '@aracna/web-components/elements/navigation/navigation-rail-element.js';
352
352
  import type { NavigationRailItemElementAttributes } from '@aracna/web';
353
353
  import type { NavigationRailItemElementEventMap } from '@aracna/web';
354
354
  import { PascalCase } from '@aracna/core';
355
- import type { RadioButtonElement } from '@aracna/web-components/elements/input/radio.group.element.js';
355
+ import type { RadioButtonElement } from '@aracna/web-components/elements/input/radio-group-element.js';
356
356
  import type { RadioButtonElementAttributes } from '@aracna/web';
357
357
  import type { RadioButtonElementEventMap } from '@aracna/web';
358
- import type { RadioGroupElement } from '@aracna/web-components/elements/input/radio.group.element.js';
358
+ import type { RadioGroupElement } from '@aracna/web-components/elements/input/radio-group-element.js';
359
359
  import type { RadioGroupElementAttributes } from '@aracna/web';
360
360
  import type { RadioGroupElementEventMap } from '@aracna/web';
361
361
  import { ReactElement } from 'react';
362
362
  import type { RefAttributes } from 'react';
363
- import type { SelectButtonElement } from '@aracna/web-components/elements/input/select.element.js';
363
+ import type { SelectButtonElement } from '@aracna/web-components/elements/input/select-element.js';
364
364
  import type { SelectButtonElementAttributes } from '@aracna/web';
365
365
  import type { SelectButtonElementEventMap } from '@aracna/web';
366
- import type { SelectElement } from '@aracna/web-components/elements/input/select.element.js';
366
+ import type { SelectElement } from '@aracna/web-components/elements/input/select-element.js';
367
367
  import type { SelectElementAttributes } from '@aracna/web';
368
368
  import type { SelectElementEventMap } from '@aracna/web';
369
- import type { SelectGroupElement } from '@aracna/web-components/elements/input/select.element.js';
369
+ import type { SelectGroupElement } from '@aracna/web-components/elements/input/select-element.js';
370
370
  import type { SelectGroupElementAttributes } from '@aracna/web';
371
371
  import type { SelectGroupElementEventMap } from '@aracna/web';
372
- import type { SelectInputElement } from '@aracna/web-components/elements/input/select.element.js';
372
+ import type { SelectInputElement } from '@aracna/web-components/elements/input/select-element.js';
373
373
  import type { SelectInputElementAttributes } from '@aracna/web';
374
374
  import type { SelectInputElementEventMap } from '@aracna/web';
375
- import type { SelectListElement } from '@aracna/web-components/elements/input/select.element.js';
375
+ import type { SelectListElement } from '@aracna/web-components/elements/input/select-element.js';
376
376
  import type { SelectListElementAttributes } from '@aracna/web';
377
377
  import type { SelectListElementEventMap } from '@aracna/web';
378
- import type { SelectOptionElement } from '@aracna/web-components/elements/input/select.element.js';
378
+ import type { SelectOptionElement } from '@aracna/web-components/elements/input/select-element.js';
379
379
  import type { SelectOptionElementAttributes } from '@aracna/web';
380
380
  import type { SelectOptionElementEventMap } from '@aracna/web';
381
- import type { SliderElement } from '@aracna/web-components/elements/input/slider.element.js';
381
+ import type { SliderElement } from '@aracna/web-components/elements/input/slider-element.js';
382
382
  import type { SliderElementAttributes } from '@aracna/web';
383
383
  import type { SliderElementEventMap } from '@aracna/web';
384
- import type { SliderThumbElement } from '@aracna/web-components/elements/input/slider.element.js';
384
+ import type { SliderThumbElement } from '@aracna/web-components/elements/input/slider-element.js';
385
385
  import type { SliderThumbElementAttributes } from '@aracna/web';
386
386
  import type { SliderThumbElementEventMap } from '@aracna/web';
387
- import type { SwitchElement } from '@aracna/web-components/elements/input/switch.element.js';
387
+ import type { SwitchElement } from '@aracna/web-components/elements/input/switch-element.js';
388
388
  import type { SwitchElementAttributes } from '@aracna/web';
389
389
  import type { SwitchElementEventMap } from '@aracna/web';
390
- import type { TabsElement } from '@aracna/web-components/elements/navigation/tabs.element.js';
390
+ import type { TabsElement } from '@aracna/web-components/elements/navigation/tabs-element.js';
391
391
  import type { TabsElementAttributes } from '@aracna/web';
392
392
  import type { TabsElementEventMap } from '@aracna/web';
393
- import type { TabsPanelElement } from '@aracna/web-components/elements/navigation/tabs.element.js';
393
+ import type { TabsPanelElement } from '@aracna/web-components/elements/navigation/tabs-element.js';
394
394
  import type { TabsPanelElementAttributes } from '@aracna/web';
395
395
  import type { TabsPanelElementEventMap } from '@aracna/web';
396
- import type { TabsTabElement } from '@aracna/web-components/elements/navigation/tabs.element.js';
396
+ import type { TabsTabElement } from '@aracna/web-components/elements/navigation/tabs-element.js';
397
397
  import type { TabsTabElementAttributes } from '@aracna/web';
398
398
  import type { TabsTabElementEventMap } from '@aracna/web';
399
- import type { TextAreaElement } from '@aracna/web-components/elements/input/text.area.element.js';
399
+ import type { TextAreaElement } from '@aracna/web-components/elements/input/text-area-element.js';
400
400
  import type { TextAreaElementAttributes } from '@aracna/web';
401
401
  import type { TextAreaElementEventMap } from '@aracna/web';
402
- import type { TooltipArrowElement } from '@aracna/web-components/elements/data/tooltip.element.js';
402
+ import type { TooltipArrowElement } from '@aracna/web-components/elements/data/tooltip-element.js';
403
403
  import type { TooltipArrowElementAttributes } from '@aracna/web';
404
404
  import type { TooltipArrowElementEventMap } from '@aracna/web';
405
- import type { TooltipContentElement } from '@aracna/web-components/elements/data/tooltip.element.js';
405
+ import type { TooltipContentElement } from '@aracna/web-components/elements/data/tooltip-element.js';
406
406
  import type { TooltipContentElementAttributes } from '@aracna/web';
407
407
  import type { TooltipContentElementEventMap } from '@aracna/web';
408
- import type { TooltipElement } from '@aracna/web-components/elements/data/tooltip.element.js';
408
+ import type { TooltipElement } from '@aracna/web-components/elements/data/tooltip-element.js';
409
409
  import type { TooltipElementAttributes } from '@aracna/web';
410
410
  import type { TooltipElementEventMap } from '@aracna/web';
411
- import type { TooltipTriggerElement } from '@aracna/web-components/elements/data/tooltip.element.js';
411
+ import type { TooltipTriggerElement } from '@aracna/web-components/elements/data/tooltip-element.js';
412
412
  import type { TooltipTriggerElementAttributes } from '@aracna/web';
413
413
  import type { TooltipTriggerElementEventMap } from '@aracna/web';
414
414
 
@@ -418,9 +418,6 @@ export declare type AccordionHeaderProps = ElementComponentProps<AccordionHeader
418
418
 
419
419
  export declare type AccordionPanelProps = ElementComponentProps<AccordionPanelElement, AccordionPanelElementAttributes, AccordionPanelElementEventMap>;
420
420
 
421
- /**
422
- * Surface Props
423
- */
424
421
  export declare type AccordionProps = ElementComponentProps<AccordionElement, AccordionElementAttributes, AccordionElementEventMap>;
425
422
 
426
423
  export declare type AccordionSectionProps = ElementComponentProps<AccordionSectionElement, AccordionSectionElementAttributes, AccordionSectionElementEventMap>;
@@ -431,10 +428,6 @@ export declare type AlertDialogLabelProps = ElementComponentProps<AlertDialogLab
431
428
 
432
429
  export declare type AlertDialogProps = ElementComponentProps<AlertDialogElement, AlertDialogElementAttributes, AlertDialogElementEventMap>;
433
430
 
434
- /**
435
- * Feedback Props
436
- */
437
- /** */
438
431
  export declare type AlertProps = ElementComponentProps<AlertElement, AlertElementAttributes, AlertElementEventMap>;
439
432
 
440
433
  export declare type AriaAccordionButtonProps = ElementComponentProps<AriaAccordionButtonElement, AriaAccordionButtonElementAttributes, AriaAccordionButtonElementEventMap>;
@@ -443,10 +436,6 @@ export declare type AriaAccordionHeaderProps = ElementComponentProps<AriaAccordi
443
436
 
444
437
  export declare type AriaAccordionPanelProps = ElementComponentProps<AriaAccordionPanelElement, AriaAccordionPanelElementAttributes, AriaAccordionPanelElementEventMap>;
445
438
 
446
- /**
447
- * ARIA Props
448
- */
449
- /** */
450
439
  export declare type AriaAccordionProps = ElementComponentProps<AriaAccordionElement, AriaAccordionElementAttributes, AriaAccordionElementEventMap>;
451
440
 
452
441
  export declare type AriaAccordionSectionProps = ElementComponentProps<AriaAccordionSectionElement, AriaAccordionSectionElementAttributes, AriaAccordionSectionElementEventMap>;
@@ -559,10 +548,6 @@ export declare type AriaTooltipProps = ElementComponentProps<AriaTooltipElement,
559
548
 
560
549
  export declare type AriaTooltipTriggerProps = ElementComponentProps<AriaTooltipTriggerElement, AriaTooltipTriggerElementAttributes, AriaTooltipTriggerElementEventMap>;
561
550
 
562
- /**
563
- * Data Props
564
- */
565
- /** */
566
551
  export declare type AvatarProps = ElementComponentProps<AvatarElement, AvatarElementAttributes, AvatarElementEventMap>;
567
552
 
568
553
  export declare type BadgeProps = ElementComponentProps<BadgeElement, BadgeElementAttributes, BadgeElementEventMap>;
@@ -571,17 +556,10 @@ export declare type BreadcrumbItemProps = ElementComponentProps<BreadcrumbItemEl
571
556
 
572
557
  export declare type BreadcrumbListProps = ElementComponentProps<BreadcrumbListElement, BreadcrumbListElementAttributes, BreadcrumbListElementEventMap>;
573
558
 
574
- /**
575
- * Navigation Props
576
- */
577
559
  export declare type BreadcrumbProps = ElementComponentProps<BreadcrumbElement, BreadcrumbElementAttributes, BreadcrumbElementEventMap>;
578
560
 
579
561
  export declare type ButtonGroupProps = ElementComponentProps<ButtonGroupElement, ButtonGroupElementAttributes, ButtonGroupElementEventMap>;
580
562
 
581
- /**
582
- * Input Props
583
- */
584
- /** */
585
563
  export declare type ButtonProps = ElementComponentProps<ButtonElement, ButtonElementAttributes, ButtonElementEventMap>;
586
564
 
587
565
  export declare type CarouselNextSlideControlProps = ElementComponentProps<CarouselNextSlideControlElement, CarouselNextSlideControlElementAttributes, CarouselNextSlideControlElementEventMap>;
@@ -644,9 +622,6 @@ export declare type DisclosureProps = ElementComponentProps<DisclosureElement, D
644
622
 
645
623
  export declare type DisclosureSectionProps = ElementComponentProps<DisclosureSectionElement, DisclosureSectionElementAttributes, DisclosureSectionElementEventMap>;
646
624
 
647
- /**
648
- * Layout Props
649
- */
650
625
  export declare type DividerProps = ElementComponentProps<DividerElement, DividerElementAttributes, DividerElementEventMap>;
651
626
 
652
627
  export declare type ElementComponent<Element extends HTMLElement, Props extends HTMLAttributes<Element> = {}> = (props: Props, ref: ForwardedRef<Element>) => DOMElement<Props, Element>;