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,5 +1,5 @@
|
|
|
1
|
-
import { _ as _slicedToArray } from '../../slicedToArray-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _slicedToArray } from '../../slicedToArray-9decae19.js';
|
|
2
|
+
import React, { useState, useId } from 'react';
|
|
3
3
|
import { useGetTooltipStyles } from '../../hooks/useGetTooltipStyles.js';
|
|
4
4
|
import { useHideOnScroll } from '../../hooks/useHideOnScroll.js';
|
|
5
5
|
import 'dayjs';
|
|
@@ -42,21 +42,21 @@ var PopoverDesktop = function PopoverDesktop(props) {
|
|
|
42
42
|
popoverStyles = _useGetTooltipStyles.tooltipStyles;
|
|
43
43
|
useHideOnScroll(hideMessage);
|
|
44
44
|
useOnOutsideClick(popoverRef, hideMessage, clicked, useId());
|
|
45
|
-
return /*#__PURE__*/
|
|
45
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, clicked && /*#__PURE__*/React.createElement("div", {
|
|
46
46
|
"data-id": "".concat(dataId, "-content"),
|
|
47
47
|
className: classNames("popover popover--".concat(popoverPosition), className),
|
|
48
48
|
ref: setPopoverRef,
|
|
49
49
|
style: popoverStyles
|
|
50
|
-
}, /*#__PURE__*/
|
|
50
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
51
51
|
className: "popover__inner scrollbar scrollbar--vertical pr-8"
|
|
52
|
-
}, linkAddons ? /*#__PURE__*/
|
|
52
|
+
}, linkAddons ? /*#__PURE__*/React.createElement(Link, {
|
|
53
53
|
dataId: linkAddons.dataId,
|
|
54
54
|
url: linkAddons.url,
|
|
55
55
|
beforeLink: linkAddons.beforeLink,
|
|
56
56
|
afterLink: linkAddons.afterLink,
|
|
57
57
|
target: linkAddons.target,
|
|
58
58
|
className: 'popover__link'
|
|
59
|
-
}, text) : /*#__PURE__*/
|
|
59
|
+
}, text) : /*#__PURE__*/React.createElement(Text, {
|
|
60
60
|
dataId: "".concat(dataId, "-text"),
|
|
61
61
|
type: "primary",
|
|
62
62
|
weight: "regular",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { d as PopoverMobile } from '../../Button-
|
|
2
|
+
export { d as PopoverMobile } from '../../Button-2f532776.js';
|
|
3
3
|
import 'classnames';
|
|
4
|
+
import 'framer-motion';
|
|
4
5
|
import '../../consts/index.js';
|
|
5
6
|
import 'dayjs';
|
|
6
7
|
import '../../hooks/useScreenSize.js';
|
|
@@ -8,14 +9,14 @@ import 'react-hook-form';
|
|
|
8
9
|
import '../Text/Text.js';
|
|
9
10
|
import 'react-syntax-highlighter';
|
|
10
11
|
import '../Link/Link.js';
|
|
11
|
-
import '../../extends-
|
|
12
|
-
import '../../defineProperty-
|
|
13
|
-
import '../../typeof-
|
|
14
|
-
import '../../objectWithoutProperties-
|
|
12
|
+
import '../../extends-50177a50.js';
|
|
13
|
+
import '../../defineProperty-6b97a267.js';
|
|
14
|
+
import '../../typeof-20b85ee8.js';
|
|
15
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
15
16
|
import '../../helperComponents/Loader/Loader.js';
|
|
16
|
-
import '../../slicedToArray-
|
|
17
|
+
import '../../slicedToArray-9decae19.js';
|
|
17
18
|
import '../../hooks/useGetIsMobile.js';
|
|
18
|
-
import '../../AnimatePresenceWrapper
|
|
19
|
+
import '../../helperComponents/AnimatePresenceWrapper/AnimatePresenceWrapper.js';
|
|
19
20
|
import '../../hooks/useOnOutsideClick.js';
|
|
20
21
|
import '../../hooks/useHideBodyScroll.js';
|
|
21
22
|
import '../SVGIcons/IconDismiss.js';
|
|
@@ -27,7 +28,6 @@ import '../../hooks/useGetElemPositions.js';
|
|
|
27
28
|
import '../../hooks/useGetTooltipPosition.js';
|
|
28
29
|
import '../../hooks/useHideOnScroll.js';
|
|
29
30
|
import '../../utils/helpers.js';
|
|
30
|
-
import '../../proxy-3b995879.js';
|
|
31
31
|
import './PopoverDesktop.js';
|
|
32
32
|
import '../SVGIcons/IconInfo.js';
|
|
33
33
|
import '../../helperComponents/IconDynamicComponent/IconDynamicComponent.js';
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
export { P as Popover } from '../../Button-
|
|
2
|
-
import '../../extends-
|
|
3
|
-
import '../../defineProperty-
|
|
4
|
-
import '../../typeof-
|
|
5
|
-
import '../../objectWithoutProperties-
|
|
1
|
+
export { P as Popover } 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 './PopoverDesktop.js';
|
|
32
32
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
|
|
3
3
|
var CIRCLE_SIZES = /*#__PURE__*/function (CIRCLE_SIZES) {
|
|
4
4
|
CIRCLE_SIZES[CIRCLE_SIZES["small"] = 29] = "small";
|
|
@@ -24,17 +24,17 @@ var Progress = function Progress(props) {
|
|
|
24
24
|
var r = _dimension - 5;
|
|
25
25
|
var _percent = stepCount && currentStep ? currentStep / stepCount * 100 : percent;
|
|
26
26
|
var strokeDasharray = "".concat(2 * r * 3.14, "px");
|
|
27
|
-
return /*#__PURE__*/
|
|
27
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
28
28
|
className: "progress-bar progress-bar--".concat(type, " progress-bar--").concat(size, " ").concat(className).concat(loop ? ' progress-bar--loop' : ''),
|
|
29
29
|
style: type == 'circle' ? {
|
|
30
30
|
width: 2 * _dimension,
|
|
31
31
|
height: 2 * _dimension
|
|
32
32
|
} : {}
|
|
33
|
-
}, type == 'circle' ? /*#__PURE__*/
|
|
33
|
+
}, type == 'circle' ? /*#__PURE__*/React.createElement("svg", null, /*#__PURE__*/React.createElement("circle", {
|
|
34
34
|
cx: _dimension,
|
|
35
35
|
cy: _dimension,
|
|
36
36
|
r: r
|
|
37
|
-
}), /*#__PURE__*/
|
|
37
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
38
38
|
cx: _dimension,
|
|
39
39
|
cy: _dimension,
|
|
40
40
|
r: r,
|
|
@@ -42,14 +42,14 @@ var Progress = function Progress(props) {
|
|
|
42
42
|
strokeDasharray: strokeDasharray,
|
|
43
43
|
strokeDashoffset: "calc(".concat(strokeDasharray, " - (").concat(strokeDasharray, " * ").concat(_percent, ") / 100)")
|
|
44
44
|
}
|
|
45
|
-
})) : /*#__PURE__*/
|
|
45
|
+
})) : /*#__PURE__*/React.createElement("div", {
|
|
46
46
|
className: "progress-bar__inner"
|
|
47
|
-
}, /*#__PURE__*/
|
|
47
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
48
48
|
className: "progress-bar__filled",
|
|
49
49
|
style: {
|
|
50
50
|
width: "".concat(_percent, "%")
|
|
51
51
|
}
|
|
52
|
-
})), !noText ? /*#__PURE__*/
|
|
52
|
+
})), !noText ? /*#__PURE__*/React.createElement("span", {
|
|
53
53
|
className: "progress-bar__percent"
|
|
54
54
|
}, stepCount ? "".concat(currentStep, "/").concat(stepCount) : "".concat(percent, "%")) : null);
|
|
55
55
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import classNames from 'classnames';
|
|
3
3
|
import { Step } from './Step.js';
|
|
4
4
|
import '../Text/Text.js';
|
|
@@ -7,8 +7,8 @@ import 'dayjs';
|
|
|
7
7
|
import './types.js';
|
|
8
8
|
import './consts.js';
|
|
9
9
|
import '../SVGIcons/IconDismissCircle.js';
|
|
10
|
-
import '../../defineProperty-
|
|
11
|
-
import '../../typeof-
|
|
10
|
+
import '../../defineProperty-6b97a267.js';
|
|
11
|
+
import '../../typeof-20b85ee8.js';
|
|
12
12
|
import '../SVGIcons/IconCheckmarkCircle.js';
|
|
13
13
|
|
|
14
14
|
var ProgressStep = function ProgressStep(props) {
|
|
@@ -21,10 +21,10 @@ var ProgressStep = function ProgressStep(props) {
|
|
|
21
21
|
_props$stepDirection = props.stepDirection,
|
|
22
22
|
stepDirection = _props$stepDirection === void 0 ? 'horizontal' : _props$stepDirection;
|
|
23
23
|
var singleStepWidth = "".concat(100 / steps.length, "%");
|
|
24
|
-
return /*#__PURE__*/
|
|
24
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
25
25
|
className: classNames('progress-stepper', "progress-stepper--".concat(stepDirection))
|
|
26
26
|
}, steps.map(function (step, index) {
|
|
27
|
-
return /*#__PURE__*/
|
|
27
|
+
return /*#__PURE__*/React.createElement(Step, {
|
|
28
28
|
width: stepDirection == 'horizontal' ? singleStepWidth : '100%',
|
|
29
29
|
step: step,
|
|
30
30
|
index: index + 1,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import classNames from 'classnames';
|
|
2
|
-
import
|
|
2
|
+
import React, { useMemo } from 'react';
|
|
3
3
|
import { Text } from '../Text/Text.js';
|
|
4
4
|
import { StepTypes } from './types.js';
|
|
5
5
|
import { PROGRESS_STATUSES } from './consts.js';
|
|
@@ -7,8 +7,8 @@ import { IconDismissCircle } from '../SVGIcons/IconDismissCircle.js';
|
|
|
7
7
|
import { IconCheckmarkCircle } from '../SVGIcons/IconCheckmarkCircle.js';
|
|
8
8
|
import '../../utils/helpers.js';
|
|
9
9
|
import 'dayjs';
|
|
10
|
-
import '../../defineProperty-
|
|
11
|
-
import '../../typeof-
|
|
10
|
+
import '../../defineProperty-6b97a267.js';
|
|
11
|
+
import '../../typeof-20b85ee8.js';
|
|
12
12
|
|
|
13
13
|
var Step = function Step(props) {
|
|
14
14
|
var width = props.width,
|
|
@@ -43,7 +43,7 @@ var Step = function Step(props) {
|
|
|
43
43
|
};
|
|
44
44
|
var stepItemContent = useMemo(function () {
|
|
45
45
|
if (stepType === StepTypes.number) {
|
|
46
|
-
return /*#__PURE__*/
|
|
46
|
+
return /*#__PURE__*/React.createElement(Text, {
|
|
47
47
|
type: textType,
|
|
48
48
|
size: stepSize == 'large' ? 'medium' : 'small',
|
|
49
49
|
weight: stepSize == 'large' ? 'semibold' : 'regular'
|
|
@@ -51,19 +51,19 @@ var Step = function Step(props) {
|
|
|
51
51
|
}
|
|
52
52
|
if (stepType === StepTypes.dot) {
|
|
53
53
|
if (isActive) {
|
|
54
|
-
return /*#__PURE__*/
|
|
54
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
55
55
|
className: classNames('step__circle__dot')
|
|
56
56
|
});
|
|
57
57
|
}
|
|
58
58
|
if (isCompleted) {
|
|
59
59
|
var iconSize = stepSize == 'large' ? 'small' : 'xsmall';
|
|
60
60
|
if (isRejected) {
|
|
61
|
-
return /*#__PURE__*/
|
|
61
|
+
return /*#__PURE__*/React.createElement(IconDismissCircle, {
|
|
62
62
|
size: iconSize,
|
|
63
63
|
type: "inverse"
|
|
64
64
|
});
|
|
65
65
|
}
|
|
66
|
-
return /*#__PURE__*/
|
|
66
|
+
return /*#__PURE__*/React.createElement(IconCheckmarkCircle, {
|
|
67
67
|
size: iconSize,
|
|
68
68
|
type: "inverse"
|
|
69
69
|
});
|
|
@@ -71,7 +71,7 @@ var Step = function Step(props) {
|
|
|
71
71
|
}
|
|
72
72
|
return null;
|
|
73
73
|
}, [index, stepType, stepSize, isCompleted, isActive, isRejected, textType]);
|
|
74
|
-
return /*#__PURE__*/
|
|
74
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
75
75
|
className: classNames('step', "step--".concat(stepSize), {
|
|
76
76
|
active: isActive,
|
|
77
77
|
completed: isCompleted && !isActive,
|
|
@@ -82,18 +82,18 @@ var Step = function Step(props) {
|
|
|
82
82
|
width: width
|
|
83
83
|
},
|
|
84
84
|
onClick: onClick
|
|
85
|
-
}, /*#__PURE__*/
|
|
85
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
86
86
|
className: "step__top"
|
|
87
|
-
}, /*#__PURE__*/
|
|
87
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
88
88
|
className: "step__circle"
|
|
89
|
-
}, stepItemContent)), /*#__PURE__*/
|
|
89
|
+
}, stepItemContent)), /*#__PURE__*/React.createElement("div", {
|
|
90
90
|
className: "step__label"
|
|
91
|
-
}, /*#__PURE__*/
|
|
91
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
92
92
|
size: stepSize == 'large' ? 'standard' : 'small',
|
|
93
93
|
weight: "semibold",
|
|
94
94
|
lineHeight: 'large',
|
|
95
95
|
className: "text-truncate"
|
|
96
|
-
}, label), /*#__PURE__*/
|
|
96
|
+
}, label), /*#__PURE__*/React.createElement(Text, {
|
|
97
97
|
size: stepSize == 'large' ? 'small' : 'xsmall',
|
|
98
98
|
className: "text-truncate"
|
|
99
99
|
}, subText)));
|
|
@@ -8,6 +8,6 @@ import 'dayjs';
|
|
|
8
8
|
import './types.js';
|
|
9
9
|
import './consts.js';
|
|
10
10
|
import '../SVGIcons/IconDismissCircle.js';
|
|
11
|
-
import '../../defineProperty-
|
|
12
|
-
import '../../typeof-
|
|
11
|
+
import '../../defineProperty-6b97a267.js';
|
|
12
|
+
import '../../typeof-20b85ee8.js';
|
|
13
13
|
import '../SVGIcons/IconCheckmarkCircle.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
2
|
import { Text } from '../Text/Text.js';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../utils/helpers.js';
|
|
@@ -20,7 +20,7 @@ var Radio = /*#__PURE__*/forwardRef(function (props, _ref) {
|
|
|
20
20
|
dataId = _props$dataId === void 0 ? '' : _props$dataId,
|
|
21
21
|
iconProps = props.iconProps;
|
|
22
22
|
var isChecked = !!value || !!isSelected;
|
|
23
|
-
var iconElement = iconProps ? iconProps : /*#__PURE__*/
|
|
23
|
+
var iconElement = iconProps ? iconProps : /*#__PURE__*/React.createElement("span", {
|
|
24
24
|
className: "controller__icon"
|
|
25
25
|
});
|
|
26
26
|
var changeHandler = function changeHandler() {
|
|
@@ -33,23 +33,23 @@ var Radio = /*#__PURE__*/forwardRef(function (props, _ref) {
|
|
|
33
33
|
onClick(!isChecked);
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
|
-
return /*#__PURE__*/
|
|
36
|
+
return /*#__PURE__*/React.createElement("label", {
|
|
37
37
|
className: classNames('controller', 'controller--radio', className, {
|
|
38
38
|
'controller--disabled': disabled
|
|
39
39
|
})
|
|
40
|
-
}, /*#__PURE__*/
|
|
40
|
+
}, /*#__PURE__*/React.createElement("input", {
|
|
41
41
|
"data-id": dataId,
|
|
42
42
|
type: "radio",
|
|
43
43
|
tabIndex: 0,
|
|
44
44
|
onChange: changeHandler,
|
|
45
45
|
checked: isSelected,
|
|
46
46
|
disabled: disabled
|
|
47
|
-
}), iconElement, label ? /*#__PURE__*/
|
|
47
|
+
}), iconElement, label ? /*#__PURE__*/React.createElement("div", {
|
|
48
48
|
className: "controller__right"
|
|
49
|
-
}, /*#__PURE__*/
|
|
49
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
50
50
|
type: disabled ? 'disabled' : 'primary',
|
|
51
51
|
className: "controller__label"
|
|
52
|
-
}, label), helperText ? /*#__PURE__*/
|
|
52
|
+
}, label), helperText ? /*#__PURE__*/React.createElement(Text, {
|
|
53
53
|
size: "small",
|
|
54
54
|
type: disabled ? 'disabled' : 'secondary'
|
|
55
55
|
}, helperText) : null) : null);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
2
|
import { Radio } from './Radio.js';
|
|
3
3
|
import { Label } from '../../helperComponents/Label/Label.js';
|
|
4
4
|
import classNames from 'classnames';
|
|
@@ -6,18 +6,19 @@ import 'dayjs';
|
|
|
6
6
|
import '../../consts/index.js';
|
|
7
7
|
import '../../hooks/useScreenSize.js';
|
|
8
8
|
import 'react-hook-form';
|
|
9
|
-
import '../../Button-
|
|
9
|
+
import '../../Button-2f532776.js';
|
|
10
10
|
import 'react-syntax-highlighter';
|
|
11
11
|
import '../Text/Text.js';
|
|
12
12
|
import '../../utils/helpers.js';
|
|
13
|
-
import '../../slicedToArray-
|
|
14
|
-
import '../../extends-
|
|
15
|
-
import '../../defineProperty-
|
|
16
|
-
import '../../typeof-
|
|
17
|
-
import '../../objectWithoutProperties-
|
|
13
|
+
import '../../slicedToArray-9decae19.js';
|
|
14
|
+
import '../../extends-50177a50.js';
|
|
15
|
+
import '../../defineProperty-6b97a267.js';
|
|
16
|
+
import '../../typeof-20b85ee8.js';
|
|
17
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
18
18
|
import '../../helperComponents/Loader/Loader.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';
|
|
@@ -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';
|
|
@@ -62,22 +62,22 @@ var RadioGroup = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
62
62
|
handleChange(selected);
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
|
-
return /*#__PURE__*/
|
|
65
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
66
66
|
className: classNames('radio-group', {
|
|
67
67
|
'radio-group--horizontal': isHorizontal,
|
|
68
68
|
'radio-group--vertical': !isHorizontal
|
|
69
69
|
}, className)
|
|
70
|
-
}, /*#__PURE__*/
|
|
70
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
71
71
|
className: "radio-group__label",
|
|
72
72
|
text: label,
|
|
73
73
|
invalid: hasError,
|
|
74
74
|
required: required,
|
|
75
75
|
disabled: disabled,
|
|
76
76
|
labelAddons: labelAddons
|
|
77
|
-
}), /*#__PURE__*/
|
|
77
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
78
78
|
className: "radio-group__inner"
|
|
79
79
|
}, options.map(function (radioOption) {
|
|
80
|
-
return /*#__PURE__*/
|
|
80
|
+
return /*#__PURE__*/React.createElement(Radio, {
|
|
81
81
|
label: radioOption.label,
|
|
82
82
|
helperText: radioOption.helperText,
|
|
83
83
|
key: radioOption.value,
|
|
@@ -8,16 +8,17 @@ import 'dayjs';
|
|
|
8
8
|
import '../../helperComponents/Label/Label.js';
|
|
9
9
|
import '../../consts/index.js';
|
|
10
10
|
import '../../hooks/useScreenSize.js';
|
|
11
|
-
import '../../slicedToArray-
|
|
11
|
+
import '../../slicedToArray-9decae19.js';
|
|
12
12
|
import 'react-hook-form';
|
|
13
|
-
import '../../Button-
|
|
14
|
-
import '../../extends-
|
|
15
|
-
import '../../defineProperty-
|
|
16
|
-
import '../../typeof-
|
|
17
|
-
import '../../objectWithoutProperties-
|
|
13
|
+
import '../../Button-2f532776.js';
|
|
14
|
+
import '../../extends-50177a50.js';
|
|
15
|
+
import '../../defineProperty-6b97a267.js';
|
|
16
|
+
import '../../typeof-20b85ee8.js';
|
|
17
|
+
import '../../objectWithoutProperties-6b5c8df6.js';
|
|
18
18
|
import '../../helperComponents/Loader/Loader.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 'react-syntax-highlighter';
|
|
@@ -29,7 +30,6 @@ import '../../hooks/useGetElemSizes.js';
|
|
|
29
30
|
import '../../hooks/useGetElemPositions.js';
|
|
30
31
|
import '../../hooks/useGetTooltipPosition.js';
|
|
31
32
|
import '../../hooks/useHideOnScroll.js';
|
|
32
|
-
import '../../proxy-3b995879.js';
|
|
33
33
|
import '../Link/Link.js';
|
|
34
34
|
import '../Popover/PopoverDesktop.js';
|
|
35
35
|
import '../SVGIcons/IconInfo.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-20b85ee8.js';
|
|
5
5
|
|
|
6
6
|
var IconAdd = function IconAdd(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -12,7 +12,7 @@ var IconAdd = function IconAdd(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,7 +21,7 @@ var IconAdd = function IconAdd(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
d: "M11.7501 3C12.1298 3 12.4436 3.28201 12.4934 3.64808L12.5002 3.74985L12.5014 11H19.7545C20.1687 11 20.5045 11.3358 20.5045 11.75C20.5045 12.1297 20.2224 12.4435 19.8563 12.4932L19.7545 12.5H12.5014L12.5035 19.7491C12.5036 20.1633 12.1679 20.4993 11.7536 20.4993C11.3739 20.4993 11.0601 20.2173 11.0104 19.8512L11.0035 19.7494L11.0014 12.5H3.75244C3.33823 12.5 3.00244 12.1642 3.00244 11.75C3.00244 11.3703 3.2846 11.0565 3.65067 11.0068L3.75244 11H11.0014L11.0002 3.75015C11.0002 3.33594 11.3359 3 11.7501 3Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-20b85ee8.js';
|
|
5
5
|
|
|
6
6
|
var IconAddCircle = function IconAddCircle(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -12,7 +12,7 @@ var IconAddCircle = function IconAddCircle(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,9 +21,9 @@ var IconAddCircle = function IconAddCircle(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Regular"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM12 7C12.4142 7 12.75 7.33579 12.75 7.75V11.25H16.25C16.6642 11.25 17 11.5858 17 12C17 12.4142 16.6642 12.75 16.25 12.75H12.75V16.25C12.75 16.6642 12.4142 17 12 17C11.5858 17 11.25 16.6642 11.25 16.25V12.75H7.75C7.33579 12.75 7 12.4142 7 12C7 11.5858 7.33579 11.25 7.75 11.25H11.25V7.75C11.25 7.33579 11.5858 7 12 7Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-20b85ee8.js';
|
|
5
5
|
|
|
6
6
|
var IconAddCircleFilled = function IconAddCircleFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -12,7 +12,7 @@ var IconAddCircleFilled = function IconAddCircleFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,9 +21,9 @@ var IconAddCircleFilled = function IconAddCircleFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Filled"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 7C11.6203 7 11.3065 7.28215 11.2568 7.64823L11.25 7.75V11.25H7.75C7.33579 11.25 7 11.5858 7 12C7 12.3797 7.28215 12.6935 7.64823 12.7432L7.75 12.75H11.25V16.25C11.25 16.6642 11.5858 17 12 17C12.3797 17 12.6935 16.7178 12.7432 16.3518L12.75 16.25V12.75H16.25C16.6642 12.75 17 12.4142 17 12C17 11.6203 16.7178 11.3065 16.3518 11.2568L16.25 11.25H12.75V7.75C12.75 7.33579 12.4142 7 12 7Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-20b85ee8.js';
|
|
5
5
|
|
|
6
6
|
var IconAddFilled = function IconAddFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -12,7 +12,7 @@ var IconAddFilled = function IconAddFilled(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,7 +21,7 @@ var IconAddFilled = function IconAddFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
25
|
d: "M11.8834 3.00673L12 3C12.5128 3 12.9355 3.38604 12.9933 3.88338L13 4V11H20C20.5128 11 20.9355 11.386 20.9933 11.8834L21 12C21 12.5128 20.614 12.9355 20.1166 12.9933L20 13H13V20C13 20.5128 12.614 20.9355 12.1166 20.9933L12 21C11.4872 21 11.0645 20.614 11.0067 20.1166L11 20V13H4C3.48716 13 3.06449 12.614 3.00673 12.1166L3 12C3 11.4872 3.38604 11.0645 3.88338 11.0067L4 11H11V4C11 3.48716 11.386 3.06449 11.8834 3.00673L12 3L11.8834 3.00673Z",
|
|
26
26
|
fill: "#222222"
|
|
27
27
|
}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-20b85ee8.js';
|
|
5
5
|
|
|
6
6
|
var IconAlert = function IconAlert(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -12,7 +12,7 @@ var IconAlert = function IconAlert(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,9 +21,9 @@ var IconAlert = function IconAlert(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Regular"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M11.9999 1.99609C16.0498 1.99609 19.3565 5.19084 19.4957 9.24515L19.4999 9.49609V13.5931L20.8799 16.7491C20.9489 16.907 20.9846 17.0775 20.9846 17.2499C20.9846 17.9402 20.4249 18.4999 19.7346 18.4999L14.9999 18.5014C14.9999 20.1582 13.6567 21.5014 11.9999 21.5014C10.4022 21.5014 9.09621 20.2524 9.00496 18.6776L8.99941 18.4991L4.27473 18.4999C4.10339 18.4999 3.93388 18.4646 3.77673 18.3964C3.14353 18.1213 2.85318 17.3851 3.12822 16.7519L4.49987 13.594V9.49599C4.50046 5.3412 7.85195 1.99609 11.9999 1.99609ZM13.4994 18.4991L10.4999 18.5014C10.4999 19.3298 11.1714 20.0014 11.9999 20.0014C12.7796 20.0014 13.4203 19.4065 13.493 18.6458L13.4994 18.4991ZM11.9999 3.49609C8.67971 3.49609 6.00034 6.17035 5.99987 9.49609V13.9057L4.65589 16.9999H19.3524L17.9999 13.9067L18 9.50895L17.9962 9.28375C17.8852 6.05027 15.2414 3.49609 11.9999 3.49609Z",
|
|
29
29
|
fill: "#222222"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../../defineProperty-
|
|
2
|
-
import
|
|
1
|
+
import { _ as _defineProperty } from '../../defineProperty-6b97a267.js';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
|
-
import '../../typeof-
|
|
4
|
+
import '../../typeof-20b85ee8.js';
|
|
5
5
|
|
|
6
6
|
var IconAlertBadge = function IconAlertBadge(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
@@ -12,7 +12,7 @@ var IconAlertBadge = function IconAlertBadge(_ref) {
|
|
|
12
12
|
refHandler = _ref.refHandler,
|
|
13
13
|
id = _ref.id,
|
|
14
14
|
dataId = _ref.dataId;
|
|
15
|
-
return /*#__PURE__*/
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
|
|
18
18
|
viewBox: "0 0 24 24",
|
|
@@ -21,9 +21,9 @@ var IconAlertBadge = function IconAlertBadge(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/
|
|
24
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
id: "Size=24, Theme=Regular"
|
|
26
|
-
}, /*#__PURE__*/
|
|
26
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
27
27
|
id: "Shape",
|
|
28
28
|
d: "M11.9876 1.99609C13.4351 1.99609 14.7878 2.40297 15.9353 3.11058C15.5934 3.47585 15.329 3.91431 15.1682 4.39985C14.2457 3.82617 13.1554 3.49569 11.9876 3.49569C8.66297 3.49569 5.97997 6.16922 5.97949 9.49407V13.9025L4.63369 16.9958H19.3502L17.9958 13.9035L17.9959 9.50692L17.9921 9.28178C17.9884 9.17344 17.9818 9.06586 17.9725 8.95912C18.1435 8.98472 18.3185 8.99798 18.4966 8.99798C18.8347 8.99798 19.1616 8.95018 19.4709 8.86099C19.4816 8.98748 19.4892 9.1149 19.4936 9.24319L19.4978 9.49407V13.5899L20.8797 16.7451C20.9489 16.903 20.9846 17.0734 20.9846 17.2457C20.9846 17.9359 20.4241 18.4954 19.7329 18.4954L14.9917 18.4969C14.9917 20.1533 13.6467 21.4961 11.9876 21.4961C10.3878 21.4961 9.08004 20.2475 8.98867 18.6731L8.98312 18.4946L4.25202 18.4954C4.08044 18.4954 3.9107 18.4602 3.75334 18.392C3.11928 18.117 2.82853 17.3809 3.10394 16.7479L4.47746 13.5909V9.49396C4.47805 5.34029 7.8341 1.99609 11.9876 1.99609ZM13.4892 18.4946L10.4856 18.4969C10.4856 19.3251 11.1581 19.9965 11.9876 19.9965C12.7684 19.9965 13.41 19.4018 13.4828 18.6413L13.4892 18.4946ZM16.033 5.05266C16.1282 4.52552 16.3889 4.05584 16.7595 3.6992C17.2097 3.26601 17.822 2.99961 18.4966 2.99961C19.8792 2.99961 21 4.11859 21 5.49893C21 6.59182 20.2974 7.52087 19.3185 7.86042C19.0611 7.94973 18.7845 7.99826 18.4966 7.99826C18.2482 7.99826 18.0083 7.96214 17.7818 7.89488C16.7475 7.58775 15.9932 6.63128 15.9932 5.49893C15.9932 5.34661 16.0069 5.19746 16.033 5.05266Z",
|
|
29
29
|
fill: "#222222"
|