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,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 { appendErrors, useForm } from 'react-hook-form';
|
|
4
4
|
import { validateFieldsNatively, toNestError } from '@hookform/resolvers';
|
|
5
5
|
import classNames from 'classnames';
|
|
6
6
|
import { FormContext } from '../../context/types.js';
|
|
7
|
-
import { B as Button } from '../../Button-
|
|
7
|
+
import { B as Button } from '../../Button-2f532776.js';
|
|
8
8
|
import '../../utils/helpers.js';
|
|
9
9
|
import 'dayjs';
|
|
10
|
-
import '../../defineProperty-
|
|
11
|
-
import '../../typeof-
|
|
12
|
-
import '../../objectWithoutProperties-
|
|
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 '../../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';
|
|
@@ -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';
|
|
@@ -82,11 +82,11 @@ var FormContainer = function FormContainer(props) {
|
|
|
82
82
|
onSubmit(data, formState, dirtyFields);
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
|
-
return /*#__PURE__*/
|
|
85
|
+
return /*#__PURE__*/React.createElement("form", {
|
|
86
86
|
onSubmit: handleSubmit(customSubmit),
|
|
87
87
|
id: formId,
|
|
88
88
|
className: classNames('form-container', className)
|
|
89
|
-
}, /*#__PURE__*/
|
|
89
|
+
}, /*#__PURE__*/React.createElement(FormContext.Provider, {
|
|
90
90
|
value: {
|
|
91
91
|
trigger: trigger,
|
|
92
92
|
register: register,
|
|
@@ -105,10 +105,10 @@ var FormContainer = function FormContainer(props) {
|
|
|
105
105
|
getFieldState: getFieldState,
|
|
106
106
|
unregister: unregister
|
|
107
107
|
}
|
|
108
|
-
}, /*#__PURE__*/
|
|
108
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, children, buttonConfigs && /*#__PURE__*/React.createElement("div", {
|
|
109
109
|
className: "form-container__buttons"
|
|
110
110
|
}, buttonConfigs.map(function (buttonConfig, index) {
|
|
111
|
-
return /*#__PURE__*/
|
|
111
|
+
return /*#__PURE__*/React.createElement(Button, _extends({}, buttonConfig, {
|
|
112
112
|
key: index
|
|
113
113
|
}));
|
|
114
114
|
})))));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { FormContainer } from './FormContainer.js';
|
|
2
|
-
import '../../extends-
|
|
2
|
+
import '../../extends-50177a50.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '@hookform/resolvers';
|
|
@@ -7,16 +7,17 @@ import 'classnames';
|
|
|
7
7
|
import '../../context/types.js';
|
|
8
8
|
import '../../utils/helpers.js';
|
|
9
9
|
import 'dayjs';
|
|
10
|
-
import '../../Button-
|
|
11
|
-
import '../../defineProperty-
|
|
12
|
-
import '../../typeof-
|
|
13
|
-
import '../../objectWithoutProperties-
|
|
10
|
+
import '../../Button-2f532776.js';
|
|
11
|
+
import '../../defineProperty-6b97a267.js';
|
|
12
|
+
import '../../typeof-20b85ee8.js';
|
|
13
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
14
14
|
import '../../helperComponents/Loader/Loader.js';
|
|
15
15
|
import '../../consts/index.js';
|
|
16
16
|
import '../../hooks/useScreenSize.js';
|
|
17
|
-
import '../../slicedToArray-
|
|
17
|
+
import '../../slicedToArray-9decae19.js';
|
|
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';
|
|
@@ -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,5 +1,5 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
|
|
2
|
+
import React, { useContext } from 'react';
|
|
3
3
|
import { ErrorMessage } from '@hookform/error-message';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
5
|
import 'dayjs';
|
|
@@ -8,19 +8,20 @@ import '../../consts/index.js';
|
|
|
8
8
|
import { FormContext } from '../../context/types.js';
|
|
9
9
|
import '../../hooks/useScreenSize.js';
|
|
10
10
|
import { Controller } from 'react-hook-form';
|
|
11
|
-
import '../../Button-
|
|
11
|
+
import '../../Button-2f532776.js';
|
|
12
12
|
import 'react-syntax-highlighter';
|
|
13
|
-
import '../../typeof-
|
|
13
|
+
import '../../typeof-20b85ee8.js';
|
|
14
14
|
import '../Text/Text.js';
|
|
15
15
|
import '../../utils/helpers.js';
|
|
16
16
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
17
17
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
18
|
-
import '../../slicedToArray-
|
|
19
|
-
import '../../extends-
|
|
20
|
-
import '../../objectWithoutProperties-
|
|
18
|
+
import '../../slicedToArray-9decae19.js';
|
|
19
|
+
import '../../extends-50177a50.js';
|
|
20
|
+
import '../../objectWithoutProperties-6b5c8df6.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 '../SVGIcons/IconDismiss.js';
|
|
@@ -31,7 +32,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
31
32
|
import '../../hooks/useGetElemPositions.js';
|
|
32
33
|
import '../../hooks/useGetTooltipPosition.js';
|
|
33
34
|
import '../../hooks/useHideOnScroll.js';
|
|
34
|
-
import '../../proxy-3b995879.js';
|
|
35
35
|
import '../Link/Link.js';
|
|
36
36
|
import '../Popover/PopoverDesktop.js';
|
|
37
37
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -58,15 +58,15 @@ var FormField = function FormField(props) {
|
|
|
58
58
|
return null;
|
|
59
59
|
}
|
|
60
60
|
var registerOptions = register(name);
|
|
61
|
-
return /*#__PURE__*/
|
|
61
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
62
62
|
className: classNames('form-container__field', className, name)
|
|
63
|
-
}, /*#__PURE__*/
|
|
63
|
+
}, /*#__PURE__*/React.createElement(Controller, {
|
|
64
64
|
control: control,
|
|
65
65
|
name: name,
|
|
66
66
|
render: function render(_ref) {
|
|
67
67
|
var field = _ref.field,
|
|
68
68
|
fieldState = _ref.fieldState;
|
|
69
|
-
return /*#__PURE__*/
|
|
69
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, As(_objectSpread(_objectSpread({
|
|
70
70
|
hasError: !!fieldState.error,
|
|
71
71
|
isValid: fieldState.isTouched && fieldState.isDirty && !fieldState.invalid,
|
|
72
72
|
dataId: dataId
|
|
@@ -78,12 +78,12 @@ var FormField = function FormField(props) {
|
|
|
78
78
|
shouldTouch: true
|
|
79
79
|
}, options));
|
|
80
80
|
}
|
|
81
|
-
}, field)), !hideErrorMessage ? /*#__PURE__*/
|
|
81
|
+
}, field)), !hideErrorMessage ? /*#__PURE__*/React.createElement(ErrorMessage, {
|
|
82
82
|
name: name,
|
|
83
83
|
errors: errors,
|
|
84
84
|
render: function render(_ref2) {
|
|
85
85
|
var message = _ref2.message;
|
|
86
|
-
return /*#__PURE__*/
|
|
86
|
+
return /*#__PURE__*/React.createElement(ErrorMessage$1, {
|
|
87
87
|
dataId: dataId,
|
|
88
88
|
message: message || '',
|
|
89
89
|
className: "full-width",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { FormField } from './FormField.js';
|
|
2
|
-
import '../../defineProperty-
|
|
3
|
-
import '../../typeof-
|
|
2
|
+
import '../../defineProperty-6b97a267.js';
|
|
3
|
+
import '../../typeof-20b85ee8.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '@hookform/error-message';
|
|
6
6
|
import 'classnames';
|
|
@@ -13,14 +13,15 @@ import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
|
13
13
|
import '../../consts/index.js';
|
|
14
14
|
import '../../context/types.js';
|
|
15
15
|
import '../../hooks/useScreenSize.js';
|
|
16
|
-
import '../../slicedToArray-
|
|
16
|
+
import '../../slicedToArray-9decae19.js';
|
|
17
17
|
import 'react-hook-form';
|
|
18
|
-
import '../../Button-
|
|
19
|
-
import '../../extends-
|
|
20
|
-
import '../../objectWithoutProperties-
|
|
18
|
+
import '../../Button-2f532776.js';
|
|
19
|
+
import '../../extends-50177a50.js';
|
|
20
|
+
import '../../objectWithoutProperties-6b5c8df6.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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { noop } from '../../utils/helpers.js';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import 'dayjs';
|
|
@@ -19,7 +19,7 @@ var Heading = function Heading(props) {
|
|
|
19
19
|
onClick = _props$onClick === void 0 ? noop : _props$onClick,
|
|
20
20
|
_props$dataId = props.dataId,
|
|
21
21
|
dataId = _props$dataId === void 0 ? '' : _props$dataId;
|
|
22
|
-
return /*#__PURE__*/
|
|
22
|
+
return /*#__PURE__*/React.createElement(As, {
|
|
23
23
|
dataid: dataId,
|
|
24
24
|
onClick: onClick,
|
|
25
25
|
className: classNames('heading', size && "heading-".concat(size), weight, lineHeight && "lh-".concat(lineHeight), className)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
|
|
3
3
|
var Image = function Image(props) {
|
|
4
4
|
var name = props.name,
|
|
@@ -11,14 +11,14 @@ var Image = function Image(props) {
|
|
|
11
11
|
isFullWidth = props.isFullWidth,
|
|
12
12
|
isFullHeight = props.isFullHeight,
|
|
13
13
|
ratio = props.ratio;
|
|
14
|
-
return isBackgroundImage ? /*#__PURE__*/
|
|
14
|
+
return isBackgroundImage ? /*#__PURE__*/React.createElement("div", {
|
|
15
15
|
className: "image image--bg ".concat(className),
|
|
16
16
|
style: {
|
|
17
17
|
backgroundImage: "".concat(imagePath ? "url(".concat(imagePath, ")") : ''),
|
|
18
18
|
backgroundSize: backgroundSize,
|
|
19
19
|
aspectRatio: ratio
|
|
20
20
|
}
|
|
21
|
-
}) : /*#__PURE__*/
|
|
21
|
+
}) : /*#__PURE__*/React.createElement("img", {
|
|
22
22
|
className: "image ".concat(className),
|
|
23
23
|
src: imagePath,
|
|
24
24
|
alt: name,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
2
|
-
import { _ as _extends } from '../../extends-
|
|
3
|
-
import { _ as _objectWithoutProperties } from '../../objectWithoutProperties-
|
|
4
|
-
import
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
|
|
2
|
+
import { _ as _extends } from '../../extends-50177a50.js';
|
|
3
|
+
import { _ as _objectWithoutProperties } from '../../objectWithoutProperties-6b5c8df6.js';
|
|
4
|
+
import React, { useMemo } from 'react';
|
|
5
5
|
import InputMask from 'react-input-mask';
|
|
6
6
|
import classNames from 'classnames';
|
|
7
7
|
import { NumericFormat } from 'react-number-format';
|
|
@@ -12,17 +12,18 @@ import '../../consts/index.js';
|
|
|
12
12
|
import 'dayjs';
|
|
13
13
|
import '../../hooks/useScreenSize.js';
|
|
14
14
|
import 'react-hook-form';
|
|
15
|
-
import '../../Button-
|
|
15
|
+
import '../../Button-2f532776.js';
|
|
16
16
|
import 'react-syntax-highlighter';
|
|
17
17
|
import { IconCheckmarkCircleFilled } from '../SVGIcons/IconCheckmarkCircleFilled.js';
|
|
18
|
-
import '../../typeof-
|
|
18
|
+
import '../../typeof-20b85ee8.js';
|
|
19
19
|
import '../../utils/helpers.js';
|
|
20
20
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
21
21
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
22
|
-
import '../../slicedToArray-
|
|
22
|
+
import '../../slicedToArray-9decae19.js';
|
|
23
23
|
import '../../helperComponents/Loader/Loader.js';
|
|
24
24
|
import '../../hooks/useGetIsMobile.js';
|
|
25
|
-
import '
|
|
25
|
+
import 'framer-motion';
|
|
26
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
26
27
|
import '../../hooks/useOnOutsideClick.js';
|
|
27
28
|
import '../../hooks/useHideBodyScroll.js';
|
|
28
29
|
import '../SVGIcons/IconDismiss.js';
|
|
@@ -33,14 +34,13 @@ 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';
|
|
40
40
|
import '../Button/consts.js';
|
|
41
41
|
|
|
42
42
|
var _excluded = ["datePlaceHolderText", "className", "size", "error", "hasError", "label", "mask", "maskChar", "maskPlaceholder", "currentValue", "name", "leftIconProps", "rightIconProps", "disabled", "required", "readonly", "placeholder", "type", "helperText", "successMessage", "maxCount", "setFieldValue", "handleChange", "dataId", "isValid", "allowLeadingZeros", "thousandSeparator", "allowNegative", "hideCounter", "labelAddons", "witUpperCase", "isAllowed"];
|
|
43
|
-
var Input = /*#__PURE__*/
|
|
43
|
+
var Input = /*#__PURE__*/React.forwardRef(function (_ref, _ref2) {
|
|
44
44
|
var datePlaceHolderText = _ref.datePlaceHolderText,
|
|
45
45
|
className = _ref.className,
|
|
46
46
|
_ref$size = _ref.size,
|
|
@@ -109,7 +109,7 @@ var Input = /*#__PURE__*/React__default.forwardRef(function (_ref, _ref2) {
|
|
|
109
109
|
/*#__PURE__*/
|
|
110
110
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
111
111
|
// @ts-ignore
|
|
112
|
-
|
|
112
|
+
React.createElement(InputMask, _extends({
|
|
113
113
|
name: name,
|
|
114
114
|
mask: mask
|
|
115
115
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -133,7 +133,7 @@ var Input = /*#__PURE__*/React__default.forwardRef(function (_ref, _ref2) {
|
|
|
133
133
|
/*#__PURE__*/
|
|
134
134
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
135
135
|
// @ts-ignore
|
|
136
|
-
|
|
136
|
+
React.createElement(NumericFormat, _extends({}, rest, {
|
|
137
137
|
name: name,
|
|
138
138
|
onChange: changeHandler,
|
|
139
139
|
placeholder: placeHolder,
|
|
@@ -151,7 +151,7 @@ var Input = /*#__PURE__*/React__default.forwardRef(function (_ref, _ref2) {
|
|
|
151
151
|
/*#__PURE__*/
|
|
152
152
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
153
153
|
// @ts-ignore
|
|
154
|
-
|
|
154
|
+
React.createElement("input", _extends({
|
|
155
155
|
readOnly: readonly,
|
|
156
156
|
disabled: disabled,
|
|
157
157
|
name: name,
|
|
@@ -163,7 +163,7 @@ var Input = /*#__PURE__*/React__default.forwardRef(function (_ref, _ref2) {
|
|
|
163
163
|
}, rest, currentValue !== undefined ? {
|
|
164
164
|
value: currentValue
|
|
165
165
|
} : {}));
|
|
166
|
-
return /*#__PURE__*/
|
|
166
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
167
167
|
className: classNames("input input--".concat(size), className, {
|
|
168
168
|
'input--icon-left': leftIconProps,
|
|
169
169
|
'input--icon-right': rightIconProps,
|
|
@@ -171,41 +171,41 @@ var Input = /*#__PURE__*/React__default.forwardRef(function (_ref, _ref2) {
|
|
|
171
171
|
'input--valid': isValid,
|
|
172
172
|
'input--disabled': disabled
|
|
173
173
|
})
|
|
174
|
-
}, /*#__PURE__*/
|
|
174
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
175
175
|
text: label,
|
|
176
176
|
required: required,
|
|
177
177
|
disabled: disabled,
|
|
178
178
|
labelAddons: labelAddons,
|
|
179
179
|
dataId: dataId
|
|
180
|
-
}), /*#__PURE__*/
|
|
180
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
181
181
|
className: "input__inner"
|
|
182
|
-
}, input, leftIconProps !== null && leftIconProps !== void 0 && leftIconProps.Component ? /*#__PURE__*/
|
|
182
|
+
}, input, leftIconProps !== null && leftIconProps !== void 0 && leftIconProps.Component ? /*#__PURE__*/React.createElement(leftIconProps.Component, _extends({
|
|
183
183
|
size: "small"
|
|
184
184
|
}, leftIconProps, {
|
|
185
185
|
className: classNames('input__icon', 'input__icon--left', _defineProperty({}, leftIconProps.className || '', !!leftIconProps.className))
|
|
186
|
-
})) : null, rightIconProps !== null && rightIconProps !== void 0 && rightIconProps.Component ? /*#__PURE__*/
|
|
186
|
+
})) : null, rightIconProps !== null && rightIconProps !== void 0 && rightIconProps.Component ? /*#__PURE__*/React.createElement(rightIconProps.Component, _extends({
|
|
187
187
|
size: "small"
|
|
188
188
|
}, rightIconProps, {
|
|
189
189
|
className: classNames('input__icon', 'input__icon--right', _defineProperty({}, rightIconProps.className || '', !!rightIconProps.className))
|
|
190
|
-
})) : null), error || successMessage || helperText || maxCount ? /*#__PURE__*/
|
|
190
|
+
})) : null), error || successMessage || helperText || maxCount ? /*#__PURE__*/React.createElement("div", {
|
|
191
191
|
className: "input__message mt-8"
|
|
192
|
-
}, isErrorVisible && error ? /*#__PURE__*/
|
|
192
|
+
}, isErrorVisible && error ? /*#__PURE__*/React.createElement(ErrorMessage, {
|
|
193
193
|
message: error,
|
|
194
194
|
icon: "infoFilled",
|
|
195
195
|
dataId: dataId
|
|
196
|
-
}) : null, successMessage ? /*#__PURE__*/
|
|
196
|
+
}) : null, successMessage ? /*#__PURE__*/React.createElement(Text, {
|
|
197
197
|
size: "small",
|
|
198
198
|
type: "success",
|
|
199
199
|
className: "flexbox align-items--center"
|
|
200
|
-
}, /*#__PURE__*/
|
|
200
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(IconCheckmarkCircleFilled, {
|
|
201
201
|
type: "success",
|
|
202
202
|
size: "xsmall"
|
|
203
|
-
}), /*#__PURE__*/
|
|
203
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
204
204
|
className: "ml-4"
|
|
205
|
-
}, successMessage))) : null, helperText && !successMessage && !(isErrorVisible || error) ? /*#__PURE__*/
|
|
205
|
+
}, successMessage))) : null, helperText && !successMessage && !(isErrorVisible || error) ? /*#__PURE__*/React.createElement(Text, {
|
|
206
206
|
size: "small",
|
|
207
207
|
type: disabled ? 'disabled' : 'secondary'
|
|
208
|
-
}, helperText) : null, maxCount && !hideCounter && !hasError ? /*#__PURE__*/
|
|
208
|
+
}, helperText) : null, maxCount && !hideCounter && !hasError ? /*#__PURE__*/React.createElement(Text, {
|
|
209
209
|
size: "small",
|
|
210
210
|
type: disabled ? 'disabled' : 'secondary',
|
|
211
211
|
className: "input__counter"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { Input } from './Input.js';
|
|
2
|
-
import '../../defineProperty-
|
|
3
|
-
import '../../typeof-
|
|
4
|
-
import '../../extends-
|
|
5
|
-
import '../../objectWithoutProperties-
|
|
2
|
+
import '../../defineProperty-6b97a267.js';
|
|
3
|
+
import '../../typeof-20b85ee8.js';
|
|
4
|
+
import '../../extends-50177a50.js';
|
|
5
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'react-input-mask';
|
|
8
8
|
import 'classnames';
|
|
@@ -16,12 +16,13 @@ import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
|
16
16
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
17
17
|
import '../../consts/index.js';
|
|
18
18
|
import '../../hooks/useScreenSize.js';
|
|
19
|
-
import '../../slicedToArray-
|
|
19
|
+
import '../../slicedToArray-9decae19.js';
|
|
20
20
|
import 'react-hook-form';
|
|
21
|
-
import '../../Button-
|
|
21
|
+
import '../../Button-2f532776.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 'react-syntax-highlighter';
|
|
@@ -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';
|
|
@@ -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';
|
|
@@ -9,16 +9,17 @@ import 'dayjs';
|
|
|
9
9
|
import '../../helperComponents/Label/Label.js';
|
|
10
10
|
import '../../consts/index.js';
|
|
11
11
|
import '../../hooks/useScreenSize.js';
|
|
12
|
-
import '../../slicedToArray-
|
|
12
|
+
import '../../slicedToArray-9decae19.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
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';
|
|
@@ -10,16 +10,17 @@ import '../Radio/RadioGroup.js';
|
|
|
10
10
|
import '../../helperComponents/Label/Label.js';
|
|
11
11
|
import '../../consts/index.js';
|
|
12
12
|
import '../../hooks/useScreenSize.js';
|
|
13
|
-
import '../../slicedToArray-
|
|
13
|
+
import '../../slicedToArray-9decae19.js';
|
|
14
14
|
import 'react-hook-form';
|
|
15
|
-
import '../../Button-
|
|
16
|
-
import '../../extends-
|
|
17
|
-
import '../../defineProperty-
|
|
18
|
-
import '../../typeof-
|
|
19
|
-
import '../../objectWithoutProperties-
|
|
15
|
+
import '../../Button-2f532776.js';
|
|
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 '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,
|
|
@@ -11,16 +11,17 @@ import '../Radio/RadioGroup.js';
|
|
|
11
11
|
import '../../helperComponents/Label/Label.js';
|
|
12
12
|
import '../../consts/index.js';
|
|
13
13
|
import '../../hooks/useScreenSize.js';
|
|
14
|
-
import '../../slicedToArray-
|
|
14
|
+
import '../../slicedToArray-9decae19.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
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';
|