@aracna/react 1.0.17 → 1.0.18
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/definitions/props.d.ts +200 -174
- package/functions/{create.base.element.component.js → create-base-element-component.js} +1 -1
- package/functions/create-floating-element-component.js +1 -0
- package/functions/{create.focus.trap.element.component.js → create-focus-trap-element-component.js} +1 -1
- package/functions/create-form-field-element-component.js +1 -0
- package/hooks/{use.aracna.element.js → use-aracna-element.js} +1 -1
- package/hooks/{use.dispatch.js → use-dispatch.js} +1 -1
- package/index.d.ts +132 -157
- package/index.iife.js +1 -1
- package/index.js +1 -1
- package/package.json +27 -29
- package/functions/create.floating.element.component.js +0 -1
- package/functions/create.form.field.element.component.js +0 -1
- /package/functions/{create.base.element.component.d.ts → create-base-element-component.d.ts} +0 -0
- /package/functions/{create.element.component.d.ts → create-element-component.d.ts} +0 -0
- /package/functions/{create.element.component.js → create-element-component.js} +0 -0
- /package/functions/{create.floating.element.component.d.ts → create-floating-element-component.d.ts} +0 -0
- /package/functions/{create.focus.trap.element.component.d.ts → create-focus-trap-element-component.d.ts} +0 -0
- /package/functions/{create.form.field.element.component.d.ts → create-form-field-element-component.d.ts} +0 -0
- /package/functions/{forward.ref.d.ts → forward-ref.d.ts} +0 -0
- /package/functions/{forward.ref.js → forward-ref.js} +0 -0
- /package/hooks/{use.aracna.element.d.ts → use-aracna-element.d.ts} +0 -0
- /package/hooks/{use.dispatch.d.ts → use-dispatch.d.ts} +0 -0
- /package/hooks/{use.event.listener.d.ts → use-event-listener.d.ts} +0 -0
- /package/hooks/{use.event.listener.js → use-event-listener.js} +0 -0
- /package/hooks/{use.life.cycle.d.ts → use-life-cycle.d.ts} +0 -0
- /package/hooks/{use.life.cycle.js → use-life-cycle.js} +0 -0
- /package/hooks/{use.safe.ref.d.ts → use-safe-ref.d.ts} +0 -0
- /package/hooks/{use.safe.ref.js → use-safe-ref.js} +0 -0
- /package/hooks/{use.window.event.listener.d.ts → use-window-event-listener.d.ts} +0 -0
- /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/
|
|
1
|
+
import type { AccordionButtonElement } from '@aracna/web-components/surface/accordion';
|
|
2
2
|
import type { AccordionButtonElementAttributes } from '@aracna/web';
|
|
3
3
|
import type { AccordionButtonElementEventMap } from '@aracna/web';
|
|
4
|
-
import type { AccordionElement } from '@aracna/web-components/
|
|
4
|
+
import type { AccordionElement } from '@aracna/web-components/surface/accordion';
|
|
5
5
|
import type { AccordionElementAttributes } from '@aracna/web';
|
|
6
6
|
import type { AccordionElementEventMap } from '@aracna/web';
|
|
7
|
-
import type { AccordionHeaderElement } from '@aracna/web-components/
|
|
7
|
+
import type { AccordionHeaderElement } from '@aracna/web-components/surface/accordion';
|
|
8
8
|
import type { AccordionHeaderElementAttributes } from '@aracna/web';
|
|
9
9
|
import type { AccordionHeaderElementEventMap } from '@aracna/web';
|
|
10
|
-
import type { AccordionPanelElement } from '@aracna/web-components/
|
|
10
|
+
import type { AccordionPanelElement } from '@aracna/web-components/surface/accordion';
|
|
11
11
|
import type { AccordionPanelElementAttributes } from '@aracna/web';
|
|
12
12
|
import type { AccordionPanelElementEventMap } from '@aracna/web';
|
|
13
|
-
import type { AccordionSectionElement } from '@aracna/web-components/
|
|
13
|
+
import type { AccordionSectionElement } from '@aracna/web-components/surface/accordion';
|
|
14
14
|
import type { AccordionSectionElementAttributes } from '@aracna/web';
|
|
15
15
|
import type { AccordionSectionElementEventMap } from '@aracna/web';
|
|
16
|
-
import type { AlertDialogDescriptionElement } from '@aracna/web-components/
|
|
16
|
+
import type { AlertDialogDescriptionElement } from '@aracna/web-components/feedback/alert-dialog';
|
|
17
17
|
import type { AlertDialogDescriptionElementAttributes } from '@aracna/web';
|
|
18
18
|
import type { AlertDialogDescriptionElementEventMap } from '@aracna/web';
|
|
19
|
-
import type { AlertDialogElement } from '@aracna/web-components/
|
|
19
|
+
import type { AlertDialogElement } from '@aracna/web-components/feedback/alert-dialog';
|
|
20
20
|
import type { AlertDialogElementAttributes } from '@aracna/web';
|
|
21
21
|
import type { AlertDialogElementEventMap } from '@aracna/web';
|
|
22
|
-
import type { AlertDialogLabelElement } from '@aracna/web-components/
|
|
22
|
+
import type { AlertDialogLabelElement } from '@aracna/web-components/feedback/alert-dialog';
|
|
23
23
|
import type { AlertDialogLabelElementAttributes } from '@aracna/web';
|
|
24
24
|
import type { AlertDialogLabelElementEventMap } from '@aracna/web';
|
|
25
|
-
import type { AlertElement } from '@aracna/web-components/
|
|
25
|
+
import type { AlertElement } from '@aracna/web-components/feedback/alert';
|
|
26
26
|
import type { AlertElementAttributes } from '@aracna/web';
|
|
27
27
|
import type { AlertElementEventMap } from '@aracna/web';
|
|
28
|
-
import type { AriaAccordionButtonElement } from '@aracna/web-components/
|
|
28
|
+
import type { AriaAccordionButtonElement } from '@aracna/web-components/aria/aria-accordion';
|
|
29
29
|
import type { AriaAccordionButtonElementAttributes } from '@aracna/web';
|
|
30
30
|
import type { AriaAccordionButtonElementEventMap } from '@aracna/web';
|
|
31
|
-
import type { AriaAccordionElement } from '@aracna/web-components/
|
|
31
|
+
import type { AriaAccordionElement } from '@aracna/web-components/aria/aria-accordion';
|
|
32
32
|
import type { AriaAccordionElementAttributes } from '@aracna/web';
|
|
33
33
|
import type { AriaAccordionElementEventMap } from '@aracna/web';
|
|
34
|
-
import type { AriaAccordionHeaderElement } from '@aracna/web-components/
|
|
34
|
+
import type { AriaAccordionHeaderElement } from '@aracna/web-components/aria/aria-accordion';
|
|
35
35
|
import type { AriaAccordionHeaderElementAttributes } from '@aracna/web';
|
|
36
36
|
import type { AriaAccordionHeaderElementEventMap } from '@aracna/web';
|
|
37
|
-
import type { AriaAccordionPanelElement } from '@aracna/web-components/
|
|
37
|
+
import type { AriaAccordionPanelElement } from '@aracna/web-components/aria/aria-accordion';
|
|
38
38
|
import type { AriaAccordionPanelElementAttributes } from '@aracna/web';
|
|
39
39
|
import type { AriaAccordionPanelElementEventMap } from '@aracna/web';
|
|
40
|
-
import type { AriaAccordionSectionElement } from '@aracna/web-components/
|
|
40
|
+
import type { AriaAccordionSectionElement } from '@aracna/web-components/aria/aria-accordion';
|
|
41
41
|
import type { AriaAccordionSectionElementAttributes } from '@aracna/web';
|
|
42
42
|
import type { AriaAccordionSectionElementEventMap } from '@aracna/web';
|
|
43
|
-
import type { AriaAlertDialogDescriptionElement } from '@aracna/web-components/
|
|
43
|
+
import type { AriaAlertDialogDescriptionElement } from '@aracna/web-components/aria/aria-alert-dialog';
|
|
44
44
|
import type { AriaAlertDialogDescriptionElementAttributes } from '@aracna/web';
|
|
45
45
|
import type { AriaAlertDialogDescriptionElementEventMap } from '@aracna/web';
|
|
46
|
-
import type { AriaAlertDialogElement } from '@aracna/web-components/
|
|
46
|
+
import type { AriaAlertDialogElement } from '@aracna/web-components/aria/aria-alert-dialog';
|
|
47
47
|
import type { AriaAlertDialogElementAttributes } from '@aracna/web';
|
|
48
48
|
import type { AriaAlertDialogElementEventMap } from '@aracna/web';
|
|
49
|
-
import type { AriaAlertDialogLabelElement } from '@aracna/web-components/
|
|
49
|
+
import type { AriaAlertDialogLabelElement } from '@aracna/web-components/aria/aria-alert-dialog';
|
|
50
50
|
import type { AriaAlertDialogLabelElementAttributes } from '@aracna/web';
|
|
51
51
|
import type { AriaAlertDialogLabelElementEventMap } from '@aracna/web';
|
|
52
|
-
import type { AriaAlertElement } from '@aracna/web-components/
|
|
52
|
+
import type { AriaAlertElement } from '@aracna/web-components/aria/aria-alert';
|
|
53
53
|
import type { AriaAlertElementAttributes } from '@aracna/web';
|
|
54
54
|
import type { AriaAlertElementEventMap } from '@aracna/web';
|
|
55
|
-
import type { AriaBreadcrumbElement } from '@aracna/web-components/
|
|
55
|
+
import type { AriaBreadcrumbElement } from '@aracna/web-components/aria/aria-breadcrumb';
|
|
56
56
|
import type { AriaBreadcrumbElementAttributes } from '@aracna/web';
|
|
57
57
|
import type { AriaBreadcrumbElementEventMap } from '@aracna/web';
|
|
58
|
-
import type { AriaBreadcrumbItemElement } from '@aracna/web-components/
|
|
58
|
+
import type { AriaBreadcrumbItemElement } from '@aracna/web-components/aria/aria-breadcrumb';
|
|
59
59
|
import type { AriaBreadcrumbItemElementAttributes } from '@aracna/web';
|
|
60
60
|
import type { AriaBreadcrumbItemElementEventMap } from '@aracna/web';
|
|
61
|
-
import type { AriaBreadcrumbListElement } from '@aracna/web-components/
|
|
61
|
+
import type { AriaBreadcrumbListElement } from '@aracna/web-components/aria/aria-breadcrumb';
|
|
62
62
|
import type { AriaBreadcrumbListElementAttributes } from '@aracna/web';
|
|
63
63
|
import type { AriaBreadcrumbListElementEventMap } from '@aracna/web';
|
|
64
|
-
import type { AriaButtonElement } from '@aracna/web-components/
|
|
64
|
+
import type { AriaButtonElement } from '@aracna/web-components/aria/aria-button';
|
|
65
65
|
import type { AriaButtonElementAttributes } from '@aracna/web';
|
|
66
66
|
import type { AriaButtonElementEventMap } from '@aracna/web';
|
|
67
|
-
import type { AriaCarouselElement } from '@aracna/web-components/
|
|
67
|
+
import type { AriaCarouselElement } from '@aracna/web-components/aria/aria-carousel';
|
|
68
68
|
import type { AriaCarouselElementAttributes } from '@aracna/web';
|
|
69
69
|
import type { AriaCarouselElementEventMap } from '@aracna/web';
|
|
70
|
-
import type { AriaCarouselNextSlideControlElement } from '@aracna/web-components/
|
|
70
|
+
import type { AriaCarouselNextSlideControlElement } from '@aracna/web-components/aria/aria-carousel';
|
|
71
71
|
import type { AriaCarouselNextSlideControlElementAttributes } from '@aracna/web';
|
|
72
72
|
import type { AriaCarouselNextSlideControlElementEventMap } from '@aracna/web';
|
|
73
|
-
import type { AriaCarouselPreviousSlideControlElement } from '@aracna/web-components/
|
|
73
|
+
import type { AriaCarouselPreviousSlideControlElement } from '@aracna/web-components/aria/aria-carousel';
|
|
74
74
|
import type { AriaCarouselPreviousSlideControlElementAttributes } from '@aracna/web';
|
|
75
75
|
import type { AriaCarouselPreviousSlideControlElementEventMap } from '@aracna/web';
|
|
76
|
-
import type { AriaCarouselRotationControlElement } from '@aracna/web-components/
|
|
76
|
+
import type { AriaCarouselRotationControlElement } from '@aracna/web-components/aria/aria-carousel';
|
|
77
77
|
import type { AriaCarouselRotationControlElementAttributes } from '@aracna/web';
|
|
78
78
|
import type { AriaCarouselRotationControlElementEventMap } from '@aracna/web';
|
|
79
|
-
import type { AriaCarouselSlideElement } from '@aracna/web-components/
|
|
79
|
+
import type { AriaCarouselSlideElement } from '@aracna/web-components/aria/aria-carousel';
|
|
80
80
|
import type { AriaCarouselSlideElementAttributes } from '@aracna/web';
|
|
81
81
|
import type { AriaCarouselSlideElementEventMap } from '@aracna/web';
|
|
82
|
-
import type { AriaCarouselSlidesElement } from '@aracna/web-components/
|
|
82
|
+
import type { AriaCarouselSlidesElement } from '@aracna/web-components/aria/aria-carousel';
|
|
83
83
|
import type { AriaCarouselSlidesElementAttributes } from '@aracna/web';
|
|
84
84
|
import type { AriaCarouselSlidesElementEventMap } from '@aracna/web';
|
|
85
|
-
import type { AriaCarouselTabElement } from '@aracna/web-components/
|
|
85
|
+
import type { AriaCarouselTabElement } from '@aracna/web-components/aria/aria-carousel';
|
|
86
86
|
import type { AriaCarouselTabElementAttributes } from '@aracna/web';
|
|
87
87
|
import type { AriaCarouselTabElementEventMap } from '@aracna/web';
|
|
88
|
-
import type { AriaCarouselTabsElement } from '@aracna/web-components/
|
|
88
|
+
import type { AriaCarouselTabsElement } from '@aracna/web-components/aria/aria-carousel';
|
|
89
89
|
import type { AriaCarouselTabsElementAttributes } from '@aracna/web';
|
|
90
90
|
import type { AriaCarouselTabsElementEventMap } from '@aracna/web';
|
|
91
|
-
import type { AriaCheckBoxElement } from '@aracna/web-components/
|
|
91
|
+
import type { AriaCheckBoxElement } from '@aracna/web-components/aria/aria-check-box';
|
|
92
92
|
import type { AriaCheckBoxElementAttributes } from '@aracna/web';
|
|
93
93
|
import type { AriaCheckBoxElementEventMap } from '@aracna/web';
|
|
94
|
-
import type { AriaComboBoxButtonElement } from '@aracna/web-components/
|
|
94
|
+
import type { AriaComboBoxButtonElement } from '@aracna/web-components/aria/aria-combo-box';
|
|
95
95
|
import type { AriaComboBoxButtonElementAttributes } from '@aracna/web';
|
|
96
96
|
import type { AriaComboBoxButtonElementEventMap } from '@aracna/web';
|
|
97
|
-
import type { AriaComboBoxElement } from '@aracna/web-components/
|
|
97
|
+
import type { AriaComboBoxElement } from '@aracna/web-components/aria/aria-combo-box';
|
|
98
98
|
import type { AriaComboBoxElementAttributes } from '@aracna/web';
|
|
99
99
|
import type { AriaComboBoxElementEventMap } from '@aracna/web';
|
|
100
|
-
import type { AriaComboBoxGroupElement } from '@aracna/web-components/
|
|
100
|
+
import type { AriaComboBoxGroupElement } from '@aracna/web-components/aria/aria-combo-box';
|
|
101
101
|
import type { AriaComboBoxGroupElementAttributes } from '@aracna/web';
|
|
102
102
|
import type { AriaComboBoxGroupElementEventMap } from '@aracna/web';
|
|
103
|
-
import type { AriaComboBoxInputElement } from '@aracna/web-components/
|
|
103
|
+
import type { AriaComboBoxInputElement } from '@aracna/web-components/aria/aria-combo-box';
|
|
104
104
|
import type { AriaComboBoxInputElementAttributes } from '@aracna/web';
|
|
105
105
|
import type { AriaComboBoxInputElementEventMap } from '@aracna/web';
|
|
106
|
-
import type { AriaComboBoxListElement } from '@aracna/web-components/
|
|
106
|
+
import type { AriaComboBoxListElement } from '@aracna/web-components/aria/aria-combo-box';
|
|
107
107
|
import type { AriaComboBoxListElementAttributes } from '@aracna/web';
|
|
108
108
|
import type { AriaComboBoxListElementEventMap } from '@aracna/web';
|
|
109
|
-
import type { AriaComboBoxOptionElement } from '@aracna/web-components/
|
|
109
|
+
import type { AriaComboBoxOptionElement } from '@aracna/web-components/aria/aria-combo-box';
|
|
110
110
|
import type { AriaComboBoxOptionElementAttributes } from '@aracna/web';
|
|
111
111
|
import type { AriaComboBoxOptionElementEventMap } from '@aracna/web';
|
|
112
|
-
import type { AriaDialogDescriptionElement } from '@aracna/web-components/
|
|
112
|
+
import type { AriaDialogDescriptionElement } from '@aracna/web-components/aria/aria-dialog';
|
|
113
113
|
import type { AriaDialogDescriptionElementAttributes } from '@aracna/web';
|
|
114
114
|
import type { AriaDialogDescriptionElementEventMap } from '@aracna/web';
|
|
115
|
-
import type { AriaDialogElement } from '@aracna/web-components/
|
|
115
|
+
import type { AriaDialogElement } from '@aracna/web-components/aria/aria-dialog';
|
|
116
116
|
import type { AriaDialogElementAttributes } from '@aracna/web';
|
|
117
117
|
import type { AriaDialogElementEventMap } from '@aracna/web';
|
|
118
|
-
import type { AriaDialogLabelElement } from '@aracna/web-components/
|
|
118
|
+
import type { AriaDialogLabelElement } from '@aracna/web-components/aria/aria-dialog';
|
|
119
119
|
import type { AriaDialogLabelElementAttributes } from '@aracna/web';
|
|
120
120
|
import type { AriaDialogLabelElementEventMap } from '@aracna/web';
|
|
121
|
-
import type { AriaDisclosureButtonElement } from '@aracna/web-components/
|
|
121
|
+
import type { AriaDisclosureButtonElement } from '@aracna/web-components/aria/aria-disclosure';
|
|
122
122
|
import type { AriaDisclosureButtonElementAttributes } from '@aracna/web';
|
|
123
123
|
import type { AriaDisclosureButtonElementEventMap } from '@aracna/web';
|
|
124
|
-
import type { AriaDisclosureElement } from '@aracna/web-components/
|
|
124
|
+
import type { AriaDisclosureElement } from '@aracna/web-components/aria/aria-disclosure';
|
|
125
125
|
import type { AriaDisclosureElementAttributes } from '@aracna/web';
|
|
126
126
|
import type { AriaDisclosureElementEventMap } from '@aracna/web';
|
|
127
|
-
import type { AriaDisclosurePanelElement } from '@aracna/web-components/
|
|
127
|
+
import type { AriaDisclosurePanelElement } from '@aracna/web-components/aria/aria-disclosure';
|
|
128
128
|
import type { AriaDisclosurePanelElementAttributes } from '@aracna/web';
|
|
129
129
|
import type { AriaDisclosurePanelElementEventMap } from '@aracna/web';
|
|
130
|
-
import type { AriaDisclosureSectionElement } from '@aracna/web-components/
|
|
130
|
+
import type { AriaDisclosureSectionElement } from '@aracna/web-components/aria/aria-disclosure';
|
|
131
131
|
import type { AriaDisclosureSectionElementAttributes } from '@aracna/web';
|
|
132
132
|
import type { AriaDisclosureSectionElementEventMap } from '@aracna/web';
|
|
133
|
-
import type { AriaFeedArticleDescriptionElement } from '@aracna/web-components/
|
|
133
|
+
import type { AriaFeedArticleDescriptionElement } from '@aracna/web-components/aria/aria-feed';
|
|
134
134
|
import type { AriaFeedArticleDescriptionElementAttributes } from '@aracna/web';
|
|
135
135
|
import type { AriaFeedArticleDescriptionElementEventMap } from '@aracna/web';
|
|
136
|
-
import type { AriaFeedArticleElement } from '@aracna/web-components/
|
|
136
|
+
import type { AriaFeedArticleElement } from '@aracna/web-components/aria/aria-feed';
|
|
137
137
|
import type { AriaFeedArticleElementAttributes } from '@aracna/web';
|
|
138
138
|
import type { AriaFeedArticleElementEventMap } from '@aracna/web';
|
|
139
|
-
import type { AriaFeedArticleLabelElement } from '@aracna/web-components/
|
|
139
|
+
import type { AriaFeedArticleLabelElement } from '@aracna/web-components/aria/aria-feed';
|
|
140
140
|
import type { AriaFeedArticleLabelElementAttributes } from '@aracna/web';
|
|
141
141
|
import type { AriaFeedArticleLabelElementEventMap } from '@aracna/web';
|
|
142
|
-
import type { AriaFeedElement } from '@aracna/web-components/
|
|
142
|
+
import type { AriaFeedElement } from '@aracna/web-components/aria/aria-feed';
|
|
143
143
|
import type { AriaFeedElementAttributes } from '@aracna/web';
|
|
144
144
|
import type { AriaFeedElementEventMap } from '@aracna/web';
|
|
145
|
-
import type { AriaLinkElement } from '@aracna/web-components/
|
|
145
|
+
import type { AriaLinkElement } from '@aracna/web-components/aria/aria-link';
|
|
146
146
|
import type { AriaLinkElementAttributes } from '@aracna/web';
|
|
147
147
|
import type { AriaLinkElementEventMap } from '@aracna/web';
|
|
148
|
-
import type { AriaListBoxElement } from '@aracna/web-components/
|
|
148
|
+
import type { AriaListBoxElement } from '@aracna/web-components/aria/aria-list-box';
|
|
149
149
|
import type { AriaListBoxElementAttributes } from '@aracna/web';
|
|
150
150
|
import type { AriaListBoxElementEventMap } from '@aracna/web';
|
|
151
|
-
import type { AriaListBoxOptionElement } from '@aracna/web-components/
|
|
151
|
+
import type { AriaListBoxOptionElement } from '@aracna/web-components/aria/aria-list-box';
|
|
152
152
|
import type { AriaListBoxOptionElementAttributes } from '@aracna/web';
|
|
153
153
|
import type { AriaListBoxOptionElementEventMap } from '@aracna/web';
|
|
154
|
-
import type { AriaMenuButtonElement } from '@aracna/web-components/
|
|
154
|
+
import type { AriaMenuButtonElement } from '@aracna/web-components/aria/aria-menu';
|
|
155
155
|
import type { AriaMenuButtonElementAttributes } from '@aracna/web';
|
|
156
156
|
import type { AriaMenuButtonElementEventMap } from '@aracna/web';
|
|
157
|
-
import type { AriaMenuElement } from '@aracna/web-components/
|
|
157
|
+
import type { AriaMenuElement } from '@aracna/web-components/aria/aria-menu';
|
|
158
158
|
import type { AriaMenuElementAttributes } from '@aracna/web';
|
|
159
159
|
import type { AriaMenuElementEventMap } from '@aracna/web';
|
|
160
|
-
import type { AriaMenuItemElement } from '@aracna/web-components/
|
|
160
|
+
import type { AriaMenuItemElement } from '@aracna/web-components/aria/aria-menu';
|
|
161
161
|
import type { AriaMenuItemElementAttributes } from '@aracna/web';
|
|
162
162
|
import type { AriaMenuItemElementEventMap } from '@aracna/web';
|
|
163
|
-
import type { AriaMenuSubMenuElement } from '@aracna/web-components/
|
|
163
|
+
import type { AriaMenuSubMenuElement } from '@aracna/web-components/aria/aria-menu';
|
|
164
164
|
import type { AriaMenuSubMenuElementAttributes } from '@aracna/web';
|
|
165
165
|
import type { AriaMenuSubMenuElementEventMap } from '@aracna/web';
|
|
166
|
-
import type { AriaMeterElement } from '@aracna/web-components/
|
|
166
|
+
import type { AriaMeterElement } from '@aracna/web-components/aria/aria-meter';
|
|
167
167
|
import type { AriaMeterElementAttributes } from '@aracna/web';
|
|
168
168
|
import type { AriaMeterElementEventMap } from '@aracna/web';
|
|
169
|
-
import type { AriaRadioButtonElement } from '@aracna/web-components/
|
|
169
|
+
import type { AriaRadioButtonElement } from '@aracna/web-components/aria/aria-radio-group';
|
|
170
170
|
import type { AriaRadioButtonElementAttributes } from '@aracna/web';
|
|
171
171
|
import type { AriaRadioButtonElementEventMap } from '@aracna/web';
|
|
172
|
-
import type { AriaRadioGroupElement } from '@aracna/web-components/
|
|
172
|
+
import type { AriaRadioGroupElement } from '@aracna/web-components/aria/aria-radio-group';
|
|
173
173
|
import type { AriaRadioGroupElementAttributes } from '@aracna/web';
|
|
174
174
|
import type { AriaRadioGroupElementEventMap } from '@aracna/web';
|
|
175
|
-
import type { AriaSliderElement } from '@aracna/web-components/
|
|
175
|
+
import type { AriaSliderElement } from '@aracna/web-components/aria/aria-slider';
|
|
176
176
|
import type { AriaSliderElementAttributes } from '@aracna/web';
|
|
177
177
|
import type { AriaSliderElementEventMap } from '@aracna/web';
|
|
178
|
-
import type { AriaSliderThumbElement } from '@aracna/web-components/
|
|
178
|
+
import type { AriaSliderThumbElement } from '@aracna/web-components/aria/aria-slider';
|
|
179
179
|
import type { AriaSliderThumbElementAttributes } from '@aracna/web';
|
|
180
180
|
import type { AriaSliderThumbElementEventMap } from '@aracna/web';
|
|
181
|
-
import type { AriaSwitchElement } from '@aracna/web-components/
|
|
181
|
+
import type { AriaSwitchElement } from '@aracna/web-components/aria/aria-switch';
|
|
182
182
|
import type { AriaSwitchElementAttributes } from '@aracna/web';
|
|
183
183
|
import type { AriaSwitchElementEventMap } from '@aracna/web';
|
|
184
|
-
import type { AriaTabsElement } from '@aracna/web-components/
|
|
184
|
+
import type { AriaTabsElement } from '@aracna/web-components/aria/aria-tabs';
|
|
185
185
|
import type { AriaTabsElementAttributes } from '@aracna/web';
|
|
186
186
|
import type { AriaTabsElementEventMap } from '@aracna/web';
|
|
187
|
-
import type { AriaTabsPanelElement } from '@aracna/web-components/
|
|
187
|
+
import type { AriaTabsPanelElement } from '@aracna/web-components/aria/aria-tabs';
|
|
188
188
|
import type { AriaTabsPanelElementAttributes } from '@aracna/web';
|
|
189
189
|
import type { AriaTabsPanelElementEventMap } from '@aracna/web';
|
|
190
|
-
import type { AriaTabsTabElement } from '@aracna/web-components/
|
|
190
|
+
import type { AriaTabsTabElement } from '@aracna/web-components/aria/aria-tabs';
|
|
191
191
|
import type { AriaTabsTabElementAttributes } from '@aracna/web';
|
|
192
192
|
import type { AriaTabsTabElementEventMap } from '@aracna/web';
|
|
193
|
-
import type { AriaTooltipArrowElement } from '@aracna/web-components/
|
|
193
|
+
import type { AriaTooltipArrowElement } from '@aracna/web-components/aria/aria-tooltip';
|
|
194
194
|
import type { AriaTooltipArrowElementAttributes } from '@aracna/web';
|
|
195
195
|
import type { AriaTooltipArrowElementEventMap } from '@aracna/web';
|
|
196
|
-
import type { AriaTooltipContentElement } from '@aracna/web-components/
|
|
196
|
+
import type { AriaTooltipContentElement } from '@aracna/web-components/aria/aria-tooltip';
|
|
197
197
|
import type { AriaTooltipContentElementAttributes } from '@aracna/web';
|
|
198
198
|
import type { AriaTooltipContentElementEventMap } from '@aracna/web';
|
|
199
|
-
import type { AriaTooltipElement } from '@aracna/web-components/
|
|
199
|
+
import type { AriaTooltipElement } from '@aracna/web-components/aria/aria-tooltip';
|
|
200
200
|
import type { AriaTooltipElementAttributes } from '@aracna/web';
|
|
201
201
|
import type { AriaTooltipElementEventMap } from '@aracna/web';
|
|
202
|
-
import type { AriaTooltipTriggerElement } from '@aracna/web-components/
|
|
202
|
+
import type { AriaTooltipTriggerElement } from '@aracna/web-components/aria/aria-tooltip';
|
|
203
203
|
import type { AriaTooltipTriggerElementAttributes } from '@aracna/web';
|
|
204
204
|
import type { AriaTooltipTriggerElementEventMap } from '@aracna/web';
|
|
205
|
-
import type { AvatarElement } from '@aracna/web-components/
|
|
205
|
+
import type { AvatarElement } from '@aracna/web-components/data/avatar';
|
|
206
206
|
import type { AvatarElementAttributes } from '@aracna/web';
|
|
207
207
|
import type { AvatarElementEventMap } from '@aracna/web';
|
|
208
|
-
import type { BadgeElement } from '@aracna/web-components/
|
|
208
|
+
import type { BadgeElement } from '@aracna/web-components/data/badge';
|
|
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/
|
|
213
|
+
import type { BreadcrumbElement } from '@aracna/web-components/navigation/breadcrumb';
|
|
214
214
|
import type { BreadcrumbElementAttributes } from '@aracna/web';
|
|
215
215
|
import type { BreadcrumbElementEventMap } from '@aracna/web';
|
|
216
|
-
import type { BreadcrumbItemElement } from '@aracna/web-components/
|
|
216
|
+
import type { BreadcrumbItemElement } from '@aracna/web-components/navigation/breadcrumb';
|
|
217
217
|
import type { BreadcrumbItemElementAttributes } from '@aracna/web';
|
|
218
218
|
import type { BreadcrumbItemElementEventMap } from '@aracna/web';
|
|
219
|
-
import type { BreadcrumbListElement } from '@aracna/web-components/
|
|
219
|
+
import type { BreadcrumbListElement } from '@aracna/web-components/navigation/breadcrumb';
|
|
220
220
|
import type { BreadcrumbListElementAttributes } from '@aracna/web';
|
|
221
221
|
import type { BreadcrumbListElementEventMap } from '@aracna/web';
|
|
222
|
-
import type { ButtonElement } from '@aracna/web-components/
|
|
222
|
+
import type { ButtonElement } from '@aracna/web-components/input/button';
|
|
223
223
|
import type { ButtonElementAttributes } from '@aracna/web';
|
|
224
224
|
import type { ButtonElementEventMap } from '@aracna/web';
|
|
225
|
-
import type { ButtonGroupElement } from '@aracna/web-components/
|
|
225
|
+
import type { ButtonGroupElement } from '@aracna/web-components/input/button-group';
|
|
226
226
|
import type { ButtonGroupElementAttributes } from '@aracna/web';
|
|
227
227
|
import type { ButtonGroupElementEventMap } from '@aracna/web';
|
|
228
|
-
import type { CarouselElement } from '@aracna/web-components/
|
|
228
|
+
import type { CarouselElement } from '@aracna/web-components/data/carousel';
|
|
229
229
|
import type { CarouselElementAttributes } from '@aracna/web';
|
|
230
230
|
import type { CarouselElementEventMap } from '@aracna/web';
|
|
231
|
-
import type { CarouselNextSlideControlElement } from '@aracna/web-components/
|
|
231
|
+
import type { CarouselNextSlideControlElement } from '@aracna/web-components/data/carousel';
|
|
232
232
|
import type { CarouselNextSlideControlElementAttributes } from '@aracna/web';
|
|
233
233
|
import type { CarouselNextSlideControlElementEventMap } from '@aracna/web';
|
|
234
|
-
import type { CarouselPreviousSlideControlElement } from '@aracna/web-components/
|
|
234
|
+
import type { CarouselPreviousSlideControlElement } from '@aracna/web-components/data/carousel';
|
|
235
235
|
import type { CarouselPreviousSlideControlElementAttributes } from '@aracna/web';
|
|
236
236
|
import type { CarouselPreviousSlideControlElementEventMap } from '@aracna/web';
|
|
237
|
-
import type { CarouselRotationControlElement } from '@aracna/web-components/
|
|
237
|
+
import type { CarouselRotationControlElement } from '@aracna/web-components/data/carousel';
|
|
238
238
|
import type { CarouselRotationControlElementAttributes } from '@aracna/web';
|
|
239
239
|
import type { CarouselRotationControlElementEventMap } from '@aracna/web';
|
|
240
|
-
import type { CarouselSlideElement } from '@aracna/web-components/
|
|
240
|
+
import type { CarouselSlideElement } from '@aracna/web-components/data/carousel';
|
|
241
241
|
import type { CarouselSlideElementAttributes } from '@aracna/web';
|
|
242
242
|
import type { CarouselSlideElementEventMap } from '@aracna/web';
|
|
243
|
-
import type { CarouselSlidesElement } from '@aracna/web-components/
|
|
243
|
+
import type { CarouselSlidesElement } from '@aracna/web-components/data/carousel';
|
|
244
244
|
import type { CarouselSlidesElementAttributes } from '@aracna/web';
|
|
245
245
|
import type { CarouselSlidesElementEventMap } from '@aracna/web';
|
|
246
|
-
import type { CarouselTabElement } from '@aracna/web-components/
|
|
246
|
+
import type { CarouselTabElement } from '@aracna/web-components/data/carousel';
|
|
247
247
|
import type { CarouselTabElementAttributes } from '@aracna/web';
|
|
248
248
|
import type { CarouselTabElementEventMap } from '@aracna/web';
|
|
249
|
-
import type { CarouselTabsElement } from '@aracna/web-components/
|
|
249
|
+
import type { CarouselTabsElement } from '@aracna/web-components/data/carousel';
|
|
250
250
|
import type { CarouselTabsElementAttributes } from '@aracna/web';
|
|
251
251
|
import type { CarouselTabsElementEventMap } from '@aracna/web';
|
|
252
|
-
import type { CheckBoxElement } from '@aracna/web-components/
|
|
252
|
+
import type { CheckBoxElement } from '@aracna/web-components/input/check-box';
|
|
253
253
|
import type { CheckBoxElementAttributes } from '@aracna/web';
|
|
254
254
|
import type { CheckBoxElementEventMap } from '@aracna/web';
|
|
255
|
-
import type { ChipElement } from '@aracna/web-components/
|
|
255
|
+
import type { ChipElement } from '@aracna/web-components/data/chip';
|
|
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/
|
|
259
|
+
import type { DialogDescriptionElement } from '@aracna/web-components/feedback/dialog';
|
|
260
260
|
import type { DialogDescriptionElementAttributes } from '@aracna/web';
|
|
261
261
|
import type { DialogDescriptionElementEventMap } from '@aracna/web';
|
|
262
|
-
import type { DialogElement } from '@aracna/web-components/
|
|
262
|
+
import type { DialogElement } from '@aracna/web-components/feedback/dialog';
|
|
263
263
|
import type { DialogElementAttributes } from '@aracna/web';
|
|
264
264
|
import type { DialogElementEventMap } from '@aracna/web';
|
|
265
|
-
import type { DialogLabelElement } from '@aracna/web-components/
|
|
265
|
+
import type { DialogLabelElement } from '@aracna/web-components/feedback/dialog';
|
|
266
266
|
import type { DialogLabelElementAttributes } from '@aracna/web';
|
|
267
267
|
import type { DialogLabelElementEventMap } from '@aracna/web';
|
|
268
|
-
import type { DisclosureButtonElement } from '@aracna/web-components/
|
|
268
|
+
import type { DisclosureButtonElement } from '@aracna/web-components/surface/disclosure';
|
|
269
269
|
import type { DisclosureButtonElementAttributes } from '@aracna/web';
|
|
270
270
|
import type { DisclosureButtonElementEventMap } from '@aracna/web';
|
|
271
|
-
import type { DisclosureElement } from '@aracna/web-components/
|
|
271
|
+
import type { DisclosureElement } from '@aracna/web-components/surface/disclosure';
|
|
272
272
|
import type { DisclosureElementAttributes } from '@aracna/web';
|
|
273
273
|
import type { DisclosureElementEventMap } from '@aracna/web';
|
|
274
|
-
import type { DisclosurePanelElement } from '@aracna/web-components/
|
|
274
|
+
import type { DisclosurePanelElement } from '@aracna/web-components/surface/disclosure';
|
|
275
275
|
import type { DisclosurePanelElementAttributes } from '@aracna/web';
|
|
276
276
|
import type { DisclosurePanelElementEventMap } from '@aracna/web';
|
|
277
|
-
import type { DisclosureSectionElement } from '@aracna/web-components/
|
|
277
|
+
import type { DisclosureSectionElement } from '@aracna/web-components/surface/disclosure';
|
|
278
278
|
import type { DisclosureSectionElementAttributes } from '@aracna/web';
|
|
279
279
|
import type { DisclosureSectionElementEventMap } from '@aracna/web';
|
|
280
|
-
import type { DividerElement } from '@aracna/web-components/
|
|
280
|
+
import type { DividerElement } from '@aracna/web-components/layout/divider';
|
|
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/
|
|
284
|
+
import type { FeedArticleDescriptionElement } from '@aracna/web-components/data/feed';
|
|
285
285
|
import type { FeedArticleDescriptionElementAttributes } from '@aracna/web';
|
|
286
286
|
import type { FeedArticleDescriptionElementEventMap } from '@aracna/web';
|
|
287
|
-
import type { FeedArticleElement } from '@aracna/web-components/
|
|
287
|
+
import type { FeedArticleElement } from '@aracna/web-components/data/feed';
|
|
288
288
|
import type { FeedArticleElementAttributes } from '@aracna/web';
|
|
289
289
|
import type { FeedArticleElementEventMap } from '@aracna/web';
|
|
290
|
-
import type { FeedArticleLabelElement } from '@aracna/web-components/
|
|
290
|
+
import type { FeedArticleLabelElement } from '@aracna/web-components/data/feed';
|
|
291
291
|
import type { FeedArticleLabelElementAttributes } from '@aracna/web';
|
|
292
292
|
import type { FeedArticleLabelElementEventMap } from '@aracna/web';
|
|
293
|
-
import type { FeedElement } from '@aracna/web-components/
|
|
293
|
+
import type { FeedElement } from '@aracna/web-components/data/feed';
|
|
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/
|
|
300
|
+
import type { FormElement } from '@aracna/web-components/input/form';
|
|
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/
|
|
307
|
+
import type { IconElement } from '@aracna/web-components/data/icon';
|
|
308
308
|
import type { IconElementAttributes } from '@aracna/web';
|
|
309
309
|
import type { IconElementEventMap } from '@aracna/web';
|
|
310
|
-
import type { ImageElement } from '@aracna/web-components/
|
|
310
|
+
import type { ImageElement } from '@aracna/web-components/data/image';
|
|
311
311
|
import type { ImageElementAttributes } from '@aracna/web';
|
|
312
312
|
import type { ImageElementEventMap } from '@aracna/web';
|
|
313
|
-
import type { InputElement } from '@aracna/web-components/
|
|
313
|
+
import type { InputElement } from '@aracna/web-components/input/input';
|
|
314
314
|
import type { InputElementAttributes } from '@aracna/web';
|
|
315
315
|
import type { InputElementEventMap } from '@aracna/web';
|
|
316
|
-
import type { InputFileElement } from '@aracna/web-components/
|
|
316
|
+
import type { InputFileElement } from '@aracna/web-components/input/input-file';
|
|
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/
|
|
320
|
+
import type { ListElement } from '@aracna/web-components/data/list';
|
|
321
321
|
import type { ListElementAttributes } from '@aracna/web';
|
|
322
322
|
import type { ListElementEventMap } from '@aracna/web';
|
|
323
|
-
import type { ListItemElement } from '@aracna/web-components/
|
|
323
|
+
import type { ListItemElement } from '@aracna/web-components/data/list';
|
|
324
324
|
import type { ListItemElementAttributes } from '@aracna/web';
|
|
325
325
|
import type { ListItemElementEventMap } from '@aracna/web';
|
|
326
|
-
import type { MenuButtonElement } from '@aracna/web-components/
|
|
326
|
+
import type { MenuButtonElement } from '@aracna/web-components/navigation/menu';
|
|
327
327
|
import type { MenuButtonElementAttributes } from '@aracna/web';
|
|
328
328
|
import type { MenuButtonElementEventMap } from '@aracna/web';
|
|
329
|
-
import type { MenuElement } from '@aracna/web-components/
|
|
329
|
+
import type { MenuElement } from '@aracna/web-components/navigation/menu';
|
|
330
330
|
import type { MenuElementAttributes } from '@aracna/web';
|
|
331
331
|
import type { MenuElementEventMap } from '@aracna/web';
|
|
332
|
-
import type { MenuItemElement } from '@aracna/web-components/
|
|
332
|
+
import type { MenuItemElement } from '@aracna/web-components/navigation/menu';
|
|
333
333
|
import type { MenuItemElementAttributes } from '@aracna/web';
|
|
334
334
|
import type { MenuItemElementEventMap } from '@aracna/web';
|
|
335
|
-
import type { MenuSubMenuElement } from '@aracna/web-components/
|
|
335
|
+
import type { MenuSubMenuElement } from '@aracna/web-components/navigation/menu';
|
|
336
336
|
import type { MenuSubMenuElementAttributes } from '@aracna/web';
|
|
337
337
|
import type { MenuSubMenuElementEventMap } from '@aracna/web';
|
|
338
|
-
import type { MeterElement } from '@aracna/web-components/
|
|
338
|
+
import type { MeterElement } from '@aracna/web-components/feedback/meter';
|
|
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/
|
|
342
|
+
import type { NavigationBarElement } from '@aracna/web-components/navigation/navigation-bar';
|
|
343
343
|
import type { NavigationBarElementAttributes } from '@aracna/web';
|
|
344
344
|
import type { NavigationBarElementEventMap } from '@aracna/web';
|
|
345
|
-
import type { NavigationBarItemElement } from '@aracna/web-components/
|
|
345
|
+
import type { NavigationBarItemElement } from '@aracna/web-components/navigation/navigation-bar';
|
|
346
346
|
import type { NavigationBarItemElementAttributes } from '@aracna/web';
|
|
347
347
|
import type { NavigationBarItemElementEventMap } from '@aracna/web';
|
|
348
|
-
import type { NavigationRailElement } from '@aracna/web-components/
|
|
348
|
+
import type { NavigationRailElement } from '@aracna/web-components/navigation/navigation-rail';
|
|
349
349
|
import type { NavigationRailElementAttributes } from '@aracna/web';
|
|
350
350
|
import type { NavigationRailElementEventMap } from '@aracna/web';
|
|
351
|
-
import type { NavigationRailItemElement } from '@aracna/web-components/
|
|
351
|
+
import type { NavigationRailItemElement } from '@aracna/web-components/navigation/navigation-rail';
|
|
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/
|
|
355
|
+
import type { RadioButtonElement } from '@aracna/web-components/input/radio-group';
|
|
356
356
|
import type { RadioButtonElementAttributes } from '@aracna/web';
|
|
357
357
|
import type { RadioButtonElementEventMap } from '@aracna/web';
|
|
358
|
-
import type { RadioGroupElement } from '@aracna/web-components/
|
|
358
|
+
import type { RadioGroupElement } from '@aracna/web-components/input/radio-group';
|
|
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/
|
|
363
|
+
import type { SelectButtonElement } from '@aracna/web-components/input/select';
|
|
364
364
|
import type { SelectButtonElementAttributes } from '@aracna/web';
|
|
365
365
|
import type { SelectButtonElementEventMap } from '@aracna/web';
|
|
366
|
-
import type { SelectElement } from '@aracna/web-components/
|
|
366
|
+
import type { SelectElement } from '@aracna/web-components/input/select';
|
|
367
367
|
import type { SelectElementAttributes } from '@aracna/web';
|
|
368
368
|
import type { SelectElementEventMap } from '@aracna/web';
|
|
369
|
-
import type { SelectGroupElement } from '@aracna/web-components/
|
|
369
|
+
import type { SelectGroupElement } from '@aracna/web-components/input/select';
|
|
370
370
|
import type { SelectGroupElementAttributes } from '@aracna/web';
|
|
371
371
|
import type { SelectGroupElementEventMap } from '@aracna/web';
|
|
372
|
-
import type { SelectInputElement } from '@aracna/web-components/
|
|
372
|
+
import type { SelectInputElement } from '@aracna/web-components/input/select';
|
|
373
373
|
import type { SelectInputElementAttributes } from '@aracna/web';
|
|
374
374
|
import type { SelectInputElementEventMap } from '@aracna/web';
|
|
375
|
-
import type { SelectListElement } from '@aracna/web-components/
|
|
375
|
+
import type { SelectListElement } from '@aracna/web-components/input/select';
|
|
376
376
|
import type { SelectListElementAttributes } from '@aracna/web';
|
|
377
377
|
import type { SelectListElementEventMap } from '@aracna/web';
|
|
378
|
-
import type { SelectOptionElement } from '@aracna/web-components/
|
|
378
|
+
import type { SelectOptionElement } from '@aracna/web-components/input/select';
|
|
379
379
|
import type { SelectOptionElementAttributes } from '@aracna/web';
|
|
380
380
|
import type { SelectOptionElementEventMap } from '@aracna/web';
|
|
381
|
-
import type { SliderElement } from '@aracna/web-components/
|
|
381
|
+
import type { SliderElement } from '@aracna/web-components/input/slider';
|
|
382
382
|
import type { SliderElementAttributes } from '@aracna/web';
|
|
383
383
|
import type { SliderElementEventMap } from '@aracna/web';
|
|
384
|
-
import type { SliderThumbElement } from '@aracna/web-components/
|
|
384
|
+
import type { SliderThumbElement } from '@aracna/web-components/input/slider';
|
|
385
385
|
import type { SliderThumbElementAttributes } from '@aracna/web';
|
|
386
386
|
import type { SliderThumbElementEventMap } from '@aracna/web';
|
|
387
|
-
import type { SwitchElement } from '@aracna/web-components/
|
|
387
|
+
import type { SwitchElement } from '@aracna/web-components/input/switch';
|
|
388
388
|
import type { SwitchElementAttributes } from '@aracna/web';
|
|
389
389
|
import type { SwitchElementEventMap } from '@aracna/web';
|
|
390
|
-
import type { TabsElement } from '@aracna/web-components/
|
|
390
|
+
import type { TabsElement } from '@aracna/web-components/navigation/tabs';
|
|
391
391
|
import type { TabsElementAttributes } from '@aracna/web';
|
|
392
392
|
import type { TabsElementEventMap } from '@aracna/web';
|
|
393
|
-
import type { TabsPanelElement } from '@aracna/web-components/
|
|
393
|
+
import type { TabsPanelElement } from '@aracna/web-components/navigation/tabs';
|
|
394
394
|
import type { TabsPanelElementAttributes } from '@aracna/web';
|
|
395
395
|
import type { TabsPanelElementEventMap } from '@aracna/web';
|
|
396
|
-
import type { TabsTabElement } from '@aracna/web-components/
|
|
396
|
+
import type { TabsTabElement } from '@aracna/web-components/navigation/tabs';
|
|
397
397
|
import type { TabsTabElementAttributes } from '@aracna/web';
|
|
398
398
|
import type { TabsTabElementEventMap } from '@aracna/web';
|
|
399
|
-
import type { TextAreaElement } from '@aracna/web-components/
|
|
399
|
+
import type { TextAreaElement } from '@aracna/web-components/input/text-area';
|
|
400
400
|
import type { TextAreaElementAttributes } from '@aracna/web';
|
|
401
401
|
import type { TextAreaElementEventMap } from '@aracna/web';
|
|
402
|
-
import type { TooltipArrowElement } from '@aracna/web-components/
|
|
402
|
+
import type { TooltipArrowElement } from '@aracna/web-components/data/tooltip';
|
|
403
403
|
import type { TooltipArrowElementAttributes } from '@aracna/web';
|
|
404
404
|
import type { TooltipArrowElementEventMap } from '@aracna/web';
|
|
405
|
-
import type { TooltipContentElement } from '@aracna/web-components/
|
|
405
|
+
import type { TooltipContentElement } from '@aracna/web-components/data/tooltip';
|
|
406
406
|
import type { TooltipContentElementAttributes } from '@aracna/web';
|
|
407
407
|
import type { TooltipContentElementEventMap } from '@aracna/web';
|
|
408
|
-
import type { TooltipElement } from '@aracna/web-components/
|
|
408
|
+
import type { TooltipElement } from '@aracna/web-components/data/tooltip';
|
|
409
409
|
import type { TooltipElementAttributes } from '@aracna/web';
|
|
410
410
|
import type { TooltipElementEventMap } from '@aracna/web';
|
|
411
|
-
import type { TooltipTriggerElement } from '@aracna/web-components/
|
|
411
|
+
import type { TooltipTriggerElement } from '@aracna/web-components/data/tooltip';
|
|
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>;
|