hrm_ui_lib 1.4.2 → 1.4.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/{Button-028f6f93.js → Button-110130b7.js} +44 -44
- package/components/Alert/Alert.js +14 -14
- package/components/Alert/index.js +3 -3
- package/components/Alert/types.d.ts +3 -2
- package/components/Avatar/Avatar.js +6 -6
- package/components/Avatar/AvatarGroup.js +13 -13
- package/components/Avatar/index.js +3 -3
- 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 +3 -3
- package/components/Button/index.js +3 -3
- package/components/ButtonIcon/ButtonIcon.js +3 -3
- package/components/ButtonIcon/index.js +3 -3
- package/components/CardBody/CardBody.d.ts +2 -1
- package/components/CardBody/CardBody.js +12 -12
- package/components/CardBody/index.js +3 -3
- package/components/CardSelect/CardSelect.js +16 -16
- package/components/CardSelect/CardSelectGroup.d.ts +2 -1
- package/components/CardSelect/CardSelectGroup.js +6 -6
- package/components/CardSelect/components/CardAdditionalInfo.js +6 -6
- package/components/CardSelect/components/CardChips.js +3 -3
- package/components/CardSelect/components/CardDescription.js +3 -3
- package/components/CardSelect/components/CardInput.js +5 -5
- package/components/CardSelect/components/index.js +3 -3
- package/components/CardSelect/index.js +3 -3
- package/components/Cards/CardItem.js +10 -10
- package/components/Checkbox/Checkbox.js +3 -3
- package/components/Checkbox/index.js +3 -3
- package/components/Checkbox/types.d.ts +4 -3
- package/components/Chips/Chips.js +5 -5
- package/components/Collapse/CollapseGroup/CollapseGroup.js +5 -5
- package/components/Collapse/CollapseItem/CollapseItem.d.ts +2 -1
- package/components/Collapse/CollapseItem/CollapseItem.js +16 -16
- package/components/Collapse/index.js +2 -2
- package/components/Container/Container.js +2 -2
- package/components/Copy/Copy.js +7 -7
- package/components/Copy/index.js +3 -3
- package/components/Counter/Counter.js +5 -5
- package/components/Counter/index.js +3 -3
- package/components/DatePicker/CustomHeader/CustomHeader.js +10 -10
- package/components/DatePicker/RangeDatePicker/RangeDatePicker.js +5 -5
- package/components/DatePicker/RangeDatePicker/RangeDatePickerDesktop.js +9 -9
- package/components/DatePicker/RangeDatePicker/RangeDatePickerMobile.js +8 -8
- package/components/DatePicker/RangeDatePicker/index.js +3 -3
- package/components/DatePicker/SimpleDatePicker/SimpleDatePicker.js +5 -5
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerDesktop.js +9 -9
- package/components/DatePicker/SimpleDatePicker/SimpleDatePickerMobile.js +10 -10
- package/components/DatePicker/SimpleDatePicker/index.js +3 -3
- package/components/DatePicker/TimePicker/MobileModalContent.js +15 -15
- package/components/DatePicker/TimePicker/TimePicker.js +5 -5
- package/components/DatePicker/TimePicker/TimePickerDesktop.d.ts +2 -1
- package/components/DatePicker/TimePicker/TimePickerDesktop.js +8 -8
- package/components/DatePicker/TimePicker/TimePickerMobile.js +7 -7
- package/components/DatePicker/TimePicker/index.js +3 -3
- package/components/DatePicker/hooks.js +2 -2
- package/components/DatePicker/index.js +3 -3
- 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 +11 -11
- package/components/Empty/index.js +3 -3
- package/components/FileUpload/FileUpload.d.ts +2 -1
- package/components/FileUpload/FileUpload.js +13 -13
- package/components/FileUpload/UploadItems.d.ts +2 -1
- package/components/FileUpload/UploadItems.js +12 -12
- package/components/FileUpload/index.js +3 -3
- package/components/FileUpload/types.d.ts +4 -3
- package/components/FormContainer/FormContainer.d.ts +2 -1
- package/components/FormContainer/FormContainer.js +8 -8
- package/components/FormContainer/index.js +3 -3
- package/components/FormField/FormField.js +9 -9
- package/components/FormField/index.js +3 -3
- 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 +20 -20
- package/components/Input/index.js +3 -3
- package/components/ItemSelect/ItemSelect.js +11 -11
- package/components/ItemSelect/ItemSelectGroup.d.ts +2 -1
- package/components/ItemSelect/ItemSelectGroup.js +6 -6
- package/components/ItemSelect/index.js +3 -3
- package/components/Link/Link.js +4 -4
- package/components/Link/types.d.ts +4 -3
- package/components/Menu/Menu.js +7 -7
- package/components/Menu/NestedMenu.js +8 -8
- package/components/Menu/index.js +3 -3
- package/components/Modal/Modal.js +3 -3
- package/components/Modal/ModalConfirmation.js +14 -14
- package/components/Modal/ModalContent.js +3 -3
- package/components/Modal/index.js +3 -3
- package/components/More/More.d.ts +2 -1
- package/components/More/More.js +6 -6
- package/components/More/index.js +3 -3
- package/components/Pagination/Pagination.d.ts +2 -1
- package/components/Pagination/Pagination.js +6 -6
- package/components/Popover/Popover.js +3 -3
- package/components/Popover/PopoverDesktop.js +5 -5
- package/components/Popover/PopoverMobile.js +3 -3
- package/components/Popover/index.js +3 -3
- package/components/Progress/Progress.d.ts +2 -1
- package/components/Progress/Progress.js +7 -7
- package/components/ProgressStep/ProgressStep.js +3 -3
- package/components/ProgressStep/Step.js +11 -11
- package/components/Radio/Radio.js +7 -7
- package/components/Radio/RadioGroup.js +8 -8
- package/components/Radio/index.js +3 -3
- package/components/SVGIcons/IconAdd.js +3 -3
- package/components/SVGIcons/IconAddCircle.js +4 -4
- package/components/SVGIcons/IconAddCircleFilled.js +4 -4
- package/components/SVGIcons/IconAddFilled.js +3 -3
- package/components/SVGIcons/IconAlert.js +4 -4
- package/components/SVGIcons/IconAlertBadge.js +4 -4
- package/components/SVGIcons/IconAlertBadgeFilled.js +4 -4
- package/components/SVGIcons/IconAlertFilled.js +4 -4
- package/components/SVGIcons/IconAm.js +9 -9
- package/components/SVGIcons/IconAmd.js +3 -3
- package/components/SVGIcons/IconAmdFilled.js +3 -3
- package/components/SVGIcons/IconApple.js +4 -4
- package/components/SVGIcons/IconArrowDown.js +4 -4
- package/components/SVGIcons/IconArrowDownFilled.js +4 -4
- package/components/SVGIcons/IconArrowDownLeft.js +4 -4
- package/components/SVGIcons/IconArrowDownLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowDownload.js +4 -4
- package/components/SVGIcons/IconArrowDownloadFilled.js +4 -4
- package/components/SVGIcons/IconArrowEnter.js +3 -3
- package/components/SVGIcons/IconArrowEnterFilled.js +3 -3
- package/components/SVGIcons/IconArrowExit.js +3 -3
- package/components/SVGIcons/IconArrowExitFilled.js +3 -3
- package/components/SVGIcons/IconArrowExportLeftToRight.js +4 -4
- package/components/SVGIcons/IconArrowExportLeftToRightFilled.js +4 -4
- package/components/SVGIcons/IconArrowExportRightToLeft.js +4 -4
- package/components/SVGIcons/IconArrowExportRightToLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowExportUp.js +4 -4
- package/components/SVGIcons/IconArrowExportUpFilled.js +4 -4
- package/components/SVGIcons/IconArrowImport.js +4 -4
- package/components/SVGIcons/IconArrowImportFilled.js +4 -4
- package/components/SVGIcons/IconArrowLeft.js +4 -4
- package/components/SVGIcons/IconArrowLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowRepeatAll.js +4 -4
- package/components/SVGIcons/IconArrowRepeatAllFilled.js +4 -4
- package/components/SVGIcons/IconArrowReset.js +4 -4
- package/components/SVGIcons/IconArrowResetFilled.js +4 -4
- package/components/SVGIcons/IconArrowRight.js +4 -4
- package/components/SVGIcons/IconArrowRightFilled.js +4 -4
- package/components/SVGIcons/IconArrowSort.js +3 -3
- package/components/SVGIcons/IconArrowSortFilled.js +3 -3
- package/components/SVGIcons/IconArrowSync.js +3 -3
- package/components/SVGIcons/IconArrowSyncFilled.js +3 -3
- package/components/SVGIcons/IconArrowUp.js +4 -4
- package/components/SVGIcons/IconArrowUpFilled.js +4 -4
- package/components/SVGIcons/IconArrowUpLeft.js +4 -4
- package/components/SVGIcons/IconArrowUpLeftFilled.js +4 -4
- package/components/SVGIcons/IconArrowUpRight.js +4 -4
- package/components/SVGIcons/IconArrowUpRightFilled.js +4 -4
- package/components/SVGIcons/IconAttach.js +4 -4
- package/components/SVGIcons/IconAttachFilled.js +4 -4
- package/components/SVGIcons/IconBeach.js +3 -3
- package/components/SVGIcons/IconBeachFilled.js +3 -3
- package/components/SVGIcons/IconBook.js +4 -4
- package/components/SVGIcons/IconBookFilled.js +4 -4
- package/components/SVGIcons/IconBookmark.js +4 -4
- package/components/SVGIcons/IconBookmarkFilled.js +4 -4
- package/components/SVGIcons/IconBriefcase.js +4 -4
- package/components/SVGIcons/IconBriefcaseFilled.js +4 -4
- package/components/SVGIcons/IconBuilding.js +10 -10
- package/components/SVGIcons/IconBuildingBank.js +3 -3
- package/components/SVGIcons/IconBuildingBankFilled.js +3 -3
- package/components/SVGIcons/IconBuildingFilled.js +4 -4
- package/components/SVGIcons/IconBulletListAdd.js +4 -4
- package/components/SVGIcons/IconBulletListAddFilled.js +4 -4
- package/components/SVGIcons/IconCalculator.js +4 -4
- package/components/SVGIcons/IconCalculatorFilled.js +4 -4
- package/components/SVGIcons/IconCalendarClock.js +3 -3
- package/components/SVGIcons/IconCalendarClockFilled.js +3 -3
- package/components/SVGIcons/IconCalendarDay.js +4 -4
- package/components/SVGIcons/IconCalendarDayFilled.js +4 -4
- package/components/SVGIcons/IconCalendarLeft.js +3 -3
- package/components/SVGIcons/IconCalendarLeftFilled.js +3 -3
- package/components/SVGIcons/IconCalendarRight.js +3 -3
- package/components/SVGIcons/IconCalendarRightFilled.js +3 -3
- package/components/SVGIcons/IconCall.js +4 -4
- package/components/SVGIcons/IconCallFilled.js +4 -4
- package/components/SVGIcons/IconCard.js +3 -3
- package/components/SVGIcons/IconCardFilled.js +3 -3
- package/components/SVGIcons/IconCaretDown.js +3 -3
- package/components/SVGIcons/IconCaretDownFilled.js +3 -3
- package/components/SVGIcons/IconCaretDownRight.js +3 -3
- package/components/SVGIcons/IconCaretDownRightFilled.js +3 -3
- package/components/SVGIcons/IconCaretLeft.js +3 -3
- package/components/SVGIcons/IconCaretLeftFilled.js +3 -3
- package/components/SVGIcons/IconCaretRight.js +3 -3
- package/components/SVGIcons/IconCaretRightFilled.js +3 -3
- package/components/SVGIcons/IconCaretUp.js +3 -3
- package/components/SVGIcons/IconCaretUpFilled.js +3 -3
- package/components/SVGIcons/IconChat.js +3 -3
- package/components/SVGIcons/IconChatFilled.js +3 -3
- package/components/SVGIcons/IconChatMultiple.js +3 -3
- package/components/SVGIcons/IconChatMultipleFilled.js +3 -3
- package/components/SVGIcons/IconCheckboxArrowRight.js +4 -4
- package/components/SVGIcons/IconCheckboxArrowRightFilled.js +4 -4
- package/components/SVGIcons/IconCheckmark.js +3 -3
- package/components/SVGIcons/IconCheckmarkCircle.js +3 -3
- package/components/SVGIcons/IconCheckmarkCircleFilled.js +3 -3
- package/components/SVGIcons/IconCheckmarkFilled.js +3 -3
- package/components/SVGIcons/IconChevronDown.js +3 -3
- package/components/SVGIcons/IconChevronDownFilled.js +3 -3
- package/components/SVGIcons/IconChevronLeft.js +3 -3
- package/components/SVGIcons/IconChevronLeftFilled.js +3 -3
- package/components/SVGIcons/IconChevronRight.js +3 -3
- package/components/SVGIcons/IconChevronRightFilled.js +3 -3
- package/components/SVGIcons/IconChevronUp.js +3 -3
- package/components/SVGIcons/IconChevronUpDown.js +4 -4
- package/components/SVGIcons/IconChevronUpDownFilled.js +4 -4
- package/components/SVGIcons/IconChevronUpFilled.js +3 -3
- package/components/SVGIcons/IconClock.js +4 -4
- package/components/SVGIcons/IconClockDismiss.js +3 -3
- package/components/SVGIcons/IconClockDismissFilled.js +3 -3
- package/components/SVGIcons/IconClockFilled.js +4 -4
- package/components/SVGIcons/IconComment.js +4 -4
- package/components/SVGIcons/IconCommentFilled.js +4 -4
- package/components/SVGIcons/IconContractCard.js +3 -3
- package/components/SVGIcons/IconContractCardFilled.js +3 -3
- package/components/SVGIcons/IconCopy.js +3 -3
- package/components/SVGIcons/IconCopyFilled.js +3 -3
- package/components/SVGIcons/IconCubeTree.js +3 -3
- package/components/SVGIcons/IconCubeTreeFilled.js +4 -4
- package/components/SVGIcons/IconDatabase.js +4 -4
- package/components/SVGIcons/IconDatabaseFilled.js +4 -4
- package/components/SVGIcons/IconDelete.js +3 -3
- package/components/SVGIcons/IconDeleteFilled.js +3 -3
- package/components/SVGIcons/IconDeviceMeetingRoom.js +3 -3
- package/components/SVGIcons/IconDeviceMeetingRoomFilled.js +3 -3
- package/components/SVGIcons/IconDismiss.js +3 -3
- package/components/SVGIcons/IconDismissCircle.js +4 -4
- package/components/SVGIcons/IconDismissCircleFilled.js +4 -4
- package/components/SVGIcons/IconDismissFilled.js +3 -3
- package/components/SVGIcons/IconDocument.js +3 -3
- package/components/SVGIcons/IconDocumentBulletList.js +4 -4
- package/components/SVGIcons/IconDocumentBulletListFilled.js +4 -4
- package/components/SVGIcons/IconDocumentEdit.js +3 -3
- package/components/SVGIcons/IconDocumentEditFilled.js +3 -3
- package/components/SVGIcons/IconDocumentFilled.js +3 -3
- package/components/SVGIcons/IconEdit.js +3 -3
- package/components/SVGIcons/IconEditFilled.js +3 -3
- package/components/SVGIcons/IconErrorCircle.js +3 -3
- package/components/SVGIcons/IconErrorCircleFilled.js +3 -3
- package/components/SVGIcons/IconEur.js +3 -3
- package/components/SVGIcons/IconEurFilled.js +3 -3
- package/components/SVGIcons/IconExpandUpLeft.js +4 -4
- package/components/SVGIcons/IconExpandUpLeftFilled.js +4 -4
- package/components/SVGIcons/IconExpandUpRight.js +4 -4
- package/components/SVGIcons/IconExpandUpRightFilled.js +4 -4
- package/components/SVGIcons/IconEyeOff.js +4 -4
- package/components/SVGIcons/IconEyeOffFilled.js +4 -4
- package/components/SVGIcons/IconEyeOn.js +4 -4
- package/components/SVGIcons/IconEyeOnFilled.js +4 -4
- package/components/SVGIcons/IconFacebook.js +6 -6
- package/components/SVGIcons/IconFilter.js +3 -3
- package/components/SVGIcons/IconFilterFilled.js +3 -3
- package/components/SVGIcons/IconFlag.js +4 -4
- package/components/SVGIcons/IconFlagFilled.js +4 -4
- package/components/SVGIcons/IconFolderLink.js +3 -3
- package/components/SVGIcons/IconFolderLinkFilled.js +3 -3
- package/components/SVGIcons/IconGb.js +13 -13
- package/components/SVGIcons/IconGlobe.js +3 -3
- package/components/SVGIcons/IconGlobeFilled.js +3 -3
- package/components/SVGIcons/IconGoogle.js +6 -6
- package/components/SVGIcons/IconHandOpenHeart.js +4 -4
- package/components/SVGIcons/IconHandOpenHeartFilled.js +4 -4
- package/components/SVGIcons/IconHeart.js +4 -4
- package/components/SVGIcons/IconHeartFilled.js +4 -4
- package/components/SVGIcons/IconHistory.js +4 -4
- package/components/SVGIcons/IconHistoryFilled.js +4 -4
- package/components/SVGIcons/IconHome.js +4 -4
- package/components/SVGIcons/IconHomeFilled.js +4 -4
- package/components/SVGIcons/IconImage.js +4 -4
- package/components/SVGIcons/IconImageFilled.js +4 -4
- package/components/SVGIcons/IconInfo.js +3 -3
- package/components/SVGIcons/IconInfoFilled.js +3 -3
- package/components/SVGIcons/IconInstagram.js +6 -6
- package/components/SVGIcons/IconKeyReset.js +4 -4
- package/components/SVGIcons/IconKeyResetFilled.js +4 -4
- package/components/SVGIcons/IconLink.js +4 -4
- package/components/SVGIcons/IconLinkFilled.js +4 -4
- package/components/SVGIcons/IconLinkedin.js +4 -4
- package/components/SVGIcons/IconList.js +3 -3
- package/components/SVGIcons/IconListFilled.js +4 -4
- package/components/SVGIcons/IconLocation.js +4 -4
- package/components/SVGIcons/IconLocationFilled.js +4 -4
- package/components/SVGIcons/IconLockClosed.js +4 -4
- package/components/SVGIcons/IconLockClosedFilled.js +4 -4
- package/components/SVGIcons/IconLockOpen.js +4 -4
- package/components/SVGIcons/IconLockOpenFilled.js +4 -4
- package/components/SVGIcons/IconMail.js +4 -4
- package/components/SVGIcons/IconMailAdd.js +4 -4
- package/components/SVGIcons/IconMailAddFilled.js +4 -4
- package/components/SVGIcons/IconMailArrowForward.js +4 -4
- package/components/SVGIcons/IconMailArrowForwardFilled.js +4 -4
- package/components/SVGIcons/IconMailFilled.js +4 -4
- package/components/SVGIcons/IconMailLink.js +4 -4
- package/components/SVGIcons/IconMailLinkFilled.js +4 -4
- package/components/SVGIcons/IconMedium.js +4 -4
- package/components/SVGIcons/IconMore.js +4 -4
- package/components/SVGIcons/IconMoreFilled.js +4 -4
- package/components/SVGIcons/IconMoreVertical.js +4 -4
- package/components/SVGIcons/IconMoreVerticalFilled.js +4 -4
- package/components/SVGIcons/IconNavigation.js +4 -4
- package/components/SVGIcons/IconNavigationFilled.js +4 -4
- package/components/SVGIcons/IconNotebook.js +4 -4
- package/components/SVGIcons/IconNotebookAdd.js +10 -10
- package/components/SVGIcons/IconNotebookAddFilled.js +9 -9
- package/components/SVGIcons/IconNotebookFilled.js +4 -4
- package/components/SVGIcons/IconOnlyEmployee.js +3 -3
- package/components/SVGIcons/IconOpen.js +4 -4
- package/components/SVGIcons/IconOpenFilled.js +4 -4
- package/components/SVGIcons/IconPatient.js +3 -3
- package/components/SVGIcons/IconPatientFilled.js +3 -3
- package/components/SVGIcons/IconPeople.js +3 -3
- package/components/SVGIcons/IconPeopleAdd.js +4 -4
- package/components/SVGIcons/IconPeopleAddFilled.js +4 -4
- package/components/SVGIcons/IconPeopleFilled.js +4 -4
- package/components/SVGIcons/IconPercent.js +4 -4
- package/components/SVGIcons/IconPerson.js +4 -4
- package/components/SVGIcons/IconPersonAccount.js +3 -3
- package/components/SVGIcons/IconPersonAccountFilled.js +3 -3
- package/components/SVGIcons/IconPersonAdd.js +4 -4
- package/components/SVGIcons/IconPersonAddFilled.js +4 -4
- package/components/SVGIcons/IconPersonFilled.js +4 -4
- package/components/SVGIcons/IconPersonStar.js +4 -4
- package/components/SVGIcons/IconPersonStarFilled.js +4 -4
- package/components/SVGIcons/IconPersonSubtract.js +4 -4
- package/components/SVGIcons/IconPersonSubtractFilled.js +4 -4
- package/components/SVGIcons/IconPhone.js +4 -4
- package/components/SVGIcons/IconPhoneFilled.js +4 -4
- package/components/SVGIcons/IconPos.js +4 -4
- package/components/SVGIcons/IconPosFilled.js +4 -4
- package/components/SVGIcons/IconProhibited.js +4 -4
- package/components/SVGIcons/IconProhibitedFilled.js +4 -4
- package/components/SVGIcons/IconProjectProduct.js +3 -3
- package/components/SVGIcons/IconQuestion.js +4 -4
- package/components/SVGIcons/IconQuestionFilled.js +4 -4
- package/components/SVGIcons/IconRedo.js +4 -4
- package/components/SVGIcons/IconRedoFilled.js +4 -4
- package/components/SVGIcons/IconRu.js +8 -8
- package/components/SVGIcons/IconRub.js +3 -3
- package/components/SVGIcons/IconRubFilled.js +3 -3
- package/components/SVGIcons/IconSave.js +4 -4
- package/components/SVGIcons/IconSaveFilled.js +4 -4
- package/components/SVGIcons/IconSavings.js +4 -4
- package/components/SVGIcons/IconSavingsFilled.js +4 -4
- package/components/SVGIcons/IconSearch.js +4 -4
- package/components/SVGIcons/IconSearchFilled.js +4 -4
- package/components/SVGIcons/IconSelectAllOff.js +4 -4
- package/components/SVGIcons/IconSelectAllOffFilled.js +4 -4
- package/components/SVGIcons/IconSelectAllOn.js +4 -4
- package/components/SVGIcons/IconSelectAllOnFilled.js +4 -4
- package/components/SVGIcons/IconSend.js +4 -4
- package/components/SVGIcons/IconSendFilled.js +4 -4
- package/components/SVGIcons/IconSettings.js +3 -3
- package/components/SVGIcons/IconSettingsFilled.js +4 -4
- package/components/SVGIcons/IconShare.js +4 -4
- package/components/SVGIcons/IconShareAndroid.js +4 -4
- package/components/SVGIcons/IconShareAndroidFilled.js +4 -4
- package/components/SVGIcons/IconShareFilled.js +4 -4
- package/components/SVGIcons/IconSignOut.js +4 -4
- package/components/SVGIcons/IconSignOutFilled.js +4 -4
- package/components/SVGIcons/IconSpinner.js +4 -4
- package/components/SVGIcons/IconSpinnerFilled.js +4 -4
- package/components/SVGIcons/IconStatus.js +4 -4
- package/components/SVGIcons/IconStatusFilled.js +4 -4
- package/components/SVGIcons/IconSubtract.js +4 -4
- package/components/SVGIcons/IconSubtractCircle.js +4 -4
- package/components/SVGIcons/IconSubtractCircleFilled.js +4 -4
- package/components/SVGIcons/IconSubtractFilled.js +4 -4
- package/components/SVGIcons/IconTableCellEdit.js +6 -6
- package/components/SVGIcons/IconTableCellEditFilled.js +8 -8
- package/components/SVGIcons/IconTelegram.js +6 -6
- package/components/SVGIcons/IconTimer.js +4 -4
- package/components/SVGIcons/IconTimerFilled.js +4 -4
- package/components/SVGIcons/IconTwitter.js +4 -4
- package/components/SVGIcons/IconUndo.js +4 -4
- package/components/SVGIcons/IconUndoFilled.js +4 -4
- package/components/SVGIcons/IconUnitsEmployee.js +3 -3
- package/components/SVGIcons/IconUsd.js +3 -3
- package/components/SVGIcons/IconUsdFilled.js +3 -3
- package/components/SVGIcons/IconVideo.js +3 -3
- package/components/SVGIcons/IconVideoFilled.js +3 -3
- package/components/SVGIcons/IconWallet.js +4 -4
- package/components/SVGIcons/IconWalletFilled.js +4 -4
- package/components/SVGIcons/IconWarning.js +3 -3
- package/components/SVGIcons/IconWarningFilled.js +3 -3
- package/components/SVGIcons/IconYoutube.js +4 -4
- package/components/Select/ButtonSelect/ButtonSelect.js +7 -7
- package/components/Select/FilterSelect/FilterDropdown.d.ts +2 -1
- package/components/Select/FilterSelect/FilterDropdown.js +6 -6
- package/components/Select/FilterSelect/FilterGroupDropdown.d.ts +2 -1
- package/components/Select/FilterSelect/FilterGroupDropdown.js +7 -7
- package/components/Select/FilterSelect/FilterSelect.js +11 -11
- package/components/Select/MultiSelect/MultiBase/MultiBase.js +9 -9
- package/components/Select/MultiSelect/MultiSelect.js +7 -7
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.d.ts +2 -1
- package/components/Select/MultiSelect/MultiSelectGrouped/MultiSelectGrouped.js +16 -16
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.d.ts +2 -1
- package/components/Select/MultiSelect/MultiSelectWithTabs/MultiSelectWithTabs.js +13 -13
- package/components/Select/MultiSelect/OptionsWrapper.js +6 -6
- package/components/Select/NestedSelect/NestedSelect.d.ts +2 -1
- package/components/Select/NestedSelect/NestedSelect.js +11 -11
- package/components/Select/ProfileDropdown/index.d.ts +2 -1
- package/components/Select/ProfileDropdown/index.js +21 -21
- package/components/Select/Select/Select.d.ts +2 -1
- package/components/Select/Select/Select.js +13 -13
- package/components/Select/SharedComponents/Actions.d.ts +2 -1
- package/components/Select/SharedComponents/Actions.js +9 -9
- package/components/Select/SharedComponents/ButtonSelectWrapper/Button/Button.js +6 -6
- package/components/Select/SharedComponents/ButtonSelectWrapper/ButtonSelectWrapper.js +4 -4
- package/components/Select/SharedComponents/ContentTop.js +9 -9
- package/components/Select/SharedComponents/Footer.d.ts +2 -1
- package/components/Select/SharedComponents/Footer.js +10 -10
- package/components/Select/SharedComponents/InputSelectWrapper/InputSelectWrapper.js +8 -8
- package/components/Select/SharedComponents/Loading.d.ts +2 -1
- package/components/Select/SharedComponents/Loading.js +3 -3
- package/components/Select/SharedComponents/index.js +3 -3
- package/components/Select/index.js +3 -3
- package/components/Select/types.d.ts +5 -5
- package/components/SideNavigation/Block.js +4 -4
- package/components/SideNavigation/NavigationItem/index.js +10 -10
- package/components/SideNavigation/NavigationItem/types.d.ts +2 -2
- package/components/SideNavigation/SideNavigation.d.ts +2 -1
- package/components/SideNavigation/SideNavigation.js +5 -5
- package/components/SideNavigation/types.d.ts +1 -1
- package/components/SideSheet/Footer/Footer.js +12 -12
- package/components/SideSheet/SideSheet.d.ts +2 -1
- package/components/SideSheet/SideSheet.js +17 -17
- package/components/SideSheet/index.js +3 -3
- package/components/Snackbar/Snackbar.js +10 -10
- package/components/Snackbar/index.js +3 -3
- package/components/Snackbar/types.d.ts +2 -1
- package/components/Status/Status.js +6 -6
- package/components/Stepper/Stepper.d.ts +2 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/types.d.ts +2 -1
- package/components/Switcher/Switcher.js +11 -11
- package/components/Switcher/index.js +3 -3
- package/components/Switcher/types.d.ts +2 -1
- package/components/Tab/Tab.js +3 -3
- package/components/Tab/TabItem.d.ts +2 -1
- package/components/Tab/TabItem.js +6 -6
- package/components/Tab/types.d.ts +3 -2
- package/components/Table/Header.js +11 -11
- package/components/Table/IndeterminateCheckbox.js +5 -5
- package/components/Table/Row.js +6 -6
- package/components/Table/Table.js +10 -10
- package/components/Table/index.js +3 -3
- package/components/Table/utils.js +6 -6
- package/components/Text/Text.js +2 -2
- package/components/Textarea/Textarea.js +16 -16
- package/components/Textarea/index.js +3 -3
- package/components/Textarea/types.d.ts +3 -2
- package/components/Tooltip/Tooltip.d.ts +2 -1
- package/components/Tooltip/Tooltip.js +3 -3
- package/context/FormContextProvider.d.ts +2 -2
- 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 +15 -15
- package/helperComponents/OptionItem/index.js +3 -3
- package/helperComponents/index.js +3 -3
- package/index.js +3 -3
- 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/AnimatePresenceWrapper-cf3daece.js +0 -1726
- package/proxy-3b995879.js +0 -9654
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { B as Button } from '../../Button-
|
|
1
|
+
export { B as Button } from '../../Button-110130b7.js';
|
|
2
2
|
import '../../extends-acf19b4c.js';
|
|
3
3
|
import '../../defineProperty-fdfb938c.js';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
@@ -12,7 +12,8 @@ import '../../hooks/useScreenSize.js';
|
|
|
12
12
|
import '../../slicedToArray-72c4258c.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';
|
|
@@ -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-110130b7.js';
|
|
11
11
|
import 'react-syntax-highlighter';
|
|
12
12
|
import '../../slicedToArray-72c4258c.js';
|
|
13
13
|
import '../../defineProperty-fdfb938c.js';
|
|
14
14
|
import '../../typeof-e7f3291d.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,4 +1,4 @@
|
|
|
1
|
-
export { a as ButtonIcon } from '../../Button-
|
|
1
|
+
export { a as ButtonIcon } from '../../Button-110130b7.js';
|
|
2
2
|
import '../../extends-acf19b4c.js';
|
|
3
3
|
import '../../defineProperty-fdfb938c.js';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
@@ -12,7 +12,8 @@ import '../../hooks/useScreenSize.js';
|
|
|
12
12
|
import '../../slicedToArray-72c4258c.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,8 +1,8 @@
|
|
|
1
1
|
import { _ as _extends } from '../../extends-acf19b4c.js';
|
|
2
|
-
import
|
|
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-110130b7.js';
|
|
6
6
|
import classNames from 'classnames';
|
|
7
7
|
import '../../utils/helpers.js';
|
|
8
8
|
import 'dayjs';
|
|
@@ -15,7 +15,8 @@ import '../../hooks/useScreenSize.js';
|
|
|
15
15
|
import '../../slicedToArray-72c4258c.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);
|
|
@@ -6,7 +6,7 @@ import 'classnames';
|
|
|
6
6
|
import '../../utils/helpers.js';
|
|
7
7
|
import 'dayjs';
|
|
8
8
|
import '../Image/Image.js';
|
|
9
|
-
import '../../Button-
|
|
9
|
+
import '../../Button-110130b7.js';
|
|
10
10
|
import '../../defineProperty-fdfb938c.js';
|
|
11
11
|
import '../../typeof-e7f3291d.js';
|
|
12
12
|
import '../../objectWithoutProperties-c5575e26.js';
|
|
@@ -16,7 +16,8 @@ import '../../hooks/useScreenSize.js';
|
|
|
16
16
|
import '../../slicedToArray-72c4258c.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,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 { CardChips } from './components/CardChips.js';
|
|
@@ -29,10 +29,11 @@ import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
|
29
29
|
import '../../hooks/useScreenSize.js';
|
|
30
30
|
import '../../slicedToArray-72c4258c.js';
|
|
31
31
|
import 'react-hook-form';
|
|
32
|
-
import '../../Button-
|
|
32
|
+
import '../../Button-110130b7.js';
|
|
33
33
|
import '../../helperComponents/Loader/Loader.js';
|
|
34
34
|
import '../../hooks/useGetIsMobile.js';
|
|
35
|
-
import '
|
|
35
|
+
import 'framer-motion';
|
|
36
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
36
37
|
import '../../hooks/useOnOutsideClick.js';
|
|
37
38
|
import '../../hooks/useHideBodyScroll.js';
|
|
38
39
|
import 'react-syntax-highlighter';
|
|
@@ -44,7 +45,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
44
45
|
import '../../hooks/useGetElemPositions.js';
|
|
45
46
|
import '../../hooks/useGetTooltipPosition.js';
|
|
46
47
|
import '../../hooks/useHideOnScroll.js';
|
|
47
|
-
import '../../proxy-3b995879.js';
|
|
48
48
|
import '../Link/Link.js';
|
|
49
49
|
import '../Popover/PopoverDesktop.js';
|
|
50
50
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -85,38 +85,38 @@ var CardSelect = function CardSelect(props) {
|
|
|
85
85
|
handleCardSelectValue(cardValue);
|
|
86
86
|
}
|
|
87
87
|
};
|
|
88
|
-
return /*#__PURE__*/
|
|
88
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
89
89
|
className: cardSelectStyle,
|
|
90
90
|
onClick: handleCardSelect
|
|
91
|
-
}, illustration ? /*#__PURE__*/
|
|
91
|
+
}, illustration ? /*#__PURE__*/React.createElement("div", {
|
|
92
92
|
className: 'card-select__image mr-16'
|
|
93
|
-
}, /*#__PURE__*/
|
|
93
|
+
}, /*#__PURE__*/React.createElement(Image, {
|
|
94
94
|
imagePath: illustration
|
|
95
|
-
})) : icon && icon.Component ? /*#__PURE__*/
|
|
95
|
+
})) : icon && icon.Component ? /*#__PURE__*/React.createElement("div", {
|
|
96
96
|
className: 'card-select__icon mr-16'
|
|
97
|
-
}, /*#__PURE__*/
|
|
97
|
+
}, /*#__PURE__*/React.createElement(icon.Component, icon)) : null, /*#__PURE__*/React.createElement("div", {
|
|
98
98
|
className: 'card-select__content'
|
|
99
|
-
}, /*#__PURE__*/
|
|
99
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
100
100
|
className: "flexbox justify-content--between align-items--start"
|
|
101
|
-
}, /*#__PURE__*/
|
|
101
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
102
102
|
type: disabled ? 'disabled' : 'primary',
|
|
103
103
|
size: 'medium',
|
|
104
104
|
weight: 'bold'
|
|
105
|
-
}, /*#__PURE__*/
|
|
105
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, title)), type === CARD_SELECT_TYPES.cardRadio ? /*#__PURE__*/React.createElement(Radio, {
|
|
106
106
|
name: name,
|
|
107
107
|
isSelected: selected,
|
|
108
108
|
disabled: disabled,
|
|
109
109
|
className: 'ml-16'
|
|
110
|
-
}) : null), chips.length ? /*#__PURE__*/
|
|
110
|
+
}) : null), chips.length ? /*#__PURE__*/React.createElement(CardChips, {
|
|
111
111
|
chips: chips,
|
|
112
112
|
disabled: disabled
|
|
113
|
-
}) : null, /*#__PURE__*/
|
|
113
|
+
}) : null, /*#__PURE__*/React.createElement(CardInput, {
|
|
114
114
|
inputProps: inputProps,
|
|
115
115
|
disabled: disabled
|
|
116
|
-
}), /*#__PURE__*/
|
|
116
|
+
}), /*#__PURE__*/React.createElement(CardDescription, {
|
|
117
117
|
description: description,
|
|
118
118
|
disabled: disabled
|
|
119
|
-
}), /*#__PURE__*/
|
|
119
|
+
}), /*#__PURE__*/React.createElement(CardAdditionalInfo, {
|
|
120
120
|
additionalInfo: additionalInfo,
|
|
121
121
|
disabled: disabled
|
|
122
122
|
})));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { CardSelect } from './CardSelect.js';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../Text/Text.js';
|
|
@@ -25,10 +25,11 @@ import '../../consts/index.js';
|
|
|
25
25
|
import '../../hooks/useScreenSize.js';
|
|
26
26
|
import '../../slicedToArray-72c4258c.js';
|
|
27
27
|
import 'react-hook-form';
|
|
28
|
-
import '../../Button-
|
|
28
|
+
import '../../Button-110130b7.js';
|
|
29
29
|
import '../../helperComponents/Loader/Loader.js';
|
|
30
30
|
import '../../hooks/useGetIsMobile.js';
|
|
31
|
-
import '
|
|
31
|
+
import 'framer-motion';
|
|
32
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
32
33
|
import '../../hooks/useOnOutsideClick.js';
|
|
33
34
|
import '../../hooks/useHideBodyScroll.js';
|
|
34
35
|
import 'react-syntax-highlighter';
|
|
@@ -40,7 +41,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
40
41
|
import '../../hooks/useGetElemPositions.js';
|
|
41
42
|
import '../../hooks/useGetTooltipPosition.js';
|
|
42
43
|
import '../../hooks/useHideOnScroll.js';
|
|
43
|
-
import '../../proxy-3b995879.js';
|
|
44
44
|
import '../Link/Link.js';
|
|
45
45
|
import '../Popover/PopoverDesktop.js';
|
|
46
46
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -61,7 +61,7 @@ var CardSelectGroup = function CardSelectGroup(props) {
|
|
|
61
61
|
cardsGroupType = props.cardsGroupType,
|
|
62
62
|
cardsGroupDisable = props.cardsGroupDisable,
|
|
63
63
|
className = props.className;
|
|
64
|
-
return /*#__PURE__*/
|
|
64
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
65
65
|
className: classNames('card-select-group', className)
|
|
66
66
|
}, cards.map(function (_ref, index) {
|
|
67
67
|
var type = _ref.type,
|
|
@@ -75,7 +75,7 @@ var CardSelectGroup = function CardSelectGroup(props) {
|
|
|
75
75
|
additionalInfo = _ref.additionalInfo,
|
|
76
76
|
id = _ref.id,
|
|
77
77
|
disabled = _ref.disabled;
|
|
78
|
-
return /*#__PURE__*/
|
|
78
|
+
return /*#__PURE__*/React.createElement(CardSelect, {
|
|
79
79
|
className: 'card-select-group__item',
|
|
80
80
|
name: name,
|
|
81
81
|
key: id || index,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Divider } from '../../Divider/Divider.js';
|
|
2
2
|
import { Text } from '../../Text/Text.js';
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import 'classnames';
|
|
5
5
|
import '../../../utils/helpers.js';
|
|
6
6
|
import 'dayjs';
|
|
@@ -8,24 +8,24 @@ import 'dayjs';
|
|
|
8
8
|
var CardAdditionalInfo = function CardAdditionalInfo(props) {
|
|
9
9
|
var additionalInfo = props.additionalInfo,
|
|
10
10
|
disabled = props.disabled;
|
|
11
|
-
return additionalInfo !== null && additionalInfo !== void 0 && additionalInfo.length ? /*#__PURE__*/
|
|
11
|
+
return additionalInfo !== null && additionalInfo !== void 0 && additionalInfo.length ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Divider, {
|
|
12
12
|
type: 'primary',
|
|
13
13
|
isHorizontal: true,
|
|
14
14
|
className: 'mt-16 mb-16'
|
|
15
|
-
}), /*#__PURE__*/
|
|
15
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
16
16
|
className: "card-select__list"
|
|
17
17
|
}, additionalInfo.map(function (_ref) {
|
|
18
18
|
var key = _ref.key,
|
|
19
19
|
value = _ref.value,
|
|
20
20
|
id = _ref.id;
|
|
21
|
-
return /*#__PURE__*/
|
|
21
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
22
22
|
key: id,
|
|
23
23
|
className: "card-select__list__item flexbox justify-content--between mt-12"
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
25
25
|
type: disabled ? 'disabled' : 'secondary',
|
|
26
26
|
size: 'small',
|
|
27
27
|
className: 'pr-16'
|
|
28
|
-
}, key), /*#__PURE__*/
|
|
28
|
+
}, key), /*#__PURE__*/React.createElement(Text, {
|
|
29
29
|
type: disabled ? 'disabled' : 'primary',
|
|
30
30
|
weight: 'semibold'
|
|
31
31
|
}, value));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _extends } from '../../../extends-acf19b4c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { Chips } from '../../Chips/Chips.js';
|
|
4
4
|
import '../../Text/Text.js';
|
|
5
5
|
import 'classnames';
|
|
@@ -14,8 +14,8 @@ import '../../Chips/consts.js';
|
|
|
14
14
|
var CardChips = function CardChips(props) {
|
|
15
15
|
var chips = props.chips,
|
|
16
16
|
disabled = props.disabled;
|
|
17
|
-
return /*#__PURE__*/
|
|
18
|
-
return /*#__PURE__*/
|
|
17
|
+
return /*#__PURE__*/React.createElement("div", null, chips.map(function (chip) {
|
|
18
|
+
return /*#__PURE__*/React.createElement(Chips, _extends({}, chip, {
|
|
19
19
|
key: chip.id,
|
|
20
20
|
disabled: disabled,
|
|
21
21
|
className: 'mt-8 mr-8',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { Text } from '../../Text/Text.js';
|
|
3
3
|
import 'classnames';
|
|
4
4
|
import '../../../utils/helpers.js';
|
|
@@ -7,10 +7,10 @@ import 'dayjs';
|
|
|
7
7
|
var CardDescription = function CardDescription(props) {
|
|
8
8
|
var description = props.description,
|
|
9
9
|
disabled = props.disabled;
|
|
10
|
-
return description ? /*#__PURE__*/
|
|
10
|
+
return description ? /*#__PURE__*/React.createElement(Text, {
|
|
11
11
|
type: disabled ? 'disabled' : 'secondary',
|
|
12
12
|
className: 'mt-8'
|
|
13
|
-
}, /*#__PURE__*/
|
|
13
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, description)) : null;
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
export { CardDescription };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _extends } from '../../../extends-acf19b4c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { Input } from '../../Input/Input.js';
|
|
4
4
|
import '../../../defineProperty-fdfb938c.js';
|
|
5
5
|
import '../../../typeof-e7f3291d.js';
|
|
@@ -18,10 +18,11 @@ import '../../../consts/index.js';
|
|
|
18
18
|
import '../../../hooks/useScreenSize.js';
|
|
19
19
|
import '../../../slicedToArray-72c4258c.js';
|
|
20
20
|
import 'react-hook-form';
|
|
21
|
-
import '../../../Button-
|
|
21
|
+
import '../../../Button-110130b7.js';
|
|
22
22
|
import '../../../helperComponents/Loader/Loader.js';
|
|
23
23
|
import '../../../hooks/useGetIsMobile.js';
|
|
24
|
-
import '
|
|
24
|
+
import 'framer-motion';
|
|
25
|
+
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
25
26
|
import '../../../hooks/useOnOutsideClick.js';
|
|
26
27
|
import '../../../hooks/useHideBodyScroll.js';
|
|
27
28
|
import 'react-syntax-highlighter';
|
|
@@ -33,7 +34,6 @@ import '../../../hooks/useGetElemSizes.js';
|
|
|
33
34
|
import '../../../hooks/useGetElemPositions.js';
|
|
34
35
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
35
36
|
import '../../../hooks/useHideOnScroll.js';
|
|
36
|
-
import '../../../proxy-3b995879.js';
|
|
37
37
|
import '../../Link/Link.js';
|
|
38
38
|
import '../../Popover/PopoverDesktop.js';
|
|
39
39
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -43,7 +43,7 @@ import '../../SVGIcons/IconCheckmarkCircleFilled.js';
|
|
|
43
43
|
var CardInput = function CardInput(props) {
|
|
44
44
|
var inputProps = props.inputProps,
|
|
45
45
|
disabled = props.disabled;
|
|
46
|
-
return inputProps ? /*#__PURE__*/
|
|
46
|
+
return inputProps ? /*#__PURE__*/React.createElement(Input, _extends({}, inputProps, {
|
|
47
47
|
className: 'mt-16',
|
|
48
48
|
disabled: disabled
|
|
49
49
|
})) : null;
|
|
@@ -26,10 +26,11 @@ import '../../../consts/index.js';
|
|
|
26
26
|
import '../../../hooks/useScreenSize.js';
|
|
27
27
|
import '../../../slicedToArray-72c4258c.js';
|
|
28
28
|
import 'react-hook-form';
|
|
29
|
-
import '../../../Button-
|
|
29
|
+
import '../../../Button-110130b7.js';
|
|
30
30
|
import '../../../helperComponents/Loader/Loader.js';
|
|
31
31
|
import '../../../hooks/useGetIsMobile.js';
|
|
32
|
-
import '
|
|
32
|
+
import 'framer-motion';
|
|
33
|
+
import '../../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
33
34
|
import '../../../hooks/useOnOutsideClick.js';
|
|
34
35
|
import '../../../hooks/useHideBodyScroll.js';
|
|
35
36
|
import 'react-syntax-highlighter';
|
|
@@ -41,7 +42,6 @@ import '../../../hooks/useGetElemSizes.js';
|
|
|
41
42
|
import '../../../hooks/useGetElemPositions.js';
|
|
42
43
|
import '../../../hooks/useGetTooltipPosition.js';
|
|
43
44
|
import '../../../hooks/useHideOnScroll.js';
|
|
44
|
-
import '../../../proxy-3b995879.js';
|
|
45
45
|
import '../../Link/Link.js';
|
|
46
46
|
import '../../Popover/PopoverDesktop.js';
|
|
47
47
|
import '../../SVGIcons/IconInfo.js';
|
|
@@ -26,10 +26,11 @@ import '../../consts/index.js';
|
|
|
26
26
|
import '../../hooks/useScreenSize.js';
|
|
27
27
|
import '../../slicedToArray-72c4258c.js';
|
|
28
28
|
import 'react-hook-form';
|
|
29
|
-
import '../../Button-
|
|
29
|
+
import '../../Button-110130b7.js';
|
|
30
30
|
import '../../helperComponents/Loader/Loader.js';
|
|
31
31
|
import '../../hooks/useGetIsMobile.js';
|
|
32
|
-
import '
|
|
32
|
+
import 'framer-motion';
|
|
33
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
33
34
|
import '../../hooks/useOnOutsideClick.js';
|
|
34
35
|
import '../../hooks/useHideBodyScroll.js';
|
|
35
36
|
import 'react-syntax-highlighter';
|
|
@@ -41,7 +42,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
41
42
|
import '../../hooks/useGetElemPositions.js';
|
|
42
43
|
import '../../hooks/useGetTooltipPosition.js';
|
|
43
44
|
import '../../hooks/useHideOnScroll.js';
|
|
44
|
-
import '../../proxy-3b995879.js';
|
|
45
45
|
import '../Link/Link.js';
|
|
46
46
|
import '../Popover/PopoverDesktop.js';
|
|
47
47
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _extends } from '../../extends-acf19b4c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { Text } from '../Text/Text.js';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
5
|
import { Image } from '../Image/Image.js';
|
|
@@ -14,26 +14,26 @@ var CardItem = function CardItem(props) {
|
|
|
14
14
|
className = props.className,
|
|
15
15
|
image = props.image,
|
|
16
16
|
disabled = props.disabled;
|
|
17
|
-
return /*#__PURE__*/
|
|
17
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
18
18
|
className: classNames('card-item', className)
|
|
19
|
-
}, /*#__PURE__*/
|
|
19
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
20
20
|
className: 'card-item__left flexbox align-items--center'
|
|
21
|
-
}, image ? /*#__PURE__*/
|
|
21
|
+
}, image ? /*#__PURE__*/React.createElement("div", {
|
|
22
22
|
className: 'card-item__image flexbox align-items--center justify-content--center'
|
|
23
|
-
}, /*#__PURE__*/
|
|
23
|
+
}, /*#__PURE__*/React.createElement(Image, {
|
|
24
24
|
imagePath: image
|
|
25
|
-
})) : icon && icon.Component ? /*#__PURE__*/
|
|
25
|
+
})) : icon && icon.Component ? /*#__PURE__*/React.createElement(icon.Component, icon) : null, /*#__PURE__*/React.createElement("div", {
|
|
26
26
|
className: "card-item__content text-truncate ".concat((image || icon && (icon === null || icon === void 0 ? void 0 : icon.Component)) && 'pl-12')
|
|
27
|
-
}, /*#__PURE__*/
|
|
27
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
28
28
|
weight: 'bold'
|
|
29
|
-
}, title), /*#__PURE__*/
|
|
29
|
+
}, title), /*#__PURE__*/React.createElement(Text, {
|
|
30
30
|
type: 'tertiary',
|
|
31
31
|
className: 'flexbox align-items--center mt-2'
|
|
32
|
-
}, /*#__PURE__*/
|
|
32
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, subtitleProps === null || subtitleProps === void 0 ? void 0 : subtitleProps.subtitle, subtitleProps !== null && subtitleProps !== void 0 && subtitleProps.iconProps && subtitleProps.iconProps.Component ? /*#__PURE__*/React.createElement(subtitleProps.iconProps.Component, _extends({}, icon, {
|
|
33
33
|
size: 'xsmall',
|
|
34
34
|
type: 'tertiary',
|
|
35
35
|
className: 'ml-6'
|
|
36
|
-
})) : null)))), !disabled ? /*#__PURE__*/
|
|
36
|
+
})) : null)))), !disabled ? /*#__PURE__*/React.createElement("div", {
|
|
37
37
|
className: 'card-item__right ml-12'
|
|
38
38
|
}, children ? children : null) : null);
|
|
39
39
|
};
|
|
@@ -2,7 +2,7 @@ import '../../defineProperty-fdfb938c.js';
|
|
|
2
2
|
import '../../extends-acf19b4c.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'classnames';
|
|
5
|
-
export { C as Checkbox } from '../../Button-
|
|
5
|
+
export { C as Checkbox } from '../../Button-110130b7.js';
|
|
6
6
|
import '../Link/Link.js';
|
|
7
7
|
import '../Text/Text.js';
|
|
8
8
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -17,7 +17,8 @@ import '../../objectWithoutProperties-c5575e26.js';
|
|
|
17
17
|
import '../../helperComponents/Loader/Loader.js';
|
|
18
18
|
import '../../slicedToArray-72c4258c.js';
|
|
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 '../SVGIcons/IconDismiss.js';
|
|
@@ -29,7 +30,6 @@ import '../../hooks/useGetElemPositions.js';
|
|
|
29
30
|
import '../../hooks/useGetTooltipPosition.js';
|
|
30
31
|
import '../../hooks/useHideOnScroll.js';
|
|
31
32
|
import '../../utils/helpers.js';
|
|
32
|
-
import '../../proxy-3b995879.js';
|
|
33
33
|
import '../Popover/PopoverDesktop.js';
|
|
34
34
|
import '../Button/consts.js';
|
|
35
35
|
import '../../helperComponents/IconDynamicComponent/constants.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as Checkbox } from '../../Button-
|
|
1
|
+
export { C as Checkbox } from '../../Button-110130b7.js';
|
|
2
2
|
import '../../extends-acf19b4c.js';
|
|
3
3
|
import '../../defineProperty-fdfb938c.js';
|
|
4
4
|
import '../../typeof-e7f3291d.js';
|
|
@@ -12,7 +12,8 @@ import '../../hooks/useScreenSize.js';
|
|
|
12
12
|
import '../../slicedToArray-72c4258c.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,8 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { TPopoverProps } from '../Popover/types';
|
|
2
3
|
export interface TCheckboxProps extends IFormCompProps {
|
|
3
|
-
label?: string |
|
|
4
|
-
beforeLink?: string |
|
|
5
|
-
afterLink?: string |
|
|
4
|
+
label?: string | React.ReactElement;
|
|
5
|
+
beforeLink?: string | React.ReactElement;
|
|
6
|
+
afterLink?: string | React.ReactElement;
|
|
6
7
|
className?: string;
|
|
7
8
|
disabled?: boolean;
|
|
8
9
|
required?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as _extends } from '../../extends-acf19b4c.js';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { Text } from '../Text/Text.js';
|
|
4
4
|
import { ChipCustomType } from './types.js';
|
|
5
5
|
import classNames from 'classnames';
|
|
@@ -31,19 +31,19 @@ var Chips = function Chips(props) {
|
|
|
31
31
|
event.stopPropagation();
|
|
32
32
|
onClick === null || onClick === void 0 || onClick(event);
|
|
33
33
|
};
|
|
34
|
-
return /*#__PURE__*/
|
|
34
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
35
35
|
className: classNames("chips chips--".concat(type, " chips--").concat(disabled ? 'disabled' : color, " chips--").concat(size), className)
|
|
36
|
-
}, leftIconProps !== null && leftIconProps !== void 0 && leftIconProps.Component ? /*#__PURE__*/
|
|
36
|
+
}, leftIconProps !== null && leftIconProps !== void 0 && leftIconProps.Component ? /*#__PURE__*/React.createElement(leftIconProps.Component, _extends({
|
|
37
37
|
dataId: "".concat(dataId, "-icon"),
|
|
38
38
|
size: ICON_SIZE_MAPPING[size],
|
|
39
39
|
type: customType,
|
|
40
40
|
className: 'mr-6'
|
|
41
|
-
}, leftIconProps)) : null, text ? /*#__PURE__*/
|
|
41
|
+
}, leftIconProps)) : null, text ? /*#__PURE__*/React.createElement(Text, {
|
|
42
42
|
dataId: "".concat(dataId, "-text"),
|
|
43
43
|
type: customType,
|
|
44
44
|
size: TEXT_SIZE_MAPPING[size],
|
|
45
45
|
className: "chips__label"
|
|
46
|
-
}, /*#__PURE__*/
|
|
46
|
+
}, /*#__PURE__*/React.createElement(React.Fragment, null, text)) : null, withAction && /*#__PURE__*/React.createElement(IconDismissCircleFilled, {
|
|
47
47
|
dataId: "".concat(dataId, "-icon"),
|
|
48
48
|
size: ICON_SIZE_MAPPING[size],
|
|
49
49
|
type: customType,
|