@m3e/react 2.5.10 → 2.5.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.js +21 -2
- package/dist/all.js.map +1 -1
- package/dist/all.min.js +1 -1
- package/dist/all.min.js.map +1 -1
- package/dist/src/theme/Theme.d.ts +1 -1
- package/dist/src/theme/Theme.d.ts.map +1 -1
- package/dist/src/theme/ThemeIcon.d.ts +16 -0
- package/dist/src/theme/ThemeIcon.d.ts.map +1 -0
- package/dist/src/theme/index.d.ts +1 -0
- package/dist/src/theme/index.d.ts.map +1 -1
- package/dist/theme.js +21 -2
- package/dist/theme.js.map +1 -1
- package/dist/theme.min.js +1 -1
- package/dist/theme.min.js.map +1 -1
- package/package.json +2 -2
package/dist/all.min.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all.min.js","sources":["../../src/app-bar/AppBar.ts","../../src/autocomplete/Autocomplete.ts","../../src/avatar/Avatar.ts","../../src/badge/Badge.ts","../../src/bottom-sheet/BottomSheet.ts","../../src/bottom-sheet/BottomSheetAction.ts","../../src/bottom-sheet/BottomSheetTrigger.ts","../../src/breadcrumb/Breadcrumb.ts","../../src/breadcrumb/BreadcrumbItem.ts","../../src/button/Button.ts","../../src/button-group/ButtonGroup.ts","../../src/calendar/Calendar.ts","../../src/card/Card.ts","../../src/checkbox/Checkbox.ts","../../src/chips/AssistChip.ts","../../src/chips/Chip.ts","../../src/chips/ChipSet.ts","../../src/chips/FilterChip.ts","../../src/chips/FilterChipSet.ts","../../src/chips/InputChip.ts","../../src/chips/InputChipSet.ts","../../src/chips/SuggestionChip.ts","../../src/content-pane/ContentPane.ts","../../src/core/Collapsible.ts","../../src/core/Elevation.ts","../../src/core/FocusRing.ts","../../src/core/PseudoCheckbox.ts","../../src/core/PseudoRadio.ts","../../src/core/Ripple.ts","../../src/core/ScrollContainer.ts","../../src/core/Slide.ts","../../src/core/StateLayer.ts","../../src/core/TextHighlight.ts","../../src/core/TextOverflow.ts","../../src/datepicker/Datepicker.ts","../../src/datepicker/DatepickerToggle.ts","../../src/dialog/Dialog.ts","../../src/dialog/DialogAction.ts","../../src/dialog/DialogTrigger.ts","../../src/divider/Divider.ts","../../src/drawer-container/DrawerContainer.ts","../../src/drawer-container/DrawerToggle.ts","../../src/expansion-panel/Accordion.ts","../../src/expansion-panel/ExpansionPanel.ts","../../src/fab/Fab.ts","../../src/fab-menu/FabMenu.ts","../../src/fab-menu/FabMenuItem.ts","../../src/fab-menu/FabMenuTrigger.ts","../../src/form-field/FormField.ts","../../src/heading/Heading.ts","../../src/icon/Icon.ts","../../src/icon-button/IconButton.ts","../../src/list/ActionList.ts","../../src/list/ExpandableListItem.ts","../../src/list/List.ts","../../src/list/ListAction.ts","../../src/list/ListItem.ts","../../src/list/ListOption.ts","../../src/list/SelectionList.ts","../../src/loading-indicator/LoadingIndicator.ts","../../src/menu/Menu.ts","../../src/menu/MenuItem.ts","../../src/menu/MenuItemCheckbox.ts","../../src/menu/MenuItemGroup.ts","../../src/menu/MenuItemRadio.ts","../../src/menu/MenuTrigger.ts","../../src/nav-bar/NavBar.ts","../../src/nav-bar/NavItem.ts","../../src/nav-menu/NavMenu.ts","../../src/nav-menu/NavMenuItem.ts","../../src/nav-menu/NavMenuItemGroup.ts","../../src/nav-rail/NavRail.ts","../../src/nav-rail/NavRailToggle.ts","../../src/option/Option.ts","../../src/option/OptGroup.ts","../../src/paginator/Paginator.ts","../../src/progress-indicator/CircularProgressIndicator.ts","../../src/progress-indicator/LinearProgressIndicator.ts","../../src/radio-group/Radio.ts","../../src/radio-group/RadioGroup.ts","../../src/search/SearchBar.ts","../../src/search/SearchView.ts","../../src/segmented-button/SegmentedButton.ts","../../src/segmented-button/ButtonSegment.ts","../../src/select/Select.ts","../../src/shape/Shape.ts","../../src/skeleton/Skeleton.ts","../../src/slide-group/SlideGroup.ts","../../src/slider/Slider.ts","../../src/slider/SliderThumb.ts","../../src/split-button/SplitButton.ts","../../src/split-pane/SplitPane.ts","../../src/stepper/Step.ts","../../src/stepper/StepPanel.ts","../../src/stepper/Stepper.ts","../../src/stepper/StepperNext.ts","../../src/stepper/StepperPrevious.ts","../../src/stepper/StepperReset.ts","../../src/switch/Switch.ts","../../src/tabs/Tab.ts","../../src/tabs/TabPanel.ts","../../src/tabs/Tabs.ts","../../src/textarea-autosize/TextareaAutosize.ts","../../src/theme/Theme.ts","../../src/toc/Toc.ts","../../src/toolbar/Toolbar.ts","../../src/tooltip/RichTooltip.ts","../../src/tooltip/RichTooltipAction.ts","../../src/tooltip/Tooltip.ts","../../src/tree/Tree.ts","../../src/tree/TreeItem.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eAppBarElement } from \"@m3e/web/app-bar\";\r\nexport type { AppBarSize, M3eAppBarElement } from \"@m3e/web/app-bar\";\r\n\r\n/**\r\n * React binding for the `m3e-app-bar` Web Component from `@m3e/web/app-bar`.\r\n *\r\n * This component renders the underlying `<m3e-app-bar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-app-bar>` instance for imperative access.\r\n *\r\n * See the `m3e-app-bar` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eAppBar = createComponent({\r\n tagName: \"m3e-app-bar\",\r\n elementClass: M3eAppBarElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent, EventName } from \"@lit/react\";\r\n\r\nimport { M3eAutocompleteElement, AutocompleteQueryEventDetail } from \"@m3e/web/autocomplete\";\r\n\r\nexport type {\r\n M3eAutocompleteElement,\r\n AutocompleteFilterMode,\r\n AutocompleteQueryEventDetail,\r\n QueryEventDetail,\r\n} from \"@m3e/web/autocomplete\";\r\n\r\n/**\r\n * React binding for the `m3e-autocomplete` Web Component from `@m3e/web/autocomplete`.\r\n *\r\n * This component renders the underlying `<m3e-autocomplete>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-autocomplete>` instance for imperative access.\r\n *\r\n * See the `m3e-autocomplete` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eAutocomplete = createComponent({\r\n tagName: \"m3e-autocomplete\",\r\n elementClass: M3eAutocompleteElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n onToggle: \"toggle\",\r\n onQuery: \"query\" as EventName<CustomEvent<AutocompleteQueryEventDetail>>,\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eAvatarElement } from \"@m3e/web/avatar\";\r\nexport type { M3eAvatarElement } from \"@m3e/web/avatar\";\r\n/**\r\n * React binding for the `m3e-avatar` Web Component from `@m3e/web/avatar`.\r\n *\r\n * This component renders the underlying `<m3e-avatar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-avatar>` instance for imperative access.\r\n *\r\n * See the `m3e-avatar` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eAvatar = createComponent({\r\n tagName: \"m3e-avatar\",\r\n elementClass: M3eAvatarElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBadgeElement } from \"@m3e/web/badge\";\r\nexport type { BadgeSize, BadgePosition, M3eBadgeElement } from \"@m3e/web/badge\";\r\n\r\n/**\r\n * React binding for the `m3e-badge` Web Component from `@m3e/web/badge`.\r\n *\r\n * This component renders the underlying `<m3e-badge>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-badge>` instance for imperative access.\r\n *\r\n * See the `m3e-badge` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eBadge = createComponent({\r\n tagName: \"m3e-badge\",\r\n elementClass: M3eBadgeElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBottomSheetElement } from \"@m3e/web/bottom-sheet\";\r\nexport type { M3eBottomSheetElement } from \"@m3e/web/bottom-sheet\";\r\n/**\r\n * React binding for the `m3e-bottom-sheet` Web Component from `@m3e/web/bottom-sheet`.\r\n *\r\n * This component renders the underlying `<m3e-bottom-sheet>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-bottom-sheet>` instance for imperative access.\r\n *\r\n * See the `m3e-bottom-sheet` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eBottomSheet = createComponent({\r\n tagName: \"m3e-bottom-sheet\",\r\n elementClass: M3eBottomSheetElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n onCancel: \"cancel\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBottomSheetActionElement } from \"@m3e/web/bottom-sheet\";\r\nexport type { M3eBottomSheetActionElement } from \"@m3e/web/bottom-sheet\";\r\n\r\n/**\r\n * React binding for the `m3e-bottom-sheet-action` Web Component from `@m3e/web/bottom-sheet`.\r\n *\r\n * This component renders the underlying `<m3e-bottom-sheet-action>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-bottom-sheet-action>` instance for imperative access.\r\n *\r\n * See the `m3e-bottom-sheet-action` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eBottomSheetAction = createComponent({\r\n tagName: \"m3e-bottom-sheet-action\",\r\n elementClass: M3eBottomSheetActionElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBottomSheetTriggerElement } from \"@m3e/web/bottom-sheet\";\r\nexport type { M3eBottomSheetTriggerElement } from \"@m3e/web/bottom-sheet\";\r\n\r\n/**\r\n * React binding for the `m3e-bottom-sheet-trigger` Web Component from `@m3e/web/bottom-sheet`.\r\n *\r\n * This component renders the underlying `<m3e-bottom-sheet-trigger>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-bottom-sheet-trigger>` instance for imperative access.\r\n *\r\n * See the `m3e-bottom-sheet-trigger` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eBottomSheetTrigger = createComponent({\r\n tagName: \"m3e-bottom-sheet-trigger\",\r\n elementClass: M3eBottomSheetTriggerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBreadcrumbElement } from \"@m3e/web/breadcrumb\";\r\nexport type { M3eBreadcrumbElement } from \"@m3e/web/breadcrumb\";\r\n\r\n/**\r\n * React binding for the `m3e-breadcrumb` Web Component from `@m3e/web/breadcrumb`.\r\n *\r\n * This component renders the underlying `<m3e-breadcrumb>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-breadcrumb>` instance for imperative access.\r\n *\r\n * See the `m3e-breadcrumb` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eBreadcrumb = createComponent({\r\n tagName: \"m3e-breadcrumb\",\r\n elementClass: M3eBreadcrumbElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBreadcrumbItemElement } from \"@m3e/web/breadcrumb\";\r\nexport type { BreadcrumbItemCurrent, M3eBreadcrumbItemElement } from \"@m3e/web/breadcrumb\";\r\n\r\n/**\r\n * React binding for the `m3e-breadcrumb-item` Web Component from `@m3e/web/breadcrumb`.\r\n *\r\n * This component renders the underlying `<m3e-breadcrumb-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-breadcrumb-item>` instance for imperative access.\r\n *\r\n * See the `m3e-breadcrumb-item` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eBreadcrumbItem = createComponent({\r\n tagName: \"m3e-breadcrumb-item\",\r\n elementClass: M3eBreadcrumbItemElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eButtonElement } from \"@m3e/web/button\";\r\nexport type { ButtonShape, ButtonSize, ButtonVariant, M3eButtonElement } from \"@m3e/web/button\";\r\n\r\n/**\r\n * React binding for the `m3e-button` Web Component from `@m3e/web/button`.\r\n *\r\n * This component renders the underlying `<m3e-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-button>` instance for imperative access.\r\n *\r\n * See the `m3e-button` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eButton = createComponent({\r\n tagName: \"m3e-button\",\r\n elementClass: M3eButtonElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eButtonGroupElement } from \"@m3e/web/button-group\";\r\nexport type { ButtonGroupSize, ButtonGroupVariant, M3eButtonGroupElement } from \"@m3e/web/button-group\";\r\n\r\n/**\r\n * React binding for the `m3e-button-group` Web Component from `@m3e/web/button-group`.\r\n *\r\n * This component renders the underlying `<m3e-button-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-button-group>` instance for imperative access.\r\n *\r\n * See the `m3e-button-group` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eButtonGroup = createComponent({\r\n tagName: \"m3e-button-group\",\r\n elementClass: M3eButtonGroupElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eCalendarElement } from \"@m3e/web/calendar\";\r\nexport type { M3eCalendarElement, CalendarView } from \"@m3e/web/calendar\";\r\n\r\n/**\r\n * React binding for the `m3e-calendar` Web Component from `@m3e/web/calendar`.\r\n *\r\n * This component renders the underlying `<m3e-calendar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-calendar>` instance for imperative access.\r\n *\r\n * See the `m3e-calendar` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eCalendar = createComponent({\r\n tagName: \"m3e-calendar\",\r\n elementClass: M3eCalendarElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eCardElement } from \"@m3e/web/card\";\r\nexport type { CardOrientation, CardVariant, M3eCardElement } from \"@m3e/web/card\";\r\n\r\n/**\r\n * React binding for the `m3e-card` Web Component from `@m3e/web/card`.\r\n *\r\n * This component renders the underlying `<m3e-card>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-card>` instance for imperative access.\r\n *\r\n * See the `m3e-card` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eCard = createComponent({\r\n tagName: \"m3e-card\",\r\n elementClass: M3eCardElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eCheckboxElement } from \"@m3e/web/checkbox\";\r\nexport type { M3eCheckboxElement } from \"@m3e/web/checkbox\";\r\n\r\n/**\r\n * React binding for the `m3e-checkbox` Web Component from `@m3e/web/checkbox`.\r\n *\r\n * This component renders the underlying `<m3e-checkbox>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-checkbox>` instance for imperative access.\r\n *\r\n * See the `m3e-checkbox` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eCheckbox = createComponent({\r\n tagName: \"m3e-checkbox\",\r\n elementClass: M3eCheckboxElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onInvalid: \"invalid\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eAssistChipElement } from \"@m3e/web/chips\";\r\nexport type { M3eAssistChipElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-assist-chip` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-assist-chip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-assist-chip>` instance for imperative access.\r\n *\r\n * See the `m3e-assist-chip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eAssistChip = createComponent({\r\n tagName: \"m3e-assist-chip\",\r\n elementClass: M3eAssistChipElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eChipElement } from \"@m3e/web/chips\";\r\nexport type { ChipVariant, M3eChipElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-chip` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-chip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-chip>` instance for imperative access.\r\n *\r\n * See the `m3e-chip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eChip = createComponent({\r\n tagName: \"m3e-chip\",\r\n elementClass: M3eChipElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eChipSetElement } from \"@m3e/web/chips\";\r\nexport type { M3eChipSetElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-chip-set` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-chip-set>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-chip-set>` instance for imperative access.\r\n *\r\n * See the `m3e-chip-set` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eChipSet = createComponent({\r\n tagName: \"m3e-chip-set\",\r\n elementClass: M3eChipSetElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFilterChipElement } from \"@m3e/web/chips\";\r\nexport type { M3eFilterChipElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-filter-chip` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-filter-chip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-filter-chip>` instance for imperative access.\r\n *\r\n * See the `m3e-filter-chip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFilterChip = createComponent({\r\n tagName: \"m3e-filter-chip\",\r\n elementClass: M3eFilterChipElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFilterChipSetElement } from \"@m3e/web/chips\";\r\nexport type { M3eFilterChipSetElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-filter-chip-set` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-filter-chip-set>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-filter-chip-set>` instance for imperative access.\r\n *\r\n * See the `m3e-filter-chip-set` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFilterChipSet = createComponent({\r\n tagName: \"m3e-filter-chip-set\",\r\n elementClass: M3eFilterChipSetElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eInputChipElement } from \"@m3e/web/chips\";\r\nexport type { M3eInputChipElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-input-chip` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-input-chip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-input-chip>` instance for imperative access.\r\n *\r\n * See the `m3e-input-chip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eInputChip = createComponent({\r\n tagName: \"m3e-input-chip\",\r\n elementClass: M3eInputChipElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n onRemove: \"remove\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent, EventName } from \"@lit/react\";\r\n\r\nimport { M3eInputChipSetElement, InputChipSetChangeEventDetail } from \"@m3e/web/chips\";\r\nexport type { M3eInputChipSetElement, InputChipSetChangeEventDetail, InputChipSetChangeType } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-input-chip-set` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-input-chip-set>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-input-chip-set>` instance for imperative access.\r\n *\r\n * See the `m3e-input-chip-set` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eInputChipSet = createComponent({\r\n tagName: \"m3e-input-chip-set\",\r\n elementClass: M3eInputChipSetElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\" as EventName<CustomEvent<InputChipSetChangeEventDetail>>,\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSuggestionChipElement } from \"@m3e/web/chips\";\r\nexport type { M3eSuggestionChipElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-suggestion-chip` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-suggestion-chip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-suggestion-chip>` instance for imperative access.\r\n *\r\n * See the `m3e-suggestion-chip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSuggestionChip = createComponent({\r\n tagName: \"m3e-suggestion-chip\",\r\n elementClass: M3eSuggestionChipElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eContentPaneElement } from \"@m3e/web/content-pane\";\r\nexport type { M3eContentPaneElement } from \"@m3e/web/content-pane\";\r\n\r\n/**\r\n * React binding for the `m3e-content-pane` Web Component from `@m3e/web/content-pane`.\r\n *\r\n * This component renders the underlying `<m3e-content-pane>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-content-pane>` instance for imperative access.\r\n *\r\n * See the `m3e-content-pane` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eContentPane = createComponent({\r\n tagName: \"m3e-content-pane\",\r\n elementClass: M3eContentPaneElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eCollapsibleElement } from \"@m3e/web/core\";\r\nexport type { M3eCollapsibleElement, CollapsibleOrientation } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-collapsible` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-collapsible>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-collapsible>` instance for imperative access.\r\n *\r\n * See the `m3e-collapsible` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eCollapsible = createComponent({\r\n tagName: \"m3e-collapsible\",\r\n elementClass: M3eCollapsibleElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eElevationElement } from \"@m3e/web/core\";\r\nexport type { M3eElevationElement, ElevationLevel } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-elevation` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-elevation>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-elevation>` instance for imperative access.\r\n *\r\n * See the `m3e-elevation` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eElevation = createComponent({\r\n tagName: \"m3e-elevation\",\r\n elementClass: M3eElevationElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFocusRingElement } from \"@m3e/web/core\";\r\nexport type { M3eFocusRingElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-focus-ring` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-focus-ring>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-focus-ring>` instance for imperative access.\r\n *\r\n * See the `m3e-focus-ring` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFocusRing = createComponent({\r\n tagName: \"m3e-focus-ring\",\r\n elementClass: M3eFocusRingElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3ePseudoCheckboxElement } from \"@m3e/web/core\";\r\nexport type { M3ePseudoCheckboxElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-pseudo-checkbox` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-pseudo-checkbox>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-pseudo-checkbox>` instance for imperative access.\r\n *\r\n * See the `m3e-pseudo-checkbox` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3ePseudoCheckbox = createComponent({\r\n tagName: \"m3e-pseudo-checkbox\",\r\n elementClass: M3ePseudoCheckboxElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3ePseudoRadioElement } from \"@m3e/web/core\";\r\nexport type { M3ePseudoRadioElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-pseudo-radio` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-pseudo-radio>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-pseudo-radio>` instance for imperative access.\r\n *\r\n * See the `m3e-pseudo-radio` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3ePseudoRadio = createComponent({\r\n tagName: \"m3e-pseudo-radio\",\r\n elementClass: M3ePseudoRadioElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRippleElement } from \"@m3e/web/core\";\r\nexport type { M3eRippleElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-ripple` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-ripple>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-ripple>` instance for imperative access.\r\n *\r\n * See the `m3e-ripple` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRipple = createComponent({\r\n tagName: \"m3e-ripple\",\r\n elementClass: M3eRippleElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eScrollContainerElement } from \"@m3e/web/core\";\r\nexport type { M3eScrollContainerElement, ScrollDividers } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-scroll-container` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-scroll-container>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-scroll-container>` instance for imperative access.\r\n *\r\n * See the `m3e-scroll-container` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eScrollContainer = createComponent({\r\n tagName: \"m3e-scroll-container\",\r\n elementClass: M3eScrollContainerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSlideElement } from \"@m3e/web/core\";\r\nexport type { M3eSlideElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-slide` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-slide>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slide>` instance for imperative access.\r\n *\r\n * See the `m3e-slide` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSlide = createComponent({\r\n tagName: \"m3e-slide\",\r\n elementClass: M3eSlideElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStateLayerElement } from \"@m3e/web/core\";\r\nexport type { M3eStateLayerElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-state-layer` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-state-layer>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-state-layer>` instance for imperative access.\r\n *\r\n * See the `m3e-state-layer` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStateLayer = createComponent({\r\n tagName: \"m3e-state-layer\",\r\n elementClass: M3eStateLayerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTextHighlightElement } from \"@m3e/web/core\";\r\nexport type { M3eTextHighlightElement, TextHighlightMode } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-text-highlight` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-text-highlight>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-text-highlight>` instance for imperative access.\r\n *\r\n * See the `m3e-text-highlight` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTextHighlight = createComponent({\r\n tagName: \"m3e-text-highlight\",\r\n elementClass: M3eTextHighlightElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTextOverflowElement } from \"@m3e/web/core\";\r\nexport type { M3eTextOverflowElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-text-overflow` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-text-overflow>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-text-overflow>` instance for imperative access.\r\n *\r\n * See the `m3e-text-overflow` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTextOverflow = createComponent({\r\n tagName: \"m3e-text-overflow\",\r\n elementClass: M3eTextOverflowElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerElement, DatepickerVariant } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepicker = createComponent({\r\n tagName: \"m3e-datepicker\",\r\n elementClass: M3eDatepickerElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker-toggle` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker-toggle` for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepickerToggle = createComponent({\r\n tagName: \"m3e-datepicker-toggle\",\r\n elementClass: M3eDatepickerToggleElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDialogElement } from \"@m3e/web/dialog\";\r\nexport type { M3eDialogElement } from \"@m3e/web/dialog\";\r\n\r\n/**\r\n * React binding for the `m3e-dialog` Web Component from `@m3e/web/dialog`.\r\n *\r\n * This component renders the underlying `<m3e-dialog>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-dialog>` instance for imperative access.\r\n *\r\n * See the `m3e-dialog` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDialog = createComponent({\r\n tagName: \"m3e-dialog\",\r\n elementClass: M3eDialogElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n onCancel: \"cancel\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDialogActionElement } from \"@m3e/web/dialog\";\r\nexport type { M3eDialogActionElement } from \"@m3e/web/dialog\";\r\n\r\n/**\r\n * React binding for the `m3e-dialog-action` Web Component from `@m3e/web/dialog`.\r\n *\r\n * This component renders the underlying `<m3e-dialog-action>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-dialog-action>` instance for imperative access.\r\n *\r\n * See the `m3e-dialog-action` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eDialogAction = createComponent({\r\n tagName: \"m3e-dialog-action\",\r\n elementClass: M3eDialogActionElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDialogTriggerElement } from \"@m3e/web/dialog\";\r\nexport type { M3eDialogTriggerElement } from \"@m3e/web/dialog\";\r\n\r\n/**\r\n * React binding for the `m3e-dialog-trigger` Web Component from `@m3e/web/dialog`.\r\n *\r\n * This component renders the underlying `<m3e-dialog-trigger>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-dialog-trigger>` instance for imperative access.\r\n *\r\n * See the `m3e-dialog-trigger` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eDialogTrigger = createComponent({\r\n tagName: \"m3e-dialog-trigger\",\r\n elementClass: M3eDialogTriggerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDividerElement } from \"@m3e/web/divider\";\r\nexport type { M3eDividerElement } from \"@m3e/web/divider\";\r\n\r\n/**\r\n * React binding for the `m3e-divider` Web Component from `@m3e/web/divider`.\r\n *\r\n * This component renders the underlying `<m3e-divider>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-divider>` instance for imperative access.\r\n *\r\n * See the `m3e-divider` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDivider = createComponent({\r\n tagName: \"m3e-divider\",\r\n elementClass: M3eDividerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDrawerContainerElement } from \"@m3e/web/drawer-container\";\r\nexport type { DrawerMode, DrawerPosition, M3eDrawerContainerElement } from \"@m3e/web/drawer-container\";\r\n\r\n/**\r\n * React binding for the `m3e-drawer-container` Web Component from `@m3e/web/drawer-container`.\r\n *\r\n * This component renders the underlying `<m3e-drawer-container>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-drawer-container>` instance for imperative access.\r\n *\r\n * See the `m3e-drawer-container` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDrawerContainer = createComponent({\r\n tagName: \"m3e-drawer-container\",\r\n elementClass: M3eDrawerContainerElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDrawerToggleElement } from \"@m3e/web/drawer-container\";\r\nexport type { M3eDrawerToggleElement } from \"@m3e/web/drawer-container\";\r\n\r\n/**\r\n * React binding for the `m3e-drawer-toggle` Web Component from `@m3e/web/drawer-container`.\r\n *\r\n * This component renders the underlying `<m3e-drawer-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-drawer-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-drawer-toggle` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eDrawerToggle = createComponent({\r\n tagName: \"m3e-drawer-toggle\",\r\n elementClass: M3eDrawerToggleElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eAccordionElement } from \"@m3e/web/expansion-panel\";\r\nexport type { M3eAccordionElement } from \"@m3e/web/expansion-panel\";\r\n\r\n/**\r\n * React binding for the `m3e-accordion` Web Component from `@m3e/web/expansion-panel`.\r\n *\r\n * This component renders the underlying `<m3e-accordion>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-accordion>` instance for imperative access.\r\n *\r\n * See the `m3e-accordion` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eAccordion = createComponent({\r\n tagName: \"m3e-accordion\",\r\n elementClass: M3eAccordionElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eExpansionPanelElement } from \"@m3e/web/expansion-panel\";\r\nexport type {\r\n ExpansionToggleDirection,\r\n ExpansionTogglePosition,\r\n M3eExpansionPanelElement,\r\n} from \"@m3e/web/expansion-panel\";\r\n\r\n/**\r\n * React binding for the `m3e-expansion-panel` Web Component from `@m3e/web/expansion-panel`.\r\n *\r\n * This component renders the underlying `<m3e-expansion-panel>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-expansion-panel>` instance for imperative access.\r\n *\r\n * See the `m3e-expansion-panel` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eExpansionPanel = createComponent({\r\n tagName: \"m3e-expansion-panel\",\r\n elementClass: M3eExpansionPanelElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFabElement } from \"@m3e/web/fab\";\r\nexport type { FabSize, FabVariant, M3eFabElement } from \"@m3e/web/fab\";\r\n\r\n/**\r\n * React binding for the `m3e-fab` Web Component from `@m3e/web/fab`.\r\n *\r\n * This component renders the underlying `<m3e-fab>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-fab>` instance for imperative access.\r\n *\r\n * See the `m3e-fab` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFab = createComponent({\r\n tagName: \"m3e-fab\",\r\n elementClass: M3eFabElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFabMenuElement } from \"@m3e/web/fab-menu\";\r\nexport type { FabMenuVariant, M3eFabMenuElement } from \"@m3e/web/fab-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-fab-menu` Web Component from `@m3e/web/fab-menu`.\r\n *\r\n * This component renders the underlying `<m3e-fab-menu>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-fab-menu>` instance for imperative access.\r\n *\r\n * See the `m3e-fab-menu` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFabMenu = createComponent({\r\n tagName: \"m3e-fab-menu\",\r\n elementClass: M3eFabMenuElement,\r\n react: React,\r\n events: {\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFabMenuItemElement } from \"@m3e/web/fab-menu\";\r\nexport type { M3eFabMenuItemElement } from \"@m3e/web/fab-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-fab-menu-item` Web Component from `@m3e/web/fab-menu`.\r\n *\r\n * This component renders the underlying `<m3e-fab-menu-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-fab-menu-item>` instance for imperative access.\r\n *\r\n * See the `m3e-fab-menu-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFabMenuItem = createComponent({\r\n tagName: \"m3e-fab-menu-item\",\r\n elementClass: M3eFabMenuItemElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFabMenuTriggerElement } from \"@m3e/web/fab-menu\";\r\nexport type { M3eFabMenuTriggerElement } from \"@m3e/web/fab-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-fab-menu-trigger` Web Component from `@m3e/web/fab-menu`.\r\n *\r\n * This component renders the underlying `<m3e-fab-menu-trigger>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-fab-menu-trigger>` instance for imperative access.\r\n *\r\n * See the `m3e-fab-menu-trigger` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFabMenuTrigger = createComponent({\r\n tagName: \"m3e-fab-menu-trigger\",\r\n elementClass: M3eFabMenuTriggerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFormFieldElement } from \"@m3e/web/form-field\";\r\nexport type { FloatLabelType, FormFieldVariant, FormFieldControl, M3eFormFieldElement } from \"@m3e/web/form-field\";\r\n\r\n/**\r\n * React binding for the `m3e-form-field` Web Component from `@m3e/web/form-field`.\r\n *\r\n * This component renders the underlying `<m3e-form-field>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-form-field>` instance for imperative access.\r\n *\r\n * See the `m3e-form-field` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFormField = createComponent({\r\n tagName: \"m3e-form-field\",\r\n elementClass: M3eFormFieldElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eHeadingElement } from \"@m3e/web/heading\";\r\nexport type { HeadingLevel, HeadingSize, HeadingVariant, M3eHeadingElement } from \"@m3e/web/heading\";\r\n\r\n/**\r\n * React binding for the `m3e-heading` Web Component from `@m3e/web/heading`.\r\n *\r\n * This component renders the underlying `<m3e-heading>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-heading>` instance for imperative access.\r\n *\r\n * See the `m3e-heading` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eHeading = createComponent({\r\n tagName: \"m3e-heading\",\r\n elementClass: M3eHeadingElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eIconElement } from \"@m3e/web/icon\";\r\nexport type { IconGrade, IconVariant, M3eIconElement } from \"@m3e/web/icon\";\r\n\r\n/**\r\n * React binding for the `m3e-icon` Web Component from `@m3e/web/icon`.\r\n *\r\n * This component renders the underlying `<m3e-icon>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-icon>` instance for imperative access.\r\n *\r\n * See the `m3e-icon` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eIcon = createComponent({\r\n tagName: \"m3e-icon\",\r\n elementClass: M3eIconElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eIconButtonElement } from \"@m3e/web/icon-button\";\r\nexport type {\r\n IconButtonShape,\r\n IconButtonSize,\r\n IconButtonVariant,\r\n IconButtonWidth,\r\n M3eIconButtonElement,\r\n} from \"@m3e/web/icon-button\";\r\n\r\n/**\r\n * React binding for the `m3e-icon-button` Web Component from `@m3e/web/icon-button`.\r\n *\r\n * This component renders the underlying `<m3e-icon-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-icon-button>` instance for imperative access.\r\n *\r\n * See the `m3e-icon-button` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eIconButton = createComponent({\r\n tagName: \"m3e-icon-button\",\r\n elementClass: M3eIconButtonElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eActionListElement } from \"@m3e/web/list\";\r\nexport type { M3eActionListElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-action-list` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-action-list>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-action-list>` instance for imperative access.\r\n *\r\n * See the `m3e-action-list` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eActionList = createComponent({\r\n tagName: \"m3e-action-list\",\r\n elementClass: M3eActionListElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eExpandableListItemElement } from \"@m3e/web/list\";\r\nexport type { M3eExpandableListItemElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-expandable-list-item` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-expandable-list-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-expandable-list-item>` instance for imperative access.\r\n *\r\n * See the `m3e-expandable-list-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eExpandableListItem = createComponent({\r\n tagName: \"m3e-expandable-list-item\",\r\n elementClass: M3eExpandableListItemElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eListElement } from \"@m3e/web/list\";\r\nexport type { ListVariant, M3eListElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-list` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-list>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-list>` instance for imperative access.\r\n *\r\n * See the `m3e-list` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eList = createComponent({\r\n tagName: \"m3e-list\",\r\n elementClass: M3eListElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eListActionElement } from \"@m3e/web/list\";\r\nexport type { M3eListActionElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-list-action` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-list-action>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-list-action>` instance for imperative access.\r\n *\r\n * See the `m3e-list-action` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eListAction = createComponent({\r\n tagName: \"m3e-list-action\",\r\n elementClass: M3eListActionElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eListItemElement } from \"@m3e/web/list\";\r\nexport type { M3eListItemElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-list-item` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-list-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-list-item>` instance for imperative access.\r\n *\r\n * See the `m3e-list-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eListItem = createComponent({\r\n tagName: \"m3e-list-item\",\r\n elementClass: M3eListItemElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eListOptionElement } from \"@m3e/web/list\";\r\nexport type { M3eListOptionElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-list-option` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-list-option>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-list-option>` instance for imperative access.\r\n *\r\n * See the `m3e-list-option` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eListOption = createComponent({\r\n tagName: \"m3e-list-option\",\r\n elementClass: M3eListOptionElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSelectionListElement } from \"@m3e/web/list\";\r\nexport type { M3eSelectionListElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-selection-list` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-selection-list>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-selection-list>` instance for imperative access.\r\n *\r\n * See the `m3e-selection-list` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSelectionList = createComponent({\r\n tagName: \"m3e-selection-list\",\r\n elementClass: M3eSelectionListElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eLoadingIndicatorElement } from \"@m3e/web/loading-indicator\";\r\nexport type { LoadingIndicatorVariant, M3eLoadingIndicatorElement } from \"@m3e/web/loading-indicator\";\r\n\r\n/**\r\n * React binding for the `m3e-loading-indicator` Web Component from `@m3e/web/loading-indicator`.\r\n *\r\n * This component renders the underlying `<m3e-loading-indicator>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-loading-indicator>` instance for imperative access.\r\n *\r\n * See the `m3e-loading-indicator` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eLoadingIndicator = createComponent({\r\n tagName: \"m3e-loading-indicator\",\r\n elementClass: M3eLoadingIndicatorElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuElement } from \"@m3e/web/menu\";\r\nexport type { MenuPositionX, MenuPositionY, MenuVariant, M3eMenuElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu>` instance for imperative access.\r\n *\r\n * See the `m3e-menu` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenu = createComponent({\r\n tagName: \"m3e-menu\",\r\n elementClass: M3eMenuElement,\r\n react: React,\r\n events: {\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuItemElement } from \"@m3e/web/menu\";\r\nexport type { M3eMenuItemElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu-item` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu-item>` instance for imperative access.\r\n *\r\n * See the `m3e-menu-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenuItem = createComponent({\r\n tagName: \"m3e-menu-item\",\r\n elementClass: M3eMenuItemElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuItemCheckboxElement } from \"@m3e/web/menu\";\r\nexport type { M3eMenuItemCheckboxElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu-item-checkbox` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu-item-checkbox>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu-item-checkbox>` instance for imperative access.\r\n *\r\n * See the `m3e-menu-item-checkbox` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenuItemCheckbox = createComponent({\r\n tagName: \"m3e-menu-item-checkbox\",\r\n elementClass: M3eMenuItemCheckboxElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuItemGroupElement } from \"@m3e/web/menu\";\r\nexport type { M3eMenuItemGroupElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu-item-group` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu-item-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu-item-group>` instance for imperative access.\r\n *\r\n * See the `m3e-menu-item-group` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenuItemGroup = createComponent({\r\n tagName: \"m3e-menu-item-group\",\r\n elementClass: M3eMenuItemGroupElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuItemRadioElement } from \"@m3e/web/menu\";\r\nexport type { M3eMenuItemRadioElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu-item-radio` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu-item-radio>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu-item-radio>` instance for imperative access.\r\n *\r\n * See the `m3e-menu-item-radio` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenuItemRadio = createComponent({\r\n tagName: \"m3e-menu-item-radio\",\r\n elementClass: M3eMenuItemRadioElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuTriggerElement } from \"@m3e/web/menu\";\r\nexport type { M3eMenuTriggerElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu-trigger` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu-trigger>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu-trigger>` instance for imperative access.\r\n *\r\n * See the `m3e-menu-trigger` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenuTrigger = createComponent({\r\n tagName: \"m3e-menu-trigger\",\r\n elementClass: M3eMenuTriggerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavBarElement } from \"@m3e/web/nav-bar\";\r\nexport type { NavBarMode, NavItemOrientation, M3eNavBarElement } from \"@m3e/web/nav-bar\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-bar` Web Component from `@m3e/web/nav-bar`.\r\n *\r\n * This component renders the underlying `<m3e-nav-bar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-bar>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-bar` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavBar = createComponent({\r\n tagName: \"m3e-nav-bar\",\r\n elementClass: M3eNavBarElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavItemElement } from \"@m3e/web/nav-bar\";\r\nexport type { M3eNavItemElement } from \"@m3e/web/nav-bar\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-item` Web Component from `@m3e/web/nav-bar`.\r\n *\r\n * This component renders the underlying `<m3e-nav-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-item>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavItem = createComponent({\r\n tagName: \"m3e-nav-item\",\r\n elementClass: M3eNavItemElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavMenuElement } from \"@m3e/web/nav-menu\";\r\nexport type { M3eNavMenuElement } from \"@m3e/web/nav-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-menu` Web Component from `@m3e/web/nav-menu`.\r\n *\r\n * This component renders the underlying `<m3e-nav-menu>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-menu>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-menu` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavMenu = createComponent({\r\n tagName: \"m3e-nav-menu\",\r\n elementClass: M3eNavMenuElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavMenuItemElement } from \"@m3e/web/nav-menu\";\r\nexport type { M3eNavMenuItemElement } from \"@m3e/web/nav-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-menu-item` Web Component from `@m3e/web/nav-menu`.\r\n *\r\n * This component renders the underlying `<m3e-nav-menu-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-menu-item>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-menu-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavMenuItem = createComponent({\r\n tagName: \"m3e-nav-menu-item\",\r\n elementClass: M3eNavMenuItemElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavMenuItemGroupElement } from \"@m3e/web/nav-menu\";\r\nexport type { M3eNavMenuItemGroupElement } from \"@m3e/web/nav-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-menu-item-group` Web Component from `@m3e/web/nav-menu`.\r\n *\r\n * This component renders the underlying `<m3e-nav-menu-item-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-menu-item-group>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-menu-item-group` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavMenuItemGroup = createComponent({\r\n tagName: \"m3e-nav-menu-item-group\",\r\n elementClass: M3eNavMenuItemGroupElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavRailElement } from \"@m3e/web/nav-rail\";\r\nexport type { M3eNavRailElement } from \"@m3e/web/nav-rail\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-rail` Web Component from `@m3e/web/nav-rail`.\r\n *\r\n * This component renders the underlying `<m3e-nav-rail>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-rail>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-rail` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavRail = createComponent({\r\n tagName: \"m3e-nav-rail\",\r\n elementClass: M3eNavRailElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavRailToggleElement } from \"@m3e/web/nav-rail\";\r\nexport type { M3eNavRailToggleElement } from \"@m3e/web/nav-rail\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-rail-toggle` Web Component from `@m3e/web/nav-rail`.\r\n *\r\n * This component renders the underlying `<m3e-nav-rail-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-rail-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-rail-toggle` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavRailToggle = createComponent({\r\n tagName: \"m3e-nav-rail-toggle\",\r\n elementClass: M3eNavRailToggleElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eOptionElement } from \"@m3e/web/option\";\r\nexport type { M3eOptionElement } from \"@m3e/web/option\";\r\n\r\n/**\r\n * React binding for the `m3e-option` Web Component from `@m3e/web/option`.\r\n *\r\n * This component renders the underlying `<m3e-option>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-option>` instance for imperative access.\r\n *\r\n * See the `m3e-option` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eOption = createComponent({\r\n tagName: \"m3e-option\",\r\n elementClass: M3eOptionElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eOptGroupElement } from \"@m3e/web/option\";\r\nexport type { M3eOptGroupElement } from \"@m3e/web/option\";\r\n\r\n/**\r\n * React binding for the `m3e-optgroup` Web Component from `@m3e/web/option`.\r\n *\r\n * This component renders the underlying `<m3e-optgroup>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-optgroup>` instance for imperative access.\r\n *\r\n * See the `m3e-optgroup` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eOptGroup = createComponent({\r\n tagName: \"m3e-optgroup\",\r\n elementClass: M3eOptGroupElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent, EventName } from \"@lit/react\";\r\n\r\nimport { M3ePaginatorElement, PaginatorPageEventDetail } from \"@m3e/web/paginator\";\r\nexport type { M3ePaginatorElement, PageEventDetail, PaginatorPageEventDetail } from \"@m3e/web/paginator\";\r\n\r\n/**\r\n * React binding for the `m3e-paginator` Web Component from `@m3e/web/paginator`.\r\n *\r\n * This component renders the underlying `<m3e-paginator>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-paginator>` instance for imperative access.\r\n *\r\n * See the `m3e-paginator` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3ePaginator = createComponent({\r\n tagName: \"m3e-paginator\",\r\n elementClass: M3ePaginatorElement,\r\n react: React,\r\n events: {\r\n onPage: \"page\" as EventName<CustomEvent<PaginatorPageEventDetail>>,\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eCircularProgressIndicatorElement } from \"@m3e/web/progress-indicator\";\r\nexport type { M3eCircularProgressIndicatorElement } from \"@m3e/web/progress-indicator\";\r\n\r\n/**\r\n * React binding for the `m3e-circular-progress-indicator` Web Component from `@m3e/web/progress-indicator`.\r\n *\r\n * This component renders the underlying `<m3e-circular-progress-indicator>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-circular-progress-indicator>` instance for imperative access.\r\n *\r\n * See the `m3e-circular-progress-indicator` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eCircularProgressIndicator = createComponent({\r\n tagName: \"m3e-circular-progress-indicator\",\r\n elementClass: M3eCircularProgressIndicatorElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eLinearProgressIndicatorElement } from \"@m3e/web/progress-indicator\";\r\nexport type {\r\n ProgressIndicatorVariant,\r\n LinearProgressMode,\r\n M3eLinearProgressIndicatorElement,\r\n} from \"@m3e/web/progress-indicator\";\r\n\r\n/**\r\n * React binding for the `m3e-linear-progress-indicator` Web Component from `@m3e/web/progress-indicator`.\r\n *\r\n * This component renders the underlying `<m3e-linear-progress-indicator>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-linear-progress-indicator>` instance for imperative access.\r\n *\r\n * See the `m3e-linear-progress-indicator` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eLinearProgressIndicator = createComponent({\r\n tagName: \"m3e-linear-progress-indicator\",\r\n elementClass: M3eLinearProgressIndicatorElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRadioElement } from \"@m3e/web/radio-group\";\r\nexport type { M3eRadioElement } from \"@m3e/web/radio-group\";\r\n\r\n/**\r\n * React binding for the `m3e-radio` Web Component from `@m3e/web/radio-group`.\r\n *\r\n * This component renders the underlying `<m3e-radio>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-radio>` instance for imperative access.\r\n *\r\n * See the `m3e-radio` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRadio = createComponent({\r\n tagName: \"m3e-radio\",\r\n elementClass: M3eRadioElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRadioGroupElement } from \"@m3e/web/radio-group\";\r\nexport type { M3eRadioGroupElement } from \"@m3e/web/radio-group\";\r\n\r\n/**\r\n * React binding for the `m3e-radio-group` Web Component from `@m3e/web/radio-group`.\r\n *\r\n * This component renders the underlying `<m3e-radio-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-radio-group>` instance for imperative access.\r\n *\r\n * See the `m3e-radio-group` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRadioGroup = createComponent({\r\n tagName: \"m3e-radio-group\",\r\n elementClass: M3eRadioGroupElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSearchBarElement } from \"@m3e/web/search\";\r\nexport type { M3eSearchBarElement } from \"@m3e/web/search\";\r\n\r\n/**\r\n * React binding for the `m3e-search-bar` Web Component from `@m3e/web/search`.\r\n *\r\n * This component renders the underlying `<m3e-search-bar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-search-bar>` instance for imperative access.\r\n *\r\n * See the `m3e-search-bar` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSearchBar = createComponent({\r\n tagName: \"m3e-search-bar\",\r\n elementClass: M3eSearchBarElement,\r\n react: React,\r\n events: {\r\n onClear: \"clear\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent, EventName } from \"@lit/react\";\r\n\r\nimport { M3eSearchViewElement, SearchViewQueryEventDetail } from \"@m3e/web/search\";\r\nexport type { M3eSearchViewElement, SearchViewMode, SearchViewQueryEventDetail } from \"@m3e/web/search\";\r\n\r\n/**\r\n * React binding for the `m3e-search-view` Web Component from `@m3e/web/search`.\r\n *\r\n * This component renders the underlying `<m3e-search-view>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-search-view>` instance for imperative access.\r\n *\r\n * See the `m3e-search-view` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSearchView = createComponent({\r\n tagName: \"m3e-search-view\",\r\n elementClass: M3eSearchViewElement,\r\n react: React,\r\n events: {\r\n onClear: \"clear\",\r\n onQuery: \"query\" as EventName<CustomEvent<SearchViewQueryEventDetail>>,\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-segmented-button` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-segmented-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-segmented-button>` instance for imperative access.\r\n *\r\n * See the `m3e-segmented-button` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSegmentedButton = createComponent({\r\n tagName: \"m3e-segmented-button\",\r\n elementClass: M3eSegmentedButtonElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-button-segment` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-button-segment>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-button-segment>` instance for imperative access.\r\n *\r\n * See the `m3e-button-segment` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eButtonSegment = createComponent({\r\n tagName: \"m3e-button-segment\",\r\n elementClass: M3eButtonSegmentElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSelectElement } from \"@m3e/web/select\";\r\nexport type { M3eSelectElement } from \"@m3e/web/select\";\r\n\r\n/**\r\n * React binding for the `m3e-select` Web Component from `@m3e/web/select`.\r\n *\r\n * This component renders the underlying `<m3e-select>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-select>` instance for imperative access.\r\n *\r\n * See the `m3e-select` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSelect = createComponent({\r\n tagName: \"m3e-select\",\r\n elementClass: M3eSelectElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eShapeElement } from \"@m3e/web/shape\";\r\nexport type { M3eShapeElement, ShapeName } from \"@m3e/web/shape\";\r\n\r\n/**\r\n * React binding for the `m3e-shape` Web Component from `@m3e/web/shape`.\r\n *\r\n * This component renders the underlying `<m3e-shape>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-shape>` instance for imperative access.\r\n *\r\n * See the `m3e-shape` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eShape = createComponent({\r\n tagName: \"m3e-shape\",\r\n elementClass: M3eShapeElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSkeletonElement } from \"@m3e/web/skeleton\";\r\nexport type { M3eSkeletonElement, SkeletonAnimation, SkeletonShape } from \"@m3e/web/skeleton\";\r\n\r\n/**\r\n * React binding for the `m3e-skeleton` Web Component from `@m3e/web/skeleton`.\r\n *\r\n * This component renders the underlying `<m3e-skeleton>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-skeleton>` instance for imperative access.\r\n *\r\n * See the `m3e-skeleton` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSkeleton = createComponent({\r\n tagName: \"m3e-skeleton\",\r\n elementClass: M3eSkeletonElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSlideGroupElement } from \"@m3e/web/slide-group\";\r\nexport type { M3eSlideGroupElement } from \"@m3e/web/slide-group\";\r\n\r\n/**\r\n * React binding for the `m3e-slide-group` Web Component from `@m3e/web/slide-group`.\r\n *\r\n * This component renders the underlying `<m3e-slide-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slide-group>` instance for imperative access.\r\n *\r\n * See the `m3e-slide-group` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSlideGroup = createComponent({\r\n tagName: \"m3e-slide-group\",\r\n elementClass: M3eSlideGroupElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderElement, SliderSize } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider>` instance for imperative access.\r\n *\r\n * See the `m3e-slider` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSlider = createComponent({\r\n tagName: \"m3e-slider\",\r\n elementClass: M3eSliderElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider-thumb` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider-thumb>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider-thumb>` instance for imperative access.\r\n *\r\n * See the `m3e-slider-thumb` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSliderThumb = createComponent({\r\n tagName: \"m3e-slider-thumb\",\r\n elementClass: M3eSliderThumbElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSplitButtonElement } from \"@m3e/web/split-button\";\r\nexport type { M3eSplitButtonElement, SplitButtonVariant } from \"@m3e/web/split-button\";\r\n\r\n/**\r\n * React binding for the `m3e-split-button` Web Component from `@m3e/web/split-button`.\r\n *\r\n * This component renders the underlying `<m3e-split-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-split-button>` instance for imperative access.\r\n *\r\n * See the `m3e-split-button` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSplitButton = createComponent({\r\n tagName: \"m3e-split-button\",\r\n elementClass: M3eSplitButtonElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSplitPaneElement } from \"@m3e/web/split-pane\";\r\nexport type { M3eSplitPaneElement, SplitPaneOrientation } from \"@m3e/web/split-pane\";\r\n\r\n/**\r\n * React binding for the `m3e-split-pane` Web Component from `@m3e/web/split-pane`.\r\n *\r\n * This component renders the underlying `<m3e-split-pane>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-split-pane>` instance for imperative access.\r\n *\r\n * See the `m3e-split-pane` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSplitPane = createComponent({\r\n tagName: \"m3e-split-pane\",\r\n elementClass: M3eSplitPaneElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-step` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-step>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-step>` instance for imperative access.\r\n *\r\n * See the `m3e-step` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStep = createComponent({\r\n tagName: \"m3e-step\",\r\n elementClass: M3eStepElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepPanelElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepPanelElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-step-panel` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-step-panel>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-step-panel>` instance for imperative access.\r\n *\r\n * See the `m3e-step-panel` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepPanel = createComponent({\r\n tagName: \"m3e-step-panel\",\r\n elementClass: M3eStepPanelElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperElement, StepperOrientation, StepLabelPosition, StepHeaderPosition } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepper = createComponent({\r\n tagName: \"m3e-stepper\",\r\n elementClass: M3eStepperElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperNextElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperNextElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-next` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-next>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-next>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-next` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperNext = createComponent({\r\n tagName: \"m3e-stepper-next\",\r\n elementClass: M3eStepperNextElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperPreviousElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperPreviousElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-previous` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-previous>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-previous>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-previous` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperPrevious = createComponent({\r\n tagName: \"m3e-stepper-previous\",\r\n elementClass: M3eStepperPreviousElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperResetElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperResetElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-reset` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-reset>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-reset>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-reset` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperReset = createComponent({\r\n tagName: \"m3e-stepper-reset\",\r\n elementClass: M3eStepperResetElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSwitchElement } from \"@m3e/web/switch\";\r\nexport type { M3eSwitchElement, SwitchIcons } from \"@m3e/web/switch\";\r\n\r\n/**\r\n * React binding for the `m3e-switch` Web Component from `@m3e/web/switch`.\r\n *\r\n * This component renders the underlying `<m3e-switch>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-switch>` instance for imperative access.\r\n *\r\n * See the `m3e-switch` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSwitch = createComponent({\r\n tagName: \"m3e-switch\",\r\n elementClass: M3eSwitchElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTabElement } from \"@m3e/web/tabs\";\r\nexport type { M3eTabElement } from \"@m3e/web/tabs\";\r\n\r\n/**\r\n * React binding for the `m3e-tab` Web Component from `@m3e/web/tabs`.\r\n *\r\n * This component renders the underlying `<m3e-tab>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tab>` instance for imperative access.\r\n *\r\n * See the `m3e-tab` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTab = createComponent({\r\n tagName: \"m3e-tab\",\r\n elementClass: M3eTabElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTabPanelElement } from \"@m3e/web/tabs\";\r\nexport type { M3eTabPanelElement } from \"@m3e/web/tabs\";\r\n\r\n/**\r\n * React binding for the `m3e-tab-panel` Web Component from `@m3e/web/tabs`.\r\n *\r\n * This component renders the underlying `<m3e-tab-panel>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tab-panel>` instance for imperative access.\r\n *\r\n * See the `m3e-tab-panel` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTabPanel = createComponent({\r\n tagName: \"m3e-tab-panel\",\r\n elementClass: M3eTabPanelElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTabsElement } from \"@m3e/web/tabs\";\r\nexport type { M3eTabsElement, TabVariant, TabHeaderPosition } from \"@m3e/web/tabs\";\r\n\r\n/**\r\n * React binding for the `m3e-tabs` Web Component from `@m3e/web/tabs`.\r\n *\r\n * This component renders the underlying `<m3e-tabs>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tabs>` instance for imperative access.\r\n *\r\n * See the `m3e-tabs` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTabs = createComponent({\r\n tagName: \"m3e-tabs\",\r\n elementClass: M3eTabsElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTextareaAutosizeElement } from \"@m3e/web/textarea-autosize\";\r\nexport type { M3eTextareaAutosizeElement } from \"@m3e/web/textarea-autosize\";\r\n\r\n/**\r\n * React binding for the `m3e-textarea-autosize` Web Component from `@m3e/web/textarea-autosize`.\r\n *\r\n * This component renders the underlying `<m3e-textarea-autosize>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-textarea-autosize>` instance for imperative access.\r\n *\r\n * See the `m3e-textarea-autosize` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTextareaAutosize = createComponent({\r\n tagName: \"m3e-textarea-autosize\",\r\n elementClass: M3eTextareaAutosizeElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eThemeElement } from \"@m3e/web/theme\";\r\nexport type { ColorScheme, ContrastLevel, MotionScheme, M3eThemeElement } from \"@m3e/web/theme\";\r\n\r\n/**\r\n * React binding for the `m3e-theme` Web Component from `@m3e/web/theme`.\r\n *\r\n * This component renders the underlying `<m3e-theme>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-theme>` instance for imperative access.\r\n *\r\n * See the `m3e-theme` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTheme = createComponent({\r\n tagName: \"m3e-theme\",\r\n elementClass: M3eThemeElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTocElement } from \"@m3e/web/toc\";\r\nexport type { M3eTocElement } from \"@m3e/web/toc\";\r\n\r\n/**\r\n * React binding for the `m3e-toc` Web Component from `@m3e/web/toc`.\r\n *\r\n * This component renders the underlying `<m3e-toc>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-toc>` instance for imperative access.\r\n *\r\n * See the `m3e-toc` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eToc = createComponent({\r\n tagName: \"m3e-toc\",\r\n elementClass: M3eTocElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eToolbarElement } from \"@m3e/web/toolbar\";\r\nexport type { M3eToolbarElement, ToolbarVariant, ToolbarShape } from \"@m3e/web/toolbar\";\r\n\r\n/**\r\n * React binding for the `m3e-toolbar` Web Component from `@m3e/web/toolbar`.\r\n *\r\n * This component renders the underlying `<m3e-toolbar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-toolbar>` instance for imperative access.\r\n *\r\n * See the `m3e-toolbar` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eToolbar = createComponent({\r\n tagName: \"m3e-toolbar\",\r\n elementClass: M3eToolbarElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRichTooltipElement } from \"@m3e/web/tooltip\";\r\nexport type { M3eRichTooltipElement, RichTooltipPosition } from \"@m3e/web/tooltip\";\r\n\r\n/**\r\n * React binding for the `m3e-rich-tooltip` Web Component from `@m3e/web/tooltip`.\r\n *\r\n * This component renders the underlying `<m3e-rich-tooltip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-rich-tooltip>` instance for imperative access.\r\n *\r\n * See the `m3e-rich-tooltip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRichTooltip = createComponent({\r\n tagName: \"m3e-rich-tooltip\",\r\n elementClass: M3eRichTooltipElement,\r\n react: React,\r\n events: {\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRichTooltipActionElement } from \"@m3e/web/tooltip\";\r\nexport type { M3eRichTooltipActionElement } from \"@m3e/web/tooltip\";\r\n\r\n/**\r\n * React binding for the `m3e-rich-tooltip-action` Web Component from `@m3e/web/tooltip`.\r\n *\r\n * This component renders the underlying `<m3e-rich-tooltip-action>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-rich-tooltip-action>` instance for imperative access.\r\n *\r\n * See the `m3e-rich-tooltip-action` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRichTooltipAction = createComponent({\r\n tagName: \"m3e-rich-tooltip-action\",\r\n elementClass: M3eRichTooltipActionElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTooltipElement } from \"@m3e/web/tooltip\";\r\nexport type { M3eTooltipElement, TooltipPosition, TooltipTouchGestures } from \"@m3e/web/tooltip\";\r\n\r\n/**\r\n * React binding for the `m3e-tooltip` Web Component from `@m3e/web/tooltip`.\r\n *\r\n * This component renders the underlying `<m3e-tooltip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tooltip>` instance for imperative access.\r\n *\r\n * See the `m3e-tooltip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTooltip = createComponent({\r\n tagName: \"m3e-tooltip\",\r\n elementClass: M3eTooltipElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTreeElement } from \"@m3e/web/tree\";\r\nexport type { M3eTreeElement } from \"@m3e/web/tree\";\r\n\r\n/**\r\n * React binding for the `m3e-tree` Web Component from `@m3e/web/tree`.\r\n *\r\n * This component renders the underlying `<m3e-tree>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tree>` instance for imperative access.\r\n *\r\n * See the `m3e-tree` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTree = createComponent({\r\n tagName: \"m3e-tree\",\r\n elementClass: M3eTreeElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTreeItemElement } from \"@m3e/web/tree\";\r\nexport type { M3eTreeItemElement } from \"@m3e/web/tree\";\r\n\r\n/**\r\n * React binding for the `m3e-tree-item` Web Component from `@m3e/web/tree`.\r\n *\r\n * This component renders the underlying `<m3e-tree-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tree-item>` instance for imperative access.\r\n *\r\n * See the `m3e-tree-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTreeItem = createComponent({\r\n tagName: \"m3e-tree-item\",\r\n elementClass: M3eTreeItemElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":["M3eAppBar","createComponent","tagName","elementClass","M3eAppBarElement","react","React","M3eAutocomplete","M3eAutocompleteElement","events","onChange","onToggle","onQuery","M3eAvatar","M3eAvatarElement","M3eBadge","M3eBadgeElement","M3eBottomSheet","M3eBottomSheetElement","onOpening","onOpened","onClosing","onClosed","onCancel","M3eBottomSheetAction","M3eBottomSheetActionElement","M3eBottomSheetTrigger","M3eBottomSheetTriggerElement","M3eBreadcrumb","M3eBreadcrumbElement","M3eBreadcrumbItem","M3eBreadcrumbItemElement","onClick","M3eButton","M3eButtonElement","onBeforeInput","onInput","M3eButtonGroup","M3eButtonGroupElement","M3eCalendar","M3eCalendarElement","M3eCard","M3eCardElement","M3eCheckbox","M3eCheckboxElement","onInvalid","M3eAssistChip","M3eAssistChipElement","M3eChip","M3eChipElement","M3eChipSet","M3eChipSetElement","M3eFilterChip","M3eFilterChipElement","M3eFilterChipSet","M3eFilterChipSetElement","M3eInputChip","M3eInputChipElement","onRemove","M3eInputChipSet","M3eInputChipSetElement","M3eSuggestionChip","M3eSuggestionChipElement","M3eContentPane","M3eContentPaneElement","M3eCollapsible","M3eCollapsibleElement","M3eElevation","M3eElevationElement","M3eFocusRing","M3eFocusRingElement","M3ePseudoCheckbox","M3ePseudoCheckboxElement","M3ePseudoRadio","M3ePseudoRadioElement","M3eRipple","M3eRippleElement","M3eScrollContainer","M3eScrollContainerElement","M3eSlide","M3eSlideElement","M3eStateLayer","M3eStateLayerElement","M3eTextHighlight","M3eTextHighlightElement","M3eTextOverflow","M3eTextOverflowElement","M3eDatepicker","M3eDatepickerElement","M3eDatepickerToggle","M3eDatepickerToggleElement","M3eDialog","M3eDialogElement","M3eDialogAction","M3eDialogActionElement","M3eDialogTrigger","M3eDialogTriggerElement","M3eDivider","M3eDividerElement","M3eDrawerContainer","M3eDrawerContainerElement","M3eDrawerToggle","M3eDrawerToggleElement","M3eAccordion","M3eAccordionElement","M3eExpansionPanel","M3eExpansionPanelElement","M3eFab","M3eFabElement","M3eFabMenu","M3eFabMenuElement","onBeforeToggle","M3eFabMenuItem","M3eFabMenuItemElement","M3eFabMenuTrigger","M3eFabMenuTriggerElement","M3eFormField","M3eFormFieldElement","M3eHeading","M3eHeadingElement","M3eIcon","M3eIconElement","M3eIconButton","M3eIconButtonElement","M3eActionList","M3eActionListElement","M3eExpandableListItem","M3eExpandableListItemElement","M3eList","M3eListElement","M3eListAction","M3eListActionElement","M3eListItem","M3eListItemElement","M3eListOption","M3eListOptionElement","M3eSelectionList","M3eSelectionListElement","M3eLoadingIndicator","M3eLoadingIndicatorElement","M3eMenu","M3eMenuElement","M3eMenuItem","M3eMenuItemElement","M3eMenuItemCheckbox","M3eMenuItemCheckboxElement","M3eMenuItemGroup","M3eMenuItemGroupElement","M3eMenuItemRadio","M3eMenuItemRadioElement","M3eMenuTrigger","M3eMenuTriggerElement","M3eNavBar","M3eNavBarElement","M3eNavItem","M3eNavItemElement","M3eNavMenu","M3eNavMenuElement","M3eNavMenuItem","M3eNavMenuItemElement","M3eNavMenuItemGroup","M3eNavMenuItemGroupElement","M3eNavRail","M3eNavRailElement","M3eNavRailToggle","M3eNavRailToggleElement","M3eOption","M3eOptionElement","M3eOptGroup","M3eOptGroupElement","M3ePaginator","M3ePaginatorElement","onPage","M3eCircularProgressIndicator","M3eCircularProgressIndicatorElement","M3eLinearProgressIndicator","M3eLinearProgressIndicatorElement","M3eRadio","M3eRadioElement","M3eRadioGroup","M3eRadioGroupElement","M3eSearchBar","M3eSearchBarElement","onClear","M3eSearchView","M3eSearchViewElement","M3eSegmentedButton","M3eSegmentedButtonElement","M3eButtonSegment","M3eButtonSegmentElement","M3eSelect","M3eSelectElement","M3eShape","M3eShapeElement","M3eSkeleton","M3eSkeletonElement","M3eSlideGroup","M3eSlideGroupElement","M3eSlider","M3eSliderElement","M3eSliderThumb","M3eSliderThumbElement","M3eSplitButton","M3eSplitButtonElement","M3eSplitPane","M3eSplitPaneElement","M3eStep","M3eStepElement","M3eStepPanel","M3eStepPanelElement","M3eStepper","M3eStepperElement","M3eStepperNext","M3eStepperNextElement","M3eStepperPrevious","M3eStepperPreviousElement","M3eStepperReset","M3eStepperResetElement","M3eSwitch","M3eSwitchElement","M3eTab","M3eTabElement","M3eTabPanel","M3eTabPanelElement","M3eTabs","M3eTabsElement","M3eTextareaAutosize","M3eTextareaAutosizeElement","M3eTheme","M3eThemeElement","M3eToc","M3eTocElement","M3eToolbar","M3eToolbarElement","M3eRichTooltip","M3eRichTooltipElement","M3eRichTooltipAction","M3eRichTooltipActionElement","M3eTooltip","M3eTooltipElement","M3eTree","M3eTreeElement","M3eTreeItem","M3eTreeItemElement"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"all.min.js","sources":["../../src/app-bar/AppBar.ts","../../src/autocomplete/Autocomplete.ts","../../src/avatar/Avatar.ts","../../src/badge/Badge.ts","../../src/bottom-sheet/BottomSheet.ts","../../src/bottom-sheet/BottomSheetAction.ts","../../src/bottom-sheet/BottomSheetTrigger.ts","../../src/breadcrumb/Breadcrumb.ts","../../src/breadcrumb/BreadcrumbItem.ts","../../src/button/Button.ts","../../src/button-group/ButtonGroup.ts","../../src/calendar/Calendar.ts","../../src/card/Card.ts","../../src/checkbox/Checkbox.ts","../../src/chips/AssistChip.ts","../../src/chips/Chip.ts","../../src/chips/ChipSet.ts","../../src/chips/FilterChip.ts","../../src/chips/FilterChipSet.ts","../../src/chips/InputChip.ts","../../src/chips/InputChipSet.ts","../../src/chips/SuggestionChip.ts","../../src/content-pane/ContentPane.ts","../../src/core/Collapsible.ts","../../src/core/Elevation.ts","../../src/core/FocusRing.ts","../../src/core/PseudoCheckbox.ts","../../src/core/PseudoRadio.ts","../../src/core/Ripple.ts","../../src/core/ScrollContainer.ts","../../src/core/Slide.ts","../../src/core/StateLayer.ts","../../src/core/TextHighlight.ts","../../src/core/TextOverflow.ts","../../src/datepicker/Datepicker.ts","../../src/datepicker/DatepickerToggle.ts","../../src/dialog/Dialog.ts","../../src/dialog/DialogAction.ts","../../src/dialog/DialogTrigger.ts","../../src/divider/Divider.ts","../../src/drawer-container/DrawerContainer.ts","../../src/drawer-container/DrawerToggle.ts","../../src/expansion-panel/Accordion.ts","../../src/expansion-panel/ExpansionPanel.ts","../../src/fab/Fab.ts","../../src/fab-menu/FabMenu.ts","../../src/fab-menu/FabMenuItem.ts","../../src/fab-menu/FabMenuTrigger.ts","../../src/form-field/FormField.ts","../../src/heading/Heading.ts","../../src/icon/Icon.ts","../../src/icon-button/IconButton.ts","../../src/list/ActionList.ts","../../src/list/ExpandableListItem.ts","../../src/list/List.ts","../../src/list/ListAction.ts","../../src/list/ListItem.ts","../../src/list/ListOption.ts","../../src/list/SelectionList.ts","../../src/loading-indicator/LoadingIndicator.ts","../../src/menu/Menu.ts","../../src/menu/MenuItem.ts","../../src/menu/MenuItemCheckbox.ts","../../src/menu/MenuItemGroup.ts","../../src/menu/MenuItemRadio.ts","../../src/menu/MenuTrigger.ts","../../src/nav-bar/NavBar.ts","../../src/nav-bar/NavItem.ts","../../src/nav-menu/NavMenu.ts","../../src/nav-menu/NavMenuItem.ts","../../src/nav-menu/NavMenuItemGroup.ts","../../src/nav-rail/NavRail.ts","../../src/nav-rail/NavRailToggle.ts","../../src/option/Option.ts","../../src/option/OptGroup.ts","../../src/paginator/Paginator.ts","../../src/progress-indicator/CircularProgressIndicator.ts","../../src/progress-indicator/LinearProgressIndicator.ts","../../src/radio-group/Radio.ts","../../src/radio-group/RadioGroup.ts","../../src/search/SearchBar.ts","../../src/search/SearchView.ts","../../src/segmented-button/SegmentedButton.ts","../../src/segmented-button/ButtonSegment.ts","../../src/select/Select.ts","../../src/shape/Shape.ts","../../src/skeleton/Skeleton.ts","../../src/slide-group/SlideGroup.ts","../../src/slider/Slider.ts","../../src/slider/SliderThumb.ts","../../src/split-button/SplitButton.ts","../../src/split-pane/SplitPane.ts","../../src/stepper/Step.ts","../../src/stepper/StepPanel.ts","../../src/stepper/Stepper.ts","../../src/stepper/StepperNext.ts","../../src/stepper/StepperPrevious.ts","../../src/stepper/StepperReset.ts","../../src/switch/Switch.ts","../../src/tabs/Tab.ts","../../src/tabs/TabPanel.ts","../../src/tabs/Tabs.ts","../../src/textarea-autosize/TextareaAutosize.ts","../../src/theme/Theme.ts","../../src/theme/ThemeIcon.ts","../../src/toc/Toc.ts","../../src/toolbar/Toolbar.ts","../../src/tooltip/RichTooltip.ts","../../src/tooltip/RichTooltipAction.ts","../../src/tooltip/Tooltip.ts","../../src/tree/Tree.ts","../../src/tree/TreeItem.ts"],"sourcesContent":["import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eAppBarElement } from \"@m3e/web/app-bar\";\r\nexport type { AppBarSize, M3eAppBarElement } from \"@m3e/web/app-bar\";\r\n\r\n/**\r\n * React binding for the `m3e-app-bar` Web Component from `@m3e/web/app-bar`.\r\n *\r\n * This component renders the underlying `<m3e-app-bar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-app-bar>` instance for imperative access.\r\n *\r\n * See the `m3e-app-bar` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eAppBar = createComponent({\r\n tagName: \"m3e-app-bar\",\r\n elementClass: M3eAppBarElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent, EventName } from \"@lit/react\";\r\n\r\nimport { M3eAutocompleteElement, AutocompleteQueryEventDetail } from \"@m3e/web/autocomplete\";\r\n\r\nexport type {\r\n M3eAutocompleteElement,\r\n AutocompleteFilterMode,\r\n AutocompleteQueryEventDetail,\r\n QueryEventDetail,\r\n} from \"@m3e/web/autocomplete\";\r\n\r\n/**\r\n * React binding for the `m3e-autocomplete` Web Component from `@m3e/web/autocomplete`.\r\n *\r\n * This component renders the underlying `<m3e-autocomplete>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-autocomplete>` instance for imperative access.\r\n *\r\n * See the `m3e-autocomplete` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eAutocomplete = createComponent({\r\n tagName: \"m3e-autocomplete\",\r\n elementClass: M3eAutocompleteElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n onToggle: \"toggle\",\r\n onQuery: \"query\" as EventName<CustomEvent<AutocompleteQueryEventDetail>>,\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eAvatarElement } from \"@m3e/web/avatar\";\r\nexport type { M3eAvatarElement } from \"@m3e/web/avatar\";\r\n/**\r\n * React binding for the `m3e-avatar` Web Component from `@m3e/web/avatar`.\r\n *\r\n * This component renders the underlying `<m3e-avatar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-avatar>` instance for imperative access.\r\n *\r\n * See the `m3e-avatar` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eAvatar = createComponent({\r\n tagName: \"m3e-avatar\",\r\n elementClass: M3eAvatarElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBadgeElement } from \"@m3e/web/badge\";\r\nexport type { BadgeSize, BadgePosition, M3eBadgeElement } from \"@m3e/web/badge\";\r\n\r\n/**\r\n * React binding for the `m3e-badge` Web Component from `@m3e/web/badge`.\r\n *\r\n * This component renders the underlying `<m3e-badge>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-badge>` instance for imperative access.\r\n *\r\n * See the `m3e-badge` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eBadge = createComponent({\r\n tagName: \"m3e-badge\",\r\n elementClass: M3eBadgeElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBottomSheetElement } from \"@m3e/web/bottom-sheet\";\r\nexport type { M3eBottomSheetElement } from \"@m3e/web/bottom-sheet\";\r\n/**\r\n * React binding for the `m3e-bottom-sheet` Web Component from `@m3e/web/bottom-sheet`.\r\n *\r\n * This component renders the underlying `<m3e-bottom-sheet>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-bottom-sheet>` instance for imperative access.\r\n *\r\n * See the `m3e-bottom-sheet` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eBottomSheet = createComponent({\r\n tagName: \"m3e-bottom-sheet\",\r\n elementClass: M3eBottomSheetElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n onCancel: \"cancel\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBottomSheetActionElement } from \"@m3e/web/bottom-sheet\";\r\nexport type { M3eBottomSheetActionElement } from \"@m3e/web/bottom-sheet\";\r\n\r\n/**\r\n * React binding for the `m3e-bottom-sheet-action` Web Component from `@m3e/web/bottom-sheet`.\r\n *\r\n * This component renders the underlying `<m3e-bottom-sheet-action>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-bottom-sheet-action>` instance for imperative access.\r\n *\r\n * See the `m3e-bottom-sheet-action` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eBottomSheetAction = createComponent({\r\n tagName: \"m3e-bottom-sheet-action\",\r\n elementClass: M3eBottomSheetActionElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBottomSheetTriggerElement } from \"@m3e/web/bottom-sheet\";\r\nexport type { M3eBottomSheetTriggerElement } from \"@m3e/web/bottom-sheet\";\r\n\r\n/**\r\n * React binding for the `m3e-bottom-sheet-trigger` Web Component from `@m3e/web/bottom-sheet`.\r\n *\r\n * This component renders the underlying `<m3e-bottom-sheet-trigger>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-bottom-sheet-trigger>` instance for imperative access.\r\n *\r\n * See the `m3e-bottom-sheet-trigger` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eBottomSheetTrigger = createComponent({\r\n tagName: \"m3e-bottom-sheet-trigger\",\r\n elementClass: M3eBottomSheetTriggerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBreadcrumbElement } from \"@m3e/web/breadcrumb\";\r\nexport type { M3eBreadcrumbElement } from \"@m3e/web/breadcrumb\";\r\n\r\n/**\r\n * React binding for the `m3e-breadcrumb` Web Component from `@m3e/web/breadcrumb`.\r\n *\r\n * This component renders the underlying `<m3e-breadcrumb>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-breadcrumb>` instance for imperative access.\r\n *\r\n * See the `m3e-breadcrumb` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eBreadcrumb = createComponent({\r\n tagName: \"m3e-breadcrumb\",\r\n elementClass: M3eBreadcrumbElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eBreadcrumbItemElement } from \"@m3e/web/breadcrumb\";\r\nexport type { BreadcrumbItemCurrent, M3eBreadcrumbItemElement } from \"@m3e/web/breadcrumb\";\r\n\r\n/**\r\n * React binding for the `m3e-breadcrumb-item` Web Component from `@m3e/web/breadcrumb`.\r\n *\r\n * This component renders the underlying `<m3e-breadcrumb-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-breadcrumb-item>` instance for imperative access.\r\n *\r\n * See the `m3e-breadcrumb-item` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eBreadcrumbItem = createComponent({\r\n tagName: \"m3e-breadcrumb-item\",\r\n elementClass: M3eBreadcrumbItemElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eButtonElement } from \"@m3e/web/button\";\r\nexport type { ButtonShape, ButtonSize, ButtonVariant, M3eButtonElement } from \"@m3e/web/button\";\r\n\r\n/**\r\n * React binding for the `m3e-button` Web Component from `@m3e/web/button`.\r\n *\r\n * This component renders the underlying `<m3e-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-button>` instance for imperative access.\r\n *\r\n * See the `m3e-button` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eButton = createComponent({\r\n tagName: \"m3e-button\",\r\n elementClass: M3eButtonElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eButtonGroupElement } from \"@m3e/web/button-group\";\r\nexport type { ButtonGroupSize, ButtonGroupVariant, M3eButtonGroupElement } from \"@m3e/web/button-group\";\r\n\r\n/**\r\n * React binding for the `m3e-button-group` Web Component from `@m3e/web/button-group`.\r\n *\r\n * This component renders the underlying `<m3e-button-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-button-group>` instance for imperative access.\r\n *\r\n * See the `m3e-button-group` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eButtonGroup = createComponent({\r\n tagName: \"m3e-button-group\",\r\n elementClass: M3eButtonGroupElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eCalendarElement } from \"@m3e/web/calendar\";\r\nexport type { M3eCalendarElement, CalendarView } from \"@m3e/web/calendar\";\r\n\r\n/**\r\n * React binding for the `m3e-calendar` Web Component from `@m3e/web/calendar`.\r\n *\r\n * This component renders the underlying `<m3e-calendar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-calendar>` instance for imperative access.\r\n *\r\n * See the `m3e-calendar` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eCalendar = createComponent({\r\n tagName: \"m3e-calendar\",\r\n elementClass: M3eCalendarElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eCardElement } from \"@m3e/web/card\";\r\nexport type { CardOrientation, CardVariant, M3eCardElement } from \"@m3e/web/card\";\r\n\r\n/**\r\n * React binding for the `m3e-card` Web Component from `@m3e/web/card`.\r\n *\r\n * This component renders the underlying `<m3e-card>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-card>` instance for imperative access.\r\n *\r\n * See the `m3e-card` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eCard = createComponent({\r\n tagName: \"m3e-card\",\r\n elementClass: M3eCardElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eCheckboxElement } from \"@m3e/web/checkbox\";\r\nexport type { M3eCheckboxElement } from \"@m3e/web/checkbox\";\r\n\r\n/**\r\n * React binding for the `m3e-checkbox` Web Component from `@m3e/web/checkbox`.\r\n *\r\n * This component renders the underlying `<m3e-checkbox>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-checkbox>` instance for imperative access.\r\n *\r\n * See the `m3e-checkbox` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eCheckbox = createComponent({\r\n tagName: \"m3e-checkbox\",\r\n elementClass: M3eCheckboxElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onInvalid: \"invalid\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eAssistChipElement } from \"@m3e/web/chips\";\r\nexport type { M3eAssistChipElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-assist-chip` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-assist-chip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-assist-chip>` instance for imperative access.\r\n *\r\n * See the `m3e-assist-chip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eAssistChip = createComponent({\r\n tagName: \"m3e-assist-chip\",\r\n elementClass: M3eAssistChipElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eChipElement } from \"@m3e/web/chips\";\r\nexport type { ChipVariant, M3eChipElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-chip` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-chip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-chip>` instance for imperative access.\r\n *\r\n * See the `m3e-chip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eChip = createComponent({\r\n tagName: \"m3e-chip\",\r\n elementClass: M3eChipElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eChipSetElement } from \"@m3e/web/chips\";\r\nexport type { M3eChipSetElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-chip-set` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-chip-set>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-chip-set>` instance for imperative access.\r\n *\r\n * See the `m3e-chip-set` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eChipSet = createComponent({\r\n tagName: \"m3e-chip-set\",\r\n elementClass: M3eChipSetElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFilterChipElement } from \"@m3e/web/chips\";\r\nexport type { M3eFilterChipElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-filter-chip` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-filter-chip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-filter-chip>` instance for imperative access.\r\n *\r\n * See the `m3e-filter-chip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFilterChip = createComponent({\r\n tagName: \"m3e-filter-chip\",\r\n elementClass: M3eFilterChipElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFilterChipSetElement } from \"@m3e/web/chips\";\r\nexport type { M3eFilterChipSetElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-filter-chip-set` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-filter-chip-set>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-filter-chip-set>` instance for imperative access.\r\n *\r\n * See the `m3e-filter-chip-set` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFilterChipSet = createComponent({\r\n tagName: \"m3e-filter-chip-set\",\r\n elementClass: M3eFilterChipSetElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eInputChipElement } from \"@m3e/web/chips\";\r\nexport type { M3eInputChipElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-input-chip` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-input-chip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-input-chip>` instance for imperative access.\r\n *\r\n * See the `m3e-input-chip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eInputChip = createComponent({\r\n tagName: \"m3e-input-chip\",\r\n elementClass: M3eInputChipElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n onRemove: \"remove\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent, EventName } from \"@lit/react\";\r\n\r\nimport { M3eInputChipSetElement, InputChipSetChangeEventDetail } from \"@m3e/web/chips\";\r\nexport type { M3eInputChipSetElement, InputChipSetChangeEventDetail, InputChipSetChangeType } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-input-chip-set` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-input-chip-set>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-input-chip-set>` instance for imperative access.\r\n *\r\n * See the `m3e-input-chip-set` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eInputChipSet = createComponent({\r\n tagName: \"m3e-input-chip-set\",\r\n elementClass: M3eInputChipSetElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\" as EventName<CustomEvent<InputChipSetChangeEventDetail>>,\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSuggestionChipElement } from \"@m3e/web/chips\";\r\nexport type { M3eSuggestionChipElement } from \"@m3e/web/chips\";\r\n\r\n/**\r\n * React binding for the `m3e-suggestion-chip` Web Component from `@m3e/web/chips`.\r\n *\r\n * This component renders the underlying `<m3e-suggestion-chip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-suggestion-chip>` instance for imperative access.\r\n *\r\n * See the `m3e-suggestion-chip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSuggestionChip = createComponent({\r\n tagName: \"m3e-suggestion-chip\",\r\n elementClass: M3eSuggestionChipElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eContentPaneElement } from \"@m3e/web/content-pane\";\r\nexport type { M3eContentPaneElement } from \"@m3e/web/content-pane\";\r\n\r\n/**\r\n * React binding for the `m3e-content-pane` Web Component from `@m3e/web/content-pane`.\r\n *\r\n * This component renders the underlying `<m3e-content-pane>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-content-pane>` instance for imperative access.\r\n *\r\n * See the `m3e-content-pane` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eContentPane = createComponent({\r\n tagName: \"m3e-content-pane\",\r\n elementClass: M3eContentPaneElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eCollapsibleElement } from \"@m3e/web/core\";\r\nexport type { M3eCollapsibleElement, CollapsibleOrientation } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-collapsible` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-collapsible>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-collapsible>` instance for imperative access.\r\n *\r\n * See the `m3e-collapsible` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eCollapsible = createComponent({\r\n tagName: \"m3e-collapsible\",\r\n elementClass: M3eCollapsibleElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eElevationElement } from \"@m3e/web/core\";\r\nexport type { M3eElevationElement, ElevationLevel } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-elevation` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-elevation>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-elevation>` instance for imperative access.\r\n *\r\n * See the `m3e-elevation` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eElevation = createComponent({\r\n tagName: \"m3e-elevation\",\r\n elementClass: M3eElevationElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFocusRingElement } from \"@m3e/web/core\";\r\nexport type { M3eFocusRingElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-focus-ring` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-focus-ring>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-focus-ring>` instance for imperative access.\r\n *\r\n * See the `m3e-focus-ring` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFocusRing = createComponent({\r\n tagName: \"m3e-focus-ring\",\r\n elementClass: M3eFocusRingElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3ePseudoCheckboxElement } from \"@m3e/web/core\";\r\nexport type { M3ePseudoCheckboxElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-pseudo-checkbox` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-pseudo-checkbox>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-pseudo-checkbox>` instance for imperative access.\r\n *\r\n * See the `m3e-pseudo-checkbox` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3ePseudoCheckbox = createComponent({\r\n tagName: \"m3e-pseudo-checkbox\",\r\n elementClass: M3ePseudoCheckboxElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3ePseudoRadioElement } from \"@m3e/web/core\";\r\nexport type { M3ePseudoRadioElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-pseudo-radio` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-pseudo-radio>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-pseudo-radio>` instance for imperative access.\r\n *\r\n * See the `m3e-pseudo-radio` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3ePseudoRadio = createComponent({\r\n tagName: \"m3e-pseudo-radio\",\r\n elementClass: M3ePseudoRadioElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRippleElement } from \"@m3e/web/core\";\r\nexport type { M3eRippleElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-ripple` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-ripple>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-ripple>` instance for imperative access.\r\n *\r\n * See the `m3e-ripple` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRipple = createComponent({\r\n tagName: \"m3e-ripple\",\r\n elementClass: M3eRippleElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eScrollContainerElement } from \"@m3e/web/core\";\r\nexport type { M3eScrollContainerElement, ScrollDividers } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-scroll-container` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-scroll-container>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-scroll-container>` instance for imperative access.\r\n *\r\n * See the `m3e-scroll-container` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eScrollContainer = createComponent({\r\n tagName: \"m3e-scroll-container\",\r\n elementClass: M3eScrollContainerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSlideElement } from \"@m3e/web/core\";\r\nexport type { M3eSlideElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-slide` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-slide>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slide>` instance for imperative access.\r\n *\r\n * See the `m3e-slide` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSlide = createComponent({\r\n tagName: \"m3e-slide\",\r\n elementClass: M3eSlideElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStateLayerElement } from \"@m3e/web/core\";\r\nexport type { M3eStateLayerElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-state-layer` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-state-layer>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-state-layer>` instance for imperative access.\r\n *\r\n * See the `m3e-state-layer` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStateLayer = createComponent({\r\n tagName: \"m3e-state-layer\",\r\n elementClass: M3eStateLayerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTextHighlightElement } from \"@m3e/web/core\";\r\nexport type { M3eTextHighlightElement, TextHighlightMode } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-text-highlight` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-text-highlight>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-text-highlight>` instance for imperative access.\r\n *\r\n * See the `m3e-text-highlight` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTextHighlight = createComponent({\r\n tagName: \"m3e-text-highlight\",\r\n elementClass: M3eTextHighlightElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTextOverflowElement } from \"@m3e/web/core\";\r\nexport type { M3eTextOverflowElement } from \"@m3e/web/core\";\r\n\r\n/**\r\n * React binding for the `m3e-text-overflow` Web Component from `@m3e/web/web/core`.\r\n *\r\n * This component renders the underlying `<m3e-text-overflow>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-text-overflow>` instance for imperative access.\r\n *\r\n * See the `m3e-text-overflow` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTextOverflow = createComponent({\r\n tagName: \"m3e-text-overflow\",\r\n elementClass: M3eTextOverflowElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerElement, DatepickerVariant } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepicker = createComponent({\r\n tagName: \"m3e-datepicker\",\r\n elementClass: M3eDatepickerElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\nexport type { M3eDatepickerToggleElement } from \"@m3e/web/datepicker\";\r\n\r\n/**\r\n * React binding for the `m3e-datepicker-toggle` Web Component from `@m3e/web/datepicker`.\r\n *\r\n * This component renders the underlying `<m3e-datepicker-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-datepicker-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-datepicker-toggle` for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDatepickerToggle = createComponent({\r\n tagName: \"m3e-datepicker-toggle\",\r\n elementClass: M3eDatepickerToggleElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDialogElement } from \"@m3e/web/dialog\";\r\nexport type { M3eDialogElement } from \"@m3e/web/dialog\";\r\n\r\n/**\r\n * React binding for the `m3e-dialog` Web Component from `@m3e/web/dialog`.\r\n *\r\n * This component renders the underlying `<m3e-dialog>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-dialog>` instance for imperative access.\r\n *\r\n * See the `m3e-dialog` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDialog = createComponent({\r\n tagName: \"m3e-dialog\",\r\n elementClass: M3eDialogElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n onCancel: \"cancel\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDialogActionElement } from \"@m3e/web/dialog\";\r\nexport type { M3eDialogActionElement } from \"@m3e/web/dialog\";\r\n\r\n/**\r\n * React binding for the `m3e-dialog-action` Web Component from `@m3e/web/dialog`.\r\n *\r\n * This component renders the underlying `<m3e-dialog-action>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-dialog-action>` instance for imperative access.\r\n *\r\n * See the `m3e-dialog-action` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eDialogAction = createComponent({\r\n tagName: \"m3e-dialog-action\",\r\n elementClass: M3eDialogActionElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDialogTriggerElement } from \"@m3e/web/dialog\";\r\nexport type { M3eDialogTriggerElement } from \"@m3e/web/dialog\";\r\n\r\n/**\r\n * React binding for the `m3e-dialog-trigger` Web Component from `@m3e/web/dialog`.\r\n *\r\n * This component renders the underlying `<m3e-dialog-trigger>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-dialog-trigger>` instance for imperative access.\r\n *\r\n * See the `m3e-dialog-trigger` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eDialogTrigger = createComponent({\r\n tagName: \"m3e-dialog-trigger\",\r\n elementClass: M3eDialogTriggerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDividerElement } from \"@m3e/web/divider\";\r\nexport type { M3eDividerElement } from \"@m3e/web/divider\";\r\n\r\n/**\r\n * React binding for the `m3e-divider` Web Component from `@m3e/web/divider`.\r\n *\r\n * This component renders the underlying `<m3e-divider>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-divider>` instance for imperative access.\r\n *\r\n * See the `m3e-divider` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDivider = createComponent({\r\n tagName: \"m3e-divider\",\r\n elementClass: M3eDividerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDrawerContainerElement } from \"@m3e/web/drawer-container\";\r\nexport type { DrawerMode, DrawerPosition, M3eDrawerContainerElement } from \"@m3e/web/drawer-container\";\r\n\r\n/**\r\n * React binding for the `m3e-drawer-container` Web Component from `@m3e/web/drawer-container`.\r\n *\r\n * This component renders the underlying `<m3e-drawer-container>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-drawer-container>` instance for imperative access.\r\n *\r\n * See the `m3e-drawer-container` documentation for full details on behavior,\r\n * styling, accessibility, and supported events.\r\n */\r\nexport const M3eDrawerContainer = createComponent({\r\n tagName: \"m3e-drawer-container\",\r\n elementClass: M3eDrawerContainerElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eDrawerToggleElement } from \"@m3e/web/drawer-container\";\r\nexport type { M3eDrawerToggleElement } from \"@m3e/web/drawer-container\";\r\n\r\n/**\r\n * React binding for the `m3e-drawer-toggle` Web Component from `@m3e/web/drawer-container`.\r\n *\r\n * This component renders the underlying `<m3e-drawer-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-drawer-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-drawer-toggle` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eDrawerToggle = createComponent({\r\n tagName: \"m3e-drawer-toggle\",\r\n elementClass: M3eDrawerToggleElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eAccordionElement } from \"@m3e/web/expansion-panel\";\r\nexport type { M3eAccordionElement } from \"@m3e/web/expansion-panel\";\r\n\r\n/**\r\n * React binding for the `m3e-accordion` Web Component from `@m3e/web/expansion-panel`.\r\n *\r\n * This component renders the underlying `<m3e-accordion>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-accordion>` instance for imperative access.\r\n *\r\n * See the `m3e-accordion` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eAccordion = createComponent({\r\n tagName: \"m3e-accordion\",\r\n elementClass: M3eAccordionElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eExpansionPanelElement } from \"@m3e/web/expansion-panel\";\r\nexport type {\r\n ExpansionToggleDirection,\r\n ExpansionTogglePosition,\r\n M3eExpansionPanelElement,\r\n} from \"@m3e/web/expansion-panel\";\r\n\r\n/**\r\n * React binding for the `m3e-expansion-panel` Web Component from `@m3e/web/expansion-panel`.\r\n *\r\n * This component renders the underlying `<m3e-expansion-panel>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-expansion-panel>` instance for imperative access.\r\n *\r\n * See the `m3e-expansion-panel` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eExpansionPanel = createComponent({\r\n tagName: \"m3e-expansion-panel\",\r\n elementClass: M3eExpansionPanelElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFabElement } from \"@m3e/web/fab\";\r\nexport type { FabSize, FabVariant, M3eFabElement } from \"@m3e/web/fab\";\r\n\r\n/**\r\n * React binding for the `m3e-fab` Web Component from `@m3e/web/fab`.\r\n *\r\n * This component renders the underlying `<m3e-fab>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-fab>` instance for imperative access.\r\n *\r\n * See the `m3e-fab` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFab = createComponent({\r\n tagName: \"m3e-fab\",\r\n elementClass: M3eFabElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFabMenuElement } from \"@m3e/web/fab-menu\";\r\nexport type { FabMenuVariant, M3eFabMenuElement } from \"@m3e/web/fab-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-fab-menu` Web Component from `@m3e/web/fab-menu`.\r\n *\r\n * This component renders the underlying `<m3e-fab-menu>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-fab-menu>` instance for imperative access.\r\n *\r\n * See the `m3e-fab-menu` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFabMenu = createComponent({\r\n tagName: \"m3e-fab-menu\",\r\n elementClass: M3eFabMenuElement,\r\n react: React,\r\n events: {\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFabMenuItemElement } from \"@m3e/web/fab-menu\";\r\nexport type { M3eFabMenuItemElement } from \"@m3e/web/fab-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-fab-menu-item` Web Component from `@m3e/web/fab-menu`.\r\n *\r\n * This component renders the underlying `<m3e-fab-menu-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-fab-menu-item>` instance for imperative access.\r\n *\r\n * See the `m3e-fab-menu-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFabMenuItem = createComponent({\r\n tagName: \"m3e-fab-menu-item\",\r\n elementClass: M3eFabMenuItemElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFabMenuTriggerElement } from \"@m3e/web/fab-menu\";\r\nexport type { M3eFabMenuTriggerElement } from \"@m3e/web/fab-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-fab-menu-trigger` Web Component from `@m3e/web/fab-menu`.\r\n *\r\n * This component renders the underlying `<m3e-fab-menu-trigger>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-fab-menu-trigger>` instance for imperative access.\r\n *\r\n * See the `m3e-fab-menu-trigger` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFabMenuTrigger = createComponent({\r\n tagName: \"m3e-fab-menu-trigger\",\r\n elementClass: M3eFabMenuTriggerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eFormFieldElement } from \"@m3e/web/form-field\";\r\nexport type { FloatLabelType, FormFieldVariant, FormFieldControl, M3eFormFieldElement } from \"@m3e/web/form-field\";\r\n\r\n/**\r\n * React binding for the `m3e-form-field` Web Component from `@m3e/web/form-field`.\r\n *\r\n * This component renders the underlying `<m3e-form-field>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-form-field>` instance for imperative access.\r\n *\r\n * See the `m3e-form-field` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eFormField = createComponent({\r\n tagName: \"m3e-form-field\",\r\n elementClass: M3eFormFieldElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eHeadingElement } from \"@m3e/web/heading\";\r\nexport type { HeadingLevel, HeadingSize, HeadingVariant, M3eHeadingElement } from \"@m3e/web/heading\";\r\n\r\n/**\r\n * React binding for the `m3e-heading` Web Component from `@m3e/web/heading`.\r\n *\r\n * This component renders the underlying `<m3e-heading>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-heading>` instance for imperative access.\r\n *\r\n * See the `m3e-heading` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eHeading = createComponent({\r\n tagName: \"m3e-heading\",\r\n elementClass: M3eHeadingElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eIconElement } from \"@m3e/web/icon\";\r\nexport type { IconGrade, IconVariant, M3eIconElement } from \"@m3e/web/icon\";\r\n\r\n/**\r\n * React binding for the `m3e-icon` Web Component from `@m3e/web/icon`.\r\n *\r\n * This component renders the underlying `<m3e-icon>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-icon>` instance for imperative access.\r\n *\r\n * See the `m3e-icon` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eIcon = createComponent({\r\n tagName: \"m3e-icon\",\r\n elementClass: M3eIconElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eIconButtonElement } from \"@m3e/web/icon-button\";\r\nexport type {\r\n IconButtonShape,\r\n IconButtonSize,\r\n IconButtonVariant,\r\n IconButtonWidth,\r\n M3eIconButtonElement,\r\n} from \"@m3e/web/icon-button\";\r\n\r\n/**\r\n * React binding for the `m3e-icon-button` Web Component from `@m3e/web/icon-button`.\r\n *\r\n * This component renders the underlying `<m3e-icon-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-icon-button>` instance for imperative access.\r\n *\r\n * See the `m3e-icon-button` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eIconButton = createComponent({\r\n tagName: \"m3e-icon-button\",\r\n elementClass: M3eIconButtonElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eActionListElement } from \"@m3e/web/list\";\r\nexport type { M3eActionListElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-action-list` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-action-list>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-action-list>` instance for imperative access.\r\n *\r\n * See the `m3e-action-list` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eActionList = createComponent({\r\n tagName: \"m3e-action-list\",\r\n elementClass: M3eActionListElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eExpandableListItemElement } from \"@m3e/web/list\";\r\nexport type { M3eExpandableListItemElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-expandable-list-item` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-expandable-list-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-expandable-list-item>` instance for imperative access.\r\n *\r\n * See the `m3e-expandable-list-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eExpandableListItem = createComponent({\r\n tagName: \"m3e-expandable-list-item\",\r\n elementClass: M3eExpandableListItemElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eListElement } from \"@m3e/web/list\";\r\nexport type { ListVariant, M3eListElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-list` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-list>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-list>` instance for imperative access.\r\n *\r\n * See the `m3e-list` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eList = createComponent({\r\n tagName: \"m3e-list\",\r\n elementClass: M3eListElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eListActionElement } from \"@m3e/web/list\";\r\nexport type { M3eListActionElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-list-action` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-list-action>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-list-action>` instance for imperative access.\r\n *\r\n * See the `m3e-list-action` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eListAction = createComponent({\r\n tagName: \"m3e-list-action\",\r\n elementClass: M3eListActionElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eListItemElement } from \"@m3e/web/list\";\r\nexport type { M3eListItemElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-list-item` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-list-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-list-item>` instance for imperative access.\r\n *\r\n * See the `m3e-list-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eListItem = createComponent({\r\n tagName: \"m3e-list-item\",\r\n elementClass: M3eListItemElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eListOptionElement } from \"@m3e/web/list\";\r\nexport type { M3eListOptionElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-list-option` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-list-option>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-list-option>` instance for imperative access.\r\n *\r\n * See the `m3e-list-option` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eListOption = createComponent({\r\n tagName: \"m3e-list-option\",\r\n elementClass: M3eListOptionElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSelectionListElement } from \"@m3e/web/list\";\r\nexport type { M3eSelectionListElement } from \"@m3e/web/list\";\r\n\r\n/**\r\n * React binding for the `m3e-selection-list` Web Component from `@m3e/web/list`.\r\n *\r\n * This component renders the underlying `<m3e-selection-list>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-selection-list>` instance for imperative access.\r\n *\r\n * See the `m3e-selection-list` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSelectionList = createComponent({\r\n tagName: \"m3e-selection-list\",\r\n elementClass: M3eSelectionListElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eLoadingIndicatorElement } from \"@m3e/web/loading-indicator\";\r\nexport type { LoadingIndicatorVariant, M3eLoadingIndicatorElement } from \"@m3e/web/loading-indicator\";\r\n\r\n/**\r\n * React binding for the `m3e-loading-indicator` Web Component from `@m3e/web/loading-indicator`.\r\n *\r\n * This component renders the underlying `<m3e-loading-indicator>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-loading-indicator>` instance for imperative access.\r\n *\r\n * See the `m3e-loading-indicator` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eLoadingIndicator = createComponent({\r\n tagName: \"m3e-loading-indicator\",\r\n elementClass: M3eLoadingIndicatorElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuElement } from \"@m3e/web/menu\";\r\nexport type { MenuPositionX, MenuPositionY, MenuVariant, M3eMenuElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu>` instance for imperative access.\r\n *\r\n * See the `m3e-menu` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenu = createComponent({\r\n tagName: \"m3e-menu\",\r\n elementClass: M3eMenuElement,\r\n react: React,\r\n events: {\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuItemElement } from \"@m3e/web/menu\";\r\nexport type { M3eMenuItemElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu-item` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu-item>` instance for imperative access.\r\n *\r\n * See the `m3e-menu-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenuItem = createComponent({\r\n tagName: \"m3e-menu-item\",\r\n elementClass: M3eMenuItemElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuItemCheckboxElement } from \"@m3e/web/menu\";\r\nexport type { M3eMenuItemCheckboxElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu-item-checkbox` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu-item-checkbox>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu-item-checkbox>` instance for imperative access.\r\n *\r\n * See the `m3e-menu-item-checkbox` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenuItemCheckbox = createComponent({\r\n tagName: \"m3e-menu-item-checkbox\",\r\n elementClass: M3eMenuItemCheckboxElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuItemGroupElement } from \"@m3e/web/menu\";\r\nexport type { M3eMenuItemGroupElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu-item-group` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu-item-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu-item-group>` instance for imperative access.\r\n *\r\n * See the `m3e-menu-item-group` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenuItemGroup = createComponent({\r\n tagName: \"m3e-menu-item-group\",\r\n elementClass: M3eMenuItemGroupElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuItemRadioElement } from \"@m3e/web/menu\";\r\nexport type { M3eMenuItemRadioElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu-item-radio` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu-item-radio>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu-item-radio>` instance for imperative access.\r\n *\r\n * See the `m3e-menu-item-radio` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenuItemRadio = createComponent({\r\n tagName: \"m3e-menu-item-radio\",\r\n elementClass: M3eMenuItemRadioElement,\r\n react: React,\r\n events: {\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eMenuTriggerElement } from \"@m3e/web/menu\";\r\nexport type { M3eMenuTriggerElement } from \"@m3e/web/menu\";\r\n\r\n/**\r\n * React binding for the `m3e-menu-trigger` Web Component from `@m3e/web/menu`.\r\n *\r\n * This component renders the underlying `<m3e-menu-trigger>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-menu-trigger>` instance for imperative access.\r\n *\r\n * See the `m3e-menu-trigger` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eMenuTrigger = createComponent({\r\n tagName: \"m3e-menu-trigger\",\r\n elementClass: M3eMenuTriggerElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavBarElement } from \"@m3e/web/nav-bar\";\r\nexport type { NavBarMode, NavItemOrientation, M3eNavBarElement } from \"@m3e/web/nav-bar\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-bar` Web Component from `@m3e/web/nav-bar`.\r\n *\r\n * This component renders the underlying `<m3e-nav-bar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-bar>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-bar` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavBar = createComponent({\r\n tagName: \"m3e-nav-bar\",\r\n elementClass: M3eNavBarElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavItemElement } from \"@m3e/web/nav-bar\";\r\nexport type { M3eNavItemElement } from \"@m3e/web/nav-bar\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-item` Web Component from `@m3e/web/nav-bar`.\r\n *\r\n * This component renders the underlying `<m3e-nav-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-item>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavItem = createComponent({\r\n tagName: \"m3e-nav-item\",\r\n elementClass: M3eNavItemElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavMenuElement } from \"@m3e/web/nav-menu\";\r\nexport type { M3eNavMenuElement } from \"@m3e/web/nav-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-menu` Web Component from `@m3e/web/nav-menu`.\r\n *\r\n * This component renders the underlying `<m3e-nav-menu>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-menu>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-menu` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavMenu = createComponent({\r\n tagName: \"m3e-nav-menu\",\r\n elementClass: M3eNavMenuElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavMenuItemElement } from \"@m3e/web/nav-menu\";\r\nexport type { M3eNavMenuItemElement } from \"@m3e/web/nav-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-menu-item` Web Component from `@m3e/web/nav-menu`.\r\n *\r\n * This component renders the underlying `<m3e-nav-menu-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-menu-item>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-menu-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavMenuItem = createComponent({\r\n tagName: \"m3e-nav-menu-item\",\r\n elementClass: M3eNavMenuItemElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavMenuItemGroupElement } from \"@m3e/web/nav-menu\";\r\nexport type { M3eNavMenuItemGroupElement } from \"@m3e/web/nav-menu\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-menu-item-group` Web Component from `@m3e/web/nav-menu`.\r\n *\r\n * This component renders the underlying `<m3e-nav-menu-item-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-menu-item-group>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-menu-item-group` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavMenuItemGroup = createComponent({\r\n tagName: \"m3e-nav-menu-item-group\",\r\n elementClass: M3eNavMenuItemGroupElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavRailElement } from \"@m3e/web/nav-rail\";\r\nexport type { M3eNavRailElement } from \"@m3e/web/nav-rail\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-rail` Web Component from `@m3e/web/nav-rail`.\r\n *\r\n * This component renders the underlying `<m3e-nav-rail>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-rail>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-rail` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavRail = createComponent({\r\n tagName: \"m3e-nav-rail\",\r\n elementClass: M3eNavRailElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eNavRailToggleElement } from \"@m3e/web/nav-rail\";\r\nexport type { M3eNavRailToggleElement } from \"@m3e/web/nav-rail\";\r\n\r\n/**\r\n * React binding for the `m3e-nav-rail-toggle` Web Component from `@m3e/web/nav-rail`.\r\n *\r\n * This component renders the underlying `<m3e-nav-rail-toggle>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-nav-rail-toggle>` instance for imperative access.\r\n *\r\n * See the `m3e-nav-rail-toggle` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eNavRailToggle = createComponent({\r\n tagName: \"m3e-nav-rail-toggle\",\r\n elementClass: M3eNavRailToggleElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eOptionElement } from \"@m3e/web/option\";\r\nexport type { M3eOptionElement } from \"@m3e/web/option\";\r\n\r\n/**\r\n * React binding for the `m3e-option` Web Component from `@m3e/web/option`.\r\n *\r\n * This component renders the underlying `<m3e-option>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-option>` instance for imperative access.\r\n *\r\n * See the `m3e-option` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eOption = createComponent({\r\n tagName: \"m3e-option\",\r\n elementClass: M3eOptionElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eOptGroupElement } from \"@m3e/web/option\";\r\nexport type { M3eOptGroupElement } from \"@m3e/web/option\";\r\n\r\n/**\r\n * React binding for the `m3e-optgroup` Web Component from `@m3e/web/option`.\r\n *\r\n * This component renders the underlying `<m3e-optgroup>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-optgroup>` instance for imperative access.\r\n *\r\n * See the `m3e-optgroup` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eOptGroup = createComponent({\r\n tagName: \"m3e-optgroup\",\r\n elementClass: M3eOptGroupElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent, EventName } from \"@lit/react\";\r\n\r\nimport { M3ePaginatorElement, PaginatorPageEventDetail } from \"@m3e/web/paginator\";\r\nexport type { M3ePaginatorElement, PageEventDetail, PaginatorPageEventDetail } from \"@m3e/web/paginator\";\r\n\r\n/**\r\n * React binding for the `m3e-paginator` Web Component from `@m3e/web/paginator`.\r\n *\r\n * This component renders the underlying `<m3e-paginator>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-paginator>` instance for imperative access.\r\n *\r\n * See the `m3e-paginator` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3ePaginator = createComponent({\r\n tagName: \"m3e-paginator\",\r\n elementClass: M3ePaginatorElement,\r\n react: React,\r\n events: {\r\n onPage: \"page\" as EventName<CustomEvent<PaginatorPageEventDetail>>,\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eCircularProgressIndicatorElement } from \"@m3e/web/progress-indicator\";\r\nexport type { M3eCircularProgressIndicatorElement } from \"@m3e/web/progress-indicator\";\r\n\r\n/**\r\n * React binding for the `m3e-circular-progress-indicator` Web Component from `@m3e/web/progress-indicator`.\r\n *\r\n * This component renders the underlying `<m3e-circular-progress-indicator>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-circular-progress-indicator>` instance for imperative access.\r\n *\r\n * See the `m3e-circular-progress-indicator` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eCircularProgressIndicator = createComponent({\r\n tagName: \"m3e-circular-progress-indicator\",\r\n elementClass: M3eCircularProgressIndicatorElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eLinearProgressIndicatorElement } from \"@m3e/web/progress-indicator\";\r\nexport type {\r\n ProgressIndicatorVariant,\r\n LinearProgressMode,\r\n M3eLinearProgressIndicatorElement,\r\n} from \"@m3e/web/progress-indicator\";\r\n\r\n/**\r\n * React binding for the `m3e-linear-progress-indicator` Web Component from `@m3e/web/progress-indicator`.\r\n *\r\n * This component renders the underlying `<m3e-linear-progress-indicator>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-linear-progress-indicator>` instance for imperative access.\r\n *\r\n * See the `m3e-linear-progress-indicator` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eLinearProgressIndicator = createComponent({\r\n tagName: \"m3e-linear-progress-indicator\",\r\n elementClass: M3eLinearProgressIndicatorElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRadioElement } from \"@m3e/web/radio-group\";\r\nexport type { M3eRadioElement } from \"@m3e/web/radio-group\";\r\n\r\n/**\r\n * React binding for the `m3e-radio` Web Component from `@m3e/web/radio-group`.\r\n *\r\n * This component renders the underlying `<m3e-radio>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-radio>` instance for imperative access.\r\n *\r\n * See the `m3e-radio` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRadio = createComponent({\r\n tagName: \"m3e-radio\",\r\n elementClass: M3eRadioElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRadioGroupElement } from \"@m3e/web/radio-group\";\r\nexport type { M3eRadioGroupElement } from \"@m3e/web/radio-group\";\r\n\r\n/**\r\n * React binding for the `m3e-radio-group` Web Component from `@m3e/web/radio-group`.\r\n *\r\n * This component renders the underlying `<m3e-radio-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-radio-group>` instance for imperative access.\r\n *\r\n * See the `m3e-radio-group` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRadioGroup = createComponent({\r\n tagName: \"m3e-radio-group\",\r\n elementClass: M3eRadioGroupElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSearchBarElement } from \"@m3e/web/search\";\r\nexport type { M3eSearchBarElement } from \"@m3e/web/search\";\r\n\r\n/**\r\n * React binding for the `m3e-search-bar` Web Component from `@m3e/web/search`.\r\n *\r\n * This component renders the underlying `<m3e-search-bar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-search-bar>` instance for imperative access.\r\n *\r\n * See the `m3e-search-bar` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSearchBar = createComponent({\r\n tagName: \"m3e-search-bar\",\r\n elementClass: M3eSearchBarElement,\r\n react: React,\r\n events: {\r\n onClear: \"clear\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent, EventName } from \"@lit/react\";\r\n\r\nimport { M3eSearchViewElement, SearchViewQueryEventDetail } from \"@m3e/web/search\";\r\nexport type { M3eSearchViewElement, SearchViewMode, SearchViewQueryEventDetail } from \"@m3e/web/search\";\r\n\r\n/**\r\n * React binding for the `m3e-search-view` Web Component from `@m3e/web/search`.\r\n *\r\n * This component renders the underlying `<m3e-search-view>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-search-view>` instance for imperative access.\r\n *\r\n * See the `m3e-search-view` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSearchView = createComponent({\r\n tagName: \"m3e-search-view\",\r\n elementClass: M3eSearchViewElement,\r\n react: React,\r\n events: {\r\n onClear: \"clear\",\r\n onQuery: \"query\" as EventName<CustomEvent<SearchViewQueryEventDetail>>,\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eSegmentedButtonElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-segmented-button` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-segmented-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-segmented-button>` instance for imperative access.\r\n *\r\n * See the `m3e-segmented-button` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSegmentedButton = createComponent({\r\n tagName: \"m3e-segmented-button\",\r\n elementClass: M3eSegmentedButtonElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\nexport type { M3eButtonSegmentElement } from \"@m3e/web/segmented-button\";\r\n\r\n/**\r\n * React binding for the `m3e-button-segment` Web Component from `@m3e/web/segmented-button`.\r\n *\r\n * This component renders the underlying `<m3e-button-segment>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-button-segment>` instance for imperative access.\r\n *\r\n * See the `m3e-button-segment` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eButtonSegment = createComponent({\r\n tagName: \"m3e-button-segment\",\r\n elementClass: M3eButtonSegmentElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSelectElement } from \"@m3e/web/select\";\r\nexport type { M3eSelectElement } from \"@m3e/web/select\";\r\n\r\n/**\r\n * React binding for the `m3e-select` Web Component from `@m3e/web/select`.\r\n *\r\n * This component renders the underlying `<m3e-select>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-select>` instance for imperative access.\r\n *\r\n * See the `m3e-select` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSelect = createComponent({\r\n tagName: \"m3e-select\",\r\n elementClass: M3eSelectElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eShapeElement } from \"@m3e/web/shape\";\r\nexport type { M3eShapeElement, ShapeName } from \"@m3e/web/shape\";\r\n\r\n/**\r\n * React binding for the `m3e-shape` Web Component from `@m3e/web/shape`.\r\n *\r\n * This component renders the underlying `<m3e-shape>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-shape>` instance for imperative access.\r\n *\r\n * See the `m3e-shape` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eShape = createComponent({\r\n tagName: \"m3e-shape\",\r\n elementClass: M3eShapeElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSkeletonElement } from \"@m3e/web/skeleton\";\r\nexport type { M3eSkeletonElement, SkeletonAnimation, SkeletonShape } from \"@m3e/web/skeleton\";\r\n\r\n/**\r\n * React binding for the `m3e-skeleton` Web Component from `@m3e/web/skeleton`.\r\n *\r\n * This component renders the underlying `<m3e-skeleton>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-skeleton>` instance for imperative access.\r\n *\r\n * See the `m3e-skeleton` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSkeleton = createComponent({\r\n tagName: \"m3e-skeleton\",\r\n elementClass: M3eSkeletonElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSlideGroupElement } from \"@m3e/web/slide-group\";\r\nexport type { M3eSlideGroupElement } from \"@m3e/web/slide-group\";\r\n\r\n/**\r\n * React binding for the `m3e-slide-group` Web Component from `@m3e/web/slide-group`.\r\n *\r\n * This component renders the underlying `<m3e-slide-group>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slide-group>` instance for imperative access.\r\n *\r\n * See the `m3e-slide-group` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSlideGroup = createComponent({\r\n tagName: \"m3e-slide-group\",\r\n elementClass: M3eSlideGroupElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderElement, SliderSize } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider>` instance for imperative access.\r\n *\r\n * See the `m3e-slider` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSlider = createComponent({\r\n tagName: \"m3e-slider\",\r\n elementClass: M3eSliderElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\nexport type { M3eSliderThumbElement } from \"@m3e/web/slider\";\r\n\r\n/**\r\n * React binding for the `m3e-slider-thumb` Web Component from `@m3e/web/slider`.\r\n *\r\n * This component renders the underlying `<m3e-slider-thumb>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-slider-thumb>` instance for imperative access.\r\n *\r\n * See the `m3e-slider-thumb` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSliderThumb = createComponent({\r\n tagName: \"m3e-slider-thumb\",\r\n elementClass: M3eSliderThumbElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSplitButtonElement } from \"@m3e/web/split-button\";\r\nexport type { M3eSplitButtonElement, SplitButtonVariant } from \"@m3e/web/split-button\";\r\n\r\n/**\r\n * React binding for the `m3e-split-button` Web Component from `@m3e/web/split-button`.\r\n *\r\n * This component renders the underlying `<m3e-split-button>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-split-button>` instance for imperative access.\r\n *\r\n * See the `m3e-split-button` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSplitButton = createComponent({\r\n tagName: \"m3e-split-button\",\r\n elementClass: M3eSplitButtonElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSplitPaneElement } from \"@m3e/web/split-pane\";\r\nexport type { M3eSplitPaneElement, SplitPaneOrientation } from \"@m3e/web/split-pane\";\r\n\r\n/**\r\n * React binding for the `m3e-split-pane` Web Component from `@m3e/web/split-pane`.\r\n *\r\n * This component renders the underlying `<m3e-split-pane>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-split-pane>` instance for imperative access.\r\n *\r\n * See the `m3e-split-pane` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSplitPane = createComponent({\r\n tagName: \"m3e-split-pane\",\r\n elementClass: M3eSplitPaneElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-step` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-step>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-step>` instance for imperative access.\r\n *\r\n * See the `m3e-step` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStep = createComponent({\r\n tagName: \"m3e-step\",\r\n elementClass: M3eStepElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepPanelElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepPanelElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-step-panel` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-step-panel>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-step-panel>` instance for imperative access.\r\n *\r\n * See the `m3e-step-panel` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepPanel = createComponent({\r\n tagName: \"m3e-step-panel\",\r\n elementClass: M3eStepPanelElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperElement, StepperOrientation, StepLabelPosition, StepHeaderPosition } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepper = createComponent({\r\n tagName: \"m3e-stepper\",\r\n elementClass: M3eStepperElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperNextElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperNextElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-next` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-next>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-next>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-next` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperNext = createComponent({\r\n tagName: \"m3e-stepper-next\",\r\n elementClass: M3eStepperNextElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperPreviousElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperPreviousElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-previous` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-previous>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-previous>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-previous` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperPrevious = createComponent({\r\n tagName: \"m3e-stepper-previous\",\r\n elementClass: M3eStepperPreviousElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eStepperResetElement } from \"@m3e/web/stepper\";\r\nexport type { M3eStepperResetElement } from \"@m3e/web/stepper\";\r\n\r\n/**\r\n * React binding for the `m3e-stepper-reset` Web Component from `@m3e/web/stepper`.\r\n *\r\n * This component renders the underlying `<m3e-stepper-reset>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-stepper-reset>` instance for imperative access.\r\n *\r\n * See the `m3e-stepper-reset` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eStepperReset = createComponent({\r\n tagName: \"m3e-stepper-reset\",\r\n elementClass: M3eStepperResetElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eSwitchElement } from \"@m3e/web/switch\";\r\nexport type { M3eSwitchElement, SwitchIcons } from \"@m3e/web/switch\";\r\n\r\n/**\r\n * React binding for the `m3e-switch` Web Component from `@m3e/web/switch`.\r\n *\r\n * This component renders the underlying `<m3e-switch>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-switch>` instance for imperative access.\r\n *\r\n * See the `m3e-switch` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eSwitch = createComponent({\r\n tagName: \"m3e-switch\",\r\n elementClass: M3eSwitchElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTabElement } from \"@m3e/web/tabs\";\r\nexport type { M3eTabElement } from \"@m3e/web/tabs\";\r\n\r\n/**\r\n * React binding for the `m3e-tab` Web Component from `@m3e/web/tabs`.\r\n *\r\n * This component renders the underlying `<m3e-tab>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tab>` instance for imperative access.\r\n *\r\n * See the `m3e-tab` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTab = createComponent({\r\n tagName: \"m3e-tab\",\r\n elementClass: M3eTabElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n onClick: \"click\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTabPanelElement } from \"@m3e/web/tabs\";\r\nexport type { M3eTabPanelElement } from \"@m3e/web/tabs\";\r\n\r\n/**\r\n * React binding for the `m3e-tab-panel` Web Component from `@m3e/web/tabs`.\r\n *\r\n * This component renders the underlying `<m3e-tab-panel>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tab-panel>` instance for imperative access.\r\n *\r\n * See the `m3e-tab-panel` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTabPanel = createComponent({\r\n tagName: \"m3e-tab-panel\",\r\n elementClass: M3eTabPanelElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTabsElement } from \"@m3e/web/tabs\";\r\nexport type { M3eTabsElement, TabVariant, TabHeaderPosition } from \"@m3e/web/tabs\";\r\n\r\n/**\r\n * React binding for the `m3e-tabs` Web Component from `@m3e/web/tabs`.\r\n *\r\n * This component renders the underlying `<m3e-tabs>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tabs>` instance for imperative access.\r\n *\r\n * See the `m3e-tabs` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTabs = createComponent({\r\n tagName: \"m3e-tabs\",\r\n elementClass: M3eTabsElement,\r\n react: React,\r\n events: {\r\n onBeforeInput: \"beforeinput\",\r\n onInput: \"input\",\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTextareaAutosizeElement } from \"@m3e/web/textarea-autosize\";\r\nexport type { M3eTextareaAutosizeElement } from \"@m3e/web/textarea-autosize\";\r\n\r\n/**\r\n * React binding for the `m3e-textarea-autosize` Web Component from `@m3e/web/textarea-autosize`.\r\n *\r\n * This component renders the underlying `<m3e-textarea-autosize>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-textarea-autosize>` instance for imperative access.\r\n *\r\n * See the `m3e-textarea-autosize` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTextareaAutosize = createComponent({\r\n tagName: \"m3e-textarea-autosize\",\r\n elementClass: M3eTextareaAutosizeElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eThemeElement } from \"@m3e/web/theme\";\r\nexport type { ColorScheme, ContrastLevel, MotionScheme, M3eThemeElement, ThemeVariant } from \"@m3e/web/theme\";\r\n\r\n/**\r\n * React binding for the `m3e-theme` Web Component from `@m3e/web/theme`.\r\n *\r\n * This component renders the underlying `<m3e-theme>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-theme>` instance for imperative access.\r\n *\r\n * See the `m3e-theme` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTheme = createComponent({\r\n tagName: \"m3e-theme\",\r\n elementClass: M3eThemeElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eThemeIconElement } from \"@m3e/web/theme\";\r\n\r\n/**\r\n * React binding for the `m3e-theme-icon` Web Component from `@m3e/web/theme`.\r\n *\r\n * This component renders the underlying `<m3e-theme-icon>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-theme-icon>` instance for imperative access.\r\n *\r\n * See the `m3e-theme-icon` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eThemeIcon = createComponent({\r\n tagName: \"m3e-theme-icon\",\r\n elementClass: M3eThemeIconElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTocElement } from \"@m3e/web/toc\";\r\nexport type { M3eTocElement } from \"@m3e/web/toc\";\r\n\r\n/**\r\n * React binding for the `m3e-toc` Web Component from `@m3e/web/toc`.\r\n *\r\n * This component renders the underlying `<m3e-toc>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-toc>` instance for imperative access.\r\n *\r\n * See the `m3e-toc` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eToc = createComponent({\r\n tagName: \"m3e-toc\",\r\n elementClass: M3eTocElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eToolbarElement } from \"@m3e/web/toolbar\";\r\nexport type { M3eToolbarElement, ToolbarVariant, ToolbarShape } from \"@m3e/web/toolbar\";\r\n\r\n/**\r\n * React binding for the `m3e-toolbar` Web Component from `@m3e/web/toolbar`.\r\n *\r\n * This component renders the underlying `<m3e-toolbar>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-toolbar>` instance for imperative access.\r\n *\r\n * See the `m3e-toolbar` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eToolbar = createComponent({\r\n tagName: \"m3e-toolbar\",\r\n elementClass: M3eToolbarElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRichTooltipElement } from \"@m3e/web/tooltip\";\r\nexport type { M3eRichTooltipElement, RichTooltipPosition } from \"@m3e/web/tooltip\";\r\n\r\n/**\r\n * React binding for the `m3e-rich-tooltip` Web Component from `@m3e/web/tooltip`.\r\n *\r\n * This component renders the underlying `<m3e-rich-tooltip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-rich-tooltip>` instance for imperative access.\r\n *\r\n * See the `m3e-rich-tooltip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRichTooltip = createComponent({\r\n tagName: \"m3e-rich-tooltip\",\r\n elementClass: M3eRichTooltipElement,\r\n react: React,\r\n events: {\r\n onBeforeToggle: \"beforetoggle\",\r\n onToggle: \"toggle\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eRichTooltipActionElement } from \"@m3e/web/tooltip\";\r\nexport type { M3eRichTooltipActionElement } from \"@m3e/web/tooltip\";\r\n\r\n/**\r\n * React binding for the `m3e-rich-tooltip-action` Web Component from `@m3e/web/tooltip`.\r\n *\r\n * This component renders the underlying `<m3e-rich-tooltip-action>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-rich-tooltip-action>` instance for imperative access.\r\n *\r\n * See the `m3e-rich-tooltip-action` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eRichTooltipAction = createComponent({\r\n tagName: \"m3e-rich-tooltip-action\",\r\n elementClass: M3eRichTooltipActionElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTooltipElement } from \"@m3e/web/tooltip\";\r\nexport type { M3eTooltipElement, TooltipPosition, TooltipTouchGestures } from \"@m3e/web/tooltip\";\r\n\r\n/**\r\n * React binding for the `m3e-tooltip` Web Component from `@m3e/web/tooltip`.\r\n *\r\n * This component renders the underlying `<m3e-tooltip>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tooltip>` instance for imperative access.\r\n *\r\n * See the `m3e-tooltip` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTooltip = createComponent({\r\n tagName: \"m3e-tooltip\",\r\n elementClass: M3eTooltipElement,\r\n react: React,\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTreeElement } from \"@m3e/web/tree\";\r\nexport type { M3eTreeElement } from \"@m3e/web/tree\";\r\n\r\n/**\r\n * React binding for the `m3e-tree` Web Component from `@m3e/web/tree`.\r\n *\r\n * This component renders the underlying `<m3e-tree>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tree>` instance for imperative access.\r\n *\r\n * See the `m3e-tree` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTree = createComponent({\r\n tagName: \"m3e-tree\",\r\n elementClass: M3eTreeElement,\r\n react: React,\r\n events: {\r\n onChange: \"change\",\r\n },\r\n});\r\n","import React from \"react\";\r\nimport { createComponent } from \"@lit/react\";\r\n\r\nimport { M3eTreeItemElement } from \"@m3e/web/tree\";\r\nexport type { M3eTreeItemElement } from \"@m3e/web/tree\";\r\n\r\n/**\r\n * React binding for the `m3e-tree-item` Web Component from `@m3e/web/tree`.\r\n *\r\n * This component renders the underlying `<m3e-tree-item>` element and exposes its\r\n * properties, attributes, and events through an idiomatic React interface.\r\n *\r\n * Props map directly to element properties, and event handlers receive the\r\n * native DOM events dispatched by the component. Refs are forwarded to the\r\n * underlying `<m3e-tree-item>` instance for imperative access.\r\n *\r\n * See the `m3e-tree-item` documentation for full details on behavior, styling,\r\n * accessibility, and supported events.\r\n */\r\nexport const M3eTreeItem = createComponent({\r\n tagName: \"m3e-tree-item\",\r\n elementClass: M3eTreeItemElement,\r\n react: React,\r\n events: {\r\n onOpening: \"opening\",\r\n onOpened: \"opened\",\r\n onClosing: \"closing\",\r\n onClosed: \"closed\",\r\n onClick: \"click\",\r\n },\r\n});\r\n"],"names":["M3eAppBar","createComponent","tagName","elementClass","M3eAppBarElement","react","React","M3eAutocomplete","M3eAutocompleteElement","events","onChange","onToggle","onQuery","M3eAvatar","M3eAvatarElement","M3eBadge","M3eBadgeElement","M3eBottomSheet","M3eBottomSheetElement","onOpening","onOpened","onClosing","onClosed","onCancel","M3eBottomSheetAction","M3eBottomSheetActionElement","M3eBottomSheetTrigger","M3eBottomSheetTriggerElement","M3eBreadcrumb","M3eBreadcrumbElement","M3eBreadcrumbItem","M3eBreadcrumbItemElement","onClick","M3eButton","M3eButtonElement","onBeforeInput","onInput","M3eButtonGroup","M3eButtonGroupElement","M3eCalendar","M3eCalendarElement","M3eCard","M3eCardElement","M3eCheckbox","M3eCheckboxElement","onInvalid","M3eAssistChip","M3eAssistChipElement","M3eChip","M3eChipElement","M3eChipSet","M3eChipSetElement","M3eFilterChip","M3eFilterChipElement","M3eFilterChipSet","M3eFilterChipSetElement","M3eInputChip","M3eInputChipElement","onRemove","M3eInputChipSet","M3eInputChipSetElement","M3eSuggestionChip","M3eSuggestionChipElement","M3eContentPane","M3eContentPaneElement","M3eCollapsible","M3eCollapsibleElement","M3eElevation","M3eElevationElement","M3eFocusRing","M3eFocusRingElement","M3ePseudoCheckbox","M3ePseudoCheckboxElement","M3ePseudoRadio","M3ePseudoRadioElement","M3eRipple","M3eRippleElement","M3eScrollContainer","M3eScrollContainerElement","M3eSlide","M3eSlideElement","M3eStateLayer","M3eStateLayerElement","M3eTextHighlight","M3eTextHighlightElement","M3eTextOverflow","M3eTextOverflowElement","M3eDatepicker","M3eDatepickerElement","M3eDatepickerToggle","M3eDatepickerToggleElement","M3eDialog","M3eDialogElement","M3eDialogAction","M3eDialogActionElement","M3eDialogTrigger","M3eDialogTriggerElement","M3eDivider","M3eDividerElement","M3eDrawerContainer","M3eDrawerContainerElement","M3eDrawerToggle","M3eDrawerToggleElement","M3eAccordion","M3eAccordionElement","M3eExpansionPanel","M3eExpansionPanelElement","M3eFab","M3eFabElement","M3eFabMenu","M3eFabMenuElement","onBeforeToggle","M3eFabMenuItem","M3eFabMenuItemElement","M3eFabMenuTrigger","M3eFabMenuTriggerElement","M3eFormField","M3eFormFieldElement","M3eHeading","M3eHeadingElement","M3eIcon","M3eIconElement","M3eIconButton","M3eIconButtonElement","M3eActionList","M3eActionListElement","M3eExpandableListItem","M3eExpandableListItemElement","M3eList","M3eListElement","M3eListAction","M3eListActionElement","M3eListItem","M3eListItemElement","M3eListOption","M3eListOptionElement","M3eSelectionList","M3eSelectionListElement","M3eLoadingIndicator","M3eLoadingIndicatorElement","M3eMenu","M3eMenuElement","M3eMenuItem","M3eMenuItemElement","M3eMenuItemCheckbox","M3eMenuItemCheckboxElement","M3eMenuItemGroup","M3eMenuItemGroupElement","M3eMenuItemRadio","M3eMenuItemRadioElement","M3eMenuTrigger","M3eMenuTriggerElement","M3eNavBar","M3eNavBarElement","M3eNavItem","M3eNavItemElement","M3eNavMenu","M3eNavMenuElement","M3eNavMenuItem","M3eNavMenuItemElement","M3eNavMenuItemGroup","M3eNavMenuItemGroupElement","M3eNavRail","M3eNavRailElement","M3eNavRailToggle","M3eNavRailToggleElement","M3eOption","M3eOptionElement","M3eOptGroup","M3eOptGroupElement","M3ePaginator","M3ePaginatorElement","onPage","M3eCircularProgressIndicator","M3eCircularProgressIndicatorElement","M3eLinearProgressIndicator","M3eLinearProgressIndicatorElement","M3eRadio","M3eRadioElement","M3eRadioGroup","M3eRadioGroupElement","M3eSearchBar","M3eSearchBarElement","onClear","M3eSearchView","M3eSearchViewElement","M3eSegmentedButton","M3eSegmentedButtonElement","M3eButtonSegment","M3eButtonSegmentElement","M3eSelect","M3eSelectElement","M3eShape","M3eShapeElement","M3eSkeleton","M3eSkeletonElement","M3eSlideGroup","M3eSlideGroupElement","M3eSlider","M3eSliderElement","M3eSliderThumb","M3eSliderThumbElement","M3eSplitButton","M3eSplitButtonElement","M3eSplitPane","M3eSplitPaneElement","M3eStep","M3eStepElement","M3eStepPanel","M3eStepPanelElement","M3eStepper","M3eStepperElement","M3eStepperNext","M3eStepperNextElement","M3eStepperPrevious","M3eStepperPreviousElement","M3eStepperReset","M3eStepperResetElement","M3eSwitch","M3eSwitchElement","M3eTab","M3eTabElement","M3eTabPanel","M3eTabPanelElement","M3eTabs","M3eTabsElement","M3eTextareaAutosize","M3eTextareaAutosizeElement","M3eTheme","M3eThemeElement","M3eThemeIcon","M3eThemeIconElement","M3eToc","M3eTocElement","M3eToolbar","M3eToolbarElement","M3eRichTooltip","M3eRichTooltipElement","M3eRichTooltipAction","M3eRichTooltipActionElement","M3eTooltip","M3eTooltipElement","M3eTree","M3eTreeElement","M3eTreeItem","M3eTreeItemElement"],"mappings":"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"}
|