hrm_ui_lib 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/styles/styles.css +7 -0
- package/assets/styles/styles.scss +1 -1
- package/components/Alert/Alert.js +5 -5
- package/components/Alert/index.js +5 -5
- package/components/Avatar/Avatar.js +6 -6
- package/components/Avatar/AvatarGroup.js +6 -6
- package/components/Avatar/index.js +6 -6
- package/components/Button/Button.js +5 -5
- package/components/Button/index.js +5 -5
- package/components/ButtonIcon/ButtonIcon.js +5 -5
- package/components/ButtonIcon/index.js +5 -5
- package/components/CardBody/CardBody.js +5 -5
- package/components/CardBody/index.js +5 -5
- package/components/CardSelect/CardSelect.js +5 -5
- package/components/CardSelect/CardSelectGroup.js +5 -5
- package/components/CardSelect/components/CardChips.js +3 -3
- package/components/CardSelect/components/CardInput.js +5 -5
- package/components/CardSelect/components/index.js +5 -5
- package/components/CardSelect/index.js +5 -5
- package/components/Cards/CardItem.js +1 -1
- package/components/Cards/index.js +1 -1
- package/components/Checkbox/Checkbox.js +4 -4
- package/components/Checkbox/index.js +4 -4
- package/components/Chips/Chips.js +3 -3
- package/components/Chips/index.js +3 -3
- package/components/Collapse/CollapseGroup/CollapseGroup.js +5 -5
- package/components/Collapse/CollapseItem/CollapseItem.js +3 -3
- package/components/Collapse/index.js +5 -5
- package/components/Copy/Copy.js +5 -5
- package/components/Copy/index.js +5 -5
- package/components/Counter/Counter.js +5 -5
- package/components/Counter/index.js +5 -5
- package/components/DatePicker/CustomHeader/CustomHeader.js +6 -6
- package/components/DatePicker/RangeDatePicker.js +5 -5
- package/components/DatePicker/SimpleDatePicker.js +6 -6
- package/components/DatePicker/TimePicker.js +5 -5
- package/components/DatePicker/hooks.js +2 -2
- package/components/DatePicker/index.js +6 -6
- package/components/Empty/Empty.js +5 -5
- package/components/Empty/index.js +5 -5
- package/components/FileUpload/FileUpload.js +6 -6
- package/components/FileUpload/UploadItems.js +5 -5
- package/components/FileUpload/index.js +6 -6
- package/components/FormContainer/FormContainer.js +5 -5
- package/components/FormContainer/index.js +5 -5
- package/components/FormField/FormField.js +4 -4
- package/components/FormField/index.js +4 -4
- package/components/Input/Input.js +5 -5
- package/components/Input/index.js +5 -5
- package/components/ItemSelect/ItemSelect.js +4 -4
- package/components/ItemSelect/ItemSelectGroup.js +4 -4
- package/components/ItemSelect/index.js +4 -4
- package/components/Menu/Menu.js +6 -6
- package/components/Menu/NestedMenu.js +6 -6
- package/components/Menu/index.js +6 -6
- package/components/Modal/Modal.d.ts +17 -0
- package/components/Modal/Modal.js +42 -62
- package/components/Modal/ModalConfirmation.js +5 -5
- package/components/Modal/ModalContent.d.ts +20 -0
- package/components/Modal/ModalContent.js +85 -0
- package/components/Modal/index.js +12 -10
- package/components/More/More.js +5 -5
- package/components/More/index.js +5 -5
- package/components/Pagination/Pagination.js +3 -3
- package/components/Pagination/index.js +3 -3
- package/components/Popover/Popover.js +1 -1
- package/components/Popover/index.js +1 -1
- package/components/ProgressStep/ProgressStep.js +2 -2
- package/components/ProgressStep/Step.js +2 -2
- package/components/ProgressStep/index.js +2 -2
- package/components/Radio/RadioGroup.js +4 -4
- package/components/Radio/index.js +4 -4
- package/components/SVGIcons/IconAdd.js +2 -2
- package/components/SVGIcons/IconAddCircle.js +2 -2
- package/components/SVGIcons/IconAddCircleFilled.js +2 -2
- package/components/SVGIcons/IconAddFilled.js +2 -2
- package/components/SVGIcons/IconAlert.js +2 -2
- package/components/SVGIcons/IconAlertBadge.js +2 -2
- package/components/SVGIcons/IconAlertBadgeFilled.js +2 -2
- package/components/SVGIcons/IconAlertFilled.js +2 -2
- package/components/SVGIcons/IconAm.js +2 -2
- package/components/SVGIcons/IconAmd.js +2 -2
- package/components/SVGIcons/IconAmdFilled.js +2 -2
- package/components/SVGIcons/IconApple.js +2 -2
- package/components/SVGIcons/IconArrowDown.js +2 -2
- package/components/SVGIcons/IconArrowDownFilled.js +2 -2
- package/components/SVGIcons/IconArrowDownLeft.js +2 -2
- package/components/SVGIcons/IconArrowDownLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowDownload.js +2 -2
- package/components/SVGIcons/IconArrowDownloadFilled.js +2 -2
- package/components/SVGIcons/IconArrowEnter.js +2 -2
- package/components/SVGIcons/IconArrowEnterFilled.js +2 -2
- package/components/SVGIcons/IconArrowExit.js +2 -2
- package/components/SVGIcons/IconArrowExitFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportLeftToRight.js +2 -2
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportRightToLeft.js +2 -2
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowExportUp.js +2 -2
- package/components/SVGIcons/IconArrowExportUpFilled.js +2 -2
- package/components/SVGIcons/IconArrowImport.js +2 -2
- package/components/SVGIcons/IconArrowImportFilled.js +2 -2
- package/components/SVGIcons/IconArrowLeft.js +2 -2
- package/components/SVGIcons/IconArrowLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowRepeatAll.js +2 -2
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +2 -2
- package/components/SVGIcons/IconArrowReset.js +2 -2
- package/components/SVGIcons/IconArrowResetFilled.js +2 -2
- package/components/SVGIcons/IconArrowRight.js +2 -2
- package/components/SVGIcons/IconArrowRightFilled.js +2 -2
- package/components/SVGIcons/IconArrowSort.js +2 -2
- package/components/SVGIcons/IconArrowSortFilled.js +2 -2
- package/components/SVGIcons/IconArrowSync.js +2 -2
- package/components/SVGIcons/IconArrowSyncFilled.js +2 -2
- package/components/SVGIcons/IconArrowUp.js +2 -2
- package/components/SVGIcons/IconArrowUpFilled.js +2 -2
- package/components/SVGIcons/IconArrowUpLeft.js +2 -2
- package/components/SVGIcons/IconArrowUpLeftFilled.js +2 -2
- package/components/SVGIcons/IconArrowUpRight.js +2 -2
- package/components/SVGIcons/IconArrowUpRightFilled.js +2 -2
- package/components/SVGIcons/IconAttach.js +2 -2
- package/components/SVGIcons/IconAttachFilled.js +2 -2
- package/components/SVGIcons/IconBeach.js +2 -2
- package/components/SVGIcons/IconBeachFilled.js +2 -2
- package/components/SVGIcons/IconBook.js +2 -2
- package/components/SVGIcons/IconBookFilled.js +2 -2
- package/components/SVGIcons/IconBookmark.js +2 -2
- package/components/SVGIcons/IconBookmarkFilled.js +2 -2
- package/components/SVGIcons/IconBriefcase.js +2 -2
- package/components/SVGIcons/IconBriefcaseFilled.js +2 -2
- package/components/SVGIcons/IconBuilding.js +2 -2
- package/components/SVGIcons/IconBuildingBank.js +2 -2
- package/components/SVGIcons/IconBuildingBankFilled.js +2 -2
- package/components/SVGIcons/IconBuildingFilled.js +2 -2
- package/components/SVGIcons/IconBulletListAdd.js +2 -2
- package/components/SVGIcons/IconBulletListAddFilled.js +2 -2
- package/components/SVGIcons/IconCalculator.js +2 -2
- package/components/SVGIcons/IconCalculatorFilled.js +2 -2
- package/components/SVGIcons/IconCalendarClock.js +2 -2
- package/components/SVGIcons/IconCalendarClockFilled.js +2 -2
- package/components/SVGIcons/IconCalendarDay.js +2 -2
- package/components/SVGIcons/IconCalendarDayFilled.js +2 -2
- package/components/SVGIcons/IconCalendarLeft.js +2 -2
- package/components/SVGIcons/IconCalendarLeftFilled.js +2 -2
- package/components/SVGIcons/IconCalendarRight.js +2 -2
- package/components/SVGIcons/IconCalendarRightFilled.js +2 -2
- package/components/SVGIcons/IconCall.js +2 -2
- package/components/SVGIcons/IconCallFilled.js +2 -2
- package/components/SVGIcons/IconCard.js +2 -2
- package/components/SVGIcons/IconCardFilled.js +2 -2
- package/components/SVGIcons/IconCaretDown.js +2 -2
- package/components/SVGIcons/IconCaretDownFilled.js +2 -2
- package/components/SVGIcons/IconCaretDownRight.js +2 -2
- package/components/SVGIcons/IconCaretDownRightFilled.js +2 -2
- package/components/SVGIcons/IconCaretLeft.js +2 -2
- package/components/SVGIcons/IconCaretLeftFilled.js +2 -2
- package/components/SVGIcons/IconCaretRight.js +2 -2
- package/components/SVGIcons/IconCaretRightFilled.js +2 -2
- package/components/SVGIcons/IconCaretUp.js +2 -2
- package/components/SVGIcons/IconCaretUpFilled.js +2 -2
- package/components/SVGIcons/IconChat.js +2 -2
- package/components/SVGIcons/IconChatFilled.js +2 -2
- package/components/SVGIcons/IconChatMultiple.js +2 -2
- package/components/SVGIcons/IconChatMultipleFilled.js +2 -2
- package/components/SVGIcons/IconCheckboxArrowRight.js +2 -2
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +2 -2
- package/components/SVGIcons/IconCheckmark.js +2 -2
- package/components/SVGIcons/IconCheckmarkCircle.js +2 -2
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +2 -2
- package/components/SVGIcons/IconCheckmarkFilled.js +2 -2
- package/components/SVGIcons/IconChevronDown.js +2 -2
- package/components/SVGIcons/IconChevronDownFilled.js +2 -2
- package/components/SVGIcons/IconChevronLeft.js +2 -2
- package/components/SVGIcons/IconChevronLeftFilled.js +2 -2
- package/components/SVGIcons/IconChevronRight.js +2 -2
- package/components/SVGIcons/IconChevronRightFilled.js +2 -2
- package/components/SVGIcons/IconChevronUp.js +2 -2
- package/components/SVGIcons/IconChevronUpDown.js +2 -2
- package/components/SVGIcons/IconChevronUpDownFilled.js +2 -2
- package/components/SVGIcons/IconChevronUpFilled.js +2 -2
- package/components/SVGIcons/IconClock.js +2 -2
- package/components/SVGIcons/IconClockDismiss.js +2 -2
- package/components/SVGIcons/IconClockDismissFilled.js +2 -2
- package/components/SVGIcons/IconClockFilled.js +2 -2
- package/components/SVGIcons/IconComment.js +2 -2
- package/components/SVGIcons/IconCommentFilled.js +2 -2
- package/components/SVGIcons/IconContractCard.js +2 -2
- package/components/SVGIcons/IconContractCardFilled.js +2 -2
- package/components/SVGIcons/IconCopy.js +2 -2
- package/components/SVGIcons/IconCopyFilled.js +2 -2
- package/components/SVGIcons/IconCubeTree.js +2 -2
- package/components/SVGIcons/IconCubeTreeFilled.js +2 -2
- package/components/SVGIcons/IconDatabase.js +2 -2
- package/components/SVGIcons/IconDatabaseFilled.js +2 -2
- package/components/SVGIcons/IconDelete.js +2 -2
- package/components/SVGIcons/IconDeleteFilled.js +2 -2
- package/components/SVGIcons/IconDeviceMeetingRoom.js +2 -2
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +2 -2
- package/components/SVGIcons/IconDismiss.js +2 -2
- package/components/SVGIcons/IconDismissCircle.js +2 -2
- package/components/SVGIcons/IconDismissCircleFilled.js +2 -2
- package/components/SVGIcons/IconDismissFilled.js +2 -2
- package/components/SVGIcons/IconDocument.js +2 -2
- package/components/SVGIcons/IconDocumentBulletList.js +2 -2
- package/components/SVGIcons/IconDocumentBulletListFilled.js +2 -2
- package/components/SVGIcons/IconDocumentEdit.js +2 -2
- package/components/SVGIcons/IconDocumentEditFilled.js +2 -2
- package/components/SVGIcons/IconDocumentFilled.js +2 -2
- package/components/SVGIcons/IconEdit.js +2 -2
- package/components/SVGIcons/IconEditFilled.js +2 -2
- package/components/SVGIcons/IconErrorCircle.js +2 -2
- package/components/SVGIcons/IconErrorCircleFilled.js +2 -2
- package/components/SVGIcons/IconEur.js +2 -2
- package/components/SVGIcons/IconEurFilled.js +2 -2
- package/components/SVGIcons/IconExpandUpLeft.js +2 -2
- package/components/SVGIcons/IconExpandUpLeftFilled.js +2 -2
- package/components/SVGIcons/IconExpandUpRight.js +2 -2
- package/components/SVGIcons/IconExpandUpRightFilled.js +2 -2
- package/components/SVGIcons/IconEyeOff.js +2 -2
- package/components/SVGIcons/IconEyeOffFilled.js +2 -2
- package/components/SVGIcons/IconEyeOn.js +2 -2
- package/components/SVGIcons/IconEyeOnFilled.js +2 -2
- package/components/SVGIcons/IconFacebook.js +2 -2
- package/components/SVGIcons/IconFilter.js +2 -2
- package/components/SVGIcons/IconFilterFilled.js +2 -2
- package/components/SVGIcons/IconFlag.js +2 -2
- package/components/SVGIcons/IconFlagFilled.js +2 -2
- package/components/SVGIcons/IconFolderLink.js +2 -2
- package/components/SVGIcons/IconFolderLinkFilled.js +2 -2
- package/components/SVGIcons/IconGb.js +2 -2
- package/components/SVGIcons/IconGlobe.js +2 -2
- package/components/SVGIcons/IconGlobeFilled.js +2 -2
- package/components/SVGIcons/IconGoogle.js +2 -2
- package/components/SVGIcons/IconHandOpenHeart.js +2 -2
- package/components/SVGIcons/IconHandOpenHeartFilled.js +2 -2
- package/components/SVGIcons/IconHeart.js +2 -2
- package/components/SVGIcons/IconHeartFilled.js +2 -2
- package/components/SVGIcons/IconHistory.js +2 -2
- package/components/SVGIcons/IconHistoryFilled.js +2 -2
- package/components/SVGIcons/IconHome.js +2 -2
- package/components/SVGIcons/IconHomeFilled.js +2 -2
- package/components/SVGIcons/IconImage.js +2 -2
- package/components/SVGIcons/IconImageFilled.js +2 -2
- package/components/SVGIcons/IconInfo.js +2 -2
- package/components/SVGIcons/IconInfoFilled.js +2 -2
- package/components/SVGIcons/IconInstagram.js +2 -2
- package/components/SVGIcons/IconKeyReset.js +2 -2
- package/components/SVGIcons/IconKeyResetFilled.js +2 -2
- package/components/SVGIcons/IconLink.js +2 -2
- package/components/SVGIcons/IconLinkFilled.js +2 -2
- package/components/SVGIcons/IconLinkedin.js +2 -2
- package/components/SVGIcons/IconList.js +2 -2
- package/components/SVGIcons/IconListFilled.js +2 -2
- package/components/SVGIcons/IconLocation.js +2 -2
- package/components/SVGIcons/IconLocationFilled.js +2 -2
- package/components/SVGIcons/IconLockClosed.js +2 -2
- package/components/SVGIcons/IconLockClosedFilled.js +2 -2
- package/components/SVGIcons/IconLockOpen.js +2 -2
- package/components/SVGIcons/IconLockOpenFilled.js +2 -2
- package/components/SVGIcons/IconMail.js +2 -2
- package/components/SVGIcons/IconMailAdd.js +2 -2
- package/components/SVGIcons/IconMailAddFilled.js +2 -2
- package/components/SVGIcons/IconMailArrowForward.js +2 -2
- package/components/SVGIcons/IconMailArrowForwardFilled.js +2 -2
- package/components/SVGIcons/IconMailFilled.js +2 -2
- package/components/SVGIcons/IconMailLink.js +2 -2
- package/components/SVGIcons/IconMailLinkFilled.js +2 -2
- package/components/SVGIcons/IconMedium.js +2 -2
- package/components/SVGIcons/IconMore.js +2 -2
- package/components/SVGIcons/IconMoreFilled.js +2 -2
- package/components/SVGIcons/IconMoreVertical.js +2 -2
- package/components/SVGIcons/IconMoreVerticalFilled.js +2 -2
- package/components/SVGIcons/IconNavigation.js +2 -2
- package/components/SVGIcons/IconNavigationFilled.js +2 -2
- package/components/SVGIcons/IconNotebook.js +2 -2
- package/components/SVGIcons/IconNotebookAdd.js +2 -2
- package/components/SVGIcons/IconNotebookAddFilled.js +2 -2
- package/components/SVGIcons/IconNotebookFilled.js +2 -2
- package/components/SVGIcons/IconOnlyEmployee.js +2 -2
- package/components/SVGIcons/IconOpen.js +2 -2
- package/components/SVGIcons/IconOpenFilled.js +2 -2
- package/components/SVGIcons/IconPatient.js +2 -2
- package/components/SVGIcons/IconPatientFilled.js +2 -2
- package/components/SVGIcons/IconPeople.js +2 -2
- package/components/SVGIcons/IconPeopleAdd.js +2 -2
- package/components/SVGIcons/IconPeopleAddFilled.js +2 -2
- package/components/SVGIcons/IconPeopleFilled.js +2 -2
- package/components/SVGIcons/IconPercent.js +2 -2
- package/components/SVGIcons/IconPerson.js +2 -2
- package/components/SVGIcons/IconPersonAccount.js +2 -2
- package/components/SVGIcons/IconPersonAccountFilled.js +2 -2
- package/components/SVGIcons/IconPersonAdd.js +2 -2
- package/components/SVGIcons/IconPersonAddFilled.js +2 -2
- package/components/SVGIcons/IconPersonFilled.js +2 -2
- package/components/SVGIcons/IconPersonStar.js +2 -2
- package/components/SVGIcons/IconPersonStarFilled.js +2 -2
- package/components/SVGIcons/IconPersonSubtract.js +2 -2
- package/components/SVGIcons/IconPersonSubtractFilled.js +2 -2
- package/components/SVGIcons/IconPhone.js +2 -2
- package/components/SVGIcons/IconPhoneFilled.js +2 -2
- package/components/SVGIcons/IconPos.js +2 -2
- package/components/SVGIcons/IconPosFilled.js +2 -2
- package/components/SVGIcons/IconProhibited.js +2 -2
- package/components/SVGIcons/IconProhibitedFilled.js +2 -2
- package/components/SVGIcons/IconProjectProduct.js +2 -2
- package/components/SVGIcons/IconQuestion.js +2 -2
- package/components/SVGIcons/IconQuestionFilled.js +2 -2
- package/components/SVGIcons/IconRedo.js +2 -2
- package/components/SVGIcons/IconRedoFilled.js +2 -2
- package/components/SVGIcons/IconRu.js +2 -2
- package/components/SVGIcons/IconRub.js +2 -2
- package/components/SVGIcons/IconRubFilled.js +2 -2
- package/components/SVGIcons/IconSave.js +2 -2
- package/components/SVGIcons/IconSaveFilled.js +2 -2
- package/components/SVGIcons/IconSavings.js +2 -2
- package/components/SVGIcons/IconSavingsFilled.js +2 -2
- package/components/SVGIcons/IconSearch.js +2 -2
- package/components/SVGIcons/IconSearchFilled.js +2 -2
- package/components/SVGIcons/IconSelectAllOff.js +2 -2
- package/components/SVGIcons/IconSelectAllOffFilled.js +2 -2
- package/components/SVGIcons/IconSelectAllOn.js +2 -2
- package/components/SVGIcons/IconSelectAllOnFilled.js +2 -2
- package/components/SVGIcons/IconSend.js +2 -2
- package/components/SVGIcons/IconSendFilled.js +2 -2
- package/components/SVGIcons/IconSettings.js +2 -2
- package/components/SVGIcons/IconSettingsFilled.js +2 -2
- package/components/SVGIcons/IconShare.js +2 -2
- package/components/SVGIcons/IconShareAndroid.js +2 -2
- package/components/SVGIcons/IconShareAndroidFilled.js +2 -2
- package/components/SVGIcons/IconShareFilled.js +2 -2
- package/components/SVGIcons/IconSignOut.js +2 -2
- package/components/SVGIcons/IconSignOutFilled.js +2 -2
- package/components/SVGIcons/IconSpinner.js +2 -2
- package/components/SVGIcons/IconSpinnerFilled.js +2 -2
- package/components/SVGIcons/IconStatus.js +2 -2
- package/components/SVGIcons/IconStatusFilled.js +2 -2
- package/components/SVGIcons/IconSubtract.js +2 -2
- package/components/SVGIcons/IconSubtractCircle.js +2 -2
- package/components/SVGIcons/IconSubtractCircleFilled.js +2 -2
- package/components/SVGIcons/IconSubtractFilled.js +2 -2
- package/components/SVGIcons/IconTableCellEdit.js +2 -2
- package/components/SVGIcons/IconTableCellEditFilled.js +2 -2
- package/components/SVGIcons/IconTelegram.js +2 -2
- package/components/SVGIcons/IconTimer.js +2 -2
- package/components/SVGIcons/IconTimerFilled.js +2 -2
- package/components/SVGIcons/IconTwitter.js +2 -2
- package/components/SVGIcons/IconUndo.js +2 -2
- package/components/SVGIcons/IconUndoFilled.js +2 -2
- package/components/SVGIcons/IconUnitsEmployee.js +2 -2
- package/components/SVGIcons/IconUsd.js +2 -2
- package/components/SVGIcons/IconUsdFilled.js +2 -2
- package/components/SVGIcons/IconVideo.js +2 -2
- package/components/SVGIcons/IconVideoFilled.js +2 -2
- package/components/SVGIcons/IconWallet.js +2 -2
- package/components/SVGIcons/IconWalletFilled.js +2 -2
- package/components/SVGIcons/IconWarning.js +2 -2
- package/components/SVGIcons/IconWarningFilled.js +2 -2
- package/components/SVGIcons/IconYoutube.js +2 -2
- package/components/SVGIcons/index.js +2 -2
- package/components/Select/ButtonSelect/ButtonSelect.js +6 -6
- package/components/Select/FilterSelect/FilterDropdown.js +6 -6
- package/components/Select/FilterSelect/FilterGroupDropdown.js +6 -6
- package/components/Select/FilterSelect/FilterSelect.js +6 -6
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +6 -6
- package/components/Select/MultiSelect/MultiSelect.js +6 -6
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +6 -6
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +6 -6
- package/components/Select/MultiSelect/OptionsWrapper.js +6 -6
- package/components/Select/NestedSelect/NestedSelect.js +6 -6
- package/components/Select/ProfileDropdown/index.js +1 -1
- package/components/Select/Select/Select.js +6 -6
- package/components/Select/SharedComponents/Actions.js +6 -6
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +2 -2
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +3 -3
- package/components/Select/SharedComponents/ContentTop.js +6 -6
- package/components/Select/SharedComponents/Footer.js +5 -5
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +5 -5
- package/components/Select/SharedComponents/index.js +6 -6
- package/components/Select/index.js +6 -6
- package/components/SideNavigation/NavigationItem/index.js +3 -3
- package/components/SideNavigation/SideNavigation.js +2 -2
- package/components/SideNavigation/index.js +3 -3
- package/components/SideSheet/Footer/Footer.js +5 -5
- package/components/SideSheet/SideSheet.js +5 -5
- package/components/SideSheet/index.js +5 -5
- package/components/Snackbar/Snackbar.js +5 -5
- package/components/Snackbar/index.js +5 -5
- package/components/Status/Status.js +3 -3
- package/components/Status/index.js +3 -3
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/index.js +1 -1
- package/components/Switcher/Switcher.js +4 -4
- package/components/Switcher/index.js +4 -4
- package/components/Tab/Tab.js +4 -4
- package/components/Tab/TabItem.js +3 -3
- package/components/Tab/index.js +4 -4
- package/components/Table/Header.js +5 -5
- package/components/Table/IndeterminateCheckbox.js +4 -4
- package/components/Table/Row.js +5 -5
- package/components/Table/Table.js +5 -5
- package/components/Table/index.js +5 -5
- package/components/Table/utils.js +5 -5
- package/components/Textarea/Textarea.js +5 -5
- package/components/Textarea/index.js +5 -5
- package/components/Tooltip/Tooltip.js +1 -1
- package/components/Tooltip/index.js +1 -1
- package/{defineProperty-7e557874.js → defineProperty-b35e7f7a.js} +1 -1
- package/helperComponents/OptionItem/OptionItem.js +6 -6
- package/helperComponents/OptionItem/index.js +6 -6
- package/helperComponents/index.js +6 -6
- 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 -7
- package/package.json +1 -1
- package/{toConsumableArray-9ff4767e.js → toConsumableArray-8e56a910.js} +1 -1
- /package/{extends-33063980.js → extends-70a221d7.js} +0 -0
- /package/{objectWithoutProperties-d06bc6e4.js → objectWithoutProperties-5cd8bb87.js} +0 -0
- /package/{slicedToArray-8dee6de5.js → slicedToArray-e6e06521.js} +0 -0
- /package/{typeof-68583a77.js → typeof-24c86d36.js} +0 -0
|
@@ -1,3 +1,20 @@
|
|
|
1
1
|
import { ReactElement } from 'react';
|
|
2
2
|
import { TModalPropTypes } from './types';
|
|
3
|
+
export declare const MOBILE_ANIMATION: {
|
|
4
|
+
initial: {
|
|
5
|
+
height: number;
|
|
6
|
+
bottom: number;
|
|
7
|
+
};
|
|
8
|
+
animate: {
|
|
9
|
+
height: string;
|
|
10
|
+
bottom: number;
|
|
11
|
+
};
|
|
12
|
+
exit: {
|
|
13
|
+
height: number;
|
|
14
|
+
bottom: number;
|
|
15
|
+
};
|
|
16
|
+
transition: {
|
|
17
|
+
duration: number;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
3
20
|
export declare const Modal: (props: TModalPropTypes) => ReactElement;
|
|
@@ -1,40 +1,43 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
2
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
1
|
+
import { _ as _extends } from '../../extends-70a221d7.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../../slicedToArray-e6e06521.js';
|
|
3
|
+
import { _ as _objectWithoutProperties } from '../../objectWithoutProperties-5cd8bb87.js';
|
|
3
4
|
import React, { useState, useId } from 'react';
|
|
4
5
|
import classNames from 'classnames';
|
|
5
6
|
import { motion } from 'framer-motion';
|
|
6
7
|
import { AnimatePresenceWrapper } from '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
7
|
-
import { Positions } from '../Tooltip/types.js';
|
|
8
8
|
import '../../consts/index.js';
|
|
9
9
|
import 'dayjs';
|
|
10
10
|
import { useOnOutsideClick } from '../../hooks/useOnOutsideClick.js';
|
|
11
11
|
import '../../hooks/useScreenSize.js';
|
|
12
12
|
import { useHideBodyScroll } from '../../hooks/useHideBodyScroll.js';
|
|
13
13
|
import 'react-hook-form';
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import
|
|
17
|
-
import { ButtonIcon } from '../ButtonIcon/ButtonIcon.js';
|
|
18
|
-
import { Tooltip } from '../Tooltip/Tooltip.js';
|
|
19
|
-
import '../../defineProperty-7e557874.js';
|
|
20
|
-
import '../../typeof-68583a77.js';
|
|
21
|
-
import '../../objectWithoutProperties-d06bc6e4.js';
|
|
14
|
+
import { ModalContent } from './ModalContent.js';
|
|
15
|
+
import { useIsMobile } from '../../hooks/useGetIsMobile.js';
|
|
16
|
+
import '../ButtonIcon/ButtonIcon.js';
|
|
22
17
|
import '../../helperComponents/Loader/Loader.js';
|
|
23
18
|
import '../Checkbox/Checkbox.js';
|
|
19
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
20
|
+
import '../../typeof-24c86d36.js';
|
|
24
21
|
import '../Popover/Popover.js';
|
|
25
22
|
import '../../hooks/useGetTooltipStyles.js';
|
|
26
23
|
import '../../hooks/useGetElemSizes.js';
|
|
27
24
|
import '../../hooks/useGetElemPositions.js';
|
|
28
25
|
import '../../hooks/useGetTooltipPosition.js';
|
|
26
|
+
import '../Tooltip/types.js';
|
|
29
27
|
import '../../hooks/useHideOnScroll.js';
|
|
30
|
-
import '../
|
|
28
|
+
import '../Text/Text.js';
|
|
31
29
|
import '../../utils/helpers.js';
|
|
30
|
+
import '../Link/Link.js';
|
|
32
31
|
import '../SVGIcons/IconInfo.js';
|
|
33
32
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
34
33
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
35
34
|
import 'react-syntax-highlighter';
|
|
35
|
+
import '../SVGIcons/IconDismiss.js';
|
|
36
|
+
import '../Button/Button.js';
|
|
36
37
|
import '../Button/consts.js';
|
|
38
|
+
import '../Tooltip/Tooltip.js';
|
|
37
39
|
|
|
40
|
+
var _excluded = ["isOpen", "onClose", "className", "size", "closeOnOutsideClick"];
|
|
38
41
|
var DESKTOP_ANIMATION = {
|
|
39
42
|
initial: {
|
|
40
43
|
opacity: 0.5,
|
|
@@ -58,25 +61,34 @@ var DESKTOP_ANIMATION = {
|
|
|
58
61
|
stiffness: 700
|
|
59
62
|
}
|
|
60
63
|
};
|
|
64
|
+
var MOBILE_ANIMATION = {
|
|
65
|
+
initial: {
|
|
66
|
+
height: 0,
|
|
67
|
+
bottom: 0
|
|
68
|
+
},
|
|
69
|
+
animate: {
|
|
70
|
+
height: 'auto',
|
|
71
|
+
bottom: 10
|
|
72
|
+
},
|
|
73
|
+
exit: {
|
|
74
|
+
height: 0,
|
|
75
|
+
bottom: 0
|
|
76
|
+
},
|
|
77
|
+
transition: {
|
|
78
|
+
duration: 0.6
|
|
79
|
+
}
|
|
80
|
+
};
|
|
61
81
|
var Modal = function Modal(props) {
|
|
62
82
|
var isOpen = props.isOpen,
|
|
63
83
|
onClose = props.onClose,
|
|
64
|
-
onSubmit = props.onSubmit,
|
|
65
|
-
title = props.title,
|
|
66
|
-
subtitle = props.subtitle,
|
|
67
|
-
closeIcon = props.closeIcon,
|
|
68
84
|
_props$className = props.className,
|
|
69
85
|
className = _props$className === void 0 ? '' : _props$className,
|
|
70
86
|
_props$size = props.size,
|
|
71
87
|
size = _props$size === void 0 ? 'medium' : _props$size,
|
|
72
|
-
_props$withFooter = props.withFooter,
|
|
73
|
-
withFooter = _props$withFooter === void 0 ? true : _props$withFooter,
|
|
74
|
-
buttonProps = props.buttonProps,
|
|
75
|
-
children = props.children,
|
|
76
|
-
dataIdPrefix = props.dataIdPrefix,
|
|
77
88
|
_props$closeOnOutside = props.closeOnOutsideClick,
|
|
78
89
|
closeOnOutsideClick = _props$closeOnOutside === void 0 ? true : _props$closeOnOutside,
|
|
79
|
-
|
|
90
|
+
rest = _objectWithoutProperties(props, _excluded);
|
|
91
|
+
var isMobile = useIsMobile();
|
|
80
92
|
var _useState = useState(null),
|
|
81
93
|
_useState2 = _slicedToArray(_useState, 2),
|
|
82
94
|
containerRef = _useState2[0],
|
|
@@ -97,46 +109,14 @@ var Modal = function Modal(props) {
|
|
|
97
109
|
transition: {
|
|
98
110
|
duration: 0.4
|
|
99
111
|
}
|
|
100
|
-
}, /*#__PURE__*/React.createElement(
|
|
101
|
-
className:
|
|
112
|
+
}, /*#__PURE__*/React.createElement(motion.div, _extends({
|
|
113
|
+
className: classNames('modal__container', {
|
|
114
|
+
modal__container_mobile: isMobile
|
|
115
|
+
}),
|
|
102
116
|
ref: setContainerRef
|
|
103
|
-
}, DESKTOP_ANIMATION),
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
lineHeight: "large",
|
|
107
|
-
size: "large",
|
|
108
|
-
weight: 'bolder',
|
|
109
|
-
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-title") : ''
|
|
110
|
-
}, title), subtitle ? /*#__PURE__*/React.createElement(Text, {
|
|
111
|
-
className: 'mt-12',
|
|
112
|
-
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-title") : ''
|
|
113
|
-
}, subtitle) : null), closeIcon ? /*#__PURE__*/React.createElement(ButtonIcon, {
|
|
114
|
-
className: 'modal__close ml-16',
|
|
115
|
-
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-close-button") : '',
|
|
116
|
-
iconProps: {
|
|
117
|
-
Component: IconDismiss
|
|
118
|
-
},
|
|
119
|
-
onClick: onClose
|
|
120
|
-
}) : null) : null, /*#__PURE__*/React.createElement("div", {
|
|
121
|
-
className: "modal__content scrollbar scrollbar--vertical"
|
|
122
|
-
}, children), withFooter && buttonProps ? /*#__PURE__*/React.createElement("div", {
|
|
123
|
-
className: "modal__footer"
|
|
124
|
-
}, /*#__PURE__*/React.createElement(Button, _extends({
|
|
125
|
-
type: "tertiary",
|
|
126
|
-
className: "modal__footer__btn mr-16",
|
|
127
|
-
onClick: onClose,
|
|
128
|
-
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-cancel-button") : ''
|
|
129
|
-
}, buttonProps.cancel || {})), confirmBtnTooltipText ? /*#__PURE__*/React.createElement(Tooltip, {
|
|
130
|
-
text: confirmBtnTooltipText,
|
|
131
|
-
id: 'confirm-btn-tooltip',
|
|
132
|
-
position: Positions.TOP_CENTER
|
|
133
|
-
}) : null, /*#__PURE__*/React.createElement(Button, _extends({
|
|
134
|
-
id: 'confirm-btn-tooltip',
|
|
135
|
-
className: 'modal__footer__btn',
|
|
136
|
-
type: "primary",
|
|
137
|
-
onClick: onSubmit,
|
|
138
|
-
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-confirm-button") : ''
|
|
139
|
-
}, buttonProps.confirm))) : null)) : null);
|
|
117
|
+
}, isMobile ? MOBILE_ANIMATION : DESKTOP_ANIMATION), /*#__PURE__*/React.createElement(ModalContent, _extends({}, rest, {
|
|
118
|
+
onClose: onClose
|
|
119
|
+
})))) : null);
|
|
140
120
|
};
|
|
141
121
|
|
|
142
|
-
export { Modal };
|
|
122
|
+
export { MOBILE_ANIMATION, Modal };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
2
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
1
|
+
import { _ as _extends } from '../../extends-70a221d7.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../../slicedToArray-e6e06521.js';
|
|
3
3
|
import React, { useState, useId } from 'react';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
5
|
import { motion } from 'framer-motion';
|
|
@@ -12,9 +12,9 @@ import { useHideBodyScroll } from '../../hooks/useHideBodyScroll.js';
|
|
|
12
12
|
import 'react-hook-form';
|
|
13
13
|
import { Button } from '../Button/Button.js';
|
|
14
14
|
import { Text } from '../Text/Text.js';
|
|
15
|
-
import '../../defineProperty-
|
|
16
|
-
import '../../typeof-
|
|
17
|
-
import '../../objectWithoutProperties-
|
|
15
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
16
|
+
import '../../typeof-24c86d36.js';
|
|
17
|
+
import '../../objectWithoutProperties-5cd8bb87.js';
|
|
18
18
|
import '../../helperComponents/Loader/Loader.js';
|
|
19
19
|
import '../Checkbox/Checkbox.js';
|
|
20
20
|
import '../Popover/Popover.js';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { TButtonPropTypes } from '../Button/types';
|
|
3
|
+
type TProps = {
|
|
4
|
+
title?: string;
|
|
5
|
+
subtitle?: string;
|
|
6
|
+
dataIdPrefix?: string;
|
|
7
|
+
closeIcon?: boolean;
|
|
8
|
+
onClose: () => void;
|
|
9
|
+
children?: ReactNode;
|
|
10
|
+
className?: string;
|
|
11
|
+
withFooter?: boolean;
|
|
12
|
+
confirmBtnTooltipText?: string;
|
|
13
|
+
buttonProps?: {
|
|
14
|
+
cancel?: TButtonPropTypes;
|
|
15
|
+
confirm: TButtonPropTypes;
|
|
16
|
+
};
|
|
17
|
+
onSubmit: () => void;
|
|
18
|
+
};
|
|
19
|
+
export declare const ModalContent: ({ title, subtitle, dataIdPrefix, closeIcon, onClose, children, withFooter, confirmBtnTooltipText, buttonProps, onSubmit }: TProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { _ as _extends } from '../../extends-70a221d7.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { ButtonIcon } from '../ButtonIcon/ButtonIcon.js';
|
|
4
|
+
import { IconDismiss } from '../SVGIcons/IconDismiss.js';
|
|
5
|
+
import { Positions } from '../Tooltip/types.js';
|
|
6
|
+
import { Button } from '../Button/Button.js';
|
|
7
|
+
import { Text } from '../Text/Text.js';
|
|
8
|
+
import { Tooltip } from '../Tooltip/Tooltip.js';
|
|
9
|
+
import '../../objectWithoutProperties-5cd8bb87.js';
|
|
10
|
+
import 'classnames';
|
|
11
|
+
import 'dayjs';
|
|
12
|
+
import '../../helperComponents/Loader/Loader.js';
|
|
13
|
+
import '../../consts/index.js';
|
|
14
|
+
import '../../hooks/useScreenSize.js';
|
|
15
|
+
import '../../slicedToArray-e6e06521.js';
|
|
16
|
+
import 'react-hook-form';
|
|
17
|
+
import '../Checkbox/Checkbox.js';
|
|
18
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
19
|
+
import '../../typeof-24c86d36.js';
|
|
20
|
+
import '../Popover/Popover.js';
|
|
21
|
+
import '../../hooks/useGetTooltipStyles.js';
|
|
22
|
+
import '../../hooks/useGetElemSizes.js';
|
|
23
|
+
import '../../hooks/useGetElemPositions.js';
|
|
24
|
+
import '../../hooks/useGetTooltipPosition.js';
|
|
25
|
+
import '../../hooks/useHideOnScroll.js';
|
|
26
|
+
import '../../hooks/useOnOutsideClick.js';
|
|
27
|
+
import '../Link/Link.js';
|
|
28
|
+
import '../../utils/helpers.js';
|
|
29
|
+
import '../SVGIcons/IconInfo.js';
|
|
30
|
+
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
31
|
+
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
32
|
+
import 'react-syntax-highlighter';
|
|
33
|
+
import '../Button/consts.js';
|
|
34
|
+
|
|
35
|
+
var ModalContent = function ModalContent(_ref) {
|
|
36
|
+
var title = _ref.title,
|
|
37
|
+
subtitle = _ref.subtitle,
|
|
38
|
+
dataIdPrefix = _ref.dataIdPrefix,
|
|
39
|
+
closeIcon = _ref.closeIcon,
|
|
40
|
+
onClose = _ref.onClose,
|
|
41
|
+
children = _ref.children,
|
|
42
|
+
withFooter = _ref.withFooter,
|
|
43
|
+
confirmBtnTooltipText = _ref.confirmBtnTooltipText,
|
|
44
|
+
buttonProps = _ref.buttonProps,
|
|
45
|
+
onSubmit = _ref.onSubmit;
|
|
46
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, title ? /*#__PURE__*/React.createElement("div", {
|
|
47
|
+
className: "modal__header"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Text, {
|
|
49
|
+
lineHeight: "large",
|
|
50
|
+
size: "large",
|
|
51
|
+
weight: 'bolder',
|
|
52
|
+
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-title") : ''
|
|
53
|
+
}, title), subtitle ? /*#__PURE__*/React.createElement(Text, {
|
|
54
|
+
className: 'mt-12',
|
|
55
|
+
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-title") : ''
|
|
56
|
+
}, subtitle) : null), closeIcon ? /*#__PURE__*/React.createElement(ButtonIcon, {
|
|
57
|
+
className: 'modal__close ml-16',
|
|
58
|
+
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-close-button") : '',
|
|
59
|
+
iconProps: {
|
|
60
|
+
Component: IconDismiss
|
|
61
|
+
},
|
|
62
|
+
onClick: onClose
|
|
63
|
+
}) : null) : null, /*#__PURE__*/React.createElement("div", {
|
|
64
|
+
className: "modal__content scrollbar scrollbar--vertical"
|
|
65
|
+
}, children), withFooter && buttonProps ? /*#__PURE__*/React.createElement("div", {
|
|
66
|
+
className: "modal__footer"
|
|
67
|
+
}, /*#__PURE__*/React.createElement(Button, _extends({
|
|
68
|
+
type: "tertiary",
|
|
69
|
+
className: "modal__footer__btn mr-16",
|
|
70
|
+
onClick: onClose,
|
|
71
|
+
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-cancel-button") : ''
|
|
72
|
+
}, buttonProps.cancel || {})), confirmBtnTooltipText ? /*#__PURE__*/React.createElement(Tooltip, {
|
|
73
|
+
text: confirmBtnTooltipText,
|
|
74
|
+
id: 'confirm-btn-tooltip',
|
|
75
|
+
position: Positions.TOP_CENTER
|
|
76
|
+
}) : null, /*#__PURE__*/React.createElement(Button, _extends({
|
|
77
|
+
id: 'confirm-btn-tooltip',
|
|
78
|
+
className: 'modal__footer__btn',
|
|
79
|
+
type: "primary",
|
|
80
|
+
onClick: onSubmit,
|
|
81
|
+
dataId: dataIdPrefix ? "".concat(dataIdPrefix, "-modal-confirm-button") : ''
|
|
82
|
+
}, buttonProps.confirm))) : null);
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
export { ModalContent };
|
|
@@ -1,29 +1,30 @@
|
|
|
1
|
-
export { Modal } from './Modal.js';
|
|
1
|
+
export { MOBILE_ANIMATION, Modal } from './Modal.js';
|
|
2
2
|
export { ModalConfirmation } from './ModalConfirmation.js';
|
|
3
|
-
import '../../extends-
|
|
4
|
-
import '../../slicedToArray-
|
|
3
|
+
import '../../extends-70a221d7.js';
|
|
4
|
+
import '../../slicedToArray-e6e06521.js';
|
|
5
|
+
import '../../objectWithoutProperties-5cd8bb87.js';
|
|
5
6
|
import 'react';
|
|
6
7
|
import 'classnames';
|
|
7
8
|
import 'framer-motion';
|
|
8
9
|
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
9
|
-
import '../Tooltip/types.js';
|
|
10
10
|
import '../../consts/index.js';
|
|
11
11
|
import 'dayjs';
|
|
12
12
|
import '../../hooks/useOnOutsideClick.js';
|
|
13
13
|
import '../../hooks/useScreenSize.js';
|
|
14
14
|
import '../../hooks/useHideBodyScroll.js';
|
|
15
15
|
import 'react-hook-form';
|
|
16
|
-
import '
|
|
17
|
-
import '
|
|
18
|
-
import '../../typeof-68583a77.js';
|
|
19
|
-
import '../../objectWithoutProperties-d06bc6e4.js';
|
|
16
|
+
import './ModalContent.js';
|
|
17
|
+
import '../ButtonIcon/ButtonIcon.js';
|
|
20
18
|
import '../../helperComponents/Loader/Loader.js';
|
|
21
19
|
import '../Checkbox/Checkbox.js';
|
|
20
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
21
|
+
import '../../typeof-24c86d36.js';
|
|
22
22
|
import '../Popover/Popover.js';
|
|
23
23
|
import '../../hooks/useGetTooltipStyles.js';
|
|
24
24
|
import '../../hooks/useGetElemSizes.js';
|
|
25
25
|
import '../../hooks/useGetElemPositions.js';
|
|
26
26
|
import '../../hooks/useGetTooltipPosition.js';
|
|
27
|
+
import '../Tooltip/types.js';
|
|
27
28
|
import '../../hooks/useHideOnScroll.js';
|
|
28
29
|
import '../Text/Text.js';
|
|
29
30
|
import '../../utils/helpers.js';
|
|
@@ -32,7 +33,8 @@ import '../SVGIcons/IconInfo.js';
|
|
|
32
33
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
33
34
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
34
35
|
import 'react-syntax-highlighter';
|
|
35
|
-
import '../Button/consts.js';
|
|
36
36
|
import '../SVGIcons/IconDismiss.js';
|
|
37
|
-
import '../
|
|
37
|
+
import '../Button/Button.js';
|
|
38
|
+
import '../Button/consts.js';
|
|
38
39
|
import '../Tooltip/Tooltip.js';
|
|
40
|
+
import '../../hooks/useGetIsMobile.js';
|
package/components/More/More.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
2
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
1
|
+
import { _ as _extends } from '../../extends-70a221d7.js';
|
|
2
|
+
import { _ as _slicedToArray } from '../../slicedToArray-e6e06521.js';
|
|
3
3
|
import React, { useState } from 'react';
|
|
4
4
|
import { Text } from '../Text/Text.js';
|
|
5
5
|
import { Button } from '../Button/Button.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
|
-
import '../../defineProperty-
|
|
10
|
-
import '../../typeof-
|
|
11
|
-
import '../../objectWithoutProperties-
|
|
9
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
10
|
+
import '../../typeof-24c86d36.js';
|
|
11
|
+
import '../../objectWithoutProperties-5cd8bb87.js';
|
|
12
12
|
import '../../helperComponents/Loader/Loader.js';
|
|
13
13
|
import '../../consts/index.js';
|
|
14
14
|
import '../../hooks/useScreenSize.js';
|
package/components/More/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export { More } from './More.js';
|
|
2
|
-
import '../../extends-
|
|
3
|
-
import '../../slicedToArray-
|
|
2
|
+
import '../../extends-70a221d7.js';
|
|
3
|
+
import '../../slicedToArray-e6e06521.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../Text/Text.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
9
|
import '../Button/Button.js';
|
|
10
|
-
import '../../defineProperty-
|
|
11
|
-
import '../../typeof-
|
|
12
|
-
import '../../objectWithoutProperties-
|
|
10
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
11
|
+
import '../../typeof-24c86d36.js';
|
|
12
|
+
import '../../objectWithoutProperties-5cd8bb87.js';
|
|
13
13
|
import '../../helperComponents/Loader/Loader.js';
|
|
14
14
|
import '../../consts/index.js';
|
|
15
15
|
import '../../hooks/useScreenSize.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
1
|
+
import { _ as _extends } from '../../extends-70a221d7.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import ReactPaginate from 'react-paginate';
|
|
4
4
|
import { ICON_SIZE_MAPPING, PAGE_RANGE_DISPLAYED } from './consts.js';
|
|
@@ -6,8 +6,8 @@ import classNames from 'classnames';
|
|
|
6
6
|
import { IconChevronRight } from '../SVGIcons/IconChevronRight.js';
|
|
7
7
|
import { IconChevronLeft } from '../SVGIcons/IconChevronLeft.js';
|
|
8
8
|
import { IconMore } from '../SVGIcons/IconMore.js';
|
|
9
|
-
import '../../defineProperty-
|
|
10
|
-
import '../../typeof-
|
|
9
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
10
|
+
import '../../typeof-24c86d36.js';
|
|
11
11
|
|
|
12
12
|
var Pagination = function Pagination(props) {
|
|
13
13
|
var totalCount = props.totalCount,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { Pagination } from './Pagination.js';
|
|
2
|
-
import '../../extends-
|
|
2
|
+
import '../../extends-70a221d7.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-paginate';
|
|
5
5
|
import './consts.js';
|
|
6
6
|
import 'classnames';
|
|
7
7
|
import '../SVGIcons/IconChevronRight.js';
|
|
8
|
-
import '../../defineProperty-
|
|
9
|
-
import '../../typeof-
|
|
8
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
9
|
+
import '../../typeof-24c86d36.js';
|
|
10
10
|
import '../SVGIcons/IconChevronLeft.js';
|
|
11
11
|
import '../SVGIcons/IconMore.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
1
|
+
import { _ as _slicedToArray } from '../../slicedToArray-e6e06521.js';
|
|
2
2
|
import React, { useState, useId, useEffect } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import { useGetTooltipStyles } from '../../hooks/useGetTooltipStyles.js';
|
|
@@ -7,8 +7,8 @@ import 'dayjs';
|
|
|
7
7
|
import './types.js';
|
|
8
8
|
import './consts.js';
|
|
9
9
|
import '../SVGIcons/IconDismissCircle.js';
|
|
10
|
-
import '../../defineProperty-
|
|
11
|
-
import '../../typeof-
|
|
10
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
11
|
+
import '../../typeof-24c86d36.js';
|
|
12
12
|
import '../SVGIcons/IconCheckmarkCircle.js';
|
|
13
13
|
|
|
14
14
|
var ProgressStep = function ProgressStep(props) {
|
|
@@ -7,8 +7,8 @@ import { IconDismissCircle } from '../SVGIcons/IconDismissCircle.js';
|
|
|
7
7
|
import { IconCheckmarkCircle } from '../SVGIcons/IconCheckmarkCircle.js';
|
|
8
8
|
import '../../utils/helpers.js';
|
|
9
9
|
import 'dayjs';
|
|
10
|
-
import '../../defineProperty-
|
|
11
|
-
import '../../typeof-
|
|
10
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
11
|
+
import '../../typeof-24c86d36.js';
|
|
12
12
|
|
|
13
13
|
var Step = function Step(props) {
|
|
14
14
|
var width = props.width,
|
|
@@ -8,6 +8,6 @@ import 'dayjs';
|
|
|
8
8
|
import './types.js';
|
|
9
9
|
import './consts.js';
|
|
10
10
|
import '../SVGIcons/IconDismissCircle.js';
|
|
11
|
-
import '../../defineProperty-
|
|
12
|
-
import '../../typeof-
|
|
11
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
12
|
+
import '../../typeof-24c86d36.js';
|
|
13
13
|
import '../SVGIcons/IconCheckmarkCircle.js';
|
|
@@ -10,10 +10,10 @@ import '../Checkbox/Checkbox.js';
|
|
|
10
10
|
import 'react-syntax-highlighter';
|
|
11
11
|
import '../Text/Text.js';
|
|
12
12
|
import '../../utils/helpers.js';
|
|
13
|
-
import '../../slicedToArray-
|
|
14
|
-
import '../../defineProperty-
|
|
15
|
-
import '../../typeof-
|
|
16
|
-
import '../../extends-
|
|
13
|
+
import '../../slicedToArray-e6e06521.js';
|
|
14
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
15
|
+
import '../../typeof-24c86d36.js';
|
|
16
|
+
import '../../extends-70a221d7.js';
|
|
17
17
|
import '../Popover/Popover.js';
|
|
18
18
|
import '../../hooks/useGetTooltipStyles.js';
|
|
19
19
|
import '../../hooks/useGetElemSizes.js';
|
|
@@ -8,12 +8,12 @@ import 'dayjs';
|
|
|
8
8
|
import '../../helperComponents/Label/Label.js';
|
|
9
9
|
import '../../consts/index.js';
|
|
10
10
|
import '../../hooks/useScreenSize.js';
|
|
11
|
-
import '../../slicedToArray-
|
|
11
|
+
import '../../slicedToArray-e6e06521.js';
|
|
12
12
|
import 'react-hook-form';
|
|
13
13
|
import '../Checkbox/Checkbox.js';
|
|
14
|
-
import '../../defineProperty-
|
|
15
|
-
import '../../typeof-
|
|
16
|
-
import '../../extends-
|
|
14
|
+
import '../../defineProperty-b35e7f7a.js';
|
|
15
|
+
import '../../typeof-24c86d36.js';
|
|
16
|
+
import '../../extends-70a221d7.js';
|
|
17
17
|
import '../Popover/Popover.js';
|
|
18
18
|
import '../../hooks/useGetTooltipStyles.js';
|
|
19
19
|
import '../../hooks/useGetElemSizes.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-b35e7f7a.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-24c86d36.js';
|
|
5
5
|
|
|
6
6
|
var IconAdd = function IconAdd(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-b35e7f7a.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-24c86d36.js';
|
|
5
5
|
|
|
6
6
|
var IconAddCircle = function IconAddCircle(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-b35e7f7a.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-24c86d36.js';
|
|
5
5
|
|
|
6
6
|
var IconAddCircleFilled = function IconAddCircleFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-b35e7f7a.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-24c86d36.js';
|
|
5
5
|
|
|
6
6
|
var IconAddFilled = function IconAddFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-b35e7f7a.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-24c86d36.js';
|
|
5
5
|
|
|
6
6
|
var IconAlert = function IconAlert(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-b35e7f7a.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-24c86d36.js';
|
|
5
5
|
|
|
6
6
|
var IconAlertBadge = function IconAlertBadge(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-b35e7f7a.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-24c86d36.js';
|
|
5
5
|
|
|
6
6
|
var IconAlertBadgeFilled = function IconAlertBadgeFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-b35e7f7a.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-24c86d36.js';
|
|
5
5
|
|
|
6
6
|
var IconAlertFilled = function IconAlertFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-b35e7f7a.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-24c86d36.js';
|
|
5
5
|
|
|
6
6
|
var IconAm = function IconAm(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-b35e7f7a.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-24c86d36.js';
|
|
5
5
|
|
|
6
6
|
var IconAmd = function IconAmd(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-b35e7f7a.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-24c86d36.js';
|
|
5
5
|
|
|
6
6
|
var IconAmdFilled = function IconAmdFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|