@getufy/flint-ui-react 0.3.0 → 0.4.0
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/README.md +1 -1
- package/dist/accordion.d.ts +1 -1
- package/dist/alert.d.ts +1 -1
- package/dist/autocomplete.d.ts +1 -1
- package/dist/backdrop.d.ts +1 -1
- package/dist/button.d.ts +2 -2
- package/dist/carousel.d.ts +1 -1
- package/dist/checkbox.d.ts +1 -1
- package/dist/chip.d.ts +1 -1
- package/dist/chip.js +2 -2
- package/dist/collapsible.d.ts +1 -1
- package/dist/command.d.ts +2 -2
- package/dist/components/FlintAccordion.js +15 -0
- package/dist/components/FlintAccordionActions.js +12 -0
- package/dist/components/FlintAccordionDetails.js +12 -0
- package/dist/components/FlintAccordionSummary.js +15 -0
- package/dist/components/FlintAlert.js +15 -0
- package/dist/components/FlintAppBar.js +12 -0
- package/dist/components/FlintAutocomplete.js +15 -0
- package/dist/components/FlintAvatar.js +12 -0
- package/dist/components/FlintBackdrop.js +15 -0
- package/dist/components/FlintBadge.js +12 -0
- package/dist/components/FlintBottomNavigation.d.ts +1 -1
- package/dist/components/FlintBottomNavigation.js +15 -0
- package/dist/components/FlintBottomNavigationAction.js +12 -0
- package/dist/components/FlintBox.js +15 -0
- package/dist/components/FlintBreadcrumbs.js +12 -0
- package/dist/components/FlintButton.js +12 -0
- package/dist/components/FlintButtonGroup.js +12 -0
- package/dist/components/FlintCard.js +12 -0
- package/dist/components/FlintCardActionArea.js +12 -0
- package/dist/components/FlintCardActions.js +12 -0
- package/dist/components/FlintCardContent.js +12 -0
- package/dist/components/FlintCardHeader.js +12 -0
- package/dist/components/FlintCardMedia.js +12 -0
- package/dist/components/FlintCarousel.js +15 -0
- package/dist/components/FlintCarouselContent.js +12 -0
- package/dist/components/FlintCarouselItem.js +12 -0
- package/dist/components/FlintCarouselNext.js +12 -0
- package/dist/components/FlintCarouselPrevious.js +12 -0
- package/dist/components/FlintCheckbox.js +15 -0
- package/dist/components/FlintChip.d.ts +3 -2
- package/dist/components/FlintChip.js +16 -0
- package/dist/components/FlintCircularProgress.js +12 -0
- package/dist/components/FlintCollapsible.js +15 -0
- package/dist/components/FlintCollapsibleContent.js +12 -0
- package/dist/components/FlintCollapsibleTrigger.js +12 -0
- package/dist/components/FlintCommand.js +15 -0
- package/dist/components/FlintCommandDialog.js +15 -0
- package/dist/components/FlintCommandEmpty.js +12 -0
- package/dist/components/FlintCommandGroup.js +12 -0
- package/dist/components/FlintCommandInput.js +12 -0
- package/dist/components/FlintCommandItem.js +15 -0
- package/dist/components/FlintCommandList.js +12 -0
- package/dist/components/FlintCommandSeparator.js +12 -0
- package/dist/components/FlintCommandShortcut.js +12 -0
- package/dist/components/FlintContainer.js +12 -0
- package/dist/components/FlintCopyButton.js +16 -0
- package/dist/components/FlintDateField.js +16 -0
- package/dist/components/FlintDatePicker.d.ts +4 -4
- package/dist/components/FlintDatePicker.js +15 -0
- package/dist/components/FlintDatePickerCalendar.js +15 -0
- package/dist/components/FlintDateRangeCalendar.js +15 -0
- package/dist/components/FlintDateRangePicker.js +15 -0
- package/dist/components/FlintDesktopTimePicker.d.ts +4 -4
- package/dist/components/FlintDesktopTimePicker.js +15 -0
- package/dist/components/FlintDialog.d.ts +2 -2
- package/dist/components/FlintDialog.js +15 -0
- package/dist/components/FlintDialogActions.js +12 -0
- package/dist/components/FlintDialogContent.js +12 -0
- package/dist/components/FlintDialogContentText.js +12 -0
- package/dist/components/FlintDialogTitle.js +12 -0
- package/dist/components/FlintDigitalClock.d.ts +4 -4
- package/dist/components/FlintDigitalClock.js +15 -0
- package/dist/components/FlintDivider.js +12 -0
- package/dist/components/FlintDrawer.js +15 -0
- package/dist/components/FlintEmpty.js +12 -0
- package/dist/components/FlintEmptyContent.js +12 -0
- package/dist/components/FlintEmptyDescription.js +12 -0
- package/dist/components/FlintEmptyHeader.js +12 -0
- package/dist/components/FlintEmptyMedia.js +12 -0
- package/dist/components/FlintEmptyTitle.js +12 -0
- package/dist/components/FlintFab.js +12 -0
- package/dist/components/FlintFormatDate.js +12 -0
- package/dist/components/FlintFormatNumber.js +12 -0
- package/dist/components/FlintGrid.js +12 -0
- package/dist/components/FlintHoverCard.d.ts +10 -0
- package/dist/components/FlintHoverCard.js +16 -0
- package/dist/components/FlintHoverCardContent.js +12 -0
- package/dist/components/FlintHoverCardTrigger.js +12 -0
- package/dist/components/FlintImageComparer.js +15 -0
- package/dist/components/FlintImageList.js +12 -0
- package/dist/components/FlintImageListItem.js +12 -0
- package/dist/components/FlintImageListItemBar.js +12 -0
- package/dist/components/FlintInput.js +16 -0
- package/dist/components/FlintInputOtp.js +16 -0
- package/dist/components/FlintInputOtpGroup.js +12 -0
- package/dist/components/FlintInputOtpSeparator.js +12 -0
- package/dist/components/FlintInputOtpSlot.js +12 -0
- package/dist/components/FlintItem.js +12 -0
- package/dist/components/FlintItemActions.js +12 -0
- package/dist/components/FlintItemContent.js +12 -0
- package/dist/components/FlintItemDescription.js +12 -0
- package/dist/components/FlintItemFooter.js +12 -0
- package/dist/components/FlintItemGroup.js +12 -0
- package/dist/components/FlintItemHeader.js +12 -0
- package/dist/components/FlintItemMedia.js +12 -0
- package/dist/components/FlintItemSeparator.js +12 -0
- package/dist/components/FlintItemTitle.js +12 -0
- package/dist/components/FlintKbd.js +12 -0
- package/dist/components/FlintKbdGroup.js +12 -0
- package/dist/components/FlintLinearProgress.js +12 -0
- package/dist/components/FlintLink.d.ts +1 -0
- package/dist/components/FlintLink.js +12 -0
- package/dist/components/FlintList.js +12 -0
- package/dist/components/FlintListItem.js +12 -0
- package/dist/components/FlintListItemAvatar.js +12 -0
- package/dist/components/FlintListItemButton.js +12 -0
- package/dist/components/FlintListItemIcon.js +12 -0
- package/dist/components/FlintListItemText.js +12 -0
- package/dist/components/FlintListSubheader.js +12 -0
- package/dist/components/FlintMenu.d.ts +1 -1
- package/dist/components/FlintMenu.js +15 -0
- package/dist/components/FlintMenuDivider.js +12 -0
- package/dist/components/FlintMenuGroup.js +12 -0
- package/dist/components/FlintMenuItem.js +15 -0
- package/dist/components/FlintMenubar.d.ts +6 -0
- package/dist/components/FlintMenubar.js +17 -0
- package/dist/components/FlintMenubarCheckboxItem.js +15 -0
- package/dist/components/FlintMenubarContent.js +15 -0
- package/dist/components/FlintMenubarGroup.js +12 -0
- package/dist/components/FlintMenubarItem.js +15 -0
- package/dist/components/FlintMenubarMenu.js +12 -0
- package/dist/components/FlintMenubarRadioGroup.js +15 -0
- package/dist/components/FlintMenubarRadioItem.js +15 -0
- package/dist/components/FlintMenubarSeparator.js +12 -0
- package/dist/components/FlintMenubarShortcut.js +12 -0
- package/dist/components/FlintMenubarSub.js +12 -0
- package/dist/components/FlintMenubarSubContent.js +12 -0
- package/dist/components/FlintMenubarSubTrigger.js +12 -0
- package/dist/components/FlintMenubarTrigger.js +12 -0
- package/dist/components/FlintMobileStepper.d.ts +4 -0
- package/dist/components/FlintMobileStepper.js +16 -0
- package/dist/components/FlintMobileTimePicker.d.ts +3 -3
- package/dist/components/FlintMobileTimePicker.js +15 -0
- package/dist/components/FlintMultiSectionDigitalClock.d.ts +4 -4
- package/dist/components/FlintMultiSectionDigitalClock.js +15 -0
- package/dist/components/FlintNavigationMenu.js +12 -0
- package/dist/components/FlintNavigationMenuContent.js +15 -0
- package/dist/components/FlintNavigationMenuItem.js +16 -0
- package/dist/components/FlintNavigationMenuLink.js +12 -0
- package/dist/components/FlintNavigationMenuList.js +12 -0
- package/dist/components/FlintNavigationMenuTrigger.js +15 -0
- package/dist/components/FlintPagination.js +15 -0
- package/dist/components/FlintPaper.js +12 -0
- package/dist/components/FlintRadio.js +15 -0
- package/dist/components/FlintRadioGroup.js +15 -0
- package/dist/components/FlintRangeSlider.d.ts +5 -2
- package/dist/components/FlintRangeSlider.js +15 -0
- package/dist/components/FlintRating.js +15 -0
- package/dist/components/FlintRelativeTime.js +12 -0
- package/dist/components/FlintResizableGroup.js +17 -0
- package/dist/components/FlintResizableHandle.js +12 -0
- package/dist/components/FlintResizablePanel.js +12 -0
- package/dist/components/FlintRichTreeView.js +18 -0
- package/dist/components/FlintScrollArea.js +12 -0
- package/dist/components/FlintScrollBar.js +12 -0
- package/dist/components/FlintSelect.d.ts +1 -1
- package/dist/components/FlintSelect.js +15 -0
- package/dist/components/FlintSimpleTreeView.js +16 -0
- package/dist/components/FlintSingleInputDateRangeField.js +16 -0
- package/dist/components/FlintSkeleton.js +12 -0
- package/dist/components/FlintSlider.js +15 -0
- package/dist/components/FlintSnackbar.js +16 -0
- package/dist/components/FlintSpeedDial.d.ts +10 -0
- package/dist/components/FlintSpeedDial.js +16 -0
- package/dist/components/FlintSpeedDialAction.js +15 -0
- package/dist/components/FlintSplitPanel.js +15 -0
- package/dist/components/FlintStack.js +12 -0
- package/dist/components/FlintStaticTimePicker.d.ts +3 -3
- package/dist/components/FlintStaticTimePicker.js +15 -0
- package/dist/components/FlintStep.js +15 -0
- package/dist/components/FlintStepConnector.js +12 -0
- package/dist/components/FlintStepContent.js +12 -0
- package/dist/components/FlintStepLabel.js +12 -0
- package/dist/components/FlintStepper.d.ts +4 -1
- package/dist/components/FlintStepper.js +15 -0
- package/dist/components/FlintSwitch.js +15 -0
- package/dist/components/FlintTab.js +15 -0
- package/dist/components/FlintTabList.js +15 -0
- package/dist/components/FlintTabPanel.js +12 -0
- package/dist/components/FlintTable.js +12 -0
- package/dist/components/FlintTableBody.js +12 -0
- package/dist/components/FlintTableCell.js +12 -0
- package/dist/components/FlintTableContainer.js +12 -0
- package/dist/components/FlintTableFooter.js +12 -0
- package/dist/components/FlintTableHead.js +12 -0
- package/dist/components/FlintTablePagination.js +16 -0
- package/dist/components/FlintTableRow.js +12 -0
- package/dist/components/FlintTableSortLabel.js +12 -0
- package/dist/components/FlintTabs.js +15 -0
- package/dist/components/FlintTextField.d.ts +7 -7
- package/dist/components/FlintTextField.js +16 -0
- package/dist/components/FlintTextarea.js +16 -0
- package/dist/components/FlintTimeClock.d.ts +4 -4
- package/dist/components/FlintTimeClock.js +16 -0
- package/dist/components/FlintTimeField.d.ts +4 -4
- package/dist/components/FlintTimeField.js +16 -0
- package/dist/components/FlintTimePicker.d.ts +3 -3
- package/dist/components/FlintTimePicker.js +15 -0
- package/dist/components/FlintToaster.js +12 -0
- package/dist/components/FlintToggle.js +15 -0
- package/dist/components/FlintToggleButton.js +15 -0
- package/dist/components/FlintToggleButtonGroup.js +15 -0
- package/dist/components/FlintTooltip.js +12 -0
- package/dist/components/FlintTransferList.d.ts +4 -4
- package/dist/components/FlintTransferList.js +15 -0
- package/dist/components/FlintTreeItem.js +16 -0
- package/dist/components/FlintTypography.js +12 -0
- package/dist/components/FlintVisuallyHidden.js +12 -0
- package/dist/copy-button.d.ts +1 -1
- package/dist/date-field.d.ts +1 -1
- package/dist/date-picker.d.ts +2 -2
- package/dist/date-picker.js +2 -2
- package/dist/dialog.d.ts +1 -1
- package/dist/dialog.js +2 -2
- package/dist/drawer.d.ts +1 -1
- package/dist/events/flint-accordion-summary.js +7 -0
- package/dist/events/flint-accordion.js +7 -0
- package/dist/events/flint-alert.js +7 -0
- package/dist/events/flint-autocomplete.js +7 -0
- package/dist/events/flint-backdrop.js +7 -0
- package/dist/events/flint-bottom-navigation.js +7 -0
- package/dist/events/flint-box.js +7 -0
- package/dist/events/flint-carousel.js +7 -0
- package/dist/events/flint-checkbox.js +7 -0
- package/dist/events/flint-chip.d.ts +1 -1
- package/dist/events/flint-chip.js +8 -0
- package/dist/events/flint-collapsible.js +7 -0
- package/dist/events/flint-command-dialog.js +7 -0
- package/dist/events/flint-command-item.js +7 -0
- package/dist/events/flint-command.js +7 -0
- package/dist/events/flint-copy-button.js +8 -0
- package/dist/events/flint-date-field.js +8 -0
- package/dist/events/flint-date-picker-calendar.js +7 -0
- package/dist/events/flint-date-picker.d.ts +1 -1
- package/dist/events/flint-date-picker.js +7 -0
- package/dist/events/flint-date-range-calendar.js +7 -0
- package/dist/events/flint-date-range-picker.js +7 -0
- package/dist/events/flint-desktop-time-picker.d.ts +1 -1
- package/dist/events/flint-desktop-time-picker.js +7 -0
- package/dist/events/flint-dialog.d.ts +1 -1
- package/dist/events/flint-dialog.js +7 -0
- package/dist/events/flint-digital-clock.d.ts +1 -1
- package/dist/events/flint-digital-clock.js +7 -0
- package/dist/events/flint-drawer.js +7 -0
- package/dist/events/flint-hover-card.d.ts +4 -0
- package/dist/events/flint-hover-card.js +8 -0
- package/dist/events/flint-image-comparer.js +7 -0
- package/dist/events/flint-input-otp.js +8 -0
- package/dist/events/flint-input.js +8 -0
- package/dist/events/flint-menu-item.js +7 -0
- package/dist/events/flint-menu.js +7 -0
- package/dist/events/flint-menubar-checkbox-item.js +7 -0
- package/dist/events/flint-menubar-content.js +7 -0
- package/dist/events/flint-menubar-item.js +7 -0
- package/dist/events/flint-menubar-radio-group.js +7 -0
- package/dist/events/flint-menubar-radio-item.js +7 -0
- package/dist/events/flint-menubar.d.ts +5 -0
- package/dist/events/flint-menubar.js +9 -0
- package/dist/events/flint-mobile-stepper.d.ts +4 -0
- package/dist/events/flint-mobile-stepper.js +8 -0
- package/dist/events/flint-mobile-time-picker.d.ts +1 -1
- package/dist/events/flint-mobile-time-picker.js +7 -0
- package/dist/events/flint-multi-section-digital-clock.d.ts +1 -1
- package/dist/events/flint-multi-section-digital-clock.js +7 -0
- package/dist/events/flint-navigation-menu-content.js +7 -0
- package/dist/events/flint-navigation-menu-item.js +8 -0
- package/dist/events/flint-navigation-menu-trigger.js +7 -0
- package/dist/events/flint-pagination.js +7 -0
- package/dist/events/flint-radio-group.js +7 -0
- package/dist/events/flint-radio.js +7 -0
- package/dist/events/flint-range-slider.js +7 -0
- package/dist/events/flint-rating.js +7 -0
- package/dist/events/flint-resizable-group.js +9 -0
- package/dist/events/flint-rich-tree-view.js +10 -0
- package/dist/events/flint-select.js +7 -0
- package/dist/events/flint-simple-tree-view.js +8 -0
- package/dist/events/flint-single-input-date-range-field.js +8 -0
- package/dist/events/flint-slider.js +7 -0
- package/dist/events/flint-snackbar.js +8 -0
- package/dist/events/flint-speed-dial-action.js +7 -0
- package/dist/events/flint-speed-dial.d.ts +4 -0
- package/dist/events/flint-speed-dial.js +8 -0
- package/dist/events/flint-split-panel.js +7 -0
- package/dist/events/flint-static-time-picker.d.ts +1 -1
- package/dist/events/flint-static-time-picker.js +7 -0
- package/dist/events/flint-step.js +7 -0
- package/dist/events/flint-stepper.js +7 -0
- package/dist/events/flint-switch.js +7 -0
- package/dist/events/flint-tab-list.js +7 -0
- package/dist/events/flint-tab.js +7 -0
- package/dist/events/flint-table-pagination.js +8 -0
- package/dist/events/flint-tabs.js +7 -0
- package/dist/events/flint-text-field.d.ts +2 -2
- package/dist/events/flint-text-field.js +8 -0
- package/dist/events/flint-textarea.js +8 -0
- package/dist/events/flint-time-clock.d.ts +1 -1
- package/dist/events/flint-time-clock.js +8 -0
- package/dist/events/flint-time-field.d.ts +1 -1
- package/dist/events/flint-time-field.js +8 -0
- package/dist/events/flint-time-picker.d.ts +1 -1
- package/dist/events/flint-time-picker.js +7 -0
- package/dist/events/flint-toggle-button-group.js +7 -0
- package/dist/events/flint-toggle-button.js +7 -0
- package/dist/events/flint-toggle.js +7 -0
- package/dist/events/flint-transfer-list.d.ts +1 -1
- package/dist/events/flint-transfer-list.js +7 -0
- package/dist/events/flint-tree-item.js +8 -0
- package/dist/events/index.d.ts +4 -0
- package/dist/events/index.js +476 -0
- package/dist/flint-range-slider.d.ts +1 -1
- package/dist/hover-card.d.ts +2 -1
- package/dist/hover-card.js +12 -1
- package/dist/image-comparer.d.ts +1 -1
- package/dist/index.d.ts +57 -57
- package/dist/index.js +78 -32
- package/dist/input-otp.d.ts +1 -1
- package/dist/input.d.ts +1 -1
- package/dist/menu.d.ts +1 -1
- package/dist/menubar.d.ts +6 -5
- package/dist/menubar.js +14 -1
- package/dist/navigation-menu.d.ts +1 -1
- package/dist/pagination.d.ts +1 -1
- package/dist/radio.d.ts +2 -2
- package/dist/rating.d.ts +1 -1
- package/dist/select.d.ts +1 -1
- package/dist/slider.d.ts +1 -1
- package/dist/snackbar.d.ts +1 -1
- package/dist/speed-dial.d.ts +3 -2
- package/dist/speed-dial.js +13 -2
- package/dist/split-panel.d.ts +1 -1
- package/dist/stepper.d.ts +3 -2
- package/dist/stepper.js +12 -1
- package/dist/switch.d.ts +1 -1
- package/dist/table.d.ts +1 -1
- package/dist/tabs.d.ts +2 -2
- package/dist/text-field.d.ts +1 -1
- package/dist/text-field.js +4 -4
- package/dist/textarea.d.ts +1 -1
- package/dist/time-picker.d.ts +5 -5
- package/dist/time-picker.js +16 -16
- package/dist/toggle.d.ts +1 -1
- package/dist/transfer-list.d.ts +1 -1
- package/dist/transfer-list.js +2 -2
- package/dist/tree-view.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -156,7 +156,7 @@ Custom events map to camelCase `on*` props:
|
|
|
156
156
|
| `flint-change` | `onFlintChange` |
|
|
157
157
|
| `flint-click` | `onFlintClick` |
|
|
158
158
|
| `flint-menu-close` | `onFlintMenuClose` |
|
|
159
|
-
| `close` | `
|
|
159
|
+
| `flint-dialog-close` | `onFlintDialogClose` |
|
|
160
160
|
|
|
161
161
|
```tsx
|
|
162
162
|
<FlintSelect
|
package/dist/accordion.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { FlintAccordion, type FlintAccordionProps } from './components/FlintAccordion.js';
|
|
1
|
+
export { FlintAccordion, type FlintAccordionProps, type FlintAccordionChangeDetail } from './components/FlintAccordion.js';
|
|
2
2
|
export { FlintAccordionSummary, type FlintAccordionSummaryProps } from './components/FlintAccordionSummary.js';
|
|
3
3
|
export { FlintAccordionDetails, type FlintAccordionDetailsProps } from './components/FlintAccordionDetails.js';
|
|
4
4
|
export { FlintAccordionActions, type FlintAccordionActionsProps } from './components/FlintAccordionActions.js';
|
package/dist/alert.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { FlintAlert, type FlintAlertProps } from './components/FlintAlert.js';
|
|
1
|
+
export { FlintAlert, type FlintAlertProps, type FlintAlertCloseDetail } from './components/FlintAlert.js';
|
|
2
2
|
export { FlintAlertEvents } from './events/flint-alert.js';
|
package/dist/autocomplete.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { FlintAutocomplete, type FlintAutocompleteProps } from './components/FlintAutocomplete.js';
|
|
1
|
+
export { FlintAutocomplete, type FlintAutocompleteProps, type FlintAutocompleteChangeDetail } from './components/FlintAutocomplete.js';
|
|
2
2
|
export { FlintAutocompleteEvents } from './events/flint-autocomplete.js';
|
package/dist/backdrop.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { FlintBackdrop, type FlintBackdropProps } from './components/FlintBackdrop.js';
|
|
1
|
+
export { FlintBackdrop, type FlintBackdropProps, type FlintBackdropCloseDetail } from './components/FlintBackdrop.js';
|
|
2
2
|
export { FlintBackdropEvents } from './events/flint-backdrop.js';
|
package/dist/button.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { FlintButtonGroup, type FlintButtonGroupProps } from './components/FlintButtonGroup.js';
|
|
2
2
|
export { FlintButton, type FlintButtonProps } from './components/FlintButton.js';
|
|
3
|
-
export { FlintToggleButtonGroup, type FlintToggleButtonGroupProps } from './components/FlintToggleButtonGroup.js';
|
|
4
|
-
export { FlintToggleButton, type FlintToggleButtonProps } from './components/FlintToggleButton.js';
|
|
3
|
+
export { FlintToggleButtonGroup, type FlintToggleButtonGroupProps, type FlintToggleButtonGroupChangeDetail } from './components/FlintToggleButtonGroup.js';
|
|
4
|
+
export { FlintToggleButton, type FlintToggleButtonProps, type FlintToggleButtonChangeDetail } from './components/FlintToggleButton.js';
|
|
5
5
|
export { FlintToggleButtonGroupEvents } from './events/flint-toggle-button-group.js';
|
|
6
6
|
export { FlintToggleButtonEvents } from './events/flint-toggle-button.js';
|
package/dist/carousel.d.ts
CHANGED
|
@@ -2,5 +2,5 @@ export { FlintCarouselContent, type FlintCarouselContentProps } from './componen
|
|
|
2
2
|
export { FlintCarouselItem, type FlintCarouselItemProps } from './components/FlintCarouselItem.js';
|
|
3
3
|
export { FlintCarouselPrevious, type FlintCarouselPreviousProps } from './components/FlintCarouselPrevious.js';
|
|
4
4
|
export { FlintCarouselNext, type FlintCarouselNextProps } from './components/FlintCarouselNext.js';
|
|
5
|
-
export { FlintCarousel, type FlintCarouselProps } from './components/FlintCarousel.js';
|
|
5
|
+
export { FlintCarousel, type FlintCarouselProps, type FlintCarouselChangeDetail } from './components/FlintCarousel.js';
|
|
6
6
|
export { FlintCarouselEvents } from './events/flint-carousel.js';
|
package/dist/checkbox.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { FlintCheckbox, type FlintCheckboxProps } from './components/FlintCheckbox.js';
|
|
1
|
+
export { FlintCheckbox, type FlintCheckboxProps, type FlintCheckboxChangeDetail } from './components/FlintCheckbox.js';
|
|
2
2
|
export { FlintCheckboxEvents } from './events/flint-checkbox.js';
|
package/dist/chip.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { FlintChip, type FlintChipProps } from './components/FlintChip.js';
|
|
1
|
+
export { FlintChip, type FlintChipProps, type FlintChipDeleteDetail } from './components/FlintChip.js';
|
|
2
2
|
export { FlintChipEvents } from './events/flint-chip.js';
|
package/dist/chip.js
CHANGED
|
@@ -7,14 +7,14 @@ var FlintChip = createComponent({
|
|
|
7
7
|
elementClass: FlintChipElement,
|
|
8
8
|
react: React,
|
|
9
9
|
events: {
|
|
10
|
-
|
|
10
|
+
onFlintChipClick: "flint-chip-click",
|
|
11
11
|
onFlintChipDelete: "flint-chip-delete"
|
|
12
12
|
}
|
|
13
13
|
});
|
|
14
14
|
|
|
15
15
|
// src/events/flint-chip.ts
|
|
16
16
|
var FlintChipEvents = {
|
|
17
|
-
CLICK: "click",
|
|
17
|
+
CLICK: "flint-chip-click",
|
|
18
18
|
DELETE: "flint-chip-delete"
|
|
19
19
|
};
|
|
20
20
|
export {
|
package/dist/collapsible.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { FlintCollapsibleTrigger, type FlintCollapsibleTriggerProps } from './components/FlintCollapsibleTrigger.js';
|
|
2
2
|
export { FlintCollapsibleContent, type FlintCollapsibleContentProps } from './components/FlintCollapsibleContent.js';
|
|
3
|
-
export { FlintCollapsible, type FlintCollapsibleProps } from './components/FlintCollapsible.js';
|
|
3
|
+
export { FlintCollapsible, type FlintCollapsibleProps, type FlintCollapsibleChangeDetail } from './components/FlintCollapsible.js';
|
|
4
4
|
export { FlintCollapsibleEvents } from './events/flint-collapsible.js';
|
package/dist/command.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export { FlintCommandShortcut, type FlintCommandShortcutProps } from './components/FlintCommandShortcut.js';
|
|
2
2
|
export { FlintCommandSeparator, type FlintCommandSeparatorProps } from './components/FlintCommandSeparator.js';
|
|
3
|
-
export { FlintCommandItem, type FlintCommandItemProps } from './components/FlintCommandItem.js';
|
|
3
|
+
export { FlintCommandItem, type FlintCommandItemProps, type FlintCommandItemSelectDetail } from './components/FlintCommandItem.js';
|
|
4
4
|
export { FlintCommandEmpty, type FlintCommandEmptyProps } from './components/FlintCommandEmpty.js';
|
|
5
5
|
export { FlintCommandGroup, type FlintCommandGroupProps } from './components/FlintCommandGroup.js';
|
|
6
6
|
export { FlintCommandList, type FlintCommandListProps } from './components/FlintCommandList.js';
|
|
7
7
|
export { FlintCommandInput, type FlintCommandInputProps } from './components/FlintCommandInput.js';
|
|
8
8
|
export { FlintCommand, type FlintCommandProps } from './components/FlintCommand.js';
|
|
9
|
-
export { FlintCommandDialog, type FlintCommandDialogProps } from './components/FlintCommandDialog.js';
|
|
9
|
+
export { FlintCommandDialog, type FlintCommandDialogProps, type FlintCommandDialogCloseDetail } from './components/FlintCommandDialog.js';
|
|
10
10
|
export { FlintCommandItemEvents } from './events/flint-command-item.js';
|
|
11
11
|
export { FlintCommandEvents } from './events/flint-command.js';
|
|
12
12
|
export { FlintCommandDialogEvents } from './events/flint-command-dialog.js';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintAccordion.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintAccordion as FlintAccordionElement } from "@getufy/flint-ui/accordion/flint-accordion";
|
|
5
|
+
var FlintAccordion = createComponent({
|
|
6
|
+
tagName: "flint-accordion",
|
|
7
|
+
elementClass: FlintAccordionElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintAccordionChange: "flint-accordion-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintAccordion
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintAccordionActions.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintAccordionActions as FlintAccordionActionsElement } from "@getufy/flint-ui/accordion/flint-accordion";
|
|
5
|
+
var FlintAccordionActions = createComponent({
|
|
6
|
+
tagName: "flint-accordion-actions",
|
|
7
|
+
elementClass: FlintAccordionActionsElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintAccordionActions
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintAccordionDetails.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintAccordionDetails as FlintAccordionDetailsElement } from "@getufy/flint-ui/accordion/flint-accordion";
|
|
5
|
+
var FlintAccordionDetails = createComponent({
|
|
6
|
+
tagName: "flint-accordion-details",
|
|
7
|
+
elementClass: FlintAccordionDetailsElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintAccordionDetails
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintAccordionSummary.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintAccordionSummary as FlintAccordionSummaryElement } from "@getufy/flint-ui/accordion/flint-accordion";
|
|
5
|
+
var FlintAccordionSummary = createComponent({
|
|
6
|
+
tagName: "flint-accordion-summary",
|
|
7
|
+
elementClass: FlintAccordionSummaryElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintAccordionToggle: "flint-accordion-toggle"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintAccordionSummary
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintAlert.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintAlert as FlintAlertElement } from "@getufy/flint-ui/alert/flint-alert";
|
|
5
|
+
var FlintAlert = createComponent({
|
|
6
|
+
tagName: "flint-alert",
|
|
7
|
+
elementClass: FlintAlertElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintAlertClose: "flint-alert-close"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintAlert
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintAppBar.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintAppBar as FlintAppBarElement } from "@getufy/flint-ui/app-bar/flint-app-bar";
|
|
5
|
+
var FlintAppBar = createComponent({
|
|
6
|
+
tagName: "flint-app-bar",
|
|
7
|
+
elementClass: FlintAppBarElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintAppBar
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintAutocomplete.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintAutocomplete as FlintAutocompleteElement } from "@getufy/flint-ui/autocomplete/flint-autocomplete";
|
|
5
|
+
var FlintAutocomplete = createComponent({
|
|
6
|
+
tagName: "flint-autocomplete",
|
|
7
|
+
elementClass: FlintAutocompleteElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintAutocompleteChange: "flint-autocomplete-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintAutocomplete
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintAvatar.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintAvatar as FlintAvatarElement } from "@getufy/flint-ui/avatar/flint-avatar";
|
|
5
|
+
var FlintAvatar = createComponent({
|
|
6
|
+
tagName: "flint-avatar",
|
|
7
|
+
elementClass: FlintAvatarElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintAvatar
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintBackdrop.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintBackdrop as FlintBackdropElement } from "@getufy/flint-ui/backdrop/flint-backdrop";
|
|
5
|
+
var FlintBackdrop = createComponent({
|
|
6
|
+
tagName: "flint-backdrop",
|
|
7
|
+
elementClass: FlintBackdropElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintBackdropClose: "flint-backdrop-close"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintBackdrop
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintBadge.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintBadge as FlintBadgeElement } from "@getufy/flint-ui/badge/flint-badge";
|
|
5
|
+
var FlintBadge = createComponent({
|
|
6
|
+
tagName: "flint-badge",
|
|
7
|
+
elementClass: FlintBadgeElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintBadge
|
|
12
|
+
};
|
|
@@ -12,7 +12,7 @@ export interface FlintBottomNavigationProps extends Omit<React.HTMLAttributes<Fl
|
|
|
12
12
|
defaultValue?: unknown;
|
|
13
13
|
/** If true, all labels are shown at all times. */
|
|
14
14
|
showLabels?: boolean;
|
|
15
|
-
/** Dispatched when the selected value changes. */
|
|
15
|
+
/** Dispatched when the selected value changes. detail: `{ value: number | string }` */
|
|
16
16
|
onFlintBottomNavigationChange?: (event: CustomEvent) => void;
|
|
17
17
|
}
|
|
18
18
|
export declare const FlintBottomNavigation: React.ForwardRefExoticComponent<FlintBottomNavigationProps & React.RefAttributes<FlintBottomNavigationElement>>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintBottomNavigation.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintBottomNavigation as FlintBottomNavigationElement } from "@getufy/flint-ui/bottom-navigation/flint-bottom-navigation";
|
|
5
|
+
var FlintBottomNavigation = createComponent({
|
|
6
|
+
tagName: "flint-bottom-navigation",
|
|
7
|
+
elementClass: FlintBottomNavigationElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintBottomNavigationChange: "flint-bottom-navigation-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintBottomNavigation
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintBottomNavigationAction.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintBottomNavigationAction as FlintBottomNavigationActionElement } from "@getufy/flint-ui/bottom-navigation/flint-bottom-navigation-action";
|
|
5
|
+
var FlintBottomNavigationAction = createComponent({
|
|
6
|
+
tagName: "flint-bottom-navigation-action",
|
|
7
|
+
elementClass: FlintBottomNavigationActionElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintBottomNavigationAction
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintBox.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintBox as FlintBoxElement } from "@getufy/flint-ui/box/flint-box";
|
|
5
|
+
var FlintBox = createComponent({
|
|
6
|
+
tagName: "flint-box",
|
|
7
|
+
elementClass: FlintBoxElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintBoxWarning: "flint-box-warning"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintBox
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintBreadcrumbs.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintBreadcrumbs as FlintBreadcrumbsElement } from "@getufy/flint-ui/breadcrumbs/flint-breadcrumbs";
|
|
5
|
+
var FlintBreadcrumbs = createComponent({
|
|
6
|
+
tagName: "flint-breadcrumbs",
|
|
7
|
+
elementClass: FlintBreadcrumbsElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintBreadcrumbs
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintButton.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintButton as FlintButtonElement } from "@getufy/flint-ui/button/flint-button";
|
|
5
|
+
var FlintButton = createComponent({
|
|
6
|
+
tagName: "flint-button",
|
|
7
|
+
elementClass: FlintButtonElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintButton
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintButtonGroup.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintButtonGroup as FlintButtonGroupElement } from "@getufy/flint-ui/button/flint-button-group";
|
|
5
|
+
var FlintButtonGroup = createComponent({
|
|
6
|
+
tagName: "flint-button-group",
|
|
7
|
+
elementClass: FlintButtonGroupElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintButtonGroup
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCard.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCard as FlintCardElement } from "@getufy/flint-ui/card/flint-card";
|
|
5
|
+
var FlintCard = createComponent({
|
|
6
|
+
tagName: "flint-card",
|
|
7
|
+
elementClass: FlintCardElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCard
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCardActionArea.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCardActionArea as FlintCardActionAreaElement } from "@getufy/flint-ui/card/flint-card-action-area";
|
|
5
|
+
var FlintCardActionArea = createComponent({
|
|
6
|
+
tagName: "flint-card-action-area",
|
|
7
|
+
elementClass: FlintCardActionAreaElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCardActionArea
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCardActions.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCardActions as FlintCardActionsElement } from "@getufy/flint-ui/card/flint-card-actions";
|
|
5
|
+
var FlintCardActions = createComponent({
|
|
6
|
+
tagName: "flint-card-actions",
|
|
7
|
+
elementClass: FlintCardActionsElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCardActions
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCardContent.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCardContent as FlintCardContentElement } from "@getufy/flint-ui/card/flint-card-content";
|
|
5
|
+
var FlintCardContent = createComponent({
|
|
6
|
+
tagName: "flint-card-content",
|
|
7
|
+
elementClass: FlintCardContentElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCardContent
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCardHeader.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCardHeader as FlintCardHeaderElement } from "@getufy/flint-ui/card/flint-card-header";
|
|
5
|
+
var FlintCardHeader = createComponent({
|
|
6
|
+
tagName: "flint-card-header",
|
|
7
|
+
elementClass: FlintCardHeaderElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCardHeader
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCardMedia.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCardMedia as FlintCardMediaElement } from "@getufy/flint-ui/card/flint-card-media";
|
|
5
|
+
var FlintCardMedia = createComponent({
|
|
6
|
+
tagName: "flint-card-media",
|
|
7
|
+
elementClass: FlintCardMediaElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCardMedia
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintCarousel.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCarousel as FlintCarouselElement } from "@getufy/flint-ui/carousel/flint-carousel";
|
|
5
|
+
var FlintCarousel = createComponent({
|
|
6
|
+
tagName: "flint-carousel",
|
|
7
|
+
elementClass: FlintCarouselElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintCarouselChange: "flint-carousel-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintCarousel
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCarouselContent.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCarouselContent as FlintCarouselContentElement } from "@getufy/flint-ui/carousel/flint-carousel";
|
|
5
|
+
var FlintCarouselContent = createComponent({
|
|
6
|
+
tagName: "flint-carousel-content",
|
|
7
|
+
elementClass: FlintCarouselContentElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCarouselContent
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCarouselItem.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCarouselItem as FlintCarouselItemElement } from "@getufy/flint-ui/carousel/flint-carousel";
|
|
5
|
+
var FlintCarouselItem = createComponent({
|
|
6
|
+
tagName: "flint-carousel-item",
|
|
7
|
+
elementClass: FlintCarouselItemElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCarouselItem
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCarouselNext.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCarouselNext as FlintCarouselNextElement } from "@getufy/flint-ui/carousel/flint-carousel";
|
|
5
|
+
var FlintCarouselNext = createComponent({
|
|
6
|
+
tagName: "flint-carousel-next",
|
|
7
|
+
elementClass: FlintCarouselNextElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCarouselNext
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCarouselPrevious.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCarouselPrevious as FlintCarouselPreviousElement } from "@getufy/flint-ui/carousel/flint-carousel";
|
|
5
|
+
var FlintCarouselPrevious = createComponent({
|
|
6
|
+
tagName: "flint-carousel-previous",
|
|
7
|
+
elementClass: FlintCarouselPreviousElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCarouselPrevious
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintCheckbox.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCheckbox as FlintCheckboxElement } from "@getufy/flint-ui/checkbox/flint-checkbox";
|
|
5
|
+
var FlintCheckbox = createComponent({
|
|
6
|
+
tagName: "flint-checkbox",
|
|
7
|
+
elementClass: FlintCheckboxElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintCheckboxChange: "flint-checkbox-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintCheckbox
|
|
15
|
+
};
|
|
@@ -9,7 +9,7 @@ export interface FlintChipDeleteDetail {
|
|
|
9
9
|
* @slot avatar - Avatar element shown at start.
|
|
10
10
|
* @slot icon - Icon shown at start when no avatar.
|
|
11
11
|
*/
|
|
12
|
-
export interface FlintChipProps extends Omit<React.HTMLAttributes<FlintChipElement>, '
|
|
12
|
+
export interface FlintChipProps extends Omit<React.HTMLAttributes<FlintChipElement>, 'color'> {
|
|
13
13
|
/** Text content displayed inside the chip. */
|
|
14
14
|
label?: string;
|
|
15
15
|
/** Visual style variant of the chip. */
|
|
@@ -24,7 +24,8 @@ export interface FlintChipProps extends Omit<React.HTMLAttributes<FlintChipEleme
|
|
|
24
24
|
deletable?: boolean;
|
|
25
25
|
/** Disables the chip and prevents interaction. */
|
|
26
26
|
disabled?: boolean;
|
|
27
|
-
|
|
27
|
+
/** Fired when a clickable chip is clicked. */
|
|
28
|
+
onFlintChipClick?: (event: CustomEvent) => void;
|
|
28
29
|
/** Fired when the chip's delete icon is clicked. detail: `{ value: string }` */
|
|
29
30
|
onFlintChipDelete?: (event: CustomEvent<FlintChipDeleteDetail>) => void;
|
|
30
31
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// src/components/FlintChip.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintChip as FlintChipElement } from "@getufy/flint-ui/chip/flint-chip";
|
|
5
|
+
var FlintChip = createComponent({
|
|
6
|
+
tagName: "flint-chip",
|
|
7
|
+
elementClass: FlintChipElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintChipClick: "flint-chip-click",
|
|
11
|
+
onFlintChipDelete: "flint-chip-delete"
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
FlintChip
|
|
16
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCircularProgress.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCircularProgress as FlintCircularProgressElement } from "@getufy/flint-ui/progress/flint-circular-progress";
|
|
5
|
+
var FlintCircularProgress = createComponent({
|
|
6
|
+
tagName: "flint-circular-progress",
|
|
7
|
+
elementClass: FlintCircularProgressElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCircularProgress
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintCollapsible.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCollapsible as FlintCollapsibleElement } from "@getufy/flint-ui/collapsible/flint-collapsible";
|
|
5
|
+
var FlintCollapsible = createComponent({
|
|
6
|
+
tagName: "flint-collapsible",
|
|
7
|
+
elementClass: FlintCollapsibleElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintCollapsibleChange: "flint-collapsible-change"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintCollapsible
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCollapsibleContent.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCollapsibleContent as FlintCollapsibleContentElement } from "@getufy/flint-ui/collapsible/flint-collapsible";
|
|
5
|
+
var FlintCollapsibleContent = createComponent({
|
|
6
|
+
tagName: "flint-collapsible-content",
|
|
7
|
+
elementClass: FlintCollapsibleContentElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCollapsibleContent
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/components/FlintCollapsibleTrigger.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCollapsibleTrigger as FlintCollapsibleTriggerElement } from "@getufy/flint-ui/collapsible/flint-collapsible";
|
|
5
|
+
var FlintCollapsibleTrigger = createComponent({
|
|
6
|
+
tagName: "flint-collapsible-trigger",
|
|
7
|
+
elementClass: FlintCollapsibleTriggerElement,
|
|
8
|
+
react: React
|
|
9
|
+
});
|
|
10
|
+
export {
|
|
11
|
+
FlintCollapsibleTrigger
|
|
12
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// src/components/FlintCommand.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
|
+
import { FlintCommand as FlintCommandElement } from "@getufy/flint-ui/command/flint-command";
|
|
5
|
+
var FlintCommand = createComponent({
|
|
6
|
+
tagName: "flint-command",
|
|
7
|
+
elementClass: FlintCommandElement,
|
|
8
|
+
react: React,
|
|
9
|
+
events: {
|
|
10
|
+
onFlintCommandItemSelect: "flint-command-item-select"
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
FlintCommand
|
|
15
|
+
};
|