hrm_ui_lib 1.4.2 → 1.4.4
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-2f532776.js} +48 -48
- package/assets/styles/styles.css +87 -86
- package/assets/styles/styles.scss +1 -1
- package/components/Alert/Alert.js +19 -19
- package/components/Alert/index.js +8 -8
- package/components/Alert/types.d.ts +3 -2
- package/components/Avatar/Avatar.js +12 -12
- package/components/Avatar/AvatarGroup.js +19 -19
- package/components/Avatar/index.js +9 -9
- 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 +8 -8
- package/components/Button/index.js +8 -8
- package/components/ButtonIcon/ButtonIcon.js +8 -8
- package/components/ButtonIcon/index.js +8 -8
- package/components/CardBody/CardBody.d.ts +2 -1
- package/components/CardBody/CardBody.js +17 -17
- package/components/CardBody/index.js +8 -8
- package/components/CardSelect/CardSelect.js +21 -21
- package/components/CardSelect/CardSelectGroup.d.ts +2 -1
- package/components/CardSelect/CardSelectGroup.js +11 -11
- package/components/CardSelect/components/CardAdditionalInfo.js +6 -6
- package/components/CardSelect/components/CardChips.js +6 -6
- package/components/CardSelect/components/CardDescription.js +3 -3
- package/components/CardSelect/components/CardInput.js +10 -10
- package/components/CardSelect/components/index.js +8 -8
- package/components/CardSelect/index.js +8 -8
- package/components/Cards/CardItem.js +11 -11
- package/components/Cards/index.js +1 -1
- package/components/Checkbox/Checkbox.js +8 -8
- package/components/Checkbox/index.js +8 -8
- package/components/Checkbox/types.d.ts +4 -3
- package/components/Chips/Chips.js +8 -8
- package/components/Chips/index.js +3 -3
- package/components/Collapse/CollapseGroup/CollapseGroup.js +10 -10
- package/components/Collapse/CollapseItem/CollapseItem.d.ts +2 -1
- package/components/Collapse/CollapseItem/CollapseItem.js +19 -19
- package/components/Collapse/index.js +7 -7
- package/components/Container/Container.js +2 -2
- package/components/Copy/Copy.js +12 -12
- package/components/Copy/index.js +8 -8
- package/components/Counter/Counter.js +10 -10
- package/components/Counter/index.js +8 -8
- package/components/DatePicker/CustomHeader/CustomHeader.d.ts +0 -1
- package/components/DatePicker/CustomHeader/CustomHeader.js +16 -16
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +11 -11
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +14 -14
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +14 -14
- package/components/DatePicker/RangeDatePicker/index.js +9 -9
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +11 -11
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +15 -15
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +16 -16
- package/components/DatePicker/SimpleDatePicker/index.js +9 -9
- package/components/DatePicker/TimePicker/MobileModalContent.js +20 -20
- package/components/DatePicker/TimePicker/TimePicker.js +10 -10
- package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +2 -1
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +13 -13
- package/components/DatePicker/TimePicker/TimePickerMobile.js +12 -12
- package/components/DatePicker/TimePicker/index.js +8 -8
- package/components/DatePicker/hooks.js +4 -4
- package/components/DatePicker/index.js +9 -9
- 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 +16 -16
- package/components/Empty/index.js +8 -8
- package/components/FileUpload/FileUpload.d.ts +2 -1
- package/components/FileUpload/FileUpload.js +19 -19
- package/components/FileUpload/UploadItems.d.ts +2 -1
- package/components/FileUpload/UploadItems.js +17 -17
- package/components/FileUpload/index.js +9 -9
- package/components/FileUpload/types.d.ts +4 -3
- package/components/FormContainer/FormContainer.d.ts +2 -1
- package/components/FormContainer/FormContainer.js +13 -13
- package/components/FormContainer/index.js +8 -8
- package/components/FormField/FormField.js +14 -14
- package/components/FormField/index.js +8 -8
- 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 +25 -25
- package/components/Input/index.js +8 -8
- package/components/ItemSelect/ItemSelect.js +16 -16
- package/components/ItemSelect/ItemSelectGroup.d.ts +2 -1
- package/components/ItemSelect/ItemSelectGroup.js +11 -11
- package/components/ItemSelect/index.js +8 -8
- package/components/Link/Link.js +4 -4
- package/components/Link/types.d.ts +4 -3
- package/components/Menu/Menu.js +13 -13
- package/components/Menu/NestedMenu.js +14 -14
- package/components/Menu/index.js +9 -9
- package/components/Modal/Modal.js +8 -8
- package/components/Modal/ModalConfirmation.js +19 -19
- package/components/Modal/ModalContent.js +8 -8
- package/components/Modal/index.js +8 -8
- package/components/More/More.d.ts +2 -1
- package/components/More/More.js +11 -11
- package/components/More/index.js +8 -8
- package/components/Pagination/Pagination.d.ts +2 -1
- package/components/Pagination/Pagination.js +9 -9
- package/components/Pagination/index.js +3 -3
- package/components/Popover/Popover.js +8 -8
- package/components/Popover/PopoverDesktop.js +6 -6
- package/components/Popover/PopoverMobile.js +8 -8
- package/components/Popover/index.js +8 -8
- package/components/Progress/Progress.d.ts +2 -1
- package/components/Progress/Progress.js +7 -7
- package/components/ProgressStep/ProgressStep.js +5 -5
- package/components/ProgressStep/Step.js +13 -13
- package/components/ProgressStep/index.js +2 -2
- package/components/Radio/Radio.js +7 -7
- package/components/Radio/RadioGroup.js +13 -13
- package/components/Radio/index.js +8 -8
- package/components/SVGIcons/IconAdd.js +5 -5
- package/components/SVGIcons/IconAddCircle.js +6 -6
- package/components/SVGIcons/IconAddCircleFilled.js +6 -6
- package/components/SVGIcons/IconAddFilled.js +5 -5
- package/components/SVGIcons/IconAlert.js +6 -6
- package/components/SVGIcons/IconAlertBadge.js +6 -6
- package/components/SVGIcons/IconAlertBadgeFilled.js +6 -6
- package/components/SVGIcons/IconAlertFilled.js +6 -6
- package/components/SVGIcons/IconAm.js +11 -11
- package/components/SVGIcons/IconAmd.js +5 -5
- package/components/SVGIcons/IconAmdFilled.js +5 -5
- package/components/SVGIcons/IconApple.js +6 -6
- package/components/SVGIcons/IconArrowDown.js +6 -6
- package/components/SVGIcons/IconArrowDownFilled.js +6 -6
- package/components/SVGIcons/IconArrowDownLeft.js +6 -6
- package/components/SVGIcons/IconArrowDownLeftFilled.js +6 -6
- package/components/SVGIcons/IconArrowDownload.js +6 -6
- package/components/SVGIcons/IconArrowDownloadFilled.js +6 -6
- package/components/SVGIcons/IconArrowEnter.js +5 -5
- package/components/SVGIcons/IconArrowEnterFilled.js +5 -5
- package/components/SVGIcons/IconArrowExit.js +5 -5
- package/components/SVGIcons/IconArrowExitFilled.js +5 -5
- package/components/SVGIcons/IconArrowExportLeftToRight.js +6 -6
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +6 -6
- package/components/SVGIcons/IconArrowExportRightToLeft.js +6 -6
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +6 -6
- package/components/SVGIcons/IconArrowExportUp.js +6 -6
- package/components/SVGIcons/IconArrowExportUpFilled.js +6 -6
- package/components/SVGIcons/IconArrowImport.js +6 -6
- package/components/SVGIcons/IconArrowImportFilled.js +6 -6
- package/components/SVGIcons/IconArrowLeft.js +6 -6
- package/components/SVGIcons/IconArrowLeftFilled.js +6 -6
- package/components/SVGIcons/IconArrowRepeatAll.js +6 -6
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +6 -6
- package/components/SVGIcons/IconArrowReset.js +6 -6
- package/components/SVGIcons/IconArrowResetFilled.js +6 -6
- package/components/SVGIcons/IconArrowRight.js +6 -6
- package/components/SVGIcons/IconArrowRightFilled.js +6 -6
- package/components/SVGIcons/IconArrowSort.js +5 -5
- package/components/SVGIcons/IconArrowSortFilled.js +5 -5
- package/components/SVGIcons/IconArrowSync.js +5 -5
- package/components/SVGIcons/IconArrowSyncFilled.js +5 -5
- package/components/SVGIcons/IconArrowUp.js +6 -6
- package/components/SVGIcons/IconArrowUpFilled.js +6 -6
- package/components/SVGIcons/IconArrowUpLeft.js +6 -6
- package/components/SVGIcons/IconArrowUpLeftFilled.js +6 -6
- package/components/SVGIcons/IconArrowUpRight.js +6 -6
- package/components/SVGIcons/IconArrowUpRightFilled.js +6 -6
- package/components/SVGIcons/IconAttach.js +6 -6
- package/components/SVGIcons/IconAttachFilled.js +6 -6
- package/components/SVGIcons/IconBeach.js +5 -5
- package/components/SVGIcons/IconBeachFilled.js +5 -5
- package/components/SVGIcons/IconBook.js +6 -6
- package/components/SVGIcons/IconBookFilled.js +6 -6
- package/components/SVGIcons/IconBookmark.js +6 -6
- package/components/SVGIcons/IconBookmarkFilled.js +6 -6
- package/components/SVGIcons/IconBriefcase.js +6 -6
- package/components/SVGIcons/IconBriefcaseFilled.js +6 -6
- package/components/SVGIcons/IconBuilding.js +12 -12
- package/components/SVGIcons/IconBuildingBank.js +5 -5
- package/components/SVGIcons/IconBuildingBankFilled.js +5 -5
- package/components/SVGIcons/IconBuildingFilled.js +6 -6
- package/components/SVGIcons/IconBulletListAdd.js +6 -6
- package/components/SVGIcons/IconBulletListAddFilled.js +6 -6
- package/components/SVGIcons/IconCalculator.js +6 -6
- package/components/SVGIcons/IconCalculatorFilled.js +6 -6
- package/components/SVGIcons/IconCalendarClock.js +5 -5
- package/components/SVGIcons/IconCalendarClockFilled.js +5 -5
- package/components/SVGIcons/IconCalendarDay.js +6 -6
- package/components/SVGIcons/IconCalendarDayFilled.js +6 -6
- package/components/SVGIcons/IconCalendarLeft.js +5 -5
- package/components/SVGIcons/IconCalendarLeftFilled.js +5 -5
- package/components/SVGIcons/IconCalendarRight.js +5 -5
- package/components/SVGIcons/IconCalendarRightFilled.js +5 -5
- package/components/SVGIcons/IconCall.js +6 -6
- package/components/SVGIcons/IconCallFilled.js +6 -6
- package/components/SVGIcons/IconCard.js +5 -5
- package/components/SVGIcons/IconCardFilled.js +5 -5
- package/components/SVGIcons/IconCaretDown.js +5 -5
- package/components/SVGIcons/IconCaretDownFilled.js +5 -5
- package/components/SVGIcons/IconCaretDownRight.js +5 -5
- package/components/SVGIcons/IconCaretDownRightFilled.js +5 -5
- package/components/SVGIcons/IconCaretLeft.js +5 -5
- package/components/SVGIcons/IconCaretLeftFilled.js +5 -5
- package/components/SVGIcons/IconCaretRight.js +5 -5
- package/components/SVGIcons/IconCaretRightFilled.js +5 -5
- package/components/SVGIcons/IconCaretUp.js +5 -5
- package/components/SVGIcons/IconCaretUpFilled.js +5 -5
- package/components/SVGIcons/IconChat.js +5 -5
- package/components/SVGIcons/IconChatFilled.js +5 -5
- package/components/SVGIcons/IconChatMultiple.js +5 -5
- package/components/SVGIcons/IconChatMultipleFilled.js +5 -5
- package/components/SVGIcons/IconCheckboxArrowRight.js +6 -6
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +6 -6
- package/components/SVGIcons/IconCheckmark.js +5 -5
- package/components/SVGIcons/IconCheckmarkCircle.js +5 -5
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +5 -5
- package/components/SVGIcons/IconCheckmarkFilled.js +5 -5
- package/components/SVGIcons/IconChevronDown.js +5 -5
- package/components/SVGIcons/IconChevronDownFilled.js +5 -5
- package/components/SVGIcons/IconChevronLeft.js +5 -5
- package/components/SVGIcons/IconChevronLeftFilled.js +5 -5
- package/components/SVGIcons/IconChevronRight.js +5 -5
- package/components/SVGIcons/IconChevronRightFilled.js +5 -5
- package/components/SVGIcons/IconChevronUp.js +5 -5
- package/components/SVGIcons/IconChevronUpDown.js +6 -6
- package/components/SVGIcons/IconChevronUpDownFilled.js +6 -6
- package/components/SVGIcons/IconChevronUpFilled.js +5 -5
- package/components/SVGIcons/IconClock.js +6 -6
- package/components/SVGIcons/IconClockDismiss.js +5 -5
- package/components/SVGIcons/IconClockDismissFilled.js +5 -5
- package/components/SVGIcons/IconClockFilled.js +6 -6
- package/components/SVGIcons/IconComment.js +6 -6
- package/components/SVGIcons/IconCommentFilled.js +6 -6
- package/components/SVGIcons/IconContractCard.js +5 -5
- package/components/SVGIcons/IconContractCardFilled.js +5 -5
- package/components/SVGIcons/IconCopy.js +5 -5
- package/components/SVGIcons/IconCopyFilled.js +5 -5
- package/components/SVGIcons/IconCubeTree.js +5 -5
- package/components/SVGIcons/IconCubeTreeFilled.js +6 -6
- package/components/SVGIcons/IconDatabase.js +6 -6
- package/components/SVGIcons/IconDatabaseFilled.js +6 -6
- package/components/SVGIcons/IconDelete.js +5 -5
- package/components/SVGIcons/IconDeleteFilled.js +5 -5
- package/components/SVGIcons/IconDeviceMeetingRoom.js +5 -5
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +5 -5
- package/components/SVGIcons/IconDismiss.js +5 -5
- package/components/SVGIcons/IconDismissCircle.js +6 -6
- package/components/SVGIcons/IconDismissCircleFilled.js +6 -6
- package/components/SVGIcons/IconDismissFilled.js +5 -5
- package/components/SVGIcons/IconDocument.js +5 -5
- package/components/SVGIcons/IconDocumentBulletList.js +6 -6
- package/components/SVGIcons/IconDocumentBulletListFilled.js +6 -6
- package/components/SVGIcons/IconDocumentEdit.js +5 -5
- package/components/SVGIcons/IconDocumentEditFilled.js +5 -5
- package/components/SVGIcons/IconDocumentFilled.js +5 -5
- package/components/SVGIcons/IconEdit.js +5 -5
- package/components/SVGIcons/IconEditFilled.js +5 -5
- package/components/SVGIcons/IconErrorCircle.js +5 -5
- package/components/SVGIcons/IconErrorCircleFilled.js +5 -5
- package/components/SVGIcons/IconEur.js +5 -5
- package/components/SVGIcons/IconEurFilled.js +5 -5
- package/components/SVGIcons/IconExpandUpLeft.js +6 -6
- package/components/SVGIcons/IconExpandUpLeftFilled.js +6 -6
- package/components/SVGIcons/IconExpandUpRight.js +6 -6
- package/components/SVGIcons/IconExpandUpRightFilled.js +6 -6
- package/components/SVGIcons/IconEyeOff.js +6 -6
- package/components/SVGIcons/IconEyeOffFilled.js +6 -6
- package/components/SVGIcons/IconEyeOn.js +6 -6
- package/components/SVGIcons/IconEyeOnFilled.js +6 -6
- package/components/SVGIcons/IconFacebook.js +8 -8
- package/components/SVGIcons/IconFilter.js +5 -5
- package/components/SVGIcons/IconFilterFilled.js +5 -5
- package/components/SVGIcons/IconFlag.js +6 -6
- package/components/SVGIcons/IconFlagFilled.js +6 -6
- package/components/SVGIcons/IconFolderLink.js +5 -5
- package/components/SVGIcons/IconFolderLinkFilled.js +5 -5
- package/components/SVGIcons/IconGb.js +15 -15
- package/components/SVGIcons/IconGlobe.js +5 -5
- package/components/SVGIcons/IconGlobeFilled.js +5 -5
- package/components/SVGIcons/IconGoogle.js +8 -8
- package/components/SVGIcons/IconHandOpenHeart.js +6 -6
- package/components/SVGIcons/IconHandOpenHeartFilled.js +6 -6
- package/components/SVGIcons/IconHeart.js +6 -6
- package/components/SVGIcons/IconHeartFilled.js +6 -6
- package/components/SVGIcons/IconHistory.js +6 -6
- package/components/SVGIcons/IconHistoryFilled.js +6 -6
- package/components/SVGIcons/IconHome.js +6 -6
- package/components/SVGIcons/IconHomeFilled.js +6 -6
- package/components/SVGIcons/IconImage.js +6 -6
- package/components/SVGIcons/IconImageFilled.js +6 -6
- package/components/SVGIcons/IconInfo.js +5 -5
- package/components/SVGIcons/IconInfoFilled.js +5 -5
- package/components/SVGIcons/IconInstagram.js +8 -8
- package/components/SVGIcons/IconKeyReset.js +6 -6
- package/components/SVGIcons/IconKeyResetFilled.js +6 -6
- package/components/SVGIcons/IconLink.js +6 -6
- package/components/SVGIcons/IconLinkFilled.js +6 -6
- package/components/SVGIcons/IconLinkedin.js +6 -6
- package/components/SVGIcons/IconList.js +5 -5
- package/components/SVGIcons/IconListFilled.js +6 -6
- package/components/SVGIcons/IconLocation.js +6 -6
- package/components/SVGIcons/IconLocationFilled.js +6 -6
- package/components/SVGIcons/IconLockClosed.js +6 -6
- package/components/SVGIcons/IconLockClosedFilled.js +6 -6
- package/components/SVGIcons/IconLockOpen.js +6 -6
- package/components/SVGIcons/IconLockOpenFilled.js +6 -6
- package/components/SVGIcons/IconMail.js +6 -6
- package/components/SVGIcons/IconMailAdd.js +6 -6
- package/components/SVGIcons/IconMailAddFilled.js +6 -6
- package/components/SVGIcons/IconMailArrowForward.js +6 -6
- package/components/SVGIcons/IconMailArrowForwardFilled.js +6 -6
- package/components/SVGIcons/IconMailFilled.js +6 -6
- package/components/SVGIcons/IconMailLink.js +6 -6
- package/components/SVGIcons/IconMailLinkFilled.js +6 -6
- package/components/SVGIcons/IconMedium.js +6 -6
- package/components/SVGIcons/IconMore.js +6 -6
- package/components/SVGIcons/IconMoreFilled.js +6 -6
- package/components/SVGIcons/IconMoreVertical.js +6 -6
- package/components/SVGIcons/IconMoreVerticalFilled.js +6 -6
- package/components/SVGIcons/IconNavigation.js +6 -6
- package/components/SVGIcons/IconNavigationFilled.js +6 -6
- package/components/SVGIcons/IconNotebook.js +6 -6
- package/components/SVGIcons/IconNotebookAdd.js +12 -12
- package/components/SVGIcons/IconNotebookAddFilled.js +11 -11
- package/components/SVGIcons/IconNotebookFilled.js +6 -6
- package/components/SVGIcons/IconOnlyEmployee.js +5 -5
- package/components/SVGIcons/IconOpen.js +6 -6
- package/components/SVGIcons/IconOpenFilled.js +6 -6
- package/components/SVGIcons/IconPatient.js +5 -5
- package/components/SVGIcons/IconPatientFilled.js +5 -5
- package/components/SVGIcons/IconPeople.js +5 -5
- package/components/SVGIcons/IconPeopleAdd.js +6 -6
- package/components/SVGIcons/IconPeopleAddFilled.js +6 -6
- package/components/SVGIcons/IconPeopleFilled.js +6 -6
- package/components/SVGIcons/IconPercent.js +6 -6
- package/components/SVGIcons/IconPerson.js +6 -6
- package/components/SVGIcons/IconPersonAccount.js +5 -5
- package/components/SVGIcons/IconPersonAccountFilled.js +5 -5
- package/components/SVGIcons/IconPersonAdd.js +6 -6
- package/components/SVGIcons/IconPersonAddFilled.js +6 -6
- package/components/SVGIcons/IconPersonFilled.js +6 -6
- package/components/SVGIcons/IconPersonStar.js +6 -6
- package/components/SVGIcons/IconPersonStarFilled.js +6 -6
- package/components/SVGIcons/IconPersonSubtract.js +6 -6
- package/components/SVGIcons/IconPersonSubtractFilled.js +6 -6
- package/components/SVGIcons/IconPhone.js +6 -6
- package/components/SVGIcons/IconPhoneFilled.js +6 -6
- package/components/SVGIcons/IconPos.js +6 -6
- package/components/SVGIcons/IconPosFilled.js +6 -6
- package/components/SVGIcons/IconProhibited.js +6 -6
- package/components/SVGIcons/IconProhibitedFilled.js +6 -6
- package/components/SVGIcons/IconProjectProduct.js +5 -5
- package/components/SVGIcons/IconQuestion.js +6 -6
- package/components/SVGIcons/IconQuestionFilled.js +6 -6
- package/components/SVGIcons/IconRedo.js +6 -6
- package/components/SVGIcons/IconRedoFilled.js +6 -6
- package/components/SVGIcons/IconRu.js +10 -10
- package/components/SVGIcons/IconRub.js +5 -5
- package/components/SVGIcons/IconRubFilled.js +5 -5
- package/components/SVGIcons/IconSave.js +6 -6
- package/components/SVGIcons/IconSaveFilled.js +6 -6
- package/components/SVGIcons/IconSavings.js +6 -6
- package/components/SVGIcons/IconSavingsFilled.js +6 -6
- package/components/SVGIcons/IconSearch.js +6 -6
- package/components/SVGIcons/IconSearchFilled.js +6 -6
- package/components/SVGIcons/IconSelectAllOff.js +6 -6
- package/components/SVGIcons/IconSelectAllOffFilled.js +6 -6
- package/components/SVGIcons/IconSelectAllOn.js +6 -6
- package/components/SVGIcons/IconSelectAllOnFilled.js +6 -6
- package/components/SVGIcons/IconSend.js +6 -6
- package/components/SVGIcons/IconSendFilled.js +6 -6
- package/components/SVGIcons/IconSettings.js +5 -5
- package/components/SVGIcons/IconSettingsFilled.js +6 -6
- package/components/SVGIcons/IconShare.js +6 -6
- package/components/SVGIcons/IconShareAndroid.js +6 -6
- package/components/SVGIcons/IconShareAndroidFilled.js +6 -6
- package/components/SVGIcons/IconShareFilled.js +6 -6
- package/components/SVGIcons/IconSignOut.js +6 -6
- package/components/SVGIcons/IconSignOutFilled.js +6 -6
- package/components/SVGIcons/IconSpinner.js +6 -6
- package/components/SVGIcons/IconSpinnerFilled.js +6 -6
- package/components/SVGIcons/IconStatus.js +6 -6
- package/components/SVGIcons/IconStatusFilled.js +6 -6
- package/components/SVGIcons/IconSubtract.js +6 -6
- package/components/SVGIcons/IconSubtractCircle.js +6 -6
- package/components/SVGIcons/IconSubtractCircleFilled.js +6 -6
- package/components/SVGIcons/IconSubtractFilled.js +6 -6
- package/components/SVGIcons/IconTableCellEdit.js +8 -8
- package/components/SVGIcons/IconTableCellEditFilled.js +10 -10
- package/components/SVGIcons/IconTelegram.js +8 -8
- package/components/SVGIcons/IconTimer.js +6 -6
- package/components/SVGIcons/IconTimerFilled.js +6 -6
- package/components/SVGIcons/IconTwitter.js +6 -6
- package/components/SVGIcons/IconUndo.js +6 -6
- package/components/SVGIcons/IconUndoFilled.js +6 -6
- package/components/SVGIcons/IconUnitsEmployee.js +5 -5
- package/components/SVGIcons/IconUsd.js +5 -5
- package/components/SVGIcons/IconUsdFilled.js +5 -5
- package/components/SVGIcons/IconVideo.js +5 -5
- package/components/SVGIcons/IconVideoFilled.js +5 -5
- package/components/SVGIcons/IconWallet.js +6 -6
- package/components/SVGIcons/IconWalletFilled.js +6 -6
- package/components/SVGIcons/IconWarning.js +5 -5
- package/components/SVGIcons/IconWarningFilled.js +5 -5
- package/components/SVGIcons/IconYoutube.js +6 -6
- package/components/SVGIcons/index.js +2 -2
- package/components/Select/ButtonSelect/ButtonSelect.js +13 -13
- package/components/Select/FilterSelect/FilterDropdown.d.ts +2 -1
- package/components/Select/FilterSelect/FilterDropdown.js +12 -12
- package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +2 -1
- package/components/Select/FilterSelect/FilterGroupDropdown.js +13 -13
- package/components/Select/FilterSelect/FilterSelect.js +17 -17
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +15 -15
- package/components/Select/MultiSelect/MultiSelect.js +13 -13
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +2 -1
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +22 -22
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +2 -1
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +19 -19
- package/components/Select/MultiSelect/OptionsWrapper.js +12 -12
- package/components/Select/NestedSelect/NestedSelect.d.ts +2 -1
- package/components/Select/NestedSelect/NestedSelect.js +17 -17
- package/components/Select/ProfileDropdown/index.d.ts +2 -2
- package/components/Select/ProfileDropdown/index.js +22 -22
- package/components/Select/Select/Select.d.ts +2 -1
- package/components/Select/Select/Select.js +19 -19
- package/components/Select/SharedComponents/Actions.d.ts +2 -1
- package/components/Select/SharedComponents/Actions.js +15 -15
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +8 -8
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +7 -7
- package/components/Select/SharedComponents/ContentTop.js +15 -15
- package/components/Select/SharedComponents/Footer.d.ts +2 -1
- package/components/Select/SharedComponents/Footer.js +15 -15
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +13 -13
- package/components/Select/SharedComponents/Loading.d.ts +2 -1
- package/components/Select/SharedComponents/Loading.js +3 -3
- package/components/Select/SharedComponents/index.js +9 -9
- package/components/Select/index.js +9 -9
- package/components/Select/types.d.ts +5 -5
- package/components/SideNavigation/Block.js +4 -4
- package/components/SideNavigation/NavigationItem/index.js +13 -13
- package/components/SideNavigation/NavigationItem/types.d.ts +2 -2
- package/components/SideNavigation/SideNavigation.d.ts +2 -1
- package/components/SideNavigation/SideNavigation.js +7 -7
- package/components/SideNavigation/index.js +3 -3
- package/components/SideNavigation/types.d.ts +1 -1
- package/components/SideSheet/Footer/Footer.js +17 -17
- package/components/SideSheet/SideSheet.d.ts +2 -1
- package/components/SideSheet/SideSheet.js +22 -22
- package/components/SideSheet/index.js +8 -8
- package/components/Snackbar/Snackbar.js +15 -15
- package/components/Snackbar/index.js +8 -8
- package/components/Snackbar/types.d.ts +2 -1
- package/components/Status/Status.js +9 -9
- package/components/Status/index.js +3 -3
- package/components/Stepper/Stepper.d.ts +2 -1
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/index.js +1 -1
- package/components/Stepper/types.d.ts +2 -1
- package/components/Switcher/Switcher.js +16 -16
- package/components/Switcher/index.js +8 -8
- package/components/Switcher/types.d.ts +2 -1
- package/components/Tab/Tab.js +7 -7
- package/components/Tab/TabItem.d.ts +2 -1
- package/components/Tab/TabItem.js +9 -9
- package/components/Tab/index.js +4 -4
- package/components/Tab/types.d.ts +3 -2
- package/components/Table/Header.js +17 -17
- package/components/Table/IndeterminateCheckbox.js +10 -10
- package/components/Table/Row.js +12 -12
- package/components/Table/Table.js +16 -16
- package/components/Table/index.js +9 -9
- package/components/Table/utils.js +12 -12
- package/components/Text/Text.js +2 -2
- package/components/Textarea/Textarea.js +21 -21
- package/components/Textarea/index.js +8 -8
- package/components/Textarea/types.d.ts +3 -2
- package/components/Tooltip/Tooltip.d.ts +2 -1
- package/components/Tooltip/Tooltip.js +4 -4
- package/components/Tooltip/index.js +1 -1
- package/context/FormContextProvider.d.ts +2 -2
- package/{defineProperty-fdfb938c.js → defineProperty-6b97a267.js} +1 -1
- 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 +21 -21
- package/helperComponents/OptionItem/index.js +9 -9
- package/helperComponents/index.js +9 -9
- package/hooks/index.js +1 -1
- package/hooks/useGetIsMobile.js +1 -1
- package/hooks/useHideBodyScroll.js +1 -1
- package/hooks/useScreenSize.js +1 -1
- package/index.js +9 -9
- 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/{toConsumableArray-263f95db.js → toConsumableArray-e1453f73.js} +1 -1
- package/AnimatePresenceWrapper-cf3daece.js +0 -1726
- package/proxy-3b995879.js +0 -9654
- /package/{extends-acf19b4c.js → extends-50177a50.js} +0 -0
- /package/{objectWithoutProperties-c5575e26.js → objectWithoutProperties-6b5c8df6.js} +0 -0
- /package/{slicedToArray-72c4258c.js → slicedToArray-9decae19.js} +0 -0
- /package/{typeof-e7f3291d.js → typeof-20b85ee8.js} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _extends } from '../../../extends-
|
|
2
|
-
import { _ as _slicedToArray } from '../../../slicedToArray-
|
|
3
|
-
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-
|
|
4
|
-
import
|
|
1
|
+
import { _ as _extends } from '../../../extends-50177a50.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../../../slicedToArray-9decae19.js';
|
|
3
|
+
import { _ as _objectWithoutProperties } from '../../../objectWithoutProperties-6b5c8df6.js';
|
|
4
|
+
import React, { useState, useRef } from 'react';
|
|
5
5
|
import dayjs from 'dayjs';
|
|
6
6
|
import DatePicker from 'react-datepicker';
|
|
7
7
|
import { Input } from '../../Input/Input.js';
|
|
@@ -10,12 +10,12 @@ import 'classnames';
|
|
|
10
10
|
import '../../../consts/index.js';
|
|
11
11
|
import '../../../hooks/useScreenSize.js';
|
|
12
12
|
import 'react-hook-form';
|
|
13
|
-
import '../../../Button-
|
|
13
|
+
import '../../../Button-2f532776.js';
|
|
14
14
|
import 'react-syntax-highlighter';
|
|
15
15
|
import { useImportFilesDynamically } from '../hooks.js';
|
|
16
16
|
import { IconClock } from '../../SVGIcons/IconClock.js';
|
|
17
|
-
import '../../../defineProperty-
|
|
18
|
-
import '../../../typeof-
|
|
17
|
+
import '../../../defineProperty-6b97a267.js';
|
|
18
|
+
import '../../../typeof-20b85ee8.js';
|
|
19
19
|
import 'react-input-mask';
|
|
20
20
|
import 'react-number-format';
|
|
21
21
|
import '../../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
@@ -26,7 +26,8 @@ import '../../../helperComponents/IconDynamicComponent/constants.js';
|
|
|
26
26
|
import '../../SVGIcons/IconCheckmarkCircleFilled.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 '../../SVGIcons/IconDismiss.js';
|
|
@@ -37,7 +38,6 @@ import '../../../hooks/useGetElemSizes.js';
|
|
|
37
38
|
import '../../../hooks/useGetElemPositions.js';
|
|
38
39
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
39
40
|
import '../../../hooks/useHideOnScroll.js';
|
|
40
|
-
import '../../../proxy-3b995879.js';
|
|
41
41
|
import '../../Link/Link.js';
|
|
42
42
|
import '../../Popover/PopoverDesktop.js';
|
|
43
43
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -86,13 +86,13 @@ var TimePickerDesktop = function TimePickerDesktop(props) {
|
|
|
86
86
|
(_calendarRef$current2 = calendarRef.current) === null || _calendarRef$current2 === void 0 || _calendarRef$current2.setOpen(!isOpen);
|
|
87
87
|
}
|
|
88
88
|
};
|
|
89
|
-
return /*#__PURE__*/
|
|
89
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
90
90
|
className: "picker-container input__inner"
|
|
91
|
-
}, /*#__PURE__*/
|
|
91
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
92
92
|
text: label,
|
|
93
93
|
required: required,
|
|
94
94
|
invalid: hasError
|
|
95
|
-
}), /*#__PURE__*/
|
|
95
|
+
}), /*#__PURE__*/React.createElement(DatePicker, _extends({
|
|
96
96
|
selected: dayjs(selectedTime).isValid() ? selectedTime : null,
|
|
97
97
|
locale: locale,
|
|
98
98
|
showTimeSelect: true,
|
|
@@ -104,7 +104,7 @@ var TimePickerDesktop = function TimePickerDesktop(props) {
|
|
|
104
104
|
ref: calendarRef
|
|
105
105
|
}, rest, {
|
|
106
106
|
onChange: onChange,
|
|
107
|
-
customInput: /*#__PURE__*/
|
|
107
|
+
customInput: /*#__PURE__*/React.createElement(Input, {
|
|
108
108
|
disabled: rest.disabled,
|
|
109
109
|
dataId: dataId,
|
|
110
110
|
size: size,
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../../../slicedToArray-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _slicedToArray } from '../../../slicedToArray-9decae19.js';
|
|
2
|
+
import React, { useState } from 'react';
|
|
3
3
|
import { Label } from '../../../helperComponents/Label/Label.js';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import dayjs from 'dayjs';
|
|
6
6
|
import '../../../consts/index.js';
|
|
7
7
|
import '../../../hooks/useScreenSize.js';
|
|
8
8
|
import 'react-hook-form';
|
|
9
|
-
import '../../../Button-
|
|
9
|
+
import '../../../Button-2f532776.js';
|
|
10
10
|
import 'react-syntax-highlighter';
|
|
11
11
|
import { Input } from '../../Input/Input.js';
|
|
12
12
|
import { IconCalendarRight } from '../../SVGIcons/IconCalendarRight.js';
|
|
13
13
|
import { MobileModalContent } from './MobileModalContent.js';
|
|
14
14
|
import '../../Text/Text.js';
|
|
15
15
|
import '../../../utils/helpers.js';
|
|
16
|
-
import '../../../extends-
|
|
17
|
-
import '../../../defineProperty-
|
|
18
|
-
import '../../../typeof-
|
|
19
|
-
import '../../../objectWithoutProperties-
|
|
16
|
+
import '../../../extends-50177a50.js';
|
|
17
|
+
import '../../../defineProperty-6b97a267.js';
|
|
18
|
+
import '../../../typeof-20b85ee8.js';
|
|
19
|
+
import '../../../objectWithoutProperties-6b5c8df6.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 '../../SVGIcons/IconDismiss.js';
|
|
@@ -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';
|
|
@@ -88,11 +88,11 @@ var TimePickerMobile = function TimePickerMobile(props) {
|
|
|
88
88
|
onChange(selectedTime);
|
|
89
89
|
closeTimePicker();
|
|
90
90
|
};
|
|
91
|
-
return /*#__PURE__*/
|
|
91
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Label, {
|
|
92
92
|
text: label,
|
|
93
93
|
required: required,
|
|
94
94
|
invalid: hasError
|
|
95
|
-
}), /*#__PURE__*/
|
|
95
|
+
}), /*#__PURE__*/React.createElement(Input, {
|
|
96
96
|
size: size,
|
|
97
97
|
onClick: openTimePicker,
|
|
98
98
|
dataId: dataId,
|
|
@@ -103,7 +103,7 @@ var TimePickerMobile = function TimePickerMobile(props) {
|
|
|
103
103
|
onClick: openTimePicker
|
|
104
104
|
},
|
|
105
105
|
currentValue: selectedTime ? dayjs(selectedTime.toString()).format(format) : ''
|
|
106
|
-
}), /*#__PURE__*/
|
|
106
|
+
}), /*#__PURE__*/React.createElement(MobileModalContent, {
|
|
107
107
|
dateInitialValue: dateInitialValue,
|
|
108
108
|
onApply: onApply,
|
|
109
109
|
mobileTitle: mobileTitle,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { TimePicker } from './TimePicker.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../../hooks/useGetIsMobile.js';
|
|
4
|
-
import '../../../slicedToArray-
|
|
4
|
+
import '../../../slicedToArray-9decae19.js';
|
|
5
5
|
import '../../../consts/index.js';
|
|
6
6
|
import './TimePickerMobile.js';
|
|
7
7
|
import '../../../helperComponents/Label/Label.js';
|
|
@@ -11,13 +11,14 @@ import '../../../utils/helpers.js';
|
|
|
11
11
|
import 'dayjs';
|
|
12
12
|
import '../../../hooks/useScreenSize.js';
|
|
13
13
|
import 'react-hook-form';
|
|
14
|
-
import '../../../Button-
|
|
15
|
-
import '../../../extends-
|
|
16
|
-
import '../../../defineProperty-
|
|
17
|
-
import '../../../typeof-
|
|
18
|
-
import '../../../objectWithoutProperties-
|
|
14
|
+
import '../../../Button-2f532776.js';
|
|
15
|
+
import '../../../extends-50177a50.js';
|
|
16
|
+
import '../../../defineProperty-6b97a267.js';
|
|
17
|
+
import '../../../typeof-20b85ee8.js';
|
|
18
|
+
import '../../../objectWithoutProperties-6b5c8df6.js';
|
|
19
19
|
import '../../../helperComponents/Loader/Loader.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';
|
|
@@ -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';
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
1
|
+
import { _ as _slicedToArray } from '../../slicedToArray-9decae19.js';
|
|
2
2
|
import { useState, useEffect } from 'react';
|
|
3
3
|
import { registerLocale } from 'react-datepicker';
|
|
4
4
|
import dayjs, { locale as locale$3 } from 'dayjs';
|
|
5
|
-
import { _ as _typeof$1 } from '../../typeof-
|
|
6
|
-
|
|
7
|
-
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
5
|
+
import { _ as _typeof$1 } from '../../typeof-20b85ee8.js';
|
|
8
6
|
|
|
9
7
|
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
10
8
|
try {
|
|
@@ -32,6 +30,8 @@ function _asyncToGenerator(n) {
|
|
|
32
30
|
};
|
|
33
31
|
}
|
|
34
32
|
|
|
33
|
+
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
34
|
+
|
|
35
35
|
var regeneratorRuntime$1 = {exports: {}};
|
|
36
36
|
|
|
37
37
|
var _typeof = {exports: {}};
|
|
@@ -3,7 +3,7 @@ export { SimpleDatePicker } from './SimpleDatePicker/SimpleDatePicker.js';
|
|
|
3
3
|
export { RangeDatePicker } from './RangeDatePicker/RangeDatePicker.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../../hooks/useGetIsMobile.js';
|
|
6
|
-
import '../../slicedToArray-
|
|
6
|
+
import '../../slicedToArray-9decae19.js';
|
|
7
7
|
import '../../consts/index.js';
|
|
8
8
|
import './TimePicker/TimePickerMobile.js';
|
|
9
9
|
import '../../helperComponents/Label/Label.js';
|
|
@@ -13,13 +13,14 @@ import '../../utils/helpers.js';
|
|
|
13
13
|
import 'dayjs';
|
|
14
14
|
import '../../hooks/useScreenSize.js';
|
|
15
15
|
import 'react-hook-form';
|
|
16
|
-
import '../../Button-
|
|
17
|
-
import '../../extends-
|
|
18
|
-
import '../../defineProperty-
|
|
19
|
-
import '../../typeof-
|
|
20
|
-
import '../../objectWithoutProperties-
|
|
16
|
+
import '../../Button-2f532776.js';
|
|
17
|
+
import '../../extends-50177a50.js';
|
|
18
|
+
import '../../defineProperty-6b97a267.js';
|
|
19
|
+
import '../../typeof-20b85ee8.js';
|
|
20
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
21
21
|
import '../../helperComponents/Loader/Loader.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';
|
|
@@ -58,7 +58,7 @@ import 'react-window';
|
|
|
58
58
|
import 'react-dom';
|
|
59
59
|
import '../SVGIcons/IconChevronRight.js';
|
|
60
60
|
import '../Collapse/CollapseGroup/CollapseGroup.js';
|
|
61
|
-
import '../../toConsumableArray-
|
|
61
|
+
import '../../toConsumableArray-e1453f73.js';
|
|
62
62
|
import '../Collapse/CollapseItem/CollapseItem.js';
|
|
63
63
|
import '../Divider/Divider.js';
|
|
64
64
|
import '../Select/SharedComponents/ContentTop.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import classNames from 'classnames';
|
|
3
3
|
|
|
4
4
|
var Divider = function Divider(props) {
|
|
5
5
|
var type = props.type,
|
|
6
6
|
isHorizontal = props.isHorizontal,
|
|
7
7
|
className = props.className;
|
|
8
|
-
return /*#__PURE__*/
|
|
8
|
+
return /*#__PURE__*/React.createElement("hr", {
|
|
9
9
|
className: classNames('divider', "divider--".concat(type), {
|
|
10
10
|
'divider--horizontal': isHorizontal,
|
|
11
11
|
'divider--vertical': !isHorizontal
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _extends } from '../../extends-50177a50.js';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { Text } from '../Text/Text.js';
|
|
4
4
|
import { Image } from '../Image/Image.js';
|
|
5
|
-
import { B as Button } from '../../Button-
|
|
5
|
+
import { B as Button } from '../../Button-2f532776.js';
|
|
6
6
|
import classNames from 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
|
-
import '../../defineProperty-
|
|
10
|
-
import '../../typeof-
|
|
11
|
-
import '../../objectWithoutProperties-
|
|
9
|
+
import '../../defineProperty-6b97a267.js';
|
|
10
|
+
import '../../typeof-20b85ee8.js';
|
|
11
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
12
12
|
import '../../helperComponents/Loader/Loader.js';
|
|
13
13
|
import '../../consts/index.js';
|
|
14
14
|
import '../../hooks/useScreenSize.js';
|
|
15
|
-
import '../../slicedToArray-
|
|
15
|
+
import '../../slicedToArray-9decae19.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';
|
|
@@ -46,20 +46,20 @@ var Empty = function Empty(props) {
|
|
|
46
46
|
className = props.className,
|
|
47
47
|
_props$illustration = props.illustration,
|
|
48
48
|
illustration = _props$illustration === void 0 ? img : _props$illustration;
|
|
49
|
-
return /*#__PURE__*/
|
|
49
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
50
50
|
className: classNames("no-result ".concat(size == 'large' ? 'no-result--large' : 'no-result--small'), className)
|
|
51
|
-
}, /*#__PURE__*/
|
|
51
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
52
52
|
className: "no-result__icon"
|
|
53
|
-
}, /*#__PURE__*/
|
|
53
|
+
}, /*#__PURE__*/React.createElement(Image, {
|
|
54
54
|
imagePath: illustration
|
|
55
|
-
})), /*#__PURE__*/
|
|
55
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
56
56
|
className: "no-result__content"
|
|
57
|
-
}, /*#__PURE__*/
|
|
57
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
58
58
|
size: size == 'large' ? 'large' : 'small',
|
|
59
59
|
weight: "bold"
|
|
60
|
-
}, mainMessage), paragraphMessage ? /*#__PURE__*/
|
|
60
|
+
}, mainMessage), paragraphMessage ? /*#__PURE__*/React.createElement(Text, {
|
|
61
61
|
size: size == 'large' ? 'small' : 'xsmall'
|
|
62
|
-
}, paragraphMessage) : null, buttonProps ? /*#__PURE__*/
|
|
62
|
+
}, paragraphMessage) : null, buttonProps ? /*#__PURE__*/React.createElement(Button, _extends({}, buttonProps, {
|
|
63
63
|
size: "medium",
|
|
64
64
|
className: "mt-4"
|
|
65
65
|
})) : null));
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
export { Empty } from './Empty.js';
|
|
2
|
-
import '../../extends-
|
|
2
|
+
import '../../extends-50177a50.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../Text/Text.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../../utils/helpers.js';
|
|
7
7
|
import 'dayjs';
|
|
8
8
|
import '../Image/Image.js';
|
|
9
|
-
import '../../Button-
|
|
10
|
-
import '../../defineProperty-
|
|
11
|
-
import '../../typeof-
|
|
12
|
-
import '../../objectWithoutProperties-
|
|
9
|
+
import '../../Button-2f532776.js';
|
|
10
|
+
import '../../defineProperty-6b97a267.js';
|
|
11
|
+
import '../../typeof-20b85ee8.js';
|
|
12
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
13
13
|
import '../../helperComponents/Loader/Loader.js';
|
|
14
14
|
import '../../consts/index.js';
|
|
15
15
|
import '../../hooks/useScreenSize.js';
|
|
16
|
-
import '../../slicedToArray-
|
|
16
|
+
import '../../slicedToArray-9decae19.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,8 +1,8 @@
|
|
|
1
|
-
import { _ as _toConsumableArray } from '../../toConsumableArray-
|
|
2
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
3
|
-
import
|
|
1
|
+
import { _ as _toConsumableArray } from '../../toConsumableArray-e1453f73.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../../slicedToArray-9decae19.js';
|
|
3
|
+
import React, { useRef, useState, useCallback } from 'react';
|
|
4
4
|
import { FileUploadMode } from './types.js';
|
|
5
|
-
import { B as Button } from '../../Button-
|
|
5
|
+
import { B as Button } from '../../Button-2f532776.js';
|
|
6
6
|
import { Label } from '../../helperComponents/Label/Label.js';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import { uniqueFiles, checkIsAllowedFileSize, checkIsAllowedTypes, getFormattedValues } from '../../utils/helpers.js';
|
|
@@ -14,14 +14,15 @@ import { UploadItems } from './UploadItems.js';
|
|
|
14
14
|
import { IconEditFilled } from '../SVGIcons/IconEditFilled.js';
|
|
15
15
|
import { IconEdit } from '../SVGIcons/IconEdit.js';
|
|
16
16
|
import { IconAttach } from '../SVGIcons/IconAttach.js';
|
|
17
|
-
import '../../extends-
|
|
18
|
-
import '../../defineProperty-
|
|
19
|
-
import '../../typeof-
|
|
20
|
-
import '../../objectWithoutProperties-
|
|
17
|
+
import '../../extends-50177a50.js';
|
|
18
|
+
import '../../defineProperty-6b97a267.js';
|
|
19
|
+
import '../../typeof-20b85ee8.js';
|
|
20
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
21
21
|
import 'dayjs';
|
|
22
22
|
import '../../helperComponents/Loader/Loader.js';
|
|
23
23
|
import '../../hooks/useGetIsMobile.js';
|
|
24
|
-
import '
|
|
24
|
+
import 'framer-motion';
|
|
25
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
25
26
|
import '../../hooks/useOnOutsideClick.js';
|
|
26
27
|
import '../../hooks/useHideBodyScroll.js';
|
|
27
28
|
import '../SVGIcons/IconDismiss.js';
|
|
@@ -33,7 +34,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
33
34
|
import '../../hooks/useGetElemPositions.js';
|
|
34
35
|
import '../../hooks/useGetTooltipPosition.js';
|
|
35
36
|
import '../../hooks/useHideOnScroll.js';
|
|
36
|
-
import '../../proxy-3b995879.js';
|
|
37
37
|
import '../Link/Link.js';
|
|
38
38
|
import '../Popover/PopoverDesktop.js';
|
|
39
39
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -131,16 +131,16 @@ var FileUpload = function FileUpload(props) {
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
}, [files, removeFiles]);
|
|
134
|
-
return /*#__PURE__*/
|
|
134
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
135
135
|
className: "file-upload"
|
|
136
|
-
}, /*#__PURE__*/
|
|
136
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
137
137
|
text: label,
|
|
138
138
|
required: required,
|
|
139
139
|
disabled: disabled,
|
|
140
140
|
labelAddons: labelAddons
|
|
141
|
-
}), /*#__PURE__*/
|
|
141
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
142
142
|
className: "file-upload__inner"
|
|
143
|
-
}, /*#__PURE__*/
|
|
143
|
+
}, /*#__PURE__*/React.createElement("input", {
|
|
144
144
|
name: name,
|
|
145
145
|
type: "file",
|
|
146
146
|
multiple: multiple,
|
|
@@ -148,18 +148,18 @@ var FileUpload = function FileUpload(props) {
|
|
|
148
148
|
ref: fileInputRef,
|
|
149
149
|
accept: allowedTypes,
|
|
150
150
|
onChange: handleChange
|
|
151
|
-
}), mode === FileUploadMode.edit && /*#__PURE__*/
|
|
151
|
+
}), mode === FileUploadMode.edit && /*#__PURE__*/React.createElement("div", {
|
|
152
152
|
className: "edit__icon",
|
|
153
153
|
onMouseEnter: onMouseEnterOrLeave,
|
|
154
154
|
onMouseLeave: onMouseEnterOrLeave,
|
|
155
155
|
onClick: onUploadClick
|
|
156
|
-
}, isHovered ? /*#__PURE__*/
|
|
156
|
+
}, isHovered ? /*#__PURE__*/React.createElement(IconEditFilled, {
|
|
157
157
|
size: "xxsmall",
|
|
158
158
|
type: "secondary"
|
|
159
|
-
}) : /*#__PURE__*/
|
|
159
|
+
}) : /*#__PURE__*/React.createElement(IconEdit, {
|
|
160
160
|
size: "xxsmall",
|
|
161
161
|
type: "secondary"
|
|
162
|
-
})), mode === FileUploadMode.attach && /*#__PURE__*/
|
|
162
|
+
})), mode === FileUploadMode.attach && /*#__PURE__*/React.createElement(Button, {
|
|
163
163
|
type: "secondary",
|
|
164
164
|
size: "medium",
|
|
165
165
|
disabled: disabled,
|
|
@@ -168,7 +168,7 @@ var FileUpload = function FileUpload(props) {
|
|
|
168
168
|
},
|
|
169
169
|
onClick: onUploadClick,
|
|
170
170
|
buttonText: buttonText
|
|
171
|
-
}), /*#__PURE__*/
|
|
171
|
+
}), /*#__PURE__*/React.createElement(UploadItems, {
|
|
172
172
|
handleFileClick: handleFileClick,
|
|
173
173
|
onRemove: handleFileRemove,
|
|
174
174
|
files: files,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Text } from '../Text/Text.js';
|
|
3
3
|
import '../../consts/index.js';
|
|
4
4
|
import { useFormProps } from '../../hooks/useFormProps.js';
|
|
@@ -7,21 +7,22 @@ import '../../hooks/useScreenSize.js';
|
|
|
7
7
|
import 'react-hook-form';
|
|
8
8
|
import { ErrorMessage } from '../../helperComponents/ErrorMessage/ErrorMessage.js';
|
|
9
9
|
import 'classnames';
|
|
10
|
-
import { B as Button } from '../../Button-
|
|
10
|
+
import { B as Button } from '../../Button-2f532776.js';
|
|
11
11
|
import 'react-syntax-highlighter';
|
|
12
12
|
import { IconDelete } from '../SVGIcons/IconDelete.js';
|
|
13
13
|
import 'dayjs';
|
|
14
14
|
import '../../context/types.js';
|
|
15
|
-
import '../../slicedToArray-
|
|
15
|
+
import '../../slicedToArray-9decae19.js';
|
|
16
16
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
17
17
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
18
|
-
import '../../extends-
|
|
19
|
-
import '../../defineProperty-
|
|
20
|
-
import '../../typeof-
|
|
21
|
-
import '../../objectWithoutProperties-
|
|
18
|
+
import '../../extends-50177a50.js';
|
|
19
|
+
import '../../defineProperty-6b97a267.js';
|
|
20
|
+
import '../../typeof-20b85ee8.js';
|
|
21
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
22
22
|
import '../../helperComponents/Loader/Loader.js';
|
|
23
23
|
import '../../hooks/useGetIsMobile.js';
|
|
24
|
-
import '
|
|
24
|
+
import 'framer-motion';
|
|
25
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
25
26
|
import '../../hooks/useOnOutsideClick.js';
|
|
26
27
|
import '../../hooks/useHideBodyScroll.js';
|
|
27
28
|
import '../SVGIcons/IconDismiss.js';
|
|
@@ -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';
|
|
@@ -46,18 +46,18 @@ var UploadItems = function UploadItems(props) {
|
|
|
46
46
|
var _useFormProps = useFormProps(),
|
|
47
47
|
errors = _useFormProps.errors;
|
|
48
48
|
var filesErrors = errors && errors.files && errors.files.length > 0;
|
|
49
|
-
return /*#__PURE__*/
|
|
49
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, files.map(function (file, index) {
|
|
50
50
|
var _errors$files$index, _errors$files$index2;
|
|
51
|
-
return /*#__PURE__*/
|
|
51
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
52
52
|
className: "upload-item mt-4 ".concat(filesErrors && (_errors$files$index = errors.files[index]) !== null && _errors$files$index !== void 0 && _errors$files$index.message ? 'upload-item--error' : ''),
|
|
53
53
|
key: index
|
|
54
|
-
}, /*#__PURE__*/
|
|
54
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
55
55
|
className: "upload-item__inner"
|
|
56
|
-
}, /*#__PURE__*/
|
|
56
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
57
57
|
className: "upload-item__content mb-2"
|
|
58
|
-
}, /*#__PURE__*/
|
|
58
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
59
59
|
className: "upload-item__content__inner pr-8"
|
|
60
|
-
}, /*#__PURE__*/
|
|
60
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
61
61
|
size: "small",
|
|
62
62
|
lineHeight: "medium",
|
|
63
63
|
className: "upload-item__text",
|
|
@@ -68,9 +68,9 @@ var UploadItems = function UploadItems(props) {
|
|
|
68
68
|
handleFileClick: handleFileClick
|
|
69
69
|
});
|
|
70
70
|
}
|
|
71
|
-
}, file.name), filesErrors && /*#__PURE__*/
|
|
71
|
+
}, file.name), filesErrors && /*#__PURE__*/React.createElement(ErrorMessage, {
|
|
72
72
|
message: (_errors$files$index2 = errors.files[index]) === null || _errors$files$index2 === void 0 ? void 0 : _errors$files$index2.message
|
|
73
|
-
})), /*#__PURE__*/
|
|
73
|
+
})), /*#__PURE__*/React.createElement(Button, {
|
|
74
74
|
type: "tertiary",
|
|
75
75
|
size: "small",
|
|
76
76
|
iconProps: {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { FileUpload } from './FileUpload.js';
|
|
2
2
|
export { FileUploadMode } from './types.js';
|
|
3
|
-
import '../../toConsumableArray-
|
|
4
|
-
import '../../slicedToArray-
|
|
3
|
+
import '../../toConsumableArray-e1453f73.js';
|
|
4
|
+
import '../../slicedToArray-9decae19.js';
|
|
5
5
|
import 'react';
|
|
6
|
-
import '../../Button-
|
|
7
|
-
import '../../extends-
|
|
8
|
-
import '../../defineProperty-
|
|
9
|
-
import '../../typeof-
|
|
10
|
-
import '../../objectWithoutProperties-
|
|
6
|
+
import '../../Button-2f532776.js';
|
|
7
|
+
import '../../extends-50177a50.js';
|
|
8
|
+
import '../../defineProperty-6b97a267.js';
|
|
9
|
+
import '../../typeof-20b85ee8.js';
|
|
10
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
11
11
|
import 'classnames';
|
|
12
12
|
import 'dayjs';
|
|
13
13
|
import '../../helperComponents/Loader/Loader.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';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { FILE_UPLOAD_ERRORS } from '../../consts';
|
|
2
3
|
export interface TFileUploadProps extends IFormCompProps {
|
|
3
4
|
allowedTypes?: string;
|
|
4
|
-
label?: string |
|
|
5
|
-
buttonText?: string |
|
|
5
|
+
label?: string | React.ReactElement;
|
|
6
|
+
buttonText?: string | React.ReactElement;
|
|
6
7
|
getFiles?: (files: File[]) => void;
|
|
7
8
|
handleFileClick?: (file: File) => void;
|
|
8
9
|
removeFiles?: (file: File) => void;
|
|
@@ -14,7 +15,7 @@ export interface TFileUploadProps extends IFormCompProps {
|
|
|
14
15
|
uploadedFiles?: File[];
|
|
15
16
|
multiple?: boolean;
|
|
16
17
|
mode?: FileUploadMode;
|
|
17
|
-
labelAddons?:
|
|
18
|
+
labelAddons?: React.ReactElement;
|
|
18
19
|
onError?: (errorType: FILE_UPLOAD_ERRORS) => void;
|
|
19
20
|
fileAllowedSize?: number;
|
|
20
21
|
}
|