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,17 +1,17 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
1
|
+
import { _ as _extends } from '../../extends-50177a50.js';
|
|
2
2
|
import classNames from 'classnames';
|
|
3
|
-
import
|
|
3
|
+
import React, { useCallback } from 'react';
|
|
4
4
|
import { Avatar } from '../../components/Avatar/Avatar.js';
|
|
5
5
|
import { Tooltip } from '../../components/Tooltip/Tooltip.js';
|
|
6
6
|
import '../../consts/index.js';
|
|
7
7
|
import 'dayjs';
|
|
8
8
|
import '../../hooks/useScreenSize.js';
|
|
9
9
|
import 'react-hook-form';
|
|
10
|
-
import { C as Checkbox } from '../../Button-
|
|
10
|
+
import { C as Checkbox } from '../../Button-2f532776.js';
|
|
11
11
|
import { IconCheckmark } from '../../components/SVGIcons/IconCheckmark.js';
|
|
12
|
-
import '../../slicedToArray-
|
|
12
|
+
import '../../slicedToArray-9decae19.js';
|
|
13
13
|
import '../../components/FileUpload/FileUpload.js';
|
|
14
|
-
import '../../toConsumableArray-
|
|
14
|
+
import '../../toConsumableArray-e1453f73.js';
|
|
15
15
|
import '../../components/FileUpload/types.js';
|
|
16
16
|
import '../Label/Label.js';
|
|
17
17
|
import '../../components/Text/Text.js';
|
|
@@ -24,12 +24,13 @@ import '../ErrorMessage/ErrorMessage.js';
|
|
|
24
24
|
import '../IconDynamicComponent/IconDynamicComponent.js';
|
|
25
25
|
import '../IconDynamicComponent/constants.js';
|
|
26
26
|
import '../../components/SVGIcons/IconDelete.js';
|
|
27
|
-
import '../../defineProperty-
|
|
28
|
-
import '../../typeof-
|
|
29
|
-
import '../../objectWithoutProperties-
|
|
27
|
+
import '../../defineProperty-6b97a267.js';
|
|
28
|
+
import '../../typeof-20b85ee8.js';
|
|
29
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
30
30
|
import '../Loader/Loader.js';
|
|
31
31
|
import '../../hooks/useGetIsMobile.js';
|
|
32
|
-
import '
|
|
32
|
+
import 'framer-motion';
|
|
33
|
+
import '../AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
33
34
|
import '../../hooks/useOnOutsideClick.js';
|
|
34
35
|
import '../../hooks/useHideBodyScroll.js';
|
|
35
36
|
import '../../components/SVGIcons/IconDismiss.js';
|
|
@@ -39,7 +40,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
39
40
|
import '../../hooks/useGetElemPositions.js';
|
|
40
41
|
import '../../hooks/useGetTooltipPosition.js';
|
|
41
42
|
import '../../hooks/useHideOnScroll.js';
|
|
42
|
-
import '../../proxy-3b995879.js';
|
|
43
43
|
import '../../components/Link/Link.js';
|
|
44
44
|
import '../../components/Popover/PopoverDesktop.js';
|
|
45
45
|
import '../../components/SVGIcons/IconInfo.js';
|
|
@@ -81,7 +81,7 @@ var OptionItem = function OptionItem(props) {
|
|
|
81
81
|
meta: meta
|
|
82
82
|
});
|
|
83
83
|
}, [disabled, value, label, onClick]);
|
|
84
|
-
var optionContent = /*#__PURE__*/
|
|
84
|
+
var optionContent = /*#__PURE__*/React.createElement("div", {
|
|
85
85
|
"data-id": dataId,
|
|
86
86
|
id: "".concat(value),
|
|
87
87
|
className: classNames('select__option', {
|
|
@@ -89,36 +89,36 @@ var OptionItem = function OptionItem(props) {
|
|
|
89
89
|
}, className),
|
|
90
90
|
onClick: handleClick,
|
|
91
91
|
style: style
|
|
92
|
-
}, isCheckbox ? /*#__PURE__*/
|
|
92
|
+
}, isCheckbox ? /*#__PURE__*/React.createElement(Checkbox, {
|
|
93
93
|
className: "mr-8",
|
|
94
94
|
selectedValue: isSelected,
|
|
95
95
|
disabled: disabled
|
|
96
|
-
}) : null, !isCheckbox && isSelected ? /*#__PURE__*/
|
|
96
|
+
}) : null, !isCheckbox && isSelected ? /*#__PURE__*/React.createElement(IconCheckmark, {
|
|
97
97
|
size: "xsmall",
|
|
98
98
|
type: disabled ? 'disabled' : 'brand',
|
|
99
99
|
className: "mr-8"
|
|
100
|
-
}) : null, /*#__PURE__*/
|
|
100
|
+
}) : null, /*#__PURE__*/React.createElement("div", {
|
|
101
101
|
className: "select__option__inner"
|
|
102
|
-
}, optionLeftIcon && optionLeftIcon.Component ? /*#__PURE__*/
|
|
102
|
+
}, optionLeftIcon && optionLeftIcon.Component ? /*#__PURE__*/React.createElement(optionLeftIcon.Component, _extends({}, optionLeftIcon, {
|
|
103
103
|
size: "small",
|
|
104
104
|
className: "mr-8"
|
|
105
|
-
})) : null, avatar ? /*#__PURE__*/
|
|
105
|
+
})) : null, avatar ? /*#__PURE__*/React.createElement(Avatar, {
|
|
106
106
|
size: "xxsmall",
|
|
107
107
|
imagePath: avatar,
|
|
108
108
|
className: "mr-4"
|
|
109
|
-
}) : null, labelLeftIconProps !== null && labelLeftIconProps !== void 0 && labelLeftIconProps.Component ? /*#__PURE__*/
|
|
109
|
+
}) : null, labelLeftIconProps !== null && labelLeftIconProps !== void 0 && labelLeftIconProps.Component ? /*#__PURE__*/React.createElement(labelLeftIconProps.Component, _extends({
|
|
110
110
|
size: "xsmall",
|
|
111
111
|
type: disabled ? 'disabled' : 'primary',
|
|
112
112
|
className: "mr-4"
|
|
113
|
-
}, labelLeftIconProps)) : null, /*#__PURE__*/
|
|
113
|
+
}, labelLeftIconProps)) : null, /*#__PURE__*/React.createElement("div", {
|
|
114
114
|
className: "select__option__content",
|
|
115
115
|
"data-id": dataId
|
|
116
|
-
}, /*#__PURE__*/
|
|
116
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
117
117
|
className: "select__option__text pr-4 ".concat(disabled ? 'color-disabled' : '')
|
|
118
|
-
}, label), LabelRightIconComponent && LabelRightIconComponent(value), meta ? /*#__PURE__*/
|
|
118
|
+
}, label), LabelRightIconComponent && LabelRightIconComponent(value), meta ? /*#__PURE__*/React.createElement("span", {
|
|
119
119
|
className: "select__option__meta ".concat(disabled ? 'color-disabled' : '')
|
|
120
120
|
}, meta) : null)), OptionRightIconComponent && OptionRightIconComponent(value));
|
|
121
|
-
return tooltipAddons ? /*#__PURE__*/
|
|
121
|
+
return tooltipAddons ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Tooltip, _extends({}, tooltipAddons, {
|
|
122
122
|
text: "".concat(label),
|
|
123
123
|
id: "".concat(value)
|
|
124
124
|
})), optionContent) : optionContent;
|
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
export { OptionItem } from './OptionItem.js';
|
|
2
|
-
import '../../extends-
|
|
2
|
+
import '../../extends-50177a50.js';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../../components/Avatar/Avatar.js';
|
|
6
|
-
import '../../slicedToArray-
|
|
6
|
+
import '../../slicedToArray-9decae19.js';
|
|
7
7
|
import '../../components/FileUpload/FileUpload.js';
|
|
8
|
-
import '../../toConsumableArray-
|
|
8
|
+
import '../../toConsumableArray-e1453f73.js';
|
|
9
9
|
import '../../components/FileUpload/types.js';
|
|
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 'dayjs';
|
|
15
15
|
import '../Loader/Loader.js';
|
|
16
16
|
import '../../consts/index.js';
|
|
17
17
|
import '../../hooks/useScreenSize.js';
|
|
18
18
|
import 'react-hook-form';
|
|
19
19
|
import '../../hooks/useGetIsMobile.js';
|
|
20
|
-
import '
|
|
20
|
+
import 'framer-motion';
|
|
21
|
+
import '../AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
21
22
|
import '../../hooks/useOnOutsideClick.js';
|
|
22
23
|
import '../../hooks/useHideBodyScroll.js';
|
|
23
24
|
import 'react-syntax-highlighter';
|
|
@@ -31,7 +32,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
31
32
|
import '../../hooks/useGetElemPositions.js';
|
|
32
33
|
import '../../hooks/useGetTooltipPosition.js';
|
|
33
34
|
import '../../hooks/useHideOnScroll.js';
|
|
34
|
-
import '../../proxy-3b995879.js';
|
|
35
35
|
import '../../components/Link/Link.js';
|
|
36
36
|
import '../../components/Popover/PopoverDesktop.js';
|
|
37
37
|
import '../../components/SVGIcons/IconInfo.js';
|
|
@@ -10,21 +10,22 @@ import 'classnames';
|
|
|
10
10
|
import '../utils/helpers.js';
|
|
11
11
|
import 'dayjs';
|
|
12
12
|
import './IconDynamicComponent/constants.js';
|
|
13
|
-
import '../extends-
|
|
13
|
+
import '../extends-50177a50.js';
|
|
14
14
|
import '../components/Avatar/Avatar.js';
|
|
15
|
-
import '../slicedToArray-
|
|
15
|
+
import '../slicedToArray-9decae19.js';
|
|
16
16
|
import '../components/FileUpload/FileUpload.js';
|
|
17
|
-
import '../toConsumableArray-
|
|
17
|
+
import '../toConsumableArray-e1453f73.js';
|
|
18
18
|
import '../components/FileUpload/types.js';
|
|
19
|
-
import '../Button-
|
|
20
|
-
import '../defineProperty-
|
|
21
|
-
import '../typeof-
|
|
22
|
-
import '../objectWithoutProperties-
|
|
19
|
+
import '../Button-2f532776.js';
|
|
20
|
+
import '../defineProperty-6b97a267.js';
|
|
21
|
+
import '../typeof-20b85ee8.js';
|
|
22
|
+
import '../objectWithoutProperties-6b5c8df6.js';
|
|
23
23
|
import '../consts/index.js';
|
|
24
24
|
import '../hooks/useScreenSize.js';
|
|
25
25
|
import 'react-hook-form';
|
|
26
26
|
import '../hooks/useGetIsMobile.js';
|
|
27
|
-
import '
|
|
27
|
+
import 'framer-motion';
|
|
28
|
+
import './AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
28
29
|
import '../hooks/useOnOutsideClick.js';
|
|
29
30
|
import '../hooks/useHideBodyScroll.js';
|
|
30
31
|
import 'react-syntax-highlighter';
|
|
@@ -36,7 +37,6 @@ import '../hooks/useGetElemSizes.js';
|
|
|
36
37
|
import '../hooks/useGetElemPositions.js';
|
|
37
38
|
import '../hooks/useGetTooltipPosition.js';
|
|
38
39
|
import '../hooks/useHideOnScroll.js';
|
|
39
|
-
import '../proxy-3b995879.js';
|
|
40
40
|
import '../components/Link/Link.js';
|
|
41
41
|
import '../components/Popover/PopoverDesktop.js';
|
|
42
42
|
import '../components/SVGIcons/IconInfo.js';
|
package/hooks/index.js
CHANGED
package/hooks/useGetIsMobile.js
CHANGED
package/hooks/useScreenSize.js
CHANGED
package/index.js
CHANGED
|
@@ -3,7 +3,7 @@ export { Avatar } from './components/Avatar/Avatar.js';
|
|
|
3
3
|
export { AvatarGroup } from './components/Avatar/AvatarGroup.js';
|
|
4
4
|
export { Badge } from './components/Badge/Badge.js';
|
|
5
5
|
export { Breadcrumb } from './components/Breadcrumb/Breadcrumb.js';
|
|
6
|
-
export { B as Button, a as ButtonIcon, C as Checkbox, b as MOBILE_ANIMATION, M as Modal, P as Popover } from './Button-
|
|
6
|
+
export { B as Button, a as ButtonIcon, C as Checkbox, b as MOBILE_ANIMATION, M as Modal, P as Popover } from './Button-2f532776.js';
|
|
7
7
|
export { CardBody } from './components/CardBody/CardBody.js';
|
|
8
8
|
export { CardSelect } from './components/CardSelect/CardSelect.js';
|
|
9
9
|
export { CardSelectGroup } from './components/CardSelect/CardSelectGroup.js';
|
|
@@ -346,7 +346,7 @@ import './consts/index.js';
|
|
|
346
346
|
export { useFormProps } from './hooks/useFormProps.js';
|
|
347
347
|
import './hooks/useScreenSize.js';
|
|
348
348
|
export { useFieldArray } from 'react-hook-form';
|
|
349
|
-
import './extends-
|
|
349
|
+
import './extends-50177a50.js';
|
|
350
350
|
import './components/Alert/consts.js';
|
|
351
351
|
import 'classnames';
|
|
352
352
|
import './helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
@@ -354,13 +354,14 @@ import './helperComponents/IconDynamicComponent/constants.js';
|
|
|
354
354
|
import 'dayjs';
|
|
355
355
|
import 'react-syntax-highlighter';
|
|
356
356
|
import './utils/helpers.js';
|
|
357
|
-
import './defineProperty-
|
|
358
|
-
import './typeof-
|
|
359
|
-
import './objectWithoutProperties-
|
|
357
|
+
import './defineProperty-6b97a267.js';
|
|
358
|
+
import './typeof-20b85ee8.js';
|
|
359
|
+
import './objectWithoutProperties-6b5c8df6.js';
|
|
360
360
|
import './helperComponents/Loader/Loader.js';
|
|
361
|
-
import './slicedToArray-
|
|
361
|
+
import './slicedToArray-9decae19.js';
|
|
362
362
|
import './hooks/useGetIsMobile.js';
|
|
363
|
-
import '
|
|
363
|
+
import 'framer-motion';
|
|
364
|
+
import './helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
364
365
|
import './hooks/useOnOutsideClick.js';
|
|
365
366
|
import './hooks/useHideBodyScroll.js';
|
|
366
367
|
import './components/Tooltip/types.js';
|
|
@@ -369,10 +370,9 @@ import './hooks/useGetElemSizes.js';
|
|
|
369
370
|
import './hooks/useGetElemPositions.js';
|
|
370
371
|
import './hooks/useGetTooltipPosition.js';
|
|
371
372
|
import './hooks/useHideOnScroll.js';
|
|
372
|
-
import './proxy-3b995879.js';
|
|
373
373
|
import './components/Popover/PopoverDesktop.js';
|
|
374
374
|
import './components/Button/consts.js';
|
|
375
|
-
import './toConsumableArray-
|
|
375
|
+
import './toConsumableArray-e1453f73.js';
|
|
376
376
|
import './helperComponents/Label/Label.js';
|
|
377
377
|
import './components/FileUpload/UploadItems.js';
|
|
378
378
|
import './helperComponents/ErrorMessage/ErrorMessage.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hrm_ui_lib",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"description": "UI library for Dino",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"@hookform/resolvers": "^2.9.11",
|
|
21
21
|
"classnames": "^2.3.2",
|
|
22
22
|
"dayjs": "^1.11.10",
|
|
23
|
+
"framer-motion": "12.0.0-alpha.2",
|
|
23
24
|
"react-datepicker": "^4.25.0",
|
|
24
25
|
"react-hook-form": "^7.50.0",
|
|
25
26
|
"react-input-mask": "^2.0.4",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TCardBodyProps } from '../components/CardBody/types';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: (props: TCardBodyProps) =>
|
|
5
|
+
component: (props: TCardBodyProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
5
6
|
};
|
|
6
7
|
export default _default;
|
|
7
8
|
export declare const CardBody: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TCardBodyProps>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { CARD_SELECT_TYPES } from '../consts';
|
|
2
3
|
import { TCardSelectGroupProps, TCardSelectProps } from '../components/CardSelect/types';
|
|
3
4
|
declare const _default: {
|
|
4
5
|
title: string;
|
|
5
|
-
component: (props: TCardSelectGroupProps) =>
|
|
6
|
+
component: (props: TCardSelectGroupProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
6
7
|
argTypes: {
|
|
7
8
|
cardsGroupType: {
|
|
8
9
|
options: CARD_SELECT_TYPES[];
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TCollapseGroupProps, TCollapseProps } from '../components/Collapse/types';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: (props: TCollapseProps) =>
|
|
5
|
+
component: (props: TCollapseProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
5
6
|
argTypes: {};
|
|
6
7
|
};
|
|
7
8
|
export default _default;
|
|
@@ -12,5 +12,5 @@ declare const _default: {
|
|
|
12
12
|
};
|
|
13
13
|
export default _default;
|
|
14
14
|
export declare const SimpleDatePicker: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, ISimpleDatePickerProps>;
|
|
15
|
-
export declare const TimePicker: () =>
|
|
15
|
+
export declare const TimePicker: () => React.ReactElement;
|
|
16
16
|
export declare const RangeDatePicker: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, IRangeDatePickerProps>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TEmptyProps } from '../components/Empty/types';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: (props: TEmptyProps) =>
|
|
5
|
+
component: (props: TEmptyProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
5
6
|
argTypes: {
|
|
6
7
|
size: {
|
|
7
8
|
options: string[];
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TFileUploadProps } from '../components/FileUpload';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: (props: TFileUploadProps) =>
|
|
5
|
+
component: (props: TFileUploadProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
5
6
|
};
|
|
6
7
|
export default _default;
|
|
7
8
|
export declare const FileUpload: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TFileUploadProps>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
declare const _default: {
|
|
2
3
|
title: string;
|
|
3
|
-
component: (props: import("../components/FormContainer/types").FormPropTypes) =>
|
|
4
|
+
component: (props: import("../components/FormContainer/types").FormPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
4
5
|
};
|
|
5
6
|
export default _default;
|
|
6
|
-
export declare const FormContainer: () =>
|
|
7
|
+
export declare const FormContainer: () => React.ReactElement;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TItemSelectGroupProps, TItemSelectProps } from '../components/ItemSelect/types';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: (props: TItemSelectGroupProps) =>
|
|
5
|
+
component: (props: TItemSelectGroupProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
5
6
|
};
|
|
6
7
|
export default _default;
|
|
7
8
|
export declare const ItemSelect: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TItemSelectProps>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
declare const _default: {
|
|
2
3
|
title: string;
|
|
3
|
-
component: (props: import("../components/More/types").TMorePropTypes) =>
|
|
4
|
+
component: (props: import("../components/More/types").TMorePropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
4
5
|
};
|
|
5
6
|
export default _default;
|
|
6
7
|
export declare const More: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TPaginationProps } from '../components/Pagination/types';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: (props: TPaginationProps) =>
|
|
5
|
+
component: (props: TPaginationProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
5
6
|
argTypes: {
|
|
6
7
|
size: {
|
|
7
8
|
options: string[];
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TProgressPropTypes } from '../components/Progress/types';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: (props: TProgressPropTypes) =>
|
|
5
|
+
component: (props: TProgressPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
5
6
|
argTypes: {
|
|
6
7
|
type: {
|
|
7
8
|
options: string[];
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TButtonSelectPropTypes, TMultiSelectPropTypes, TSingleSelectPropTypes } from '../components/Select/types';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: (props: TSingleSelectPropTypes) =>
|
|
5
|
+
component: (props: TSingleSelectPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
5
6
|
argTypes: {
|
|
6
7
|
size: {
|
|
7
8
|
options: string[];
|
|
@@ -15,6 +16,6 @@ export default _default;
|
|
|
15
16
|
export declare const Select: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TSingleSelectPropTypes>;
|
|
16
17
|
export declare const ButtonSelect: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TButtonSelectPropTypes>;
|
|
17
18
|
export declare const MultiSelect: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TMultiSelectPropTypes>;
|
|
18
|
-
export declare const NestedSelect: (args: any) =>
|
|
19
|
+
export declare const NestedSelect: (args: any) => React.ReactElement;
|
|
19
20
|
export declare const LanguageSelect: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, TSingleSelectPropTypes>;
|
|
20
|
-
export declare const ProfileDropdown: (args: any) =>
|
|
21
|
+
export declare const ProfileDropdown: (args: any) => React.ReactElement;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TSideNavigationPropTypes } from '../components/SideNavigation/types';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: (props: TSideNavigationPropTypes) =>
|
|
5
|
+
component: (props: TSideNavigationPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
5
6
|
argTypes: {
|
|
6
7
|
showAction: {
|
|
7
8
|
options: boolean[];
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TSideSheetPropTypes } from '../components/SideSheet/types';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: (props: TSideSheetPropTypes) =>
|
|
5
|
+
component: (props: TSideSheetPropTypes) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
5
6
|
argTypes: {
|
|
6
7
|
position: {
|
|
7
8
|
options: string[];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
declare const _default: {
|
|
2
3
|
title: string;
|
|
3
|
-
component: (props: import("../components/Stepper/types").TStepperProps) =>
|
|
4
|
+
component: (props: import("../components/Stepper/types").TStepperProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
|
|
4
5
|
};
|
|
5
6
|
export default _default;
|
|
6
7
|
export declare const Stepper: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { TTooltipProps } from '../components/Tooltip/types';
|
|
2
3
|
declare const _default: {
|
|
3
4
|
title: string;
|
|
4
|
-
component: (props: TTooltipProps) =>
|
|
5
|
+
component: (props: TTooltipProps) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | null;
|
|
5
6
|
argTypes: {
|
|
6
7
|
position: {
|
|
7
8
|
options: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as _arrayLikeToArray, b as _unsupportedIterableToArray } from './slicedToArray-
|
|
1
|
+
import { a as _arrayLikeToArray, b as _unsupportedIterableToArray } from './slicedToArray-9decae19.js';
|
|
2
2
|
|
|
3
3
|
function _arrayWithoutHoles(r) {
|
|
4
4
|
if (Array.isArray(r)) return _arrayLikeToArray(r);
|