@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
|
@@ -4,10 +4,7 @@ import { PropsWithChildren } from 'react';
|
|
|
4
4
|
import * as Aria from "react-aria-components";
|
|
5
5
|
export interface CheckboxGroupProps extends PropsWithChildren<Omit<Aria.CheckboxGroupProps, "children">>, Pick<ColumnLayoutProps, "s" | "m" | "l">, FlowComponentProps {
|
|
6
6
|
}
|
|
7
|
-
/**
|
|
8
|
-
* @flr-generate all
|
|
9
|
-
* @flr-clear-props-context
|
|
10
|
-
*/
|
|
7
|
+
/** @flr-generate all */
|
|
11
8
|
export declare const CheckboxGroup: import('react').FunctionComponent<CheckboxGroupProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
12
9
|
export default CheckboxGroup;
|
|
13
10
|
//# sourceMappingURL=CheckboxGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckboxGroup/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAM/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAI9C,MAAM,WAAW,kBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC,EAClE,IAAI,CAAC,iBAAiB,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC,EACxC,kBAAkB;CAAG;AAEzB
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckboxGroup/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAM/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAI9C,MAAM,WAAW,kBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC,EAClE,IAAI,CAAC,iBAAiB,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC,EACxC,kBAAkB;CAAG;AAEzB,wBAAwB;AACxB,eAAO,MAAM,aAAa,uGA8CxB,CAAC;AAEH,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { FC, PropsWithChildren } from 'react';
|
|
2
2
|
export type ClearPropsContextProps = PropsWithChildren;
|
|
3
|
+
/** @flr-generate all */
|
|
3
4
|
export declare const ClearPropsContext: FC<ClearPropsContextProps>;
|
|
4
5
|
export default ClearPropsContext;
|
|
5
6
|
//# sourceMappingURL=ClearPropsContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClearPropsContext.d.ts","sourceRoot":"","sources":["../../../../src/components/ClearPropsContext/ClearPropsContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEnD,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,CAAC;AAEvD,wBAAwB;AACxB,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAGxD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClearPropsContext.test.d.ts","sourceRoot":"","sources":["../../../../src/components/ClearPropsContext/ClearPropsContext.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ClearPropsContext/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,GAC5B,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ClearPropsContext } from './ClearPropsContext';
|
|
2
|
+
import { ViewComponent } from '../../lib/viewComponentContext';
|
|
3
|
+
declare global {
|
|
4
|
+
interface FlowViewComponents {
|
|
5
|
+
ClearPropsContext: ViewComponent<typeof ClearPropsContext>;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=view.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../src/components/ClearPropsContext/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,iBAAiB,EAAE,aAAa,CAAC,OAAO,iBAAiB,CAAC,CAAC;KAC5D;CACF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FC, PropsWithChildren } from 'react';
|
|
2
1
|
import { PropsWithClassName, PropsWithElementType } from '../../lib/types/props';
|
|
2
|
+
import { FC, PropsWithChildren } from 'react';
|
|
3
3
|
type GapSize = "s" | "m" | "l" | "xl";
|
|
4
4
|
export interface ColumnLayoutProps extends PropsWithChildren, PropsWithElementType<"div" | "ul">, PropsWithClassName {
|
|
5
5
|
/** Column layout for container size s. */
|
|
@@ -20,10 +20,7 @@ export interface ColumnLayoutProps extends PropsWithChildren, PropsWithElementTy
|
|
|
20
20
|
/** Size of the column gap between the content blocks inside the column layout. */
|
|
21
21
|
columnGap?: GapSize;
|
|
22
22
|
}
|
|
23
|
-
/**
|
|
24
|
-
* @flr-generate all
|
|
25
|
-
* @flr-clear-props-context
|
|
26
|
-
*/
|
|
23
|
+
/** @flr-generate all */
|
|
27
24
|
export declare const ColumnLayout: FC<ColumnLayoutProps>;
|
|
28
25
|
export default ColumnLayout;
|
|
29
26
|
//# sourceMappingURL=ColumnLayout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColumnLayout.d.ts","sourceRoot":"","sources":["../../../../src/components/ColumnLayout/ColumnLayout.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ColumnLayout.d.ts","sourceRoot":"","sources":["../../../../src/components/ColumnLayout/ColumnLayout.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,KAAK,EAAiB,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAIlE,KAAK,OAAO,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;AAEtC,MAAM,WAAW,iBACf,SAAQ,iBAAiB,EACvB,oBAAoB,CAAC,KAAK,GAAG,IAAI,CAAC,EAClC,kBAAkB;IACpB,0CAA0C;IAC1C,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC;IACb,0CAA0C;IAC1C,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC;IACb,0CAA0C;IAC1C,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC;IACb;;;;;OAKG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,+EAA+E;IAC/E,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,kFAAkF;IAClF,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAwB;AACxB,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA6C9C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
import { PropsWithChildren, default as React } from 'react';
|
|
2
|
-
import { PropsWithElementType } from '../../lib/types/props';
|
|
3
1
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
2
|
+
import { PropsWithElementType } from '../../lib/types/props';
|
|
3
|
+
import { PropsWithChildren } from 'react';
|
|
4
4
|
export interface ContentProps extends PropsWithChildren, PropsWithElementType<"div" | "section" | "span">, FlowComponentProps {
|
|
5
5
|
/** @internal */
|
|
6
6
|
clearPropsContext?: boolean;
|
|
7
7
|
/** @internal */
|
|
8
8
|
slot?: string;
|
|
9
9
|
}
|
|
10
|
-
/**
|
|
11
|
-
|
|
12
|
-
* @flr-clear-props-context
|
|
13
|
-
*/
|
|
14
|
-
export declare const Content: React.FunctionComponent<ContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
+
/** @flr-generate all */
|
|
11
|
+
export declare const Content: import('react').FunctionComponent<ContentProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
15
12
|
export default Content;
|
|
16
13
|
//# sourceMappingURL=Content.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Content.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Content.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,MAAM,WAAW,YACf,SAAQ,iBAAiB,EACvB,oBAAoB,CAAC,KAAK,GAAG,SAAS,GAAG,MAAM,CAAC,EAChD,kBAAkB;IACpB,gBAAgB;IAChB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,gBAAgB;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,wBAAwB;AACxB,eAAO,MAAM,OAAO,iGAoBlB,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
3
|
-
import { PopoverProps } from '../Popover';
|
|
4
|
-
import { MenuItemProps } from '../MenuItem';
|
|
5
1
|
import { ContextMenuSelectionMode } from './lib';
|
|
2
|
+
import { MenuItemProps } from '../MenuItem';
|
|
3
|
+
import { PopoverProps } from '../Popover';
|
|
4
|
+
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
6
5
|
import type * as Aria from "react-aria-components";
|
|
7
6
|
export interface ContextMenuProps extends Omit<PopoverProps, "withTip">, Pick<Aria.MenuProps<MenuItemProps>, "onAction" | "selectedKeys" | "defaultSelectedKeys" | "onSelectionChange" | "disabledKeys">, FlowComponentProps {
|
|
8
7
|
/** The type of selection that is allowed in the context menu. */
|
|
@@ -10,6 +9,6 @@ export interface ContextMenuProps extends Omit<PopoverProps, "withTip">, Pick<Ar
|
|
|
10
9
|
/** Sets the context menu to a fixed width. */
|
|
11
10
|
width?: string | number;
|
|
12
11
|
}
|
|
13
|
-
export declare const ContextMenu:
|
|
12
|
+
export declare const ContextMenu: import('react').FunctionComponent<ContextMenuProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
14
13
|
export default ContextMenu;
|
|
15
14
|
//# sourceMappingURL=ContextMenu.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/ContextMenu/ContextMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/ContextMenu/ContextMenu.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAM7E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAW,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAQ/E,OAAO,KAAK,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAGnD,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,EACnC,IAAI,CACF,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,EAC3B,UAAU,GACV,cAAc,GACd,qBAAqB,GACrB,mBAAmB,GACnB,cAAc,CACjB,EACD,kBAAkB;IACpB,iEAAiE;IACjE,aAAa,CAAC,EAAE,wBAAwB,CAAC;IACzC,8CAA8C;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,WAAW,qGAiFtB,CAAC;AAEH,eAAe,WAAW,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type ContextMenuSelectionMode = "single" | "multiple" | "navigation" | "switch";
|
|
2
|
-
export declare const getAriaSelectionMode: (selectionMode?: ContextMenuSelectionMode) => "
|
|
2
|
+
export declare const getAriaSelectionMode: (selectionMode?: ContextMenuSelectionMode) => "none" | "multiple" | "single" | undefined;
|
|
3
3
|
export declare const getMenuItemSelectionVariant: (selectionMode?: ContextMenuSelectionMode) => "switch" | "navigation" | "control" | undefined;
|
|
4
4
|
export declare const getCloseOverlayType: (selectionMode?: ContextMenuSelectionMode) => "ContextMenu" | undefined;
|
|
5
5
|
//# sourceMappingURL=lib.d.ts.map
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
1
|
import { PopoverProps } from '../Popover';
|
|
3
2
|
export type ContextualHelpProps = Omit<PopoverProps, "withTip">;
|
|
4
|
-
/**
|
|
5
|
-
|
|
6
|
-
* @flr-clear-props-context
|
|
7
|
-
*/
|
|
8
|
-
export declare const ContextualHelp: React.FunctionComponent<ContextualHelpProps & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
/** @flr-generate all */
|
|
4
|
+
export declare const ContextualHelp: import('react').FunctionComponent<ContextualHelpProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
9
5
|
export default ContextualHelp;
|
|
10
6
|
//# sourceMappingURL=ContextualHelp.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextualHelp.d.ts","sourceRoot":"","sources":["../../../../src/components/ContextualHelp/ContextualHelp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"ContextualHelp.d.ts","sourceRoot":"","sources":["../../../../src/components/ContextualHelp/ContextualHelp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAQzD,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC;AAEhE,wBAAwB;AACxB,eAAO,MAAM,cAAc,wGA2BzB,CAAC;AAEH,eAAe,cAAc,CAAC"}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import { ReactNode, default as React } from 'react';
|
|
2
1
|
import { ButtonProps } from '../Button';
|
|
3
2
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
4
|
export interface CopyButtonProps extends Omit<ButtonProps, "onPress" | "aria-label" | "render">, FlowComponentProps {
|
|
5
5
|
/** The text to copy. */
|
|
6
6
|
text: ReactNode;
|
|
7
7
|
}
|
|
8
|
-
/**
|
|
9
|
-
|
|
10
|
-
* @flr-clear-props-context
|
|
11
|
-
*/
|
|
12
|
-
export declare const CopyButton: React.FunctionComponent<CopyButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
8
|
+
/** @flr-generate all */
|
|
9
|
+
export declare const CopyButton: import('react').FunctionComponent<CopyButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
13
10
|
export default CopyButton;
|
|
14
11
|
//# sourceMappingURL=CopyButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CopyButton.d.ts","sourceRoot":"","sources":["../../../../src/components/CopyButton/CopyButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CopyButton.d.ts","sourceRoot":"","sources":["../../../../src/components/CopyButton/CopyButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAIvD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,YAAY,GAAG,QAAQ,CAAC,EAC5D,kBAAkB;IACpB,wBAAwB;IACxB,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,wBAAwB;AACxB,eAAO,MAAM,UAAU,uGAsCtB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { PropsWithChildren, ReactNode
|
|
1
|
+
import { PropsWithChildren, ReactNode } from 'react';
|
|
2
2
|
import * as Aria from "react-aria-components";
|
|
3
3
|
export interface DatePickerProps<T extends Aria.DateValue = Aria.DateValue> extends PropsWithChildren<Omit<Aria.DatePickerProps<T>, "children">> {
|
|
4
4
|
/** The error message that is displayed below the input. */
|
|
5
5
|
errorMessage?: ReactNode;
|
|
6
6
|
}
|
|
7
|
-
/**
|
|
8
|
-
|
|
9
|
-
* @flr-clear-props-context
|
|
10
|
-
*/
|
|
11
|
-
export declare const DatePicker: React.FunctionComponent<DatePickerProps<Aria.DateValue> & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
/** @flr-generate all */
|
|
8
|
+
export declare const DatePicker: import('react').FunctionComponent<DatePickerProps<Aria.DateValue> & import('react').RefAttributes<HTMLDivElement>>;
|
|
12
9
|
export default DatePicker;
|
|
13
10
|
//# sourceMappingURL=DatePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/DatePicker.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/DatePicker.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAI9C,MAAM,WAAW,eAAe,CAAC,CAAC,SAAS,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CACxE,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC;IACpE,2DAA2D;IAC3D,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B;AAED,wBAAwB;AACxB,eAAO,MAAM,UAAU,oHA+CrB,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { PropsWithChildren, ReactNode
|
|
1
|
+
import { PropsWithChildren, ReactNode } from 'react';
|
|
2
2
|
import * as Aria from "react-aria-components";
|
|
3
3
|
export interface DateRangePickerProps<T extends Aria.DateValue = Aria.DateValue> extends PropsWithChildren<Omit<Aria.DateRangePickerProps<T>, "children">> {
|
|
4
4
|
/** The error message that is displayed below the input. */
|
|
5
5
|
errorMessage?: ReactNode;
|
|
6
6
|
}
|
|
7
|
-
/**
|
|
8
|
-
|
|
9
|
-
* @flr-clear-props-context
|
|
10
|
-
*/
|
|
11
|
-
export declare const DateRangePicker: React.FunctionComponent<DateRangePickerProps<Aria.DateValue> & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
/** @flr-generate all */
|
|
8
|
+
export declare const DateRangePicker: import('react').FunctionComponent<DateRangePickerProps<Aria.DateValue> & import('react').RefAttributes<HTMLDivElement>>;
|
|
12
9
|
export default DateRangePicker;
|
|
13
10
|
//# sourceMappingURL=DateRangePicker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateRangePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/DateRangePicker/DateRangePicker.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DateRangePicker.d.ts","sourceRoot":"","sources":["../../../../src/components/DateRangePicker/DateRangePicker.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAK9C,MAAM,WAAW,oBAAoB,CAAC,CAAC,SAAS,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAC7E,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC;IACzE,2DAA2D;IAC3D,YAAY,CAAC,EAAE,SAAS,CAAC;CAC1B;AAED,wBAAwB;AACxB,eAAO,MAAM,eAAe,yHA+C1B,CAAC;AAEH,eAAe,eAAe,CAAC"}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
1
|
import { TextProps } from '../Text';
|
|
3
2
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
4
3
|
export interface FieldDescriptionProps extends TextProps, FlowComponentProps {
|
|
5
4
|
}
|
|
6
|
-
/**
|
|
7
|
-
|
|
8
|
-
* @flr-clear-props-context
|
|
9
|
-
*/
|
|
10
|
-
export declare const FieldDescription: React.FunctionComponent<FieldDescriptionProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
/** @flr-generate all */
|
|
6
|
+
export declare const FieldDescription: import('react').FunctionComponent<FieldDescriptionProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
11
7
|
export default FieldDescription;
|
|
12
8
|
//# sourceMappingURL=FieldDescription.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldDescription.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldDescription/FieldDescription.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"FieldDescription.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldDescription/FieldDescription.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAM/E,MAAM,WAAW,qBAAsB,SAAQ,SAAS,EAAE,kBAAkB;CAAG;AAE/E,wBAAwB;AACxB,eAAO,MAAM,gBAAgB,0GAY3B,CAAC;AAEH,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { PropsWithChildren, default as React } from 'react';
|
|
2
1
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
2
|
+
import { PropsWithChildren } from 'react';
|
|
3
3
|
import * as Aria from "react-aria-components";
|
|
4
4
|
export interface FieldErrorProps extends PropsWithChildren<Omit<Aria.FieldErrorProps, "children">>, FlowComponentProps {
|
|
5
5
|
}
|
|
6
|
-
/**
|
|
7
|
-
|
|
8
|
-
* @flr-clear-props-context
|
|
9
|
-
*/
|
|
10
|
-
export declare const FieldError: React.FunctionComponent<FieldErrorProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
/** @flr-generate all */
|
|
7
|
+
export declare const FieldError: import('react').FunctionComponent<FieldErrorProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
11
8
|
export default FieldError;
|
|
12
9
|
//# sourceMappingURL=FieldError.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldError.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldError/FieldError.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FieldError.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldError/FieldError.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,eACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC,EAC/D,kBAAkB;CAAG;AAEzB,wBAAwB;AACxB,eAAO,MAAM,UAAU,oGAiBrB,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
1
|
import { ColumnLayoutProps } from '../ColumnLayout';
|
|
3
2
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
4
3
|
export type FileCardListProps = Omit<ColumnLayoutProps, "elementType"> & FlowComponentProps;
|
|
5
|
-
/**
|
|
6
|
-
|
|
7
|
-
* @flr-clear-props-context
|
|
8
|
-
*/
|
|
9
|
-
export declare const FileCardList: React.FunctionComponent<Omit<ColumnLayoutProps, "elementType"> & FlowComponentProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
/** @flr-generate all */
|
|
5
|
+
export declare const FileCardList: import('react').FunctionComponent<Omit<ColumnLayoutProps, "elementType"> & FlowComponentProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
10
6
|
export default FileCardList;
|
|
11
7
|
//# sourceMappingURL=FileCardList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileCardList.d.ts","sourceRoot":"","sources":["../../../../src/components/FileCardList/FileCardList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"FileCardList.d.ts","sourceRoot":"","sources":["../../../../src/components/FileCardList/FileCardList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,sCAAsC,CAAC;AAI9C,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,iBAAiB,EAAE,aAAa,CAAC,GACpE,kBAAkB,CAAC;AAErB,wBAAwB;AACxB,eAAO,MAAM,YAAY,gJAYvB,CAAC;AAEH,eAAe,YAAY,CAAC"}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
import { PropsWithChildren, default as React } from 'react';
|
|
2
1
|
import { FileInputOnChangeHandler } from './components/FileInput';
|
|
3
2
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
3
|
+
import { PropsWithChildren } from 'react';
|
|
4
4
|
import type * as Aria from "react-aria-components";
|
|
5
5
|
export interface FileFieldProps extends PropsWithChildren, FlowComponentProps, Pick<Aria.InputProps, "accept" | "multiple" | "name">, Pick<Aria.TextFieldProps, "isRequired" | "isInvalid" | "validationBehavior" | "isDisabled"> {
|
|
6
6
|
/** Handler that is called when the file input changes. */
|
|
7
7
|
onChange?: FileInputOnChangeHandler;
|
|
8
8
|
}
|
|
9
|
-
/**
|
|
10
|
-
|
|
11
|
-
* @flr-clear-props-context
|
|
12
|
-
*/
|
|
13
|
-
export declare const FileField: React.FunctionComponent<FileFieldProps & React.RefAttributes<HTMLInputElement>>;
|
|
9
|
+
/** @flr-generate all */
|
|
10
|
+
export declare const FileField: import('react').FunctionComponent<FileFieldProps & import('react').RefAttributes<HTMLInputElement>>;
|
|
14
11
|
//# sourceMappingURL=FileField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileField.d.ts","sourceRoot":"","sources":["../../../../src/components/FileField/FileField.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FileField.d.ts","sourceRoot":"","sources":["../../../../src/components/FileField/FileField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,6CAA6C,CAAC;AAG5F,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAM/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAGnD,MAAM,WAAW,cACf,SAAQ,iBAAiB,EACvB,kBAAkB,EAClB,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC,EACrD,IAAI,CACF,IAAI,CAAC,cAAc,EACnB,YAAY,GAAG,WAAW,GAAG,oBAAoB,GAAG,YAAY,CACjE;IACH,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,wBAAwB,CAAC;CACrC;AAED,wBAAwB;AACxB,eAAO,MAAM,SAAS,qGAoErB,CAAC"}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { ComponentProps, FC, PropsWithChildren } from 'react';
|
|
2
1
|
import { PropsWithClassName } from '../../lib/types/props';
|
|
2
|
+
import { ComponentProps, FC, PropsWithChildren } from 'react';
|
|
3
3
|
export interface HeaderNavigationProps extends PropsWithChildren<ComponentProps<"nav">>, PropsWithClassName {
|
|
4
4
|
/** The color of the header navigation. @default "primary" */
|
|
5
5
|
color?: "primary" | "dark" | "light";
|
|
6
6
|
}
|
|
7
|
-
/**
|
|
8
|
-
* @flr-generate all
|
|
9
|
-
* @flr-clear-props-context
|
|
10
|
-
*/
|
|
7
|
+
/** @flr-generate all */
|
|
11
8
|
export declare const HeaderNavigation: FC<HeaderNavigationProps>;
|
|
12
9
|
export default HeaderNavigation;
|
|
13
10
|
//# sourceMappingURL=HeaderNavigation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderNavigation.d.ts","sourceRoot":"","sources":["../../../../src/components/HeaderNavigation/HeaderNavigation.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HeaderNavigation.d.ts","sourceRoot":"","sources":["../../../../src/components/HeaderNavigation/HeaderNavigation.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,OAAO,KAAK,EAAE,cAAc,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAGnE,MAAM,WAAW,qBACf,SAAQ,iBAAiB,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,EAC9C,kBAAkB;IACpB,6DAA6D;IAC7D,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;CACtC;AAED,wBAAwB;AACxB,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CA+BtD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
1
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
3
2
|
export * from './view';
|
|
4
3
|
import * as Aria from "react-aria-components";
|
|
@@ -8,10 +7,7 @@ export interface HeadingProps extends Aria.HeadingProps, FlowComponentProps {
|
|
|
8
7
|
/** The color of the heading. @default "primary" */
|
|
9
8
|
color?: "primary" | "dark" | "light";
|
|
10
9
|
}
|
|
11
|
-
/**
|
|
12
|
-
|
|
13
|
-
* @flr-clear-props-context
|
|
14
|
-
*/
|
|
15
|
-
export declare const Heading: React.FunctionComponent<HeadingProps & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
+
/** @flr-generate all */
|
|
11
|
+
export declare const Heading: import('react').FunctionComponent<HeadingProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
16
12
|
export default Heading;
|
|
17
13
|
//# sourceMappingURL=Heading.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Heading.d.ts","sourceRoot":"","sources":["../../../../src/components/Heading/Heading.tsx"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Heading.d.ts","sourceRoot":"","sources":["../../../../src/components/Heading/Heading.tsx"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAO/E,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAG9C,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,YAAY,EAAE,kBAAkB;IACzE,oCAAoC;IACpC,IAAI,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,CAAC;IAC7C,mDAAmD;IACnD,KAAK,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;CACtC;AAED,wBAAwB;AACxB,eAAO,MAAM,OAAO,iGA0DlB,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { PropsWithChildren, SVGAttributes, default as React } from 'react';
|
|
2
1
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
3
2
|
import { PropsWithStatus } from '../../lib/types/props';
|
|
3
|
+
import { PropsWithChildren, SVGAttributes, default as React } from 'react';
|
|
4
4
|
type SvgAttributeProps = SVGAttributes<SVGSVGElement>;
|
|
5
5
|
export interface IconProps extends PropsWithChildren<Omit<SvgAttributeProps, "name">>, FlowComponentProps, PropsWithStatus {
|
|
6
6
|
/** The size of the icon. @default "m" */
|
|
7
7
|
size?: "s" | "m" | "l";
|
|
8
8
|
}
|
|
9
|
-
/**
|
|
10
|
-
* @flr-generate all
|
|
11
|
-
* @flr-clear-props-context
|
|
12
|
-
*/
|
|
9
|
+
/** @flr-generate all */
|
|
13
10
|
export declare const Icon: React.FunctionComponent<IconProps & React.RefAttributes<HTMLDivElement>>;
|
|
14
11
|
export default Icon;
|
|
15
12
|
//# sourceMappingURL=Icon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAG/E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC9D,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,KAAK,iBAAiB,GAAG,aAAa,CAAC,aAAa,CAAC,CAAC;AAEtD,MAAM,WAAW,SACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC,CAAC,EACxD,kBAAkB,EAClB,eAAe;IACjB,yCAAyC;IACzC,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;CACxB;AAED,wBAAwB;AACxB,eAAO,MAAM,IAAI,0EAwCf,CAAC;AAEH,eAAe,IAAI,CAAC"}
|
|
@@ -3,10 +3,7 @@ export interface IllustratedMessageProps extends PropsWithChildren<ComponentProp
|
|
|
3
3
|
/** The color of the illustrated message. @default "primary" */
|
|
4
4
|
color?: "primary" | "danger" | "light" | "dark";
|
|
5
5
|
}
|
|
6
|
-
/**
|
|
7
|
-
* @flr-generate all
|
|
8
|
-
* @flr-clear-props-context
|
|
9
|
-
*/
|
|
6
|
+
/** @flr-generate all */
|
|
10
7
|
export declare const IllustratedMessage: FC<IllustratedMessageProps>;
|
|
11
8
|
export default IllustratedMessage;
|
|
12
9
|
//# sourceMappingURL=IllustratedMessage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IllustratedMessage.d.ts","sourceRoot":"","sources":["../../../../src/components/IllustratedMessage/IllustratedMessage.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IllustratedMessage.d.ts","sourceRoot":"","sources":["../../../../src/components/IllustratedMessage/IllustratedMessage.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAGnE,MAAM,WAAW,uBACf,SAAQ,iBAAiB,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;IAChD,+DAA+D;IAC/D,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;CACjD;AAED,wBAAwB;AACxB,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAsC1D,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -4,10 +4,7 @@ export interface ImageProps extends ComponentProps<"img">, FlowComponentProps {
|
|
|
4
4
|
/** Display the image with border and rounded edges */
|
|
5
5
|
withBorder?: boolean;
|
|
6
6
|
}
|
|
7
|
-
/**
|
|
8
|
-
* @flr-generate all
|
|
9
|
-
* @flr-clear-props-context
|
|
10
|
-
*/
|
|
7
|
+
/** @flr-generate all */
|
|
11
8
|
export declare const Image: import('react').FunctionComponent<ImageProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
12
9
|
export default Image;
|
|
13
10
|
//# sourceMappingURL=Image.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../../src/components/Image/Image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,WAAW,UAAW,SAAQ,cAAc,CAAC,KAAK,CAAC,EAAE,kBAAkB;IAC3E,sDAAsD;IACtD,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED
|
|
1
|
+
{"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../../src/components/Image/Image.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,WAAW,UAAW,SAAQ,cAAc,CAAC,KAAK,CAAC,EAAE,kBAAkB;IAC3E,sDAAsD;IACtD,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAwB;AACxB,eAAO,MAAM,KAAK,+FAUhB,CAAC;AAEH,eAAe,KAAK,CAAC"}
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { PropsWithChildren, default as React } from 'react';
|
|
2
1
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
3
2
|
import { PropsWithClassName } from '../../lib/types/props';
|
|
3
|
+
import { PropsWithChildren } from 'react';
|
|
4
4
|
export interface InitialsProps extends PropsWithChildren, PropsWithClassName, FlowComponentProps {
|
|
5
5
|
"aria-hidden"?: boolean;
|
|
6
6
|
}
|
|
7
|
-
/**
|
|
8
|
-
|
|
9
|
-
* @flr-clear-props-context
|
|
10
|
-
*/
|
|
11
|
-
export declare const Initials: React.FunctionComponent<InitialsProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
/** @flr-generate all */
|
|
8
|
+
export declare const Initials: import('react').FunctionComponent<InitialsProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
12
9
|
export default Initials;
|
|
13
10
|
//# sourceMappingURL=Initials.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Initials.d.ts","sourceRoot":"","sources":["../../../../src/components/Initials/Initials.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Initials.d.ts","sourceRoot":"","sources":["../../../../src/components/Initials/Initials.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAG5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAK/C,MAAM,WAAW,aACf,SAAQ,iBAAiB,EACvB,kBAAkB,EAClB,kBAAkB;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,wBAAwB;AACxB,eAAO,MAAM,QAAQ,kGAwBnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -3,10 +3,7 @@ export interface InlineCodeProps extends PropsWithChildren<ComponentProps<"code"
|
|
|
3
3
|
/** The color schema of the inline code component. */
|
|
4
4
|
color?: "default" | "light" | "dark";
|
|
5
5
|
}
|
|
6
|
-
/**
|
|
7
|
-
* @flr-generate all
|
|
8
|
-
* @flr-clear-props-context
|
|
9
|
-
*/
|
|
6
|
+
/** @flr-generate all */
|
|
10
7
|
export declare const InlineCode: FC<InlineCodeProps>;
|
|
11
8
|
export default InlineCode;
|
|
12
9
|
//# sourceMappingURL=InlineCode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InlineCode.d.ts","sourceRoot":"","sources":["../../../../src/components/InlineCode/InlineCode.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InlineCode.d.ts","sourceRoot":"","sources":["../../../../src/components/InlineCode/InlineCode.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAGnE,MAAM,WAAW,eACf,SAAQ,iBAAiB,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;IACjD,qDAAqD;IACrD,KAAK,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;CACtC;AAED,wBAAwB;AACxB,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAY1C,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PropsWithChildren, default as React } from 'react';
|
|
2
1
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
2
|
+
import { PropsWithChildren } from 'react';
|
|
3
3
|
import * as Aria from "react-aria-components";
|
|
4
4
|
export interface LabelProps extends PropsWithChildren<Omit<Aria.LabelProps, "children">>, FlowComponentProps {
|
|
5
5
|
/** Whether the label should show an "optional" indicator. */
|
|
@@ -8,10 +8,7 @@ export interface LabelProps extends PropsWithChildren<Omit<Aria.LabelProps, "chi
|
|
|
8
8
|
isDisabled?: boolean;
|
|
9
9
|
unstyled?: boolean;
|
|
10
10
|
}
|
|
11
|
-
/**
|
|
12
|
-
|
|
13
|
-
* @flr-clear-props-context
|
|
14
|
-
*/
|
|
15
|
-
export declare const Label: React.FunctionComponent<LabelProps & React.RefAttributes<HTMLLabelElement>>;
|
|
11
|
+
/** @flr-generate all */
|
|
12
|
+
export declare const Label: import('react').FunctionComponent<LabelProps & import('react').RefAttributes<HTMLLabelElement>>;
|
|
16
13
|
export default Label;
|
|
17
14
|
//# sourceMappingURL=Label.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../../src/components/Label/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../../../src/components/Label/Label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAK/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAI9C,MAAM,WAAW,UACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC,EAC1D,kBAAkB;IACpB,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yDAAyD;IACzD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAwB;AACxB,eAAO,MAAM,KAAK,iGAqCjB,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import { FC, PropsWithChildren } from 'react';
|
|
2
1
|
import { PropsWithClassName } from '../../lib/types/props';
|
|
2
|
+
import { FC, PropsWithChildren } from 'react';
|
|
3
3
|
export interface LabeledValueProps extends PropsWithChildren, PropsWithClassName {
|
|
4
4
|
}
|
|
5
|
-
/**
|
|
6
|
-
* @flr-generate all
|
|
7
|
-
* @flr-clear-props-context
|
|
8
|
-
*/
|
|
5
|
+
/** @flr-generate all */
|
|
9
6
|
export declare const LabeledValue: FC<LabeledValueProps>;
|
|
10
7
|
export default LabeledValue;
|
|
11
8
|
//# sourceMappingURL=LabeledValue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabeledValue.d.ts","sourceRoot":"","sources":["../../../../src/components/LabeledValue/LabeledValue.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LabeledValue.d.ts","sourceRoot":"","sources":["../../../../src/components/LabeledValue/LabeledValue.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAG5D,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAGnD,MAAM,WAAW,iBACf,SAAQ,iBAAiB,EACvB,kBAAkB;CAAG;AAEzB,wBAAwB;AACxB,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAiC9C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { PropsWithChildren, default as React } from 'react';
|
|
2
|
-
import { PropsWithElementType } from '../../lib/types/props';
|
|
3
1
|
import { FlowComponentProps } from '../../lib/componentFactory/flowComponent';
|
|
2
|
+
import { PropsWithElementType } from '../../lib/types/props';
|
|
3
|
+
import { PropsWithChildren } from 'react';
|
|
4
4
|
export interface LayoutCardProps extends PropsWithChildren, PropsWithElementType<"div" | "main" | "footer" | "header">, FlowComponentProps {
|
|
5
5
|
}
|
|
6
|
-
/**
|
|
7
|
-
|
|
8
|
-
* @flr-clear-props-context
|
|
9
|
-
*/
|
|
10
|
-
export declare const LayoutCard: React.FunctionComponent<LayoutCardProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
/** @flr-generate all */
|
|
7
|
+
export declare const LayoutCard: import('react').FunctionComponent<LayoutCardProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
11
8
|
export default LayoutCard;
|
|
12
9
|
//# sourceMappingURL=LayoutCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayoutCard.d.ts","sourceRoot":"","sources":["../../../../src/components/LayoutCard/LayoutCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"LayoutCard.d.ts","sourceRoot":"","sources":["../../../../src/components/LayoutCard/LayoutCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAI/E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,MAAM,WAAW,eACf,SAAQ,iBAAiB,EACvB,oBAAoB,CAAC,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAC,EAC1D,kBAAkB;CAAG;AAEzB,wBAAwB;AACxB,eAAO,MAAM,UAAU,oGAoBrB,CAAC;AAEH,eAAe,UAAU,CAAC"}
|