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,9 +1,9 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _extends } from '../../extends-50177a50.js';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { ICONS_MAPPING, TYPE_MAPPING } from './consts.js';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
5
|
import { Text } from '../Text/Text.js';
|
|
6
|
-
import { B as Button } from '../../Button-
|
|
6
|
+
import { B as Button } from '../../Button-2f532776.js';
|
|
7
7
|
import { IconDismissFilled } from '../SVGIcons/IconDismissFilled.js';
|
|
8
8
|
import { IconDynamicComponent } from '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
9
9
|
import 'dayjs';
|
|
@@ -12,13 +12,14 @@ import '../../hooks/useScreenSize.js';
|
|
|
12
12
|
import 'react-hook-form';
|
|
13
13
|
import 'react-syntax-highlighter';
|
|
14
14
|
import '../../utils/helpers.js';
|
|
15
|
-
import '../../defineProperty-
|
|
16
|
-
import '../../typeof-
|
|
17
|
-
import '../../objectWithoutProperties-
|
|
15
|
+
import '../../defineProperty-6b97a267.js';
|
|
16
|
+
import '../../typeof-20b85ee8.js';
|
|
17
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
18
18
|
import '../../helperComponents/Loader/Loader.js';
|
|
19
|
-
import '../../slicedToArray-
|
|
19
|
+
import '../../slicedToArray-9decae19.js';
|
|
20
20
|
import '../../hooks/useGetIsMobile.js';
|
|
21
|
-
import '
|
|
21
|
+
import 'framer-motion';
|
|
22
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
22
23
|
import '../../hooks/useOnOutsideClick.js';
|
|
23
24
|
import '../../hooks/useHideBodyScroll.js';
|
|
24
25
|
import '../SVGIcons/IconDismiss.js';
|
|
@@ -29,7 +30,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
29
30
|
import '../../hooks/useGetElemPositions.js';
|
|
30
31
|
import '../../hooks/useGetTooltipPosition.js';
|
|
31
32
|
import '../../hooks/useHideOnScroll.js';
|
|
32
|
-
import '../../proxy-3b995879.js';
|
|
33
33
|
import '../Link/Link.js';
|
|
34
34
|
import '../Popover/PopoverDesktop.js';
|
|
35
35
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -48,37 +48,37 @@ var Alert = function Alert(props) {
|
|
|
48
48
|
onClose = props.onClose,
|
|
49
49
|
_props$className = props.className,
|
|
50
50
|
className = _props$className === void 0 ? '' : _props$className;
|
|
51
|
-
return /*#__PURE__*/
|
|
51
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
52
52
|
className: classNames('alert', "alert--".concat(type, " alert--").concat(position), className)
|
|
53
|
-
}, /*#__PURE__*/
|
|
53
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
54
54
|
className: "alert__content"
|
|
55
|
-
}, /*#__PURE__*/
|
|
55
|
+
}, /*#__PURE__*/React.createElement(IconDynamicComponent, {
|
|
56
56
|
componentName: ICONS_MAPPING[type],
|
|
57
57
|
size: "small",
|
|
58
58
|
type: TYPE_MAPPING[type]
|
|
59
|
-
}), /*#__PURE__*/
|
|
59
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
60
60
|
className: "alert__text pl-8"
|
|
61
|
-
}, /*#__PURE__*/
|
|
61
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Text, {
|
|
62
62
|
type: "primary",
|
|
63
63
|
size: "standard",
|
|
64
64
|
weight: "regular",
|
|
65
65
|
lineHeight: "large"
|
|
66
|
-
}, text), subtext ? /*#__PURE__*/
|
|
66
|
+
}, text), subtext ? /*#__PURE__*/React.createElement(Text, {
|
|
67
67
|
className: 'mt-4',
|
|
68
68
|
type: "secondary",
|
|
69
69
|
size: "small",
|
|
70
70
|
weight: "regular",
|
|
71
71
|
lineHeight: "large"
|
|
72
|
-
}, subtext) : null), buttonProps ? /*#__PURE__*/
|
|
72
|
+
}, subtext) : null), buttonProps ? /*#__PURE__*/React.createElement("div", {
|
|
73
73
|
className: "alert__actions"
|
|
74
|
-
}, buttonProps.confirm && /*#__PURE__*/
|
|
74
|
+
}, buttonProps.confirm && /*#__PURE__*/React.createElement(Button, _extends({
|
|
75
75
|
size: "medium",
|
|
76
76
|
type: "secondary"
|
|
77
|
-
}, buttonProps.confirm)), buttonProps.cancel && /*#__PURE__*/
|
|
77
|
+
}, buttonProps.confirm)), buttonProps.cancel && /*#__PURE__*/React.createElement(Button, _extends({
|
|
78
78
|
size: "medium",
|
|
79
79
|
type: "tertiary",
|
|
80
80
|
className: "ml-12"
|
|
81
|
-
}, buttonProps.cancel))) : null), closeIcon ? /*#__PURE__*/
|
|
81
|
+
}, buttonProps.cancel))) : null), closeIcon ? /*#__PURE__*/React.createElement(IconDismissFilled, {
|
|
82
82
|
type: TYPE_MAPPING[type],
|
|
83
83
|
size: "xsmall",
|
|
84
84
|
className: "ml-12 pointer",
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
export { Alert } from './Alert.js';
|
|
2
|
-
import '../../extends-
|
|
2
|
+
import '../../extends-50177a50.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './consts.js';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../Text/Text.js';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
|
-
import '../../Button-
|
|
10
|
-
import '../../defineProperty-
|
|
11
|
-
import '../../typeof-
|
|
12
|
-
import '../../objectWithoutProperties-
|
|
9
|
+
import '../../Button-2f532776.js';
|
|
10
|
+
import '../../defineProperty-6b97a267.js';
|
|
11
|
+
import '../../typeof-20b85ee8.js';
|
|
12
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
13
13
|
import '../../helperComponents/Loader/Loader.js';
|
|
14
14
|
import '../../consts/index.js';
|
|
15
15
|
import '../../hooks/useScreenSize.js';
|
|
16
|
-
import '../../slicedToArray-
|
|
16
|
+
import '../../slicedToArray-9decae19.js';
|
|
17
17
|
import 'react-hook-form';
|
|
18
18
|
import '../../hooks/useGetIsMobile.js';
|
|
19
|
-
import '
|
|
19
|
+
import 'framer-motion';
|
|
20
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
20
21
|
import '../../hooks/useOnOutsideClick.js';
|
|
21
22
|
import '../../hooks/useHideBodyScroll.js';
|
|
22
23
|
import 'react-syntax-highlighter';
|
|
@@ -28,7 +29,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
28
29
|
import '../../hooks/useGetElemPositions.js';
|
|
29
30
|
import '../../hooks/useGetTooltipPosition.js';
|
|
30
31
|
import '../../hooks/useHideOnScroll.js';
|
|
31
|
-
import '../../proxy-3b995879.js';
|
|
32
32
|
import '../Link/Link.js';
|
|
33
33
|
import '../Popover/PopoverDesktop.js';
|
|
34
34
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { TButtonPropTypes } from '../Button/types';
|
|
2
3
|
export type TAlertTypes = 'success' | 'error' | 'warning' | 'information' | 'discovery';
|
|
3
4
|
export type TAlertPosition = 'inline' | 'sticky';
|
|
4
5
|
export interface TAlertProps extends IFormCompProps {
|
|
5
6
|
type?: TAlertTypes;
|
|
6
7
|
position?: TAlertPosition;
|
|
7
|
-
text: string |
|
|
8
|
-
subtext: string |
|
|
8
|
+
text: string | React.ReactElement;
|
|
9
|
+
subtext: string | React.ReactElement;
|
|
9
10
|
closeIcon?: boolean;
|
|
10
11
|
onClose: () => void;
|
|
11
12
|
buttonProps?: {
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _slicedToArray } from '../../slicedToArray-9decae19.js';
|
|
2
|
+
import React, { useState, useEffect } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import { FileUpload } from '../FileUpload/FileUpload.js';
|
|
5
5
|
import { FileUploadMode } from '../FileUpload/types.js';
|
|
6
|
-
import '../../toConsumableArray-
|
|
7
|
-
import '../../Button-
|
|
8
|
-
import '../../extends-
|
|
9
|
-
import '../../defineProperty-
|
|
10
|
-
import '../../typeof-
|
|
11
|
-
import '../../objectWithoutProperties-
|
|
6
|
+
import '../../toConsumableArray-e1453f73.js';
|
|
7
|
+
import '../../Button-2f532776.js';
|
|
8
|
+
import '../../extends-50177a50.js';
|
|
9
|
+
import '../../defineProperty-6b97a267.js';
|
|
10
|
+
import '../../typeof-20b85ee8.js';
|
|
11
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
12
12
|
import 'dayjs';
|
|
13
13
|
import '../../helperComponents/Loader/Loader.js';
|
|
14
14
|
import '../../consts/index.js';
|
|
15
15
|
import '../../hooks/useScreenSize.js';
|
|
16
16
|
import 'react-hook-form';
|
|
17
17
|
import '../../hooks/useGetIsMobile.js';
|
|
18
|
-
import '
|
|
18
|
+
import 'framer-motion';
|
|
19
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
19
20
|
import '../../hooks/useOnOutsideClick.js';
|
|
20
21
|
import '../../hooks/useHideBodyScroll.js';
|
|
21
22
|
import 'react-syntax-highlighter';
|
|
@@ -29,7 +30,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
29
30
|
import '../../hooks/useGetElemPositions.js';
|
|
30
31
|
import '../../hooks/useGetTooltipPosition.js';
|
|
31
32
|
import '../../hooks/useHideOnScroll.js';
|
|
32
|
-
import '../../proxy-3b995879.js';
|
|
33
33
|
import '../Link/Link.js';
|
|
34
34
|
import '../Popover/PopoverDesktop.js';
|
|
35
35
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -83,7 +83,7 @@ var Avatar = function Avatar(_ref) {
|
|
|
83
83
|
useEffect(function () {
|
|
84
84
|
setImage(imagePath);
|
|
85
85
|
}, [imagePath]);
|
|
86
|
-
return /*#__PURE__*/
|
|
86
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
87
87
|
id: id,
|
|
88
88
|
"data-id": dataId,
|
|
89
89
|
className: classNames("avatar avatar--".concat(color, " avatar--").concat(type, " avatar--").concat(size), className, {
|
|
@@ -91,7 +91,7 @@ var Avatar = function Avatar(_ref) {
|
|
|
91
91
|
'avatar--edit': isEditable
|
|
92
92
|
}),
|
|
93
93
|
style: style
|
|
94
|
-
}, !image ? initials : null, isEditable && /*#__PURE__*/
|
|
94
|
+
}, !image ? initials : null, isEditable && /*#__PURE__*/React.createElement(FileUpload, {
|
|
95
95
|
onError: onError,
|
|
96
96
|
fileAllowedSize: fileAllowedSize,
|
|
97
97
|
multiple: false,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Tooltip } from '../Tooltip/Tooltip.js';
|
|
3
3
|
import { Avatar } from './Avatar.js';
|
|
4
4
|
import { Positions } from '../Tooltip/types.js';
|
|
@@ -8,7 +8,7 @@ import { useScreenSize } from '../../hooks/useScreenSize.js';
|
|
|
8
8
|
import 'react-hook-form';
|
|
9
9
|
import classNames from 'classnames';
|
|
10
10
|
import { IconAdd } from '../SVGIcons/IconAdd.js';
|
|
11
|
-
import '../../slicedToArray-
|
|
11
|
+
import '../../slicedToArray-9decae19.js';
|
|
12
12
|
import '../Text/Text.js';
|
|
13
13
|
import '../../utils/helpers.js';
|
|
14
14
|
import '../../hooks/useGetTooltipStyles.js';
|
|
@@ -17,21 +17,21 @@ import '../../hooks/useGetElemPositions.js';
|
|
|
17
17
|
import '../../hooks/useGetTooltipPosition.js';
|
|
18
18
|
import '../../hooks/useHideOnScroll.js';
|
|
19
19
|
import '../FileUpload/FileUpload.js';
|
|
20
|
-
import '../../toConsumableArray-
|
|
20
|
+
import '../../toConsumableArray-e1453f73.js';
|
|
21
21
|
import '../FileUpload/types.js';
|
|
22
|
-
import '../../Button-
|
|
23
|
-
import '../../extends-
|
|
24
|
-
import '../../defineProperty-
|
|
25
|
-
import '../../typeof-
|
|
26
|
-
import '../../objectWithoutProperties-
|
|
22
|
+
import '../../Button-2f532776.js';
|
|
23
|
+
import '../../extends-50177a50.js';
|
|
24
|
+
import '../../defineProperty-6b97a267.js';
|
|
25
|
+
import '../../typeof-20b85ee8.js';
|
|
26
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
27
27
|
import '../../helperComponents/Loader/Loader.js';
|
|
28
28
|
import '../../hooks/useGetIsMobile.js';
|
|
29
|
-
import '
|
|
29
|
+
import 'framer-motion';
|
|
30
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
30
31
|
import '../../hooks/useOnOutsideClick.js';
|
|
31
32
|
import '../../hooks/useHideBodyScroll.js';
|
|
32
33
|
import 'react-syntax-highlighter';
|
|
33
34
|
import '../SVGIcons/IconDismiss.js';
|
|
34
|
-
import '../../proxy-3b995879.js';
|
|
35
35
|
import '../Link/Link.js';
|
|
36
36
|
import '../Popover/PopoverDesktop.js';
|
|
37
37
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -66,38 +66,38 @@ var AvatarGroup = function AvatarGroup(_ref) {
|
|
|
66
66
|
var visibleAvatarsAmount = maxCount || VISIBLE_AVATARS_AMOUNT[screenSize];
|
|
67
67
|
var visibleAvatars = avatarGroup.slice(0, visibleAvatarsAmount);
|
|
68
68
|
var invisibleAvatarsAmount = avatarGroup.length - visibleAvatarsAmount > 0 ? avatarGroup.length - visibleAvatarsAmount : 0;
|
|
69
|
-
return /*#__PURE__*/
|
|
69
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
70
70
|
className: classNames("avatar-group avatar-group--".concat(size))
|
|
71
71
|
}, visibleAvatars.map(function (avatar, index) {
|
|
72
|
-
return /*#__PURE__*/
|
|
72
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
73
73
|
className: 'avatar-group__item',
|
|
74
74
|
key: index
|
|
75
|
-
}, avatar.tooltipContent ? /*#__PURE__*/
|
|
75
|
+
}, avatar.tooltipContent ? /*#__PURE__*/React.createElement(Tooltip, {
|
|
76
76
|
text: avatar.tooltipContent,
|
|
77
77
|
id: "".concat(index),
|
|
78
78
|
position: Positions.TOP_CENTER
|
|
79
|
-
}) : null, /*#__PURE__*/
|
|
79
|
+
}) : null, /*#__PURE__*/React.createElement(Avatar, {
|
|
80
80
|
dataId: dataId,
|
|
81
81
|
id: "".concat(index),
|
|
82
82
|
size: size,
|
|
83
83
|
initials: avatar.initials,
|
|
84
84
|
imagePath: avatar.imagePath
|
|
85
85
|
}));
|
|
86
|
-
}), invisibleAvatarsAmount ? /*#__PURE__*/
|
|
86
|
+
}), invisibleAvatarsAmount ? /*#__PURE__*/React.createElement("div", {
|
|
87
87
|
className: "avatar-group__item"
|
|
88
|
-
}, /*#__PURE__*/
|
|
88
|
+
}, /*#__PURE__*/React.createElement(Tooltip, {
|
|
89
89
|
text: 'Name Surname',
|
|
90
90
|
id: 'amountTooltip',
|
|
91
91
|
position: Positions.TOP_CENTER
|
|
92
|
-
}), /*#__PURE__*/
|
|
92
|
+
}), /*#__PURE__*/React.createElement(Avatar, {
|
|
93
93
|
type: 'count',
|
|
94
94
|
size: size,
|
|
95
95
|
id: 'amountTooltip',
|
|
96
96
|
initials: "+".concat(invisibleAvatarsAmount)
|
|
97
|
-
})) : null, onAddUser ? /*#__PURE__*/
|
|
97
|
+
})) : null, onAddUser ? /*#__PURE__*/React.createElement("div", {
|
|
98
98
|
className: classNames("avatar avatar-group__add avatar--".concat(size)),
|
|
99
99
|
onClick: onAddUser
|
|
100
|
-
}, /*#__PURE__*/
|
|
100
|
+
}, /*#__PURE__*/React.createElement(IconAdd, {
|
|
101
101
|
type: "disabled",
|
|
102
102
|
size: size
|
|
103
103
|
})) : null);
|
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
export { Avatar } from './Avatar.js';
|
|
2
2
|
export { AvatarGroup } from './AvatarGroup.js';
|
|
3
|
-
import '../../slicedToArray-
|
|
3
|
+
import '../../slicedToArray-9decae19.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import '../FileUpload/FileUpload.js';
|
|
7
|
-
import '../../toConsumableArray-
|
|
7
|
+
import '../../toConsumableArray-e1453f73.js';
|
|
8
8
|
import '../FileUpload/types.js';
|
|
9
|
-
import '../../Button-
|
|
10
|
-
import '../../extends-
|
|
11
|
-
import '../../defineProperty-
|
|
12
|
-
import '../../typeof-
|
|
13
|
-
import '../../objectWithoutProperties-
|
|
9
|
+
import '../../Button-2f532776.js';
|
|
10
|
+
import '../../extends-50177a50.js';
|
|
11
|
+
import '../../defineProperty-6b97a267.js';
|
|
12
|
+
import '../../typeof-20b85ee8.js';
|
|
13
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
14
14
|
import 'dayjs';
|
|
15
15
|
import '../../helperComponents/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 '../../helperComponents/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 '../Link/Link.js';
|
|
36
36
|
import '../Popover/PopoverDesktop.js';
|
|
37
37
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Text } from '../Text/Text.js';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../utils/helpers.js';
|
|
@@ -12,13 +12,13 @@ var Badge = function Badge(props) {
|
|
|
12
12
|
text = props.text,
|
|
13
13
|
_props$className = props.className,
|
|
14
14
|
className = _props$className === void 0 ? '' : _props$className;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
16
16
|
className: classNames("badge badge--".concat(type, " badge--").concat(size), className)
|
|
17
|
-
}, text ? /*#__PURE__*/
|
|
17
|
+
}, text ? /*#__PURE__*/React.createElement(Text, {
|
|
18
18
|
size: "xsmall",
|
|
19
19
|
type: type == 'secondary' ? 'primary' : 'inverse',
|
|
20
20
|
className: "badge__inner"
|
|
21
|
-
}, /*#__PURE__*/
|
|
21
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, text)) : null);
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
export { Badge };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
|
|
3
3
|
var Breadcrumb = function Breadcrumb(props) {
|
|
4
4
|
var selectedValue = props.selectedValue,
|
|
@@ -6,13 +6,13 @@ var Breadcrumb = function Breadcrumb(props) {
|
|
|
6
6
|
_props$className = props.className,
|
|
7
7
|
className = _props$className === void 0 ? '' : _props$className,
|
|
8
8
|
onSelect = props.onSelect;
|
|
9
|
-
return /*#__PURE__*/
|
|
9
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
10
10
|
className: "breadcrumb ".concat(className)
|
|
11
11
|
}, breadCrumbItems.map(function (itemInfo) {
|
|
12
|
-
return /*#__PURE__*/
|
|
12
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
13
13
|
className: "breadcrumb__item",
|
|
14
14
|
key: itemInfo.value
|
|
15
|
-
}, /*#__PURE__*/
|
|
15
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
16
16
|
className: "breadcrumb__item__inner ".concat(selectedValue === itemInfo.value ? 'selected' : ''),
|
|
17
17
|
onClick: function onClick() {
|
|
18
18
|
return onSelect(itemInfo.value);
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
import '../../extends-
|
|
2
|
-
import '../../defineProperty-
|
|
3
|
-
import '../../objectWithoutProperties-
|
|
1
|
+
import '../../extends-50177a50.js';
|
|
2
|
+
import '../../defineProperty-6b97a267.js';
|
|
3
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'classnames';
|
|
6
6
|
import 'dayjs';
|
|
7
7
|
import '../../helperComponents/Loader/Loader.js';
|
|
8
|
-
export { B as Button } from '../../Button-
|
|
8
|
+
export { B as Button } from '../../Button-2f532776.js';
|
|
9
9
|
import '../../consts/index.js';
|
|
10
10
|
import '../../hooks/useScreenSize.js';
|
|
11
11
|
import 'react-hook-form';
|
|
12
12
|
import 'react-syntax-highlighter';
|
|
13
13
|
import './consts.js';
|
|
14
|
-
import '../../typeof-
|
|
15
|
-
import '../../slicedToArray-
|
|
14
|
+
import '../../typeof-20b85ee8.js';
|
|
15
|
+
import '../../slicedToArray-9decae19.js';
|
|
16
16
|
import '../../hooks/useGetIsMobile.js';
|
|
17
|
-
import '
|
|
17
|
+
import 'framer-motion';
|
|
18
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
18
19
|
import '../../hooks/useOnOutsideClick.js';
|
|
19
20
|
import '../../hooks/useHideBodyScroll.js';
|
|
20
21
|
import '../SVGIcons/IconDismiss.js';
|
|
@@ -27,7 +28,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
27
28
|
import '../../hooks/useGetElemPositions.js';
|
|
28
29
|
import '../../hooks/useGetTooltipPosition.js';
|
|
29
30
|
import '../../hooks/useHideOnScroll.js';
|
|
30
|
-
import '../../proxy-3b995879.js';
|
|
31
31
|
import '../Link/Link.js';
|
|
32
32
|
import '../Popover/PopoverDesktop.js';
|
|
33
33
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
export { B as Button } from '../../Button-
|
|
2
|
-
import '../../extends-
|
|
3
|
-
import '../../defineProperty-
|
|
4
|
-
import '../../typeof-
|
|
5
|
-
import '../../objectWithoutProperties-
|
|
1
|
+
export { B as Button } from '../../Button-2f532776.js';
|
|
2
|
+
import '../../extends-50177a50.js';
|
|
3
|
+
import '../../defineProperty-6b97a267.js';
|
|
4
|
+
import '../../typeof-20b85ee8.js';
|
|
5
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import 'dayjs';
|
|
9
9
|
import '../../helperComponents/Loader/Loader.js';
|
|
10
10
|
import '../../consts/index.js';
|
|
11
11
|
import '../../hooks/useScreenSize.js';
|
|
12
|
-
import '../../slicedToArray-
|
|
12
|
+
import '../../slicedToArray-9decae19.js';
|
|
13
13
|
import 'react-hook-form';
|
|
14
14
|
import '../../hooks/useGetIsMobile.js';
|
|
15
|
-
import '
|
|
15
|
+
import 'framer-motion';
|
|
16
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
16
17
|
import '../../hooks/useOnOutsideClick.js';
|
|
17
18
|
import '../../hooks/useHideBodyScroll.js';
|
|
18
19
|
import 'react-syntax-highlighter';
|
|
@@ -26,7 +27,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
26
27
|
import '../../hooks/useGetElemPositions.js';
|
|
27
28
|
import '../../hooks/useGetTooltipPosition.js';
|
|
28
29
|
import '../../hooks/useHideOnScroll.js';
|
|
29
|
-
import '../../proxy-3b995879.js';
|
|
30
30
|
import '../Link/Link.js';
|
|
31
31
|
import '../Popover/PopoverDesktop.js';
|
|
32
32
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import '../../extends-
|
|
2
|
-
import '../../objectWithoutProperties-
|
|
1
|
+
import '../../extends-50177a50.js';
|
|
2
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import 'dayjs';
|
|
@@ -7,13 +7,14 @@ import '../../helperComponents/Loader/Loader.js';
|
|
|
7
7
|
import '../../consts/index.js';
|
|
8
8
|
import '../../hooks/useScreenSize.js';
|
|
9
9
|
import 'react-hook-form';
|
|
10
|
-
export { a as ButtonIcon } from '../../Button-
|
|
10
|
+
export { a as ButtonIcon } from '../../Button-2f532776.js';
|
|
11
11
|
import 'react-syntax-highlighter';
|
|
12
|
-
import '../../slicedToArray-
|
|
13
|
-
import '../../defineProperty-
|
|
14
|
-
import '../../typeof-
|
|
12
|
+
import '../../slicedToArray-9decae19.js';
|
|
13
|
+
import '../../defineProperty-6b97a267.js';
|
|
14
|
+
import '../../typeof-20b85ee8.js';
|
|
15
15
|
import '../../hooks/useGetIsMobile.js';
|
|
16
|
-
import '
|
|
16
|
+
import 'framer-motion';
|
|
17
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
17
18
|
import '../../hooks/useOnOutsideClick.js';
|
|
18
19
|
import '../../hooks/useHideBodyScroll.js';
|
|
19
20
|
import '../SVGIcons/IconDismiss.js';
|
|
@@ -26,7 +27,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
26
27
|
import '../../hooks/useGetElemPositions.js';
|
|
27
28
|
import '../../hooks/useGetTooltipPosition.js';
|
|
28
29
|
import '../../hooks/useHideOnScroll.js';
|
|
29
|
-
import '../../proxy-3b995879.js';
|
|
30
30
|
import '../Link/Link.js';
|
|
31
31
|
import '../Popover/PopoverDesktop.js';
|
|
32
32
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
export { a as ButtonIcon } from '../../Button-
|
|
2
|
-
import '../../extends-
|
|
3
|
-
import '../../defineProperty-
|
|
4
|
-
import '../../typeof-
|
|
5
|
-
import '../../objectWithoutProperties-
|
|
1
|
+
export { a as ButtonIcon } from '../../Button-2f532776.js';
|
|
2
|
+
import '../../extends-50177a50.js';
|
|
3
|
+
import '../../defineProperty-6b97a267.js';
|
|
4
|
+
import '../../typeof-20b85ee8.js';
|
|
5
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import 'classnames';
|
|
8
8
|
import 'dayjs';
|
|
9
9
|
import '../../helperComponents/Loader/Loader.js';
|
|
10
10
|
import '../../consts/index.js';
|
|
11
11
|
import '../../hooks/useScreenSize.js';
|
|
12
|
-
import '../../slicedToArray-
|
|
12
|
+
import '../../slicedToArray-9decae19.js';
|
|
13
13
|
import 'react-hook-form';
|
|
14
14
|
import '../../hooks/useGetIsMobile.js';
|
|
15
|
-
import '
|
|
15
|
+
import 'framer-motion';
|
|
16
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
16
17
|
import '../../hooks/useOnOutsideClick.js';
|
|
17
18
|
import '../../hooks/useHideBodyScroll.js';
|
|
18
19
|
import 'react-syntax-highlighter';
|
|
@@ -26,7 +27,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
26
27
|
import '../../hooks/useGetElemPositions.js';
|
|
27
28
|
import '../../hooks/useGetTooltipPosition.js';
|
|
28
29
|
import '../../hooks/useHideOnScroll.js';
|
|
29
|
-
import '../../proxy-3b995879.js';
|
|
30
30
|
import '../Link/Link.js';
|
|
31
31
|
import '../Popover/PopoverDesktop.js';
|
|
32
32
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { _ as _extends } from '../../extends-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _extends } from '../../extends-50177a50.js';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { Text } from '../Text/Text.js';
|
|
4
4
|
import { Image } from '../Image/Image.js';
|
|
5
|
-
import { B as Button } from '../../Button-
|
|
5
|
+
import { B as Button } from '../../Button-2f532776.js';
|
|
6
6
|
import classNames from 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
9
|
-
import '../../defineProperty-
|
|
10
|
-
import '../../typeof-
|
|
11
|
-
import '../../objectWithoutProperties-
|
|
9
|
+
import '../../defineProperty-6b97a267.js';
|
|
10
|
+
import '../../typeof-20b85ee8.js';
|
|
11
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
12
12
|
import '../../helperComponents/Loader/Loader.js';
|
|
13
13
|
import '../../consts/index.js';
|
|
14
14
|
import '../../hooks/useScreenSize.js';
|
|
15
|
-
import '../../slicedToArray-
|
|
15
|
+
import '../../slicedToArray-9decae19.js';
|
|
16
16
|
import 'react-hook-form';
|
|
17
17
|
import '../../hooks/useGetIsMobile.js';
|
|
18
|
-
import '
|
|
18
|
+
import 'framer-motion';
|
|
19
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
19
20
|
import '../../hooks/useOnOutsideClick.js';
|
|
20
21
|
import '../../hooks/useHideBodyScroll.js';
|
|
21
22
|
import 'react-syntax-highlighter';
|
|
@@ -27,7 +28,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
27
28
|
import '../../hooks/useGetElemPositions.js';
|
|
28
29
|
import '../../hooks/useGetTooltipPosition.js';
|
|
29
30
|
import '../../hooks/useHideOnScroll.js';
|
|
30
|
-
import '../../proxy-3b995879.js';
|
|
31
31
|
import '../Link/Link.js';
|
|
32
32
|
import '../Popover/PopoverDesktop.js';
|
|
33
33
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -41,23 +41,23 @@ var CardBody = function CardBody(props) {
|
|
|
41
41
|
buttonProps = props.buttonProps,
|
|
42
42
|
className = props.className,
|
|
43
43
|
illustration = props.illustration;
|
|
44
|
-
return /*#__PURE__*/
|
|
44
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
45
45
|
className: classNames('card-body', className)
|
|
46
|
-
}, /*#__PURE__*/
|
|
46
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
47
47
|
className: 'card-body__image'
|
|
48
|
-
}, /*#__PURE__*/
|
|
48
|
+
}, /*#__PURE__*/React.createElement(Image, {
|
|
49
49
|
imagePath: illustration
|
|
50
|
-
})), /*#__PURE__*/
|
|
50
|
+
})), /*#__PURE__*/React.createElement(Text, {
|
|
51
51
|
size: 'large',
|
|
52
52
|
weight: "bolder",
|
|
53
53
|
className: 'mt-32'
|
|
54
|
-
}, title), description ? /*#__PURE__*/
|
|
54
|
+
}, title), description ? /*#__PURE__*/React.createElement(Text, {
|
|
55
55
|
className: 'mt-12'
|
|
56
|
-
}, description) : null, buttonProps ? /*#__PURE__*/
|
|
56
|
+
}, description) : null, buttonProps ? /*#__PURE__*/React.createElement("div", {
|
|
57
57
|
className: "body__buttons mt-32"
|
|
58
|
-
}, /*#__PURE__*/
|
|
58
|
+
}, /*#__PURE__*/React.createElement(Button, _extends({
|
|
59
59
|
className: "full-width"
|
|
60
|
-
}, buttonProps.primary || {})), /*#__PURE__*/
|
|
60
|
+
}, buttonProps.primary || {})), /*#__PURE__*/React.createElement(Button, _extends({
|
|
61
61
|
type: "text",
|
|
62
62
|
className: "full-width mt-24"
|
|
63
63
|
}, buttonProps.secondary))) : null);
|