hrm_ui_lib 1.4.2 → 1.4.3
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/{Button-028f6f93.js → Button-110130b7.js} +44 -44
- package/components/Alert/Alert.js +14 -14
- package/components/Alert/index.js +3 -3
- package/components/Alert/types.d.ts +3 -2
- package/components/Avatar/Avatar.js +6 -6
- package/components/Avatar/AvatarGroup.js +13 -13
- package/components/Avatar/index.js +3 -3
- package/components/Badge/Badge.js +4 -4
- package/components/Breadcrumb/Breadcrumb.js +4 -4
- package/components/Breadcrumb/types.d.ts +2 -1
- package/components/Button/Button.js +3 -3
- package/components/Button/index.js +3 -3
- package/components/ButtonIcon/ButtonIcon.js +3 -3
- package/components/ButtonIcon/index.js +3 -3
- package/components/CardBody/CardBody.d.ts +2 -1
- package/components/CardBody/CardBody.js +12 -12
- package/components/CardBody/index.js +3 -3
- package/components/CardSelect/CardSelect.js +16 -16
- package/components/CardSelect/CardSelectGroup.d.ts +2 -1
- package/components/CardSelect/CardSelectGroup.js +6 -6
- package/components/CardSelect/components/CardAdditionalInfo.js +6 -6
- package/components/CardSelect/components/CardChips.js +3 -3
- package/components/CardSelect/components/CardDescription.js +3 -3
- package/components/CardSelect/components/CardInput.js +5 -5
- package/components/CardSelect/components/index.js +3 -3
- package/components/CardSelect/index.js +3 -3
- package/components/Cards/CardItem.js +10 -10
- package/components/Checkbox/Checkbox.js +3 -3
- package/components/Checkbox/index.js +3 -3
- package/components/Checkbox/types.d.ts +4 -3
- package/components/Chips/Chips.js +5 -5
- package/components/Collapse/CollapseGroup/CollapseGroup.js +5 -5
- package/components/Collapse/CollapseItem/CollapseItem.d.ts +2 -1
- package/components/Collapse/CollapseItem/CollapseItem.js +16 -16
- package/components/Collapse/index.js +2 -2
- package/components/Container/Container.js +2 -2
- package/components/Copy/Copy.js +7 -7
- package/components/Copy/index.js +3 -3
- package/components/Counter/Counter.js +5 -5
- package/components/Counter/index.js +3 -3
- package/components/DatePicker/CustomHeader/CustomHeader.js +10 -10
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +5 -5
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +9 -9
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +8 -8
- package/components/DatePicker/RangeDatePicker/index.js +3 -3
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +5 -5
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +9 -9
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +10 -10
- package/components/DatePicker/SimpleDatePicker/index.js +3 -3
- package/components/DatePicker/TimePicker/MobileModalContent.js +15 -15
- package/components/DatePicker/TimePicker/TimePicker.js +5 -5
- package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +2 -1
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +8 -8
- package/components/DatePicker/TimePicker/TimePickerMobile.js +7 -7
- package/components/DatePicker/TimePicker/index.js +3 -3
- package/components/DatePicker/hooks.js +2 -2
- package/components/DatePicker/index.js +3 -3
- package/components/Divider/Divider.d.ts +2 -1
- package/components/Divider/Divider.js +2 -2
- package/components/Empty/Empty.d.ts +2 -1
- package/components/Empty/Empty.js +11 -11
- package/components/Empty/index.js +3 -3
- package/components/FileUpload/FileUpload.d.ts +2 -1
- package/components/FileUpload/FileUpload.js +13 -13
- package/components/FileUpload/UploadItems.d.ts +2 -1
- package/components/FileUpload/UploadItems.js +12 -12
- package/components/FileUpload/index.js +3 -3
- package/components/FileUpload/types.d.ts +4 -3
- package/components/FormContainer/FormContainer.d.ts +2 -1
- package/components/FormContainer/FormContainer.js +8 -8
- package/components/FormContainer/index.js +3 -3
- package/components/FormField/FormField.js +9 -9
- package/components/FormField/index.js +3 -3
- package/components/FormField/types.d.ts +2 -1
- package/components/Heading/Heading.js +2 -2
- package/components/Image/Image.d.ts +2 -1
- package/components/Image/Image.js +3 -3
- package/components/Input/Input.js +20 -20
- package/components/Input/index.js +3 -3
- package/components/ItemSelect/ItemSelect.js +11 -11
- package/components/ItemSelect/ItemSelectGroup.d.ts +2 -1
- package/components/ItemSelect/ItemSelectGroup.js +6 -6
- package/components/ItemSelect/index.js +3 -3
- package/components/Link/Link.js +4 -4
- package/components/Link/types.d.ts +4 -3
- package/components/Menu/Menu.js +7 -7
- package/components/Menu/NestedMenu.js +8 -8
- package/components/Menu/index.js +3 -3
- package/components/Modal/Modal.js +3 -3
- package/components/Modal/ModalConfirmation.js +14 -14
- package/components/Modal/ModalContent.js +3 -3
- package/components/Modal/index.js +3 -3
- package/components/More/More.d.ts +2 -1
- package/components/More/More.js +6 -6
- package/components/More/index.js +3 -3
- package/components/Pagination/Pagination.d.ts +2 -1
- package/components/Pagination/Pagination.js +6 -6
- package/components/Popover/Popover.js +3 -3
- package/components/Popover/PopoverDesktop.js +5 -5
- package/components/Popover/PopoverMobile.js +3 -3
- package/components/Popover/index.js +3 -3
- package/components/Progress/Progress.d.ts +2 -1
- package/components/Progress/Progress.js +7 -7
- package/components/ProgressStep/ProgressStep.js +3 -3
- package/components/ProgressStep/Step.js +11 -11
- package/components/Radio/Radio.js +7 -7
- package/components/Radio/RadioGroup.js +8 -8
- package/components/Radio/index.js +3 -3
- package/components/SVGIcons/IconAdd.js +3 -3
- package/components/SVGIcons/IconAddCircle.js +4 -4
- package/components/SVGIcons/IconAddCircleFilled.js +4 -4
- package/components/SVGIcons/IconAddFilled.js +3 -3
- package/components/SVGIcons/IconAlert.js +4 -4
- package/components/SVGIcons/IconAlertBadge.js +4 -4
- package/components/SVGIcons/IconAlertBadgeFilled.js +4 -4
- package/components/SVGIcons/IconAlertFilled.js +4 -4
- package/components/SVGIcons/IconAm.js +9 -9
- package/components/SVGIcons/IconAmd.js +3 -3
- package/components/SVGIcons/IconAmdFilled.js +3 -3
- package/components/SVGIcons/IconApple.js +4 -4
- package/components/SVGIcons/IconArrowDown.js +4 -4
- package/components/SVGIcons/IconArrowDownFilled.js +4 -4
- package/components/SVGIcons/IconArrowDownLeft.js +4 -4
- package/components/SVGIcons/IconArrowDownLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowDownload.js +4 -4
- package/components/SVGIcons/IconArrowDownloadFilled.js +4 -4
- package/components/SVGIcons/IconArrowEnter.js +3 -3
- package/components/SVGIcons/IconArrowEnterFilled.js +3 -3
- package/components/SVGIcons/IconArrowExit.js +3 -3
- package/components/SVGIcons/IconArrowExitFilled.js +3 -3
- package/components/SVGIcons/IconArrowExportLeftToRight.js +4 -4
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +4 -4
- package/components/SVGIcons/IconArrowExportRightToLeft.js +4 -4
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowExportUp.js +4 -4
- package/components/SVGIcons/IconArrowExportUpFilled.js +4 -4
- package/components/SVGIcons/IconArrowImport.js +4 -4
- package/components/SVGIcons/IconArrowImportFilled.js +4 -4
- package/components/SVGIcons/IconArrowLeft.js +4 -4
- package/components/SVGIcons/IconArrowLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowRepeatAll.js +4 -4
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +4 -4
- package/components/SVGIcons/IconArrowReset.js +4 -4
- package/components/SVGIcons/IconArrowResetFilled.js +4 -4
- package/components/SVGIcons/IconArrowRight.js +4 -4
- package/components/SVGIcons/IconArrowRightFilled.js +4 -4
- package/components/SVGIcons/IconArrowSort.js +3 -3
- package/components/SVGIcons/IconArrowSortFilled.js +3 -3
- package/components/SVGIcons/IconArrowSync.js +3 -3
- package/components/SVGIcons/IconArrowSyncFilled.js +3 -3
- package/components/SVGIcons/IconArrowUp.js +4 -4
- package/components/SVGIcons/IconArrowUpFilled.js +4 -4
- package/components/SVGIcons/IconArrowUpLeft.js +4 -4
- package/components/SVGIcons/IconArrowUpLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowUpRight.js +4 -4
- package/components/SVGIcons/IconArrowUpRightFilled.js +4 -4
- package/components/SVGIcons/IconAttach.js +4 -4
- package/components/SVGIcons/IconAttachFilled.js +4 -4
- package/components/SVGIcons/IconBeach.js +3 -3
- package/components/SVGIcons/IconBeachFilled.js +3 -3
- package/components/SVGIcons/IconBook.js +4 -4
- package/components/SVGIcons/IconBookFilled.js +4 -4
- package/components/SVGIcons/IconBookmark.js +4 -4
- package/components/SVGIcons/IconBookmarkFilled.js +4 -4
- package/components/SVGIcons/IconBriefcase.js +4 -4
- package/components/SVGIcons/IconBriefcaseFilled.js +4 -4
- package/components/SVGIcons/IconBuilding.js +10 -10
- package/components/SVGIcons/IconBuildingBank.js +3 -3
- package/components/SVGIcons/IconBuildingBankFilled.js +3 -3
- package/components/SVGIcons/IconBuildingFilled.js +4 -4
- package/components/SVGIcons/IconBulletListAdd.js +4 -4
- package/components/SVGIcons/IconBulletListAddFilled.js +4 -4
- package/components/SVGIcons/IconCalculator.js +4 -4
- package/components/SVGIcons/IconCalculatorFilled.js +4 -4
- package/components/SVGIcons/IconCalendarClock.js +3 -3
- package/components/SVGIcons/IconCalendarClockFilled.js +3 -3
- package/components/SVGIcons/IconCalendarDay.js +4 -4
- package/components/SVGIcons/IconCalendarDayFilled.js +4 -4
- package/components/SVGIcons/IconCalendarLeft.js +3 -3
- package/components/SVGIcons/IconCalendarLeftFilled.js +3 -3
- package/components/SVGIcons/IconCalendarRight.js +3 -3
- package/components/SVGIcons/IconCalendarRightFilled.js +3 -3
- package/components/SVGIcons/IconCall.js +4 -4
- package/components/SVGIcons/IconCallFilled.js +4 -4
- package/components/SVGIcons/IconCard.js +3 -3
- package/components/SVGIcons/IconCardFilled.js +3 -3
- package/components/SVGIcons/IconCaretDown.js +3 -3
- package/components/SVGIcons/IconCaretDownFilled.js +3 -3
- package/components/SVGIcons/IconCaretDownRight.js +3 -3
- package/components/SVGIcons/IconCaretDownRightFilled.js +3 -3
- package/components/SVGIcons/IconCaretLeft.js +3 -3
- package/components/SVGIcons/IconCaretLeftFilled.js +3 -3
- package/components/SVGIcons/IconCaretRight.js +3 -3
- package/components/SVGIcons/IconCaretRightFilled.js +3 -3
- package/components/SVGIcons/IconCaretUp.js +3 -3
- package/components/SVGIcons/IconCaretUpFilled.js +3 -3
- package/components/SVGIcons/IconChat.js +3 -3
- package/components/SVGIcons/IconChatFilled.js +3 -3
- package/components/SVGIcons/IconChatMultiple.js +3 -3
- package/components/SVGIcons/IconChatMultipleFilled.js +3 -3
- package/components/SVGIcons/IconCheckboxArrowRight.js +4 -4
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +4 -4
- package/components/SVGIcons/IconCheckmark.js +3 -3
- package/components/SVGIcons/IconCheckmarkCircle.js +3 -3
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +3 -3
- package/components/SVGIcons/IconCheckmarkFilled.js +3 -3
- package/components/SVGIcons/IconChevronDown.js +3 -3
- package/components/SVGIcons/IconChevronDownFilled.js +3 -3
- package/components/SVGIcons/IconChevronLeft.js +3 -3
- package/components/SVGIcons/IconChevronLeftFilled.js +3 -3
- package/components/SVGIcons/IconChevronRight.js +3 -3
- package/components/SVGIcons/IconChevronRightFilled.js +3 -3
- package/components/SVGIcons/IconChevronUp.js +3 -3
- package/components/SVGIcons/IconChevronUpDown.js +4 -4
- package/components/SVGIcons/IconChevronUpDownFilled.js +4 -4
- package/components/SVGIcons/IconChevronUpFilled.js +3 -3
- package/components/SVGIcons/IconClock.js +4 -4
- package/components/SVGIcons/IconClockDismiss.js +3 -3
- package/components/SVGIcons/IconClockDismissFilled.js +3 -3
- package/components/SVGIcons/IconClockFilled.js +4 -4
- package/components/SVGIcons/IconComment.js +4 -4
- package/components/SVGIcons/IconCommentFilled.js +4 -4
- package/components/SVGIcons/IconContractCard.js +3 -3
- package/components/SVGIcons/IconContractCardFilled.js +3 -3
- package/components/SVGIcons/IconCopy.js +3 -3
- package/components/SVGIcons/IconCopyFilled.js +3 -3
- package/components/SVGIcons/IconCubeTree.js +3 -3
- package/components/SVGIcons/IconCubeTreeFilled.js +4 -4
- package/components/SVGIcons/IconDatabase.js +4 -4
- package/components/SVGIcons/IconDatabaseFilled.js +4 -4
- package/components/SVGIcons/IconDelete.js +3 -3
- package/components/SVGIcons/IconDeleteFilled.js +3 -3
- package/components/SVGIcons/IconDeviceMeetingRoom.js +3 -3
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +3 -3
- package/components/SVGIcons/IconDismiss.js +3 -3
- package/components/SVGIcons/IconDismissCircle.js +4 -4
- package/components/SVGIcons/IconDismissCircleFilled.js +4 -4
- package/components/SVGIcons/IconDismissFilled.js +3 -3
- package/components/SVGIcons/IconDocument.js +3 -3
- package/components/SVGIcons/IconDocumentBulletList.js +4 -4
- package/components/SVGIcons/IconDocumentBulletListFilled.js +4 -4
- package/components/SVGIcons/IconDocumentEdit.js +3 -3
- package/components/SVGIcons/IconDocumentEditFilled.js +3 -3
- package/components/SVGIcons/IconDocumentFilled.js +3 -3
- package/components/SVGIcons/IconEdit.js +3 -3
- package/components/SVGIcons/IconEditFilled.js +3 -3
- package/components/SVGIcons/IconErrorCircle.js +3 -3
- package/components/SVGIcons/IconErrorCircleFilled.js +3 -3
- package/components/SVGIcons/IconEur.js +3 -3
- package/components/SVGIcons/IconEurFilled.js +3 -3
- package/components/SVGIcons/IconExpandUpLeft.js +4 -4
- package/components/SVGIcons/IconExpandUpLeftFilled.js +4 -4
- package/components/SVGIcons/IconExpandUpRight.js +4 -4
- package/components/SVGIcons/IconExpandUpRightFilled.js +4 -4
- package/components/SVGIcons/IconEyeOff.js +4 -4
- package/components/SVGIcons/IconEyeOffFilled.js +4 -4
- package/components/SVGIcons/IconEyeOn.js +4 -4
- package/components/SVGIcons/IconEyeOnFilled.js +4 -4
- package/components/SVGIcons/IconFacebook.js +6 -6
- package/components/SVGIcons/IconFilter.js +3 -3
- package/components/SVGIcons/IconFilterFilled.js +3 -3
- package/components/SVGIcons/IconFlag.js +4 -4
- package/components/SVGIcons/IconFlagFilled.js +4 -4
- package/components/SVGIcons/IconFolderLink.js +3 -3
- package/components/SVGIcons/IconFolderLinkFilled.js +3 -3
- package/components/SVGIcons/IconGb.js +13 -13
- package/components/SVGIcons/IconGlobe.js +3 -3
- package/components/SVGIcons/IconGlobeFilled.js +3 -3
- package/components/SVGIcons/IconGoogle.js +6 -6
- package/components/SVGIcons/IconHandOpenHeart.js +4 -4
- package/components/SVGIcons/IconHandOpenHeartFilled.js +4 -4
- package/components/SVGIcons/IconHeart.js +4 -4
- package/components/SVGIcons/IconHeartFilled.js +4 -4
- package/components/SVGIcons/IconHistory.js +4 -4
- package/components/SVGIcons/IconHistoryFilled.js +4 -4
- package/components/SVGIcons/IconHome.js +4 -4
- package/components/SVGIcons/IconHomeFilled.js +4 -4
- package/components/SVGIcons/IconImage.js +4 -4
- package/components/SVGIcons/IconImageFilled.js +4 -4
- package/components/SVGIcons/IconInfo.js +3 -3
- package/components/SVGIcons/IconInfoFilled.js +3 -3
- package/components/SVGIcons/IconInstagram.js +6 -6
- package/components/SVGIcons/IconKeyReset.js +4 -4
- package/components/SVGIcons/IconKeyResetFilled.js +4 -4
- package/components/SVGIcons/IconLink.js +4 -4
- package/components/SVGIcons/IconLinkFilled.js +4 -4
- package/components/SVGIcons/IconLinkedin.js +4 -4
- package/components/SVGIcons/IconList.js +3 -3
- package/components/SVGIcons/IconListFilled.js +4 -4
- package/components/SVGIcons/IconLocation.js +4 -4
- package/components/SVGIcons/IconLocationFilled.js +4 -4
- package/components/SVGIcons/IconLockClosed.js +4 -4
- package/components/SVGIcons/IconLockClosedFilled.js +4 -4
- package/components/SVGIcons/IconLockOpen.js +4 -4
- package/components/SVGIcons/IconLockOpenFilled.js +4 -4
- package/components/SVGIcons/IconMail.js +4 -4
- package/components/SVGIcons/IconMailAdd.js +4 -4
- package/components/SVGIcons/IconMailAddFilled.js +4 -4
- package/components/SVGIcons/IconMailArrowForward.js +4 -4
- package/components/SVGIcons/IconMailArrowForwardFilled.js +4 -4
- package/components/SVGIcons/IconMailFilled.js +4 -4
- package/components/SVGIcons/IconMailLink.js +4 -4
- package/components/SVGIcons/IconMailLinkFilled.js +4 -4
- package/components/SVGIcons/IconMedium.js +4 -4
- package/components/SVGIcons/IconMore.js +4 -4
- package/components/SVGIcons/IconMoreFilled.js +4 -4
- package/components/SVGIcons/IconMoreVertical.js +4 -4
- package/components/SVGIcons/IconMoreVerticalFilled.js +4 -4
- package/components/SVGIcons/IconNavigation.js +4 -4
- package/components/SVGIcons/IconNavigationFilled.js +4 -4
- package/components/SVGIcons/IconNotebook.js +4 -4
- package/components/SVGIcons/IconNotebookAdd.js +10 -10
- package/components/SVGIcons/IconNotebookAddFilled.js +9 -9
- package/components/SVGIcons/IconNotebookFilled.js +4 -4
- package/components/SVGIcons/IconOnlyEmployee.js +3 -3
- package/components/SVGIcons/IconOpen.js +4 -4
- package/components/SVGIcons/IconOpenFilled.js +4 -4
- package/components/SVGIcons/IconPatient.js +3 -3
- package/components/SVGIcons/IconPatientFilled.js +3 -3
- package/components/SVGIcons/IconPeople.js +3 -3
- package/components/SVGIcons/IconPeopleAdd.js +4 -4
- package/components/SVGIcons/IconPeopleAddFilled.js +4 -4
- package/components/SVGIcons/IconPeopleFilled.js +4 -4
- package/components/SVGIcons/IconPercent.js +4 -4
- package/components/SVGIcons/IconPerson.js +4 -4
- package/components/SVGIcons/IconPersonAccount.js +3 -3
- package/components/SVGIcons/IconPersonAccountFilled.js +3 -3
- package/components/SVGIcons/IconPersonAdd.js +4 -4
- package/components/SVGIcons/IconPersonAddFilled.js +4 -4
- package/components/SVGIcons/IconPersonFilled.js +4 -4
- package/components/SVGIcons/IconPersonStar.js +4 -4
- package/components/SVGIcons/IconPersonStarFilled.js +4 -4
- package/components/SVGIcons/IconPersonSubtract.js +4 -4
- package/components/SVGIcons/IconPersonSubtractFilled.js +4 -4
- package/components/SVGIcons/IconPhone.js +4 -4
- package/components/SVGIcons/IconPhoneFilled.js +4 -4
- package/components/SVGIcons/IconPos.js +4 -4
- package/components/SVGIcons/IconPosFilled.js +4 -4
- package/components/SVGIcons/IconProhibited.js +4 -4
- package/components/SVGIcons/IconProhibitedFilled.js +4 -4
- package/components/SVGIcons/IconProjectProduct.js +3 -3
- package/components/SVGIcons/IconQuestion.js +4 -4
- package/components/SVGIcons/IconQuestionFilled.js +4 -4
- package/components/SVGIcons/IconRedo.js +4 -4
- package/components/SVGIcons/IconRedoFilled.js +4 -4
- package/components/SVGIcons/IconRu.js +8 -8
- package/components/SVGIcons/IconRub.js +3 -3
- package/components/SVGIcons/IconRubFilled.js +3 -3
- package/components/SVGIcons/IconSave.js +4 -4
- package/components/SVGIcons/IconSaveFilled.js +4 -4
- package/components/SVGIcons/IconSavings.js +4 -4
- package/components/SVGIcons/IconSavingsFilled.js +4 -4
- package/components/SVGIcons/IconSearch.js +4 -4
- package/components/SVGIcons/IconSearchFilled.js +4 -4
- package/components/SVGIcons/IconSelectAllOff.js +4 -4
- package/components/SVGIcons/IconSelectAllOffFilled.js +4 -4
- package/components/SVGIcons/IconSelectAllOn.js +4 -4
- package/components/SVGIcons/IconSelectAllOnFilled.js +4 -4
- package/components/SVGIcons/IconSend.js +4 -4
- package/components/SVGIcons/IconSendFilled.js +4 -4
- package/components/SVGIcons/IconSettings.js +3 -3
- package/components/SVGIcons/IconSettingsFilled.js +4 -4
- package/components/SVGIcons/IconShare.js +4 -4
- package/components/SVGIcons/IconShareAndroid.js +4 -4
- package/components/SVGIcons/IconShareAndroidFilled.js +4 -4
- package/components/SVGIcons/IconShareFilled.js +4 -4
- package/components/SVGIcons/IconSignOut.js +4 -4
- package/components/SVGIcons/IconSignOutFilled.js +4 -4
- package/components/SVGIcons/IconSpinner.js +4 -4
- package/components/SVGIcons/IconSpinnerFilled.js +4 -4
- package/components/SVGIcons/IconStatus.js +4 -4
- package/components/SVGIcons/IconStatusFilled.js +4 -4
- package/components/SVGIcons/IconSubtract.js +4 -4
- package/components/SVGIcons/IconSubtractCircle.js +4 -4
- package/components/SVGIcons/IconSubtractCircleFilled.js +4 -4
- package/components/SVGIcons/IconSubtractFilled.js +4 -4
- package/components/SVGIcons/IconTableCellEdit.js +6 -6
- package/components/SVGIcons/IconTableCellEditFilled.js +8 -8
- package/components/SVGIcons/IconTelegram.js +6 -6
- package/components/SVGIcons/IconTimer.js +4 -4
- package/components/SVGIcons/IconTimerFilled.js +4 -4
- package/components/SVGIcons/IconTwitter.js +4 -4
- package/components/SVGIcons/IconUndo.js +4 -4
- package/components/SVGIcons/IconUndoFilled.js +4 -4
- package/components/SVGIcons/IconUnitsEmployee.js +3 -3
- package/components/SVGIcons/IconUsd.js +3 -3
- package/components/SVGIcons/IconUsdFilled.js +3 -3
- package/components/SVGIcons/IconVideo.js +3 -3
- package/components/SVGIcons/IconVideoFilled.js +3 -3
- package/components/SVGIcons/IconWallet.js +4 -4
- package/components/SVGIcons/IconWalletFilled.js +4 -4
- package/components/SVGIcons/IconWarning.js +3 -3
- package/components/SVGIcons/IconWarningFilled.js +3 -3
- package/components/SVGIcons/IconYoutube.js +4 -4
- package/components/Select/ButtonSelect/ButtonSelect.js +7 -7
- package/components/Select/FilterSelect/FilterDropdown.d.ts +2 -1
- package/components/Select/FilterSelect/FilterDropdown.js +6 -6
- package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +2 -1
- package/components/Select/FilterSelect/FilterGroupDropdown.js +7 -7
- package/components/Select/FilterSelect/FilterSelect.js +11 -11
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +9 -9
- package/components/Select/MultiSelect/MultiSelect.js +7 -7
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +2 -1
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +16 -16
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +2 -1
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +13 -13
- package/components/Select/MultiSelect/OptionsWrapper.js +6 -6
- package/components/Select/NestedSelect/NestedSelect.d.ts +2 -1
- package/components/Select/NestedSelect/NestedSelect.js +11 -11
- package/components/Select/ProfileDropdown/index.d.ts +2 -1
- package/components/Select/ProfileDropdown/index.js +21 -21
- package/components/Select/Select/Select.d.ts +2 -1
- package/components/Select/Select/Select.js +13 -13
- package/components/Select/SharedComponents/Actions.d.ts +2 -1
- package/components/Select/SharedComponents/Actions.js +9 -9
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +6 -6
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +4 -4
- package/components/Select/SharedComponents/ContentTop.js +9 -9
- package/components/Select/SharedComponents/Footer.d.ts +2 -1
- package/components/Select/SharedComponents/Footer.js +10 -10
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +8 -8
- package/components/Select/SharedComponents/Loading.d.ts +2 -1
- package/components/Select/SharedComponents/Loading.js +3 -3
- package/components/Select/SharedComponents/index.js +3 -3
- package/components/Select/index.js +3 -3
- package/components/Select/types.d.ts +5 -5
- package/components/SideNavigation/Block.js +4 -4
- package/components/SideNavigation/NavigationItem/index.js +10 -10
- package/components/SideNavigation/NavigationItem/types.d.ts +2 -2
- package/components/SideNavigation/SideNavigation.d.ts +2 -1
- package/components/SideNavigation/SideNavigation.js +5 -5
- package/components/SideNavigation/types.d.ts +1 -1
- package/components/SideSheet/Footer/Footer.js +12 -12
- package/components/SideSheet/SideSheet.d.ts +2 -1
- package/components/SideSheet/SideSheet.js +17 -17
- package/components/SideSheet/index.js +3 -3
- package/components/Snackbar/Snackbar.js +10 -10
- package/components/Snackbar/index.js +3 -3
- package/components/Snackbar/types.d.ts +2 -1
- package/components/Status/Status.js +6 -6
- package/components/Stepper/Stepper.d.ts +2 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/types.d.ts +2 -1
- package/components/Switcher/Switcher.js +11 -11
- package/components/Switcher/index.js +3 -3
- package/components/Switcher/types.d.ts +2 -1
- package/components/Tab/Tab.js +3 -3
- package/components/Tab/TabItem.d.ts +2 -1
- package/components/Tab/TabItem.js +6 -6
- package/components/Tab/types.d.ts +3 -2
- package/components/Table/Header.js +11 -11
- package/components/Table/IndeterminateCheckbox.js +5 -5
- package/components/Table/Row.js +6 -6
- package/components/Table/Table.js +10 -10
- package/components/Table/index.js +3 -3
- package/components/Table/utils.js +6 -6
- package/components/Text/Text.js +2 -2
- package/components/Textarea/Textarea.js +16 -16
- package/components/Textarea/index.js +3 -3
- package/components/Textarea/types.d.ts +3 -2
- package/components/Tooltip/Tooltip.d.ts +2 -1
- package/components/Tooltip/Tooltip.js +3 -3
- package/context/FormContextProvider.d.ts +2 -2
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.d.ts +1 -1
- package/helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js +15 -2
- package/helperComponents/AnimatePresenceWrapper/index.js +2 -1
- package/helperComponents/CodeBlock/CodeBlock.js +3 -3
- package/helperComponents/ErrorMessage/ErrorMessage.js +4 -4
- package/helperComponents/ErrorMessage/types.d.ts +2 -1
- package/helperComponents/IconDynamicComponent/IconDynamicComponent.js +3 -3
- package/helperComponents/Label/Label.js +3 -3
- package/helperComponents/Label/types.d.ts +1 -1
- package/helperComponents/Loader/Loader.js +3 -3
- package/helperComponents/OptionItem/OptionItem.d.ts +2 -1
- package/helperComponents/OptionItem/OptionItem.js +15 -15
- package/helperComponents/OptionItem/index.js +3 -3
- package/helperComponents/index.js +3 -3
- package/index.js +3 -3
- package/package.json +2 -1
- package/stories/CardBody.stories.d.ts +2 -1
- package/stories/CardSelect.stories.d.ts +2 -1
- package/stories/Collapse.stories.d.ts +2 -1
- package/stories/Container.stories.d.ts +1 -1
- package/stories/DatePicker.stories.d.ts +1 -1
- package/stories/Empty.stories.d.ts +2 -1
- package/stories/FileUpload.stories.d.ts +2 -1
- package/stories/Form.stories.d.ts +3 -2
- package/stories/ItemSelect.stories.d.ts +2 -1
- package/stories/More.stories.d.ts +2 -1
- package/stories/Pagination.stories.d.ts +2 -1
- package/stories/Progress.stories.d.ts +2 -1
- package/stories/Select.stories.d.ts +4 -3
- package/stories/SideNavigation.stories.d.ts +2 -1
- package/stories/SideSheet.stories.d.ts +2 -1
- package/stories/Stepper.stories.d.ts +2 -1
- package/stories/Tooltip.stories.d.ts +2 -1
- package/AnimatePresenceWrapper-cf3daece.js +0 -1726
- package/proxy-3b995879.js +0 -9654
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconUsdFilled = function IconUsdFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,7 +21,7 @@ var IconUsdFilled = function IconUsdFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
d: "M12.7699 3.13324C12.7699 2.70841 12.4255 2.36401 12.0007 2.36401C11.5758 2.36401 11.2314 2.70841 11.2314 3.13324V5.44116H9.94869C8.92863 5.44116 7.95035 5.84638 7.22905 6.56767C6.50776 7.28897 6.10254 8.26725 6.10254 9.28732C6.10254 10.3074 6.50776 11.2857 7.22905 12.007C7.95035 12.7283 8.92863 13.1335 9.94869 13.1335H14.0513C14.6633 13.1335 15.2503 13.3766 15.683 13.8094C16.1158 14.2422 16.3589 14.8291 16.3589 15.4412C16.3589 16.0532 16.1158 16.6402 15.683 17.0729C15.2503 17.5057 14.6633 17.7489 14.0513 17.7489H12.0195C12.0132 17.7487 12.007 17.7486 12.0007 17.7486C11.9944 17.7486 11.9881 17.7487 11.9819 17.7489H9.96648C9.51179 17.7262 9.07383 17.5695 8.70782 17.2984C8.33768 17.0242 8.05807 16.6455 7.90495 16.2111C7.76374 15.8104 7.32445 15.6001 6.92377 15.7413C6.52309 15.8825 6.31276 16.3218 6.45397 16.7225C6.70916 17.4466 7.17519 18.0777 7.79209 18.5346C8.40898 18.9916 9.14852 19.2535 9.91551 19.2866C9.92656 19.2871 9.93763 19.2873 9.94869 19.2873H11.2314V21.5948C11.2314 22.0196 11.5758 22.364 12.0007 22.364C12.4255 22.364 12.7699 22.0196 12.7699 21.5948V19.2873H14.0513C15.0713 19.2873 16.0496 18.8821 16.7709 18.1608C17.4922 17.4395 17.8974 16.4612 17.8974 15.4412C17.8974 14.4211 17.4922 13.4428 16.7709 12.7215C16.0496 12.0002 15.0713 11.595 14.0513 11.595H9.94869C9.33665 11.595 8.74968 11.3519 8.31691 10.9191C7.88413 10.4863 7.641 9.89935 7.641 9.28732C7.641 8.67528 7.88413 8.08831 8.31691 7.65553C8.74968 7.22275 9.33666 6.97962 9.94869 6.97962H14.0335C14.4882 7.0023 14.9261 7.15897 15.2921 7.43009C15.6623 7.70427 15.9419 8.08294 16.095 8.51737C16.2362 8.91805 16.6755 9.12838 17.0762 8.98717C17.4769 8.84595 17.6872 8.40666 17.546 8.00598C17.2908 7.28193 16.8248 6.65081 16.2079 6.19385C15.591 5.73689 14.8514 5.475 14.0844 5.44188C14.0734 5.4414 14.0623 5.44116 14.0513 5.44116H12.7699V3.13324Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconVideo = function IconVideo(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,7 +21,7 @@ var IconVideo = function IconVideo(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
d: "M13.75 4.5C15.5449 4.5 17 5.95507 17 7.75V7.923L20.8639 5.605C21.3638 5.30486 22 5.66493 22 6.248V17.75C22 18.333 21.364 18.6931 20.8641 18.3931L17 16.075V16.25C17 18.0449 15.5449 19.5 13.75 19.5H5.25C3.45507 19.5 2 18.0449 2 16.25V7.75C2 5.95507 3.45507 4.5 5.25 4.5H13.75ZM13.75 6H5.25C4.2835 6 3.5 6.7835 3.5 7.75V16.25C3.5 17.2165 4.2835 18 5.25 18H13.75C14.7165 18 15.5 17.2165 15.5 16.25V7.75C15.5 6.7835 14.7165 6 13.75 6ZM20.5 7.5731L17 9.6745V14.3254L20.5 16.4254V7.5731Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconVideoFilled = function IconVideoFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,7 +21,7 @@ var IconVideoFilled = function IconVideoFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
d: "M16 16.25C16 18.0449 14.5449 19.5 12.75 19.5H5.25C3.45507 19.5 2 18.0449 2 16.25V7.75C2 5.95507 3.45507 4.5 5.25 4.5H12.75C14.5449 4.5 16 5.95507 16 7.75V16.25ZM21.762 5.89334C21.9156 6.07414 22 6.30368 22 6.54096V17.4588C22 18.0111 21.5523 18.4588 21 18.4588C20.7627 18.4588 20.5332 18.3744 20.3524 18.2208L17 15.3709V8.62794L20.3524 5.77899C20.7732 5.42132 21.4043 5.47252 21.762 5.89334Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconWallet = function IconWallet(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,9 +21,9 @@ var IconWallet = function IconWallet(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Regular"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M15.5 13.75C15.5 13.3358 15.8358 13 16.25 13H18.25C18.6642 13 19 13.3358 19 13.75C19 14.1642 18.6642 14.5 18.25 14.5H16.25C15.8358 14.5 15.5 14.1642 15.5 13.75ZM3 5H3.01373C3.13809 3.87501 4.09186 3 5.25 3H16.75C17.9926 3 19 4.00736 19 5.25V6.08697C20.4333 6.42555 21.5 7.71321 21.5 9.25V17.75C21.5 19.5449 20.0449 21 18.25 21H6.25C4.45508 21 3 19.5449 3 17.75V5ZM18.25 7.5H4.5V17.75C4.5 18.7165 5.2835 19.5 6.25 19.5H18.25C19.2165 19.5 20 18.7165 20 17.75V9.25C20 8.2835 19.2165 7.5 18.25 7.5ZM17.5 6V5.25C17.5 4.83579 17.1642 4.5 16.75 4.5H5.25C4.83579 4.5 4.5 4.83579 4.5 5.25C4.5 5.66421 4.83579 6 5.25 6H17.5Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconWalletFilled = function IconWalletFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,9 +21,9 @@ var IconWalletFilled = function IconWalletFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Filled"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M3 5V17.75C3 19.5449 4.45508 21 6.25 21H18.25C20.0449 21 21.5 19.5449 21.5 17.75V9.25C21.5 7.71321 20.4333 6.42555 19 6.08697V5.25C19 4.00736 17.9926 3 16.75 3H5.25C4.09186 3 3.13809 3.87501 3.01373 5H3ZM5.25 6C4.83579 6 4.5 5.66421 4.5 5.25C4.5 4.83579 4.83579 4.5 5.25 4.5H16.75C17.1642 4.5 17.5 4.83579 17.5 5.25V6H5.25ZM16.25 13H18.25C18.6642 13 19 13.3358 19 13.75C19 14.1642 18.6642 14.5 18.25 14.5H16.25C15.8358 14.5 15.5 14.1642 15.5 13.75C15.5 13.3358 15.8358 13 16.25 13Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconWarning = function IconWarning(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,7 +21,7 @@ var IconWarning = function IconWarning(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
d: "M12.9993 17C12.9993 16.4484 12.5522 16.0013 12.0006 16.0013C11.4491 16.0013 11.002 16.4484 11.002 17C11.002 17.5515 11.4491 17.9986 12.0006 17.9986C12.5522 17.9986 12.9993 17.5515 12.9993 17ZM12.7401 9.1467C12.6901 8.78066 12.3761 8.49876 11.9964 8.49906C11.5822 8.49939 11.2467 8.83545 11.247 9.24966L11.2506 13.7513L11.2575 13.853C11.3075 14.2191 11.6215 14.501 12.0012 14.5007C12.4154 14.5003 12.7509 14.1643 12.7506 13.7501L12.747 9.24846L12.7401 9.1467ZM13.9693 3.65888C13.113 2.11108 10.8878 2.1111 10.0316 3.65893L2.28634 17.6604C1.45678 19.16 2.5414 20.9995 4.25518 20.9995H19.7462C21.46 20.9995 22.5446 19.16 21.715 17.6603L13.9693 3.65888ZM11.3442 4.38501C11.6296 3.86907 12.3713 3.86906 12.6567 4.38499L20.4025 18.3865C20.679 18.8863 20.3175 19.4995 19.7462 19.4995H4.25518C3.68392 19.4995 3.32238 18.8863 3.5989 18.3865L11.3442 4.38501Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconWarningFilled = function IconWarningFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,7 +21,7 @@ var IconWarningFilled = function IconWarningFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
d: "M10.0297 3.65893C10.8859 2.1111 13.1111 2.11108 13.9673 3.65888L21.7131 17.6603C22.5427 19.16 21.4581 20.9995 19.7443 20.9995H4.25323C2.53945 20.9995 1.45483 19.16 2.28438 17.6604L10.0297 3.65893ZM12.9973 17.0009C12.9973 16.4494 12.5502 16.0022 11.9987 16.0022C11.4471 16.0022 11 16.4494 11 17.0009C11 17.5524 11.4471 17.9996 11.9987 17.9996C12.5502 17.9996 12.9973 17.5524 12.9973 17.0009ZM12.7381 9.14764C12.6882 8.7816 12.3742 8.4997 11.9945 8.5C11.5802 8.50033 11.2447 8.83639 11.2451 9.2506L11.2487 13.7522L11.2556 13.854C11.3055 14.22 11.6196 14.5019 11.9993 14.5016C12.4135 14.5013 12.749 14.1652 12.7487 13.751L12.7451 9.2494L12.7381 9.14764Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ var IconYoutube = function IconYoutube(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,9 +21,9 @@ var IconYoutube = function IconYoutube(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Lozenge"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Vector",
|
|
28
28
|
d: "M23.7609 4.20005C23.7609 4.20005 23.5266 2.54536 22.8047 1.8188C21.8906 0.862549 20.8688 0.857861 20.4 0.801611C17.0438 0.557861 12.0047 0.557861 12.0047 0.557861H11.9953C11.9953 0.557861 6.95625 0.557861 3.6 0.801611C3.13125 0.857861 2.10938 0.862549 1.19531 1.8188C0.473438 2.54536 0.24375 4.20005 0.24375 4.20005C0.24375 4.20005 0 6.14536 0 8.08599V9.90474C0 11.8454 0.239062 13.7907 0.239062 13.7907C0.239062 13.7907 0.473437 15.4454 1.19062 16.1719C2.10469 17.1282 3.30469 17.0954 3.83906 17.1985C5.76094 17.3813 12 17.4375 12 17.4375C12 17.4375 17.0438 17.4282 20.4 17.1891C20.8688 17.1329 21.8906 17.1282 22.8047 16.1719C23.5266 15.4454 23.7609 13.7907 23.7609 13.7907C23.7609 13.7907 24 11.85 24 9.90474V8.08599C24 6.14536 23.7609 4.20005 23.7609 4.20005ZM9.52031 12.1125V5.36724L16.0031 8.75161L9.52031 12.1125Z",
|
|
29
29
|
fill: "#555555"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _slicedToArray } from '../../../slicedToArray-72c4258c.js';
|
|
2
|
-
import
|
|
2
|
+
import React, { useState, useRef, useId } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import 'dayjs';
|
|
5
5
|
import { OptionItem } from '../../../helperComponents/OptionItem/OptionItem.js';
|
|
@@ -9,8 +9,9 @@ import '../../../consts/index.js';
|
|
|
9
9
|
import { useOnOutsideClick } from '../../../hooks/useOnOutsideClick.js';
|
|
10
10
|
import '../../../hooks/useScreenSize.js';
|
|
11
11
|
import 'react-hook-form';
|
|
12
|
-
import '../../../Button-
|
|
12
|
+
import '../../../Button-110130b7.js';
|
|
13
13
|
import 'react-dom';
|
|
14
|
+
import 'framer-motion';
|
|
14
15
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
15
16
|
import '../SharedComponents/ContentTop.js';
|
|
16
17
|
import { Loading } from '../SharedComponents/Loading.js';
|
|
@@ -36,7 +37,7 @@ import '../../../typeof-e7f3291d.js';
|
|
|
36
37
|
import '../../../objectWithoutProperties-c5575e26.js';
|
|
37
38
|
import '../../../helperComponents/Loader/Loader.js';
|
|
38
39
|
import '../../../hooks/useGetIsMobile.js';
|
|
39
|
-
import '../../../AnimatePresenceWrapper
|
|
40
|
+
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
40
41
|
import '../../../hooks/useHideBodyScroll.js';
|
|
41
42
|
import '../../SVGIcons/IconDismiss.js';
|
|
42
43
|
import '../../Tooltip/types.js';
|
|
@@ -45,7 +46,6 @@ import '../../../hooks/useGetTooltipStyles.js';
|
|
|
45
46
|
import '../../../hooks/useGetElemPositions.js';
|
|
46
47
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
47
48
|
import '../../../hooks/useHideOnScroll.js';
|
|
48
|
-
import '../../../proxy-3b995879.js';
|
|
49
49
|
import '../../Link/Link.js';
|
|
50
50
|
import '../../Popover/PopoverDesktop.js';
|
|
51
51
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -137,7 +137,7 @@ var ButtonSelect = function ButtonSelect(props) {
|
|
|
137
137
|
}
|
|
138
138
|
};
|
|
139
139
|
};
|
|
140
|
-
return /*#__PURE__*/
|
|
140
|
+
return /*#__PURE__*/React.createElement(ButtonSelectWrapper, {
|
|
141
141
|
size: size,
|
|
142
142
|
className: className,
|
|
143
143
|
dropdownWidth: dropdownWidth,
|
|
@@ -152,14 +152,14 @@ var ButtonSelect = function ButtonSelect(props) {
|
|
|
152
152
|
placeHolder: placeHolder,
|
|
153
153
|
dataId: dataId,
|
|
154
154
|
type: type
|
|
155
|
-
}, isLoading ? /*#__PURE__*/
|
|
155
|
+
}, isLoading ? /*#__PURE__*/React.createElement(Loading, null) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
156
156
|
ref: scrollRef,
|
|
157
157
|
className: classNames('select__options__scroll', 'scrollbar', 'scrollbar--vertical', {
|
|
158
158
|
'mr-6': scrollHeight > 300
|
|
159
159
|
})
|
|
160
160
|
}, options.map(function (item) {
|
|
161
161
|
var isSelected = item.value === currentSelection;
|
|
162
|
-
return /*#__PURE__*/
|
|
162
|
+
return /*#__PURE__*/React.createElement(OptionItem, {
|
|
163
163
|
tooltipAddons: tooltipAddons,
|
|
164
164
|
data: item,
|
|
165
165
|
key: item.value,
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TFilterDropdownContentProps } from '../types';
|
|
2
|
-
export declare const FilterDropdownContent: (props: TFilterDropdownContentProps) =>
|
|
3
|
+
export declare const FilterDropdownContent: (props: TFilterDropdownContentProps) => React.ReactElement;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React, { useMemo } from 'react';
|
|
2
2
|
import 'classnames';
|
|
3
3
|
import 'dayjs';
|
|
4
4
|
import { OptionItem } from '../../../helperComponents/OptionItem/OptionItem.js';
|
|
@@ -9,7 +9,7 @@ import '../../../slicedToArray-72c4258c.js';
|
|
|
9
9
|
import '../../FileUpload/FileUpload.js';
|
|
10
10
|
import '../../../toConsumableArray-263f95db.js';
|
|
11
11
|
import '../../FileUpload/types.js';
|
|
12
|
-
import '../../../Button-
|
|
12
|
+
import '../../../Button-110130b7.js';
|
|
13
13
|
import '../../../defineProperty-fdfb938c.js';
|
|
14
14
|
import '../../../typeof-e7f3291d.js';
|
|
15
15
|
import '../../../objectWithoutProperties-c5575e26.js';
|
|
@@ -18,7 +18,8 @@ import '../../../consts/index.js';
|
|
|
18
18
|
import '../../../hooks/useScreenSize.js';
|
|
19
19
|
import 'react-hook-form';
|
|
20
20
|
import '../../../hooks/useGetIsMobile.js';
|
|
21
|
-
import '
|
|
21
|
+
import 'framer-motion';
|
|
22
|
+
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
22
23
|
import '../../../hooks/useOnOutsideClick.js';
|
|
23
24
|
import '../../../hooks/useHideBodyScroll.js';
|
|
24
25
|
import '../../SVGIcons/IconDismiss.js';
|
|
@@ -31,7 +32,6 @@ import '../../../hooks/useGetElemSizes.js';
|
|
|
31
32
|
import '../../../hooks/useGetElemPositions.js';
|
|
32
33
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
33
34
|
import '../../../hooks/useHideOnScroll.js';
|
|
34
|
-
import '../../../proxy-3b995879.js';
|
|
35
35
|
import '../../Link/Link.js';
|
|
36
36
|
import '../../Popover/PopoverDesktop.js';
|
|
37
37
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -64,9 +64,9 @@ var FilterDropdownContent = function FilterDropdownContent(props) {
|
|
|
64
64
|
return option.label.toString().includes(filterValue);
|
|
65
65
|
});
|
|
66
66
|
}, [filterValue, options]);
|
|
67
|
-
return /*#__PURE__*/
|
|
67
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, filteredOptions.map(function (item) {
|
|
68
68
|
var isSelected = checkIsSelected(item.value);
|
|
69
|
-
return /*#__PURE__*/
|
|
69
|
+
return /*#__PURE__*/React.createElement(OptionItem, {
|
|
70
70
|
data: item,
|
|
71
71
|
key: item.value,
|
|
72
72
|
onClick: isSelected ? onItemDeselect : onItemSelect,
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TFilterGroupDropdownContentProps } from '../types';
|
|
2
|
-
export declare const FilterGroupDropdownContent: (props: TFilterGroupDropdownContentProps) =>
|
|
3
|
+
export declare const FilterGroupDropdownContent: (props: TFilterGroupDropdownContentProps) => React.ReactElement;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _extends } from '../../../extends-acf19b4c.js';
|
|
2
2
|
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-c5575e26.js';
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import { FilterDropdownContent } from './FilterDropdown.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import 'dayjs';
|
|
@@ -10,7 +10,7 @@ import '../../../slicedToArray-72c4258c.js';
|
|
|
10
10
|
import '../../FileUpload/FileUpload.js';
|
|
11
11
|
import '../../../toConsumableArray-263f95db.js';
|
|
12
12
|
import '../../FileUpload/types.js';
|
|
13
|
-
import '../../../Button-
|
|
13
|
+
import '../../../Button-110130b7.js';
|
|
14
14
|
import '../../../defineProperty-fdfb938c.js';
|
|
15
15
|
import '../../../typeof-e7f3291d.js';
|
|
16
16
|
import '../../../helperComponents/Loader/Loader.js';
|
|
@@ -18,7 +18,8 @@ import '../../../consts/index.js';
|
|
|
18
18
|
import '../../../hooks/useScreenSize.js';
|
|
19
19
|
import 'react-hook-form';
|
|
20
20
|
import '../../../hooks/useGetIsMobile.js';
|
|
21
|
-
import '
|
|
21
|
+
import 'framer-motion';
|
|
22
|
+
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
22
23
|
import '../../../hooks/useOnOutsideClick.js';
|
|
23
24
|
import '../../../hooks/useHideBodyScroll.js';
|
|
24
25
|
import 'react-syntax-highlighter';
|
|
@@ -32,7 +33,6 @@ import '../../../hooks/useGetElemSizes.js';
|
|
|
32
33
|
import '../../../hooks/useGetElemPositions.js';
|
|
33
34
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
34
35
|
import '../../../hooks/useHideOnScroll.js';
|
|
35
|
-
import '../../../proxy-3b995879.js';
|
|
36
36
|
import '../../Link/Link.js';
|
|
37
37
|
import '../../Popover/PopoverDesktop.js';
|
|
38
38
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -54,13 +54,13 @@ var _excluded = ["options"];
|
|
|
54
54
|
var FilterGroupDropdownContent = function FilterGroupDropdownContent(props) {
|
|
55
55
|
var options = props.options,
|
|
56
56
|
rest = _objectWithoutProperties(props, _excluded);
|
|
57
|
-
return /*#__PURE__*/
|
|
57
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, options.map(function (_ref) {
|
|
58
58
|
var data = _ref.data,
|
|
59
59
|
title = _ref.title;
|
|
60
|
-
return /*#__PURE__*/
|
|
60
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
61
61
|
className: "group_container",
|
|
62
62
|
key: title
|
|
63
|
-
}, /*#__PURE__*/
|
|
63
|
+
}, /*#__PURE__*/React.createElement("span", null, title), /*#__PURE__*/React.createElement(FilterDropdownContent, _extends({
|
|
64
64
|
options: data
|
|
65
65
|
}, rest)));
|
|
66
66
|
}));
|
|
@@ -2,7 +2,7 @@ import { _ as _extends } from '../../../extends-acf19b4c.js';
|
|
|
2
2
|
import { _ as _toConsumableArray } from '../../../toConsumableArray-263f95db.js';
|
|
3
3
|
import { _ as _slicedToArray } from '../../../slicedToArray-72c4258c.js';
|
|
4
4
|
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-c5575e26.js';
|
|
5
|
-
import
|
|
5
|
+
import React, { useState, useId, useCallback } from 'react';
|
|
6
6
|
import { createPortal } from 'react-dom';
|
|
7
7
|
import { useHideOnScroll } from '../../../hooks/useHideOnScroll.js';
|
|
8
8
|
import 'dayjs';
|
|
@@ -14,8 +14,9 @@ import { FilterGroupDropdownContent } from './FilterGroupDropdown.js';
|
|
|
14
14
|
import { Footer } from '../SharedComponents/Footer.js';
|
|
15
15
|
import 'classnames';
|
|
16
16
|
import '../../../consts/index.js';
|
|
17
|
-
import '../../../Button-
|
|
17
|
+
import '../../../Button-110130b7.js';
|
|
18
18
|
import 'react-syntax-highlighter';
|
|
19
|
+
import 'framer-motion';
|
|
19
20
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
20
21
|
import '../SharedComponents/ContentTop.js';
|
|
21
22
|
import { Loading } from '../SharedComponents/Loading.js';
|
|
@@ -40,7 +41,7 @@ import '../../../defineProperty-fdfb938c.js';
|
|
|
40
41
|
import '../../../typeof-e7f3291d.js';
|
|
41
42
|
import '../../../helperComponents/Loader/Loader.js';
|
|
42
43
|
import '../../../hooks/useGetIsMobile.js';
|
|
43
|
-
import '../../../AnimatePresenceWrapper
|
|
44
|
+
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
44
45
|
import '../../../hooks/useHideBodyScroll.js';
|
|
45
46
|
import '../../SVGIcons/IconDismiss.js';
|
|
46
47
|
import '../../Tooltip/types.js';
|
|
@@ -49,7 +50,6 @@ import '../../../hooks/useGetTooltipStyles.js';
|
|
|
49
50
|
import '../../../hooks/useGetElemSizes.js';
|
|
50
51
|
import '../../../hooks/useGetElemPositions.js';
|
|
51
52
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
52
|
-
import '../../../proxy-3b995879.js';
|
|
53
53
|
import '../../Link/Link.js';
|
|
54
54
|
import '../../Popover/PopoverDesktop.js';
|
|
55
55
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -153,12 +153,12 @@ var FilterSelect = function FilterSelect(props) {
|
|
|
153
153
|
if (!isOpen) {
|
|
154
154
|
return null;
|
|
155
155
|
}
|
|
156
|
-
return /*#__PURE__*/
|
|
156
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/createPortal(/*#__PURE__*/React.createElement("div", {
|
|
157
157
|
className: "select filter"
|
|
158
|
-
}, /*#__PURE__*/
|
|
158
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
159
159
|
className: "select__options",
|
|
160
160
|
ref: setContainerRef
|
|
161
|
-
}, /*#__PURE__*/
|
|
161
|
+
}, /*#__PURE__*/React.createElement(Input, {
|
|
162
162
|
onChange: onFilter,
|
|
163
163
|
className: "filter__input",
|
|
164
164
|
size: "small",
|
|
@@ -168,21 +168,21 @@ var FilterSelect = function FilterSelect(props) {
|
|
|
168
168
|
Component: filterValue === '' ? IconSearchFilled : IconDismissFilled,
|
|
169
169
|
onClick: removeFilterValue
|
|
170
170
|
}
|
|
171
|
-
}), /*#__PURE__*/
|
|
171
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
172
172
|
className: 'select__options__scroll scrollbar scrollbar--vertical '
|
|
173
|
-
}, isLoading ? /*#__PURE__*/
|
|
173
|
+
}, isLoading ? /*#__PURE__*/React.createElement(Loading, null) : isGrouped ? /*#__PURE__*/React.createElement(FilterGroupDropdownContent, _extends({
|
|
174
174
|
checkIsSelected: checkIsSelected,
|
|
175
175
|
onItemDeselect: onItemDeselect,
|
|
176
176
|
filterValue: filterValue,
|
|
177
177
|
onItemSelect: onItemSelect,
|
|
178
178
|
options: options
|
|
179
|
-
}, rest)) : /*#__PURE__*/
|
|
179
|
+
}, rest)) : /*#__PURE__*/React.createElement(FilterDropdownContent, _extends({
|
|
180
180
|
checkIsSelected: checkIsSelected,
|
|
181
181
|
onItemDeselect: onItemDeselect,
|
|
182
182
|
filterValue: filterValue,
|
|
183
183
|
onItemSelect: onItemSelect,
|
|
184
184
|
options: options
|
|
185
|
-
}, rest))), isLoading ? null : /*#__PURE__*/
|
|
185
|
+
}, rest))), isLoading ? null : /*#__PURE__*/React.createElement(Footer, {
|
|
186
186
|
buttonProps: footerButtonProps,
|
|
187
187
|
onCancel: cancelSelectedItems,
|
|
188
188
|
onApply: applySelectedItems
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { _ as _extends } from '../../../../extends-acf19b4c.js';
|
|
2
2
|
import { _ as _toConsumableArray } from '../../../../toConsumableArray-263f95db.js';
|
|
3
3
|
import { _ as _slicedToArray } from '../../../../slicedToArray-72c4258c.js';
|
|
4
|
-
import
|
|
4
|
+
import React, { useState, useCallback, useMemo } from 'react';
|
|
5
5
|
import { Empty } from '../../../Empty/Empty.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import 'dayjs';
|
|
8
8
|
import { OptionItem } from '../../../../helperComponents/OptionItem/OptionItem.js';
|
|
9
9
|
import 'react-syntax-highlighter';
|
|
10
|
-
import '../../../../Button-
|
|
10
|
+
import '../../../../Button-110130b7.js';
|
|
11
11
|
import 'react-dom';
|
|
12
12
|
import '../../../../consts/index.js';
|
|
13
13
|
import '../../../../hooks/useScreenSize.js';
|
|
14
14
|
import 'react-hook-form';
|
|
15
|
+
import 'framer-motion';
|
|
15
16
|
import '../../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
16
17
|
import { ContentTop } from '../../SharedComponents/ContentTop.js';
|
|
17
18
|
import '../../../Input/Input.js';
|
|
@@ -25,7 +26,7 @@ import '../../../../typeof-e7f3291d.js';
|
|
|
25
26
|
import '../../../../objectWithoutProperties-c5575e26.js';
|
|
26
27
|
import '../../../../helperComponents/Loader/Loader.js';
|
|
27
28
|
import '../../../../hooks/useGetIsMobile.js';
|
|
28
|
-
import '../../../../AnimatePresenceWrapper
|
|
29
|
+
import '../../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
29
30
|
import '../../../../hooks/useOnOutsideClick.js';
|
|
30
31
|
import '../../../../hooks/useHideBodyScroll.js';
|
|
31
32
|
import '../../../SVGIcons/IconDismiss.js';
|
|
@@ -36,7 +37,6 @@ import '../../../../hooks/useGetElemSizes.js';
|
|
|
36
37
|
import '../../../../hooks/useGetElemPositions.js';
|
|
37
38
|
import '../../../../hooks/useGetTooltipPosition.js';
|
|
38
39
|
import '../../../../hooks/useHideOnScroll.js';
|
|
39
|
-
import '../../../../proxy-3b995879.js';
|
|
40
40
|
import '../../../Link/Link.js';
|
|
41
41
|
import '../../../Popover/PopoverDesktop.js';
|
|
42
42
|
import '../../../SVGIcons/IconInfo.js';
|
|
@@ -148,7 +148,7 @@ var MultiBase = function MultiBase(props) {
|
|
|
148
148
|
labelRightIconComponent: labelRightIconComponent
|
|
149
149
|
};
|
|
150
150
|
}, [avatar, labelLeftIconProps, optionRightIconComponent, labelRightIconComponent]);
|
|
151
|
-
return /*#__PURE__*/
|
|
151
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(ContentTop, {
|
|
152
152
|
dataIdPrefix: dataIdPrefix,
|
|
153
153
|
menuOptions: menuOptions,
|
|
154
154
|
selectAll: selectAll,
|
|
@@ -161,10 +161,10 @@ var MultiBase = function MultiBase(props) {
|
|
|
161
161
|
setSearchValue: setSearchValue,
|
|
162
162
|
searchValue: searchValue,
|
|
163
163
|
translations: translations
|
|
164
|
-
}), /*#__PURE__*/
|
|
164
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
165
165
|
className: 'select__options__scroll scrollbar',
|
|
166
166
|
style: scrollableContentStyle
|
|
167
|
-
}, filteredData.length > 0 && /*#__PURE__*/
|
|
167
|
+
}, filteredData.length > 0 && /*#__PURE__*/React.createElement(FixedSizeList, {
|
|
168
168
|
height: DROPDOWN_HEIGHT,
|
|
169
169
|
itemCount: filteredData.length,
|
|
170
170
|
itemSize: ITEM_SIZE,
|
|
@@ -177,7 +177,7 @@ var MultiBase = function MultiBase(props) {
|
|
|
177
177
|
style = _ref.style;
|
|
178
178
|
var item = filteredData[index];
|
|
179
179
|
var isSelected = checkIsSelected(item.value);
|
|
180
|
-
return /*#__PURE__*/
|
|
180
|
+
return /*#__PURE__*/React.createElement(OptionItem, _extends({
|
|
181
181
|
data: item,
|
|
182
182
|
dataId: item.dataId,
|
|
183
183
|
onClick: isSelected ? onDeselect : onItemSelect,
|
|
@@ -185,7 +185,7 @@ var MultiBase = function MultiBase(props) {
|
|
|
185
185
|
isSelected: isSelected,
|
|
186
186
|
style: style
|
|
187
187
|
}, optionProps));
|
|
188
|
-
})), filteredData.length === 0 ? /*#__PURE__*/
|
|
188
|
+
})), filteredData.length === 0 ? /*#__PURE__*/React.createElement(Empty, {
|
|
189
189
|
size: "small",
|
|
190
190
|
mainMessage: emptyListMainMessage,
|
|
191
191
|
paragraphMessage: emptyListSecondaryMessage
|
|
@@ -2,7 +2,7 @@ import { _ as _extends } from '../../../extends-acf19b4c.js';
|
|
|
2
2
|
import { _ as _defineProperty } from '../../../defineProperty-fdfb938c.js';
|
|
3
3
|
import { _ as _slicedToArray } from '../../../slicedToArray-72c4258c.js';
|
|
4
4
|
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-c5575e26.js';
|
|
5
|
-
import
|
|
5
|
+
import React, { useState, useRef, useMemo, useEffect, useId } from 'react';
|
|
6
6
|
import { OptionsWrapper } from './OptionsWrapper.js';
|
|
7
7
|
import { Footer } from '../SharedComponents/Footer.js';
|
|
8
8
|
import 'classnames';
|
|
@@ -11,9 +11,10 @@ import '../../../consts/index.js';
|
|
|
11
11
|
import { useOnOutsideClick } from '../../../hooks/useOnOutsideClick.js';
|
|
12
12
|
import '../../../hooks/useScreenSize.js';
|
|
13
13
|
import 'react-hook-form';
|
|
14
|
-
import '../../../Button-
|
|
14
|
+
import '../../../Button-110130b7.js';
|
|
15
15
|
import 'react-syntax-highlighter';
|
|
16
16
|
import 'react-dom';
|
|
17
|
+
import 'framer-motion';
|
|
17
18
|
import '../../Collapse/CollapseGroup/CollapseGroup.js';
|
|
18
19
|
import '../SharedComponents/ContentTop.js';
|
|
19
20
|
import { InputSelectWrapper } from '../SharedComponents/InputSelectWrapper/InputSelectWrapper.js';
|
|
@@ -37,7 +38,7 @@ import '../../../helperComponents/IconDynamicComponent/constants.js';
|
|
|
37
38
|
import '../../SVGIcons/IconCheckmarkCircleFilled.js';
|
|
38
39
|
import '../../../helperComponents/Loader/Loader.js';
|
|
39
40
|
import '../../../hooks/useGetIsMobile.js';
|
|
40
|
-
import '../../../AnimatePresenceWrapper
|
|
41
|
+
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
41
42
|
import '../../../hooks/useHideBodyScroll.js';
|
|
42
43
|
import '../../SVGIcons/IconDismiss.js';
|
|
43
44
|
import '../../Tooltip/types.js';
|
|
@@ -45,7 +46,6 @@ import '../../Tooltip/Tooltip.js';
|
|
|
45
46
|
import '../../../hooks/useGetTooltipStyles.js';
|
|
46
47
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
47
48
|
import '../../../hooks/useHideOnScroll.js';
|
|
48
|
-
import '../../../proxy-3b995879.js';
|
|
49
49
|
import '../../Link/Link.js';
|
|
50
50
|
import '../../Popover/PopoverDesktop.js';
|
|
51
51
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -179,7 +179,7 @@ var MultiSelect = function MultiSelect(props) {
|
|
|
179
179
|
var WrapperComponent = isButtonSelect ? ButtonSelectWrapper : InputSelectWrapper;
|
|
180
180
|
var localizations = _objectSpread(_objectSpread({}, TRANSLATIONS_DEFAULT_VALUES), translations);
|
|
181
181
|
var overflowText = localizations.overflowText;
|
|
182
|
-
return /*#__PURE__*/
|
|
182
|
+
return /*#__PURE__*/React.createElement(WrapperComponent, {
|
|
183
183
|
dropdownRef: dropdownRef,
|
|
184
184
|
isOpen: isOpen,
|
|
185
185
|
setIsOpen: setIsOpen,
|
|
@@ -198,7 +198,7 @@ var MultiSelect = function MultiSelect(props) {
|
|
|
198
198
|
isRequiredField: isRequiredField,
|
|
199
199
|
overflowText: overflowText,
|
|
200
200
|
hasError: hasError
|
|
201
|
-
}, /*#__PURE__*/
|
|
201
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(OptionsWrapper
|
|
202
202
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
203
203
|
// @ts-ignore
|
|
204
204
|
, _extends({
|
|
@@ -212,7 +212,7 @@ var MultiSelect = function MultiSelect(props) {
|
|
|
212
212
|
setSelectedValues: setSelectedValues,
|
|
213
213
|
containerRef: containerRef === null || containerRef === void 0 ? void 0 : containerRef.current,
|
|
214
214
|
dropdownWidth: dropdownWidth
|
|
215
|
-
}, rest)), options.length ? /*#__PURE__*/
|
|
215
|
+
}, rest)), options.length ? /*#__PURE__*/React.createElement(Footer, {
|
|
216
216
|
checkboxInfo: checkboxInfo,
|
|
217
217
|
hasChange: hasChange,
|
|
218
218
|
buttonProps: footerButtonProps,
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TMultiSelectGroupedProps } from '../../types';
|
|
2
|
-
export declare const MultiSelectGrouped: (props: TMultiSelectGroupedProps) =>
|
|
3
|
+
export declare const MultiSelectGrouped: (props: TMultiSelectGroupedProps) => React.ReactElement | null;
|