@mittwald/flow-react-components 0.2.0-alpha.75 → 0.2.0-alpha.77
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/CHANGELOG.md +12 -0
- package/dist/assets/doc-properties.json +10458 -10482
- package/dist/css/all.css +1 -1
- package/dist/js/components/Alert/Alert.mjs +5 -6
- package/dist/js/components/Alert/Alert.mjs.map +1 -1
- package/dist/js/components/AlertBadge/AlertBadge.mjs +4 -9
- package/dist/js/components/AlertBadge/AlertBadge.mjs.map +1 -1
- package/dist/js/components/AlertIcon/AlertIcon.mjs +7 -7
- package/dist/js/components/AlertIcon/AlertIcon.mjs.map +1 -1
- package/dist/js/components/Align/Align.mjs +3 -4
- package/dist/js/components/Align/Align.mjs.map +1 -1
- package/dist/js/components/Avatar/Avatar.mjs +6 -7
- package/dist/js/components/Avatar/Avatar.mjs.map +1 -1
- package/dist/js/components/Badge/Badge.mjs +6 -6
- package/dist/js/components/Badge/Badge.mjs.map +1 -1
- package/dist/js/components/Breadcrumb/Breadcrumb.mjs +3 -4
- package/dist/js/components/Breadcrumb/Breadcrumb.mjs.map +1 -1
- package/dist/js/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.mjs +3 -3
- package/dist/js/components/Button/Button.mjs +10 -10
- package/dist/js/components/Button/Button.mjs.map +1 -1
- package/dist/js/components/Calendar/components/CalendarHeader/CalendarHeader.mjs +4 -4
- package/dist/js/components/Chat/Chat.mjs +0 -1
- package/dist/js/components/Chat/Chat.mjs.map +1 -1
- package/dist/js/components/Checkbox/Checkbox.mjs +3 -7
- package/dist/js/components/Checkbox/Checkbox.mjs.map +1 -1
- package/dist/js/components/CheckboxButton/CheckboxButton.mjs +6 -7
- package/dist/js/components/CheckboxButton/CheckboxButton.mjs.map +1 -1
- package/dist/js/components/CheckboxGroup/CheckboxGroup.mjs +0 -1
- package/dist/js/components/CheckboxGroup/CheckboxGroup.mjs.map +1 -1
- package/dist/js/{lib/propsContext → components/ClearPropsContext}/ClearPropsContext.mjs +1 -2
- package/dist/js/components/ClearPropsContext/ClearPropsContext.mjs.map +1 -0
- package/dist/js/components/ColumnLayout/ColumnLayout.mjs +3 -4
- package/dist/js/components/ColumnLayout/ColumnLayout.mjs.map +1 -1
- package/dist/js/components/ComboBox/ComboBox.mjs +3 -3
- package/dist/js/components/Content/Content.mjs +3 -8
- package/dist/js/components/Content/Content.mjs.map +1 -1
- package/dist/js/components/ContextMenu/ContextMenu.mjs +6 -6
- package/dist/js/components/ContextMenu/ContextMenu.mjs.map +1 -1
- package/dist/js/components/ContextMenu/index.mjs +1 -1
- package/dist/js/components/ContextualHelp/ContextualHelp.mjs.map +1 -1
- package/dist/js/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.mjs +1 -1
- package/dist/js/components/CopyButton/CopyButton.mjs +8 -12
- package/dist/js/components/CopyButton/CopyButton.mjs.map +1 -1
- package/dist/js/components/DatePicker/DatePicker.mjs +11 -11
- package/dist/js/components/DatePicker/DatePicker.mjs.map +1 -1
- package/dist/js/components/DatePicker/components/DateInput/DateInput.mjs +4 -4
- package/dist/js/components/DateRangePicker/DateRangePicker.mjs +6 -6
- package/dist/js/components/DateRangePicker/DateRangePicker.mjs.map +1 -1
- package/dist/js/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs +4 -4
- package/dist/js/components/FieldDescription/FieldDescription.mjs +4 -9
- package/dist/js/components/FieldDescription/FieldDescription.mjs.map +1 -1
- package/dist/js/components/FieldError/FieldError.mjs +5 -9
- package/dist/js/components/FieldError/FieldError.mjs.map +1 -1
- package/dist/js/components/FileCard/components/DeleteButton/DeleteButton.mjs +4 -4
- package/dist/js/components/FileCardList/FileCardList.mjs +1 -2
- package/dist/js/components/FileCardList/FileCardList.mjs.map +1 -1
- package/dist/js/components/FileField/FileField.mjs +4 -4
- package/dist/js/components/FileField/FileField.mjs.map +1 -1
- package/dist/js/components/HeaderNavigation/HeaderNavigation.mjs +1 -2
- package/dist/js/components/HeaderNavigation/HeaderNavigation.mjs.map +1 -1
- package/dist/js/components/Heading/Heading.mjs +6 -7
- package/dist/js/components/Heading/Heading.mjs.map +1 -1
- package/dist/js/components/Icon/Icon.mjs +5 -9
- package/dist/js/components/Icon/Icon.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconApp.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconApp.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconAttachment.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconAttachment.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconAutoresponder.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconAutoresponder.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconBackLink.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconBackLink.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconBackup.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconBackup.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconBulb.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconBulb.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconCalendar.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconCalendar.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconCamera.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconCamera.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconCertificate.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconCertificate.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconChangelog.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconChangelog.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconCheck.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconCheck.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconCheckboxChecked.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconCheckboxChecked.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconCheckboxEmpty.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconCheckboxEmpty.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconCheckboxIndeterminate.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconCheckboxIndeterminate.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconChevronDown.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconChevronDown.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconChevronLeft.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconChevronLeft.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconChevronRight.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconChevronRight.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconChevronUp.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconChevronUp.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconClock.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconClock.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconClose.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconClose.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconCode.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconCode.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconContextMenu.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconContextMenu.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconContextMenuVertical.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconContextMenuVertical.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconContract.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconContract.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconContractPartner.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconContractPartner.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconCopy.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconCopy.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconCronjob.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconCronjob.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconCustomer.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconCustomer.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconDanger.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconDanger.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconDashboard.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconDashboard.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconDatabase.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconDatabase.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconDelete.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconDelete.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconDeliveryBox.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconDeliveryBox.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconDesktop.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconDesktop.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconDirectory.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconDirectory.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconDomain.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconDomain.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconDownload.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconDownload.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconEdit.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconEdit.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconEmail.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconEmail.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconExtension.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconExtension.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconExternalLink.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconExternalLink.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconFailed.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconFailed.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconFile.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconFile.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconFilter.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconFilter.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconForward.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconForward.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconHide.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconHide.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconHome.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconHome.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconImage.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconImage.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconInbox.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconInbox.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconInfo.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconInfo.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconInvoice.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconInvoice.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconLink.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconLink.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconLock.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconLock.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconLockOpen.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconLockOpen.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconLogout.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconLogout.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconMaximize.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconMaximize.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconMember.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconMember.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconMenu.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconMenu.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconMinimize.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconMinimize.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconMinus.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconMinus.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconMobile.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconMobile.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconMove.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconMove.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconNotification.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconNotification.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconNumber.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconNumber.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconOrder.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconOrder.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconPassword.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconPassword.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconPayment.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconPayment.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconPending.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconPending.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconPerformance.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconPerformance.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconPicture.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconPicture.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconPlus.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconPlus.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconProject.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconProject.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconRadioOff.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconRadioOff.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconRadioOn.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconRadioOn.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconRedo.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconRedo.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconRefresh.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconRefresh.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSave.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSave.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSearch.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSearch.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSearchEngine.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSearchEngine.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSecurity.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSecurity.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconServer.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconServer.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSettings.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSettings.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconShare.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconShare.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconShow.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconShow.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSorting.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSorting.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSpamProtectionOff.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSpamProtectionOff.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSpamProtectionOn.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSpamProtectionOn.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSparkles.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSparkles.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSshKey.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSshKey.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSshSftp.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSshSftp.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconStar.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconStar.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconStarFilled.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconStarFilled.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSubdomain.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSubdomain.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSucceeded.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSucceeded.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSuccess.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSuccess.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconSupport.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconSupport.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconTerminate.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconTerminate.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconTicket.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconTicket.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconUndo.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconUndo.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconUpload.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconUpload.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconUser.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconUser.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconVhost.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconVhost.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconView.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconView.mjs.map +1 -1
- package/dist/js/components/Icon/components/icons/IconWarning.mjs +5 -4
- package/dist/js/components/Icon/components/icons/IconWarning.mjs.map +1 -1
- package/dist/js/components/IllustratedMessage/IllustratedMessage.mjs +2 -3
- package/dist/js/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
- package/dist/js/components/Image/Image.mjs +2 -7
- package/dist/js/components/Image/Image.mjs.map +1 -1
- package/dist/js/components/Initials/Initials.mjs +5 -10
- package/dist/js/components/Initials/Initials.mjs.map +1 -1
- package/dist/js/components/InlineCode/InlineCode.mjs +2 -7
- package/dist/js/components/InlineCode/InlineCode.mjs.map +1 -1
- package/dist/js/components/Label/Label.mjs +5 -6
- package/dist/js/components/Label/Label.mjs.map +1 -1
- package/dist/js/components/LabeledValue/LabeledValue.mjs +4 -5
- package/dist/js/components/LabeledValue/LabeledValue.mjs.map +1 -1
- package/dist/js/components/LayoutCard/LayoutCard.mjs +2 -3
- package/dist/js/components/LayoutCard/LayoutCard.mjs.map +1 -1
- package/dist/js/components/LightBox/LightBox.mjs +8 -8
- package/dist/js/components/LightBox/LightBox.mjs.map +1 -1
- package/dist/js/components/Link/Link.mjs +8 -8
- package/dist/js/components/Link/Link.mjs.map +1 -1
- package/dist/js/components/Link/components/LinkIcon/LinkIcon.mjs +4 -4
- package/dist/js/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs +3 -3
- package/dist/js/components/List/components/Header/components/FilterPicker/FilterPicker.mjs +4 -4
- package/dist/js/components/List/components/Header/components/SearchField/SearchField.mjs +1 -0
- package/dist/js/components/List/components/Header/components/SearchField/SearchField.mjs.map +1 -1
- package/dist/js/components/List/components/Header/components/SortingPicker/SortingPicker.mjs +1 -1
- package/dist/js/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.mjs +2 -2
- package/dist/js/components/List/components/Items/components/Item/components/AccordionButton.mjs +4 -4
- package/dist/js/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.mjs +5 -5
- package/dist/js/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +1 -1
- package/dist/js/components/List/components/Table/Table.mjs +2 -2
- package/dist/js/components/List/typedList.mjs +2 -2
- package/dist/js/components/List/views/EmptyView/EmptyView.mjs +4 -4
- package/dist/js/components/LoadingSpinner/LoadingSpinner.mjs +4 -4
- package/dist/js/components/MenuItem/components/MenuItemContent/MenuItemContent.mjs +1 -1
- package/dist/js/components/Message/Message.mjs +4 -4
- package/dist/js/components/Message/Message.mjs.map +1 -1
- package/dist/js/components/MessageThread/MessageThread.mjs +3 -4
- package/dist/js/components/MessageThread/MessageThread.mjs.map +1 -1
- package/dist/js/components/Notification/Notification.mjs +8 -8
- package/dist/js/components/Notification/Notification.mjs.map +1 -1
- package/dist/js/components/Notification/Notification.module.scss.mjs +3 -1
- package/dist/js/components/Notification/Notification.module.scss.mjs.map +1 -1
- package/dist/js/components/NumberField/NumberField.mjs +10 -10
- package/dist/js/components/NumberField/NumberField.mjs.map +1 -1
- package/dist/js/components/Options/Options.mjs +1 -1
- package/dist/js/components/ProgressBar/ProgressBar.mjs +4 -5
- package/dist/js/components/ProgressBar/ProgressBar.mjs.map +1 -1
- package/dist/js/components/RadioGroup/components/Radio/Radio.mjs +5 -9
- package/dist/js/components/RadioGroup/components/Radio/Radio.mjs.map +1 -1
- package/dist/js/components/RadioGroup/components/RadioButton/RadioButton.mjs +4 -4
- package/dist/js/components/RadioGroup/components/RadioButton/RadioButton.mjs.map +1 -1
- package/dist/js/components/SearchField/SearchField.mjs +12 -12
- package/dist/js/components/SearchField/SearchField.mjs.map +1 -1
- package/dist/js/components/SegmentedControl/components/Segment/Segment.mjs +5 -9
- package/dist/js/components/SegmentedControl/components/Segment/Segment.mjs.map +1 -1
- package/dist/js/components/Select/Select.mjs +8 -8
- package/dist/js/components/Select/Select.mjs.map +1 -1
- package/dist/js/components/Slider/Slider.mjs +7 -7
- package/dist/js/components/Slider/Slider.mjs.map +1 -1
- package/dist/js/components/Switch/Switch.mjs +5 -9
- package/dist/js/components/Switch/Switch.mjs.map +1 -1
- package/dist/js/components/Tabs/components/Tab/Tab.mjs +6 -6
- package/dist/js/components/Tabs/components/Tab/Tab.mjs.map +1 -1
- package/dist/js/components/Tabs/components/TabList/TabList.mjs +1 -1
- package/dist/js/components/Text/Text.mjs +7 -8
- package/dist/js/components/Text/Text.mjs.map +1 -1
- package/dist/js/components/TextArea/TextArea.mjs +5 -8
- package/dist/js/components/TextArea/TextArea.mjs.map +1 -1
- package/dist/js/components/TextField/TextField.mjs +4 -9
- package/dist/js/components/TextField/TextField.mjs.map +1 -1
- package/dist/js/components/TextFieldBase/TextFieldBase.mjs +8 -8
- package/dist/js/components/TextFieldBase/TextFieldBase.mjs.map +1 -1
- package/dist/js/components/TimeField/TimeField.mjs +3 -4
- package/dist/js/components/TimeField/TimeField.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +6 -6
- package/dist/js/icons.mjs +0 -1
- package/dist/js/icons.mjs.map +1 -1
- package/dist/js/index.mjs +1 -1
- package/dist/js/internal.mjs +0 -1
- package/dist/js/internal.mjs.map +1 -1
- package/dist/js/lib/propsContext/PropsContextProvider.mjs +5 -3
- package/dist/js/lib/propsContext/PropsContextProvider.mjs.map +1 -1
- package/dist/js/views/ClearPropsContextView.mjs +14 -0
- package/dist/js/views/ClearPropsContextView.mjs.map +1 -0
- package/dist/js/views/ContextMenuContentView.mjs +9 -9
- package/dist/js/views/DialogTriggerView.mjs +1 -1
- package/dist/js/views/ItemsGridListItemView.mjs +2 -2
- package/dist/js/views/ListItemViewContentView.mjs +2 -2
- package/dist/js/views/MenuTriggerView.mjs +1 -1
- package/dist/js/views/PopoverContentView.mjs +1 -1
- package/dist/types/components/Alert/Alert.d.ts +4 -7
- package/dist/types/components/Alert/Alert.d.ts.map +1 -1
- package/dist/types/components/AlertBadge/AlertBadge.d.ts +4 -7
- package/dist/types/components/AlertBadge/AlertBadge.d.ts.map +1 -1
- package/dist/types/components/AlertIcon/AlertIcon.d.ts +3 -6
- package/dist/types/components/AlertIcon/AlertIcon.d.ts.map +1 -1
- package/dist/types/components/Align/Align.d.ts +4 -7
- package/dist/types/components/Align/Align.d.ts.map +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts +4 -7
- package/dist/types/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/types/components/Badge/Badge.d.ts +4 -7
- package/dist/types/components/Badge/Badge.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +1 -4
- package/dist/types/components/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +3 -6
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/Checkbox/Checkbox.d.ts +1 -4
- package/dist/types/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/types/components/CheckboxButton/CheckboxButton.d.ts +2 -6
- package/dist/types/components/CheckboxButton/CheckboxButton.d.ts.map +1 -1
- package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts +1 -4
- package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts.map +1 -1
- package/dist/types/{lib/propsContext → components/ClearPropsContext}/ClearPropsContext.d.ts +1 -0
- package/dist/types/components/ClearPropsContext/ClearPropsContext.d.ts.map +1 -0
- package/dist/types/components/ClearPropsContext/ClearPropsContext.test.d.ts.map +1 -0
- package/dist/types/components/ClearPropsContext/index.d.ts +2 -0
- package/dist/types/components/ClearPropsContext/index.d.ts.map +1 -0
- package/dist/types/components/ClearPropsContext/view.d.ts +8 -0
- package/dist/types/components/ClearPropsContext/view.d.ts.map +1 -0
- package/dist/types/components/ColumnLayout/ColumnLayout.d.ts +2 -5
- package/dist/types/components/ColumnLayout/ColumnLayout.d.ts.map +1 -1
- package/dist/types/components/Content/Content.d.ts +4 -7
- package/dist/types/components/Content/Content.d.ts.map +1 -1
- package/dist/types/components/ContextMenu/ContextMenu.d.ts +4 -5
- package/dist/types/components/ContextMenu/ContextMenu.d.ts.map +1 -1
- package/dist/types/components/ContextMenu/lib.d.ts +1 -1
- package/dist/types/components/ContextualHelp/ContextualHelp.d.ts +2 -6
- package/dist/types/components/ContextualHelp/ContextualHelp.d.ts.map +1 -1
- package/dist/types/components/CopyButton/CopyButton.d.ts +3 -6
- package/dist/types/components/CopyButton/CopyButton.d.ts.map +1 -1
- package/dist/types/components/DatePicker/DatePicker.d.ts +3 -6
- package/dist/types/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/types/components/DateRangePicker/DateRangePicker.d.ts +3 -6
- package/dist/types/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
- package/dist/types/components/FieldDescription/FieldDescription.d.ts +2 -6
- package/dist/types/components/FieldDescription/FieldDescription.d.ts.map +1 -1
- package/dist/types/components/FieldError/FieldError.d.ts +3 -6
- package/dist/types/components/FieldError/FieldError.d.ts.map +1 -1
- package/dist/types/components/FileCardList/FileCardList.d.ts +2 -6
- package/dist/types/components/FileCardList/FileCardList.d.ts.map +1 -1
- package/dist/types/components/FileField/FileField.d.ts +3 -6
- package/dist/types/components/FileField/FileField.d.ts.map +1 -1
- package/dist/types/components/HeaderNavigation/HeaderNavigation.d.ts +2 -5
- package/dist/types/components/HeaderNavigation/HeaderNavigation.d.ts.map +1 -1
- package/dist/types/components/Heading/Heading.d.ts +2 -6
- package/dist/types/components/Heading/Heading.d.ts.map +1 -1
- package/dist/types/components/Icon/Icon.d.ts +2 -5
- package/dist/types/components/Icon/Icon.d.ts.map +1 -1
- package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts +1 -4
- package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts.map +1 -1
- package/dist/types/components/Image/Image.d.ts +1 -4
- package/dist/types/components/Image/Image.d.ts.map +1 -1
- package/dist/types/components/Initials/Initials.d.ts +3 -6
- package/dist/types/components/Initials/Initials.d.ts.map +1 -1
- package/dist/types/components/InlineCode/InlineCode.d.ts +1 -4
- package/dist/types/components/InlineCode/InlineCode.d.ts.map +1 -1
- package/dist/types/components/Label/Label.d.ts +3 -6
- package/dist/types/components/Label/Label.d.ts.map +1 -1
- package/dist/types/components/LabeledValue/LabeledValue.d.ts +2 -5
- package/dist/types/components/LabeledValue/LabeledValue.d.ts.map +1 -1
- package/dist/types/components/LayoutCard/LayoutCard.d.ts +4 -7
- package/dist/types/components/LayoutCard/LayoutCard.d.ts.map +1 -1
- package/dist/types/components/LightBox/LightBox.d.ts +4 -7
- package/dist/types/components/LightBox/LightBox.d.ts.map +1 -1
- package/dist/types/components/Link/Link.d.ts +3 -6
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/List/typedList.d.ts +1 -1
- package/dist/types/components/Message/Message.d.ts +4 -7
- package/dist/types/components/Message/Message.d.ts.map +1 -1
- package/dist/types/components/MessageThread/MessageThread.d.ts +6 -9
- package/dist/types/components/MessageThread/MessageThread.d.ts.map +1 -1
- package/dist/types/components/Notification/Notification.d.ts +2 -5
- package/dist/types/components/Notification/Notification.d.ts.map +1 -1
- package/dist/types/components/NumberField/NumberField.d.ts +3 -6
- package/dist/types/components/NumberField/NumberField.d.ts.map +1 -1
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +2 -5
- package/dist/types/components/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts +3 -6
- package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts.map +1 -1
- package/dist/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts +2 -6
- package/dist/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts.map +1 -1
- package/dist/types/components/SearchField/SearchField.d.ts +3 -6
- package/dist/types/components/SearchField/SearchField.d.ts.map +1 -1
- package/dist/types/components/SegmentedControl/components/Segment/Segment.d.ts +3 -6
- package/dist/types/components/SegmentedControl/components/Segment/Segment.d.ts.map +1 -1
- package/dist/types/components/Select/Select.d.ts +4 -7
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/Slider/Slider.d.ts +3 -6
- package/dist/types/components/Slider/Slider.d.ts.map +1 -1
- package/dist/types/components/Switch/Switch.d.ts +3 -6
- package/dist/types/components/Switch/Switch.d.ts.map +1 -1
- package/dist/types/components/Tabs/components/Tab/Tab.d.ts +1 -4
- package/dist/types/components/Tabs/components/Tab/Tab.d.ts.map +1 -1
- package/dist/types/components/Text/Text.d.ts +4 -7
- package/dist/types/components/Text/Text.d.ts.map +1 -1
- package/dist/types/components/TextArea/TextArea.d.ts +2 -6
- package/dist/types/components/TextArea/TextArea.d.ts.map +1 -1
- package/dist/types/components/TextField/TextField.d.ts +2 -6
- package/dist/types/components/TextField/TextField.d.ts.map +1 -1
- package/dist/types/components/TextFieldBase/TextFieldBase.d.ts.map +1 -1
- package/dist/types/components/TimeField/TimeField.d.ts +3 -6
- package/dist/types/components/TimeField/TimeField.d.ts.map +1 -1
- package/dist/types/components/public.d.ts +1 -0
- package/dist/types/components/public.d.ts.map +1 -1
- package/dist/types/lib/propsContext/PropsContextProvider.d.ts +1 -1
- package/dist/types/lib/propsContext/PropsContextProvider.d.ts.map +1 -1
- package/dist/types/lib/propsContext/index.d.ts +0 -1
- package/dist/types/lib/propsContext/index.d.ts.map +1 -1
- package/dist/types/views/ClearPropsContextView.d.ts +5 -0
- package/dist/types/views/ClearPropsContextView.d.ts.map +1 -0
- package/package.json +4 -4
- package/dist/js/lib/propsContext/ClearPropsContext.mjs.map +0 -1
- package/dist/types/lib/propsContext/ClearPropsContext.d.ts.map +0 -1
- package/dist/types/lib/propsContext/ClearPropsContext.test.d.ts.map +0 -1
- /package/dist/types/{lib/propsContext → components/ClearPropsContext}/ClearPropsContext.test.d.ts +0 -0
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconDeviceFloppy } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSave = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSave.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSave.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconDeviceFloppy as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSave: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSave;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSave.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSave.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconDeviceFloppy as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSave: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSave;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,QAAA,GAA8D,CACzE,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,oBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconSearch as IconSearch$1 } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSearch = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSearch.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSearch.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconSearch as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSearch: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSearch;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSearch.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSearch.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconSearch as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSearch: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSearch;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,UAAA,GAAgE,CAC3E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,gBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconListSearch } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSearchEngine = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSearchEngine.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSearchEngine.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconListSearch as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSearchEngine: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSearchEngine;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSearchEngine.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSearchEngine.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconListSearch as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSearchEngine: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSearchEngine;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,gBAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,kBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconShieldLock } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSecurity = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSecurity.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSecurity.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconShieldLock as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSecurity: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSecurity;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSecurity.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSecurity.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconShieldLock as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSecurity: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSecurity;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,YAAA,GAAkE,CAC7E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,kBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconServer as IconServer$1 } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconServer = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconServer.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconServer.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconServer as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconServer: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconServer;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconServer.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconServer.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconServer as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconServer: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconServer;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,UAAA,GAAgE,CAC3E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,gBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconSettings as IconSettings$1 } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSettings = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSettings.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSettings.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconSettings as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSettings: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSettings;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSettings.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSettings.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconSettings as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSettings: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSettings;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,YAAA,GAAkE,CAC7E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,kBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconShare3 } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconShare = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconShare.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconShare.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconShare3 as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconShare: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconShare;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconShare.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconShare.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconShare3 as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconShare: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconShare;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,SAAA,GAA+D,CAC1E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,cAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconEye } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconShow = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconShow.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconShow.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconEye as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconShow: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconShow;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconShow.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconShow.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconEye as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconShow: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconShow;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,QAAA,GAA8D,CACzE,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,WAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconArrowsUpDown } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSorting = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSorting.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSorting.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconArrowsUpDown as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSorting: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSorting;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSorting.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSorting.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconArrowsUpDown as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSorting: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSorting;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,WAAA,GAAiE,CAC5E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,oBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconShield } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSpamProtectionOff = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSpamProtectionOff.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSpamProtectionOff.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconShield as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSpamProtectionOff: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSpamProtectionOff;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSpamProtectionOff.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSpamProtectionOff.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconShield as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSpamProtectionOff: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSpamProtectionOff;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,qBAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,cAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconShieldCheckFilled } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSpamProtectionOn = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSpamProtectionOn.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSpamProtectionOn.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconShieldCheckFilled as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSpamProtectionOn: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSpamProtectionOn;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSpamProtectionOn.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSpamProtectionOn.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconShieldCheckFilled as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSpamProtectionOn: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSpamProtectionOn;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,oBAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,yBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconSparkles as IconSparkles$1 } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSparkles = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSparkles.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSparkles.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconSparkles as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSparkles: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSparkles;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSparkles.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSparkles.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconSparkles as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSparkles: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSparkles;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,YAAA,GAAkE,CAC7E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,kBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconKey } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSshKey = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSshKey.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSshKey.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconKey as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSshKey: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSshKey;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSshKey.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSshKey.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconKey as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSshKey: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSshKey;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,UAAA,GAAgE,CAC3E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,WAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconDoor } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSshSftp = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSshSftp.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSshSftp.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconDoor as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSshSftp: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSshSftp;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSshSftp.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSshSftp.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconDoor as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSshSftp: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSshSftp;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,WAAA,GAAiE,CAC5E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,YAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconStar as IconStar$1 } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconStar = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconStar.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconStar.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconStar as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconStar: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconStar;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconStar.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconStar.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconStar as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconStar: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconStar;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,QAAA,GAA8D,CACzE,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,cAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconStarFilled as IconStarFilled$1 } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconStarFilled = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconStarFilled.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconStarFilled.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconStarFilled as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconStarFilled: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconStarFilled;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconStarFilled.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconStarFilled.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconStarFilled as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconStarFilled: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconStarFilled;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,cAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,oBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconWorldWww } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSubdomain = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSubdomain.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSubdomain.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconWorldWww as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSubdomain: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSubdomain;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSubdomain.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSubdomain.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconWorldWww as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSubdomain: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSubdomain;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,aAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,gBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconCheck } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSucceeded = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSucceeded.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSucceeded.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconCheck as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSucceeded: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSucceeded;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSucceeded.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSucceeded.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconCheck as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSucceeded: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSucceeded;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,aAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,aAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconCircleCheck } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSuccess = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSuccess.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSuccess.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconCircleCheck as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSuccess: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSuccess;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSuccess.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSuccess.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconCircleCheck as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSuccess: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSuccess;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,WAAA,GAAiE,CAC5E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,mBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconHeadset } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconSupport = (props) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconSupport.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSupport.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconHeadset as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSupport: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSupport;\n"],"names":["View","Tabler"],"mappings":"
|
|
1
|
+
{"version":3,"file":"IconSupport.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconSupport.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconHeadset as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSupport: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSupport;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,WAAA,GAAiE,CAC5E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,eAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
5
|
import { IconFileX } from '@tabler/icons-react';
|
|
6
|
-
import '
|
|
7
|
-
import '../../../../lib/
|
|
6
|
+
import '@mittwald/react-tunnel';
|
|
7
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
8
8
|
import '@react-aria/utils';
|
|
9
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
9
10
|
import 'remeda';
|
|
10
11
|
import 'dot-prop';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'clsx';
|
|
13
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
14
15
|
|
|
15
16
|
const IconTerminate = (props) => {
|