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,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Text } from '../Text/Text.js';
|
|
3
3
|
import { Image } from '../Image/Image.js';
|
|
4
4
|
import { Radio } from '../Radio/Radio.js';
|
|
@@ -11,14 +11,15 @@ import '../../consts/index.js';
|
|
|
11
11
|
import '../../hooks/useScreenSize.js';
|
|
12
12
|
import '../../slicedToArray-72c4258c.js';
|
|
13
13
|
import 'react-hook-form';
|
|
14
|
-
import '../../Button-
|
|
14
|
+
import '../../Button-110130b7.js';
|
|
15
15
|
import '../../extends-acf19b4c.js';
|
|
16
16
|
import '../../defineProperty-fdfb938c.js';
|
|
17
17
|
import '../../typeof-e7f3291d.js';
|
|
18
18
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
19
19
|
import '../../helperComponents/Loader/Loader.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 'react-syntax-highlighter';
|
|
@@ -30,7 +31,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
30
31
|
import '../../hooks/useGetElemPositions.js';
|
|
31
32
|
import '../../hooks/useGetTooltipPosition.js';
|
|
32
33
|
import '../../hooks/useHideOnScroll.js';
|
|
33
|
-
import '../../proxy-3b995879.js';
|
|
34
34
|
import '../Link/Link.js';
|
|
35
35
|
import '../Popover/PopoverDesktop.js';
|
|
36
36
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -65,21 +65,21 @@ var ItemSelect = function ItemSelect(props) {
|
|
|
65
65
|
handleItemSelectValue(itemValue);
|
|
66
66
|
}
|
|
67
67
|
};
|
|
68
|
-
return /*#__PURE__*/
|
|
68
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
69
69
|
className: itemSelectStyle,
|
|
70
70
|
onClick: handleItemSelect
|
|
71
|
-
}, image || leftIconProps ? /*#__PURE__*/
|
|
71
|
+
}, image || leftIconProps ? /*#__PURE__*/React.createElement("div", {
|
|
72
72
|
className: 'item-select__left mr-12'
|
|
73
|
-
}, image ? /*#__PURE__*/
|
|
73
|
+
}, image ? /*#__PURE__*/React.createElement("div", {
|
|
74
74
|
className: 'item-select__image flexbox align-items--center justify-content--center'
|
|
75
|
-
}, /*#__PURE__*/
|
|
75
|
+
}, /*#__PURE__*/React.createElement(Image, {
|
|
76
76
|
imagePath: image
|
|
77
|
-
})) : leftIconProps ? leftIconProps : null) : null, /*#__PURE__*/
|
|
77
|
+
})) : leftIconProps ? leftIconProps : null) : null, /*#__PURE__*/React.createElement("div", {
|
|
78
78
|
className: 'item-select__content text-truncate'
|
|
79
|
-
}, /*#__PURE__*/
|
|
79
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
80
80
|
type: disabled ? 'disabled' : 'primary',
|
|
81
81
|
className: 'full-width text-truncate'
|
|
82
|
-
}, /*#__PURE__*/
|
|
82
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, label))), icon && icon.Component ? selected ? /*#__PURE__*/React.createElement(icon.Component, icon) : null : /*#__PURE__*/React.createElement(Radio, {
|
|
83
83
|
name: name,
|
|
84
84
|
isSelected: selected,
|
|
85
85
|
disabled: disabled,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { ItemSelect } from './ItemSelect.js';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../Text/Text.js';
|
|
@@ -12,14 +12,15 @@ import '../../consts/index.js';
|
|
|
12
12
|
import '../../hooks/useScreenSize.js';
|
|
13
13
|
import '../../slicedToArray-72c4258c.js';
|
|
14
14
|
import 'react-hook-form';
|
|
15
|
-
import '../../Button-
|
|
15
|
+
import '../../Button-110130b7.js';
|
|
16
16
|
import '../../extends-acf19b4c.js';
|
|
17
17
|
import '../../defineProperty-fdfb938c.js';
|
|
18
18
|
import '../../typeof-e7f3291d.js';
|
|
19
19
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
20
20
|
import '../../helperComponents/Loader/Loader.js';
|
|
21
21
|
import '../../hooks/useGetIsMobile.js';
|
|
22
|
-
import '
|
|
22
|
+
import 'framer-motion';
|
|
23
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
23
24
|
import '../../hooks/useOnOutsideClick.js';
|
|
24
25
|
import '../../hooks/useHideBodyScroll.js';
|
|
25
26
|
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';
|
|
@@ -47,7 +47,7 @@ var ItemSelectGroup = function ItemSelectGroup(props) {
|
|
|
47
47
|
handleChange = props.handleChange,
|
|
48
48
|
className = props.className,
|
|
49
49
|
iconGroup = props.iconGroup;
|
|
50
|
-
return /*#__PURE__*/
|
|
50
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
51
51
|
className: classNames('item-select-group', {
|
|
52
52
|
'item-select-group--horizontal': isHorizontal
|
|
53
53
|
}, className)
|
|
@@ -58,7 +58,7 @@ var ItemSelectGroup = function ItemSelectGroup(props) {
|
|
|
58
58
|
leftIconProps = _ref.leftIconProps,
|
|
59
59
|
id = _ref.id,
|
|
60
60
|
disabled = _ref.disabled;
|
|
61
|
-
return /*#__PURE__*/
|
|
61
|
+
return /*#__PURE__*/React.createElement(ItemSelect, {
|
|
62
62
|
name: name,
|
|
63
63
|
key: id || index,
|
|
64
64
|
label: label,
|
|
@@ -13,14 +13,15 @@ import '../../consts/index.js';
|
|
|
13
13
|
import '../../hooks/useScreenSize.js';
|
|
14
14
|
import '../../slicedToArray-72c4258c.js';
|
|
15
15
|
import 'react-hook-form';
|
|
16
|
-
import '../../Button-
|
|
16
|
+
import '../../Button-110130b7.js';
|
|
17
17
|
import '../../extends-acf19b4c.js';
|
|
18
18
|
import '../../defineProperty-fdfb938c.js';
|
|
19
19
|
import '../../typeof-e7f3291d.js';
|
|
20
20
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
21
21
|
import '../../helperComponents/Loader/Loader.js';
|
|
22
22
|
import '../../hooks/useGetIsMobile.js';
|
|
23
|
-
import '
|
|
23
|
+
import 'framer-motion';
|
|
24
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
24
25
|
import '../../hooks/useOnOutsideClick.js';
|
|
25
26
|
import '../../hooks/useHideBodyScroll.js';
|
|
26
27
|
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';
|
package/components/Link/Link.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import classNames from 'classnames';
|
|
3
3
|
|
|
4
4
|
var Link = function Link(props) {
|
|
@@ -12,9 +12,9 @@ var Link = function Link(props) {
|
|
|
12
12
|
dataId = _props$dataId === void 0 ? '' : _props$dataId,
|
|
13
13
|
target = props.target,
|
|
14
14
|
onclick = props.onclick;
|
|
15
|
-
return beforeLink || afterLink ? /*#__PURE__*/
|
|
15
|
+
return beforeLink || afterLink ? /*#__PURE__*/React.createElement("span", {
|
|
16
16
|
className: className
|
|
17
|
-
}, beforeLink, /*#__PURE__*/
|
|
17
|
+
}, beforeLink, /*#__PURE__*/React.createElement("a", {
|
|
18
18
|
onClick: function onClick(e) {
|
|
19
19
|
if (onclick) {
|
|
20
20
|
e.preventDefault();
|
|
@@ -25,7 +25,7 @@ var Link = function Link(props) {
|
|
|
25
25
|
className: 'link',
|
|
26
26
|
"data-id": "".concat(dataId, "-link"),
|
|
27
27
|
target: target
|
|
28
|
-
}, children), afterLink) : /*#__PURE__*/
|
|
28
|
+
}, children), afterLink) : /*#__PURE__*/React.createElement("a", {
|
|
29
29
|
onClick: function onClick(e) {
|
|
30
30
|
if (onclick) {
|
|
31
31
|
e.preventDefault();
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export interface LinkPropTypes {
|
|
2
|
-
children?: string |
|
|
3
|
+
children?: string | React.ReactElement;
|
|
3
4
|
className?: string;
|
|
4
5
|
url?: string;
|
|
5
6
|
dataId?: string;
|
|
6
7
|
target?: string;
|
|
7
|
-
beforeLink?: string |
|
|
8
|
-
afterLink?: string |
|
|
8
|
+
beforeLink?: string | React.ReactElement;
|
|
9
|
+
afterLink?: string | React.ReactElement;
|
|
9
10
|
onclick?: () => void;
|
|
10
11
|
}
|
package/components/Menu/Menu.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _slicedToArray } from '../../slicedToArray-72c4258c.js';
|
|
2
|
-
import
|
|
2
|
+
import React, { useState, useId, useMemo } from 'react';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
4
|
import { useGetElemSizes } from '../../hooks/useGetElemSizes.js';
|
|
5
5
|
import { useGetElemPositions } from '../../hooks/useGetElemPositions.js';
|
|
@@ -18,13 +18,14 @@ import '../Avatar/Avatar.js';
|
|
|
18
18
|
import '../FileUpload/FileUpload.js';
|
|
19
19
|
import '../../toConsumableArray-263f95db.js';
|
|
20
20
|
import '../FileUpload/types.js';
|
|
21
|
-
import '../../Button-
|
|
21
|
+
import '../../Button-110130b7.js';
|
|
22
22
|
import '../../defineProperty-fdfb938c.js';
|
|
23
23
|
import '../../typeof-e7f3291d.js';
|
|
24
24
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
25
25
|
import '../../helperComponents/Loader/Loader.js';
|
|
26
26
|
import '../../hooks/useGetIsMobile.js';
|
|
27
|
-
import '
|
|
27
|
+
import 'framer-motion';
|
|
28
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
28
29
|
import '../../hooks/useHideBodyScroll.js';
|
|
29
30
|
import '../SVGIcons/IconDismiss.js';
|
|
30
31
|
import '../Tooltip/types.js';
|
|
@@ -32,7 +33,6 @@ import '../Text/Text.js';
|
|
|
32
33
|
import '../../utils/helpers.js';
|
|
33
34
|
import '../Tooltip/Tooltip.js';
|
|
34
35
|
import '../../hooks/useGetTooltipStyles.js';
|
|
35
|
-
import '../../proxy-3b995879.js';
|
|
36
36
|
import '../Link/Link.js';
|
|
37
37
|
import '../Popover/PopoverDesktop.js';
|
|
38
38
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -115,11 +115,11 @@ var Menu = function Menu(props) {
|
|
|
115
115
|
if (!parentRef || !isOpen) {
|
|
116
116
|
return null;
|
|
117
117
|
}
|
|
118
|
-
return /*#__PURE__*/
|
|
118
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/createPortal(/*#__PURE__*/React.createElement("div", {
|
|
119
119
|
className: classNames('select', 'select--menu', className),
|
|
120
120
|
style: menuStyles,
|
|
121
121
|
ref: setMenuRef
|
|
122
|
-
}, /*#__PURE__*/
|
|
122
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, children ? children : /*#__PURE__*/React.createElement(React.Fragment, null, menuItems.map(function (_ref) {
|
|
123
123
|
var label = _ref.label,
|
|
124
124
|
meta = _ref.meta,
|
|
125
125
|
value = _ref.value,
|
|
@@ -127,7 +127,7 @@ var Menu = function Menu(props) {
|
|
|
127
127
|
iconProps = _ref.iconProps,
|
|
128
128
|
disabled = _ref.disabled,
|
|
129
129
|
dataId = _ref.dataId;
|
|
130
|
-
return /*#__PURE__*/
|
|
130
|
+
return /*#__PURE__*/React.createElement(OptionItem, {
|
|
131
131
|
dataId: dataId,
|
|
132
132
|
disabled: disabled,
|
|
133
133
|
key: value,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _defineProperty } from '../../defineProperty-fdfb938c.js';
|
|
2
2
|
import { _ as _slicedToArray } from '../../slicedToArray-72c4258c.js';
|
|
3
|
-
import
|
|
3
|
+
import React, { useState, useId, useMemo } from 'react';
|
|
4
4
|
import { createPortal } from 'react-dom';
|
|
5
5
|
import { useGetElemSizes } from '../../hooks/useGetElemSizes.js';
|
|
6
6
|
import { useGetElemPositions } from '../../hooks/useGetElemPositions.js';
|
|
@@ -11,6 +11,7 @@ import { useOnOutsideClick } from '../../hooks/useOnOutsideClick.js';
|
|
|
11
11
|
import '../../hooks/useScreenSize.js';
|
|
12
12
|
import 'react-hook-form';
|
|
13
13
|
import classNames from 'classnames';
|
|
14
|
+
import 'framer-motion';
|
|
14
15
|
import { CollapseGroup } from '../Collapse/CollapseGroup/CollapseGroup.js';
|
|
15
16
|
import { OptionItem } from '../../helperComponents/OptionItem/OptionItem.js';
|
|
16
17
|
import 'react-syntax-highlighter';
|
|
@@ -23,13 +24,12 @@ import '../Text/Text.js';
|
|
|
23
24
|
import '../../utils/helpers.js';
|
|
24
25
|
import '../SVGIcons/IconChevronRight.js';
|
|
25
26
|
import '../Divider/Divider.js';
|
|
26
|
-
import '../../AnimatePresenceWrapper
|
|
27
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
27
28
|
import '../SVGIcons/IconChevronDown.js';
|
|
28
|
-
import '../../proxy-3b995879.js';
|
|
29
29
|
import '../Avatar/Avatar.js';
|
|
30
30
|
import '../FileUpload/FileUpload.js';
|
|
31
31
|
import '../FileUpload/types.js';
|
|
32
|
-
import '../../Button-
|
|
32
|
+
import '../../Button-110130b7.js';
|
|
33
33
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
34
34
|
import '../../helperComponents/Loader/Loader.js';
|
|
35
35
|
import '../../hooks/useGetIsMobile.js';
|
|
@@ -123,7 +123,7 @@ var NestedMenu = function NestedMenu(_ref) {
|
|
|
123
123
|
}
|
|
124
124
|
var _menuItems = menuItems.map(function (item, index) {
|
|
125
125
|
return _objectSpread(_objectSpread({}, item), {}, {
|
|
126
|
-
content: item.subItems ? /*#__PURE__*/
|
|
126
|
+
content: item.subItems ? /*#__PURE__*/React.createElement("div", {
|
|
127
127
|
className: "nested-menu__sub-items select"
|
|
128
128
|
}, item.subItems.map(function (_ref2) {
|
|
129
129
|
var label = _ref2.label,
|
|
@@ -133,7 +133,7 @@ var NestedMenu = function NestedMenu(_ref) {
|
|
|
133
133
|
iconProps = _ref2.iconProps,
|
|
134
134
|
disabled = _ref2.disabled,
|
|
135
135
|
dataId = _ref2.dataId;
|
|
136
|
-
return /*#__PURE__*/
|
|
136
|
+
return /*#__PURE__*/React.createElement(OptionItem, {
|
|
137
137
|
dataId: dataId,
|
|
138
138
|
disabled: disabled,
|
|
139
139
|
key: "".concat(index, "-").concat(value),
|
|
@@ -152,11 +152,11 @@ var NestedMenu = function NestedMenu(_ref) {
|
|
|
152
152
|
})) : null
|
|
153
153
|
});
|
|
154
154
|
});
|
|
155
|
-
return /*#__PURE__*/
|
|
155
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/createPortal(/*#__PURE__*/React.createElement("div", {
|
|
156
156
|
className: classNames('nested-menu', className),
|
|
157
157
|
style: menuStyles,
|
|
158
158
|
ref: setMenuRef
|
|
159
|
-
}, /*#__PURE__*/
|
|
159
|
+
}, /*#__PURE__*/React.createElement(CollapseGroup, {
|
|
160
160
|
items: _menuItems
|
|
161
161
|
})), parentRef));
|
|
162
162
|
};
|
package/components/Menu/index.js
CHANGED
|
@@ -19,13 +19,14 @@ import '../Avatar/Avatar.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 '../../defineProperty-fdfb938c.js';
|
|
24
24
|
import '../../typeof-e7f3291d.js';
|
|
25
25
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
26
26
|
import '../../helperComponents/Loader/Loader.js';
|
|
27
27
|
import '../../hooks/useGetIsMobile.js';
|
|
28
|
-
import '
|
|
28
|
+
import 'framer-motion';
|
|
29
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
29
30
|
import '../../hooks/useHideBodyScroll.js';
|
|
30
31
|
import 'react-syntax-highlighter';
|
|
31
32
|
import '../SVGIcons/IconDismiss.js';
|
|
@@ -34,7 +35,6 @@ import '../Text/Text.js';
|
|
|
34
35
|
import '../../utils/helpers.js';
|
|
35
36
|
import '../Tooltip/Tooltip.js';
|
|
36
37
|
import '../../hooks/useGetTooltipStyles.js';
|
|
37
|
-
import '../../proxy-3b995879.js';
|
|
38
38
|
import '../Link/Link.js';
|
|
39
39
|
import '../Popover/PopoverDesktop.js';
|
|
40
40
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -3,16 +3,16 @@ import '../../slicedToArray-72c4258c.js';
|
|
|
3
3
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'classnames';
|
|
6
|
-
import '
|
|
6
|
+
import 'framer-motion';
|
|
7
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
7
8
|
import '../../consts/index.js';
|
|
8
9
|
import 'dayjs';
|
|
9
10
|
import '../../hooks/useOnOutsideClick.js';
|
|
10
11
|
import '../../hooks/useScreenSize.js';
|
|
11
12
|
import '../../hooks/useHideBodyScroll.js';
|
|
12
13
|
import 'react-hook-form';
|
|
13
|
-
export { b as MOBILE_ANIMATION, M as Modal } from '../../Button-
|
|
14
|
+
export { b as MOBILE_ANIMATION, M as Modal } from '../../Button-110130b7.js';
|
|
14
15
|
import '../../hooks/useGetIsMobile.js';
|
|
15
|
-
import '../../proxy-3b995879.js';
|
|
16
16
|
import '../../defineProperty-fdfb938c.js';
|
|
17
17
|
import '../../typeof-e7f3291d.js';
|
|
18
18
|
import '../../helperComponents/Loader/Loader.js';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { _ as _extends } from '../../extends-acf19b4c.js';
|
|
2
2
|
import { _ as _slicedToArray } from '../../slicedToArray-72c4258c.js';
|
|
3
|
-
import
|
|
3
|
+
import React, { useState, useId } from 'react';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
|
-
import {
|
|
5
|
+
import { motion } from 'framer-motion';
|
|
6
|
+
import { AnimatePresenceWrapper } from '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
6
7
|
import '../../consts/index.js';
|
|
7
8
|
import 'dayjs';
|
|
8
9
|
import { useOnOutsideClick } from '../../hooks/useOnOutsideClick.js';
|
|
9
10
|
import '../../hooks/useScreenSize.js';
|
|
10
11
|
import { useHideBodyScroll } from '../../hooks/useHideBodyScroll.js';
|
|
11
12
|
import 'react-hook-form';
|
|
12
|
-
import { B as Button } from '../../Button-
|
|
13
|
+
import { B as Button } from '../../Button-110130b7.js';
|
|
13
14
|
import { Text } from '../Text/Text.js';
|
|
14
|
-
import { m as motion } from '../../proxy-3b995879.js';
|
|
15
15
|
import '../../defineProperty-fdfb938c.js';
|
|
16
16
|
import '../../typeof-e7f3291d.js';
|
|
17
17
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
@@ -78,7 +78,7 @@ var ModalConfirmation = function ModalConfirmation(props) {
|
|
|
78
78
|
setContainerRef = _useState2[1];
|
|
79
79
|
useOnOutsideClick(containerRef, onClose, closeOnOutsideClick && isOpen, useId());
|
|
80
80
|
useHideBodyScroll(isOpen);
|
|
81
|
-
return /*#__PURE__*/
|
|
81
|
+
return /*#__PURE__*/React.createElement(AnimatePresenceWrapper, null, isOpen ? /*#__PURE__*/React.createElement(motion.div, {
|
|
82
82
|
className: classNames('modal modal--confirmation', "modal--".concat(size), className),
|
|
83
83
|
initial: {
|
|
84
84
|
opacity: 0
|
|
@@ -92,30 +92,30 @@ var ModalConfirmation = function ModalConfirmation(props) {
|
|
|
92
92
|
transition: {
|
|
93
93
|
duration: 0.4
|
|
94
94
|
}
|
|
95
|
-
}, /*#__PURE__*/
|
|
95
|
+
}, /*#__PURE__*/React.createElement("div", _extends({
|
|
96
96
|
className: "modal__container text-center",
|
|
97
97
|
ref: setContainerRef
|
|
98
|
-
}, DESKTOP_ANIMATION), /*#__PURE__*/
|
|
98
|
+
}, DESKTOP_ANIMATION), /*#__PURE__*/React.createElement("div", {
|
|
99
99
|
className: 'modal__content'
|
|
100
|
-
}, iconProps !== null && iconProps !== void 0 && iconProps.Component ? /*#__PURE__*/
|
|
100
|
+
}, iconProps !== null && iconProps !== void 0 && iconProps.Component ? /*#__PURE__*/React.createElement("div", {
|
|
101
101
|
className: "modal__icon mb-32"
|
|
102
|
-
}, /*#__PURE__*/
|
|
102
|
+
}, /*#__PURE__*/React.createElement(iconProps.Component, {
|
|
103
103
|
size: 'xlarge'
|
|
104
|
-
})) : null, title ? /*#__PURE__*/
|
|
104
|
+
})) : null, title ? /*#__PURE__*/React.createElement(Text, {
|
|
105
105
|
weight: "bolder",
|
|
106
106
|
lineHeight: "large",
|
|
107
107
|
size: "large",
|
|
108
108
|
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-title") : ''
|
|
109
|
-
}, title) : null, subtitle ? /*#__PURE__*/
|
|
109
|
+
}, title) : null, subtitle ? /*#__PURE__*/React.createElement(Text, {
|
|
110
110
|
className: 'mt-12'
|
|
111
|
-
}, subtitle) : null, buttonProps ? /*#__PURE__*/
|
|
111
|
+
}, subtitle) : null, buttonProps ? /*#__PURE__*/React.createElement("div", {
|
|
112
112
|
className: "modal__footer mt-32"
|
|
113
|
-
}, /*#__PURE__*/
|
|
113
|
+
}, /*#__PURE__*/React.createElement(Button, _extends({
|
|
114
114
|
type: "secondary",
|
|
115
115
|
className: "modal__footer__btn mr-16",
|
|
116
116
|
onClick: onClose,
|
|
117
117
|
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-cancel-button") : ''
|
|
118
|
-
}, buttonProps.cancel || {})), /*#__PURE__*/
|
|
118
|
+
}, buttonProps.cancel || {})), /*#__PURE__*/React.createElement(Button, _extends({
|
|
119
119
|
type: "danger",
|
|
120
120
|
className: 'modal__footer__btn',
|
|
121
121
|
onClick: onSubmit,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../extends-acf19b4c.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { c as ModalContent } from '../../Button-
|
|
3
|
+
export { c as ModalContent } from '../../Button-110130b7.js';
|
|
4
4
|
import '../SVGIcons/IconDismiss.js';
|
|
5
5
|
import '../Tooltip/types.js';
|
|
6
6
|
import '../Text/Text.js';
|
|
@@ -17,11 +17,11 @@ import '../../hooks/useScreenSize.js';
|
|
|
17
17
|
import '../../slicedToArray-72c4258c.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';
|
|
24
|
-
import '../../proxy-3b995879.js';
|
|
25
25
|
import '../Link/Link.js';
|
|
26
26
|
import '../Popover/PopoverDesktop.js';
|
|
27
27
|
import '../../hooks/useGetTooltipStyles.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { b as MOBILE_ANIMATION, M as Modal } from '../../Button-
|
|
1
|
+
export { b as MOBILE_ANIMATION, M as Modal } from '../../Button-110130b7.js';
|
|
2
2
|
export { ModalConfirmation } from './ModalConfirmation.js';
|
|
3
3
|
import '../../extends-acf19b4c.js';
|
|
4
4
|
import '../../defineProperty-fdfb938c.js';
|
|
@@ -13,7 +13,8 @@ import '../../hooks/useScreenSize.js';
|
|
|
13
13
|
import '../../slicedToArray-72c4258c.js';
|
|
14
14
|
import 'react-hook-form';
|
|
15
15
|
import '../../hooks/useGetIsMobile.js';
|
|
16
|
-
import '
|
|
16
|
+
import 'framer-motion';
|
|
17
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
17
18
|
import '../../hooks/useOnOutsideClick.js';
|
|
18
19
|
import '../../hooks/useHideBodyScroll.js';
|
|
19
20
|
import 'react-syntax-highlighter';
|
|
@@ -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';
|
package/components/More/More.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _ as _extends } from '../../extends-acf19b4c.js';
|
|
2
2
|
import { _ as _slicedToArray } from '../../slicedToArray-72c4258c.js';
|
|
3
|
-
import
|
|
3
|
+
import React, { useState } from 'react';
|
|
4
4
|
import { Text } from '../Text/Text.js';
|
|
5
|
-
import { B as Button } from '../../Button-
|
|
5
|
+
import { B as Button } from '../../Button-110130b7.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
@@ -14,7 +14,8 @@ import '../../consts/index.js';
|
|
|
14
14
|
import '../../hooks/useScreenSize.js';
|
|
15
15
|
import 'react-hook-form';
|
|
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 'react-syntax-highlighter';
|
|
@@ -26,7 +27,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
26
27
|
import '../../hooks/useGetElemPositions.js';
|
|
27
28
|
import '../../hooks/useGetTooltipPosition.js';
|
|
28
29
|
import '../../hooks/useHideOnScroll.js';
|
|
29
|
-
import '../../proxy-3b995879.js';
|
|
30
30
|
import '../Link/Link.js';
|
|
31
31
|
import '../Popover/PopoverDesktop.js';
|
|
32
32
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -56,9 +56,9 @@ var More = function More(props) {
|
|
|
56
56
|
e.stopPropagation();
|
|
57
57
|
setIsExpanded(false);
|
|
58
58
|
};
|
|
59
|
-
return /*#__PURE__*/
|
|
59
|
+
return /*#__PURE__*/React.createElement(Text, _extends({}, textProps, {
|
|
60
60
|
className: 'more'
|
|
61
|
-
}), "".concat(isExpanded ? expandedText : collapsedText), /*#__PURE__*/
|
|
61
|
+
}), "".concat(isExpanded ? expandedText : collapsedText), /*#__PURE__*/React.createElement(Button, {
|
|
62
62
|
className: 'more__btn ml-4',
|
|
63
63
|
type: "link",
|
|
64
64
|
buttonText: isExpanded ? buttonText.collapse : buttonText.expand,
|
package/components/More/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import '../Text/Text.js';
|
|
|
6
6
|
import 'classnames';
|
|
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';
|
|
@@ -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';
|
|
@@ -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';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _extends } from '../../extends-acf19b4c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import ReactPaginate from 'react-paginate';
|
|
4
4
|
import { ICON_SIZE_MAPPING, PAGE_RANGE_DISPLAYED } from './consts.js';
|
|
5
5
|
import classNames from 'classnames';
|
|
@@ -21,15 +21,15 @@ var Pagination = function Pagination(props) {
|
|
|
21
21
|
disableInitialCallback = _props$disableInitial === void 0 ? false : _props$disableInitial,
|
|
22
22
|
page = props.page,
|
|
23
23
|
_props$breakLabel = props.breakLabel,
|
|
24
|
-
breakLabel = _props$breakLabel === void 0 ? /*#__PURE__*/
|
|
24
|
+
breakLabel = _props$breakLabel === void 0 ? /*#__PURE__*/React.createElement(IconMore, {
|
|
25
25
|
size: ICON_SIZE_MAPPING[size]
|
|
26
26
|
}) : _props$breakLabel,
|
|
27
27
|
_props$labels = props.labels,
|
|
28
28
|
labels = _props$labels === void 0 ? {
|
|
29
|
-
previous: /*#__PURE__*/
|
|
29
|
+
previous: /*#__PURE__*/React.createElement(IconChevronLeft, {
|
|
30
30
|
size: ICON_SIZE_MAPPING[size]
|
|
31
31
|
}),
|
|
32
|
-
next: /*#__PURE__*/
|
|
32
|
+
next: /*#__PURE__*/React.createElement(IconChevronRight, {
|
|
33
33
|
size: ICON_SIZE_MAPPING[size]
|
|
34
34
|
})
|
|
35
35
|
} : _props$labels;
|
|
@@ -37,9 +37,9 @@ var Pagination = function Pagination(props) {
|
|
|
37
37
|
var selected = _ref.selected;
|
|
38
38
|
handleChangePage(selected + 1);
|
|
39
39
|
};
|
|
40
|
-
return /*#__PURE__*/
|
|
40
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
41
41
|
className: "pagination-wrapper flexbox"
|
|
42
|
-
}, /*#__PURE__*/
|
|
42
|
+
}, /*#__PURE__*/React.createElement(ReactPaginate, _extends({
|
|
43
43
|
pageCount: Math.ceil(totalCount / pageSize),
|
|
44
44
|
disableInitialCallback: disableInitialCallback,
|
|
45
45
|
pageRangeDisplayed: PAGE_RANGE_DISPLAYED,
|
|
@@ -3,7 +3,7 @@ import '../../slicedToArray-72c4258c.js';
|
|
|
3
3
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../../hooks/useGetIsMobile.js';
|
|
6
|
-
export { P as Popover } from '../../Button-
|
|
6
|
+
export { P as Popover } from '../../Button-110130b7.js';
|
|
7
7
|
import './PopoverDesktop.js';
|
|
8
8
|
import '../../consts/index.js';
|
|
9
9
|
import '../../defineProperty-fdfb938c.js';
|
|
@@ -13,7 +13,8 @@ import 'dayjs';
|
|
|
13
13
|
import '../../helperComponents/Loader/Loader.js';
|
|
14
14
|
import '../../hooks/useScreenSize.js';
|
|
15
15
|
import 'react-hook-form';
|
|
16
|
-
import '
|
|
16
|
+
import 'framer-motion';
|
|
17
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
17
18
|
import '../../hooks/useOnOutsideClick.js';
|
|
18
19
|
import '../../hooks/useHideBodyScroll.js';
|
|
19
20
|
import 'react-syntax-highlighter';
|
|
@@ -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 '../SVGIcons/IconInfo.js';
|
|
33
33
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|