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,7 +1,7 @@
|
|
|
1
1
|
import { _ as _extends } from './extends-acf19b4c.js';
|
|
2
2
|
import { _ as _defineProperty } from './defineProperty-fdfb938c.js';
|
|
3
3
|
import { _ as _objectWithoutProperties } from './objectWithoutProperties-c5575e26.js';
|
|
4
|
-
import
|
|
4
|
+
import React, { useState, useId, useEffect, forwardRef, useRef, useMemo } from 'react';
|
|
5
5
|
import classNames from 'classnames';
|
|
6
6
|
import 'dayjs';
|
|
7
7
|
import { Loader } from './helperComponents/Loader/Loader.js';
|
|
@@ -10,7 +10,8 @@ import './hooks/useScreenSize.js';
|
|
|
10
10
|
import 'react-hook-form';
|
|
11
11
|
import { _ as _slicedToArray } from './slicedToArray-72c4258c.js';
|
|
12
12
|
import { useIsMobile } from './hooks/useGetIsMobile.js';
|
|
13
|
-
import {
|
|
13
|
+
import { motion } from 'framer-motion';
|
|
14
|
+
import { AnimatePresenceWrapper } from './helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
14
15
|
import { useOnOutsideClick } from './hooks/useOnOutsideClick.js';
|
|
15
16
|
import { useHideBodyScroll } from './hooks/useHideBodyScroll.js';
|
|
16
17
|
import 'react-syntax-highlighter';
|
|
@@ -19,7 +20,6 @@ import { Positions } from './components/Tooltip/types.js';
|
|
|
19
20
|
import { Text } from './components/Text/Text.js';
|
|
20
21
|
import { Tooltip } from './components/Tooltip/Tooltip.js';
|
|
21
22
|
import { noop } from './utils/helpers.js';
|
|
22
|
-
import { m as motion } from './proxy-3b995879.js';
|
|
23
23
|
import { Link } from './components/Link/Link.js';
|
|
24
24
|
import { PopoverDesktop } from './components/Popover/PopoverDesktop.js';
|
|
25
25
|
import { IconInfo } from './components/SVGIcons/IconInfo.js';
|
|
@@ -44,7 +44,7 @@ var ButtonIcon = function ButtonIcon(props) {
|
|
|
44
44
|
_props$refHandler = props.refHandler,
|
|
45
45
|
refHandler = _props$refHandler === void 0 ? null : _props$refHandler,
|
|
46
46
|
rest = _objectWithoutProperties(props, _excluded$3);
|
|
47
|
-
return /*#__PURE__*/
|
|
47
|
+
return /*#__PURE__*/React.createElement("button", _extends({
|
|
48
48
|
ref: refHandler,
|
|
49
49
|
"data-id": dataId,
|
|
50
50
|
disabled: disabled,
|
|
@@ -52,10 +52,10 @@ var ButtonIcon = function ButtonIcon(props) {
|
|
|
52
52
|
className: classNames('btn-icon', "btn-icon--".concat(size), className),
|
|
53
53
|
onClick: onClick,
|
|
54
54
|
form: formId
|
|
55
|
-
}, rest), isLoading ? /*#__PURE__*/
|
|
55
|
+
}, rest), isLoading ? /*#__PURE__*/React.createElement(Loader, {
|
|
56
56
|
size: size,
|
|
57
57
|
type: 'dark'
|
|
58
|
-
}) : /*#__PURE__*/
|
|
58
|
+
}) : /*#__PURE__*/React.createElement(iconProps.Component, {
|
|
59
59
|
size: size,
|
|
60
60
|
type: disabled ? 'disabled' : 'tertiary'
|
|
61
61
|
}));
|
|
@@ -73,37 +73,37 @@ var ModalContent = function ModalContent(_ref) {
|
|
|
73
73
|
confirmBtnTooltipText = _ref.confirmBtnTooltipText,
|
|
74
74
|
buttonProps = _ref.buttonProps,
|
|
75
75
|
onSubmit = _ref.onSubmit;
|
|
76
|
-
return /*#__PURE__*/
|
|
76
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, title ? /*#__PURE__*/React.createElement("div", {
|
|
77
77
|
className: "modal__header"
|
|
78
|
-
}, /*#__PURE__*/
|
|
78
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Text, {
|
|
79
79
|
lineHeight: "large",
|
|
80
80
|
size: "large",
|
|
81
81
|
weight: 'bolder',
|
|
82
82
|
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-title") : ''
|
|
83
|
-
}, title), subtitle ? /*#__PURE__*/
|
|
83
|
+
}, title), subtitle ? /*#__PURE__*/React.createElement(Text, {
|
|
84
84
|
className: 'mt-12',
|
|
85
85
|
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-title") : ''
|
|
86
|
-
}, subtitle) : null), closeIcon ? /*#__PURE__*/
|
|
86
|
+
}, subtitle) : null), closeIcon ? /*#__PURE__*/React.createElement(ButtonIcon, {
|
|
87
87
|
className: 'modal__close ml-16',
|
|
88
88
|
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-close-button") : '',
|
|
89
89
|
iconProps: {
|
|
90
90
|
Component: IconDismiss
|
|
91
91
|
},
|
|
92
92
|
onClick: onClose
|
|
93
|
-
}) : null) : null, /*#__PURE__*/
|
|
93
|
+
}) : null) : null, /*#__PURE__*/React.createElement("div", {
|
|
94
94
|
className: "modal__content scrollbar scrollbar--vertical"
|
|
95
|
-
}, children), withFooter && buttonProps ? /*#__PURE__*/
|
|
95
|
+
}, children), withFooter && buttonProps ? /*#__PURE__*/React.createElement("div", {
|
|
96
96
|
className: "modal__footer"
|
|
97
|
-
}, buttonProps.cancel && /*#__PURE__*/
|
|
97
|
+
}, buttonProps.cancel && /*#__PURE__*/React.createElement(Button, _extends({
|
|
98
98
|
type: "tertiary",
|
|
99
99
|
className: "modal__footer__btn mr-16",
|
|
100
100
|
onClick: onClose,
|
|
101
101
|
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-cancel-button") : ''
|
|
102
|
-
}, buttonProps.cancel || {})), confirmBtnTooltipText ? /*#__PURE__*/
|
|
102
|
+
}, buttonProps.cancel || {})), confirmBtnTooltipText ? /*#__PURE__*/React.createElement(Tooltip, {
|
|
103
103
|
text: confirmBtnTooltipText,
|
|
104
104
|
id: 'confirm-btn-tooltip',
|
|
105
105
|
position: Positions.TOP_CENTER
|
|
106
|
-
}) : null, /*#__PURE__*/
|
|
106
|
+
}) : null, /*#__PURE__*/React.createElement(Button, _extends({
|
|
107
107
|
id: 'confirm-btn-tooltip',
|
|
108
108
|
className: 'modal__footer__btn',
|
|
109
109
|
type: "primary",
|
|
@@ -170,7 +170,7 @@ var Modal = function Modal(props) {
|
|
|
170
170
|
setContainerRef = _useState2[1];
|
|
171
171
|
useOnOutsideClick(containerRef, onClose, closeOnOutsideClick && isOpen, useId());
|
|
172
172
|
useHideBodyScroll(isOpen);
|
|
173
|
-
return /*#__PURE__*/
|
|
173
|
+
return /*#__PURE__*/React.createElement(AnimatePresenceWrapper, null, isOpen ? /*#__PURE__*/React.createElement(motion.div, {
|
|
174
174
|
className: classNames('modal', "modal--".concat(size), className),
|
|
175
175
|
initial: {
|
|
176
176
|
opacity: 0
|
|
@@ -184,12 +184,12 @@ var Modal = function Modal(props) {
|
|
|
184
184
|
transition: {
|
|
185
185
|
duration: 0.4
|
|
186
186
|
}
|
|
187
|
-
}, /*#__PURE__*/
|
|
187
|
+
}, /*#__PURE__*/React.createElement(motion.div, _extends({
|
|
188
188
|
className: classNames('modal__container', {
|
|
189
189
|
modal__container_mobile: isMobile
|
|
190
190
|
}),
|
|
191
191
|
ref: setContainerRef
|
|
192
|
-
}, isMobile ? MOBILE_ANIMATION : DESKTOP_ANIMATION), /*#__PURE__*/
|
|
192
|
+
}, isMobile ? MOBILE_ANIMATION : DESKTOP_ANIMATION), /*#__PURE__*/React.createElement(ModalContent, _extends({}, rest, {
|
|
193
193
|
onClose: onClose
|
|
194
194
|
})))) : null);
|
|
195
195
|
};
|
|
@@ -203,19 +203,19 @@ var PopoverMobile = function PopoverMobile(props) {
|
|
|
203
203
|
_props$clicked = props.clicked,
|
|
204
204
|
clicked = _props$clicked === void 0 ? false : _props$clicked,
|
|
205
205
|
children = props.children;
|
|
206
|
-
return /*#__PURE__*/
|
|
206
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Modal, {
|
|
207
207
|
closeIcon: true,
|
|
208
208
|
title: mobileTitle,
|
|
209
209
|
onClose: hideMessage,
|
|
210
210
|
isOpen: clicked
|
|
211
|
-
}, clicked && /*#__PURE__*/
|
|
211
|
+
}, clicked && /*#__PURE__*/React.createElement(React.Fragment, null, linkAddons ? /*#__PURE__*/React.createElement(Link, {
|
|
212
212
|
dataId: linkAddons.dataId,
|
|
213
213
|
url: linkAddons.url,
|
|
214
214
|
beforeLink: linkAddons.beforeLink,
|
|
215
215
|
afterLink: linkAddons.afterLink,
|
|
216
216
|
target: linkAddons.target,
|
|
217
217
|
className: 'popover__link'
|
|
218
|
-
}, text) : /*#__PURE__*/
|
|
218
|
+
}, text) : /*#__PURE__*/React.createElement(Text, {
|
|
219
219
|
dataId: "".concat(dataId, "-text"),
|
|
220
220
|
type: "primary",
|
|
221
221
|
weight: "regular",
|
|
@@ -261,10 +261,10 @@ var Popover = function Popover(props) {
|
|
|
261
261
|
setIsClicked(clicked);
|
|
262
262
|
}
|
|
263
263
|
}, [clicked, isClicked]);
|
|
264
|
-
return isMobile ? /*#__PURE__*/
|
|
264
|
+
return isMobile ? /*#__PURE__*/React.createElement(PopoverMobile, _extends({}, rest, {
|
|
265
265
|
clicked: isClicked,
|
|
266
266
|
hideMessage: hideMessage
|
|
267
|
-
})) : /*#__PURE__*/
|
|
267
|
+
})) : /*#__PURE__*/React.createElement(PopoverDesktop, _extends({}, rest, {
|
|
268
268
|
parent: parent,
|
|
269
269
|
clicked: isClicked,
|
|
270
270
|
showMessage: showMessage,
|
|
@@ -310,11 +310,11 @@ var Checkbox = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
310
310
|
onClick(!isChecked);
|
|
311
311
|
}
|
|
312
312
|
};
|
|
313
|
-
var checkboxLabelPopover = popoverAddons ? /*#__PURE__*/
|
|
313
|
+
var checkboxLabelPopover = popoverAddons ? /*#__PURE__*/React.createElement(Popover, _extends({
|
|
314
314
|
id: "".concat(popoverAddons.id)
|
|
315
|
-
}, popoverAddons), /*#__PURE__*/
|
|
315
|
+
}, popoverAddons), /*#__PURE__*/React.createElement("div", {
|
|
316
316
|
id: "".concat(popoverAddons.id)
|
|
317
|
-
}, /*#__PURE__*/
|
|
317
|
+
}, /*#__PURE__*/React.createElement(IconInfo, {
|
|
318
318
|
dataId: "".concat(dataId, "-icon"),
|
|
319
319
|
type: "information",
|
|
320
320
|
size: "xsmall",
|
|
@@ -332,31 +332,31 @@ var Checkbox = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
332
332
|
return label;
|
|
333
333
|
}
|
|
334
334
|
if (!link) {
|
|
335
|
-
return /*#__PURE__*/
|
|
335
|
+
return /*#__PURE__*/React.createElement(Text, {
|
|
336
336
|
type: disabled ? 'disabled' : 'primary',
|
|
337
337
|
className: "controller__label"
|
|
338
|
-
}, /*#__PURE__*/
|
|
338
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, label, required && /*#__PURE__*/React.createElement("sup", null, "*")));
|
|
339
339
|
}
|
|
340
|
-
return /*#__PURE__*/
|
|
340
|
+
return /*#__PURE__*/React.createElement(Text, {
|
|
341
341
|
type: disabled ? 'disabled' : 'primary',
|
|
342
342
|
className: "controller__label"
|
|
343
|
-
}, /*#__PURE__*/
|
|
343
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, beforeLink && /*#__PURE__*/React.createElement("span", {
|
|
344
344
|
className: "mr-4"
|
|
345
|
-
}, beforeLink), /*#__PURE__*/
|
|
345
|
+
}, beforeLink), /*#__PURE__*/React.createElement(Link, {
|
|
346
346
|
dataId: dataId,
|
|
347
347
|
url: link,
|
|
348
348
|
target: "_blank"
|
|
349
|
-
}, label), afterLink && /*#__PURE__*/
|
|
349
|
+
}, label), afterLink && /*#__PURE__*/React.createElement("span", {
|
|
350
350
|
className: "ml-4"
|
|
351
|
-
}, afterLink), required && /*#__PURE__*/
|
|
351
|
+
}, afterLink), required && /*#__PURE__*/React.createElement("sup", null, "*")));
|
|
352
352
|
}, [label, link]);
|
|
353
|
-
return /*#__PURE__*/
|
|
353
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("label", {
|
|
354
354
|
className: classNames('controller', _defineProperty({
|
|
355
355
|
'controller--checkbox': true,
|
|
356
356
|
'controller--disabled': disabled,
|
|
357
357
|
'controller--error': isInvalid
|
|
358
358
|
}, className, !!className))
|
|
359
|
-
}, /*#__PURE__*/
|
|
359
|
+
}, /*#__PURE__*/React.createElement("input", {
|
|
360
360
|
"data-id": dataId,
|
|
361
361
|
type: "checkbox",
|
|
362
362
|
ref: inputRef,
|
|
@@ -364,18 +364,18 @@ var Checkbox = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
364
364
|
onChange: changeHandler,
|
|
365
365
|
checked: Boolean(isChecked),
|
|
366
366
|
disabled: disabled
|
|
367
|
-
}), /*#__PURE__*/
|
|
367
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
368
368
|
className: "controller__icon"
|
|
369
|
-
}, /*#__PURE__*/
|
|
369
|
+
}, /*#__PURE__*/React.createElement(IconDynamicComponent, {
|
|
370
370
|
componentName: iconProps.name,
|
|
371
371
|
size: "xxsmall",
|
|
372
372
|
type: disabled ? 'disabled' : 'inverse',
|
|
373
373
|
className: "controller__mark"
|
|
374
|
-
})), checkboxLabel ? /*#__PURE__*/
|
|
374
|
+
})), checkboxLabel ? /*#__PURE__*/React.createElement("div", {
|
|
375
375
|
className: "controller__right"
|
|
376
|
-
}, /*#__PURE__*/
|
|
376
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
377
377
|
className: "flexbox"
|
|
378
|
-
}, checkboxLabel, checkboxLabelPopover), helperText ? /*#__PURE__*/
|
|
378
|
+
}, checkboxLabel, checkboxLabelPopover), helperText ? /*#__PURE__*/React.createElement(Text, {
|
|
379
379
|
size: "small",
|
|
380
380
|
type: disabled ? 'disabled' : 'secondary'
|
|
381
381
|
}, helperText) : null) : null));
|
|
@@ -411,7 +411,7 @@ var Button = function Button(props) {
|
|
|
411
411
|
}
|
|
412
412
|
onClick === null || onClick === void 0 || onClick(e);
|
|
413
413
|
};
|
|
414
|
-
return /*#__PURE__*/
|
|
414
|
+
return /*#__PURE__*/React.createElement("button", _extends({
|
|
415
415
|
ref: refHandler,
|
|
416
416
|
"data-id": dataId,
|
|
417
417
|
disabled: disabled,
|
|
@@ -421,14 +421,14 @@ var Button = function Button(props) {
|
|
|
421
421
|
}, "btn--icon-".concat((iconProps === null || iconProps === void 0 ? void 0 : iconProps.alignment) || 'left'), !isLoading && !justIcon && (iconProps === null || iconProps === void 0 ? void 0 : iconProps.Component)), className),
|
|
422
422
|
onClick: clickHandler,
|
|
423
423
|
form: formId
|
|
424
|
-
}, rest), isLoading ? /*#__PURE__*/
|
|
424
|
+
}, rest), isLoading ? /*#__PURE__*/React.createElement(Loader, {
|
|
425
425
|
size: size,
|
|
426
426
|
type: LITE_LOADER_TYPES.indexOf(type) === -1 ? 'dark' : 'lite'
|
|
427
|
-
}) : /*#__PURE__*/
|
|
427
|
+
}) : /*#__PURE__*/React.createElement(React.Fragment, null, iconProps !== null && iconProps !== void 0 && iconProps.Component ? /*#__PURE__*/React.createElement(iconProps.Component, {
|
|
428
428
|
size: ICON_SIZE_MAPPING[size],
|
|
429
429
|
type: ICON_TYPE_MAPPING[iconProps.type || type],
|
|
430
430
|
className: "btn__icon"
|
|
431
|
-
}) : null, buttonText || children ? /*#__PURE__*/
|
|
431
|
+
}) : null, buttonText || children ? /*#__PURE__*/React.createElement("span", {
|
|
432
432
|
className: "btn__text"
|
|
433
433
|
}, buttonText || children) : null));
|
|
434
434
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { _ as _extends } from '../../extends-acf19b4c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { ICONS_MAPPING, TYPE_MAPPING } from './consts.js';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
5
|
import { Text } from '../Text/Text.js';
|
|
6
|
-
import { B as Button } from '../../Button-
|
|
6
|
+
import { B as Button } from '../../Button-110130b7.js';
|
|
7
7
|
import { IconDismissFilled } from '../SVGIcons/IconDismissFilled.js';
|
|
8
8
|
import { IconDynamicComponent } from '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
9
9
|
import 'dayjs';
|
|
@@ -18,7 +18,8 @@ import '../../objectWithoutProperties-c5575e26.js';
|
|
|
18
18
|
import '../../helperComponents/Loader/Loader.js';
|
|
19
19
|
import '../../slicedToArray-72c4258c.js';
|
|
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';
|
|
@@ -29,7 +30,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
29
30
|
import '../../hooks/useGetElemPositions.js';
|
|
30
31
|
import '../../hooks/useGetTooltipPosition.js';
|
|
31
32
|
import '../../hooks/useHideOnScroll.js';
|
|
32
|
-
import '../../proxy-3b995879.js';
|
|
33
33
|
import '../Link/Link.js';
|
|
34
34
|
import '../Popover/PopoverDesktop.js';
|
|
35
35
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -48,37 +48,37 @@ var Alert = function Alert(props) {
|
|
|
48
48
|
onClose = props.onClose,
|
|
49
49
|
_props$className = props.className,
|
|
50
50
|
className = _props$className === void 0 ? '' : _props$className;
|
|
51
|
-
return /*#__PURE__*/
|
|
51
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
52
52
|
className: classNames('alert', "alert--".concat(type, " alert--").concat(position), className)
|
|
53
|
-
}, /*#__PURE__*/
|
|
53
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
54
54
|
className: "alert__content"
|
|
55
|
-
}, /*#__PURE__*/
|
|
55
|
+
}, /*#__PURE__*/React.createElement(IconDynamicComponent, {
|
|
56
56
|
componentName: ICONS_MAPPING[type],
|
|
57
57
|
size: "small",
|
|
58
58
|
type: TYPE_MAPPING[type]
|
|
59
|
-
}), /*#__PURE__*/
|
|
59
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
60
60
|
className: "alert__text pl-8"
|
|
61
|
-
}, /*#__PURE__*/
|
|
61
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Text, {
|
|
62
62
|
type: "primary",
|
|
63
63
|
size: "standard",
|
|
64
64
|
weight: "regular",
|
|
65
65
|
lineHeight: "large"
|
|
66
|
-
}, text), subtext ? /*#__PURE__*/
|
|
66
|
+
}, text), subtext ? /*#__PURE__*/React.createElement(Text, {
|
|
67
67
|
className: 'mt-4',
|
|
68
68
|
type: "secondary",
|
|
69
69
|
size: "small",
|
|
70
70
|
weight: "regular",
|
|
71
71
|
lineHeight: "large"
|
|
72
|
-
}, subtext) : null), buttonProps ? /*#__PURE__*/
|
|
72
|
+
}, subtext) : null), buttonProps ? /*#__PURE__*/React.createElement("div", {
|
|
73
73
|
className: "alert__actions"
|
|
74
|
-
}, buttonProps.confirm && /*#__PURE__*/
|
|
74
|
+
}, buttonProps.confirm && /*#__PURE__*/React.createElement(Button, _extends({
|
|
75
75
|
size: "medium",
|
|
76
76
|
type: "secondary"
|
|
77
|
-
}, buttonProps.confirm)), buttonProps.cancel && /*#__PURE__*/
|
|
77
|
+
}, buttonProps.confirm)), buttonProps.cancel && /*#__PURE__*/React.createElement(Button, _extends({
|
|
78
78
|
size: "medium",
|
|
79
79
|
type: "tertiary",
|
|
80
80
|
className: "ml-12"
|
|
81
|
-
}, buttonProps.cancel))) : null), closeIcon ? /*#__PURE__*/
|
|
81
|
+
}, buttonProps.cancel))) : null), closeIcon ? /*#__PURE__*/React.createElement(IconDismissFilled, {
|
|
82
82
|
type: TYPE_MAPPING[type],
|
|
83
83
|
size: "xsmall",
|
|
84
84
|
className: "ml-12 pointer",
|
|
@@ -6,7 +6,7 @@ import 'classnames';
|
|
|
6
6
|
import '../Text/Text.js';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
|
-
import '../../Button-
|
|
9
|
+
import '../../Button-110130b7.js';
|
|
10
10
|
import '../../defineProperty-fdfb938c.js';
|
|
11
11
|
import '../../typeof-e7f3291d.js';
|
|
12
12
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
@@ -16,7 +16,8 @@ import '../../hooks/useScreenSize.js';
|
|
|
16
16
|
import '../../slicedToArray-72c4258c.js';
|
|
17
17
|
import 'react-hook-form';
|
|
18
18
|
import '../../hooks/useGetIsMobile.js';
|
|
19
|
-
import '
|
|
19
|
+
import 'framer-motion';
|
|
20
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
20
21
|
import '../../hooks/useOnOutsideClick.js';
|
|
21
22
|
import '../../hooks/useHideBodyScroll.js';
|
|
22
23
|
import 'react-syntax-highlighter';
|
|
@@ -28,7 +29,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
28
29
|
import '../../hooks/useGetElemPositions.js';
|
|
29
30
|
import '../../hooks/useGetTooltipPosition.js';
|
|
30
31
|
import '../../hooks/useHideOnScroll.js';
|
|
31
|
-
import '../../proxy-3b995879.js';
|
|
32
32
|
import '../Link/Link.js';
|
|
33
33
|
import '../Popover/PopoverDesktop.js';
|
|
34
34
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { TButtonPropTypes } from '../Button/types';
|
|
2
3
|
export type TAlertTypes = 'success' | 'error' | 'warning' | 'information' | 'discovery';
|
|
3
4
|
export type TAlertPosition = 'inline' | 'sticky';
|
|
4
5
|
export interface TAlertProps extends IFormCompProps {
|
|
5
6
|
type?: TAlertTypes;
|
|
6
7
|
position?: TAlertPosition;
|
|
7
|
-
text: string |
|
|
8
|
-
subtext: string |
|
|
8
|
+
text: string | React.ReactElement;
|
|
9
|
+
subtext: string | React.ReactElement;
|
|
9
10
|
closeIcon?: boolean;
|
|
10
11
|
onClose: () => void;
|
|
11
12
|
buttonProps?: {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { _ as _slicedToArray } from '../../slicedToArray-72c4258c.js';
|
|
2
|
-
import
|
|
2
|
+
import React, { useState, useEffect } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import { FileUpload } from '../FileUpload/FileUpload.js';
|
|
5
5
|
import { FileUploadMode } from '../FileUpload/types.js';
|
|
6
6
|
import '../../toConsumableArray-263f95db.js';
|
|
7
|
-
import '../../Button-
|
|
7
|
+
import '../../Button-110130b7.js';
|
|
8
8
|
import '../../extends-acf19b4c.js';
|
|
9
9
|
import '../../defineProperty-fdfb938c.js';
|
|
10
10
|
import '../../typeof-e7f3291d.js';
|
|
@@ -15,7 +15,8 @@ import '../../consts/index.js';
|
|
|
15
15
|
import '../../hooks/useScreenSize.js';
|
|
16
16
|
import 'react-hook-form';
|
|
17
17
|
import '../../hooks/useGetIsMobile.js';
|
|
18
|
-
import '
|
|
18
|
+
import 'framer-motion';
|
|
19
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
19
20
|
import '../../hooks/useOnOutsideClick.js';
|
|
20
21
|
import '../../hooks/useHideBodyScroll.js';
|
|
21
22
|
import 'react-syntax-highlighter';
|
|
@@ -29,7 +30,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
29
30
|
import '../../hooks/useGetElemPositions.js';
|
|
30
31
|
import '../../hooks/useGetTooltipPosition.js';
|
|
31
32
|
import '../../hooks/useHideOnScroll.js';
|
|
32
|
-
import '../../proxy-3b995879.js';
|
|
33
33
|
import '../Link/Link.js';
|
|
34
34
|
import '../Popover/PopoverDesktop.js';
|
|
35
35
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -83,7 +83,7 @@ var Avatar = function Avatar(_ref) {
|
|
|
83
83
|
useEffect(function () {
|
|
84
84
|
setImage(imagePath);
|
|
85
85
|
}, [imagePath]);
|
|
86
|
-
return /*#__PURE__*/
|
|
86
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
87
87
|
id: id,
|
|
88
88
|
"data-id": dataId,
|
|
89
89
|
className: classNames("avatar avatar--".concat(color, " avatar--").concat(type, " avatar--").concat(size), className, {
|
|
@@ -91,7 +91,7 @@ var Avatar = function Avatar(_ref) {
|
|
|
91
91
|
'avatar--edit': isEditable
|
|
92
92
|
}),
|
|
93
93
|
style: style
|
|
94
|
-
}, !image ? initials : null, isEditable && /*#__PURE__*/
|
|
94
|
+
}, !image ? initials : null, isEditable && /*#__PURE__*/React.createElement(FileUpload, {
|
|
95
95
|
onError: onError,
|
|
96
96
|
fileAllowedSize: fileAllowedSize,
|
|
97
97
|
multiple: false,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Tooltip } from '../Tooltip/Tooltip.js';
|
|
3
3
|
import { Avatar } from './Avatar.js';
|
|
4
4
|
import { Positions } from '../Tooltip/types.js';
|
|
@@ -19,19 +19,19 @@ import '../../hooks/useHideOnScroll.js';
|
|
|
19
19
|
import '../FileUpload/FileUpload.js';
|
|
20
20
|
import '../../toConsumableArray-263f95db.js';
|
|
21
21
|
import '../FileUpload/types.js';
|
|
22
|
-
import '../../Button-
|
|
22
|
+
import '../../Button-110130b7.js';
|
|
23
23
|
import '../../extends-acf19b4c.js';
|
|
24
24
|
import '../../defineProperty-fdfb938c.js';
|
|
25
25
|
import '../../typeof-e7f3291d.js';
|
|
26
26
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
27
27
|
import '../../helperComponents/Loader/Loader.js';
|
|
28
28
|
import '../../hooks/useGetIsMobile.js';
|
|
29
|
-
import '
|
|
29
|
+
import 'framer-motion';
|
|
30
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
30
31
|
import '../../hooks/useOnOutsideClick.js';
|
|
31
32
|
import '../../hooks/useHideBodyScroll.js';
|
|
32
33
|
import 'react-syntax-highlighter';
|
|
33
34
|
import '../SVGIcons/IconDismiss.js';
|
|
34
|
-
import '../../proxy-3b995879.js';
|
|
35
35
|
import '../Link/Link.js';
|
|
36
36
|
import '../Popover/PopoverDesktop.js';
|
|
37
37
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -66,38 +66,38 @@ var AvatarGroup = function AvatarGroup(_ref) {
|
|
|
66
66
|
var visibleAvatarsAmount = maxCount || VISIBLE_AVATARS_AMOUNT[screenSize];
|
|
67
67
|
var visibleAvatars = avatarGroup.slice(0, visibleAvatarsAmount);
|
|
68
68
|
var invisibleAvatarsAmount = avatarGroup.length - visibleAvatarsAmount > 0 ? avatarGroup.length - visibleAvatarsAmount : 0;
|
|
69
|
-
return /*#__PURE__*/
|
|
69
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
70
70
|
className: classNames("avatar-group avatar-group--".concat(size))
|
|
71
71
|
}, visibleAvatars.map(function (avatar, index) {
|
|
72
|
-
return /*#__PURE__*/
|
|
72
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
73
73
|
className: 'avatar-group__item',
|
|
74
74
|
key: index
|
|
75
|
-
}, avatar.tooltipContent ? /*#__PURE__*/
|
|
75
|
+
}, avatar.tooltipContent ? /*#__PURE__*/React.createElement(Tooltip, {
|
|
76
76
|
text: avatar.tooltipContent,
|
|
77
77
|
id: "".concat(index),
|
|
78
78
|
position: Positions.TOP_CENTER
|
|
79
|
-
}) : null, /*#__PURE__*/
|
|
79
|
+
}) : null, /*#__PURE__*/React.createElement(Avatar, {
|
|
80
80
|
dataId: dataId,
|
|
81
81
|
id: "".concat(index),
|
|
82
82
|
size: size,
|
|
83
83
|
initials: avatar.initials,
|
|
84
84
|
imagePath: avatar.imagePath
|
|
85
85
|
}));
|
|
86
|
-
}), invisibleAvatarsAmount ? /*#__PURE__*/
|
|
86
|
+
}), invisibleAvatarsAmount ? /*#__PURE__*/React.createElement("div", {
|
|
87
87
|
className: "avatar-group__item"
|
|
88
|
-
}, /*#__PURE__*/
|
|
88
|
+
}, /*#__PURE__*/React.createElement(Tooltip, {
|
|
89
89
|
text: 'Name Surname',
|
|
90
90
|
id: 'amountTooltip',
|
|
91
91
|
position: Positions.TOP_CENTER
|
|
92
|
-
}), /*#__PURE__*/
|
|
92
|
+
}), /*#__PURE__*/React.createElement(Avatar, {
|
|
93
93
|
type: 'count',
|
|
94
94
|
size: size,
|
|
95
95
|
id: 'amountTooltip',
|
|
96
96
|
initials: "+".concat(invisibleAvatarsAmount)
|
|
97
|
-
})) : null, onAddUser ? /*#__PURE__*/
|
|
97
|
+
})) : null, onAddUser ? /*#__PURE__*/React.createElement("div", {
|
|
98
98
|
className: classNames("avatar avatar-group__add avatar--".concat(size)),
|
|
99
99
|
onClick: onAddUser
|
|
100
|
-
}, /*#__PURE__*/
|
|
100
|
+
}, /*#__PURE__*/React.createElement(IconAdd, {
|
|
101
101
|
type: "disabled",
|
|
102
102
|
size: size
|
|
103
103
|
})) : null);
|
|
@@ -6,7 +6,7 @@ import 'classnames';
|
|
|
6
6
|
import '../FileUpload/FileUpload.js';
|
|
7
7
|
import '../../toConsumableArray-263f95db.js';
|
|
8
8
|
import '../FileUpload/types.js';
|
|
9
|
-
import '../../Button-
|
|
9
|
+
import '../../Button-110130b7.js';
|
|
10
10
|
import '../../extends-acf19b4c.js';
|
|
11
11
|
import '../../defineProperty-fdfb938c.js';
|
|
12
12
|
import '../../typeof-e7f3291d.js';
|
|
@@ -17,7 +17,8 @@ import '../../consts/index.js';
|
|
|
17
17
|
import '../../hooks/useScreenSize.js';
|
|
18
18
|
import 'react-hook-form';
|
|
19
19
|
import '../../hooks/useGetIsMobile.js';
|
|
20
|
-
import '
|
|
20
|
+
import 'framer-motion';
|
|
21
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
21
22
|
import '../../hooks/useOnOutsideClick.js';
|
|
22
23
|
import '../../hooks/useHideBodyScroll.js';
|
|
23
24
|
import 'react-syntax-highlighter';
|
|
@@ -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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Text } from '../Text/Text.js';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../utils/helpers.js';
|
|
@@ -12,13 +12,13 @@ var Badge = function Badge(props) {
|
|
|
12
12
|
text = props.text,
|
|
13
13
|
_props$className = props.className,
|
|
14
14
|
className = _props$className === void 0 ? '' : _props$className;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
16
16
|
className: classNames("badge badge--".concat(type, " badge--").concat(size), className)
|
|
17
|
-
}, text ? /*#__PURE__*/
|
|
17
|
+
}, text ? /*#__PURE__*/React.createElement(Text, {
|
|
18
18
|
size: "xsmall",
|
|
19
19
|
type: type == 'secondary' ? 'primary' : 'inverse',
|
|
20
20
|
className: "badge__inner"
|
|
21
|
-
}, /*#__PURE__*/
|
|
21
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, text)) : null);
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
export { Badge };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
|
|
3
3
|
var Breadcrumb = function Breadcrumb(props) {
|
|
4
4
|
var selectedValue = props.selectedValue,
|
|
@@ -6,13 +6,13 @@ var Breadcrumb = function Breadcrumb(props) {
|
|
|
6
6
|
_props$className = props.className,
|
|
7
7
|
className = _props$className === void 0 ? '' : _props$className,
|
|
8
8
|
onSelect = props.onSelect;
|
|
9
|
-
return /*#__PURE__*/
|
|
9
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
10
10
|
className: "breadcrumb ".concat(className)
|
|
11
11
|
}, breadCrumbItems.map(function (itemInfo) {
|
|
12
|
-
return /*#__PURE__*/
|
|
12
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
13
13
|
className: "breadcrumb__item",
|
|
14
14
|
key: itemInfo.value
|
|
15
|
-
}, /*#__PURE__*/
|
|
15
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
16
16
|
className: "breadcrumb__item__inner ".concat(selectedValue === itemInfo.value ? 'selected' : ''),
|
|
17
17
|
onClick: function onClick() {
|
|
18
18
|
return onSelect(itemInfo.value);
|
|
@@ -5,7 +5,7 @@ import 'react';
|
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import 'dayjs';
|
|
7
7
|
import '../../helperComponents/Loader/Loader.js';
|
|
8
|
-
export { B as Button } from '../../Button-
|
|
8
|
+
export { B as Button } from '../../Button-110130b7.js';
|
|
9
9
|
import '../../consts/index.js';
|
|
10
10
|
import '../../hooks/useScreenSize.js';
|
|
11
11
|
import 'react-hook-form';
|
|
@@ -14,7 +14,8 @@ import './consts.js';
|
|
|
14
14
|
import '../../typeof-e7f3291d.js';
|
|
15
15
|
import '../../slicedToArray-72c4258c.js';
|
|
16
16
|
import '../../hooks/useGetIsMobile.js';
|
|
17
|
-
import '
|
|
17
|
+
import 'framer-motion';
|
|
18
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
18
19
|
import '../../hooks/useOnOutsideClick.js';
|
|
19
20
|
import '../../hooks/useHideBodyScroll.js';
|
|
20
21
|
import '../SVGIcons/IconDismiss.js';
|
|
@@ -27,7 +28,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
27
28
|
import '../../hooks/useGetElemPositions.js';
|
|
28
29
|
import '../../hooks/useGetTooltipPosition.js';
|
|
29
30
|
import '../../hooks/useHideOnScroll.js';
|
|
30
|
-
import '../../proxy-3b995879.js';
|
|
31
31
|
import '../Link/Link.js';
|
|
32
32
|
import '../Popover/PopoverDesktop.js';
|
|
33
33
|
import '../SVGIcons/IconInfo.js';
|