@aracna/react 1.0.18 → 1.0.20

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.
@@ -1,61 +1,61 @@
1
1
  import type { ElementComponentProps } from './types.js';
2
2
  import type { AriaTooltipElementAttributes, AriaTooltipElementEventMap, AriaTooltipArrowElementAttributes, AriaTooltipArrowElementEventMap, AriaTooltipContentElementAttributes, AriaTooltipContentElementEventMap, AriaTooltipTriggerElementAttributes, AriaTooltipTriggerElementEventMap } from '@aracna/web';
3
- import type { AriaTooltipElement, AriaTooltipArrowElement, AriaTooltipContentElement, AriaTooltipTriggerElement } from '@aracna/web-components/aria/aria-tooltip';
3
+ import type { AriaTooltipElement, AriaTooltipArrowElement, AriaTooltipContentElement, AriaTooltipTriggerElement } from '@aracna/web-components/elements/aria/aria-tooltip-element.js';
4
4
  export type AriaTooltipProps = ElementComponentProps<AriaTooltipElement, AriaTooltipElementAttributes, AriaTooltipElementEventMap>;
5
5
  export type AriaTooltipArrowProps = ElementComponentProps<AriaTooltipArrowElement, AriaTooltipArrowElementAttributes, AriaTooltipArrowElementEventMap>;
6
6
  export type AriaTooltipContentProps = ElementComponentProps<AriaTooltipContentElement, AriaTooltipContentElementAttributes, AriaTooltipContentElementEventMap>;
7
7
  export type AriaTooltipTriggerProps = ElementComponentProps<AriaTooltipTriggerElement, AriaTooltipTriggerElementAttributes, AriaTooltipTriggerElementEventMap>;
8
8
  import type { AriaTabsElementAttributes, AriaTabsElementEventMap, AriaTabsPanelElementAttributes, AriaTabsPanelElementEventMap, AriaTabsTabElementAttributes, AriaTabsTabElementEventMap } from '@aracna/web';
9
- import type { AriaTabsElement, AriaTabsPanelElement, AriaTabsTabElement } from '@aracna/web-components/aria/aria-tabs';
9
+ import type { AriaTabsElement, AriaTabsPanelElement, AriaTabsTabElement } from '@aracna/web-components/elements/aria/aria-tabs-element.js';
10
10
  export type AriaTabsProps = ElementComponentProps<AriaTabsElement, AriaTabsElementAttributes, AriaTabsElementEventMap>;
11
11
  export type AriaTabsPanelProps = ElementComponentProps<AriaTabsPanelElement, AriaTabsPanelElementAttributes, AriaTabsPanelElementEventMap>;
12
12
  export type AriaTabsTabProps = ElementComponentProps<AriaTabsTabElement, AriaTabsTabElementAttributes, AriaTabsTabElementEventMap>;
13
13
  import type { AriaSwitchElementAttributes, AriaSwitchElementEventMap } from '@aracna/web';
14
- import type { AriaSwitchElement } from '@aracna/web-components/aria/aria-switch';
14
+ import type { AriaSwitchElement } from '@aracna/web-components/elements/aria/aria-switch-element.js';
15
15
  export type AriaSwitchProps = ElementComponentProps<AriaSwitchElement, AriaSwitchElementAttributes, AriaSwitchElementEventMap>;
16
16
  import type { AriaSliderElementAttributes, AriaSliderElementEventMap, AriaSliderThumbElementAttributes, AriaSliderThumbElementEventMap } from '@aracna/web';
17
- import type { AriaSliderElement, AriaSliderThumbElement } from '@aracna/web-components/aria/aria-slider';
17
+ import type { AriaSliderElement, AriaSliderThumbElement } from '@aracna/web-components/elements/aria/aria-slider-element.js';
18
18
  export type AriaSliderProps = ElementComponentProps<AriaSliderElement, AriaSliderElementAttributes, AriaSliderElementEventMap>;
19
19
  export type AriaSliderThumbProps = ElementComponentProps<AriaSliderThumbElement, AriaSliderThumbElementAttributes, AriaSliderThumbElementEventMap>;
20
20
  import type { AriaRadioButtonElementAttributes, AriaRadioButtonElementEventMap, AriaRadioGroupElementAttributes, AriaRadioGroupElementEventMap } from '@aracna/web';
21
- import type { AriaRadioButtonElement, AriaRadioGroupElement } from '@aracna/web-components/aria/aria-radio-group';
21
+ import type { AriaRadioButtonElement, AriaRadioGroupElement } from '@aracna/web-components/elements/aria/aria-radio-group-element.js';
22
22
  export type AriaRadioButtonProps = ElementComponentProps<AriaRadioButtonElement, AriaRadioButtonElementAttributes, AriaRadioButtonElementEventMap>;
23
23
  export type AriaRadioGroupProps = ElementComponentProps<AriaRadioGroupElement, AriaRadioGroupElementAttributes, AriaRadioGroupElementEventMap>;
24
24
  import type { AriaMeterElementAttributes, AriaMeterElementEventMap } from '@aracna/web';
25
- import type { AriaMeterElement } from '@aracna/web-components/aria/aria-meter';
25
+ import type { AriaMeterElement } from '@aracna/web-components/elements/aria/aria-meter-element.js';
26
26
  export type AriaMeterProps = ElementComponentProps<AriaMeterElement, AriaMeterElementAttributes, AriaMeterElementEventMap>;
27
27
  import type { AriaMenuElementAttributes, AriaMenuElementEventMap, AriaMenuButtonElementAttributes, AriaMenuButtonElementEventMap, AriaMenuItemElementAttributes, AriaMenuItemElementEventMap, AriaMenuSubMenuElementAttributes, AriaMenuSubMenuElementEventMap } from '@aracna/web';
28
- import type { AriaMenuElement, AriaMenuButtonElement, AriaMenuItemElement, AriaMenuSubMenuElement } from '@aracna/web-components/aria/aria-menu';
28
+ import type { AriaMenuElement, AriaMenuButtonElement, AriaMenuItemElement, AriaMenuSubMenuElement } from '@aracna/web-components/elements/aria/aria-menu-element.js';
29
29
  export type AriaMenuProps = ElementComponentProps<AriaMenuElement, AriaMenuElementAttributes<AriaMenuItemElement>, AriaMenuElementEventMap>;
30
30
  export type AriaMenuButtonProps = ElementComponentProps<AriaMenuButtonElement, AriaMenuButtonElementAttributes, AriaMenuButtonElementEventMap>;
31
31
  export type AriaMenuItemProps = ElementComponentProps<AriaMenuItemElement, AriaMenuItemElementAttributes, AriaMenuItemElementEventMap>;
32
32
  export type AriaMenuSubMenuProps = ElementComponentProps<AriaMenuSubMenuElement, AriaMenuSubMenuElementAttributes, AriaMenuSubMenuElementEventMap>;
33
33
  import type { AriaListBoxElementAttributes, AriaListBoxElementEventMap, AriaListBoxOptionElementAttributes, AriaListBoxOptionElementEventMap } from '@aracna/web';
34
- import type { AriaListBoxElement, AriaListBoxOptionElement } from '@aracna/web-components/aria/aria-list-box';
34
+ import type { AriaListBoxElement, AriaListBoxOptionElement } from '@aracna/web-components/elements/aria/aria-list-box-element.js';
35
35
  export type AriaListBoxProps = ElementComponentProps<AriaListBoxElement, AriaListBoxElementAttributes<AriaListBoxOptionElement>, AriaListBoxElementEventMap>;
36
36
  export type AriaListBoxOptionProps = ElementComponentProps<AriaListBoxOptionElement, AriaListBoxOptionElementAttributes, AriaListBoxOptionElementEventMap>;
37
37
  import type { AriaLinkElementAttributes, AriaLinkElementEventMap } from '@aracna/web';
38
- import type { AriaLinkElement } from '@aracna/web-components/aria/aria-link';
38
+ import type { AriaLinkElement } from '@aracna/web-components/elements/aria/aria-link-element.js';
39
39
  export type AriaLinkProps = ElementComponentProps<AriaLinkElement, AriaLinkElementAttributes, AriaLinkElementEventMap>;
40
40
  import type { AriaFeedElementAttributes, AriaFeedElementEventMap, AriaFeedArticleElementAttributes, AriaFeedArticleElementEventMap, AriaFeedArticleDescriptionElementAttributes, AriaFeedArticleDescriptionElementEventMap, AriaFeedArticleLabelElementAttributes, AriaFeedArticleLabelElementEventMap } from '@aracna/web';
41
- import type { AriaFeedElement, AriaFeedArticleElement, AriaFeedArticleDescriptionElement, AriaFeedArticleLabelElement } from '@aracna/web-components/aria/aria-feed';
41
+ import type { AriaFeedElement, AriaFeedArticleElement, AriaFeedArticleDescriptionElement, AriaFeedArticleLabelElement } from '@aracna/web-components/elements/aria/aria-feed-element.js';
42
42
  export type AriaFeedProps = ElementComponentProps<AriaFeedElement, AriaFeedElementAttributes, AriaFeedElementEventMap>;
43
43
  export type AriaFeedArticleProps = ElementComponentProps<AriaFeedArticleElement, AriaFeedArticleElementAttributes, AriaFeedArticleElementEventMap>;
44
44
  export type AriaFeedArticleDescriptionProps = ElementComponentProps<AriaFeedArticleDescriptionElement, AriaFeedArticleDescriptionElementAttributes, AriaFeedArticleDescriptionElementEventMap>;
45
45
  export type AriaFeedArticleLabelProps = ElementComponentProps<AriaFeedArticleLabelElement, AriaFeedArticleLabelElementAttributes, AriaFeedArticleLabelElementEventMap>;
46
46
  import type { AriaDisclosureElementAttributes, AriaDisclosureElementEventMap, AriaDisclosureButtonElementAttributes, AriaDisclosureButtonElementEventMap, AriaDisclosurePanelElementAttributes, AriaDisclosurePanelElementEventMap, AriaDisclosureSectionElementAttributes, AriaDisclosureSectionElementEventMap } from '@aracna/web';
47
- import type { AriaDisclosureElement, AriaDisclosureButtonElement, AriaDisclosurePanelElement, AriaDisclosureSectionElement } from '@aracna/web-components/aria/aria-disclosure';
47
+ import type { AriaDisclosureElement, AriaDisclosureButtonElement, AriaDisclosurePanelElement, AriaDisclosureSectionElement } from '@aracna/web-components/elements/aria/aria-disclosure-element.js';
48
48
  export type AriaDisclosureProps = ElementComponentProps<AriaDisclosureElement, AriaDisclosureElementAttributes, AriaDisclosureElementEventMap>;
49
49
  export type AriaDisclosureButtonProps = ElementComponentProps<AriaDisclosureButtonElement, AriaDisclosureButtonElementAttributes, AriaDisclosureButtonElementEventMap>;
50
50
  export type AriaDisclosurePanelProps = ElementComponentProps<AriaDisclosurePanelElement, AriaDisclosurePanelElementAttributes, AriaDisclosurePanelElementEventMap>;
51
51
  export type AriaDisclosureSectionProps = ElementComponentProps<AriaDisclosureSectionElement, AriaDisclosureSectionElementAttributes, AriaDisclosureSectionElementEventMap>;
52
52
  import type { AriaDialogElementAttributes, AriaDialogElementEventMap, AriaDialogDescriptionElementAttributes, AriaDialogDescriptionElementEventMap, AriaDialogLabelElementAttributes, AriaDialogLabelElementEventMap } from '@aracna/web';
53
- import type { AriaDialogElement, AriaDialogDescriptionElement, AriaDialogLabelElement } from '@aracna/web-components/aria/aria-dialog';
53
+ import type { AriaDialogElement, AriaDialogDescriptionElement, AriaDialogLabelElement } from '@aracna/web-components/elements/aria/aria-dialog-element.js';
54
54
  export type AriaDialogProps = ElementComponentProps<AriaDialogElement, AriaDialogElementAttributes, AriaDialogElementEventMap>;
55
55
  export type AriaDialogDescriptionProps = ElementComponentProps<AriaDialogDescriptionElement, AriaDialogDescriptionElementAttributes, AriaDialogDescriptionElementEventMap>;
56
56
  export type AriaDialogLabelProps = ElementComponentProps<AriaDialogLabelElement, AriaDialogLabelElementAttributes, AriaDialogLabelElementEventMap>;
57
57
  import type { AriaComboBoxElementAttributes, AriaComboBoxElementEventMap, AriaComboBoxButtonElementAttributes, AriaComboBoxButtonElementEventMap, AriaComboBoxGroupElementAttributes, AriaComboBoxGroupElementEventMap, AriaComboBoxInputElementAttributes, AriaComboBoxInputElementEventMap, AriaComboBoxListElementAttributes, AriaComboBoxListElementEventMap, AriaComboBoxOptionElementAttributes, AriaComboBoxOptionElementEventMap } from '@aracna/web';
58
- import type { AriaComboBoxElement, AriaComboBoxButtonElement, AriaComboBoxGroupElement, AriaComboBoxInputElement, AriaComboBoxListElement, AriaComboBoxOptionElement } from '@aracna/web-components/aria/aria-combo-box';
58
+ import type { AriaComboBoxElement, AriaComboBoxButtonElement, AriaComboBoxGroupElement, AriaComboBoxInputElement, AriaComboBoxListElement, AriaComboBoxOptionElement } from '@aracna/web-components/elements/aria/aria-combo-box-element.js';
59
59
  export type AriaComboBoxProps = ElementComponentProps<AriaComboBoxElement, AriaComboBoxElementAttributes<AriaComboBoxOptionElement>, AriaComboBoxElementEventMap>;
60
60
  export type AriaComboBoxButtonProps = ElementComponentProps<AriaComboBoxButtonElement, AriaComboBoxButtonElementAttributes, AriaComboBoxButtonElementEventMap>;
61
61
  export type AriaComboBoxGroupProps = ElementComponentProps<AriaComboBoxGroupElement, AriaComboBoxGroupElementAttributes, AriaComboBoxGroupElementEventMap>;
@@ -63,10 +63,10 @@ export type AriaComboBoxInputProps = ElementComponentProps<AriaComboBoxInputElem
63
63
  export type AriaComboBoxListProps = ElementComponentProps<AriaComboBoxListElement, AriaComboBoxListElementAttributes, AriaComboBoxListElementEventMap>;
64
64
  export type AriaComboBoxOptionProps = ElementComponentProps<AriaComboBoxOptionElement, AriaComboBoxOptionElementAttributes, AriaComboBoxOptionElementEventMap>;
65
65
  import type { AriaCheckBoxElementAttributes, AriaCheckBoxElementEventMap } from '@aracna/web';
66
- import type { AriaCheckBoxElement } from '@aracna/web-components/aria/aria-check-box';
66
+ import type { AriaCheckBoxElement } from '@aracna/web-components/elements/aria/aria-check-box-element.js';
67
67
  export type AriaCheckBoxProps = ElementComponentProps<AriaCheckBoxElement, AriaCheckBoxElementAttributes, AriaCheckBoxElementEventMap>;
68
68
  import type { AriaCarouselElementAttributes, AriaCarouselElementEventMap, AriaCarouselNextSlideControlElementAttributes, AriaCarouselNextSlideControlElementEventMap, AriaCarouselPreviousSlideControlElementAttributes, AriaCarouselPreviousSlideControlElementEventMap, AriaCarouselRotationControlElementAttributes, AriaCarouselRotationControlElementEventMap, AriaCarouselSlideElementAttributes, AriaCarouselSlideElementEventMap, AriaCarouselSlidesElementAttributes, AriaCarouselSlidesElementEventMap, AriaCarouselTabElementAttributes, AriaCarouselTabElementEventMap, AriaCarouselTabsElementAttributes, AriaCarouselTabsElementEventMap } from '@aracna/web';
69
- import type { AriaCarouselElement, AriaCarouselNextSlideControlElement, AriaCarouselPreviousSlideControlElement, AriaCarouselRotationControlElement, AriaCarouselSlideElement, AriaCarouselSlidesElement, AriaCarouselTabElement, AriaCarouselTabsElement } from '@aracna/web-components/aria/aria-carousel';
69
+ import type { AriaCarouselElement, AriaCarouselNextSlideControlElement, AriaCarouselPreviousSlideControlElement, AriaCarouselRotationControlElement, AriaCarouselSlideElement, AriaCarouselSlidesElement, AriaCarouselTabElement, AriaCarouselTabsElement } from '@aracna/web-components/elements/aria/aria-carousel-element.js';
70
70
  export type AriaCarouselProps = ElementComponentProps<AriaCarouselElement, AriaCarouselElementAttributes, AriaCarouselElementEventMap>;
71
71
  export type AriaCarouselNextSlideControlProps = ElementComponentProps<AriaCarouselNextSlideControlElement, AriaCarouselNextSlideControlElementAttributes, AriaCarouselNextSlideControlElementEventMap>;
72
72
  export type AriaCarouselPreviousSlideControlProps = ElementComponentProps<AriaCarouselPreviousSlideControlElement, AriaCarouselPreviousSlideControlElementAttributes, AriaCarouselPreviousSlideControlElementEventMap>;
@@ -76,55 +76,55 @@ export type AriaCarouselSlidesProps = ElementComponentProps<AriaCarouselSlidesEl
76
76
  export type AriaCarouselTabProps = ElementComponentProps<AriaCarouselTabElement, AriaCarouselTabElementAttributes, AriaCarouselTabElementEventMap>;
77
77
  export type AriaCarouselTabsProps = ElementComponentProps<AriaCarouselTabsElement, AriaCarouselTabsElementAttributes, AriaCarouselTabsElementEventMap>;
78
78
  import type { AriaButtonElementAttributes, AriaButtonElementEventMap } from '@aracna/web';
79
- import type { AriaButtonElement } from '@aracna/web-components/aria/aria-button';
79
+ import type { AriaButtonElement } from '@aracna/web-components/elements/aria/aria-button-element.js';
80
80
  export type AriaButtonProps = ElementComponentProps<AriaButtonElement, AriaButtonElementAttributes, AriaButtonElementEventMap>;
81
81
  import type { AriaBreadcrumbElementAttributes, AriaBreadcrumbElementEventMap, AriaBreadcrumbItemElementAttributes, AriaBreadcrumbItemElementEventMap, AriaBreadcrumbListElementAttributes, AriaBreadcrumbListElementEventMap } from '@aracna/web';
82
- import type { AriaBreadcrumbElement, AriaBreadcrumbItemElement, AriaBreadcrumbListElement } from '@aracna/web-components/aria/aria-breadcrumb';
82
+ import type { AriaBreadcrumbElement, AriaBreadcrumbItemElement, AriaBreadcrumbListElement } from '@aracna/web-components/elements/aria/aria-breadcrumb-element.js';
83
83
  export type AriaBreadcrumbProps = ElementComponentProps<AriaBreadcrumbElement, AriaBreadcrumbElementAttributes, AriaBreadcrumbElementEventMap>;
84
84
  export type AriaBreadcrumbItemProps = ElementComponentProps<AriaBreadcrumbItemElement, AriaBreadcrumbItemElementAttributes, AriaBreadcrumbItemElementEventMap>;
85
85
  export type AriaBreadcrumbListProps = ElementComponentProps<AriaBreadcrumbListElement, AriaBreadcrumbListElementAttributes, AriaBreadcrumbListElementEventMap>;
86
86
  import type { AriaAlertElementAttributes, AriaAlertElementEventMap } from '@aracna/web';
87
- import type { AriaAlertElement } from '@aracna/web-components/aria/aria-alert';
87
+ import type { AriaAlertElement } from '@aracna/web-components/elements/aria/aria-alert-element.js';
88
88
  export type AriaAlertProps = ElementComponentProps<AriaAlertElement, AriaAlertElementAttributes, AriaAlertElementEventMap>;
89
89
  import type { AriaAlertDialogElementAttributes, AriaAlertDialogElementEventMap, AriaAlertDialogDescriptionElementAttributes, AriaAlertDialogDescriptionElementEventMap, AriaAlertDialogLabelElementAttributes, AriaAlertDialogLabelElementEventMap } from '@aracna/web';
90
- import type { AriaAlertDialogElement, AriaAlertDialogDescriptionElement, AriaAlertDialogLabelElement } from '@aracna/web-components/aria/aria-alert-dialog';
90
+ import type { AriaAlertDialogElement, AriaAlertDialogDescriptionElement, AriaAlertDialogLabelElement } from '@aracna/web-components/elements/aria/aria-alert-dialog-element.js';
91
91
  export type AriaAlertDialogProps = ElementComponentProps<AriaAlertDialogElement, AriaAlertDialogElementAttributes, AriaAlertDialogElementEventMap>;
92
92
  export type AriaAlertDialogDescriptionProps = ElementComponentProps<AriaAlertDialogDescriptionElement, AriaAlertDialogDescriptionElementAttributes, AriaAlertDialogDescriptionElementEventMap>;
93
93
  export type AriaAlertDialogLabelProps = ElementComponentProps<AriaAlertDialogLabelElement, AriaAlertDialogLabelElementAttributes, AriaAlertDialogLabelElementEventMap>;
94
94
  import type { AriaAccordionElementAttributes, AriaAccordionElementEventMap, AriaAccordionButtonElementAttributes, AriaAccordionButtonElementEventMap, AriaAccordionHeaderElementAttributes, AriaAccordionHeaderElementEventMap, AriaAccordionPanelElementAttributes, AriaAccordionPanelElementEventMap, AriaAccordionSectionElementAttributes, AriaAccordionSectionElementEventMap } from '@aracna/web';
95
- import type { AriaAccordionElement, AriaAccordionButtonElement, AriaAccordionHeaderElement, AriaAccordionPanelElement, AriaAccordionSectionElement } from '@aracna/web-components/aria/aria-accordion';
95
+ import type { AriaAccordionElement, AriaAccordionButtonElement, AriaAccordionHeaderElement, AriaAccordionPanelElement, AriaAccordionSectionElement } from '@aracna/web-components/elements/aria/aria-accordion-element.js';
96
96
  export type AriaAccordionProps = ElementComponentProps<AriaAccordionElement, AriaAccordionElementAttributes, AriaAccordionElementEventMap>;
97
97
  export type AriaAccordionButtonProps = ElementComponentProps<AriaAccordionButtonElement, AriaAccordionButtonElementAttributes, AriaAccordionButtonElementEventMap>;
98
98
  export type AriaAccordionHeaderProps = ElementComponentProps<AriaAccordionHeaderElement, AriaAccordionHeaderElementAttributes, AriaAccordionHeaderElementEventMap>;
99
99
  export type AriaAccordionPanelProps = ElementComponentProps<AriaAccordionPanelElement, AriaAccordionPanelElementAttributes, AriaAccordionPanelElementEventMap>;
100
100
  export type AriaAccordionSectionProps = ElementComponentProps<AriaAccordionSectionElement, AriaAccordionSectionElementAttributes, AriaAccordionSectionElementEventMap>;
101
101
  import type { TooltipElementAttributes, TooltipElementEventMap, TooltipArrowElementAttributes, TooltipArrowElementEventMap, TooltipContentElementAttributes, TooltipContentElementEventMap, TooltipTriggerElementAttributes, TooltipTriggerElementEventMap } from '@aracna/web';
102
- import type { TooltipElement, TooltipArrowElement, TooltipContentElement, TooltipTriggerElement } from '@aracna/web-components/data/tooltip';
102
+ import type { TooltipElement, TooltipArrowElement, TooltipContentElement, TooltipTriggerElement } from '@aracna/web-components/elements/data/tooltip-element.js';
103
103
  export type TooltipProps = ElementComponentProps<TooltipElement, TooltipElementAttributes, TooltipElementEventMap>;
104
104
  export type TooltipArrowProps = ElementComponentProps<TooltipArrowElement, TooltipArrowElementAttributes, TooltipArrowElementEventMap>;
105
105
  export type TooltipContentProps = ElementComponentProps<TooltipContentElement, TooltipContentElementAttributes, TooltipContentElementEventMap>;
106
106
  export type TooltipTriggerProps = ElementComponentProps<TooltipTriggerElement, TooltipTriggerElementAttributes, TooltipTriggerElementEventMap>;
107
107
  import type { ListElementAttributes, ListElementEventMap, ListItemElementAttributes, ListItemElementEventMap } from '@aracna/web';
108
- import type { ListElement, ListItemElement } from '@aracna/web-components/data/list';
108
+ import type { ListElement, ListItemElement } from '@aracna/web-components/elements/data/list-element.js';
109
109
  export type ListProps = ElementComponentProps<ListElement, ListElementAttributes, ListElementEventMap>;
110
110
  export type ListItemProps = ElementComponentProps<ListItemElement, ListItemElementAttributes, ListItemElementEventMap>;
111
111
  import type { ImageElementAttributes, ImageElementEventMap } from '@aracna/web';
112
- import type { ImageElement } from '@aracna/web-components/data/image';
112
+ import type { ImageElement } from '@aracna/web-components/elements/data/image-element.js';
113
113
  export type ImageProps = ElementComponentProps<ImageElement, ImageElementAttributes, ImageElementEventMap>;
114
114
  import type { IconElementAttributes, IconElementEventMap } from '@aracna/web';
115
- import type { IconElement } from '@aracna/web-components/data/icon';
115
+ import type { IconElement } from '@aracna/web-components/elements/data/icon-element.js';
116
116
  export type IconProps = ElementComponentProps<IconElement, IconElementAttributes, IconElementEventMap>;
117
117
  import type { FeedElementAttributes, FeedElementEventMap, FeedArticleElementAttributes, FeedArticleElementEventMap, FeedArticleDescriptionElementAttributes, FeedArticleDescriptionElementEventMap, FeedArticleLabelElementAttributes, FeedArticleLabelElementEventMap } from '@aracna/web';
118
- import type { FeedElement, FeedArticleElement, FeedArticleDescriptionElement, FeedArticleLabelElement } from '@aracna/web-components/data/feed';
118
+ import type { FeedElement, FeedArticleElement, FeedArticleDescriptionElement, FeedArticleLabelElement } from '@aracna/web-components/elements/data/feed-element.js';
119
119
  export type FeedProps = ElementComponentProps<FeedElement, FeedElementAttributes, FeedElementEventMap>;
120
120
  export type FeedArticleProps = ElementComponentProps<FeedArticleElement, FeedArticleElementAttributes, FeedArticleElementEventMap>;
121
121
  export type FeedArticleDescriptionProps = ElementComponentProps<FeedArticleDescriptionElement, FeedArticleDescriptionElementAttributes, FeedArticleDescriptionElementEventMap>;
122
122
  export type FeedArticleLabelProps = ElementComponentProps<FeedArticleLabelElement, FeedArticleLabelElementAttributes, FeedArticleLabelElementEventMap>;
123
123
  import type { ChipElementAttributes, ChipElementEventMap } from '@aracna/web';
124
- import type { ChipElement } from '@aracna/web-components/data/chip';
124
+ import type { ChipElement } from '@aracna/web-components/elements/data/chip-element.js';
125
125
  export type ChipProps = ElementComponentProps<ChipElement, ChipElementAttributes, ChipElementEventMap>;
126
126
  import type { CarouselElementAttributes, CarouselElementEventMap, CarouselNextSlideControlElementAttributes, CarouselNextSlideControlElementEventMap, CarouselPreviousSlideControlElementAttributes, CarouselPreviousSlideControlElementEventMap, CarouselRotationControlElementAttributes, CarouselRotationControlElementEventMap, CarouselSlideElementAttributes, CarouselSlideElementEventMap, CarouselSlidesElementAttributes, CarouselSlidesElementEventMap, CarouselTabElementAttributes, CarouselTabElementEventMap, CarouselTabsElementAttributes, CarouselTabsElementEventMap } from '@aracna/web';
127
- import type { CarouselElement, CarouselNextSlideControlElement, CarouselPreviousSlideControlElement, CarouselRotationControlElement, CarouselSlideElement, CarouselSlidesElement, CarouselTabElement, CarouselTabsElement } from '@aracna/web-components/data/carousel';
127
+ import type { CarouselElement, CarouselNextSlideControlElement, CarouselPreviousSlideControlElement, CarouselRotationControlElement, CarouselSlideElement, CarouselSlidesElement, CarouselTabElement, CarouselTabsElement } from '@aracna/web-components/elements/data/carousel-element.js';
128
128
  export type CarouselProps = ElementComponentProps<CarouselElement, CarouselElementAttributes, CarouselElementEventMap>;
129
129
  export type CarouselNextSlideControlProps = ElementComponentProps<CarouselNextSlideControlElement, CarouselNextSlideControlElementAttributes, CarouselNextSlideControlElementEventMap>;
130
130
  export type CarouselPreviousSlideControlProps = ElementComponentProps<CarouselPreviousSlideControlElement, CarouselPreviousSlideControlElementAttributes, CarouselPreviousSlideControlElementEventMap>;
@@ -134,39 +134,39 @@ export type CarouselSlidesProps = ElementComponentProps<CarouselSlidesElement, C
134
134
  export type CarouselTabProps = ElementComponentProps<CarouselTabElement, CarouselTabElementAttributes, CarouselTabElementEventMap>;
135
135
  export type CarouselTabsProps = ElementComponentProps<CarouselTabsElement, CarouselTabsElementAttributes, CarouselTabsElementEventMap>;
136
136
  import type { BadgeElementAttributes, BadgeElementEventMap } from '@aracna/web';
137
- import type { BadgeElement } from '@aracna/web-components/data/badge';
137
+ import type { BadgeElement } from '@aracna/web-components/elements/data/badge-element.js';
138
138
  export type BadgeProps = ElementComponentProps<BadgeElement, BadgeElementAttributes, BadgeElementEventMap>;
139
139
  import type { AvatarElementAttributes, AvatarElementEventMap } from '@aracna/web';
140
- import type { AvatarElement } from '@aracna/web-components/data/avatar';
140
+ import type { AvatarElement } from '@aracna/web-components/elements/data/avatar-element.js';
141
141
  export type AvatarProps = ElementComponentProps<AvatarElement, AvatarElementAttributes, AvatarElementEventMap>;
142
142
  import type { MeterElementAttributes, MeterElementEventMap } from '@aracna/web';
143
- import type { MeterElement } from '@aracna/web-components/feedback/meter';
143
+ import type { MeterElement } from '@aracna/web-components/elements/feedback/meter-element.js';
144
144
  export type MeterProps = ElementComponentProps<MeterElement, MeterElementAttributes, MeterElementEventMap>;
145
145
  import type { DialogElementAttributes, DialogElementEventMap, DialogDescriptionElementAttributes, DialogDescriptionElementEventMap, DialogLabelElementAttributes, DialogLabelElementEventMap } from '@aracna/web';
146
- import type { DialogElement, DialogDescriptionElement, DialogLabelElement } from '@aracna/web-components/feedback/dialog';
146
+ import type { DialogElement, DialogDescriptionElement, DialogLabelElement } from '@aracna/web-components/elements/feedback/dialog-element.js';
147
147
  export type DialogProps = ElementComponentProps<DialogElement, DialogElementAttributes, DialogElementEventMap>;
148
148
  export type DialogDescriptionProps = ElementComponentProps<DialogDescriptionElement, DialogDescriptionElementAttributes, DialogDescriptionElementEventMap>;
149
149
  export type DialogLabelProps = ElementComponentProps<DialogLabelElement, DialogLabelElementAttributes, DialogLabelElementEventMap>;
150
150
  import type { AlertElementAttributes, AlertElementEventMap } from '@aracna/web';
151
- import type { AlertElement } from '@aracna/web-components/feedback/alert';
151
+ import type { AlertElement } from '@aracna/web-components/elements/feedback/alert-element.js';
152
152
  export type AlertProps = ElementComponentProps<AlertElement, AlertElementAttributes, AlertElementEventMap>;
153
153
  import type { AlertDialogElementAttributes, AlertDialogElementEventMap, AlertDialogDescriptionElementAttributes, AlertDialogDescriptionElementEventMap, AlertDialogLabelElementAttributes, AlertDialogLabelElementEventMap } from '@aracna/web';
154
- import type { AlertDialogElement, AlertDialogDescriptionElement, AlertDialogLabelElement } from '@aracna/web-components/feedback/alert-dialog';
154
+ import type { AlertDialogElement, AlertDialogDescriptionElement, AlertDialogLabelElement } from '@aracna/web-components/elements/feedback/alert-dialog-element.js';
155
155
  export type AlertDialogProps = ElementComponentProps<AlertDialogElement, AlertDialogElementAttributes, AlertDialogElementEventMap>;
156
156
  export type AlertDialogDescriptionProps = ElementComponentProps<AlertDialogDescriptionElement, AlertDialogDescriptionElementAttributes, AlertDialogDescriptionElementEventMap>;
157
157
  export type AlertDialogLabelProps = ElementComponentProps<AlertDialogLabelElement, AlertDialogLabelElementAttributes, AlertDialogLabelElementEventMap>;
158
158
  import type { TextAreaElementAttributes, TextAreaElementEventMap } from '@aracna/web';
159
- import type { TextAreaElement } from '@aracna/web-components/input/text-area';
159
+ import type { TextAreaElement } from '@aracna/web-components/elements/input/text-area-element.js';
160
160
  export type TextAreaProps = ElementComponentProps<TextAreaElement, TextAreaElementAttributes, TextAreaElementEventMap>;
161
161
  import type { SwitchElementAttributes, SwitchElementEventMap } from '@aracna/web';
162
- import type { SwitchElement } from '@aracna/web-components/input/switch';
162
+ import type { SwitchElement } from '@aracna/web-components/elements/input/switch-element.js';
163
163
  export type SwitchProps = ElementComponentProps<SwitchElement, SwitchElementAttributes, SwitchElementEventMap>;
164
164
  import type { SliderElementAttributes, SliderElementEventMap, SliderThumbElementAttributes, SliderThumbElementEventMap } from '@aracna/web';
165
- import type { SliderElement, SliderThumbElement } from '@aracna/web-components/input/slider';
165
+ import type { SliderElement, SliderThumbElement } from '@aracna/web-components/elements/input/slider-element.js';
166
166
  export type SliderProps = ElementComponentProps<SliderElement, SliderElementAttributes, SliderElementEventMap>;
167
167
  export type SliderThumbProps = ElementComponentProps<SliderThumbElement, SliderThumbElementAttributes, SliderThumbElementEventMap>;
168
168
  import type { SelectElementAttributes, SelectElementEventMap, SelectButtonElementAttributes, SelectButtonElementEventMap, SelectGroupElementAttributes, SelectGroupElementEventMap, SelectInputElementAttributes, SelectInputElementEventMap, SelectListElementAttributes, SelectListElementEventMap, SelectOptionElementAttributes, SelectOptionElementEventMap } from '@aracna/web';
169
- import type { SelectElement, SelectButtonElement, SelectGroupElement, SelectInputElement, SelectListElement, SelectOptionElement } from '@aracna/web-components/input/select';
169
+ import type { SelectElement, SelectButtonElement, SelectGroupElement, SelectInputElement, SelectListElement, SelectOptionElement } from '@aracna/web-components/elements/input/select-element.js';
170
170
  export type SelectProps = ElementComponentProps<SelectElement, SelectElementAttributes<SelectOptionElement>, SelectElementEventMap>;
171
171
  export type SelectButtonProps = ElementComponentProps<SelectButtonElement, SelectButtonElementAttributes, SelectButtonElementEventMap>;
172
172
  export type SelectGroupProps = ElementComponentProps<SelectGroupElement, SelectGroupElementAttributes, SelectGroupElementEventMap>;
@@ -174,62 +174,62 @@ export type SelectInputProps = ElementComponentProps<SelectInputElement, SelectI
174
174
  export type SelectListProps = ElementComponentProps<SelectListElement, SelectListElementAttributes, SelectListElementEventMap>;
175
175
  export type SelectOptionProps = ElementComponentProps<SelectOptionElement, SelectOptionElementAttributes, SelectOptionElementEventMap>;
176
176
  import type { RadioGroupElementAttributes, RadioGroupElementEventMap, RadioButtonElementAttributes, RadioButtonElementEventMap } from '@aracna/web';
177
- import type { RadioGroupElement, RadioButtonElement } from '@aracna/web-components/input/radio-group';
177
+ import type { RadioGroupElement, RadioButtonElement } from '@aracna/web-components/elements/input/radio-group-element.js';
178
178
  export type RadioGroupProps = ElementComponentProps<RadioGroupElement, RadioGroupElementAttributes, RadioGroupElementEventMap>;
179
179
  export type RadioButtonProps = ElementComponentProps<RadioButtonElement, RadioButtonElementAttributes, RadioButtonElementEventMap>;
180
180
  import type { InputFileElementAttributes, InputFileElementEventMap } from '@aracna/web';
181
- import type { InputFileElement } from '@aracna/web-components/input/input-file';
181
+ import type { InputFileElement } from '@aracna/web-components/elements/input/input-file-element.js';
182
182
  export type InputFileProps = ElementComponentProps<InputFileElement, InputFileElementAttributes, InputFileElementEventMap>;
183
183
  import type { InputElementAttributes, InputElementEventMap } from '@aracna/web';
184
- import type { InputElement } from '@aracna/web-components/input/input';
184
+ import type { InputElement } from '@aracna/web-components/elements/input/input-element.js';
185
185
  export type InputProps = ElementComponentProps<InputElement, InputElementAttributes, InputElementEventMap>;
186
186
  import type { FormElementAttributes, FormElementEventMap } from '@aracna/web';
187
- import type { FormElement } from '@aracna/web-components/input/form';
187
+ import type { FormElement } from '@aracna/web-components/elements/input/form-element.js';
188
188
  export type FormProps = ElementComponentProps<FormElement, FormElementAttributes, FormElementEventMap>;
189
189
  import type { CheckBoxElementAttributes, CheckBoxElementEventMap } from '@aracna/web';
190
- import type { CheckBoxElement } from '@aracna/web-components/input/check-box';
190
+ import type { CheckBoxElement } from '@aracna/web-components/elements/input/check-box-element.js';
191
191
  export type CheckBoxProps = ElementComponentProps<CheckBoxElement, CheckBoxElementAttributes, CheckBoxElementEventMap>;
192
192
  import type { ButtonGroupElementAttributes, ButtonGroupElementEventMap } from '@aracna/web';
193
- import type { ButtonGroupElement } from '@aracna/web-components/input/button-group';
193
+ import type { ButtonGroupElement } from '@aracna/web-components/elements/input/button-group-element.js';
194
194
  export type ButtonGroupProps = ElementComponentProps<ButtonGroupElement, ButtonGroupElementAttributes, ButtonGroupElementEventMap>;
195
195
  import type { ButtonElementAttributes, ButtonElementEventMap } from '@aracna/web';
196
- import type { ButtonElement } from '@aracna/web-components/input/button';
196
+ import type { ButtonElement } from '@aracna/web-components/elements/input/button-element.js';
197
197
  export type ButtonProps = ElementComponentProps<ButtonElement, ButtonElementAttributes, ButtonElementEventMap>;
198
198
  import type { DividerElementAttributes, DividerElementEventMap } from '@aracna/web';
199
- import type { DividerElement } from '@aracna/web-components/layout/divider';
199
+ import type { DividerElement } from '@aracna/web-components/elements/layout/divider-element.js';
200
200
  export type DividerProps = ElementComponentProps<DividerElement, DividerElementAttributes, DividerElementEventMap>;
201
201
  import type { TabsElementAttributes, TabsElementEventMap, TabsPanelElementAttributes, TabsPanelElementEventMap, TabsTabElementAttributes, TabsTabElementEventMap } from '@aracna/web';
202
- import type { TabsElement, TabsPanelElement, TabsTabElement } from '@aracna/web-components/navigation/tabs';
202
+ import type { TabsElement, TabsPanelElement, TabsTabElement } from '@aracna/web-components/elements/navigation/tabs-element.js';
203
203
  export type TabsProps = ElementComponentProps<TabsElement, TabsElementAttributes, TabsElementEventMap>;
204
204
  export type TabsPanelProps = ElementComponentProps<TabsPanelElement, TabsPanelElementAttributes, TabsPanelElementEventMap>;
205
205
  export type TabsTabProps = ElementComponentProps<TabsTabElement, TabsTabElementAttributes, TabsTabElementEventMap>;
206
206
  import type { NavigationRailElementAttributes, NavigationRailElementEventMap, NavigationRailItemElementAttributes, NavigationRailItemElementEventMap } from '@aracna/web';
207
- import type { NavigationRailElement, NavigationRailItemElement } from '@aracna/web-components/navigation/navigation-rail';
207
+ import type { NavigationRailElement, NavigationRailItemElement } from '@aracna/web-components/elements/navigation/navigation-rail-element.js';
208
208
  export type NavigationRailProps = ElementComponentProps<NavigationRailElement, NavigationRailElementAttributes, NavigationRailElementEventMap>;
209
209
  export type NavigationRailItemProps = ElementComponentProps<NavigationRailItemElement, NavigationRailItemElementAttributes, NavigationRailItemElementEventMap>;
210
210
  import type { NavigationBarElementAttributes, NavigationBarElementEventMap, NavigationBarItemElementAttributes, NavigationBarItemElementEventMap } from '@aracna/web';
211
- import type { NavigationBarElement, NavigationBarItemElement } from '@aracna/web-components/navigation/navigation-bar';
211
+ import type { NavigationBarElement, NavigationBarItemElement } from '@aracna/web-components/elements/navigation/navigation-bar-element.js';
212
212
  export type NavigationBarProps = ElementComponentProps<NavigationBarElement, NavigationBarElementAttributes, NavigationBarElementEventMap>;
213
213
  export type NavigationBarItemProps = ElementComponentProps<NavigationBarItemElement, NavigationBarItemElementAttributes, NavigationBarItemElementEventMap>;
214
214
  import type { MenuElementAttributes, MenuElementEventMap, MenuButtonElementAttributes, MenuButtonElementEventMap, MenuItemElementAttributes, MenuItemElementEventMap, MenuSubMenuElementAttributes, MenuSubMenuElementEventMap } from '@aracna/web';
215
- import type { MenuElement, MenuButtonElement, MenuItemElement, MenuSubMenuElement } from '@aracna/web-components/navigation/menu';
215
+ import type { MenuElement, MenuButtonElement, MenuItemElement, MenuSubMenuElement } from '@aracna/web-components/elements/navigation/menu-element.js';
216
216
  export type MenuProps = ElementComponentProps<MenuElement, MenuElementAttributes<MenuItemElement>, MenuElementEventMap>;
217
217
  export type MenuButtonProps = ElementComponentProps<MenuButtonElement, MenuButtonElementAttributes, MenuButtonElementEventMap>;
218
218
  export type MenuItemProps = ElementComponentProps<MenuItemElement, MenuItemElementAttributes, MenuItemElementEventMap>;
219
219
  export type MenuSubMenuProps = ElementComponentProps<MenuSubMenuElement, MenuSubMenuElementAttributes, MenuSubMenuElementEventMap>;
220
220
  import type { BreadcrumbElementAttributes, BreadcrumbElementEventMap, BreadcrumbItemElementAttributes, BreadcrumbItemElementEventMap, BreadcrumbListElementAttributes, BreadcrumbListElementEventMap } from '@aracna/web';
221
- import type { BreadcrumbElement, BreadcrumbItemElement, BreadcrumbListElement } from '@aracna/web-components/navigation/breadcrumb';
221
+ import type { BreadcrumbElement, BreadcrumbItemElement, BreadcrumbListElement } from '@aracna/web-components/elements/navigation/breadcrumb-element.js';
222
222
  export type BreadcrumbProps = ElementComponentProps<BreadcrumbElement, BreadcrumbElementAttributes, BreadcrumbElementEventMap>;
223
223
  export type BreadcrumbItemProps = ElementComponentProps<BreadcrumbItemElement, BreadcrumbItemElementAttributes, BreadcrumbItemElementEventMap>;
224
224
  export type BreadcrumbListProps = ElementComponentProps<BreadcrumbListElement, BreadcrumbListElementAttributes, BreadcrumbListElementEventMap>;
225
225
  import type { DisclosureElementAttributes, DisclosureElementEventMap, DisclosureButtonElementAttributes, DisclosureButtonElementEventMap, DisclosurePanelElementAttributes, DisclosurePanelElementEventMap, DisclosureSectionElementAttributes, DisclosureSectionElementEventMap } from '@aracna/web';
226
- import type { DisclosureElement, DisclosureButtonElement, DisclosurePanelElement, DisclosureSectionElement } from '@aracna/web-components/surface/disclosure';
226
+ import type { DisclosureElement, DisclosureButtonElement, DisclosurePanelElement, DisclosureSectionElement } from '@aracna/web-components/elements/surface/disclosure-element.js';
227
227
  export type DisclosureProps = ElementComponentProps<DisclosureElement, DisclosureElementAttributes, DisclosureElementEventMap>;
228
228
  export type DisclosureButtonProps = ElementComponentProps<DisclosureButtonElement, DisclosureButtonElementAttributes, DisclosureButtonElementEventMap>;
229
229
  export type DisclosurePanelProps = ElementComponentProps<DisclosurePanelElement, DisclosurePanelElementAttributes, DisclosurePanelElementEventMap>;
230
230
  export type DisclosureSectionProps = ElementComponentProps<DisclosureSectionElement, DisclosureSectionElementAttributes, DisclosureSectionElementEventMap>;
231
231
  import type { AccordionElementAttributes, AccordionElementEventMap, AccordionButtonElementAttributes, AccordionButtonElementEventMap, AccordionHeaderElementAttributes, AccordionHeaderElementEventMap, AccordionPanelElementAttributes, AccordionPanelElementEventMap, AccordionSectionElementAttributes, AccordionSectionElementEventMap } from '@aracna/web';
232
- import type { AccordionElement, AccordionButtonElement, AccordionHeaderElement, AccordionPanelElement, AccordionSectionElement } from '@aracna/web-components/surface/accordion';
232
+ import type { AccordionElement, AccordionButtonElement, AccordionHeaderElement, AccordionPanelElement, AccordionSectionElement } from '@aracna/web-components/elements/surface/accordion-element.js';
233
233
  export type AccordionProps = ElementComponentProps<AccordionElement, AccordionElementAttributes, AccordionElementEventMap>;
234
234
  export type AccordionButtonProps = ElementComponentProps<AccordionButtonElement, AccordionButtonElementAttributes, AccordionButtonElementEventMap>;
235
235
  export type AccordionHeaderProps = ElementComponentProps<AccordionHeaderElement, AccordionHeaderElementAttributes, AccordionHeaderElementEventMap>;
package/index.d.ts CHANGED
@@ -1,414 +1,414 @@
1
- import type { AccordionButtonElement } from '@aracna/web-components/surface/accordion';
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/surface/accordion';
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/surface/accordion';
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/surface/accordion';
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/surface/accordion';
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/feedback/alert-dialog';
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/feedback/alert-dialog';
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/feedback/alert-dialog';
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/feedback/alert';
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/aria/aria-accordion';
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/aria/aria-accordion';
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/aria/aria-accordion';
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/aria/aria-accordion';
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/aria/aria-accordion';
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/aria/aria-alert-dialog';
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/aria/aria-alert-dialog';
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/aria/aria-alert-dialog';
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/aria/aria-alert';
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/aria/aria-breadcrumb';
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/aria/aria-breadcrumb';
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/aria/aria-breadcrumb';
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/aria/aria-button';
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/aria/aria-carousel';
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/aria/aria-carousel';
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/aria/aria-carousel';
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/aria/aria-carousel';
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/aria/aria-carousel';
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/aria/aria-carousel';
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/aria/aria-carousel';
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/aria/aria-carousel';
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/aria/aria-check-box';
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/aria/aria-combo-box';
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/aria/aria-combo-box';
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/aria/aria-combo-box';
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/aria/aria-combo-box';
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/aria/aria-combo-box';
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/aria/aria-combo-box';
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/aria/aria-dialog';
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/aria/aria-dialog';
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/aria/aria-dialog';
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/aria/aria-disclosure';
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/aria/aria-disclosure';
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/aria/aria-disclosure';
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/aria/aria-disclosure';
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/aria/aria-feed';
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/aria/aria-feed';
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/aria/aria-feed';
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/aria/aria-feed';
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/aria/aria-link';
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/aria/aria-list-box';
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/aria/aria-list-box';
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/aria/aria-menu';
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/aria/aria-menu';
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/aria/aria-menu';
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/aria/aria-menu';
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/aria/aria-meter';
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/aria/aria-radio-group';
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/aria/aria-radio-group';
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/aria/aria-slider';
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/aria/aria-slider';
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/aria/aria-switch';
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/aria/aria-tabs';
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/aria/aria-tabs';
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/aria/aria-tabs';
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/aria/aria-tooltip';
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/aria/aria-tooltip';
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/aria/aria-tooltip';
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/aria/aria-tooltip';
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/data/avatar';
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/data/badge';
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/navigation/breadcrumb';
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/navigation/breadcrumb';
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/navigation/breadcrumb';
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/input/button';
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/input/button-group';
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/data/carousel';
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/data/carousel';
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/data/carousel';
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/data/carousel';
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/data/carousel';
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/data/carousel';
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/data/carousel';
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/data/carousel';
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/input/check-box';
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/data/chip';
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/feedback/dialog';
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/feedback/dialog';
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/feedback/dialog';
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/surface/disclosure';
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/surface/disclosure';
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/surface/disclosure';
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/surface/disclosure';
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/layout/divider';
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/data/feed';
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/data/feed';
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/data/feed';
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/data/feed';
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/input/form';
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/data/icon';
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/data/image';
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/input/input';
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/input/input-file';
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/data/list';
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/data/list';
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/navigation/menu';
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/navigation/menu';
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/navigation/menu';
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/navigation/menu';
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/feedback/meter';
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/navigation/navigation-bar';
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/navigation/navigation-bar';
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/navigation/navigation-rail';
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/navigation/navigation-rail';
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/input/radio-group';
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/input/radio-group';
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/input/select';
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/input/select';
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/input/select';
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/input/select';
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/input/select';
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/input/select';
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/input/slider';
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/input/slider';
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/input/switch';
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/navigation/tabs';
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/navigation/tabs';
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/navigation/tabs';
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/input/text-area';
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/data/tooltip';
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/data/tooltip';
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/data/tooltip';
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/data/tooltip';
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
 
package/package.json CHANGED
@@ -22,15 +22,6 @@
22
22
  "typescript": "^5.0.4",
23
23
  "vitest": "^0.31.0"
24
24
  },
25
- "exports": {
26
- ".": {
27
- "import": "./index.js",
28
- "require": {
29
- "default": "./index.cjs.js",
30
- "types": "./index.d.ts"
31
- }
32
- }
33
- },
34
25
  "license": "MIT",
35
26
  "main": "index.cjs.js",
36
27
  "module": "index.js",
@@ -50,5 +41,5 @@
50
41
  },
51
42
  "sideEffects": false,
52
43
  "type": "module",
53
- "version": "1.0.18"
44
+ "version": "1.0.20"
54
45
  }